﻿/*body {
}*/

.navbar-inverse {
    background-color: rgba(46, 109, 164, 1) !important;
    border-color: rgba(46, 109, 164, 1) !important;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: black !important;
        background-color: #fff !important;
    }

.nav > li > a {
    color: #fff !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: black !important;
    background-color: #fff !important;
}

.mLogo {
    margin-top: 0px !important;
    font-family: verdana !important;
    color: red !important;
}

.navbar {
    border-radius: 0px !important;
}

hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.higherZIndex {
    z-index: 2;
}

.navbar-brand > img {
    display: block;
    height: 35px;
    margin-top: -5px;
}

.msgDivMain {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999999999;
}

.msgDivContent {
    width: 450px;
    border: 1px solid #c1bfbf;
    margin-top: 12%;
    margin-left: 32%;
    background: white;
    border-radius: 5px;
}

.msgDivHeader {
    font-weight: bold;
    text-align: left;
    background: #3e3c3c;
    color: white;
}

    .msgDivHeader > div {
        padding: 5px;
    }

.msgDivMsg {
    padding: 10px;
    width: 100%;
    min-height: 70px;
    text-align: center;
    vertical-align: middle;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
}

.msgDivButton {
    margin: 7px;
    text-align: right;
}

    .msgDivButton input {
        padding: 5px;
        background: #2e74b5;
        color: White;
        min-width: 50px;
        font-size: 12px;
        border: none;
    }

.PageName {
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    font-size: 15px;
}

.PageNameBtn > input[type="submit"] {
    float: right;
}

.textRight {
    padding-top: 10px;
    text-align: right;
}

.rfVal {
    padding-top: 10px;
    color: red;
}

.form-control {
    margin: 5px 0px !important;
}

.NoDataRow {
    text-align: center;
    color: red;
}

.gridHeader {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
}

.table td, th {
    padding: 5px !important;
}

.paging span {
    padding: 5px 10px;
    border: 1px;
    background: Gray;
    color: white;
}

.paging a {
    padding: 5px 10px;
    border: 1px;
    background: #2e74b5;
    color: white;
}

    .paging a:hover {
        background: Gray;
    }

.paging_Custom {
    padding: 5px 10px;
    border: 1px;
    background: Gray;
    color: white;
}

.paging_Custom {
    padding: 5px 10px;
    border: 1px;
    background: #2e74b5;
    color: white;
}

    .paging_Custom:hover {
        background-color: #313131;
        color: white;
        text-decoration: none;
    }

.loading-panel {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    position: relative;
    width: 100%;
}

.loading-container {
    background: rgba(49, 133, 156, 0.4) none repeat scroll 0 0;
    color: #fff;
    font-size: 90px;
    height: 100%;
    left: 0;
    padding-top: 15%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.loading-container-div {
    padding: 20px;
    background: white;
    width: 300px;
    margin-left: 38%;
    height: 185px;
    color: black;
    font-size: small;
}


.iconLock {
    background-image: url('../Images/imgBtnLock.gif');
    height: 18px;
    width: 18px;
    border: none;
    float: left;
    padding: 1px;
}

.iconUnLock {
    background-image: url('../Images/imgBtnUnlock.gif');
    height: 18px;
    width: 18px;
    border: none;
    float: left;
    padding: 1px;
}

.cicon {
    height: 30px;
    width: 30px;
    border: none;
    float: left;
    padding: 1px;
}
.ajax__calendar_body {
    height: 155px !important;
    width: 170px !important;
    position: relative;
    overflow: auto;
    margin: auto;
}

.CalendarDatePicker .ajax__calendar_container {
    z-index: 999999999;
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: #ad0b08;
    width: 24em;
}

.CalendarDatePicker .ajax__calendar_body {
    width: 24em;
    height: 17em;
}



