﻿.k-header h1 {
    margin: 0;
    padding: 30px 15px;
    font-size: 32px;
    font-weight: lighter;
}

.buttom-status-bar {
    padding: 3px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
    box-shadow: 0px -11px 15px -7px rgba(0,0,0,0.1);
}

.buttom-status-bar-error {
    background-color: rgb(252, 238, 238);
    border-top: 1.2px solid rgb(249, 188, 188);
}

.buttom-status-bar-success {
    background-color: rgb(238, 252, 238);
    border-top: 1.2px solid rgb(188, 249, 206);
}

.modal-xl {
    width: 90%;
}
/* Sticky footer styles
    -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.k-state-selected {
    border: 0 !important;
}

.selected-row {
    color: white;
    background-color:#008dcc;
}

    .selected-row:hover {
        background-color: #008dcc;
        font-weight: 600;
    }

    .selectable-hover-row:hover {
        background-color: rgba(51, 51, 51, 0.10);
    }

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
    -ms-user-select: none;
    user-select: none;
}

.menu-sub-item {
    padding-left: 30px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: rgb(252,252,252);
}

.grid-toobar-container {
    border: 1px solid rgb(220,220,220);
    border-bottom: 0;
    background-color: white;
    padding: 5px;
    padding-top: 12px!important;
    margin-top: 5px!important;
}

.k-grid-filter.k-state-active {
    border: 1px solid #1899db !important;
}

#stt_logo {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.grid-default .k-grid-header {
    padding: 0 !important;
}

.grid-default .k-grid-content {
    overflow-y: auto;
}

.k-grid-header .k-header {
    height: 13px;
    padding: 3px;
}
form-group {
    margin-bottom: 8px;
}

.k-grid tbody tr {
    line-height: 10px;
}

.k-grid tbody td {
    padding: 3px;
    padding-left: 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.container-fluid .text-muted {
    margin: 10px 0;
}

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-button-export {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 7px
}

.btn-export-container {
    margin-top: 8px;
    padding-left: 15px
}

.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    background-color: #207ac2 !important;
    border: 0 !important;
    box-shadow: none !important;
}

    .btn-toggle:hover {
        background-color: #076ec0 !important;
    }

    .btn-toggle .k-icon {
        opacity: 1;
    }

.btn-control {
    border-radius: 0!important;
    height: 34px;
}

    .btn-toggle,
    .k-primary.btn-toggle:hover,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .k-primary.btn-toggle:hover .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }

.header {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.navbar-default {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0e5f97;
    /*background-color: #1271b2;*/
    border-radius: 0;
    margin: 0;
    height: 68px;
    border: 0;
}

    .navbar-default h2 {
        color: white;
        margin: 0;
        font-weight: lighter;
    }

.navbar-login {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0e5f97;
    border-radius: 0;
    margin: 0;
    height: 68px;
    border: 0;
}

    .navbar-login h2 {
        color: white;
        margin: 0;
        font-weight: lighter;
    }

.btn-primary {
    background-color: #0e5f97 !important;
}

    .btn-primary:hover {
        background-color: #0f6aaa !important;
    }

.btn-default {
    border-color: rgba(220,220,220,0.8)!important;
}

    .btn-default:hover {
        background-color: rgba(193, 193, 193, 0.80) !important;
        transition: background-color .8s;
    }

.main-menu-tile {
    height: 310px;
}

.main-menu-tile-option {
    width: 120px;
    border-radius: 0px;
}

.main-menu-tile-option-long {
    width: 150px;
}

.flex-nowrap-column-container {
    display: flex;
    flex-wrap: nowrap;
    flex-flow: column;
}

.flex-nowrap-row-container {
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row;
}

.flex-wrap-row-container {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
}

.category-heading-container {
    margin-top: -4px;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 40px;
    background-color: rgba(24, 153, 219, 0.30);
}

    .category-heading {
        margin-right: 70px;
        color: white;
        font-weight: 300;
    }

.NoStyleLink a {
    text-decoration: none !important;
    color: inherit !important;
}

.NoStyleLink {
    text-decoration: none !important;
    color: inherit !important;
}

.is-invalid {
    border-color: rgba(200, 13, 13, 0.10)!important;
    box-shadow: 0 1px 4px rgb(200, 13 ,13)!important;
}

.is-valid {
    box-shadow: 0 0px 0px rgb(200, 13, 13) !important;
    border-color: #ccc !important;
}


.footer-fixed {
    background-color: rgb(240,240,240);
    border-top: 1px solid rgb(220,220,220);
    padding:10px;
    padding-top: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.footer-fixed-option {
    width: 90px;
}

.float-right {
    float: right;
}

.form-body {
    margin-top: 35px;
}

.field-body {
    margin-top: 35px;
}

.standard-body {
    margin-top: 35px;
}


.standard-grid-body {
    /*top: 116px;
    position: absolute;
    bottom: 63px;*/
    margin-top: 10px;
    margin-left: 11px;
    margin-right: 11px;
    /*box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.1);*/
}

.field-control-group {
    margin-bottom: 12px;
}

.field-control-label {
    font-weight: 600;
}

.k-textbox {
    width: 100% !important;
    border: 1px solid #ccc !important;
}

input {
    border: 1px solid #ccc !important;
}

.input-listbox-search {
    margin-bottom: 25px;
    width: 100%;
}

.input-listbox-search-no-fill {
    margin-bottom: 25px;
}

.grid-default {
    height: 100%;
}

.fw-600 {
    font-weight: 600;
}

.fw-600-i {
    font-weight: 600;
    font-style: italic;
}

.loader-item {
    margin-left: 15px;
    width: 25px;
    height: 25px;
    border: 5px solid whitesmoke;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.hidden-space {
    visibility: hidden;
}

.k-loading-mask {
    display: none;
}

.tile {
    border: 1px solid rgb(224,224,224);
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 12px;
    padding-top: 17px;
    margin-bottom: 25px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.tile-body {
    padding-bottom: 10px;
}

.tile-primary {
    background-color: #20729c;
    color: rgb(250,250,250);
}

.tile-default {
    background-color: rgb(253,253,253);
    color: #333;
}

.tile-hr {
    margin-top: 10px;
    border-bottom: 1px solid silver;
}

.tile-options {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tile-control-group {
    padding-bottom: 4px;
    width: 100%
}

.tile-control-label {
    color: whitesmoke;
    font-weight: 600;
}

.tile-default .tile-control-label {
    color: #333;
    font-weight: 600;
}

.tile-control-value {
    text-align: right
}

title-primary.tile-responsive:hover {
    background-color: #11648f;
    border-radius: 5px;
}

.content-container {
    padding: 15px 30px;
    box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 10px;
    border: 1px solid rgb(230,230,230);
    margin-bottom: 8px;
}

.content-container-heading {
    padding-top: 7px;
    padding-bottom: 3px;
}

.lead {
    margin-bottom: 5px;
}

.top-menu {
    margin-bottom: 10px;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.content-container-footer {
    background-color: rgb(250,250,250);
    margin-bottom: -15px;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-radius: 0!important;
    border-top: 1px solid rgb(240,240,240)
}

.tab-selection {
    border-bottom: 3px solid #278fe2;
    border-radius: 0 0 3px 3px;
}

.tab {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.tab:hover {
    border-bottom: 3px solid #ccc;
    border-radius: 0 0 3px 3px;
}

.tab:active {
    color: #1271b2!important;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.btn-outline {
    border-radius: 4px;
}

.btn-outline-primary, btn-outline-primary:after {
    border: 2px solid #1899db !important;
    background-color: transparent !important;
    color: rgb(250,250,250) !important;
}

    .btn-outline-primary:hover {
        background-color: #1899db !important;
        color: white !important;
    }


.interactive-p {
    font-weight: 400;
    font-size: 14px;
}

    .interactive-p:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.k-grid-toolbar {
    background-color: transparent !important;
    border-bottom: 0.9px solid rgb(234,234,234) !important;
    border-radius: 2px;
}

.k-separator {
    border: 0.6px solid rgb(200,200,200)!important;
    border-radius: 1px;
    width: 100%!important;
}

.helpme-grid-button {
    margin-bottom: -30px;
    margin-right: 3px;
}

.grid-toobar-container {
    padding-top: 8px;
}

.dialog-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}

.k-grid-pdf {
    background-color: transparent !important;
    border: 2px solid #1899db !important;
    border-radius: 4px;
    color: #333 !important;
    margin: 5px!important;
    padding: 5px!important;
    width: 90px!important;
}

    .k-grid-pdf:hover {
        background-color: #1899db !important;
        transition: background-color .8s;
        color: white !important;
    }

    .k-grid-pdf:active {
        background-color: #1982b8 !important;
    }


.k-grid-excel {
    background-color: transparent !important;
    border: 2px solid rgba(24, 219, 92, 1.00) !important;
    border-radius: 4px;
    color: #333 !important;
    margin: 5px !important;
    padding: 5px !important;
    width: 90px !important;
}

    .k-grid-excel:hover {
        background-color: rgb(56, 167, 106) !important;
        transition: background-color .8s;
        color: white !important;
    }

    .k-grid-excel:active {
        background-color: rgb(25, 168, 89) !important;
    }

.k-grid-image {
    background-color: transparent !important;
    border: 2px solid rgb(255, 200, 65) !important;
    border-radius: 4px;
    color: #333 !important;
    margin: 5px !important;
    padding: 5px !important;
    width: 90px !important;
}

    .k-grid-image:hover {
        background-color: rgb(251, 185, 24) !important;
        transition: background-color .8s;
        border: 2px solid rgb(251, 185, 24) !important;
        color: white !important;
    }

    .k-grid-image:active {
        background-color: rgb(255, 200, 65) !important;
    }

.svg-export {
    background-color: transparent !important;
    border: 2px solid rgb(253, 81, 57) !important;
    border-radius: 4px;
    color: #333 !important;
    margin: 5px !important;
    padding: 5px !important;
    width: 90px !important;
}

    .svg-export:hover {
        background-color: rgb(251, 45, 16) !important;
        border: 2px solid rgb(251, 45, 16) !important;
        transition: background-color .8s;
        color: white !important;
    }

    .svg-export:active {
        background-color: rgb(253, 81, 57) !important;
    }

.k-listbox {
    width: 100% !important;
    height: 300px !important;
}

.box.box-primary {
    border-top: 0 !important;
    background-color: transparent!important;
}

.with-border {
    border-bottom: 2px solid rgba(20, 144, 228, 0.37) !important;
    border-radius: 2px;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    background-color: rgb(255, 255, 255);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1) !important;
}

.checkbox-container {
    margin-top: 15px;
}

.listbox-heading {
    font-weight: 600;
    margin-bottom: 12px;
}

.textarea-container {
    margin-left: 15px;
    margin-right: 15px;
}

textarea {
    padding: 8px !important;
}

.k-grouping-header {
    background-color: rgb(253,253,253) !important;
    color: #333 !important;
}

.k-group-indicator {
    background-color: rgb(253,253,253) !important;
    border: 2px solid #ecd31d !important;
    border-radius: 4px !important;
}

    .k-group-indicator > a {
        color: #333 !important;
    }

    .k-group-indicator > a > span {
        color: #333 !important;
    }
.interactive:hover {
    background-color: rgba(0,0,0,0.1);
}


    @keyframes spin {
        0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.hide-text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accordion-heading {
    padding-top: 12px;
    padding-bottom: 5px;
    border-bottom: 2.1px solid rgb(230,230,230) !important;
}

.accordion-body {
    padding-top: 14px;
    padding-bottom: 8px;
}

.danger {
    background-color: rgba(213, 45, 32, 0.20) !important;
}

.menu-small-start {
    margin-left: 45px
}
@media (max-width: 992px) {
    .main-menu-tile-option {
        width: 90%;
        border-radius: 0px;
    }

    .main-menu-tile-option-long {
        width: 90%;
    }

    .main-menu-tile {
        height: 370px;
    }
}
    @media (max-width: 768px) {

        .main-menu-tile-option {
            width: 100%;
            border-radius: 0px;
        }
        .main-menu-tile-option-long {
            width: 100%;
        }

        .main-menu-tile {
            height: auto;
        }

        .standard-grid-body {
            /*top: 150px;
        position: absolute;
        bottom: 60px;*/
            margin-top: 10px;
            margin-left: 11px;
            margin-right: 11px;
        }

        .k-item {
            display: block;
            clear: both;
            float: none;
            width: 100%;
        }

        .navbar-default {
            padding-left: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
            background-color: #0e5f97;
            border-radius: 0;
            margin: 0;
            height: 48px;
            border: 0;
        }

            .navbar-default h2 {
                color: white;
                margin-left: 60px;
                font-size: 18px;
                font-weight: lighter;
            }

        .navbar-login {
            padding-left: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
            background-color: #1271b2;
            border-radius: 0;
            margin: 0;
            height: 48px;
            border: 0;
        }

            .navbar-login h2 {
                color: white;
                margin-left: 0;
                font-size: 18px;
                font-weight: lighter;
            }

        .field-body {
            margin-top: 15px;
            text-align: left;
        }

        .form-body {
            margin-top: 10px;
        }

        .standard-body {
            margin-top: 12px;
        }
    }
.fieldlist {
    margin: 0 0 -2em;
    padding: 0;
}

    .fieldlist li {
        list-style: none;
        padding-bottom: 2em;
        margin-top: 15px;
    }

    .fieldlist label {
        display: block;
        padding-bottom: 1em;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        color: #444;
    }