﻿@font-face {
    font-family: 'iransansweb';
    src: url('../fonts/iransansweb.ttf') format('truetype');
}
@font-face {
    font-family: 'iransanswebfanum';
    src: url('../fonts/iransanswebfanum.ttf') format('truetype');
}
body {
    direction: rtl;
    font-family: 'iransansweb';
}
a{
    text-decoration:none;
}
.fa-num {
    font-family: 'iransanswebfanum';
}
.h-sm-100 {
    height: 100%;
}

.hr1 {
    border: 0;
    height: 1px;
    opacity: 0.6;
    background-color:#fff;
}
.hr2 {
    border: 0;
    height: 2px;
    opacity: 0.6;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.top-navbar {
    height: 55px;
    background-color: #f3f3ff;
    border-bottom: 1px solid #cbcbdd;
}

.sidebar .nav-link {
    color: rgb(225 225 227)
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.input-validation-error {
    border-color: red !important;
}

.signup {
    width: 550px;
    margin: auto;
}

    .signup .card-img-top {
        height: 150px;
        object-fit: cover
    }

#CaptchaInputText {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #848689;
    border-radius: .25rem;
}

.form-control {
    border: 1px solid #848689;
}
.service-list {
    margin-right: auto;
    margin-left: auto;
}

.box1 {
    height: 70px;
    font-size: 13px;
}

.box2 {
    height: 100px;
}

.box3 {
    height: 148px;
}

.mrb-8 {
    margin-bottom: 8px;
}

.top-navbar .nav .nav-item {
    border-left: 1px solid #b1b1b1;
}
    .top-navbar .nav .nav-item:last-child {
        border-left:0px;
    }
.body-title {
    color: white;
    border-radius: 8px 8px 0px 0px;
    padding: 8px 10px;
    font-size: 1.4em;
}
.body-title {
    background: #393E46;
}
#body-title {
    border-radius: 8px 8px 0px 0px;
}
#body-title h2 {
    background-image: url('../images/header-bg.png');
    padding: 8px 10px;
    font-size: 1.3rem;
    color:white;
}
.body-title2 {
    background: linear-gradient(131deg, rgba(255,255,255,1) 0%, rgba(0,48,73,1) 47%);
}
.body-title3 {
    background:linear-gradient(131deg, rgba(255,255,255,1) 0%, rgba(214,40,40,1) 47%);
}
.body-title4 {
    background: linear-gradient(131deg, rgba(255,255,255,1) 0%, rgba(247,127,0,1) 47%);
}
.body-title5 {
    background: linear-gradient(131deg, rgba(255,255,255,1) 0%, rgba(252,191,73,1) 47%);
}
.body-title6 {
    background: linear-gradient(131deg, rgba(255,255,255,1) 0%, rgba(138,201,38,1) 47%);
}
.body-title7 {
    background: linear-gradient(131deg, rgba(255,255,255,1) 0%, rgba(13,202,240,1) 47%);
}
.body-title8 {
    background: linear-gradient(131deg, rgba(255,255,255,1) 0%, rgba(106,76,147,1) 47%);
}
.body-title9 {
    background: linear-gradient(131deg, rgba(255,255,255,1) 0%, rgba(255,202,58,1) 47%);
}
.body-title11 {
    background: linear-gradient(131deg, rgba(255,255,255,1) 0%, rgba(255,89,94,1) 47%);
}
.body-title12 {
    background: linear-gradient(131deg, rgba(255,255,255,1) 0%, rgba(25,130,196,1) 47%);
}
.recept-tr2 {
    color: white;
}

.recept-tr1 {
    color: white
}

.recept-actions {
    background-color: #ebebeb;
    border-top: 1px solid #979797;
}

.btn-action {
    border: 0px;
    background-color: transparent;
    width:120px;
    color:white;
    border-radius:5px;
    display:inline-block;
}
    .btn-action span{
        font-size: 0.9em;
    }
    .btn-action i {
        font-size: 1.5em;
    }
    .btn-border {
        border: 1px solid white;
        margin: 3px;
        display: block;
        padding: 5px 8px;
        border-radius: 5px;
    }
.btn-action:hover {
    color: white;
}
.action-history {
    background-color: #2d2c5c;
}
.action-edit {
    background-color: #772a51;
}
.action-comment {
    background-color: #ca3b02;
}
.action-attach {
    background-color: #ca0202;
}
.action-disabled {
    background-color: #7a7a7a;
}
.div-emergancy {
    border: 2px solid #7a7a7a;
}
.div-normal {
    border: 2px solid #a5a5a5;
}
.tbl-emergancy {
    border: 2px solid #7a7a7a;
}

    .tbl-emergancy .recept-tr1 {
        background-color: #CC3636;
    }

    .tbl-emergancy .recept-tr2 {
        background-color: #3a3a3a;
    }

    .tbl-emergancy .recept-tr3 {
        background-color: #ebebeb;
    }

.tbl-normal {
    border: 2px solid #7a7a7a;
}

    .tbl-normal .recept-tr1 {
        background-color: #367E18;
    }

    .tbl-normal .recept-tr2 {
        background-color: #3a3a3a;
    }

    .tbl-normal .recept-tr3 {
        background-color: #ebebeb;
    }
.receptTest-table {
    table-layout: fixed;
    font-size:14px;
}
    .receptTest-table td{
        padding: 0.2em 0.5em;
    }
    .receptTest-table th {
        font-size: 1.2em;
        padding: 0.2em 0.5em;
        color: black;
        /*        font-style: italic;*/
        /*        font-variant: small-caps;*/
        background-color: #fff978;
    }
.td-testName{
    width:20%;
}
.td-testResult {
    width: 20%;
}
.td-testUnit {
    width: 15%;
}
.td-testRange {
    width: 45%;
}
.section-head {
    border-bottom: 2px solid #4d4d4d63 !important;
}

.w-45 {
    width: 45% !important;
}
.rotate-animate {
    position: absolute;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -moz-transform-origin: center;
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -webkit-transform-origin: center;
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform-origin: center;
    }
}
.toggle-sign {
    display: inline-block;
    position: relative;
}
.signed {
    background-color: #12670a;
    color: white;
}
.unsigned {
    background-color: #9d1212;
}
.app-signed {
    background-color: #dee12c;
    color: black;
}
    .app-signed .btn-border {
        border-color:black;
    }
.cursor-pointer {
    cursor: pointer;
}
.new-btn {
    background: rgba(255, 255, 255, 0);
    padding: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
/*    margin: 0 0 2em;*/
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
}
    .new-btn:hover {
        text-decoration: none;
    }
.btn-5 {
    text-align: center;
    background-color: rgb(139 12 12);
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

    .btn-5:hover {
        color: #dfdfdf;
        border: 1px solid;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
        outline-color: rgba(255, 255, 255, 0);
        outline-offset: 15px;
        text-shadow: 1px 1px 2px #427388;
    }

.chart-container {
    position: relative;
    width: 100%;
}
.chart-container2 {
    position: relative;
    width: 100%;
}
.link-style1 {
    background-color: #ffe5b2;
    border-bottom: 4px solid;
    width: 220px;
}

    .link-style1:hover {
        background-color: #fcc14d;
    }
.table-head{
    text-align:center;
    vertical-align:middle
}
.head-bg-1 {
    background-color: #ffebd7 !important;
}
.scrolldown, .scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    padding: 10px;
    z-index: 10000;
    display: none;
    background-color: #00968866;
    color: white;
    font-size: 25px;
    border-radius: 50%;
}
    .scrolldown:hover, .scrollup:hover{
        color:white;
    }
    .scrolldown i, .scrollup i {
        vertical-align: middle;
        position: relative;
    }
    .scrollup {
        bottom: 80px;
    }
.scrolldown {
    bottom: 10px;
}

.online-status, .offline-status {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    z-index: 10000;
    color: white;
    font-size: 25px;
    border-radius: 50%;
    opacity:70%;
}
.online-status {
    background-color: #0b9400ff;
}
.offline-status {
    background-color: #ffea00ff;
    color: black;
}
.dark-link {
    color: #9ecdff
}
    .dark-link:hover {
        color: #9ecdff
    }
.sidebar #navbarCollaps > ul > li{
    width:100%;
    padding:0px 10px;
    border-radius:5px;
}
    .sidebar #navbarCollaps > ul > li.active {
        background-color: #3a5074e3;
    }
.td-testName .show-btn {
    width: 32px;
    display: inline-block;
    border-radius: 50%;
    padding: 5px 0px 0px 7px;
    background-color: #cdcdcd;
}
.td-testName .bi-eye-fill {
    font-size: 18px;
}
/*pap smear css*/
.btn-green {
    color: #37b390;
    font-size: 1.5rem;
}

.btn-red {
    color: #cd058f;
    font-size: 1.5rem;
}

.btn-save {
    font-size: 1.5rem;
    border: none;
}

    .btn-save:hover {
        color: lightseagreen;
    }

.pap-border {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
}

.fielset-pap {
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
}

    .fielset-pap .legend {
        font-size: 0.7rem !important;
        width: 230px;
        background-color: #f0f0f1;
        padding: 5px;
        text-align: left;
        position: absolute;
        left: 10px;
        top: -14px;
        border-radius: 5px;
        text-align: center;
    }

    .fielset-pap div span, .fielset-pap div label {
        font-size: 0.7rem;
    }

.radio-boxes {
    display: inline-flex;
    padding: 10px 20px;
}

.radio-box-row span {
    font-size: 12px;
}





.box-smear-body, .adequacy-box, .neoplastic-box {
    border: 1px solid #ccc;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}


.interpretation {
    position: relative;
    box-sizing: border-box;
    padding: 10px 4px;
}

.interpretation-inner div {
    margin-top: 0.5rem;
    margin-left: 0.6rem;
}

.malignancy {
    position: absolute;
    top: -10px;
    right: 40px;
    font-size: 0.8rem;
}

#box-smear-show {
    height: 215px;
}

#box-smear-hide {
    display: none;
    height: 185px;
}

#right-papForm {
    pointer-events: none;
}

#R2 {
    display: none;
}

.box-smear3-body {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}

.form-control-custom {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.box-1 {
    font-size: 9px !important;
}

.Bethesda-box-1-input {
    width: 65px;
    padding: 0.125rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.Bethesda-box-1-row-2-input {
    width: 80px;
    padding: 0.125rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check-inline {
    margin-left: 0px !important;
}

.fielset-pap div label {
    font-size: 0.625rem;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}
#Recommand {
    height: 250px;
}

/*End pap smear css*/
@media only screen and (min-width: 0px) and (max-width: 300px) {
    .receptTest-table {
        font-size: 9px;
    }

    #Recommand {
        height: 340px;
    }
    .top-navbar {
        display: none;
    }
}
@media only screen and (min-width: 300px) and (max-width: 400px) {
    .receptTest-table {
        font-size: 10px;
    }

    #Recommand {
        height: 340px;
    }
    .top-navbar {
        display: none;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 400px) and (max-width: 600px) {
    .signup {
        width: 90%;
    }

    .avatar img {
        width: 50px;
    }

    .service-list {
        width: 95%;
    }

    .top-navbar {
        display: none;
    }

    .receptTest-table {
        font-size: 11px;
    }

    #body-title {
        margin-top: 10px;
    }

    .chart-container {
        height: 200px;
    }

    .chart-container2 {
        height: 200px;
    }

    .btn-action {
        width: 60px;
    }

        .btn-action i {
            position: relative;
            top: 3px;
        }

        .btn-action .action-lable {
            display: none;
        }

    .access-deniend {
        width: 100%
    }

    .box-smear-body, .adequacy-box, .neoplastic-box {
        margin-left: 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .top-navbar{
        display:none;
    }
    .sidebar {
        height: 100vh;
        overflow-y: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
        /* Hide scrollbar for Chrome, Safari and Opera */
        .sidebar::-webkit-scrollbar {
            display: none;
        }
    .sidebar-btn{
        display:none;
    }
    .d-600md{
        display:none;
    }
    #navbarCollaps {
        display: block;
    }

    .avatar {
        width: 100%;
        text-align: center;
    }

    .service-list {
        width: 500px;
    }

    .avatar img {
        width: 80px;
    }

    .chart-container {
        height: 250px;
    }

    .chart-container2 {
        height: 200px;
    }
    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) {
        .chart-container {
            height: 300px;
        }

        .chart-container2 {
            height: 350px;
        }

        .access-deniend {
            width: 500px;
        }
    }

    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {
        .top-navbar {
            display: initial;
        }
        .d-600md {
            display: initial;
        }
        .chart-container {
            height: 380px;
        }

        .chart-container2 {
            height: 400px;
        }

        .access-deniend {
            width: 600px;
        }
    }

    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1200px) {
        .service-list {
            width: 700px;
        }

        .box1 {
            height: 90px;
            font-size: 13px;
        }

            .box1 img {
                width: 35px !important;
            }

            .box1 span {
                font-size: 1.2em;
            }

        .box2 {
            height: 120px;
        }

            .box2 img {
                width: 50px !important;
            }

            .box2 span {
                font-size: 1.2em;
            }

        .box3 {
            height: 188px;
        }

            .box3 img {
                width: 50px !important;
            }

            .box3 span {
                font-size: 1.2em;
            }
        .access-deniend {
            width: 700px;
        }
    }
}
