﻿.dtable > tbody > tr > td {
    padding: 5px 7px !important;
    font-size: 13px;
}

.dtable > thead > tr > th {
    background: gainsboro !important;
    color: #242628 !important;
}

body {
    /*color: #2c2c2c;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /*font-family: 'Roboto', sans-serif !important;*/
}

/*.card-body {
    background: #f9f9f9;
    padding: 30px;
    border: 1px solid #f1f1f1;
}*/

.dataTables_scrollHead {
    overflow: hidden;
    position: relative;
    border: 0px;
    width: 100%;
    background: gainsboro;
}

.dataTables_scrollBody {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 340px;
}

/*.main-panel .main-content {
    padding: 0 30px 30px;
    min-height: calc(100vh - 123px);
    margin-top: 60px !important;
}*/

/*.card {
    border-radius: 12px;
    box-shadow: none !important;
}


    .card .card-header {
        padding: 0px 15px 0;
        border: 0;
    }*/



div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    padding-top: 14px;
}

.pagination .page-item .page-link, .pagination .paginate_button a {
    font-size: 11px !important;
    font-weight: 600;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 16px !important;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    color: #777;
}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 16px;
}

div.dataTables_wrapper div.dataTables_filter input {
    font-size: 12px !important;
    /*font-family: Roboto;*/
}
div.dataTables_wrapper div.dataTables_length select {
    font-size: 12px !important;
}
table.table.table-striped.table-bordered.dtable.dataTable.no-footer {
    border-top: none!important;
}
.div-scroll {
    overflow: scroll;
    max-height: 520px;
    display: block;
    max-width: 100%;
}
.div-scroll-clinical {
    overflow: scroll;
    max-height: 73vh;
    display: block;
    max-width: 100%;
}
.div-scroll-app {
    overflow: scroll;
    max-height: 69vh;
    display: block;
    max-width: 100%;
}
.skin-test {
    overflow: scroll;
    max-height: 80vh;
    display: block;
    max-width: 100%;
}
.div-mandform-scroll {
    overflow: scroll;
    max-height: 500px;
    display: block;
    max-width: 100%;
}
.div-demographics-scroll {
    overflow-y: hidden;
    max-height: 70vh;
    display: block;
    width: 100%;
}
.div-clipboard-scroll {
    overflow-y: hidden;
    max-height: 70vh;
    display: block;
    width: 100%;
}
.div-immuno-scroll {
    max-height: 45vh;
    display: block;
    width: 100%;
}
.div-plist-scroll {
    overflow-y: hidden;
    max-height: 540px;
    display: block;
    width: 100%;
}
.cp-circle {
    width: 15px;
    height: 15px;
    background: #808080;
    border-radius: 100px;
    position: relative;
    margin: 10px auto -71px -15px;
}

.cp-circle-cmpl {
    width: 15px;
    height: 15px;
    background: #008000;
    border-radius: 100px;
    position: relative;
    margin: 10px auto -71px -15px;
}

.cp-circle-inprg {
    width: 15px;
    height: 15px;
    background: #FFA500;
    border-radius: 100px;
    position: relative;
    margin: 10px auto -71px -15px;
}
.cp-vertical-line {
    width: 2px;
    height: 100px;
    background: #DEE2E6;
    margin: 2px auto -18px -9px;
}