﻿.login-page {
    width: 360px;
    max-width: 90%;
    padding: 4% 0 0;
    margin: auto;
}

.nav-bg-color,
.dropdown-menu {
    background-color: #173148;
    color: black !important;
}

.card-header-login {
    background-color: #173148;
    color: white;
}

.navbar-light, .navbar-nav, .nav-link, .dropdown-item {
    color: white !important;
}
.navbar-brand {
    font-size: 1rem;
    font-weight: 700;
    color: white !important;
}

.GVFixedHeadercssstyle {
    color: White;
    background-color: #173148;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #173148;
    border-color: #173148;
}

    .nav-link:focus, .nav-link:hover,
    .btn-primary:hover,
    .btn-primary.focus,
    .btn-primary:focus,
    .dropdown-item:focus, .dropdown-item:hover,
    .dropdown-item.active, .dropdown-item:active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff !important;
        /*background-color: #333 !important;
        border-color: #333;*/
         background-color: #173148 !important;
        border-color: #173148;
    }

.rounded-top {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.hidden {
    display: none !important;
}


.top {
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #173148;
    color: #fff;
    padding: 10px 10px 10px 10px;
    z-index: 900;
}

.txtbox {
    width: 300px !important;
    height: 60px;
    border: 1px solid #a52b2b !important;
    padding-left: 20px;
    line-height: 58px;
    margin-bottom: 20px;
}

.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

.trackbutton {
    width: 160px !important;
    padding-left: 0px !important;
    background: #173148;
    font-size: 13px;
    font-family: 'Raleway';
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    outline: none;
    color: #fff;
}

.bottom {
    width: 100%;
    bottom: 0px;
    position: fixed;
    left: 0px;
    background-color: #173148;
    color: White;
    padding: 10px 10px 10px 10px;
    z-index: 900;
}

.page-header {
    margin: 7px 0 20px !important;
}

.form-group {
    margin-bottom: 10px;
}

.GVFixedHeader, th, td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

div[id*="_Header_Fixed"] table {
    margin-bottom: 0px;
}

.gridViewScrollHelper {
    min-width: 100%;
}

div[id*="Header_Freeze"] {
    height: 100%;
}

table[id*="Freeze_Grid"] {
    height: 100%;
}

.navimg {
    width: 80px;
    height: 40px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.boxcontent {
    background-color: #173148;
    margin-top: 10%;
    color: #fff;
    font-size: 20px;
    font-weight: 40px;
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
}

/*.datepicker {
    background-color: #fff !important;
}*/

.thHeader {
    color: White;
    background-color: #173148;
    font-weight: bold;
    width: 151px;
    text-align: right;
}
