@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #3B3B3B;
}

body,
p {
    color: #3B3B3B;
}

.ui-datepicker {
    width: auto;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #a29062;
    background: #a29062;
    color: #fff;
}

.m-0 {
    margin: 0 !important;
}

.m-auto {
    margin: auto;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
    margin-left: auto;
}

.banner {
    height: 75vh;

}

.banner h2 {
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
}

.banner .swiper {
    height: 100%;
    width: 100%;
}

.slide-1,
.slide-2,
.slide-3,
.slide-4 {
    background-image: url(/img/new-page/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: center bottom;
}

.slide-2 {
    background-image: url(/img/new-page/banner-2.jpg);
}

.slide-3 {
    background-image: url(/img/new-page/banner-3.jpg);
}

.slide-4 {
    background-image: url(/img/new-page/banner-4.jpg);
}

.background>div h2.text {
    display: flex;
    align-items: center;
}

.header .header-menu {
    flex-basis: 80%;
    margin-right: 30px;
    display: flex;
    justify-content: end;
}

.header .fa-angle-down {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 24px;
    transform: translateY(-50%);
    color: #3B3B3B;
}

.header .form-group {
    position: relative;
    width: 150px;
}

.background {
    height: 100%;
    width: 100%;
    /* background-color: #00000052; */
    align-items: end;
}

.background>div {
    text-align: left;
    width: 60%;
    margin: 0 auto;
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00000073;
    border: 3px solid white;
}

.banner hr {
    width: 100px;
    margin: 0;
    margin-right: 10px;
}

.header {
    position: fixed;
    z-index: 999;
    display: block;
    height: 90px;
    padding: 10px 50px;
    margin-top: 30px;
}

.header img {
    width: 500px;
    /* padding-top: 50px; */
}

.fixed img {
    width: 300px;
}

img {}

.fixed {
    background: #00000099 !important;
    margin-top: 0;
}

.header>div {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.fixed>div {
    align-items: center;
}

.header a {
    position: relative;
    background: none;
    width: auto;
    color: white;
    height: auto;
    left: 0;
    font-weight: 500;
    font-size: 18px;
}

.header-menu ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}

.header-menu li {
    display: inline-block;
    padding: 5px 15px;
}

.header select {
    padding: 10px 35px 10px 15px;
    width: 150px;
    font-size: 18px;
    background-color: white;
    border: none;
    color: #3B3B3B;
    font-weight: 100;
    appearance: none;
}

.booking-panel {
    position: relative;
    height: 100px;
}

.slider-booking {
    width: 65%;
    top: -40px;
    background-color: #f2f5f8 !important;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    box-shadow: none;
}

.slider-booking ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    width: 90%;
    margin: auto !important;
}

.form-group {
    margin-bottom: 0px;
}

.slider-booking ul li {
    width: 22%;
}

.slider-booking .form-group {
    position: relative;
}

.slider-booking ul li .fa {
    color: #898989;
    font-size: 25px;
}

#frmCheckAvailibility {
    margin-left: 0% !important;
}

.slider-booking .form-control {
    color: #8d8c8c !important;
    -webkit-text-fill-color: #8d8c8c;
}

.form-control {
    border: 1px solid #8d8c8c;
    font-size: 18px;
}

#SubmitDesktop.form-control {
    background-color: #a29062;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    border: 1px solid #a29062;
}

.header .form-control {
    background-color: #a29062;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    border: 1px solid #a29062;
}

#SubmitDesktop:hover {
    background-color: #716440;
    border: 1px solid #716440;
    box-shadow: 0 0 5px gray;
}

.slider-booking ul li input[type=text],
.slider-booking ul li select {
    font-size: 18px;
    height: 40px;
}

.location p {
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #fff;
}

.location {
    position: absolute;
    bottom: 45%;
    left: 50%;
    transform: translateX(-50%);
}

.pt {
    padding-top: 11rem;
}

.pb {
    padding-bottom: 11rem;
}

.title {
    text-align: left;
    color: #a29062;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 6px;
    line-height: 45px;
    margin-bottom: 50px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

.view .title hr,
.instagram .title hr,
.video_gallery .title hr {
    margin-left: 110px;
    margin-right: auto;
}

.w-75 {
    width: 75%;
    margin: auto;
}

.activity {
    width: 60%;
    margin: auto;
}

.font {
    font-size: 19px;
    color: #7e7b7b;
    line-height: 27px;
    font-weight: 600;
}

.height {
    height: 400px;
}

.h-100 {
    height: 100%;
}

.img-1 {
    width: 95%;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.img-1 video {
    width: 100%;
    box-shadow: 0 0 10px grey;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    border: 3px solid white;
    border-radius: 50%;
}

.triangle {
    position: relative;
    overflow: hidden;
    transform: translate(40%, 55%) rotate(1deg) skewY(30deg) scaleX(0.866);
    pointer-events: none;
    border-radius: 20%;
}

.triangle,
.triangle::before,
.triangle::after {
    width: 6rem;
    height: 6rem;
}

.triangle::before,
.triangle::after {
    content: "";
    position: absolute;
    background: white;
    pointer-events: auto;
}

.triangle::before {
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%);
}

.triangle::after {
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%);
}

.triangle::before {
    border-radius: 20% 20% 20% 55%;
}

.triangle::after {
    border-radius: 20% 20% 55% 20%;
}

/* .img-2{
    width: 53%;
    margin-left: 5%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(/img/new-page/rajasthan-banner.jpg);
    background-position: center;
    background-size: cover;
    box-shadow: 5px 5px 10px #8d8d8d;
} */
.know-more-btn {
    position: absolute;
    bottom: 10%;
    display: flex;
    align-items: center;
}

.know-more-btn p {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: 600;
    letter-spacing: 2px;
}

.circle {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #a29062;
    margin-left: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d0c7b0;
    font-size: 24px;
    position: relative;
}

.circle::before {
    content: '';
    position: absolute;
    height: 70px;
    left: -10px;
    width: 2px;
    transform: rotate(90deg);
    background-color: #d0c7b0;
}

.img-container {
    width: 90%;
    height: 300px;
    margin: auto;
    perspective: 1000px;
    margin-bottom: 60px;
}

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

.flip-card {
    position: relative;
    width: 85%;
    height: 100%;
    margin: auto;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.img-container:hover .flip-card {
    transform: rotateY(180deg);
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.front {
    overflow: hidden;
}

.back {
    background-color: #3b3b3b;
    color: #91825d;
    transform: rotateY(180deg);
    border: 1px solid white;
    font-size: 12px;
    line-height: 12px;
    padding: 15px;
}

.back img {
    width: 50px;
    margin: auto;
    display: block;
    margin-bottom: 3px;
}

.explore {
    position: relative;
}

.rooms {
    background-color: #3b3b3b;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
}

.rooms .title {
    color: white;
}

.title hr {
    height: 1px;
    width: 15%;
    margin: 0;
    margin-right: 110px;
    background: #a29062;
    flex-basis: 20%;
}

.title div {
    flex-basis: 80%;
    text-align: left;
}

.rooms .title hr {
    background-color: white;
}

.rooms .rooms-title {
    width: 60%;
    background-color: white;
    padding: 15px;
    text-transform: uppercase;
    margin: 0px auto -20px;
    text-align: center;
    position: relative;
    font-size: 24px;
    line-height: 22px;
    color: #a29062;
    z-index: 1;
    font-family: 'Poppins';
    font-weight: 500;
}

p.text {
    text-align: center;
    margin: auto;
    color: white;
    font-size: 18px;
    width: 80%;
}

.explore {
    color: white;
    justify-content: end;
    margin-top: 35px;
}

.explore p {
    color: white;
}

.explore .circle {
    margin-left: 80px
}

.back .row {
    width: 85%;
    margin: auto;
    height: 90%;
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.back .row .box>* {
    flex: 1 1 1;
}

.back .row>div {
    height: 50%;
    margin-bottom: 8px;
    flex-basis: 25%;
}

.testimonal>div {
    padding: 4rem 0;
    box-shadow: 0 0 10px #9d9d9d;
    background-image: url(/img/new-page/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonal .row {
    height: 55vh;
    width: 90%;
    margin: auto;
}

.testimonal .row>div {
    /* height: 100%; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.testimonal .row>div:nth-child(2) {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.img>div {
    width: 90%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.img {
    height: 350px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
}

.img img {
    height: 100%;
    width: auto;
    align-items: center;
}

.facilities .img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 98%;
    border: 2px solid #a29062;
    top: -10px;
    /* background-color: red; */
}

.img.right:before {
    left: auto;
    right: -20px;
}

.download {
    text-align: center;
    margin: 30px 0;
}

.download a {
    background-color: #a29062;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    border: 1px solid #a29062;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.download a:hover {
    background-color: #716440;
    border: 1px solid #716440;
    box-shadow: 0 0 5px grey;
}

.facilities h3,
.video_gallery h3 {
    color: #A29062;
    margin-bottom: 10px;
    margin-top: 40px;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 25px;
}

.video_gallery h3 {
    text-align: center;
}
.video_gallery .video-slide{
    height: 300px;
    /* background: url(https://www.themachan.com/img/new-page/video_01.jpg); */
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.description {
    width: 90%;
    margin: auto;
    font-weight: 500;
    color: #3B3B3B;
    font-size: 16px;
}

/* .description span {
    display: none;
} */

.testimonal h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
}

/* .description h3:hover+span {
    display: block;
} */

.description h3:hover {
    text-decoration: underline;
}

.experence .img {
    height: 400px;
    width: 95%;
    overflow: hidden;
    align-items: start;
}

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

.experence .img:hover .info {
    width: 80%;
    padding: 35px;
    height: 70%;
}

.experence .img:hover .info>h5 {
    margin-bottom: 20px;
    text-decoration: underline;
}

.experence .img:hover .info>p {
    display: block;
}

.experence h5 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    color: white;
}

.experence .info {
    position: absolute;
    text-align: center;
    bottom: 15%;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    margin-bottom: 0;
    padding: 20px;
    background-color: #00000087;
    width: 50%;
    display: block;
    height: auto;
    /* height: 70%; */
}

.experence .info p {
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    margin: 0;
    text-align: center;
    display: none;
}

.gallery {
    background-color: #3b3b3b;
}

.view .title div,
.instagram .title div,
.video_gallery .title div {
    text-align: right;
}

/* .view .title:first-child hr,.instagram .title hr{
    margin-right: 0px;
    margin-left: 100px;
    width: 15%;
} */
.gallery .title {
    color: white;
}

.mb-20 {
    margin-bottom: 20px;
}

.gallery p {
    font-size: 22px;
    line-height: 30px;
    color: white;
    margin-bottom: 8rem;
}

.gallery>div:nth-child(3) hr {
    width: 12%;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.feedback {
    background-color: #f6f5f2;
}

.feedback .swiper .row {
    height: 250px;
}

.feedback .row>div {
    height: 100%;
    padding: 0 30px;
}

.border-right {
    border-right: 1px solid #c5c5c5;
}

.feedback a {
    color: #00aa6c;
    text-decoration: underline;
}

.feedback h4 {
    font-weight: 600;
}

.color-logo {
    text-align: left;
    height: auto !important;
    text-align: center;
}

.color-logo img {
    width: 300px;
    margin: auto;
    text-align: center;
}

.pointer {
    list-style-type: none;
    padding-inline-start: 0;
    text-align: center;
}

.pointer li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding-right: 5px;
    background-color: #00aa6c;
}

.text-center {
    text-align: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px;
}

.swiper-button-prev:before,
.swiper-button-next:before {
    content: '';
    width: 2px;
    height: 35px;
    position: absolute;
    background-color: gray;
    transform: rotate(90deg) translate(0px, -12px);
}

.swiper-button-next:before {
    transform: rotate(90deg) translate(0px, 12px);
}

.swiper-button-next,
.swiper-button-prev {
    color: gray;
}

.icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: black;
    color: white;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 20px 0;
}

footer {
    background-color: #3b3b3b;
    color: white;
    font-size: 16px;
    padding: 7rem 0 1rem;
    font-family: 'Poppins';
    font-weight: 300;
}

footer ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-inline-start: 0;
}

.social-media-icons li {
    display: inline-block;
    font-size: 30px;
    padding: 0;
    margin: 8px;
}

.social-media-icons li p {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 30px;
}

ul.social-media-icons {
    padding-inline-start: 0;
}

ul.awards li {
    display: inline-block;
}

ul.awards li img {
    width: 120px;
    height: auto;
    margin-right: 20px;
}

footer {
    text-align: center;
}

footer .w-75>div:first-child {
    margin-bottom: 30px;
}

footer form input {
    padding: 5px;
    width: 100%;
}

footer form button {
    background-color: #a29062;
    color: white;
    padding: 5px;
    width: 100px;
    margin-left: 5px;
    border: 1px solid #a29062;
}

footer li {
    text-transform: uppercase;
    color: white;
    padding-bottom: 10px;
}

footer h3 {
    /* text-transform: uppercase; */
    text-align: center;
    color: white;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
}

footer h3:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: red;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

footer p {
    text-align: left;
    color: white;
    width: 90%;
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-weight: 300;
}

footer a {
    color: white;
}

footer a:hover {
    color: #a29062;
}

/*mobile-menu*/
.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #0000006e;
    top: 0;
    right: -100%;
    transition: all 1s ease;
    /* transform: translateX(100%); */
    margin-right: 0 !important;
}

.mobile-menu>div {
    position: absolute;
    width: 50%;
    background-color: #a29062d9;
    height: 100%;
    right: 0;
    padding: 50px;
}

.mobile-menu li {
    display: block;
}

.mobile-menu a {
    font-size: 18px;
}

.mobile-menu .close {
    color: white;
    opacity: 1;
    font-size: 40px;
    margin-top: -20px;
}

.mobile-header {
    justify-content: space-between;
    width: 100%;
}

.mobile-header img {
    margin-left: 0 !important;
}

.menu-bar {
    font-size: 40px;
    cursor: pointer;
}

#desktop-view {
    display: flex;
}

#mobile-view {
    display: none;
}

#frmCheckAvailibility ul {
    /* margin-left: 0 !important; */
}

.header #gotoForm,
.header #openForm {
    display: none;
}

/*chat*/
.zsiq_theme1.zsiq_floatmain {
    display: none;
}

.iframe {
    height: 70vh;
    overflow: hidden;
}

.view-slider .swiper {
    width: 80%;
}

.view-slider .swiper-button-prev:before,
.view-slider .swiper-button-next:before {
    background-color: white;
}

.view-slider .swiper-button-next,
.view-slider .swiper-button-prev {
    color: white;
}

.view iframe {
    width: 100%;
    height: 75vh;
    border: navajowhite;
}

.instagram .row>div>div {
    width: 100%;
    margin-bottom: 30px;
}

.instagram .row img {
    width: 100%;
}

footer:last-child() {
    display: none;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

select option {
    color: black;
}

/*form*/
.form {
    width: 70%;
    margin: auto;
    padding: 20px;
}

.form label,
.form a {
    color: #ffffff;
}

.form .grid label {
    /* position: absolute; */
    /* top: 12px; */
    /* left: 15px; */
    margin-bottom: 0 !important;
}

.contact-form {
    background-color: #A29062;
    width: 80%;
    margin: auto;
}

.contact-form .heading {
    color: white;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 500;
}

#crmWebToEntityForm form .grid {
    grid-gap: 15px;
    margin-bottom: 20px;
}

input[type=checkbox] {
    margin-left: 0;
}

#crmWebToEntityForm.zcwf_lblLeft {
    width: 100%;
    padding: 25px;
    margin: 0 auto;
    box-sizing: border-box;
}

#crmWebToEntityForm.zcwf_lblLeft * {
    box-sizing: border-box;
}

#crmWebToEntityForm {
    text-align: left;
}

#crmWebToEntityForm * {
    direction: ltr;
}

.zcwf_lblLeft .zcwf_title {
    word-wrap: break-word;
    padding: 0px 6px 10px;
    font-weight: bold;
}

.zcwf_lblLeft .zcwf_col_fld input[type='text'],
input[type='number'],
input[type='email'],
.zcwf_lblLeft .zcwf_col_fld textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ffffff !important;
    resize: vertical;
    border-radius: 4px;
    float: left;
    padding: 10px 10px;
    height: 40px;
    background-color: transparent;
    color: white;
}

.zcwf_lblLeft .zcwf_col_lab {
    /* width: 80%; */
    word-break: break-word;
    /* padding: 0px 6px 0px; */
    /* margin-right: 10px; */
    margin-top: 5px;
    float: left;
    min-height: 1px;
}

.zcwf_lblLeft .zcwf_col_fld {
    width: 100%;
    /* padding: 0px 6px 0px; */
    position: relative;
    margin-top: 0px;
    display: flex;
    justify-content: center;
}

.zcwf_lblLeft .zcwf_privacy {
    padding: 6px;
}

.zcwf_lblLeft .wfrm_fld_dpNn {
    display: none;
}

.dIB {
    display: inline-block;
}

.zcwf_lblLeft .zcwf_col_fld_slt {
    width: 100%;
    border: navajowhite;
    border-bottom: 2px solid #ffffff;
    background: transparent;
    border-radius: 4px;
    font-size: 12px;
    float: left;
    resize: vertical;
    padding: 10px 5px 10px 5px;
    height: 40px;
    font-size: inherit;
    color: white;
}

.zcwf_lblLeft .zcwf_row:after,
.zcwf_lblLeft .zcwf_col_fld:after {
    /* content: ''; */
    display: table;
    clear: both;
}

.zcwf_lblLeft .zcwf_col_help {
    float: left;
    /* margin-left: 7px; */
    font-size: 12px;
    max-width: 35%;
    word-break: break-word;
}

.zcwf_lblLeft .zcwf_help_icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    color: #ccc;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 50%;
}

.zcwf_lblLeft .grid .zcwf_row {
    /* margin: 15px 0px; */
    position: relative;
    margin-top: 20px;
}

.zcwf_lblLeft .formsubmit {
    margin-right: 5px;
    cursor: pointer;
    color: #333;
    font-size: 12px;
}

.zcwf_lblLeft .zcwf_privacy_txt {
    width: 90%;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    vertical-align: top;
    color: #333;
    padding-top: 2px;
    margin-left: 6px;
}

.zcwf_lblLeft .zcwf_button {
    font-size: 16px;
    color: white;
    border: 1px solid #ffffff;
    border-radius: 25px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    font-weight: 500;
    width: 120px;
    padding: 10px 0;
    margin-right: 50px;
}

.zcwf_lblLeft .zcwf_button.active {
    color: #a29062;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.zcwf_lblLeft .zcwf_button.active:hover {
    color: #fff;
    border: 1px solid #645630;
    background-color: #645630;
    box-shadow: 0 0 5px #606060;
}

.zcwf_lblLeft .zcwf_tooltip_over {
    position: relative;
}

.zcwf_lblLeft .zcwf_tooltip_ctn {
    position: absolute;
    background: #dedede;
    padding: 3px 6px;
    top: 3px;
    border-radius: 4px;
    word-break: break-word;
    min-width: 100px;
    max-width: 150px;
    color: #333;
    z-index: 100;
}

.zcwf_lblLeft .zcwf_ckbox {
    float: left;
}

.zcwf_lblLeft .zcwf_file {
    width: 55%;
    box-sizing: border-box;
    float: left;
}

.clearB:after {
    content: '';
    display: block;
    clear: both;
}

@media all and (max-width: 600px) {

    .zcwf_lblLeft .zcwf_col_lab,
    .zcwf_lblLeft .zcwf_col_fld {
        width: auto;
        float: none !important;
    }

    .zcwf_lblLeft .zcwf_col_help {
        width: 5%;
    }
}

#calenDiv {
    padding: 10px;
    display: table;
    width: 195px;
    font-family: helvetica, sans-serif !important;
}

.calNav {
    width: 20px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 4px;
    cursor: pointer
}

#calenDiv .calNav {
    width: 15px;
}

#calenDiv .yearNavLft {
    right: 10px;
}

#calenDiv .yearNavRgt {
    left: 10px;
}

#calenDiv .dLft {
    right: 5px;
}

#calenDiv .dRgt {
    left: 5px;
}

.dLft {
    right: 10px;
    opacity: 0.8;
}

.dRgt {
    left: 10px;
    opacity: 0.8;
}

.yearNavLft {
    right: 15px;
}

.yearNavRgt {
    left: 15px;
    opacity: 0.6;
}

#calenDiv table.calDay {
    border-spacing: 6px;
    margin-top: 0
}

#calenDiv table.calDay td {
    padding: 3px 4px;
    font-size: 11px
}

#calenDiv table.calDay th {
    padding: 0 3px;
    font-size: 11px;
    padding-right: 0;
    padding-left: 1px;
    color: #888;
    width: 22px;
    cursor: default;
    border-radius: 3px;
    text-align: center;
    font-weight: normal;
}

#calenDiv #weekDays {
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-spacing: 5px;
    margin-left: 0;
    color: #868686;
}

#calenDiv .sCalMon {
    cursor: default;
    display: inline-block;
    color: #888;
    width: 110px;
    font-size: 12px;
}

table.calDay td:hover {
    background-color: #e8e8e8;
}

table.calDay {
    color: #222;
    margin-left: -10px;
    border-spacing: 12px;
}

table.calDay td,
table.calDay th {
    font-size: 1.4rem;
    cursor: default;
    border-radius: 3px;
    text-align: center;
    padding: 3px 5px;
    font-family: helvetica, sans-serif !important;
}

table.calDay td.sel,
table.calDay td.sel:hover {
    color: #fff;
    background: #b3b3b3;
    border-radius: 3px;
}

table.calDay td.noNum,
table.calDay td.lt-gray {
    color: #d8d8d8;
}

.vpvl,
.txt-ctr {
    text-align: center;
}

#calBtns a,
.lyteCalBtns .lyteCalCurrentDate a {
    color: #338cf0;
    font-size: 14px;
    text-decoration: none;
}

#calenDiv #calBtns {
    width: 183px;
    margin-left: 10px;
    border-top: 0;
    font-size: 11px;
    padding: 3px 0 12px !important;
}

.arrow {
    border: solid #666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    height: 6px;
    width: 6px;
}

#calenDiv .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#calenDiv .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.mLMinus2 {
    margin-left: -2px;
}

.mRMinus2 {
    margin-right: -2px;
}

.vam {
    vertical-align: middle;
}

.tempCalDiv {
    display: none;
    margin: 0;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    border-top: 0;
    top: 20px;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}