@charset "utf-8";
/* CSS Document */

.my-login .input-group .form-control {
min-height: 40px;
border-color: #f0f0f0;
border-radius: 0;
background: none; 
}
.my-login .input-group .input-group-addon {
background: none;
border-color: #f0f0f0;
border-radius: 0; 
}
.my-login .input-group{
margin-bottom: 30px;
}
.my-login .my-btn{
background: #00355f;
color: #fff;
opacity: 1;
border-radius: 0;
transition:all 0.4s ease-in-out;
margin-right:15px;	

}
.my-login .my-btn-clr{
background: #0092f2;
color: #fff;
opacity: 1;
border-radius: 0;
transition:all 0.4s ease-in-out;
margin-right:15px;	

}
.my-login .my-btn:hover{
opacity: 0.9;
color: #fff !important;
}
.my-login-tit
{
margin-bottom:15px;	
font-size:21px;
color:#013370;
padding-right: 15px;
    padding-left: 15px;
}
.my-login-tit h1
{

font-size:21px !important;
color:#013370 !important;
}
.form-control .form1 input.error
 {
	 border: 1px solid #c00 !important;
	 color:#c00; 
 }
.error {
    
	color:#c00;
	border: 1px solid #c00;
}
.fixed-table-container tbody td:first-child {
    
    text-align: center !important;
}
.first_th
{
 text-align: center !important;	
}

footer {
    margin-left: 250px;
}
.panel_layer
{
min-height:200px;	
}
.btn-pink
{
        background-color: #e05363;
		color:#fff;
}
.btn-pink:hover
{
opacity:0.8; color:#fff;	
}
.btn-orange
{
    background-color: #f74216;
}
.refer_text
{
    margin-top: 40px;
    color: #4cb242;
    font-weight: bold;
}
.xpan_heading
{
line-height:25px;
height:50px;
	
}
.panel-warning>.panel-heading
{
    color: #fff;
    background-color: #30a5ff;
    border-color: orange;
	border-bottom: 7px solid orange;	
}
.panel-warning
{
	padding: 13px 40px;
}
.xpan_primary
{
padding: 20px 30px;	

}
.chk_box_lbl
{
margin:0px 0px !important;	
width:20px;
height:20px;
vertical-align:middle;
}

.form-control1 {
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-green
{
    background-color: #1ebfae;
    border-color: #1ebfae;
	color: #fff;
}
.btn-green:hover{
color: #fff;
opacity:0.6;	
}
.sbar_custom
{
	    width: 17.666667% !important;	
}

