.list-group-item {
    padding: 0.3rem 1.25rem;
}

.mainconainer h1 {
    font-size: 16px;
    padding-bottom: 9px;
    margin: 16px 0 20px 0;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #0c366b;
    display: block;
    font-family: haufemerriweathersans-bold, sans-serif;
    text-transform: uppercase;
}

.buttonfixed {
    position: absolute;
    top: -13px;
    right: 4%;
    z-index: 998;
}
.buttonfixedformular {
    position: absolute;
    top: -62px;
    right: 4%;
    z-index: 998;	
}

.list-group .form-group {
    margin-bottom: 0; 
}
.list-group .form-control, .list-group select.form-control {
    padding: 0 10px 0 10px;
    height: auto !important;
}

#FileTree {
	width: 100%;
	height: 400px;
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	background: #FFF;
	overflow: scroll;
	padding: 5px;
}

.smallbutton {
	padding: 2px 5px 2px 5px;
}
.smallbutton2 {
    padding: 0px 5px 0px 5px;
}
.smallbutton3 {
    padding: 0px 5px 0px 5px;
    font-size: 14px;
}

.width50 {
    max-width: 50%;	
}

.lizsection {
	padding: 30px 0;
}
.lizsection h4 {
	font-size: 16px;
    color: #d20000;
    padding: 0px 0px 0px 14px;
    text-decoration: underline;
}

.tdwidth1 {
	width: 30%;	
}
.tdwidth2 {
	width: 30%;	
}
.tdwidth3 {
	width: 30%;	
}
.maxtextsize p{
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

label.required:after{
  content:" *";color:red;
}

.selectize-control.multi .selectize-input > div {
    padding: 4px 8px !important;
    background: #005ca9 !important;
    color: #ffffff !important;
}
.selectize-control.multi .selectize-input > div.active {
  background: #a90000  !important;
  color: #ffffff !important;
}

.labelinfo {
	color: #989898;
    font-size: 10px;	
}

.isActive {
    width: 25px;
    transform: scale(2.5);
    margin: 3px 0 0 250px;
    position: absolute;
}
.activedl {
    margin: 15px 0 0 0;
    padding: 12px 0 4px 20px;
}

.specificversion {
    width: 25px;
    transform: scale(2.5);
    margin: 8px 0 0 250px;
    position: absolute;
}

.formular {
	background: #fafafa;
    padding: 25px 56px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    position: relative;
  	margin: 0;
  	padding-bottom: 6rem;
 	min-height: 100%;    
}

.dateiadminansicht .list-group-item {
    padding: 0px 1.25rem;
    line-height: 2.5em;
}

.dateiadminansicht .list-group-item p {
	line-height: 1.8em;
}

.row.hauptdlfiles{
	margin: 0 -15px 40px -15px;
	border-right: 4px solid #da0000; 
	border-left: 4px solid #da0000;
	padding: 10px;
    background: #ffffff;
    border-radius: 0.25rem !important;
}

.row.files{
	margin: 0 -15px 40px -15px;
	padding: 10px;
    background: #ffffff;
    border-radius: 0.25rem !important;
}

.row.files:nth-child(even) { 
	border-right: 4px solid #c8d1ff; 
	border-left: 4px solid #c8d1ff; 
}
.row.files:nth-child(odd) { 
	border-right: 4px solid #3426ff; 
	border-left: 4px solid #3426ff;
}	

.dlred {
	background: #da0000;
	color: white;
    padding: 0 10px;
    margin: 0 5px 0 0;
}
.dlblue1 {
	background: #c8d1ff;
	color: white;
    padding: 0 10px;
    margin: 0 5px 0 0;
}
.dlblue2 {
	background: #3426ff;
	color: white;
    padding: 0 10px;
    margin: 0 5px 0 0;
}


.alertborder {
    border-radius: 0;	
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;	
}

.biggermodal {
	max-width: 60% !important;
}
.mediummodal {
	max-width: 40% !important;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: inherit;
}

.middlefont {
    font-size: 15px;
    color: #666661;
    cursor: pointer;
    text-decoration: none;
}

.bigfont {
    font-size: 25px !important;
    color: #666661 !important;
}



#loginsection {
    width: 650px;
    margin: 0 auto;
}
#registersection {
    width: 650px;
    margin: 0 auto;
}
#resetpasswordsection {
    width: 650px;
    margin: 0 auto;
}

.btn-primary {
    color: #ffffff;
    background-color: #234b7e !important;
    border-color: #4b73a7 !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: #4b73a7  !important;
    border-color: #234b7e !important;
}


.longbutton {
	padding: 0.25rem 3.5rem;	
}
    

.loginerror {
	color: red;
    padding: 5px 0 0 0;
    font-size: 11px;
}




.mainconainer  {
    min-height: 100%;
    position: relative;
}



article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}


.plupload_droptext {
	display: none;
}

.chosen-container-single .chosen-single {
	min-height: 38px;
}


.choosenform .chosen-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.choosen-md-5 + .chosen-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}


.width70 {
	width: 70%;
}


.maxtextsize {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dlbereichimg img, .dlbereichprivateimg img{
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.hauptdlfiles .alert-danger, .hauptdlfilescreate .alert-danger, .formular .alert-danger{
    background-color: #f8d7da59;
}
.hauptdlfiles .alert, .hauptdlfilescreate .alert, .formular .alert{
    padding: 5px 0 0 0;
    margin-bottom: 5px;
}
.hauptdlfiles .alert ol, .hauptdlfiles .alert ul, .hauptdlfiles .alert dl,
.hauptdlfilescreate .alert ol, .hauptdlfilescreate .alert ul, .hauptdlfilescreate .alert dl,
.formular .alert ol, .formular .alert ul {
    margin-top: 0;
    margin-bottom: 5px;
}

.whitetable {
	background: #ffffff;
}

.table th {
    font-size: 10px;
}

.block-title {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 0px;
    font-family: Haufemerriweathersans, sans-serif;
    color: #234b7e;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0px;
}

.table thead th {
    border-bottom: none;
    border-top: none; 
}

.smallfont {
	font-size: 10px;
}

.floatleft {
	float:left;
}
.lizkeyname {
    font-size: 16px;
}
.lizkey input {
    font-weight: bold;
}

.tokenaktive {
	background: #00800008; 
}
.tokeninaktive {
	background: #8000180d; 
}


#interalmenu .internalheader {
    color: #8c949a;
    font-weight: bold;
    padding: 0px 20px;	
}

#interalmenu ul, #interalmenu li {
	list-style-type: none;
    margin: 0;
    padding: 0;	
}

#interalmenu li a {
	color: #d0d0d0;	
	padding: 0px 0px 8px 15px;
	font-size: 13px;
}
#interalmenu li a:hover {
	text-decoration: underline;
}
#interalmenu .nav-item.dropdown.show{
	text-decoration: underline;
}


    
#interalmenu .dropdown-menu {
	background-color: #656565;
	padding: 8px 10px;
	z-index: 9999;
}
#interalmenu .dropdown-menu a:hover, #interalmenu .dropdown-menu a:active {
	background-color: #656565;	
}

#interalmenuspan {
    left: 90px;
    position: absolute;	
    color: #8c949a;
}

.makemered {
	color: #9e1f1f;	
}

.hidemeifupload {
    display: none;
}
