/*

* Override Pages default styles or create your own styles here

*/

body {
    background-color: #ecf1f0 !important;
}
li > a > span.active {
    color: #ffffff;
}
/*localization style*/
.uppercase{
 text-transform: uppercase;
}
.uppercase-f-l{
 display:inline-block; 
}
.uppercase-f-l:first-letter{
 text-transform: uppercase;
}
/*calendar page*/
.header_nick{
    padding-top: 12px;
    display: inline-block;
    color: #fff;
}
i.pg-logout {
    margin-left: 20px;
}
i.pg-logout:before{
    font-size: 24px;
}
i.pg-bell:before{
    font-size: 20px;
}
a.language-title.active {
    font-weight: 900;
}
.bell-container {
    position: relative;
}
.bookings .table-responsive {
    /*overflow-y: auto;*/
    width: 100%;
}
.location {
    position: absolute;
    border: 1px #ddd solid;
    padding: 7px 11px;
    border-radius: 5px;
    bottom: 90px;
    left: -20%;
    background: #fff;
}
.location::after {
    position: absolute;
    content: "";
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    bottom: -5px;
    left: calc(50% - 5px);
    background: #fff;
}
.note-cell {
    position: relative;
}
.notification-count {
    position: absolute;
    top: 0;
    left: -7px;
    background: #c58d3f;
    color: #fff;
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    padding: 0px 4px;
    font-size: 11px;
    line-height: 20px;
}

.header a:hover,.header a:focus{
    color: #fff;
    text-decoration: none;
}
.block_container{
    padding: 20px;
    background: #fff;
    overflow: hidden;
}
.search_block {
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    vertical-align: middle;
}
.modal-open .bootstrap-timepicker-widget, .modal-open .daterangepicker {
    z-index: 1600 !important;
}
.search_block .theme_select,.search_block span.title, .search_block .date{
    display: block;
    float: left;
}
.search_block .date .input-group-addon, .modal-dialog .date .input-group-addon {
    width: 35px;
}
.search_block .date input {
    width: calc(100% - 35px);
    float: left;
}
.modal-dialog .date input {
    width: calc(100% - 151px);
    float: left;
}
.modal-backdrop.fade.in + .datepicker-dropdown.datepicker-orient-left:after {
    left: 170px;
}
.modal-backdrop.fade.in + .datepicker-dropdown.datepicker-orient-left:before {
    left: 169px;
}
.search_block span.title{
    margin-top: 10px;
}
.theme_select {
    width: 150px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1px;
}
.modal-body .theme_select {
    width: calc(100% - 120px);
    margin-left: 120px;
}
.modal-body .number .theme_select {
    width: calc(100% - 54px);
    margin-left: 0;
    display: inline-block;
}
.input_search{
    width: 150px;
    display: inline-block;
}
.table-responsive {
    overflow: visible;
}
.page-container .page-content-wrapper {
    background: rgba(204, 204, 204, 0.2);
}
.dashboard_widget{
    text-align: center;
    padding: 10px;
    background: #fff;
    min-height: 168px;
}
.block_title{
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    padding: 10px 0;
}
.move_left{
    float: left;
}
.move_right{
    float: right;
}
.overflow_hidden{
    overflow: hidden;
}
.calendar_page mwl-calendar .cal-month-box, .calendar_page mwl-calendar .cal-week-box, .calendar_page mwl-calendar .cal-year-box {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    background: #fff;
}
.calendar_page mwl-calendar .cal-row-fluid:hover, .calendar_page mwl-calendar .cal-year-box .row:hover {
    background-color: transparent;
}
.calendar_menu{
    margin: 10px 0;
}
.right_calendar_menu{
    padding: 10px;
    background: #fff;
}
.right_calendar_menu span {
    margin: 0 4px;
    color: #aaa;
    cursor: pointer;
}
/*end calendar page*/

.thumbnail-wrapper.d32 {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.cursor_pointer{
    cursor: pointer;
}

.panel-body.user-table {
    background-color: #fff;
    padding-top: 0;
}
div#basicTable_filter {
    display: none;
}
div#basicTable_length {
    display: none;
}
td.dataTables_empty {
    display: none;
}
td.dataTables_empty {
    display: none;
}
div#basicTable_paginate {
    display: none;
}
div#basicTable_info {
    display: none;
}
.pagination {
    position: absolute;
    right: 15px;
    bottom: -55px;
}
table.dataTable thead .sorting:after {
    background: none !important;
}
#confirmation .modal-content .pg-close:before {
    content: "\e60a";
    font-size: 30px;
}
#confirmation .modal-content {
    position: relative;
    left: -7px;
}
/*.panel-body.user-table .table .edit_link p , .panel-body.user-table .table .edit_link a {
    font-size: 16px;
    color: #7b7d82;
    cursor: pointer;
}*/
/*
.panel-body.user-table .table thead tr th {
    text-transform: initial;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    vertical-align: middle;
    border-bottom: none;
    color: #4f4d4d;
    text-align: center;
}


.panel-body.user-table .table tbody tr td {
    text-align: center;
}

.panel-body.user-table tbody tr td {
    background: #f3f3f3 !important;
    border-bottom: 6px solid #fff;
}*/

.sort_form {
    padding: 15px 0 30px 0;
    clear: both;
}

.sort_form li.export-btn {
    position: relative;
    padding-left: 20px;
}

.sort_form  li.export-btn:before {
    content: "";
    width: 2px;
    height: 11px;
    position: absolute;
    background-color: #000;
    top: 6px;
    left: 10px;
}

.sort_form .form {
    display: inline-block;
}

.sort_form .form .form-group.input_search {
    width: calc(100% - 160px);
    display: inline-block;
    margin-left: 5px;
}

.sort_form .btn-add {
    display: inline-block;
    text-align: right;
    float: right;
}

.sort_form  .btn-add ul li {
    list-style: none;
    float: left;
    width: 100%;
}

.sort_form .btn-add ul.ui-select-choices {
    padding: 0;
}

.sort_form .form span {
    font-size: 14px;
    color: #626262;
    padding-right: 10px;
}

.sort_form .btn-add ul li a {
    color: #000;
}

.modal-details {
    width: 50%;
    display: inline-block;
}

.modal-details.right {
    width: 50%;
    display: inline-block;
    float: right;
}

.modal-details .form-group label:not(.error):not(.success) {
    width: 110px;
    color: #2c2c2c;
    font-size: 12px;
    font-weight: normal;
    text-transform: initial;
}

.modal-content.user .pg-close:before {
    content: "\e60a";
    font-size: 30px;
}

.modal-content.user h5 {
    margin: 0 0 20px 0;

}

.bookings_nav {
    display: inline-block;
    float: right;
    margin-top: 32px;
}

.modal-buttons .aling-right {
    float: right;
    margin-left: 30px;
}

.modal-buttons span {
    cursor: pointer;
}

.modal-buttons {
    display: block;
    text-align: left;
    margin: 0 auto;
    margin-top: 21px;
    color: #2c2c2c;
    font-size: 14px;
    overflow: hidden;
}

.modal-content button.close {
    margin-right: -7px;
}

.modal-details .form-group {
    margin-bottom: 10px;
    position: relative;
}
.modal-details input, .modal-details p, .modal-details textarea, .modal-details .ui-select-container{
    width: calc(100% - 120px);
    margin-left: 120px;
}

.modal-details p {
    overflow: auto;
}

.modal-details p::-webkit-scrollbar { 
    display: none; 
}

.modal-details .ui-select-container input{
    width: 100% !important;
    margin-left: 0;
}
.modal-details label {
    position: absolute;
    top: 10px;
    width: 90px;
    text-align: right;
}

.modal-details .info {
    top: 0;
}

.modal-details label.error, .modal-details label.success {
    position: initial;
    margin-left: 115px;
    width: auto;
}

.user-table .vip_img img {
    width: 100%;
    max-width: 35px;
}

.modal-details .checkbox.check-info {
    width: 52px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.modal-details.rules_add .checkbox.check-info {
    width: 100%;
}

.modal-details .checkbox label {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 30px;
}

.modal-details .checkbox label:before {
    left: 30px;
}

.modal-details  .checkbox label::after {
    left: 28px;
}

.user-table ul{
	padding-left: 20px;
}

.user-table ul li{
	text-align: left;
}

.panel-body.user-table {
    padding-bottom: 50px;
    min-height: 500px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}


/*=========  Logs Page  ===============*/

.container.logs {
    min-height: calc(100vh - 200px);
    background-color: #fff;
    padding: 15px 45px 30px 45px;
    width: calc(100% - 51px);
    margin-left: 36px;
}

.last_logs {
    text-align: right;
    font-size: 16px;
    color: #7b7d82;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 25px;
    cursor: pointer;
}

.logs_details {
    padding: 10px 0;
    position: relative;
}

.vip_img {
    width: 50px;
    margin: 0 auto;
}

.logs_img img {
    width: auto;
    height: 100%;
}

.logs_img.user{
    background: #e96976;
}

.logs_img {
    width: 35px;
    text-align: left;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    color: #fff;
    padding: 3px 4px 4px 4px;
    border-radius: 3px;
}

.logs_inf {
    display: inline-block;
    color: #7b7d82;
}

.logs_time {
    display: inline-block;
    top: 11px;
    position: absolute;
    right: 0;
    display: inline-block;
    font-size: 16px;
    color: #a19191;
    font-style: italic;
}

.learn_more_btn {
    font-size: 18px;
    font-weight: 600;
    color: #7b7d82;
    cursor: pointer;
}

.link_to_logs {
    width: 27px;
    height: 27px;
    border: 3px solid #333;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.link_to_logs i, .link_to i {
    color: #333;
    position: absolute;
    top: 4px;
    left: 6px;
}

.logs_link_container {
    text-align: right;
}

.link_to {
    width: 27px;
    height: 27px;
    border: 3px solid #333;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    right: 26px;
}

/*=========  General Page  ===============*/


.container.general, .container.time_slots {
    width: 80%;
    border: 1px solid #e3e6e5;
    padding: 0;
    border-bottom: none;
}

.general_item {
    overflow: hidden;
    padding: 25px 15px;
    border-bottom: 1px solid #e3e6e5;
    background-color: #fff;
    font-size: 14px;
    color: #7b7d82;
}

.general_item .title {
    display: inline-block;
    padding-top: 7px;
}

.item_input {
    display: inline-block;
    float: right;
}

span.input-group-addon {
    width: 150px;
    display: inline-block;
    padding: 10px 9px 9px 9px;
    margin-left: -4px;
}

.item_input input {
    width: 140px;
    display: inline-block;
}

.item_input {
    display: inline-block;
    float: right;
    overflow: hidden;
}

.btn-save {
    width: 80%;
    margin: 0 auto;
    text-align: right;
    padding: 25px 0;
    font-size: 18px;
    font-weight: 300;
    color: #7b7d82;
    cursor: pointer;
}

/*===============  Time Slots ================*/

.early_dinner.ng-scope {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.early_dinner .item {
    overflow: hidden;
    padding: 25px 15px;
    border: 1px solid #e3e6e5;
    background-color: #fff;
    border-top: none;
    color: #7b7d82;
    font-size: 14px;
    line-height: 20px;
}

.early_dinner .title {
    margin-bottom: 15px;
}

.early_dinner .title .btn_add {
    display: inline-block;
    float: right;
}

.item .time_item {
    width: 80%;
    margin-left: 20%;
    margin-bottom: 15px;
}

.item .time_item .time {
    display: inline-block;
}

.item .time_item .btn_delete {
    display: inline-block;
    float: right;
}

mwl-calendar .cal-cell.drop-active, mwl-calendar .cal-day-hour-part.drop-active, mwl-calendar .cal-week-box .cal-cell1.drop-active, mwl-calendar .cell-focus, mwl-calendar [class*=cal-cell] .drop-active, mwl-calendar [class*=cal-cell]:hover {
    background-color: #ffffff;
}
mwl-calendar .cal-row-head [class*=cal-cell]:hover {
    background-color: transparent !important;
}
mwl-calendar .cal-row-fluid:hover, mwl-calendar .cal-year-box .row:hover {
    background-color: transparent;
}
.btn-group .ui-select-container {
    float: left;
    width: 175px;
    margin-left: -1px;
}
.time_item.avaliable_number {
    width: 100%;
    margin: 0 0 15px 0;
}

.time_item .count {
    display: inline-block;
    margin-left: 45px;
}

.early_dinner .item:first-child {
    border-top: 1px solid #e3e6e5;
}

.btn_save {
    text-align: right;
    padding: 15px 0;
    color: #7b7d82;
    font-weight: 300;
    font-size: 18px;
}

.item .input_con span.input-group-addon {
    width: 150px;
    display: inline-block;
    padding: 10px 9px 9px 9px;
    margin-left: -6px;
}

.early_dinner a {
    font-weight: 300;
    color: #7b7d82;
}

.early_dinner a:hover {
    font-weight: 300;
    color: #3a8fc8;
}

.item .input_con input {
    width: calc(100% - 150px);
    display: inline-block;
}

.checkbox_input input:before {
    content: "";
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
    background-color: #ac2a2f;
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s, box-shadow 0.4s;
    top: -10px;
    left: -10px;
}

.checkbox_input input{
    position: relative;
}

.checkbox_input {
    display: inline-block;
    float: right;
    margin-right: 30px;
}

.checkbox_input input:after {
    content: "";
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    height: 30px;
    position: absolute;
    top: -9.5px;
    width: 30px;
    left: -8px;
    background-color: rgb(255, 255, 255);
    transition: left 0.2s;
}

.checkbox_input input:checked:after {
    left:11px;
}

.checkbox_input input:checked:before {
    background-color: #c58d3f;
    border-color: #c58d3f;
    box-shadow: #c58d3f 0px 0px 0px 16px inset;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
}


.tabel_type_4, .tabel_type_1 {
    width: 30px;
    height: 30px;
    border: 1px solid #d0d0d0;
    position: relative;
    display: inline-block;
}

.tabel_type_4:before {
    content: "";
    width: 1px;
    height: 30px;
    background: #d0d0d0;
    position: absolute;
    left: 14px;
    top: -1px;
}

.tabel_type_4:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #d0d0d0;
    position: absolute;
    left: -1px;
    top: 14px;
}

.container-fluid.bookings ul {
    display: inline-block;
}

.bookings_nav span {
    cursor: pointer;
}

.bookings_nav {
    display: inline-block;
    float: right;
}

.time_slot {
    margin-bottom: 15px;
}

.modal .bootstrap-timepicker .form-control {
    width: calc(100% - 40px);
    height: 38px;
}

.modal .bootstrap-timepicker .input-group-addon {
    width: 40px;
    height: 38px;
    margin-left: 0px;
}

td.v-align-middle.td_price p {
    position: relative;
}

td.v-align-middle.td_price .add {
    position: absolute;
    left: 0px;
    top: 15px;
    font-size: 12px;
    color: #f5b535;
}

td.v-align-middle.td_price .sub {
    position: absolute;
    left: 0px;
    top: 15px;
    font-size: 12px;
    color: #dc3135;
}

td.v-align-middle.table_checkbox {
    width: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

td.v-align-middle.table_checkbox .checkbox label {
    padding-left: 2px !important;
}

.tabel_type  span.people_count {
    font-size: 16px;
    text-align: right;
    float: right;
    margin-top: 6px;
}

td.v-align-middle.tabel_type {
    width: 80px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid rgba(230, 230, 230, 0.7);
    border-right: 1px solid rgba(230, 230, 230, 0.7);
}

td.v-align-middle.payment_status {
    text-align: center;
    width: 100px;
}

td.v-align-middle.user_name {
    padding-left: 30px;
}

td.v-align-middle.td_v1 {
    padding-left: 15px;
    padding-right: 15px;
}

td.v-align-middle {
    border-bottom: none !important;
}

td.v-align-middle.user_name p {
    position: relative;
    margin-top: 10px;
}

td.v-align-middle p {
    margin-top: 10px;
}

.rules_calendar {    
    display: inline-block;
    width: calc(100% - 300px);
 }   

 .add_rule_container {
    width: 285px;
    display: inline-block;
    float: right;
}

.rules_container {
   overflow-y: scroll; 
   max-height: 638px;
}

.add_rule_btn {
    text-align: right;
    font-size: 18px;
    cursor: pointer;
    margin: 30px 15px;
}
.rule_btn {
    position: absolute;
    bottom: 10px;
}

.rule_element p {
    margin-bottom: 5px;
}

.btn_edit:before {
    content: "";
    width: 1px;
    height: 13px;
    background: #000;
    position: absolute;
    left: 3px;
    top: 2px;
}

.btn_edit {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    cursor: pointer;
}

.btn_delete {
    display: inline-block;
    cursor: pointer;
}

.rule_element {
    background: #fff;
    padding: 15px 15px 51px 15px;
    position: relative;
}

.rule_list_container {
    padding-top: 21px;
}

.sidebar-header img {
    height: auto;
    width: 130px;
}

.page-sidebar .sidebar-header {
    height: initial !important;
    margin-top: 15px;
}

span.non_view {
    width: 10px;
    height: 10px;
    background-color: #45c5d1;
    position: absolute;
    left: -20px;
    top: 5px;
    border-radius: 50%;
}

.error {
    font-size: 10px;
    color: #c50000;
}

.rules_modal .modal-details .checkbox label {
    padding-right: 64px;
}

.rules_modal .modal-details .checkbox label:before {
    left: 50px;
}

.rules_modal .modal-details .checkbox label::after {
    left: 48px;
}

.rules_modal .modal-details.rules_add {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.modal-details .checkbox.check-info {
    height: 40px;
    margin-left: 70px;
}

.bookings_modal .modal-details.right, .bookings_modal .modal-details {
    width: 49%;
}

.page_login {
    width: 400px;
    margin: auto;
    height: 400px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
}

.page_login_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    z-index: 1;
}

button.btn_login {
    font-size: 16px;
    padding: 10px 29px;
    width: 100px;
    color: #fff;
    background: #222;
    border: 1px solid #fff;
    transition: 0.3s all;
}

button.btn_login:hover {
    font-size: 16px;
    padding: 10px 29px;
    width: 100px;
    color: #222;
    background: #fff;
    border: 1px solid #fff;
}

.login_input {
    margin-bottom: 15px;
}

.logo-img img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.page_login h1 {
    color: #fff;
}

.login_error, .message_success{
    width: 100%;
    text-align: left;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px;
    font-size: 13px;
    border-width: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    background-color: #933432;
    color: #fddddd;
    border-color: #933432;
    margin-bottom: 15px;
}

.message_success{
    background-color: #cff5f2;
    color: #0a7c71;
    border-color: #0a7c71;
}

.early_dinner .res_pass_error, .general_error {
    padding: 9px 19px 0px 0;
    background-color: transparent;
    color: #933432;
    border-color: transparent;
    margin-bottom: 0;
}

.positive {
    color: #f5b535;
}

.positive:before {
    content: '+';
}

.negative {
    color: #dc3135;
}

@media(max-width: 992px){
.container.logs {
    width: calc(100% - 30px);
    margin-left: 15px;
}
.rules_calendar {
    display: inline-block;
    width: 100%;
}
.add_rule_container {
    width: 100%;
    display: inline-block;
    float: right;
}
}

@media(max-width: 767px){
.container-fluid.bookings.ng-scope, .rules_calendar , .add_rule_container {
    padding-left: 15px;
    padding-right: 15px;
}
}


