﻿/*From Body*/

.swal-wide {
    width: 850px !important;
}

body, div, ul, li, button, label, a, p, table {
    font-size: 10pt !important;
}

    body.modal-open {
        overflow: hidden;
    }

.swal2-container {
    z-index: 10000 !important;
}

.load {
    position: relative;
    margin: 50px auto;
    width: 100px;
    height: 0px;
}

.gear {
    position: absolute;
    z-index: -10;
    width: 40px;
    height: 40px;
    animation: spin 5s infinite;
}

.two {
    left: 40px;
    width: 80px;
    height: 80px;
    animation: spin-reverse 5s infinite;
}

.three {
    top: 45px;
    left: -10px;
    width: 60px;
    height: 60px;
}

@@keyframes spin {
    50% {
        transform: rotate(360deg);
    }
}

@@keyframes spin-reverse {
    50% {
        transform: rotate(-360deg);
    }
}

.lil-circle {
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
    width: 100px;
    height: 100px;
    opacity: .65;
}

.blur-circle {
    position: absolute;
    top: -19px;
    left: -19px;
}

.text {
    color: lightgray;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.redRow {
    background-color: lightpink !important;
    cursor: pointer;
}

    .redRow > td > span {
        color: black !important;
        /*font-weight: bold !important;*/
    }

.singleLineDotOverflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 230px; /* some width */
}

.modal-header {
    padding-right: 0 !important;
    background-color: white !important;
    border: 1px solid gainsboro !important;
}

    .modal-header > h1 {
        margin-top: 10px !important;
        width: 90% !important;
        float: left !important;
    }

    .modal-header > h2 {
        margin-top: 10px !important;
        width: 90% !important;
        float: left !important;
    }

    .modal-header > h3 {
        margin-top: 10px !important;
        width: 90% !important;
        float: left !important;
    }

    .modal-header > h4 {
        margin-top: 10px !important;
        width: 90% !important;
        float: left !important;
    }

    .modal-header > label {
        margin-top: 10px !important;
        width: 90% !important;
        float: left !important;
    }

.modal-body {
    background-color: white !important;
    border: 1px solid gainsboro !important;
}

.modal-footer {
    background-color: white !important;
    border: 1px solid gainsboro !important;
}

.box {
    border: 1px solid gainsboro !important;
}

@@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*First Loader*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        left: 00%;
        top: 00%;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #0078d7;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #0078d7 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Unloader*/
.lds-unloader-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-unloader-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        left: 50%;
        top: 00%;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #0078d7;
        border-radius: 50%;
        animation: lds-unloader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #0078d7 transparent transparent transparent;
    }

        .lds-unloader-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-unloader-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-unloader-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-unloader-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/*Common*/
.box:hover {
    box-shadow: 0 0 20px rgba(33,33,33,.2) !important;
    transition: box-shadow 0.3s ease-in-out;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
}

ul:empty::after {
    content: attr(placeholder);
    position: absolute;
    left: 20px;
    top: 24px;
    min-width: 200px;
    padding: 9px;
    color: #555;
    font-size: 14px;
    z-index: 1;
}

.multiselect-container {
}

.MultiSelectUl {
    border: 1px solid #d2d6de;
    min-height: 36px;
    cursor: default;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin-bottom: 0;
}

    .MultiSelectUl:hover {
        border: 1px solid #0078d7
    }

/*Datatable*/
.dt-col-center {
    text-align: center;
}

.dt-col-right {
    text-align: right;
}

/*Loader*/
#loader-cont {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 45%;
    top: 40%;
}

#loader {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    border-radius: 50%;
    z-index: 1500;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 7px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        border-radius: 50%;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 17px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        border-radius: 50%;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a {
    text-decoration: none !important
}

.swal2-container {
    z-index: 10000 !important;
}

.load {
    position: relative;
    margin: 50px auto;
    width: 100px;
    height: 0px;
}

.gear {
    position: absolute;
    z-index: -10;
    width: 40px;
    height: 40px;
    animation: spin 5s infinite;
}

.two {
    left: 40px;
    width: 80px;
    height: 80px;
    animation: spin-reverse 5s infinite;
}

.three {
    top: 45px;
    left: -10px;
    width: 60px;
    height: 60px;
}

@@keyframes spin {
    50% {
        transform: rotate(360deg);
    }
}

@@keyframes spin-reverse {
    50% {
        transform: rotate(-360deg);
    }
}

.lil-circle {
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
    width: 100px;
    height: 100px;
    opacity: .65;
}

.blur-circle {
    position: absolute;
    top: -19px;
    left: -19px;
}

.text {
    color: lightgray;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

/*Table*/

table:hover {
    box-shadow: 0 0 20px rgba(33,33,33,.2) !important;
    transition: box-shadow 0.3s ease-in-out;
}

tbody > tr:hover {
    background-color: #ebeaea;
    transition: box-shadow 0.3s ease-in-out;
}

thead {
    background-color: /*#0078d7*/ #2e3a4d !important;
    color: white !important;
}

    thead th {
        text-align: center !important;
        vertical-align: middle !important;
    }

tbody tr.odd {
    background-color: #f3f3f3;
}

.form-control[disabled] {
    background-color: #eee !important;
}

/*Select*/
select {
    background-color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7) !important;
}

    select :disabled {
        background-color: #eee !important;
    }

tbody {
    color: black !important;
}

.width-02 {
    width: 2% !important;
    max-width: 2% !important;
    word-wrap: break-word;
}

.width-05 {
    width: 5% !important;
    max-width: 5% !important;
    word-wrap: break-word;
}

.width-1 {
    width: 10% !important;
    max-width: 10% !important;
    word-wrap: break-word;
}

.width-15 {
    width: 15% !important;
    max-width: 15% !important;
    word-wrap: break-word;
}

.width-2 {
    width: 20% !important;
    max-width: 20% !important;
    word-wrap: break-word;
}

.width-3 {
    width: 30% !important;
    max-width: 30% !important;
    word-wrap: break-word;
}

.width-4 {
    width: 40% !important;
    max-width: 40% !important;
    word-wrap: break-word;
}

.width-5 {
    width: 50% !important;
    max-width: 50% !important;
    word-wrap: break-word;
}

.width-6 {
    width: 60% !important;
    max-width: 60% !important;
    word-wrap: break-word;
}

.width-7 {
    width: 70% !important;
    max-width: 70% !important;
    word-wrap: break-word;
}

.width-8 {
    width: 80% !important;
    max-width: 80% !important;
    word-wrap: break-word;
}

.width-9 {
    width: 90% !important;
    max-width: 90% !important;
    word-wrap: break-word;
}

.fullWidth {
    width: 100% !important;
    max-width: 100% !important;
    word-wrap: break-word;
}

.allowedLi {
    background-color: #fff !important;
}

textarea.allowedInput {
    background-color: white !important;
}

input.allowedInput {
    background-color: white !important;
}

select.allowedInput {
    background-color: white !important;
}

.allowedInput:read-only {
    cursor: pointer;
}

.warningInput {
    background-color: white !important;
    border: 1px solid #d58512 !important;
}

    .warningInput:read-only {
        cursor: pointer;
    }

textarea.notAllowedInput {
    background-color: #eee !important;
    /*border: 1px solid red !important;*/
}

input.notAllowedInput {
    background-color: #eee !important;
    /*border: 1px solid red !important;*/
}

select.notAllowedInput {
    background-color: #eee !important;
    /*border: 1px solid red !important;*/
}

.notAllowedInput:read-only {
    background-color: #eee !important;
    cursor: not-allowed;
}

.whiteInput {
    background-color: white !important;
}

    .whiteInput:read-only {
        cursor: not-allowed;
    }

.redInput {
    border-block-color: red !important;
}

    .redInput:read-only {
        cursor: not-allowed;
    }

.thinLabel {
    font-weight: normal !important;
    text-shadow: none !important;
}

.liDisabled {
    pointer-events: none;
    opacity: 0.1;
}

.transparentInput {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-weight: bold !important;
    width: 100% !important
}

.arabicInput {
    text-align: right !important;
}

body:not(.modal-open) {
    padding-right: 0px !important;
}

.d-none {
    display: none !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid gainsboro !important;
}


#swal2-content {
    font-size: 1.5em !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.custom-text-md {
    font-size: 16px !important;
}

.custom-text-lg {
    font-size: 18px !important;
}

.custom-text-xl {
    font-size: 22px !important;
}

.custom-text-xxl {
    font-size: 26px !important;
}

.ml-1 {
    margin-left: 3px !important;
}

.mr-1 {
    margin-right: 3px !important;
}

.mx-1 {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.ml-2 {
    margin-left: 5px !important;
}

.mr-2 {
    margin-right: 5px !important;
}

.mx-2 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mt-1 {
    margin-top: 3px !important;
}

.mt-2 {
    margin-top: 5px !important;
}

.mt-3 {
    margin-top: 8px !important;
}

.mt-4 {
    margin-top: 10px !important;
}

.mt-5 {
    margin-top: 15px !important;
}

.mt-6 {
    margin-top: 20px !important;
}

.close {
    opacity: 0.6 !important;
}

.breadcrumb > .active {
    color: #03559d !important;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
