﻿input[type=number].NoArrows::-webkit-inner-spin-button,
input[type=number].NoArrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

html, body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    /*font-weight: 300;*/
    background: #ffffff;
}

b, strong {
    font-weight: 500 !important;
}

p {
    margin-bottom: 0;
}

font-weight-bolder {
    font-weight: 700 !important;
}

.DisplayWYSIWYG {
    white-space: pre-wrap;
}

.customHR {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #e3e4e4;
    position: absolute;
    left: 0px;
    top: 80%;
    z-index: 0;
}

.rapidCaptureContent {
    background-color: #ffffff;
}

.errorContainer {
    /*background: rgba(255,255,255,0.8);*/
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 13%, rgba(255,255,255,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(13%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.7)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 13%, rgba(255,255,255,0.7) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 13%, rgba(255,255,255,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 13%, rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 13%, rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.flex-grow {
    flex: 1;
}

.showLoading,
.enableShowLoading {
    /*Use this to trigger pageloading events in jquery*/
    /*This class is only specified here to be picked up for autocomplete : ) yw! */
}

.dropdown:not(.disabled):hover > .dropdown-menu {
    display: block;
    background: #1f1f1f;
    border: 0px;
}

#navbarSupportedContent .dropdown:not(.disabled):hover > .dropdown-menu {
    background: #f9f9f9;
    text-align: left;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

a:link,
a:visited {
    color: #3fa8ed;
    transition: 0.3s all ease;
}

a:hover,
a:active {
    color: #9ad7ff;
    text-decoration: none;
    transition: 0.3s all ease;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
}

h1 {
    font-weight: 500;
    font-stretch: normal;
    font-size: 22px;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

header {
    box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.75);
    z-index: 10;
    background: #ffffff;
}

footer {
    padding: 15px 20px 0px 20px;
    color: #969696;
    font-size: 12px;
    position: relative;
    background: rgba(0,0,0,0.9);
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,1) 48%, rgba(0,0,0,1) 100%);
}

    footer a:link,
    footer a:visited {
        color: #4d91d8;
    }

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.nomargin {
    margin-left: 0px;
    margin-right: 0px;
}

.pr-20 {
    padding-right: 20px !important;
}

.FancyContentPadding {
    padding: 10px 30px;
}

.carousel-caption {
    background: rgba(0,0,0,0.6);
    right: 0;
    left: 0;
    bottom: 50px;
}

.carousel-indicators li {
    height: 5px;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
}

.carousel-control-prev,
.carousel-control-next {
    font-size: 2.5em;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
}

.carousel-item {
    padding-top: 16px;
}

    .carousel-item:hover a:link,
    .carousel-item:hover a:visited {
        color: #191f22 !important;
    }

.carousel {
    height: 100%;
}

.addAbsolute {
    position: absolute;
    right: -6px;
    bottom: 6px;
    font-size: 22px;
    line-height: 22px;
    background-color: #313639;
    display: block;
    /* border-radius: 50%;*/
    border: 2px solid #313639;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.blueBgCarousel .carousel-item a:link,
.blueBgCarousel .carousel-item a:visited {
    font-size: 45px;
    color: #ffffff;
    line-height: 50px;
}

.carousel-control-prev, .carousel-control-next {
    width: 10%;
}

.blueBgCarousel .carousel-item a:hover,
.blueBgCarousel .carousel-item a:active {
    color: #ffffff;
}


.carousel-control-prev,
.carousel-control-prev:hover,
.carousel-control-prev:focus {
    border-right: 1px solid #6A8199;
}

.carousel-control-next,
.carousel-control-next:hover,
.carousel-control-next:focus {
    border-left: 1px solid #6A8199;
}


.blueBgCarousel {
    color: #ffffff;
    text-align: center;
}

.captionContainer {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.fancybox-slide--iframe .fancybox-content {
    max-width: 100%;
    max-height: 100%;
    width: calc(100% - 15px) !important;
    margin: 0;
    -webkit-box-shadow: -12px 12px 15px 9px rgba(0,0,0,0.4);
    -moz-box-shadow: -12px 12px 15px 9px rgba(0,0,0,0.4);
    box-shadow: -12px 12px 15px 9px rgba(0,0,0,0.4);
}

.fancybox-slide--iframe .fancybox-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    background-color: transparent;
}

.fancybox-slide--iframe .fancybox-iframe {
    background: none !important;
    background-color: transparent !important;
}

.fancybox-infobar,
.fancybox-toolbar {
    padding: 10px 20px;
}

.fancybox-thumbs {
    background: rgba(0,0,0,0.5);
}

.fancybox-caption {
    border-top: 2px solid rgba(30,138,255,0.5);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    background: #181818;
}

.fancyboxPage .fancybox-is-open .fancybox-bg {
    background: url('/images/theme/main_bg_001.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
}

.fancybox-button {
    width: 60px;
    height: 60px;
    font-size: 10px;
}

    .fancybox-button:focus,
    .fancybox-button:hover {
        color: #fff;
        background: #6da9ff;
    }

    .fancybox-button.largeButton {
        width: 100px;
        font-size: 10px;
    }

        .fancybox-button.largeButton:focus,
        .fancybox-button.largeButton:hover {
            background: rgba(30, 30, 30, 0.6);
            cursor: default !important;
        }

    .fancybox-button.fancybox-button--print svg path,
    .fancybox-button.fancybox-button--printAlternative svg path {
        stroke-width: 0.6;
    }

.theme1 .fancybox-is-open .fancybox-bg {
    background: url('/images/theme/main_bg_001.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
}

.theme2 .fancybox-is-open .fancybox-bg {
    background: url('/images/theme/main_bg_001.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
}

.theme3 .fancybox-is-open .fancybox-bg {
    background: url('/images/theme/main_bg_001.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
}

.theme4 .fancybox-is-open .fancybox-bg {
    background: url('/images/theme/main_bg_001.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
}

.contentHeading {
    font-size: 1.5em;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.btn,
a.btn:link,
a.btn:visited {
    padding: .5rem 1.5rem .5rem 1.7rem;
}

a.btn-system-primary:link,
a.btn-system-primary:visited,
a.btn-system-primary:hover,
a.btn-system-primary:active {
    color: #ffffff;
}

.btn-Search {
    color: #fff;
    background-color: #4065b9;
    border-color: #2f54aa;
}

    .btn-Search:hover, .btn-Search:focus, .btn-Search:active, .btn-Search.active, .open > .dropdown-toggle.btn-Search {
        color: #fff;
        background-color: #5a81dc;
        border-color: #4970c7;
        cursor: pointer;
    }

#Breadcrumbs {
    background-color: #3fa8ed;
    color: #b0dcff;
    padding: 10px 0px;
}

    #Breadcrumbs a:link,
    #Breadcrumbs a:visited,
    #Breadcrumbs a:focus {
        color: #ffffff;
    }

    #Breadcrumbs a:hover,
    #Breadcrumbs a:active {
        color: #7ee1ff;
        text-decoration: underline;
    }

    #Breadcrumbs .mdi-slash-forward {
        color: #385a70;
    }

.categoryLink {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.categoryImage {
    position: relative;
    border: 1px solid #cccccc;
}

.categoryTitle {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    color: #ffffff;
    text-align: center;
}

.productContainer {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 15px 5px;
}

.productContainerList {
    text-align: left;
    border: 1px solid #dddddd;
    padding: 15px 5px;
}

#pageLoadingFull {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 999999;
    text-align: center;
    background: rgb(255, 255, 255);
    background: rgba(255,255,255, 0.8);
    width: 100%;
    height: 100%;
    font-weight: 500;
    color: #ffffff;
    padding-top: 20%;
}

#ProfilePicContainer {
    position: relative;
    padding: 8px 8px;
    border: 1px solid #e5e5e5;
    background: #dfdfdf;
}


    #ProfilePicContainer a.DeleteButton:link,
    #ProfilePicContainer a.DeleteButton:visited {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 50px;
        height: 50px;
        background: rgba(0,0,0,0.1);
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        color: #afafaf;
        transition: 0.2s all ease;
    }

    #ProfilePicContainer:hover a.DeleteButton {
        background: rgba(0,0,0,0.4);
        color: #bdbdbd;
        transition: 0.2s all ease;
    }

    #ProfilePicContainer a.DeleteButton:hover,
    #ProfilePicContainer a.DeleteButton:active {
        background: rgba(6,98,159,0.8);
        color: #f5f5f5;
        transition: 0.2s all ease;
    }




.dataTables_scroll {
    position: relative;
}


.dtIcon {
    padding: 0px;
    display: inline-block;
}

.pageLoading_Table {
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 8500 !important;
    position: absolute;
    border: 1px solid #dddddd;
}

    .pageLoading_Table .loadContainer {
        padding-top: 25%;
    }




#pageLoading.hideLoading,
#pageLoadingFull.hideLoading,
.field-validation-error.hideLoading,
#pageLoadingFancy.hideLoading,
#menuOverlay.hideLoading,
#hideCustomerAutocomplete.hideLoading,
.canvasOverlay.hideLoading,
#StrengthIndicatorContainer.hideLoading,
#StrengthIndicatorMessage.hideLoading {
    display: none !important;
}

#emailAddressInlineError .field-validation-error {
    display: inline;
}

.hideNewCustomerDetails {
    display: none;
}


.emailCheck .fas:before {
    font-size: 12px;
}

.emailCheck .fas {
    font-size: 0px;
}

.emailCheck .fa-times {
    color: #a00000;
}

.emailCheck .fa-check {
    color: green;
}

.jconfirm {
    background: rgba(0,0,0,0.1);
}

.jconfirm-content {
    padding: 10px 0px;
}

.systemMainLogo {
    position: relative;
}

    .systemMainLogo .systemVersion {
        font-size: 10px;
        color: #b7b7b7;
        position: absolute;
        text-transform: uppercase;
        letter-spacing: 1px;
        left: 0;
        right: 0;
        bottom: -12px;
        z-index: 2;
    }

    .systemMainLogo a:link,
    .systemMainLogo a:visited,
    .systemMainLogo a:active,
    .systemMainLogo a:hover {
        display: inline-block;
    }

    .systemMainLogo img {
        z-index: 2;
        position: relative;
    }



#SystemNav.navbar .nav-item {
    margin-right: 25px;
    transition: all 0.2s;
}

    #SystemNav.navbar .nav-item:hover {
        transition: all 0.2s;
    }


#forgot-password:link,
#forgot-password:visited,
#forgot-password:hover,
#forgot-password:active,
#forgot-password:focus {
}

.navbar {
    padding: 0px;
}

    .navbar .nav-link {
        padding: 0px 15px;
    }


.navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0px;
}

.form-control {
    border: 1px solid #d4d4d4;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    height: 38px;
    background: #ffffff;
    border-radius: 0px;
}

    .form-control.dark-form-control,
    .form-control.dark-form-control:focus {
        background: #3e4146;
        color: #ffffff;
    }

.selected .form-control.detectSelectChange {
    border: 1px solid #d4d4d4;
    background: #204c78;
    color: #ffffff;
}

textarea.form-control {
    /*    border-radius: 12px;*/
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f3f3f3;
    opacity: 1;
}

a.forceClear:link,
a.forceClear:visited {
    top: 0;
    right: -20px;
    z-index: 20;
    width: 20px;
    width: 35px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    background: #191f22;
    color: #ffffff;
    opacity: 0.1;
}

a.forceClear:hover,
a.forceClear:active {
    opacity: 0.9;
}

.loginBody .form-control {
    border: 1px solid rgba(180,180,180,0.6);
    background-color: rgba(255,255,255,1);
}

#filterDataForm .form-control {
    height: 46px;
    padding: 0px 18px;
}

#filterDataForm .btn-systemMain-form-small {
    height: 46px;
    padding: 0px 18px;
}

.larger-form-controls .form-control {
    height: 45px;
    font-size: 16px;
}

.larger-form-controls textarea.form-control {
    height: auto;
}

.larger-form-controls .input-group-text {
    padding: 1.34rem 0.95rem;
    border-left: 1px solid #b7b7b7;
}


.input-group > .input-group-prepend > .input-group-text {
    /*    border-left: 1px solid #b7b7b7;*/
}

.larger-form-controls .select_arrow {
    /*top:40px;*/
}

.input-group-append {
    z-index: 1;
    margin-right: -1px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.btn {
    border-radius: 0px;
}

.gridViewLinks {
    border: 0px;
    padding: 0px;
    background-color: transparent;
    display: inline-block;
}

.btn-systemMain {
    border: none;
    color: #fff;
    padding: 10px 30px;
    margin: 5px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    line-height: 20px;
    font-family: inherit;
}

    .btn-systemMain:hover {
        cursor: pointer;
    }


    .btn-systemMain.disabled .systemMainChevronRight {
        opacity: 0.2;
    }


a:link.btn-systemMain,
a:visited.btn-systemMain,
a:focus.btn-systemMain {
    color: #ffffff;
}


a:active.btn-systemMain,
a:hover.btn-systemMain {
    text-decoration: none;
}


.btn-systemMain-red {
    background-color: #3fa8ed;
    border: none;
    color: #fff;
    padding: 10px 30px 10px 25px;
    margin: 5px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    line-height: 23px;
    font-family: inherit;
}

    .btn-systemMain-red:hover {
        background-color: #7e0112;
        cursor: pointer;
    }

.btn-systemMain-black {
    background-color: #282828;
    border: none;
    color: #fff;
    padding: 12px 20px 12px 15px;
    margin: 5px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    line-height: 23px;
    font-family: inherit;
}

.btn-systemMain-red:hover {
    background-color: #414141;
    cursor: pointer;
}


.btn-systemMain-red-small {
    background-color: #3fa8ed;
    border: none;
    color: #fff;
    padding: 5px 20px;
    margin: 0px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    line-height: 23px;
    font-family: inherit;
}

a:link.btn-systemMain-black,
a:visited.btn-systemMain-black,
a:hover.btn-systemMain-black,
a:active.btn-systemMain-black,
a:link.btn-systemMain-red,
a:visited.btn-systemMain-red,
a:hover.btn-systemMain-red,
a:active.btn-systemMain-red,
a:link.btn-systemMain-red-small,
a:visited.btn-systemMain-red-small,
a:hover.btn-systemMain-red-small,
a:active.btn-systemMain-red-small {
    color: #ffffff;
}

.help-block.with-errors,
.required-text,
.with-errors,
.errors {
    color: #3fa8ed;
}

.required-text {
    font-size: 20px;
    line-height: 10px;
}

.invalidWysiwyg .tox.tox-tinymce {
    border: 1px solid #e3141c;
}

.tox-button.tox-button--icon.tox-button--naked {
    padding: 0px !important;
}


.tox .tox-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    background: transparent;
    background-color: #34393c !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    border-radius: 0px !important;
    color: #ffffff !important;
    padding: 10px 30px 10px 25px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-family: inherit !important;
    border: 0px !important;
}

    .tox .tox-button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #191f22 !important;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .tox .tox-button:active:before,
    .tox .tox-button:focus:before,
    .tox .tox-button:hover:before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }


.tox .tox-button--secondary:hover:not(:disabled) {
    background-color: #6b000f !important;
}

.tox-button.tox-button--icon.tox-button--naked {
    padding: 5px 6px !important;
}

.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
    box-shadow: none !important;
    border-radius: 0px !important;
}


.tox .tox-button--secondary:before {
    background: #3fa8ed !important;
}


.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
    display: none;
    fill: #191f22 !important;
}

.checked-text {
    color: #58d258;
}

.unchecked-text {
    color: #e1e1e1;
}

.green-text {
    color: #58d258;
}

.red-text {
    color: #ff1e1e;
}

.help-block.with-errors {
    display: inline-block;
    margin-left: 10px;
}

    .help-block.with-errors ul {
        margin-bottom: 0px;
    }

.MainHeadings {
    margin-bottom: 12px;
}

    .MainHeadings h1 a:link,
    .MainHeadings h1 a:visited {
        color: #3c3c3c;
    }

    .MainHeadings h1 a:hover,
    .MainHeadings h1 a:active {
        color: #3fa8ed;
        text-decoration: none;
    }

.loginHeader {
    background: #ffffff;
}

.fadeBG {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 95%, rgba(0,0,0,0.9) 100%);
}

.fadeBGSnow {
    background: rgb(255,255,255);
    background: linear-gradient( 180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0.9) 95%, rgba(255,255,256,1) 100%);
}




.loginBody {
    background: rgba(255,255,255,1);
    /* border-radius: 20px;*/
}

.loginBodySolid {
    background: #ffffff;
    /*  border-radius: 20px;*/
}

.highlightA {
    color: #3fa8ed !important;
}

.highlightB {
    color: #ffaf4c !important;
}

.highlightC {
    color: #bb3042 !important;
}

.highlightD {
    color: #2cdd42 !important;
    border-color: #2cdd42 !important;
}

.highlightE {
    color: #ff3939 !important;
    border-color: #ff3939 !important;
}

.highlightF {
    color: #87b2ff !important;
}

.highlightG {
    color: #d8dbdf !important;
}

.highlightH {
    color: #626262 !important;
}

.highlightI {
    color: #919191 !important;
}

/*Waitlisted*/
.highlightJ {
    color: #ffb84e !important;
}
/*Accepted*/
.highlightK {
    color: #5b95ff !important;
}

/*Confirmed*/
.highlightL {
    color: #6cc973 !important;
}

.highlightM {
    color: #f7f7f7 !important;
}

.highlightN {
    color: #d93f53 !important;
}

.highlightO {
    color: #527666 !important;
}

.highlightP {
    color: #b7b7b7 !important;
}

.highlightValidTime {
    color: #ffffff !important;
    text-shadow: 3px 2px 9px #13b3ff, -1px -2px 9px #00e3ff;
}

.LogType_Notice {
}

.LogType_Error {
    color: #3fa8ed !important;
}

.LogType_Critical {
    color: #3fa8ed !important;
}

.LogType_Warning {
    color: #3fa8ed !important;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
    white-space: nowrap;
}

    .form-group.has-error.has-danger .form-control {
        border: 1px solid #3fa8ed;
    }

.dataTables_length,
.dataTables_length label,
.dataTables_filter,
.dataTables_filter label,
.dataTables_info {
    font-size: 12px;
    width: 100%;
}

.dataTables_paginate {
    font-size: 12px;
}

.datatable-head .form-control {
    border-left: 0px;
    border-bottom: 0px;
}

    .datatable-head .form-control:focus {
        box-shadow: none !important;
        border-color: #e3e4e4;
    }

.dataTables_filter,
.dataTables_length {
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0px;
}

.dataTables_wrapper .dataTables_filter {
    display: inline-block;
    width: 100%;
}

#TypeFilter {
    margin-right: -1px;
}

.ExcelStyle_length {
    display: inline-block;
    width: auto;
    float: right;
    margin-right: -1px;
}

.filterStatuses_a .form-control {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.filterStatuses_a div,
.filterStatuses_a select {
}

#StatusFilter {
    width: 35%;
}

.dataTables_filter .form-control {
    width: 100%;
}

.dataTables_filter .form-control,
.dataTables_length .form-control {
}

.dataTables_wrapper .dataTables_filter input,
select.form-control-sm:not([size]):not([multiple]) {
}

.w200 {
    width: 200px;
    max-width: 200px;
}

.filterStatuses {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}

label {
    font-weight: 500;
    font-stretch: normal;
    line-height: 1.27em;
    font-size: 14px;
}

#ExcelStyle,
.ExcelStyle {
    font-size: 13px;
    width: calc(100% - 2px) !important;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

table.table thead th,
table.table tfoot th {
    font-weight: normal;
}

table.dataTable thead th,
table.dataTable tfoot th {
    padding: 6px 30px 6px 10px;
    border-bottom: 0px;
    border-top: 0px;
    font-size: 14px;
    background-color: #ededed;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    font-weight: normal;
    /*text-transform: uppercase;*/
}

    table.dataTable thead th:first-child {
        /*  border-top-left-radius: 10px;*/
    }

    table.dataTable thead th:last-child {
        /*border-top-right-radius: 10px;*/
    }

    table.dataTable tfoot th:first-child {
        /*border-bottom-left-radius: 10px;*/
    }

    table.dataTable tfoot th:last-child {
        /*border-bottom-right-radius: 10px;*/
    }

.ExcelStyle tbody td {
    padding: 8px 15px;
    white-space: nowrap;
    vertical-align: top;
}

.ExcelStyle.wrapDescription tbody td {
    white-space: pre-line;
}

.ExcelStyle tbody td.noPadding {
    padding: 0px 20px 0px 10px;
}

.ExcelStyle tbody td.selectPad {
    padding: 0px 0px 2px 0px;
}


.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-link {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-color: #ffffff;
        background: #ffffff;
        color: #000000;
        border-left: 1px solid #dee2e6;
        border-top: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        padding: 0.5rem 1.25rem 0.5rem 1rem;
    }

    .nav-tabs .nav-item:not(:first-child) {
        margin-left: -1px;
    }

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link.active:hover,
    .nav-tabs .nav-link.active:focus {
        background-color: #3fa8ed;
        color: #ffffff;
        height: 100%;
        border-left: 1px solid #3fa8ed;
        border-top: 1px solid #3fa8ed;
        border-right: 1px solid #3fa8ed;
        border-bottom: 1px solid #3fa8ed;
    }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-link.active:hover,
        .nav-tabs .nav-link.active:visited,
        .nav-tabs .nav-link.active:focus,
        .nav-tabs .nav-item.show .nav-link {
            background-color: #3fa8ed;
            color: #ffffff !important;
            transition: 0.4s all ease-in;
        }

    .nav-tabs .nav-link:hover {
        background-color: #f3f3f3;
        color: #000000;
        border-left: 1px solid #f3f3f3;
        border-top: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
        transition: 0.2s all ease-in;
    }

    .nav-tabs .nav-link:focus {
        border-color: #cccccc #cccccc #f9f9f9;
    }

    .nav-tabs a.nav-link:link,
    .nav-tabs a.nav-link:visited {
        color: #000000;
    }

    .nav-tabs a.nav-link .chev-arrow {
        border-color: #b1b1b1;
    }


    .nav-tabs a.nav-link:hover .chev-arrow,
    .nav-tabs a.nav-link:active .chev-arrow,
    .nav-tabs .nav-link.active .chev-arrow,
    .nav-tabs .nav-link.active:hover .chev-arrow,
    .nav-tabs .nav-link.active:visited .chev-arrow,
    .nav-tabs .nav-link.active:focus .chev-arrow,
    .nav-tabs .nav-item.show .nav-link .chev-arrow {
        border-color: #3fa8ed;
    }

    .nav-tabs .nav-link {
        border-bottom-color: #ffffff;
    }

.tab-content {
    margin-top: 1px;
}

.tab-pane {
    border: 1px solid #dee2e6;
    border-top: 0px;
    margin-top: -1px;
    padding: 15px;
    background: #ffffff;
}

.tab-content.ExtraPaddingTop .tab-pane {
    padding-top: 20px;
}






#DisplayCurrentDate {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f4f4f4;
    text-shadow: 3px 2px 12px #13b3ff, -1px -2px 4px #00e3ff;
}

#DisplayTotalContainer {
    background: #f7f3f3;
    /*border-radius: 12px;*/
    border: 1px solid #e5e5e5;
    background: linear-gradient(210deg, rgb(8 117 199) 0%, rgb(27 151 240) 40%, rgb(98 201 255) 100%);
    box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5) inset;
    -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5) inset;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
}

#DisplayTotalTime {
    font-size: 38px;
    line-height: 38px;
    font-family: 'Orbitron', sans-serif;
    color: rgba(30,129,201,0.7);
    /*    text-align: center;*/
    text-shadow: none;
}

    #DisplayTotalTime i {
        font-style: normal;
        color: #126db1;
        font-size: 12px;
        margin-left: 5px;
    }

#DisplayTotalContainer .DayOfWeek {
    font-family: 'Orbitron', sans-serif;
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: rgb(16 118 193);
    text-shadow: none;
}

    #DisplayTotalContainer .DayOfWeek.Active {
        color: #126db1;
        border-bottom: 2px solid #4fd2f9;
        color: #ffffff !important;
        text-shadow: 3px 2px 9px #13b3ff, -1px -2px 9px #00e3ff;
    }



.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #3fa8ed;
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #3fa8ed;
    background: linear-gradient(220deg, rgb(8 117 199) 0%, rgb(27 151 240) 40%, rgb(98 201 255) 100%);
    /*border-radius: 24px;*/
    box-shadow: 0 1px 3px rgb(0 0 255 / 30%);
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #3fa8ed;
}

element.style {
    left: 37.1528%;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #3fa8ed;
    color: white;
    /*  border-radius: 4px;*/
}



.customCardHeaders {
    border-bottom: 0px;
    margin-bottom: -1px;
}

    .customCardHeaders a:link,
    .customCardHeaders a:visited,
    .customCardHeaders a:focus,
    .customCardHeaders a:active,
    .customCardHeaders button {
        border: 1px solid #dddddd;
        background: #ffffff;
        color: inherit;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 4px 15px !important;
        transition: all 0.3s;
    }

        .customCardHeaders a:hover,
        .customCardHeaders button:hover {
            background: #383838;
            color: #eaeaea;
            transition: all 0.3s;
        }


    .customCardHeaders li:last-child button,
    .customCardHeaders li:last-child a {
        /*       border-top-right-radius: 8px;*/
    }

    .customCardHeaders a:hover .mdi,
    .customCardHeaders button:hover .mdi {
        color: #d4d4d4;
    }


    .customCardHeaders .mdi {
        line-height: 28px;
        font-size: 18px;
    }

    .customCardHeaders a:link.disabled,
    .customCardHeaders a:visited.disabled,
    .customCardHeaders a:hover.disabled,
    .customCardHeaders a:active.disabled,
    .customCardHeaders a:focus.disabled,
    .customCardHeaders button:disabled,
    .customCardHeaders button:disabled:hover,
    .customCardHeaders button[disabled],
    .customCardHeaders button[disabled]:hover {
        background-color: #e6e6e6 !important;
        cursor: not-allowed;
    }

        .customCardHeaders a:link.disabled .mdi,
        .customCardHeaders a:visited.disabled .mdi,
        .customCardHeaders a:hover.disabled .mdi,
        .customCardHeaders a:active.disabled .mdi,
        .customCardHeaders a:focus.disabled .mdi,
        .customCardHeaders button:disabled .mdi,
        .customCardHeaders button:disabled:hover .mdi,
        .customCardHeaders button[disabled] .mdi,
        .customCardHeaders button[disabled]:hover .mdi {
            color: #afafaf;
        }


.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 14px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-left: 0px;
    border-radius: 0px;
    color: #ffffff;
    background-color: #ffffff;
    border-left: 1px solid #dadada;
}

.dataTables_wrapper .dataTables_paginate {
    border: 1px solid #dadada;
    /*border-radius: 20px;*/
    margin-top: 10px;
    padding-top: 0px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        /*        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;*/
        padding-left: 12px;
        padding-right: 12px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        /*      border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;*/
        padding-left: 12px;
        padding-right: 12px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #ffffff !important;
        background: #3fa8ed;
        border-left: 1px solid #3fa8ed;
        cursor: default;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #191f22;
        border: 1px solid #7c7c7c;
        transition: color 0.1s linear, background 0.1s linear; /* vendorless fallback */
        -o-transition: color 0.1s linear, background 0.1s linear; /* opera */
        -ms-transition: color 0.1s linear, background 0.1s linear; /* IE 10 */
        -moz-transition: color 0.1s linear, background 0.1s linear; /* Firefox */
        -webkit-transition: color 0.1s linear, background 0.1s linear; /*safari and chrome */
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        background: #ffffff;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        border: 1px solid #3fa8ed;
    }

.dataTables_paginate .pagination {
    float: right;
}

.page-item.active .page-link {
    color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #3fa8ed;
}

.excelTabs .nav-item {
    padding-left: 0px;
    padding-right: 0px;
}



.excelTabs {
    color: #313639;
    border-bottom: 1px solid #cccccc;
}



    .excelTabs .nav-link {
        font-size: 11px;
        letter-spacing: 0.5px;
        padding: 4px 15px;
        /*    border-top-right-radius: 4px;
    border-top-left-radius: 4px;*/
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 2%, #ffffff 2%, #f2f2f2 5%, #ececec 47%, #dddddd 53%, #cfcfcf 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 2%,#ffffff 2%,#f2f2f2 5%,#ececec 47%,#dddddd 53%,#cfcfcf 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 2%,#ffffff 2%,#f2f2f2 5%,#ececec 47%,#dddddd 53%,#cfcfcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
    }

#ErrorModal .close {
    position: absolute;
    right: 20px;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    /*background-color: #fafafa;*/
}


table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

    table.dataTable > tbody > tr.child ul.dtr-details .dtr-title {
        width: 25%;
        display: inline-block;
        border-right: 1px solid #dadada;
    }

    table.dataTable > tbody > tr.child ul.dtr-details .dtr-data {
        width: 75%;
        display: inline-block;
        padding-left: 10px;
    }

    table.dataTable > tbody > tr.child ul.dtr-details > li {
        border-bottom: 1px solid #dadada;
        padding: 0.5em 0;
    }

.statusChange {
    position: absolute;
    margin-top: 10px;
    z-index: 100;
    width: 50%;
}

    .statusChange .form-group {
        display: inline-block;
    }

.select_all,
.select_all:focus {
    width: 100%;
    border: 0px;
    outline: none;
    padding: 10px 0px;
    background: transparent !important;
    color: #ffffff !important;
    border: 0px !important;
}

    .select_all.allChecked,
    .select_all.allChecked:focus,
    .select_all.allChecked:active {
        width: 100%;
        border: 0px;
        outline: none;
        color: #929292;
        background: transparent;
        border: 0px !important;
    }


    .select_all.hasChecked {
        background: #3fa8ed !important;
    }

    .select_all:hover {
        cursor: pointer;
    }

.checkboxLabel {
    width: 100%;
}

.generateEmailFrame {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 20px;
}

.PrintInvite {
    border: 1px solid #dddddd;
    width: 332px;
    margin-left: auto;
    margin-right: auto;
    color: #403D37;
}

    .PrintInvite .inviteName {
        font-family: Arial, sans-serif;
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 12px;
    }

    .PrintInvite .inviteDate {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
        line-height: 40px;
        margin-top: 6px;
    }

    .PrintInvite .inviteAddress {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    .PrintInvite .inviteDetails {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    .PrintInvite .inviteAdmit {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 35px;
    }

    .PrintInvite .inviteReference {
        font-size: 14px;
        font-weight: 500;
        line-height: 8px;
        margin-bottom: 30px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .PrintInvite .inviteLogo {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .PrintInvite .inviteQRImage img {
        width: 200px;
        height: 200px;
    }

.excelHorisontalGrey {
    background-color: #e6e6e6;
}

.btn-systemMain-red.disabled,
.btn-systemMain-red.disabled:hover {
    background-color: #dddddd;
    color: #ffffff !important;
    text-decoration: none;
    cursor: default;
}

.form-control {
    /*padding: 5px 12px;*/
}

    .form-control.input-validation-error,
    .form-control.input-validation-error:focus,
    .has-warning .form-control,
    .has-warning .form-control:focus {
        border: 1px solid #3fa8ed;
        color: #3fa8ed;
    }



.btn-systemMain-black {
    padding: 15px 20px;
}

a:link.btn-systemMain-black, a:visited.btn-systemMain-black, a:hover.btn-systemMain-black, a:active.btn-systemMain-black, a:link.btn-systemMain-red, a:visited.btn-systemMain-red, a:hover.btn-systemMain-red, a:active.btn-systemMain-red, a:link.btn-systemMain-red-small, a:visited.btn-systemMain-red-small, a:hover.btn-systemMain-red-small, a:active.btn-systemMain-red-small {
    text-decoration: none;
}


.formDisplayGroup {
    border: 1px solid #d8d8d8;
    padding: 30px 15px;
    margin-bottom: 60px;
    position: relative;
    background-color: #ffffff;
}

.formDisplayGroupHeading {
    position: absolute;
    top: -23px;
    background-color: #ffffff;
    padding: 10px 20px;
    color: #333333;
    font-size: 22px;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    left: -1px;
}

.LargeImage {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 20px;
}

.SmallImage {
    border: 1px solid #dddddd;
    padding: 10px;
}

.extraPadding {
    padding: 0px 25px;
}

a.addButton:link,
a.addButton:visited {
    text-decoration: none;
}

a.addButton:hover,
a.addButton:active {
    text-decoration: none;
}

a.btn-systemMain-red:link,
a.btn-systemMain-red:visited {
    color: #ffffff !important;
}

a.EditImage:link,
a.EditImage:visited {
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 12px;
}

a.EditImage:hover {
    background-color: #ffffff;
    color: #3fa8ed;
    border: 1px solid #b5b5b5;
    text-decoration: none;
}

a.btn-systemMain-preview:link,
a.btn-systemMain-preview:visited {
    border: 1px solid #dddddd;
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 14px;
}

    a.btn-systemMain-preview:link .far,
    a.btn-systemMain-preview:visited .far,
    a.btn-systemMain-preview:link .fas,
    a.btn-systemMain-preview:visited .fas,
    a.EditImage:link .fas,
    a.EditImage:visited .fas,
    a.EditImage:link .far,
    a.EditImage:visited .far,
    a.multiLineLink .far,
    a.multiLineLink .fas {
        color: #3fa8ed;
    }

.multiLineLink:link,
.multiLineLink:visited {
    font-size: 30px;
    color: #313639;
}

.multiLineLink:hover,
.multiLineLink:active {
    font-size: 30px;
    text-decoration: none;
    color: #5a81dc;
}


a.btn-systemMain-preview:hover,
a.btn-systemMain-preview:active {
    color: #3fa8ed;
    border: 1px solid #b5b5b5;
}


.EditImage {
    display: inline-block;
    width: 100%;
    padding: 5px;
    background: #ffffff; /* Old browsers */
    border: 1px solid #dddddd;
    color: #3c3c3c;
}



.bootstrap-datetimepicker-widget table td span.fa-clock-o:before {
    content: "\f017";
    font-weight: 900;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #3fa8ed;
}

.bootstrap-datetimepicker-widget table th {
}

.bootstrap-datetimepicker-widget table td {
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute {
    width: 100%;
}

.bootstrap-datetimepicker-widget a:link,
.bootstrap-datetimepicker-widget a:visited {
    color: #0992eb;
}

.bootstrap-datetimepicker-widget .timepicker-picker {
}

td.separator {
    width: 2px !important;
    padding: 0px !important;
}

.timepicker-picker table {
    margin-top: 30px;
}

.table thead th {
    border-bottom: 0px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.dropdown-menu {
    font-size: 12px;
}

.systemMainBGcontainer {
    display: flex;
    flex-direction: column;
}

.excelTabs.HomeTabs {
    background-color: #ededed;
}

    .excelTabs.HomeTabs b {
        font-family: Verdana;
    }

.systemMainBGcontainerSolid {
    padding-bottom: 50px;
    flex: 1;
}

.systemMainBGcontainerSolid-vouchers {
    background-image: url('/images/theme/main_bg_001.jpg');
    padding-bottom: 50px;
    flex: 1;
}

.systemMainBGcontainerSearch {
    background-color: #ffffff;
    padding-bottom: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.systemMainBGcontainerSearchSolid {
    background-color: rgba(255,255,255,1);
    padding-bottom: 50px;
    /*flex: 1;*/
    box-shadow: 0 0 36px 0 rgba(0,0,0,0.5);
}



.row_selected td,
.row_selected td.sorting_1 {
    background-color: #eeeeee !important;
}


.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c7c7c7;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c7c7c7;
    opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c7c7c7;
    opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c7c7c7;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #c7c7c7;
}

.form-control::placeholder { /* Most modern browsers support this now. */
    color: #c7c7c7;
}

.navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
    font-size: 14px;
}

.navbar-toggler {
    padding: 20px 20px;
    border: 1px solid #e9e9e9 !important;
    margin-right: 5px;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
}

.navbar-toggler.navbar-toggler-right.custom-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(170,170,170, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.navbar-toggler-right.custom-toggler.collapsed {
    border-color: rgb(170,170,170);
}

.navbar-toggler .mdi {
    position: relative;
    top: 2px;
}

.navbar-toggler.collapsed {
    background-color: #ffffff;
}

.navbar-light .navbar-toggler {
    background-color: #fdfdfd;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 0px;
}


    .navbar-light .navbar-toggler.collapsed {
        background-color: #ffffff;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        border-radius: 0px;
    }

@media only screen and (max-width: 480px) {
    .form-control {
        /*font-size: 30px;*/
    }

    .FinancialDetails,
    .FinancialDetailsNoHighlight {
        font-size: 11px !important;
    }

    header {
        border-bottom: 0px solid #e3e4e4;
    }

    .heading {
        min-width: 231px;
    }

    .btn-systemMain-red {
        width: 100%;
    }

    .navbar-collapse {
        z-index: 500;
    }

    .nav-tabs .nav-item {
        width: 100%;
        padding: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .excelTabs .nav-link {
        width: 100%;
        background: transparent;
        border: 0px;
        border-radius: 0px;
        color: #dddddd;
        padding: 10px;
    }

    .mobileTopButtons {
        margin-left: 0px;
    }
}

.statusChange label {
    font-size: 12px;
}

label.disabled,
label.disabled:hover {
    color: #dddddd;
    cursor: not-allowed !important;
}

    label.disabled .cr:hover,
    label.disabled .cr-icon:hover {
        cursor: not-allowed !important;
    }


#resultDiv {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
}

#ResultCounterDisplay {
    display: inline;
    font-size: 22px;
    color: #656565;
}

.btn-systemMain-red.disabled {
    background-color: #dddddd;
    color: #ffffff;
}

.fa-exclamation-triangle {
    color: orange;
}

.fa-times {
    color: #3fa8ed;
}

.fa-check {
    color: green;
}

.excelTabs .nav-link:hover {
    cursor: pointer;
}

.systemMainLogo a:hover {
    text-decoration: none !important;
    color: #cecece;
}

.systemVersion {
    /*font-size: 10px;*/
    color: #787878;
}

.systemVersionDigits {
}

.HomeTabs a:link,
.HomeTabs a:visited {
    color: #ffffff;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

#img-upload {
    width: 100%;
}

.btn-systemMain-browse {
    border: 1px solid #313639;
    padding: 8px 28px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #191f22;
}

    .btn-systemMain-browse:hover {
        color: #ffffff;
        border: 1px solid #313639;
        background-color: #313639;
        cursor: pointer;
    }

.recommended {
    color: #990000;
}

    .recommended b {
        font-weight: normal;
        color: #212121;
    }

.fa-times {
    color: #3fa8ed;
}

.fa-check {
    color: green;
}

.dotted-invoice-row {
    border-bottom: 1px dotted #dddddd;
}

.customLabel {
}

.miniPreviewContainer {
    font-size: 8px;
    line-height: 12px;
}


.stepwizard-step p {
    margin-top: 0px;
    font-size: 18px;
    margin-top: 10px;
    color: #d4d4d4;
}

.stepwizard-step.active p {
    color: #3c3c3c;
}

.stepwizard-step p b {
    font-weight: 500;
}

.stepwizard-step.active p b {
    color: #3fa8ed;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    position: relative;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 24px;
    /*border-radius: 20px;*/
    border: 2px solid #d6d6d6;
}

.btn-red,
.btn-red.disabled,
.btn-red:disabled {
    color: #3fa8ed;
    background-color: #ffffff;
    border-color: #3fa8ed;
}

.btn-white,
.btn-white.disabled,
.btn-white:disabled {
    color: #d6d6d6;
    background-color: #ffffff;
    border-color: #d6d6d6;
}



.mce-panel {
    border: 0px solid #e3e4e4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.DateSeperator {
    padding-left: 2px;
    padding-right: 2px;
    color: #5f5f5f;
}
/* This is the default state */
.custom-radio .custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #cacaca;
}

/* This is the checked state */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #3fa8ed;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e);
    /*background-image: none;*/
    /*border-radius: 50%;*/
}

.custom-radio .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #212529;
}

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 123, 255, 0.25);
}



.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #3fa8ed !important;
}

.TheDay {
    color: #313639;
}

.TheDate {
    color: #3fa8ed;
}

.TheTime {
    color: #b39150;
}

.custom-control-input:disabled ~ .custom-control-label .TheDay,
.custom-control-input:disabled ~ .custom-control-label .TheDate,
.custom-control-input:disabled ~ .custom-control-label .TheTime {
    color: #dddddd;
}

.checkbox.checbox-switch {
    padding-left: 0;
}

    .checkbox.checbox-switch label,
    .checkbox-inline.checbox-switch {
        display: inline-block;
        position: relative;
        padding-left: 0;
    }

        .checkbox.checbox-switch label input,
        .checkbox-inline.checbox-switch input {
            display: none;
        }

        .checkbox.checbox-switch label span,
        .checkbox-inline.checbox-switch span {
            width: 70px;
            /* border-radius: 20px;*/
            height: 25px;
            border: 1px solid #383838;
            background-color: rgb(240, 240, 240);
            border-color: #d2d2d2;
            box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            color: #f0f0f0;
            font-size: 12px;
        }

            .checkbox.checbox-switch label span:before,
            .checkbox-inline.checbox-switch span:before {
                display: inline-block;
                width: 16px;
                height: 16px;
                /* border-radius: 50%;*/
                background: rgb(255,255,255);
                content: " ";
                top: 3px;
                position: relative;
                left: 4px;
                transition: all 0.3s ease;
                box-shadow: 0 1px 4px rgba(0,0,0,0.4);
            }

        .checkbox.checbox-switch label > input:checked + span:before,
        .checkbox-inline.checbox-switch > input:checked + span:before {
            left: 50px;
        }

        /* Switch Danger */
        .checkbox.checbox-switch.switch-danger label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-danger > input:checked + span {
            background-color: rgb(60, 60, 60);
            border-color: rgb(60, 60, 60);
            box-shadow: rgb(60, 60, 60) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-danger label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
            background-color: rgb(216, 119, 129);
            border-color: rgb(216, 119, 129);
            box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

.switchText {
    width: 130px;
}

.checbox-switch label:hover {
    cursor: pointer;
}

#customFilters {
}

    #customFilters .valign-center {
        margin-right: 8px;
        font-weight: 500;
    }

.Legend {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #bbbbbb;
    margin-right: 5px;
    /*border-radius: 50px;*/
}

    .Legend.OverTime {
        background: #f7dada;
        border: 1px solid #f7dada;
    }

    .Legend.NonBillable {
        background: #fff4cb;
        border: 1px solid #fff4cb;
    }

    .Legend.NonBillableOvertime {
        background: #ffbf9a;
        border: 1px solid #ffbf9a;
    }

legend {
    border: 0px;
    width: auto;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 15px;
    font-weight: 400;
    color: #057ecd;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

    legend:before {
        height: 100%;
        position: absolute;
        top: -2px;
        left: -3px;
        display: inline-block;
        box-shadow: none;
        box-sizing: content-box;
        text-align: center;
        font-family: "Material Design Icons";
        font-size: 18px;
        line-height: 18px;
        content: "\F1978";
        color: #e5e5e5;
    }


fieldset {
    background-color: #ffffff;
    padding: 10px 25px 10px 25px;
    border: 1px solid #e5e5e5;
    /*border-radius: 20px;*/
}

.locationResult {
    border: 1px solid #e5e5e5;
}

.loginBody fieldset {
}

.legendTypes {
    padding: 10px;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 12px;
    border-bottom: 1px solid #dddddd;
}

.StyledFormHeader {
    padding: 10px 25px;
    color: #ffffff;
    background: rgb(9,88,145);
    background: linear-gradient(90deg, rgba(9,88,145,1) 7%, rgba(13,134,217,1) 50%, rgba(63,167,235,1) 100%);
    font-size: 16px;
    font-weight: 400;
    box-shadow: 4px 5px 12px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 4px 5px 12px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 5px 12px 0px rgba(0,0,0,0.5);
}

.card-header.StyledFormHeader {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.card {
    border: 0px;
}

form.StyledForm,
.StyledPage {
    background: #ffffff;
    box-shadow: 4px 5px 12px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 4px 10px 12px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 10px 12px 0px rgba(0,0,0,0.3);
    /*    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;*/
}


.StyledFormHeader a:link,
.StyledFormHeader a:visited {
    color: #3fa8ed;
}

.StyledFormHeader a:hover,
.StyledFormHeader a:active {
    color: #3fa8ed;
    text-decoration: underline;
}

.ExcelStyle a:link,
.ExcelStyle a:visited {
    color: #000000;
}


.ExcelStyle a:hover,
.ExcelStyle a:active {
    color: #3fa8ed;
}

.ExcelStyle .checkbox.checbox-switch label span,
.ExcelStyle .checkbox-inline.checbox-switch span {
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
}

.ExcelStyle .checkbox.checbox-switch label > input:checked + span:before,
.ExcelStyle .checkbox-inline.checbox-switch > input:checked + span:before {
    left: 52px;
}

.ExcelStyle .checkbox.checbox-switch label span:before,
.ExcelStyle .checkbox-inline.checbox-switch span:before {
    position: absolute;
    top: 2px;
}

.ExcelStyle a.disabled:link,
.ExcelStyle a.disabled:visited,
.ExcelStyle a.disabled:focus,
.ExcelStyle a.disabled:hover,
.ExcelStyle a.disabled:active {
    color: #cecece !important;
    text-decoration: none;
}

.btn-dark-small-custom {
    background-color: #3c3c3c;
    border: none;
    color: #fff;
    padding: 2px 8px;
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}

    .btn-dark-small-custom:hover {
        cursor: pointer;
        background-color: #3fa8ed;
    }

    .btn-dark-small-custom.disabled,
    .btn-dark-small-custom.disabled:hover {
        background-color: #dddddd;
        border: none;
        color: #fff;
        padding: 2px 8px;
        font-weight: normal;
        font-size: 14px;
        margin-right: 10px;
    }

.canvasContainer .btn-dark-small-custom:hover {
    color: #ffffff;
}

.buttons-excel {
    display: none !important;
}

.AdditionalButtons .buttons-excel {
    display: inline-block !important;
}


.AdditionalButtons a {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
}


.ExportButtons {
    margin-top: -1px;
}

button.dt-button {
    padding: 5px 15px;
}

.AdditionalButtons .formButton,
.ExportButtons .formButton {
    background: #ffffff;
    color: #000000;
    height: 39px !important;
    line-height: 18px !important;
    padding: 10px 15px !important;
    transition: all 0.3s !important;
    border: 1px solid #dedede !important;
    margin: 0px;
}

#triggerColCollapse.collapsed .formButton {
    background: #ffffff !important;
    color: #000000 !important;
}

    #triggerColCollapse.collapsed .formButton:hover {
        background: #3fa8ed !important;
        color: #ffffff !important;
    }

#triggerColCollapse .formButton,
#triggerColCollapse .formButton:hover {
    background: #3fa8ed !important;
    color: #ffffff !important;
}

#UpdateSelectedRecords {
    margin-left: -1px;
}

.AdditionalButtons .formButton:hover,
.ExportButtons .formButton:hover {
    background: #3fa8ed !important;
    color: #ffffff;
    transition: all 0.3s !important;
}


.AdditionalButtons .formButton.blueBg {
    color: #ffffff;
    background: #3fa8ed;
}

.AdditionalButtons .formButton:hover {
    color: #ffffff;
    background: #1e4872 !important;
}

.AdditionalButtons .dropdown-menu {
    z-index: 8520 !important;
}



.AdditionalButtons .formButton[disabled] {
    background: #eeeeee !important;
    color: #313639 !important;
    border: 1px solid #dedede;
    border-left: 1px solid #f3f3f3;
}

    .AdditionalButtons .formButton[disabled]:hover {
        background: #eeeeee;
        color: #313639;
        border: 1px solid #dedede;
        border-left: 1px solid #f3f3f3;
    }

.yearButton {
    font-size: 12px;
    padding: 0px;
    background: transparent;
    width: 100%;
    color: #ffffff;
    text-align: left;
}

    .yearButton:hover {
        color: #efac47;
    }

    .yearButton.ActiveYear {
        color: #efac47;
    }

.dropdown-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #404040;
}

.AdditionalButtons .dropdown-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #fdfdfd;
    border-bottom: 1px solid #dfdfdf;
}

.AdditionalButtons .dropdown-menu.show {
    border: 1px solid #e9e9e9;
}

.AdditionalButtons .inner.show {
    background: white;
}

#select_all:hover {
    color: #616161;
}

.PaymentViewLabel {
    display: inline-block;
    font-size: 12px;
}

.statusChange {
    width: 80%;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #071c32 !important;
}

.bs-tooltip-auto[x-placement^=top ] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #071c32 !important;
}

.tooltip-inner {
    max-width: 560px;
    padding: 15px 30px;
    letter-spacing: 0.3px;
    font-size: 12px;
    color: #bbbbbb;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    background-color: #191f22;
    border-radius: 0px !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #191f22 !important;
}

.TooltipHighlight,
.tooltip-inner b {
    color: #edb746;
}

a.responseTooltip {
    display: inline-block;
    width: 100%;
    height: 100%;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #f1f1f1 !important;
    border-right: 1px solid #f1f1f1 !important;
}

table.dataTable.cell-border tbody tr.selected td {
    border-top: 1px solid #315d89 !important;
    border-right: 1px solid #315d89 !important;
}


.DTFC_Cloned {
    border-bottom: 1px solid #ddd !important;
}

table.dataTable td.focus {
    outline: 1px dotted #313639;
    outline-offset: -2px;
}


input[type="search"] {
    margin-bottom: 0px;
}

.row_selected td,
.row_selected td.sorting_1 {
    background-color: #eeeeee !important;
}


.EmailCell {
}

.paginateMe {
    color: #3c3c3c;
    padding: 8px 15px;
    font-size: 14px;
}

    .paginateMe:hover {
        background-color: #c1c1c1;
        color: #3c3c3c;
    }

    .paginateMe.active.disabled,
    .paginateMe.active.hover {
        background-color: #3c3c3c;
        color: #ffffff;
    }

.btn-systemMain-form-small {
    background-color: #313639;
    border: none;
    color: #fff;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    height: 33px;
    /*margin-right: 10px;*/
    /* position: relative; */
    border: 1px solid #313639;
}

    .btn-systemMain-form-small:hover {
        cursor: pointer;
        background-color: #3fa8ed;
        border: 1px solid #3fa8ed;
    }

.btn-systemMain-dark-small {
    background-color: #3c3c3c;
    border: none;
    color: #fff;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}

    .btn-systemMain-dark-small:hover {
        cursor: pointer;
        background-color: #3fa8ed;
    }

.btn-systemMain-dark-small-custom {
    background-color: #3c3c3c;
    border: none;
    color: #fff;
    padding: 2px 8px;
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}

    .btn-systemMain-dark-small-custom:hover {
        cursor: pointer;
        background-color: #3fa8ed;
    }

    .btn-systemMain-dark-small-custom.disabled,
    .btn-systemMain-dark-small-custom.disabled:hover {
        background-color: #dddddd;
        border: none;
        color: #fff;
        padding: 2px 8px;
        font-weight: normal;
        font-size: 14px;
        margin-right: 10px;
    }

.btn-systemMain .mdi {
    margin-right: 6px;
}


.mdi-20px.mdi-set,
.mdi-20px.mdi:before {
    font-size: 20px;
    line-height: 20px;
    width: 20px;
}

.mdi-22px.mdi-set,
.mdi-22px.mdi:before {
    font-size: 22px;
    line-height: 22px;
    width: 20px;
}

.mdi-24px.mdi-set,
.mdi-24px.mdi:before {
    font-size: 24px;
    line-height: 24px;
    width: 20px;
}

.mdi-26px.mdi-set,
.mdi-26px.mdi:before {
    font-size: 26px;
    line-height: 26px;
    width: 20px;
}

.mdi-28px.mdi-set,
.mdi-28px.mdi:before {
    font-size: 28px;
    line-height: 28px;
    width: 20px;
}

.statusChange {
    width: 80%;
}

.mainHeaderLogo {
    position: relative;
    top: -4px;
}

#navbarSupportedContent .nav-link,
#navbarSupportedContent .nav-item,
#navbarSupportedContent a:link,
#navbarSupportedContent a:visited {
    text-transform: uppercase;
}

#navbarSubContent .nav-link,
#navbarSubContent .nav-item {
    text-transform: uppercase;
}


#navbarSupportedContent .nav-link {
    font-size: 12px;
    line-height: 12px;
    padding: 12px 0px;
    display: inline-block;
    /*color: #bba46f;*/
}

#navbarSubContent .nav-link {
    line-height: 12px;
    padding: 15px 0px;
    display: inline-block;
    color: #d0d0d0;
}

.LoginPartial {
    padding: 12px 0px;
    display: inline-block;
}

    .LoginPartial:hover {
        cursor: pointer;
    }

    .LoginPartial .mdi {
        font-size: 14px;
        margin-left: 2px;
        margin-right: 2px;
        color: #656565;
    }

.unButton {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: transparent;
}

    .unButton:hover {
        cursor: pointer;
    }

.logoutButton {
    color: #3fa8ed;
}

.loggedInUser {
    color: #3fa8ed;
}





.dropright .dropdown-menu {
    margin-left: 0px;
    top: -1px;
}

.dropdown-menu {
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #373737;
    border-bottom: 0px;
}

.dropdown-menu {
    white-space: nowrap;
}

button:focus,
a:focus {
    outline: 0;
}



table.dataTable thead .sorting_desc {
    background-image: url('../images/datatables/sort_desc.png');
}

table.dataTable thead .sorting {
    background-image: url('../images/datatables/sort_both.png');
}

table.dataTable thead .sorting_asc {
    background-image: url('../images/datatables/sort_asc.png');
}

table.dataTable.display tbody tr:hover {
    background-color: #eaeaea;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #d4d4d4;
}

.dataTables_length,
.dataTables_length label {
    width: 100%;
}

    .dataTables_length .form-control {
        width: 100%;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        /*  -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;*/
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            /*          -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;*/
        }

.systemMainChevronRight {
    display: inline-block;
    background-image: url(../images/chevronright.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 8px;
    height: 12px;
    margin-left: 3px;
    margin-right: 3px;
}

.text-danger {
    color: #3fa8ed !important;
}

.validation-summary-errors ul {
    padding: 10px 25px;
    margin: 0px 0px 10px 0px;
    border-top: 1px dashed #bcbcbc;
    border-bottom: 1px dashed #bcbcbc;
    list-style-type: circle;
    color: #e72020;
}


.custom-control-label {
    line-height: 14px;
}

.custom-checkbox {
    display: inline-block;
    overflow: hidden;
}

.custom-control.custom-checkbox {
    overflow: visible;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0px;
}

.custom-control-label:hover {
    cursor: pointer;
}


.custom-checkbox.custom-control-input:checked ~ .custom-control-label::before {
    background-color: black;
}


.custom-checkbox.custom-checkbox-large .custom-control-label::before {
    border-radius: 0px !important;
}


.custom-checkbox.custom-checkbox-large .custom-control-input:checked ~ .custom-control-label::before {
    background-color: black;
}

.custom-checkbox-large {
    line-height: 2.2rem;
}

    .custom-checkbox-large .custom-control-label {
        padding-left: 12px;
    }

.custom-checkbox.custom-checkbox-large .custom-control-label::before,
.custom-checkbox.custom-checkbox-large .custom-control-label::after {
    width: 1.6rem;
    height: 1.6rem;
}

.custom-control-label::before {
    background-color: transparent;
    border-radius: 0px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #3fa8ed;
    background-color: transparent;
    top: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    top: 0;
}

.custom-checkbox .field-validation-error {
    margin-left: -24px;
    margin-bottom: 10px;
    width: calc(100% + 24px);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-label::before {
    border: 1px solid #b7b7b7;
}


.custom-control-label::after,
.custom-checkbox .custom-control-label::before {
    top: 0;
}

.form-control,
.select .form-control,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /*    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.1);*/
    /* border-radius: 20px;*/
    /*    font-size:12px;*/
}


.input-group > .form-control:not(:first-child) {
    /*    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;*/
}

#SystemHeaderWrapper {
    background-color: #eff0f1;
    margin-top: -20px;
    border-top: 1px solid #e3e4e5;
}


.select {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .select select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 8px 40px 8px 14px;
        outline: 0;
        border: 1px solid #d4d4d4;
        border-radius: 0px;
        background: #ffffff;
        color: #313639;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select select::-ms-expand {
            display: none;
        }

        .select select:hover,
        .select select:focus {
            color: #ffffff;
            background: #313639;
            border: 1px solid #313639;
        }

        .select select.input-validation-error:hover,
        .select select.input-validation-error:focus {
            color: #ffffff;
            background: #3fa8ed;
        }

        .select select:disabled {
            background: #e9ecef;
            opacity: 1;
            color: #4c535a;
            pointer-events: none;
        }

            .select select:disabled:hover {
                background: #e9ecef;
                opacity: 1;
                color: #4c535a;
                pointer-events: none;
            }

            .select select:disabled ~ .select_arrow {
                border-color: #e9ecef;
            }

.select_arrow {
    position: absolute;
    top: calc(50% - 6px);
    right: 10px;
    width: 6px;
    height: 6px;
    border: solid #313639;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select.redBG select {
    border: 1px solid #3fa8ed;
    border-radius: 0px;
    background: #3fa8ed;
    color: #dddddd;
}



    .select.redBG select:hover,
    .select.redBG select:focus {
        color: #ffffff;
        background: #313639;
        border: 1px solid #313639;
    }

.select.redBG .select_arrow {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}


.select.redBG select:disabled ~ .select_arrow,
.select.redBG select:disabled:hover ~ .select_arrow {
    border-color: #313639;
}

.select.redBG select:disabled {
    border: 1px solid #313639;
    border-radius: 0px;
    background: #313639;
    color: #dddddd;
}

    .select.redBG select:disabled:hover {
        color: #ffffff;
        background: #313639;
        border: 1px solid #313639;
    }

.select select option {
    margin: 40px;
    background: #ffffff;
    color: #313639;
    font-size: 14px;
    line-break: 16px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}


.select .form-control {
    height: 38px;
    line-height: 35px;
    padding: 0px 28px 0px 15px;
}


/************Loading**********/
#pageLoading {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 900;
    text-align: center;
    background: rgba(245, 245, 245, 0.7);
    width: 100%;
    height: 100%;
    font-weight: 500;
    color: #ffffff;
    padding-top: 20%;
    z-index: 99995;
}

#pageLoadingFancy {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 900;
    text-align: center;
    background: rgba(245, 245, 245, 1);
    width: 100%;
    height: 100%;
    font-weight: 500;
    color: #ffffff;
    padding-top: 20%;
    z-index: 99995;
}

.circle {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    border-right: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.circle1 {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgb(167, 0, 0);
    opacity: .9;
    /* border-left: 2px solid rgba(0, 0, 0, 0); */
    /* border-right: 2px solid rgba(0, 0, 0, 0); */
    border-radius: 100%;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    position: relative;
    top: -140px;
    -moz-animation: spinoffPulse 2s infinite linear;
    -webkit-animation: spinoffPulse 2s infinite linear;
}

.circle2 {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgb(151, 151, 151);
    opacity: .9;
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-right: 2px solid rgba(0, 0, 0, 0);
    border-radius: 80px;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    top: -251px;
    -moz-animation: spinPulse 2s infinite linear;
    -webkit-animation: spinPulse 2s infinite linear;
}

.circle3 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px dashed rgb(192, 161, 82);
    opacity: .9;
    border-radius: 80px;
    width: 112px;
    height: 112px;
    margin: 0 auto;
    position: relative;
    top: -352px;
    -moz-animation: spinPulse 2s infinite linear;
    -webkit-animation: spinPulse 2s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(135deg);
        opacity: 1;
    }

    50% {
        -moz-transform: rotate(270deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-360deg);
        opacity: 1;
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(135deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(270deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-360deg);
        opacity: 1;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loading {
    width: 100%;
    height: 100px;
    position: relative;
    text-align: center;
    font-size: 16px;
    top: calc(50% - 86px);
    z-index: 9999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.loading0 {
    -webkit-animation: loading-text 4s infinite;
    animation: loading-text 4s infinite;
}


/* Loading Text */
@-webkit-keyframes loading-text {
    0% {
        color: rgba(30, 30, 30, 1);
    }

    20% {
        color: rgba(30, 30, 30, 0);
    }

    100% {
        color: rgba(30, 30, 30, 1);
    }
}

@keyframes loading-text {
    0% {
        color: rgba(30, 30, 30, 1);
    }

    20% {
        color: rgba(30, 30, 30, 0);
    }

    100% {
        color: rgba(30, 30, 30, 1);
    }
}


.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #212529;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
        color: #fff
    }

        .hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    background: #65cd5f;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    color: #fffafa;
    border: 0px solid #e4e4e4;
    /*    border-radius: 20px;*/
}

    .hvr-shutter-in-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #3fa8ed;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform, background;
        transition-property: transform, background;
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        /*     border-radius: 20px;*/
    }







    .hvr-shutter-in-vertical:active,
    .hvr-shutter-in-vertical:focus,
    .hvr-shutter-in-vertical:hover {
        color: #fff !important;
        border: 0px solid !important;
    }

        .hvr-shutter-in-vertical:active:before,
        .hvr-shutter-in-vertical:focus:before,
        .hvr-shutter-in-vertical:hover:before {
            -webkit-transform: scaleY(0) !important;
            transform: scaleY(0) !important;
        }


    .hvr-shutter-in-vertical:disabled,
    .hvr-shutter-in-vertical:disabled:hover {
        background: #d5d5d5;
        border-color: #d5d5d5;
        cursor: not-allowed;
    }

        .hvr-shutter-in-vertical:disabled:before {
            background: #d5d5d5;
        }


#ExcelStyle tbody td.gridViewIcons,
.ExcelStyle tbody td.gridViewIcons {
    padding: 0px !important;
    vertical-align: middle;
}

.gridViewIcons {
    color: #b3b3b3;
}

.ExcelStyle .gridViewIcons a .mdi,
#ExcelStyle .gridViewIcons button .mdi.
.ExcelStyle .gridViewIcons button .mdi {
    color: #3fa8ed;
}


#ExcelStyle .gridViewIcons a,
#ExcelStyle .gridViewIcons button,
.ExcelStyle .gridViewIcons a,
.ExcelStyle .gridViewIcons button {
    width: 100%;
    color: #ffffff;
    display: inline;
    padding: 7px 15px;
    border: 0px solid #3fa8ed;
    background-color: #3fa8ed;
    margin-right: 1px;
    position: relative;
    bottom: -1px;
    transition: 0.3s all ease;
}

    #ExcelStyle .gridViewIcons a:hover,
    #ExcelStyle .gridViewIcons a:active,
    #ExcelStyle .gridViewIcons a:focus,
    .ExcelStyle .gridViewIcons a:hover,
    .ExcelStyle .gridViewIcons a:active,
    .ExcelStyle .gridViewIcons a:focus {
        color: #ffffff !important;
        text-decoration: none;
        border: 0px solid #65cd5f;
        background-color: #65cd5f;
        transition: 0.3s all ease;
    }

        #ExcelStyle .gridViewIcons a:hover .mdi,
        #ExcelStyle .gridViewIcons a:active .mdi,
        #ExcelStyle .gridViewIcons a:focus .mdi,
        .ExcelStyle .gridViewIcons a:hover .mdi,
        .ExcelStyle .gridViewIcons a:active .mdi,
        .ExcelStyle .gridViewIcons a:focus .mdi {
            color: #ffffff;
            transition: 0.3s all ease;
        }

    #ExcelStyle .gridViewIcons a.disabled,
    #ExcelStyle .gridViewIcons a.disabled:hover,
    #ExcelStyle .gridViewIcons a.disabled:active,
    #ExcelStyle .gridViewIcons a.disabled:focus,
    .ExcelStyle .gridViewIcons a.disabled,
    .ExcelStyle .gridViewIcons a.disabled:hover,
    .ExcelStyle .gridViewIcons a.disabled:active,
    .ExcelStyle .gridViewIcons a.disabled:focus {
        color: #d1d1d1 !important;
        cursor: not-allowed;
        background: #ffffff;
        border: 1px solid #d1d1d1;
    }

#ExcelStyle .nonBillable .gridViewIcons a,
#ExcelStyle .nonBillable .gridViewIcons button,
.ExcelStyle .nonBillable .gridViewIcons a,
.ExcelStyle .nonBillable .gridViewIcons button {
    width: 100%;
    color: #ffffff;
    display: inline;
    padding: 7px 15px;
    border: 0px solid #f3b034;
    background-color: #f3b034;
    margin-right: 1px;
    position: relative;
    bottom: -1px;
    transition: 0.3s all ease;
}

    #ExcelStyle .nonBillable .gridViewIcons a:hover,
    #ExcelStyle .nonBillable .gridViewIcons a:active,
    #ExcelStyle .nonBillable .gridViewIcons a:focus,
    .ExcelStyle .nonBillable .gridViewIcons a:hover,
    .ExcelStyle .nonBillable .gridViewIcons a:active,
    .ExcelStyle .nonBillable .gridViewIcons a:focus {
        color: #ffffff !important;
        text-decoration: none;
        border: 0px solid #d1ba68;
        background-color: #d1ba68;
        transition: 0.3s all ease;
    }

        #ExcelStyle .nonBillable .gridViewIcons a:hover .mdi,
        #ExcelStyle .nonBillable .gridViewIcons a:active .mdi,
        #ExcelStyle .nonBillable .gridViewIcons a:focus .mdi,
        .ExcelStyle .nonBillable .gridViewIcons a:hover .mdi,
        .ExcelStyle .nonBillable .gridViewIcons a:active .mdi,
        .ExcelStyle .nonBillable .gridViewIcons a:focus .mdi {
            color: #ffffff;
            transition: 0.3s all ease;
        }

#ExcelStyle .nonBillable .highlightA,
.ExcelStyle .nonBillable .highlightA {
    color: #ed9d0a !important;
}

#ExcelStyle .nonBillable .gridViewIcons a.disabled,
#ExcelStyle .nonBillable .gridViewIcons a.disabled:hover,
#ExcelStyle .nonBillable .gridViewIcons a.disabled:active,
#ExcelStyle .nonBillable .gridViewIcons a.disabled:focus,
.ExcelStyle .nonBillable .gridViewIcons a.disabled,
.ExcelStyle .nonBillable .gridViewIcons a.disabled:hover,
.ExcelStyle .nonBillable .gridViewIcons a.disabled:active,
.ExcelStyle .nonBillable .gridViewIcons a.disabled:focus {
    color: #f3b034;
    cursor: not-allowed;
    background: #fff4cb;
    border: 1px solid #e1af92;
}


#ExcelStyle .overtime .gridViewIcons a,
#ExcelStyle .overtime .gridViewIcons button,
.ExcelStyle .overtime .gridViewIcons a,
.ExcelStyle .overtime .gridViewIcons button {
    width: 100%;
    color: #ffffff;
    display: inline;
    padding: 7px 15px;
    border: 0px solid #ff4a4a;
    background-color: #ff4a4a;
    margin-right: 1px;
    position: relative;
    bottom: -1px;
    transition: 0.3s all ease;
}

    #ExcelStyle .overtime .gridViewIcons a:hover,
    #ExcelStyle .overtime .gridViewIcons a:active,
    #ExcelStyle .overtime .gridViewIcons a:focus,
    .ExcelStyle .overtime .gridViewIcons a:hover,
    .ExcelStyle .overtime .gridViewIcons a:active,
    .ExcelStyle .overtime .gridViewIcons a:focus {
        color: #ffffff !important;
        text-decoration: none;
        border: 0px solid #bf0c0c;
        background-color: #bf0c0c;
        transition: 0.3s all ease;
    }

        #ExcelStyle .overtime .gridViewIcons a:hover .mdi,
        #ExcelStyle .overtime .gridViewIcons a:active .mdi,
        #ExcelStyle .overtime .gridViewIcons a:focus .mdi,
        .ExcelStyle .overtime .gridViewIcons a:hover .mdi,
        .ExcelStyle .overtime .gridViewIcons a:active .mdi,
        .ExcelStyle .overtime .gridViewIcons a:focus .mdi {
            color: #ffffff;
            transition: 0.3s all ease;
        }

#ExcelStyle .overtime .highlightA,
.ExcelStyle .overtime .highlightA {
    color: #f50b0b !important;
}

#ExcelStyle .overtime .gridViewIcons a.disabled,
#ExcelStyle .overtime .gridViewIcons a.disabled:hover,
#ExcelStyle .overtime .gridViewIcons a.disabled:active,
#ExcelStyle .overtime .gridViewIcons a.disabled:focus,
.ExcelStyle .overtime .gridViewIcons a.disabled,
.ExcelStyle .overtime .gridViewIcons a.disabled:hover,
.ExcelStyle .overtime .gridViewIcons a.disabled:active,
.ExcelStyle .overtime .gridViewIcons a.disabled:focus {
    color: #ebafaf;
    cursor: not-allowed;
    background: #ffe5e5;
    border: 1px solid #ebafaf;
}


#ExcelStyle .nonBillableOvertime .gridViewIcons a,
#ExcelStyle .nonBillableOvertime .gridViewIcons button,
.ExcelStyle .nonBillableOvertime .gridViewIcons a,
.ExcelStyle .nonBillableOvertime .gridViewIcons button {
    width: 100%;
    color: #ffffff;
    display: inline;
    padding: 7px 15px;
    border: 0px solid #ff8b49;
    background-color: #ff8b49;
    margin-right: 1px;
    position: relative;
    bottom: -1px;
    transition: 0.3s all ease;
}

    #ExcelStyle .nonBillableOvertime .gridViewIcons a:hover,
    #ExcelStyle .nonBillableOvertime .gridViewIcons a:active,
    #ExcelStyle .nonBillableOvertime .gridViewIcons a:focus,
    .ExcelStyle .nonBillableOvertime .gridViewIcons a:hover,
    .ExcelStyle .nonBillableOvertime .gridViewIcons a:active,
    .ExcelStyle .nonBillableOvertime .gridViewIcons a:focus {
        color: #ffffff !important;
        text-decoration: none;
        border: 0px solid #df7233;
        background-color: #df7233;
        transition: 0.3s all ease;
    }

        #ExcelStyle .nonBillableOvertime .gridViewIcons a:hover .mdi,
        #ExcelStyle .nonBillableOvertime .gridViewIcons a:active .mdi,
        #ExcelStyle .nonBillableOvertime .gridViewIcons a:focus .mdi,
        .ExcelStyle .nonBillableOvertime .gridViewIcons a:hover .mdi,
        .ExcelStyle .nonBillableOvertime .gridViewIcons a:active .mdi,
        .ExcelStyle .nonBillableOvertime .gridViewIcons a:focus .mdi {
            color: #ffffff;
            transition: 0.3s all ease;
        }

#ExcelStyle .nonBillableOvertime .highlightA,
.ExcelStyle .nonBillableOvertime .highlightA {
    color: #e9702b !important;
}

#ExcelStyle .nonBillableOvertime .gridViewIcons a.disabled,
#ExcelStyle .nonBillableOvertime .gridViewIcons a.disabled:hover,
#ExcelStyle .nonBillableOvertime .gridViewIcons a.disabled:active,
#ExcelStyle .nonBillableOvertime .gridViewIcons a.disabled:focus,
.ExcelStyle .nonBillableOvertime .gridViewIcons a.disabled,
.ExcelStyle .nonBillableOvertime .gridViewIcons a.disabled:hover,
.ExcelStyle .nonBillableOvertime .gridViewIcons a.disabled:active,
.ExcelStyle .nonBillableOvertime .gridViewIcons a.disabled:focus {
    color: #ef9460;
    cursor: not-allowed;
    background: #ffbf9a;
    border: 1px solid #ef9460;
}






.hvr-shutter-in-vertical.VariantA,
#ExcelStyle .gridViewIcons a.VariantA:link,
#ExcelStyle .gridViewIcons a.VariantA:visited,
.ExcelStyle .gridViewIcons a.VariantA:link,
.ExcelStyle .gridViewIcons a.VariantA:visited {
    background: #404040;
    border-color: #404040;
}

    .hvr-shutter-in-vertical.VariantA:before,
    #ExcelStyle .gridViewIcons a.VariantA:hover,
    #ExcelStyle .gridViewIcons a.VariantA:active,
    .ExcelStyle .gridViewIcons a.VariantA:hover,
    .ExcelStyle .gridViewIcons a.VariantA:active {
        background: #bd0404;
    }

.hvr-shutter-in-vertical.VariantB,
#ExcelStyle .gridViewIcons a.VariantB:link,
#ExcelStyle .gridViewIcons a.VariantB:visited,
.ExcelStyle .gridViewIcons a.VariantB:link,
.ExcelStyle .gridViewIcons a.VariantB:visited {
    background: #65cd5f;
    border-color: #65cd5f;
}

    .hvr-shutter-in-vertical.VariantB:before,
    #ExcelStyle .gridViewIcons a.VariantB:hover,
    #ExcelStyle .gridViewIcons a.VariantB:active,
    .ExcelStyle .gridViewIcons a.VariantB:hover,
    .ExcelStyle .gridViewIcons a.VariantB:active {
        background: #fbac36;
    }


.hvr-shutter-in-vertical.VariantC,
#ExcelStyle .gridViewIcons a.VariantC:link,
#ExcelStyle .gridViewIcons a.VariantC:visited,
.ExcelStyle .gridViewIcons a.VariantC:link,
.ExcelStyle .gridViewIcons a.VariantC:visited {
    background: #313639;
    border-color: #797979;
}

    .hvr-shutter-in-vertical.VariantC:before,
    #ExcelStyle .gridViewIcons a.VariantC:hover,
    #ExcelStyle .gridViewIcons a.VariantC:active,
    .ExcelStyle .gridViewIcons a.VariantC:hover,
    .ExcelStyle .gridViewIcons a.VariantC:active {
        background: #797979;
    }

.hvr-shutter-in-vertical.VariantD,
#ExcelStyle .gridViewIcons a.VariantD:link,
#ExcelStyle .gridViewIcons a.VariantD:visited,
.ExcelStyle .gridViewIcons a.VariantD:link,
.ExcelStyle .gridViewIcons a.VariantD:visited {
    background: #60a585;
    border-color: #60a585;
}

    .hvr-shutter-in-vertical.VariantD:before,
    #ExcelStyle .gridViewIcons a.VariantD:hover,
    #ExcelStyle .gridViewIcons a.VariantD:active,
    .ExcelStyle .gridViewIcons a.VariantD:hover,
    .ExcelStyle .gridViewIcons a.VariantD:active {
        background: #a3a3a3;
    }

.hvr-shutter-in-vertical.VariantE,
#ExcelStyle .gridViewIcons a.VariantE:link,
#ExcelStyle .gridViewIcons a.VariantE:visited,
.ExcelStyle .gridViewIcons a.VariantE:link,
.ExcelStyle .gridViewIcons a.VariantE:visited {
    background: #3fa8ed;
    border-color: #3fa8ed;
}

    .hvr-shutter-in-vertical.VariantE:before,
    #ExcelStyle .gridViewIcons a.VariantE:hover,
    #ExcelStyle .gridViewIcons a.VariantE:active,
    .ExcelStyle .gridViewIcons a.VariantE:hover,
    .ExcelStyle .gridViewIcons a.VariantE:active {
        background: #a3a3a3;
    }

.hvr-shutter-in-vertical.VariantF,
#ExcelStyle .gridViewIcons a.VariantF:link,
#ExcelStyle .gridViewIcons a.VariantF:visited,
.ExcelStyle .gridViewIcons a.VariantF:link,
.ExcelStyle .gridViewIcons a.VariantF:visited {
    background: #fbac36;
    border-color: #fbac36;
}

    .hvr-shutter-in-vertical.VariantF:before,
    #ExcelStyle .gridViewIcons a.VariantF:hover,
    #ExcelStyle .gridViewIcons a.VariantF:active,
    .ExcelStyle .gridViewIcons a.VariantF:hover,
    .ExcelStyle .gridViewIcons a.VariantF:active {
        background: #65cd5f;
    }

#ExcelStyle .gridViewIcons .mdi,
.ExcelStyle .gridViewIcons .mdi {
}

.HoverGold,
.HoverBlue,
.HoverRed,
.HoverBlack {
    transition: color 0.1s linear; /* vendorless fallback */
    -o-transition: color 0.1s linear; /* opera */
    -ms-transition: color 0.1s linear; /* IE 10 */
    -moz-transition: color 0.1s linear; /* Firefox */
    -webkit-transition: color 0.1s linear; /*safari and chrome */
}

    .HoverBlue:hover {
        -webkit-animation: HoverBlue 0.1s;
        -moz-animation: HoverBlue 0.1s;
        -o-animation: HoverBlue 0.1s;
        -ms-animation: HoverBlue 0.1s;
        animation: HoverBlue 0.1s;
        color: #313639;
        cursor: pointer;
    }

@-webkit-keyframes HoverBlue {
    from {
        color: inherit;
    }

    to {
        color: #313639;
    }
}

@-moz-keyframes HoverBlue {
    from {
        color: inherit;
    }

    to {
        color: #313639;
    }
}

@-ms-keyframes HoverBlue {
    from {
        color: inherit;
    }

    to {
        color: #313639;
    }
}

@-o-keyframes HoverBlue {
    from {
        color: inherit;
    }

    to {
        color: #313639;
    }
}

@keyframes HoverBlue {
    from {
        color: inherit;
    }

    to {
        color: #313639;
    }
}

.HoverRed:hover {
    -webkit-animation: HoverRed 0.1s;
    -moz-animation: HoverRed 0.1s;
    -o-animation: HoverRed 0.1s;
    -ms-animation: HoverRed 0.1s;
    animation: HoverRed 0.1s;
    color: #3fa8ed;
}

@-webkit-keyframes HoverRed {

    from {
        color: inherit;
    }

    to {
        color: #3fa8ed;
    }
}

@-moz-keyframes HoverRed {
    from {
        color: inherit;
    }

    to {
        color: #3fa8ed;
    }
}

@-ms-keyframes HoverRed {
    from {
        color: inherit;
    }

    to {
        color: #3fa8ed;
    }
}

@-o-keyframes HoverRed {
    from {
        color: inherit;
    }

    to {
        color: #3fa8ed;
    }
}

@keyframes HoverRed {
    from {
        color: inherit;
    }

    to {
        color: #3fa8ed;
    }
}



.HoverGold:hover {
    -webkit-animation: HoverGold 0.1s;
    -moz-animation: HoverGold 0.1s;
    -o-animation: HoverGold 0.1s;
    -ms-animation: HoverGold 0.1s;
    animation: HoverGold 0.1s;
    color: #be930d;
}

@-webkit-keyframes HoverGold {
    from {
        color: inherit;
    }

    to {
        color: #be930d;
    }
}

@-moz-keyframes HoverGold {
    from {
        color: inherit;
    }

    to {
        color: #be930d;
    }
}

@-ms-keyframes HoverGold {
    from {
        color: inherit;
    }

    to {
        color: #be930d;
    }
}

@-o-keyframes HoverGold {
    from {
        color: inherit;
    }

    to {
        color: #be930d;
    }
}

@keyframes HoverGold {
    from {
        color: inherit;
    }

    to {
        color: #be930d;
    }
}

.HoverBlack:hover {
    -webkit-animation: HoverBlack 0.1s;
    -moz-animation: HoverBlack 0.1s;
    -o-animation: HoverBlack 0.1s;
    -ms-animation: HoverBlack 0.1s;
    animation: HoverBlack 0.1s;
    color: #191f22;
}

@-webkit-keyframes HoverBlack {
    from {
        color: inherit;
    }

    to {
        color: #191f22;
    }
}

@-moz-keyframes HoverBlack {
    from {
        color: inherit;
    }

    to {
        color: #191f22;
    }
}

@-ms-keyframes HoverBlack {
    from {
        color: inherit;
    }

    to {
        color: #191f22;
    }
}

@-o-keyframes HoverBlack {
    from {
        color: inherit;
    }

    to {
        color: #191f22;
    }
}

@keyframes HoverBlack {
    from {
        color: inherit;
    }

    to {
        color: #191f22;
    }
}


.field-validation-error {
    display: inline-block;
    padding: 4px 15px 4px 10px;
    border: 0px solid #3fa8ed;
    border-top-left-radius: 20px;
    border-radius: 20px;
    position: absolute;
    background: rgba(46,147,214,0.9);
    z-index: 999; /*dropdowns are 1000*/
    color: #ffffff !important;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Arial', sans-serif;
    box-shadow: 4px 5px 5px 0px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 4px 5px 5px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 4px 5px 5px 0px rgb(0,0,0,0.4);
    top: -15px;
    white-space: nowrap;
}

    .field-validation-error:before {
        height: 100%;
        position: absolute;
        top: 2px;
        display: inline-block;
        position: relative;
        box-shadow: none;
        box-sizing: content-box;
        text-align: center;
        font-family: "Material Design Icons";
        font-size: 20px;
        content: "\F02FD";
        margin-right: 6px;
    }


    .field-validation-error::after {
        content: '';
        position: absolute;
        left: 12px;
        top: calc(100% - 2px);
        width: 20px;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #429dda;
        clear: both;
    }


.notificationBlock {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 25px 15px;
    border: 1px solid #dddddd;
    position: relative;
    border-radius: 12px;
}

    .notificationBlock.ErrorNotice {
        border: 1px solid #e54040;
    }

    .notificationBlock.SuccessNotice {
        border: 1px solid #3fa8ec;
    }

    .notificationBlock.WarningNotice {
        border: 1px solid #f3bf03;
    }

    .notificationBlock:before {
        height: 24px;
        line-height: 24px;
        position: absolute;
        top: calc(50% - 12px);
        display: inline-block;
        position: relative;
        box-shadow: none;
        box-sizing: content-box;
        text-align: center;
        font-family: "Material Design Icons";
        font-size: 20px;
        content: "\F02FD";
        float: left;
        font-size: 24px;
    }

    .notificationBlock.ErrorNotice:before {
        color: #e54040;
    }

    .notificationBlock.SuccessNotice:before {
        color: #3fa8ec;
        content: "\F012C";
    }

    .notificationBlock.WarningNotice:before {
        color: #f3bf03;
        content: "\F012C";
    }

.invalid-feedback {
    font-size: 100%;
    color: #3fa8ed;
}

#VINLength {
    position: absolute;
    width: 100%;
    padding: 1.34rem 0.95rem;
    line-height: 1px;
    text-align: center;
    font-size: 12px
}

.warningParagrph {
    color: #3fa8ed;
}

.btn {
    font-size: 14px;
}

.systemMainBGcontainerCRUD {
    background-color: #dddddd;
}

    .systemMainBGcontainerCRUD .btn {
        padding: 0px;
    }

    .systemMainBGcontainerCRUD a {
        /*display: inline-flex;
    line-height: 38px;*/
    }

    .systemMainBGcontainerCRUD .mdi {
        /*font-size: 38px;
    margin-right: 10px;*/
    }

    .systemMainBGcontainerCRUD a.btn:link,
    .systemMainBGcontainerCRUD a.btn:visited {
        /*color: #313639;
    transition: color 0.2s ease;*/
    }

    .systemMainBGcontainerCRUD a.btn:hover,
    .systemMainBGcontainerCRUD a.btn:active {
        /*color: #3fa8ed;
    transition: color 0.2s ease;*/
    }

    .systemMainBGcontainerCRUD a.btn.disabled:link,
    .systemMainBGcontainerCRUD a.btn.disabled:visited,
    .systemMainBGcontainerCRUD a.btn.disabled:hover,
    .systemMainBGcontainerCRUD a.btn.disabled:active {
        /*color: #b7b7b7;*/
    }

    .systemMainBGcontainerCRUD a.btn.disabled {
        pointer-events: auto;
    }

        .systemMainBGcontainerCRUD a.btn.disabled:hover {
            /*cursor: not-allowed;*/
        }


.jconfirm .jconfirm-box .jconfirm-buttons button {
    padding: 7px 30px 7px 25px;
    border-radius: 0px;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
    text-transform: none;
    font-weight: 400;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
    text-transform: none;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-weight: normal;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 0px;
}

.theme-font-gold {
    color: #ca9825;
}
/*Button Normal State Outline*/
.btn-theme-blue {
    border-bottom: 2px solid #0080C6;
    color: rgba(61, 77, 101, 1) !important;
    background-color: #ffffff !important;
}


.btn-theme-red {
    border: 1px solid #D1335B;
    color: #D1335B !important;
    background-color: transparent !important;
}

.btn-theme-yellow {
    border-bottom: 2px solid #FEC227;
    color: rgba(61, 77, 101, 1) !important;
    background-color: #ffffff !important;
}

.btn-theme-green {
    border: 1px solid #9DBF15;
    color: #9DBF15 !important;
    background-color: transparent !important;
}

.btn-theme-purple {
    border: 1px solid #633B97;
    color: #633B97 !important;
    background-color: transparent !important;
}

.btn-theme-grey {
    border: 1px solid #637883;
    color: #637883 !important;
    background-color: transparent !important;
}

.btn-theme-orange {
    border-bottom: 2px solid #F36F2B;
    color: rgba(61, 77, 101, 1) !important;
    background-color: #ffffff !important;
}

/*Button Hover States Outline*/
.btn-theme-blue:hover {
    border: 1px solid #0080C6;
    background-color: #0080C6 !important;
    color: #ffffff !important;
}

.btn-theme-red:hover {
    border: 1px solid #D1335B;
    background-color: #D1335B !important;
    color: #ffffff !important;
}

.btn-theme-yellow:hover {
    border: 1px solid #FEC227;
    background-color: #FEC227 !important;
    color: #ffffff !important;
}

.btn-theme-green:hover {
    border: 1px solid #9DBF15;
    background-color: #9DBF15 !important;
    color: #ffffff !important;
}

.btn-theme-purple:hover {
    border: 1px solid #633B97;
    background-color: #633B97 !important;
    color: #ffffff !important;
}

.btn-theme-grey:hover {
    border: 1px solid #637883;
    background-color: #637883 !important;
    color: #ffffff !important;
}

.btn-theme-orange:hover {
    border: 1px solid #F36F2B;
    background-color: #F36F2B !important;
    color: #ffffff !important;
}

/*Button Normal States Solid*/
.btn-theme-blue-Solid {
    border: 1px solid #0080C6;
    background-color: #0080C6 !important;
    color: #ffffff !important;
}

.btn-theme-red-Solid {
    border: 1px solid #D1335B;
    background-color: #D1335B !important;
    color: #ffffff !important;
}


.btn-theme-yellow-Solid {
    border: 1px solid #FEC227;
    background-color: #FEC227 !important;
    color: #ffffff !important;
}

.btn-theme-green-Solid {
    border: 1px solid #9DBF15;
    background-color: #9DBF15 !important;
    color: #ffffff !important;
}

.btn-theme-purple-Solid {
    border: 1px solid #633B97;
    background-color: #633B97 !important;
    color: #ffffff !important;
}

.btn-theme-grey-Solid {
    border: 1px solid #637883;
    background-color: #637883 !important;
    color: #ffffff !important;
}

.btn-theme-orange-Solid {
    border: 1px solid #F36F2B;
    background-color: #F36F2B !important;
    color: #ffffff !important;
}
/*Button Hover State Solid*/
.btn-theme-blue-Solid:hover {
    border: 1px solid #0080C6;
    color: #0080C6 !important;
    background-color: transparent !important;
}

.btn-theme-red-Solid:hover {
    border: 1px solid #D1335B;
    color: #D1335B !important;
    background-color: transparent !important;
}

.btn-theme-yellow-Solid:hover {
    border: 1px solid #FEC227;
    color: #FEC227 !important;
    background-color: transparent !important;
}

.btn-theme-green-Solid:hover {
    border: 1px solid #9DBF15;
    color: #9DBF15 !important;
    background-color: transparent !important;
}

.btn-theme-purple-Solid:hover {
    border: 1px solid #633B97;
    color: #633B97 !important;
    background-color: transparent !important;
}

.btn-theme-grey-Solid:hover {
    border: 1px solid #637883;
    color: #637883 !important;
    background-color: transparent !important;
}

.btn-theme-orange-Solid:hover {
    border: 1px solid #F36F2B;
    color: #F36F2B !important;
    background-color: transparent !important;
}

/*Button Disabled State Solid*/
.btn-theme-blue-Solid.disabled,
.btn-theme-red-Solid.disabled,
.btn-theme-yellow-Solid.disabled,
.btn-theme-green-Solid.disabled,
.btn-theme-purple-Solid.disabled,
.btn-theme-grey-Solid.disabled,
.btn-theme-orange-Solid.disabled,
.btn-theme-blue-Solid.disabled:hover,
.btn-theme-red-Solid.disabled:hover,
.btn-theme-yellow-Solid.disabled:hover,
.btn-theme-green-Solid.disabled:hover,
.btn-theme-purple-Solid.disabled:hover,
.btn-theme-grey-Solid.disabled:hover,
.btn-theme-orange-Solid.disabled:hover {
    border: 1px solid #647784 !important;
    color: #ffffff !important;
    background-color: #647784 !important;
}

/*Button Active State Solid*/
.btn-theme-blue-Solid.active {
    border: 1px solid #0b4f74;
    color: #ffffff !important;
    background-color: #0b4f74 !important;
}

.btn-theme-red-Solid.active {
    border: 1px solid #79122c;
    color: #ffffff !important;
    background-color: #79122c !important;
}

.btn-theme-yellow-Solid.active {
    border: 1px solid #FEC227;
    color: #ffffff !important;
    background-color: #FEC227 !important;
}

.btn-theme-green-Solid.active {
    border: 1px solid #a07812;
    color: #ffffff !important;
    background-color: #a07812 !important;
}

.btn-theme-purple-Solid.active {
    border: 1px solid #2f1353;
    color: #ffffff !important;
    background-color: #2f1353 !important;
}

.btn-theme-grey-Solid.active {
    border: 1px solid #41545e;
    color: #ffffff !important;
    background-color: #41545e !important;
}

.btn-theme-orange-Solid.active {
    border: 1px solid #9f3d0b;
    color: #ffffff !important;
    background-color: #9f3d0b !important;
}


.noLink-btn-theme-blue-Solid,
.noLink-btn-theme-blue-Solid:hover {
    border: 1px solid #0080C6;
    color: #ffffff !important;
    background-color: #0080C6 !important;
    cursor: default !important;
}

.noLink-btn-theme-red-Solid,
.noLink-btn-theme-red-Solid:hover {
    border: 1px solid #D1335B;
    color: #ffffff !important;
    background-color: #D1335B !important;
    cursor: default !important;
}

.noLink-btn-theme-yellow-Solid,
.noLink-btn-theme-yellow-Solid:hover {
    border: 1px solid #FEC227;
    color: #ffffff !important;
    background-color: #FEC227 !important;
    cursor: default !important;
}

.noLink-btn-theme-green-Solid,
.noLink-btn-theme-green-Solid:hover {
    border: 1px solid #9DBF15;
    color: #ffffff !important;
    background-color: #9DBF15 !important;
    cursor: default !important;
}

.noLink-btn-theme-purple-Solid,
.noLink-btn-theme-purple-Solid:hover {
    border: 1px solid #633B97;
    color: #ffffff !important;
    background-color: #633B97 !important;
    cursor: default !important;
}

.noLink-btn-theme-grey-Solid,
.noLink-btn-theme-grey-Solid:hover {
    border: 1px solid #637883;
    color: #ffffff !important;
    background-color: #637883 !important;
    cursor: default !important;
}

.noLink-btn-theme-orange-Solid,
.noLink-btn-theme-orange-Solid:hover {
    border: 1px solid #F36F2B;
    color: #ffffff !important;
    background-color: #F36F2B !important;
    cursor: default !important;
}


.cropper-point {
    background-color: #e47010;
}

.cropper-line {
    background-color: #e47010;
}

.cropper-view-box {
    outline: 1px solid #e47010;
}

.sqs-audio-player {
    background-color: #b3b3b3 !important;
    background-image: linear-gradient(#eaeaea, #eaeaea) !important;
    background: -webkit-linear-gradient(#b3b3b3, #eaeaea) !important;
    border: 0px solid #b3b3b3 !important;
    border-radius: 0px 0px 0px 0px;
    color: #ff6c00;
}

.font-theme-color-red {
    color: #3fa8ed;
}

button.disabled .font-theme-color-red {
    color: #ffffff;
}

.font-theme-color-black {
    color: #313639;
}


.font-theme-color-white {
    color: #ffffff;
}

.audio-author {
    color: #325a83 !important;
}

.audio-title {
    color: #ffffff !important;
}

.volume .bar.active {
    border-right-color: #36b3a8 !important;
}

.volume .bar {
    border-right-color: #FEC227 !important;
}

.progress {
    background: none repeat scroll 0 0 #707070 !important;
}

.controls {
    color: #192329 !important;
}

.media-icons {
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    display: block;
    background-position: center;
    background-size: contain;
}

#mainimagePreviewLink .media-icons,
#quoteimagePreviewLink .media-icons {
    width: 25px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.FileTypeIcons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.csv-img {
    background-image: url('../images/csv.png');
}

.pdf-img {
    background-image: url('../images/pdf.png');
}

.doc-img {
    background-image: url('../images/doc.png');
}

.docx-img {
    background-image: url('../images/docx.png');
}

.xls-img {
    background-image: url('../images/xls.png');
}

.txt-img {
    background-image: url('../images/txt.png');
}

.aud-img {
    background-image: url('../images/aud.png');
}

.vid-img {
    background-image: url('../images/vid.png');
}

.svg-img {
    background-image: url('../images/svg.png');
}
/*Image Editing START*/
.image_container, .image_container img {
    width: 100%;
}

.imageEditorButtons {
    padding: 10px 0px;
}

.img-preview {
    margin-bottom: .5rem;
    margin-right: .5rem;
    overflow: hidden;
}

.preview-lg {
    height: 22rem;
    width: 100%;
}

.cropper-crop-box {
    z-index: 9;
}
/*Image Editing END*/
button:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.dragDrop {
    width: 100%;
    height: 230px;
    border: 1px dashed #748ca7;
    background-color: #fff;
    border-radius: 3px;
}


    .dragDrop:hover,
    .dragDrop.hasFiles {
        border: 1px dashed #d4d4d4;
        background-color: #eff0f1;
    }

    .dragDrop input {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        outline: none;
        opacity: 0;
    }

        .dragDrop input:hover,
        .dragDrop p:hover,
        .dragDrop:hover {
            cursor: pointer !important;
        }



    .dragDrop p {
        text-align: center;
        color: #909090;
        font-family: Arial;
        margin: 0px;
        padding-top: 25px;
    }

    .dragDrop:hover p {
        color: #313639;
    }

.dragDropButton {
    margin-top: 10px;
    padding: 3px 15px;
    font-size: 14px;
}

.font-theme-9 {
    font-size: 9px
}

.font-theme-10 {
    font-size: 10px
}

.font-theme-11 {
    font-size: 11px
}

.font-theme-12 {
    font-size: 12px
}

.font-theme-13 {
    font-size: 13px
}

.font-theme-14 {
    font-size: 14px
}

.font-theme-15 {
    font-size: 15px
}

.font-theme-16 {
    font-size: 16px
}

.font-theme-18 {
    font-size: 18px
}

.font-theme-20 {
    font-size: 20px
}

.font-theme-22 {
    font-size: 22px
}


.font-theme-24 {
    font-size: 24px
}

.font-theme-30 {
    font-size: 30px
}

.font-theme-36 {
    font-size: 36px
}

.font-theme-40 {
    font-size: 40px;
    line-height: 40px;
}


.font-theme-48 {
    font-size: 48px
}

.font-theme-68 {
    font-size: 68px
}


.mdi-14px, .mdi-14px.mdi-set, .mdi-14px.mdi:before {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
}

.mdi-26px, .mdi-16px.mdi-set, .mdi-16px.mdi:before {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
}

    .mdi-26px, .mdi-26px.mdi-set, .mdi-26px.mdi:before {
        font-size: 26px;
        line-height: 26px;
        height: 26px;
    }

.mdi-28px, .mdi-28px.mdi-set, .mdi-28px.mdi:before {
    font-size: 28px;
    line-height: 28px;
    height: 28px;
}

.mdi-30px, .mdi-30px.mdi-set, .mdi-30px.mdi:before {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
}

.mdi-32px, .mdi-32px.mdi-set, .mdi-32px.mdi:before {
    font-size: 32px;
    line-height: 32px;
    height: 32px;
}

.mdi-34px, .mdi-34px.mdi-set, .mdi-34px.mdi:before {
    font-size: 34px;
    line-height: 34px;
    height: 34px;
}



.min-100 {
    min-width: 100% !important;
}

table.dataTable.no-footer {
    /*border-bottom: 0px !important;*/
    margin-bottom: 15px;
}

#pageLoadingDatatables {
    position: relative;
    top: 25%;
}

table.dataTable tbody tr.currentUser {
    background-color: #def1e5;
}

.dataTables_processing {
    height: 100% !important;
    top: 0px !important;
    background: rgba(255,255,255,0.8) !important;
}

.dataCheckbox {
    width: 55px;
    padding: 0px !important;
}

.nonDatatables.jqueryForm {
    min-height: 80px;
    width: 99%;
}

.nonDatatables .dataCheckbox {
    width: 100% !important;
}

.nonDatatables .form-group {
    margin-bottom: 5px;
}

.nonDatatables .dataCheckbox label {
    width: auto;
}

    .nonDatatables .dataCheckbox label:hover {
        cursor: pointer;
    }

.nonDatatables .dataCheckbox .checkbox .cr,
.nonDatatables .dataCheckbox .radio .cr {
    top: 5px;
    margin-right: 8px;
}

.dataCheckbox .checkbox label:after,
.dataCheckbox .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.dataCheckbox .checkbox .cr,
.dataCheckbox .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    width: 1.6em;
    height: 1.6em;
    margin-right: 0px;
}

.dataCheckbox .radio .cr {
    border-radius: 50%;
}

    .dataCheckbox .checkbox .cr .cr-icon,
    .dataCheckbox .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .dataCheckbox .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.dataCheckbox .checkbox label input[type="checkbox"],
.dataCheckbox .radio label input[type="radio"] {
    display: none;
}

    .dataCheckbox .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .dataCheckbox .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .dataCheckbox .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .dataCheckbox .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .dataCheckbox .checkbox label input[type="checkbox"]:disabled + .cr,
    .dataCheckbox .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.dataCheckbox .fa-check {
    color: #276aaf;
}

.dataCheckbox label {
    width: 100%;
}

.dataCheckbox .cr-icon:hover {
    cursor: pointer;
}

.checkbox input[type=checkbox]:checked + span.cr {
    color: #f00;
    font-style: normal;
}






table.dataTable.dtr-column > tbody > tr > td.control::before,
table.dataTable.dtr-column > tbody > tr > th.control::before {
    top: 5px;
    height: 25px;
    width: 25px;
    display: block;
    position: relative;
    color: white;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    font-family: "Material Design Icons";
    font-size: 16px;
    line-height: 25px;
    content: "\F0140";
    background-color: #3fa8ed;
    text-indent: 0px !important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
}

table.dataTable.dtr-column > tbody > tr.parent td.control::before,
table.dataTable.dtr-column > tbody > tr.parent th.control::before {
    content: "\F0143";
    background-color: #1f1f1f;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}

tbody tr.nonBillable {
    background: #fff4cb !important;
    position: relative;
}

    tbody tr.nonBillable .unchecked-text {
        color: #e3ce84 !important;
    }

    tbody tr.nonBillable .red-text {
        color: #f3b034 !important;
    }


tbody tr.overtime .unchecked-text {
    color: #d3b1b7 !important;
}

tbody tr.overtime {
    background: #ffe5e5 !important;
    position: relative;
}



tbody tr.nonBillableOvertime {
    background: #ffccae !important;
    position: relative;
}

    tbody tr.nonBillableOvertime .unchecked-text {
        color: #f3a87d !important;
    }

    tbody tr.nonBillableOvertime .red-text {
        color: #dd7234 !important;
    }

.table-striped tbody tr:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.table-striped tbody tr.nonBillable:hover {
    background-color: #f3e8be !important;
}

.table-striped tbody tr.overtime:hover {
    background-color: #ffd1d1 !important;
}

.table-striped tbody tr.nonBillableOvertime:hover {
    background-color: #ffbf9a !important;
}

.ExcelStyle .mdi-close {
    color: rgba(0,0,0,0.15);
}

.ExcelStyle .mdi-check-bold {
    color: #3fa7eb;
}

.ExcelStyle tr.nonBillable .mdi-check-bold {
    color: #f3b034;
}

.ExcelStyle tr.overtime .mdi-check-bold {
    color: #ff4a4a;
}

.ExcelStyle tr.nonBillableOvertime .mdi-check-bold {
    color: #ff4a4a;
}


.systemMainProgress {
    display: flex;
    height: 0.6rem;
    font-size: 0.75rem;
    background-color: rgb(239, 239, 239);
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 4px 1px inset;
    overflow: hidden;
}

.systemMainProgressValue {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px 0px inset;
    transition: width 0.4s ease-in-out;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: rgba(0,0,0,0.7);
}


#cookieConsent.alert {
    position: fixed;
    width: 100%;
    display: inline-block;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    border: 0px !important;
    border-radius: 0px !important;
    z-index: 10000;
    padding: 0px;
    font-size: 14px;
}


#cookieConsent.alert-info {
    color: #b9b9b9;
    background-color: rgba(0,0,0,0.85);
}

#cookieConsent a:link,
#cookieConsent a:visited {
    color: #d21e36;
    font-size: 14px;
}



.custom-file input:hover {
    cursor: pointer !important;
}

.custom-file-label::after {
    background: #e1e1e1;
    /*    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;*/
}

.custom-file:hover .custom-file-label::after {
    background: #3fa8ed;
    color: #ffffff;
    transition: 0.2s all ease-in;
}

.input-group-text {
    background-color: #f1f1f1;
    color: #545454;
    border-radius: 0px;
    border-color: #d4d4d4;
    height: 38px;
    /*    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;*/
}

    .input-group-text:hover {
        cursor: pointer;
    }

.PrevNext:link .input-group-text,
.PrevNext:visited .input-group-text {
    background-color: #e9e9e9;
    border-color: #d4d4d4;
}

.PrevNext:hover .input-group-text,
.PrevNext:active .input-group-text {
    background-color: #64bdf7;
    border-color: #79caff;
    color: #b5e2ff;
}

.PrevNext.disabled:link .input-group-text,
.PrevNext.disabled:visited .input-group-text,
.PrevNext.disabled:hover .input-group-text,
.PrevNext.disabled:active .input-group-text {
    background-color: #f1f1f1;
    border-color: #d4d4d4;
    cursor: not-allowed;
    color: #dddddd;
}

.input-group a.PrevNext:first-child .input-group-text {
    border-right: 0px !important;
}

.input-group a.PrevNext:last-child .input-group-text {
    border-left: 0px !important;
}

.TodayBtn {
    margin-left: -1px;
}

    .TodayBtn:link .input-group-text,
    .TodayBtn:visited .input-group-text {
        background-color: #e9e9e9;
        border-color: #d4d4d4;
    }

    .TodayBtn:hover .input-group-text,
    .TodayBtn:active .input-group-text {
        background-color: #64bdf7;
        border-color: #79caff;
        color: #b5e2ff;
    }

    .TodayBtn.disabled:link .input-group-text,
    .TodayBtn.disabled:visited .input-group-text,
    .TodayBtn.disabled:hover .input-group-text,
    .TodayBtn.disabled:active .input-group-text {
        background-color: #f1f1f1;
        border-color: #d4d4d4;
        cursor: not-allowed;
        color: #dddddd;
    }

.timeAgo {
    color: #3fa8ed;
}

#resetDate {
    margin-left: -1px;
}

.borderBox {
    border: 1px solid #dddddd;
    padding: 35px;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #ffffff;
}

.borderBoxHeading {
    position: absolute;
    left: 25px;
    top: -18px;
    background-color: #ffffff;
    padding: 5px 20px 5px 10px;
    text-shadow: 1px 0px 0px rgba(0,0,0,0.2);
    border: 1px solid #dddddd;
    font-size: 12px;
    text-transform: uppercase;
}


.chartLabel {
    position: absolute;
    top: 40%;
    width: 120px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

    .chartLabel b {
        font-size: 22px;
        margin-left: 5px;
    }


.UserRecord .chartLabel {
    position: absolute;
    top: 34%;
    width: calc(100% - 15px);
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}


.line-h-36 {
    line-height: 36px;
}

.font-light {
    font-weight: normal;
}

.row-audience {
}

.row-voucher {
    min-width: 180px;
    line-height: 57px;
}

.locked {
}

.content-edit {
    width: 20px;
    height: 20px;
    position: absolute;
    color: #fff;
    right: 51%;
    top: 40%;
    font-size: 46px;
}


.chev-arrow {
    width: 7px;
    height: 7px;
    border: solid #3fa8ed;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 5px;
}

.mail-arrow {
    position: absolute;
    top: 40%;
    left: 13px;
    width: 10px;
    height: 10px;
    border: solid #313639;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
}

.setup-mail-btn:hover .mail-arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
}

.site-button-line:hover .chev-arrow {
    border: solid #3fa8ed;
    border-width: 0 2px 2px 0;
    display: inline-block;
}

.btn-text {
    padding-left: 12px;
}

.btn-tooltip {
    padding: 0px !important;
    position: relative;
    top: -10px;
    left: 0px;
    color: #3fa8ed;
    font-size: 16px;
}

.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-color: #fff;
}

.select select:disabled ~ .select_arrow {
    border-top-color: #fff;
}


.select.redBG select:hover ~ .select_arrow,
.select.redBG select:focus ~ .select_arrow {
    border-color: #fff;
}

.select.redBG select:disabled ~ .select_arrow {
    border-top-color: #fff;
}


.site-button-line {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding: 12px 17px 12px 17px;
    border: solid #ffffff 1px;
    text-decoration: none;
    position: relative;
    background: transparent;
}

.carouselEmailBox .site-button-line {
    padding: 0px 18px 0px 12px;
    height: 46px;
    line-height: 46px;
}

.site-button-line:hover {
    background: #ffffff;
    color: #313639;
    text-decoration: none;
}


a.plus-btn:link,
a.plus-btn:visited {
    color: #ffffff !important;
    font-size: 24px;
    width: 60px;
    border: solid #3fa8ed 1px;
    background-color: #3fa8ed;
    text-decoration: none;
    display: inline-block;
}

a.plus-btn:hover,
a.plus-btn:active {
    color: #ffffff !important;
    font-size: 24px;
    width: 60px;
    border: solid #3c3c3c 1px;
    background-color: #3c3c3c;
    text-decoration: none;
    display: inline-block;
}


a.plus-btn.sideOpen:link,
a.plus-btn.sideOpen:visited {
    color: #ffffff !important;
    font-size: 24px;
    width: 60px;
    border: solid #3c3c3c 1px;
    background-color: #3c3c3c;
    text-decoration: none;
    display: inline-block;
}

a.plus-btn.sideOpen:hover,
a.plus-btn.sideOpen:active {
    color: #ffffff !important;
    font-size: 24px;
    width: 60px;
    border: solid #3fa8ed 1px;
    background-color: #3fa8ed;
    text-decoration: none;
    display: inline-block;
}



a.plus-btn-small:link,
a.plus-btn-small:visited {
    color: #ffffff;
    font-size: 24px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: solid #3fa8ed 1px;
    background-color: #3fa8ed;
    text-decoration: none;
    display: inline-block;
}

a.plus-btn-small:hover,
a.plus-btn-small:active {
    color: #3fa8ed;
    font-size: 24px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: solid #ffffff 1px;
    background-color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

a.plus-btn-black-small:link,
a.plus-btn-black-small:visited {
    color: #ffffff;
    font-size: 24px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: solid rgba(25, 31, 34, 1) 1px;
    background-color: rgba(25, 31, 34, 1);
    text-decoration: none;
    display: inline-block;
}

a.plus-btn-black-small:hover,
a.plus-btn-black-small:active {
    color: rgba(25, 31, 34, 1);
    font-size: 24px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: solid #ffffff 1px;
    background-color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

a.plus-btn-blue-small:link,
a.plus-btn-blue-small:visited {
    color: #ffffff;
    font-size: 24px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: solid #313639 1px;
    background-color: #313639;
    text-decoration: none;
    display: inline-block;
}

a.plus-btn-blue-small:hover,
a.plus-btn-blue-small:active {
    color: #313639;
    font-size: 24px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: solid #ffffff 1px;
    background-color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

a.plus-btn-white-small:link,
a.plus-btn-white-small:visited {
    color: rgba(25, 31, 34, 1);
    font-size: 24px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: solid #ffffff 1px;
    background-color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

a.plus-btn-white-small:hover,
a.plus-btn-white-small:active {
    color: #ffffff;
    font-size: 24px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: solid rgba(25, 31, 34, 1) 1px;
    background-color: rgba(25, 31, 34, 1);
    text-decoration: none;
    display: inline-block;
}

button.plus-btn-small {
    color: #ffffff;
    font-size: 24px;
    width: 46px;
    height: 46px;
    border: solid #3fa8ed 1px;
    background-color: #3fa8ed;
    text-decoration: none;
    display: inline-block;
}

    button.plus-btn-small:hover {
        color: #3fa8ed;
        font-size: 24px;
        width: 46px;
        height: 46px;
        border: solid #ffffff 1px;
        background-color: #ffffff;
        text-decoration: none;
        display: inline-block;
    }

button.plus-btn-black-small {
    color: #ffffff;
    font-size: 24px;
    width: 46px;
    height: 46px;
    border: solid rgba(25, 31, 34, 1) 1px;
    background-color: rgba(25, 31, 34, 1);
    text-decoration: none;
    display: inline-block;
}

    button.plus-btn-black-small:hover {
        color: rgba(25, 31, 34, 1);
        font-size: 24px;
        width: 46px;
        height: 46px;
        border: solid #ffffff 1px;
        background-color: #ffffff;
        text-decoration: none;
        display: inline-block;
    }

.plus-btn-black-small.disabled {
    color: #afafaf !important;
    background: rgba(0,0,0,0.1) !important;
    border: 0px !important;
}

    .plus-btn-black-small.disabled:hover {
        color: #afafaf !important;
        background: rgba(0,0,0,0.1) !important;
        border: 0px !important;
    }

.plus-btn span {
    display: block;
    margin: 16px 17px 14px 17px;
}

.camp-emails-none {
    padding: 10px 10px 10px 22px;
}

.setup-mail-btn {
    color: #313639;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 21px 15px 37px;
    border: solid #313639 1px;
    text-decoration: none;
    background-color: transparent;
    position: relative;
}

    .setup-mail-btn:hover {
        border: solid #d5001c 1px;
        color: #fff;
        text-decoration: none;
        background-color: #d5001c;
    }

.overlay-blur {
    transition: .3s all;
}

    .overlay-blur:hover {
        filter: none;
        filter: brightness(115%);
        transform: scale(1.2);
        transition: 0.6s;
    }

.camp-max-col {
    max-width: 346px;
    min-width: 346px;
    min-height: 311px;
}

a.title-box {
    height: 100%;
    display: block;
    width: 100%;
}

a.icon-box {
    display: block;
    position: absolute;
    color: #fff;
    right: 3%;
    top: 2%;
    font-size: 30px;
    padding: 20px;
    border: 1px solid white;
    border-left: none;
    border-bottom: none;
}

.icon-box:after {
    border: 1px solid white;
    border-left: none;
    border-bottom: none;
    transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
}

.icon-box:hover::after {
    width: calc(50% - 1px);
    height: calc(100% - 2px);
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.font-black {
    color: #313639
}

.font-white {
    color: #fff !important;
}


.style-line-hover {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
}

.valign-center {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

.w-85 {
    width: 85% !important;
}

.camp-emails-true {
    padding: 10px 10px 10px 22px;
    max-width: 165px;
}


.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0.3;
    visibility: inherit;
    transition: opacity .3s, visibility 0s linear .25s;
    box-sizing: border-box;
}

.fancybox-caption {
    border-top: 0px;
}

a.noEmail-placeholderLink {
    height: 168px;
    width: 242px;
    line-height: 168px;
}

    a.noEmail-placeholderLink:link,
    a.noEmail-placeholderLink:visited {
        border: 1px solid #dddddd;
        display: inline-block;
        text-align: center;
        color: #191f22;
    }

    a.noEmail-placeholderLink:hover,
    a.noEmail-placeholderLink:active {
        border: 1px solid #313639;
        text-decoration: none;
    }

.emailContainerLinks {
    background-color: transparent;
    font-size: 30px;
    border: 0px;
    margin: 0px;
    padding: 0px 10px;
    color: #ffffff;
}

    .emailContainerLinks:hover {
        color: rgba(25, 31, 34, 1);
    }

a.emailContainerLinks:link,
a.emailContainerLinks:visited {
    padding: 0px 10px;
    font-size: 30px;
    color: #ffffff;
}

a.emailContainerLinks:hover,
a.emailContainerLinks:active {
    color: rgba(25, 31, 34, 1);
}

.carouselEmailBox .img-Div {
    background-repeat: no-repeat !important;
    background-size: auto 108% !important;
    background-origin: border-box !important;
    background-position: center center !important;
    transition: all 0.9s;
}


.carouselEmailBox:hover .img-Div {
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: center center !important;
    transition: all 0.5s;
}

.carouselEmailBox .emailContainerLinks {
    opacity: 0.2;
}

.carouselEmailBox:hover .emailContainerLinks {
    opacity: 1;
}

    .carouselEmailBox .emailContainerLinks.disabled,
    .carouselEmailBox:hover .emailContainerLinks.disabled {
        opacity: 0.2;
        cursor: not-allowed;
    }

.camp-main-col {
    background-repeat: no-repeat !important;
    background-size: auto 108% !important;
    background-origin: border-box !important;
    background-position: center center !important;
    transition: all 1.3s;
    border: 1px solid #dddddd;
}

    .camp-main-col:hover {
        background-repeat: no-repeat !important;
        background-size: auto 100% !important;
        background-position: center center !important;
        transition: all 0.8s;
    }

    .camp-main-col .style-line-hover {
        transition: all 1.3s;
    }

    .camp-main-col:hover .style-line-hover {
        transition: all 0.6s;
    }

.categoryWrapper {
    padding: 10px;
    height: 100%;
    background-color: rgba(0,0,0,0.15);
}

.style-line-hover .categoryWrapper a:link,
.style-line-hover .categoryWrapper a:visited {
    color: #ffffff;
}


.style-line-hover .categoryWrapper a:hover,
.style-line-hover .categoryWrapper a:active {
    color: #3fa8ed;
}

.style-line-hover:hover .categoryWrapper a:link,
.style-line-hover:hover .categoryWrapper a:visited {
    /*color: #313639;*/
}


.style-line-hover:hover .categoryWrapper a:hover,
.style-line-hover:hover .categoryWrapper a:active {
    color: #3fa8ed;
}

.highlightIndent {
    color: #3fa8ed;
}

.ui-state-active {
    background-color: #191f22 !important;
    color: #ffffff !important;
    border: 0px !important;
}

.ui-autocomplete {
    position: relative;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.voucherSuccessCode {
    font-size: 35px;
    letter-spacing: 6px;
    text-align: center;
}


.btn-CrudRed,
.btn-CrudBlack,
.btn-CrudBlue {
    width: 65px;
    height: 60px;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    float: left;
}

.btn-CrudRed {
    color: #ffffff !important;
    border: solid #3fa8ed 1px;
    background-color: #3fa8ed;
    transition: all 0.2s ease;
}

    .btn-CrudRed:hover {
        background-color: #ffffff;
        border: 1px solid #dddddd;
        color: #3fa8ed !important;
        transition: all 0.2s ease;
    }

.btn-CrudBlue {
    color: #ffffff !important;
    border: solid #313639 1px;
    background-color: #313639;
    transition: all 0.2s ease;
}

    .btn-CrudBlue:hover {
        background-color: #ffffff;
        border: 1px solid #dddddd;
        color: #3fa8ed !important;
        transition: all 0.2s ease;
    }

    .btn-CrudRed.disabled,
    .btn-CrudBlack.disabled,
    .btn-CrudBlue.disabled {
        background-color: #dddddd;
        border: 1px solid #bbbbbb;
        color: #bbbbbb !important;
    }

        .btn-CrudRed.disabled:hover,
        .btn-CrudBlack.disabled:hover,
        .btn-CrudBlue.disabled:hover {
            background-color: #ffffff;
            border: 1px solid #dddddd;
            color: #dddddd !important;
            cursor: not-allowed;
        }

.extraIcon {
    position: absolute;
    right: 6px;
    bottom: 6px;
    font-size: 14px;
    line-height: 17px;
    height: 18px;
    width: 18px;
}

    .extraIcon.withBorder {
        border: 1px solid #ffffff;
        border-radius: 50%;
    }

.extraMenu {
    position: absolute;
    bottom: -50px;
    right: 0px;
    height: 50px;
    line-height: 50px;
    background-color: #313639;
    z-index: 2;
}


.progress-bar {
    width: 0%;
    transition: all 1s;
}

.voucherLogData {
    font-size: 12px;
    border-top: 1px dotted #dddddd;
}

.bootstrap-datetimepicker-widget table td span {
    width: calc((100% / 3) - 3px);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 245px;
}

.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td i {
    float: left;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    color: #ffffff;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #dcdcdc;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    background: #ffffff;
}

.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
    font-size: 34px;
    height: 34px;
    line-height: 34px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    border: 1px solid #c1c0c0;
}

.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
    font-size: 18px;
    height: 44px;
    line-height: 18px;
    padding: 12px 0px;
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
    color: #ffffff;
}

.timepicker-picker .btn-primary {
    background-color: #3fa8ed;
    border: #3fa8ed;
}

    .timepicker-picker .btn-primary:not(:disabled):not(.disabled):active,
    .timepicker-picker .btn-primary:not(:disabled):not(.disabled).active,
    .timepicker-picker .show > .btn-primary.dropdown-toggle {
        background-color: #313639;
        border: #313639;
    }

    .timepicker-picker .btn-primary:hover {
        background-color: #313639;
        border: #313639;
    }

/*Panel styles for tour*/

.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-body {
    padding: 15px
}

    .panel-body:before, .panel-body:after {
        display: table;
        content: " "
    }

    .panel-body:after {
        clear: both
    }

    .panel-body:before, .panel-body:after {
        display: table;
        content: " "
    }

    .panel-body:after {
        clear: both
    }

.panel > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child th, .panel > .table > tbody:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

    .panel-group .panel + .panel {
        margin-top: 5px
    }

.panel-group .panel-heading {
    border-bottom: 0
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd
    }

.panel-group .panel-footer {
    border-top: 0
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd
    }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #428bca
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1
    }


.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

    .popover .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    border-bottom-width: 0
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0;
        content: " "
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
    border-left-width: 0
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
        content: " "
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    border-top-width: 0
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
        content: " "
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25);
    border-right-width: 0
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #fff;
        border-right-width: 0;
        content: " "
    }

.list-group-item {
    background-color: transparent;
    border: 1px dashed #dcdcdc;
    padding: 0.75rem 0;
}




.logdisplay_Time {
    color: #313639;
}

.logBgHeader {
    background-color: #dcdcdc;
    padding: 5px 15px;
}

.input-validation-error,
.input-validation-error:focus {
    border: 1px solid #3fa8ed;
}

.HomeTabs .timeAgo {
    color: #609fe0;
}


.reloadParentOnClose,
.reloadParentOnCloseLarge {
}

.datatable-head tr:last-child th.p-0 {
    background-color: #ffffff;
}

.datatableImage200 {
    width: 200px;
}

thead th {
    white-space: nowrap;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: ease-in all 0.15s;
}

.preventTextSelect,
.gridViewLinks,
.preventEdit,
.jconfirm-content {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.userRecordLogRow {
}

    .userRecordLogRow a:link,
    .userRecordLogRow a:visited,
    .userRecordLogRow a:focus {
        display: inline-block;
        width: 100%;
        color: #313639;
        border-bottom: 1px dotted #dddddd;
        background-color: #efefef;
        padding: 2px 15px;
    }

    .userRecordLogRow a:hover,
    .userRecordLogRow a:active {
        display: inline-block;
        width: 100%;
        color: #ffffff;
        background-color: #313639;
    }

    .userRecordLogRow a[aria-expanded="true"] {
        color: #ffffff;
        background-color: #313639;
    }

.logGrouping {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
}

.Transition-Visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
}

.Transition-Hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.6s, opacity 0.6s linear;
}

.form-section-seperator {
    border-bottom: 1px solid #b7b7b7;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.ui-autocomplete {
    position: absolute;
}

.ui-menu .ui-menu-item {
    line-height: 24px;
    font-size: 14px;
    white-space: nowrap;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 20px !important;
}

.danger-input-group-append {
    font-size: 100000px !important;
}




.backgroundLayout {
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    padding: 15px;
}

    .backgroundLayout .nav-link {
        font-size: 11px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        padding: 5px 18px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 2%, #ffffff 2%, #f2f2f2 5%, #ececec 47%, #dddddd 53%, #cfcfcf 100%);
        background: -webkit-linear-gradient(top, #ffffff 2%,#ffffff 2%,#f2f2f2 5%,#ececec 47%,#dddddd 53%,#cfcfcf 100%);
        background: linear-gradient(to bottom, #ffffff 2%,#ffffff 2%,#f2f2f2 5%,#ececec 47%,#dddddd 53%,#cfcfcf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 );
    }

        .backgroundLayout .nav-link.active {
            background-color: #ffffff;
            background: #ffffff;
            background-image: initial;
            background-position-x: initial;
            background-position-y: initial;
            background-size: initial;
            background-repeat-x: initial;
            background-repeat-y: initial;
            background-attachment: initial;
            background-origin: initial;
            background-clip: initial;
            background-color: #ffffff;
            color: #212529;
            border: 1px solid #cccccc;
            border-bottom: 2px solid #ffffff;
        }



        .backgroundLayout .nav-link .mdi,
        #LeftNavigation .mdi,
        #MobileAccount .mdi {
            font-size: 20px;
            width: 15px;
            position: relative;
            top: -1px;
            color: #dddddd;
        }

#SystemTopNav .nav-link .mdi {
    margin-right: 5px;
}



.list-group {
    padding-right: 0px;
}

.list-group-flush .list-group-item {
    padding: 0px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 1px dashed #dcdcdc;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 1px dashed #dcdcdc;
}

.switch {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    float: left;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 400;
}

    .switch:hover {
        cursor: pointer;
        color: #3fa8ed;
    }

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9e9e9;
    background: linear-gradient(180deg, rgb(243 243 243) 0%, rgb(237 237 237) 40%, rgb(235 235 235) 100%);
    -webkit-transition: .2s;
    transition: .2s;
}

    .slider.disabled {
        background: #dfdfdf;
    }

.selected .slider {
    background: #24486c;
}

    .selected .slider.disabled {
        background: #2d5f91;
    }

.editableCheckbox .switch {
    height: auto;
    line-height: auto;
}

.editableCheckbox .slider.round {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.custom-bg-dark .slider {
    background: #136ed0;
}

.slider:before {
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
    line-height: 18px;
    color: #cccccc;
    content: "";
    padding-left: 1px;
}

input.success:checked + .slider {
    background-color: #5da9df;
    background: #5da9df;
}

input.success.disabled:checked + .slider {
    background-color: #dfdfdf;
}

input.disabled:hover + .slider {
    cursor: not-allowed;
}

input:checked + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
    content: "\F012C";
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 10px;
    padding-left: 4px;
    line-height: 19px;
    color: #136ed0;
}

input.success.disabled:checked + .slider:before {
    color: #d1d1d1;
}

.custom-bg-dark input.success:checked + .slider {
    background-color: #4dfd9c;
}

.custom-bg-dark input:checked + .slider:before {
    background-color: transparent;
}

input.success:checked + .slider.round {
    -webkit-box-shadow: inset -2px 3px 6px -3px rgb(14,27,74,0.75);
    -moz-box-shadow: inset -2px 3px 6px -3px rgb(14,27,74,0.75);
    box-shadow: inset -2px 3px 6px -3px rgb(14,27,74,0.75);
}

input.success.disabled:checked + .slider.round {
    -webkit-box-shadow: inset -2px 3px 6px -3px rgb(0,0,0,0.2);
    -moz-box-shadow: inset -2px 3px 6px -3px rgb(0,0,0,0.2);
    box-shadow: inset -2px 3px 6px -3px rgb(0,0,0,0.2);
}


.slider.round {
    border-radius: 22px;
    -webkit-box-shadow: inset 1px 2px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 1px 2px 5px -4px rgba(0,0,0,0.75);
    box-shadow: inset -1px 2px 5px -4px rgba(0,0,0,0.75);
    width: 60px;
    height: 22px;
    margin-left: auto;
}

    .slider.round:before {
        border-radius: 50%;
    }

.fancybox-button .switch {
    height: 22px;
}

.fancybox-button .slider.round {
    margin-top: 2px !important;
    margin-bottom: 0px !important;
    margin-left: auto;
    margin-right: auto;
}

.fancybox-button .slider {
    background-color: #424242;
    background: linear-gradient(180deg, rgb(38 38 38) 0%, rgb(66 66 66) 40%, rgb(62 62 62) 100%);
}

    .fancybox-button .slider:before {
        background-color: #464646;
    }

.fancybox-button input:checked + .slider:before {
    background-color: #ffffff;
}

.letter-spacing-sm {
    letter-spacing: 0.03rem;
}

.letter-spacing-md {
    letter-spacing: 0.05rem;
}

.letter-spacing-lg {
    letter-spacing: 0.08rem;
}

.form-control.numericOnly {
    text-align: right;
    letter-spacing: 0.2rem;
    /*    padding-right: 5px;*/
}

.bootstrap-datetimepicker-widget .table-condensed i.clearIcon:before {
    content: "\F00E8";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
}

.bootstrap-datetimepicker-widget .table-condensed i.clearIcon:after {
    content: "Clear Date";
    font-style: normal;
    font-size: 16px;
}

.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover {
    color: #484848;
}

.img-thumbnail {
    padding: 8px;
    border-radius: 0px;
}

    .img-thumbnail:hover {
    }

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #cccccc;
    border: 1px solid #c9c9c9;
    outline: 0;
    box-shadow: none;
}



.fancybox-thumbs > ul > li:before {
    border: 4px solid #d6b204;
}


.form-control:disabled,
.form-control[readonly],
.btn-systemMain:disabled:hover {
    cursor: not-allowed;
    pointer-events: all !important;
    color: #c5c5c5;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 50px !important;
    /* overflow-wrap: break-word; */
    /* display: table; */
    /* white-space: pre-wrap; */
    /* word-wrap: break-word; */
    /* text-align: center; */
    width: 48%;
}


#previewArea {
    margin-bottom: 30px;
}

.invalidUpload .mdi {
    color: #3fa8ed;
}

.gallery {
    /*max-height: 398px;
    overflow-y: scroll;
    overflow-x: hidden;*/
    padding-bottom: 30px;
}

    .gallery a {
        position: relative;
        z-index: 1;
        display: inline-block;
    }

        .gallery a:hover {
            box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.2);
            -webkit-transition: all 1s;
            transition: all 0.3s ease-out;
        }


.photoTrigger .galleryEnlargeIcon {
    display: none;
}

.photoTrigger:hover .galleryEnlargeIcon {
    display: block;
    z-index: 2;
}

.galleryEnlargeIcon {
    position: absolute;
    right: 9px;
    top: 9px;
    background: rgba(0,0,0,0.6);
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    width: 55px;
    height: 50px;
    text-align: center;
}

.galleryWrapper {
    position: relative;
}

.galleryDate {
    position: absolute;
    bottom: 9px;
    right: 9px;
    background-color: #626669;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 10px;
}


@keyframes loading-btn--fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loading-btn--rotation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.galleryEnlargeIcon:hover {
    background-color: #3fa8ed;
    cursor: pointer;
}

.nav-pills .nav-link {
    border-radius: 0px;
    color: #313639;
}

    .nav-pills .nav-link.disabled {
        color: #c5c5c5;
    }

    .nav-pills .nav-link .chev-arrow {
        border: solid #d8d8d8;
        border-width: 0 2px 2px 0;
    }

    .nav-pills .nav-link:hover {
        border-radius: 0px;
        color: #3fa8ed;
        border-right: 2px solid #cccccc;
    }

        .nav-pills .nav-link:hover .chev-arrow {
            border: solid #d8d8d8;
            border-width: 0 2px 2px 0;
        }

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        background-color: #ffffff;
        color: #000000;
        /*border-bottom: 1px solid #cccccc;*/
        border-right: 2px solid #3fa8ed;
    }

        .nav-pills .nav-link.active .chev-arrow,
        .nav-pills .show > .nav-link .chev-arrow {
            border: solid #3fa8ed;
            border-width: 0 2px 2px 0;
        }

#sideBar {
    background-color: white;
    z-index: 9001;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    padding-top: 15px;
}

    #sideBar .container-fluid {
        overflow-y: scroll;
        height: 100%;
    }

#sideBarButton {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -50px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    top: 10%;
}



#systemMainNavContainer {
    background-color: #ffffff;
}

.progressbarTooltip:link,
.progressbarTooltip:visited,
.progressbarTooltip:hover,
.progressbarTooltip:active {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.progress {
    background: #dfdfdf !important;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: inset 0px 2px 5px rgba(44,42,42,0.2);
    font-size: 12px;
}

.progress-bar {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #313639;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #191f22;
}


.progress-bar-fill {
    display: block;
    width: 0%;
    -webkit-transition: width 120s linear;
    -moz-transition: width 120s linear;
    -o-transition: width 120s linear;
    transition: width 120s linear, background 1.5s ease-in;
    background: #313639;
    opacity: 0.7;
}


.progress-bar.reportColorA {
    background: #3e587b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #ffffff;
}

.progressBarInnerText {
    display: inline-block;
    padding: 0px 10px;
}

.progressContainer {
    background-color: #dddddd;
}

.progress-0 {
    background: #d7c689;
    color: #ffffff;
}

.progress-25 {
    background: #d7c689;
    color: #ffffff;
}

.progress-50 {
    background: #7fb2d7;
    color: #ffffff;
}

.progress-75 {
    background: #7fb2d7;
    color: #ffffff;
}

.progress-100 {
    background: #8fc98b;
    color: #ffffff;
}

.progress-Over100 {
    background: #b75a5a;
    color: #ffffff;
}


.notesContainer {
    max-height: 402px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: 1px solid #cccccc;
}

.comment {
    position: relative;
    border: 1px dashed #cccccc;
    margin-top: -1px;
}

    .comment .commentInner {
        padding: 15px;
    }

        .comment .commentInner.odd {
            border-left: 5px solid #1f1f1f;
        }

        .comment .commentInner.even {
            border-left: 5px solid #3fa8ed;
        }

.commentBody {
    margin-bottom: 20px;
    white-space: pre-wrap;
}

.commentDate {
    text-align: right;
    color: #afafaf;
    font-size: 12px;
}

.commentAuthor {
    font-size: 12px;
    color: #afafaf;
}

textarea.addNotes {
    min-height: 360px;
    max-height: 360px;
}

a.sortMe:link,
a.sortMe:visited {
    color: #191f22;
}

a.sortMe:hover,
a.sortMe:active,
a.sortMe:focus {
    text-decoration: none;
}

    a.sortMe:link .sortIcon,
    a.sortMe:visited .sortIcon,
    a.sortMe:focus .sortIcon {
        color: #007cff
    }

    a.sortMe:hover .sortIcon .mdi,
    a.sortMe:active .sortIcon .mdi {
        color: #007cff
    }



.EditNote {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 36px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    padding: 0px 4px 0px 8px;
    z-index: 10;
}

    .EditNote:link,
    .EditNote:visited,
    .EditNote:focus {
        background: rgba(25, 31, 34, 0.2);
        color: #ffffff;
    }

    .EditNote:hover,
    .EditNote:active {
        background: rgba(25, 31, 34, 1);
        color: #ffffff;
    }

.DeleteNote {
    position: absolute;
    right: 36px;
    top: 0px;
    width: 36px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    padding: 0px 4px 0px 6px;
    z-index: 10;
}

    .DeleteNote:link,
    .DeleteNote:visited,
    .DeleteNote:focus {
        background: rgba(25, 31, 34, 0.2);
        color: #ffffff;
    }

    .DeleteNote:hover,
    .DeleteNote:active {
        background: #3fa8ed;
        color: #ffffff;
    }


#addPhotoinTab {
    position: absolute;
    right: 40px;
    top: 0px;
    z-index: 9;
}



#EditCustomerInTab {
    position: absolute;
    right: 99px;
    top: 0px;
    z-index: 9;
}

#SwitchCustomerInTab {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 9;
}

.accidentCountIndicator {
    position: absolute;
    right: -6px;
    display: block;
    top: -10px;
    line-height: 7px;
    font-size: 10px;
    padding: 5px 6px;
    background-color: rgba(149, 0, 20, 0.8);
    color: #ffffff;
    z-index: 9;
    border-radius: 1px;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(30, 30, 30, 1);
    animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(149, 0, 20, 1);
    }

    90% {
        -webkit-box-shadow: 0 0 0 5px rgba(149, 0, 20, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(149, 0, 20, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(149, 0, 20, 1);
        box-shadow: 0 0 0 0 rgba(149, 0, 20, 1);
    }

    90% {
        -moz-box-shadow: 0 0 0 5px rgba(149, 0, 20, 0);
        box-shadow: 0 0 0 5px rgba(149, 0, 20, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(149, 0, 20, 0);
        box-shadow: 0 0 0 0 rgba(149, 0, 20, 0);
    }
}

.hourGlassRotate::before {
    animation-name: hourGlassRotate;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes hourGlassRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.form-control[readonly],
.form-control[readonly]:focus {
    /*background-color: #313639;
    color: #ffffff;
    border: 1px solid #313639;*/
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: text;
    background-color: #e9ecef;
}


.navbar .nav-link,
.nav-tabs .nav-link,
.noselect,
header,
footer,
h1,
.control-label,
.img-fluid {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
    border-color: #d4d4d4;
}

.control-label {
    /*    border-radius: 20px;*/
}



.smallPrint {
    font-size: 11px;
    color: #9a9a9a;
}

.reportSeperator {
    border-bottom: 1px solid #ecebeb;
    margin-top: 16px;
    margin-bottom: 16px;
}

.reportImage {
    padding: 10px;
}

    .reportImage img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.8;
    }

.currencyColumn {
    border-top: 1px dotted #cccccc;
}

.totalColumn {
    border-top: 1px solid #313639;
    border-bottom: 1px solid #313639;
    padding: 4px 0px;
    margin-top: 10px;
}

.noteRow {
    border-top: 1px dotted #d8d8d8;
}

.printFooter {
    font-size: 12px;
}


#printReportHeader {
    display: block;
    text-align: center;
    position: running(header);
}

#printReportFooter {
    display: block;
    text-align: center;
    position: running(footer);
}

@page {
    @top-center {
        content: element(header);
    }
}

@page {
    @bottom-center {
        content: element(footer);
    }
}

.printReportContainer {
    box-shadow: 0 0 11px 3px rgba(0,0,0,0.1);
    padding: 20px;
}

.pageBreakMeAfter {
    page-break-after: always;
}

.pageBreakMeBefore {
    page-break-before: always;
}

#printReport {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 9;
}

#emailReport {
    position: absolute;
    right: 99px;
    top: 0px;
    z-index: 9;
}

    #printReport a:not([href]):not([tabindex]):hover,
    #printReport a:not([href]):not([tabindex]):focus,
    #emailReport a:not([href]):not([tabindex]):hover,
    #emailReport a:not([href]):not([tabindex]):focus {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

@media print {
    a {
        text-decoration: none !important;
    }

    body {
        margin-top: 4cm;
        margin-bottom: 4cm;
    }

    .mainHeaderLogo {
        width: 180px;
    }

    .systemVersion,
    .systemVersionDigits {
        border-bottom: 0px;
        text-decoration: none;
    }


    .printMarginTop {
        margin-top: 4cm !important;
    }

    .galleryDate {
        width: calc(100% - 18px);
    }

    .printMarginTopExtreme {
        page-break-after: always;
        margin-top: 5cm !important;
    }

    .pageBreakMeAfter {
        page-break-after: always;
    }

    .pageBreakMeBefore {
        page-break-before: always;
    }

    #printReportFooter {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #printReportHeader {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
    }

    .printReportContainer {
        box-shadow: none;
        padding: 20px;
        float: left;
        width: 100%;
    }

    .col-print-6 {
        width: 50% !important;
        float: left !important;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .noPrint {
        display: none;
    }
}


.removeImage {
    position: absolute;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    top: 0px;
    background: rgba(0,0,0,0.6);
}

    .removeImage:hover {
        background: #3fa8ed;
        cursor: pointer;
    }

#recipientTags a {
    display: inline-block;
    margin: 0px 0px 0px 2px;
    font-size: 12px !important;
    font-weight: normal !important;
    padding: 5px 30px 2px 10px;
    white-space: nowrap;
    position: relative;
    background-color: #d6d6d6;
    color: #000;
    font: 500 11px/21px Arial, Tahoma, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,0.4);
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #afafaf;
    border-right: 1px solid #9c9c9c;
    border-radius: 1px 3px 3px 1px;
    border-left: 1px solid #b3b3b3;
    box-shadow: inset 0 1px #e6e6e6, 0 1px 2px rgba(0,0,0,0.2);
}

    #recipientTags a:hover {
        color: #ffffff;
        background-color: #3fa8ed;
        text-shadow: 0 1px rgba(0,0,0,0.4);
        border-top: 1px solid #b7b7b7;
        border-bottom: 1px solid #afafaf;
        border-right: 1px solid #9c9c9c;
        border-radius: 1px 3px 3px 1px;
        border-left: 1px solid #b3b3b3;
    }

.deleteMe,
.deleteMeManual {
    position: absolute;
    right: 10px;
    top: 5px;
}

.border-row {
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}

    .border-row div {
        border-right: 1px solid #d4d4d4;
        border-bottom: 1px solid #f4f4f4;
        padding: 8px;
    }



.checkbox {
    display: inline-block;
    height: 20px;
    margin: 0px;
    width: 20px;
}

    .checkbox span {
        display: block;
        height: 28px;
        position: relative;
        width: 28px;
        padding: 0;
    }

        .checkbox span:after {
            -moz-transform: scaleX(-1) rotate(135deg);
            -ms-transform: scaleX(-1) rotate(135deg);
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            border-right: 1px solid #b7b7b7;
            border-top: 1px solid #b7b7b7;
            content: '';
            display: block;
            height: 12px;
            left: 3px;
            position: absolute;
            top: 10px;
            width: 6px;
        }

        .checkbox span:hover:after {
            border-color: #e2e2e2;
        }

    .checkbox input {
        display: none;
    }

        .checkbox input:checked + span:after,
        .checkbox input:checked:disabled + span:after {
            -webkit-animation: check .8s;
            -moz-animation: check .8s;
            -o-animation: check .8s;
            animation: check .8s;
            border-color: none;
        }

        .checkbox input:checked + .default:after,
        .checkbox input:checked:disabled + .default:after {
            border-color: #555
        }

        .checkbox input:checked + .primary:after,
        .checkbox input:checked:disabled + .primary:after {
            border-color: #00af37;
        }

        .checkbox input:checked + .success:after {
            border-color: #13bb00;
        }

        .checkbox input:checked + .info:after {
            border-color: #3de0f5;
        }

        .checkbox input:checked + .warning:after {
            border-color: #FFC107;
        }

        .checkbox input:checked + .danger:after {
            border-color: #f44336;
        }


@keyframes appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


#menuOverlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 900;
    text-align: center;
    background: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
    -webkit-animation: appear 0.7s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: appear 0.7s; /* Firefox < 16 */
    -ms-animation: appear 0.7s; /* Internet Explorer */
    -o-animation: appear 0.7s; /* Opera < 12.1 */
    animation: appear 0.7s;
}

.systemMainBGcontainer {
    position: relative;
}



@keyframes scanning {
    0% {
        top: 0%;
        border-bottom: 5px solid #3fa8ed;
    }

    25% {
        top: 50%;
        border-bottom: 5px solid #313639;
    }

    50% {
        top: 100%;
        border-bottom: 5px solid #3fa8ed;
    }

    75% {
        top: 50%;
        border-bottom: 5px solid #313639;
    }

    100% {
        top: 0%;
        border-bottom: 5px solid #3fa8ed;
    }
}

/* Firefox < 16 */
@-moz-keyframes scanning {
    0% {
        top: 0%;
        border-bottom: 5px solid #3fa8ed;
    }

    25% {
        top: 50%;
        border-bottom: 5px solid #313639;
    }

    50% {
        top: 100%;
        border-bottom: 5px solid #3fa8ed;
    }

    75% {
        top: 50%;
        border-bottom: 5px solid #313639;
    }

    100% {
        top: 0%;
        border-bottom: 5px solid #3fa8ed;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes scanning {
    0% {
        top: 0%;
        border-bottom: 5px solid #3fa8ed;
    }

    25% {
        top: 50%;
        border-bottom: 5px solid #313639;
    }

    50% {
        top: 100%;
        border-bottom: 5px solid #3fa8ed;
    }

    75% {
        top: 50%;
        border-bottom: 5px solid #313639;
    }

    100% {
        top: 0%;
        border-bottom: 5px solid #3fa8ed;
    }
}

/* Internet Explorer */
@-ms-keyframes scanning {
    0% {
        top: 0%;
        border-bottom: 5px solid #3fa8ed;
    }

    25% {
        top: 50%;
        border-bottom: 5px solid #313639;
    }

    50% {
        top: 100%;
        border-bottom: 5px solid #3fa8ed;
    }

    75% {
        top: 50%;
        border-bottom: 5px solid #313639;
    }

    100% {
        top: 0%;
        border-bottom: 5px solid #3fa8ed;
    }
}

/* Opera < 12.1 */
@-o-keyframes scanning {
    0% {
        top: 0%;
        border-bottom: 5px solid #3fa8ed;
    }

    25% {
        top: 50%;
        border-bottom: 5px solid #313639;
    }

    50% {
        top: 100%;
        border-bottom: 5px solid #3fa8ed;
    }

    75% {
        top: 50%;
        border-bottom: 5px solid #313639;
    }

    100% {
        top: 0%;
        border-bottom: 5px solid #3fa8ed;
    }
}


.lazer {
    width: 100%;
    position: absolute;
    -webkit-animation: scanning 4s linear infinite;
    -moz-animation: scanning 4s linear infinite;
    -o-animation: scanning 4s linear infinite;
    animation: scanning 4s linear infinite;
}

.lazerContainer {
    width: 320px;
    height: 240px;
    position: relative;
    border: 2px solid rgba(117,117,117,0.8);
}

textarea#LicenceDiscCode {
    white-space: normal;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 20px;
    /*border-radius: 50%;*/
    /*padding: 85px 55px 55px 55px;*/
    /*height: 390px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;*/
    /*background: url(/images/licenceDiskBg.jpg);
    background-position: center center;
    background-repeat: no-repeat;*/
    resize: none;
}

.FileUploadForm .form-control[readonly] {
    background-color: #ffffff;
    color: #313639;
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: text;
}


#navbarSubContent a.switchDeviceLink:link,
#navbarSubContent a.switchDeviceLink:visited,
#navbarSubContent a.switchDeviceLink:focus {
    color: #82671e;
}

#navbarSubContent a.switchDeviceLink:hover,
#navbarSubContent a.switchDeviceLink:active {
    color: #313639;
    text-decoration: none;
}

#navbarSupportedContent a.switchDeviceLink:link,
#navbarSupportedContent a.switchDeviceLink:visited,
#navbarSupportedContent a.switchDeviceLink:focus,
a.switchDeviceLink:link,
a.switchDeviceLink:visited,
a.switchDeviceLink:focus {
    color: #82671e;
}

#navbarSupportedContent a.switchDeviceLink:hover,
#navbarSupportedContent a.switchDeviceLink:active,
a.switchDeviceLink:hover,
a.switchDeviceLink:active {
    color: #313639;
    text-decoration: none;
}

.rapidCapture .nav-pills .nav-link {
    border-radius: 0px;
    color: #bfbfbf;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #cacaca;
}



    .rapidCapture .nav-pills .nav-link.active,
    .rapidCapture .nav-pills .show > .nav-link,
    .rapidCapture .nav-pills .nav-link.active:hover {
        background-color: #ffffff;
        color: #000000;
        /* border-bottom: 1px solid #cccccc; */
        border: 1px solid #cacaca;
        border-bottom: 1px solid #ffffff;
    }



        .rapidCapture .nav-pills .nav-link.active .mdi,
        .rapidCapture .nav-pills .show > .nav-link .mdi,
        .rapidCapture .nav-pills .nav-link.active:hover .mdi {
            color: #3fa8ed;
        }

    .rapidCapture .nav-pills .nav-link:hover {
        border-radius: 0px;
        color: #3fa8ed;
        border: 1px solid #ffffff;
        border-bottom: 1px solid #cacaca;
    }

    .rapidCapture .nav-pills .nav-link .mdi {
        color: #bfbfbf;
    }

    .rapidCapture .nav-pills .nav-link:hover .mdi {
        color: #3fa8ed;
    }

.rapidCapture .tab-content {
    border: 1px solid #cacaca;
    border-top: 0px;
}

.loadMore {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #212529 !important;
}

    .loadMore:hover {
        border-top: 1px solid #989898;
        border-bottom: 1px solid #989898;
        text-decoration: none;
        color: #3fa8ed !important;
    }

    .loadMore .mdi {
        font-size: 30px;
        color: #3fa8ed;
    }

    .loadMore.disabled,
    .loadMore.disabled:hover {
        color: #dddddd !important;
        border-top: #dddddd;
        border-bottom: #dddddd;
        cursor: not-allowed;
    }

        .loadMore.disabled .mdi {
            color: #dddddd !important;
        }

.galleryTotalIndicator {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 12px;
}

#GalleryManagementContainer {
    list-style-type: none;
}

    #GalleryManagementContainer li {
        display: inline-block;
    }

    #GalleryManagementContainer input[type="checkbox"] {
        display: none;
    }

    #GalleryManagementContainer label {
        border: 1px solid #fff;
        display: block;
        position: relative;
        cursor: pointer;
    }

        #GalleryManagementContainer label:before {
            background-color: white;
            color: white;
            content: " ";
            display: block;
            position: absolute;
            top: 0px;
            right: 0px;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            font-size: 20px;
            transition-duration: 0.4s;
            transform: scale(0);
        }

        #GalleryManagementContainer label img {
            transition-duration: 0.2s;
            transform-origin: 50% 50%;
        }

    #GalleryManagementContainer :checked + label {
        border-color: #ddd;
        background-color: #97d8ad;
    }

        #GalleryManagementContainer :checked + label:before {
            content: "\F12C";
            background-color: rgba(0,0,0,0.6);
            transform: scale(1);
            z-index: 10;
            font-family: "Material Design Icons";
        }

        #GalleryManagementContainer :checked + label img {
            transform: scale(0.9);
            z-index: -1;
            filter: grayscale(100%);
            opacity: 0.6;
        }


@media only screen and (min-width : 768px) {
    #existingGalleryImages {
        max-height: 500px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 1024px) { /*768*/
    .form-control-large {
        font-size: 18px;
        height: 55px;
    }

    .select .form-control-large {
        font-size: 18px;
        height: 55px;
    }
}

.systemVehicleResultsContainer {
    max-height: 300px;
    overflow-y: scroll;
}

.gallerySelectDate {
    background: #2b2b2b;
    color: #ffffff;
    font-size: 12px;
}

.canvasContainer {
    position: relative;
}

    .canvasContainer .canvasOverlay {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: rgba(255,255,255,0.7);
    }

    .canvasContainer .btn-systemMain-dark-small-custom:hover {
        color: #ffffff;
    }

.m-spinner--spin {
    --spinner-color: var(--color,rgba(25, 31, 34, 1));
    --spinner-color-secondary: var(--color-secondary,currentColor);
    --spinner-duration: 6s;
    --spinner-size: 64px;
    display: inline-block;
    color: rgba(25, 31, 34, 1);
    font-size: var(--spinner-size);
    position: absolute;
    top: 38%;
    left: 45%;
    width: 1em;
    height: 1em;
    max-width: 1em;
    max-height: 1em;
    border-radius: 50%;
    background-image: radial-gradient(circle at center,transparent 52%,currentColor 54%,currentColor 65%,transparent 67%);
    background-repeat: no-repeat;
    animation-name: m-spinner-spin;
    animation-timing-function: linear;
    animation-duration: var(--spinner-duration);
    animation-delay: -.5s;
    animation-iteration-count: infinite;
    opacity: 0.6;
}

@keyframes m-spinner-spin {
    0% {
        clip-path: polygon(50% 50%,83% 12%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(0deg)
    }

    .85733% {
        clip-path: polygon(50% 50%,91.5% 27.5%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(12.85714deg)
    }

    1.57799% {
        clip-path: polygon(50% 50%,100% 43%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(25.71429deg)
    }

    2.19752% {
        clip-path: polygon(50% 50%,97% 60.5%,97% 60.5%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(38.57143deg)
    }

    2.75146% {
        clip-path: polygon(50% 50%,94% 78%,94% 78%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(51.42857deg)
    }

    3.27533% {
        clip-path: polygon(50% 50%,81% 89%,81% 89%,81% 89%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(64.28571deg)
    }

    3.80466% {
        clip-path: polygon(50% 50%,68% 100%,68% 100%,68% 100%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(77.14286deg)
    }

    4.375% {
        clip-path: polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(90deg)
    }

    5.02187% {
        clip-path: polygon(50% 50%,32% 100%,32% 100%,32% 100%,32% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(102.85714deg)
    }

    5.78079% {
        clip-path: polygon(50% 50%,19% 89%,19% 89%,19% 89%,19% 89%,19% 89%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(115.71429deg)
    }

    6.68732% {
        clip-path: polygon(50% 50%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(128.57143deg)
    }

    7.77697% {
        clip-path: polygon(50% 50%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(141.42857deg)
    }

    9.08528% {
        clip-path: polygon(50% 50%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(154.28571deg)
    }

    10.64778% {
        clip-path: polygon(50% 50%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,17% 12%,33.5% 6%);
        transform: rotate(167.14286deg)
    }

    12.5% {
        clip-path: polygon(50% 50%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,33.5% 6%);
        transform: rotate(180deg)
    }

    13.35733% {
        clip-path: polygon(50% 50%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,17% 12%,33.5% 6%);
        transform: rotate(212.14286deg)
    }

    14.07799% {
        clip-path: polygon(50% 50%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(244.28571deg)
    }

    14.69752% {
        clip-path: polygon(50% 50%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(276.42857deg)
    }

    15.25146% {
        clip-path: polygon(50% 50%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(308.57143deg)
    }

    15.77533% {
        clip-path: polygon(50% 50%,19% 89%,19% 89%,19% 89%,19% 89%,19% 89%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(340.71429deg)
    }

    16.30466% {
        clip-path: polygon(50% 50%,32% 100%,32% 100%,32% 100%,32% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(372.85714deg)
    }

    16.875% {
        clip-path: polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(405deg)
    }

    17.52187% {
        clip-path: polygon(50% 50%,68% 100%,68% 100%,68% 100%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(437.14286deg)
    }

    18.28079% {
        clip-path: polygon(50% 50%,81% 89%,81% 89%,81% 89%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(469.28571deg)
    }

    19.18732% {
        clip-path: polygon(50% 50%,94% 78%,94% 78%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(501.42857deg)
    }

    20.27697% {
        clip-path: polygon(50% 50%,97% 60.5%,97% 60.5%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(533.57143deg)
    }

    21.58528% {
        clip-path: polygon(50% 50%,100% 43%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(565.71429deg)
    }

    23.14778% {
        clip-path: polygon(50% 50%,91.5% 27.5%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(597.85714deg)
    }

    25% {
        clip-path: polygon(50% 50%,83% 12%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(630deg)
    }

    25.85733% {
        clip-path: polygon(50% 50%,91.5% 27.5%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(642.85714deg)
    }

    26.57799% {
        clip-path: polygon(50% 50%,100% 43%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(655.71429deg)
    }

    27.19752% {
        clip-path: polygon(50% 50%,97% 60.5%,97% 60.5%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(668.57143deg)
    }

    27.75146% {
        clip-path: polygon(50% 50%,94% 78%,94% 78%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(681.42857deg)
    }

    28.27533% {
        clip-path: polygon(50% 50%,81% 89%,81% 89%,81% 89%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(694.28571deg)
    }

    28.80466% {
        clip-path: polygon(50% 50%,68% 100%,68% 100%,68% 100%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(707.14286deg)
    }

    29.375% {
        clip-path: polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2turn)
    }

    30.02187% {
        clip-path: polygon(50% 50%,32% 100%,32% 100%,32% 100%,32% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(732.85714deg)
    }

    30.78079% {
        clip-path: polygon(50% 50%,19% 89%,19% 89%,19% 89%,19% 89%,19% 89%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(745.71429deg)
    }

    31.68732% {
        clip-path: polygon(50% 50%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(758.57143deg)
    }

    32.77697% {
        clip-path: polygon(50% 50%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(771.42857deg)
    }

    34.08528% {
        clip-path: polygon(50% 50%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(784.28571deg)
    }

    35.64778% {
        clip-path: polygon(50% 50%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,17% 12%,33.5% 6%);
        transform: rotate(797.14286deg)
    }

    37.5% {
        clip-path: polygon(50% 50%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,33.5% 6%);
        transform: rotate(810deg)
    }

    38.35733% {
        clip-path: polygon(50% 50%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,17% 12%,33.5% 6%);
        transform: rotate(842.14286deg)
    }

    39.07799% {
        clip-path: polygon(50% 50%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(874.28571deg)
    }

    39.69752% {
        clip-path: polygon(50% 50%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(906.42857deg)
    }

    40.25146% {
        clip-path: polygon(50% 50%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(938.57143deg)
    }

    40.77533% {
        clip-path: polygon(50% 50%,19% 89%,19% 89%,19% 89%,19% 89%,19% 89%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(970.71429deg)
    }

    41.30466% {
        clip-path: polygon(50% 50%,32% 100%,32% 100%,32% 100%,32% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1002.85714deg)
    }

    41.875% {
        clip-path: polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1035deg)
    }

    42.52187% {
        clip-path: polygon(50% 50%,68% 100%,68% 100%,68% 100%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1067.14286deg)
    }

    43.28079% {
        clip-path: polygon(50% 50%,81% 89%,81% 89%,81% 89%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1099.28571deg)
    }

    44.18732% {
        clip-path: polygon(50% 50%,94% 78%,94% 78%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1131.42857deg)
    }

    45.27697% {
        clip-path: polygon(50% 50%,97% 60.5%,97% 60.5%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1163.57143deg)
    }

    46.58528% {
        clip-path: polygon(50% 50%,100% 43%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1195.71429deg)
    }

    48.14778% {
        clip-path: polygon(50% 50%,91.5% 27.5%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1227.85714deg)
    }

    50% {
        clip-path: polygon(50% 50%,83% 12%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1260deg)
    }

    50.85733% {
        clip-path: polygon(50% 50%,91.5% 27.5%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1272.85714deg)
    }

    51.57799% {
        clip-path: polygon(50% 50%,100% 43%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1285.71429deg)
    }

    52.19752% {
        clip-path: polygon(50% 50%,97% 60.5%,97% 60.5%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1298.57143deg)
    }

    52.75146% {
        clip-path: polygon(50% 50%,94% 78%,94% 78%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1311.42857deg)
    }

    53.27533% {
        clip-path: polygon(50% 50%,81% 89%,81% 89%,81% 89%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1324.28571deg)
    }

    53.80466% {
        clip-path: polygon(50% 50%,68% 100%,68% 100%,68% 100%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1337.14286deg)
    }

    54.375% {
        clip-path: polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1350deg)
    }

    55.02187% {
        clip-path: polygon(50% 50%,32% 100%,32% 100%,32% 100%,32% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1362.85714deg)
    }

    55.78079% {
        clip-path: polygon(50% 50%,19% 89%,19% 89%,19% 89%,19% 89%,19% 89%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1375.71429deg)
    }

    56.68732% {
        clip-path: polygon(50% 50%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1388.57143deg)
    }

    57.77697% {
        clip-path: polygon(50% 50%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1401.42857deg)
    }

    59.08528% {
        clip-path: polygon(50% 50%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1414.28571deg)
    }

    60.64778% {
        clip-path: polygon(50% 50%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,17% 12%,33.5% 6%);
        transform: rotate(1427.14286deg)
    }

    62.5% {
        clip-path: polygon(50% 50%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,33.5% 6%);
        transform: rotate(4turn)
    }

    63.35733% {
        clip-path: polygon(50% 50%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,17% 12%,33.5% 6%);
        transform: rotate(1472.14286deg)
    }

    64.07799% {
        clip-path: polygon(50% 50%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1504.28571deg)
    }

    64.69752% {
        clip-path: polygon(50% 50%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1536.42857deg)
    }

    65.25146% {
        clip-path: polygon(50% 50%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1568.57143deg)
    }

    65.77533% {
        clip-path: polygon(50% 50%,19% 89%,19% 89%,19% 89%,19% 89%,19% 89%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1600.71429deg)
    }

    66.30466% {
        clip-path: polygon(50% 50%,32% 100%,32% 100%,32% 100%,32% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1632.85714deg)
    }

    66.875% {
        clip-path: polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1665deg)
    }

    67.52187% {
        clip-path: polygon(50% 50%,68% 100%,68% 100%,68% 100%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1697.14286deg)
    }

    68.28079% {
        clip-path: polygon(50% 50%,81% 89%,81% 89%,81% 89%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1729.28571deg)
    }

    69.18732% {
        clip-path: polygon(50% 50%,94% 78%,94% 78%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1761.42857deg)
    }

    70.27697% {
        clip-path: polygon(50% 50%,97% 60.5%,97% 60.5%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1793.57143deg)
    }

    71.58528% {
        clip-path: polygon(50% 50%,100% 43%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1825.71429deg)
    }

    73.14778% {
        clip-path: polygon(50% 50%,91.5% 27.5%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1857.85714deg)
    }

    75% {
        clip-path: polygon(50% 50%,83% 12%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1890deg)
    }

    75.85733% {
        clip-path: polygon(50% 50%,91.5% 27.5%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1902.85714deg)
    }

    76.57799% {
        clip-path: polygon(50% 50%,100% 43%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1915.71429deg)
    }

    77.19752% {
        clip-path: polygon(50% 50%,97% 60.5%,97% 60.5%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1928.57143deg)
    }

    77.75146% {
        clip-path: polygon(50% 50%,94% 78%,94% 78%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1941.42857deg)
    }

    78.27533% {
        clip-path: polygon(50% 50%,81% 89%,81% 89%,81% 89%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1954.28571deg)
    }

    78.80466% {
        clip-path: polygon(50% 50%,68% 100%,68% 100%,68% 100%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1967.14286deg)
    }

    79.375% {
        clip-path: polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1980deg)
    }

    80.02187% {
        clip-path: polygon(50% 50%,32% 100%,32% 100%,32% 100%,32% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(1992.85714deg)
    }

    80.78079% {
        clip-path: polygon(50% 50%,19% 89%,19% 89%,19% 89%,19% 89%,19% 89%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2005.71429deg)
    }

    81.68732% {
        clip-path: polygon(50% 50%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2018.57143deg)
    }

    82.77697% {
        clip-path: polygon(50% 50%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2031.42857deg)
    }

    84.08528% {
        clip-path: polygon(50% 50%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2044.28571deg)
    }

    85.64778% {
        clip-path: polygon(50% 50%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,17% 12%,33.5% 6%);
        transform: rotate(2057.14286deg)
    }

    87.5% {
        clip-path: polygon(50% 50%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,17% 12%,33.5% 6%);
        transform: rotate(2070deg)
    }

    88.35733% {
        clip-path: polygon(50% 50%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,8.5% 27.5%,17% 12%,33.5% 6%);
        transform: rotate(2102.14286deg)
    }

    89.07799% {
        clip-path: polygon(50% 50%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2134.28571deg)
    }

    89.69752% {
        clip-path: polygon(50% 50%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,3% 60.5%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2166.42857deg)
    }

    90.25146% {
        clip-path: polygon(50% 50%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2198.57143deg)
    }

    90.77533% {
        clip-path: polygon(50% 50%,19% 89%,19% 89%,19% 89%,19% 89%,19% 89%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2230.71429deg)
    }

    91.30466% {
        clip-path: polygon(50% 50%,32% 100%,32% 100%,32% 100%,32% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2262.85714deg)
    }

    91.875% {
        clip-path: polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2295deg)
    }

    92.52187% {
        clip-path: polygon(50% 50%,68% 100%,68% 100%,68% 100%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2327.14286deg)
    }

    93.28079% {
        clip-path: polygon(50% 50%,81% 89%,81% 89%,81% 89%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2359.28571deg)
    }

    94.18732% {
        clip-path: polygon(50% 50%,94% 78%,94% 78%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2391.42857deg)
    }

    95.27697% {
        clip-path: polygon(50% 50%,97% 60.5%,97% 60.5%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2423.57143deg)
    }

    96.58528% {
        clip-path: polygon(50% 50%,100% 43%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2455.71429deg)
    }

    98.14778% {
        clip-path: polygon(50% 50%,91.5% 27.5%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(2487.85714deg)
    }

    to {
        clip-path: polygon(50% 50%,83% 12%,100% 43%,94% 78%,68% 100%,32% 100%,6% 78%,0 43%,17% 12%,33.5% 6%);
        transform: rotate(7turn)
    }
}


.noButtonStyle {
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: none;
    cursor: pointer;
}


.HideLineHeight {
    line-height: 0px;
}

#StrengthIndicator {
    height: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#StrengthIndicatorContainer {
    width: 100%;
}

#StrengthIndicatorBorder {
    /*border: 1px solid #cacaca;*/
    height: 5px;
    line-height: 5px;
    display: inline-block;
    width: 100%;
    position: relative;
}

#StrengthIndicator {
    transition: all 1s;
    border-radius: 20px;
}

canvas.chartCanvas {
    height: 280px !important;
}

#FixedAlertTrigger.alert,
#notificationArea .alert {
    margin-bottom: 0px !important;
}

#FixedAlertTrigger button.close,
#notificationArea button.close {
    padding: 0px !important;
}

#FixedAlertTrigger .highlight {
}

.gallery div.galleryDeleteImageIcon {
    position: absolute !important;
    left: 13px;
    z-index: 10 !important;
    top: 13px;
    width: 34px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #b5b5b5;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
}

    .gallery div.galleryDeleteImageIcon:hover {
        cursor: pointer;
        background-color: rgba(149, 0, 20, 0.8);
        color: #ffffff;
    }

.positionColour .mdi {
    color: #dab071;
}


.positionColour_1 .mdi {
    color: #c3b568;
}

.positionColour_2 .mdi {
    color: #b7b7b7;
}

.storeCodeBox {
    display: inline-block;
    width: 35px;
    height: 14px;
}

    .storeCodeBox.StoreCodeBox_PCC {
        background-color: #aa3343;
        border: 1px solid #d599a1;
    }

    .storeCodeBox.StoreCodeBox_PCJ {
        background-color: #191f22;
        border: 1px solid #8c8f91;
    }

    .storeCodeBox.StoreCodeBox_PCP {
        background-color: #609fe0;
        border: 1px solid #b0cff0;
    }

    .storeCodeBox.StoreCodeBox_PCU {
        background-color: #cd9741;
        border: 1px solid #e5ca9f;
    }

    .storeCodeBox.StoreCodeBox_PSW {
        background-color: #8c8c8c;
        border: 1px solid #c5c5c5;
    }

.storeSeperater {
    border-top: 1px dotted #dddddd;
}


.systemMainProgressValue.positionColour {
    background-color: #dab071;
}


.systemMainProgressValue.positionColour_1 {
    background-color: #c3b568;
}

.systemMainProgressValue.positionColour_2 {
    background-color: #b7b7b7;
}


.tooltipPositionColour {
    color: #dab071;
}

    .tooltipPositionColour.positionColour_1 {
        color: #c3b568;
    }

    .tooltipPositionColour.positionColour_2 {
        color: #b7b7b7;
    }

    .tooltipPositionColour.positionColour_3 {
        color: #dab071;
    }


.dottedRow:link,
.dottedRow:visited {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 10px 0px;
    color: #212529;
}

.dottedRow:hover {
    cursor: help;
    text-decoration: none;
    color: #313639;
}

.jconfirm-title-c:hover,
.jconfirm-icon-c:hover,
.jconfirm-title:hover,
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c:hover {
    cursor: move;
}


.jconfirm-icon-c {
    color: #3fa8ed;
}


.doc-type {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 20px;
    background-image: url('../images/filetypes/default.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 10px;
}

/* Image Styles*/
.doc-jpg {
    background-image: url('../images/filetypes/jpg.png');
}

.doc-jpeg {
    background-image: url('../images/filetypes/jpg.png');
}

.doc-png {
    background-image: url('../images/filetypes/png.png');
}

.doc-bmp {
    background-image: url('../images/filetypes/bmp.png');
}

.doc-gif {
    background-image: url('../images/filetypes/gif.png');
}

/* Document Styles*/
.doc-docx {
    background-image: url('../images/filetypes/msword.png');
}

.doc-doc {
    background-image: url('../images/filetypes/msword.png');
}

.doc-docxml {
    background-image: url('../images/filetypes/docxml.png');
}

.doc-xls {
    background-image: url('../images/filetypes/msexcel.png');
}

.doc-xlsx {
    background-image: url('../images/filetypes/msexcel.png');
}


.doc-pdf {
    background-image: url('../images/filetypes/pdf.png');
}

.doc-csv {
    background-image: url('../images/filetypes/msexcel.png');
}

.doc-txt {
    background-image: url('../images/filetypes/txt.png');
}

.doc-svg {
    background-image: url('../images/filetypes/svg.png');
}

/* Audio Styles*/
.doc-audio {
    background-image: url('../images/filetypes/audio.png');
}

/* Audio Styles*/
.doc-video {
    background-image: url('../images/filetypes/video.png');
}

.documentGallery a:link,
.documentGallery a:visited,
.documentGallery a:focus {
    color: rgba(25, 31, 34, 1);
}

.documentSize {
    color: #cacaca;
    margin-left: 8px;
}

.headerNoticeContainer {
}

.headerMascot {
}

.headerNoticeMessage {
    position: relative;
    padding: 20px 48px;
    border: 2px dotted #cacaca;
    font-size: 18px;
    background: #ffffff;
    color: #1f1f1f;
    border-radius: 10px;
    transition: all 1s;
}

    .headerNoticeMessage:hover {
        border: 2px dotted #3fa8ed;
        background: #3fa8ed;
        color: #ffffff;
        transition: all 1s;
    }

    .headerNoticeMessage b {
        transition: all 1s;
    }

    .headerNoticeMessage:hover b {
        color: #1f1f1f;
        transition: all 1s;
    }

textarea.pasteImage {
    background-image: url('../images/filetypes/paste_screenshots.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 32px;
    width: 100%;
    height: 90px;
    resize: none;
    text-align: center;
    line-height: 70px;
}


.rotateLeft {
    right: 79px;
}

.rotateRight {
    right: 45px;
}

.rotateLeft,
.rotateRight {
    position: absolute;
    top: 13px;
    background: rgba(0,0,0,0.6);
    color: white;
    z-index: 10 !important;
    width: 34px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0;
}

    .rotateLeft:hover,
    .rotateRight:hover {
        background-color: #3fa8ed;
        color: #ffffff;
        cursor: pointer;
    }

.photoTrigger:hover .rotateLeft,
.photoTrigger:hover .rotateRight,
.photoTrigger:hover div.galleryDeleteImageIcon,
.photoTrigger:hover div.quotegalleryDeleteImageIcon {
    opacity: 1;
}

.vehicleModelContainer {
    position: relative;
}

.vehicleMakeContainer {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
}

.lineItemsHeading {
    font-weight: 500;
    border-bottom: 5px solid #3fa8ed;
    border-top: 2px solid #dddddd;
    background-color: #fffdfd;
    padding: 10px 15px;
}

.lineItem {
    border-bottom: 1px dotted #d2d2d2;
    padding: 15px;
}

.borderLineItem {
    border-bottom: 1px dotted #d2d2d2;
    padding: 15px;
}

.deleteLineItem {
    color: #3fa8ed;
    display: inline-block;
}

    .deleteLineItem:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.highlightQTYUpdate {
    -webkit-animation: partQTYUpdate 0.6s linear;
    -moz-animation: partQTYUpdate 0.6s linear;
    -o-animation: partQTYUpdate 0.6s linear;
    animation: partQTYUpdate 0.6s linear;
}



@-webkit-keyframes partQTYUpdate {
    0% {
        background-color: #ffffff;
    }

    10% {
        background-color: #3fa8ed;
    }

    100% {
        background-color: #ffffff;
    }
}

@keyframes partQTYUpdate {
    0% {
        background-color: #ffffff;
    }

    10% {
        background-color: #3fa8ed;
    }

    100% {
        background-color: #ffffff;
    }
}

.HeaderLinkHeading {
    color: #707070;
    font-weight: 500;
    font-size: 15px;
}

.HeaderLink:link,
.HeaderLink:visited,
.HeaderLink:focus {
    color: #313639;
}

.HeaderLink:hover,
.HeaderLink:active {
    color: #3fa8ed;
}

.lineItemMessage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 15px;
    color: #ffffff;
    font-weight: 500;
}


    .lineItemMessage.Valid {
        background-color: #acdc94;
        color: #2c6b0d;
    }


    .lineItemMessage.Invalid {
        background-color: #ffc7c7;
        color: #e20009;
    }




.deleteCustomLogo {
    position: absolute !important;
    right: 9px;
    top: 9px;
    z-index: 10 !important;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    text-align: center;
    color: #b5b5b5;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.4;
    transition: all 0.4s;
}

    .deleteCustomLogo:hover,
    .deleteCustomLogo:active {
        background-color: #3fa8ed;
        color: #ffffff;
        transition: all 0.2s;
        cursor: pointer;
    }

.DeleteInline {
    margin-left: 0px;
    width: 30px;
    text-align: center;
    background: #dddddd;
}

    .DeleteInline:hover {
        background: black;
    }


.OverlayDeleteButton {
    position: absolute !important;
    right: 9px;
    top: 9px;
    z-index: 10 !important;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    text-align: center;
    color: #b5b5b5;
    background-color: rgba(0, 0, 0, 1);
    opacity: 0.6;
    transition: all 0.1s;
}

    .OverlayDeleteButton:hover,
    .OverlayDeleteButton:active {
        background-color: #3fa8ed;
        color: #ffffff;
        transition: all 0.1s;
        cursor: pointer;
        opacity: 0.8;
    }

a.system-btn {
    color: #ffffff;
}

    a.system-btn:hover {
        text-decoration: none;
    }

.system-btn,
.system-btn:hover {
    background: none;
    border: 0px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.27em;
    text-transform: uppercase;
}


    .system-btn .circularButton {
        border-radius: 50% !important;
        background: none;
        border: 2px solid rgba(255,255,255,0.6);
        display: inline-block !important;
        position: relative !important;
        white-space: nowrap !important;
        vertical-align: middle !important;
        line-height: 99px !important;
        height: 30px !important;
        width: 30px !important;
        font-size: 1.2rem !important;
        color: #fff !important;
        font-weight: 500 !important;
        text-align: center !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        transition: all 0.8s !important;
        cursor: pointer !important;
        -webkit-user-select: none !important;
        transition-timing-function: cubic-bezier(.4,.08,0,.97) !important;
    }

    .system-btn:hover .system-btn .circularButton {
        background: rgba(0,0,0,0.4) !important;
    }

    .system-btn svg {
        position: absolute !important;
        left: -2px !important;
        top: -2px !important;
    }

.system-circle {
    stroke-dasharray: 301.59px 301.59px;
    stroke-dashoffset: 301.59px;
    transition: all 0.8s;
    transition-timing-function: cubic-bezier(.4,.08,0,.97);
}

.system-btn:hover .system-circle {
    stroke-dashoffset: 0;
    stroke: #3fa8ed;
}

.system-chevron-right-dark {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/ci/systemChevRightDark.png');
}

.system-chevron-right-light {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/ci/systemChevRightLight.png');
}

.buttonText {
    position: relative;
    top: 2px;
}

.lightButton {
    color: #ffffff;
    opacity: 1;
    transition: all 0.3s;
}

    .lightButton:hover {
        opacity: 0.8;
        transition: all 0.3s;
    }

.darkButton {
    color: #000000;
    opacity: 0.5;
    transition: all 0.2s;
}

    .darkButton:hover {
        opacity: 1;
        transition: all 0.2s;
    }

.AlertHighlight {
}

.alert {
    margin-bottom: 25px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0px;
    z-index: 10000;
    text-align: center;
    animation-name: SlideInTop;
    animation-duration: 0.6s;
    padding: 30px 20px;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.alert-success {
    color: #ffffff;
    background-color: rgba(29,66,105,0.9);
    border: 1px dashed #5079a2;
}

.alert-warning {
    color: #ffffff;
    background-color: rgba(155,28,28,0.9);
    border: 1px dashed #a43232;
}

.alert-notice {
    color: #ffffff;
    background-color: rgba(255,106,0,0.9);
    border: 1px dashed #ff6a00;
}

    .alert-success .close,
    .alert-notice .close,
    .alert-warning .close {
        opacity: 1;
        color: #ffffff;
        text-shadow: none;
        color: #ffffff !important;
        text-shadow: none !important;
    }

.alert-dismissible .close {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.alert .close:hover {
    color: #ffffff !important;
    text-shadow: none !important;
    background: rgba(0,0,0,0.3);
}

.alert-success b,
.alert-success a:link,
.alert-success a:visited {
    color: #4da2fb;
    font-weight: normal;
}

.alert-warning b,
.alert-warning a:link,
.alert-warning a:visited {
    color: #ff9d9d;
    font-weight: normal;
}

.alert-notice b,
.alert-notice a:link,
.alert-notice a:visited {
    color: #ffc251;
    font-weight: normal;
}


.alert-success a:hover,
.alert-success a:active,
.alert-warning a:link,
.alert-warning a:visited,
.alert-notice a:link,
.alert-notice a:visited {
    color: #ffffff;
}

@keyframes SlideInTop {
    from {
        top: -50px;
    }

    to {
        top: 0px;
    }
}

.borderBox-OverlayButtons {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 48;
}

    .borderBox-OverlayButtons a:link,
    .borderBox-OverlayButtons a:visited {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
        background: #f5f5f5;
        color: #3c3c3c !important;
        margin-left: 0px;
        float: right;
    }

    .borderBox-OverlayButtons a.disabled:link,
    .borderBox-OverlayButtons a.disabled:visited,
    .borderBox-OverlayButtons a.disabled:hover,
    .borderBox-OverlayButtons a.disabled:active {
        background: #f9f9f9;
        color: #e5e5e5 !important;
        cursor: not-allowed;
    }


    .borderBox-OverlayButtons a:hover,
    .borderBox-OverlayButtons a:active {
        background: #3c3c3c;
        color: #ececec !important;
    }

.sp-original-input-container .sp-add-on .sp-colorize {
    width: 36px;
}


.DuplicateNameHere {
    text-transform: none;
    margin-right: 10px;
}

.NewNotice {
    position: absolute;
    background: #3fa8ed;
    height: 20px;
    width: 20px;
    border: 1px solid #3fa8ed;
    border-radius: 50%;
    top: -6px;
    right: -6px;
    font-size: 9px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    z-index: 10;
}


.dropdown:not(.bootstrap-select):hover > .dropdown-menu {
    display: block;
    background: #ffffff;
    border: 0px;
}

.dropdown:not(.bootstrap-select) > .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown:not(.bootstrap-select):hover > .dropdown-menu {
    display: block;
    background: #fbfbfb;
    border: 0px;
}

.dropdown:not(.bootstrap-select) > .dropdown-toggle:active {
    pointer-events: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    border: 1px solid #dedede;
}


.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:active {
    border: 1px solid #dedede;
    background-color: transparent;
    height: 39px;
    line-height: 20px;
    color: inherit;
}

    .bootstrap-select > .dropdown-toggle.disabled,
    .bootstrap-select > .dropdown-toggle.disabled:hover,
    .bootstrap-select > .dropdown-toggle.disabled:focus,
    .bootstrap-select > .dropdown-toggle.disabled:active {
        color: inherit;
        background-color: #eeeeee;
    }

    .bootstrap-select > .dropdown-toggle.bs-placeholder,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
        color: inherit;
    }

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: unset;
}

.bootstrap-select .dropdown-toggle {
    padding-right: 2px !important
}

    .bootstrap-select .dropdown-toggle::after {
        display: inline-block;
        width: 22px;
        height: 42px;
        text-align: center;
        border: 0px;
        font-family: "Material Design Icons";
        font-size: 22px;
        line-height: 42px;
        content: "\F0140";
        margin: 0px;
    }

.bootstrap-select .dropdown-menu.show {
    background: white;
    border-radius: 0px;
    /*    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;*/
    padding: 0px;
}

    .bootstrap-select .dropdown-menu.show .dropdown-item {
        font-size: 12px;
        padding: 5px 15px 5px 22px;
    }

.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #313639;
}

.dropdown-item:hover,
.dropdown-item:focus {
    outline: none;
}

.bootstrap-select .dropdown-footer,
.bootstrap-select .dropdown-header,
.dropdown-header {
    font-size: 12px;
    color: #4f83b7;
    padding: 5px 15px;
    text-align: left;
}

.AdditionalButtons .bootstrap-select .dropdown-header {
    font-size: 13px;
    color: #ffffff;
    padding: 8px 15px;
    background: #3fa8ed;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid white;
}

#SystemNav .dropdown-header {
    font-size: 13px;
    color: #ffffff;
    padding: 12px 20px;
    background: #4c4c4c;
    letter-spacing: 1.3px;
}

    #SystemNav .dropdown-header .mdi {
        /*     color: #3fa8ed;*/
    }

table.dataTable thead tr th.select-checkbox input {
    width: 20px;
    height: 20px;
    padding: 0px;
}

table.dataTable tbody tr.odd td.select-checkbox:before {
    content: '';
    border: 1px solid #dee2e6;
    border-radius: 3px;
    background: #fbfbfb;
    height: 18px;
    width: 18px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 3px);
}

table.dataTable tbody tr.even td.select-checkbox:before {
    content: '';
    border: 1px solid #dee2e6;
    border-radius: 3px;
    background: #fbfbfb;
    height: 18px;
    width: 18px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 3px);
}

table.dataTable tr.odd.selected td.select-checkbox:after {
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F012C";
    text-align: center;
    text-shadow: none;
    top: calc(50% + 2px);
    left: calc(50% - 5px);
    color: #2893ff;
    font-size: 14px;
}


table.dataTable tr.even.selected td.select-checkbox:after {
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F012C";
    text-align: center;
    text-shadow: none;
    top: calc(50% - 0px);
    left: calc(50% - 5px);
    color: #2893ff;
    font-size: 14px;
}


table.dataTable tbody tr.odd.selected td.select-checkbox:before,
table.dataTable tbody tr.even.selected td.select-checkbox:before {
    background: #2d3f48;
    border: 0px;
}

table.dataTable tbody tr.odd.selected td.select-checkbox:after,
table.dataTable tbody tr.even.selected td.select-checkbox:after {
    color: #ffffff;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #3fa8ed !important;
    color: #ffffff;
}


    table.dataTable tbody > tr.selected .mdi-alert-octagram {
        color: #dcb16f !important;
    }

table.dataTable tbody th,
table.dataTable tbody td {
    /*padding: 11px 10px;*/
    padding: 10px 10px;
    white-space: nowrap;
}


    table.dataTable tbody td.editable:focus-visible,
    table.dataTable tbody td.editable:focus {
        outline-offset: -2px;
        outline: 1px dotted #0670a5;
        transition: 0.3s all;
        background: #ffffff;
        color: #0670a5;
    }


    table.dataTable tbody td.editable:hover {
        outline-offset: -2px;
        outline: 1px dotted #0670a5;
        transition: 0.3s all;
        background: #ffffff;
        color: #0670a5;
    }

table.dataTable tbody .selected td.editable:focus {
    color: #67c7f7;
}

.email_preview_area td.btn-link:hover {
    text-decoration: none !important;
}

.wysiwyg_previewBody p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
}

.tox-tbtn:hover,
.tox-tbtn__select-label:hover {
    cursor: pointer !important;
}

.tox .tox-toolbar-overlord {
    background-color: rgba(255,255,255,0.9) !important;
}

.tox .tox-dialog__footer {
    border-top: 0px solid #d4d4d4 !important;
    padding: 15px 12px !important;
}

a.back-to-top:link,
a.back-to-top:visited {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    line-height: 80px;
    height: 80px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.1s ease;
    background: rgba(50,54,57,0.8);
    opacity: 0;
    border-radius: 50%;
}

a.back-to-top:hover,
a.back-to-top:active {
    cursor: default;
    transition: all 0.1s ease;
}

a.back-to-top.show:link,
a.back-to-top.show:visited {
    opacity: 1;
}

a.back-to-top.show:hover,
a.back-to-top.show:active {
    transition: all 0.2s ease;
    background: rgba(32,129,193,0.8);
    cursor: pointer;
    color: #ffffff;
}

.back-to-top .root {
    display: flex;
    width: 40px;
    height: 80px;
    fill: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
}

.ImportantArea {
    background: #3fa8ed !important;
    color: #ffffff !important;
}

#Countdown {
    text-align: center;
}

.countDowntimerBlock {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    display: inline-block;
    height: 70px;
    padding-top: 10px;
    font-size: 22px;
    width: 20%;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 20%), inset 2px 4px 0 0 rgb(255 255 255 / 8%);
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 20%), inset 2px 4px 0 0 rgb(255 255 255 / 8%);
}

.countDowntimer {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 10px;
}

.cart {
    display: inline-block;
}

.cartIcon {
    width: 50px;
}

.PAXStyle th {
    font-size: 14px;
    padding: 8px 8px;
}

.PAXStyle td {
    padding: 0px;
    font-size: 12px;
}

    .PAXStyle td a:link,
    .PAXStyle td a:visited {
        z-index: 30;
        position: relative;
    }

    .PAXStyle td a:hover,
    .PAXStyle td a:active {
        color: #3fa8ed;
    }


.checkinResponse {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
}

    .checkinResponse.Success {
        border: 1px solid #9cd7bc;
        color: #9cd7bc;
    }

    .checkinResponse.Fail {
        border: 1px solid #d93f53;
        color: #d93f53;
    }

    .checkinResponse.Valid {
        border: 1px solid #5a99d9;
        color: #5a99d9;
    }




.checkinValidTicket {
    background: #3fa8ed;
    color: #ffffff;
}

.checkinInvalidTicket {
    background: #6b000f;
    color: #ffffff;
}

.checkinProcessedTicket {
    background: #60a585;
    color: #ffffff;
}


@media only screen and (min-width: 769px) {
    #navbarSupportedContent .nav-item.active {
    }

    #navbarSubContent .nav-item.active {
    }

    #navbarSupportedContent .dropright.active .dropdown-item-Style {
        background-color: #313639;
        color: #ffffff;
    }

    #navbarSubContent .dropright.active .dropdown-item-Style {
        background-color: #313639;
        color: #ffffff;
    }


    #navbarSupportedContent .dropdown-menu {
        font-size: 12px;
        line-height: 12px;
        z-index: 8515;
    }

    #navbarSubContent .dropdown-menu {
        font-size: 12px;
        line-height: 12px;
    }

    #navbarSupportedContent .dropdown-item {
        border-bottom: 1px solid #e0e0e0;
    }

    #navbarSupportedContent .dropdown-item,
    #navbarSupportedContent .dropright {
        padding: 12px 25px;
        color: #d0d0d0;
    }

        #navbarSupportedContent .dropdown-item:first-child {
            /*border-top: 1px solid #dcdcdc;*/
        }

    #navbarSubContent .dropdown-item,
    #navbarSubContent .dropright {
        padding: 12px 25px;
        color: #d0d0d0;
        border-bottom: 1px solid #383838;
    }


    #navbarSupportedContent a:link,
    #navbarSupportedContent a:visited,
    #navbarSupportedContent button {
        color: inherit;
    }

    #navbarSupportedContent .nav-item .nav-link .mdi {
        color: #dddddd;
    }

    #navbarSupportedContent .nav-item.active .nav-link {
        color: #3fa8ed;
        /*color: #141414;*/
        font-weight: 500;
    }

        #navbarSupportedContent .nav-item.active .nav-link .mdi {
            color: #5cbeff;
        }


    #navbarSubContent a:link,
    #navbarSubContent a:visited,
    #navbarSubContent button {
        color: #d0d0d0;
    }

    #navbarSupportedContent a:hover,
    #navbarSupportedContent a:active,
    #navbarSupportedContent a:focus {
        color: #5cbeff;
        transition: color 0.1s linear; /* vendorless fallback */
        -o-transition: color 0.1s linear; /* opera */
        -ms-transition: color 0.1s linear; /* IE 10 */
        -moz-transition: color 0.1s linear; /* Firefox */
        -webkit-transition: color 0.1s linear; /*safari and chrome */
    }

    #navbarSubContent a:hover,
    #navbarSubContent a:active,
    #navbarSubContent a:focus {
        color: #8a8a8a;
        transition: color 0.1s linear; /* vendorless fallback */
        -o-transition: color 0.1s linear; /* opera */
        -ms-transition: color 0.1s linear; /* IE 10 */
        -moz-transition: color 0.1s linear; /* Firefox */
        -webkit-transition: color 0.1s linear; /*safari and chrome */
        text-decoration: none;
    }

    #navbarSupportedContent a#navbarDropdownMenuLink,
    #navbarSupportedContent a#navbarDropdownMenuLink:link,
    #navbarSupportedContent a#navbarDropdownMenuLink:visited,
    #navbarSupportedContent a#navbarDropdownMenuLink:hover,
    #navbarSupportedContent a#navbarDropdownMenuLink:active {
        color: #141414;
    }

    #navbarSupportedContent a:hover .mdi {
        color: #5cbeff !important;
    }

    #navbarSupportedContent .navbar-right a:hover .mdi {
        color: #dddddd !important;
    }

    #navbarSupportedContent .navbar-right .dropdown-menu a:hover .mdi {
        color: #3fa8ed !important;
    }

    #navbarSupportedContent .navbar-right .dropdown-menu a.active:hover .mdi {
        color: #ffffff !important;
    }

    #navbarSupportedContent a.active:link, #navbarSupportedContent a.active:visited {
        color: #3fa8ed;
    }

    #navbarSupportedContent .dropdown-menu a.active:link,
    #navbarSupportedContent .dropdown-menu a.active:visited,
    #navbarSupportedContent .dropdown-menu a.active:hover,
    #navbarSupportedContent .dropdown-menu a.active:active {
        color: #ffffff;
    }

    .dropdown-menu,
    .dropdown-menu .dropdown-item:last-child {
        /*        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;*/
    }

    .dropdown-menu {
        box-shadow: 2px 8px 10px 4px rgba(0,0,0,0.2);
        -webkit-box-shadow: 2px 8px 10px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 2px 8px 10px 4px rgba(0,0,0,0.2);
    }

    #navbarSubContent a.active:link,
    #navbarSubContent a.active:visited {
        color: #ffffff;
    }

    #navbarSupportedContent .dropdown-item:hover,
    #navbarSupportedContent .dropright:hover,
    #navbarSupportedContent .dropright:hover .dropdown-item-Style {
        background-color: #efefef;
        transition: background-color 0.3s ease;
        color: #040404;
        cursor: pointer !important;
    }

    #navbarSubContent .dropdown-item:hover,
    #navbarSubContent .dropright:hover,
    #navbarSubContent .dropright:hover .dropdown-item-Style {
        background-color: #2e2e2e;
        transition: background-color 0.3s ease;
        color: #d0d0d0;
        cursor: pointer !important;
    }

    #navbarSupportedContent .dropdown-item button {
        color: #191919 !important;
        background-color: transparent;
    }

    #navbarSubContent .dropdown-item button {
        color: #d0d0d0 !important;
        background-color: transparent;
    }

    #navbarSupportedContent .dropdown-item:hover button,
    #navbarSupportedContent .dropdown-item:hover button:hover {
        color: #191919 !important;
        background-color: transparent;
    }

    #navbarSubContent .dropdown-item:hover button,
    #navbarSubContent .dropdown-item:hover button:hover {
        color: #ffffff !important;
        background-color: transparent;
    }

    #navbarSupportedContent .dropdown-menu .dropdown-item:first-child:hover::before {
        border-color: transparent transparent #3fa8ed transparent;
        transition: border-color 0.3s ease;
    }

    #navbarSubContent .dropdown-menu .dropdown-item:first-child:hover::before {
        border-color: transparent transparent #3fa8ed transparent;
        transition: border-color 0.3s ease;
    }

    #navbarSupportedContent .dropright .dropdown-item:first-child:hover::before {
        border-color: transparent #3fa8ed transparent transparent;
        transition: border-color 0.3s ease;
    }

    #navbarSubContent .dropright .dropdown-item:first-child:hover::before {
        border-color: transparent #3fa8ed transparent transparent;
        transition: border-color 0.3s ease;
    }

    #navbarSupportedContent .dropright .dropdown-item:first-child:hover::after {
        border-color: transparent #ffffff transparent;
        transition: border-color 0.3s ease;
    }

    #navbarSubContent .dropright .dropdown-item:first-child:hover::after {
        border-color: transparent #ffffff transparent;
        transition: border-color 0.3s ease;
    }

    #navbarSupportedContent .nav-item {
    }

    #navbarSubContent .nav-item {
    }

    .dropdown-menu {
        background-color: #1f1f1f;
    }

    .dropdown-toggle::after,
    .dropright .dropdown-toggle::after {
        display: none;
    }

    #navbarSupportedContent .dropdown-item.active,
    #navbarSupportedContent .dropright.active,
    #navbarSupportedContent .dropright.active:hover,
    #navbarSupportedContent .dropright.active a.dropdown-item-Style:link,
    #navbarSupportedContent .dropright.active a.dropdown-item-Style:visited,
    #navbarSupportedContent .dropright.active a.dropdown-item-Style:hover,
    #navbarSupportedContent .dropright.active a.dropdown-item-Style:active,
    #navbarSupportedContent .dropright.active:hover .dropdown-item-Style {
        color: #ffffff;
        text-decoration: none;
        background-color: #3fa8ed;
        border-color: #3fa8ed;
    }

    #navbarSubContent .dropdown-item.active,
    #navbarSubContent .dropright.active,
    #navbarSubContent .dropright.active:hover,
    #navbarSubContent .dropright.active a.dropdown-item-Style:link,
    #navbarSubContent .dropright.active a.dropdown-item-Style:visited,
    #navbarSubContent .dropright.active a.dropdown-item-Style:hover,
    #navbarSubContent .dropright.active a.dropdown-item-Style:active,
    #navbarSubContent .dropright.active:hover .dropdown-item-Style {
        color: #ffffff;
        text-decoration: none;
        background-color: #3fa8ed;
    }
}

.dropdown-item {
    padding: 20px 38px;
}

@media only screen and (max-width: 768px) {

    #navbarSupportedContent .nav-link {
        font-size: 14px;
        line-height: 12px;
        padding: 12px 0px;
        display: inline-block;
        color: #000000;
    }

    #SystemNav.navbar .nav-link {
        width: 100%;
        position: relative;
        padding: 20px 20px !important;
    }

        #SystemNav.navbar .nav-link.active,
        #SystemNav.navbar .nav-item.dropdown.active {
            font-weight: 500;
            background: #efefef;
        }

            #SystemNav.navbar .nav-link.active .mdi,
            #SystemNav.navbar .nav-item.dropdown.active .mdi {
                color: #3fa8ed;
            }

    #LeftNavigation .mdi {
        display: none;
    }

    #SystemNav.navbar .nav-item {
        margin-right: 0px;
        text-align: left;
        border-bottom: 1px solid #e3e4e5;
    }

        #SystemNav.navbar .nav-item.active {
            background: #f1f1f1;
            border-bottom: 1px solid #f3f3f3
        }


    #SystemNavMobile.navbar .nav-item {
        margin-right: 0px;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #3fa8ed;
    }

    .totalPics {
        position: absolute;
        right: -15px;
        top: -5px;
        font-size: 10px;
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: #3fa8ed;
    }

    .dropdown-menu {
        text-align: center;
    }

    .dropdown.dropright .dropdown-toggle {
        display: inline-block;
        width: 100%;
    }

    /*.nav-link,*/
    .dropdown-toggle,
    .dropdown-item {
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
    }

    .dropdown-item {
        padding: 20px;
    }

    .dropdown-toggle::after {
        content: "";
        width: 8px;
        height: 8px;
        border: solid #a1a1a1;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        top: calc(50% - 4px);
        right: 25px;
    }

    .dropright .dropdown-toggle::after {
        content: "";
        width: 8px;
        height: 8px;
        border: solid #3fa8ed;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(-45deg);
        position: relative;
        top: 0px;
    }

    #SystemNav .dropdown-header {
        background: #565656;
        padding: 20px;
        color: #ffffff;
    }
}

@media only screen and (max-width: 577px) {
    #emailReport,
    #printReport {
        position: relative !important;
        display: inline-block;
        right: 0px;
        left: 0px;
    }

    .btn-system-primary {
        width: 100%;
        text-align: center !important;
        margin-bottom: 15px !important;
        padding: 15px !important;
    }

        .btn-system-primary .mdi {
            display: none;
        }
}

@media only screen and (max-width: 1001px) {
    .w-full-1001-100 {
        width: 100%;
    }
}

@media only screen and (max-width: 782px) {
    .w-full-782-100 {
        width: 100% !important;
    }

    .w-full-782-50 {
        width: calc(50% - 4px) !important;
        margin-left: auto;
    }
}





.owl-custom-prev,
.owl-custom-next {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    position: fixed;
    z-index: 25;
    text-align: center;
    top: 45%;
}

.owl-custom-prev {
    left: 0px;
}

.owl-custom-next {
    right: 0px;
}

.owl-custom-nav-btn:link,
.owl-custom-nav-btn:visited,
.owl-custom-nav-btn:focus {
    background: rgba(0,0,0,0.3);
    color: #ffffff;
}

.owl-custom-nav-btn:hover,
.owl-custom-nav-btn:Active {
    background: rgba(0,0,0,1);
    color: #d5001c;
}

.ui-autocomplete {
    position: absolute;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

    .ui-autocomplete.highlightLastChild li div:before {
        content: "\F0935";
        width: 8px;
        height: 12px;
        margin-left: 3px;
        margin-right: 10px;
        display: inline-block;
        font: normal normal normal 24px/1 "Material Design Icons";
        font-size: inherit;
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        color: #5cbeff;
    }


    .ui-autocomplete.highlightLastChild li:last-child div:before {
        content: "\F0415";
        width: 8px;
        height: 12px;
        margin-left: 3px;
        margin-right: 10px;
        display: inline-block;
        font: normal normal normal 24px/1 "Material Design Icons";
        font-size: inherit;
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        color: #5cbeff;
    }

    .ui-autocomplete.rapidCapture {
    }

        .ui-autocomplete.rapidCapture li {
            font-size: 14px;
        }

.ui-autocomplete-loading {
    background-image: url('../images/ajax_loader.gif');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.ui-autocomplete.rapidCapture {
}

    .ui-autocomplete.rapidCapture li {
        font-size: 12px;
    }

.ui-autocomplete-loading {
    background-image: url('../images/ajax_loader.gif');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

a.autocompleteClearSelected:link,
a.autocompleteClearSelected:visited {
    position: absolute;
    left: calc(100% - 70px);
    width: 25px;
    padding: 9px 0px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #d4d4d4;
    z-index: 5;
}

a.autocompleteClearSelected:hover,
a.autocompleteClearSelected:active,
a.autocompleteClearSelected:focus {
    color: #212529;
}

/************Loading**********/
#loaderContainer {
    position: relative;
}

#pageLoading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 999999;
}

.pageLoading_Table {
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 999999;
    position: absolute;
    border: 1px solid #dddddd;
}

#loaderWrapper {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 42%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #17b9ff;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 2px solid transparent;
        border-top-color: #57a6f1;
        -webkit-animation: spin 0.9s linear infinite;
        animation: spin 0.9s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 2px solid transparent;
        border-top-color: #d6d6d6;
        -webkit-animation: spin 0.6s linear infinite;
        animation: spin 0.6s linear infinite;
    }


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.loading {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    position: relative;
    left: 50%;
    top: 40%;
    width: 150px;
    height: 150px;
    margin: -64px 0 0 -75px;
    border-top-color: #17b9ff;
}

.pageLoading_Table .loading {
    top: 39.5%;
}

.loadingText {
    -webkit-animation: loading-text 1.8s infinite;
    animation: loading-text 1.8s infinite;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 18px);
}


/* Loading Text */
@-webkit-keyframes loading-text {
    0% {
        color: rgba(30, 30, 30, 1);
    }

    20% {
        color: rgba(30, 30, 30, 0);
    }

    100% {
        color: rgba(30, 30, 30, 1);
    }
}

@keyframes loading-text {
    0% {
        color: rgba(30, 30, 30, 1);
    }

    20% {
        color: rgba(30, 30, 30, 0);
    }

    100% {
        color: rgba(30, 30, 30, 1);
    }
}
/************Loading**********/

/************ Signature Pad **********/
#signiture-canvas {
    cursor: url('/images/theme/sign.png') 0 0, pointer;
}

.signature-pad::before,
.signature-pad::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad--body canvas {
    width: 100%;
    height: 100%;
    /*    border-radius: 20px;*/
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad--description {
    color: #C3C3C3;
    text-align: center;
    font-size: 12px;
    padding: 5px 15px 10px 15px;
}

@media (pointer: coarse) {
    /*    body {
        overflow:hidden;
    }*/
}


/************ Signature Pad **********/


.FinancialDetails,
.FinancialDetailsNoHighlight {
    font-size: 14px;
}

.FinancialDigits {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
}



.FinancialDetails .FinancialDigits .subtotal,
.FinancialDetailsNoHighlight .FinancialDigits .subtotal {
    font-weight: 600;
}

.FinancialDetails .col-auto .col-12:last-child,
.FinancialDetails .col .col-12:last-child {
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
    margin-top: 5px;
    color: #3898d7;
}

.FinancialDetails .col-auto.FinancialDigits .col-12:last-child,
.FinancialDetails .col.FinancialDigits .col-12:last-child {
    font-weight: 600;
}

.FinancialDetails .subtotal,
.FinancialDetailsNoHighlight .subtotal {
    font-weight: 500;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
}

.FinancialDetails .discount,
.FinancialDetailsNoHighlight .discount {
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 0px;
}

.FinancialTotal {
    color: #303030;
    border-top: 1px dashed #444444;
    border-bottom: 1px dashed #444444;
}


.FinanceStyle .Dots {
    border-top: 1px dashed #e3e3e3;
    padding: 5px 0px;
}

.FinanceStyle .Subtotal {
    border-top: 1px dashed #e3e3e3;
    font-weight: 500;
}

.FinanceStyle .Total {
    font-weight: 500;
}


.StyledFormHeader.Link {
    transition: 0.3s all ease;
}

    .StyledFormHeader.Link:hover {
        background: rgb(13 126 203);
        background: linear-gradient(90deg, rgb(13 126 203) 7%, rgb(44 154 228) 50%, rgb(98 193 255) 100%);
    }


    .StyledFormHeader.Link a.StyledLink:link,
    .StyledFormHeader.Link a.StyledLink:visited {
        font-size: 14px;
        padding: 0px 12px;
        text-align: center;
        border: 1px solid #ffffff;
        color: #ffffff;
        display: inline-block;
        border-radius: 3px;
        text-decoration: none;
        background: none;
    }


    .StyledFormHeader.Link a.StyledLink:hover,
    .StyledFormHeader.Link a.StyledLink:active {
        background: rgba(97,219,75,0.6);
        border: 1px solid #3cc980;
    }

    .StyledFormHeader.Link a.StyledLink:link .mdi,
    .StyledFormHeader.Link a.StyledLink:visited .mdi {
        -webkit-text-stroke: 0.4px #008eeb !important;
    }

    .StyledFormHeader.Link a.StyledLink:hover .mdi,
    .StyledFormHeader.Link a.StyledLink:active .mdi {
        -webkit-text-stroke: 0.4px #00bb69 !important;
    }


#AlphaTagsContainer {
    z-index: 2;
    background: #0a65a6;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    line-height: 36px;
}


#AlphaTags {
    color: #ffffff;
}

    #AlphaTags a:link,
    #AlphaTags a:visited {
        font-size: 16px;
        line-height: 24px;
        padding: 6px 14px;
        background: #0a65a6;
        color: #ffffff;
        display: inline-block;
    }

    #AlphaTags a:hover,
    #AlphaTags a:active,
    #AlphaTags a.Active:link,
    #AlphaTags a.Active:visited,
    #AlphaTags a.Active:hover,
    #AlphaTags a.Active:active {
        background: #3fa8ed;
    }


#PrintSettings {
    background: #f9f9f9;
    font-size: 12px;
}

.inline-group .form-control {
    text-align: right;
}

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#CalculateTravel {
   /* position: absolute;
    right: 0px;
    top: -15px;*/
    text-align: center;
    padding: 0px;
    color: #ffffff;
}

.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    border: 0px solid #4e4e4e;
}

    .tab-vertical .nav.nav-tabs .nav-item {
        margin-bottom: 0px;
    }

.tab-vertical .nav-tabs .nav-link {
    color: #71748d;
    background-color: #dddde8;
}

.tab-vertical .nav-tabs .nav-item:not(:first-child) {
    margin-left: 0px;
}

.tab-vertical .nav-tabs .nav-link.active {
    color: #5969ff;
}

.tab-vertical .nav-tabs .nav-link {
}


.tab-vertical .tab-content {
    overflow: auto;
}

.tab-vertical .tab-pane {
    border: 0px;
    padding: 0px;
}

.tab-vertical .nav-tabs .nav-link {
    border-top: 0px;
    border-left: 0px;
    border-bottom: 1px solid #e5e5e5;
    background: #fbfbfb;
}

.tab-vertical .nav-tabs .nav-link:hover {
    background: #e5e5e5;
}

.tab-vertical .nav-tabs .nav-link {
    border-color: #e5e5e5;
}
.tab-vertical .nav-tabs .nav-link.active,
.tab-vertical .nav-tabs .nav-link.active:hover,
.tab-vertical .nav-tabs .nav-link.active:focus {
    background: #3fa8ed;
    border-top: 0px;
    border-left: 0px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;

}

.tab-vertical .nav-tabs .nav-link.disabled {
    border-right: 1px solid #e5e5e5;
    color: #e5e5e5;
}

.bdayRow {
    border-top: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.NextBirthDayRow {
    background-color: #fbfbfb;
}

.owl-carousel .owl-stage {
    display: flex;
}

.birthday-container .card-body {
    background: #efefef;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.birthday-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.birthday-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 280px;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    border-bottom-right-radius: 80px;
}

.birthday-name {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    background: #3fa8ed;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px;
    color: #ffffff;
}

.birthday-box-age {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.85);
    font-size: 40px;
    text-align: center;
    color: #3fa8ed;
    padding: 5px 20px 15px 10px;
}

.birthday-box-year {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    font-size: 40px;
    text-align: center;
    color: red;
}

.birthday-container .owl-nav.disabledFAKE {
    display: none;
}

.birthday-container .owl-dots {
    text-align: center;
    margin-top: 12px;
}

    .birthday-container .owl-dots button.owl-dot.active span,
    .birthday-container .owl-dots button.owl-dot:hover span {
        background-color: #61a2ec;
        border-radius: 50%;
        height: 12px;
        width: 12px;
        position: absolute;
        top: 1px;
        left: 1px;
    }

    .birthday-container .owl-dots button.owl-dot {
        border: 1px solid #efefef;
        background: #c3c3c3;
        border-radius: 50%;
        height: 16px;
        width: 16px;
        position: relative;
        margin-left: 2px;
        margin-right: 2px;
    }