:root{--gf-font-family:"Roboto",sans-serif;--gf-font-size:11pt;--gf-border-radius:8px;--gf-color-main:#456ce3;--gf-color-font:#202124;--gf-color-border:#dadce0;--gf-color-error:#d93025}body{font-family:var(--gf-font-family);background-color:rgba(156,153,159,.08);color:var(--gf-color-font)}.gf-form-container{width:90vw;max-width:640px;margin:2rem auto 4rem;margin-bottom:30px}.gf-form-block{margin-top:12px;background-color:#fff;border:1px solid #dadce0;border-radius:var(--gf-border-radius);margin-bottom:12px;padding:24px;position:relative;font-size:var(--gf-font-size)}body,html{height:100%;margin:0}.footer{text-align:center;margin-left:auto;margin-right:auto;font-size:10pt;height:90px;width:100%}.gf-form-block.gf-not-valid{border-color:var(--gf-color-error)}.gf-required-notice{position:relative;margin-top:12px;padding-top:12px;color:var(--gf-color-error)}.gf-required-notice:before{content:"";position:absolute;left:-24px;top:0;width:calc(100% + 48px);height:1px;background:var(--gf-color-border)}.gf-step{display:none}.gf-step.active{display:block}.gf-form-info:before{content:"";position:absolute;left:0;top:0;height:10px;width:100%;background-color:var(--gf-color-main);border-top-left-radius:var(--gf-border-radius);border-top-right-radius:var(--gf-border-radius)}.gf-form-heading{font-size:32px;font-weight:400}.gf-form-description{margin-top:12px}.gf-form-input-title{font-size:12pt;margin-bottom:16px;display:flex}.gf-text-section-description{margin-bottom:16px}.gf-required-simbol{color:var(--gf-color-error);padding-left:.25em}textarea,input[type=text],input[type=email]{font-family:"Roboto",sans-serif;font-size:14px;font-weight:400;line-height:1.7143;color:var(--gf-color-font);padding:0;border:none;width:100%;margin-bottom:2px;appearance:none}textarea:hover,textarea:focus,input[type=text]:hover,input[type=text]:focus input[type=email]:hover,input[type=email]:focus{outline:none}textarea{height:24px}.input-field{position:relative;margin-top:8px}.gf-small-label{margin-bottom:16px;font-size:12px;color:#70757a}.input-text-field{width:50%}.gf-time-row>span:before,.gf-time-row>span:after,.input-field-border:before,.input-field-border:after{content:"";position:absolute;left:50%;bottom:0;width:100%;height:1px;transform:translateX(-50%);background:var(--gf-color-border)}.gf-time-row>span:after,.input-field-border:after{width:0;height:2px;transition:all .3s ease-in-out;background:var(--gf-color-main)}.gf-time-row>span.input-focus:after,.input-field-border.input-focus:after{width:100%}.gf-not-valid .gf-time-row>span:before,.gf-not-valid .gf-time-row>span:after,.gf-not-valid .input-field-border:before,.gf-not-valid .input-field-border:after{background:var(--gf-color-error)}.gf-choice-container.has-images{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px 54px}.gf-choice-container.has-images .choice-row{width:268px}.gf-choice-label{width:100%;position:relative;cursor:pointer}.gf-choice-label .gf-image-responsive{position:relative;padding-bottom:78.73%;margin:12px 0;border:2px solid transparent}.gf-choice-label .gf-image-responsive:not(.gf-image-placeholder){box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);border-radius:4px}.gf-choice-label input:checked+.gf-choice-wrap .gf-image-responsive{border-color:var(--gf-color-main)}.gf-choice-label .gf-image-responsive .img{position:absolute;left:50%;top:50%;width:calc(100% - 12px);height:calc(100% - 12px);transform:translate(-50%,-50%)}.gf-choice-label .gf-image-responsive img{width:100%;height:100%;object-position:center;object-fit:contain}.gf-choice-input-wrap{display:flex;align-items:center;padding:8px 8px 8px 0;font-size:var(--gf-font-size);width:100%;position:relative}.gf-choice-input-wrap>span{margin-left:.75em}input[type=checkbox],input[type=select],input[type=radio]{display:block !important;opacity:0 !important;width:0 !important;height:0 !important}.gf-choice-input{display:inline-block;position:relative;width:20px;height:20px;background:rgba(0,0,0,.54);border-radius:3px}input[type=radio]+.gf-choice-wrap .gf-choice-input{border-radius:50%}.gf-choice-input:before{content:"";position:absolute;top:-10px;left:-10px;width:40px;height:40px;border-radius:50%;background-color:rgba(103,58,183,.04);opacity:0;transition:all .4s}.gf-choice-label:hover .gf-choice-input:before{opacity:1}.gf-choice-label input:active+.gf-choice-wrap .gf-choice-input:before,.gf-choice-label input:checked+.gf-choice-wrap .gf-choice-input:hover:before{background-color:rgba(103,58,183,.15);opacity:1}.gf-choice-input span,.gf-choice-input:after{position:absolute;width:16px;height:16px;left:50%;top:50%;transform:translate(-50%,-50%)}input[type=radio]+.gf-choice-wrap .gf-choice-input span,input[type=radio]+.gf-choice-wrap .gf-choice-input:after{border-radius:50%;background:#fff}.gf-choice-input:after{content:"";background:#fff;transition:all .1s}.gf-choice-input span:before,.gf-choice-input span:after{content:"";position:absolute;left:3px;top:6px;width:2px;height:7px;background-color:#fff;border-width:0;transform:rotate(-45deg)}.gf-choice-input span:after{left:9px;top:2px;height:12px;transform:rotate(45deg)}.gf-choice-label input:checked+.gf-choice-wrap .gf-choice-input{background:var(--gf-color-main)}.gf-choice-label input:checked+.gf-choice-wrap .gf-choice-input:after{transform:scale(0)}input[type=radio]+.gf-choice-wrap .gf-choice-input span:before{opacity:0;width:0;height:0}input[type=radio]+.gf-choice-wrap .gf-choice-input span:after{left:50%;top:50%;width:10px;height:10px;border-radius:50%;transform:translate(-50%,-50%);background:var(--gf-color-main)}.gf-choice-clear-radio{width:100%;margin-top:1rem;text-align:right;opacity:0;width:0;height:0}.gf-clear-selection{cursor:pointer;color:#5f6368;font-weight:500;display:none !important}.ui-selectmenu-button.ui-button{height:32px;padding:8px 19px 8px 16px;display:flex;align-items:center;flex-direction:row-reverse;background:#fff;border:1px solid var(--gf-color-border);border-radius:var(--gf-border-radius);color:inherit}.ui-selectmenu-text{width:calc(100% - 32px);font-weight:400}.ui-selectmenu-icon.ui-icon,.ui-button:focus .ui-icon,.ui-selectmenu-button.ui-button:hover .ui-selectmenu-icon.ui-icon{background-image:url(//cdn.paycalendar.net/wp-content/plugins/paycalendar_v2/assets/css/images/ui-icons_222222_256x240.png)}.ui-widget-content{background:#fff}.ui-widget.ui-widget-content{box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);padding:8px 0;-webkit-border-radius:4px;border-radius:4px;border:none}.ui-menu .ui-menu-item{padding:0;font-family:var(--gf-font-family);font-weight:inherit;font-size:var(--gf-font-size)}.ui-menu .ui-menu-item-wrapper{padding:13px 16px;line-height:1.36}.ui-state-active,.ui-widget-content .ui-state-active{font-weight:inherit;color:inherit;border-color:transparent;background:rgba(26,115,232,.08)}.gf-image-responsive img{max-width:100%}.gf-image-responsive .align-left,.gf-block-video.align-left{text-align:left}.gf-image-responsive .align-right,.gf-block-video.align-right{text-align:right}.gf-image-responsive .align-center,.gf-block-video.align-center{text-align:center}.gf-image-responsive.gf-image-placeholder{background:#f5f5f5}.gf-block-video iframe{max-width:100%}.input-date-field{max-width:130px}.ui-widget.ui-widget-content{padding:8px}.ui-widget-header{background:#fff;color:var(--gf-color-font);font-weight:400;border:none}.ui-datepicker{width:220px}.ui-datepicker td span,.ui-datepicker td a{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border-radius:4px}.ui-state-default,.ui-widget-content .ui-state-default,.ui-datepicker th{font-weight:400;background:#fff;border-color:#fff;color:var(--gf-color-font);font-size:12px;transition:all .3s}.ui-widget-header .ui-state-hover,.ui-widget-content .ui-state-default:hover{border-color:var(--gf-color-main);background:#673ab700;cursor:pointer}.ui-widget-content .ui-datepicker-today .ui-state-default{border-color:rgba(0,0,0,.7)}.ui-widget-content .ui-datepicker-current-day .ui-state-default{border-color:var(--gf-color-main);background:#1a73e8;color:#fff;font-weight:700}.ui-widget-header .ui-icon{background-position:center}.ui-widget-header .ui-datepicker-prev .ui-icon{background-image:url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000000' d='M136.97 380.485l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L60.113 273H436c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H60.113l83.928-83.444c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0l-116.485 116c-4.686 4.686-4.686 12.284 0 16.971l116.485 116c4.686 4.686 12.284 4.686 16.97-.001z'%3E%3C/path%3E%3C/svg%3E")}.ui-widget-header .ui-datepicker-next .ui-icon{background-image:url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000000' d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E")}.gf-time-row{display:flex;align-items:flex-end;gap:9px;line-height:30px}.gf-time-row input{margin-bottom:0}.gf-time-row>span{position:relative;display:inline-block;width:17px;height:30px;margin-left:5px}.gf-time-row .ui-selectmenu-button.ui-button{height:30px;width:48px;padding:0 6px;border:none}.gf-time-row .ui-selectmenu-button.ui-button .ui-selectmenu-text{margin-right:3px;width:calc(100% - 24px)}.gf-error{display:none;margin-top:16px;color:var(--gf-color-error);padding-left:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0' y='0' width='26px' height='26px' viewBox='0 0 26 26' preserveAspectRatio='none'%3E%3Cpath d='M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z' fill='%23d93025'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:26px;background-position:0 0;min-height:26px;padding-top:4px}.gf-not-valid .gf-error{display:block}.ui-dialog .ui-button,.gf-buttons{display:flex;align-items:center;justify-content:space-between}.ui-dialog .ui-button,button{appearance:none;padding:0 24px;line-height:36px;text-align:center;font-family:var(--gf-font-family);color:var(--gf-color-main);font-size:14px;letter-spacing:.05em;font-weight:500;background:#fff;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.141),0 1px 3px 0 rgba(0,0,0,.122);border-radius:4px;transition:background .2s .1s;border:0;outline:none;cursor:pointer}button:hover{background:rgba(103,58,183,.04);box-shadow:0 2px 1px -1px rgba(103,58,183,.2),0 1px 1px 0 rgba(103,58,183,.14),0 1px 3px 0 rgba(103,58,183,.12)}button.button-main-color{background:var(--gf-color-main);color:#fff}button.button-main-color:hover{background:#e66b61}.ui-dialog .ui-button,button.button-transparent{background:0 0;box-shadow:none}.ui-dialog .ui-button{color:#5f6368}.ui-dialog .ui-button:hover,button.button-transparent:hover{background:rgba(103,58,183,.04)}button.gf-back{margin-right:12px}.input-group-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;width:100%}.input-group-row:not(:nth-of-type(1)){background-color:#f8f9fa}.input-group-column{flex:1;display:flex;align-items:center;justify-content:center;height:2.5em;min-width:48px;padding:8px;text-align:center;white-space:pre-wrap;width:120px}.input-group-row .input-group-column:nth-of-type(1){border-radius:4px 0 0 4px;justify-content:flex-start}.input-group-row .input-group-column:nth-last-of-type(1){border-radius:0 4px 4px 0}.input-group-column .gf-choice-label{display:flex;justify-content:center}.input-group-column .gf-choice-input-wrap{justify-content:center;width:20px;padding:0}.gf-scale-row{display:flex;align-items:flex-end;justify-content:space-between}.gf-scale-row .gf-choice-input-wrap{flex-direction:column;align-items:center;padding:0}.gf-scale-row .gf-choice-input-wrap>span{margin:0 0 10px}.gf-dialog-clear{display:none}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{display:flex;justify-content:flex-end;gap:4px}.ui-dialog .ui-dialog-buttonpane button{margin:0}.no-close .ui-dialog-titlebar-close{display:none;margin:18px 24px 12px}.ui-dialog .ui-dialog-title{font-size:22px;font-weight:500}.ui-dialog.ui-widget.ui-widget-content{border-radius:8px;left:50% !important;transform:translate(-50%,-50%)}.ui-dialog .ui-dialog-content p{margin:0;font-weight:400;font-size:16px;line-height:20px}.ui-dialog .ui-dialog-buttonpane{margin-top:0;padding-bottom:0;border:none}.ui-widget-overlay{background:rgba(0,0,0,0);transition:all .3s ease-in-out}.ui-widget-overlay.show{background:rgba(0,0,0,.6)}.ui-widget-overlay-show{position:relative}.ui-widget-overlay-show{position:relative;overflow:hidden;padding-right:17px}@media (max-width:679px){.gf-choice-wrap .gf-image-placeholder{display:none}.input-group-field{overflow-x:auto}.gf-scale-row{flex-direction:column;align-items:flex-start}.gf-scale-lable-low,.gf-scale-item{margin-bottom:.5em}.gf-scale-row .gf-choice-input-wrap{flex-direction:row-reverse;align-items:center}.gf-scale-row .gf-choice-input-wrap>span{margin:0 0 0 .75em}.ui-dialog.ui-widget.ui-widget-content{max-width:90% !important}}option[value=""][disabled]{color:gray}#footer-logo{text-align:center;margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:40px;width:100%}#footer-logo img{width:150px}.gf-form-heading-image img{max-height:22.5vw;max-width:90vw;height:160px;width:640px;border:1px solid #dadce0;border-radius:8px}.gf-form-select-style{display:block !important;opacity:0 !important;width:0 !important;height:0 !important}.gf-next{z-index:999;position:inherit}.input-text-field input[type=number]{border:none;outline:none}.input-text-field input[type=number]::-webkit-outer-spin-button,.input-text-field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-text-field input[type=number]{-moz-appearance:textfield}#total-display{margin-bottom:30px}.payment-icons{width:100%;margin-left:auto;margin-right:auto;display:block}@media (min-width:700px){.payment-icons{width:70%}}.jsCalendar tbody td,.jsCalendar thead .jsCalendar-week-days th,.jsCalendar tbody td{font-size:14px !important;width:44px !important;height:44px !important;line-height:38px !important}.jsCalendar-not-current-month{color:#fff !important}.jsCalendar-current{color:#000 !important;font-weight:700 !important;background-color:unset !important}.jsCalendar-week-days th{border:1px solid #fff !important}.jsCalendar td:not(.jsCalendar-unselectable,.jsCalendar-not-current-month,.jsCalendar-current){border:1px solid #5075e4 !important;color:unset !important;background-color:unset}.jsCalendar-unselectable{border:1px solid #fff !important}.jsCalendar-selected{background-color:#5075E42B !important}#event-details{background-color:#fff;border-collapse:collapse;border-radius:4px;box-shadow:0 0 2px rgba(0,0,0,.4);color:#000;font-family:Tahoma,Geneva,sans-serif;margin:5px;width:210px;height:100% !important;overflow-y:auto !important;max-height:315px;display:flex;justify-content:center;align-items:center}.gf-form-block{display:flex;flex-wrap:wrap}.gf-form-info{display:block}.pf-thankyou-lablel-value{display:inline-block;width:130px}#details-and-select-wrapper{display:flex;flex-direction:column;align-items:flex-start}.select2-container{display:block !important;width:210px !important}.paycalendar-slot{border:1px solid #5075e4 !important;margin:10px;padding:5px;border-radius:5px;height:35px !important;display:flex !important;justify-content:center !important;align-items:center !important}.paycalendar-no-slots{border:1px solid red !important}#paycalendar-event-details{flex:1}#paycalendar-event-details{flex-basis:100%}.paycalendar_appointments_header_image{width:100px;height:100px}.payform-results-container-main{padding:20px;margin-left:auto;margin-right:auto}.payform-results-container{display:flex;flex-wrap:wrap;gap:40px;margin-top:0;padding:0;width:560px}.payform-result-box-view-all{width:260px;border:1px solid #ccc;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:5px;box-sizing:border-box;border-radius:4px;display:flex;flex-direction:column;justify-content:center;min-height:160px;background-color:#ccd0db38}.payform-shortcode-preview-image-title{font-weight:700;font-size:14pt;text-align:center;margin-top:20px}.payform-results-container-main a{text-decoration:none}.pc-table-width{width:110px}
.jsCalendar *{margin:0;padding:0}.jsCalendar table,.jsCalendar table th,.jsCalendar table td{border:0;box-sizing:content-box}.jsCalendar table{background-color:#fff;border-collapse:collapse;border-radius:4px;box-shadow:0 0 2px rgba(0,0,0,.4);color:#000;font-family:Tahoma,Geneva,sans-serif;margin:5px}.jsCalendar tr{line-height:0}.jsCalendar thead .jsCalendar-title{height:40px;line-height:40px}.jsCalendar thead .jsCalendar-title-left{float:left}.jsCalendar thead .jsCalendar-title-right{float:right}.jsCalendar thead .jsCalendar-nav-left,.jsCalendar thead .jsCalendar-nav-right{border-radius:10px;color:#999;cursor:pointer;font-family:"Courier New",Courier,monospace;font-size:12px;font-weight:700;height:20px;line-height:20px;margin:10px 8px;text-align:center;transition:color .2s,background-color .2s;width:20px}.jsCalendar thead .jsCalendar-nav-left:hover,.jsCalendar thead .jsCalendar-nav-right:hover{background-color:#e2e2e2;color:#000}.jsCalendar thead .jsCalendar-nav-left{float:left}.jsCalendar thead .jsCalendar-nav-right{float:right}.jsCalendar thead .jsCalendar-title-name{cursor:default;float:left;font-size:18px;font-weight:lighter;padding:0 20px}.jsCalendar thead .jsCalendar-nav-left:after{content:"<"}.jsCalendar thead .jsCalendar-nav-right:after{content:">"}.jsCalendar thead .jsCalendar-week-days th{text-shadow:0 0 1px rgba(0,0,0,.2)}.jsCalendar thead .jsCalendar-week-days th,.jsCalendar tbody td{border-radius:18px;cursor:default;display:inline-block;font-size:12px;font-weight:lighter;height:36px;line-height:36px;margin:1px 2px;text-align:center;transition:color .1s,background-color .2s;width:36px}.jsCalendar tbody td:hover{background-color:#e6e6e6}.jsCalendar tbody td.jsCalendar-selected{background-color:#fff;border:2px solid #e6e6e6;height:32px;line-height:32px;width:32px}.jsCalendar tbody td.jsCalendar-current{background-color:#52c9ff;border-radius:18px;color:#fff}.jsCalendar tbody td.jsCalendar-previous,.jsCalendar tbody td.jsCalendar-next,.jsCalendar tbody td.jsCalendar-unselectable{color:#cacaca}.jsCalendar tbody td.jsCalendar-previous:hover,.jsCalendar tbody td.jsCalendar-next:hover{color:#fff}.jsCalendar tbody td.jsCalendar-unselectable:hover{background:0 0}.jsCalendar thead{display:block;margin:4px 4px 0}.jsCalendar tbody{display:block;margin:0 4px 4px}.jsCalendar ::-moz-selection{background:#83d8ff}.jsCalendar ::selection{background:#83d8ff}.jsCalendar.yellow tbody td.jsCalendar-current{background-color:#ffe31b}.jsCalendar.yellow ::-moz-selection{background:#fde74c}.jsCalendar.yellow ::selection{background:#fde74c}.jsCalendar.orange tbody td.jsCalendar-current{background-color:#ffb400}.jsCalendar.orange ::-moz-selection{background:#ffb400}.jsCalendar.orange ::selection{background:#ffb400}.jsCalendar.red tbody td.jsCalendar-current{background-color:#f6511d}.jsCalendar.red ::-moz-selection{background:#f6511d}.jsCalendar.red ::selection{background:#f6511d}.jsCalendar.green tbody td.jsCalendar-current{background-color:#7fb800}.jsCalendar.green ::-moz-selection{background:#7fb800}.jsCalendar.green ::selection{background:#7fb800}.jsCalendar.material-theme table{border-radius:0}.jsCalendar.material-theme thead{background-color:#52c9ff;color:#fff;margin:0;padding:4px 4px 0}.jsCalendar.material-theme thead .jsCalendar-title{display:block;position:relative}.jsCalendar.material-theme thead .jsCalendar-title-name{border-bottom:1px solid rgba(255,255,255,.4);color:#fff;font-size:16px;left:15px;position:absolute;right:15px;text-align:center}.jsCalendar.material-theme thead .jsCalendar-title-left,.jsCalendar.material-theme thead .jsCalendar-title-right{position:absolute;z-index:1}.jsCalendar.material-theme thead .jsCalendar-nav-left,.jsCalendar.material-theme thead .jsCalendar-nav-right{color:#fff}.jsCalendar.material-theme thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme thead .jsCalendar-nav-right:hover{background-color:#03a9f4}.jsCalendar.material-theme thead .jsCalendar-title-right{right:0}.jsCalendar.material-theme thead .jsCalendar-week-days th{font-size:14px;text-shadow:none}.jsCalendar.material-theme.yellow thead{background-color:#ffe31b}.jsCalendar.material-theme.yellow thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.yellow thead .jsCalendar-nav-right:hover{background-color:#e2ca23}.jsCalendar.material-theme.orange thead{background-color:#ffb400}.jsCalendar.material-theme.orange thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.orange thead .jsCalendar-nav-right:hover{background-color:#d49600}.jsCalendar.material-theme.red thead{background-color:#f6511d}.jsCalendar.material-theme.red thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.red thead .jsCalendar-nav-right:hover{background-color:#bb3d16}.jsCalendar.material-theme.green thead{background-color:#7fb800}.jsCalendar.material-theme.green thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.green thead .jsCalendar-nav-right:hover{background-color:#639000}.jsCalendar.classic-theme table,.jsCalendar.classic-theme thead .jsCalendar-nav-left,.jsCalendar.classic-theme thead .jsCalendar-nav-right,.jsCalendar.classic-theme thead .jsCalendar-week-days th,.jsCalendar.classic-theme tbody td,.jsCalendar.classic-theme tbody td.jsCalendar-current{border-radius:0}.jsCalendar.classic-theme thead{background-color:#52c9ff;margin:0;padding:4px 4px 0}.jsCalendar.classic-theme thead .jsCalendar-title-row,.jsCalendar.classic-theme thead .jsCalendar-title{display:block;width:100%}.jsCalendar.classic-theme thead .jsCalendar-title{position:relative}.jsCalendar.classic-theme thead .jsCalendar-title-name{color:#fff;font-size:16px;left:41px;position:absolute;right:41px;text-align:center;text-shadow:none}.jsCalendar.classic-theme thead .jsCalendar-title-left,.jsCalendar.classic-theme thead .jsCalendar-title-right{position:absolute;z-index:1}.jsCalendar.classic-theme thead .jsCalendar-title-right{right:0}.jsCalendar.classic-theme thead .jsCalendar-nav-left,.jsCalendar.classic-theme thead .jsCalendar-nav-right{color:#fff;text-shadow:none}.jsCalendar.classic-theme thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme thead .jsCalendar-nav-right:hover{background-color:#03a9f4}.jsCalendar.classic-theme thead .jsCalendar-week-days{background-color:#fff;display:block;margin:0 -4px}.jsCalendar.classic-theme thead .jsCalendar-week-days th{font-size:10px;height:20px;line-height:20px;text-shadow:none}.jsCalendar.classic-theme tbody td{border-left:1px solid #dadada;border-top:1px solid #dadada;margin:-1px 0 0 -1px;padding:1px 1px 0;width:38px}.jsCalendar.classic-theme tbody{margin:0}.jsCalendar.classic-theme tbody td.jsCalendar-selected{background-color:#ccefff;border-bottom:0;border-left:1px solid #dadada;border-right:0;border-top:1px solid #dadada;height:36px;line-height:36px}.jsCalendar.classic-theme tbody td.jsCalendar-current.jsCalendar-selected{background-color:#52c9ff;text-shadow:0 0 3px #000}.jsCalendar.classic-theme.yellow thead{background-color:#ffe31b}.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-right:hover{background-color:#e2ca23}.jsCalendar.classic-theme.orange thead{background-color:#ffb400}.jsCalendar.classic-theme.orange thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.orange thead .jsCalendar-nav-right:hover{background-color:#d49600}.jsCalendar.classic-theme.red thead{background-color:#f6511d}.jsCalendar.classic-theme.red thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.red thead .jsCalendar-nav-right:hover{background-color:#bb3d16}.jsCalendar.classic-theme.green thead{background-color:#7fb800}.jsCalendar.classic-theme.green thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.green thead .jsCalendar-nav-right:hover{background-color:#639000}