﻿/*.content .container{
  margin-bottom:20px;
}

  .content .container:last-child {
    margin-bottom: 0px !important;
  }

.accordion .card .card-header {
  border-bottom: 1px solid #EBEDF3 !important;
}
.card-header.mini {
  min-height: 40px !important;
  padding: 0 15px !important;
}
.accordion .card .card-body {
  padding: 15px !important;
  padding-bottom:0px !important;
}
  .right-controls-panel .btn {
    margin-left: 10px;
  }

  .right-controls-panel .btn:first-child {
    margin-left: 0px;
  }

.nav.nav-tabs.nav-tabs-line .nav-link {
  padding: 0.85rem;
}*/
/********************* LOADER ************************/
.loader-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

    .loader-container svg {
        position: absolute;
        left: calc(50% - 32px);
        top: calc(50% - 32px);
    }

        .loader-container svg.ripple-big {
            position: absolute;
            left: calc(50% - 100px);
            top: calc(50% - 100px);
        }

    .loader-container .text {
        position: inherit;
        text-align: center;
        width: 320px;
        height: 21px;
        left: calc(50% - 160px);
        top: calc(50% + 50px);
    }

******************** END OF LOADER ***********************

/*********** MODELS ************
.transaction-modal-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.95);
    display: none;
    z-index: 9999;
}

.transaction-modal-mini-container {
    position: absolute;
    background: rgba(220, 220, 220, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    padding: 5px 5px 5px 5px;
    z-index: 999;
}

.transaction-modal {
    position: fixed;
    margin: 15px 200px;
    width: calc(100% - 400px);
    height: calc(100% - 30px);
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.96);
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    z-index: 9999;
    overflow: hidden !important;
}

.transaction-modal-mini {
    position: static;
    margin: 50px auto;
    max-width: 420px;
    height: calc(100% - 100px);
    background: rgba(255,255,255,0.96);
    border-radius: 3px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    z-index: 9999;
    overflow: hidden !important;
}

.transaction-modal .title {
    padding: 10px 15px;
    background: rgba(255,255,255,0.8);
    display: inherit;
    font-size: 20px;
    color: rgb(47, 47, 47);
    border-radius: 5px 5px 0px 0px;
    text-transform: capitalize;
    border-bottom: 1px dashed rgb(228, 228, 228);
}

.transaction-modal-mini .title {
    padding: 5px 10px;
    background: rgba(56, 56, 56, 0.8);
    display: inherit;
    font-size: small;
    font-weight: 400 !important;
    color: rgb(197, 197, 197);
    border-radius: 3px 3px 0px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.transaction-modal .body {
    padding: 10px 15px;
    position: absolute;
    height: calc(100% - 100px);
    bottom: 50px;
    width: 100%;
    font-size: 20px;
    color: rgb(47, 47, 47);
    border-radius: 5px 5px 0px 0px;
    text-transform: capitalize;
    overflow: auto !important;
}

.transaction-modal-mini .body {
    padding: 10px;
    position: unset;
    overflow: auto !important;
    height: 90%;
}

.transaction-modal .footer {
    padding: 10px 15px;
    position: absolute;
    text-align: right;
    border-top: 1px dashed rgb(228, 228, 228);
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
    border-radius: 0px 0px 5px 5px;
    text-transform: capitalize;
}

.transaction-modal .close-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
}

.transaction-modal-mini .close {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
}

.transaction-modal-mini .right-buttons-container {
    position: relative;
    padding: 0px;
    float: right;
    top: -30px;
    z-index: 9999;
    margin-bottom: -30px;
}

    .transaction-modal-mini .right-buttons-container a {
        display: inline-block;
        padding: 5px;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        padding-top: 7px;
    }

        .transaction-modal-mini .right-buttons-container a:last-child {
            padding-right: 8px;
        }

@media all and (max-width:1100px) {
    .transaction-modal {
        margin: 15px 15px;
        width: calc(100% - 30px);
    }
}

@media all and (min-width:1101px) and (max-width:1250px) {
    .transaction-modal {
        margin: 15px 100px;
        width: calc(100% - 200px);
    }
}

@media all and (min-width:1251px) and (max-width:1360px) {
    .transaction-modal {
        margin: 15px 150px;
        width: calc(100% - 300px);
    }
}


.side-modal.side-modal--fullscreen, .side-modal.side-modal--sidebar {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0px -5px 30px 0px #080808;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

.side-modal--sidebar {
    width: 30rem;
    width: 50.75rem;
}

.side-modal--fullscreen, .side-modal--sidebar {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.side-modal__header {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    background: #f5f5f5;
    color: #fff;
}

.side-modal-close {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}

.side-modal--sidebar .side-modal__body, .side-modal--sidebar .side-modal__footer {
    padding: 15px;
}

.side-modal__body {
    flex: 1 1 auto;
    flex-basis: 0;
    min-height: auto;
    overflow: auto;
    background-color: #ffffff;
}

.side-modal--sidebar .side-modal__footer, .infi-wizard__footer.side-modal__footer {
    background-color: #f5f8fa;
    border-top: 1px solid #cbd6e2;
}

.side-modal--sidebar .side-modal__footer {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}

modal--sidebar .side-modal__footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.side-modal__header__inner {
    align-items: center;
    min-height: 3.5rem;
}

.hide_transparrent {
    background-color: rgba(58, 58, 58, 0.79);
    bottom: 0;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    top: 0;
    z-index: 1111;
    overflow: hidden;
}

span.flyout-title {
    font-size: 18px;
    font-family: 'Segoe UI';
    font-weight: 500 !important;
    padding-left: 10px;
    color: #1a1a1a;
    line-height: 2.67em;
}

.btn-sm i.fa, .btn-sm i.ki {
    font-size: 12px !important;
}

.btnClose {
    margin-right: 10px;
    color: white;
    opacity: 0.7;
    font-size: 20px;
    font-weight: 100;
    font-family: webdings;
    padding: 14px 5px !important;
}

    .btnClose:hover {
        color: white;
        opacity: 1;
    }

    .btnClose:focus {
        color: black;
        border: 0px transparent !important
    }

.blurry {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

@media (max-width: 765px) {
    .side-modal--sidebar {
        width: 100% !important;
        text-align: justify;
    }
}

********** END OF MODELS************
.dt-buttons {
    display: none;
}

.dataTables_length {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    float: left;
}

.tblDataList_filter {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    float: right;
}

.table {
    margin-bottom: 0;
}

    .table th, .table td {
        vertical-align: middle;
    }

.dataTables_wrapper .dataTable td {
    font-weight: 500;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
    padding: 0.5rem 1rem;
}

.table.table-head-custom thead tr, .table.table-head-custom thead th {
    color: #5d5d77 !important;
}

.section-title {
    border-bottom: 1px solid rgb(218 218 218);
    color: #9ba3b9;
    margin-bottom: 15px;
}

.form-group label {
    color: #969abd;
    margin-bottom: 0.15rem;
    letter-spacing: 0.05rem;
    font-size: 12px;
}

.form-control {
    letter-spacing: 0.05rem;
}

.form-group > span.text-danger {
    color: #bf2334 !important;
    bottom: 6px;
    position: absolute;
    font-size: 12px;
}

.form-group .text-danger {
    color: #e00018 !important;
}

.select2-container {
    z-index: 999 !important;
}

.select2-container--default.select2-container--open {
    z-index: 99999 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.2;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 1.4;
    padding: 0.37rem;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        font-size: 0.8rem;
        margin: 0.05rem 0.4rem 0.05rem 0;
    }

.modal-header {
    padding: 0.75rem 1.75rem !important;
}

.modal-footer {
    padding: 0.6rem 1.5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.form-group span.select2-container span.selection span.select2-selection {
    height: calc(1.35em + 1.1rem + 2px);
    padding: 0.55rem 0.75rem;
    font-size: 0.925rem;
    line-height: 1.35;
    border-radius: 0.28rem;
}

.document-draft-items > .dropzone.dropzone-multi {
    padding: 5px 5px 5px 10px;
    margin-bottom: 2px;
    background: #F4F4F4;
    border-radius: 4px;
}

    .document-draft-items > .dropzone.dropzone-multi .dropzone-item {
        margin-top: 0;
        border-radius: 0.42rem;
        padding: 0.29rem 1rem;
        background-color: #fff;
        padding-right: 0.1rem;
        border-radius: 3px;
    }

        .document-draft-items > .dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename {
            margin-top: 0.35rem;
        }

.custom-small-time-picker {
    padding: 10px 5px 8px 5px;
}
*/

.nosort {
  opacity: 0;
  pointer-events: none;
}

.nosort::before,
.nosort::after {
  display: none !important;
}