@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('/webfonts/raleway-v12-latin-regular.eot');
    src: local('Raleway Regular'), local('Raleway-Regular'), url('/webfonts/raleway-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
    url('/webfonts/raleway-v12-latin-ext_latin-regular.woff2') format('woff2'),
    url('/webfonts/raleway-v12-latin-ext_latin-regular.woff') format('woff'),
    url('/webfonts/raleway-v12-latin-ext_latin-regular.ttf') format('truetype'),
    url('/webfonts/raleway-v12-latin-ext_latin-regular.svg#Raleway') format('svg');
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'Raleway';
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.html::-webkit-scrollbar {
    display: none;
}


.scrollme {
    overflow-x: auto;
    height: calc(100vh - 116px);
}

.standardbody {
    top: 77px;
    color: black;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 60px;
    font-family: 'Raleway';
}


.captcha_image {
    border-radius: 10px 10px;
    margin-bottom: 5px;
}

.cke_editable {
    font-size: 15px !important;
    line-height: 1.1 !important;
    font-family: 'Raleway' !important;
}

.modal-backdrop {
    background-color: transparent;
}

a {
    font-weight: bold;
}

.cke_dialog_background_cover {
    background-color: transparent !important;
}

.errormsg {
    color: rgb(156, 7, 7);
    font-weight: bold;
    font-size: 125%;
}

.successmsg {
    color: green;
    font-weight: bold;
}

.article {
    position: absolute;
    overflow-y: scroll;
    width: 100%;
    left: 0px;
    top: 13px;
    padding-top: 28px;
    padding-bottom: 30px;
    height: calc(100% - 10px);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.article::-webkit-scrollbar {
    display: none;
}


.kbtitle {
    padding-bottom: 6px;
}

.greytext {
    color: #868686;
    font-size: 12px;
}

.kbbox {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    border-bottom: solid 1px cornflowerblue;
}


.website {
    padding-top: 12px;
}

.articlefix {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 39px;
    padding-bottom: 30px;
    height: calc(100%);
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 19px;
    font-size: 15px;

}


.footercolor {
    background: rgba(232, 234, 244, 0.96);
}

.footerblend {
    height: 10px;
    background: linear-gradient(to bottom, rgba(232, 234, 244, 0), rgba(232, 234, 244, 0.96));
}


#fleft {
    float: left;
    font-size: 12px;
}

#fright {
    float: right;
    font-size: 12px;
}

#fcenter {
    text-align: center;
    position: relative;
    margins: auto;
}

.login-form {
    width: 340px;
    margin: 50px auto;
    font-size: 15px;
}

.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.tox .tox-editor-container {
    border-radius: 5px;
}

.nobottommargin {
    margin-bottom: 0px;
}

.clipcell {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 0;
}

.mask-outer {
    height: calc(100vh - 140px);
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mask-outer::-webkit-scrollbar {
    display: none;
}

.mask-inner {
    width: calc(100% - 5px);
}

.form-group.row {
    margin-bottom: 4px;
}

textarea.hidescroll {
    overflow: hidden;
}

textarea.hidescroll:focus {
    overflow: auto;
}


.table-responsive {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.table-responsive::-webkit-scrollbar {
    display: none;
}

thead tr:nth-child(1) th {
    background: white;
    position: sticky;
    top: 0;
}


.navbar-toggler {
    margin-right: 0px;
    margin-top: -5px;
    color: #F7F8FB !important;
    background-color: #4A5E96;
    padding-left: 4px;
    padding-right: 4px;
}

.menublend {
    height: 10px;
    background: linear-gradient(to top, rgba(232, 234, 244, 0.96), rgba(232, 234, 244, 0));
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    background: rgba(232, 234, 244, 0.96);
    padding-left: 1.5rem;
}

.navbar .navbar-nav li a:hover {
    color: #F7F8FB;
    background-color: #4A5E96;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #F7F8FB;
    background-color: #4A5E96;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #F7F8FB !important;
    background-color: #4A5E96;
}

.navbar {
    height: 50px;
    font-size: 14px;
}

.itcnavbar {
    font-weight: bold;
    color: black;
}

.itclogo {
    margin-left: 0px;
    margin-top: -10px;
}

.areaheader {
    background-color: cornsilk;
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 5px 5px;
}

table {
    #max-width: none;
}

.itctoolbar {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px;
}

.btnspacer {
    margin-right: 5px;
}

.form-control:focus {
    border-color: #8080ff;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 255, 0.6);
}

.itcwarn {
    background-color: lightsalmon;
    font-weight: bold;
    height: 22px;
    padding-left: 5px;
    margin-bottom: 4px;
}

.col-form-label {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 992px) {

    .navbar-light .navbar-nav .nav-link {
        background: transparent;
        padding-left: 8px;
    }

    .scrollme {
        height: 100%;
    }

    .col-form-label {
        padding-top: calc(.375rem + 1px);
        padding-bottom: calc(.375rem + 1px);
    }

    .itctoolbar {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 8px;
        padding: 0px;
    }

    .navbar {
        padding-top: 5px;
    }

    .article {
        top: 0px;
        padding-top: 43px;
    }

    .itclogo {
        margin-left: 0px;
        margin-top: -1px;
    }
}


.cursorpointer {
    cursor: pointer;
}

.cursorpointer {
    cursor: pointer;
}

.xstopimg {
    margin-top: -40px;
    padding-bottom: 6px;
}

#webticker {
    font-family: 'Raleway' !important;
    color: black !important;
    font-size: 16px !important;
}

#webticker a {
    text-decoration: none;
}


.halfsize {
    -moz-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.dynspace {
    padding-left: 10px;
    padding-right: 10px;
}

a {
    color: #374670;
}

a.dropdown-item {
    color: black;
    font-weight: bold;
}

.modal-header {
    background: #F7F8FB;
}

.modal-body {
    background: #F7F8FB;
}

.modal-footer {
    background: #F7F8FB;
}

.lds-ring {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 500;
    visibility: hidden;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0px;
    border: 4px solid #808080;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #808080 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (prefers-color-scheme: dark) {

    .standardbody {
        color: white;
        background-color: #002430;
    }

    a {
        color: lightblue;
    }

    table tr {
        color: white !important;
    }

    cursorpointer {
        color: black !important;
        background-color: #777777 !important;
    }

    table hover {
        color: white !important;
    }

    .form-control {
        color: white !important;
        background-color: #002430 !important;
    }

    .errormsg {
        color: rgb(156, 7, 7);
        font-weight: bold;
        font-size: 125%;
    }

    .successmsg {
        color: green;
        font-weight: bold;
    }

    #hdiv {
        background: rgba(255, 122, 89, 0);
    }

    .article::-webkit-scrollbar {
        display: none;
    }


    .kbtitle {
        padding-bottom: 6px;
    }

    .greytext {
        color: #999999;
        font-size: 12px;
    }

    .kbbox {
        border-bottom: solid 1px cornflowerblue;
    }

    .modal-body {
        background-color: #444454 !important;
        color: white !important;
    }

    .modal-footer {
        background-color: #444454 !important;
        color: white !important;
    }

    .footercolor {
        background: rgba(0, 36, 48, 0.96);
    }

    .footerblend {
        background: linear-gradient(to bottom, rgba(0, 36, 48, 0), rgba(0, 36, 48, 0.96));
    }


    .login-form form {
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    }

    thead tr:nth-child(1) th {
        background-color: #555555 !important;
    }

    thead a {
        color: white !important;
    }

    .navbar-toggler {
        color: white !important;
        background-color: #002430;
    }

    .menublend {
        background: #002430;
    }

    .navbar-light .navbar-nav .nav-link {
        color: white;
        background: #002430;
    }

    .navbar .navbar-nav li a:hover {
        color: #F7F8FB;
        background-color: #4A5E96;
    }

    .navbar-brand {
        color: white !important;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #F7F8FB;
        background-color: #4A5E96;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #F7F8FB !important;
        background-color: #4A5E96;
    }

    .itcnavbar {
        color: white;
    }


    .areaheader {
        background-color: cornsilk;
    }

    .form-control:focus {
        border-color: #8080ff;
        #box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 255, 0.6);
    }

    .itcwarn {
        background-color: lightsalmon;
        color: black;
    }


}
