/* Minification failed. Returning unminified contents.
(180,17): run-time error CSS1039: Token not allowed after unary operator: '-unnamed-color-ffffff'
 */

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/fonts/SourceSansPro-Regular.ttf');
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.container-fluid {
    padding-right: 30px;
}


/* Custom styles */


div.divTestBanner {
    position: relative;
    margin: 0 0;
    padding: 0 0;
    font-weight: bold;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ff0000;
    color: #ff0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 1.5em;
    background-color: #fff2f2;
    text-align: center;
    left: 0px;
    right: 100%;
}

.mainbody {
    position: fixed;
    top: 0px;
    bottom: 20px;
    left: 286px;
    right: 0px;
    background-color: #fff;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 89px;
    display: block;    
    opacity: 1;
    z-index: 999;
    background: #0C0D17 0% 0% no-repeat padding-box;
    opacity: 1;
}

    footer .footer-content {
        padding-top: 22px;
        font: normal normal normal 14px/18px Source Sans Pro;
        letter-spacing: 0px;
        color: #FFFFFF;
    }

    footer .footer-bottom-line {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 81px;
        bottom: 0px;
        background: transparent url('/Images/bottom-line.png') 0% 0% no-repeat padding-box;
        background-size: cover;
        opacity: 1;
    }

.style1 {
    background: url(/Images/bottom-line.png) no-repeat center center fixed;
    background-size: cover;
}

/*--- left nav ---*/

div#MainMenu {
    font-size: 1.2em;
}

.leftnav {
    position: absolute;
    top: 0px;
    bottom: 89px;
    left: 0px;
    width: 286px;
    background-image: linear-gradient(#090230, #000F7E);
    opacity: 1;
}

.leftnav-logo {
    display:block;
    position: absolute;
    top: 48px;
    left: 33px;
    height: 42px;
    width: 215px;
}

.leftnav-appname {
    display: block;
    position: absolute;
    top: 110px;
    left: 62px;
    width: 156px;
    height: 50px;
    text-align: center;
    font: normal normal normal 20px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #F1EFF7;
    text-transform: uppercase;
    opacity: 1;
}

.leftnav-welcome {
    display: block;
    position: absolute;
    top: 140px;
    left: 0px;
    right: 0px;    
    text-align: center;
    font: italic normal normal 20px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #F1EFF7;
    opacity: 1;
}

.leftnav-logoff {
    display: block;
    position: absolute;
    top: 165px;
    left: 0px;
    right: 0px;
    text-align: center;
    font: normal 14px/16px Source Sans Pro;
    letter-spacing: 0px;
    color: white;
    opacity: 1;
}

    .leftnav-logoff a {
        color: white;
    }

    .leftnav-logoff a:visited {
        color: white;
    }


.leftnav-menu {
    display: block;
    position: absolute;
    top: 190px;
    bottom: 0px; /* extends to the bottom of the sidebar, overlapping the eclogo */
    left: 0px;
    width: 100%;
    overflow: visible; /* allow expanded panel items to render over the logo */
    z-index: 10;      /* sit on top of the leftnav-eclogo */
    color: var(--unnamed-color-ffffff);
    text-align: left;
    font: normal normal bold 20px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.leftnav-eclogo {
    position: absolute;
    height: 100px;
    bottom: 138px;
    right: 0px;
}

.leftnav-header {
    color: #337ab7;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
}

    .leftnav-header:hover {
        background-color: #ddd;
        color: #337ab7;
    }

.leftnav-collapse {
    border: 1px solid #ddd;
    border-top-width: 0;
}

    .leftnav-collapse .active a {
        color: #fff;
        background-color: #337ab7;
    }

        .leftnav-collapse .active a:hover {
            background-color: #ddd;
            color: #337ab7;
        }

/*--- end left nav ---*/

.main-menu-pills > li > a {
    font: normal normal bold 20px/25px Source Sans Pro;
    color: #FFFFFF;
    border: none;
    border-radius: 0px;
    height: 35px;
    padding-left: 20px;
    padding-top: 5px;
}

    .main-menu-pills > li > a:hover {
        background-color: #000F7E;
    }

.main-menu-pills > li.active a {
    background-color: #000F7E;
}

.main-menu-pills > li.active a:hover {
    background-color: #000F7E;
}


.page-title {
    text-align: left;
    font: normal normal normal 20px/25px Source Sans Pro;
    letter-spacing: 0px;
    color: #0C0D17;
    opacity: 1;
}


.summary-header {
    display: block;
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    height: 40px;
}


.tableFixHead {
    display:block;
    position: absolute;
    top: 100px;
    left: 20px;
    right: 20px;
    bottom: 150px;
    overflow: auto;
}

    .tableFixHead thead th {
        position: sticky;
        background: #fff;
        top: 0;
        z-index: 1;
    }

    .tableFixHead tbody th {
        position: sticky;
        left: 0;
    }

.addnew-btn {
    background: url(/Images/Add.png);
}

#vertical {
    height: 100%;
    margin: 0 auto;
}

#middle-pane {
    color: #000;
    background-color: #ccc;
}

#bottom-pane {
    color: #000;
    background-color: #aaa;
}

#left-pane, #center-pane, #right-pane {
    color: #000;
    background-color: #F5F5F5;
}

.pane-content {
    padding: 0 10px;
}

.k-grid .k-grid-search {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
}

/*.k-grid-content {
    height: 100% !important;
}*/

.pane-padding {
    padding: 0;
    height: 94%;
}


.fixed-header {
    top: 0;
    position: fixed;
    width: auto;
    z-index: 1;
}

.mainbody {
    padding: 0px 286px 0px 2px;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.control-label:after {
    content: ":";
}

.k-widget .k-textbox {
    width: 100%;
}

.full-width {
    width: 100%;
    margin: 0;
    padding: 0;
}

.k-widget .k-datetimepicker {
    width: 100%;
    margin: 0;
    padding: 0;
}

.disabled-control {
    height: 19px;
    background-color: #eee;
}

.edit-control {
    height: 19px;
    background-color: #ffffff;
}


#divLoading {
    margin: 0px;
    display: none;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: auto;
    opacity: 0.4;
}

#divAsyncProgress {
    position: absolute;
    color: black;
    top: 50%;
    left: 45%;
}

.center-btn {
    margin: 50px 0px 0px 0px;
    padding: 0;
    width: 100%;
    height: 30px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}
*/

.k-toolbar {
    justify-content: left;
    height: 40px;
    padding: .375rem .375rem;
    flex-wrap: nowrap;
}

.k-detail-row, .k-detail-row:hover {
    border-color: #428bca !important;
    background-color: #000F7E !important;
    border-color: #000F7E !important;
    color: #fff !important;
}


.input-validation-error {
    border-color: #8a6d3b;
    background-color: #fdd67a;
}

.notValid {
    background-color: #fdd67a; /*#ff9347;*/
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected, .btn-primary {
    color: #fff;
    background-color: #000F7E;
    border-color: #000F7E;
}

    .k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td, .btn-primary:hover {
        background-color: #000F7E;
        border-color: #eee;
    }

.k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
    color: #fff;
    background-color: #000F7E;
    border-color: #000F7E;
}

.k-checkbox:checked {
    border-color: #428bca;
    background-color: #000F7E;
    border-color: #000F7E;
}

.k-grid th.k-state-selected {
    color: #212529;
    /*background-color: rgba(0, 123, 255, 0.25);*/
    background-color: rgba(241, 239, 247, 0.25);
}

.k-grid th.k-state-focused,
.k-grid th:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.ml-input {
    width: 400px;
    height: 200px;
}


tr.k-state-selected td.k-edit-cell, tr.k-state-selected td.k-state-selected:hover {
    color: #333;
}


.k-panelbar > li.k-state-default > .k-link, .k-tabstrip-items .k-state-default .k-link {
    color: #000F7E;

}


.k-tabstrip-items .k-state-active .k-link {
    color: #333;
    background-color: #f5f5f5;
    border: none;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    margin-bottom: -3px;
    border-radius: 0px;
}

    .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-state-active {
        border-bottom-color: #000F7E;
        border-block-width: 3px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-left-width: 0px;
        font-weight: bold;
    }

.k-tabstrip .k-content.k-state-active {
    background-color: #f5f5f5;
    color: #333;
    border: none;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-bottom-width: 0px;
}

.k-tabstrip-items .k-loading  {
    border: none;
}

.center {
    margin: auto;
    width: 30%;
    border: none;
    padding: 10px;
}


.k-splitbar .k-icon {
    overflow: visible;
    font-size: 20px;
}

    .k-splitbar .k-icon.k-i-arrow-60-left {
        margin-left: -6px;
    }

    .k-splitbar .k-icon.k-i-arrow-60-right {
        margin-left: -5px;
    }

.k-splitter .k-splitbar-horizontal {
    width: 10px;
}

.k-splitbar .k-resize-handle.k-i-vbar {
    width: 8px;
    height: 25px;
    margin-left: 1px;
}

.k-splitbar .k-resize-handle.k-i-hbar {
    width: 20px;
    height: 5px;
    margin: 0;
}

input[type="checkbox"], input[type="radio"] {
    margin: 5px 8px 0;
    line-height: normal;
}

.home-menu-item {
    margin: 8px 45px;
}


.k-panelbar .k-item .k-link.k-state-selected, .k-panelbar > li > .k-link.k-state-selected {
    color: #fff;
    background-color: #000F7E;
}


.k-panelbar .k-item, .k-panelbar .k-panel {
    background-color: transparent;
    color: #333;
    border: none;
    margin-right: 0;
}

.k-panelbar > li.k-state-default > .k-link.k-state-hover, .k-panelbar > li > .k-state-hover, .k-state-selected > .k-link {
    color: #fff;
}

.k-panelbar .k-state-focused.k-state-selected {
    box-shadow: none;
    background-color: transparent;
}

#panelbar-safe .k-i-arrow-60-down:before {
    content: "\e006" !important;
}

#panelbar-safe .k-i-arrow-60-up:before {
    content: "\e004" !important;
}

.checkbox-list {
    padding-left: 0px;
}

.checkbox-list > li  {
    border: none;
    border-radius: 0px;
    height: 35px;
    padding-left: 0px;
    padding-top: 5px;
    list-style-type: none;
}


#DrawerGrid input.k-state-selected {
    color: #ccc;
}

#DrawerGrid .k-grid-toolbar {
    justify-content: right;
}

#SDocGrid .k-grid-toolbar {
    justify-content: right;
}

#ItemGrid .k-grid-toolbar {
    justify-content: right;
}

#ActionGrid .k-grid-toolbar {
    justify-content: right;
}


textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
}

.gray-hr {
    border-color: #ccc;
    margin-right: 50px;
}


.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #000F7E;
}


