/*hole page butoon are small*/
.btn-group-sm>.btn, .btn-sm {
    padding: 0.1rem .15rem;
    font-size: .675rem;
    line-height: 1.0;
    border-radius: .2rem;
}

.gradient-border {
    border-bottom: 2px solid #FF5722;
    border-left: 2px solid #FF5722;
    border-top: 2px solid #2196F3;
    border-right: 2px solid #2196F3;
}
.text-purple{
    color:#800080 !important;
}
.text-voilet{
    color:#8F00FF !important;
}
.border-warning {
    border-color: #ff9000!important;
}
.border-danger {
    border-color: #ff0000!important;
}
.border-purple{
    border:1px solid #800080 !important;
}
.zoom-1:hover{
    transform: scale(1.02);
}
.zoom-2:hover{
    transform: scale(1.04);
}
.zoom-3:hover{
    transform: scale(1.06);
}
.zoom-4:hover{
    transform: scale(1.08);
}
.zoom-5:hover{
    transform: scale(1.1);
}
.rotate-45 {
  transform: rotate(45deg); /* Equal to rotateZ(45deg) */
}
.rotate-60 {
  transform: rotate(60deg); /* Equal to rotateZ(45deg) */
}
.rotate-75 {
  transform: rotate(75deg); /* Equal to rotateZ(45deg) */
}
.rotate-90 {
  transform: rotate(90deg); /* Equal to rotateZ(45deg) */
}
.rotate-120 {
  transform: rotate(120deg); /* Equal to rotateZ(45deg) */
}
.rotate-180 {
  transform: rotate(180deg); /* Equal to rotateZ(45deg) */
}

/*new design sidebar*/
#page-container.sidebar-dark #sidebar {
    color: #fff;
    background-color: #e2e2e2;
    box-shadow: 0px 3px 27px #a9a9a9 !important;
}
#page-container.sidebar-dark #sidebar .tracking-wider {
    color: #333;
    font-weight: 400;
}
.nav-main-dark .nav-main-link, .page-header-dark #page-header .nav-main-link, .sidebar-dark #sidebar .nav-main-link {
    color: #272727;
}
.nav-main-dark .nav-main-link>.nav-main-link-icon, .page-header-dark #page-header .nav-main-link>.nav-main-link-icon, .sidebar-dark #sidebar .nav-main-link>.nav-main-link-icon {
    background-color: #cfe0fc !important;
    color: #0a47a9 !important;
    font-size:18px;
    padding:5px;
    border-radius: 5px;
    
}
.nav-main-dark .nav-main-link:hover, .page-header-dark #page-header .nav-main-link:hover, .sidebar-dark #sidebar .nav-main-link:hover, .nav-main-item.active {
    color: #fff;
    background-color: #4caf50;
}
.nav-main-dark .nav-main-item.open>.nav-main-link-submenu, .nav-main-dark .nav-main-item.open>.nav-main-link-submenu>.nav-main-link-icon, .page-header-dark #page-header .nav-main-item.open>.nav-main-link-submenu, .page-header-dark #page-header .nav-main-item.open>.nav-main-link-submenu>.nav-main-link-icon, .sidebar-dark #sidebar .nav-main-item.open>.nav-main-link-submenu, .sidebar-dark #sidebar .nav-main-item.open>.nav-main-link-submenu>.nav-main-link-icon {
    color: #fff;
    background-color: #4caf50;
}
.nav-main-item.active > .nav-main-link, .nav-main-item.active > .nav-main-link > .nav-main-link-icon {
    color: #fff !important;
}
.nav-main-dark .nav-main-item.open>.nav-main-submenu, .page-header-dark #page-header .nav-main-item.open>.nav-main-submenu, .sidebar-dark #sidebar .nav-main-item.open>.nav-main-submenu {
    background-color: #4caf5094;
}
.nav-main-dark .nav-main-submenu .nav-main-link, .page-header-dark #page-header .nav-main-submenu .nav-main-link, .sidebar-dark #sidebar .nav-main-submenu .nav-main-link {
    color: #000000;
}
.nav-main-item.open>.nav-main-submenu>.nav-main-item {
    padding-left: 7px;
}
.nav-main-item.open>.nav-main-submenu>.nav-main-item:hover {
    background-color: #4caf50;
}
.nav-main-dark .nav-main-submenu .nav-main-link.active, .nav-main-dark .nav-main-submenu .nav-main-link:hover, .page-header-dark #page-header .nav-main-submenu .nav-main-link.active, .page-header-dark #page-header .nav-main-submenu .nav-main-link:hover, .sidebar-dark #sidebar .nav-main-submenu .nav-main-link.active, .sidebar-dark #sidebar .nav-main-submenu .nav-main-link:hover {
    color: #fff;
    background-color: #4caf50;
}
/*new design sidebar*/
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #000;
    /*background-color: #fa0606;*/
    padding: 2px 12px; 
    margin-left:1px;
    margin-right:1px;
    /*border:0.2px solid grey;*/
    border-radius:10px !important; font-size:10px
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fa0606;
    padding: 2px 12px; 
    border-radius:10px !important; font-size:10px
}

.bg-danger{
    background-color: tomato !important;
}

.bg-orange{
    background-color:orange;
}

.bg-orange-dark,.text-orange-dark{
    background-color:#E07C24;
}
.text-orange{
    color:orange !important;
}


.badge-light-red{
    background-color:#ff826cb3 !important;
    color:#b00000;
}

.text-red{
    color:#b00000 !important;
}

.badge-orange{
    background-color:orange;
    color:white;
}
.badge-yellow{
    background-color:#ffcb00;
    color:black;
}
.bg-yellow{
    background-color:#ffcb00 !important;
}
.text-yellow{
    color:#ffcb00 !important;
}
.badge-navy-blue{
    background-color:#0033a8 !important;
    color:white !important;
}
.cp {
    cursor: pointer;
    /*cursor: url("https://assets-global.website-files.com/60b118690f8e028ab7d93790/6102ad7e954507b8d406407f_Pointer.svg") 5 12, auto;*/
}
.hover-fade-out:hover{
    opacity:0.7;
}

/*Reminder red spot animation */
.fa-circle{
    color:red !important;
    transform: scale(0.5);
    transition: all 1s ease-in-out;
    animation: animate 1s  infinite;
    }
    @keyframes animate{
        0%{
            transform: scale(0.5);
        }
        25%{
            transform: scale(0.7);
        }
        50%{
            transform: scale(1);
        }
        75%{
            transform: scale(0.9);
        }
        100%{
            transform: scale(0.7);
        }
    }
    
/*fixed-right-bottom button */
#callback {
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 20px;
}
#alert {
    position: fixed;
    top: 90%;
    left: 50%;
    color:white;
    transform: translate(-50%, -50%);
    background-color: #95B85D !important;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    box-shadow: 1px 1px 3px #2f2f2f;
}

.error {
    display:none;
    position: fixed;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: red;
    color:white;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    box-shadow: 1px 1px 3px #2f2f2f;
    z-index:99999;
}
.success {
    display:none;
    position: fixed;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: green;
    color:white;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    box-shadow: 1px 1px 3px #2f2f2f;
    z-index:99999;
}

@media (min-width: 1200px) {
    #page-container.main-content-narrow>#main-container .content, #page-container.main-content-narrow>#page-footer .content, #page-container.main-content-narrow>#page-header .content, #page-container.main-content-narrow>#page-header .content-header {
        width: 100%;
    }
}
#reload_alert {
    position: fixed;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #eaeaea;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    box-shadow: 1px 1px 3px #2f2f2f;
    padding: 3px 8px;
    border-radius: 0;
    background: #ff1100;
    color: #fff;
    cursor: pointer;
}
.custom-card {
    background-color: #f6f7f8;
    border: 0;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
}
.custom-card > .card-body {
    padding: 2px 5px;
}
.custom-card > .card-body .timing {
    font-size: 10px;
    margin-left: 10px;
}
.modal .modal-dialog-aside{
    width: 350px;
    max-width:80%;
    height: 100%;
    margin:0;
    transform: translate(0);
    transition: transform .2s;
}
.modal .modal-dialog-aside .modal-content{
    height: inherit;
    border:0;
    border-radius: 0;
}
.modal .modal-dialog-aside .modal-content .modal-body{
    overflow-y: auto
}
.modal.fixed-left{
    padding-right: 0!important;
}
.modal.fixed-right{
    padding-left: 0!important;
}
.modal.fixed-left .modal-dialog-aside{
    margin-left:auto;
    transform: translateX(100%);
}
.modal.fixed-right .modal-dialog-aside{
    margin-right:auto;
    transform: translateX(-100%);
}
.modal.show .modal-dialog-aside{
    transform: translateX(0);
}

/* sidebar modal ends */

@media (min-width: 1200px) {
    #page-container.main-content-narrow>#main-container .content, #page-container.main-content-narrow>#page-footer .content, #page-container.main-content-narrow>#page-header .content, #page-container.main-content-narrow>#page-header .content-header {
        width: 100%;
    }
}
.form-control {
  /*border-width: 0 0 2px 0;*/
  border-color: #5543ca !important;
  font-size: 11px;
}

#data_table tr td .form-control {
    height: calc(1em + .2rem + 1px);
}
#data_table tr td{
    width: 100px;
}
.hotel_table tr td .form-control {
    height: calc(1em + .2rem + 1px);
}
.hotel_table tr td{
    width: 100px;
}
.badge-danger {
    background: tomato;
}
.text-danger {
    color: tomato !important;
}

.datatable__custom_buttons__sm {
    margin-top: 0;
}
.datatable__custom_buttons {
    margin-right: 0;
}
.custom-cat-select {
    display: inline-block;
    /*margin: 0.5rem;*/
    margin-left: 0;
}

.custom-cat-select > label{
        font-size:9px !important;
        font-weight: bold !important;
    }
.custom-cat-select > label {
    margin: 0;
    padding: 0.3rem;
    cursor: pointer;
    border: 2px solid transparent;
    font-size: 13px;
}
.datatable__custom_buttons > label {
    display: inline-block;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #6c757d6e;
    padding: .5rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .3rem;
}
/*.datatable__custom_buttons__sm > label {*/
/*    padding: .25rem .5rem;*/
/*    font-size: .76562rem;*/
/*    line-height: 1.5;*/
/*    border-radius: .2rem;*/
/*}*/
.custom-cat-select > input:checked ~ label {
    border: 2px solid #696d71;
    background-color: #efefefba;
}
/*.datatable__custom_buttons > input:checked ~ label {*/
/*    border: 1px solid transparent;*/
/*    color: #fff;*/
/*    background-color: #fa0606;*/
/*    border-color: #fff;*/
/*    line-height: 1.5;*/
/*}*/

.datatable__custom_buttons__sm > label {
    padding: 0.25rem 0.5rem;
    font-size: .76562rem;
    line-height: 0.9;
    border-radius: 0.2rem;
}
.datatable__custom_buttons > input:checked ~ label {
    border: 1px solid transparent;
    color: #fff;
    background-color: blue;
    border-color: #fff;
    line-height: 0.9;
}
.datatable__custom_buttons__sm label:hover{
    background:red;
    color:white;
}
/* fullscreen modal starts */
.modal.modal-fs {
    padding: 0 !important;
}
.modal.modal-fs .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal.modal-fs .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal.modal-fs .modal-body {
    overflow-y: auto;
}
/* fullscreen modal ends */

.pulse {
  overflow: visible;
  position: relative;
}

.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
          animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

.pulse.danger::before {
  background-color: #f44336;
}

.pulse.primary::before {
  background-color: #007bff;
}

.pulse.success::before {
  background-color: #4caf50;
}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.pulse::before {
  z-index: 0;
}

/************************/


.circle-progress {
  width: 50px;
  height: 50px;
  background: none;
  position: relative;
}

.circle-progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.circle-progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.circle-progress .progress-left {
  left: 0;
}

.circle-progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-value div{
    padding-top:15px;
}

.circle-progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.circle-progress .progress-right {
  right: 0;
}

.circle-progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.circle-progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}


.rounded-lg {
  border-radius: 1rem;
}

.text-gray {
  color: #aaa;
}

div.h4 {
  line-height: 1rem;
}
/**************************/


/**********EVENT CALENDAR CSS********/
    .calendar {
    display: flex;
    flex-flow: column;
}
/*.calendar .header .month-year {*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    color: #636e73;*/
/*    padding: 20px 0;*/
/*}*/
.calendar .header .month-year {
    margin-top:10px;
    font-size: 20px;
    font-weight: bold;
    color: #212529;
    background: #f8f9fa;
    text-align: center;
    padding: 3px 0;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
} 
.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #2c7aca;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #448cd6;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
/*.calendar .days .day_num {*/
/*    display: flex;*/
/*    flex-flow: column;*/
/*    width: calc(100% / 7);*/
/*    border-right: 1px solid #e6e9ea;*/
/*    border-bottom: 1px solid #e6e9ea;*/
/*    padding: 15px;*/
/*    font-weight: bold;*/
/*    color: #7c878d;*/
/*    cursor: pointer;*/
/*    min-height: 100px;*/
/*}*/

.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 5px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 50px;
}

.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}

/*.calendar .days .day_num .event {*/
/*    margin-top: 10px;*/
/*    font-weight: 500;*/
/*    font-size: 10px;*/
/*    padding: 3px;*/
/*    border-radius: 4px;*/
/*    background-color: #f7c30d;*/
/*    color: #fff;*/
/*    word-wrap: break-word;*/
/*}*/
.calendar .days .day_num .event {
    margin-top: 5px;
    /*font-weight: 600;*/
    font-size: 10px;
    padding: 3px;
    border-bottom:1px solid;
    color: #f7c30d;
    /*background-color: #f7c30d;*/
    /*color: red;*/
    word-wrap: break-word;
}

.calendar .days .day_num .event.green {
    color: #51ce57;
    /*background-color: #51ce57;*/
}
.calendar .days .day_num .event.blue {
    color: #518fce;
    /*background-color: #518fce;*/
}
.calendar .days .day_num .event.red {
    color: #ce5151;
    /*background-color: #ce5151;*/
}
.calendar .days .day_num .event.transparent {
    background-color: transparent;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
/*.calendar .days .day_num.selected {*/
/*    background-color: #c3cad1;*/
/*    cursor: inherit;*/
/*}*/
.calendar .days .day_num.selected {
    background-color: #cfe0fc;
    cursor: inherit;
    color: #0a47a9;
}

/********END EVENT CALENDAR*********/


/************Timeline with icon*********/

  .timeline-with-icons {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }

  .timeline-with-icons .timeline-item {
    position: relative;
  }

  .timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }

  .timeline-with-icons .timeline-icon {
    position: absolute;
    left: -50px;
    background-color: hsl(217, 88.2%, 90%);
    color: hsl(217, 88.8%, 35.1%);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.table-responsive::-webkit-scrollbar {
  width: 0.5em;
  height:0.5em;
}

.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color:transparent;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius:5px;
}

.popover-body {
    box-shadow:1px 1px 5px black;
    width:900px;
    background:white;
    top:100px;
    height: 400px;
    overflow-y: auto;
 }
 .popover-header{
     border:1px solid;
 }