html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
.gpForm label{ max-width:25%!important;}
.gpForm { width:90%!important;}
body{ font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:14px; line-height:1.5;/*background-color: #eee;*/}
* {
  padding: 0;
  margin: 0;
}
@font-face{font-family:osw; src:url(images/Oswald.ttf);}
.holdbtn{
float: right;
    width: 10%;
    margin: 0!important;
    position: relative;
    bottom: -2px;
    text-transform: capitalize!important;
    background-color: orangered;
	}
#rightm{
	padding: 15px 15px;
    font-size: 11px;
    color: #bbb;
    letter-spacing: 0.4px;
	}
.tb0{ border-top:none!important;}
.mt0{ margin-top:0!important;}	
.m0{ margin:0!important;}
#rightm p{}
.exborder{ border-bottom:4px solid #fff;}
abbr[title] {
  border-bottom: none; 
  text-decoration: underline; 
  text-decoration: underline dotted;
}
::-moz-selection {
	background-color: #b3d4fc; 
	color: #000000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; 
	color: #000000; 
	text-shadow: none;
}
table {
  border-collapse: collapse; 
}

caption {
  padding-top: $table-cell-padding;
  padding-bottom: $table-cell-padding;
  color: $text-muted;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}
.ValidationErrors{
	color: #ff0000 !important;
    font-size: 12px !important;
    height: auto;
    pointer-events: none !important;
    position: absolute;
    left: 0;
    text-align: center!important;
    bottom: 4px;
    transition: all 1s;
    background-color: #fff;
    right: 0;
    margin: 0 auto;
    width: 90%!important;
    line-height: 2.5!important;
	}
.titlep{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 14px;
    font-size: 25px;
    color: #ccc;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
	display:none;
	}
.mt30{ margin-top:30px!important;}		
.ErrorField{ border:1px solid #ff0000;transition:all 1s;}	
.leftm{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
	position:relative;
	height:100%;
	min-height:640px;
	}
#subnow{
    width: 102.4%;
    height: auto;
    float: left;
    position: relative;
    background-color: #f1f1f1;
    padding: 2px;
    text-align: center;
    left: -15px;
	}
#subnow ul{
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    margin: 0;
    float: left;
    padding: 0 13px;
    text-align: center;
    display: table;
	}
	hr {
    margin-top: 15px;
    margin-bottom: 15px;
	}	
#subnow li{
list-style: none;
    padding: 1px;
    font-size: 20px;
    width: 100%;
    max-width: 12.5%;
    float: none;
    color: #666;
    display: inline-flex;
	}
#subnow a{
    font-size: 16px;
    padding: 5px;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
    font-weight: normal;
    float: left;
    line-height: normal;
    font-family: 'osw', sans-serif;
    background-color: #ddd;
    text-align: center;
    letter-spacing: .5px;

	}
.extbtn{
    width: 20%;
    float:right;
	}
.extbtn a{ margin-top:24px;}
#extform{
    width: 80%;
    float: left;
	}
#extform label{ max-width:20%!important;}
	
#subnow li:hover a{ color:#000; background-color:#fff;}
.headerm{
padding: 0;
    float: right;
    position: relative;
    margin: 0;
    display: table;
	}
.headerm li{
    list-style: none;
    width: auto;
    padding: 0 2px;
    box-sizing: border-box;
    display: inline-block;
	}

p{ color:#666; font-size:13px; margin-bottom:6px;}	
.headerm a{ 
color: #fff!important;
    float: left;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    border-radius: 100px;
    /* border-right: 2px solid #666; */
    line-height: 1;
    /* box-shadow: 0 0 15px inset; */
    /* border-bottom: 2px solid #666; */
    background-image: linear-gradient(to right bottom, #ff9966, #ff8b62, #ff7d60, #ff6e60, #ff5e62);
    background-color: #ff9966;
	min-width:130px;
	}
.headerm a:hover{ text-decoration:none;}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.disinput{
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 10px;
    color: #333;
    font-size: 16px;
    width: 100%;
    float: left;
    font-weight: bold;
    min-height: 36px;
	background-color:#fff;
}

.reportm li{
	list-style: none;
    float: left;
    width: 100%;
    max-width: 50%;
    height: auto;
	}
#leftsection {
    border: 1px solid #eee;
    /* padding: 30px; */
    border-radius: 8px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}
.leftm a i{
    font-size: 26px;
    width: 40px;
	}
	
.forlogin h2{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
    color: #2E9AFE;
	}
.bk4btn{
	width: 100%;
    height: auto;
    float: left;
    text-align: right;
    margin: 0 0 4px;
	}
.bk4btn span{
	font-weight: bold;
    font-size: 20px;
    line-height: normal;
    padding: 3px 10px 3px 0;
    display: inline-block;
	}	
.bk4btn a#cgreen{
float: right;
    color: #fff;
    padding: 6px;
    line-height: normal;
    width: 100%;
    text-align: center;
    max-width: 120px;
    border-radius: 3px;
    font-weight: bold;
	}
.bk4btn a#cgreen:hover{ text-decoration:none; opacity:.8;}
	
#blnrow th{
    background-color:#2E9AFE!important; /*#FFDF00!important;*/
    color: #333!important;
    font-size: 18px;
	}
		
.reportm a{
   color: #eee;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    float: left;
    font-size: 14px;
    width: 100%;
    padding: 8px 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #333;
    letter-spacing: 0.5px;
	}
.disable{
	padding: 0!important;
    border-top: 2px solid #fff!important;
	}
.table{ border:1px solid #999;}	
#dfixer{
	color: #000!important;
    font-weight: bold;
    line-height: normal;
    padding: 10px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 36px;
    line-height: normal!important;
    border-radius: 3px;
	}		
.reportm a:hover{
	background-color: #FFDF00;
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
	}
#titletop{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1; 
    font-family: 'osw', sans-serif;
	text-align:center;
	}	
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: 1px solid #999;
}		
.backlast{
    position: absolute;
    bottom: -1px;
	}
#print{
float: right;
    background-color: #FF0000!important;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    background-size: 22px;
    margin-right: 2px;
    font-size: 16px;
    text-align: center;
    line-height: 1;
	}
.span1head td{
    background-color: #beebfd;
    padding: 10px 4px!important;
    font-weight: bold;
	}	
#print:hover{ background-color:#333; transition:all 1s; text-decoration:none;}
.table-striped tbody tr:first-child{}
.reportm{
    width: 90.15%;
    float: center;
    height: auto;
	}
/*.hfull{ height:100%;}	*/
.pd20{ padding:15px;}	
.pd0{ padding:0!important;}	
#onfilt{
	padding: 14px 0 0 4px;
    margin: 0!important;
	}
		
#tbl{
    margin:auto;
    width:100%;
    height: auto;
    border: 1px solid #666;
	}
	
#tbl td{
    font-size: 18px;
    color: #000;
    line-height: normal;
	padding:6px;
    vertical-align: middle;
	/*text-align:center;*/
	}
#bgbs {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
}
#radtop{
	float:left;
	height:auto;
	width:100%;
	}
.boxr{ display:none;}	
#radtop span{
    max-width: 82%;
    display: inline-block!important;
    font-weight: bold;
    color: #333!important;
	}
.filtertbl td{
    vertical-align: bottom;
    border-top: none;
    padding: 10px 5px 0;
	font-weight: normal;
	}
#tbl th a{ color:#000;}
#tbl th a:hover{ text-decoration:none; opacity:.8;}	
button{ cursor:pointer; font-weight:bold;}	
.filtertbl td:first-child{padding-left: 4px;}
.filtertbl td:last-child{padding-right: 4px;}		
#radtop label{margin-bottom: 14px!important; cursor:pointer;}
#radtop input{
	float: left!important;
    min-height: 20px;
    width: 20px;
	}
.filterheadb th{
    border-bottom: none!important;
    background-color: #eee;
    color: #333!important;
	}
		
#bgbs li{
	list-style: none;
    width: 25%;
    height: auto;
    padding: 2px;
    display: inline-flex;
	}
#cline{
	float: left;
    width: 100%;
	height:auto;
	}
	
#cline h3{
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 28px;
    padding-bottom: 15px;
    font-weight: bold;
	}
#forscro{
	float:left;
	height:auto;
	width:100%;
	}	
#billa{
	width: 100%;
    height: auto;
    font-size: 18px;
    border: 2px dashed #999;
	padding-top,padding-left,padding-right:30px;
    /*padding: 55px 30px 30px 30px;*/
    border-radius: 12px;
    max-width: 800px;
    text-align: center;
    margin: 10px auto;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    position: relative;
    overflow: hidden;
	}
#billa p{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:40px; margin:0;}	
#cline h3 span hr{
	margin: 4px 0;
    border-top: 1px solid #333;
	}
#billa h1{
    font-size: 52px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 auto;
    line-height: normal;
    padding: 8px;
    letter-spacing: 1px;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	}
#billa h2{
    font-size: 52px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 auto;
    line-height: normal;
    display: inline-block;
    letter-spacing: 1px;
	}	


#bottombilla{
	float: left;
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 5px;
	}

#bottombilla p{
	float: left;
    width: 50%;
    height: auto;
    text-align: left;
    margin: 0;
    padding:10px 5px;
    border: 1px dashed #ddd;
    font-family: 'osw', sans-serif;
    color: #333;
	}






#billa1{
transform: rotate(-90deg);
margin-top:73px!important;
margin-left:10px;	
	width: 100%;
    height: auto;
    font-size: 18px;
    border: 2px dashed #999;
	
    /*padding: 55px 30px 30px 30px;*/
    border-radius: 12px;
    max-width: 720px;
    text-align: center;
    
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    position: relative;
    overflow: hidden;
	}

#billa2{
transform: rotate(-90deg);
margin-top:73px!important;
margin-left:10px;	
	width: 100%;
    height: auto;
    font-size: 18px;
    border: 2px dashed #999;
	
    /*padding: 55px 30px 30px 30px;*/
    border-radius: 12px;
    max-width: 720px;
    text-align: center;
    
    display: block;
    font-family: Impact, Charcoal, sans-serif;
    color: #333;
    position: relative;
    overflow: hidden;
	}

#cline1 h3{
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 35px;
    padding-bottom: 15px;
    font-weight: bold;
	}

#billa1 p{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:30px; margin:0;}
#billa2 p{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:30px; margin:0;}	
#cline1 h3 span hr{
	margin: 4px 0;
    border-top: 1px solid #333;
	}
#billa1 h1{
    font-size: 52px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 auto;
    line-height: normal;
    padding: 8px;
    letter-spacing: 1px;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	}
#billa1 h2{
    font-size: 52px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 auto;
    line-height: normal;
    display: inline-block;
    letter-spacing: 1px;
	}	
#billa2 h1{
    font-size: 52px;
    font-family:Impact, Charcoal, sans-serif;
    color:white;
    font-weight: bold;
    margin: 0 auto;
    line-height: normal;
    padding: 8px;
    letter-spacing: 1px;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	}
#billa2 h2{
    font-size: 62px;
    font-family:Impact, Charcoal, sans-serif;
    font-weight: bold;
    margin: 0 auto;
    line-height: normal;
    display: inline-block;
    letter-spacing: 1px;
	}	


#bottombilla1,#bottombilla2{
	float: left;
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
	}




#bottombilla2 p{
	float: left;
    width: 50%;
    height: auto;
    text-align: left;
    margin: 0;
        font-weight: bold;
    padding:5px 5px;
    border: 1px dashed #ddd;
    font-family: "Arial Black", Gadget, sans-serif;
    color: #333;

	}
	
#bottombilla1 p{
	float: left;
    width: 50%;
    height: auto;
    text-align: left;
    margin: 0;
    padding:5px 5px;
    border: 1px dashed #ddd;
    font-family: 'osw', sans-serif;
    color: #333;
	}
	
#updown-tbl{
	display: inline;
    margin-left: 10px;
	}
#headtoph1{
    color: #fff;
    background-color: #2E9AFE !important;
    padding: 15px;
    font-size: 28px;
    line-height: 1;
    margin: 0;
    font-family: 'osw', sans-serif;
    width: 90%;
	margin-left:52px;
    float: left;
    text-align: center;
    letter-spacing: 1px;
}	
#updown-tbl tbody tr:nth-of-type(odd){ background-color:transparent!important;}	
#updown-tbl td{
	padding: 0;
    border: none;
	}
#updown-tbl td a{
	padding: 4px 6px;
    float: left;
	}
#updown-tbl td a:hover{
	opacity: 0.4;
    transition: all 0.5s;
	}
		
#updown-tbl td a img{
	width: 12px;
    display: block;
	}				
	
#cline h3 span{
    display: inline-block;
    padding: 0 10px;
    line-height: 1;
    font-size: 44px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    bottom: -15px;
	}
	
#cline h3 span b{
	float: left;
    width: 100%;
	height:auto;
	}
	
#cline span br{}
#bgbs a:before{
content: "";
    position: absolute;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    right: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
	}
#bgbs a:after{
content: "";
    position: absolute;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    left: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
	}	
	
#bgbs a{
   color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    text-align: center;
    float: left;
    font-size: 33px;
    width: 100%;
    padding: 26px 10px;
    font-family: 'osw', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 8px;
    background-color:#2E9AFE;
    line-height: 1;
	text-shadow: 2px 2px 4px rgba(0,0,0,.6);
    
	position:relative;
	}
	
#bgbs a:hover{
	background-color: #eee;
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
    text-shadow: 2px 2px 1px #fff;
	}
	
#reportp-head{
	width:100%;
	height:auto;
	float:left;
	}
#reportp-head label{
    margin: 0 4px 0 0;
    display: inline-block;
	}
#loginboxv h1 {
	color: #333;
    padding: 15px;
    font-size: 28px;
    line-height: 1;
    margin: 0;
    font-family: 'osw', sans-serif;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
    font-weight: bold;
    background-color: #eee;
    border: 1px solid #333;
}	
#loginboxv {
    width: 100%;
    text-align: center;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    display: table;
    padding-bottom: 15px;
}	
#loginboxv #tbl{}
#loginboxv th{padding:15px 10px!important;}
#loginboxv td{
    border: 1px solid;
    padding:15px 10px;
    font-size: 18px;
	}
.nozeb{}
.nozeb td{
vertical-align: top;
    padding: 0 5px;
	}
.nozeb td input[type=checkbox]{
    margin: 11px 0 0;
	}
.nozeb td label{max-width: 100%;}
.nozeb td label span{ text-align: center!important;}
	
#tbl th{ 
	color: #000!important;
    line-height: normal;
    font-size: 26px;
    padding: 6px;
    /*text-align: center;*/
    font-family: 'osw', sans-serif;
    font-weight: normal;
	vertical-align:middle;
	min-width:30px;
	}
.dpb-fortbl{ padding:0!important; overflow:hidden;}	
input[type=checkbox], input[type=radio]{ min-height:auto;}	

	
.headerm a:hover, .activetab a{
text-decoration: none;
    transition: all 0.5s;
    opacity: .6;
	}
	


/*.leftside{border-radius: 8px 0 0 8px;}
.rightside{border-radius:0 8px 8px 0;}*/
#centerside{}
.sidebar{
	background-color: #333;
    color: #fff;
    padding:0;
	min-height:640px;
	/*overflow:hidden;*/
	}

/*#bg{
    padding: 15px 0;
	}*/
.ontop label{
    max-width: 16.66666666666667%;
    margin: 0!important;
    padding: 2px;
	}
	
.ontop form{
	float:left;
	width:100%;
	height:auto;
	}
				
.centerside{/*border-radius: 0 8px 8px 0;*/} 
.content{
    background-color: #fff;
    overflow: hidden;
	}
.mt2{margin-top: 2px!important;}	
.ontop .submitb {
    /*margin-top: 2px;*/
    max-width: 260px;
    margin-left: 2px;
}	
button, input, optgroup, select, textarea {
	margin: 0;
    font-family: inherit;
    line-height: inherit;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 10px;
    color: #333;
    font-size: 16px;
    width: 100%;
    float: left;
	font-weight:bold;
    min-height: 36px;
}
#cred{
    background-color: red;
	}
#cred:hover{ text-decoration:none; background-color:#666; transition:all .5s; right:-4px;}	
#cblack{ background-color:gray;}
#cgreen{ background-color:green;}

#actiond a{
    float: right;
    height: auto;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    max-width: 100px;
    padding: 8px;
    margin: 0 1px;
	}
	
#actiond a:hover{ text-decoration:none; background-color:#333;transition:all 1s;}
.mainmenu{
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    height: auto;
	}
	
.mainmenu li{
	list-style: none;
    display: inline-block;
    padding:0 8px 0 0;
	}
	
.mainmenu a{
    color: #666;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
	}
	
.mainmenu a:hover{border-bottom: 2px solid #333; transition:all 0.4s; text-decoration:none; color:#333;}
#logoarea{
	float:left;
	width:30%;
	height:auto;
	}
#logoside a{
    float: right;
    font-size: 11px;
	}
	
#logoside a:hover{ text-decoration:none; color:#333; transition:all 1s;}

#header:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f1f1f1;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -20px;
    z-index: 1;
}
	
#logoarea h3{
font-size: 28px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    text-align: left;
    padding: 5px 0 0 0;
    float: left;
    width: 100%;
    color: #333;
    display: inline-flex;
    align-items: baseline;
    letter-spacing: -1px;
	}
#logoarea h3 .fa{
	margin-right: 14px;
    font-size: 42px;
    line-height: 0;
    color: #666;
    position: relative;
    bottom: -6px;
	}	
#logoarea h3 span{
	font-size: 15px;
    font-weight: normal;
    color: #999;
    text-transform: capitalize;
    margin-left: 4px;
	}

#loginbox label{
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
    position: relative;
    float: left;
	}
#msg1{
    font-size: 11px;
    margin: 0 0 10px;
	}
.submitb{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    min-height: 35px;
    margin-top: 23px;
    padding:6px;
    }
#radtop .submitb{
	float: left;
    margin: 0;
    background-color: #666!important;
	width:100%;
	max-width:175px;
	}
#radtop .submitb:hover{ color:#fff!important; text-decoration:none!important; background-color:#000!important;}		

.submitb:hover{ background-color:#333!important; transition:all 1s; color:#fff;}

.printb{
    color: red;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-left: 15px;
    padding-right: 15px;
	}
	
.printb:hover{ background-color:#333!important; transition:all 1s;}


		
#loginbox label span{
	width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
	}
.content.pd0 #loginbox h1{ margin:0;}	
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}	
	
#loginbox h1{
	color: #337ab7;
    padding: 0;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 32px;
    margin: 0px 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    position: relative;
    width: 100%;
    font-weight: 900;
	}
		
#logoarea p{}
#logoside{
	float:right;
	width:50%;
	height:auto;
	}
	
#contentarea{
    padding-top:15px;
    width: 100%;
    float: left;
    height: auto;
	}
#displaybox{
    float: left;
    width: 100%!important;
    box-sizing: border-box;
	}


#displaybox h4{
	font-size: 20px;
    line-height: normal;
    margin: 0 0 15px;
	}
.forlogin span{
    /*float: right;
    width: 68%;
    height: auto;*/
	}
#udata input{ text-align:center;}	
#uicon{
    float: left;
    display: table-cell;
    height: 100%;
    width: 28%;
    font-size: 80px;
    line-height: 240px;
    border-right: 2px dashed #ddd;
    padding: 30px;
    color: #ccc;
    text-shadow: 1px 1px 1px #fff;
	}
#udata{
    float: right;
    width: 72%;
    height: auto;
    padding: 30px;
    border-left: 2px dashed #fff;
	}
		
.indexbg{ max-width:600px!important;}	
.forlogin{
    margin: 150px auto!important;
    padding: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    float: left;
    border: 2px dashed #ddd;
    box-shadow: 20px 20px 0px #ddd;
	transition:all .5s;
	}
.forlogin:hover{box-shadow: 5px 5px 5px #ddd;}	
.forlogin .submitb{
    margin: 20px auto!important;
    max-width: 296px;
    display: table;
    float: none;
	}
				
#header{
	width: 100%;
    float: left;
    padding:15px;
    position: relative;
    background-color: #f1f1f1;
    background-image: url(images/tranpat.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 2%;
	}
#footer{ display:none;}	
#footer{
	float: left;
    width: 103%;
    height: auto;
    padding: 10px 40px;
    border-top: 1px solid #eee;
    text-align: center;
    color: #000;
    margin-left: -15px;
    font-size: 14px;
    letter-spacing: 1px;
	}
#loginboxbg{
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
#loginbox{
    width: 100%;
    text-align: center;
    margin:0;
    display: inline-block;
	position:relative;
	float:left;

}		
#headtop{
    float: left;
    width: 100%;
    height: auto;
	}
	
#headbot{
	float: left;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
	}

#print a{

color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-left: 15px;
    padding-right: 15px;
	
}

#font-small{ font-size:22px;}

#message { font-size: 20px;
color:#990000;
    line-height: 1;
    margin: 0 0 15px;
    font-family: 'osw', sans-serif;
}


#displaybox h2 { font-size: 26px;
    line-height: 1;
    margin: 0 0 15px;
    font-family: 'osw', sans-serif;
}
#detail_table h2{ font-size:26px; color:#333333; }
#detail_table h3{ font-size:26px; color:#2E9AFE; }

#error{  padding: 15px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;}
    
#message{  padding: 15px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;}