/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
/* Overall site bg color */
#page-wrapper {
    background-color: #EDEDED;
}
/* Top menu bar color */
.navbar-inverse{
    background-color: #FFF;
    border-bottom: 2px solid #ef5a28;
}
/* Top menu bar text color  */
.navbar-inverse .navbar-brand {
    color: #ffffff;
}
/* left menu bar bgcolor  */
.side-nav {
    background-color: #1B485D;
}
.side-nav li a:hover,
.side-nav li a:focus {
    background-color: #015C7B !important;
}
.top-nav > li > a {
    color: #ffffff;
}
.errorMessage {
    font-size: 13px;
    font-weight: 600;
    color: #a94442;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #015C7B;
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.side-nav > li > ul > li > a {
    color: #fff;
}
/* change button css */
.btn-primary {
    background-color: #ef5a28;
    border-color: #ef5a28;
    color: #fff;
    text-transform: uppercase;
    line-height: 2.2;
}
/* change button css ..reverse color on hover */
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background: #c4390a none repeat scroll 0 0;
    border-color: #c4390a;
}
/* after login top menu bar right side when click on user name */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #1B485D;
}
/* after login top menu bar right side when hover on user name */
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #1B485D;
}
/* Start Css for error message*/
div.errorSummary {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    border-radius: 4px;
    margin: 0 15px 20px;
}
div.errorSummary hr {
    border-top-color: #e4b9c0;
}
div.errorSummary .alert-link {
    color: #843534;
}
div.errorSummary p {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 5px;
}
/* End Css for error message*/

/* Start Css regarding grid layout..*/
.grid-view table.items th {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#464646', endColorstr='#A0A0A0'); /* for IE */
    background: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#A0A0A0)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom,  #464646,  #A0A0A0); /* for firefox 3.6+ */
    color: white;
    border: 1px solid #DBDBDB;
    text-align: center;
}
table.detail-view th {
    text-align: left;
}
table.detail-view tr.odd, table.detail-view tr.even {
    background: none repeat scroll 0 0 #FFF;
}
.grid-view .summary, .grid-view .empty{
    color: #ef5a28;
    font-size: 13px;
    margin: 0 0 5px;
    text-align: right;
    font-style: normal;
}
.space_div{
    margin: 20px 10px 20px 10px;
}
.grid-view .button-column {
    text-align: center;
    width: 80px;
}
.mrgn_t20{
    margin-top: 40px;
}
/* end Css regarding grid layout..*/

/* Start Pagination CSS for grid*/

.grid-view .pager{
    color: #ef5a28;
    font-size: 13px;
    margin: none;
    text-align: center;
    font-style: normal;
    margin: 16px 0 0;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    color: #ef5a28;
    border: 1px solid #c4390a;
}
ul.yiiPager .selected a {
    background: #ef5a28 none repeat scroll 0 0;
    color: #ffffff;
}
.grid-view .button-column img{
    margin: 1px;
}
.fa-plus-square:before, .fa-search:before {
    font-size: 16px;
}
.shorthgt, .shorthgt:hover{
    padding-bottom: 0px;
    padding-top: 0px;
}
.navbar-brand{
    font-size: 25px;
    font-family: Tahoma;
}
.col-sm-4 {
    width: 49.333%;
}
/* End Pagination CSS for grid*/

/* Start CSS for srbac Module*/
.iconSet {
    background: none repeat scroll 0 0 #ffffff;
    border: 0px solid #dddddd;
}
.mrgn_t25{
    margin-top: 25px;
}
.smallbtn{
    padding: 3px 12px;
}
.smallhgt{
    height: 30px;
    width: 111%;
}
.smallfnt{
    font-size: 13px;
    font-weight: 500;
}
.breadcrumb {
    border-radius: 4px;
    font-size: 25px;
    list-style: outside none none;
    margin: 15px 0 20px;
    padding: 6px 0 6px 15px;
    background-color: #FFF;
}
.heading_page, .heading_page:hover{
    color: #353535;
    font-family: "robotobold";
    font-size: 26px;
    font-weight: normal;
}
.holder {
    background: #ef5a28 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin-top: 4px;
    position: absolute;
    width: 30px;
}
.row{
    clear: both;
}
/* End CSS for srbac Module*/

.ui-autocomplete {max-height: 200px;overflow-y: auto; overflow-x: hidden;}
.ui-autocomplete li{font-size: 13px;}
.ui-autocomplete li:hover{color: #ef5a28;}

/* attendance calendar css */
.listyear tbody tr td{padding: 5px;}
.listyear tbody tr:nth-child(2n+1){background: -moz-linear-gradient(center top , #f8f8f8, #f6f6f6) repeat scroll 0 0 rgba(0, 0, 0, 0);}
.listyear tbody tr td.monthname{font-size: 15px;font-weight: bold;border-right: 1px solid darkgray;border-left: 1px solid darkgray;}
.listyear tbody tr td.fc-sat{border-right: 1px solid darkgray;}
.listyear tbody tr:last-child td{ border-bottom: 1px solid darkgray; }
.listyear thead tr{height: 30px;}
.listyear thead tr th{background: -moz-linear-gradient(center bottom , #464646, #a0a0a0) repeat scroll 0 0 rgba(0, 0, 0, 0);}
.listyear thead tr th.lastday{border-right: 1px solid darkgray;}
.listyear thead tr th.monthheader{width:91px;border-right: 1px solid darkgray;border-top: 1px solid darkgray;border-left: 1px solid darkgray;border-bottom: 1px solid darkgray;}
.listyear thead tr th.weekheader{width:27px;border-top: 1px solid darkgray;border-bottom: 1px solid darkgray;}

    .feedback-select{
        margin-top: 15px;
        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;
    }
