﻿@charset "UTF-8";

@font-face {
    font-family: 'Samim';
    src: url("../font/Samim/Samim.eot");
    src: url("../font/Samim/Samim.eot?#iefix") format("embedded-opentype"), url("../font/Samim/Samim.woff2") format("woff2"), url("../font/Samim/Samim.woff") format("woff"), url("../font/Samim/Samim.ttf") format("truetype");
    /*font-weight: normal;*/
}

@font-face {
    font-family: 'IranNastaliq';
    src: url("../font/IranNastaliq/IranNastaliq.eot");
    src: url("../font/IranNastaliq/IranNastaliq.eot?#iefix") format("embedded-opentype"), url("../font/IranNastaliq/IranNastaliq.woff2") format("woff2"), url("../font/IranNastaliq/IranNastaliq.woff") format("woff"), url("../font/IranNastaliq/IranNastaliq.ttf") format("truetype");
    /*font-weight: normal;*/
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../font/webfonts/fa-regular-400.eot");
    src: url("../font/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../font/webfonts/fa-regular-400.woff2") format("woff2"), url("../font/webfonts/fa-regular-400.woff") format("woff"), url("../font/webfonts/fa-regular-400.ttf") format("truetype"), url("../font/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'FontAwesome';
    font-weight: 400;
}

body {
    font-family: Samim;
    min-height: 100vh;
    font-size: 14px;
    background-image: url('../image/double-bubble-outline.png');
}

nav-mp > .nav-mp.nav-tabs-mp {
    border: none;
    color: #fff;
    background: #262D33;
    border-radius: 0;
    margin-top: 30px;
    position: fixed;
    width: 100%;
}

nav-mp > div a.nav-item-mp.nav-link-mp,
nav-mp > div a.nav-item-mp.nav-link-mp.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #262D33;
    border-radius: 0;
}

    nav-mp > div a.nav-item-mp.nav-link-mp.active:after {
        content: "";
        position: relative;
        bottom: -60px;
        left: -10%;
        border: 15px solid transparent;
        border-top-color: #0984E3;
    }

    nav-mp > div a.nav-item-mp.nav-link-mp:hover,
    nav-mp > div a.nav-item-mp.nav-link-mp:focus {
        border: none;
        background: #0984E3;
        color: #fff;
        border-radius: 0;
        transition: background 0.20s linear;
    }

.dropdown-menu-mp .dropdown-toggle-mp::after {
    vertical-align: middle;
    border-right: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.dropdown-menu-mp .dropdown-mp .dropdown-menu-mp {
    right: 100%;
    top: 0%;
    margin: 0 10px;
    border-width: 0;
}

.dropdown-menu-mp > li a:hover,
.dropdown-menu-mp > li.show {
    /*box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px #0984e3;*/
    background: #373737;
    color: white;
}

    .dropdown-menu-mp > li.show > a {
        color: white;
    }

@media (min-width: 768px) {
    .dropdown-menu-mp .dropdown-mp .dropdown-menu-mp {
        margin: 0;
        border-width: 1px;
    }
}

.ml-auto-mp .dropdown-menu-mp {
    left: auto;
    right: 0px;
}

.dropdown-item-mp:focus, .dropdown-item-mp:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item-mp.active, .dropdown-item-mp:active {
    color: #fff;
    background-color: #0186ba;
}

.dropdown-item-mp.disabled, .dropdown-item-mp:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-toggle-mp::after {
    margin-right: 0.3em;
}

.dropdown-menu-mp {
    right: 0;
    float: right;
    nav-item margin: 0px 0 0;
    text-align: right;
    top: 100%;
    z-index: 1000;
    display: none;
    font-size: 0.9rem;
    color: #212529;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0rem;
    padding: 0px;
}

.dropdown-divider-mp {
    margin: 0.5rem 0;
}

.nav-link-mp {
    color: #fff;
    display: block;
}

    .nav-link-mp:hover {
        color: #fff;
    }

.layoutMenu {
    margin-right: 36px;
}

.bg-primary-mp {
    background-color: #262D33 !important;
}

.navbar {
    padding: 0.3rem 1rem;
}

.bg-gray-400 {
    background-color: #ced4da;
}

.bd-t-0 {
    border-top: 0;
}
/* Radio Box */
.rdiobox {
    font-weight: normal;
    position: relative;
    display: block;
    line-height: 18px;
}

    .rdiobox span {
        padding-right: 13px;
    }

        .rdiobox span:before, .rdiobox span:after {
            line-height: 18px;
            position: absolute;
        }

        .rdiobox span:before {
            content: '';
            width: 16px;
            height: 16px;
            background-color: #fff;
            border: 1px solid #969dab;
            border-radius: 50px;
            top: 2px;
            right: 0;
        }

        .rdiobox span:after {
            content: '';
            width: 6px;
            height: 6px;
            background-color: #fff;
            border-radius: 50px;
            top: 7px;
            right: 5px;
            display: none;
        }

        .rdiobox span:empty {
            padding-right: 0;
            width: 16px;
            display: block;
        }

    .rdiobox input[type='radio'] {
        opacity: 0;
        margin: 0;
    }

        .rdiobox input[type='radio']:checked + span:before {
            border-color: transparent;
            background-color: #007bff;
        }

        .rdiobox input[type='radio']:checked + span:after {
            display: block;
        }

        .rdiobox input[type='radio'][disabled] + span,
        .rdiobox input[type='radio'][disabled] + span:before,
        .rdiobox input[type='radio'][disabled] + span:after {
            opacity: .75;
        }

.rdiobox-inline {
    display: inline-block;
}

.form-group-rdiobox {
    display: flex;
    align-items: center;
}

    .form-group-rdiobox .rdiobox {
        margin-bottom: 0;
    }

        .form-group-rdiobox .rdiobox + .rdiobox {
            margin-right: 30px;
        }

        .form-group-rdiobox .rdiobox span {
            padding-right: 0;
        }

.ckbox {
    font-weight: normal;
    position: relative;
    display: block;
    line-height: 1;
    margin-bottom: 0;
}

.bd-b-0-f {
    border-bottom: 0 !important;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #70737c;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #494c57;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-tabs {
    border-bottom-width: 0;
}

    .nav-tabs .nav-link {
        background-color: rgba(255, 255, 255, 0.3);
        border-width: 0;
        border-radius: 0;
        padding: 10px 15px;
        line-height: 1.428;
        color: #494c57;
    }

@media (min-width: 768px) {
    .nav-tabs .nav-link {
        padding: 10px 20px;
    }
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.5);
    color: #212229;
}

.nav-tabs .nav-link + .nav-link {
    margin-left: 3px;
}

.nav-tabs .nav-link.active {
    background-color: #18BC9C;
    color: #fff;
    font-weight: 500;
    letter-spacing: -.1px;
}

.az-nav-tabs {
    padding: 15px 15px 0;
    background-color: #dee2e6;
}

    .az-nav-tabs .lSSlideOuter {
        position: relative;
        padding-right: 32px;
        padding-left: 35px;
    }

    .az-nav-tabs .lSSlideWrapper {
        overflow: visible;
    }

    .az-nav-tabs .lSAction > a {
        display: block;
        height: 40px;
        top: 16px;
        opacity: 1;
        background-color: #ced4da;
        background-image: none;
    }

        .az-nav-tabs .lSAction > a:hover, .az-nav-tabs .lSAction > a:focus {
            background-color: #bfc7cf;
        }

        .az-nav-tabs .lSAction > a::before {
            font-family: 'Ionicons';
            font-size: 18px;
            position: absolute;
            top: -4px;
            right: 0;
            left: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .az-nav-tabs .lSAction > a.lSPrev {
            right: -32px;
        }

            .az-nav-tabs .lSAction > a.lSPrev::before {
                content: '\f3cf';
            }

        .az-nav-tabs .lSAction > a.lSNext {
            left: -35px;
        }

            .az-nav-tabs .lSAction > a.lSNext::before {
                content: '\f3d1';
            }

        .az-nav-tabs .lSAction > a.disabled {
            background-color: #e9ecef;
            color: #fff;
        }

    .az-nav-tabs .lightSlider {
        display: flex;
    }

    .az-nav-tabs .tab-item {
        flex-shrink: 0;
        display: block;
        float: none;
        min-width: 150px;
    }

    .az-nav-tabs .tab-link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        line-height: 1.428;
        color: #494c57;
        white-space: nowrap;
        background-color: #e9ecef;
    }

        .az-nav-tabs .tab-link:hover, .az-nav-tabs .tab-link:focus {
            background-color: #f8f9fa;
        }

        .az-nav-tabs .tab-link.active {
            background-color: #fff;
            color: #212229;
            font-weight: 500;
        }

.nav {
    padding-right: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #585a61;
    border-color: #52545b;
}

    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(133, 136, 144, 0.5);
    }

.pd-b-0 {
    padding-bottom: 0px;
}

.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: #edf8ff;
}

.login-form-1 {
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

    .login-form-1 h5 {
        text-align: center;
        color: #005cbf;
    }

.login-form-2 {
    padding: 2%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

    .login-form-2 h5 {
        text-align: center;
        color: #fff;
    }

.login-container form {
    padding: 10%;
}

.card-body-sa {
    padding: 0.25rem;
}

.outer {
    width: 1px;
    height: 100%;
}

.table_prop {
    width: !important 100%;
    text-align: right;
}

.the-fieldset-mp {
    border: 2px groove threedface #444;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    padding: 0px 35px 0px 35px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: white;
}

.the-legend-mp {
    border-style: none;
    border-width: 0;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 500;
    color: #5990CE;
    width: auto;
}

.alert-mp {
    position: relative;
    padding: 0 1.05rem 0.2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: .25rem;
}

.divider {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}


/*azia*/
/*.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #494c57;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/

.form-control:focus {
    color: #494c57;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/*.form-control {
    height: 38px;
    border-radius: 0;
}*/

.form-control:focus {
    border-color: #969dab;
    box-shadow: none;
}

/*.form-control {
    border-color: #e9ecef;
    border-width: 2px;
    background-color: #fcfcfc;
    transition: none;
    height: 40px;
}*/

.form-control:focus {
    background-color: #fff;
    border-color: #ced4da;
    box-shadow: none !important;
}

    .form-control:focus + .btn, .form-control:focus + button {
        color: #70737c;
    }

.form-control::placeholder {
    color: #70737c;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #494c57;
    background-color: #fff;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.71094rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.01563rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.table .thead-dark th {
    color: inherit;
    border-color: #454855;
}

.table thead th,
.table thead td {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-top-width: 0;
    padding: 0 15px 5px;
}

.table-bordered thead th,
.table-bordered thead td {
    border-top-width: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
}




/* Added By Ali Naghdi*/

.titlePage-sa {
    font-size: 20px;
    margin-top: 3rem;
}

.tab-sa {
    margin-top: 7rem;
}

.MDown {
    margin-bottom: 20px;
}

.btn-sm-sa {
    padding: 0.15rem 0.20rem 0.15rem 0.25rem;
    font-size: 0.8203125rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.badge-sa {
    font-size: 100%;
    width: 100%;
}




/* Bootstrap DatePicker
 * -------------------------- */

.popover {
    min-width: 300px;
    font-family: Samim !important;
    background-color: #fcfcfc;
    border-color: #dee2e6;
    box-shadow: 0 0 10px rgba(33, 34, 41, 0.1);
}

.bs-popover-top .arrow::after {
    border-top-color: #fcfcfc !important;
}

.bs-popover-bottom .arrow::after {
    border-bottom-color: #fcfcfc !important;
}

[data-name="md-datetimepicker-popovercontent"] {
    padding: 5px 6px;
}

    [data-name="md-datetimepicker-popovercontent"] a[data-name="go-today"] {
        color: #333;
        width: 100%;
        display: block;
        text-decoration: none;
    }

[data-name="md-datetimepicker-title"] {
    direction: rtl;
    text-align: center;
    font-family: Samim;
    font-size: 12px;
    background-color: #fcfcfc;
}

    [data-name="md-datetimepicker-title"][data-isgregorian="true"] {
        direction: ltr;
    }

[data-name="md-persiandatetimepicker"] {
}

    [data-name="md-persiandatetimepicker"] button {
        font-size: 12px;
        padding: 2px 11px;
        background-color: #f5f5f5;
    }

    [data-name="md-persiandatetimepicker"] table.table-striped {
        margin-bottom: 0;
        direction: rtl;
    }

    [data-name="md-persiandatetimepicker"][data-isgregorian="true"] table.table-striped {
        direction: ltr;
    }

    [data-name="md-persiandatetimepicker"] table.table td {
        text-align: center;
        padding: 2px;
        font-size: 12px;
    }

table[data-name="md-persiandatetimepicker-headertable"] a {
    color: #000 !important;
    text-decoration: none;
}

table[data-name="md-persiandatetimepicker-headertable"] li:hover {
    background-color: #ddd;
}

table[data-name="md-persiandatetimepicker-headertable"] tr {
    background-color: #fff !important;
    font-family: Samim;
}

[data-name="md-persiandatetimepicker"] table[data-name="md-persiandatetimepicker-timepicker"].table,
[data-name="md-persiandatetimepicker"] table[data-name="md-persiandatetimepicker-headertable"].table {
    width: 100%;
    margin: 0 auto;
    direction: ltr;
}

[data-name="md-persiandatetimepicker"] table[data-name="md-persiandatetimepicker-headertable"] .dropdown-menu[aria-labelledby="dropdownMenuPersianYear"] {
    height: 200px;
    overflow: auto;
}

[data-name="md-persiandatetimepicker"] table[data-name="md-persiandatetimepicker-headertable"] .dropdown-menu li {
    text-align: center;
}

[data-name="md-persiandatetimepicker"] table[data-name="md-persiandatetimepicker-timepicker"].table td,
[data-name="md-persiandatetimepicker"] table[data-name="md-persiandatetimepicker-headertable"].table td {
    text-align: center;
    vertical-align: middle;
    border: 0;
}

[data-name="md-persiandatetimepicker-titlemonth"],
[data-name="md-persiandatetimepicker-titleyear"] {
    width: 100%;
    /*padding-top: 0;
    padding-bottom: 0;*/
    border: none;
    font-weight: bold;
    font-size: 10px !important;
}

[aria-labelledby="dropdownMenuPersianmonths"] li > a,
[aria-labelledby="dropdownMenuPersianyear"] li > a {
    margin: 0;
    padding: 0 10px 0 10px;
    text-align: center;
}

[aria-labelledby="dropdownMenuPersianmonths"] .divider {
    margin: 1px;
    padding: 0;
}

[data-name="md-persiandatetimepicker"] table.table tr[data-name="md-persiandatetimepicker-weekdaysnames"] td {
    font-size: 13px;
    font-weight: bold;
}

[data-name="disabled-day"] {
    color: #ccc;
}

[data-name="day"], [data-name="today"] {
    cursor: pointer;
    padding: 2px;
}

    [data-name="day"]:not([class^="text"]) {
        color: #333;
    }

    [data-name="day"]:hover {
        background-color: #007bff !important;
        color: #fff;
    }

    [data-name="day"].bg-info {
        color: #fff;
    }

[data-name="today"] {
    background-color: #6610f2 !important;
    color: #fff;
}

    [data-name="today"]:hover {
        background-color: #007bff !important;
        color: #fff;
    }

[data-name="md-persiandatetimepicker-timepicker"] [data-name="clock-hour"],
[data-name="md-persiandatetimepicker-timepicker"] [data-name="clock-minute"],
[data-name="md-persiandatetimepicker-timepicker"] [data-name="clock-second"] {
    font-size: 12px;
    width: 50px;
    padding: 2px;
    direction: ltr;
    text-align: center;
    height: auto;
    display: inline-block;
}

.zIndexCorrected {
    z-index: 100000;
}

.Md-PersianDateTimePicker tr, td {
    min-width: 0;
}

.popover-body {
    padding: 0px;
}

    .popover-body p:last-child {
        margin-bottom: 0px;
    }

.popover-head-primary .popover-body,
.popover-head-secondary .popover-body {
    border: 1px solid rgba(33, 34, 41, 0.2);
    border-top-width: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.popover-primary .popover-body {
    padding: 0px;
    color: rgba(255, 255, 255, 075);
}
/*  End Bootstrap DatePicker
 * -------------------------- */


.selectedMenuTab {
    background-color: #3cabff;
    border-radius: 8Spx;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #3bb001;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #3bb001;
    box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-label {
    text-align: right !important;
}

    .custom-file-label:after {
        content: "انتخاب کنید" !important;
        left: 0;
        right: auto;
        border-left-width: 0;
        border-right: inherit;
    }

.custom-file-img {
    display: none;
    width: 100px;
    height: 100px;
    margin: 5px 0;
}

.containerLoader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    background-color: rgba(100, 202, 255, 0.23);
    z-index: 9000;
}

.loader {
    position: absolute;
    top: 0;
    max-width: 10rem;
    height: 100vh;
    stroke-linecap: round;
    z-index: 9001;
}

circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: 170px 170px;
    transform-origin: 170px 170px;
    will-change: transform;
}

    circle:nth-of-type(1) {
        stroke-dasharray: 550;
    }

    circle:nth-of-type(2) {
        stroke-dasharray: 500;
    }

    circle:nth-of-type(3) {
        stroke-dasharray: 450;
    }

    circle:nth-of-type(4) {
        stroke-dasharray: 300;
    }

    circle:nth-of-type(1) {
        -webkit-animation-delay: -0.15s;
        animation-delay: -0.15s;
    }

    circle:nth-of-type(2) {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    circle:nth-of-type(3) {
        -webkit-animation-delay: -0.45s;
        -moz-animation-delay: -0.45s;
        animation-delay: -0.45s;
    }

    circle:nth-of-type(4) {
        -webkit-animation-delay: -0.6s;
        -moz-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

.___table {
    width: 100% !important;
    text-align: center;
}

    .___table tbody tr td {
        white-space: nowrap;
        vertical-align: middle !important;
    }

    .___table thead tr th {
        white-space: nowrap;
        vertical-align: middle !important;
    }

.dataTables_scrollHeadInner table thead tr th {
    border-top-width: 0 !important;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-size: 13px !important;
}

.dt-buttons {
    float: left;
}

    .dt-buttons button {
        padding: 0 !important;
    }

    .dt-buttons .buttons-collection {
        padding-left: 10px !important;
    }

.dt-buttons-text {
    padding: 0.375rem 0.75rem !important;
}

.dataTables_length {
    float: right;
}

.dataTables_filter {
    float: right;
}

.dataTables_info {
    text-align: left;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #494c57;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343640' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    appearance: none;
}

    .custom-select:focus {
        border-color: #79abfc;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(5, 94, 241, 0.25);
    }

        .custom-select:focus::-ms-value {
            color: #494c57;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #70737c;
        background-color: #fcfcfc;
    }

    .custom-select::-ms-expand {
        display: none;
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #494c57;
    }

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.71094rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.01563rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #70737c;
        pointer-events: none;
        cursor: default;
    }

.bg-indigo {
    background-color: #5ac4ff;
}

.bg-purple {
    background-color: #6f42c1;
}

.bg-pink {
    background-color: #f10075;
}

.bg-orange {
    background-color: #fd7e14;
}

.bg-teal {
    background-color: #00cccc;
}

.bg-purple-dark {
    background-color: #5ac4ff;
}

/* ###### 9.2 Border   ###### */
.bd-transparent {
    border-color: transparent;
}

.bd {
    border: 1px solid #dee2e6;
}

.bd-t {
    border-top: 1px solid #dee2e6;
}

.bd-r {
    border-right: 1px solid #dee2e6;
}

.bd-b {
    border-bottom: 1px solid #dee2e6;
}

.bd-l {
    border-left: 1px solid #dee2e6;
}

.bd-y {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.bd-x {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.bd-0 {
    border-width: 0;
}

.bd-1 {
    border-width: 1px;
}

.bd-2 {
    border-width: 2px;
}

.bd-3 {
    border-width: 3px;
}

.bd-4 {
    border-width: 4px;
}

.bd-5 {
    border-width: 5px;
}

.bd-t-0 {
    border-top: 0;
}

.bd-r-0 {
    border-right: 0;
}

.bd-b-0 {
    border-bottom: 0;
}

.bd-l-0 {
    border-left: 0;
}

.bd-t-0-f {
    border-top: 0 !important;
}

.bd-r-0-f {
    border-right: 0 !important;
}

.bd-b-0-f {
    border-bottom: 0 !important;
}

.bd-l-0-f {
    border-left: 0 !important;
}

.bd-y-0 {
    border-top-width: 0;
    border-bottom-width: 0;
}

.bd-y-1 {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.bd-x-0 {
    border-left-width: 0;
    border-right-width: 0;
}

.bd-x-1 {
    border-left-width: 1px;
    border-right-width: 1px;
}

.bd-primary {
    border-color: #055ef1;
}

.bd-success {
    border-color: #00cc68;
}

.bd-warning {
    border-color: #ffbb33;
}

.bd-danger {
    border-color: #ff3547;
}

.bd-info {
    border-color: #00a8e6;
}

.bd-white {
    border-color: #fff;
}

.bd-gray-100 {
    border-color: #f8f9fa;
}

.bd-gray-200 {
    border-color: #fcfcfc;
}

.bd-gray-300 {
    border-color: #dee2e6;
}

.bd-gray-400 {
    border-color: #ced4da;
}

.bd-gray-500 {
    border-color: #969dab;
}

.bd-gray-600 {
    border-color: #70737c;
}

.bd-gray-700 {
    border-color: #494c57;
}

.bd-gray-800 {
    border-color: #343640;
}

.bd-gray-900 {
    border-color: #212229;
}

.bd-white-1 {
    border-color: rgba(255, 255, 255, 0.1);
}

.bd-white-2 {
    border-color: rgba(255, 255, 255, 0.2);
}

.bd-white-3 {
    border-color: rgba(255, 255, 255, 0.3);
}

.bd-white-4 {
    border-color: rgba(255, 255, 255, 0.4);
}

.bd-white-5 {
    border-color: rgba(255, 255, 255, 0.5);
}

.bd-white-6 {
    border-color: rgba(255, 255, 255, 0.6);
}

.bd-white-7 {
    border-color: rgba(255, 255, 255, 0.7);
}

.bd-white-8 {
    border-color: rgba(255, 255, 255, 0.8);
}

.rounded-5 {
    border-radius: 5px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.rounded-50 {
    border-radius: 50px;
}

.bd-dashed {
    border-style: dashed;
}

.bd-dotted {
    border-style: dotted;
}

@-webkit-keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.selectedRow {
    background-color: #3498DBC2 !important;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    max-height: 2rem;
    padding-right: 0.3rem;
}

    .breadcrumb > div {
        padding-right: 0;
    }



@media only screen and (max-width : 685px) {
    .breadcrumb {
        display: flex;
        justify-content: center;
        max-height: initial;
        padding-right: 0.3rem;
    }

        .breadcrumb > div {
            padding-right: 0;
        }
}
