
:root {
    --green: #77c257;
    --darker-green: #5a993e;
    --darker-cyan: #258392;
    --dark-green: #3f6031;
    --green-text: #5da73b;
}

html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
* {
    -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit;
    -webkit-touch-callout:none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust:none;             /* prevent webkit from resizing text to fit */
    -webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
    box-sizing: border-box;
}
input:focus, input.form-control:focus,
select:focus, select.form-control:focus,
textarea:focus, textarea.form-control:focus,
button:focus, button.form-control:focus {
    outline: none;
    border-color: #aaa;
    box-shadow: none;
}
*:focus, *:active {
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
button:disabled {
    cursor: not-allowed;
}

* {
    box-sizing: border-box;
}

.no-select, .no-select * {
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body {
    font-family:  'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    -webkit-font-smoothing: auto;
    overflow-x: hidden;
    margin: 0;
}
main-content, app {
    position: initial;
    -webkit-overflow-scrolling: touch;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: var(--darker-green);
}
a, a:visited, a:active, a:focus, a:hover { 
    text-decoration: none; 
    color: var(--dark-green);
} 
a { 
    padding: 10px;
}
br:after {
    content: '';
    display: table;
    clear: both;
}
h2 a {
    padding: 0px;
}
input { 
    padding: 5px;
    font-size: 0.9em;
}
ul.list {
    padding-left: 0;
}
ul.list li {
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
ul.list li span {
    word-break: break-all;
    display: inline-block;
}
ul.list li small {
    color: #aaa;
    display: block;
}
ul.list li:nth-child(odd) {
    background-color: #f3f3f3;
}
ul.list li:nth-child(even) {
    background-color: #ffffff;
}
.btn {
    min-width: 120px;
    font-size: 1em;
    border: 0;
}
.btn-sm {
    min-width: auto;
    font-size: 0.9em;
    padding: 8px 10px;
    line-height: 14px;
}
.btn-primary {
    background-color: var(--cyan);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--darker-cyan);
}
.btn-success {
    background-color: var(--darker-green);
    border: 0;
}
.btn-success:hover, .btn-success:active, .btn-success:not(:disabled):not(.disabled):active {
    background-color: #2e6b37;
}
.btn:disabled, .btn:disabled:hover {
    background-color: #aaa;
    border-color: #aaa;
    cursor: not-allowed;
}
.margin-btm-20 {
    margin-bottom: 20px;
}
.card {
    color: #666;
    border-radius: 10px;
}
ul.profile-detail {
    padding-left:0;
    display: block;
    font-size: 0.9em;
}
ul.profile-detail li { 
    list-style: none;
    padding:0;
    display: block;
}







/* ====================================== TABLE ====================================== */

table {
    table-layout: fixed;
    border-collapse: collapse;
}
table td, table th {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.table th {
    background-color: #2b3f53;
    color: #FFF;
}
.table td, .table th {
    padding: 10px;
    vertical-align: middle;
}
.table-sm td {
    padding: 5px;
}
.table a {
    color: var(--darker-green);
    font-weight: bold;
}
.table th:nth-child(1), .table td:nth-child(1) {
    width: 60px !important;
    max-width: 60px !important;
    text-align: center;
}
table tr.is_new td {
    background-color: #ffeb0045;
}


.card-body {
    margin-bottom: 10px;
}
.card-body-2 {
    padding: 30px;
}
.max-width {
    width: 100%;
}
.action-col {
    text-align:center;
    min-width:120px;
    width:120px;
}




/* ====================================== GALLEY ====================================== */
li.sortable-placeholder {
    border: 1px dashed #aaa;
    background: none;
    margin: 10px 10px 0 0;
    width: 160px;
    height: 150px;
    display: inline-block;
    vertical-align: top;
}
ul.sortable {
    -webkit-padding-start: 0px;
    padding:5px;
}
.gallery {
    width:160px;
    height:160px;
    overflow:hidden;
    border:5px solid #FFFFFF;
    box-shadow:0px 0px 4px 2px #00000035;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-user-drag: element;
    cursor: -webkit-grab;
}
.gallery img.gallery-img {
    width:100%;
    height:100%;
    object-fit:cover;
    user-select: none;
    -webkit-user-drag: none;
}
.gallery img.gallery-close {
    position: absolute;
    opacity: 0.4;
    cursor: pointer;
}
.gallery img.gallery-close:hover, .doc-thumb img.doc-close:hover {
    opacity: 1;
}

.thumb {
    width:115px;
    height:115px;
    overflow:hidden;
    border:5px solid #FFFFFF;
    box-shadow:0px 0px 4px 2px #00000035;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-user-drag: element;
    cursor: -webkit-grab;
}
.thumb img.thumb-img {
    width:100%;
    height:100%;
    object-fit:cover;
    user-select: none;
    -webkit-user-drag: none;
}
.thumb img.thumb-close {
    position: absolute;
    opacity: 0.4;
    cursor: pointer;
}
.thumb img.thumb-close:hover {
    opacity: 1;
}




/* ====================================== PROFILE ====================================== */

.profile-thumb {
    width:180px;
    height:180px;
    overflow:hidden;
    border:5px solid #FFFFFF;
    box-shadow:0px 0px 4px #aaa;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
}
.profile-thumb img.profile-close {
    position: absolute;
    opacity: 0.4;
    cursor: pointer;
}
.profile-thumb-sm {
    width:140px;
    height:140px;
}
.profile-thumb img.profile-img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.card.profile {
    margin: 100px auto;
}
.card.profile .profile-thumb {
    margin-top: -100px;
}
.doc-wrapper {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    width:120px;
    height:100px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    margin-bottom: 70px;
    line-height: 18px;
    font-size: 90%;
}
.doc-thumb {
    width:100%;
    height:100%;
    overflow:hidden;
    position: relative;
}
.doc-thumb img.doc-close {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.doc-thumb-sm {
    width:140px;
    height:140px;
}
.doc-thumb img.doc-img {
    width:100%;
    height:100%;
    object-fit: contain;
    opacity: 0.4;
}
.doc-wrapper span.doc-name {
    font-size: 0.9em;
    margin-top: 10px;
    display: block;
}
.doc-wrapper:hover .doc-img {
    opacity: 0.6;
}
.doc-wrapper:hover .doc-close {
    opacity: 0.8;
}
.grey {
    color: #666;
}
.max-500 {
    width: auto;
    max-width: 500px;
    margin-bottom: 20px;
}
.max-600 {
    width: auto;
    max-width: 600px;
    margin-bottom: 20px;
}
.max-700 {
    width: auto;
    max-width: 700px;
    margin-bottom: 20px;
}
.max-900 {
    width: auto;
    max-width: 900px;
    margin-bottom: 20px;
}
.padding-10 {
    padding: 10px;
}
.dropzone {
    border: 2px dashed #ccc;
}
.border-right-null {
    border-right: 0;
}
.btn-navigation button {
    width: 40px;
}
.created-by {
    font-size: small;
    color: #aaa;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}


.loader-wrapper {
    position: fixed;
    z-index:20000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0;
}
.loader-wrapper.logged-in {
    left: 220px;
}
.loader-wrapper .loader  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    opacity: 0.7;
}
.fetching {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    z-index: 20000;
}
.loader-wrapper .loader img, .fetching img {
    width: 100%;
    height: 100%;
    -webkit-animation:spin 0.8s linear infinite;
    -moz-animation:spin 0.8s linear infinite;
    animation:spin 0.8s linear infinite; 
}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@keyframes spin { 100% { transform: rotate(360deg); transform:rotate(360deg); } }



.bg-green {
    background: #1ABB9C!important;
    border: 1px solid #1ABB9C!important;
    color: #fff;
}
ul.list-unstyled {
    width: 80%;
}
ul.list-unstyled li p {
    font-size: 0.8em;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #999;
}
.progress {
    height: 0.7rem;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #dedddd3d;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.service-level-price {
    position: relative;
    background-color: #eceff1;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fc-unthemed td {
    border-color: #bbb;
}
.fc-unthemed .fc-content {
    padding: 3px;
}
.fc-event {
    border: 0;
}
.fc-event, .fc-event-dot {
    background-color: #3aada2;
}
.fc-event-container a, .fc-event-container a:visited {
    color: #FFF;
}
#loading_cal {
    position: absolute;
    top: -5px;
    left: 160px;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.6s linear infinite;
    -moz-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
}
.device-logo {
    height: 20px;
}






/* ====================================== PILL ====================================== */

.pill {
    padding: 5px 8px;
    color: #FFF;
    font-size: 0.8em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.pill-Done, .cal-Done, .pill-Complete, .pill-Completed, .pill-Archived, .pill-Published, .pill-Upcoming {
    background-color: var(--darker-green);
}
.pill-Active, .pill-Confirmed, .pill-In-Progress, .pill-Open, .pill-Ongoing, .pill-Live {
    background-color: #26B99A;
}
.pill-Inactive, .pill-Ended {
    background-color: #aaa;
}
.pill-Pending, .pill-Draft {
    background-color: #eab042;
}
.pill-Canceled, .pill-New, .pill-Rejected, .pill-Reject, .pill-Expired, .pill-Unpublished, .pill-No-Show {
    background-color: #DC3542;
}
.tile_count {
    font-size: 150%;
    padding: 10px 30px 30px 30px;
    background-color: #e9ecef;
}
.tile_count .tile_stats_count .count {
    line-height: 47px;
    font-weight: 600;
    font-size: 45px;
    color: var(--darker-green);
    margin-bottom: -10px;
}
.tile_count .tile_stats_count span {
    font-size: 13px;
}

.items {
    position: relative;
    background-color: #eceff1;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.item-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 0.4;
}
.item-close:hover {
    opacity: 1;
}
.card-detail {
    font-weight: 700;
    color: var(--darker-green);
    margin-top: -15px;
    font-size: 1.2em;
}
.modal-footer {
    display: block;
}
.modal-body {
    margin: 20px;
    padding-bottom: 0;
}
.modal-success h3 {
    color: #56ab99;
}
.modal-error h2 {
    color: #c76a6a;
}
.ui-timepicker-list li {
    padding: 4px 0 4px 12px;
    font-size: 0.9em;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}
.no-data {
    padding: 30px;
    margin: 50px auto;
    color: #ccc;
    width: 200px;
    text-align: center;
}
.no-data h1, .no-data h3 {
    color: #ccc;
}
.no-data h1 {
    font-size: 6em;
}
.no-data h3 {
    font-size: 2em;
}
input.address {
    margin-bottom: 5px;
}
input.form-control::placeholder {
    color: #ccc;
    opacity: 1;
}
input.form-control::-ms-input-placeholder {
    color: #ccc;
}
input.form-control:disabled, textarea.form-control:disabled, .form-control[readonly] {
    background-color: #f5f5f5;
}
input.form-control {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}







/* ====================================== NAV ====================================== */

.nav-wrapper { 
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 220px;
    background-color: #2A3F54;
    color: #FFF;
    z-index: 1001;
    overflow: hidden;
}
.nav-wrapper-small {
    width: 60px;
}
.nav-wrapper-small .nav-holder .greeting .nav-profile-thumb {
    width: 40px;
    height: 40px;
}
.nav-wrapper-small .nav-holder .nav li a span,
.nav-wrapper-small .nav-holder .nav li a i.fa-chevron-down,
.nav-wrapper-small .nav-holder .nav li.active a span,
.nav-wrapper-small .nav-holder .nav li .child-wrapper ul.nav-child li a span,
.nav-wrapper-small .nav-holder .nav li .child-wrapper ul.nav-child li.active a span {
    display: none;  
}
.nav-wrapper-small .nav-holder .nav li a i,
.nav-wrapper-small .nav-holder .nav li.active a i,
.nav-wrapper-small .nav-holder .nav li .child-wrapper ul.nav-child li a i,
.nav-wrapper-small .nav-holder .nav li .child-wrapper ul.nav-child li.active a i {
    font-size: 1.4em;
}
.nav-wrapper-small .nav-holder .nav li .child-wrapper ul.nav-child {
    /*margin-left: -15px;*/
}
.nav-wrapper.nav-wrapper-small ul.nav li a i.fa-chevron-down, .nav-wrapper.nav-wrapper-small ul.nav li a i.fa-chevron-up {
    display: none;
}
.nav-wrapper.nav-wrapper-small .dropdown {
    display: none;
}
.nav-holder {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.nav-holder::-webkit-scrollbar { 
    display: none;
}
navs {
    display: block;
}

ul.nav {
    padding-left:0;
    display: block;
    margin-bottom: 20px;
}
ul.nav li { 
    list-style: none;
    padding:0;
    display: block;
}
ul.nav li.active a {
    background-color: #44596d;
    color:#FFF;
    border-right: 4px solid #ccc;
}
ul.nav li a {
    padding-left:20px;
    color:#ccc;
    font-size: 1em;
    display: block;
}
ul.nav li a .icon-wrapper {
    display: inline-block;
    width: 20px;
    text-align: left;
}
.nav li a i.right {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
} 
ul.nav li a:hover {
    background-color: #36495c;
} 
ul.nav li a:active {
    background-color: #44596d;
}
.child-wrapper {
    height: 0px;
    overflow: hidden;
    transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
}
ul.nav-child { 
    padding-left: 0;
}
ul.nav-child li a {
    background-color: #202f40;
    color:#ccc;
    font-size: 0.9em;
}

.greeting {
    margin-top: 20px;
    color: #ccc;
    cursor: pointer;
}
.greeting:hover {
    color: #ddd;
}
.nav-profile-thumb {
    width:80px;
    height:80px;
    margin-bottom: 15px;
    overflow:hidden;
    border:3px solid #FFFFFF;
    box-shadow:0px 0px 4px #aaa;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
}
.nav-profile-thumb img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.nav-wrapper-small .nav-holder .greeting .nav-profile-thumb {
    width: 40px;
    height: 40px;
}





.content-wrapper { 
    position: absolute;
    background-color: #f7f7f7;
    left: 220px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 15px;
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
}
.content-wrapper-small {
    left: 60px;
}
#content {
    min-height: 400px;
    margin-bottom: 40px;
}
.content-footer {
    border-top: 1px solid #ccc;
    text-align: center;
    color: #aaa;
    padding: 40px;
    font-size: 0.8em;
}
.content-top-bar {
    background-color: #EDEDED;
    border-bottom: 1px solid #D9DEE4;
    padding: 15px 30px;
    margin: -15px;
    margin-bottom: 15px;
    position: sticky;
    top: -15px;
    z-index: 1000;
}
.burger {
    display: none;
    margin-right: 15px;
}
.content-top-bar i.bars, .content-top-bar i.fa-sign-out {
    font-size: 1.6em;
    cursor: pointer;
    color: var(--darker-green);
}
.hide {
    display: none;
}
.left-0 {
    left: 0px;
}
.container {
    width: 100% !important;
    max-width: 100% !important;
}
.float-right {
    float: right;
}
.breadcrumb a {
    padding: 0;
}


.btn-close-mobile {
    position: absolute;
    font-size: 1.6em;
    color:#DDD;
    right: 20px;
    top: 10px;
    display: none;
}
.chevron {
    color: #666;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #eee;
}
.switch-wrapper {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}







/* ====================================== CENTER ====================================== */
center.form-submit {
    display: block;
}
center.form-submit button.btn {
    width: initial;
}
center.form-submit button.btn:first {
    /*margin-right: 5px;*/
}
center.form-submit button.btn:nth(2) {
    /*margin-left: 5px;*/
}



/* ====================================== NOTICE ====================================== */
.ska-info {
    padding: 10px 15px;
    font-size: 0.8em;
    color: #666;
    background-color: #f1f1f1;
    position: relative;
    margin: 0 auto 10px auto;
    padding-right: 25px;
}
.ska-error {
    padding: 10px 15px;
    font-size: 0.8em;
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    margin: 0 auto 10px auto;
    padding-right: 25px;
}
.ska-warning {
    padding: 10px 15px;
    font-size: 0.8em;
    color: #856404;
    background-color: #fff3cd;
    position: relative;
    margin: 0 auto 10px auto;
    padding-right: 25px;
}
.ska-warning .btn-sm {
    padding: 3px;
    line-height: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}



/* ====================================== SWITCH ====================================== */
.ska-switch {
    display: inline-block;
    padding: 5px 0;
    cursor: pointer;
    position: relative;
}
.ska-switch.disabled {
    cursor: not-allowed;
}
.ska-switch .switch-track {
    width: 40px;
    height: 15px;
    background-color: #c7c7c7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
}
.ska-switch .switch-knob {
    width: 20px;
    height: 20px;
    background-color: #F1F1F1;
    margin-top: -17px;
    margin-left: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 2px 2px #00000035;
    transition: margin-left 0.2s, background-color 0.2s;
    -webkit-transition: margin-left 0.2s, background-color 0.2s;
    -moz-transition: margin-left 0.2s, background-color 0.2s;
    -o-transition: margin-left 0.2s, background-color 0.2s;
}
.ska-switch.on .switch-track {
    background-color: #9ad2cd;
}
.ska-switch.on .switch-knob {
    background-color: #009688;
    margin-left: 20px;
}



/* ====================================== AUTO COMPLETE ====================================== */
.auto-complete {
    position: absolute;
    background-color: #FFF;
    border: 1px solid #ccc;
    z-index: 100;
    margin-top: -1px;
    box-shadow: 0px 10px 14px 1px #00000035;
    color: #293e56;
    height: auto;
    max-height: 300px;
    overflow-x: auto;
}
.auto-complete ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}
.auto-complete ul li {
    padding: 0 15px;
    line-height: 36px;
    font-size: 0.9em;
}
.auto-complete ul li:hover, .auto-complete ul li:focus, .auto-complete ul li.selected {
    background-color: #e5ebf1;
    cursor: pointer;
}
.auto-complete ul li .auto-complete-small {
    font-size: 0.8em;
    color: #aaa;
}
i.search-remove {
    cursor: pointer;
    position: absolute;
    margin: 12px;
    right: 40px;
    font-size: 1.2em;
    z-index: 10;
}
button {
    cursor: pointer;
    font-family: 'Open Sans';
}
p.title {
    font-size: 1.2em;
    font-weight: bold;
}
.toast {
    margin: 20px;
    font-size: 1rem;
    width: auto;
    height: auto;
    right: 0px;
    top: -200px;
    padding: 20px;
    color: #FFF;
    position: fixed;
    z-index: 10000;
    transition: top 0.3s;
    -webkit-transition: top 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}
.toast-success {
    background-color: #6DB96D;
}
.toast-show {
    top: 53px;
}
.toast-error {
    background-color: #e8473a;
}
.form-error-message {
    color: red;
    font-size: 0.9em;
    display: block;
    margin-top: 5px;
}
.input-error, .input-error:focus, .input-error:active {
    border-top-color: red !important;
    border-right-color: red !important;
    border-bottom-color: red !important;
    border-left-color: red !important;
}
label {
    cursor: pointer;
    font-weight: bold;
}
label.radio-inline radio {
    margin-left: 15px;
}
.checkbox label {
    font-weight: normal;
}

.serial-no {
    font-size: 1.25em;
    color: #999;
}
.form-check {
    padding-left: 0px;
}
.product-description {
    margin-top:30px;
    font-size:0.9em;
    color: #999;
}
.chosen-disabled {
    opacity: 0.8 !important;
}



/* ====================================== DATE PICKER ====================================== */
.datepicker {
    font-size: 0.9em;
    padding: 6px 12px;
}
.datepicker table tr td.disabled {
    cursor: not-allowed;
    background-color: #f1f1f1;
}
.datepicker table tr td.disabled:hover {
    cursor: not-allowed;
    background-color: #f1f1f1;
}
.datepicker.dropdown-menu {
    box-shadow: 0px 0px 16px 2px #00000033;
}
.datepicker td, .datepicker th {
    padding: 6px 10px;
}



/* ====================================== SKA TIMEPICKER ====================================== */
div.ska-timepicker {
    position: absolute;
    width: auto;
    max-height: 250px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 12px 1px #00000035;
    overflow-x: auto;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
}
div.ska-timepicker ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
div.ska-timepicker ul li {
    padding: 0;
    padding-left: 15px;
    line-height: 34px;
    cursor: pointer;
    font-size: 0.9em;
}
div.ska-timepicker ul li.selected, div.ska-timepicker ul li.touchstart, div.ska-timepicker ul li:hover,
div.ska-timepicker ul li:active, div.ska-timepicker ul li:focus {
    background-color: #e5ebf1;
}
div.ska-timepicker.open {
    display: block;
}





/* ====================================== SKA SELECT ====================================== */
select {
    display: none;
}
div.ska-select {
    position: relative;
    user-select: none;
    text-align: left;
}
button.ska-select-btn {
    padding: 0 30px 0 20px;
    line-height: 35px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    width: 100%;
    border: 1px solid #ccc;
    text-align: left;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    border-radius: 4px;
    margin-bottom: 0px;
}
div.ska-select.select-sm button.ska-select-btn {
    line-height: 36px;
    font-size: 13px;
    min-height: 30px;
}
button.ska-select-btn:hover, button.ska-select-btn:active {
    background-color: #F1F1F1;
    border: 1px solid #aaa;
}
button.ska-select-btn.disabled, button.ska-select-btn:disabled {
    background-color: #F5F5F5 !important;
    border: 1px solid #CCC;
    color: #999;
    cursor: not-allowed;
}
button.ska-select-btn.disabled:hover {
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    color: #999;
}
button.ska-select-btn i.fa.fa-chevron-down, button.ska-select-btn i.fa.fa-chevron-up {
    position: absolute;
    right: 15px;
    line-height: inherit;
    color: #aaa;
}
button.ska-select-btn.disabled i.fa.fa-chevron-down, button.ska-select-btn.disabled i.fa.fa-chevron-up {
    color: #bbb;
}
button.ska-select-btn i.fa.fa-chevron-up {
    display: none;
}
div.ska-select-opt-wrapper {
    position: absolute;
    width: auto;
    max-height: 300px;
    right: 0px;
    left: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 12px 1px #00000035;
    overflow-x: auto;
    z-index: 15;
    -webkit-overflow-scrolling: touch;
}
ul.ska-select-opt {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
ul.ska-select-opt li i.fa.fa-check {
    position: absolute;
    font-size: 15px;
    margin-top: : 5px;
    color: #aaa;
    right: -25px;
}
ul.ska-select-opt li {
    line-height: 20px;
    padding: 8px 20px;
    display: list-item;
    user-select: none;
    font-size: inherit;
    font-weight: normal;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
ul.ska-select-opt li:hover, ul.ska-select-opt li:focus, ul.ska-select-opt li.touchstart, ul.ska-select-opt li:active, ul.ska-select-opt li.selected {
    background-color: #e5ebf1;
    outline: none;
}
ul.ska-select-opt li.selected {
    cursor: default;
}
ul.ska-select-opt li.saparator {
    height: 0px;
    border-bottom: 3px solid #ddd;
    overflow: hidden;
}
ul.ska-select-opt.multiple li.selected {
    background-color: #F1F1F1;
    font-weight: bold;
    cursor: pointer;
}
ul.ska-select-opt li.selected i.fa.fa-check {
    right: 15px;
    line-height: inherit;
}
ul.ska-select-opt li.disabled {
    background-color: #F9F9F9;
    color: #ccc;
    cursor: not-allowed;
}
div.ska-select.open div.ska-select-opt-wrapper {
    display: block;
}
div.ska-select.open button.ska-select-btn i.fa.fa-chevron-up {
    display: inline-block;
}
div.ska-select.open button.ska-select-btn i.fa.fa-chevron-down {
    display: none;
}
div.ska-select.open button.ska-select-btn {
    background-color: #F1F1F1;
    border-color: #ccc;
    z-index: 10;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ska-select-opt-wrapper .ska-input {
    margin: 10px auto;
    padding: 5px 8px;
    width: calc(100% - 24px);
    display: block;
}



/*------------------------------------ SKA INOUT ----------------------------------------*/
input.ska-input,
textarea.ska-input {
    width: 100%;
    padding: 6px 15px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    text-align: left;
    transition: border-color 0.2s;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
}


/*------------------------------------ TOOLTIP ----------------------------------------*/
.ska-tooltips {
    position: absolute;
    background-color: #000;
    color: #FFF;
    max-width: 250px;
    padding: 4px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(0, -110%);
    z-index: 2000;
}
.ska-tooltips.show {
    opacity: 1;
}
.ska-tooltips .tooltip-content {
    margin-top: 1px;
    margin-bottom: -1px;
}
.ska-tooltips-arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #000;
    left: 50%;
    transform: translate(-50%, -10%) rotate(45deg);
}
.ska-tooltips-arrow.tooltip-bottom {
    top: -3px;
}





/* ====================================== CHECKBOX ====================================== */
.checkbox {
    padding-top:10px;
}
.checkbox label {
    user-select: none;
}
.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #999;
  width: 1.5em;
  height: 1.5em;
  float: left;
  margin-right: .5em;
  background-color: #fff;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 1.2em;
  line-height: 0;
  top: 50%;
  left: 0%;
}
.checkbox label input[type="checkbox"] {
  display: none;
}
.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}
.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}
.pswp__caption__center {
    text-align: center;
}
.ska-select-opt-wrapper input {
    margin: 10px auto;
    padding: 5px 8px;
    width: 90%;
    display: block;
}
.form-control {
    font-size: 15px;
}


.maxw-3200 {
    max-width: 200px;
}
.maxw-250 {
    max-width: 250px;
}
.maxw-300 {
    max-width: 300px;
}
.maxw-350 {
    max-width: 350px;
}



/* ====================================== TABS ====================================== */
.tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
    border-bottom: 1px solid #aaa;
    list-style: none;
}
.tabs li {
    margin-right: 5px;
    margin-bottom: -2px;
}
.tabs li a {
    display: inline-block;
    padding: 8px 15px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: background-color 0.2s;
    margin-bottom: 1px;
}
.tabs li a.active {
    color: var(--darker-green);
    font-weight: bold;
    border-color: var(--darker-green);
    border-bottom: 2px solid #f7f7f7;
}
.tabs li a:hover {
    background-color: #e1e1e1;
}



/* ====================================== CK EDITOR ====================================== */
.ck-media__wrapper {
    width: 100%;
}
.ck-editor__editable {
    height: auto;
    min-height: 300px;
}
.ck-editor__editable.ck-editor__nested-editable {
    min-height: 0px;
}




/* ========================================== MOBILE 950px ========================================== */
/* ========================================== MOBILE 950px ========================================== */
/* ========================================== MOBILE 950px ========================================== */

@media only screen and (max-width: 950px) {
    .loader-wrapper.logged-in {
        left: 0;
    }
    .btn-close-mobile {
        display: block;
    }
    ul.nav li a span {
        margin-left: 10px;
    }
    ul.nav li a, ul.nav-child li a, .greeting {
        font-size: 1em;
    }
    ul.nav li a:hover {
        background-color: #2A3F54;
    }
    ul.nav li a:active {
        background-color: #44596d;
    }
    ul.nav li a {
        padding: 15px 20px;
        font-size: 1.2em;
    }
    .switch-wrapper {
        margin-left: 15px;
    }


    ul.list li, ul.list li span {
        display: block !important;
        width: 100% !important;
    }
    .container {
        padding: 0;
    }
    .col {
        flex-basis: auto;
    }
    .max-500, .max-600, .max-700 {
        max-width: none;
    }
    .btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .btn-sm {
        width: auto;
        margin-bottom: 0;
    }
    .datepicker.dropdown-menu {
        font-size: 1em;
    }
    .btn {
        padding: 8px;
        font-size: 1em;
    }
    .card-body-2 {
        padding: 15px;
    }
    .product-description {
        margin-top: 0;
    }
    .content-top-bar {
        padding: 15px;
        z-index: 10;
    }


    .nav-wrapper {
        left: -1500px;
        width: 100%;
    }
    .nav-holder {
        right: 0px;
    }
    .content-wrapper { 
        left: 0px;
    }
    .burger {
        display: inline-block;
    }
    .burger-desktop {
        display: none;
    }
    .nav-wrapper-show {
        left: 0px;
        right: 0px;
    }
    .hide {
        display: none;
    }
}


/* ========================================== MOBILE 360px ========================================== */

@media only screen and (max-width: 360px) {
    .gallery {
        width:110px;
        height:110px;
        margin-right: 14px;
        margin-bottom: 14px;
    }
    .dropzone {
        min-height: 100px;
    }
    .dropzone .dz-message {
        margin: 1em 0;
    }
    .datepicker {
        font-size: 0.9em;
        padding: 6px 10px;
    }
}





