.subh-datepicker-1 {
    width: 380px;
    padding: 24px;
	position: absolute;
	top: 100%;
	background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 2px 16px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 16px rgb(0 0 0 / 15%);
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px; 
	border-radius: 12px;
    z-index: 9;
}
/*.subh-datepicker-1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: -webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;
    -webkit-transition: opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s,-webkit-transform .15s ease-out;
    transition: opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s,-webkit-transform .15s ease-out;
    transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;
    transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s,-webkit-transform .15s ease-out;
}*/
.date-range-picker {
    position: relative;
    width: 661px;
    z-index: 1;
    background: rgb(255, 255, 255);
	-webkit-box-shadow: 0 2px 16px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 16px rgb(0 0 0 / 15%);
	padding: 16px 20px;
	-webkit-border-radius: 16px;
    border-radius: 16px;
	overflow: hidden;
}
.date-range-picker.open {
	position: absolute !important;
    top: -24px !important;
    right: -32px !important;
}
.embeded.date-range-picker {
    width: 100%;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
    border-radius: 0;
}
.datepicker-wrapper {
    position: relative;
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cal-header-desktop {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    padding-bottom: 16px !important;
}
.cal-header-desktop .cal-desktop-titel {
    color: rgb(34, 34, 34);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.cal-header-desktop .titel-base {
	display:block;
    color: rgb(113, 113, 113);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-top: 8px;
}
.cal-desktop-dates {
    flex-basis: calc(((100vw - 336px) / 12) * 4 + 0px);
	margin-left: 20px;
}
.cal-dates-bx {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(176, 176, 176) 0px 0px 0px 1px inset;
	-webkit-border-radius: 8px !important;
    border-radius: 8px !important;
}
.cal-dates-bx .__cal-date {
    position: relative;
    cursor: text;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    height: 56px;
    width: 100%;
    color: rgb(34, 34, 34);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px;
    border-width: initial;
    border-style: none;
	-webkit-border-radius: 8px;
    border-radius: 8px;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
    border-color: transparent;
    outline: none;
}
.cal-dates-bx .__cal-date.active {
	-webkit-box-shadow: rgb(34, 34, 34) 0px 0px 0px 2px inset;
	box-shadow: rgb(34, 34, 34) 0px 0px 0px 2px inset;
    background-color: rgb(255, 255, 255);
}
.cal-dates-bx .__cal-date.disabled {
    cursor: not-allowed;
    background-color: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
    color: rgb(221, 221, 221);
    -webkit-text-fill-color: rgb(221, 221, 221);
}
.cal-dates-bx .label-wrap {
    position: relative;
    -webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
    padding: 0px;
}
.cal-dates-bx .label-titel {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    pointer-events: none;
    font-size: 10px;
    line-height: 12px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    font-weight: 600;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.label-input-wrap {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    opacity: 1;
    font-size: 14px;
    line-height: 18px;
    color: rgb(34, 34, 34);
}
.label-input {
    width: 100%;
	padding: 0px;
	margin: 26px 12px 10px 12px;
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    outline: none;
}
.reveal-min-stay {
	font-size: 14px;
    line-height: 18px;
    color: rgb(113, 113, 113);
    font-weight: 400;
	margin-top: 8px;
}
.reveal-min-stay .fa-info-circle {
	color: #FF385C !important
}
.cal-dates-select {
	margin-top: 10px;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-top: 1px solid #E7E7E7;
    padding-top: 10px;
}
.cal-dates-select.embeded {
	border-top: none;
    padding-top: 8px;
}
.cal-dates-select .nights__label {
    font-size: 13px;
    line-height: 18px;
    color: rgb(34, 34, 34);
    font-weight: 600;
}
.cal-dates-select.embeded .nights__label {
    font-size: 20px;
    line-height: 32px;
}
.reveal-date-select {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.reveal-date-select .date__label {
	position: relative;
	font-size: 13px;
    line-height: 22px;
    color: rgb(34, 34, 34);
    font-weight: 600;
}
.cal-dates-select.embeded .reveal-date-select .date__label {
    font-size: 14px;
    line-height: 24px;
	color: rgb(113, 113, 113) !important;
    font-weight: 500;
}
.reveal-date-select .date__label:first-child {
    margin-right: 18px;
}
.reveal-date-select .date__label:first-child::after {
	position: absolute;
    content: "/";
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 20px;
    color: rgb(113, 113, 113);
    top: 0;
    right: -12px;
}
.cal-dates-select.embeded .reveal-date-select .date__label:first-child::after {
	top: 3px;
}
.cal-header-portable {
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cal-header-portable {
	padding: 12px 16px 10px 16px;
    display: none;
    color: rgb(34, 34, 34);
    border-bottom: 1px solid rgb(235, 235, 235);
}
.cal-inner-view {
    -webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: auto;
	outline: none;
}
.cal-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cal-footer-portable {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 14px;
    padding-right: 14px;
    border-top: 1px solid rgb(235, 235, 235);
}
.cal-footer-portable {
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
    display: none;
}
.cal-inner-view .datepicker-col {
	width: calc(50% - 8px);
}
.cal-inner-view.embeded .datepicker-col {
    width: 100%;
}
/*.cal-inner-view .datepicker-col:nth-child(1) {
	background: #FF0000;
}
.cal-inner-view .datepicker-col:nth-child(2) {
	background: #FF0;
}*/
.month-listing .week-end {
	color: #c95216;
	background-color: rgba(242,201,76,.25);
}
.cal-head {
    overflow: hidden;
    position: relative;
    height: 40px;
    text-align: center;
	padding: 0;
}
.cal-head .month-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    text-align: center;
}
.subh-datepicker-1 select {
    margin: 0;
    text-indent: 2px;
    border: 1px solid #e4e4e4;
    width: 42%;
    height: 30px;
    font-size: 14px;
    padding-left: 4px;
	max-width: 230px;
}
.month-listing {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 1px;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.month-listing.embeded {
    border-collapse: separate;
    border-spacing: 0 2px;
}
/*.month-listing thead tr {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 10px 0px;
}*/
.month-listing th {
	font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: rgb(113, 113, 113);
    text-align: center;
	height: 32px;
}
.month-listing.embeded th {
    height: 36px;
	background: none;
    color: inherit;
}
.month-listing tbody tr td {
	font-size: 14px;
	color: #cbcbcb;
    font-weight: 500;
    text-align: center;
    height: 34px;
    /*padding: 1px;*/
    margin: 0;
    /*border: none;*/
    outline: none;
}
.month-listing tbody tr td {
	padding: 0;
	/*border: 0px solid transparent;*/
	border-top: 4px solid #FFF;
	text-decoration: line-through;
}
.month-listing.embeded tbody tr td {
	height: 67px;
	min-width: 67px;
}
.month-listing.embeded tbody tr td.active span {
	background: rgb(247, 247, 247);
	display: inline-block;
    color: rgb(34, 34, 34);
    font-weight: inherit;
    height: 67px;
	width: 67px;
	line-height: 67px;
    border-radius: 34px;
	-webkit-border-radius: 34px;
    text-decoration: none;
}
.month-listing tbody tr td a {
    display: inline-block;
	position: relative;
    color: rgb(34, 34, 34);
    font-weight: 500;
    line-height: 35px;
    width: 34px;
    height: 34px;
	border: 0px solid transparent;
    border-radius: 34px;
	-webkit-border-radius: 34px;
    text-decoration: none;
	cursor: pointer;
	vertical-align:top;
}
.month-listing.embeded tbody tr td a {
    height: 67px;
	width: 67px;
	line-height: 67px;
}
.month-listing tbody tr td a:hover {
    /*background-color: #e6f6f9;*/
	background: rgb(227, 227, 227);
}
.month-listing tbody tr td a.selected {
    background-color: #1ab64f;
	/*background-color: rgb(37, 37, 37) ;*/
	color: rgb(255, 255, 255);
}
.month-listing tbody tr td.active {
    /*background-color: #d4f7e0!important;*/
	background-color: #f5f5f5!important;
	color: rgb(34, 34, 34);
    text-decoration: none;
}
.cal-nav {
    position: relative;
    z-index: 1;
    height: 0px;
}
.cal-nav-prv {
    position: absolute;
    top: 0;
    left: 18px;
}
.cal-nav-nxt {
    position: absolute;
    top: 0;
    right: 18px;
}
.previous-arww, .next-arww {
	-webkit-appearance: none;
    display: inline-block;
    color: rgb(34, 34, 34);
    cursor: pointer;
    /*position: relative;*/
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    margin: 0px;
    padding: 0px;
    background: transparent;
	-webkit-transition: -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s;
    transition: -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s;
}
.previous-arww::before, .next-arww::before {
	font-family: 'FontAwesome';
	font-size: 22px;
    line-height: 23px;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
    /*position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    width: 32px;
    height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
	border-radius: 50%;
}
.previous-arww::before {
    content: "\f104";
	padding: 4px 3px 0 0;
}
.next-arww::before {
    content: "\f105";
	padding: 4px 0 0 3px;
}
.previous-arww:hover::before {
    background: rgb(237, 237, 237);
}
.next-arww:hover::before {
    background: rgb(237, 237, 237);
}
.cal-nav-prv a.disabled, .cal-nav-nxt a.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    color: rgb(221, 221, 221) !important;
}
.date__start {
	position:relative;
	/*background-color: #d4f7e0;*/
	background-color: #f5f5f5;
    border: 0px;
    padding: 0px;
	z-index: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
	-webkit-border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
}
.date__end {
	position:relative;
	background-color: #f5f5f5;
    border: 0px;
    color: rgb(34, 34, 34);
    padding: 0px;
	z-index: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
	-webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
}
.date__start:before {
	content: "";
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	left:0;
	background:#FFF;
	z-index: -1;
}
.date__end:after {
	content: "";
	position:absolute;
	width:50%;
	top:0;
	right:0;
	bottom:0;
	background:#FFF;
	z-index: -1;
}
.dates-clear, .close-cal {
	cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 10px;
    color: rgb(34, 34, 34);
    margin: 0px;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.kal-progress {
	padding: 16px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.kal-progress .close-kal {
	display: none;
}
.dates--open {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: -webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;
    -webkit-transition: opacity .15s ease-out,max-height 0s,border-width 0s,-webkit-transform .15s ease-out;
    transition: opacity .15s ease-out,max-height 0s,border-width 0s,-webkit-transform .15s ease-out;
    transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;
    transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s,-webkit-transform .15s ease-out;
    box-shadow: 0 6px 18px 1px rgb(0 0 0 / 12%);
}
.dates-clear {
	min-height: 38px !important;
    background: none;
    border: 1px solid #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
}
/*--------------------------------------------------------------
# Year matrix cal
--------------------------------------------------------------*/
.year--matrix-scroller {
   display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #abafbe;
	padding: 0 2px 15px;
}
.year--scroller-prev,.year--scroller-next {
    cursor: pointer;
}
.year--matrix-scroller .scroller-icon {
    border: solid 1px #E7E7E7;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 3px;
}
.year--matrix-scroller .scroller-icon .fa {
    color:#333;
}
.year--matrix-scroller .scroller-icon.disabled {
    background: #e5e5e5;
    border: solid 1px #e5e5e5;
}
.year--matrix-scroller .scroller-icon.disabled .fa {
    color: #c7c7ca;
}
.year--matrix-scroller .scroller-icon.disable {
    background: #e5e5e5;
    border: solid 1px #e5e5e5;
}
.year--scroller-prev span {
    margin-left: .5rem;
}
.year--scroller-next span {
    margin-right: .5rem;
}
.month-cal-dialog {
    position: absolute;
	top: 100%;
	min-height:100px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 5px 30px 0 rgba(0,0,0,0.22);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
	z-index: 9;
}
/*.month-cal-dialog .dialog-heading {
	font-size: 17px;
    color: rgb(72, 72, 72);
    padding: 10px;
	text-align:center;
	border-bottom:1px solid #E7E7E7;
}*/
.month-cal-dialog .month--table {
	position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding: 30px 20px;
}
.month-cal-dialog .month--table .__year {
    font-size: 22px;
    text-align: center;
    color: #333;
}
.month-cal-dialog .__months {
	display: block;
}
.month-cal-dialog .__months-listing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.month-cal-dialog .__months-name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.month-cal-dialog .__months-name {
	cursor: pointer;
    height: 60px;
	width:100px;
	font-size:17px;
    background: #F2F2F2;
    color: rgb(216, 216, 216);
    font-weight: normal;
    border: 2px solid rgb(255, 255, 255);
	-webkit-border-radius: 7px;
    border-radius: 7px;
}
.month-cal-dialog .__months-name.active {
	background: rgb(232, 242, 255);
    color: #000;
}
.month-cal-dialog .__months-name.selected {
	background: #001b94;
    color: rgb(255, 255, 255) !important;
	font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
/*.cal-inner-view.embeded .datepicker-col:nth-child(n+2) {
    display:none;
}*/
.month-listing.embeded tbody tr td {
    height: 57px;
	min-width: 57px;
}
.month-listing.embeded tbody tr td a, .month-listing.embeded tbody tr td.active span {
    height: 57px;
	width:57px;
	line-height: 57px;
}
}
@media only screen and (max-width: 767.98px) {
.date-range-picker, .month-cal-dialog, .subh-datepicker-1 {
	position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
	left: 0 !important;
    width: 100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important; 
	border-radius: 0px !important;
    padding: 0;
}
.cal-inner-view {
    padding:20px;
}
.cal-inner-view.embeded {
    padding: 0;
}
.cal-inner-view .datepicker-col {
    width: 100%;
}
.subh-datepicker-1 select {
    width: 58%;
}
/*.cal-inner-view .datepicker-col:nth-child(n+2) {
    display:none;
}*/
.month-cal-dialog .month--table {
    padding: 0;
}
.month-listing .week-end {
    background-color: transparent;
}
.cal-header-portable, .cal-footer-portable {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.kal-progress {
	padding: 16px;
}
.kal-progress .close-kal {
	display: block;
}
.cal-save {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    padding: 14px 24px!important;
    color: rgb(255, 255, 255) !important;
    width: 100% !important;
    margin: 0px !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    outline: none !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    background: rgb(34, 34, 34) !important;
}
}
@media screen and (max-width: 600px)  {
.month-listing tbody tr td {
    height: 44px !important;
	min-width: 44px !important;
}
.month-listing tbody tr td a, .month-listing tbody tr td.active span {
    height: 44px !important;
	width: 44px !important;
	line-height: 44px !important;
}
}
@media (min-width: 1137px) {
.cal-inner-view.embeded .datepicker-col {
    width: calc(50% - 8px);
}
.month-listing.embeded tbody tr td {
    height: 40px;
    min-width: 40px;
}
.month-listing.embeded tbody tr td a, .month-listing.embeded tbody tr td.active span {
    height: 40px;
	width: 40px;
	line-height: 40px;
}
}
@media (min-width: 1200px) {
	.month-listing.embeded tbody tr td {
		font-size: 15px;
	}
}