.mr1 {
    margin-right: 1% !important;
}

.modal-form-buttons {
    padding-top: 10px !important;
}

.no-border {
    border: none !important;
}

.line-height-0 {
    line-height: 0 !important;
}

.font-8 {
    font-size: 8px;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-21 {
    font-size: 21px;
}

.fixed {
    position: fixed !important;
}

.breadcrumb.top {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding-left: 0;
}

.footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    background: #eeeeee;
    padding: 10px 12px;
    width: 100%;
}

/*SPINNER LOADER*/
.cssload-speeding-wheel {
    font-size: 50pt !important;
    color: rgb(140, 191, 213);
    --fa-animation-duration: 0.5s;
    /*animation: cssload-spin 700ms infinite linear;*/
}

@media only screen and (max-width: 600px) {
    .preloader {
        height: 80%;
    }
}

.preloader-text {
    position: absolute;
    padding-top: 10px;
    font-size: 12pt;
    text-align: center;
    color: rgb(187, 187, 187);
}

.preloader-login {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-login .preloader-text {
    position: absolute;
    padding-top: 110px;
    font-size: 12pt;
    text-align: center;
    color: rgb(187, 187, 187);
    font-weight: bold;
}

*[disabled], *:disabled {
    pointer-events: all !important;
    cursor: not-allowed;
}

input:disabled + label {
    color: #ccc;
    pointer-events: all !important;
    cursor: not-allowed;
}

.switch-input {
    display: none;
}

.switch-label {
    position: relative;
    display: inline-block;
    min-width: 112px;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    margin: 0px 0px 0px 10px;
    padding: 10px 0px 10px 50px;
}

.switch-label:before, .switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch-label:before {
    left: 1px;
    width: 34px;
    height: 14px;
    background-color: #c6c6c6;
    border-radius: 8px;
}

.switch-label:after {
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #FAFAFA;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.14), 0 2px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label .toggle--on {
    display: none;
}

.switch-label .toggle--off {
    display: inline-block;
}

.switch-input:checked + .switch-label:after {
    background-color: #009385;
    -ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}

.switch-input:checked + .switch-label:before {
    background-color: #a6d3cf;
}

.switch-input.primary:checked + .switch-label.primary:after {
    background-color: #17a2dc;
    -ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}

.switch-input.primary:checked + .switch-label.primary:before {
    background-color: #a4e2ff;
}

.switch-input:checked + .switch-label .toggle--on {
    display: inline-block;
}

.switch-input:checked + .switch-label .toggle--off {
    display: none;
}


@keyframes page-load {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.principal-div {
    margin-bottom: 50px !important;
}

.page-loading::before {
    content: " ";
    display: flex;
    position: fixed;
    z-index: 1009;
    height: 2px;
    width: 100%;
    margin-top: 48px;
    left: 0;
    background-color: #dd0006;
    animation: page-load ease-out 2s;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

label.error, .error {
    color: #b94a48;
}

input.error {
    border-color: #b94a48;
}

input.valid {
    border-color: #5bb75b;
}

.table-bordeless td, .table-bordeless th {
    border: none;
}

table {
    /*font-family: Arial;*/
    font-size: 11px;
}

.preloader {
    height: 100%;
    width: 0 !important;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    background: #eee;
}

.user-avatar {
    width: 128px;
    height: 128px;
}

.cropper-container {
    max-height: 400px !important;
}

.image-cropped {
    width: auto;
    height: auto;
}

.avatar-cropped {
    width: 128px;
    height: 128px;
    margin-left: -64px;
    left: 50%;
    position: relative;
    margin-bottom: 16px;
}

/*NOTES*/

.note {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.note-alizarin {
    background-color: #ffdfd4;
    border-left: 6px solid #ef4f1d;
}

.note-danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}

.note-success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
}

.note-info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
}

.note-warning {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
}

.note-inverse {
    background-color: #e8e8e8;
    border-left: 6px solid #4a4a4a;
}

.visiblemodal {
    position: initial;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.modal-middle {
    text-align: center;
    padding: 0 !important;
}

.modal-middle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-middle .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}