#loginBtn:hover {
    background-color: #f9f9f9;
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    background-color: white;
    height: 100%;
    min-height: 100%;
    margin: 0px;
    font-size: 0.9rem;
}

.body-content {
    margin-top: 0px;
    height: 100%;
    /*Momentum scroll on iOS devices*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media (resolution: 96dpi) {
    html {
        height: 100%;
        min-height: 100%;
        overflow-y: hidden;
    }

    body {
        background-color: white;
        overflow-y: hidden;
        height: 100%;
        min-height: 100%;
        margin: 0px;
        font-size: 0.9rem;
    }

    .body-content {
        margin-top: 0px;
        height: 100%;
        overflow-y: auto;
    }
}

input::-ms-clear {
    display: none;
}

/***********************************************
    LOGIN PAGE 
************************************************/
#login-content {
    height: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0%;
    padding-right: 0%;
    overflow-y: auto;
    background-position: top left;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    #login-content {
        padding-left: 6%;
        padding-right: 6%;
    }
}

.login-box {
    position: relative;
    padding: 40px;
    text-align: left;
    display: block;
    height: 100%;
}

@media (min-width: 768px) {
    .login-box {
        max-width: 500px;
        height: auto;
    }
}

.login-info {
    font-size: 0.8rem;
    color: #868e96;
    text-align: justify;
    line-height: 15px;
}

select option:active {
    color: red;
}

.brand-logo, .brand-logo-light {
    height: 91px;
    width: 250px;
    background: url("/images/cis-dark.png");
}

.brand-logo-light {
    background: url("/images/cis-light.png");
}

/***********************************************
    Detail Page
************************************************/
.justify {
    text-align: justify;
}

.col-info {
    background-color: #F9F9F9;
    padding: 40px;
    padding-top: 50px;
}

@media (min-width: 992px) {
    .col-info {
        min-width: 320px;
        max-width: 400px;
        min-height: calc(100vh - 2px);
    }
}

.col-info-icon {
    cursor: pointer;
}

    .col-info-icon div {
        font-size: 0.7rem;
    }

    .col-info-icon span {
        font-size: 1.6rem;
    }

.col-img {
    /*background-color: #0094ff;*/
    padding: 10px;
    padding-top: 130px;
    max-width: 100%;
}

    .col-img img {
        max-width: 100%;
        max-height: 100%;
    }

.div-img {
    max-height: 250px;
    height: 250px;
}

.imgWatch {
    cursor: pointer;
    z-index: 2001;
    background: transparent url("/images/ajax-loader.gif") center no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.label {
    color: #aaaaaa;
    margin-bottom: 0px;
}

.value {
    margin-top: 0px;
}

.ellipsis {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    max-width: 100%;
}

.step-desc {
    line-height: 1.1;
    margin-bottom: 7px;
}

.step-ok {
    font-size: 2rem;
    color: green;
}

.step-current {
    font-size: 2rem;
    color: #aaaaaa;
}

.step-current-desc {
    font-weight: bold;
}

.step-current-mobile {
    margin-left: -40px;
    margin-right: -40px;
    background-color: white;
}

.step-current-status {
    min-width: 80px;
}

.step-current-mobile-goto {
    height: 50px;
    min-width: 70px;
    font-size: 2rem;
    cursor: pointer;
}

.logo-transporter {
    vertical-align: text-bottom;
}

.padding-top-10-px {
    padding-top: 10px;
}

/***********************************************
    Detail Page - Language/Customer Service
************************************************/
[class$="-overlay"] {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -20px;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

    [class$="-overlay"] .btn-close {
        color: #aaaaaa;
        margin-right: 30px;
        margin-top: 10px;
    }

        [class$="-overlay"] .btn-close:hover {
            text-decoration: none;
        }

.language-overlay .text-language, .cs-overlay .text-cs {
    margin-bottom: 20px;
}

    .language-overlay .text-language a, .cs-overlay .text-cs a {
        font-weight: 100;
        font-size: 1.4rem;
        color: #aaaaaa;
    }

        .language-overlay .text-language a:hover, .cs-overlay .text-cs a:hover {
            font-weight: 100;
            font-size: 1.4rem;
            color: black;
            text-decoration: none;
        }

.language-overlay .language-selected {
    padding-left: 37px;
    color: black !important;
}

    .language-overlay .language-selected:after {
        font-family: "Font Awesome 5 Light";
        content: "\f00c";
        padding-left: 10px;
    }

/***********************************************
    Detail Page - Estimate
************************************************/
.option-vertical-align span, .option-vertical-align strong {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    .row-estimate-20 div {
        height: 20px !important;
    }
}

.row-estimate {
    border: 1px solid lightgrey;
    border-bottom: none;
}

    .row-estimate div {
        height: 70px;
    }

.row-estimate-subtotal {
    background-color: #fbfbfb;
    border: 1px solid lightgrey;
    padding: 20px 0 20px 0;
}

.row-estimate-total {
    background-color: #f5f5f5;
    border: 1px solid lightgrey;
}

.row-estimate-ec:first-child {
    margin-top: -1px;
}

.row-estimate-ec:last-child {
    border: 1px solid lightgrey !important;
    border-top: none;
}

.btn-option {
    background-color: white;
    height: 100%;
    border-right: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    .btn-option {
        border-top: 1px solid lightgrey;
    }
}

.btn-option strong:not(.btn-estimate):after {
    font-family: "Font Awesome 5 Regular";
    content: "\f00c";
    margin-left: 5px;
    color: #f5f5f5;
}

.btn-option-cc {
    border: none !important;
}

    .btn-option-cc strong:not(.btn-estimate):after {
        content: none;
    }

.option-cc-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 991.98px) {
    .option-cc-info {
        border-top-color: lightgrey;
        border-top-style: solid;
        border-top-width: 1px;
    }
}

.btn-option-enabled {
    background-color: white;
    font-weight: 600;
    opacity: 1;
}

.btn-option-clickable {
    cursor: pointer;
}

    .btn-option-clickable:hover, .btn-estimate:hover:enabled {
        background: #fbfbfb;
    }

.btn-option-enabled strong:not(.btn-estimate):after {
    font-family: "Font Awesome 5 Regular";
    content: "\f00c";
    margin-left: 5px;
    color: black;
}

.btn-option-approve {
    color: green;
}

.btn-option-reject {
    color: red;
}

.btn-estimate {
    height: 50px;
    border: 1px solid lightgrey !important;
    margin-bottom: 15px;
}

    .btn-estimate:disabled {
        color: grey;
    }

.no-padding-button {
    padding: 0px !important;
    margin-right: -1px !important;
    margin-left: -1px !important;
}

.option-approved {
    color: green;
    font-weight: 600;
}

.option-rejected {
    color: red;
    font-weight: 600;
}

.price {
    text-align: right;
}

.col.operation {
    font-size: 0.8rem !important;
}

.break-word {
    word-break: break-all;
}

#frameContainer {
    padding-right: 15px;
}

.payment-button-div {
    top: -24px;
}

@media (min-width: 815px) {
    .payment-button-div {
        top: -191px;
        margin-left: 49.3%;
    }

    .paymentButton {
        margin-top: -15px;
        width: 100%;
    }

    #frameContainer {
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .payment-button-div {
        top: -10px;
        margin-left: 0;
        padding-right: 0px;
    }

    .paymentButton {
        width: 100%;
    }

    #frameContainer {
        padding-right: 0;
    }
}

@media (min-width: 1470px) {
    .payment-button-div {
        top: -191px;
        margin-left: 50.25%;
        padding-right: 0.25%;
    }
}

@media (max-width: 1470px) and (min-width: 1200px) {
    .payment-button-div {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.row-estimate-option {
    padding: 0;
    border-top: solid 1px lightgrey;
    border-left: solid 1px lightgrey;
    border-right: solid 1px lightgrey;
    border-bottom: none;
}

.row-estimate-option-btn {
    padding: 20px 0 20px 0;
    border-top: none;
    border-left: solid 1px lightgray;
    border-right: none;
    border-bottom: none;
}

.relative-row {
    position: relative;
    border-top: solid 1px lightgrey;
    border-left: solid 1px lightgrey;
    border-right: solid 1px lightgrey;
    border-bottom: none;
}

.row-estimate-total {
    padding: 20px 0 20px 0;
}

@media (max-width: 991px) {
    .absolute-right-content-xs {
        position: absolute;
        float: right;
        top: 35%;
    }

        .absolute-right-content-xs.subtotalEstimate {
            top: 0;
            padding: 20px 15px 20px 0;
        }



    .btn-estimate {
        margin-bottom: -1px;
    }

    .operation-name {
        max-width: 85%;
    }
}

@media (min-width: 992px) {
    .relative-row {
        padding: 20px 0px 20px 0;
    }

    .absolute-right-content-xs {
        position: relative;
        float: right;
        top: 0;
    }

    .row-estimate-option-label {
        padding-top: 21px;
        word-wrap: break-word;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/***********************************************
    Notification div-on-top
************************************************/
.notification {
    text-align: center;
    color: white;
    width: 100%;
    opacity: 0.86;
    margin-bottom: 0 !important;
}

.notification-success {
    background-color: #00b050;
}

.notification-error {
    background-color: firebrick;
}

.notification-warning {
    background-color: darkorange;
}

.notification > span {
    font-size: 2rem;
    margin-right: 15px;
}

.notification-content, .notification-content:hover {
    font-size: 1.6rem;
    font-weight: 400;
    color: white !important;
}

/***********************************************
    Confirm Modal
************************************************/
.confirm-modal {
    margin-top: calc(50vh - 200px);
}

.confirm-modal-content {
    border: 1px solid black;
    padding: 40px;
    border-radius: 0px;
}

.confirm-modal-alert-icon {
    text-align: center;
    color: #c50124;
}

.confirm-modal-text {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.confirm-modal-button-panel {
    text-align: center;
}

.confirm-modal-button-yes {
    width: 180px;
}

.confirm-modal-button-no {
    width: 180px;
}

.confirm-modal-button {
    margin-top: 5px;
    width: 180px;
    height: 35px;
    color: black;
    background: #fff;
}

    .confirm-modal-button:hover {
        color: #c3c3c3;
    }

/***********************************************
    Image carrousel
************************************************/
.quick-view-bullets {
    list-style: none;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

    .quick-view-bullets li {
        display: inline-block;
        vertical-align: top;
    }

        .quick-view-bullets li a {
            display: block;
            height: 30px;
            width: 20px;
            position: relative;
        }

            .quick-view-bullets li a span {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 12px;
                height: 12px;
                border-radius: 99px;
                text-indent: -99999px;
                overflow: hidden;
                background: #d4d2d2;
            }

        .quick-view-bullets li.active a span {
            background: #FF6666;
        }

/***********************************************
    Boostrap Custom
************************************************/
select:not([size]):not([multiple]).form-control {
    height: calc(2.25rem + 10px);
}

.btn {
    border-radius: 0px;
    border: none;
    font-size: 1rem;
}

.btn-primary {
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        border-color: transparent;
    }

    .btn-primary.disabled, .btn-primary:disabled,
    .btn-primary:hover {
        background-color: lightgray;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

    .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

.btn-secondary, .btn-secondary:hover {
    color: #868e96;
    box-shadow: none;
    background-color: white;
    border-color: #ced4da;
}

    .btn-secondary:focus, .btn-secondary.focus {
        color: #868e96;
        box-shadow: none;
        background-color: white;
        border-color: #ced4da;
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #007bff;
        border-color: #ced4da;
    }

    .btn-secondary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #868e96;
        box-shadow: none;
        background-color: white;
        border-color: #ced4da;
    }

.dropdown-menu {
    border-radius: 0px;
}

.dropdown-toggle {
    text-align: left;
}

    .dropdown-toggle::after {
        display: none;
    }

    .dropdown-toggle > span.fa-angle-down {
        margin-top: 4px;
        font-size: 1.2rem;
    }

.form-control {
    color: #495057;
    border-radius: 0px;
}

    .form-control:focus {
        color: #495057;
        box-shadow: none;
        border-color: #ced4da;
    }

    .form-control:active {
        color: #495057;
    }

:-ms-input-placeholder.form-control {
    color: #495057;
    opacity: 1;
}

.alert-danger {
    color: #db2020;
    border: none;
    background-color: transparent;
    font-size: 0.9rem;
    text-align: center;
}

/***********************************************
    jquery-form-validation Custom
************************************************/
.help-block.with-errors,
.has-error-specific,
.help-block.form-error {
    background-color: #a94442;
    color: white;
    font-size: 0.7rem;
    padding-right: 2px;
    padding-left: 2px;
}

.help-block {
    margin: 0;
}

.has-error > input,
.has-error > button {
    border: solid 1px #a94442;
}

/***********************************************
    floatl  
************************************************/
.floatl {
    position: relative;
}

.floatl--active .floatl__label {
    opacity: 1;
    visibility: visible;
    top: 1px;
}

select.floatl__input {
    padding-left: 6px !important;
}

.floatl--active .floatl__input {
    padding: 17px 8px 5px 8px;
}

.floatl--active.floatl--multiline .floatl__label {
    background-color: white;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 100%);
}

.floatl__label {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: inline-block;
    top: 9px;
    left: 6px;
    padding: 5px 3px 3px 3px;
    font-size: 0.75rem;
    line-height: 1em;
    color: #666666;
}

.floatl__input {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    outline: none;
    margin-top: 0;
    margin-left: 0;
    padding: 11px 8px;
}

/***********************************************
    wire modal  
************************************************/
.modal-body-wire {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: auto;
    font-family: monospace;
    line-height: 12px;
    border: 1px solid black;
}

.modal-wire {
    margin-top: calc(50vh - 300px)
}

.input-padding-wire {
    margin-right: 5px;
}

.p-wire {
    margin-bottom: 4px;
}

.modal-footer-wire {
    justify-content: space-between;
}

.discount {
    font-size: smaller;
    text-decoration: line-through;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input,
    .form-label-group select,
    .form-label-group label {
        height: 3.125rem !important;
        padding: .75rem;
    }

    .form-label-group label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
        text-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .form-label-group select::-webkit-input-placeholder,
    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder,
    .form-label-group select::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder,
    .form-label-group select:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder,
    .form-label-group select::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder,
    .form-label-group select::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:-moz-placeholder-shown),
    .form-label-group select:not(:-moz-placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-ms-input-placeholder),
    .form-label-group select:not(:-ms-input-placeholder) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:placeholder-shown),
    .form-label-group select:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-moz-placeholder-shown) ~ label,
    .form-label-group select:not(:-moz-placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:not(:-ms-input-placeholder) ~ label,
    .form-label-group select:not(:-ms-input-placeholder) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:not(:placeholder-shown) ~ label,
    .form-label-group select:not(:placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:-webkit-autofill ~ label,
    .form-label-group select:-webkit-autofill ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .form-label-group label {
            position: static;
        }

        .form-label-group input::-ms-input-placeholder,
        .form-label-group select::-ms-input-placeholder {
            color: #777;
        }
}


@media (max-width: 991.98px) {
    .row-estimate-option-btn {
        padding: 10px 0 10px 0;
        border-top: none;
        border-left: solid 1px lightgray;
        border-right: solid 1px lightgray !important;
        border-top: solid 1px lightgray;
        border-right: none;
        border-bottom: none;
    }
}
