﻿input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7rem;
    color: #303030;
}

    body.errorPages {
        background: url(/images/main_bg_001.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: bottom;
        opacity: 1;
    }

.flex-grow {
    flex: 1;
}

.showLoading {
    /*Use this to trigger pageloading events in jquery*/
    /*This class is only specified here to be picked up for autocomplete : ) yw! */
}

.navbar-toggler {
    padding: 20px 15px;
    background-color: #e3141c;
}

.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 {
    border-color: rgb(237, 27, 36);
}

.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: #9f3d35;
    border-top: 1px solid #9f3d35;
    border-bottom: 1px solid #9f3d35;
    border-radius: 0px;
    color: #ffffff;
}


    .navbar-light .navbar-toggler.collapsed {
        background-color: #c35148;
        border-top: 1px solid #9f3d35;
        border-bottom: 1px solid #9f3d35;
        border-radius: 0px;
        color: #ffffff;
    }

.dropdown:hover > .dropdown-menu {
    display: block;
    background: #c35148;
    border: 0px;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.dropright .dropdown-menu {
    margin-left: 0px;
    top: -1px;
}

.dropdown-menu {
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #373737;
    border-bottom: 0px;
    white-space: nowrap;
}

.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;
        }



a:link,
a:visited {
    color: #f7bb74;
    transition: 0.3s all linear;
}

a:hover,
a:active {
    color: #e3141c;
    transition: 0.3s all linear;
    text-decoration: none;
}

.eventTitle a:link,
.eventTitle a:visited {
    color: #979797 !important;
}

.eventTitle a:hover,
.eventTitle a:visited {
    color: #ff8a00 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0;
    font-family: inherit;
    line-height: 1.2;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}

h1 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #c35148;
}

h2 {
    font-size: 16px;
    color: #000000;
}

h3 {
    font-size: 16px;
    color: #f6921e;
}

h4,
h5,
h6 {
    font-size: 14px;
}

.MainHeading {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

header {
}

#footer {
    color: #adadad;
    font-size: 12px;
    line-height: 18px;
    background: #0a0a0a;
}

footer {
    color: #ffffff;
    font-size: 12px;
    background: #191f22;
    position: relative;
}

#copyright {
    background: #020202;
    color: #b7b7b7;
    padding: 20px 0px;
}

footer a:link,
footer a:visited {
    color: #c35148;
}


footer a:hover,
footer a:active {
    color: #eaa656;
    text-decoration: none;
}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.nomargin {
    margin-left: 0px;
    margin-right: 0px;
}


.eventMenu .nav-link a:link,
.eventMenu .nav-link a:visited {
    color: #ffffff;
}

.eventMenu .nav-link a:hover,
.eventMenu .nav-link a:active {
    color: #efac47;
    text-decoration: none;
}

.eventMenu .dropdown-menu {
    margin-top: 0px;
    background-color: #3c3c3c;
}

.eventMenu {
    background-color: #ededed;
    padding: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

    .eventMenu .nav-item {
        padding: 0px 15px;
    }

    .eventMenu .nav-link {
        padding: 2px 0px;
        font-size: 12px;
    }

.FancyContentPadding {
    padding: 10px 30px;
}

.fancybox-slide--iframe .fancybox-content {
    max-width: 100%;
    max-height: 100%;
    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-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.95;
    background: #212121;
}

.fancyboxPage .fancybox-is-open .fancybox-bg {
    background: url('/images/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;
}

#StrengthIndicatorContainer {
}

#StrengthIndicatorBorder {
    border: 1px solid #cacaca;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    width: 100%;
}

#StrengthIndicator {
    transition: all 1s;
}

#pageLoading.hideLoading,
#pageLoadingFull.hideLoading,
.field-validation-error.hideLoading,
#pageLoadingFancy.hideLoading,
#menuOverlay.hideLoading,
#hideCustomerAutocomplete.hideLoading,
.canvasOverlay.hideLoading,
#StrengthIndicatorContainer.hideLoading,
#StrengthIndicatorMessage.hideLoading {
    display: none !important;
}

.systemMainBGcontainer {
    background-color: #fdfdfd;
}

.systemMainLogo {
    position: relative;
}

    .systemMainLogo a:link,
    .systemMainLogo a:visited,
    .systemMainLogo a:active,
    .systemMainLogo a:hover {
        display: inline-block;
    }

    .systemMainLogo:before {
    }

    .systemMainLogo img {
        z-index: 2;
        position: relative;
    }

#SystemNav.navbar .nav-item {
    padding: 0px 15px;
    transition: all 0.2s;
}

    #SystemNav.navbar .nav-item:hover {
        transition: all 0.2s;
        background: #ffb660;
    }


#systemMainNavContainer {
    background-color: #c35148;
}


#navbarSupportedContent .nav-link {
    font-size: 12px !important;
    line-height: 18px;
    padding: 12px 0px;
    display: inline-block;
    color: #ffffff;
    text-shadow: 1px 1px #c16d09;
}

#navbarSupportedContent .navbar-right .nav-item {
    text-transform: uppercase;
    color: #ffffff;
}

#SystemNav.navbar .navbar-right .nav-item:hover {
    background: #c35148;
}

#SystemNav.navbar .navbar-right {
    color: #9b372f;
}

    #SystemNav.navbar .navbar-right a:hover {
        /*   color: #ffb660;*/
        cursor: pointer;
    }

    #SystemNav.navbar .navbar-right a.active:hover {
        color: #ffffff;
    }


.LoginPartial {
}

    .LoginPartial:hover {
        cursor: pointer;
    }

.navbar {
    padding: 0px;
}

    .navbar .nav-link {
        padding: 0px 15px;
    }


.navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar .nav-tabs .nav-item.show .nav-link,
.navbar .nav-tabs .nav-link.active,
.navbar .nav-tabs .nav-link.active:hover,
.navbar.nav-tabs .nav-link.active:focus {
    background-color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.9);
    color: #212529;
    border: 1px solid #cccccc;
    border-bottom: 2px solid #ffffff;
}

.navbar .nav-tabs .nav-link.active:before {
    content: "\f054";
    font-weight: 900;
    margin-right: 5px;
    font-family: Font Awesome\ 5 Free;
    color: #e3141c;
    line-height: 22px;
}

.navbar .nav-tabs {
    border-bottom: 0px;
}

.navbar .nav-tabs .nav-link {
    border-radius: 0px;
    color: #6f6f6f;
    border: 1px solid #cccccc;
    font-size: 12px;
    background-color: #fafafa;
    margin-left: -1px;
}

.navbar .nav-tabs .nav-link:focus,
.navbar .nav-tabs .nav-link:hover {
    background-color: #ffffff;
    color: #212529;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 16%, #a7a7a7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 16%,#a7a7a7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 16%,#a7a7a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a7a7a7',GradientType=0 ); /* IE6-9 */
    border: 1px solid #cccccc;
    border-bottom: 2px solid #e3141c;
}

#ProfileNav .nav-link{
    color:#aaaaaa;
}
    #ProfileNav .nav-link:hover {
        color: #fd961e;
    }

    #ProfileNav .nav-link.active,
    #ProfileNav .nav-link.active:hover {
        color: #303030;
    }
.dropdown-item.active,
.dropdown-item:active {
    background-color: #ffb660;
}


@media only screen and (max-width: 768px) {
    #SystemNav.navbar .nav-item {
        margin-right: 0px;
        padding: 5px 0px;
        text-transform: uppercase;
    }

    #SystemNav.navbar .dropdown-item {
        color: #ffffff;
        text-align: center;
        font-size: 12px;
    }
}

@media only screen and (min-width: 769px) {
    #navbarSupportedContent .nav-item.active {
        background: #ffb660;
    }

    #navbarSupportedContent .navbar-right .nav-item.active,
    #navbarSupportedContent .navbar-right .nav-item.active:hover {
        background: #c33c31;
    }

    #navbarSupportedContent .dropright.active .dropdown-item-Style {
        background-color: #313639;
        color: #ffffff;
    }

    #navbarSupportedContent .dropdown-menu {
        font-size: 12px;
    }

    #navbarSupportedContent .dropdown-item,
    #navbarSupportedContent .dropright {
        padding: 6px 25px;
        color: #d0d0d0;
    }


    #navbarSupportedContent a:link,
    #navbarSupportedContent a:visited,
    #navbarSupportedContent button {
        color: #ffffff;
        text-transform: uppercase;
    }

    #navbarSupportedContent a:hover,
    #navbarSupportedContent a:active,
    #navbarSupportedContent a:focus {
        color: #ffffff;
        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 */
    }

    #navbarSupportedContent a.active:link,
    #navbarSupportedContent a.active:visited {
        color: #ffffff;
    }

    #navbarSupportedContent .dropdown-item:hover,
    #navbarSupportedContent .dropright:hover,
    #navbarSupportedContent .dropright:hover .dropdown-item-Style {
        background-color: #ffb660;
        transition: background-color 0.3s ease;
        color: #ffffff;
        cursor: pointer !important;
    }

    #navbarSupportedContent .dropdown-item button {
        color: #ffffff !important;
        background-color: transparent;
    }

    #navbarSupportedContent .dropdown-item:hover button,
    #navbarSupportedContent .dropdown-item:hover button:hover {
        color: #ffffff !important;
        background-color: transparent;
    }

    #navbarSupportedContent .dropdown-menu .dropdown-item:first-child:hover::before {
        border-color: transparent transparent #e3141c transparent;
        transition: border-color 0.3s ease;
    }

    #navbarSupportedContent .dropright .dropdown-item:first-child:hover::before {
        border-color: transparent #e3141c 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;
    }

    #navbarSupportedContent .nav-item {
    }

    .dropdown-menu {
        background: #c35148;
    }

    .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: #ffb660;
    }
}

.text-danger {
    color: #e3141c !important;
}

.form-control {
    border: 1px solid #d4d4d4;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0px;
    font-size: 14px;
    height: 42px;
}

    .form-control.input-validation-error,
    .form-control.input-validation-error:focus {
        border: 1px solid #e3141c;
        color: #e3141c;
    }

    .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #dddddd;
        text-align: left;
    }

    .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #dddddd;
        opacity: 1;
        text-align: left;
    }

    .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #dddddd;
        opacity: 1;
        text-align: left;
    }

    .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #dddddd;
        text-align: left;
    }

    .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #dddddd;
        text-align: left;
    }

    .form-control::placeholder { /* Most modern browsers support this now. */
        color: #dddddd;
        text-align: left;
    }

.field-validation-error {
    display: inline-block;
    padding: 0px 20px 0px 10px;
    border: 1px solid #c35148;
    position: relative;
    background: #c35148;
    z-index: 10000;
    color: #ffffff !important;
    font-size: 12px;
    line-height: 25px;
    font-family: 'Arial', sans-serif;
    bottom: calc(100% + 4px);
    top: -4px;
    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: 5px;
    }


    .field-validation-error::after {
        content: '';
        position: absolute;
        left: 20px;
        top: 100%;
        width: 20px;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #c35148;
        clear: both;
    }

.validation-summary-errors ul {
    padding-left: 15px;
}

.input-group > .input-group-prepend > .input-group-text {
    border-left: 1px solid #b7b7b7;
}

.input-group-append {
    z-index: 1;
}


.form-control,
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: 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);
}

.gridViewLinks {
    border: 0px;
    background-color: transparent;
    display: inline-block;
}

.preventTextSelect,
.gridViewLinks,
#ProfileNav .nav-item {
    -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 */
}


a.gridViewLinks:link,
a.gridViewLinks:visited {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(193,193,193,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(193,193,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1',GradientType=0 );
    border: 1px solid #b1b1b1;
    border-radius: 3px;
    top: -1px;
    bottom: -1px;
    padding: 4px 10px;
    color: #212529;
    transition: 0.2s all ease;
}

a.gridViewLinks:hover,
a.gridViewLinks:active,
a.gridViewLinks:focus {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(108,108,108,1) 0%, rgba(49,54,47,1) 100%);
    background: -webkit-linear-gradient(top, rgba(108,108,108,1) 0%,rgba(49,54,47,1) 100%);
    background: linear-gradient(to bottom, rgba(108,108,108,1) 0%,rgba(49,54,47,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#313639',GradientType=0 );
    color: #ffffff;
    border: 1px solid #4c4c4c !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    transition: 0.2s all ease;
}




.systemMainLogo a:hover {
    text-decoration: none !important;
    color: #cecece;
}

.systemVersion {
    font-size: 10px;
    color: #c5c5c5;
    position: absolute;
    top: -25px;
    right: 15px;
}

#headerSystemVersion.systemVersion {
    left: 12px;
    top: 92%;
    bottom: 0;
    position: absolute;
    color: #d0d0d0;
}

.systemVersionDigits {
    text-transform: lowercase;
}

.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: #e3141c;
}

.bootstrap-datetimepicker-widget table th {
}

.bootstrap-datetimepicker-widget table td {
}

.help-block.with-errors,
.required-text,
.with-errors {
    color: #e3141c;
}

.required-text {
    font-size: 20px;
    margin-right: 5px;
}

.help-block.with-errors {
    display: inline-block;
    margin-left: 10px;
}

    .help-block.with-errors ul {
        margin-bottom: 0px;
    }

.loginHeader {
    background: #ffffff;
}

.loginBody {
    background: #ffffff;
    -webkit-box-shadow: 9px 7px 21px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 7px 21px -9px rgba(0,0,0,0.75);
    box-shadow: 9px 7px 21px -9px rgba(0,0,0,0.75);
}

.smallPrint {
    font-size: 12px;
}

.timeAgo {
    color: #ffbe72 !important;
}

.highlightA {
    color: #c35148 !important;
}

.highlightB {
    color: #fd9999 !important;
}

.highlightC {
    color: #9dc0ff !important;
}

.highlightD {
    color: #f6921e !important;
}

.highlightE {
    color: #303030 !important;
}

.highlightF {
    color: #c1c1c1 !important;
}


.highlightG {
    color: #28a745 !important;
}


.loggedInUser {
    color: #ffe2c0;
    text-shadow: 1px 1px #a2651b;
}

button:focus,
a:focus {
    outline: 0;
    box-shadow: none;
}

.unButton {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: transparent;
}

.btn {
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
    color: #ffffff;
    background-color: #ffb660;
    border-color: #ffb660;
}

    .btn-primary:hover,
    a.btn-primary:hover,
    a.btn-primary:active {
        color: #fff;
        background-color: #c35148;
        border-color: #c35148;
    }


.btn-secondary,
a.btn-secondary:link,
a.btn-secondary:visited {
    color: #fff;
    background-color: #444444;
    border-color: #444444;
}

    .btn-secondary:hover,
    a.btn-secondary:hover,
    a.btn-secondary:active {
        color: #fff;
        background-color: #ffb660;
        border-color: #ffb660;
    }


a.btn-danger:link,
a.btn-danger:visited {
    color: #fff;
}
.btn-danger:hover,
a.btn-danger:hover,
a.btn-danger:active {
    color: #fff;
    background-color: #ffb660;
    border-color: #ffb660;
}


a.btn-success:link,
a.btn-success:visited {
    color: #fff;
}
.btn-success:hover,
a.btn-success:hover,
a.btn-success:active {
    color: #fff;
    background-color: #ffb660;
    border-color: #ffb660;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
    background-color: #ffffff !important;
    border: 1px solid #dddddd !important;
    color: #dddddd !important;
}



.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;
    }

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #f3a099;
    border-color: #f3a099;
}


.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;
}

.custom-file {
    margin-top: -1px;
}

    .custom-file:hover,
    .custom-file label:hover,
    .custom-file-input:hover {
        cursor: pointer !important;
    }

.custom-file-label::after {
    background: #ffb660;
    color: #000000;
    border-radius: 0px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(193,193,193,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(193,193,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1',GradientType=0 );
    border: 1px solid #b1b1b1;
    height: calc(100% + 1px);
    top: -1px;
    right: -1px;
}

.custom-file:hover .custom-file-label::after {
    color: #ffffff;
    background: rgb(140,140,140);
    background: -moz-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(49,54,57,1) 100%);
    background: -webkit-linear-gradient(top, rgba(140,140,140,1) 0%,rgba(49,54,57,1) 100%);
    background: linear-gradient(to bottom, rgba(140,140,140,1) 0%,rgba(49,54,57,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#313639',GradientType=0 );
}



.custom-file-label.input-validation-error::after {
    background: #c35148;
    color: #ffffff;
    border-radius: 0px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255, 127, 117,1) 0%, rgba(195, 81, 72,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 127, 117,1) 0%,rgba(195, 81, 72,1) 100%);
    background: linear-gradient(to bottom, rgba(255, 127, 117,1) 0%,rgba(195, 81, 72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5847c', endColorstr='#c35148',GradientType=0 );
    border: 1px solid #b1b1b1;
    height: calc(100% + 1px);
    top: -1px;
    right: -1px;
}

.custom-file:hover .custom-file-label.input-validation-error::after {
    color: #ffffff;
    background: rgb(140,140,140);
    background: -moz-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(49,54,57,1) 100%);
    background: -webkit-linear-gradient(top, rgba(140,140,140,1) 0%,rgba(49,54,57,1) 100%);
    background: linear-gradient(to bottom, rgba(140,140,140,1) 0%,rgba(49,54,57,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#313639',GradientType=0 );
}

.custom-file-label {
    border-radius: 0px;
}

.input-error .custom-file-label {
    border: 1px solid #e3141c !important;
}

.input-group-text {
    background-color: #ffffff;
    color: #545454;
    border-radius: 0px;
    border-color: #d4d4d4;
}

#img-upload {
    width: 100%;
}

label {
    font-weight: 500;
    color: #000000;
}

    label.disabled,
    label.disabled:hover {
        color: #dddddd;
        cursor: not-allowed !important;
    }

.custom-control-label {
    padding-left: 5px;
    font-weight:normal;
}


.custom-control-input:disabled,
.custom-control-input[readonly] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* 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: #c35148;
    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);
    border-radius: 50%;
}

.custom-radio .custom-control-input.disabled:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input.disabled:checked ~ .custom-control-label::after {
    background-color: #8f8f8f;
    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);
    border-radius: 50%;
}


.custom-radio .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #212529;
}

.custom-radio .custom-control-input:disabled:active ~ .custom-control-label::before,
.custom-radio .custom-control-input[readonly]:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e9ecef;
}


.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-radio {
    margin-bottom: 10px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #404040 !important;
}

.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;
        }


.custom-checkbox .custom-control-label{
    line-height:22px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}


.custom-control-label::before,
.custom-control-label::after {
    width: 1.15rem;
    height: 1.15rem;
    top: 2px;
}

.custom-control-label:hover {
    cursor: pointer;
    color: #c35148;
}

.custom-control.custom-checkbox {
    line-height:12px;
}

.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-input:checked ~ .custom-control-label::before {
    border-color: #dddddd;
    background-color: none;
}

.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-file-label:not(.document)::after {
    font-family: "Material Design Icons";
    font-size: 20px;
    content: "\F0D5D";
    height: 34px;
    line-height: 24px;
    padding: 5px 8px;
}




.switchText {
    width: 130px;
}

.checbox-switch label:hover {
    cursor: pointer;
}



.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: 360px;
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    background-color: #191f22;
    border-radius: 0px !important;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #071c32 !important;
}




/************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;
}


#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 42%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #ff940f;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 1px solid transparent;
        border-top-color: #262a98;
        -webkit-animation: spin 1.2s linear infinite;
        animation: spin 1.2s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 1px solid transparent;
        border-top-color: #e1392f;
        -webkit-animation: spin 0.8s linear infinite;
        animation: spin 0.8s 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 1s infinite;
    animation: loading-text 1s infinite;
}


/* Loading Text */
@-webkit-keyframes loading-text {
    0% {
        color: rgba(0, 0, 0, 1);
    }

    20% {
        color: rgba(0, 0 0, 0);
    }

    100% {
        color: rgba(0, 0, 0, 1);
    }
}

@keyframes loading-text {
    0% {
        color: rgba(0, 0, 0, 1);
    }

    20% {
        color: rgba(0, 0, 0, 0);
    }

    100% {
        color: rgba(0, 0, 0, 1);
    }
}
/************Loading**********/


.jconfirm .jconfirm-box .jconfirm-buttons button {
    padding: 10px 30px 10px 25px;
    border-radius: 0px;
}

.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;
}


#responseMessageContainer {
    margin-top: 20px;
}


.alert {
    border-radius: 0px;
}

.alert-warning {
    color: #4a3700;
    background-color: #ffeabe;
    border-color: #d2c2a1;
}

.alert strong {
    margin-right: 8px;
}


.alert-danger b {
    color: #721c24;
    font-weight: bold;
}


.alert-notice {
    border: 1px solid #e3141c;
    color: #e3141c;
}


.alert-success {
    /*    color: #0e2f12;
    background-color: #65e672;
    border-color: #65e572;*/
}

.che-rainbow {
    height: 4px;
    line-height: 4px;
    font-size: 4px;
    background: #b54639;
    background: linear-gradient( 90deg, rgba(195,60,49,1) 0%, rgba(172,53,43,1) 6%, rgba(246,146,30,1) 6%, rgba(246,146,30,1) 12%, rgba(2,111,68,1) 12%, rgba(2,111,68,1) 18%, rgba(46,48,147,1) 18%, rgba(46,48,147,1) 36%, rgba(247,148,31,1) 36%, rgba(247,148,31,1) 66%, rgba(195,60,49,1) 66%, rgba(195,60,49,1) 100%);
}


#footer ul.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 10px;
}

    #footer ul.nav .nav-item {
        display: inline-block;
        width: 100%;
    }

#footer h1,
#footer h2 {
    font-size: 14px;
    color: #c35148;
    text-transform: uppercase;
}

#footer a:link,
#footer a:visited {
    color: #adadad;
    transition: all 0.6s ease;
}

#footer a:hover,
#footer a:active {
    color: #eaa656;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    transition: all 0.2s ease;
}

#footer .nav-link {
    padding: 0px;
    display: inline-block;
}

#footer ul.nav li::before {
    color: #b0372c;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    content: '\F0142';
    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;
    font-size: 16px;
    line-height: 16px;
}

#footer .social-media-links a {
    display: inline-block;
    font-size: 30px;
    margin-left: 10px;
    margin-top: 10px;
}

#CHE-Useful-links img {
    width: auto;
    max-height: 90px;
}

.CHE-Header-info-container {
    font-size: 14px;
    line-height: 18px;
    color: #c35148;
}

    .CHE-Header-info-container b, .CHE-Header-info-container strong {
        color: #231F20;
    }

.dataTables_scroll {
    position: relative;
}

.dataTables_length,
.dataTables_length label,
.dataTables_filter,
.dataTables_filter label,
.dataTables_info,
.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 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter {
    width: 50%;
}

#ExcelStyle_length {
    width: 15%;
}

#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]) {
}

table.dataTable thead th,
table.dataTable tfoot th {
    padding: 6px 30px 6px 10px;
    border-bottom: 0px;
    border-top: 0px;
    font-size: 14px;
    background-color: #313639;
    color: #ffffff;
    font-weight: normal;
    /*text-transform: uppercase;*/
}

#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;
}

.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;
}

.ExcelStyle tbody td.gridViewIcons {
    padding: 0px;
    vertical-align: middle;
}

.gridViewIcons {
    color: #b3b3b3;
}

.ExcelStyle .gridViewIcons a .mdi,
.ExcelStyle .gridViewIcons button .mdi {
    color: #950014;
}


.ExcelStyle .gridViewIcons a,
.ExcelStyle .gridViewIcons button {
    width: 100%;
    color: #313639;
    display: inline;
    padding: 7px 15px;
    border: 1px solid #dddddd;
    background-color: white;
    margin-right: 1px;
    position: relative;
    bottom: -1px;
    transition: 0.3s all ease;
}

    .ExcelStyle .gridViewIcons a:hover,
    .ExcelStyle .gridViewIcons a:active,
    .ExcelStyle .gridViewIcons a:focus {
        color: #ffffff !important;
        text-decoration: none;
        border: 1px solid #313639;
        background-color: #313639;
        transition: 0.3s all ease;
    }

        .ExcelStyle .gridViewIcons a:hover .mdi,
        .ExcelStyle .gridViewIcons a:active .mdi,
        .ExcelStyle .gridViewIcons a:focus .mdi {
            color: #dcb16f;
            transition: 0.3s all ease;
        }

    .ExcelStyle .gridViewIcons a.disabled {
        width: 100%;
        color: #dddddd;
    }

        .ExcelStyle .gridViewIcons a.disabled:hover,
        .ExcelStyle .gridViewIcons a.disabled:active,
        .ExcelStyle .gridViewIcons a.disabled:focus {
            color: #dddddd;
            cursor: not-allowed;
        }

.ExcelStyle .gridViewIcons .mdi {
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    background: #313639;
    border-left: 1px solid #e6e6e7;
    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_paginate .pagination {
    float: right;
}

.page-item.active .page-link {
    color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #e3141c;
}

.excelTabs .nav-item {
    padding-left: 0px;
    padding-right: 0px;
}

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;
    }

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
    font-size: 12px !important;
    line-height: 14px !important;
}

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 {
}

    .dataTables_length .form-control {
    }

table.dataTable.no-footer {
    /*border-bottom: 0px !important;*/
    margin-bottom: 15px;
}

#pageLoadingDatatables {
    position: relative;
    top: 25%;
}

table.dataTable tbody tr.currentUser {
    background-color: #bfffc5;
}

.dataTables_processing {
    height: 100% !important;
    top: 0px !important;
    background: rgba(255,255,255,0.8) !important;
}

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: #e3141c;
    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.dataTable td.focus {
    outline: 1px dotted #313639;
    outline-offset: -2px;
}

.profileImage img {
}

.profileImage {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    height: 260px;
    max-width: 210px;
}

.invalidWysiwyg .tox.tox-tinymce {
    border: 1px solid #950014;
}

.list-group-flush .list-group-item {
    padding-left: 0px;
    padding-right: 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 22px;
    float: right;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
    width: 60px;
}

    .slider.disabled {
        background: #dfdfdf;
    }

.selected .slider {
    background: #24486c;
}

    .selected .slider.disabled {
        background: #2d5f91;
    }


.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: #ffb660;
}

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: #c35148;
}

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(180,105,20,0.75);
    -moz-box-shadow: inset -2px 3px 6px -3px rgb(180,105,20,0.75);
    box-shadow: inset -2px 3px 6px -3px rgb(180,105,20,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);
}

    .slider.round:before {
        border-radius: 50%;
    }

.bodyContent ul {
    list-style: none; /* Remove default bullets */
}

    .bodyContent ul li::before {
        content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: #d1d1d1; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
        font-family: "Material Design Icons";
        content: "\F09DE";
        position: relative;
        box-shadow: none;
        box-sizing: content-box;
        left: -5px;
        top: 1px;
    }

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    background: url(../images/backtotop.png);
    background-size: contain;
    opacity: 0;
}

    .back-to-top.show {
        opacity: 1;
    }

    .back-to-top:hover {
        opacity: 0.7;
        transition: all 0.2s ease;
    }


#nominationForm {
    color: #c5c5c5;
    background: rgb(173,43,37);
    background: linear-gradient( 133deg, rgba(173,43,37,1) 0%, rgb(129 31 24) 26%, rgb(141 44 39) 60%, rgb(116 25 21) 91%, rgb(129 26 21) 100%);
}


    #nominationForm h1 {
        color: #ffb660;
    }

    #nominationForm h2 {
        color: #e77269;
    }

.nominationRow{
    border-top: 1px solid #ececec;
    padding-top: 15px;
    padding-bottom: 15px;
}


.pageForm {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 15px;
}
.card.profileCard .card-body {
    font-size: 12px;
    line-height: 16px;
    padding:10px;
}

.card.profileCard .card-header {
   height:275px;
   background-position:top center;
   background-size: cover;
   background-repeat:no-repeat;
}
.card.profileCard .card-footer{
    padding:0px;
}