.wpsbc-container.wpsbc-theme-modern.wpsbc-theme-modern {
width: 100%;
position: relative; margin-bottom: 30px;
}
.wpsbc-container.wpsbc-theme-modern:before,
.wpsbc-container.wpsbc-theme-modern:after
{
display: table;
content: "";
}
.wpsbc-container.wpsbc-theme-modern:after
{
clear: both;
} .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar
{
float: left;
position:relative;
margin-right: 1%;
margin-bottom: 1%;
min-height: 1px;
height: 339px;
border-radius: 3px;
box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
background: #f4f4f4; } .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading
{	
padding: 0 8px;
text-align: center;
outline: none;
background-color: #333;
min-height: 45px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading:before,
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading:after
{
display: table;
content: "";
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading:after
{
clear: both;
} .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading .wpsbc-prev:before,
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading .wpsbc-next:before
{
float: left;
margin-top: 13px;
font-family: "Material Design Icons" !important;
font-size: 20px;
color: #fff;
text-rendering: auto;
line-height: 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\F053";
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading .wpsbc-next:before
{
float: right;
content: "\F05A";
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading .wpsbc-prev:hover:before,
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading .wpsbc-next:hover:before
{
text-decoration: none;
color: rgba(255,255,255,.8);
} .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading .wpsbc-select-container
{
display: inline;
position: relative;
top: 12px;
font-family: inherit;
} .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading select
{
border: none;
color: #000;
background-color: #fff;
display: inherit;
transition: all .25s ease-in-out;
width: auto;
border-radius: 2px;
height: 22px;
padding: 0;
padding-left: 5px;
font-family: inherit;
font-size: 16px;
box-shadow: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
outline: none;
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-heading span
{
display: inline-block;
margin-top: 10px;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
outline: none;
color: #fff;
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }  .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul 
{
padding: 0;
margin: 0;
list-style: none;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul:before,
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul:after
{
display: table;
content: "";
} .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul.wpsbc-weekdays
{
background-color: #f4f4f4;
font-weight: bold;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul:after
{
clear: both;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li
{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
position: relative;
float: left;
width: calc(100%/7.01);
margin: 0;
text-align: center;
height: 42px;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar.wpsbc-week-numbers ul li
{
width: calc(100%/8.01);
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar.wpsbc-week-numbers ul li.wpsbc-week-number
{  }
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-day,
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar.wpsbc-week-numbers ul li.wpsbc-week-number
{   } .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-day .wpsbc-tooltip-corner
{
width: 0;
height: 0;
position: absolute;
top: 0;
right: 0;
z-index: 2;
border-color: transparent;
border-style: solid;
border-radius: 0;
border-width: 5px;
border-right-color: rgba(255,0,0, .7);
border-top-color: rgba(255,0,0, .7);
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-day .wpsbc-tooltip-dot
{
position: absolute;
width: 5px;
height: 5px;
border-radius: 50%;
top: 5px;
right: 5px;
z-index: 2;
background-color: rgba(255,0,0, .7);
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-day.wpsbc-tooltip-active .wpsbc-tooltip
{
position: absolute;
bottom: 46px;
border-radius: 3px;
background-color: #fff;
z-index: 6;
width: auto;
min-width: 175px;
padding: 5px;
box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-day.wpsbc-tooltip-active .wpsbc-tooltip:before,
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-day.wpsbc-tooltip-active .wpsbc-tooltip:after
{
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #fff;
border-width: 8px;
margin-left: -8px;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-day.wpsbc-tooltip-active .wpsbc-tooltip strong
{
display: block;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-day.wpsbc-highlight
{
background-color: rgba(33,150,243, .9) !important;
color: #fff;
line-height: 1.5;
text-align: center;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-day.wpsbc-highlight .wpsbc-day-split-day
{
color: #fff !important;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-day:last-child
{
border-right: none;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar.wpsbc-week-numbers ul.wpsbc-weekdays li.wpsbc-week-number
{
background-color: #f4f4f4;
border: none; }
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-pad
{ background-color: #f4f4f4;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li.wpsbc-pad:before
{
content: "\00a0 ";
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul li span.wpsbc-day-overlay
{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
box-shadow: 0px 1px 0px 0px rgba(0,0,0,.2);
}
div.wpsbc-calendar ul li .wpsbc-day-split-top, .wpsbc-select-status .wpsbc-day-split-top
{
z-index:1; 
position:absolute; 
left:0; 
top:0; 
width: 0; 
height: 0; 
border-style: solid;
border-width: 42px 0 0 0;
line-height: 0px;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
div.wpsbc-calendar ul li .wpsbc-day-split-bottom, .wpsbc-select-status .wpsbc-day-split-bottom 
{
z-index:1; 
position:absolute; 
right:0; 
bottom:0; 
width: 0; 
height: 0; 
border-style: solid; 
border-width: 0 0 42px 0; 
line-height: 0px;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
div.wpsbc-calendar ul li .wpsbc-day-split-day, .wpsbc-select-status .wpsbc-day-split-day {
position:relative;
z-index:2;
} .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar ul *
{ font-size: 14px;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
outline: none;
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar .wpsbc-loading
{
display: none;
position: absolute;
z-index: 3;
top: 45%;
left: 45%;
} .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-legend
{
clear: both;
display: block;
margin-top: 10px;
float: left;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-legend:before,
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-legend:after 
{
display: table;
content: "";
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-legend:before
{
clear: both;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-legend .wpsbc-legend-item
{
float: left;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-legend .wpsbc-legend-item .wpsbc-legend-color
{
float: left;
width: 22px;
height: 22px;
border-radius: 3px;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-legend .wpsbc-legend-item p
{
float: left;
margin: 0 5px;
height: 16px;
line-height: 16px; font-size: 16px;
} @media (max-width: 576px) 
{ .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar
{
width: 100%;
margin: 0;
margin-bottom: 10px;
}
}
@media (min-width: 576px) 
{ .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar
{
width: 49%;
}
}
@media (min-width: 768px) { .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar
{
width: 49%;
}
}
@media (min-width: 992px) { .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar
{
width: 32.33333333%;
}
}
@media (min-width: 1200px) { .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar
{
width: 32.33333333%;
}
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar.col-12
{
width: 100%;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar.col-6
{
width: 49%;
}
.wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar.col-4
{
width: 32.33333333%;
}