.collapse {
    display: block !important;
}
.custom-container {
	min-height: 450px;
}

.tbl-custom-form {
	
}

.first-btn {
	width: 91%;
	margin: 10px 0;
}
textarea.input-block-level, select.input-block-level {
	margin-bottom: 15px;
}

.custom-col-md-6 {
	margin: 10px 0;
}

.error {
	color: red;
}
body {
	/*background-image: url(../images/bg2.jpg);*/
	background-repeat: repeat;
}

.search-col-md-3 {
	margin: 5px 0;
}
.search-col-md-3.sch-1 {
	/*padding-left: 0;*/
}
.search-col-md-3.sch-4 {
	/*padding-right: 0;*/
	float: right;
}
.search-col-md-3 input, .search-col-md-3 select, .search-col-md-3 button {
	width: 100%;
	margin-bottom: 0;
	height: auto;
}
.footer{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	margin-top: 18px;
	margin-bottom: 20px;
	text-align: center;
}
.footer a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
}
.footer a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #09F;
	text-decoration: none;
}

.table_box_white {
	/*color:#FFF;
	background-image: url(../images/Ibex_Wallpaper_by_willwill100.png);*/
	background-color: white !important;
        color: black !important;
}

.table_box_white tr td, .table_box_white tr th { 
	/*border-color: white !important;*/
}

.icon-login {
	background-image: url("../images/signin.png") !important;
    background-position: 60px top !important;
    background-repeat: no-repeat !important;
    height: 32px !important;
}

.icon-org {
    color: orange;
}