/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
.calendar-row .fc-day {
    min-width: 118px !important;
}
th {
    vertical-align: middle !important;
    white-space: nowrap !important;
}

.d-flex > .btn-block {
    margin-top: 0;
}

.duration:after{
    content: '~';
    position: absolute;
    right: -3px;
    top: 5px;
}

.per:after{
    content: '/';
    position: absolute;
    right: -3px;
    top: 5px;
}

.table-responsive td {
    white-space: nowrap;
}

.bookstyle td {
    min-width: 80px;
}

.bookstyle tbody td {
    height: 65px;
}

.table-bordered > thead > tr:first-child > th {
    border-top: 1px solid #dbdfea !important;
}

#calendar tbody td.box {
    padding: 5px
}

.calendar-offset {
    background-color:  rgba(101, 118, 255, 0.07);
}

.calendar-current {
    background-color:  rgba(3, 252, 40, 0.07);
}

.calendar-text{
    font-weight: 700;
    color: #333;
}

.calendar-row > td:first-child .calendar-text,
.calendar-row > th:first-child {
    color: red
}

.calendar-row > td:last-child .calendar-text,
.calendar-row > th:last-child {
    color: blue
}

.calendar-text.offset {
    opacity: 0.5;
}

.bookcount {
    margin-left: auto;
}
.caletitle {
    font-size: 30px;
    margin: 0;
}

#bookmangement table {
    padding-left: 80px;
}

.card #bookmangement .table tr:first-child th:first-child {
    border-top-left-radius: 0;
}

#bookmangement table tr{
    position: relative;
}

.table-responsive .fixed-column {
    position: absolute;
    display: table-cell ;
    width: 80px;
    left: 0;
    border-right: 1px solid #ddd;
    background-color: #f6f6f6;
}

form input[name="id"] {
    text-transform: lowercase;
}




input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}