/*
*
|  Page Name       : global.css
|  Description     : css for global use
|  Created by      : May Altamerano
|  Date Created    : March 6, 2019
|  Last Update by  : May Altamerano
|  Last update     : March 6, 2019
*
*/

.-sidebar-menu {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.-sidebar-menu.active .-menu-container li svg {
    font-size: 22px;
    margin-left: 0px;
}

.-sidebar-menu .-menu-container li svg {
    font-size: 17px;
    margin-left: 0px;
}

[v-cloak] {
    display: none;
}
[v-cloak]::before {
    margin: 0px auto;
    content: "Loading . . . . ";
}

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    -webkit-text-sizing-adjust: 100%;
    text-sizing-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    /* overflow: hidden; */
}
:root {
    font-size: 14px;
}
.-main-wrapper {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.-main-content {
    height: 100%;
    width: 100%;
    padding-left: 250px;
    padding-top: 60px;
}
.-main-content.active {
    padding-left: 80px;
}
.-main-content.-settings .-nav-nav {
    margin-left: 280px;
}
.-nav-nav.active {
    margin-left: 80px !important;
    margin-bottom: 0px !important;
    background-color: #ffffff;
}
.-content-wrapper {
    padding: 15px 40px;
    height: 100%;
    width: 100%;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    position: relative;
}
.-content-wrapper.-settings {
    padding-left: 320px !important;
    padding-top: 65px;
}
.-content-wrapper.-settings.active {
    padding-left: 270px !important;
}
.-header-content {
    margin: 20px 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.-header-content .-spn-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.-header-content .-spn-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.-header-content .-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0px 6px 0px;
}
.-header-content .-description {
    font-size: 13px;
    font-weight: 400;
}
.-header-content .-header-button {
    position: absolute;
    right: 20px;
    top: 10px;
}
.-header-sm {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}
.-nav-tabs.active {
    left: 80px !important;
}
.-nav-nav.active li > a {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 0px;
}
.-row-container {
    display: flex;
    margin-top: 30px;
}

/* LABEL */
.-lbl {
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.-label-primary {
    padding: ;
}

/*
  TABS LINE
*/
.-flex-nav-tab > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px !important;
}

.-nav-line {
    border: 0px;
    /* margin-top: 30px; */
}
.-nav-line > li.active > a,
.-nav-line > li.active > a:hover,
.-nav-line > li.active > a:focus {
    font-size: 15px;
    padding: 0px 0px 10px 0px;
    color: #008ff7;
    border: 0px;
    background-color: transparent !important;
    border-bottom: 2px solid #008ff7;
}
.-nav-line > li > a {
    font-size: 15px;
    padding: 0px 0px 10px 0px;
    color: rgb(128, 134, 139);
    border: 0px;
    background-color: transparent !important;
}
.-nav-line > li {
    margin-right: 15px;
}
.-nav-line > li:last-child {
    margin: 0px !important;
}
.-nav-bordered > li > a {
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #eee;
    padding: 8px 20px;
}
/********************************************************/
.-aj-custom-nav > li.active > a,
.-aj-custom-nav > li.active > a:hover,
.-aj-custom-nav > li.active > a:focus {
    color: #008ff7;
    border: 0px;
    background-color: transparent !important;
    border-bottom: 2px solid #008ff7;
}
.-aj-custom-nav > li > a {
    font-size: 15px;
    color: rgb(128, 134, 139);
    background-color: transparent !important;
}
/********************************************************/
ul.-nav-wizard {
    display: flex;
    margin: 20px;
}
.-nav-wizard > li {
    float: left;
    flex: 1;
}
.-nav-wizard > li:not(:last-child) > a {
    margin-right: 7px;
}
.-nav-wizard > li.active > a,
.-nav-wizard > li.active > a:hover,
.-nav-wizard > li.active > a:focus {
    color: #ffffff;
    background-color: #008ff7;
}
.-nav-wizard > li.active > a:after {
    border-left-color: #008ff7 !important;
}
.-nav-wizard > li > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 90px;
    padding: 16px 15px;
}
.-nav-wizard > li:not(:first-child) > a {
    padding-left: 20px;
}
.-nav-wizard > li > a {
    position: relative;
    background-color: #eeeeee;
}
.-nav-wizard > li.active > a .badge.badge-step {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 3px 5px;
    background-color: transparent;
}
.-nav-wizard > li:not(:first-child) > a:before {
    width: 0px;
    height: 0px;
    border-top: 21px inset transparent;
    border-bottom: 22px inset transparent;
    border-left: 23px solid #ffffff;
    position: absolute;
    content: "";
    top: 21px;
    left: 0;
}
.-nav-wizard > li:not(:last-child) > a:after {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #eeeeee;
    position: absolute;
    content: "";
    top: 22px;
    right: -20px;
    z-index: 2;
}

/*
  WIDTH % & PX
*/
.-w10p {
    width: 10%;
}
.-w12p {
    width: 12%;
}
.-w15p {
    width: 15%;
}
.-w20p {
    width: 20%;
}
.-w25p {
    width: 25%;
}
.-w30p {
    width: 30%;
}
.-w33p {
    width: 33%;
}
.-w32p {
    width: 32%;
}
.-w35p {
    width: 35%;
}
.-w40p {
    width: 40%;
}
.-w45p {
    width: 45%;
}
.-w46p {
    width: 46%;
}
.-w48p {
    width: 48%;
}
.-w50p {
    width: 50%;
}
.-w55p {
    width: 55%;
}
.-w60p {
    width: 60%;
}
.-w70p {
    width: 70%;
}
.-w75p {
    width: 75%;
}
.-w80p {
    width: 80%;
}
.-w90p {
    width: 90%;
}
.-w96p {
    width: 96%;
}

.-w95p {
    width: 95%;
}

.-w92p {
    width: 92%;
}
.-w100p {
    width: 100% !important;
}
.-w100 {
    width: 100px;
}

/*
  INPUT FIELD
*/
.-form-control {
    display: block;
    width: 100%;
    height: auto;
}
.-form-control {
    font-family: "Open Sans", sans-serif !important;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1.21428571em;
    padding: 0.67857143em 1em !important;
    font-size: 1em;
    background: #f7f7f7;
    border: 1px solid #eee;
    color: #48547c;
    border-radius: 0.28571429rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease;
    border-radius: 5px;
}
.-input-sm {
    font-size: 14px;
}
.-input-md {
    font-size: 16px;
}
.-input-lg {
    font-size: 18px;
}
.-input-lg.-sm {
    font-size: 14px;
    padding: 14px 16px;
}
.-input-default:active {
    border: 1px solid #cdd3e6;
    background: #f7f7f7;
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.-input-default:focus {
    border: 1px solid #cdd3e6;
    background: #f7f7f7;
    color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
  INPUT GROUP
*/
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .-form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.-input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.-addon,
.-input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.input-group.-lg {
    height: 47px;
}
.input-group.-lg .-input-lg {
    height: 47px;
}
.input-group .-input-sm {
    height: 38px;
}
.input-group.-md .-addon {
    padding: 10px 18px;
}
.-input-group-addon,
.-input-group-btn,
.-input-group .-form-control {
    display: table-cell;
}
.-input-group-btn:first-child > .-btn,
.-input-group-btn:first-child > .-btn-group {
    margin-right: -1px;
}
.-input-group-btn:first-child > .-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.-input-group-btn > .-btn {
    position: relative;
}

/* TEXTAREA */
.-nn-resize {
    resize: none !important;
}

/* CHECKBOX */
.-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 30px;
}
.-checkbox-container .-checkbox-text {
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.-checkbox-container .-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #e7edf1;
    border-radius: 3px;
}
.-checkbox-container:hover .-checkbox ~ .-checkmark {
    background-color: #ccc;
}
.-checkbox-container .-checkbox:checked ~ .-checkmark {
    background-color: #2196f3;
}
.-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.-checkbox-container .-checkbox:checked ~ .-checkmark:after {
    display: block;
}
.-checkbox-container .-checkmark:after {
    left: 13px;
    top: 9px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.-checkbox-container.-sm {
    height: 26px;
}
.-checkbox-container.-sm .-checkmark:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.-checkbox-container.-lg .-checkbox-text {
    font-size: 16px;
    font-weight: 400;
    height: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.-checkbox-container.-sm .-checkbox-text {
    font-size: 14px;
    font-weight: 400;
    height: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.-checkbox-container.-sm .-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #e7edf1;
    border-radius: 3px;
}
.-drop-checkbox .-drop-menu-check {
    min-width: 200px;
}
.-drop-checkbox .-header {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}
.-drop-menu-check .-spn-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 20px 20px;
}

/*
  RADIO BUTTONS
*/
.-radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.-radio-container.-lg .-radio-text {
    font-size: 16px;
    font-weight: 400;
    height: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.-radio-container.-sm .-radio-text {
    font-size: 13px;
    font-weight: 600;
    height: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.-radio-container .-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.-checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.-radio-container.-sm:hover .-radio ~ .-checkmark-radio {
    background-color: #ccc;
}
.-radio-container:hover .-radio ~ .-checkmark-radio {
    background-color: #ccc;
}
.-radio-container.-sm .-radio:checked ~ .-checkmark-radio {
    background-color: #2196f3;
}
.-radio-container .-radio:checked ~ .-checkmark-radio {
    background-color: #2196f3;
}
.-radio-container.-sm .-radio:checked ~ .-checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    border-radius: 50%;
}
.-checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}
.-radio-container .-radio:checked ~ .-checkmark-radio:after {
    display: block;
}
.-radio-container .-checkmark-radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.-radio-container.-sm .-checkmark-radio:after {
    top: 8px;
    left: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

/*
  BUTTONS
*/
.-btn-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.-btn {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    font-family: "Open Sans", sans-serif !important;
    margin: 0 0.25em 0 0;
    padding: 0.78571429em 1.5em 0.78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0.28571429rem;
    -webkit-box-shadow: 0 0 0 1px transparent inset,
        0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    box-shadow: 0 0 0 1px transparent inset,
        0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.1s ease, background-color 0.1s ease,
        color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
        background 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
        box-shadow 0.1s ease, background 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
        box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    will-change: "";
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
}
.-btn-default:active {
    background-image: "";
    -webkit-box-shadow: 0 0 0 1px transparent inset, none;
    box-shadow: 0 0 0 1px transparent inset, none;
}
.-btn-default:focus {
    background-image: "" !important;
    -webkit-box-shadow: "" !important;
    box-shadow: "" !important;
}
.-btn-default:hover {
    background-image: none;
    -webkit-box-shadow: 0 0 0 1px transparent inset,
        0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    box-shadow: 0 0 0 1px transparent inset,
        0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
.-btn-primary {
    background-image: "";
    -webkit-box-shadow: 0 0 0 1px transparent inset, none;
    box-shadow: 0 0 0 1px transparent inset, none;
}
.-btn-primary:hover {
    background-image: "";
    -webkit-box-shadow: 0 0 0 1px transparent inset, none;
    box-shadow: 0 0 0 1px transparent inset, none;
}
.-btn-primary:active {
    background-image: "";
    -webkit-box-shadow: 0 0 0 1px transparent inset, none;
    box-shadow: 0 0 0 1px transparent inset, none;
}
.-btn-block {
    display: block;
    width: 100%;
}
.-btn.-sm.-btn-md {
    font-size: 14px;
    padding: 14px 20px;
}
.-btn-mn {
    font-size: 12px;
}
.-btn-sm {
    font-size: 14px;
}
.-btn-md {
    font-size: 16px;
}
.-btn-lg {
    font-size: 18px;
}
.-btn-xl {
    font-size: 20px;
}

.-btn-warning {
    background: #f0ad4e !important;
    color: white !important;
}

.-btn-warning:hover {
    background: #eea236 !important;
    color: white !important;
}

/*
  DROPDOWN BUTTON
*/
.-drop-menu > li > a {
    padding: 7px 20px;
}

/*
  MARGIN
*/
.-nm {
    margin: 0px !important;
}
.-nmt {
    margin-top: 0px !important;
}
.-mr10 {
    margin-right: 10px;
}
.-ml10 {
    margin-left: 10px;
}
.-ml5 {
    margin-left: 5px;
}
.-ml15 {
    margin-left: 15px;
}
.-mt5 {
    margin-top: 5px;
}
.-mt10 {
    margin-top: 10px !important;
}
.-mt15 {
    margin-top: 15px !important;
}
.-mt20 {
    margin-top: 20px !important;
}
.-mt30 {
    margin-top: 30px !important;
}
.-mt50 {
    margin-top: 50px;
}
.-mb30 {
    margin-bottom: 30px;
}
.-mb50 {
    margin-bottom: 50px;
}
.-mb20 {
    margin-bottom: 20px;
}
.-mb10 {
    margin-bottom: 10px;
}
.-mb5 {
    margin-bottom: 5px;
}

.-mr20 {
    margin-right: 20px !important;
}

.-ml20 {
    margin-left: 20px !important;
}

.w50px,
.-w50px {
    width: 50px !important;
}

.w100px,
.-w100px {
    width: 100px !important;
}

.w125px,
.-w125px {
    width: 125px !important;
}

.w150px,
.-w150px {
    width: 150px !important;
}

.w200px,
.-w200px {
    width: 200px !important;
}

.w250px,
.-w250px {
    width: 250px !important;
}

.w300px,
.-w300px {
    width: 300px !important;
}

.w350px,
.-w350px {
    width: 350px !important;
}

.w375px,
.-w375px {
    width: 375px !important;
}

.w400px,
.-w400px {
    width: 400px !important;
}
/*
  PADDING
*/
.-npd {
    padding: 0px !important;
}
.-npb {
    padding-bottom: 0px !important;
}
.-npt {
    padding-top: 0px !important;
}
.-p5 {
    padding: 5px !important;
}
.-p8 {
    padding: 8px !important;
}
.-p10 {
    padding: 10px !important;
}
.-p20 {
    padding: 20px !important;
}
.-pt0 {
    padding-top: 0px !important;
}
.-pl0 {
    padding-left: 0px !important;
}
.-pr0 {
    padding-right: 0px !important;
}
.-pb0 {
    padding-bottom: 0px !important;
}
.-pt10 {
    padding-top: 10px !important;
}
.-p15 {
    padding: 15px !important;
}
.-p20 {
    padding: 20px !important;
}
.-p30 {
    padding: 30px !important;
}
.-pb10 {
    padding-bottom: 10px !important;
}
.-pl10 {
    padding-left: 10px !important;
}
.-pr10 {
    padding-right: 10px !important;
}
.-pl15 {
    padding-left: 15px !important;
}
.-pr15 {
    padding-right: 15px !important;
}
.-pl20 {
    padding-left: 20px !important;
}
.-pr20 {
    padding-right: 20px !important;
}
.-pl30 {
    padding-left: 30px !important;
}
.-pr30 {
    padding-right: 30px !important;
}
.-pl40 {
    padding-left: 40px !important;
}
.-pr40 {
    padding-right: 40px !important;
}
.-pl50 {
    padding-left: 50px !important;
}
.-pr50 {
    padding-right: 50px !important;
}
.-np {
    padding: 0px !important;
}
.-npl {
    padding-left: 0px !important;
}
.-npr {
    padding-right: 0px !important;
}

/* PANEL */
.-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/*
  TABLE
*/
.-table .-collapse {
    padding: 0px !important;
    border-top: 1px solid transparent !important;
    border-right: 1px solid #e1e9f1 !important;
    border-left: 1px solid #e1e9f1 !important;
    border-bottom: 1px solid transparent !important;
}
.-table .-collapse .collapse {
    border-bottom: 1px solid #e1e9f1 !important;
}
.-table-buttons {
    display: flex;
    justify-content: center;
}
.-table .-lbl {
    margin-bottom: 0px;
}
.-table-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
}
.-table-scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
}
.-table-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
}
.-table-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}
.-table-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.05);
}
.-table-scroll::-webkit-scrollbar {
    width: 5px;
}
.-table-container {
    position: relative;
    min-height: 400px;
}
.-table-container .-table-panel {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    width: 600px;
    -webkit-box-shadow: -7px 10px 22px -10px rgba(224, 224, 224, 1);
    -moz-box-shadow: -7px 10px 22px -10px rgba(224, 224, 224, 1);
    box-shadow: -7px 10px 22px -10px rgba(224, 224, 224, 1);
    border: 1px solid #e1e9f1;
    z-index: 100;
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
    transition: all 0.4s ease 0s;
}
.-table-container .-table-panel.-active-row {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    width: 600px;
    -webkit-box-shadow: -7px 10px 22px -10px rgba(224, 224, 224, 1);
    -moz-box-shadow: -7px 10px 22px -10px rgba(224, 224, 224, 1);
    box-shadow: -7px 10px 22px -10px rgba(224, 224, 224, 1);
    border: 1px solid #e1e9f1;
    z-index: 100;
    background-color: #ffffff;
    border-radius: 5px;
    display: block;
    transition: all 0.4s ease 0s;
}
.-table-container .-data-row {
    cursor: pointer;
}
.-table-panel .-heading {
    background-color: #f1f3f4;
    border: 1px solid #e1e9f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    border: 0px;
    padding: 17px 20px;
}
.-table-panel .-panel-body {
    padding: 20px;
    height: 50vh;
    overflow-y: scroll;
}
.-table-panel .-form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px !important;
}
.-table-panel .-form-group:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px !important;
}
.-table.-table-default > thead > tr > th {
    font-size: 14px;
    font-weight: 500;
    background-color: #ced4da;
    padding: 12px 15px;
    border-bottom: 0px;
    color: #202124;
}
.-table.-table-primary > thead > tr > th {
    font-size: 16px;
    font-weight: 500;
    background-color: #008ff7;
    padding: 12px 13px;
    border-bottom: 0px;
    color: #ffffff;
}
.-table {
    border-right: 1px solid #e1e9f1;
    border-radius: 5px;
    border-left: 1px solid #e1e9f1;
    border-bottom: 1px solid #e1e9f1;
}
.-table > tbody > tr > td {
    padding: 5px 8px 5px 13px;
    vertical-align: middle;
    font-size: 15px;
    border-bottom: 1px solid #e1e9f1;
}
.-table > thead > tr > th {
    vertical-align: middle;
}

.-table > thead > tr > th {
    font-size: 14px;
    font-weight: 500;
}
.-table > thead > tr > th:last-child {
    width: 200px;
    text-align: center;
}
.-table > tbody > tr > td:last-child {
    width: 250px;
    text-align: center;
}
.-table-bordered {
    border: 1px solid #e1e9f1;
}
.-table-bordered > thead > tr > th {
    border: 1px solid #e1e9f1;
}
.-table-bordered > tbody > tr > td {
    border: 1px solid #e1e9f1;
}
.-table-condensed {
    border: none;
}
.-table-condensed.-table-primary > thead > tr > th {
    font-size: 13px;
    font-weight: 500;
    background-color: #008ff7;
    padding: 5px;
    border-bottom: 0px;
    color: #ffffff;
}
.-table-condensed > tbody > tr > td {
    padding: 5px;
    vertical-align: middle;
    font-size: 13px;
    border-bottom: 1px solid #e1e9f1;
}

/* SELECT DROPDOWN */
.-single-select.-sm {
    min-height: 38px;
}
.-single-select.-md {
    min-height: 43px;
}
.-single-select.-lg {
    min-height: 47px;
    padding-left: 12px;
}
.-single-select {
    border-radius: 5px;
    padding: 0px;
}
.-single-select.-lg .select2-chosen {
    height: 100%;
    padding: 7px 3px 6px 3px !important;
    font-size: 15px;
}
.-single-select.-md .select2-chosen {
    height: 100%;
    padding: 7px 3px 6px 3px !important;
    font-size: 15px;
}
.-single-select .select2-choice {
    border-radius: 5px;
    height: 100%;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-results .select2-highlighted {
    border-radius: 3px;
}
.-single-select .select2-chosen {
    height: 100%;
    padding: 4px 7px;
    font-size: 14px;
}
.-single-select.-lg #select2-chosen-1 {
    padding: 9px 3px 6px 6px !important;
}
.-single-select.-sm #select2-chosen-1 {
    padding: 5px 7px;
}
#select2-chosen-1 {
    height: 100%;
    padding: 5px 7px;
}
.-select-default .select2-choice .select2-arrow {
    background-image: none;
    border: 0px;
    background-color: transparent;
    top: 4px;
    right: 5px;
}
.select2-results .select2-highlighted,
.select2-results .select2-result-label {
    font-size: 15px;
}
.select2-search .select2-input {
    font-size: 15px;
    border-radius: 5px;
    background: none;
    padding: 4px 15px;
}
.select2-results .select2-no-results {
    text-align: center;
    font-size: 14px;
}
.select2-drop-active {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}
.-form-control.-multiple-select {
    padding: 0px;
}
.-multiple-select.-select-md {
    height: 43px;
}
.select2-container-multi.-multiple-select.-select-md .select2-choices {
    min-height: 40px !important;
}
.select2-container-multi.-multiple-select.-select-md
    .select2-choices
    .select2-search-choice {
    padding: 7px 8px 6px 25px;
    margin: 5px 0 3px 5px;
}
.select2-container-multi.-multiple-select.-select-md
    .select2-choices
    .select2-search-field {
    padding: 3px !important;
    font-size: 14px !important;
}

/*
  FLEX
*/
.-flex {
    display: flex;
}
.-flex3 {
    flex: 3;
}
.-flex4 {
    flex: 4;
}
.-flex5 {
    flex: 5;
}
.-flex7 {
    flex: 7;
}
.-flex8 {
    flex: 8;
}

.flex-tabs li {
    width: 10vw;
}

/*
  MODAL
*/
.modal-dialog {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 100px 0px;
}
.modal-content {
    border-radius: 11px;
}
.modal-header {
    background-color: #008ff7;
    padding: 15px 30px;
    border: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.modal-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.-modal-desc {
    font-size: 14px;
    padding: 0px 0px;
    margin-bottom: 20px;
}
.modal-body {
    padding: 25px 30px 30px 30px;
}
.modal-content .-form-group {
    margin-bottom: 20px;
}
.modal-content .-form-group:last-child {
    margin-bottom: 0px;
}
.modal-footer {
    padding: 0px 30px 20px 30px;
    text-align: right;
    border-top: 0px;
}
.modal.-full .-modal-title {
    margin: 0px;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 6px;
}
.modal-dialog.-full-dialog {
    margin: 0px;
}
.modal-content.-full-content {
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    margin: 40px;
}

/*
  BREADCRUMB
*/
.-breadcrumb {
    padding: 0px;
    margin-bottom: 6px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.-breadcrumb > li {
    display: inline-block;
    font-size: 17px;
}
.-breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
    font-weight: 400;
}
.-breadcrumb > li > a {
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}
.-breadcrumb > li.-active {
    font-size: 20px;
    font-weight: 600;
}

/* WELL */
.-well-body {
    padding: 30px;
    border-radius: 5px;
}

.-form-group {
    margin-bottom: 10px;
}
.-spn-flex {
    display: flex;
}
.-grid {
    display: grid;
}
.-grid.-g10 {
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}
.-grid.-g4 {
    grid-template-columns: auto auto auto auto;
}
.-grid.-g3 {
    grid-template-columns: auto auto auto;
}
.-grid.-g2 {
    grid-template-columns: auto auto;
}

.-count {
    font-size: 13px;
    font-weight: 400;
}
.-txt-desc {
    width: 100%;
    font-size: 14px;
}
.-lbl {
    font-size: 14px;
    font-weight: 600;
}
.-adc-nn {
    text-decoration: none;
}
.-pagination-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    align-items: center;
}
.-pagination-container .-nav-page .pagination {
    margin: 0px;
}
.-pagination-container .-nav-page .pagination > li > a {
    font-size: 14px;
    color: #202124;
    padding: 0.685714em 1em 0.68571429em;
}
.-pagination-container .-nav-page.-nav-primary .pagination > li.active > a {
    color: #fff;
    cursor: default;
    background-color: #008ff7;
    border-color: #008ff7;
}
.-coming-soon {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
}
.-disable {
    cursor: not-allowed;
    opacity: 0.5;
}

/* Steps progress */
.-bs-wizard {
    margin-top: 10px;
    border: 0px !important;
    display: flex;
    justify-content: center;
}
.-bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}
.-bs-wizard > .-bs-wizard-step {
    padding: 0;
    position: relative;
}
.-bs-wizard > .-bs-wizard-step + .-bs-wizard-step {
}
.-bs-wizard > .-bs-wizard-step .-bs-wizard-stepnum {
    color: #595959;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}
.-bs-wizard > .-bs-wizard-step .-bs-wizard-info {
    color: #999;
    font-size: 14px;
}
.-bs-wizard > .-bs-wizard-step > .-bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #99d4ff;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}
.-bs-wizard > .-bs-wizard-step > .-bs-wizard-dot:after {
    content: " ";
    width: 14px;
    height: 14px;
    background: #008ff7;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.-bs-wizard > .-bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}
.-bs-wizard > .-bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #99d4ff;
}
.-bs-wizard > .-bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}
.-bs-wizard > .-bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}
.-bs-wizard > .-bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}
.-bs-wizard > .-bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}
.-bs-wizard > .-bs-wizard-step.disabled > .-bs-wizard-dot {
    background-color: #f5f5f5;
}
.-bs-wizard > .-bs-wizard-step.disabled > .-bs-wizard-dot:after {
    opacity: 0.6;
    background-color: #c1bebe;
}
.-bs-wizard > .-bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.-bs-wizard > .-bs-wizard-step:last-child > .progress {
    width: 50%;
}
.-bs-wizard > .-bs-wizard-step.disabled a.-bs-wizard-dot {
    pointer-events: none;
}

/* CHECKBOX LOADER */
.-checkbox-loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #008ff7;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

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

.-no-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80%;
    width: 100%;
}
.-no-content .-img-vector {
    height: 50%;
}
.-no-content .-spn-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.-no-content .-spn-desc {
    font-size: 14px;
    font-weight: 400;
}
/* PAGE LOADER */
.-page-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.-page-loader .-spn-text {
    font-size: 20px;
    font-weight: 600;
}
.-sk-circle {
    margin: 20px auto;
    width: 50px;
    height: 50px;
    position: relative;
}
.-sk-circle .-sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.-sk-circle .-sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: -sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: -sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.-sk-circle .-sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #000000;
    border-radius: 100%;
    -webkit-animation: -sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: -sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.-sk-circle .-sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.-sk-circle .-sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.-sk-circle .-sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.-sk-circle .-sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.-sk-circle .-sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.-sk-circle .-sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.-sk-circle .-sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.-sk-circle .-sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.-sk-circle .-sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.-sk-circle .-sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.-sk-circle .-sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.-sk-circle .-sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.-sk-circle .-sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.-sk-circle .-sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.-sk-circle .-sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.-sk-circle .-sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.-sk-circle .-sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.-sk-circle .-sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.-sk-circle .-sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.-sk-circle .-sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.-sk-circle .-sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.-sk-circle .-sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes -sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes -sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

span.select2-selection.-select2-danger,
span.select2-selection.-select2-danger,
span.select2-selection__rendered.-select2-danger {
    background: #fff6f6 !important;
    border-color: #e0b4b4 !important;
    color: #9f3a38 !important;
}

span.select2-selection.-select2-default,
span.select2-selection {
    background-color: #f1f3f4 !important;
    border: 1px solid #f1f3f4 !important;
    color: #48547c !important;
    min-height: 38px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 10px;
}

.select2-selection.select2-selection--multiple input.select2-search__field {
    margin-top: 10px;
    width: 150px !important;
}

.select2-container .select2-selection--single {
    min-height: 38px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: 4px;
}

.select2-container .select2-selection--multiple {
    min-height: 45px;
}

div.v-spinner {
    margin: 100px auto !important;
    text-align: center !important;
}

select.-w100p {
    width: 100% !important;
}

span.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 6px;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal;
}

.-flex-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.-btn-close {
    border-radius: 50%;
    cursor: pointer !important;
    position: fixed;
    top: 20px !important;
    right: 20px !important;
    z-index: 999;
}

.-btn-round {
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    padding-left: 9.5px !important;
    padding-right: 10px !important;
    padding-top: 7.5px !important;
    margin-right: 0px;
}

.-mb0 {
    margin-bottom: 0px !important;
}

.-mt0 {
    margin-top: 0px !important;
}

.-ml0 {
    margin-left: 0px !important;
}

.-mr0 {
    margin-right: 0px !important;
}

.-row-container .-filter {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
}

div.calendar_default_corner {
    background: #f3f3f3;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 59px !important;
    height: 29px !important;
}

.calendar_default_corner > div {
    display: none;
    background: #f3f3f3;
}
.-mid-v-align {
    vertical-align: middle !important;
}
.-top-v-align {
    vertical-align: top !important;
}
.btn-close {
    border-radius: 50%;
    cursor: pointer !important;
    position: fixed;
    top: 20px !important;
    right: 20px !important;
}

.vue-Message-Detail {
    font-family: Arial !important;
}

.-ul-schedule-items {
    display: block;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-inline-start: 0px;
}

.-mt-10 {
    margin-top: -10px;
}

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

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

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

.-modal-left-image.-img-vector.-schedule-custom {
    position: fixed;
    left: 0px;
    height: 500px;
    top: 200px;
    width: auto;
}

.-modal-btn-close.-schedule-custom {
    border-radius: 50%;
    cursor: pointer !important;
    position: fixed;
    top: 0 !important;
    right: 20px !important;
    z-index: 999;
}

.modal.-full .modal-content.-full-content.-schedule-custom {
    position: absolute;
    right: 0;
    left: 500px;
    top: -20px;
}

.-btn-override.-schedule-custom {
    position: relative;
    margin-top: -50px;
    float: right;
}

.modal-content.-full-content.-with-left-image {
    left: 400px;
    position: absolute;
    right: 0px;
    top: -20px;
}

.-color-tag {
    width: 15px;
    height: 15px;
    margin: auto;
}

.-fa-sub-icon {
    font-size: 40px;
    /* margin-right: 40px; */
    margin-left: 10px;
}

.-menu-item:hover,
.-menu-item:hover * {
    color: #337ab7;
}

/* switch + sliders */
.btn-switch {
    width: 50px;
    padding: 5px 2px;
    vertical-align: middle;
    text-align: center;
    background-color: #f1f1f1;
}
.btn-switch .switch {
    width: 80%;
    height: 80%;
    margin: auto;
}
.btn-switch:hover {
    background-color: #f1f1f1 !important;
}
.btn-switch .slider:before {
    height: 80%;
    width: 40%;
    top: 0;
    bottom: 0;
    left: 4%;
    margin: auto;
}
.btn-switch input:checked + .slider:before {
    -webkit-transform: translateX(126%);
    -ms-transform: translateX(126%);
    transform: translateX(126%);
}
.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on,
.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*--------- END Rounded sliders --------*/

.switch-sm {
    width: 70px;
    height: 26px;
}
.switch-sm .slider:before {
    height: 12px;
    width: 12px;
    left: 6px;
    bottom: 7px;
}

.switch-sm .slider.round {
    border-radius: 16px;
}

.switch-sm .slider.round:before {
    border-radius: 50%;
}

.switch-sm input:checked + .slider:before {
    -webkit-transform: translateX(47px);
    -ms-transform: translateX(47px);
    transform: translateX(47px);
}

.switch-sm .on,
.off {
    font-size: 8px;
}

.switch-lg {
    width: 150px;
    height: 26px;
}

.switch-lg input:checked + .slider:before {
    -webkit-transform: translateX(117px);
    -ms-transform: translateX(117px);
    transform: translateX(117px);
}

.switch-long {
    width: 120px !important;
    height: 28px !important;
}

.switch-long input:checked + .slider:before {
    -webkit-transform: translateX(85px);
    -ms-transform: translateX(85px);
    transform: translateX(85px);
}

.switch-long .slider:before {
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
}

.switch-long .slider.round {
    border-radius: 16px;
    width: 114px;
}

.switch-long .slider.round:before {
    border-radius: 50%;
}

.switch-long .on,
.off {
    top: 53%;
    font-size: 8px !important;
}

/*--------- END size sliders --------*/
.-menu-item-caret {
    margin-top: -20px;
}

.-priv-container .panel-collapse {
    padding-left: 50px;
}

.-full-content .btn.btn-danger.pull-right {
    border-radius: 50%;
}

input[type="text"]:disabled {
    background-color: #efebeb;
}

.-tbl-sum {
    background-color: #ddd;
}

.dropdown.-user-option .dropdown-menu.-drop-menu {
    right: 0px;
    left: auto;
}

.dropdown.-user-option {
    height: 100%;
}

.dropdown.-user-option .-btn-nn.-btn-profile.dropdown-toggle {
    margin-top: 3px;
}

.-main-content .-navbar-container {
    padding-right: 20px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: white !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

figure.-user-image {
    border-radius: 50%;
}

figure.-user-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}

a.disabled:hover,
button[disabled],
html input[disabled],
select[disabled] {
    cursor: not-allowed;
}

a:hover,
button:hover {
    text-decoration: none !important;
    cursor: pointer;
}

a.-btn-default:hover,
button.-btn-default:hover,
a.btn-default:hover,
button.btn-default:hover {
    color: #000 !important;
}

.-success {
    color: #21ba45 !important;
}

.-danger {
    color: #d03034 !important;
}

.-input-default *,
.-input-default.el-range-editor {
    background: #f1f3f4 !important;
    background-color: #f1f3f4 !important;
    color: #000 !important;
}

.-el-date-picker.-sm {
    height: 30px;
    min-height: 38px;
}

.canvasjs-chart-credit {
    display: none !important;
}

.-checkbox-container.-center {
    padding-left: 0px !important;
}

.-checkbox-container.-center .-checkmark {
    left: 40% !important;
}

.-bold {
    font-weight: 700;
}

.-bold-req {
    font-weight: 700 !important;
}

.-con-border {
    border: 1px solid #ccc;
}

.btn-guide {
    background-color: white !important;
}

.btn-guide:hover,
.btn-guide:focus,
.btn-guide.focus {
    color: black !important;
}

.hover-th {
    cursor: pointer !important;
}
.hover-th label {
    cursor: pointer !important;
}
table .hover-th:hover {
    background-color: #0286e6 !important;
}

.-tbl-no-last-child > thead > tr > th:last-child {
    width: auto !important;
}

.-tbl-no-last-child > tbody > tr > td:last-child {
    width: auto !important;
}

.btn-add-rem {
    font-size: 9px;
    width: 25px;
    height: 18px;
    padding: 0px;
}
.fee-disable {
    color: #b7b7b7;
}
.btn-fee-action {
    /*width: 45px;*/
    /*height: 30px;*/
    padding: 0px 10px;
    font-size: 20px;
}
.btn-fee-action label {
    margin: 0px;
}

.scr-txt-area {
    min-height: 120px !important;
    resize: vertical;
}

.adm-img-prev {
    position: relative;
    height: 100%;
}

.adm-img-prev figure {
    height: 100%;
}
.adm-img-prev figure div {
    height: 100%;
}
.adm-img-prev figure img {
    object-fit: cover !important;
}

.adm-img-upload-prev {
    position: relative;
}
.adm-img-prev button,
.adm-img-upload-prev button {
    display: none;
}

.adm-img-prev:hover .btn-remove {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: 94%;
}

.adm-img-prev:hover .btn-save {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    width: 94%;
}

.adm-img-upload-prev:hover .btn-upload {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: 94%;
}

.upload-plus {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    width: 25px;
    font-size: 25px;
    margin: auto;
    padding: 0px;
    opacity: 0.5;
}

@media screen and (max-width: 799px) {
    /* WELL */
    .-well-body {
        padding: 10px;
    }

    .stud-permit .-btn-sm {
        font-size: 12px;
    }
}
