.navbar{background:#036D15; border-bottom:3px solid #20915e; color:#fff;}
ul.nav li a{color:#fff; font-size:11px; text-align:center;}
ul.nav li span{font-size:25px;}
th {text-align:center; vertical-align:middle !important;}
.page-header{color:#015593;}
footer{font-size:12px; background:#DCDCDC; margin-top:100px; padding-top:20px;}
footer h5{font-weight:bold; border-bottom:1px dashed #20915e; padding-bottom:10px; color:#015593;}
footer ul{padding:0; margin:0;}
footer ul li{list-style:none; padding:5px;}
footer a{color:#000;}
footer .footer-bottom{background:#21242C; margin-top:10px; padding:10px; color:#999;}
footer span.modern{color: rgb(254, 210, 21);font-size: medium; font-weight:bold; font-style:italic;}
.navbar-toggle:hover { background:#9C8748;}
ul#myTab > li.active > a, ul#myTab > li.active > a:hover, ul#myTab > li.active > a:focus, ul#myTab > li >a:hover {
color: #fff;
cursor:pointer;
background-color: #015593;
border: 1px solid #2189d5;
border-bottom-color: transparent;}
ul#myTab li a{color:#015593;}
.DataBG{background:#d9edf7 !important; font-weight:bold; color:#3a87ad;}
input.ControlStyle, select.ControlStyle, textarea.ControlStyle {
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input.ControlErr, select.ControlErr, textarea.ControlErr {
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 4px;
	background: rgba(236, 236, 127, 0.53);
    border: 1px solid #b9b911;
    color: #b75252;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}