﻿body {
    background-color: black;
    color: #CCD6DD;
    direction:ltr !important;
    min-height:500px;
}
.custom-control-label:before {
    background-color: gray;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: green !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
.gotomain {
    border-radius: 4px;
    background-color: #66757F;
    border: none;
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    float: left;
    z-index: 9999;
}
.clinicname {
    text-align: center !important;
}
    .gotomain span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
        color: white;
    }

        .gotomain span:after {
            content: '\00ab';
            position: absolute;
            opacity: 1;
            top: 0;
            left: -20px;
            transition: 0.5s;
            color: white;
        }

    .gotomain:hover span {
        padding-left: 25px;
        color: white;
    }

        .gotomain:hover span:after {
            left: 0;
        }
.gotomain2 {
    border-radius: 4px;
    background-color: #66757F;
    border: none;
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 9999;
}

    .gotomain2 span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
        color: white;
    }

        .gotomain2 span:after {
            content: '\00ab';
            position: absolute;
            opacity: 1;
            top: 0;
            left: -20px;
            transition: 0.5s;
            color: white;
        }

    .gotomain2:hover span {
        padding-left: 25px;
        color: white;
    }

        .gotomain2:hover span:after {
            left: 0;
        }
html,
body {
    min-height: 200% !important;
    overflow: hidden;
    outline: none;
}
.mainheader {
    position: absolute;
    margin: 0 auto;
    top: 109px;
    left: 50%;
    width: 40%;
    height: 60px;
    transform: translate(-50%, -50%);
    padding: 0;
}

    .mainheader section {
        height: 100%;
        padding-bottom: 40px;
        background-color: #292F33;
        border-top: 4px solid #3c4146;
        border-bottom: 4px solid #3c4146;
    }

    .mainheader img {
        height: 50px;
    }

    .mainheader p {
        font-size: 13px;
        direction: rtl;
        color: white;
        text-align: right;
        margin-top: 10px;
        float: right;
        width: 60%;
    }

.login {
    position: absolute;
    margin: 0 auto;
    top: 300px;
    left: 60%;
    width: 20%;
    height: 320px;
    transform: translate(-50%, -50%);
    padding:0;
}

        .logo {
    position: absolute;
    margin: 0 auto;
    top: 300px;
    left: 40%;
    width: 20%;
    height: 320px;
    transform: translate(-50%, -50%);
    padding: 0;
}
    .logo section {
        height: 100%;
        padding: 20px;
        padding-bottom: 40px;
        background-color: #292F33;
        border-top: 4px solid #3c4146;
        border-bottom: 4px solid #3c4146;
    }
    .login h1 {
        font-size:25px;
        position: relative;
        margin-top: 10px;
        margin-bottom:20px;
        color: #f0f5fa;
        text-align: center;
        & span{
    color: #84bc44;
}
}

.login section {
    height: 100%;
    padding: 20px;
    padding-bottom: 40px;
    background-color: #292F33;
    border-top: 4px solid #3c4146;
    border-bottom: 4px solid #3c4146;
}

    .login section input,
    .login section button {
        width: 100%;
        margin-bottom: 10px;
        border: none;
        outline: none;
        padding: 10px;
        background-color: black;
        color: #f8f8f2;
        font-size: 16px;
        line-height: 1.5em;
        border-radius: 4px;
        transition: all .5s ease;
        font-family: iranyekan;
    }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    background-color: #CCD6DD !important;
    color: #292F33 !important;
}


section {
    padding: 0px;
    border-radius: 0;
}
.login section button[type="submit"] {
    text-transsection: uppercase;
    font-weight: 700;
    background-color: #55ACEE;
    color: #f0f5fa;
    cursor: pointer;
    transition: all .5s ease;
    &:hover

{
    background-color: #a1e553;
    color: #6b9937 ;
}

}

.morestuff {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    & a

{
    transition: color .5s ease;
}

& a:link {
    color: #84bc44;
}

& a:hover {
    color: #a1e553;
}

& a:visited {
    color: #6b9937 ;
}
}

#fountainG {
    position: relative;
    width: 117px;
    height: 28px;
    margin: auto;
    margin-top: 20px;
}

.mesagebox {
    position: fixed !important;
    bottom: 0 !important;
    left: 20px !important;
    z-index: 999;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(40,189,169);
    width: 20px;
    height: 20px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.15);
    -o-transform: scale(.15);
    -ms-transform: scale(.15);
    -webkit-transform: scale(.15);
    -moz-transform: scale(.15);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.375s;
    -o-animation-delay: 0.375s;
    -ms-animation-delay: 0.375s;
    -webkit-animation-delay: 0.375s;
    -moz-animation-delay: 0.375s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -moz-animation-delay: 0.52s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 67.5s;
    -o-animation-delay: 67.5s;
    -ms-animation-delay: 67.5s;
    -webkit-animation-delay: 67.5s;
    -moz-animation-delay: 67.5s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 0.875s;
    -o-animation-delay: 0.875s;
    -ms-animation-delay: 0.875s;
    -webkit-animation-delay: 0.875s;
    -moz-animation-delay: 0.875s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 0.82;
    -o-animation-delay: 0.82;
    -ms-animation-delay: 0.82;
    -webkit-animation-delay: 0.82;
    -moz-animation-delay: 0.82;
}



@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(45,168,162);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

.btn-home {
    position: absolute;
    top: 20px;
    left: 10px;
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(45,168,162);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(45,168,162);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(45,168,162);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(45,168,162);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

.collapse_btn {
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
}

#loaderdiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20%;
    z-index: 999;
    display:none;
}

#passloaderdiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20%;
    z-index: 999;
    display: none;
}

.loderimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1;
    width: 120px;
    height: 120px;
}

#loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 150px;
    height: 150px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid white;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

::-moz-selection {
    color: #fff;
    background: #b80100;
}

::selection {
    color: #fff;
    background: #b80100;
}



/*===========================SUPPORT CLASS===========================*/

.trans {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.flowHide {
    overflow: hidden;
}


/*===========================NAVBAR START===========================*/

.bg-dark {
    background-color: #292929 !important;
}

.navbar {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

/*HAMBURGER START*************************/

.hamburger {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 0px;
    margin-left: -15px;
    transition: all 1s ease;
}

.cta {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.toggle-btn {
    height: 2px;
    width: 25px;
    background-color: white;
    position: relative;
    top: 50%;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

    .toggle-btn:before {
        content: "";
        height: 2px;
        width: 25px;
        box-shadow: 0 -10px 0 0 white;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.3s ease-in-out;
    }

    .toggle-btn:after {
        content: "";
        height: 2px;
        width: 25px;
        box-shadow: 0 10px 0 0 white;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.3s ease-in-out;
    }

.active .type14 {
    background-color: white;
    width: 12px;
    margin: auto;
}

    .active .type14:before {
        width: 6px;
    }

    .active .type14:after {
        width: 25px;
    }

/*HAMBURGER END*************************/

.nav-item .nav-link {
    display: block;
    color: #c8c8c8;
    height: 50px;
    font-size: 15px;
    position: relative;
    white-space: nowrap;
}

.user-icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #b80100;
    border-radius: 50px;
}

.main {
    min-height: 700px;
}

#main {
    padding-right: 270px;
    padding-left: 10px;
    transition: all .4s cubic-bezier(.55,0,.1,1);
}

.m_top-5 {
    margin-top: 5px;
}
.imglogin {
    width: 260px;
}

/*@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        margin-left: 15px;
    }

}*/


/*============================SIDE BAR START============================*/
.sidebar-menu {
    position: fixed;
    padding-left: 5px;
    z-index: 99;
    height: 100vh;
    display: inline-block;
    background-color: black;
    box-shadow: 9px 16px 0px 0 rgba(0,0,0,0.2), 9px 20px 0px 0 rgba(0,0,0,0.19);
    display: block;
    min-height: 100%;
    transition: all .4s cubic-bezier(.55,0,.1,1);
    /*    transform: translate3d(-200px,0,0);*/
}

    .sidebar-menu .navbar-nav .nav-link {
        padding: 15px;
        position: relative;
        border-radius: 10px;
    }

        .sidebar-menu .navbar-nav .nav-link img {
            margin-bottom: 5px;
        }

    .sidebar-menu .nav-link:hover {
        background-color: #CCD6DD;
        color: #292F33;
    }

/*SMALL SIDE BAR****************/
.full-side-bar {
    width: 260px !important;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.small-side-bar {
    width: 50px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.nav-link-name {
    position: relative;
    margin-left: 15px;
}

.nav-link-name {
    position: absolute;
    white-space: nowrap;
    transition: opacity 0.4s ease-out 0s;
    border-radius: 0.6rem;
    padding: 4px 10px;
    top: 9px;
    height: 100%;
}

.tax-active > .tax-show {
    display: inline-block !important;
    position: absolute;
    white-space: nowrap;
    transition: opacity 0.4s ease-out 0s;
    border-radius: 0.6rem;
    padding: 4px 10px;
    top: 9px;
    left: 50px;
    background-color: #171717;
}

.menu-item {
    padding: 10px;
    color: white;
}

.tax-active > .tax-show::after {
    content: '';
    position: absolute;
    top: 9px;
    left: -16px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right: 15px solid #171717;
}

.name-hide {
    display: none;
}


/*///////////////ANIMATEED///////////////*/
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation: mymove 1s;
    animation-iteration-count: 1;
}

/*FADE IN RIGHT*/

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


@keyframes fadeInRight {

    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}



.content {
    padding-top: 120px;
}


/* Microsoft Edge */
.select {
    background-color: #CCD6DD;
    color: #292F33 !important;
}





@keyframes start {
    from {
        transform: scale(.5);
    }

    to {
        transform: scale(1);
    }
}

@-webkit-keyframes start {
    from {
        -webkit-transform: scale(.5);
    }

    to {
        -webkit-transform: scale(1);
    }
}

.rtl {
    direction: rtl
}

.pdp-dark {
    position: absolute;
    display: inline-block;
    direction: rtl;
    color: #f2f2f2;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.49);
    z-index: 99999;
    font-family: iranyekan,roboto,Arial !important;
    border-radius: 10px;
}

    .pdp-dark ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .pdp-dark ::-webkit-scrollbar {
        width: 15px;
        background-color: #F5F5F5;
    }

    .pdp-dark ::-webkit-scrollbar-thumb {
        background-color: #444444;
    }

    .pdp-dark ::selection {
        color: #67cdcc;
    }

    .pdp-dark .pdp-header {
        background-color: #333;
        border-top: 2px solid #999;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        border-bottom: none;
        padding: 5px;
        font-weight: bold;
    }

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.pdp-dark .yearSelect {
    overflow-y: auto;
    direction: ltr;
}

.pdp-dark .monthSelect li.desableMonth, .pdp-dark .monthSelect li.desableMonth:hover {
    color: #bbb;
    background: #eee;
}

.pdp-dark .yearSelect, .pdp-dark .monthSelect {
    font: normal 12px Tahoma;
    background: #555;
    border: 1px solid #999;
    list-style: none;
    position: absolute;
    padding: 0;
    width: 99.6%;
    text-align: center;
    z-index: 9999;
    animation: start 0.2s;
    -webkit-animation: start 0.2s;
    margin: 0 auto;
}

.pdp-dark .selected {
    background: #15a6eb;
    color: #ffffff;
}

.pdp-dark .yearSelect li, .pdp-dark .monthSelect li {
    padding: 1px;
    cursor: default;
    display: inline-table;
    text-align: center;
    border: 1px dotted #888;
}

    .pdp-dark .yearSelect li:hover, .pdp-dark .monthSelect li:hover {
        background: #FF9933;
        color: #ffffff;
        border-color: #FF7700;
    }

.pdp-dark .nextArrow {
    right: 0;
}

.pdp-dark .prevArrow {
    left: 0;
}

.pdp-dark .monthYear {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.pdp-dark .nextArrow, .pdp-dark .prevArrow {
    cursor: pointer;
    position: absolute;
    top: 1px;
    padding: 2px;
}

    .pdp-dark .nextArrow:hover, .pdp-dark .prevArrow:hover {
        color: #0073ea;
    }

.pdp-dark .cell {
    display: inline-block;
    cursor: default;
    text-align: center;
}

/* Days of the week */
.pdp-dark .dows {
    background: #35516F;
    color: #fff;
}

.pdp-dark .dow {
    font: bold 14px 'helvetica';
    border: 1px solid #35516F;
}

.pdp-dark .days {
    background-color: #444;
    border: 1px solid #777;
    border-top: none;
    font: normal 12px Tahoma;
}

.pdp-dark .day {
    border: 1px solid #777;
}

    .pdp-dark .day:hover {
        background: #aaa;
        border: 1px solid #f0f0f0;
    }

.pdp-dark .selday, .pdp-dark .selday:hover {
    background: #eadaa6;
    border-color: #eb5b04;
    color: #222;
}

.pdp-dark .friday {
    color: #D55372;
}

.pdp-dark .today {
    color: #fff;
    background: #0073ea;
}

    .pdp-dark .today:hover {
        color: #fff;
        background: #0073ea;
    }

.pdp-dark .nul {
    border: 1px solid #777;
    background: #777;
}

.pdp-dark .disday, .pdp-dark .disday:hover {
    color: #B7B5B5;
    background: #777777;
    cursor: not-allowed;
}


.pdp-dark .pdp-footer {
    background: #888;
    font: normal 12px Tahoma;
    text-align: center;
    height: 17px;
}

    .pdp-dark .pdp-footer .goToday {
        color: #f0f0f0;
        text-decoration: none;
    }

        .pdp-dark .pdp-footer .goToday:hover {
            color: #ffffff;
            text-decoration: overline;
        }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline: 0 none;
    background-color: #CCD6DD !important;
    color: #292F33 !important;
}


@media (max-width: 950px) {
    .login {
        position: absolute;
        top: 400px;
        left: 50%;
        width: 80%;
        height: 400px;
        transform: translate(-50%, -50%);
        padding: 0;
    }

    .logo {
        position: absolute;
        top: 150px;
        left: 50%;
        width: 80%;
        height: 200px;
        transform: translate(-50%, -50%);
        padding: 0;
    }

    .imglogin {
        width: 125px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 750px) {
    .logo {
        position: absolute;
        top: 150px;
        left: 50%;
        width: 100%;
        height: 200px;
        transform: translate(-50%, -50%);
        padding: 0;
    }

    .login {
        position: absolute;
        top: 400px;
        left: 50%;
        width: 100%;
        height: 400px;
        transform: translate(-50%, -50%);
        padding: 0;
    }

    .imglogin {
        width: 125px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 500px) {
    .mainheader {
        position: absolute;
        margin: 0 auto;
        top: 90px;
        left: 50%;
        width: 98%;
        height: 100px;
        transform: translate(-50%, -50%);
        padding: 0;
    }
    .logo {
        position: absolute;
        top: 240px;
        left: 50%;
        width: 98%;
        height: 200px;
        transform: translate(-50%, -50%);
        padding: 0;
    }

    .login {
        position: absolute;
        top: 460px;
        left: 50%;
        width: 98%;
        height: 300px;
        transform: translate(-50%, -50%);
        padding: 0;
    }

    .imglogin {
        width: 125px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .mainheader p {
            font-size: 13px;
            direction: rtl;
            color: white;
            text-align: right;
            margin-top: 15px;
            float: right;
            width: auto;
        }
        .mainheader img {
            height: 50px;
        }
    .gotomain {
position:absolute;
left:0;
top:0;
    }
    .clinicname {
        width: 100% !important;
        position: absolute;
        right: 0;
        top: 40px;
        text-align: center !important;
    }
}