.no-border td{
	
	border:0px ! important;
	
}
html{
	height:100%;
	
	}
body{
	height:100%;
	background:url("../images/bg.jpg");
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;


}
#page-wrapper {
	background:none;
	border-left: 0px solid #e7e7e7;

}
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;*/
}


form i.form-control-feedback{
	top:25px !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;
}


@media (min-width: 768px) {
	.modal-dialog {
		max-width:1000px;
		width: 97%;
	}
}

/*********************************
	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
**********************************/