﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


#mb-0n {
    color: #FFFFFF !important;
    margin-bottom: 0 !important;

}


.text-center {
    text-align: center;
}


.num-room {
    text-align: center;
    font-size: 20px;
}

.lbl-for {
    font-size: 12px;
}





/*.main-content {
            width: 100% !important;
            padding-left: 150px !important;
            padding-right: 150px !important;
            background: white;
            padding-top: 100px;
        }*/

h3 {
    color: #32c19a;
}

.thead_dark1 {
    color: #FFFFFF;
    background: #0b51b7;
}

.btn-download {
    background: #42C2A1 !important;
    border-radius: 50% !important;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: top !important;
    padding: 5px;
    border: none;
    color: white;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0px !important;
    white-space: nowrap;
    color: #0b51b7 !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #60b6ab;
}

.table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    background-color: #d33333;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #0b51b7 !important;
    border-color: #0b51b7 !important;
    border-radius: 8px !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0b51b7 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.dataTables_info, .dataTables_length {
    float: right;
}

#files_list_paginate, .dataTables_filter {
    float: left;
}

.center {
    text-align: center;
}




input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
    color: #fff;
    position: relative;
}

input[type="date"]::-webkit-datetime-edit-year-field {
    position: absolute !important;
    border-left: 1px solid #8c8c8c;
    padding: 2px;
    color: #000;
    left: 56px;
}

input[type="date"]::-webkit-datetime-edit-month-field {
    position: absolute !important;
    border-left: 1px solid #8c8c8c;
    padding: 2px;
    color: #000;
    left: 26px;
}


input[type="date"]::-webkit-datetime-edit-day-field {
    position: absolute !important;
    color: #000;
    padding: 2px;
    left: 4px;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.rr {
    color: red;
   
}