﻿
body.page_Login H2 {
    text-align: center;
}

html body div.m-aside-left {
    overflow-y: auto;
}

body.page_Login a.m-link {
    cursor: pointer;
}

/*.moveable {
    cursor: move;
}

.moveable:hover {
    border: 4px solid #9689bf;
}*/

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

html body div.paging-panel-top {
}

html body div.paging-panel-bottom {
}


html body div#dialogueContainer {
    position: absolute;
    z-index: 9999;
}

@media (max-width: 767px) {
    html body div.m-subheader ul.m-subheader__breadcrumbs {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.m-widget17 canvas {
        margin-top: -105px;
    }
}

html body header div.m-topbar ul.m-topbar__nav a.inzant-btn-logout {
    width: 150px;
}

html body li.inzant-apps ul.m-menu__subnav {
    width: 325px;
}

html body .m-widget6 .m-widget6__body .m-widget6__item .m-widget6__text1 {
    cursor: pointer;
}

html body .m-widget6 .m-widget6__body .m-widget6__item .m-widget6__text2 {
    cursor: pointer;
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

html body .table td, .table th {
    vertical-align: middle;
}

html body img.userSearchImage {
    border-radius: 50%;
}

html body div.results-panel {
    min-height: 600px;
}

@media (max-width: 1900px) {
    html body.inzant-search #resultsPortlet {
        overflow-x: scroll;
    }
}

@media (max-width: 768px) {

    html body.inzant-search #searchPortlet form > div > div {
        margin-bottom: 5px;
    }
}

html body.inzant-search #searchPortlet form > div > div > button {
    margin-bottom: 5px;
}

html body.page_UserDetails div.m-content {
    margin-bottom: 200px;
}

label.labelInLine {
    margin-top: 8px;
}

html body div.blockUI.blockMsg.blockPage {
    min-width: 135px;
}

html body div.m-dropdown a.m-nav__link {
    cursor: pointer;
}

html body .m-dropdown--medium.m-dropdown .m-dropdown__wrapper {
    width: 375px;
    overflow-wrap: break-word;
}

    html body .m-dropdown--medium.m-dropdown .m-dropdown__wrapper span {
        width: 250px;
        overflow-wrap: break-word;
    }

    html body .m-dropdown--medium.m-dropdown .m-dropdown__wrapper a {
        width: 250px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

html body .m-topbar .m-nav.m-topbar__nav > .m-nav__item > .m-nav__link .m-topbar__userpic {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
}

html body .m-dropdown .m-nav .m-nav__item > .m-nav__link .m-nav__link-text {
    padding-left: 12px;
}

body.page_Login #resetcode {
    font-size: 28px;
    letter-spacing: 16px;
    text-align: center;
}

    body.page_Login #resetcode:-ms-input-placeholder {
        letter-spacing: 1px;
        text-align: left;
    }

    body.page_Login #resetcode:placeholder {
        letter-spacing: 1px;
        text-align: left;
    }

    body.page_Login #resetcode::-webkit-input-placeholder {
        letter-spacing: 1px;
        text-align: left;
    }

    body.page_Login #resetcode::-moz-placeholder {
        letter-spacing: 1px;
        text-align: left;
    }


body.page_Login .m-checkbox {
    color: #e3d9fa;
}

body.page_Login #backToLogin {
    margin-top: 16px;
    margin-right: 16px;
}

body.page_Login .m-login--2.m-login .m-login__wrapper .m-login__container .m-login__form {
    margin: 3rem auto;
}

body.page_Login div.passwordStrength span {
    font-size: larger;
    font-weight: bold;
    float: right;
    margin-top: -40px;
    margin-right: 40px;
}

    body.page_Login div.passwordStrength span.ps_0::before {
        content: "Too Weak";
        color: red;
    }

    body.page_Login div.passwordStrength span.ps_1::before {
        content: "Very Weak";
        color: red;
    }

    body.page_Login div.passwordStrength span.ps_2::before {
        content: "Weak";
        color: darkorange;
    }

    body.page_Login div.passwordStrength span.ps_3::before {
        content: "Poor";
        color: orange;
    }

    body.page_Login div.passwordStrength span.ps_4::before {
        content: "Acceptable";
        color: lightgreen;
    }

    body.page_Login div.passwordStrength span.ps_5::before {
        content: "Good";
        color: green;
    }

    body.page_Login div.passwordStrength span.ps_6::before {
        content: "Strong";
        color: limegreen;
    }

body.page_Login .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-action .m-login__btn {
    padding: 1.4rem 2rem;
}

html body div.modal-dialogue {
    top: 50px;
}


@media (min-width: 1900px) {
    html body .modal-elg {
        max-width: 1850px;
    }
}

@media (max-width: 1899px) {
    html body .modal-elg {
        min-width: 980px;
        min-height: 800px;
    }
}

@media (max-width: 991px) {
    html body .modal-elg {
        max-width: 750px;
    }
}

@media (max-width: 767px) {
    html body .modal-elg {
        max-width: 570px;
    }
}

@media (max-width: 576px) {
    html body .modal-elg {
        width: auto;
    }
}

@media (min-width: 992px) {
    html body .modal-lg {
        max-width: 950px;
        min-height: 800px;
    }
}

@media (max-width: 991px) {
    html body .modal-lg {
        max-width: 750px;
    }
}

@media (max-width: 767px) {
    html body .modal-lg {
        max-width: 570px;
    }
}

@media (max-width: 576px) {
    html body .modal-lg {
        width: auto;
    }
}


@media (min-width: 992px) {
    html body .modal-xlg {
        max-width: 95%;
        min-height: 800px;
    }
}

@media (max-width: 991px) {
    html body .modal-xlg {
        max-width: 95%;
    }
}

@media (max-width: 767px) {
    html body .modal-xlg {
        max-width: 95%;
    }
}

@media (max-width: 576px) {
    html body .modal-xlg {
        width: auto;
    }
}

@media (max-width: 768px) {
    html body div.modal-dialogue div.modal-content {
        min-width: 300px;
    }
}

html body .modal-popup-np {
    margin-left: 0px !important;
}

html body .modal-body {
    margin: 10px;
}

    html body .modal-body.modalnomargin {
        margin: 0px;
    }

    html body .modal-body.modaltopmargin {
        margin-top: 20px;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

@media (min-width: 769px) {
    html body div.modal-dialogue div.modal-content {
        min-width: 400px;
        margin-left: -100px;
    }
}

@media (min-width: 1024px) {
    html body div.modal-dialogue div.modal-content {
        min-width: 640px;
        margin-left: -150px;
    }
}

html body div.modal-dialogue div.modal-content div.modal-header {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    background-color: #1192f6;
}

html body div.modal-dialogue.info div.modal-content div.modal-header {
}

html body div.modal-dialogue.nocancel div.modal-content div.modal-footer button.cancel {
    display: none;
}

html body div.modal-dialogue.warning div.modal-content div.modal-header {
    background-color: #fbaa00;
}

html body div.modal-dialogue.success div.modal-content div.modal-header {
    background-color: #2ca189;
}

html body div.modal-dialogue.error div.modal-content div.modal-header {
    background-color: #f22d4e;
}

html body div.modal-dialogue.brand div.modal-content div.modal-header {
    background-color: #5867dd;
}

html body div.modal-dialogue div.modal-content div.modal-header h5.modal-title {
    color: white;
}

html body div.modal-dialogue div.modal-content div.modal-header button.close {
    margin-top: 0px;
    margin-right: -12px;
    color: white;
}

html body div.modal-dialogue div.modal-content div.modal-body {
    padding: 0px;
    /*  padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;  */
    min-height: 60px;
}

html body div.modal-dialogue div.modal-content div.modal-footer {
    padding-top: 4px;
    padding-right: 31px; /* this was 4px */
    padding-bottom: 8px;
    padding-left: 12px;
    border-top-style: none;
}

html body.page_Subscription div.modal-dialogue div.modal-content .bootstrap-touchspin {
    width: 150px;
}

html body.page_Subscription div.modal-dialogue div.modal-content .row {
    margin-bottom: 8px;
}

html body.page_Subscription div.modal-dialogue div.modal-content label {
    margin-top: 8px;
    vertical-align: baseline;
}

html body.page_Subscription div.modal-dialogue div.modal-content .bootstrap-touchspin input {
    text-align: right;
}

html body.page_Subscription div.modal-dialogue div.modal-content .m-input--square {
    width: 150px;
    text-align: right;
}

html body.page_Subscription div.modal-dialogue div.modal-content div.row.message {
    min-height: 80px;
}


html body .btn-link {
    color: #fff !important;
    margin-top: 16px;
}

html body .m-aside-menu .m-menu__nav {
    padding-top: 12px;
}


html body h3.m-subheader__title i.pageTitle {
    margin-right: 12px;
    font-size: 2rem;
}

html body .m-nav .m-nav__item > .m-nav__link {
    display: table-cell;
}

html body .dt-buttons {
    display: none;
}

#toast-container .toast-overdue {
    background-color: red;
    opacity: 1;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
}

.portlet-fullwidth {
    width: 100%;
}

.user-details-img {
    width: 150px;
    height: 150px;
    margin-bottom: 8px;
    border: solid 2px #ced4da;
}

img.userSearchImage {
    width: 32px;
    height: 32px;
}

span.systemname {
    font-size: 20px;
    margin-right: 40px;
}

body.page_Subscription .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item:nth-child(1) .m-pricing-table-1__price {
    font-size: 3rem;
    margin-bottom: 0px;
    margin-top: 280px;
}

body.page_Subscription .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__btn > .btn {
    padding: 0.85rem 1.15rem;
}

/*@media (max-width: 1024px) {
    .btn.m-btn--sm {
        font-size: .6rem;
    }
}*/
#subscriptionMgmt i.fal {
    color: #c1bfd0;
    font-size: 48px;
    margin-bottom: 8px;
}

div.m-pricing-table-1__item span.userType {
    font-size: 18px;
    font-weight: 500;
    color: #564ec0;
}

@media (max-width: 1290px) {
    html body .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__visual .m-pricing-table-1__icon > i.fal {
        font-size: 90px;
    }

    div.m-pricing-table-1__item span.userType {
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    html body.inzant-search .mobile_hidden {
        display: none;
    }
}

html body.inzant-detail div.m-body div.m-content {
    padding-top: 8px;
}

html body.inzant-detail .m-portlet,
html body.inzant-search .m-portlet {
    margin-bottom: 8px;
}

    html body.inzant-detail .m-portlet .m-portlet__body,
    html body.inzant-search .m-portlet .m-portlet__body {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 20px;
        padding-bottom: 4px;
    }

html body.inzant-search div.m-body div.m-content {
    padding-top: 8px;
}

html body.inzant-search {
    padding-top: 8px;
}

html body .headerButtonsContainer > * {
    margin-left: 8px;
}

html body.inzant-search input.form-control {
    height: 36px;
    border: 1px solid #ced4da;
}

html body.inzant-search .chosen-container-single .chosen-single {
    border-radius: .25rem;
    padding: .65rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #fff;
    background: #fff;
    height: 36px;
    color: #9699a2;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    html body.inzant-search .chosen-container-single .chosen-single div {
        top: 5px;
    }

html body.inzant-search .chosen-container-multi .chosen-choices {
    border-radius: .25rem;
    padding: .25rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #fff;
    height: 36px;
    background-image: none;
}

html body.inzant-detail .chosen-container-single .chosen-single {
    border-radius: .25rem;
    padding: .65rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #fff;
    background: #fff;
    height: 36px;
    color: #9699a2;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    html body.inzant-detail .chosen-container-single .chosen-single div {
        top: 5px;
    }

html body.inzant-detail .chosen-container-multi .chosen-choices {
    border-radius: .25rem;
    padding: .25rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #fff;
    height: 36px;
    background-image: none;
}

html body.inzant-detail div.buttons > * {
    margin-left: 8px;
}

html body .m-datatable--default.m-datatable > .m-datatable__pager > .m-datatable__pager-nav {
    margin: 10px 20px 10px 5px;
}

html body .m-datatable--default.m-datatable > .m-datatable__pager {
    margin: 10px 20px 10px 20px;
}

html body .dataTables_info {
    font-size: 13px;
    font-weight: 300;
}


html body.page_UserDetails .dropzone :not(.dz-processing).dz-preview .dz-progress {
    display: none;
}

html body.page_UserDetails .dropzone .dz-preview .dz-details .dz-filename span {
    display: none;
}

html body.page_UserDetails .dropzone .dz-preview .dz-size {
    display: none;
}

html body.page_UserDetails div.user-img-gallery {
    margin-bottom: 16px;
}

html body.page_UserDetails .user-img-gallery div {
    border-style: solid;
    border-width: 8px;
    border-radius: 6px;
    border-color: transparent;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

    html body.page_UserDetails .user-img-gallery div:hover {
        border-color: lightgray;
    }

    html body.page_UserDetails .user-img-gallery div.selected {
        border-color: darkblue;
    }

        html body.page_UserDetails .user-img-gallery div.selected:hover {
            border-color: lightblue;
        }

html body.page_UserDetails .user-img-gallery img {
    width: 64px;
    height: 64px;
}

html body.page_UserDetails .m-option {
    height: 100%;
}

html body.page_UserDetails ul.salesTerritories li.inactive {
    color: red;
}

html body.page_UserDetails ul.salesTerritories li.active {
    color: green;
}

html body.page_UserDetails ul.salesTerritories li span {
    color: black;
}

html body.page_UserDetails div.user-device-list {
}

    html body.page_UserDetails div.user-device-list li.selected {
        font-weight: bold;
    }

html body.page_UserDetails div.systemDefined {
    border: 4px solid red;
    background-color: #DDAAAA;
    margin-bottom: 16px;
    padding: 8px;
}

.modal .m-portlet {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

html body.page_RoleDetails .functionName {
    margin-top: 8px;
}

html body.page_RoleDetails div.row.function {
    padding-bottom: 4px;
}

html body table thead th label.m-checkbox span {
    margin-bottom: 0px;
    margin-top: 12px;
    margin-right: 20px;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__head .m-login__title {
    color: #9689bf;
}


.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control {
    color: #624f99;
    background: rgba(137, 110, 218, 0.4);
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control {
    color: #624f99;
    background: rgba(137, 110, 218, 0.4);
}

    .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control:focus {
        color: #624f99;
        font-weight: bold;
    }

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-sub .m-checkbox {
    color: #a389bf;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-sub .m-link {
    color: #9689c5;
}

    .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-sub .m-link:hover {
        border-bottom: 1px solid #baa8f2;
        color: #baa8f2;
        cursor: pointer;
    }

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn.m-login__btn--primary {
    color: #9689bf;
    border-color: #c2acf4;
}

    .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn.m-login__btn--primary:focus, .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn.m-login__btn--primary:hover {
        border-color: #9689bf;
        color: #fff;
        background: #9889bf;
    }

html body .datepicker table tr td.disabled, .datepicker table tr td.disabled {
    text-decoration: line-through;
    background-color: #ababab;
}

.integration-image {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 95%;
    height: auto;
}

html body #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.row-with-spacing {
    margin-bottom: 6px;
}

html body .search-void-icon {
    width: 24px;
    display: inline-block;
    color: #f4516c;
}

.form-control, .form-control[readonly] {
    border-color: #ced4da;
    color: #575962;
}

span.dropUp .chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 40px;
}

span.dropUp .chosen-container.chosen-with-drop .chosen-single {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: none;
}

span.dropUp .chosen-container.chosen-with-drop .chosen-drop {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: none;
    margin-bottom: -16px;
}

html body table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #d2d7ff;
    color: #282a3c;
}

    html body table.dataTable tbody > tr.selected label, table.dataTable tbody > tr > .selected label {
        margin-bottom: 0px;
        padding-top: 10px
    }

.priority-arrows {
    font-size: 1.8rem;
    color: #6c6f8a;
}

    .priority-arrows:hover {
        color: #fff;
    }

.header-padding {
    padding: 0 15px;
}

.popup-form-padding {
    margin-bottom: 10px;
}

html body .modal-content > .modal-body form-group m-form__group {
    margin-bottom: 0px;
}

float-right {
    float: right;
}

.mar-btm-65 {
    margin-bottom: 65px;
}

.mt-27 {
    margin-top: 27px;
}

.search-screen-btn {
    height: 36px;
}

/*------------------ Menu Base Colours ----------------*/

html body .m-aside-left.m-aside-left--skin-dark {
    background-color: #282a3c;
}

html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #a1a5bd;
}

html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #a1a5bd;
}

html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
    color: #a1a5bd;
}

html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
    color: #a1a5bd;
}

/*------------------ Menu Hover Colours ----------------*/
html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
    background-color: #202233;
    color: #dadada;
}

html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active) > .m-menu__link .m-menu__link-text:hover {
    color: #dadada;
}

html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active) > .m-menu__link .m-menu__link-text:hover {
    color: #dadada;
}

html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active) > .m-menu__link-bullet m-menu__link-bullet--dot:hover {
    color: #dadada;
}

/*------------------ Menu Active Colours ----------------*/

html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
    color: #716aca;
}

html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
    color: #dadada;
}

html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active {
    background-color: #202233;
}

    html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
        color: #dadada;
    }

html body .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open {
    background-color: #202233;
}

html body .m-nav-grid .m-nav-grid__row .m-nav-grid__item:hover {
    background: #f7f7f7;
}

html body .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span {
    background: #a1a5bd;
}

    html body .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::after, .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::before {
        background: #a1a5bd;
    }

html body .m-subheader {
    padding: 20px 30px 0 30px;
}

html body .btn.m-btn--hover-accent:hover {
    border-color: #5867dd !important;
    color: #fff !important;
    background-color: #5867dd !important;
}

html body .dropzone {
    border: 2px dashed #5867dd;
    min-width: 160px;
    color: #5867dd;
}

html body .m-scroll-top {
    background: #5867dd;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

    html body .m-scroll-top:hover {
        background: #384ad7;
    }

    html body .m-scroll-top > i {
        color: #fff;
    }

    html body .m-scroll-top:hover > i {
        color: #fff;
    }

.btn-primary + .btn.dropdown-toggle {
    position: relative;
}

    .btn-primary + .btn.dropdown-toggle:before {
        display: block;
        content: ' ';
        border-left: 1px solid #ffffff;
        position: absolute;
        top: 3px;
        left: -1px;
        bottom: 3px;
        opacity: 0.3;
    }

    .btn-primary + .btn.dropdown-toggle:hover:before, .btn-primary + .btn.dropdown-toggle:focus:before, .btn-primary + .btn.dropdown-toggle.active:before {
        display: none;
    }

.category-sidebar {
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.category-heading {
    padding-top: 10px;
}

.inzant-table-bordered td, .inzant-table-bordered th {
    border: 1px solid #ced4da;
}

div.inzAutocomplete ul.list-group {
    position: absolute;
    z-index: 9999;
    width: 450px;
}

div.inzAutocomplete li.selected {
    background-color: lightblue;
}

@-webkit-keyframes infiniteRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
/* Standard syntax */
@keyframes infinite-rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

div.inzAutocomplete .rotate-element {
    -webkit-animation: infiniteRotate 2s linear infinite; /* Safari */
    animation: infiniteRotate 2s linear infinite;
}

html body div.right {
    text-align: right;
}

html body span.right {
    text-align: right;
}

html body td.right {
    text-align: right;
}

html body th.right {
    text-align: right;
}

html body input.right {
    text-align: right;
}


html body .treeborder {
    margin: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 4px;
    padding-top: 8px;
    height: 100%;
}

html body .search-filter-row {
    margin-top: 8px;
}

html body .variationTabContent {
    height: 525px;
    overflow-x: auto;
    overflow-y: auto;
}

html body img.productImage {
    width: 80px;
    cursor: pointer;
}

html body tr th.productImageColumn {
    width: 100px;
}

html body table.dataTable tbody td.selected a, table.dataTable tbody th.selected a, table.dataTable tbody tr.selected a {
    color: #2739c1;
}

html body div.headerButtonsContainer div.help-icon {
}

    html body div.headerButtonsContainer div.help-icon > a.help-icon > i.m-nav__link-icon {
        font-size: 28pt;
        vertical-align: top;
    }

    html body div.headerButtonsContainer div.help-icon > a.help-icon:hover {
        text-decoration: none;
    }

    html body div.headerButtonsContainer div.help-icon > a.help-icon > i.m-nav__link-icon:hover {
        text-decoration: none;
        cursor: pointer;
    }


.customFields-row:hover {
    background-color: #f7f8fa;
}

html body .irs-bar, html body .irs-bar-edge, html body .irs-line-left, html body .irs-line-mid, html body .irs-line-right, html body .irs-slider {
    background-color: #D1D1D1;
}


html body div.row.slider div.slider {
    margin-top: -20px;
    margin-bottom: 35px;
}

html body .row.hue .irs-bar {
    background-color: transparent;
}

html body .row.hue .irs-line {
    background: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

    html body .row.hue .irs-line .irs-line-left,
    html body .row.hue .irs-line .irs-line-mid,
    html body .row.hue .irs-line .irs-line-right {
        background-color: transparent;
    }

html body .row.red .irs-bar {
    background-color: #FF0000;
}

html body .row.green .irs-bar {
    background-color: #00FF00;
}

html body .row.blue .irs-bar {
    background-color: #0000FF;
}

html body .row.alpha .irs-bar {
    background-color: #d2d7ff;
}

html body input.colorPickerText {
    width: 50px;
}

div.colourPicker div.swatches ul {
    margin-top: 10px;
}

div.colourPicker div.swatches {
    margin-left: -40px;
}

    div.colourPicker div.swatches ul li {
        text-decoration: none;
        display: inline-block;
        margin-right: 4px;
    }

        div.colourPicker div.swatches ul li span {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: solid 1px black;
            margin: 0px;
            padding: 0px;
        }

html body div.inzColourfield {
}

    html body div.inzColourfield span.colourText {
        font-size: 18pt;
        font-weight: bold;
        text-align: center;
        width: calc(100% - 110px);
        border: solid 1px black;
        margin: 0px;
        padding: 0px;
    }



@media (max-width: 1024px) {
    html body .pcOnly {
        display: none;
    }
}


.field-tooltip {
    position: relative;
    display: inline-block;
}

    .field-tooltip label {
        text-decoration: underline;
        text-decoration-style: dotted;
        text-underline-offset: 4px;
        color: #716aca;
    }

    .field-tooltip i {
        color: #5867DC;
    }

    .field-tooltip .tooltiptext {
        visibility: hidden;
        width: 360px;
        background-color: #5867DC;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px;
        padding-bottom: 4px;
        margin-right: 0px;
        /* Position the tooltip */
        position: absolute;
        left: 0px;
        z-index: 1;
    }

    .field-tooltip:hover .tooltiptext {
        visibility: visible;
        transition-delay: 1s;
    }

        .field-tooltip:hover .tooltiptext a {
            color: #fff;
        }

            .field-tooltip:hover .tooltiptext a:visited {
                color: #fff;
            }

            .field-tooltip:hover .tooltiptext a:hover {
                color: #DBCC27;
            }


html body form div.row div.more-margin {
    margin-bottom: 12px;
}

html body a i.ierror {
    color: red !important;
}