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

/* Sticky footer styles
    -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


.borderless td {
    border: none!important;
}

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

.with-border {
    border-bottom: 2px solid rgba(20, 144, 228, 0.37) !important;
    border-radius: 2px;
    margin-bottom: 15px;
}

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

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

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

.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;
}
.grid-default .k-grid-header {
    padding: 0 !important;
}

.grid-default .k-grid-content {
    overflow-y: auto;
}
.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 {
    padding: 20px;
    margin-bottom: 50px;
    cursor: pointer;
    border: 1px solid rgb(240,240,240);
    border-radius: 5px;
    height: 200px;
    background-color: rgb(247,247,247);
}

    .main-menu-tile:hover {
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }

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

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

.main-menu-tile:hover > h3 {
    color: #278fe2;
}

.category-heading-container {
    margin-top: -4px;
    white-space: nowrap;
}

.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;
}

.modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.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;
}

.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;
}
.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;
}

    .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;
}

    .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;
}

.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 {
}

    .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: 768px) {

    .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;
    }
}


input[type='number'] {
    -moz-appearance: textfield !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}