/* Minification failed. Returning unminified contents.
(1148,25): run-time error CSS1046: Expect comma, found '255'
(1148,33): run-time error CSS1046: Expect comma, found '/'
(2335,16): run-time error CSS1030: Expected identifier, found '.'
(2335,29): run-time error CSS1031: Expected selector, found ')'
(2335,29): run-time error CSS1025: Expected comma or open brace, found ')'
(3534,40): run-time error CSS1046: Expect comma, found '0'
(3534,44): run-time error CSS1046: Expect comma, found '/'
 */
html {
    overflow-y: scroll !important;
    outline: 0;
}

/* scroll bars */

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #e3e3e3;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

*::-webkit-scrollbar-thumb {
    background-color: #bbb;
    outline: 0px solid white;
}

@media (min-width: 1300px) {
    .container {
        width: 1250px !important;
    }
}

@media (min-width: 1350px) {
    .container {
        width: 1300px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1350px !important;
    }
}

@media (min-width: 1450px) {
    .container {
        width: 1400px !important;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1450px !important;
    }
}

@media (min-width: 1550px) {
    .container {
        width: 1500px !important;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1550px !important;
    }
}

@media (min-width: 1650px) {
    .container {
        width: 1600px !important;
    }
}

@media (min-width: 1700px) {
    .container {
        width: 1650px !important;
    }
}

@media (min-width: 1750px) {
    .container {
        width: 1700px !important;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1700px !important;
    }
}

@media (min-width: 1850px) {
    .container {
        width: 1700px !important;
    }
}

@media (min-width: 1900px) {
    .container {
        width: 1700px !important;
    }
}

@media (min-width: 1950px) {
    .container {
        width: 1700px !important;
    }
}


@media (max-width: 700px) {
    /*div[class*="container margin-top-110"] {
        margin-top: 60px !important;
    }

    div[class*="container margin-top-100"] {
        margin-top: 60px !important;
    }

    div[class*="container margin-top-90"] {
        margin-top: 60px !important;
    }

    div[class*="container margin-top-80"] {
        margin-top: 60px !important;
    }

    div[class*="container margin-top-70"] {
        margin-top: 40px !important;
    }*/

    div[class*="right-border"] {
        border: none !important;
    }

    div[class*="left-border"] {
        border: none !important;
    }
}

.no-pointers {
    pointer-events: none !important;
}

.container-fluid {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.container-fluid-with-side-menu {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

body {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 50px;
    background: white;
    margin-top: 0px;
}

select::-ms-value {
    background: none;
    color: #4c4c4c;
    outline: none !important;
    text-decoration: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    text-overflow: "";
}

    select::-ms-expand {
        display: none;
    }

    select[disabled] {
        color: #888888 !important;
    }

input::-ms-clear {
    display: none;
}

option:hover {
    background-color: #7e8b8f;
    color: white;
}

label {
    font-weight: normal;
    color: #555555;
    font-family: 'Roboto', sans-serif;
}

.drop-zone-label {
    font-weight: 500 !important;
    color: #aaaaaa !important;
}

.new-lines {
    white-space: pre-wrap
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaaaaa;
    font-size: 11px;
    font-weight: 500;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #aaaaaa;
    font-size: 11px;
    font-weight: 500;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #aaaaaa;
    font-size: 11px;
    font-weight: 500;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #aaaaaa;
    font-size: 11px;
    font-weight: 500
}

.search-transaction-textbox {
    border-right-color: transparent !important;
    border-left-color: #888888 !important;
    border-top-color: #888888 !important;
    border-bottom-color: #888888 !important;
}

.form-control {
    -ms-border-radius: 0px;
    border-radius: 0px;
    color: black;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #3caca950;
    background: transparent;
    height: 44px;
    padding: 0px 15px 0px 15px;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
}

    .form-control:focus {
        height: 44px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        border-left: 2px solid;
        border-right: 2px solid;
        border-bottom: 2px solid;
        border-top: 2px solid;
        border-color: #00cd13;
        background-color: White;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background: #00000005;
        color: #888888;
        pointer-events: none;
        border: 1px solid;
        border-color: #cacaca;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: default;
        background: #00000005;
        color: #888888;
        pointer-events: none;
        border: 1px solid;
        border-color: #cacaca;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: default;
        background: #00000005;
        color: #888888;
        pointer-events: none;
        border: 1px solid;
        border-color: #cacaca;
    }


.t-branded-text label[disabled],
.t-branded-select label[disabled],
.t-branded-date label[disabled],
.t-branded-textarea label[disabled],
.t-branded-number label[disabled] {
    cursor: default;
    background: #00000005;
    color: #888888;
    pointer-events: none;
    border: 1px solid;
    border-color: #cacaca;
}

p {
    font-size: 12px;
    padding: 0px;
}

.list-font {
    font-size: 11px !important;
    padding: 0px;
}

.panel {
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-width: 1px;
    background-color: white;
    border-color: #e6e6e6;
    min-height: 260px;
    padding: 10px;
    /*zoom: 95%;*/
}

.list-group-item {
    -ms-border-radius: 0px;
    border-radius: 0px;
    border-color: #e6e6e6;
}

    .list-group-item:first-child {
        -ms-border-radius: 0px;
        border-radius: 0px;
        border-color: #e6e6e6;
    }

    .list-group-item:last-child {
        -ms-border-radius: 0px;
        border-radius: 0px;
        border-color: #e6e6e6;
    }

.col-static-label {
    font-weight: 500;
    color: black;
    min-height: 22px;
}

.col-static-info {
    padding-bottom: 4px;
    min-height: 22px;
}

.text-information {
    color: #9b9b9b;
}

.has-fixed-nav {
    padding-top: 0px;
}

num {
    padding-right: 5px;
    color: #dd7a00;
    /*font-weight: 500;*/
}

.navbar-title {
    float: left;
    text-align: center;
    padding: 6px 0px 0px 20px;
    font-size: 16px;
    color: black;
    font-weight: 500;
    cursor: pointer;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e6e6e6;
    background-color: white;
    text-align: center;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a > num,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a > num:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a > num:focus {
    color: #343434;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: #343434;
}

#custom-bootstrap-menu.navbar-default {
    background-color: white;
    font-weight: 500;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-width: 0px 0px 1px 0px;
    border-right-color: white;
    border-left-color: white;
    border-bottom-color: #e6e6e6;
    border-top-color: black;
    /*text-transform: uppercase;*/
    /*border-radius: 0 0 30px 30px;*/
}

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        color: #b2b2b2;
        background-color: transparent;
        outline: 0;
    }

        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
            color: black;
        }

    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
        color: black;
    }

        #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a > num,
        #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a > num:hover,
        #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a > num:focus {
            color: black;
        }

    #custom-bootstrap-menu.navbar-default .navbar-toggle {
        border-color: transparent;
    }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
            background-color: transparent;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
            background-color: rgb(110, 110, 110);
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
            background-color: black;
        }

/*@media (min-width: 768px) {
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }

        .navbar-nav > li {
            display: table-cell;
            float: none;
            text-align: center;
        }
}*/

.content-bordered {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.row-bordered {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
}

@media (max-width: 1300px) {
    .content-bordered {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    /*text-transform: uppercase;*/
    color: #007a9d;
    /*padding-bottom: 10px;
    padding-top: 3px;*/
}

/*h4:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f279";
        padding-right: 10px;
    }*/

.blue {
    color: #007a9d;
    padding-right: 5px;
    padding-left: 5px;
}

.orange {
    color: #ef4900;
    padding-right: 5px;
    padding-left: 5px;
}

.glyphicon-primary {
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
}

.response-message {
    position: absolute;
    padding: 20%;
    text-align: center;
    background-color: white;
    color: #aaaaaa;
    font-size: 20px;
    z-index: 99999;
    left: 0px;
    top: 0px;
    height: calc(100vh);
    width: calc(100vw);
    align-content: center;
}


.response-message-body {
    color: #7052ac;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-top: 0px;
    text-align: center;
}

.response-message-error {
    padding-bottom: 3px;
}

.response-message-button {
    margin-top: 30px;
    text-align: center;
    z-index: 99999;
    width: 250px;
}

.response-message-button-container {
    justify-content: center;
    display: flex;
}

.error404 {
    position: absolute;
    top: 46%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #aaaaaa;
    font-size: 60px;
}

.oops-error {
    position: absolute;
    top: 38%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #aaaaaa;
    font-size: 60px;
}

    .oops-error > div > div {
        color: #b9b9b9;
        font-size: 12px;
    }


.oops-errorId {
    color: red;
    font-size: 16px;
    margin-top: 5px;
}

.has-error.help-block,
.has-error.control-label,
.has-error.radio,
.has-error.checkbox,
.has-error.radio-inline,
.has-error.checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    padding-top: 0px;
}

.has-error .form-control {
    background: #ffffff;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #ff9191;
    background-image: url(/Content/torque/images/warning.png);
    background-position: right 0px center;
    -ms-background-size: 24px;
    background-size: 24px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

    .has-error .form-control:focus {
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: 1px solid;
        border-top: 1px solid;
        border-color: #ff9191;
        -ms-border-radius: 0px;
        border-radius: 0px;
        background-color: snow;
    }


.has-error .input-group-addon {
    color: black;
    background-color: #f2dede;
    border-color: red;
}

.has-error .form-control-feedback {
    color: red;
}

.control-label.has-error.validationMessage {
    color: transparent;
    margin: 0px;
    padding: 0px;
    display: none;
}

.input-group-addon {
    padding: 3px 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    color: black;
    text-align: center;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
}

.torque-date {
    background: url(/Content/torque/images/calendar.png);
    background-position: right 10px center;
    -ms-background-size: 24px;
    background-size: 24px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

.torque-date-future {
    background: url(/Content/torque/images/calendar.png);
    background-position: right 10px center;
    -ms-background-size: 24px;
    background-size: 24px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

.torque-date-past {
    background: url(/Content/torque/images/calendar.png);
    background-position: right 10px center;
    -ms-background-size: 24px;
    background-size: 24px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

.btn {
    -ms-border-radius: 0px;
    border-radius: 0px;
    outline: 0;
    min-height: 44px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: 80px;
    padding-right: 15px;
    padding-left: 15px;
}

    .btn :focus {
        backdrop-filter: opacity(20%);
    }

.btn-consent {
    min-width: 130px !important;
    font-size: 16px !important;
    font: 700;
}

.center-jd {
    margin: 0 auto !important;
}

.btn-sm {
    min-height: 40px !important;
    padding-right: 20px;
    padding-left: 20px;
}

.btn-xsm {
    min-height: 0 !important;
    min-width: 80px !important;
}

.btn-xxsm {
    min-height: 0 !important;
    min-width: 80px !important;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 1px 0;
}

.btn-pa-size {
    min-height: 0 !important;
    min-width: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.grid-btn-xsm {
    min-height: 0 !important;
    min-width: 80px !important;
    font-size: 12px !important;
}

.input-group-btn {
    padding-left: 1px;
}


.btn-default {
    color: black;
    background-color: white;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #e6e6e6;
    outline: 0;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: transparent;
        border-color: #ececec;
        outline: 0;
    }

    .btn-default:hover {
        color: #333;
        background-color: transparent;
        border-color: #25a9d0;
        outline: 0;
    }

    .btn-default:active:hover,
    .btn-default.active:hover,
    .open > .dropdown-toggle.btn-default:hover,
    .btn-default:active:focus,
    .btn-default.active:focus,
    .open > .dropdown-toggle.btn-default:focus,
    .btn-default:active.focus,
    .btn-default.active.focus,
    .open > .dropdown-toggle.btn-default.focus {
        color: #333;
        background-color: #ffffff;
        border-color: #00c5ff;
        box-shadow: none !important;
        outline: none;
    }

.input-lg {
    padding: 6px 16px;
    font-size: 13px;
    height: 44px;
}

select.input-lg {
    height: 44px;
}

textarea {
    resize: none;
    margin-top: 0px;
}

.t-form-group {
    margin-bottom: 3px;
    margin-right: 3px;
}

    .t-form-group label {
        display: none;
    }

    .t-form-group select {
        -moz-appearance: none;
        -webkit-appearance: none;
        background: transparent;
        background-image: url(/Content/torque/images/select1.png);
        background-position: right 5px center;
        background-repeat: no-repeat;
        background-size: 20px;
        line-height: normal;
        text-overflow: "";
        font-size: 12px;
        color: black;
        padding-top: 15px;
        padding-left: 12px;
    }

    .t-form-group button {
        -moz-appearance: none;
        -webkit-appearance: none;
        background: transparent;
        background-image: url(/Content/torque/images/select1.png);
        background-position: right 5px center;
        background-repeat: no-repeat;
        background-size: 20px;
        line-height: normal;
        text-overflow: "";
        font-size: 12px;
        color: black;
        padding-top: 15px;
        padding-left: 12px;
    }

.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    background-image: url(/Content/torque/images/select1.png);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.t-input-sm {
    width: 70px;
}

.t-color-input {
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding-left: 10px;
}

    .t-color-input label {
        margin-bottom: 0;
    }

/*
    Placeholder
*/

.t-branded-text, .t-branded-select, .t-branded-date, .t-branded-textarea, .t-branded-number {
    position: relative;
}

    .t-branded-text input {
        padding-top: 16px;
        font-size: 12px;
        padding-left: 14px;
    }

.t-branded-checkbox {
    padding-top: 16px;
    padding-left: 0px;
    display: block;
    position: initial !important;
}

    .t-branded-checkbox label {
        font-size: 12px;
    }

.t-branded-text input[type=text] {
    text-transform: uppercase;
}

.t-branded-text-lowercase input[type=text] {
    text-transform: none;
}

.t-branded-text input[inputmode=email] {
    text-transform: lowercase;
}

.lowercase {
    text-transform: lowercase;
}

.t-branded-date input {
    height: 44px;
    padding-top: 20px;
}

.t-branded-number input {
    height: 44px;
    padding-bottom: 0;
    padding-top: 15px;
}

.t-branded-textarea textarea input {
    min-height: 100px;
    padding-bottom: 0;
    padding-top: 16px;
    border-radius: 0 !important;
    font-size: 12px !important;
    box-shadow: none !important;
    line-height: 100% !important;
    padding-top: 15px;
    padding-left: 14px;
    color: black;
    font-weight: 500;
}

.t-branded-select select {
    color: black !important;
    height: 44px;
    padding-bottom: 0;
    padding-top: 16px;
    padding-left: 13px;
    font-size: 12px;
    font-weight: 500;
}

    .t-branded-select select::-ms-value {
        padding-top: 0px;
        padding-left: 0px;
    }

select[disabled] {
    color: #888888 !important;
}

.t-placeholder {
    color: #555;
    font-weight: 500
}

input[type="date"]:before {
    color: #555;
    content: attr(placeholder) !important;
    margin-right: 0.5em;
}

input[type="date"]:focus:before, input[type="date"]:valid:before {
    content: "" !important;
    margin-right: 0 !important;
}

textarea.form-control {
    padding-top: 14px;
    font-size: 12px;
    padding-left: 14px;
    min-height: 100px;
}

.centered {
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 10px;
}

.list-label {
    text-transform: uppercase;
    padding-top: 10px;
    line-height: 0;
    color: #464646
}

.text-bold {
    text-transform: uppercase;
    font-weight: 500;
}

.text-bolder {
    text-transform: uppercase;
    font-weight: bold;
}

.text-bold-no-uppercase {
    font-weight: 500;
}

.text-bolder-no-uppercase {
    font-weight: bold;
}

.torque-currency {
    /*background: url(/Content/torque/images/rand.png);
    background-position: right 10px center;
    -ms-background-size: 24px;
    background-size: 24px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;*/
    padding-right: 20px;
    padding-bottom: 0px;
    font-weight: 500;
}

.torque-phone {
}

.torque-numeric {
}

.btn-col {
    padding-left: 3px;
    padding-right: 3px;
}

.page-header {
    padding-bottom: 5px;
    margin: 0 0 10px;
    border-bottom: 0px solid #eee;
}

.page-number-picker {
    max-height: 30px;
    padding-top: 0px !important;
    border-top: none;
    border-left: none;
    border-right: none;
    max-width: 40px;
}

.group-header {
    padding: 0px;
}

.vcenter {
    display: table;
    margin: auto;
}

.link-disabled {
    pointer-events: none;
    -ms-opacity: 0.4;
    opacity: 0.4;
    cursor: not-allowed;
}

.comments {
    padding-top: 10px;
    font-size: 11px;
    color: #7052ac;
}

.text-display {
    padding-top: 8px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-size: 11px;
    color: #7052ac;
}

.text-box-item-display {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px;
    color: #7052ac;
}

.text-light-gray {
    color: #cecece;
}

.torque-info {
    padding-top: 80px;
    font-size: 14px;
}

.alertify-logs {
    z-index: 9999;
}

.alertify {
    z-index: 9999;
    background: rgb(255 255 255 / 60%);
}

    .alertify .alert, .alertify .dialog {
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: 33%;
        transform: translateY(-50%);
    }

        .alertify .alert > *, .alertify .dialog > * {
            font-family: 'Roboto', sans-serif !important;
            font-size: 12px !important;
            padding: 25px;
            color: #333;
            border-style: solid;
            border-width: 2px 2px 2px 2px;
            border-color: #007b9a;
            text-align: center;
            outline: none;
            box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
        }


        .alertify .alert .msg, .alertify .dialog .msg {
            padding: 15px 15px 30px 15px;
            margin-bottom: 12px;
            margin: 0;
            text-align: left;
            color: #333;
            font-size: 12px;
            font-weight: 500;
        }

        .alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button), .alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button) {
            background: transparent;
            box-sizing: border-box;
            color: rgba(0,0,0,.87);
            position: relative;
            outline: 0;
            border: 0;
            display: inline-block;
            -ms-flex-align: center;
            -ms-grid-row-align: center;
            align-items: center;
            padding: 0 0px !important;
            margin: 1px 1px !important;
            line-height: 36px;
            min-height: 36px;
            white-space: nowrap;
            min-width: 88px;
            text-align: center;
            text-transform: uppercase;
            font-size: 13px !important;
            text-decoration: none;
            cursor: pointer;
            border: 1px solid transparent;
            border-radius: 2px;
        }

.datepicker {
    z-index: 9999999 !important;
}

.hide-text * {
    color: transparent !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #e3e3e3;
    cursor: not-allowed;
}

select option {
    color: #4c4c4c;
}

.required:before {
    content: none;
    position: absolute;
    margin-left: 8px;
    margin-top: 14px;
    width: 2px;
    height: 2px;
    background-color: #cf0000ff;
    color: #cf0000ff !important;
}

.required:after {
    color: #cf0000ff !important;
}

.required-radio, .required-checkbox {
    color: #cf0000ff !important;
}

    .required-radio:before {
        content: none;
        position: absolute;
        margin-left: -6px;
        margin-top: 5px;
        width: 2px;
        height: 2px;
        background-color: #cf0000ff;
        color: #cf0000ff !important;
    }

    .required-radio:after {
        color: #cf0000ff !important;
    }

.required-bordered {
    border-left: 4px solid red !important;
    border-radius: 6px;
}

.placeholder {
    position: relative;
}

    .placeholder::after {
        position: absolute;
        left: 14px;
        top: 6px;
        content: attr(data-placeholder);
        pointer-events: none;
        color: #555;
        display: block;
        font-size: 11px;
        z-index: 10;
        text-overflow: ellipsis;
        max-width: 70%;
        white-space: nowrap;
        overflow: hidden;
        font-weight: 500
    }

@media (max-width: 400px) {
    .placeholder::after {
        position: absolute;
        left: 14px;
        top: 8px;
        content: attr(data-placeholder);
        pointer-events: none;
        color: #555;
        display: block;
        font-size: 11px;
        z-index: 50;
        width: 230px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-weight: 500
    }
}

input[type=number], input[type=tel], input[type=email], input[type=password], input[type=text], .torque-time-picker {
    border-radius: 0px !important;
    height: 44px !important;
    font-size: 12px;
    font-weight: 500;
    box-shadow: none !important;
    line-height: 100% !important;
    padding-top: 15px;
    padding-left: 13px;
    color: black;
    text-transform: uppercase;
}

.no-uppercase {
    text-transform: none !important;
}

.overlay {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 1;
    overflow: hidden !important;
}

.overlayfaded {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    background-color: white;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 40;
}

.main-row {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-row {
    z-index: 9999;
    background-color: white;
    padding-bottom: 4px;
    padding-top: 47px;
    padding-left: 20px;
    border-bottom: solid 1px #ececec;
}

.header-row-no-secondary-menu {
    z-index: 9999;
    background-color: white;
    padding-bottom: 4px;
    padding-top: 32px;
    padding-left: 20px;
    border-bottom: solid 1px #ececec;
}

.page-title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
}

/* ********************************************************************************************************* MENU */

/* Main Menu*/

.navbar-main .navbar-collapse {
    border: none;
}

.navbar-main {
    background-color: #1a252f;
    border-color: #1a252f;
    z-index: 4000;
    min-height: 50px !important;
    user-select: none !important;
}

    .navbar-main .navbar-brand {
        color: #ffffff;
    }

        .navbar-main .navbar-brand:hover,
        .navbar-main .navbar-brand:focus {
            color: #acfff7;
        }

    .navbar-main .navbar-text {
        color: #ffffff;
    }

    .navbar-main > .navbar-nav > li {
        display: table-cell;
        float: left !important;
        text-align: center;
    }

    .navbar-main .navbar-nav > li > a {
        color: #ffffff;
        padding-top: 14px !important;
        padding-bottom: 10px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

        .navbar-main .navbar-nav > li > a:hover,
        .navbar-main .navbar-nav > li > a:focus {
            color: #acfff7;
            background-color: #1a252f;
        }

    .navbar-main .navbar-nav > .active > a,
    .navbar-main .navbar-nav > .active > a:hover,
    .navbar-main .navbar-nav > .active > a:focus {
        color: #acfff7;
        background-color: #1a252f;
    }

    .navbar-main .navbar-nav > .open > a,
    .navbar-main .navbar-nav > .open > a:hover,
    .navbar-main .navbar-nav > .open > a:focus {
        color: #acfff7;
        background-color: #1a252f;
    }

    .navbar-main .navbar-toggle {
        border-color: #1a252f;
    }

        .navbar-main .navbar-toggle:hover,
        .navbar-main .navbar-toggle:focus {
            background-color: #1a252f;
        }

        .navbar-main .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-main .navbar-collapse,
    .navbar-main .navbar-form {
        border-color: transparent;
    }

    .navbar-main .navbar-link {
        color: #ffffff;
    }

        .navbar-main .navbar-link:hover {
            color: #acfff7;
        }

@media (max-width: 767px) {

    .navbar-main {
        border: none !important;
    }

        .navbar-main .navbar-collapse .dropdown-menu {
            padding-left: 40px !important;
        }

        .navbar-main .dropdown-menu > li > a:focus, .navbar-main .dropdown-menu > li > a:hover {
            color: #acfff7 !important;
            background-color: transparent !important;
        }

    .css-main-menu-border {
        border-right: none !important;
        padding: 0 25px 0 25px !important;
        font-family: 'Roboto', sans-serif !important;
        font-size: 12px !important;
    }

    .navbar-main .navbar-collapse .dropdown-menu .css-menu-sub-a {
        color: white !important;
        text-decoration: none !important;
        text-transform: none !important;
        padding: 1px 10px 1px 0px !important;
        font-family: 'Roboto', sans-serif !important;
        font-size: 12px !important;
    }

        .navbar-main .navbar-collapse .dropdown-menu .css-menu-sub-a::before {
            font-family: FontAwesome !important;
            content: "\f105" !important;
            color: #ffffff !important;
            padding: 0 6px 0 0 !important;
            font-weight: 700 !important;
        }

    .navbar-main .navbar-nav > li > a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .navbar-main .navbar-toggle {
        padding: 10px !important;
        margin: 3px !important;
    }

    .navbar-main .navbar-nav .open .dropdown-menu > li > a {
        color: #666666;
    }

        .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-main .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #acfff7;
        }

    .navbar-main .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-main .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-main .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #acfff7;
        background-color: #1a252f;
    }

    .navbar-main .navbar-collapse,
    .navbar-main .navbar-form {
        padding-bottom: 10px;
    }
}

/* Secondary Menu*/

.navbar-secondary {
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500;
    min-height: 20px !important;
    user-select: none !important;
}

    .navbar-secondary .navbar-brand {
        color: #666666;
    }

        .navbar-secondary .navbar-brand:hover,
        .navbar-secondary .navbar-brand:focus {
            color: #333;
        }

    .navbar-secondary .navbar-text {
        color: #666666;
    }

    .navbar-secondary .navbar-nav > li > a {
        color: #666666;
        padding-top: 7px !important;
        padding-bottom: 5px !important;
        padding-right: 0px !important;
        padding-left: 0px !important
    }

        .navbar-secondary .navbar-nav > li > a:hover,
        .navbar-secondary .navbar-nav > li > a:focus {
            color: #333;
        }

    .navbar-secondary .navbar-nav > .active > a,
    .navbar-secondary .navbar-nav > .active > a:hover,
    .navbar-secondary .navbar-nav > .active > a:focus {
        color: #333;
        background-color: #fefefe;
    }

    .navbar-secondary .navbar-nav > .open > a,
    .navbar-secondary .navbar-nav > .open > a:hover,
    .navbar-secondary .navbar-nav > .open > a:focus {
        color: #333;
        background-color: #fefefe;
    }

    .navbar-secondary .navbar-toggle {
        border-color: #fefefe;
    }

        .navbar-secondary .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #fefefe;
        }

        .navbar-secondary .navbar-toggle .icon-bar {
            background-color: #666666;
        }

    .navbar-secondary .navbar-collapse,
    .navbar-secondary .navbar-form {
        background: white;
    }

    .navbar-secondary .navbar-link {
        color: #666666;
    }

        .navbar-secondary .navbar-link:hover {
            color: #333;
        }

@media (max-width: 767px) {

    .navbar-secondary {
        border: none !important;
        background-color: white !important;
    }

        .navbar-secondary .navbar-collapse .dropdown-menu {
            padding-left: 40px !important;
            background-color: white !important;
        }

            .navbar-secondary .navbar-collapse .dropdown-menu .css-menu-sub-a {
                color: darkgray !important;
                padding: 0px !important;
            }

    .css-secondary-menu-border {
        border-right: none !important;
    }

    .navbar-secondary .navbar-nav > li > a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .navbar-secondary .navbar-toggle {
        padding: 8px !important;
        margin: 3px !important;
    }

    .navbar-secondary .navbar-nav .open .dropdown-menu > li > a {
        color: #666666;
    }

        .navbar-secondary .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-secondary .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
        }

    .navbar-secondary .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-secondary .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-secondary .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #333;
        background-color: #fefefe;
    }

    .navbar-secondary .navbar-collapse,
    .navbar-secondary .navbar-form {
        padding-bottom: 20px;
        border-bottom: solid 2px #666666;
    }
}


/* Dropdown Menu */

.dropdown-menu {
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 6898;
    padding: 18px 25px 18px 25px !important;
    border-radius: 0 !important;
    border: 0;
    top: auto;
}

/* Menu custom styles */

.css-main-menu-border {
    border-right: solid 2px #5a5a5a;
    padding: 0 25px 0 25px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
}

.css-secondary-menu-border {
    color: #333333 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500;
    padding: 0 20px 0 20px !important;
    border-right: solid 1px #d4d4d4;
    /*letter-spacing:0.4px;*/
}

    .css-secondary-menu-border:hover {
        color: cadetblue !important;
    }

.css-secondary-menu-border-active {
    color: cadetblue !important;
    font-weight: 500;
}

.css-user-menu-border {
    padding: 0 25px 0 25px !important;
}

.css-menu-sub-a {
    color: #333;
    text-decoration: none !important;
    text-transform: none !important;
    padding: 1px 10px 1px 0px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
}

    .css-menu-sub-a::before {
        font-family: FontAwesome;
        content: "\f105";
        color: #666666;
        padding: 0 6px 0 0;
        font-weight: 700;
    }

.css-menu-header-Label {
    color: cadetblue !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px !important;
    outline: none !important;
    margin-right: 10px !important;
    margin-left: 0px !important;
    margin-top: 12px !important;
    margin-bottom: 2px !important;
    padding: 0 !important;
    box-shadow: none !important;
    pointer-events: none !important;
    font-weight: 500 !important;
}

.dropdown-menu > li:first-child .css-menu-header-Label {
    margin-top: 0px !important;
}

.navbar-right {
    padding-right: 20px !important;
}

.user-image {
    background-image: url(/Content/torque/images/user.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-position: left 22px center;
    background-size: 16px;
}

.general-message {
    position: absolute;
    top: 38%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #aaaaaa;
    font-size: 50px;
}

    .general-message > div > div {
        color: #b9b9b9;
        font-size: 12px;
    }

.general-message-id {
    color: #00acae;
}

.font-36 {
    font-size: 36px;
}

.font-32 {
    font-size: 32px;
}

.font-30 {
    font-size: 30px;
}

.font-28 {
    font-size: 28px;
}

.font-26 {
    font-size: 26px;
}

.font-24 {
    font-size: 24px;
}

.font-22 {
    font-size: 22px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.font-11 {
    font-size: 11px;
}

.font-10 {
    font-size: 10px !important;
}

.font-9 {
    font-size: 9px;
}

.font-8 {
    font-size: 8px;
}

.font-11-pad-5-bot {
    font-size: 11px;
    padding: 0px 0px 5px 0px;
}

.font-10-pad-5-bot {
    font-size: 10px;
    padding: 0px 0px 5px 0px;
}

.tab-header {
    /*font-size: 12px !important;*/
    /*text-transform: uppercase !important;*/
    /*    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;*/
    /*font-weight:500;*/
}

/* Table */

.table-row-shadow {
    border-bottom: 2px solid #00000008 !important;
}

.table-airy > tbody > tr > td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.tbl-header {
    cursor: pointer !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.table-no-borders > tbody > tr > td {
    border: none !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none !important;
    }
}

.table {
    background-color: transparent;
    font-weight: 500;
    margin-bottom: 10px;
}

    .table thead tr th {
        border-top: 0px solid #eee !important;
        border-bottom: 0px solid #eee !important;
        border-right: 0px solid #eee !important;
        border-left: 0px solid #eee !important;
        background-color: transparent;
    }

    .table > thead > tr > th {
        font-size: 11px;
        font-weight: 500;
        color: black;
        padding: 10px 0px 2px 7px;
    }

    .table > tbody > tr > td {
        font-size: 10px;
        border-top: 0px solid #eee !important;
        border-bottom: 0px solid #f6f6f6 !important;
        border-right: 0px solid #eee !important;
        border-left: 0px solid #eee !important;
    }

    .table .td-actions .tb-btn {
        margin: 0 !important;
    }

.table-no-stretch {
    width: auto !important;
}

.table-compact {
    font-weight: 500;
    background-color: transparent;
    width: 100%;
}

    .table-compact thead tr th {
        border: 0px solid #eee !important;
        background-color: white;
        padding: 5px 0px 5px 10px;
    }


    .table-compact > thead > tr > th {
        font-size: 11px;
        font-weight: 500;
    }

    .table-compact > tbody > tr > td {
        padding: 2px 0px 2px 10px;
        border: 0px solid #eee !important;
        font-size: 10px;
    }

    .table-compact .td-actions .tb-btn {
        margin: 0 !important;
    }

.t-form-group .table-compact-control.form-control {
    padding-top: 0px;
    height: 25px !important;
    font-size: 10px;
    /*max-width:130px;*/
}

.table-compact-text {
    max-width: 30rem;
}

.table-label {
    font-size: 10px;
    padding-right: 0px;
    font-weight: bold;
}

tr {
    padding-bottom: 20px !important;
}

.td-actions {
    margin: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 5px !important;
    background-color: transparent;
    text-align: right !important;
}

.td-actions-compact {
    margin: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    width: 5px !important;
    background-color: transparent;
    text-align: center;
}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f3fafa;
}

.table-hover-blue > tbody > tr:hover {
    background-color: #2095F210 !important;
}

.td-green {
    background-color: rgba(0, 189, 10, 0.05) !important;
}

.td-yellow {
    background-color: #ffffee !important;
}

.th-actions-100 {
    min-width: 100px;
}

.td-nowrap {
    white-space: nowrap;
}

.td-uppercase {
    text-transform: uppercase;
}

.th-nowrap {
    white-space: nowrap;
}

caption {
    margin: 0px;
    color: #222;
    font-size: 12px;
    font-weight: 700;
    background-color: #3caca910;
    border: 1px solid #3caca910;
    border-radius: 0;
    padding: 5px 15px 5px 15px;
    text-align: center;
}

.caption-lgreen:hover {
    color: cornsilk;
    background-color: #4BAE4F;
    cursor: pointer;
}

.caption-blue:hover {
    color: cornsilk;
    background-color: #2095F2;
    cursor: pointer;
}

.caption-lgray:hover {
    color: cornsilk;
    background-color: #9D9D9D;
    cursor: pointer;
}

.caption-lblue:hover {
    color: #333;
    background-color: #2095F210 !important;
    cursor: pointer;
}

.t-row-active {
    background-color: #3caca920 !important;
    font-weight: 500;
    cursor: pointer;
}
/* Table End */
.disabled-div {
    background-color: #fcfcfc;
    -ms-opacity: 0.5;
    opacity: 0.5;
    pointer-events: none;
}

.security-right-view * {
    filter: grayscale(1) !important;
    pointer-events: none;
}

.security-right-ignore * {
    pointer-events: auto;
    filter: none !important;
}

.view-only-banner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 25px;
    background: linear-gradient(to right,#ad5389, #3c1053, #ad5389);
    z-index: 9999;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    color: #fff9f7;
}

/* blockquote */

.testimonial-quote {
    font-size: 12px;
    padding: 50px 0;
}

    .testimonial-quote blockquote {
        border: 0;
        margin: 0;
        padding: 0;
        background: none;
        color: gray;
        font-family: Georgia, serif;
        font-size: 1.5em;
        font-style: italic;
        line-height: 1.4 !important;
        margin: 0;
        position: relative;
        text-shadow: 0 1px white;
        z-index: 600;
    }

        .testimonial-quote blockquote p {
            color: #75808a;
            line-height: 1.4 !important;
        }

            .testimonial-quote blockquote p:first-child:before {
                content: '\201C';
                color: #81bedb;
                font-size: 7.5em;
                font-weight: 700;
                opacity: .3;
                position: absolute;
                top: -.4em;
                left: -.2em;
                text-shadow: none;
                z-index: -300;
            }

/* speech bubble */

.speech {
    padding-bottom: 40px;
    border-color: #ebefff;
    overflow: hidden;
}

    .speech:before, .speech:after {
        content: "";
        box-sizing: border-box;
        border-color: inherit;
        position: absolute;
        bottom: 0;
        height: 25px;
    }

    .speech:before {
        left: 0;
        width: 15%;
        border-right: 2px solid;
        border-top: 2px solid;
    }

    .speech:after {
        left: 15%;
        width: 100%;
        margin-left: -2px;
        border-left: 3px solid;
        border-top: 2px solid;
        transform: skew(-45deg);
        transform-origin: left bottom;
    }


#example1 {
    position: absolute;
    width: 400px;
}

/* hr */
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

/* loader */

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: 30px 0 0 -60px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #dac2d8;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

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

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

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

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


/* loading-bar */

#loading-bar .bar {
    z-index: 9999999;
    /*margin-top:51px;*/
}

/* Modal Window */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #ffffff50;
}

.modal-content {
    position: relative;
    border-radius: 0px;
    outline: 0;
    padding: 0px;
    border: 2px solid #007b9a;
    min-height: 250px;
}

.modal-dialog {
    /*box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;*/
}


.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}


.modal-backdrop {
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0.1;
    }

.modal-auto {
    width: fit-content;
    max-width: calc(100% - 10%);
    min-width: 600px;
    margin-top: 60px;
}

.modal-xs {
    margin-top: 60px;
}

.modal-sm {
    min-width: calc(100% - 25%);
    margin-top: 60px;
}

.modal-md {
    min-width: calc(100% - 10%);
    margin-top: 60px;
}

.modal-lg {
    min-width: calc(100% - 20px);
    margin-top: 60px;
}

.main-body:has(.modal-dialog) > .main-body-content > * {
    /*    overflow-y: hidden;
    overflow-x: hidden;*/
    opacity: 0.7;
    /*    backdrop-filter: blur(3px);*/
}

@media screen and (max-width: 760px) {
    .modal-xs,
    .modal-sm,
    .modal-md,
    .modal-lg {
        margin-top: 60px;
        max-width: calc(100% - 4%);
    }

    .modal-auto {
        width: 100%;
        margin-top: 60px;
        max-width: calc(100% - 4%);
        min-width: 200px;
    }
}

.modal-header {
    padding: 15px 25px 20px 25px;
    background-color: transparent;
    border: none;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow: auto;
    padding: 0px 25px 15px 25px;
    background-color: white !important;
    margin: 0px;
}

.modal-body-no-footer {
    max-height: calc(100vh - 150px);
    overflow: auto;
    padding: 15px 25px 15px 25px;
    background-color: white !important;
    margin: 0px;
}

.modal-body-doc-viewer {
    max-height: calc(100vh - 300px);
    overflow: auto;
    padding: 15px 25px 15px 25px;
    background-color: transparent !important;
    margin: 0px;
}

.modal-footer {
    padding: 15px 25px 25px 25px;
    background-color: transparent;
    border: none;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0 !important;
        margin-left: 0px !important;
    }

.modal-title {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: lowercase;
}

    .modal-title:first-letter,
    .modal-title:first-line {
        text-transform: capitalize;
    }

/* Controls widths */

.tc-size-half {
    width: 50%;
}

.tc-size-smallest {
    width: 40%;
}

.tc-size-smaller {
    width: 60%;
}

.tc-size-small {
    width: 70%;
}

.tc-size-medium {
    width: 90%;
}

.tc-size-large {
    width: 100%;
}

/* multiselect */

.t-multiselect-btn {
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    line-height: normal;
    border-radius: 0px;
    color: black;
    box-shadow: none !important;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #3caca950;
    height: 44px;
    padding: 15px 10px 0px 13px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

    .t-multiselect-btn:focus {
        border-color: #66afe9;
        background-color: #fbfdff;
    }

    .t-multiselect-btn:active {
        border-color: #66afe9;
        background-color: #fbfdff;
    }

.t-multiselect-search {
    border-radius: 0 !important;
    height: 20px !important;
    font-size: 12px !important;
    box-shadow: none !important;
    padding-left: 13px !important;
    padding-top: 0px !important;
    color: black !important;
}

.t-multiselect-checkbox {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    padding: 1px 10px !important;
}

.t-multiselect-dropdown-menu {
    position: absolute;
    min-width: 100% !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.t-multiselect-ckbx-color {
    color: #f6b000;
}

.t-multiselect-alloption-style {
    color: black;
    font-weight: 700;
}

.t-multiselect-deactivated-option-style {
    color: #888888;
}

.empty-message {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
    color: #cdcdcd;
    padding: 30px 30px !important;
}

.empty-message-sm {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    color: #cdcdcd;
    padding: 15px 15px !important;
}

/* Success, Error Message Labels */
.alert {
    padding: 8px 10px 8px 10px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: left;
    font-size: 11px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    padding-right: 20px;
}

.tq-close {
    text-shadow: 0 1px 0 #fff;
    float: right;
    font-size: 24px;
    font-weight: 700;
}

.information-sub-heading-icon {
    font-size: 18px;
    padding-right: 5px;
    color: #E81D62;
}

.information-sub-heading-text {
    color: #E81D62;
}

.information-sub-heading-icon-green {
    font-size: 18px;
    color: #009253;
}

.information-sub-heading-text-green {
    color: #007442;
    font-weight: 500;
}

.information-sub-heading-icon-black {
    font-size: 18px;
    color: #222;
}

.information-sub-heading-text-black {
    color: #333;
    font-weight: 500;
}

.alert-default {
    background-color: #fdfdfd;
    color: #333;
    border: 2px dotted #c2c2c2;
    text-align: center;
}

.alert-info {
    background-color: #d6f1ff;
    color: #00486d;
}

.alert-warning {
    background-color: #ffebeb;
    color: #bc3737;
}

.height-full {
    height: 100%;
}

.fixed-height-30 {
    min-height: 30px !important;
    max-height: 30px !important;
}

.fixed-height-30 {
    min-height: 40px !important;
    max-height: 40px !important;
}

.fixed-height-50 {
    min-height: 50px !important;
    max-height: 50px !important;
}

.fixed-width-10 {
    min-width: 10px !important;
    max-width: 10px !important;
}

.fixed-width-15 {
    min-width: 15px !important;
    max-width: 15px !important;
}

.fixed-width-20 {
    min-width: 20px !important;
    max-width: 20px !important;
}

.fixed-width-25 {
    min-width: 25px !important;
    max-width: 25px !important;
}

.fixed-width-30 {
    min-width: 30px !important;
    max-width: 30px !important;
}

.fixed-width-40 {
    min-width: 40px !important;
    max-width: 40px !important;
}

.fixed-width-50 {
    min-width: 50px !important;
    max-width: 50px !important;
}

.fixed-width-60 {
    min-width: 60px !important;
    max-width: 60px !important;
}

.fixed-width-70 {
    min-width: 70px !important;
    max-width: 70px !important;
}

.fixed-width-80 {
    min-width: 80px !important;
    max-width: 80px !important;
}

.fixed-width-100 {
    min-width: 100px !important;
    max-width: 100px !important;
}

.fixed-width-110 {
    min-width: 110px !important;
    max-width: 110px !important;
}

.fixed-width-120 {
    min-width: 120px !important;
    max-width: 120px !important;
}

.fixed-width-130 {
    min-width: 130px !important;
    max-width: 130px !important;
}

.fixed-width-150 {
    min-width: 150px !important;
    max-width: 150px !important;
}

.fixed-width-170 {
    min-width: 170px !important;
    max-width: 170px !important;
}

.fixed-width-180 {
    min-width: 180px !important;
    max-width: 180px !important;
}

.fixed-width-200 {
    min-width: 200px !important;
    max-width: 200px !important;
}

.fixed-width-225 {
    min-width: 225px !important;
    max-width: 225px !important;
}

.fixed-width-250 {
    min-width: 250px !important;
    max-width: 250px !important;
}

.fixed-width-260 {
    min-width: 260px !important;
    max-width: 260px !important;
}


.fixed-width-367 {
    min-width: 367px !important;
    max-width: 367px !important;
}

.fixed-width-600 {
    min-width: 600px !important;
    max-width: 600px !important;
}

.fixed-width-620 {
    min-width: 620px !important;
    max-width: 620px !important;
}

.fixed-width-700 {
    min-width: 700px !important;
    max-width: 700px !important;
}

.hr-style {
    border-bottom: 5px dotted #eee;
    border-top: 0px solid #f1f3f4;
    border-left: 0px solid #f1f3f4;
    border-right: 0px solid #f1f3f4;
}

.bottom-border {
    border-bottom: 5px dotted #eee;
}

.top-border {
    border-top: 5px dotted #eee;
    padding: 30px 0px 30px 0px;
}

.right-border {
    border-right: 5px dotted #eee;
}

.left-border {
    border-left: 5px dotted #eee;
}


.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: white;
}

/*.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #f2fbff;
}*/

table.table-bordered > tbody > tr > td {
    border: 1px solid #f2f2f2;
}

.fixed-header {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 1000;
    background: white;
    padding: 10px 6px 10px 6px !important;
    border-bottom: 0px solid #eaeaea;
    border-top: 0px solid #eaeaea;
    user-select: none !important;
}

.fixed-header-no-margiin {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.fixed-section {
    width: 100%;
    position: fixed;
    background: white;
    padding: 10px 0;
    color: #fff;
    margin-top: -99px;
    padding-top: 30px;
    z-index: 100;
}

.fixed-section-container {
    width: 97%;
    margin: 0 auto;
}

.page-header1 {
    width: 100%;
    text-align: center;
    /*border-bottom: 2px solid #f1f3f4;
    border-top: 2px solid #f1f3f4;
    border-left: 2px solid #f1f3f4;
    border-right: 2px solid #f1f3f4;*/
    /*height: 6px;*/
    /*line-height: 0.1em;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #333;
    text-transform: uppercase;
    /*    letter-spacing: 0.5px;*/
}

    .page-header1 span {
        background: #fcfcfc;
        padding: 0;
    }

.underline {
    text-decoration-line: underline;
    text-underline-offset: 2px;
}


pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: #fff;
    border-radius: 0;
    font-size: 11px;
    margin: 10px;
    padding: 10px;
    border: 2px dashed #e6e6e6;
}


.col-xs-offset-right-12 {
    margin-right: 100%;
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
    margin-right: 75%;
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
    margin-right: 50%;
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
    margin-right: 25%;
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
    margin-right: 0;
}

@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-right-9 {
        margin-right: 75%;
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-right-6 {
        margin-right: 50%;
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-right-3 {
        margin-right: 25%;
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-right-9 {
        margin-right: 75%;
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-right-6 {
        margin-right: 50%;
    }

    .col-lg-offset-right-5 {
        margin-right: 30%;
    }

    .col-lg-offset-right-4 {
        margin-right: 16%;
    }

    .col-lg-offset-right-3 {
        margin-right: 8%;
    }

    .col-lg-offset-right-2 {
        margin-right: 4%;
    }

    .col-lg-offset-right-1 {
        margin-right: 2%;
    }

    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}

.e-widget {
    font-family: 'Roboto', sans-serif;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 8px;
}

.nav-tabs {
    border-bottom: 0px solid #eee;
    background-color: transparent;
    padding: 0px 0px 10px 0px;
    margin-bottom: 0px;
}


    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
        background-color: transparent;
    }

    .nav-tabs > li > a {
        border: none;
        color: #000;
        font-weight: 500;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #000 !important;
            background: transparent;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #007a9d;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 0;
    border: none;
}

.tab-content {
}

.tqcard {
    background: white;
    box-shadow: none;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.display-inline {
    display: inline-block;
}

.display-none {
    display: none;
}

.display-inline-grid {
    display: inline-grid;
}

.vertical-align-top {
    vertical-align: top;
}

/* pdf styles start */

.selected {
    border: solid 3px #2196F3 !important;
    background-color: white !important;
    color: #4e4e4e !important;
    cursor: pointer !important;
    margin: 2px !important;
    padding: 5px !important;
    border-radius: 3px !important;
}

    .selected:hover {
        border: solid 3px #2196F3 !important;
    }

.un_selected {
    border: solid 3px #e6e6e6 !important;
    background-color: white !important;
    color: #4e4e4e !important;
    cursor: pointer !important;
    margin: 2px !important;
    padding: 5px !important;
    border-radius: 3px !important;
}

    .un_selected:hover {
        border: solid 3px #2196F3 !important;
    }

input[type="file"] {
    display: none;
}

.custom-file-upload {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.not-pdf-type {
    color: #4e4e4e;
    width: 196px;
    height: 268px;
    line-height: 139px !important;
    border: 4px solid #e6e6e6;
    text-align: center;
    margin: 0px 2px 0px 2px !important;
    font-size: 15px;
    padding: 5px;
    border-radius: 0px;
}

.upload-drop-zone {
    border: dotted 2px #ddd;
    border-radius: 0;
    color: #ccc;
    text-align: center;
    line-height: 50px;
    min-height: 50px;
}

.page-info-box {
    margin-top: 10px;
    margin-bottom: 3px;
    color: #333;
    padding: 3px;
    margin-left: 10px;
    font-weight: 500;
    min-width: 40px;
    min-height: 30px;
    font-size: 14px;
}

.select-page-number-visible {
    color: #000;
    background-color: #e1ffdc;
    padding: 4px;
    margin-right: 10px;
    border-radius: 50%;
    border-top: 2px solid lime;
    border-right: 2px solid lime;
    border-left: 2px solid lime;
    border-bottom: 2px solid lime;
    font-weight: 700;
    font-size: 11px;
    width: 28px;
    height: 28px
}

.select-page-number-invisible {
    color: white;
    background-color: white;
    padding: 4px;
    margin-right: 10px;
    border-radius: 50%;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    font-weight: 700;
    font-size: 11px;
    width: 28px;
    height: 28px
}

.thumbnail-remove {
    border: solid 3px #e6e6e6;
    background-color: white;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 1px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 500;
}

    .thumbnail-remove:hover {
        border: solid 3px #d5d5d5;
        background-color: white;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 3px;
        padding: 1px;
        cursor: pointer;
        font-size: 10px;
        font-weight: 500;
    }

/* pdf styles end */

.disabled {
    pointer-events: none;
}

.dropdown-header {
    display: block;
    padding: 3px 3px 3px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #a493c7;
    white-space: nowrap;
    text-align: left;
    background-color: #fafafa;
}

.dropdown-menu > li > a {
    padding: 1px 10px;
    cursor: pointer;
}

.table-scrollable {
    overflow-x: auto;
    overflow-y: auto;
    max-height: calc(100vh - (100vh / 2));
}

.glyphicon-lock-spacing {
    /*text-align: right;*/
    position: absolute;
    margin-top: 15px;
    margin-left: -15px;
}

.glyphicon-eye-spacing {
    text-align: right;
    margin-top: 15px;
}

@media (min-width: 990px) {
    .t-vcenter {
        display: block;
        margin: auto;
        width: 60%;
    }
}

@media (min-width: 600px) and (max-width: 990px) {
    .t-vcenter {
        display: block;
        margin: auto;
        width: 80%;
    }
}

.t-action-btn-header {
    width: 100%;
    padding: 5px 2em;
    background-color: white;
    color: white;
    border-top: 0px solid #dcdcdc;
    border-bottom: 0px solid #dcdcdc;
    border-right: 0px solid #dcdcdc;
    border-left: 0px solid #dcdcdc;
    /*border-radius: 10px 10px;*/
    /*    box-shadow: #007a9d;
    box-shadow: 0px 0px 5px #aaaaaa;*/
    margin: 10px 0px 10px 0px;
}

    .t-action-btn-header > div > h6:before {
        font-family: FontAwesome !important;
        content: "\f101" !important;
        color: orangered !important;
        padding: 0px 6px 0 0 !important;
        font-size: 16px;
        font-weight: 500;
    }

.t-action-btn-container {
    display: flex;
    flex-flow: row;
    z-index: 1000;
    width: 100%;
    position: fixed;
    bottom: 0;
    align-items: unset;
    /*height: 60px;*/
    background-color: #ffffff90;
    justify-content: center;
    align-items: center;
    border-top: 2px solid white;
    backdrop-filter: grayscale(1) blur(4px);
    padding: 5px 0 5px 0;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.t-footer-div-top {
    display: flex;
    justify-content: left;
}

.t-footer-div-middle {
    display: flex;
    justify-content: center;
}

.t-footer-div-action {
    display: flex;
    justify-content: end;
}

    .t-footer-div-action .t-action-btn {
        background-color: #d7d7d7;
        border-radius: 10px;
    }


.t-action-btn {
    border: none;
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-color: transparent;
    color: black;
    border-radius: 0px;
    margin: 0px 1px;
}

    .t-action-btn:hover {
        transition: .4s ease;
        background-color: #959ba1;
        border-radius: 5px;
        color: white !important;
    }

.t-action-btn-text {
    position: static;
    font-weight: 500 !important;
    font-size: 12px !important;
    box-shadow: none !important;
}


.t-action-btn-icon {
    font-size: 20px;
}

.t-action-btn-middle-div {
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}

.t-feedback-btn-icon {
    font-size: 20px;
}

.t-feedback-btn {
    display: inline-block;
    text-align: center;
    color: white;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 0px;
    border: 0px solid transparent;
    padding: 0px;
    background-color: #565b63;
    margin-top: -6px;
    margin-right: 5px;
}

    .t-feedback-btn:hover {
        cursor: pointer;
    }

.t-feedback-btn-system {
    background-color: #bd2ada;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.t-feedback-btn-error {
    background-color: #ff4646;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.t-feedback-btn-info {
    background-color: #00a2e0;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.t-feedback-btn-success {
    background-color: #27ae60;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.t-feedback-btn-container {
    width: 230px;
    position: fixed;
    text-align: right;
    top: 6px;
    right: 45px;
    z-index: 4000;
}

.t-feedback-btn-close {
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 14px;
    background-color: transparent;
    padding: 0px;
    border: 0px;
}

    .t-feedback-btn-close :hover {
        cursor: pointer;
        /*color: #acfff7;*/
    }

.t-feedback-content-container {
    position: fixed;
    text-align: left;
    border-radius: 3px;
    overflow-wrap: break-word;
    font-size: 12px;
    opacity: 1;
    right: 0px;
    width: auto;
}

.t-feedback-content {
    width: auto;
    border-radius: 6px;
    padding: 15px 25px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    margin: 8px 30px 10px 10px;
    max-height: 200px;
    overflow-y: auto;
    opacity: 0;
}

.t-feedback-content-container-system {
    background: #fdf3ff;
    color: #c92ada;
    border: solid 1px #d98efa;
}

.t-feedback-content-container-error {
    background: #fff7f7;
    color: #da2a2a;
    border: solid 1px #fa8e8e;
}

.t-feedback-content-container-success {
    background: #f7fff7;
    color: #007530;
    border: solid 1px #67d288;
}

.t-feedback-content-container-info {
    background: #f8feff;
    color: #004866;
    border: solid 1px #6baee0;
}

.t-feedback-content-container-plain {
    background: #ffffff;
    color: #333333;
    border: solid 1px #eeeaea;
}

.t-feedback-content-container-warning {
    background: #ffe8b338;
    color: #785502;
    border: solid 1px #f7ad00;
}

.t-feedback-messsage {
    margin: 0px 0px;
    padding: 5px 0px;
}

label.t-radio.required:before {
    margin-top: 0px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0px;
}

.control-template-example {
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
}


/* list-group checkbox*/
.list-group {
    padding-left: 0;
    margin-bottom: 5px;
}

.list-group-item {
    user-select: none;
    color: #555555;
    font-weight: 500 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-group input[type="checkbox"] {
    display: none;
}

    .list-group input[type="checkbox"] + .list-group-item {
        cursor: pointer;
        border-top: 0px dashed #eee;
        border-bottom: 0px dashed #eee;
        border-right: 0px dashed #eee;
        border-left: 15px solid #eee;
        border-radius: 0px;
    }

        .list-group input[type="checkbox"] + .list-group-item:before {
            content: "\2713";
            color: transparent;
            font-weight: bold;
            padding-right: 8px;
            font-size: 13px;
        }

    .list-group input[type="checkbox"]:checked + .list-group-item {
        color: black;
        border-top: 0px dashed #FE9700;
        border-bottom: 0px dashed #FE9700;
        border-right: 0px dashed #FE9700;
        border-left: 15px solid #FE9700;
    }

        .list-group input[type="checkbox"]:checked + .list-group-item:before {
            color: inherit;
        }

.list-group input[type="radio"] {
    display: none;
}

    .list-group input[type="radio"] + .list-group-item {
        cursor: pointer;
    }

        .list-group input[type="radio"] + .list-group-item:before {
            content: "\2022";
            color: transparent;
            font-weight: bold;
            margin-right: 1em;
        }

    .list-group input[type="radio"]:checked + .list-group-item {
        background-color: #0275D8;
        color: #FFF;
    }

        .list-group input[type="radio"]:checked + .list-group-item:before {
            color: inherit;
        }

/**/

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.button-group-border {
    border: 0px #eee dashed;
    height: 62px;
    position: relative;
    display: block;
    padding: 10px;
}

.no-right {
    right: 0%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.btn-link {
    cursor: pointer !important;
    margin-left: -10px;
}

.show-pointer-cursor {
    cursor: pointer !important;
}

.button-keep-right {
    position: relative;
    float: right;
}


.td-no-overflow {
    max-width: calc(50vw);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*Logos*/
.company-logo {
    max-width: 100px;
}


/*File Selection*/
.selectable-file-divider {
    border-right: 1px solid lightgray;
    height: 100%;
}

.selectable-file-icons {
    padding-top: 2px;
    font-size: 14px;
}

.selectable-file-text {
    font-size: 10px;
}

.selectable-file {
    cursor: pointer;
    border: solid 3px lightgray;
    padding: 5px;
    margin-bottom: 10px;
    height: 120px;
}

    .selectable-file:hover {
        box-shadow: 0px 0px 5px 1px #48f1e0;
        background-color: white;
        color: #4e4e4e;
        cursor: pointer;
    }

/*.selectable-file-selected {
    border: solid 3px #2196F3;
    background-color: white;
    color: #4e4e4e;
    cursor: pointer;
}*/

.selectable-file-check {
    font-size: 20px;
    padding-top: 12px;
}

.selectable-file-preview {
    height: 25px;
    cursor: pointer;
    padding: 3px;
    text-align: center;
    width: 100px;
    border: solid lightgray;
    border-right-width: 3px;
    border-left-width: 3px;
    border-bottom-width: 3px;
    border-top-width: 0px;
}

.selectable-file-stamp {
    position: absolute;
    font-size: 20px;
    right: -10px;
    top: 2px;
    color: orange;
}

.item-error {
    box-shadow: 0px 0px 5px 1px red;
}

.border-grid-landingpage {
    border-left: 1px dashed #bbbbbb;
    padding-left: 8px;
    margin-top: 5px;
    margin-left: 5px;
}

.border-grid-rating {
    border: 1px dashed #bbbbbb;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.lighter-border-grid-landingpage {
    border-left: 1px dashed #bbbbbb;
    padding-left: 8px;
    margin-top: 5px;
    margin-left: 5px;
}

.search-grid-font {
    font-size: 10px;
    margin-left: 5px;
    font-weight: 500;
}

.link-no-event {
    font-size: 10px;
    margin-left: 5px;
    color: #333;
    font-weight: 500;
}

.search-grid-item {
    display: inline-table;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0px 5px 0px 10px;
}

    .search-grid-item.border {
        border-left: 1px solid gray;
    }

.search-grid-result-heading {
    color: black;
}

.search-grid-results {
    white-space: nowrap;
    overflow-x: auto;
    margin: 10px 0;
}

.t-message-bar {
    max-height: 32px;
    /*border-radius: 5px;*/
    opacity: 0.9;
    z-index: 1051;
}

.t-message-bar-container {
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    background-color: #333333;
    padding: 8px;
}

.t-message-bar-text {
    font-style: italic;
    color: white;
    text-align: center;
}

.t-message-bar-text-header {
    font-weight: normal;
}

.truncate {
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.font-style-italic {
    font-style: italic;
}

.text-black-grey {
    color: #767676 !important;
}

.text-grey-popup {
    color: #555555;
}

.avoid-clicks {
    pointer-events: none;
}

.grid-alternate {
}

    .grid-alternate:nth-child(2n+1) {
        background-color: #eeeeee50;
    }

.row-bordered-applications {
    border-top: 0px solid #eee;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
}

.row-selected {
    background-color: #ececec;
}

/*Company Offers*/

.offer-tab-header {
    color: #000;
    font-weight: 500;
}

.offer-tab-value {
    color: #555;
    font-weight: 500;
    font-size: 9px;
}

.offer-check-box {
    font-size: 20px;
    margin-top: -3px;
}

.offer-check-box-hidden {
    font-size: 20px;
    margin-top: -3px;
    color: transparent;
}

.offer-value-different {
    font-weight: bold;
    color: #f5ad00;
}

.offer-value-was-null {
    color: #03b24d;
    font-weight: bold;
}

.offer-current-value {
    font-weight: bold;
    color: #0240cc;
}

.no-fill {
    background-color: white !important;
}

.offer-legend {
    font-size: 12px;
}

.password-text-style {
    text-security: disc;
    -webkit-text-security: disc;
}

.application-header {
    font-family: 'Roboto', sans-serif;
    /*text-align: center;*/
    color: #666666;
    font-size: 16px;
}

.tleft {
    text-align: left !important;
}

.tcenter {
    text-align: center !important;
}

.tright {
    text-align: right !important;
}

.alert-status {
    padding: 5px 8px 5px 8px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: left;
    font-size: 11px;
    word-wrap: break-word;
}

.alert-status-info {
    color: #333 !important;
    background-color: #f9fdff !important;
    border-color: #79c7ef !important;
    /*border-left: 2px solid #79c7ef !important;*/
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

    .alert-status-info .alert-child-status {
        margin-left: 0px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-right: 1px;
        padding-left: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-right: 1px;
        font-size: 11px;
        font-weight: 400;
    }

.alert-status-success {
    color: #333 !important;
    background-color: #f9fffc !important;
    border-color: #73e6ad !important;
    /*border-left: 2px solid #79c7ef !important;*/
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

    .alert-status-success .alert-child-status {
        margin-left: 0px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-right: 1px;
        padding-left: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-right: 1px;
        font-size: 11px;
        font-weight: 400;
    }

.alert-status-fail {
    color: #333 !important;
    background-color: #fff9f9 !important;
    border-color: #ff9393 !important;
    /*border-left: 2px solid #79c7ef !important;*/
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

    .alert-status-fail .alert-child-status {
        margin-left: 0px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-right: 1px;
        padding-left: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-right: 1px;
        font-size: 11px;
        font-weight: 400;
    }

.italics {
    font-style: italic;
}


.block-empty {
    background-color: #eeeeee;
    color: black;
}

.t-address-table-td span:first-child {
    color: black;
}

.t-address-table-td {
    width: 50%;
}

.btn-panel {
    /*margin: 2px;*/
}

.btn-panel-no-margin {
    padding: 5px;
}

/* Grid Wrapping Boxes */

.t-grid-box-4col {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(25%, 1fr));
}

.t-grid-box-3col {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(33.3%, 1fr));
}

.t-grid-box-2col {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(50%, 1fr));
}

.t-grid-box-1col {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(100%, 1fr));
}

.grid-item-box-card {
    background-color: white;
    border: dashed 3px #e5e5e5;
    margin-right: 3px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}

.section-header {
    margin: 5px 3px 5px 0px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    background-color: #8afffc20;
    border: 1px solid #3caca9b1;
    border-radius: 0;
    padding: 5px 15px 5px 15px;
    text-align: center;
    /*user-select: none !important;*/
}

.section-header-ca {
    margin: 5px 3px 5px 0px;
    color: teal;
    font-size: 13px;
    font-weight: 500;
    background-color: white;
    border: 1px solid teal;
    border-radius: 0;
    padding: 8px 15px 8px 15px;
    text-align: center;
    /*user-select: none !important;*/
}

.section-header-plain {
    margin: 5px 3px 5px 0px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    border-radius: 0;
    padding: 5px 15px 5px 15px;
    text-align: center;
    /*user-select: none !important;*/
}

.section-header-left {
    margin: 5px 3px 5px 0px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    background-color: #8afffc20;
    border: 1px solid #3caca9b1;
    border-radius: 0;
    padding: 5px 15px 5px 15px;
    text-align: left;
    /*user-select: none !important;*/
}

.section-header:before {
    padding-top: 30px !important;
}

/*    .section-header:before {
        font-family: FontAwesome !important;
        content: "\f101" !important;
        color: black !important;
        padding: 0 1px 0 0 !important;
        font-size: 14px;
        font-weight: 500;
    }
*/



.icheck-info > input:first-child:checked + label::before, .icheck-info > input:first-child:checked + input[type="hidden"] + label::before {
    color: #fff;
    background-color: #2095F2;
    border-color: #2095F2;
}

.box-item-border {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 10px 10px 10px 10px;
    margin: 5px 10px 5px 0px;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-margin {
    padding: 0 !important;
    margin: 0 !important;
}

.no-user-select {
    user-select: none !important;
}

.allow-user-select {
    user-select: text !important;
}


a {
    color: #006dbf;
}

    a:hover {
        color: #0083ff;
        text-decoration: underline;
    }

.border-dashed {
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 5px;
    padding-top: 5px;
}

.item-list-item {
}

.item-list {
    font-size: 10px;
    background-color: #f8f8f8; /*#f3fafa*/
    padding: 5px 15px;
    margin-top: 5px;
}

.max-width-100 {
    max-width: 100px;
}

.consent-no-selection {
    margin-left: 5px;
    color: #333;
}

.signing-logo-img-max {
    max-height: 32px;
}

.signing-logo {
    position: fixed;
    top: 160px;
    right: 50px;
    z-index: 0;
}

.border-dashed {
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 5px;
    padding-top: 5px;
}

.overflow-auto {
    overflow: auto;
}

.vehicle-select-main-body {
    font-weight: 500;
    font-size: 11px;
    min-width: 280px;
    text-align: left;
}

.nav-pills > li > a {
    border-radius: 0px;
    padding: 8px 25px !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #019ab5;
}

    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #00abca;
    }

.nav > li > a:hover {
    text-decoration: none;
    background-color: #019ab510;
    color: #333;
}

.hfa-menu {
    background-color: #019ab505;
    /*    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #019ab550;*/
    width: 100%;
}

.t-calc-btn {
    border: 1px solid !important;
    border-color: transparent !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    color: white !important;
    cursor: pointer !important;
    padding: 5px 30px !important;
    background-color: #019ab5 !important;
    font-weight: 500;
    margin-right: 50px;
}

    .t-calc-btn:focus {
        color: white !important;
        background-color: #019ab5 !important;
        border-color: #019ab5 !important;
    }

    .t-calc-btn:hover {
        color: white !important;
        background-color: #00849b !important;
        border-color: #00849b !important;
    }

.t-calc-btn-icon {
    font-size: 20px;
}

.position-top-right-sticky {
    position: fixed;
    top: 15px;
    right: 35px;
    z-index: 1000;
    background-color: white;
}

.cal-button {
    height: 53px;
    position: fixed;
    z-index: 1;
    top: 4%;
    left: -1.9px;
    background-color: white;
    overflow: hidden;
    border-top: 2px solid #00a4a0;
    border-right: 2px solid #00a4a0;
    border-bottom: 2px solid #00a4a0;
    border-left: 2px solid white;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #222;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: center;
    cursor: pointer;
    transition: 0.8s;
    transition: margin-left 0.8s;
    white-space: nowrap !important;
    font-size: 20px;
}

    .cal-button:hover {
        color: #007e7b;
        background-color: white;
        border-top: 2px solid #004543;
        border-right: 2px solid #004543;
        border-bottom: 2px solid #004543;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        transition: 0.8s;
    }

    .cal-button:not(:hover) {
        color: #222;
        background-color: white;
        border-top: 2px solid #00a4a0;
        border-right: 2px solid #00a4a0;
        border-bottom: 2px solid #00a4a0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        transition: 0.8s;
    }

.cal-btn-side-panel-padding {
    padding: 10px 10px 15px 8px;
}

/* Grids */

.info-heading-container {
    margin: 10px 0 0 0;
    display: grid;
    grid-template-columns: 0fr 1fr;
    grid-template-rows: 0fr;
    gap: 0px 0px;
    grid-template-areas:
        "icon text";
}

.info-heading-icon-column {
    justify-self: start;
    align-self: start;
    grid-area: icon;
    min-width: 25px;
}

.info-heading-text-column {
    justify-self: stretch;
    align-self: start;
    grid-area: text;
}

.div-inline {
    display: inline-block;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 8px;
    padding-left: 8px;
}

.text-capitalize {
    text-transform: lowercase;
}

    .text-capitalize:first-letter,
    .text-capitalize:first-line {
        text-transform: capitalize;
    }

.role-block {
    background-color: #eeeeee40;
    color: #000;
    text-align: left;
    padding: 2px 15px 2px 15px;
    margin: 0px 10px 5px 10px;
    font-size: 11px;
    font-weight: 500;
}

.progress {
    height: 20px;
    margin: 3px;
}

.risk-header {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.single-page-section-container {
    font-size: 22px;
    user-select: none !important;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    margin-top: 0px;
}

.single-page-section-container-label {
    display: flex;
    flex-direction: row;
    gap: 0px 30px;
}

    .single-page-section-container-label:before,
    .single-page-section-container-label:after {
        content: "";
        flex: 1 1;
        border: 4px solid #dedede;
        margin: auto;
        border-radius: 0px;
    }


.single-page-section-container-ca {
    font-size: 18px;
    user-select: none !important;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-page-section-container-label-ca {
    display: flex;
    flex-direction: row;
    gap: 0px 30px;
}

    .single-page-section-container-label-ca:before,
    .single-page-section-container-label-ca:after {
        content: "";
        flex: 1 1;
        border: 1px solid teal;
        margin: auto;
        border-radius: 0px;
    }

.glass-affect {
    backdrop-filter: grayscale(1) blur(4px);
    background-color: #ffffffd0;
}

.cursor-default {
    cursor: default;
}

.pill-block {
    background-color: #fbf6ff;
    border: 1px solid #d8a5e9;
    padding: 1px 5px 1px 5px;
    margin: 2px;
    color: black;
    text-align: center
}

.t-time-picker-label {
    left: 14px;
    top: 6px;
    pointer-events: none;
    color: #555;
    display: block;
    font-size: 11px;
    z-index: 10;
    text-overflow: ellipsis;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
}

.hr-line {
    margin: 20px 0 20px 0;
}

.step-label-teal {
    font-weight: 500;
    font-size: 16px;
    color: white;
    background: teal;
    padding: 10px 15px 10px 15px;
}

.step-label-red {
    font-weight: 500;
    font-size: 16px;
    color: white;
    background: red;
    padding: 10px 15px 10px 15px;
}

.screen-middle {
    margin: 0;
    height: 40vh; /* use 100% of the height of the viewport */
    display: grid;
    place-items: center;
    padding: 15px;
}

    .screen-middle > div {
        max-width: 500px;
    }
