` /*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
#logo img {
    width: 99px;
    height: auto;
    padding-left: 3px;
}

#report-iframe {
    border: 0;
    width: 100%;
    min-height: 720px;
}


.tiles-content ul li {
    float: left;
    list-style-type: none;
}

    .tiles-content ul li .jarvismetro-tile:hover {
        color: #fff;
        text-decoration: none;
    }

.table tbody > tr > td.vert-align {
    vertical-align: middle;
}

.ui-datepicker {
    z-index: 1999 !important;
}

.bootstrap-timepicker-widget {
    z-index: 1999 !important;
}

.dd-empty {
    min-height: 31px;
}

.dd-empty, .dd-item, .dd-placeholder {
    line-height: 15px;
}

.tableFileMapping {
    height: 800px;
    overflow-y: scroll;
}

    .tableFileMapping table tbody tr td {
        padding: 1px 10px;
    }

.mapFieldRequired {
    color: red;
    margin-top: -24px;
    margin-right: 6px;
    position: relative;
    font-weight: bold;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

#wizardForm .tab-pane {
    min-height: 310px !important;
}

#wizardForm .bootstrapWizard li {
    width: calc(100%/7) !important;
}

.caseDetails ul li a {
    color: #333 !important;
}

#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
}

    #cssmenu ul,
    #cssmenu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #cssmenu ul {
        position: relative;
        z-index: 99 !important;
        float: right;
    }

        #cssmenu ul li {
            float: right;
            min-height: 1px;
            line-height: 1.5em;
            vertical-align: middle;
            text-align: right;
        }

            #cssmenu ul li.hover,
            #cssmenu ul li:hover {
                position: relative;
                z-index: 99 !important;
                cursor: default;
            }

        #cssmenu ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            right: 0;
            z-index: 99 !important;
            width: 100%;
            background: none;
        }

            #cssmenu ul ul li {
                float: none;
                background: #3a3633;
                border-right: 4px solid #3a3633;
                border-left: 4px solid #3a3633;
            }

                #cssmenu ul ul li:first-child {
                    border-top: 4px solid #3a3633;
                }

                #cssmenu ul ul li:nth-last-child(2) {
                    border-bottom: 4px solid #3a3633;
                }

                #cssmenu ul ul li:last-child {
                    height: 50px;
                    background: none;
                    border: none;
                }

            #cssmenu ul ul,
            #cssmenu ul ul ul {
                top: -1px;
                right: 99%;
            }

        #cssmenu ul li:hover > ul {
            visibility: visible;
        }

        #cssmenu ul li {
            float: none;
        }

    #cssmenu a {
        display: block;
    }

    /* Custom CSS Styles */
    #cssmenu:after,
    #cssmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    #cssmenu ul {
        background: #3a3633;
        padding: 4px;
        min-width: 200px;
    }

        #cssmenu ul li {
            color: #c0bbb7;
            position: relative;
        }

            #cssmenu ul li.hover,
            #cssmenu ul li:hover {
                background: #636363;
                color: #fff;
            }

                #cssmenu ul li.hover > a,
                #cssmenu ul li:hover > a {
                    background: #636363;
                    color: #fff;
                }

        #cssmenu ul ul {
            min-width: 150px;
        }

    #cssmenu a {
        color: #c0bbb7;
        text-decoration: none;
        border: 1px solid transparent;
        padding: 5px 10px;
    }

        #cssmenu a:link,
        #cssmenu a:visited {
            color: #c0bbb7;
            text-decoration: none;
        }

        #cssmenu a:hover {
            background: #4c4f53;
            color: #FFF;
        }

        #cssmenu a:active {
            color: #ffa500;
        }

    #cssmenu .has-sub:hover > a:after,
    #cssmenu .has-sub.hover > a:after {
        border-color: transparent transparent transparent #FFF;
    }

    #cssmenu .has-sub > a:after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 4px 4px 4px 0px;
        border-color: transparent #808080 transparent transparent;
        position: absolute;
        top: 50%;
        left: 5%;
        margin-top: -4px;
        -webkit-transform: rotate(360deg);
    }

.case-details-bar {
    border: 1px dashed #808080;
    margin: 5px;
    white-space: nowrap;
}

.margin-left-right-0 {
    margin-left: 0;
    margin-right: 0;
}

.clear-left-right-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fadein,
.fadeout {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 3s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 3s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 3s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 3s;
}

    .fadein.ng-hide-remove,
    .fadeout.ng-hide-add.ng-hide-add-active {
        opacity: 0;
        display: block !important;
    }

        .fadeout.ng-hide-add,
        .fadein.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
            display: block !important;
        }

body.menu-on-top.fixed-header.clear-top-padding {
    padding-top: 0px;
}

#main.clear-top-margin {
    margin-top: 0px !important;
}

.dc-heading {
    margin: 5px 0px;
}

    .dc-heading .table {
        margin: 0px;
    }

        .dc-heading .table td {
            border: none !important;
        }

.dc-entry-items {
    padding: 0 15px 0 15px;
}

.clear-padding {
    padding: 0 !important;
}

.padding-10 {
    padding: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-description {
    height: 50px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.card-transactions-date-container {
    margin: 10px 0 0 10px;
}

.without-margin {
    margin: 0 !important;
}

.fields {
    margin-top: 10px;
}

.custom-form-section {
    margin-bottom: 30px;
}

.error-messages-block {
    color: #b94a48;
}

.mock-margin {
    margin-right: 1px;
}

.button-separator {
    margin: 0 15px;
}

.administration-section {
    margin: 20px 40px;
}

.tile-large-name {
    font-size: 12px;
    margin-top: -12px;
    text-align: center;
}

.language-dropdown ul {
    background-color: #45474b !important;
}

    .language-dropdown ul .active a {
        background-color: #a5a19e !important;
        color: #fff !important;
    }

    .language-dropdown ul a {
        color: #c0bbb7 !important;
    }

        .language-dropdown ul a:hover {
            background-color: #c0bbb7 !important;
            color: #fff !important;
        }

.language-dropdown a {
    color: #fff !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.imagepreview {
    width: 100%;
    height: 100%;
}

.margin-top-5 {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
    }
}

.summernote-iframe {
    width: 100%;
    height: 300px;
    border: none;
    overflow: hidden;
}

.template-iframe {
    width: 100%;
    height: 400px;
    border: none;
    overflow: hidden;
}

.login-page-header {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    justify-content: space-between;
    align-items: center;
}

.login-page-logo {
    margin-top: -8px !important;
    margin-left: 9px;
}


    .login-page-logo img {
        width: 137px;
    }

.login-page-container {
    height: 94vh;
}

.login-page {
    background-image: url('/styles/img/banner.png');
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.login-page-footer {
    position: absolute;
    bottom: 0;
    background-color: #45474b;
    width: 100%;
    padding-bottom: 10px;
}

.role-picker {
    margin: 10px;
}

    .role-picker .select2-container {
        width: 100%;
    }


.flex {
    display: flex;
}

    .flex.flex-wrap {
        flex-wrap: wrap;
    }

    .flex.flex-justify-center {
        justify-content: center;
    }

    .flex.flex-justify-space-between {
        justify-content: space-between;
    }

    .flex.flex-align-content-center {
        align-content: center;
    }

    .flex.flex-align-items-center {
        align-items: center;
    }

    .flex.flex-align-items-end {
        align-items: flex-end;
    }

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media(min-width: 1200px) {
    .my-modal-popup .modal-lg {
        width: 1150px;
        height: auto;
    }
}

.edit-file-reapet {
    border: #BDBDBD solid 1px;
    padding: 4px;
    margin: 0px 0px 15px 0px;
}

.bg-danger-important {
    background-color: #f2dede !important;
}

.bg-success-important {
    background-color: #dff0d8 !important;
}

.account-linked-table .checkbox i {
    left: 50%;
    transform: translateX(-50%);
}

.avoid-clicks {
    pointer-events: none;
}

.tableFixHead {
    overflow-y: auto;
    overflow-x: hidden;
    height: 270px;
}

    .tableFixHead table {
        border-collapse: collapse;
        width: 100%;
    }

    .tableFixHead th,
    .tableFixHead td {
        padding: 8px 16px;
        height: 22px;
    }

    .tableFixHead th {
        z-index: 1;
        position: sticky;
        top: 0;
        background: #eee;
        outline: 1px solid #ddd;
        border: none;
        outline-offset: -1px;
    }

    .tableFixHead div.dt-toolbar {
        display: none;
    }

    .tableFixHead table[datatable-column-filter] {
        margin-top: 0 !important
    }

        .tableFixHead table[datatable-column-filter] th.sorting {
            background-color: white !important;
        }


.bg-success-important {
    background-color: #dff0d8 !important;
}

.select-option-bg:not(:focus) option:checked {
    background-color: #C8C8C8 !important;
    color: #333333;
}

.custom-checkout-frame {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .5);
    width: 100%;
    height: 100%;
}

    .custom-checkout-frame #payment-form {
        background: white;
        width: 330px;
        margin: auto;
        margin-top: 15vh;
        padding: 0;
        text-align: center;
        box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.4);
        border-radius: 6px;
    }

    .custom-checkout-frame #pay-button {
        margin: 0 25px 30px 25px;
        background: rgb(58, 54, 51);
        color: white;
        border: none;
        border-radius: 4px;
        padding: 7px 15px;
        font-size: 18px;
        width: calc(100% - 50px);
    }

        .custom-checkout-frame #pay-button:disabled {
            margin: 0 25px 30px 25px;
            background: lightgray;
            color: gray;
            border: none;
            border-radius: 4px;
            padding: 7px 15px;
            font-size: 18px;
            width: calc(100% - 50px);
        }

    .custom-checkout-frame .frames-container {
        margin: 20px 25px 40px 25px;
    }


.custom-checkout-frame-header {
    color: white;
    background: rgb(58, 54, 51);
    position: relative;
    height: 90px;
    font-size: 27px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.custom-checkout-frame-close-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border: none;
    background: transparent;
    font-size: 20px;
}

.embedded .card-form .input-group {
    width: 80%;
    margin: auto;
}


.embedded .card-form .split-view {
    width: 80%;
    margin: auto;
}

.custom-scroll-fix {
    overflow: auto;
    padding-right: 14px;
}

    .custom-scroll-fix::-webkit-scrollbar {
        width: 10px !important;
    }

.email-iframe {
    height: fit-content;
}

    .email-iframe > iframe {
        width: 100%;
        border: none;
    }

.inbox-download-custom {
    margin-right: 0;
}

.custom-attachment-box {
    padding: 10px;
    width: fit-content !important;
}

.content-after-none:after {
    content: none !important;
}

.place-holder {
    cursor: pointer;
    padding: 4px
}

    .place-holder:hover {
        background-color: rgb(244, 244, 244);
    }

.d-flex {
    display: flex;
}

.flex-grow-1 {
    flex-grow: 1;
}

.justify-content-center {
    justify-content: center;
}

.margin-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.d-block {
    display: block;
}

.width-100-important {
    width: 100% !important;
}

#edit-client .bootstrapWizard li {
    width: calc(100%/8);
}

.api-key-box {
    background: #f8f8f9;
    height: 32px;
    width: fit-content;
    float: left;
    border-color: #ccc;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
}

.next-activity-table {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
}

    .next-activity-table thead {
        font-weight: bold;
    }

        .next-activity-table thead td {
            padding: 7px 0;
        }

.next-workflow-activity {
    font-size: 15px;
}

    .next-workflow-activity span {
        margin-right: 15px;
    }


@media only screen and (min-width: 768px) {
    .select-card-arrangement-input {
        margin-top: -70px;
    }
}

.smart-form .checkbox:hover input:disabled + i {
    border-color: #BDBDBD;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.label-selec-option {
    background-color: white;
    color: black;
}

.bootstrapWizard li .title {
    z-index: 99;
}

.smart-timeline-icon {
    z-index: 99;
}

.button-margins button {
    margin-left: 2px;
    margin-right: 2px;
}

.invalid-input {
    border-width: 1px;
    border-color: red;
}

[isteven-multi-select] > span > button:first-child {
    padding: 1px 8px 0px 8px !important;
    width: 100%
}

    [isteven-multi-select] > span > button:first-child,
    [isteven-multi-select] > span > button:first-child div.buttonLabel {
        border-radius: 0 !important;
        text-align: left !important;
        height: 32px;
        display: flex;
        align-items: center;
    }

#workflows-daily-processing-multiselect div.checkboxLayer {
    right: 0px !important;
}

#stripe-payment-form #payment-element {
    margin-bottom: 24px;
}

#stripe-payment-form button {
    background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

    #stripe-payment-form button:hover {
        filter: contrast(115%);
    }

    #stripe-payment-form button:disabled {
        opacity: 0.5;
        cursor: default;
    }

#stripe-brand-table div.smart-form {
    padding-bottom: 17px;
}

    #stripe-brand-table div.smart-form i {
        top: 0;
    }

input[type=checkbox][disabled] + i {
    background-color: #eee;
}

#stripe-card-holder {
    margin-bottom: 20px;
    display: flex;
}

    #stripe-card-holder > label {
        opacity: 0.35;
        position: absolute;
        left: 4px;
        top: 2px;
    }

    #stripe-card-holder > input {
        padding-left: 28px;
        background-color: transparent;
        border: none;
        display: block;
        font-family: sans-serif;
        font-size: 14px;
        height: 1.2em;
        line-height: 1.2em;
        margin: 0;
        width: 100%;
    }

        #stripe-card-holder > input:required:invalid ~ label {
            opacity: 1;
            color: #eb1c26;
        }

.display-none {
    display: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.cursor-pointer {
    cursor: pointer;
}

.text-align-center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.visibility-collapse {
    visibility: collapse;
}

.link-btn {
    color: #337ab7;
    border: none;
    background: transparent;
    cursor: pointer;
}

    .link-btn:hover {
        color: #23527c;
    }

.address-box {
    background: #337ab7;
    color: white;
    padding: 0px 6px 2px 6px;
    border-radius: 3px;
    display: inline-block;
    margin: 4px 4px 4px 0px;
}

    .address-box > button {
        background: #337ab7;
        color: white;
        border: none;
        padding-left: 2px;
        padding-right: 0px;
    }

.input-select input {
    position: relative;
}

.input-select div.select-list {
    border: 1px solid #ccc;
    background: white;
    z-index: 10000;
    position: absolute;
    min-width: 200px;
    color: #555;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-height: 90px;
    overflow: auto;
}

    .input-select div.select-list > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .input-select div.select-list > ul li {
            margin: 10px;
            cursor: pointer;
        }

header.transparent-tab-header {
    border-top: none;
    border-right: none;
    border-left: none;
    background: none;
}

    header.transparent-tab-header > ul > li.active:first-child {
        border-left: 1px solid #C2C2C2 !important;
    }

.trust-payments-pay-btn {
    width: 300px;
    margin: auto;
}

    .trust-payments-pay-btn > button {
        width: 300px;
    }

.acquired-iframe-container {
    display: flex;
    justify-content: center;
}

    .acquired-iframe-container > iframe {
        border: none;
    }

.text-wrap-3-dots {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-font-weight-normal {
    font-weight: normal;
}

.duplicates-options {
    display: flex;
    justify-content: right;
}