@font-face {
    font-family: vazir;
    src: url(../css/font/Vazir-Bold.eot) format("eot"),
        url(../css/font/Vazir-Bold.ttf) format("ttf"),
        url(../css/font/Vazir-Bold.woff) format("woff"),
        url(../css/font/Vazir-Bold.woff2) format("woff2");
}

body {
    font-family: vazir !important;
}


@page {
    widows: calc(height=auto, max-width=100%);
}

@media print {
   
    .print_container{
        max-width:max-content !important;
        justify-content: center !important;
        margin-top: 15px;
    }
    .print_test_part{
        max-width:max-content !important;
        justify-content: center !important;
        margin-top: 20px;
    }
    .table_print{
        width: 700px !important;
        font-size: 12px;
    }
    .title_margin{
        margin-bottom: -50px !important;
        margin-top: -30px !important;
    }
    .logo_test{
        width: 890px !important;
    }
    .signature{
        margin-top: 150px;
    }
    footer , .card_foter{
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 10px;
    }
    
    .card_foter{
        position: fixed;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
        padding: 0px;
    }

    .margin_top{
        margin-top: -20px !important;
    }

   body{
    font-size: 12px !important;
   } 

    .no_prints {
        display: none !important;
    }
    .noprint {
        display: none;
        visibility: hidden !important;
    }
    .nav_noprint {
        display: none !important;
    }
    .black_content{
        color:black !important;
    }
    /* .test_view_content {
        margin-left: -230px;
    }
    .card_lab_test_print{
        margin-top: -10px !important;
    }
    .lab_test_search_all_print{
        margin-right: 150px !important;
    }
    .print_view_Title{
        margin-top: -25px !important;
        margin-bottom: 40px !important;
    }
    .header_table{
        margin-left: -85px !important;
    }
    .opd_test_search_all_print {
        margin-left: -120px !important;
    }
    .lab_test_search_areas{
        width: 100% !important;
    }
    .date_pdo_print {
        margin-left: -120px !important;

    }
    .singal_table{
        margin-left: -80px !important;
        margin-top: 20px;
    }
    .print_view_header {
        height: auto;
        width: 100%;
        margin-top: -22px !important;
        margin-left: -80px !important;
    }
    .table_title{
        margin-top: -15px !important;
    } */

    .print_view_footer {
        margin-left: 13px !important;
        height: 100px;
        width: 100%;
        position: fixed !important;
        bottom: 0px !important;
    }

    .navbar-brand {
        visibility: hidden !important;
    }

    .dr_info_print {
        margin-top: 20px;
    }

    .print_teeth {
        max-width: 1000px !important;
    }

    .date_print {
        margin-top: -16px !important;
    }

    .total_recived {
        color: black !important;
    }

    .date_bold {
        margin-top: -17px !important;
        font-weight: normal !important;
    }

    .dental_history_print{
        margin-top: -20px;
    }
}

#navbar_item {
    text-decoration: none;
    text-align: center;
    color: black;
    font-weight: 600;
    background-color: rgb(218, 218, 218);
    color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 2px 1px rgb(202, 214, 218);
    transition: all 0.2s ease-in-out;

}

#navbar_item:hover {
    background-color: rgb(135, 143, 132);
    color: black;
    transition: all 0.2s ease-in-out;
}

.font_wieght {
    font-weight: bold;
}

.nav_item {
    text-decoration: none;
    text-align: center;
    color: black;
    font-weight: 600;
    background-color: rgb(255, 255, 255);
    margin-top: 2px;
    border-radius: 5px;
    box-shadow: 1px 2px 1px rgb(217, 245, 255);
    transition: all 0.2s ease-in-out;
}

.nav_item:hover {
    background-color: #006aff;
    transition: all 0.5s ease;
}
.dropdown-menu li{
    list-style-type: none;
    width: 180px;
    text-align: center;
    margin-left: -33px;
}
.dropdown-menu .dropdown-item:hover{
    background-color: #006aff;
    transition: all 0.5s ease;
    color: white;
}

.img_png {
    border-radius: 20%;
    background-image: transparent;
    border: none;
    height: 25px;
    width: 25px;
    z-index: 111;
}

.dropdown button {
    z-index: 111;
    border: none;
    background-color: transparent;
}

/* badage table  */
#check_is {
    background-color: rgb(243, 153, 153);
    border-radius: 20px;
}

/* lab test table  */
/* @media screen and (max-width:600px) {
    .btn_print_lab{
        margin-top:-140px;
    }
    
   
} */


/* opd_view.php */

.opd_view_style{
  
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.cild1{
    /* align-self: flex-end; */
    text-align: center;
  
}
.cild2{
    align-self: flex-end;
   

}
