/*** fonts ***/ /* Rubik Maps -- Monofett -- Bungee Inline -- Rubik Doodle Shadow -- Sonsie One -- Fascinate (Inline) -- Plaster */

@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&family=Rubik+Maps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sonsie+One&display=swap');

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.righteous {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 600%;
}

.rubik-maps {
  font-family: "Rubik Maps", system-ui;
  font-weight: 400;
  font-style: normal;
}

.rubik-doodle-shadow {
  font-family: "Rubik Doodle Shadow", system-ui;
  font-weight: 400;
  font-style: normal;
}

.sonsie-one {
  font-family: "Sonsie One", system-ui;
  font-weight: 400;
  font-style: normal;
}

/* start calendar */

.hide { display: none; }
.show { display: block; }

a {
    text-decoration: none;
}

.colorize { color: transparent !important; }

.calendar-student h2 {
    font-size: 16px;
    line-height: 16px;
    margin: 4px 0;
	font-family: "Righteous", sans-serif;
	font-weight: 300;
	font-size: 40px;
}

.calendar-student h3 {
    font-size: 12px;
    line-height: 12px;
    margin: 5px 0;
}

table.calendar-table {
    border-spacing: 0;
    width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	border-spacing: 0 !important;
}

.calendar-student-container {
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 25px;
    width: 520px;
	padding: 0;
	z-index: 100;
	/*overflow: auto !important;*/
}

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

.calendar-student header {
    position: relative;
}

.calendar-student thead {
    font-weight: 600;
    text-transform: uppercase;
	text-align: center;
}

.calendar-student thead tr td {
	width: 13.5%;
	text-align: center;
	border: 0 !important;
}

.calendar-student tbody {
    color: #7c8a95;
}

.calendar-student tbody tr {
	padding: 0 !important;
	margin: 0 !important;
	border-spacing: 0 !important;
	height: 64px !important;
}

.calendar-student tbody td:hover {
    border: 1px solid #c0392b;
}

.calendar-student tbody td.active {
    border: 1px solid #c0392b;
}

.calendar-student td {
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    height: 64px !important;
    line-height: 64px;
    text-align: center;
    width: 64px;
}

.current-day {
    background: #c0392b;
    color: #f9f9f9;
}

.event {
    cursor: pointer;
    position: relative;
}

.event:after {
    background: #c0392b;
    border-radius: 50%;
    bottom: 8px;
    display: block;
    content: '';
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    width: 8px;
}

.event.current-day:after {
    background: #f9f9f9;
}

.btn-prev,
.btn-next {
	border: 2px solid #cbd1d2;
	border-radius: 50%;
	color: #cbd1d2;
	width: 45px;
	height: 45px;
	line-height: 36px;
	font-size: 24px;
	padding: 5px;
	margin: -16px;
	position: absolute;
	top: 50%;
}

.btn-prev:hover,
.btn-next:hover {
    background: #cbd1d2;
    color: #f9f9f9;
}

.btn-prev {
    left: 30px;
}

.btn-next {
    right: 35px;
}

/**/
.stitchedboxpage {
	min-height: 500px !important;
}

.planning-infos {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}

.planning-information {
	padding: 5px 0;
}

/* lesson tooltip */

.show-lesson-info {
  display: block !important;
  z-index: 10001 !important;
}

.hide-lesson-info {
  display: none !important;
  z-index: -10001 !important;
}

.listofevents {
    display: none;
	margin-top: -320px !important;
	position: relative;
	width: 100%;
}

.day-event {
    background-color: #f2f2f2;
    width: 100%;
	height: 100% !important;
	min-height: 300px !important;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 10px;
	margin-top: 0px;
    display: none;
	position: relative;
    border-radius: 0 0 5px 5px;
	z-index: 10002;
}

.day-event p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
}

.day-event span {
    font-size: 12px;
}

.day-event button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #c0392b;
    border: 0;
    border-bottom: 2px solid #b53224;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #b53224;
    box-shadow: inset 0 -2px #b53224;
}

.check-btn {
    width: 100%;
}

.bottomlabel {
	position: relative !important;
	margin-bottom: 0 !important;
	padding: 55px 0 0 0;
}

.day-event span {
    background-color: #c0392b;
    border-radius: 0 0 5px 5px;
    font-weight: 400;
    color: #fff !important;
    font-size: 1em;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: 'Raleway';
    text-align: center;
    width: 100%;
	padding: 5px 0;
    cursor: pointer;
    display: block;
}

.day-event span:hover {
    background-color: #373740;
	color: #fff !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* STYLES GO HERE */
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* STYLES GO HERE */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* STYLES GO HERE */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* STYLES GO HERE */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* STYLES GO HERE */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* STYLES GO HERE */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait & landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
/* STYLES GO HERE */
}