body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 0.90rem !important;
}

#results {
    padding: 20px;
}

.export {
    margin-right: 30px;
}

.status_active {
    color: green;
    font-weight: bold;
    text-align: center;
}
.status_approved {
    color: orange;
    font-weight: bold;
    text-align: center;
}
.status_rejected {
    color: #007bff;
    font-weight: bold;
    text-align: center;
}
.status_inactive {
    color: red;
    font-weight: bold;
    text-align: center;
}

.cd-quick-view {
    display: block;
    position: fixed;
    max-width: 900px;
    visibility: hidden;
    /* Force Hardware Acceleration in WebKit */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
    z-index: 1;
}
.employee_name{
    text-transform: capitalize;
}
label.error {
    color: #dc3545!important;
    font-size: 14px;
}

.quick-left {
    width: 35%;
    height: 200px;
    float: left;
    margin: 1px;
    padding-right: 10px;
}

.quick-left img {
    height: 178px;
    width: 100%;
}

.quick-right {
    height: 200px;
}

.visitor-log {
    margin-top: 3%;
    clear: both;
}

.visitor-log table {
    width: 100%;
    padding: 5px;
}

.visitor-log table thead {
    margin-bottom: 5px;
}

th {
    text-align: inherit;
    padding: 7px;
}

.my_class video {
    width: 427px;
    height: 390px;
}

.visitor-model {
    width: 700px;
}

.my_camera {
    margin-left: 28%;
}

.description {
    height: 300px;
}

tbody {
    text-transform: capitalize;
}

.form-control-md {
    width: 60%;
}

.report-list-heading {
    font-size: large;
    font-weight: 400;
    border-bottom: black;
}

.report-list {
    list-style-type: none;
    margin-top: 60px;
    padding: 20px;
    border: 1px grey solid;
}

.text-center {
    padding-left: 20px;
}

.mandatory {
    color: red;
    margin-left: 2%;
    font-size: 22px;
}

.sub-menu {
    padding-left: 10%;
}

.btn-space {
    margin-right: 1%;
}

.content-header {
    padding: 5px;
}

.dropdown-menu,
.form-control-md,
.form-control-sm,
.form-control {
    font-size: 0.85rem !important;
}

.dropdown {
    font-weight: 400;
    line-height: 1.5;
}

.dropdown .title {
    font-weight: 400;
    line-height: 1.5;
}

.table td,
.table th {
    padding: .5rem !important;
}

table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 0.85rem;
}

.col-form-label {
    font-weight: 500 !important;
    padding-top: 0px !important;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    width: auto !important
}

.content-header {
    padding: 5px .5rem !important;
}

.card-header {
    padding: 0.5rem 1rem !important;
}

.btn {
    padding: .25rem .5rem !important;
}

.alert-danger ul {
    margin: 0px;
    padding: 0;
}

.alert-danger ul li {
    list-style: none;
}

form .form-control-md {
    width: 50% !important;
}
form .form-control-lx {
    width: 90% !important;
}

form .form-control-sm {
    width: 20% !important;
}

form .form-control-xs {
    width: 20% !important;
}

form .auto-width {
    width: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}
/*.select2-dropdown{
    width: 99% !important;
}*/
.change_letter{
    text-transform: lowercase !important;
}
.select2height{
height: calc(2.25rem + 2px) !important;
width: 99%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 29px;
    position: absolute;
    top: 1px;
    right: 33px;
    width: 6px;
}
