.to-do-list-div-main table thcontent-header h1 {
    display: inline;
    padding-right: 10px;
}
.pdg-right-ten{
	padding-right:10px;
}

.fc-time {
    display: none;
}
.fc-toolbar .label { color: #AE90E9; font-size: 14px; font-weight: 700; line-height: 1.5; }
.fc-toolbar .fc-icon { color: #AE90E9; font-weight: 700; }
.fc-toolbar .fc-button { background: transparent; border: none; box-shadow: none; padding: 0 .3em; }

.fc-left .fc-icon-left-double-arrow:after { content: "\02039"; }
.fc-left .fc-icon-right-double-arrow:after { content: "\0203A"; }
.fc td ,.fc th { font-weight: 700; }
.fc td { color: #888; }
.fc th {  color: #AE90E9; padding: 16px; text-align: right; }
.fc-ltr .fc-basic-view .fc-day-number { padding-right: 16px; }

.head-link { font-size: 16px; font-weight: 700; color: #AE90E9; cursor: pointer; }
.head-link i {
    margin-right: 4px;
    font-weight: normal;
}

/* Login Page CSS */
.login-page ul.user-setting {min-width: auto ! important; width: auto ! important;}
.login-page ul.user-setting .user-footer div.full-width {display: block; width: 100%;}
.login-page .mrg-btm-twy{margin-bottom:40px;}

.login-page .content-wrapper, .right-side {
    margin-left: 0px!important;
}
body.login-page footer {
    margin-left: 0;
}
.bg-white {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 20px;
}

.login-page .content-wrapper, .right-side {
    background-color: transparent;
    min-height: 100%;
    z-index: 800;
}
.login-page .wrapper{
    /*background: url("../images/bg.jpg") no-repeat;*/
    background: #fff;
}
.login-page .login-logo, .register-logo {
    border-bottom: none;
    font-size: 35px;
    font-weight: 300;
    /*margin-bottom: 80px;*/
    text-align: left;
}
.login-page .login-box, .register-box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    margin: auto;
    overflow: hidden;
    max-width: 370px;

}
.login-page .login-box h1 { font-size: 36px; font-weight: 700; color: #000; margin-bottom: 12px; }
.login-page .login-box p { font-size: 18px; color: #888; margin-bottom: 16px; }
.login-page .login-box label { font-size: 16px; color: #888; }

.login-page .login-box .form-control{
    background: #FFFFFF;
    border: 0.5px solid rgba(136, 136, 136, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    font-size: 16px;
    padding: 11px;
    height: auto;

}
.login-page .login-box .btn{
    background: #AE90E9;
    border-color: #AE90E9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    padding: 11px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.login-page .section {
        height: 100vh;
    display: flex;
}
.login-page .banner { 
    width: 100%; 
    display: flex;
    background: url("../images/login-bg.png") no-repeat top right; 
}
.login-page .banner-inr { 
    margin: auto;
    text-align: center;
    color: #fff;
    width: 100%;
}

.login-page .banner-inr img { 
    width: 100%;
}


.login-page .banner-inr h2{ 
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    margin-top: -40px;
    margin-bottom: 40px;
}

.login-page .banner-inr p{ 
    font-size: 14px;
}
.login-page .loginlink { text-align: center; margin-bottom: 36px; }
.login-page .loginlink a {
    font-weight: bold;
    font-size: 16px;
    color: #AE90E9;
}


/* Login Page CSS */
.mrg-btm-twy{margin-bottom:40px;}
.user-button {
    margin-bottom: 5px;
    width: 100%;
}
.sidebar-menu li.active {
    border-left: 3px solid #3c8dbc;
}

.padding20 {
    padding: 20px 0 !important;
}

/*shujaat*/
.form-group.pull-right.btm-grp {
    padding-right: 15px;
}
ul.dropdown-menu {
    margin-left: -48px;
}
.open>.dropdown-menu {
    background: #bce6ff;
}

.table-responsive {
    min-height: .01%;
/*    overflow-x: inherit;
*/}
.dasboard-content-wrapper{
    margin-left: 0px;
}

.dashboard .dasboard-content-wrapper {
    height: calc(100vh - 97px);
}

table.dataTable thead > tr > th {
    padding-right: 30px;
    vertical-align: text-bottom;
}

.dash-inner{
    width: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
   padding: 15px;


/* Card Shadow */

box-shadow: 0px 3px 15px rgba(119, 69, 181, 0.25);
border-radius: 20px;
}


.dbcol1 { background: linear-gradient(270deg, #667EEA 0%, #764BA2 100%); }
.dbcol2 { background: linear-gradient(270deg, #358993 0%, #0A3E42 100%); }
.dbcol3 { background: linear-gradient(270deg, #FF94A6 0%, #FF4F6D 100%); }
.dbcol4 { background: linear-gradient(270deg, #F6BF00 0%, #DBA703 100%); }
.dbcol5 { background: linear-gradient(270deg, #E2A759 0%, #D2967C 100%); }
.dbcol6 { background: linear-gradient(90deg, #85718B 0%, #E48B74 100%); }
.dbcol7 { background: linear-gradient(270deg, #8379AF 0%, #534A76 100%); }
.dbcol8 { background: linear-gradient(270deg, #AB7474 0%, #664E69 100%); }
.dbcol9 { background: linear-gradient(270deg, #FF8A00 0%, #FF5C00 100%); }
.dbcol10 { background: linear-gradient(270deg, #F0DB0A 0%, #D2D500 100%); }
.dbcol11 { background: linear-gradient(270deg, #BCD93A 0%, #56C2A4 100%); }
.dbcol12 { background: linear-gradient(270deg, #51B1C3 0%, #0D98B7 100%); }
.dbcol13 { background: linear-gradient(270deg, #C1DB4D 0%, #9FBE47 100%); }
.dbcol14 { background: linear-gradient(90deg, #546321 0%, #7C9A3A 100%); }
.dbcol15 { background: linear-gradient(270deg, #CD4EB1 0%, #D50099 100%); }
.dbcol16 { background: linear-gradient(270deg, #D09E9A 0%, #99627B 100%); }


.booking_calendar-das-div{
   background-image: url('../images/dashboard-img-1.jpg');
   background-repeat: no-repeat;
   background-size: cover; 
    text-align: center;
    padding:0px;
   
}
.accunt-das-div{
   background-image: url('../images/account.jpg');
   background-repeat: no-repeat;
   background-size: cover; 
    text-align: center;
    padding:0px;
   
}
.campany-das-div{
   background-image: url('../images/dashboard-img-2.jpg');
   background-repeat: no-repeat;
   background-size: cover; 
    text-align: center;
    padding:0px;
   
}

.inner-icon-div{
   width: 56px;
    height: 56px;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    float: left;
    line-height: 55px;
    margin-right: 8px;
}

.inner-icon-div img { width: 33px; }

.inner-icon-div i{
   color: rgb(54, 127, 169);
    font-size: 35px;
    margin-top: 25px;
}

.main-des-inner-1{
    display: inline-block;
    width: calc(100% - 64px);
}
.main-des-inner-1 p { margin:0; color: rgba(255,255,255,0.7); font-size: 12px; }
.inner-icon-div-1{ 
   width: 100px;
    height: 100px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 6px solid rgb(54, 127, 169);
}

.inner-icon-div-1 i{
  color: rgb(54, 127, 169);
    font-size: 35px;
    margin-top: 25px;
}

.dashboard-main{
   border-top: 0.5px solid #AE90E9;

}

.des-inner-heading{
    font-size: 14px;
    margin: 0;
    width: 100%;
    padding-bottom: 6px;
    color: #fff;
    font-weight: 700;
}

.topheading {
    text-align: center;
    color: #444;
}

.topheading h1 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.topheading h1 img { 
    vertical-align: text-bottom; 
    margin-right: 16px;
}

.topheading p { 
    color: #888;
    font-size: 12px;
}

.page-head img {
    float: left;
    margin-right: 16px;
}

.page-head h1 {
    float: left;
    width: calc(100% - 56px);
}
.page-head h1 p {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-top: 6px;
}
.add-new{
    background-color: #3c8dbc;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 7px;
    display: inline-block;
    width: 100%;
}
.add-new:hover{
   background-color: #367fa9;
    color: #fff;
}
.dashboard-inner-main-1{
    margin-top: 20px;
}

.user-das-div{
   background-image: url('../images/dashboard-img-3.jpg');
   background-repeat: no-repeat;
   background-size: cover; 
    text-align: center;
    padding:0px;
}
.dashboard-inner-main-1 .col-md-3{ 
    margin-bottom: 20px;
}

.inner-icon-div-2{
    width: 100px;
    height: 100px;
    background-color: #fff;
    text-align: center;
    float: left;
    border-radius: 50%;
    border: 6px solid rgb(54, 127, 169);
}
.inner-icon-div-2 i{
   color: rgb(54, 127, 169);
    font-size: 35px;
    margin-top: 25px;;
}
.eat-das-div{
   background-image: url('../images/dashboard-img-5.jpg');
   background-repeat: no-repeat;
   background-size: cover; 
    text-align: center;
    padding:0px;
}
.drink-das-div{
   background-image: url('../images/dashboard-img-6.jpg');
   background-repeat: no-repeat;
   background-size: cover; 
    text-align: center;
    padding:0px;
}
.event-das-div{
   background-image: url('../images/dashboard-img-7.jpg');
   background-repeat: no-repeat;
   background-size: cover; 
    text-align: center;
    padding:0px;
}

.deals-das-div{
   background-image: url('../images/dashboard-img-8.jpg');
   background-repeat: no-repeat;
   background-size: cover; 
    text-align: center;
    padding:0px;
}
.to-do-list-div-main{
    margin-top: 20px;

}
.to-do-list-div{
       width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #333333;
    
}
.to-do-list-div-heading{
    background-color: #333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.to-do-list-div h1{
    font-size: 20px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
    color: #fff;
    margin-left: 15px;
}
.to-do-list-div-main table th{
    font-size: 16px;
    text-align: center;
}
.to-do-list-div-main table td{
    text-align: center;
    color: #fff;
}
.hall-map{
    position: absolute;
    font-size: 19px !important;
    top: 13px;
}
.cus-table-striped{
    margin-bottom: 0px;
}
.resound-das-div{
     background-image: url('../images/dashboard-img-4.jpg');
   background-repeat: no-repeat;
   background-size: cover; 
    text-align: center;
    padding:0px;
}
.cus-table-striped>tbody>tr.completed{
   background: #77d8ac; /* For browsers that do not support gradients */
    
}
.cus-table-striped>tbody>tr.new{
   background: #dedb74;  /* For browsers that do not support gradients */
 
}
.cus-table-striped>tbody>tr.pending{
     background: #e77a7a; /* For browsers that do not support gradients */
    
}
.filter-sec{
    float: right;
    margin-top: 27px;
}
.dashboard .main-footer{
    margin-left: 0px !important;
    float: left;
    width: 100%;
}
.dashboard .sidebar-toggle{
    display: none;
}
.staric_color { color: #c10000; }
.to-do-das-div{
  background-image: url('../images/dashboard-img-9.jpg');
   background-repeat: no-repeat;
   background-size: cover; 
    text-align: center;
    padding:0px;
}

.search-list-inner{
    padding: 0px;
}

.to-do-btn1{
    float: right;
    margin-left: 5px;
}
.to-do-btn2{
    float: right;
}
.to-do-btn3{
    float: right;
    margin-right: 5px;
}
.to-do-list-btn1{
    float: right;
    margin-right: 5px;
}
.to-do-list-btn2{
    float: right;
    margin-right: 5px;
}
.to-do-list-chk{
    margin-top: 2%;
}
.result-div{
    width: 1154px;
    display: inline-block;
    text-align: center;
    float: right;
}



@media only screen and (max-width: 991px) {
    .personal_todo_check_box h3{
        float: left;
    }
    .to-do-btn1{
    float: left;
    margin-right: 5px;
}
.to-do-btn2{
    float: left;
}
.to-do-btn3{
    float: left;
    margin-left: 5px;
}
.to-do-list-btn2{
    float: left;
    margin-left: 5px;
}
.to-do-list-btn1{
    float: left;
    margin-left: 5px;
}

}
@media only screen and (max-width: 768px) {

    .login-page .login-box, .register-box{
        width: 90% !important;
        display: inline-block !important;
        left : 5% !important;
    }
}
@media only screen and (max-width: 1090px) {
    .dashboard-inner-main-1{
        display: inline-block;
        text-align: center;
    }
    
}

@media screen and  (max-width: 1443px) and  (min-width: 900px) { 
    .des-inner-heading {
    font-size: 14px;}
    .add-new {
    padding: 10px 8px ;
    font-size: 11px ;
}
}
@media only screen and (max-width: 768px) {
    .booking_calendar-das-div{
        margin-bottom: 20px;
    }
     .user-das-div{
        margin-bottom: 20px;
    }
    .campany-das-div{
        margin-bottom: 20px;
    }
     .resound-das-div{
        margin-bottom: 20px;
    }
     .eat-das-div{
        margin-bottom: 20px;
    }
     .drink-das-div{
        margin-bottom: 20px;
    }
     .event-das-div{
        margin-bottom: 20px;
    }
     .deals-das-div{
        margin-bottom: 20px;
    }
    .to-do-list-div-main {
    margin-top: 0px;
    margin-bottom: 20px;
}
.filter-sec{
    float: none;
    margin-top: 0px;
}
}
}

.search-section1 .form-controlr {
      width: 229px;
    border: solid 1px #ccc;
    height: 34px;
    padding-left: 5px;
    border-radius: 5px;
    float: right;
}


.search-section1 {
    background: #eff6ff;
    padding: 11px 18px 17px 19px;
    width: 387px;
    margin-top: 10%;
    /* margin-left: 5%; */
    border: solid 1px #3c8dbc;
    border-radius: 10px;
    /* margin-right: 5%; */
    box-shadow: 0px 0px 10px #9fa3a5;
    margin: 7% auto;

}

.form-group.mlr51 {
    display: block;
    height: 45px;
        line-height: 2.5;
        padding-top: 14px;
}

.form-controlr {
    float: right;
    width: 250px;
    height: 37px;
    border-radius: 5px;
    border: solid 1px #3c8dbc;
        padding-left: 16px;
}

.show_halls1 {
    float: right;
    width: 250px !important;
    height: 37px;
    border-radius: 5px;
    border: solid 1px #3c8dbc;
}


.search-section1 .btn.btn-primary {
    margin-top: 17px;
    /* float: right; */
    /* display: block; */
    /* position: absolute; */
    margin-left: 247px;
    padding-left: 30px;
    padding-right: 30px;
}


span.remove_row_btn, span.remove_food_row, span.remove_drink_row, span.remove_service_row{
    color: #f00;
    font-size: 22px;
    cursor: pointer;
}
span.add_more_btn, span.add_food_row, span.add_drink_row, span.add_service_row, span.view_menu{
    color: #337ab7;
    font-size: 22px;
    cursor: pointer;
}

.loader-main {
    position: fixed;
    background: rgba(0, 0, 0, 0.74);
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-top: 20%;
    overflow: hidden;
    display: none;
    z-index: 9999;
}

.food_menu_table td, .drink_menu_table td, .service_menu_table td{ padding-top: 5px;
    padding-bottom: 5px;}

select {
        background: #FFFFFF;
        border: 0.5px solid rgba(136, 136, 136, 0.5);
        box-sizing: border-box;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
        border-radius: 3px;
        padding: 5px 8px;
}

input:focus-visible ,select:focus-visible {
    outline: none;
}


.form-control, input {
        background: #FFFFFF;
        border: 0.5px solid rgba(136, 136, 136, 0.5);
        box-sizing: border-box;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
        border-radius: 3px;
        padding: 5px 8px;
}


.tab-wrap .box { border: none; border-radius: 0 5px 5px 5px; }


.tab-wrap .nav li:first-child{ border-radius: 5px 0 0 0; overflow: hidden; }
.tab-wrap .nav li:last-child{ border-radius: 0 5px 0 0; overflow: hidden; }
.tab-wrap .nav > li > a { border: none; border-bottom: 2px solid rgba(136, 136, 136, 0.25); background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%); color: rgba(136, 136, 136, 0.5); font-size: 12px; font-weight: 600; border-top: none; }
.tab-wrap .nav > li > a:hover, .tab-wrap .nav > li > a:focus { border: none; color: #AE90E9; border-bottom: 2px solid #AE90E9; }
.tab-wrap .nav>li.active>a, 
.tab-wrap .nav>li.active>a:focus, 
.tab-wrap .nav>li.active>a:hover { color: #AE90E9; background: linear-gradient(180deg, #FFFFFF 0%, #FCFCFC 100%); border-top: none; border-bottom: 2px solid #AE90E9;}
.tab-wrap .nav>li+li { margin-left: 0; border-left: 1px solid rgba(136, 136, 136, 0.25); }

.tab-wrap .nav-tabs { border: none; }
.tab-wrap .nav-tabs>li, .tab-wrap .nav-tabs>li>a { margin: 0; }


.box-body.table-responsive { padding: 18px; }

.dataTables_wrapper .dataTables_length{ float: right; }
.dataTables_wrapper .dataTables_length select { float: right; margin-left: 8px; }
.dataTables_wrapper .dataTables_length label { line-height: 2.2; }

.dataTables_wrapper .dataTables_filter{ float: left; position: relative; margin-bottom: 16px; }
.dataTables_wrapper .dataTables_filter i { position: absolute; right: 8px; top: 8px; color: #AE90E9; }
.dataTables_wrapper .dataTables_filter input { padding-right: 20px; margin-left: 0; }


table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting:after { opacity: 1; color: #AE90E9; font-weight: 300; }
table.dataTable td.action{ text-align: center; }
table.dataTable td.action ul.dropdown-menu{ right: 0; left: auto; background: #AE90E9;   margin-right: 39px;} 
.box .dropdown-menu{ background: #AE90E9;   margin-right: 39px;} 
.box .dropdown-menu a{ color: #fff; } 
.box .dropdown-menu a:hover{ background: #9678d0;  color: #fff; } 

.table th { background: #f4f4f4;  }
.table td { background: #fcfcfc; }

.personaltodo{ float: left; width: 100%; }
.personaltodo h3 { font-size: 16px; font-weight: bold; }

.dataTables_paginate .paginate_button { display: inline-block; padding: 5px 10px; border: solid 1px #ddd; color: #888 ;margin-left: -1px; cursor: pointer; background: #fcfcfc;} 
.dataTables_paginate .paginate_button.current { background: #AE90E9; color: #fff; border-color:  #AE90E9; }

.box h2 { font-size: 14px; font-weight: 700; color: #888; padding-bottom: 10px;
border-bottom: 1px solid rgba(136, 136, 136, 0.5); margin-top: 0;
 }

.box label { font-size: 10px; font-weight: 700; color: #888;  }
/*.box input[type=checkbox], .box input[type=radio] {
    margin-top: 0;
}*/
.box label.bk-type { font-size: 15px; font-weight: bold; color: #888;  }
.box label.bk-option { font-size: 15px; font-weight: 500; color: #888;  }
.innerbox {
    background: #FFFFFF;
    border: 1px solid rgba(136, 136, 136, 0.5);
    border-radius: 3px;
    padding: 15px;
}
.bootstrap-timepicker-widget { background: #fff!important; }
 .bootstrap-timepicker-widget table td a {   color: #333!important; }
.bootstrap-timepicker-widget table td a:hover {
    background-color: #eee!important;
}
.modal .modal-content { padding: 15px; }
.modal .modal-header { padding:0 0 10px 0; }
.modal .modal-title { font-size: 14px; color: #888; font-weight: 700; }
.modal .modal-body { padding: 15px 0;  }
.modal .close { font-size: 32px; opacity: 1; }
.modal label , .modal th { font-size: 10px; font-weight: 700; color: #888;  }
.modal label input[type="checkbox"] { margin-right: 6px; vertical-align: sub; }
.change_current_hall .m-r-5 {
    margin-right: 5px;
}
.service_section_row { padding: 10px;  background: #f7f7f7;}
.service_section_row:nth-child(even) { background: #fbfbfb; }
.service_section_row .remove_row_btn { position: absolute; right: 4px; z-index: 1; top: -4px; font-size: 18px; }