/*=========================================
DEFAULT CSS
==========================================*/
.success-message{
    background: #008000;
    width: auto;
    float: right;
}

.error-message{
    background: #e60000;
    width: auto;
    float: right;
}

.success-message p,
.error-message p{
    color: #fff;
    font-size: 14px;
}

.page .page-header .back-btn{
    border-color: #004d99;
    color: #004d99;
}

.page .page-header .back-btn:hover{
    background: #004d99;
    color: #fff;
}

form .save-btn{
    background: #004d99;
    color: #fff;
}

form .save-btn:hover{
    background: #0073e6;
    color: #fff;
}

form input[type=text]:focus,
form input[type=password]:focus,
form select:focus{
    border-color: #004d99;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 89, 179, 0.6);
    outline: 0 none;
}

.table .table-content .action-dropdown .dropdown-link{
    color: #bfbfbf;
}

.table .table-content tr:hover .action-dropdown .dropdown-link{
    color: #004d99;
}

.table .table-content .action-dropdown .dropdown-menu .dropdown-item:hover{
    color: #004d99;
}

.table .table-content .search-form input{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.table .table-content .search-form button{
    border: 1px solid #d9d9d9;
}

.table .table-content .search-form button{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
    color: #004d99;
}

.table .table-content .table-message-box img{
    width: 40%;
    filter: grayscale(100%) opacity(50%);
    margin-top: 55px;
}

.pagination .active .page-link{
    background: #004d99;
    color: #fff;
}

.dialog-model{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51,0.6);
    display: none;
}

.dialog-model .dialog-model-content{
    width: 30%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    margin-top: 125px;
    position: relative;
}

.dialog-model .dialog-model-content .dialog-header{
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

.dialog-model .dialog-model-content .dialog-header h6{
    margin-top: 5px;
}

.dialog-model .dialog-model-content .dialog-body{
    padding: 10px;
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
    color: #8c8c8c;
}

.dialog-model .dialog-model-content .dialog-footer .confirm-btn{
    background: #004d99;
}

.dialog-model .dialog-model-content .dialog-footer .confirm-btn:hover{
    background: #0073e6;
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-thumb{
    background: #004d99;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover{
    background: #0073e6;
}

::-webkit-scrollbar-track{
    background: #cccccc;
}

/*=================================
LOGIN CSS
==================================*/
.login .login-inner{
    margin: 0 auto;
    margin-top: 85px;
    border-radius: 5px;
}

.login .login-inner .login-image-col{
    background-image: url('../images/20.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.login .login-inner .login-form-col img{
    width: 99%;
    height: auto;
}

/*=====================================
CONTROLPANEL CSS
=====================================*/
.wrapper .sidemenu{
    width: 250px;
    max-width: 250px;
    height: 100%;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
    z-index: 1;
    background: #e6f2ff;
}

.wrapper .sidemenu .sidemenu-header{
    height: 65px;
}

.wrapper .sidemenu .sidemenu-header .small-logo{
    display: none;
}

.wrapper .sidemenu .sidemenu-header .large-logo{
    width: 95%;
    height: auto;
}

.wrapper .sidemenu .sidemenu-navigation{
    height: 475px;
    overflow: scroll;
    overflow-x: hidden;
}

.wrapper .sidemenu .sidemenu-navigation::-webkit-scrollbar{
    width: 5px;
}

.wrapper .sidemenu .sidemenu-navigation::-webkit-scrollbar-track{
    background: transparent;
}

.wrapper .sidemenu .sidemenu-navigation .active{
    background: #004d99;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.wrapper .sidemenu .sidemenu-navigation .active:hover{
    background: #0073e6;
}

.wrapper .sidemenu .sidemenu-navigation .accordion li a{
    font-size: 14px;
    color: #004d99;
}

.wrapper .sidemenu .sidemenu-navigation .accordion li a:hover{
    color: #0073e6;
}

.wrapper .sidemenu .sidemenu-navigation .accordion li .submenu{
    display: none;
    background: #cce6ff;
}

.wrapper .sidemenu .sidemenu-navigation .accordion li i.fa-chevron-right{
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.wrapper .sidemenu .sidemenu-navigation .accordion li.open i.fa-chevron-right{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* .wrapper .sidemenu .sidemenu-navigation .accordion li .disabled{
    cursor: no-drop;
    color: #bfbfbf;
} */

.wrapper .sidemenu .sidemenu-profile .profile-details{
    margin-left: -8px;
}

.wrapper .sidemenu .sidemenu-profile .login-user-text{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    padding: 5px;
    background: #cce6ff;
    color: #004d99;
}

.wrapper .sidemenu .sidemenu-profile .active-circle{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #009900;
    position: absolute;
    bottom: 23px;
    left: 55px;
}

.wrapper .sidemenu .sidemenu-profile .profile-details h6{
    margin: 20px 0 0 0;
    color: #004d99;
}

.wrapper .sidemenu .sidemenu-profile .profile-details p{
    font-size: 12px;
    color: #004d99;
}

.wrapper .right-panel .right-panel-topbar{
    height: 65px;
    background: #e6f2ff;
}

.wrapper .right-panel .right-panel-topbar #screenResizer{
    margin-top: 10px;
    color: #004d99;
}

.wrapper .right-panel .right-panel-topbar #screenResizer:hover{
    color: #0073e6;
}

.wrapper .right-panel .right-panel-topbar h4{
    color: #004d99;
    font-weight: normal;
}

.wrapper .right-panel .right-panel-topbar ul{
    margin-top: -45px;
}

.wrapper .right-panel .right-panel-topbar ul li a{
    color: #004d99;
}

.wrapper .right-panel .right-panel-topbar ul li a:hover{
    color: #0073e6;
}

.wrapper .right-panel .right-panel-topbar ul li a.block-class i,
.wrapper .right-panel .right-panel-topbar ul li a.block-class .nav-label{
    display: block;
}

.wrapper .right-panel .right-panel-topbar ul li a i{
    font-size: 18px;
}

.wrapper .right-panel .right-panel-topbar ul li a span{
    font-size: 12px;
    margin-top: 5px;
}

.wrapper .right-panel .right-panel-topbar ul li a .notification-mark{
    position: absolute;
    font-size: 8px;
    background: #ff0000;
    /* border: 2px solid #cce1f7; */
    top: -3px;
    right: 32px;
}

.wrapper .right-panel .right-panel-topbar ul li a.profile-link span{
    width: 50px;
    height: 50px;
    background: #cce6ff;
    text-align: center;
    padding: 5px;
    border-radius: 100%;
    margin-top: -5px;
}

.wrapper .right-panel .right-panel-topbar ul li a.profile-link h6{
    margin-left: 5px;
}

.wrapper .right-panel .right-panel-topbar ul li a.profile-link p{
    font-size: 12px;
    margin-left: 5px;
    margin-top: -5px;
}

.wrapper .right-panel .right-panel-topbar ul li a.profile-link .active-mark{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #009900;
    position: absolute;
    bottom: 23px;
    right: 95px;
}

.wrapper .right-panel .right-panel-iframe iframe{
    height: 535px;
}

.wrapper .screen-resize{
    width: 85px;
}

.wrapper .screen-resize .sidemenu-header .large-logo{
    display: none;
}

.wrapper .screen-resize .sidemenu-header .small-logo{
    display: block;
    width: 95%;
    height: auto;
}

.wrapper .screen-resize .sidemenu-profile .profile-details{
    display: none;
}

.wrapper .screen-resize .sidemenu-navigation{
    height: 468px;
}

.wrapper .screen-resize .sidemenu-navigation .active{
    padding: 5px 2px 5px 2px;
    font-size: 12px;
}

.wrapper .screen-resize .sidemenu-navigation .active i{
    font-size: 20px;
}

.wrapper .screen-resize .sidemenu-navigation .active i,
.wrapper .screen-resize .sidemenu-navigation .active span{
    display: block;
    text-align: center;
}

.wrapper .screen-resize .sidemenu-navigation .accordion li a{
    text-align: center;
    padding: 8px 0 8px 0;
    font-size: 12px;
}

.wrapper .screen-resize .sidemenu-navigation .accordion li a i,
.wrapper .screen-resize .sidemenu-navigation .accordion li a span{
    display: block;
}

.wrapper .screen-resize .sidemenu-navigation .accordion li a i.fa-chevron-right{
    display: none;
}

.wrapper .screen-resize .sidemenu-navigation .accordion li a i{
    font-size: 20px;
}

.wrapper .screen-resize .sidemenu-navigation .accordion li{
    position: relative;
}

.wrapper .screen-resize .sidemenu-navigation .accordion li .submenu{
    width: 150px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 73px;
    z-index: 9999999999999999;
}

.wrapper .screen-resize .sidemenu-navigation .accordion li .submenu li a{
    font-size: 14px;
    text-align: left;
    margin-left: 3px;
}

.wrapper .screen-resize .sidemenu-navigation .accordion li .submenu li a i{
    font-size: 14px;
}

.wrapper .screen-resize .sidemenu-navigation .accordion li .submenu li a i,
.wrapper .screen-resize .sidemenu-navigation .accordion li .submenu li a span{
    display: inline;
}

.notification .notification-menu{
    width: 380px;
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
}

.notification .notification-menu::-webkit-scrollbar{
    width: 2px;
}

.notification .notification-menu::-webkit-scrollbar-track{
    background: transparent;
}

.notification .notification-menu a{
    text-decoration: none;
}

.notification .notification-menu a:hover{
    background: #f8f3f3;
    cursor: pointer;
}

.notification .notification-menu .active{
    background: #e1e1e1;
}

.notification .notification-menu a .notification-date{
    color: #8c8c8c;
}

.notification .notification-menu .active .notification-date{
    color: #000;
}

.notification .notification-menu a .dot{
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 4px;
    right: -4.5px;
}

.notification .notification-menu a p{
    font-size: 14px;
    color: #8c8c8c;
    text-align: justify;
    line-height: 1.5;
}

.notification .notification-menu .active p{
    color: #000;
}

.notification .notification-menu .notifi-status img{
    width: 45%;
    height: auto;
    margin-top: 55px;
    filter: grayscale(100%) opacity(35%);
}

/*===================================
DASHBOARD CSS
===================================*/
.dashboard .dashboard-header h6{
    color: #8c8c8c
}

.dashboard .dashboard-header h6 small{
    font-size: 10px;
}

.data-boxes .data-col-inner i{
    padding: 20px 20px;
    background: #004d99;
    color: #fff;
    font-size: 30px;
}

.data-boxes .data-col-inner p{
    color: #8c8c8c;
    font-size: 14px;
    margin-top: -5px;
}

.col-header h5{
    color: #8c8c8c;
}

.col-header i{
    margin-top: -25px;
    color: #004d99;
}

/*=============================================
ROOM: LIST CSS
=============================================*/
.room-model{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(77, 77, 77, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.room-model .room-model-content{
    background: #fff;
    border-radius: 5px;
    width: 700px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 5px;
}

.room-model .room-model-content .room-model-body .tab-pane{
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

.room-model .room-model-content .room-model-body .nav-tabs button{
    border: none;
    border-radius: 0;
    width: 125px;
}

.room-model .room-model-content .room-model-body .nav-tabs button.active{
    background: #004d99;
    border: none;
    color: #fff;
}

.room-model .room-model-content .room-model-body .tab-pane .table-head{
    background: #cccccc;
}

.room-model .room-model-content .room-model-body .tab-pane .table-content{
    background: #f2f2f2;
}

.room-model .room-model-content .room-model-body .tab-pane{
    font-size: 14px;
}

/*==================================
BOOKING: SEARCH CSS
==================================*/
.result-box img{
    width: 50%;
    height: auto;
    filter: grayscale(20%) opacity(50%);
}

.demo-product-col h5{
    color: #8c8c8c;
    font-size: 18px;
}

.demo-product-col .price-tag{
    font-weight: normal;
    font-size: 18px;
}

.demo-product-col .price-tag .small-text{
    font-size: 12px;
}

.demo-product-col .tag{
    font-size: 14px;
    color: #8c8c8c;
}

/*======================================
BOOKING: ADD CSS
======================================*/
.empty-cart-status img{
    width: 95%;
    filter: grayscale(55%) opacity(70%);
}

.shopping-cart .table-head{
    background: #cce1f7;
    color: #004d99;
}

.shopping-cart .table-body{
    background: #e0dede;
    font-size: 14px;
}

.shopping-cart .table-footer{
    font-size: 14px;
    background: #e0dede;
}

.shopping-cart .cart-remove-btn{
    color: #004d99;
}

.shopping-cart .cart-remove-btn:hover{
    color: #0073e6;
}

.shopping-cart .cart-empty-btn{
    border: 1px solid #e60000;
    color: #e60000;
}

.shopping-cart .cart-empty-btn:hover{
    background: none;
}

.iti{
    width: 100%;
}

.cart-success-message{
    background: #008000;
    width: auto;
}

.cart-error-message{
    background: #e60000;
    width: auto;
}

.cart-success-message p,
.cart-error-message p{
    color: #fff;
    font-size: 14px;
}

/*=======================================
BOOKING: READ PAGE CSS
========================================*/
.col-body .table-body,
.col-body .table-head{
    font-size: 14px;
}

.add-room-no{
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
}

.add-room-no::-webkit-scrollbar{
    width: 5px;
}

.add-room-no::-webkit-scrollbar-thumb{
    background: #004d99;
    border-radius: 15px;
}

/*========================================
CUSTOMER: PROFILE CSS
========================================*/

.action-btn{
    background: #fff;
    color: #8c8c8c;
    border: none;
}

.action-btn:hover{
    background: #004d99;
    color: #fff;
}

.table-head,
.table-body{
    font-size: 14px;
}

.data-box p{
    color: #8c8c8c;
    font-size: 14px;
}

/*=========================
REVIEW: REPLY PAGE CSS
=========================*/
.reply .reply-col .demo-review span{
    background: #e6f2ff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    padding: 9px 10px;
    font-weight: 500;
    color: #0066cc;
}

.reply .reply-col .demo-review h6{
    margin-left: 45px;
}

.reply .reply-col .demo-review .star-set{
    margin-left: 45px;
    font-size: 12px;
}

.reply .reply-col .demo-review p{
    margin-left: 45px;
    line-height: 1.5;
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 25px;
}

.reply .reply-col .demo-review .star-set .gray-star{
    color: #cac8c8;
}