﻿.remove-pad-l-r
{
    padding-left:0px;
    padding-right:0px;
}
.mid-ptrn
{
    background-image:url("../images/greyzz.png");
    background-repeat:repeat;
    min-height:400px;
}
.hbse-header
{
    background-color:#186866;
    text-align:center;
}
.hbse-header img
{
    margin:auto;
    padding:6px 0;
}
.hbse-heading
{
    background-color: #137B56;
    text-align: center;
    color: #fff;
    padding: .1%;
}
.hbse-logout
{
    font-weight:bold;
    color:#fff!important;
    transition:all 1s ease;
    -moz-transition:all 1s ease;
    -webkit-transition:all 1s ease;
}
.hbse-logout:hover
{
    background-color:#fff!important;
    border-color:#fff!important;
    color:#d9534f!important;    
}
#login-right-div-saperator
{
    border-left:solid 1px gray;
}
.hbse-school-name
{
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    border-top:none;
    margin-bottom:10px;
}
.login-container-divs
{
    padding:0 2%;
}
.login-container-divs h3
{
    margin-bottom:3%;
    color: #60a260;
}
.pad-top-10
{
    padding-top:10px;
}
.pad-top-3
{
    padding-top:3px;
}
.navbar
{
    border-radius:0;
    min-height:30px!important;
    margin-bottom:0px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height:17px;
    min-height:39px;
}
.navbar-nav>li[class="active"]>a
{
    background-color:#449d44!important;
    cursor:default;
}
.navbar-nav>li
{
    margin-right:2px;
    transition:all 1s ease;
    -moz-transition:all 1s ease;
    -webkit-transition:all 1s ease;
    min-height:39px;
}
.navbar-nav>li:hover
{
    background-color:#449d44;
}
.btn-group select
{
    padding:7px 12px;
}
.btn-group span:hover, .btn-group label:hover
{
    background-color:#fff;
}
.powered
{
    border-top:1px solid gray;
    margin:-1px 0;
    padding-top:1%;
}
.powered *
{
    position:relative;
    bottom:0px;
    vertical-align:bottom;
}
.powered .img-responsive
{
    display:inline-block!important;
    max-width:100px;
}
.number-only
{
    max-width:70px;
    width:70px;
    display:inline-block;
}
.view-tooltip
{font-weight:bold; cursor:pointer;}
.font-75
{
    font-size:75%;
}
.text-white
{
    color:#fff!important;
}
.dater, .lbl-page-error{}
.hf-page-error{display:none;}
.val-text
{
    position: relative;
    top: -33px;
    float: right;
    z-index: 1;
    height: 32px;
    padding-top: 12px;
    opacity: .3;
}
.td-saperator{text-align:center; width:2px; vertical-align:middle;}
.to-left{float:left;}
.to-right{float:right;}
.pnl-bg
{
    background: -moz-linear-gradient(270deg, rgba(29,128,126,1) 0%, rgba(18,78,77,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29,128,126,1)), color-stop(100%, rgba(18,78,77,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(29,128,126,1) 0%, rgba(18,78,77,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(29,128,126,1) 0%, rgba(18,78,77,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(29,128,126,1) 0%, rgba(18,78,77,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(29,128,126,1) 0%, rgba(18,78,77,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D807E', endColorstr='#000000',GradientType=0 ); /* ie6-9 */ 
    color:#fff; 
}
.input-group{margin:auto; width:100%;}
.input-group-addon{width:48%; color:#fff; background-color:#000; text-align:left;}