html * 
 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif; 
 }
 .customborder
 {
	border-left:1px solid #3c8dbc;
	border-top: 1px solid #3c8dbc !important;
 }
 .weight {
	font-weight:1000;
	font-size:15px; 
 }
  @media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.table1 > thead > tr > th , .table1 > tbody > tr > td , .table1 > tbody > tr > th   {
	border:1px solid black !important;
}
.th1 {
    text-align:center; 
	padding-bottom:20px !important;	
}

.center1 {
    text-align:center; 
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.select2 .select2-selection--single {
    height: 45px !important;
    padding: 10px 16px !important;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px !important;
}
.select2 .select2-selection--single .select2-selection__arrow b {
    top: 85% !important;
}
.select2 .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}
.select2 .select2-selection--single {
    border: 1px solid #CCC;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
} 
.loader {
 position:fixed;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 z-index:9999;
 background: url('loading.gif') 50% 50% no-repeat rgb(249,249,249);
 opacity:.8;	
}
