.no-border td{
	
	border:0px ! important;
	
}
html{
	height:100%;
	
	}
body{
	height:100%;

}
#page-wrapper {
	background:none;
	border-left: 0px solid #e7e7e7;
	padding: 0 20px;
}
a:focus {
  outline: none !important;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"] {

margin-bottom: 0px  !important;

}

.form-group {
	/*padding-right:30px;*/
}
.input-group{
	/*padding-right:30px !important;*/
}


i.form-control-feedback{
	top:25px !important;
	line-height:34px;
}
.form-horizontal .has-feedback .form-control-feedback{
	right:-20px;
	top:0px !important;
}



.table-hover tbody.clickableRows tr:hover > td {
 	cursor: pointer;
    cursor: hand;
}
.loading_spinner{
	display:none;
}

.disabledinput{
	cursor: not-allowed;
	background-color: #ccc;
	opacity: 1;
}
.datepicker {z-index: 1151 !important;}

.table-accordion{
	cursor: pointer;
    cursor: hand;
}

#table_bestand .fixed-table-toolbar .dropdown-menu{
	min-width:200px !important;
	max-height:450px !important;
}




.btn-toggle .btn-on, .btn-toggle .btn-off{
	background-color: #ffffff;
    border-color: #ccc;
    color:#000;
}
.btn-toggle .btn-on.active{
	background-color: #449d44;
    border-color: #398439;
    color:#fff;
}
.btn-toggle .btn-off.active{
	background-color: #c9302c;
    border-color: #c9302c;
    color:#fff;
}




/*********************************
	modal
**********************************/
		.modal-dialog {
			  width: 100% !important;
			  height: 100%!important;
			  padding: 0 !important;
			  margin: 0 !important;
			}

			.modal-content {
			   min-height: 100%; height: auto !important;
			  border-radius: 0 !important;
			}

/*********************************
	preloadercode
**********************************/
body {
   /* overflow: hidden;*/
}

/* Preloader */
#sitepreloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}
#page-wrapper{
	display:none;
}

#sitestatus {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/*********************************
	ende preloadercode
**********************************/

.alert span p{color: #e73d4a !important;font-size: 13px !important;margin:0 !important;}

/*********************************
	image preview in modal
**********************************/
#imgprevinmodal{
	/*min-height: 100% !important;
    height: auto !important;*/
    position: absolute !important;
    width: 100%;
    padding-top:40px;
    position: absolute !important;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
   	top: 40px;
    bottom: 0px;
}
   


/*********************************
	menu logout
**********************************/

#li_logout{
	float:right !important;
}
@media (max-width:991px) {
	#li_logout{
		float:none !important;
	}
	.page-content {
    	padding-top: 12px;
	}	
}



/*********************************
	
**********************************/


.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}


.form-group input[type="radio"].checkstyle {
    display: none;
}

.form-group input[type="radio"].checkstyle + .btn-group > label span {
    width: 20px;
}

.form-group input[type="radio"].checkstyle + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="radio"].checkstyle + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="radio"].checkstyle:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="radio"].checkstyle:checked + .btn-group > label span:last-child {
    display: none;   
}



.form-group input[type="radio"].radiostyled {
    display: none;
}

.form-group input[type="radio"].radiostyled + .btn-group > label span {
    width: 10px;
     padding-right: 0px;
     font-size:20px;
     line-height:20px;
}
.form-group input[type="radio"].radiostyled + .btn-group > label{
	padding-left: 0px; 
}

.form-group input[type="radio"].radiostyled + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="radio"].radiostyled + .btn-group > label span:last-child {
    display: inline-block;  
    
}

.form-group input[type="radio"].radiostyled:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="radio"].radiostyled:checked + .btn-group > label span:last-child {
    display: none;   
}

.tableimgprev{
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:none;
	border:1px solid #ccc;
}

.sweet-overlay{
	z-index:11000;

}
.sweet-alert{

	z-index:11001;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.tdnopadding a, .tdnopadding div{margin:0px !important;}


i.imgmagni{
	position:absolute;
	right:2px;
	bottom:2px;
	line-height:24px;
	color:#3598dc;
}
div.noimginfo{
	color:#ff0000;
}

.detail-icon{
	#32c5d2 !important;
}

	.detail-view{
		background-color:#32c5d2 !important;
		background:#32c5d2 !important;
	}
	.table-hover > tbody > tr.detail-view:hover, .table-hover > tbody > tr.detail-view:hover > td{
		background:#32c5d2 !important;
		background-color:#32c5d2 !important;
	}
	
	
	.header-userinfo{
		color:#BCC2CB;
	}
	
	
	
/* strong label no padding top */

.form-horizontal .control-label.bold{
	padding-top:0 !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}



.icon-motif-cropping{

	height: 80px !important;
	max-height: 80px !important;
	width: 80px !important;
	max-width: 80px !important;
	float:left;
	
}
#motifwrapper{
	min-height:80px;
}
#motifwrapper:after{
	content:"";
	width:10px;
	display:block;
	clear:both;
	position:relative;
	
}