/** sidebar **/

#page-sidebar{
	display: flex;
	flex-direction: column;
}
#menu-container{
	flex: 1;
}
#sidebar-top-actions{
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 10px 10px 0 0;
}
#sidebar-top-actions > a{
	flex:1;
	color: #bec3c8;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: .9em;
	cursor: pointer;
	padding: 10px 0 5px 0;
	text-decoration: none;
	margin-left: 10px;
	border-radius: 3px 3px 0 0;
	text-align: center;
}
#sidebar-top-actions > a:hover{
	background:#ffffff25;
}
#sidebar-top-actions > a > svg{
	margin-bottom: 5px;
}

/****/

.btnx1{
	font-size: 13.5px;
	margin-left: 20px;
}
.btnx1:hover,
.btnx1:focus{
	text-decoration: none;
}	
.btnx1-lg{
	font-size: 14px;
}

.fieldgroup-guest{
	background-color: #f1f5fa !important;
	padding-top: 15px !important;
}

.bg1{
	background:#f5f5f5;
}

/** opening time **/

.opening-time-group>.form-group{
	width: 50%;
	float:left;
}
.opening-time-group>div:first-child,
.opening-time-group>.form-group-ot-btn{
	width:100%;
}
.opening-time-sep {
	margin-top: 32px;
	padding: 0px 10px;
	font-size: 15px;
}
.opening-time-remove-step {
	margin-top: 30px;
	margin-left: 5px;
	font-size: 15px;
	color: #777;
}

/** res **/

.mod-reservations-top-action{
	float: right;
	margin-top: 5px;
}
.mod-reservations-filters{
	background: #f1f5fa;
	overflow: hidden;
	padding-top: 15px;
	margin-top: 10px;
}
.mod-reservations-filters.flt-hide{
	display: none;
}
.mod-reservations-filters .form-group{
    margin-bottom: 15px;
}
.mod-reservations-nav{
	background: #f1f5fa;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	display: flex;
}
.mod-reservations-nav-lt{
    margin-bottom: 20px;
    margin-top: 5px;
}
.mod-reservations-nav-date{
	flex: 1;
	text-align: center;
}
.mod-reservations-nav-date > span{
	font-size: 1.1em;
	font-weight: bold;
	color: #428bca;
	padding: 0 10px;
	cursor: pointer;
	min-width: 296px;
	display: inline-block;
}

.mod-reservations-dd-container{
	position: relative;
}
.mod-reservations-icon{
	color: #428bca;
	margin: 0 0 0 15px !important;
	font-size: 18px;
	cursor: pointer;
	padding:1px;
	display: inline-block;
}
.mod-reservations-icon:hover{
	color:#2a6496;
}
.mod-reservations-dd{
	min-width: 250px;
}
.mod-reservations-dd .ico-info{
	color: #999;
}
.mod-reservations-dd label{
	font-weight: normal;
	padding: 5px 5px;
	margin-bottom: 0;
}
.mod-reservations-dd label > input{
	float:left;
}
.mod-reservations-action-item{
	cursor: pointer;
	padding: 7px 5px;
}
.mod-reservations-action-item:hover{
	background-color: #f1f5fa;
}

.mod-reservations-period > a{
	display: inline-block;
	margin-right: 15px;
	padding: 4px 0;
}
.mod-reservations-period-active{
	display: inline-block;
	padding: 4px 10px;
	margin-right: 15px;
	background: #428bca;
	color:#fff;
	border-radius:3px;
}

.res-price-del{
	color: #c50600;
}

.res-service-paid,
.res-service-panding-payment,
.res-service-payment-failed,
.res-service-refunded{
	color: #4caf50 !important;
	border-radius: 3px;
	padding: 0 5px;
	display: inline-block;
	background-color: #f3f3f3;
}
.res-service-panding-payment{
	color: #aa9900 !important;
}
.res-service-refunded{
	color: #d58512 !important;
}
.res-service-payment-failed{
	color: #c50600 !important;
}

.label-res-mode,
.label-res-concluded,
.label-res-pending-payment,
.label-res-pending{
	background: #fff7ac;
	border-radius: 3px;
	font-size: 13px;
	padding: 1px 5px;
	display: inline-block;
	margin-top: 3px;
}
.label-res-concluded{
	background-color: #dfefe2;
}
.label-res-mode{
	background-color: #dfe3ef;
}
.label-res-pending-payment{
	background-color: #575e64;
	color: #ddd;
}
.res-nav-tabs{
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
}
.res-nav-tabs > li{
	margin-bottom: -1px;
	float: none;
}
.res-nav-tabs > li> a{
	color: #666;
	height: 100%;
	font-weight: bold;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	padding: 10px;
}
.res-nav-tabs > li> a:hover,
.res-nav-tabs > li> a:focus{
	color: #666;
	border-color: transparent;
	background: #f1f5fa;
}
.res-nav-tabs > li.active > a,
.res-nav-tabs > li.active > a:hover,
.res-nav-tabs > li.active > a:focus{
	border-color: #deeaf7;
	background:  #deeaf7;
	color: #428bca;
	font-weight: bold;
}
.nav-tabs-subtitle{
    font-weight: normal;
    font-size: .95em;
    margin-bottom: 3px;
	color: #666;
}

.res-grouped-items-timeline{
	display: flex;
	overflow-x: auto;
	border-top: 3px solid #deeaf7;
	border-left: 1px solid #deeaf7;
}
.res-timeline-item-container{
	border-right: 1px solid #deeaf7;
	flex: 1;
}
.res-timeline-item-container:first-of-type{
	border-left: none;
	background: #f1f5fa;
	width: 60px;
	flex: none;
}
.res-timeline-item-name{
	font-weight: bold;
	background: #f1f5fa;
	padding: 10px 10px;
	min-width: 115px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	border-bottom: 1px solid #deeaf7;
	position: relative;
	z-index: 1;
}
.res-timeline-item-container:first-of-type .res-timeline-item-name{
	min-width: 10px;
}
.res-timeline-item-img{
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 32px;
}
.res-item-badge{
	background: #84b1e1;
	padding: 2px 5px;
}
.res-time-step{
	text-align: center;
	font-weight: bold;
	text-align: center;
	height: 120px;
	border-bottom: 1px solid #deeaf7;
	color: #666;
	padding-top: 5px;
}
.res-item-step{
	height: 120px;
	border-bottom: 1px solid #deeaf7;
	position: relative;
}
.res-days-active .res-item-step:after{
	content: "+";
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	background: #f1f5fa;
	border: 1px solid #deeaf7;
	display: none;
	align-items: center;
	justify-content: center;
	color: #999;
}
.res-days-active .res-item-step:hover:after{
	display: flex;
}
.res-itms-container{
	position: relative;
}

.abs-res{
	position: absolute;
	z-index: 1;
	background: #428bca;
	overflow: hidden;
	cursor: pointer;
	display: block;
	padding: 5px 7px;
	border-radius: 4px;
	color:#fff;
	font-size:.95em;
	border: 1px solid #fff;
}
.abs-res:hover{
	z-index: 2;
}
.abs-res-inner{
	overflow: hidden;
}
.abs-res-ico{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	margin-left: -15px;
	margin-top: -15px;
	transition: opacity	250ms ease;
	box-shadow: 0 0 5px 2px rgb(0 0 0 /15%);
    border-radius: 30px;
}
.abs-res:hover .abs-res-ico{
	opacity: 1;
}
.abs-res-after{
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.15);
}
.abs-res-qty-bar{
	position: absolute;
	left: 0;
	right:0;
	bottom: 1px;
	border-radius: 5px;
}
.abs-res-qty-bar > div{
	height: 5px;
	border-radius: 5px;
	background: rgba(0,0,0,.25);
}

.abs-res-close{
	float: right;
	display: none;
	font-size: 16px;
	cursor: pointer;
	color: #999;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	margin-top: -15px;
	margin-right: -15px;
	box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
}
.abs-res-close:hover{
    color: #333;
}
.popupfixed .abs-res-close{
	display: block;
}
.res-popupinfo-main{
	padding: 5px 10px 0 10px;
}
.res-popupinfo-new{
	display: none;
}	
.popupfixed .res-popupinfo-new{
	display: inline-block;
}
.res-popupinfo-customers-list{
	max-height: 60vh;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px 10px 10px;
}
.res-popupinfo-customer-item{
	border-top: 1px solid #dfdfdf;
	padding-top: 5px;
	margin-top: 10px;
}

.res-popupinfo-btns{
	display: none;
}
.popupfixed .res-popupinfo-btns{
	display: block;
}

.res-popupinfo-btns-unconfirmed,
.res-popupinfo-btns-confirmed{
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 10px;
}
.res-popupinfo-btns-unconfirmed button,
.res-popupinfo-btns-confirmed button{
	flex: 1;
	margin:0 5px;
	padding: 3px 10px;
	font-size: 15px;
}
.res-popupinfo-btns-collapse{
	padding: 5px;
	border: 1px solid #bdd5ef;
	margin-top: 10px;
}
.mod-res-abs-info-overlay{
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0,0,0, .6);
}
.mod-res-abs-info{
	position: absolute;
	left: 15px;
	right: 15px;
	box-shadow: 0px 1px 15px 0px rgba(0,0,0,.35);
	background: #fff;
	z-index: 4;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transform: scale(.9);
	top: -2000px;
	transition: transform 250ms ease, opacity 250ms ease;
}
.mod-res-abs-info.abs-show{
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}
.mod-res-abs-info.popupfixed{
	z-index: 3;
}
.mod-res-abs-info .arr{
	width: 0; 
	height: 0; 
	position: absolute;
}
.mod-res-abs-info.arr-left .arr{
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	left: -10px;
	margin-top: -10px;
}
.mod-res-abs-info.arr-right .arr{
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	right: -10px;
	margin-top: -10px;
}
.res-scrollbar-horizontal{
	position: sticky;
	bottom: 0;
	z-index: 3;
	overflow-y: hidden;
	overflow-x: auto;
}
.res-scrollbar-horizontal > div{
	height: 1px;
}
.res-time-close-fk{
	position: absolute;
	width: 100%;
	z-index: 1;
}
.res-time-close{
	position: absolute;
	width: 100%;
}
.res-time-close,
.res-itms-container.res-days-closed{
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%23e3e3e3' fill-opacity='0.7' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.res-elem3{
	margin-top: 5px;
}
.res-elem3-sub {
    border-left: 3px solid #e6e6e6;
    padding-left: 10px;
}
.res-st3-label{
	border-radius: 3px;
	font-size: 13px;
	font-size: .96em;
	padding: 1px 3px;
	display: inline-block;
}
.res-st3-pending{
	color: #fff;
	background-color: #f0ad4e;
}
.abs-res.res-st-1,
.res-st3-concluded{
	color: #fff;
	background-color: #56b475;
}
.res-st3-pending-payment{
	background-color: #575e64;
	color: #ddd;
}

/** monthly **/

.monthly-reservations-container{
	overflow: auto;
}
.monthly-reservations-table td{
	text-align: center;
	padding: 30px 5px 10px 5px;
	border: 1px solid #deeaf7;
	height: 90px;
}
.monthly-reservations-table th{
	text-align: center;
	padding: 0 5px 10px 5px;
	font-size: 1.1em;
	font-weight: bold;
	width: 14.28%;
	border: 1px solid transparent;
	border-bottom: 3px solid #deeaf7;
	color: #428bca;
}
.monthly-reservations-day{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
}
.monthly-reservations-day-empty{
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%23e3e3e3' fill-opacity='0.6' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.monthly-reservations-day:hover{
	background: #f9f9f9
}
.monthly-reservations-day-num{
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 10px;
	color: #666;
	display: block;
}
.monthly-reservations-res{
	min-width: 25px;
	height: 25px;
	border-radius: 25px;
	text-align: center;
	line-height: 25px;
	padding: 0 3px;
	color: #fff;
	display: inline-block;
}
.monthly-reservations-res.res-st-0{
	background: #428bca;
}


/** weekly **/

.weekly-reservations-module .res-week-day-txt{
	font-size: .95em;
}

/** new **/

.new-res-custom-fields{
	display: none;
}
.new-reservation-module .form-field-date .datepicker{
	position: static !important;
	box-shadow: none;
	float: left;
	margin: 0;
}
.new-reservation-module .form-field-date .datepicker td.old{
	visibility: hidden;
}
.new-reservation-module .form-field-date .datepicker td.new{
	display: none;
}
.new-reservation-module .form-field-date .datepicker td.full{
	color:#ffc107;
}
.new-reservation-module .popover-content{
	max-height: 330px;
	overflow: auto;
}
.new-reservation-module .popover-content .fa-external-link{
	color: #999;
}
.new-reservation-module .popover-content .fa-external-link:hover,
.new-reservation-module .popover-content .fa-external-link:focus{
	color: initial;
}

.new-reservation-module .form-field-date .table-condensed > thead > tr > th,
.new-reservation-module .form-field-date .table-condensed > tbody > tr > th,
.new-reservation-module .form-field-date .table-condensed > tfoot > tr > th,
.new-reservation-module .form-field-date .table-condensed > thead > tr > td,
.new-reservation-module .form-field-date .table-condensed > tbody > tr > td,
.new-reservation-module .form-field-date .table-condensed > tfoot > tr > td{
	padding: 12px !important;
}

.new-reservation-module .form-field-date .datepicker td span{
	width:80px;
}
.new-reservation-module .change-info{
	color: #428bca;
	font-size: 14px;
	cursor: pointer;
}
.new-reservation-module .change-info:hover{
	text-decoration: underline;
}
.new-reservation-module .newres-fg{
	margin-bottom: 0;
}
.new-reservation-module .fg-customer{
	margin-bottom: 25px;
}
.new-reservation-module .label-addon,
.new-reservation-module .label-team,
.new-reservation-module .label-service{
	margin-right: 15px;
	margin-bottom: 15px;
	width: 270px;
	min-height: 56px;
	white-space: unset;
	text-align: left;
	display: flex;
	align-items: center;
    border-left: 5px solid rgb(0 0 0 / 20%);
}
.new-reservation-module .srv-img{
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 32px;
}
.new-reservation-module .fg-summary{
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.new-reservation-module .fg-summary .item{
	padding: 0 10px 10px 15px;
	font-size: 15px;
}
.new-reservation-module .team-label{
	font-weight: normal;
	cursor: pointer;
	color: #428bca;
	font-size: 14px;
	margin-bottom: 15px;
}
.new-reservation-module .team-label:hover{
	text-decoration: underline;
}
.new-reservation-module .time2-min-after{
	color: #777;
	font-size: .9em;
}
.new-reservation-module .time2-step{
	margin:0 15px 15px 0;
}
.new-reservation-module .time2-info-after {
	color: rgba(255,255,255,.6);
	outline: none !important;
}
.new-reservation-module .time2-dsbl{
	background: #e6e6e6;
	color:#666;
	border-color: #bbb;
	pointer-events: none;
}
.new-reservation-module .time2-break{
	background: #e6e6e6;
	color:#666;
	border-color: #bbb;
	outline: none !important;
}
.new-reservation-module .time2-warning{
	border-color: #ef9090;
	background: #e6e6e6;
	pointer-events: none;
	color:#666;
}
.new-reservation-module .time2-res-pending{
	background-color: #f9f2e8;
	border:1px solid #f0ad4e;
	pointer-events: none;
}
.new-reservation-module .time2-res-pending + .time2-info-after{
	color: rgba(51, 51, 51, .6);
	border:1px solid #f0ad4e;
	background-color: #f9f2e8;
}
.new-reservation-module .time2-res-active{
	border:1px solid #999;
	pointer-events: none;
	display: flex;
	align-items: center;
}
.new-reservation-module .time2-res-active > b{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 270px;
}
.new-reservation-module .time2-res-active + .time2-info-after{
	color: rgba(51, 51, 51, .6);
	border:1px solid #999;
}
.new-reservation-module .time2-res-pending-payment{
	background-color: #575e64;
	color: #ddd;
	border-color: #575e64;
}
.new-reservation-module .time2-res-workstation{
	border: 1px solid #8db9df;
	background-color: #e6e6e6;
	color:#666;
	pointer-events: none;
}
.new-reservation-module .time2-res-workstation + .time2-info-after{
	color: rgba(51, 51, 51, .6);
	border: 1px solid #8db9df;
	background-color: #e6e6e6;
}
.new-reservation-module .time2-res-workstation + .time2-info-after:hover{
	background-color: #d6d6d6;
}

.new-reservation-module .lg-time2{
	width: 50px;
	text-align: center;
	margin-right: 15px;
	pointer-events: none;
}
.new-reservation-form{
	overflow: hidden;
	margin-bottom: 15px;
}
.new-reservation-form select{
	float: left;
	max-width: 80px;
}
.new-reservation-form .lb1{
	float: left;
	display: block;
	margin:8px 5px 0 5px;
}
.new-reservation-form button{
	margin-top: 10px;
	width: 100%;
}
.new-reservation-module .newres-fg-title:first-child{
	margin-top: 0;
}
.new-reservation-module .newres-fg-title{
	margin-top: 10px;
	padding-bottom: 15px;
	font-weight: bold;
}
.new-reservation-module .reservation-btn{
	font-size: 16px;
	min-width: 200px;
}

.new-reservation-module .breadcrumb{
	margin-bottom: 20px;
	padding: 15px;
	background: #f1f5fa;
}
.new-reservation-module .breadcrumb-item.current > span{
	color: #333;
	font-weight: bold;
} 
.new-reservation-module .breadcrumb-item.complete > span{
	color: #428bca;
	font-size: 1em;
	cursor: pointer;
}
.new-reservation-module .breadcrumb-item.complete > span:hover{
	text-decoration: underline;
}
.new-reservation-module .recurring-label input{
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.new-reservation-module .recurring-label{
	cursor: pointer;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-weight: normal;
	min-width: 40px;
	text-align: center;
}
.new-reservation-module .recurring-label:hover{
	background-color: #e3e3e3;
}
.new-reservation-module .recurring-label.checked{
	background: #428bca;
	border-color: #357ebd;
	color: #fff;
}
.new-reservation-module .recurring-repeat .form-control{
	width: auto;
}
.new-reservation-module .recurring-repeat .form-control:focus{
	position: relative;
	z-index: 3;
}
.new-reservation-module .multidate-remove-date{
	float: left;
	margin-right: 15px;
	background: #ddd;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;
	margin-top: 10px;
	font-size: 16px;
	display: none;
}
.new-reservation-module .multidate-remove-date:hover{
	background: #ccc;
}

.new-reservation-module .item-multidate .multidate-remove-date{
	display: block;
}
.new-reservation-module .item-multidate .change-date-prev,
.new-reservation-module .item-multidate .change-date-next,
.new-reservation-module .item-multidate .change-date,
.new-reservation-module .item-multidate + .item .change-team{
	display: none;
}
.new-reservation-module .item-multidate{
	padding-top: 5px !important;
}
.new-reservation-module .item-multidate + .item{
	margin-top:-10px;
	padding-bottom: 15px;
}


/** daily **/

.res-daily-ungrouped-container{
	border-top: 6px solid #f1f5fa;
}
.daily-reservations-module .team-name{
	padding: 15px;
	font-size: 1.1em;
	font-weight: bold;
	border-top: 3px solid #deeaf7;
	background: #f1f5fa;
	position: relative;
	text-align: center;
    margin-top: 20px;
	cursor: pointer;
}
.daily-reservations-module .team-toggle{
	float: right;
	font-size: 22px;
	margin-top: -5px;
	margin-right: 5px;
	color: #666;
}
.daily-reservations-module .team-collapsed .team-toggle{
	transform: rotate(180deg);
}
.daily-reservations-module .res-time{
	font-size: 1.1em;
	font-weight: bold;
	min-width:132px;
	padding:15px;
	background:#f1f5fa;
}
.daily-reservations-module .res-time-pause{
	font-size: .9em;
	margin-top: 5px;
	font-weight: normal;
}


.daily-reservations-module .res-group{
	display: flex;
	border-bottom: 6px solid #f1f4fa;
}
.daily-reservations-module .res-group-inner{
	flex:1;
	padding: 15px;
}
.res-group-info-customer-item{
	border-top: 1px solid #deeaf7;
	margin-top: 10px;
	padding-top: 5px;
}
.res-group-info-btns{
	padding-top: 5px;
}
.res-group-info-btns-collapse{
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #bdd5ef;
	margin-top: 5px;
}
.res-group-info-btns-unconfirmed > button,
.res-group-info-btns-confirmed > button{
	margin-left: 5px;
}

/** daily dashboard **/

.dashboard-daily-res.daily-reservations-module .team-name{
	border-top: none;
	margin-top: 0;
}

/** options **/

.sres-options-container{
	margin-bottom: 10px;
}
.sres-remove-option,
.sres-add-option{
	border-radius: 30px !important;
	background-color: #eee;
	margin-left: 5px !important;
}
.sres-remove-option:hover,
.sres-add-option:hover{
	background-color: #e3e3e3;
}
.sres-single-item .sres-remove-option{
	visibility: hidden;
}

/** dictionary **/

.mod-dictionary-container{
	display: flex;
	padding-bottom: 20px;
}
.mod-dictionary-labels{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dashed #ccc;
}
.mod-dictionary-values{
	flex: 1;
}
.mod-dictionary-app-item,
.mod-dictionary-label-item{
	padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin: 0 0 10px 0;
    background: #fff;
    border-radius: 3px;
	width: 300px;
}
.mod-dictionary-app-item{
	width: auto;
	cursor: default;
	padding: 0;
}
.mod-dictionary-app-item.active,
.mod-dictionary-label-item.active{
	background-color: #f1f5fa !important;
	border-color: #d2e2f4 !important;
}
.mod-dictionary-app-item:hover,
.mod-dictionary-label-item:hover{
	background-color: #f3f3f3;
}
.mod-dictionary-label-item:last-of-type{
	margin-bottom: 0;
}
.mod-dictionary-app-item > div{
	display: none;
}
.mod-dictionary-app-item.active > div{
	display: block;
	padding: 10px;
}
.mod-dictionary-app-label{
	cursor: pointer;
	display: block;
	padding: 10px;
	white-space: pre-line
}
.mod-dictionary-app-item.active > .mod-dictionary-app-label{
	display: none;
}

.mod-dictionary-vars{
	background: rgba(0,0,0,.04);
	padding: 10px;
	color: #666;
	margin-top: 15px;
}
.mod-dictionary-vars-title{
	margin-bottom: 10px;
	font-weight: bold;
}
.mod-dictionary-search > input{
	border: 0;
	border-bottom: 1px solid #ccc;
	width: 250px;
	float: right;
	outline: none;
	background-color: transparent;
	padding: 0 5px 3px 5px;	
}
.mod-dictionary-search > span{
	float: right;
	margin-left: -20px;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	display: block;
	position: relative;
	border-radius: 30px;
	transition: background-color 250ms ease;
}
.mod-dictionary-search > span:hover{
	background-color: #ddd;
}



/** general **/

.copy-to-clipboard2,
.copy-to-clipboard{
	cursor: pointer;
	background: #eee;
	border-radius: 30px;
	padding: 1px 10px;
	font-size: 13.5px;
	display: inline-block;
	color: #666;
}
.copy-to-clipboard > .fa{
	margin-right: 3px;
}
.copy-to-clipboard2:hover,
.copy-to-clipboard:hover{
	background: #e3e3e3;
}
.copy-to-clipboard2{
	padding: 2px 5px;
	margin-right: 5px;
}

/** topnav **/

.topnav{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 10px 15px 15px 15px;
}
.topnav a{
	display: block;
	padding: 15px;
	flex: 1;
	text-align: center;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #d9d9d9;
}
.topnav a:hover{
	background-color: #f9f9f9;
}
.topnav a.active{
	border-bottom: 1px solid #428bca;
	color: #2e6ca3;
}

/** initialize **/

.init-config-footer{
	position: sticky;
	bottom: 0;
	z-index: 3;
	background: #fff;
	margin-top: -25px;
	padding: 10px 15px;
	display: none;
}
.init-config-footer.is-sticky{
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}
.init-config-step{
	display: none;
}
.init-config-step > .block-wrapper-in{
	box-shadow: none;
	border-radius: 0;
}
.init-config-step .form-footer{
	display: none;
}

@media only screen and (min-width: 768px) {
	.mod-dictionary-value-item{
		position: sticky;
		top: 15px;
	}
	.new-reservation-form button{
		float: left;
		margin-left: 10px;
		width: auto;
		margin-top: 0;
	}
	.new-reservation-module .form-field-date .table-condensed > thead > tr > th,
	.new-reservation-module .form-field-date .table-condensed > tbody > tr > th,
	.new-reservation-module .form-field-date .table-condensed > tfoot > tr > th,
	.new-reservation-module .form-field-date .table-condensed > thead > tr > td,
	.new-reservation-module .form-field-date .table-condensed > tbody > tr > td,
	.new-reservation-module .form-field-date .table-condensed > tfoot > tr > td{
		padding: 15px !important;
	}
	.opening-time-group{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.opening-time-group>.form-group{
		flex: 1;
		max-width: 25%;
	}
	.opening-time-group>div:first-child,
	.opening-time-group>.form-group-ot-btn{
		width:auto;
		flex: none;
	}
	.opening-time-group>div:first-child > label{
		display: inline-block;
	}
	.mod-res-abs-info{
		width: 270px;
		left: auto;
		right: auto;
	}
	.res-group-info-customer-item,
	.res-group-info-customer-item-single{
		display: flex;
	}
	.res-group-info-customer-item-main{
		flex: 1;
	}
	.res-group-info-btns-unconfirmed,
	.res-group-info-btns-confirmed{
		text-align: right;
	}
}

@media only screen and (max-width: 767px) {
	.mod-reservations-nav .res-nav-prev,
	.mod-reservations-nav .res-nav-next{
		width: 22px;
		height: 22px;
		text-decoration: none;
		text-align: center;
		line-height: 20px;
		font-size: 20px;
		display: block;
	}
	.mod-reservations-nav .res-nav-prev > span,
	.mod-reservations-nav .res-nav-next > span{
		display: none;		
	}
	#dashboard-dd-list-view{
		margin: 15px 15px 0 0 !important;
	}
	.mod-reservations-period{
		margin-left: 15px;
	}
	.mod-reservations-top-action{
		margin-right: 15px;
	}
}

