﻿html, body, form {
    height: 100%;
    font-size: 16px;
    line-height: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

body {
    display: flex;
    flex-direction: column;
    background-color:#fafafa;
}

nav {
    background-color: #00064d;
    dheight: 75px;
    spadding:5px 0px;
}

.container {
    width: 100%; 
    padding:20px;
    max-width:1920px;
}

.side-nav {
    background-color:#001710 !important;
}

.side-nav a {
    height: 44px;
    line-height: 50px;
}

.field {
    font-weight:bold;
    padding-bottom:0px; 
}

ul.collapsible {
    margin-top:2px !important;
}

nav .brand-logo {
    position:page;
}

.brand-logo {
    font-size:24px !important;
    margin-left:10px;
}

.dropdown-content {
    width: inherit !important;
    background-color: #00064d;
}

    .dropdown-content:hover {
        background-color: #000b8b;
    }

    .dropdown-content:hover li a {
        background-color: #000b8b;
    }

    .dropdown-content li > a, .dropdown-content li > span {
        color:white;

    }

h1 {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
    margin-top:10px !important;
}

h2 {
    font-size: 1.5rem !important;
}

input[type="text"] {
    padding: 6px 10px;
}

input[type="password"] {
    padding: 6px 10px;
}

input[type="submit"] {
    padding:6px 20px;

    /*background-color:deepskyblue;
    border-radius: 5px 5px;
    border:1px solid #0082ff;*/

}

textarea {
    border: 1px solid #999;
    padding:6px;
}


label {
    color:#000;
}

.padding-10 {
    padding:10px;
}

hr {
    margin: 20px 0px;
    border: 1px solid #eee;
    border-radius: 5px;
}

tr {
    border:none;
/*    ssborder-bottom: 1px solid #eee;
*/}

th a {
    color:black;
    text-decoration:underline;
}


.Watermark {
    color:#999;
}

.GridView tr {
    border-bottom: 1px solid #eee;
}

.browser-default label {
    display:none;
}

.browser-default input[type="checkbox"] {
    margin-left: 0px;
    margin-right: 0px;
}

/* Tabbed Menu */
.CustomTabStyle .ajax__tab_header {
    background: transparent;
    height:20px;
}

.CustomTabStyle .ajax__tab_outer {
    background-color: #eee;
    border: solid 1px #aaa;
}

.CustomTabStyle .ajax__tab_default .ajax__tab {
}

.CustomTabStyle .ajax__tab {
}

    .CustomTabStyle .ajax__tab .ajax__tab_active {
        background-color: #fff !important;
    }

    .CustomTabStyle .ajax__tab .ajax__tab_hover {
    }

.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #eee;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_outer {
    background-color: #fff;
    border-bottom-color: #fff;
}

.CustomTabStyle .ajax__tab_body {
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 10px;
    clear:both;
    margin-top:19px;
}

.CustomTabStyle .ajax__tab_inner a {
    color: #444;
    padding: 0px 10px;
}

/* ModalPopups */
.PopupHeaderPanel {
    color: #555;
    font-size: 14px;
    font-weight: bold;
}

.ModalPopupBackground {
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalBackground {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=50);
}

.modalPopup {
    text-align: left;
    background-color: White;
    border: 1px solid #444;
    padding: 0px;
    font-size: 14px;
}

@media only screen and (max-width : 992px) {
    nav .brand-logo {
        left: 0;
        -webkit-transform: initial;
        transform: initial;
    }
}