/* Minification failed. Returning unminified contents.
(415,58): run-time error CSS1019: Unexpected token, found '#'
(415,58): run-time error CSS1042: Expected function, found '#'
(415,58): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
 */
@font-face {
    font-family: 'Noto Sans', sans-serif;
    src: url(../Fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: 'Noto Sans', sans-serif;
    src: url(../Fonts/NotoSans-Bold.ttf);
    font-weight: bold;
}

html {
    font-family: 'Noto Sans', sans-serif;
    height: 100vh;
    padding: 0vh;
    background-color: transparent;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    /*font-size: 12pt;
    font-weight: bold;*/
    height: 100%;
    /*box-shadow: 0 0 7px #000000;*/
    width: 100%;
}

.body-container {
    width: 100%;
    margin: 0 auto;
}

.midcontainer {
    min-height: 100%;
}

.listed-form {
    margin-left: 0px;
    padding: 0px;
}

    .listed-form li {
        font-size: 8pt;
        list-style: none;
        margin-bottom: 10px;
    }

        .listed-form li .btn-primary {
            font-size: 9pt;
            border-radius: 5px;
        }

.backbtn {
    background: #00435e;
    color: #fff;
    font-size: 9pt;
}

    .backbtn span {
        margin-right: 5px;
    }

    .backbtn:hover {
        background: #ffffff;
        border: 1px solid #00435e;
        color: #00435e;
    }

.logo-div {
    padding: 7px 5px 9px 5px;
    background: #fff;
}

.header .container-fluid {
    padding-left: 5px;
}

.navbar-nav li a {
    color: #00435e !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 9pt;
    border-left: 1px solid #00435e;
}

.navbar-nav li ul li a {
    border: none;
}

.navbar-nav > li:first-child > a {
    border: none;
}

.navbar-nav li ul li a {
    color: #000 !important;
}

.nav-tabs > li a {
    background-color: #d9ecf5;
    color: #00435e !important;
    border: 1px solid #a3d0e4;
}

    .nav-tabs > li a:hover {
        border: 1px solid #177fab;
        background: none !important;
    }

.nav-tabs > li.active > a {
    color: #fff !important;
    background-color: #177fab !important;
    border: 1px solid #a3d0e4;
}


.header .navbar-nav li a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.div-line {
    /*background: rgba(13,46,76,0.8);*/
    background: #a3d0e4;
    padding: 2px;
}

.set-logo {
    background: #fff;
    text-align: center;
}

.nopadding {
    padding: 0px;
    margin: 0px;
}


.btn-primary {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 12pt;
    border: none;
    border-radius: 5px;
    /*height: 33px;*/
    background: #d9ecf5;
    border: 1px solid #bbdceb !important;
    color: #003f59;
}

    .btn-primary:hover {
        background: #177fab;
        border: 1px solid #115e7f !important;
        color: #fff;
        background-image: none,linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.23) 100%);
    }

.btn-success {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 12pt;
    border: none;
    border-radius: 5px;
    background: #177fab;
    border: 1px solid #115e7f !important;
    color: #fff;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.23) 100%);
}

    .btn-success:hover {
        color: #003f59;
        background: #177fab !important;
    }

.row.content {
    height: calc(96vh - 80px);
    overflow: auto;
    border: none;
    background: #ffffff;
    background: -webkit-linear-gradient(to top right, #ffffff, #d3d3d3);
    background: linear-gradient(to bottom right, #ffffff 20%, #d3d3d3 80%);
}

.lookup {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 2px;
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
    /*padding: 18px !important;*/
    width: 100% !important;
    max-height: 120px;
    overflow: auto !important;
}

    .lookup .formlist li b, .lookup .formlist li strong {
        font-size: 12px !important;
    }

    .lookup .panel-title, div[data-role="display"] .panel-title {
        font-size: 14px;
        color: #0196ec !important;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: normal;
    opacity: 1; /* Firefox */
    font-size: 12px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: normal;
    font-size: 12px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: normal;
    font-size: 12px;
}


.formlist {
    margin-left: 0px;
    padding: 4px;
}

    .formlist li {
        list-style: none;
        margin: 0px 5px 5px 0;
        display: inline-block;
    }

    .formlist .gj-datepicker {
        display: inline-block;
    }

    .formlist li .gj-datepicker-md [role=right-icon] {
        top: 3px !important;
        right: 8px !important;
    }

    .formlist li .gj-icon {
        font-weight: normal;
        font-size: 16px;
    }

    .formlist li input {
        padding: 5px !important;
        height: 20px;
        width: 130px !important;
    }

    .formlist li b {
        font-weight: normal !important;
    }

@media screen and (max-width: 767px) {
    .row.content {
        height: auto;
    }
}

.header {
    color: #000 !important;
    /*background: rgba(13,46,76,0.8);
    background: -webkit-linear-gradient(to top, rgba(13,46,76,0.8), rgba(13,46,76,0.8));
    background: linear-gradient(to top, rgba(13,46,76,0.8) 0%, rgba(13,46,76,0.8) 100%);*/
    background: #d9ecf5;
    background: -webkit-linear-gradient(to top, #d9ecf5, #d9ecf5);
    background: linear-gradient(to top, #d9ecf5 0%, #d9ecf5 100%);
    /*box-shadow: 0 0 10px #000000;*/
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
}

.main {
}

.footer {
    padding: 8px 5px 5px 5px;
    font-size: 8pt;
    font-weight: bold;
    color: #00435e;
    background: #d9ecf5;
    background: -webkit-linear-gradient(to top, #d9ecf5, #d9ecf5 );
    background: linear-gradient(to top, #d9ecf5 0%, #d9ecf5 100%);
    border: none;
    min-height: 30px;
}

.container {
    width: 100%;
    min-height: 100%;
    min-height: calc(96vh - 80px);
    display: flex;
    align-items: center;
}



.panel-footer {
    border-radius: 0px;
    background: #ffffff;
    background: -webkit-linear-gradient(to top, #ffffff, #ffffff);
    background: linear-gradient(to top, #ffffff 40%, #ffffff 60%);
}

.panel {
    border-radius: 10px;
    border-color: #a3d0e4;
}

.panel-heading, .panel-body {
    /*border: none;*/
    border-radius: 0px;
    background-color: transparent !important;
}


.panel-heading {
    color: #00435e !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
    /*background: #e8e8e8;
    background: -webkit-linear-gradient(to top, #e8e8e8, #d3d3d3);
    background: linear-gradient(to top, #e8e8e8 20%, #d3d3d3 80%);*/
    /*background: #04509e;
    background: -webkit-linear-gradient(to top, #04509e, #04509e);
    background: linear-gradient(to top, #04509e 40%, #04509e 100%);*/
    background: #d9ecf5;
    background: -webkit-linear-gradient(to top, #d9ecf5, #d9ecf5);
    background: linear-gradient(to top, #d9ecf5 40%, #d9ecf5 100%);
    /*background: #ffffff;
    background: -webkit-linear-gradient(to top, #ffffff, #cccccc);
    background: linear-gradient(to top right, #ffffff 20%, #cccccc 80%);*/
}

.panel-body {
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff;
    background: -webkit-linear-gradient(to top right, #ffffff, #ffffff);
    background: linear-gradient(to top right, #ffffff 0%, #ffffff 100%);
}

.huge {
    font-size: 16px;
    font-weight: bold;
}

.navbar-nav > .open > a {
    background: none !important;
}

.navbar-nav > .active > a {
    font: inherit;
    color: #000000 !important;
    background-color: #ffffff !important;
    font-size: 9pt;
}

.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar-collapse .navbar-nav {
    padding-top: 15px;
    padding-left: 5px;
}

.dropdown i, .dropdown span {
    margin: auto 5px;
}

.subTabs {
    width: 100%;
    background-color: #00435e;
    padding: 2px 20px;
}

.gj-grid-md {
    border: 1px solid #a3d0e4 !important;
}

    .gj-grid-md table {
        border: 1px solid #a3d0e4 !important;
        padding: 0px !important;
        /*box-shadow: 5px 5px 5px #000000;*/
        /*margin-top: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    margin-right: 10px !important;*/
        /*border: 0px;*/
    }

    .gj-grid-md tr:nth-child(odd) {
        background: #e6f2f8;
    }

    .gj-grid-md th {
        color: #00435e !important;
        font-family: 'Noto Sans', sans-serif !important;
        font-size: 10pt !important;
        font-weight: bold !important;
        text-transform: capitalize !important;
        background: #d9ecf5;
        padding: 5px !important;
        border: 1px solid #a3d0e4;
        background-image: none,linear-gradient(to bottom,##d9ecf5 0,#d9ecf5 100%);
        /*background: linear-gradient(to top, rgba(13,46,76,0.8) 0%, rgba(13,46,76,0.8) 80%);*/
        /*background: #03407c;
        background: -webkit-linear-gradient(to top, #03407c, #04509e);
        background: linear-gradient(to top, #03407c 20%, #04509e 80%);*/
        /*height: 40px !important;
        line-height: 20px !important;*/
    }

tfoot th {
    background: #d9ecf5 !important;
    padding: 5px !important;
    /*background: -webkit-linear-gradient(to top, , #454545) !important;
        background: linear-gradient(to top, #454545 0%, #454545 80%) !important;*/
}

    tfoot th div {
        padding-left: 5px !important;
        line-height: 2.2;
    }

    tfoot th .btn-success {
        font-size: 8pt;
    }

.gj-grid-md td {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    /*font-weight: bold;*/
    /*border: 0px;*/
    /*padding: 5px !important;
    height: 20px !important;
    line-height: 15px !important;*/
}

.gj-grid-md tbody tr {
    height: 30px !important;
}

.gj-grid-md tfoot tr th {
    padding: 5px !important;
}

.gj-grid-md td:first-of-type, .gj-grid-md th:first-of-type {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.gj-grid-md td:first-of-type {
    /*background: #1a1a1a;
    background: -webkit-linear-gradient(to left, #d3d3d3, #bfbfbf);
    background: linear-gradient(to left, #d3d3d3 0%, #bfbfbf 80%);*/
}

div.gj-grid-wrapper div.gj-grid-md-toolbar {
    background-color: #e8e8e8;
    border: none !important;
    font-size: inherit;
    /*box-shadow: 5px 5px 5px #000000;*/
}

.panel-title {
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    padding: 5px;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

.foot-left {
    width: 5%;
    display: inline-block;
}

    .foot-left .btn {
        padding: 5px;
        font-size: 12px !important;
    }

.foot-right {
    width: 94%;
    display: inline-block;
    text-align: center;
}

@font-face {
    font-family: 'Noto Sans', sans-serif;
    src: url(../Fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: 'Noto Sans', sans-serif;
    src: url(../Fonts/NotoSans-Bold.ttf);
    font-weight: bold;
}

.menu-collapser {
    font-family: 'Noto Sans', sans-serif;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 8px;
    color: #FFF;
    font-size: 8pt;
    line-height: 48px;
    background-color: #999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    padding: 7px 10px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background-color: #0E0E0E;
    border-radius: 2px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .collapse-button:hover,
    .collapse-button:focus {
        color: #FFF;
        background-color: #040404;
    }

    .collapse-button .icon-bar {
        display: block;
        height: 2px;
        width: 18px;
        margin: 2px 0;
        background-color: #F5F5F5;
        border-radius: 1px;
    }

ul.slimmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.slimmenu:before,
    ul.slimmenu:after {
        content: '';
        display: table;
    }

    ul.slimmenu:after {
        clear: both;
    }

    ul.slimmenu.collapsed li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        ul.slimmenu.collapsed li > ul {
            position: static;
            display: none;
        }

        ul.slimmenu.collapsed li a {
            display: block;
            font-family: 'Noto Sans', sans-serif !important;
            border-bottom: 1px solid rgba(0, 0, 0, 0.075);
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        ul.slimmenu.collapsed li .sub-toggle {
            height: 40px;
            display: none;
        }

    ul.slimmenu li {
        position: relative;
        float: left;
        display: inline-block;
        background-color: none;
    }

        ul.slimmenu li ul {
            margin: 0;
            list-style-type: none;
        }

            ul.slimmenu li ul li {
                background: none;
                width: 250px;
            }

        ul.slimmenu li > ul {
            position: absolute;
            left: 0;
            top: 100%;
            z-index: 999;
            display: none;
            width: auto;
            margin: 0;
            padding: 0px;
            background: rgba(13,46,76,0.9);
        }

            ul.slimmenu li > ul > li ul {
                position: absolute;
                left: 100%;
                top: 0;
                z-index: 999;
                display: none;
                width: 100%;
            }

        ul.slimmenu li a {
            display: block;
            padding: 5px 20px 5px 20px;
            color: #fff;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 400;
            transition: background-color 0.5s ease-out;
            -o-transition: background-color 0.5s ease-out;
            -moz-transition: background-color 0.5s ease-out;
            -webkit-transition: background-color 0.5s ease-out;
        }

            ul.slimmenu li a:hover {
                text-decoration: none;
                background-color: #fff;
                color: rgba(13,46,76,0.8);
            }

            ul.slimmenu li a.active {
                text-decoration: none;
                background-color: #fff;
                color: rgba(13,46,76,0.8);
            }

        ul.slimmenu li ul li a:hover {
            text-decoration: none;
            background-color: #177fab;
            color: #fff;
        }

        ul.slimmenu li .sub-toggle {
            /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);*/
            position: absolute;
            display: none;
            right: 40px;
            top: -3px;
            z-index: 999;
            width: 20px;
            height: 100%;
            text-align: center;
            cursor: pointer;
        }

            ul.slimmenu li .sub-toggle:before {
                content: '';
                display: inline-block;
                height: 100%;
                margin-right: -0.25em;
                vertical-align: middle;
            }

            ul.slimmenu li .sub-toggle > i {
                display: inline-block;
                color: #fff;
                font-size: 14px;
                vertical-align: middle;
                display: none;
            }

    ul.slimmenu > li {
        border-left: 1px solid #fff;
    }

        ul.slimmenu > li > a > span, ul.slimmenu > li > ul > li > a > span {
            display: inline-block;
            margin-right: 5px;
        }

    ul.slimmenu > :first-child {
        border-left: none;
    }

    ul.slimmenu > li:first-child,
    ul.slimmenu > li.has-submenu + li {
        border-left: 0;
    }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {

}


blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
