/* Minification failed. Returning unminified contents.
(594,26): run-time error CSS1030: Expected identifier, found '['
(594,35): run-time error CSS1031: Expected selector, found ']'
(594,35): run-time error CSS1025: Expected comma or open brace, found ']'
(671,32): run-time error CSS1030: Expected identifier, found '.'
(671,41): run-time error CSS1031: Expected selector, found ')'
(671,41): run-time error CSS1025: Expected comma or open brace, found ')'
(782,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(783,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */


html, body .container {
    font-family: Verdana, Arial;
    font-size: 0.8em;
    height: 100%;
}

body {
    padding-bottom: 70px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.box {
    float: left;
    height: 25px;
    margin-bottom: 5px;
    width: 150px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #0099FF !important;
}

    .btn-primary:hover {
        background-color: #bebebe !important;
        color: #000000;
    }

#search button {
    width: 90px;
}

#genInfo input[type="button"] button {
    width: 90px;
}

#runway button {
    width: 100px;
}

#runway a.btn {
    width: 100px;
}

.wrap-header {
    white-space:initial !important;
}

#header {
    background-color: #000;
    border-bottom: 1px solid #0099ff;
}

    #header .logo {
        padding: 20px 0 10px 10px;
    }

    #header .topMenu {
        text-align: right;
        padding-top: 15px;
        font-size: 0.9em;
    }

        #header .topMenu a {
            color: white;
            text-decoration: underline;
        }

        #header .topMenu span {
            color: white;
        }

        #header .topMenu ul li {
            display: inline;
        }

        #header .topMenu a:hover {
            color: #0099ff;
            text-decoration: none;
        }

        #header .topMenu a:active {
            color: #0099ff;
        }

        #header .topMenu span {
            border-right: 1px solid white;
            padding: 0 2px 0 5px;
        }

            #header .topMenu span:last-child {
                border-right: 0;
            }

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3000;
}

.footer {
    color: white;
    background-color: black;
    padding: 10px 0;
    font-size: 0.85em;
}

    .footer p > a {
        text-decoration: underline;
    }

#footerContact {
    padding-top: 10px;
}

#account {
    background-color: rgba(0,0,0,.6) !important;
    padding: 50px 0;
}

    #account button {
        height: 34px;
    }

    #account input {
        width: 250px;
    }

    #account a {
        color: #ccc;
    }

        #account a:hover a:active {
            color: #0099ff;
        }

.full-height {
    height: 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.d-none {
    display:none !important;
}

.sub-title {
    margin-bottom: 15px;
}

    .sub-title span {
        font-weight: bold;
    }

.icon-remark {
    color: #0099FF;
    background-color: transparent;
    border: 0 transparent;
}

.a-plane {
    padding-left: 5px;
}

.flex-list {
    position: relative;
    margin: 1em;
    overflow: hidden;
}

    .flex-list ul {
        display: flex;
        flex-direction: row;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-left: -1px;
    }

    .flex-list li {
        -o-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-basis: auto;
        -o-flex-basis: auto;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin: 0;
        padding: 0 1em;
        text-align: center;
        border-right: 1px solid #ccc;
    }

        .flex-list li:last-child {
            border-right: 0;
        }

.color-blue {
    color: #0099FF;
}

.color-bg-blue {
    background-color: #0099FF;
}

/******************************************************
* Navigation Rules
*******************************************************/

.top-navigation {
    background-color: black;
    border-bottom: solid 2px #0099FF;
    padding-bottom: 20px;
}

    .top-navigation .navbar {
        margin-bottom: 10px;
    }

    .top-navigation .nav > li > a {
        color: #CCC;
        padding: 15px 0;
        padding-bottom: 10px;
        text-decoration: none;
        font-weight: 600;
    }

    .top-navigation .nav > li > label {
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .top-navigation .nav > li {
        color: #fff;
        font-size: 12px;
    }

        .top-navigation .nav > li a:hover,
        .top-navigation .nav > li a:focus {
            color: #0099FF;
            font-weight: 600;
            text-decoration: underline;
        }

    .top-navigation .navbar .nav > li.active {
        font-weight: 600;
    }

    .top-navigation .nav > li.active > a {
        background-color: #0099FF;
        color: #000;
    }


.main-menu {
    background-color: black;
    border-bottom: solid 2px #0099FF;
}

    .main-menu .navbar {
        margin-bottom: 10px;
    }

    .main-menu .nav > li > a {
        border: none;
        color: #CCCCCC;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .main-menu .nav > li a:hover,
    .main-menu .nav > li a:focus {
        background-color: black;
        color: #0099FF;
        font-weight: 600;
    }

    .main-menu .navbar .nav > li.active {
        background: #0099FF;
        border: none;
    }

        .main-menu .navbar .nav > li.active:hover {
            background-color: #000;
            color: #0099FF;
            font-weight: bold;
        }

    .main-menu .nav > li.active > a {
        background: #00CCFF;
        background: -webkit-linear-gradient(#00CCFF, #0099FF);
        background: -o-linear-gradient(#00CCFF, #0099FF);
        background: -moz-linear-gradient(#00CCFF, #0099FF);
        background: linear-gradient(#00CCFF, #0099FF);
        color: #000;
    }

        .main-menu .nav > li.active > a:hover {
            background: -webkit-linear-gradient(#000, #000);
            background: -o-linear-gradient(#000, #000);
            background: -moz-linear-gradient(#000, #000);
            background: linear-gradient(#000, #000);
            background-color: #000;
            color: #0099FF;
        }

.side-menu {
    background: #000;
    background: -webkit-linear-gradient(left, #000, #6B6B6B);
    background: -o-linear-gradient(left, #000, #6B6B6B);
    background: -moz-linear-gradient(left, #000, #6B6B6B);
    background: linear-gradient(left, #000, #6B6B6B);
    border-bottom: solid 2px #0099FF;
}

    .side-menu .navbar {
        margin-bottom: 10px;
    }

    .side-menu .nav .panel {
        background-color: transparent;
        border: none;
        color: gray;
        display: block;
        text-decoration: none;
    }

    .side-menu .nav > li > a {
        background-color: transparent;
        border-top: solid 1px gray;
        color: #CCCCCC;
        padding: 15px 20px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .side-menu .nav .panel-collapse > li > a {
        background-color: transparent;
        color: gray;
        display: block;
        font-weight: 600;
        list-style: none;
        text-decoration: none;
    }

    .side-menu .nav ul {
        list-style: none
    }

    .side-menu .nav-second-level ul {
        list-style: none
    }

    .side-menu .nav > li a:hover,
    .side-menu .nav > li a:focus {
        color: #0099FF;
        font-weight: 600;
    }

    .side-menu .nav > li.active > a {
        color: #0099FF;
        font-weight: 600;
    }

    .side-menu .nav .nav-second-level > li > a {
        background-color: transparent;
        color: #CCCCCC !important;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .side-menu .nav .nav-second-level > li a:hover,
    .side-menu .nav .nav-second-level > li a:focus {
        color: #0099FF !important;
        font-weight: 600;
        text-decoration-line: none;
    }

    .side-menu .nav .nav-second-level > li.active > a {
        color: #0099FF !important;
        font-weight: 600;
        text-decoration-line: none;
    }



/******************************************************
* Site Rules
*******************************************************/

.line-blue {
    border: solid 1px #0099FF;
    box-shadow: 0 2px 5px #BEBEBE;
    color: blue;
}

.header ol {
    background-color: transparent;
}

.breadcrumb {
    margin-bottom: 0;
}

    .breadcrumb > li + li:before {
        content: ">";
        padding: 0 5px;
    }

.marginRow {
    margin-bottom: -20px !important;
}

.btn {
    font-size: 12px;
}

.panel-default .panel-heading {
    border-bottom: solid 1px #0099FF;
    padding-bottom: 0;
}

.text-blue {
    color: #0099FF;
}

.min-sm {
    min-width: 70px;
}

.min-md {
    min-width: 100px;
}

.min-lg {
    min-width: 150px;
}

.bg-red {
    background-color: red;
}

.bg-silver {
    background-color: silver;
}

.bg-purple {
    background-color: purple;
}

.bg-orange {
    background-color: orange;
}

.bg-beige {
    background-color: beige;
}

.bg-gold {
    background-color: darkgoldenrod;
}

/******************************************************
* Bootstrap Overrides
*******************************************************/

.panel-container .nav-pills > li > a {
    background-color: #F5F5F5;
    color: #000;
    font-weight: 600;
}

    .panel-container .nav-pills > li > a:hover {
        background-color: #FFF;
        color: #000;
        font-weight: 600;
    }

.panel-container .nav-pills > li.active > a {
    background-color: #0099FF;
    color: #fff;
    font-weight: 600;
}

    .panel-container .nav-pills > li.active > a:hover {
        background-color: #FFF;
        color: #000;
        font-weight: 600;
    }

.form-group {
    margin-bottom: 5px;
}

.form-control {
    font-size: 12px;
}

.dl-horizontal dt {
    white-space: normal;
}

hr {
    margin-top: 0;
}

.h3 {
    margin-top: 5px;
}

.k-with-icon, .k-header {
    font-weight: bold !important;
}

.k-widget.k-tooltip {
    border-color: #000;
    background-color: gray;
    color: #000;
    font-size: 13px;
}

a#remarkicon, #remarkiconbase, #remarkiconrear {
    cursor: pointer;
}

.k-edit-form-container {
    width: 530px;
}

a.k-link, .k-link {
    color: #0099FF !important;
}


.k-grid table .k-state-selected a {
    color: #fff !important;
    font: bold;
    text-decoration: underline
}

input[readonly] {
    background-color: #F0F0F0;
    color: #303030
}

.k-input[readonly] {
    background-color: #eee;
    color: #333;
}

.k-dropdownlist:has(input[readonly]) > * {
    background-color: #eee !important;
    opacity: 1 !important;
}

input[type=checkbox][readonly] {
    accent-color: gray;
    color: #303030
}

.k-pdf-export .k-grid tr {
    background-color: #fff !important;
    color: #000;
}

.k-pdf-export .k-grid .k-state-selected a {
    background-color: #fff !important;
    color: #337ab7 !important;
    text-decoration: none !important;
}
/*-------------------------------------------------------tree view styling---------------------------------------------------------*/

.fileContainer {
    overflow: hidden;
    position: relative;
}

    .fileContainer:active {
        background-color: red;
        color: yellow;
    }

fileContainer btn btn-default {
    background-color: red
}

.fileContainer [type=file] {
    /*cursor: inherit;*/
    display: none;
    /*font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;*/
}

    .fileContainer [type=file] :active {
        display: block !important;
    }


.k-grid .k-button.k-grid-Edit, .k-button.k-grid-Update, .k-button.k-grid-deleteAdjustment,
.k-grid-delete, .k-grid-Delete, .k-grid-upload, .k-grid-download, .k-grid-edit, .k-grid-RemoveDoc, .k-grid-update, .k-grid-cancel, .k-grid-copy, .k-grid-envelope, .k-grid-up, .k-grid-down {
    width: 20px;
    height: 30px;
    border: none;
    min-width: 0 !important;
    border-radius: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: -10000px;
    position: relative;
    background-color: transparent;
}

.k-command-cell {
    text-align: center;
}

.k-grid .k-button:not(.k-pager .k-button)::before {
    text-indent: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 1 !important;
    background-color: transparent;
    display: inline-block;
}

.k-grid .k-button.k-grid-delete::before {
    content: "\f2ed";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-Delete::before {
    content: "\f2ed";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-Edit::before {
    content: "\f044";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-edit::before {
    content: "\f044";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-Update::before {
    content: "\f044";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-update::before {
    content: "\f0c7";
    font-size: 1.4em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-cancel::before {
    content: "\f410";
    font-size: 1.3em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-deleteAdjustment::before {
    content: "\f2ed";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-upload::before {
    content: "\f382";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.k-grid .k-button.k-grid-download:before {
    content: "\f019";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.k-grid .k-button.k-grid-RemoveDoc::before {
    content: "\f057";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-copy::before {
    content: "\f0c5";
    font-size: 1.2em;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-envelope::before {
    content: "\f2b6";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.k-grid .k-button.k-grid-up::before {
    content: "\f062";
    font-size: 1.2em;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-down::before {
    content: "\f063";
    font-size: 1.2em;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/*-------------------------------------------------------Kendo UI 2025.1.227 overwrite---------------------------------------------------------*/
:root {
    --kendo-font-size: 14px;
    --kendo-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.k-grid .k-button span {
    display: inline-block !important;
}

.k-grid .k-command-cell {
    text-align: center;
}

.k-grid .k-grid-edit-command, .k-grid-save-command, .k-grid-remove-command, .k-grid-cancel-command {
    width: 20px;
    height: 30px;
    border: none;
    min-width: 0 !important;
    border-radius: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: -10000px;
    position: relative;
    background-color: transparent;
}

.k-grid a {
    color: #337ab7;
    text-decoration: none;
}

.k-grid .k-button.k-grid-edit-command::before {
    content: "\f044";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-save-command::before {
    content: "\f0c7";
    font-size: 1.4em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-remove-command::before {
    content: "\f2ed";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-cancel-command::before {
    content: "\f410";
    font-size: 1.3em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-multiselect .k-chip {
    color: #fff;
    border-color: #357ebd;
    background-color: #428bca;
}

.k-multiselecttree .k-chip {
    color: #fff;
    border-color: #357ebd;
    background-color: #428bca;
}

/***Some views has multi-select with inline style, which is overwriting auto height **/
.k-multiselect, .k-multiselecttree {
    height: auto !important;
}

/** kendo apply inline style display:none unexpectedly if gird is not visible when page first load **/
.k-pager .k-pager-info {
    display: flex !important;
}

.k-pager .k-pager-sizes span {
    display: flex !important;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* ----- v CAN BE DELETED v ----- */


.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: 0;
    }

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }

.cb-readonly {
    opacity: 0.5;
    width: 21px;
    height: 21px;
}

.cb-compliance-style {
    width: 21px;
    height: 21px;
}

/*.k-checkbox-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: solid;
    width: 21px;
    height: 21px;
    font-size: 21px;
    line-height: 21px;
    text-align: center;
}*/

.k-grid input.k-checkbox {
    width: 21px;
    height: 21px;
    margin-left: 1px;
    margin-top: 4px;
    position: absolute;
    z-index: 1;
}

.k-invalid-selection {
    font-weight: bold;
    color: #a30000;
}
