﻿
@font-face {
    font-family: myfont;
    src: url('ffontM.woff') format('woff');
}

@font-face {
    font-family: myfont;
    src: url('ffontB.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: myfont;
    src: url('fontL.woff') format('woff');
    font-style: italic;
}

* {
    font-family: myfont;
    text-decoration: none !important;
}

h1, h2, h3, h4, h5 {
    font-family: myfont;
}

body {
    margin-top: -15px;
}

/*.dark .nav-pills > li > a.active, .dark .nav-tabs .nav-link.active {
    color: #9ac9d8 !important;
    background: linear-gradient(#2396bf, #086180, #004961, #004961);
}*/

.waves-input-wrapper {
    display: block !important;
}

.text-center {
    text-align: center !important;
}

.btn {
    text-align: center !important;
}

.nav-link:hover {
    /*box-shadow: 0 -2px 0px #e0e0e0 inset!important;*/
    background-color: transparent !important;
}

.modal-footer {
    padding: 19px 19px 0px !important;
}

.modal-content {
    position: absolute !important;
    top: 60px;
    margin-bottom: 70px !important;
    height: 80%;
}

.modal-fill .modal-header .close {
    top: 45px !important;
    right: 20px !important;
    color: red !important
}

@media (max-width:767px) {
    .modal-fill .modal-header .close {
        top: 67px !important;
        left: 20px;
    }
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important
}

/*.modal-body {
    max-height: 90% !important;
    overflow-y: scroll !important;
}
*/
.form-control:focus {
    border-bottom: 1px solid #2962ff !important;
}

.exbutt {
    background-color: transparent !important;
    border: 0 !important;
    line-height: 43px !important;
    margin-right: 5px !important;
    cursor: pointer !important;
    color: chartreuse !important;
}

.buttr {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
}

.exbt {
    color: #f6e7e7;
    font-size: 28px;
    cursor: pointer;
}

.modal-header {
    direction: ltr !important;
    cursor: move;
}

.md-form .form-control {
    padding-right: 35px;
}

.md-form .mdi {
    font-size: 28px;
    top: -2px;
}

.md-form .fa {
    font-size: 24px;
    top: 6px;
}

.md-form label {
    top: -7px !important;
    right: 40px !important;
    width: fit-content;
    padding: 0px 5px 0px 5px;
}



    .md-form label.active {
        transform: translateY(-6px) scale(0.8) !important;
    }

.md-form {
    margin-top: 0 !important;
}

@media (max-width:767px) {
    .md-form label.active {
        transform: translateY(-5px) scale(0.8) !important;
    }
}

.dark .input-group .input-group-addon, .dark .input-group-text {
    background-color: transparent !important;
    border: 0px !important;
}

.with-icon {
    margin-top: -1.7px;
}

    .with-icon .fa {
        position: absolute;
        top: 6px;
        right: 13px;
        font-size: 22px;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 7px 6px !important;
}

.appand {
    position: absolute;
    cursor: pointer !important;
    position: absolute;
    top: 0px;
    line-height: 75px;
    font-size: 28px;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}



.md-form .prefix {
    padding-right: 6px !important
}

.nav-link:active {
    //box-shadow: 0 -2px 0px #e0e0e0 inset !important;
    background-color: transparent !important;
}

.nav-link:focus {
    //box-shadow: 0 -2px 0px #e0e0e0 inset !important;
    background-color: transparent !important;
}

.dropdown-item:hover {
    box-shadow: 3px 0px 0px #ad0101,-3px 0px 0px #ad0101 !important;
    background-color: transparent !important;
}

.dropdown-toggle:after {
    vertical-align: 0px;
}

.bg-lightgray {
    background-color: #878787;
}

.input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.input-group > .input-group-append:not(:last-child) > .input-group-text {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.input-group-text {
    background-color: #969697;
}

.fa-user:before {
    color: white;
}

.fa-lock:before {
    color: white;
}

.bg-blue {
    background-color: #1d4be2;
}


.fa-chevron-circle-left:before {
    vertical-align: -3px;
}

.height-100 {
    height: 100vh;
}

.height-90 {
    height: 90vh;
}

.fa-exclamation:before {
    font-size: 1.25rem;
}

.hide {
    display: none !important;
}

.custom-line {
    line-height: 35px;
}

.custom-line {
    line-height: 25px;
}

.customround {
    border-radius: 3rem;
}

.bg-darkgray {
    background-color: #282d32;
}

.btn-file {
    /*position: relative;*/
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        cursor: inherit;
        display: block;
    }

#ListView1_MyDatePager span {
    vertical-align: 9px !important;
    font-size: 2rem !important;
}

.block-link {
    display: block;
    padding: 4px;
}

.custom-align {
    vertical-align: -3px;
    padding-left: 3px;
}

.custom-dec {
    list-style-type: none;
    cursor: pointer;
}

.custom-check {
    padding-right: 20px !important;
    padding-left: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

select option:checked:after {
    content: attr(title);
    background: #666;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
}

select option:hover,
select option:focus,
select option:active {
    background: linear-gradient(#000000, #000000);
    background-color: #000000 !important; /* for IE */
    color: #ffed00 !important;
}

select option:checked {
    background: linear-gradient(#d6d6d6, #d6d6d6);
    background-color: #d6d6d6 !important; /* for IE */
    color: #000000 !important;
}

.dropdown-menu > .active > a {
    color: black;
    background-color: red;
}

    .dropdown-menu > .active > a:focus {
        color: black;
        background-color: red;
    }

    .dropdown-menu > .active > a:hover {
        color: black;
        background-color: red;
    }

.width-130 {
    width: 130px !important;
}

.width-140 {
    width: 140px !important;
}

.width-180 {
    width: 180px !important;
}

.width-220 {
    width: 220px !important;
}
/*.................color for boardcremb....................*/
h4.my-20.text-info {
    color: #ffbc34 !important;
}

h4.mt-20.text-info {
    color: #ffbc34 !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.table th {
    /* padding:0!important; */
    /* padding-top: 0.55rem!important; */
    padding-right: 0.55rem !important;
    padding-bottom: 0.55rem !important;
}

.btn-sm {
    border: 0px !important;
    transition: 0.7s !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    margin-bottom: 2px !important;
}

.mgd input[type=checkbox] {
    position: static;
    opacity: 1;
    margin-left: 5px;
    vertical-align: -2px;
}

.width-50 {
    width: 50px !important;
}

.btn-sm {
    cursor: pointer !important;
    text-align: center !important;
    color: white !important;
}

.sendfile {
    cursor: pointer !important;
}

.width-full {
    width: 120% !important;
}

td {
    text-align: center !important;
}

.width-fit {
    width: fit-content !important;
}

.table td {
    padding: 0.5rem !important;
    /*vertical-align: baseline;*/
    border-top: 1px solid #4e4f5c;
}

table.d {
    table-layout: fixed;
    width: 100%;
}


.ver-16 {
    vertical-align: -16px !important;
}

.custom-line {
    line-height: 36px;
}

.ion-close:before {
    color: black !important;
}

th.border-0.custom-p-10 {
    padding-right: 5px;
    padding-left: 5px;
}

.py-0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
/* pallet */



.header-color {
    background-color: #a3a1a1 !important;
    color: white !important;
}

.bg-head {
    background-color: #313640 !important;
}

.body-color {
    background-color: #e0e0e0 !important;
}

.bg-white {
    background-color: #fff;
}

.custom-border {
}

.font-1rem {
    font-size: 1rem !important;
}

.width-high {
    width: 2000vh !important;
}

.width-30 {
    width: 30vh !important;
}

div .viwer {
    color: white !important;
}

.sa-button-container {
    text-align: center !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header .user-name {
    text-align: right !important;
}

.showline {
    line-height: 32px !important;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.mdi-account-check:before {
    font-size: 80px !important;
    position: absolute !important;
    top: 0 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #f2f3f8 !important;
    color: black;
}

.dark .select2-container--default .select2-selection--single {
    background-color: #313640 !important;
    color: white;
}

span.input-group-text {
    color: #fff !important;
}

.card-body {
    background-color: #70a5a53b !important;
}

.input-group-text input {
    border-radius: 0 !important;
}

.text-black {
    color: black !important;
}

.slimScrollDiv h5 {
    color: black !important;
}

.card-header {
    background-color: #535a6b !important;
    color: #fff !important;
}

.text-black td {
    color: black !important;
}

.rtl [type=radio] + label:before {
    right: 13px !important;
}

[type=radio] + label:after {
    right: 13px !important;
}

.completionList {
    background-color: #465161 !important;
    color: #fff;
}

.itemHighlighted {
    background-color: #2962FF !important;
    color: #fff;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    font-size: 12px !important;
}


.input-group-text .btn {
    padding: 0.5rem 1rem !important;
}

.table th {
    /*  border: 0 !important;*/
}

.reportcss div {
    color: black !important;
    font-family: myfont !important;
    direction: rtl !important;
    text-align: justify !important;
    padding: 3px !important;
}

.customHover:hover {
    color: #e8d500 !important;
}

.msgHead {
    font-weight: bold !important;
    background-color: #73b1b1 !important;
    color: black;
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
}

.input-group-prepend > .input-group-text {
    text-align: center !important;
    display: block;
    padding-top: 8px;
}

.gr td {
    border: 1px solid #7392b7;
    vertical-align: middle;
}

/*.gr th {
    border-top: 1px solid #5c738e !important;
    border-right: 1px solid #5c738e !important;
    border-left: 1px solid #5c738e !important;
}
*/
.input-group-append > .input-group-text {
    display: block;
    text-align: center !important;
}

.ver-al label {
    vertical-align: -24px !important;
}

.bg-ghermez {
    background-color: rgba(49, 116, 123, 0.55) !important;
    border: 1px solid white !important;
}

#tm-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pop-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 0.3s ease;
}

    #tm-bg:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.btnmsg {
    position: absolute;
    width: -webkit-fill-available;
    right: 0;
    border: 0;
    opacity: 0;
}

.waiting {
    position: fixed;
    top: -250px;
    right: 0;
    z-index: 10000000000;
}

.buttr {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    transition-duration: 0.3s !important;
}

    .buttr:active {
        border: 0px !important;
    }

    .buttr:focus {
        border: 0px !important;
    }

    .buttr:hover {
        transform: scale(1.06) !important;
        transition-duration: 0.3s !important;
    }

button:focus {
    outline: 0px dotted !important;
    /* outline: 5px auto -webkit-focus-ring-color; */
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0.03;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0.03;
    }
}

.flash {
    animation: flash 2s infinite;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2,
.col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
.col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11,
.col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,
.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
.col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1,
.col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3,
.col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

@media (max-width:767px) {
    .card-body {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .box-body {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

.box-body {
    padding: 1.5rem 2.2rem 0rem 2.2rem !important;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.input-group-append > .input-group-text {
    width: 100px;
}

.mgd input[type=checkbox] {
    position: static;
    opacity: 1;
    margin-left: 5px;
    vertical-align: -2px;
}

.nav-item {
    cursor: pointer !important;
}

.nav-link:hover {
    background-color: transparent !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    background-color: #0da8d8;
    box-shadow: inset 0px 12px 12px 0px rgba(0, 0, 0,0.3);
}

/*.navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .notifications-menu > .dropdown-menu > li.header {
    background-color: #0da8d8;
}*/

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
    text-align: center;
    padding-top: 20%;
}

.loader {
    width: 100px;
    height: 100px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

.perSpan {
    padding-top: 30px !important;
    display: block;
    font-size: 23px;
    text-align: center;
    background: linear-gradient(to right, #a31016 20%, #920e14 30%, #ff262e 70%, #e4e5e6 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 200% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

@keyframes textShine {
    to {
        background-position: 200%;
    }
}


/*@media (max-width: 767px) {
    .perSpan {
        right: 33% !important;
    }
}
*/
@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(-360deg);
    }
}


/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

@keyframes spinnerr {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
        opacity: 1;
    }
}



#spinner {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: center;
}


#spinnerr {
    -webkit-animation-name: spinnerr;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: spinnerr;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    animation-direction: reverse !important;
    transform-origin: center;
}

.inner-preload {
    display: inline-block;
    padding: 51px;
    border: 3px solid #535454;
    border-radius: 100%;
    border-style: dashed;
}

/*********************************/



.pulse {
    width: 185px;
    height: 195px;
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
    z-index: -1;
    animation: pulse 3s infinite;
}

    .pulse:nth-child(1) {
        background-color: #e1e2e3;
        animation-delay: 0.4s;
    }

    .pulse:nth-child(2) {
        background-color: #9d0f15;
        animation-delay: 0.8s;
    }

    .pulse:nth-child(3) {
        background-color: #000000;
        animation-delay: 1.2s;
    }


@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0.5;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}






@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        /*  border: 4px solid #f44336;
        border-left-color: transparent;*/
    }

    50% {
        -webkit-transform: rotate(180deg);
        /*  border: 4px solid #673ab7;
        border-left-color: transparent;*/
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* border: 4px solid #f44336;
        border-left-color: transparent;*/
    }
}

.keyRot {
    animation: rotat 2s linear infinite;
    -webkit-animation: rotat 2s linear infinite;
}

@keyframes rotat {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    padding-right: 32px;
}

.dark .select2-container--default .select2-selection--single {
    background-color: #f6f7f1 !important;
    border-bottom: 1px solid #495057 !important;
    padding-right: 32px;
}

.nav-item .fa {
    font-size: 30px;
    display: block;
}

.dark .nav-tabs .nav-link {
    border: 0px !important;
}

.nav-fill {
    //background-color: #023f52;
}

.dark .box, .dark .box-footer, .dark .card {
    background-color: #2c3f4e;
}

.nav-item .mdi {
    font-size: 30px;
    display: block;
}

.skin-primary .main-header .navbar {
    background-color: #004961;
    background: linear-gradient(#2396bf, #086180, #004961, #004961);
}


.control-sidebar-light {
    color: black;
    background: #d9d9d9;
}

.md-form label.activef {
    transform: translateY(-6px) scale(0.8) !important;
}

.modal.modal-fill {
    background-color: transparent !important;
}

.ui-icon {
    transform: scale(2.5);
}



.skin-danger .box-header {
    /*background-color: #f62d51 !important;*/
    background-color: #343a40 !important;
}

.skin-info .box-header {
    background-color: #2962ff !important;
}

.skin-success .box-header {
    background-color: #008000;
}

.skin-black .box-header {
    background-color: #636a72 !important;
}

.dark .nav-fill {
    background-color: #023f52;
}



.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
}

    .pulsating-circle:before {
        content: '';
        position: relative;
        display: block;
        width: 150%;
        height: 150%;
        box-sizing: border-box;
        margin-right: 3px;
        margin-top: 1px;
        border-radius: 45px;
        background-color: #01a4e9;
        animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }

    .pulsating-circle:after {
        content: '\f002';
        position: absolute;
        left: -11px;
        top: 7px;
        display: block;
        width: 100%;
        height: 100%;
        padding: 3px 5px 0px 0px !important;
        border-radius: 15px;
        box-shadow: 0 0 8px rgba(0,0,0,.3);
        animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
    }

@keyframes pulse-ring {
    0% {
        transform: scale(.63);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}

.with-icon .fa {
    top: 10px !important;
    right: -13px !important;
    z-index: 1 !important;
}

.btn-app > .mdi, .btn-app > .glyphicon, .btn-app > .ion {
    font-size: 20px !important;
    display: block !important;
}

.line-h-15 {
    line-height: 15px;
    margin: 0px 0 5px 0 !important;
}

.line-h-30 {
    line-height: 34px;
}

.fa-angle-up {
    font-size: 30px;
    transition-duration: 0.7s;
}

.collapsed i {
    transform: rotate(180deg);
    transition-duration: 0.7s;
}

.box-header {
    border-style: solid;
    border-width: 1px;
}


.box {
    margin-bottom: 18px !important;
}

    .box.pt {
        margin-bottom: 10px !important;
    }

/*.mb-6 {
    margin-bottom: 20px;
}*/


.with-icon .fa {
    /*  position: absolute;
    top: 25px !important;*/
}



.fa-angle-up {
    color: white !important;
}



.select2-container--default .select2-selection--multiple {
    background-color: #f6f7f1 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #495057 !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #495057 !important;
}

.appand-check {
    margin-right: 30px !important;
    margin-top: -5px !important;
}

.btn-app {
    width: 100% !important;
    height: 130px !important;
}

    .btn-app .fa, .btn-app .mdi {
        font-size: 65px !important;
        transition-duration: 0.5s;
    }

    .btn-app .mdi {
        margin-top: 21px !important;
    }

        .btn-app .mdi:before {
            margin-bottom: -26px !important;
        }




.btn-default:hover .fa, .btn-default:hover .mdi {
    color: #36a53a;
    transform: scale(0.9);
    transition-duration: 0.5s;
}

.col-p-sabz, verified, .mjd, .back-sabz, .back-red, .col-p-red, .back-zard, .col-p-zard {
    transition-duration: 0.5s !important;
    cursor: pointer !important;
}

.verified:hover {
    background-color: #98adc1
}

/* .verified:hover .back-sabz, .verified:hover .back-red {
        display: block;
        transform: scale(1.3);
        transition-duration: 0.5s !important;
    }*/

/*    .verified:hover .back-sabz {
        transform: scale(0.8);
        transition-duration: 0.8s !important;
        top: 22px !important;
    }*/


.md-form .prefix ~ input, .md-form .prefix ~ textarea {
    width: calc(100%) !important;
    margin-left: 0 !important;
}

.modal-col-one {
    top: 100px;
    width: 40%;
    min-width: 30%;
    min-height: 230px;
    /* height: auto;*/
}

@media(max-width:768px) {
    .modal-col-one {
        top: 160px;
        width: 100%;
        min-height: 209px;
        /*min-width: 30%;*/
    }
}

.modal-col-two {

    top: 100px;
    width: 60%;
    min-width: 30%;
    min-height: 400px;
    height: auto;
}

@media(max-width:768px) {
    .modal-col-two {
        top: 160px;
        width: 100%;
        min-height: 209px;
        /*min-width: 30%;*/
    }
}

.modal-col-three {
    top: 100px;
    width: 70%;
    min-width: 30%;
    height: 80% !important;
}

@media(max-width:768px) {
    .modal-col-three {
        top: 160px;
        width: 100%;
        /*min-width: 30%;*/
    }
}

.icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    transform: rotate(180deg);
    margin-top: 10px;
}

    .icon::before, .icon::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transition: all 1.25s ease;
        border-radius: 30px;
    }

    .icon i {
        position: relative;
        color: #fff;
        font-size: 30px;
        margin-top: 5px;
        transition: all 0.25s ease;
        color: #929daf;
    }

.icon-collapse::before {
    border-radius: 0;
}



.icon-collapse:hover i {
    color: #fff;
}


.md-form input:not([type]), .md-form input[type="text"]:not(.browser-default), .md-form input[type="password"]:not(.browser-default), .md-form input[type="email"]:not(.browser-default), .md-form input[type="url"]:not(.browser-default), .md-form input[type="time"]:not(.browser-default), .md-form input[type="date"]:not(.browser-default), .md-form input[type="datetime"]:not(.browser-default), .md-form input[type="datetime-local"]:not(.browser-default), .md-form input[type="tel"]:not(.browser-default), .md-form input[type="number"]:not(.browser-default), .md-form input[type="search"]:not(.browser-default), .md-form input[type="phone"]:not(.browser-default), .md-form input[type="search-md"], .md-form textarea.md-textarea {
    border: 1px solid #ced4da !important;
}



.rtl [type=checkbox] + label {
    padding-left: 0;
    padding-right: 35px !important;
}

.md-form label {
    top: -5px !important;
    /* right: 25px !important;*/
    width: fit-content;
}

[type=checkbox] + label {
    height: 41px !important;
}

.rtl [type=checkbox] + label {
    padding: 0 !important
}

.nav-tabs .nav-link {
    border-radius: 0 !important;
}

.select2-container--default.select2-container--focus, .select2-container--default:active, .select2-container--default:focus, .select2-selection.select2-container--focus, .select2-selection:active, .select2-selection:focus {
    border: 0px !important;
}

textarea:focus {
    background-color: transparent !important;
}

.md-form input:not([type]), .md-form input[type="text"]:not(.browser-default), .md-form input[type="password"]:not(.browser-default), .md-form input[type="email"]:not(.browser-default), .md-form input[type="url"]:not(.browser-default), .md-form input[type="time"]:not(.browser-default), .md-form input[type="date"]:not(.browser-default), .md-form input[type="datetime"]:not(.browser-default), .md-form input[type="datetime-local"]:not(.browser-default), .md-form input[type="tel"]:not(.browser-default), .md-form input[type="number"]:not(.browser-default), .md-form input[type="search"]:not(.browser-default), .md-form input[type="phone"]:not(.browser-default), .md-form input[type="search-md"], .md-form textarea.md-textarea {
    border: 1px solid #087e8b !important;
    background-color: #f6f7f1 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #087e8b !important;
    background-color: #f6f7f1 !important;
}


.box {
    border: 0px !important;
}



.text-warning {
    color: #811b1b !important;
}



.header-ul {
    width: fit-content;
    margin: auto;
    margin-top: -62px;
    background-color: transparent !important
}

    .header-ul * {
        color: white !important;
    }

@media (max-width:867px) {
    .header-ul {
        width: 100% !important
    }
}



.b-shadow {
    /* border: 2px solid white !important;*/
    /*box-shadow: 0px 2px 10px #4651617a;*/
}

.li-shadow {
    //box-shadow: 0px 0px 5px #f6f7f1;
    border-radius: 10px !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
    border: 0px !important;
}

.mhm {
    position: absolute;
    top: 1.8px;
    left: 0.8px;
    height: 34.2px;
    padding: 0 10px;
    border: none;
    border-radius: 0;
}

    .mhm label {
        top: -5px !important;
        right: -15px !important;
        width: fit-content;
    }

    .mhm span {
        line-height: 36px;
        font-size: 20px;
    }

.m {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
    padding: 0.8rem;
    line-height: 1rem;
}

.mhmd {
    position: absolute;
    top: 18.4px;
    left: 5.9px;
    height: 35.1px;
    padding: 12px 10px;
    border: none;
    /*border-bottom-left-radius: 2.5px;
    border-top-left-radius: 2.5px;*/
}

    .mhmd label {
        top: -5px !important;
        right: -15px !important;
        width: fit-content;
    }

    .mhmd span {
        line-height: 36px;
        font-size: 20px;
    }

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

.lll {
    border-radius: 100% !important;
    transition-duration: 0.5s;
}

    .lll:hover {
        transform: scale(1.4);
        transition-duration: 0.5s;
        z-index: 1;
    }

.br {
    border-radius: 10px;
}

.md-form {
    margin-top: 1.2rem !important;
    padding-top: 1px !important;
}

.modal .md-form {
    margin: 14px 0px !important;
}

.modal .col-lg-6 .with-icon, .modal .col-lg-4 .with-icon {
    margin: -3px 0px !important;
}

.modal .with-icon {
    margin: 7px 0px !important;
}

.modal-body {
    padding-top: 10px !important;
}

@media(max-width:769px) {
    /*.modal-body {
        overflow-y:scroll;
    }*/
    .modal-content {
        height: 100vh;
    }
}

/*.select2-selection{
    padding: 1px!important;
}*/
.ml-21 {
    margin-left: -19px !important;
}

.mt-7 {
    margin-top: 7px;
}

.m-8 {
    margin-top: -4.5px;
}

.mhmr {
    border: 1px solid #087e8b !important;
    background-color: #f6f7f1 !important;
}

.mt-9 {
    margin-top: 0.8rem !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.select2-selection__choice {
    color: black !important;
}

.nav-tabs {
    //border-bottom: 1px solid #dee2e6 !important;
    border-bottom: 0px !important;
}

    .nav-tabs .nav-item {
        margin-bottom: 0px;
    }

h4.top-board {
    font-size: 11px;
}

@media(min-width:576px) {
    h4.top-board {
        font-size: 18px;
    }
}

@media(max-width:576px) {
    .icon {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 34px;
        height: 34px;
        margin-left: 12px;
        margin-right: 12px;
        border-radius: 30px;
        overflow: hidden;
        text-align: center;
        transform: rotate(180deg);
        margin-top: 10px;
    }

        .icon i {
            position: relative;
            color: #fff;
            font-size: 24px;
            margin-top: 5px;
            transition: all 0.25s ease;
            color: #929daf;
        }
}

@media(max-width:576px) {
    .i_hide {
        display: none;
    }
}

.mt-12 {
    margin-top: 12px;
}

/*.select2-search--inline .select2-search__field {
    visibility: hidden;
}*/

/*.nav-item .nav-link {
    //background-image: repeating-linear-gradient( -45deg,rgba(255,255,255,0) 8%,rgba(255,255,255,0.075) 10%,rgba(255,255,255,0.075) 14%,rgba(255,255,255,0.15) 14%,rgba(255,255,255,0.15) 15%,rgba(255,255,255,0.075) 17%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.075) 40%,rgba(255,255,255,0.15) 42%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.075) 60%,rgba(255,255,255,0.075) 66%,rgba(255,255,255,0.15) 66%,rgba(255,255,255,0.075) 70%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%), radial-gradient(ellipse farthest-corner,transparent,rgba(0,0,0,0.2) 110%);
    border: 2px inset white;
    //transition: background-position 2s cubic-bezier(0,1,0,1), border-color 500ms, background-color 500ms;
    background-position: 414px 0px;
    //background-attachment: fixed,scroll;
    transition: background-position 0.70s linear;
    background-clip: border-box;
    //background-image: repeating-linear-gradient( -45deg,rgba(255,255,255,0) 8%,rgba(255,255,255,0.075) 10%,rgba(255,255,255,0.075) 14%,rgba(255,255,255,0.15) 14%,rgba(255,255,255,0.15) 15%,rgba(255,255,255,0.075) 17%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.075) 40%,rgba(255,255,255,0.15) 42%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.075) 60%,rgba(255,255,255,0.075) 66%,rgba(255,255,255,0.15) 66%,rgba(255,255,255,0.075) 70%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%), radial-gradient(ellipse farthest-corner,transparent,rgba(0,0,0,0.2) 110%);
    background-image: repeating-linear-gradient( -45deg,rgba(255,255,255,0) 8%,rgba(255,255,255,0.075) 10%,rgba(255,255,255,0.075) 14%,rgba(255,255,255,0.15) 14%,rgba(255,255,255,0.15) 15%,rgba(255,255,255,0.075) 17%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.075) 40%,rgba(255,255,255,0.15) 42%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.075) 60%,rgba(255,255,255,0.075) 66%,rgba(255,255,255,0.15) 66%,rgba(255,255,255,0.075) 70%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%), radial-gradient(ellipse farthest-corner,transparent,rgba(0,0,0,0.2) 110%);
}

    .nav-item .nav-link.active {
        background-image: revert;
    }
*/




.nav-item .nav-link {
    //background-image: repeating-linear-gradient( -45deg,rgba(255,255,255,0) 8%,rgba(255,255,255,0.075) 10%,rgba(255,255,255,0.075) 14%,rgba(255,255,255,0.15) 14%,rgba(255,255,255,0.15) 15%,rgba(255,255,255,0.075) 17%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.075) 40%,rgba(255,255,255,0.15) 42%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.075) 60%,rgba(255,255,255,0.075) 66%,rgba(255,255,255,0.15) 66%,rgba(255,255,255,0.075) 70%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%), radial-gradient(ellipse farthest-corner,transparent,rgba(0,0,0,0.2) 110%);
    border: 2px inset white;
    //transition: background-position 2s cubic-bezier(0,1,0,1), border-color 500ms, background-color 500ms;
    background-position: center center 0px 0px;
    //background-attachment: fixed,scroll;
    transition: background-position 1s linear;
    background-clip: border-box;
    //background-image: repeating-linear-gradient( -45deg,rgba(255,255,255,0) 8%,rgba(255,255,255,0.075) 10%,rgba(255,255,255,0.075) 14%,rgba(255,255,255,0.15) 14%,rgba(255,255,255,0.15) 15%,rgba(255,255,255,0.075) 17%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.075) 40%,rgba(255,255,255,0.15) 42%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.075) 60%,rgba(255,255,255,0.075) 66%,rgba(255,255,255,0.15) 66%,rgba(255,255,255,0.075) 70%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%), radial-gradient(ellipse farthest-corner,transparent,rgba(0,0,0,0.2) 110%);
    background-image: repeating-linear-gradient( -45deg,rgba(255,255,255,0) 8%,rgba(255,255,255,0.075) 10%,rgba(255,255,255,0.075) 14%,rgba(255,255,255,0.15) 14%,rgba(255,255,255,0.15) 15%,rgba(255,255,255,0.075) 17%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.075) 40%,rgba(255,255,255,0.15) 42%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.075) 60%,rgba(255,255,255,0.075) 66%,rgba(255,255,255,0.15) 66%,rgba(255,255,255,0.075) 70%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%), radial-gradient(ellipse farthest-corner,transparent,rgba(0,0,0,0.2) 110%);
}

    .nav-item .nav-link:hover {
        background-position: -44vw 0, 0 0;
    }

    .nav-item .nav-link.active {
        background-image: revert;
    }


.skin-black .nav-item .nav-link.active.tak-tab {
    background-color: var(--gray5) !important;
    background-image: repeating-linear-gradient( -45deg,rgba(255,255,255,0) 8%,rgba(255,255,255,0.075) 10%,rgba(255,255,255,0.075) 14%,rgba(255,255,255,0.15) 14%,rgba(255,255,255,0.15) 15%,rgba(255,255,255,0.075) 17%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 36%,rgba(255,255,255,0.075) 40%,rgba(255,255,255,0.15) 42%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.075) 60%,rgba(255,255,255,0.075) 66%,rgba(255,255,255,0.15) 66%,rgba(255,255,255,0.075) 70%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%), radial-gradient(ellipse farthest-corner,transparent,rgba(0,0,0,0.2) 110%);
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.md-form input[type=number] {
    direction: ltr !important;
    padding-left: 20px
}

.leftm {
    direction: ltr;
    padding-left: 40px !important;
}

.leftr {
    direction: ltr;
    padding-left: 4px !important;
}


.titm {
    width: 680px;
}

.tith {
    width: 200px;
}

@media(min-width:1200px) {
    .tith {
        width: 244px;
    }
}


@keyframes rtol {
    from {
        transform: translateX(1px) skewX(-12deg);
    }

    to {
        transform: translateX(-1px) skewX(8deg);
    }
}

.right-left {
    animation: rtol;
    animation-duration: 1.25s;
    animation-iteration-count: infinite;
}


.animatipon-zoom {
    animation: pulse-dot 1.25s cubic-bezier(0, 0.47, 0.88, 0.75) -0.4s infinite;
}

@media(max-width:769px) {
    .mhm {
        position: absolute;
        top: 1.8px;
        left: 0.8px;
        height: 30.2px;
        padding: 0 10px;
        border: none;
        border-radius: 0;
    }



    .mhmd {
        position: absolute;
        top: 16.4px;
        left: 5.9px;
        height: 35.4px;
        padding: 12px 10px;
        border: none;
    }
}

.ch-dashboard {
    padding: 0px 15px;
    vertical-align: middle;
    line-height: 68px;
    display: block;
    font-size: 1.7rem;
}


@media(max-width:992px){
    .ch-dashboard {
        line-height: 36px !important;
    }
}


input[type="file"] {
    width:100%;
}


#mod_show_document_persons .modal-body {
    overflow-y: scroll;
    height: 70vh !important;
}



@media(max-width:769px) {
    .container .sidebarm {
        width:48% !important;
    }
}


.md-form input:disabled, .md-form input[type="text"]:disabled, .md-form input[type="password"]:disabled, .md-form input[type="email"]:disabled, .md-form input[type="time"]:disabled, .md-form input[type="date"]:disabled, .md-form textarea.md-textarea:disabled {
    border: 1px solid #087e8b !important;
    background-color: #e7e8e1 !important;
}

.md-form label{
    width:max-content;
}

.md-form label.activef {
    width: max-content;
}


.upload_file {
    z-index: 10000000000000 !important;
    display: inline;
    position: sticky;
}



@media(max-width:1091px) {
    .overlay_img {
    position: absolute;
    top: 1%;
    /* bottom: 94%; */
    /* left: 0; */
    right: 38% !important;
    height: 35%;
    width: 24% !important;
    opacity: 1;
    /* transition: .5s ease; */
   /* background-color: #e5ebec;*/
    border-radius: 35%;
}
}


.px-29 {
    padding-right: 29px !important;
    padding-left: 29px !important;
}


.text-khakestari {
    color: #373838;
}
