@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/fontawesome-webfont.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */
         url('fonts/fontawesome-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.bg-dark {
    background: #0E0E0E!important;
}
.sidebar{
	position: fixed;
	background: #0E0E0E;
	width: 200px;
	height: 100%;
	border-right: 1px solid #fff;
	float: left;
}
.btn_general_circle{
    color: #ffffff!important;
    border-radius: 50px;
    text-decoration: none;
    background-color: #194b75!important;
    color: #ffffff!important;
    border-radius: 50px;
    text-decoration: none;
    width: 85px;
    height: 85px;
    display: block;
    position: absolute;
    display: block;
    position: absolute;
    right: -44px;
    bottom: 27px;
    background-image: url(../images/home_icon.png)!important;
    background-position: 16px 16px!important;
    background-repeat: no-repeat!important;
    -webkit-box-shadow: 3px 3px 8px -4px #000000;
    box-shadow: 3px 3px 8px -4px #000000;
}
a.powered_link {
    text-decoration: none;
    color: #999;
}
.section_calendar {
    display: inline-block;
    height: 85vh;
}
.powered {
    width: 100%;
    display: inline-block;
    text-align: center;
    bottom: 3%;
    z-index: -1;
    background: white;
    height: 5vh;
    line-height: 5vh;
}
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg_error.jpg');
  background-size: cover;
}

#notfound .notfound-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 36, 0.7);
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 910px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 60px;
  font-weight: 900;
  margin: 0px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
}

.notfound .home-btn, .notfound .contact-btn {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid transparent;
  text-transform: uppercase;
  padding: 13px 25px;
  font-size: 18px;
  border-radius: 40px;
  margin: 7px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound .home-btn:hover, .notfound .contact-btn:hover {
  opacity: 0.9;
}

.notfound .home-btn {
  color: rgba(255, 0, 36, 0.7);
  background: #fff;
}

.notfound .contact-btn {
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
}

.notfound-social {
  margin-top: 25px;
}

.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0px 6px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  color: rgba(255, 0, 36, 0.7);
  background-color: #fff;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 182px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 146px;
  }
  .notfound .notfound-404 h1 {
    font-size: 146px;
  }
  .notfound h2 {
    font-size: 16px;
  }
  .notfound .home-btn, .notfound .contact-btn {
    font-size: 14px;
  }
}





#main{
	width: calc(100% - 200px);
	height: 100%;
	float: left;
	margin-left: 200px;
}
#popupnoslot {
    background: #f0181bc2;
    bottom: 0;
    height: 59px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 100px;
    right: 0;
    width: 44%;
    z-index: 7;
    color: #fff;
    border-radius: 10px;
    padding: 23px;
    line-height: 22px;
}
.dropbtn {
    width: 100%;
    float: left;
    background-color: white;
    border: 1px solid #ccc!important;
    color: #757575;
    padding: 7px;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
  	overflow: hidden;
}
.dropbtn:hover, .dropbtn:focus  {
    border: 1px solid #ccc!important;
    color: #757575;
}
.navcategory{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 5px 20px;
    color: #333;
}
.navdash {
	margin-left: 0px;
	padding-left: 0px;
}
#loginregistrazione{
	position: relative;
}
#nn{
    position: absolute;
    right: 5px;
    top: 4px;
    font-size: 13px;
    color: #fff;
}
.prenotazioni {
    background: #ffff00;
    width: 180px;
    text-align: center;
    padding: 7px 10px;
    float: right;
    border-radius: 5px;
    position: relative;
	margin-top: 5px;
	cursor: pointer;
}
#notify{
	position: absolute;
    right: -7px;
    top: -7px;
	background-image: url("../images/notify_pren.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 36px;
	height: 32px;
	display: none;
}

#mieprenotazioni{
    width: 180px;
    margin: auto;
    position: absolute;
    background: #d8d8d8;
    border-radius: 0px 0px 10px 10px;
    height: 250px;
    z-index: 98;
    right: 0px;
    top: 38px;
    padding: 10px;
    border-top: dotted 1px #ec4856;
}
#container_pren{
    font-size: 13px;
    overflow: scroll;
    height: 245px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.itempren{
	border-top: 1px dotted #d8d8d8;
    text-align: center;
    background: #fff;
    padding-top: 4px;
	font-size: 13px;
}
.annullaprenotazione{
	width: 100%;
    float: left;
    text-align: center;
    background: #ec4856;
    color: #ffff;
    padding: 4px 5px 1px 1px;
	font-size: 11px;
	cursor: pointer;
}
.annullaprenotazione:hover{
	background: rgba(255,87,0,1.00);
}
.notificaarrivo{
	width: 100%;
    float: left;
    text-align: center;
    background:rgba(44,140,193,1.00);
    color: #ffff;
    padding: 4px 5px 1px 1px;
	font-size: 11px;
	cursor: pointer;
}
.notificaarrivo:hover{
    background: rgba(63,173,212,1.00);
}
.sonoinstruttura{
	width: 100%;
    float: left;
    text-align: center;
    background: rgba(40,163,42,1.00);
    color: #ffff;
    padding: 4px 5px 1px 1px;
}
.navdash li a{
	display: block;
	color:#737373;
	border-bottom: 1px dotted #525252;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 0px;
	text-decoration: none;
	padding-left: 15px;
	cursor: pointer;
	background: #fff;
	}
.navdash li a:hover{
	color: #fff;
	background: #007bff;
}
.numeroposti{
	color:#fff;
	font-size: 13px;
	padding: 8px;
	padding-top: 8px;
}

.imgnumposti {
  width: 18px;
  float: inherit;
  position: absolute;
  left: 10px;
  top: 5px;
}
.gallery-slider{
    width:180px;
    height:250px;
    position:relative;
    overflow:hidden;
}
.images-preview{
    position:absolute;
    left:0px;
}
.images-preview .boxpren{
    width:180px;
    position:relative;
    float:left;
    margin:0 0px;
}
.right-arrow, .left-arrow{
	position: absolute;
    padding: 0 0px;
    z-index: 99;
}
.right-arrow i, .left-arrow i{

}
.right-arrow{
	left: 0px;
	width: auto;
    top: 215px;
}
.left-arrow{
    right: 0;
    width: auto;
    top: 215px;
}
.containercalendar{
	width: 85%;
	height: 60%;
	display:block;
    margin: auto;
}

.btn-group {
	width: 100%;
}
.panel-footer{
width: 90%!important;
margin: auto!important;
}
a.active {
    color: #fff!important;
    background: #007bff!important;
}
#selectable {
    list-style-type: none;
    margin: auto;
    padding: 0;
    width: 90%;
    overflow: auto;
    height: 325px;
}

.nessunoslot{
	background: url(../images/noslot.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ok_selectable{
	cursor: pointer;
}

#selectable .ui-selecting {
	background: #FECA40;
	color: #fff;
	margin: 3px;
	font-size: 1em;
	height: 27px;
	width: 99%;
	padding: 0px;
}
#selectable .ui-selected { background: #F39814!important; color: white; }
#selectable { list-style-type: none; margin: auto; padding: 0; width: 90%; }
#selectable li {
	margin: 3px;
    font-size: 1em;
    height: 27px;
	line-height: 27px;
}
.ui-selectable-helper{
  position:absolute;
  z-index:100;
  border:1px dotted black;
}
span.numslot_disp {
   font-size: 11px!important;
}
.slot_bar {
	background: #0077ad;
	color: #fff;
	width: 99%;
	margin: auto;
	margin-top: 1px;
  position: relative;
  box-sizing: border-box;
}

.slot_bar:hover{
background:#003765;
color: #fff;
position: relative;
}

.slot_bar_prenotazione{
	cursor: not-allowed;
	background: #B0A3A3;
	color: #fff;
	width: 99%;
	margin: auto;
	margin-top: 1px;
	position: relative;
}

.slot_bar_prenotazione:before {
	content: "";
    display: block;
    background: url(../images/icon_occupato.png) no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
	top: 3px;
    left: 3px;
}



.slot_bar_occupato{
	cursor: not-allowed;
	background: #606060;
	color: #fff;
	width: 99%;
	margin: auto;
	margin-top: 1px;
	position: relative;
}

.slot_bar_occupato:before {
	content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
	top: 3px;
    left: 3px;
}

.slot_bar:before {
    content: "";
    display: block;
    background: url(../images/icon_libero.png) no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.convenzionato {
    background: #45b16b;
}
.ui-selected:before {
	content: "";
    display: block;
    background: url(../images/icon_prenotato.png) no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
}
.formname{
	width: 100%!important;
	box-sizing: border-box!important;
	display: block!important;
	text-align: left!important;
	font-size: 14px;
	color: #868686;
}

.inputform {
    width: 98%!important;
    display: block!important;
    float: left!important;
    height: 30px!important;
    border: 0px;
    border: 1px solid #ccc!important;
    background: #fff!important;
    margin: auto!important;
    font-size: 14px!important;
    padding: 0px;
    color: #333!important;
    text-indent: 5px;
    color: #888!important;
	margin-bottom: 5px!important;
}


a.loginbtn {
	box-sizing: border-box;
    color: #fff;
    background: #0563af;
    text-decoration: none;
    padding: 5px;
    border-radius: 4px;
    width: 49%;
    display: block;
    float: left;
    margin-top: 5px;
}
a.recbtn {
	box-sizing: border-box;
    color: #fff;
    background: red;
    text-decoration: none;
    padding: 5px;
    border-radius: 4px;
    width: 49%;
    display: block;
    float: right;
    margin-top: 5px;
}
.categoryselect{
	margin-left: 5px;
	width: auto;
	background: #0aaf05!important;
}

.returnmap a {
	background: #0077ad;
    padding: 10px 30px 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.header {

  display: block;

}

h1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-align: center;
  font-size: 77px;
}

h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 20px;
  color: #666;
}

.monthly {
  font-size: 1em;
  height: 90%;
}

.button {
  display: inline-block;
  padding: 15px 25px;
  margin: 25px 0 75px 0;
  border-radius: 3px;
  color: #fff;
  background: #000;
  letter-spacing: .4em;
  text-decoration: none;
  font-size: 13px;
}

.button:hover {
  background: #3b587a;
}

.desc {
  max-width: 250px;
  text-align: left;
  font-size: 14px;
  padding-top: 30px;
  line-height: 1.4em;
}

.resize {
  background: #222;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 22px;
  font-size: 13px;
}

@media (max-height: 700px) {
  .sticky {
      position: relative;
  }
}

@media (max-width: 600px) {
  .resize {
      display: none;
  }
}

.popupslot {
  position: absolute;
  width: 400px;
  height: 320px;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  margin-left: -200px;
  background: #fff;
  border-radius: 5px;
  color: #333;
}

.tooltip_templates {
  display: none;
}

.contenform {
  width: 96%;
  margin: auto;
  display: block;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  height: calc(98% - 20px);
  margin-top: 0px;
}

.content_sx {
  width: 50%;
  float: left;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  border-right: 2px solid #fff;
  box-sizing: border-box;

}

.content_dx {
  width: 50%;
  float: right;
  display: block;
  height: 100%;
}

.header_box {
  padding: 10px;
  font-size: 0.9em;
}

.formfield {
  width: 33%;
  float: left;
  margin-top: 0px;
  height: 40px;
}

.formfieldtxt {
  width: 100%;
  display: block;
  float: left;
  margin-top: 0px;
}

textarea #Massaggio {
  height: 30px;
}

.box {
  position: sticky;
  height: 48px;
  display: inline-block;
  margin-right: 10px;
}

.box select {
    background-color: #0563af;
    color: white;
    padding: 15px;
    border: none;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 5px;
    max-width: 320px;
    padding-right: 50px;
    min-width: 320px;
}

.box::before {
    content: "\f13a";
    font-family: "FontAwesome";
    position: absolute;
    top: 0px;
    right: 0;
    width: 20%;
    height: fit-content;
    text-align: center;
    font-size: 26px;
    line-height: 42px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
    padding-top: 5px;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 30px;
}

.disabled-element {
  opacity: 0.65;
  pointer-events: none;
}

.headercontent {
    width: 85%;
    height: 100%;
    display: inline-block;
}

.sxheader {
  width: 70%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  text-align: left;
}
.sxheader img {
      width: auto;
      height: 85%;
      padding-top: 10px;
}
.dxheader {
  width: 30%;
  float: right;
  box-sizing: border-box;
  text-align: right;
  padding-top: 10px;
}
.logrec {
  color: #fff;
  font-size: 14px;
  margin: 5px;
}
/* On screens that are 992px wide or less, the background color is blue */
@media screen and (max-width: 992px) {
  .content_sx {
      width: 50%;
  }

  .content_dx {
      width: 50%;
  }
}
/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {


  .content_sx {
      width: 100%;
	  height: auto;
  }

  .content_dx {
      width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .content_sx {
      width: 100%;
  }

  .content_dx {
      width: 100%;
  }
}


.requestloginorno{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:99999;
  background: rgba(255,255,266,.9)
}
.main {
  position: relative;
  background: white;
  width: 100%;
  margin: auto;
  padding: 20px;
  overflow: hidden;
  min-height: 30%;
  box-sizing:border-box;
}

.main div {
background: #54a95a;
color: white;
font-size:30px;
width: 50%;
height:215px;
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
padding: 20px;
overflow: hidden;
border-radius:8px;
}
a.btnlogin{
  width:35%;
  padding:20px;
  border-radius:5px;
  margin-top: 80px;
  background:#fff;
  display:inline-block;
  color: #54a95a;
  text-decoration:none;
}
a.logout{
  color:#fff;
  text-decoration:none;
}
.txtsedecalendar{
  font-size: 23px;
  margin-top: 15px;
  background: #ffffff96;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 8px;
}
.description{
width: 85%;
display: block;
margin: auto;
}
#tooltip {
  position: fixed;
  width: auto;
  height: auto;
  background: rgb(255, 255, 255);
  z-index: 8;
  border-radius: 0px;
  width: auto;
  margin: auto;
  text-align: center;
  color: #333;
  padding: 7px;
  border: 1px dotted;
  box-sizing: border-box;
  min-width: 168px;
  max-height: 190px;
  overflow: auto;
}
ul.ul_prev_slot {
  width: 97%;
  list-style: none;
  margin: 0px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 0px;
}
li.slotprex {
background: #0f5d9f;
margin: 3px;
border-radius: 3px;
padding: 5px 10px;
color: #fff;
box-sizing: border-box;
}
.shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 119, 173, 0.89);
    z-index: 999999;
    display: none;
}
.logoprivacy{
	width: 60%;
}
.popup{
box-sizing: border-box;
padding: 0px;
position: relative;
width: 97%;
height: 88%;
margin: auto;
background: #fff;
z-index: 9;
margin-top: 47px;
overflow-y: scroll;
}
.popup span{
  width: 100%;
  display: block;
}

.chiudipopoup {
    cursor: pointer;
    /* width: 8%; */
    margin: auto;
    position: fixed;
    top: 53px;
    color: white;
    /* top: 17px; */
    z-index: 999999;
    right: 58px;
}
.chiudipopoup img{
	width: 50%;
	height: auto;
}
.acconsentolabel{
font-size: 11px;
text-decoration: none;
color: #0077ad;
text-align: left;
float: left;
margin-bottom: 15px;
margin-top: 2px;
line-height: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
-webkit-appearance: none;
margin:0;
}

.box_captcha{
  float: left;
  width: 100%;
}
#captcha2{
  width: 50%!important;
  height: 38px!important;
  float: right!important;
}

@media only screen and (max-width: 1260px) {

  #captcha2{
    width: 100%!important;
    margin-top: 10px!important;
    float: right!important;
  }

  #captcha_image{
    float:none!important;
  }

  #captcha_image_reload{
    float:none!important;
  }


}

@media only screen and (max-width: 1130px) {
	.navcategory {
    width: 100%;
    padding: 20px 0px 15px 0px;
	}
	.box {
		width: 100%;
	}

	.categoryselect{
		margin-left: 0px;
		width: 100%;
		background: #0aaf05!important;
	}

	.box select {
		background-color: #0563af;
		color: white;
		padding: 15px;
		border: none;
		font-size: 15px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		border-radius: 5px;
		margin: 0px;
		width: 100%;
		max-width: 100%;
    	min-width: 100%;
	}


}


@media only screen and (max-width: 755px) {
	.navcategory {
    width: 100%;
    padding: 20px 0px 15px 0px;
	}
	.box {
		width: 100%;
	}
	.categoryselect{
		margin-left: 0px;
		width: 100%;
		background: #0aaf05!important;
	}
	.box select {
		background-color: #0563af;
		color: white;
		padding: 15px;
		border: none;
		font-size: 15px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		border-radius: 5px;
		margin: 0px;
		max-width: 100%;
    	min-width: 100%;
	}
	.containercalendar{
	width: 70%;
	}
	.monthly-event-list{
	width: 100%!important
	}

	.monthly-event-list {
	top: 1em!important;
	}
	.monthly-cal{
	width: 40%!important;
	float: left;
	}
	.monthly-header-title-date{
	width: 60%!important;
	float: inherit;
	}
	.monthly-header-title a:link {
	padding: 0 1em 0 1em!important;
	}

	a.monthly-next.next {
    width: 65px;
	}
	a.monthly-prev.prev {
    width: 65px;
	}


}

@media only screen and (max-width: 600px) {

	.monthly-header-title a:last-of-type {
		border-radius: 1em;
	}

	.monthly-header-title a:first-of-type {
		border-radius: 1em;
		margin-bottom: 10px;
	}
	.monthly-cal {
	width: 95%!important;
	}
	.monthly-header-title-date{
	width: 95%!important;
	float: left;
	}
	.navcategory {
    width: 100%;
    padding: 20px 0px 15px 0px;
	}
	.containercalendar{
		width: 90%;
	}

	.box {
		width: 100%;
	}

	.categoryselect{
		margin-left: 0px;
		width: 100%;
		background: #0aaf05!important;
	}

	.box select {
		background-color: #0563af;
		color: white;
		padding: 15px;
		border: none;
		font-size: 15px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		border-radius: 5px;
		margin: 0px;
		width: 100%;
  }

  .monthly-event-list {
    top: 3em!important;
  }

	a.monthly-prev.prev {
    width: 80px!important;
    border-radius: 0px 10px 10px 0px;
    background: #0077ad!important;
    height: 35px;
    margin-top: 10px;
    display: block;
  }

  a.monthly-next.next {
    width: 80px!important;
    border-radius: 0px 10px 10px 0px;
    background: #0077ad!important;
    height: 35px;
    margin-top: 10px;
    display: block;
  }


}

@media screen and (max-width: 480px) {

#monthname{
width: 70px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

  .sxheader img {
    height: 76%!important;
  }

  .containercalendar {
      width: 100%;
  }
  .monthly-header-title a:link, .monthly-header-title a:visited {
      padding: 0 1em 0 1em!important;
      font-size: 1.2em!important;
  }
  .monthly-week {
    height: 80px!important;
  }
  .not_selectable {

  }
	a.monthly-prev.prev {
    width: 80px!important;
    border-radius: 0px 10px 10px 0px;
    background: #0077ad!important;
    height: 35px;
    margin-top: 10px;
    display: block;
  }

  a.monthly-next.next {
    width: 80px!important;
    border-radius: 0px 10px 10px 0px;
    background: #0077ad!important;
    height: 35px;
    margin-top: 10px;
    display: block;
  }
  .monthly-week {
    height: 65px!important;
  }
  .monthly-header-title a:link, .monthly-header-title a:visited {
    padding: 0 0.5em 0 0.5em!important;
  }
  .monthly-cal::before {
    margin-top: 4px!important;
  }
  #selectable {
    height: auto;
   }
  .content_sx {
    height: auto!important;
  }
  .content_dx {
    height: auto!important;
  }
  .header {
    background-position: left bottom!important;
  }
  .monthly-header-title a:last-of-type {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
  }
  .monthly-header-title a:first-of-type {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    float: left;
  }
  .monthly-event-list {
    top: 4.5em!important;
}
.monthly-cal::before {
  content: "";
  display: block;
  background: url(../images/close.png) no-repeat;
  background-size: 70%;
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 7px;
}
.monthly-header-title a:link, .monthly-header-title a:visited {

  border: 0px!important;
  padding: 0 0em 0 0em!important;

}
.monthly-cal:after {
  content: ''!important;
}


}
