body {
    background: #f1f3f6;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

* {
    outline: none;
    list-style: none;
    font-family: 'Oxygen', sans-serif;
}

.dib {
    display: inline-block;
}

.card {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
}

.card2 {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px #00000036;
}

.flat {
    border-radius: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.p0 {
    padding : 0px;
}

.p5 {
    padding : 5px;
}

.p10 {
    padding : 10px;
}

.p15 {
    padding : 15px;
}

.p20 {
    padding : 20px;
}

.p25 {
    padding : 25px;
}

.m0 {
    margin: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.maxw100 {
    max-width: 100%;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt105 {
    margin-top: 105px;
}

.mt200 {
    margin-top: 200px;
}

.mh200 {
    min-height: 200px;
}

.mo {
    margin: auto;
}

.b0 {
    border: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.caps {
    text-transform: uppercase;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.wo {
    width: auto;
}

.h100 {
    height: 100%;
}

.h450px {
    height: 450px;
}

.h528px {
    height: 528px;
}

.oe {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bs-border {
    border: 1px solid #ddd;
}

.ebtn {
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    display: inline-flex;
    font-weight: bold;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
}

.ebtn-lg {
    padding: 10px 20px;
}

.ebtn-md {
    padding: 5px 15px;
    height: 34px;
}

.ebtn-red,.ebg-red {
    background: #f44336;
    color: #fff;
}

.ebtn-blue,.ebg-blue {
    background: #2196f3;
    color: #fff;
}

.ebtn-white,.ebg-white {
    background: #fff;
    color: #000;
}

.ec-black {
    color: #000;
}

.ebtn-green,.ebg-green {
    background: #4caf50;
    color : #fff;
}

.ebtn-purple,.ebg-purple {
    background: #9c27b0;
    color: #fff;
}

.btn-facebook {
    background: #1877f2;
    color: #fff;
}

.btn-google {
    background: #c83c26;
    color: #fff;
}

.btn-linkedin {
    background: #0074b0;
    color: #fff;
}

.btn-twitter {
    color: #fff;
    background: #53a7e7;
}

.eswitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    border-radius: 2px;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.34);
}

.eswitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.eswitch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: .4s;
    border-radius: 2px;
}

.eswitch-slider:before {
    position: absolute;
    content: "No";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #ccc;
    transition: .4s;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    color: #fb641b;
    text-align: center;
}

input:checked + .eswitch-slider:before {
    content: "Yes";
    background-color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    color: #2874f0;
}

input:checked + .eswitch-slider {
    background-color: #2874f0;
}

input:focus + .eswitch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .eswitch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.eswitch-slider.round {
    border-radius: 34px;
}

.eswitch-slider.round:before {
    border-radius: 50%;
}

/* Admin Common Css */
.econtainer {
    width: 100%;
    float: left;
    position: relative;
}

.dt-button {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 6px 15px;
    font-size: 13px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0px 1px 2px 0 rgba(0,0,0,.2);
    font-weight: bold;
    background: #fb641b;
    border: 1px solid #fb641b;
    color: #fff;
}

.panel-content-middle {
    width: 100%;
    float: left;
    padding: 15px;
}

.ui-breakcrub {
    display: block;
    float: left;
    padding: 0px 0px;
    margin: 0px;
}

.ui-breakcrub>li {
    display: inline-block;
    float: left;
    padding: 0px 0px 15px 0px;
    position: relative;
}

.ui-breakcrub>li>a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
}

.ui-breakcrub>li>a>i {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

.ui-breakcrub>li:last-child > a>i {
    display: none;
}

.ui-panel,.ui-panel-header,.ui-panel-body,.ui-panel-footer {
    width: 100%;
    float: left;
}

.ui-panel-body {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ui-pagination {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    float: left;
}

.ui-pagination>li {
    display: flex;
    float: left;
    padding: 0px 2.5px;
    vertical-align: middle;
    height: auto;
}

.ui-pagination>li>a {
    width: 35px;
    border: 1px solid #d7d7d7;
    text-align: center;
    margin: auto;
    padding: 5px 0px;
}

.ui-pagination>li>a.active {
    background: #2196f3;
    color: #fff;
    border-color: #2196f3;
}

.ui-panel-footer {
    padding: 10px;
}

.ui-panel-header>h3 {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.ui-panel-actions {
    float: right;
    width: auto;
    display: inline-block;
}

.ui-panel-header {
    padding: 10px;
}

.ui-panel-header>h3>i {
    margin-right: 5px;
}

.ui-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0px 1px 2px 0 rgba(0,0,0,.2);
    height: 34px;
}

.ui-btn-orange,.ui-orange {
    background: #fb641b;
    color: #fff;
}

.ui-btn-skyblue,.ui-skyblue {
    color: #fff;
    background-color: #33b5e5;
}

.ui-btn-blue,.ui-blue {
    color: #fff;
    background-color: #4285f4;
}

.ui-btn-green,.ui-green {
    color: #fff;
    background-color: #00c851;
}

.ui-btn-red,.ui-red {
    color: #fff;
    background-color: #ff3547;
}

.ui-btn-yellow,.ui-yellow {
    color: #fff;
    background-color: #fb3;
}

.ui-btn-orange,.ui-orange {
    color: #fff;
    background-color: #ffa000;
}

.ui-btn-white,.ui-white {
    color: #000;
    background-color: #fff;
}

.ui-btn-black,.ui-black {
    color: #fff;
    background-color: #212121;
}

.ui-btn:hover {
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.12);
}

.ui-widget {
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 0px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    position: relative;
    min-height: 90px;
}

.ui-widget > i {
    position: absolute;
    font-size: 40px;
    opacity: 0.5;
    z-index: 0;
    right: 20px;
    top: 0px;
    margin: auto;
    bottom: 0px;
    max-height: 60px;
    vertical-align: middle;
    transition: 0.5s all;
}

.ui-widget > label {
    font-size: 14px;
    font-weight: 100;
    display: block;
    width: 100%;
    float: left;
}

.ui-widget > h3 {
    font-size: 28px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    float: left;
    margin-top: 5px;
}

.ui-widget:hover i {
    font-size: 50px;
}

.header-navigation >ul >li.notification-bell {
    padding: 0px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.header-navigation >ul >li.notification-bell > a {
    color: #000000;
    font-size: 17px;
    padding: 11px;
    text-decoration: none;
}

.header-navigation >ul >li.notification-bell > a.active {
    color: #fb641b;
}

.bs-border {
    border: 1px solid #ddd;
}

/* DASHBOARD */
.filters {
    display: none;
}

.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}

.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}

.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}

.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}

.td-select {
    width: 250px;
    float: left;
    padding-right: 70px;
    position: relative;
}

.td-select > button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
}

.loader-container {
    width: 100%;
    float: left;
    min-height: 200px;
    position: relative;
    text-align: center;
    display: none;
}

.loader-overlay {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    background: #fff;
    z-index: 99999;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}

.loader-container > .loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #183eb5;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.5s linear infinite;
    /* Safari */
    animation: spin 0.5s linear infinite;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 48%);
}

/* PRICE CALCULATOR */
.room_price_calculator {
    padding: 0px;
}

.room_price_calculator>h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    border-bottom: 2px solid #000;
    padding: 0px 20px 5px 0px;
    font-size: 15px;
}

.room_price_calculator_price > h3 {
    margin: 0px;
    font-size: 30px;
    color: #1d4ae1;
}

.room_price_calculator_price {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.room_price_calculator_price > span {
    color: #6d787d;
    font-size: 12px;
}

.room_price_calculator_rooms,.room_price_calculator_date,.room_price_calculator_roomtypes,.room_price_calculator_inclusions {
    width: 100%;
    float: left;
}

.room_price_calculator_date > div {
    border: 1px solid #ddd;
    width: 100%;
    float: left;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 9%);
    padding: 5px;
}

.room_price_calculator_date > div > h3,.room_price_calculator_date > div > span {
    display: inline-block;
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0px;
}

.room_price_calculator_date > div > h3 {
    font-size: 17px;
    padding-top: 5px;
}

.room_price_calculator_date > div > span>i {
    display: inline-block;
    background: #69aae2;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding-top: 7px;
}

.room_price_calculator_rooms > div {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    color: #6d787d;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 9%);
}

.room_price_calculator_rooms {
    margin-top: 15px;
    margin-bottom: 15px;
}

.room_price_calculator_rooms > div >div {
    width: 100%;
    float: left;
    padding: 5px;
}

.room_price_calculator_rooms > div >div > label {
    margin: 0px;
    display: inline-block;
    float: left;
    width: 50%;
    text-align: left;
}

.room_price_calculator_rooms > div >ul {
    padding: 0px;
    width: 100%;
    float: left;
    text-align: center;
    border-top: 1px solid #ddd;
    margin: 0px;
}

.room_price_calculator_rooms > div >ul > li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.room_price_calculator_rooms > div >ul > li > div {
    width: 50%;
    float: left;
    padding: 5px 5px;
    text-align: left;
}

.room_price_calculator_rooms > div >ul > li > div > span {
    display: block;
    float: left;
    padding: 5px 0px;
}

.room_price_calculator_rooms > div >ul > li > div >div {
    border: 1px solid #66ace7;
    padding: 0px;
    width: 100px;
    margin: auto;
    float: left;
}

.room_price_calculator_rooms > div >ul > li > div >div > button {
    width: 30px;
    height: 30px;
    float: left;
    border: none;
    outline: none;
    background: #66ace7;
    color: #fff;
}

.room_price_calculator_rooms > div >ul > li > div >div > span {
    width: 38px;
    display: inline-block;
    float: left;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}

.room_price_calculator_roomtypes > ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 9%);
    border: 1px solid #ddd;
}

.room_price_calculator_roomtypes {
    margin-top: 15px;
}

.room_price_calculator_roomtypes > ul > li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
}

.room_price_calculator_roomtypes > ul > li:last-child {
    border : none;
}

.room_price_calculator_roomtypes > ul > li > label {
    margin: 0px;
    float: left;
    width: 100%;
    padding: 10px;
}

.room_price_calculator_roomtypes > ul > li > label > input {
    float: right;
}

.room_price_calculator_rooms > div >ul > li > div.room_price_calculator_inclusions {
    margin-top: 0px;
    width: 100%;
}

.room_price_calculator_inclusions > ul {
    padding: 0px;
    margin: 0px;
}

.room_price_calculator_inclusions > ul > li {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0px;
}

/* ENDS */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
