﻿@import url('stylesautocomplete.css');
@import url('bootstrap.min.css');
@import url('menu.css');
@import url('vendors.css');
@import url('../admin_section/vendor/font-awesome/css/font-awesome.min.css');
@import url('icon_fonts/css/all_icons_min.css');
@import url('date_picker.css');
@import url('custom.css');
@import url('../../jquery.mCustomScrollbar.min.css');
@import url('../../animate.min.css');
@import url('../../jquery.rateyo.min.css');
@import url('../../../Scripts/sweetalert/sweetalert2.css');
@import url('bootstrap-select.min.css');


    .DivSubSpeciality{
    display:none !important;
    }
    /*!  
    // 3. Loader  
    // --------------------------------------------------*/  
    .loader {  
    top: 0;  
    left: 0;  
    position: fixed;  
    opacity: 0.8;  
    z-index: 10000000;  
    background: Black;  
    height: 100%;  
    width: 100%;  
    margin: auto;  
    }  
  
    .strip-holder {  
    top: 50%;  
    -webkit-transform: translateY(-50%);  
    -ms-transform: translateY(-50%);  
    transform: translateY(-50%);  
    left: 50%;  
    margin-left: -50px;  
    position: relative;  
    }  
  
    .strip-1,  
    .strip-2,  
    .strip-3 {  
    width: 20px;  
    height: 20px;  
    background: #0072bc;  
    position: relative;  
    -webkit-animation: stripMove 2s ease infinite alternate;  
    animation: stripMove 2s ease infinite alternate;  
    -moz-animation: stripMove 2s ease infinite alternate;  
    }  
  
    .strip-2 {  
    -webkit-animation-duration: 2.1s;  
    animation-duration: 2.1s;  
    background-color: #23a8ff;  
    }  
  
    .strip-3 {  
    -webkit-animation-duration: 2.2s;  
    animation-duration: 2.2s;  
    background-color: #89d1ff;  
    }  
  
    @-webkit-keyframes stripMove {  
        0% {  
        transform: translate3d(0px, 0px, 0px);  
        -webkit-transform: translate3d(0px, 0px, 0px);  
        -moz-transform: translate3d(0px, 0px, 0px);  
        }  
  
        50% {  
        transform: translate3d(0px, 0px, 0px);  
        -webkit-transform: translate3d(0px, 0px, 0px);  
        -moz-transform: translate3d(0px, 0px, 0px);  
        transform: scale(4, 1);  
        -webkit-transform: scale(4, 1);  
        -moz-transform: scale(4, 1);  
        }  
  
        100% {  
        transform: translate3d(-50px, 0px, 0px);  
        -webkit-transform: translate3d(-50px, 0px, 0px);  
        -moz-transform: translate3d(-50px, 0px, 0px);  
        }  
    }  
  
    @-moz-keyframes stripMove {  
        0% {  
        transform: translate3d(-50px, 0px, 0px);  
        -webkit-transform: translate3d(-50px, 0px, 0px);  
        -moz-transform: translate3d(-50px, 0px, 0px);  
        }  
  
        50% {  
        transform: translate3d(0px, 0px, 0px);  
        -webkit-transform: translate3d(0px, 0px, 0px);  
        -moz-transform: translate3d(0px, 0px, 0px);  
        transform: scale(4, 1);  
        -webkit-transform: scale(4, 1);  
        -moz-transform: scale(4, 1);  
        }  
  
        100% {  
        transform: translate3d(50px, 0px, 0px);  
        -webkit-transform: translate3d(50px, 0px, 0px);  
        -moz-transform: translate3d(50px, 0px, 0px);  
        }  
    }  
  
    @keyframes stripMove {  
        0% {  
        transform: translate3d(-50px, 0px, 0px);  
        -webkit-transform: translate3d(-50px, 0px, 0px);  
        -moz-transform: translate3d(-50px, 0px, 0px);  
        }  
  
        50% {  
        transform: translate3d(0px, 0px, 0px);  
        -webkit-transform: translate3d(0px, 0px, 0px);  
        -moz-transform: translate3d(0px, 0px, 0px);  
        transform: scale(4, 1);  
        -webkit-transform: scale(4, 1);  
        -moz-transform: scale(4, 1);  
        }  
  
        100% {  
        transform: translate3d(50px, 0px, 0px);  
        -webkit-transform: translate3d(50px, 0px, 0px);  
        -moz-transform: translate3d(50px, 0px, 0px);  
        }  
    }  

    .landivspan {
    color: #e9264e;
    font-size: 11px;
    font-weight: 700;
    PADDING-BOTTOM: 7PX;
    MARGIN-TOP: -21PX;
    DISPLAY: BLOCK;
    }
 @media (max-width: 991px){
      .totalaaaf {
        border-radius: 15px;
        box-shadow: 1px 1px 7px #a79f9f !important;
      }
}


.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #333;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.qwwekkmjd .close {
    padding: 10px !important;
    position: absolute;
    color: #fff !important;
}

.qwwekkmjd .modal-header {
    background: #3b5999 !important;
    color: #fff;
}

.tyf {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    width: 80%;
    margin: auto;
    text-align: center;
    display: none;
    font-size: 18px;
    font-weight: bold;
}

#search45 .account-Info, #search45 .branchesInfo {
    overflow-y: auto;
    height: 100%;
}

.mostafa-list-group .list-group-item {
    padding: 8px 5px;
}

    .mostafa-list-group .list-group-item a {
        text-decoration: none;
        color: #333;
        cursor: pointer;
    }

        .mostafa-list-group .list-group-item a i {
            font-size: 18px;
            margin-left: 10px;
            color: #029891 !important;
        }

        .mostafa-list-group .list-group-item a span {
            margin-left: 10px;
            padding: 7px 8px;
            background: #019891 !important;
            font-size: 12px;
        }

    .mostafa-list-group .list-group-item:nth-child(even) {
        background-color: rgba(1, 152, 145, 0.06);
    }

    .mostafa-list-group .list-group-item:hover {
        background-color: rgba(255, 209, 196, 0.5) !important;
    }