﻿.clickable-row {
    cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid rgb(115,223,120); /* Green */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
}

.small-content-loader .loader {
    border-width: 3px;
    border-top-width: 3px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 20px);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.small-content-loader .loader-layout {
    position: relative;
}

.content-loader {
    position: relative;
}

    .content-loader .loader, .content-loader .loader-layout {
        display: none;
    }

    .content-loader.active > .loader-layout > .loader, .content-loader.active > .loader-layout {
        display: block;
    }

    .content-loader:not(.small-content-loader) .loader-layout {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(70,70,70,0.3);
        z-index: 999999999;
    }

body.content-loader:not(.small-content-loader) > .loader-layout {
    position: fixed;
}

.content-loader.small-content-loader .loader-layout {
    background-color: initial;
    z-index: initial;
    position: relative;
    width: initial;
    height: initial;
    left: initial;
    top: initial;
}

.blank-object .la-3x {
    font-size: 3rem;
}


nav ul li.disabled .navbar-button .la {
    color: #abbabf;
}

.la-1-5x {
    font-size: 1.5em;
}

.amount {
    white-space: nowrap;
    text-align: right;
}

label.custom-control.custom-checkbox, label.custom-control.custom-checkbox label {
    margin-bottom: 0;
}

/* Override */

.dropzone {
    flex-basis: auto;
}

.dropzone .dz-preview {
    min-width: 200px;
}

    .dropzone .dz-preview .dz-image {
        display: inline-block;
        min-width: 200px;
    }

    .dropzone .dz-preview .dz-details {
        max-width: 100%;
        padding: 10px;
        position: absolute;
    }

        .dropzone .dz-preview .dz-details .dz-filename {
            border: 0;
            font-size: 1.2em;
            text-align: left;
        }

            .dropzone .dz-preview .dz-details .dz-filename:hover {
                border: 0;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 0;
                }

        .dropzone .dz-preview .dz-details .dz-size {
            font-size: 1.1em;
            margin: 1em;
        }

.dz-success-mark, .dz-error-mark {
    font-size: 2em;
}

/*.table-line_number:before { content: none; }*/

/*IE10 and IE11*/

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .dropzone {
        flex-basis: auto;
    }
}*/


.dropzone.dropzone-uploaded .blank-object_content {
    display: none;
}

.dropzone.dropzone-single {
}

    .dropzone.dropzone-single .blank-object_content {
    }

    .dropzone.dropzone-single .dz-preview {
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .dropzone.dropzone-single.dropzone.non-uploaded {
        background-color: #f1f4f7;
    }

.dropzone .dz-preview .dz-progress {
    text-align: center;
}

.dropzone.dropzone-single {
    height: 320px;
    width: 350px;
    border: 0;
    color: #acb9c5;
    background-color: #f1f4f7;
}

.dropzone .dz-filename {
    text-align: center !important;
}

.dropzone.dropzone-single .blank-object_head {
    font-weight: normal;
}

.dropzone .dz-preview {
    text-align: center;
}

    .dropzone .dz-preview .dz-error-message {
        top: 160px !important;
    }

.dropzone .dz-image {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.dropzone.dropzone-single .dz-image img {
    width: auto;
    height: auto;
    max-width: 350px;
    max-height: 282px;
}

.dropzone .dz-preview {
    background: #fff;
}

.dropzone.dropzone-single .dz-preview .dz-image {
    width: 350px;
    height: 282px;
}
.dropzone.dropzone-single .dz-preview .dz-image img {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
}

.dropzone.dz-started {
    text-align: center;
}

.step .step-perex {
    color: #292b2c;
}

.step--done .step-number, .step--done .step-perex {
    border-color: #73df78;
    color: #73df78;
}

.step--warning .step-number, .step--warning .step-perex {
    border-color: #f6c638;
    color: #f6c638;
}

.step--active .step-perex {
    color: #292b2c;
}

/*@media (min-width: 991px) {
    .table-line_financing {
        float: left;
        width: 20%;
    }
}

@media (min-width: 991px) {
    .table-line_duedate {
        float: left;
        width: 20%;*/
    }
}

.col-auto { padding-left: 15px; padding-right: 15px; }

.table th {
    vertical-align: top;
    text-align: center;
}

.modal-fluid {
    width: 95%;
    max-width: 95%;
}

.table-sorting {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 18px;
    margin-left: 8px;
}

.table-sorting_arrow {
    background: url(../images/arrows.svg) no-repeat 0 0;
    background-size: 100% auto;
    display: block;
    width: 17px;
    height: 8px;
}

    .table-sorting_arrow + .table-sorting_arrow {
        margin-top: 2px;
    }

.table-sorting_arrow-down {
    background-position: 0 bottom;
}

span.table-sorting_arrow {
    background-image: url(../images/arrows-active.svg)
}

.table-sorting_arrow span {
    display: none;
}

.borderless td, .borderless th {
    border: none;
}

.pager-pageSize {
    width: 80px;
    float:right;
}

a.steps-item--active {
    color: #fff !important;
}

@media (min-width: 768px) {
    .steps-item-number {
        display: none !important;
    }
    .steps-item-text {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .steps-item-number {
        display: inline-block !important;
    }
    .steps-item-text {
        display: none !important;
    }
}
.steps-item-text { overflow: hidden; height: 40px; }

.registration-page main {
    margin-top: 5% !important;
    padding-bottom: 100px;
}

.footer {
    background: #f1f4f7;
    background-size: 69px auto;
    height: 168px;
    text-align: center;
    padding: 70px 0 0;
}

.color-secondary {
    color: #acb9c5;
}

.vertical-label label {
    margin: 0;
}

.company-registrationExtract .lead {
    font-size: 1.067rem;
    font-weight: bold;
}

.online-registration .steps-item-text {
    display: inline-block;
}

.online-registration .steps-item-number {
    display: none;
}

.text-danger-all * { color: #d9534f!important; }
.text-warning-all * { color: #f1a218!important; }
.text-info-all * { color: #46b0bb!important; }
.text-secondary-all * { color: #95a8b5!important; }
.text-success-all * { color: #5db462!important; }

.text-danger-all { color: #d9534f!important; }
.text-warning-all { color: #f1a218!important; }
.text-info-all { color: #46b0bb!important; }
.text-secondary-all { color: #95a8b5!important; }
.text-success-all { color: #5db462!important; }

.dropdown-toggle-original::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.selectedPairedPayment {
    background-color: #5db462 !important;
}