html {
	position:relative;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
}
body {
	min-height:100%;
	margin:0;
	padding:0;
	font-family:'Nunito', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#231f20;
}
h1 {
	font-size:24px;
	line-height:36px;
	padding:15px;
	margin:-20px -20px 20px;
	font-weight:700;
	border-bottom:1px solid #e2e2e2;
}
p {
	position:relative;
	display:inline-block;
	width:100%;
	padding:0 0 20px;
	margin:0;
	line-height:24px;
}
a {
	color:inherit;
	text-decoration:none;
}
a:hover {
	color:#3287ec;
	text-decoration:none;
}
ul {
	list-style:square;
}
ul, ol {
	line-height:24px;
	margin:0 0 20px 25px;
	padding:0;
}
b, strong {
	font-weight:700;
}
hr {
	border:none;
	height:0;
	margin:0 0 20px;
	clear:both;
	border-bottom:1px solid #e2e2e2;
}
.red {
	color:#ff2a2a !important;
}
.redoutline {
	outline:1px solid #ff2a2a !important;
}
.redborder {
	border:2px solid #ff2a2a !important;
}
.clear {
	clear:both;
}
.button {
	display:inline-block;
	position:relative;
	padding:12px 18px;
	text-align:center;
	line-height:24px;
	font-size:14px;
	width:auto !important;
	min-width:12px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	border:none;
	border-radius:5px;
	cursor:pointer;
	z-index:1;
	background:#007ebb;
}
.button:hover, .button:focus, .button:active {
	color:#fff;
	text-decoration:none;
	background:#5dbc27;
	border:none;
	box-shadow:0 0 5px 2px #e0e4ec;
}
a, label, label::after, input[type="text"], input[type="password"], select, textarea, button, .redborder, .popup {
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
.tooltipevent {
	position:absolute;
	padding:10px;
	font-size:12px;
	line-height:18px;
	background:#fff;
	border-radius:5px;
	z-index:10001;
	border:2px solid #007ebb;
}
input[type="checkbox"], input[type="radio"] {
	position:relative;
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	background-color:#fff;
	cursor:pointer;
	outline:2px solid #e2e2e2;
	box-shadow:0 0 0 0 #e2e2e2;
}
input[type="text"], input[type="password"], select, textarea {
	position:relative;
	display:inline-block;
	width:calc(100% - 24px);
	margin:0;
	padding:10px;
	line-height:24px;
	background-color:#fff;
	border-radius:5px;
	font-size:14px;
	font-family:'Nunito', sans-serif;
	border:2px solid #e2e2e2;
	box-shadow:0 0 0 0 #e2e2e2;
}
select {
	width:100%;
	cursor:pointer;
	padding:11px 8px 12px;
	line-height:1px;
}
textarea {
	width:calc(100% - 24px);
	min-width:calc(100% - 24px);
	max-width:calc(100% - 24px);
	min-height:72px;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, 
input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active, 
select:hover, select:focus, select:active, 
textarea:hover, textarea:focus, textarea:active {
	box-shadow:0 0 5px 2px #e2e2e2;
	border:2px solid #007ebb;
}
label {
	position:absolute;
	top:12px;
	left:7px;
	padding:0 6px;
	background:#fff;
	font-size:14px;
	line-height:24px;
	border-radius:5px;
	opacity:1;
	z-index:1;
}
.redborder ~ label {
	color:#ff2a2a !important;
}
label::after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:24px;
	background:#fff;
	opacity:1;
	z-index:-1;
}
.redborder ~ label::after {
	background:#fff;
}
input[type="text"]:hover ~ label, input[type="text"]:focus ~ label, input[type="text"]:active ~ label, 
input[type="password"]:hover ~ label, input[type="password"]:focus ~ label, input[type="password"]:active ~ label, 
select:hover ~ label, select:focus ~ label, select:active ~ label, 
textarea:hover ~ label, textarea:focus ~ label, 
textarea:active ~ label, label.not_empty, 
label.stoned {
	top:-7px;
	left:7px;
	font-size:10px;
	line-height:16px;
	color:#fff;
	font-weight:700;
	background:#007ebb;
}
input[type="text"].redborder:hover ~ label, input[type="text"].redborder:focus ~ label, input[type="text"].redborder:active ~ label, 
input[type="password"].redborder:hover ~ label, input[type="password"].redborder:focus ~ label, input[type="password"].redborder:active ~ label, 
select.redborder:hover ~ label, select.redborder:focus ~ label, select.redborder:active ~ label, 
textarea.redborder:hover ~ label, textarea.redborder:focus ~ label, textarea.redborder:active ~ label, 
.redborder ~ label.not_empty {
	color:#fff !important;
	background:#ff2a2a;
}
input[type="text"]:hover ~ label::after, input[type="text"]:focus ~ label::after, input[type="text"]:active ~ label::after, 
input[type="password"]:hover ~ label::after, input[type="password"]:focus ~ label::after, input[type="password"]:active ~ label::after, 
select:hover ~ label::after, select:focus ~ label::after, select:active ~ label::after, 
textarea:hover ~ label::after, textarea:focus ~ label::after, textarea:active ~ label::after, 
label.not_empty::after, 
label.stoned::after {
	height:16px;
	width:1px;
	left:12px;
	opacity:0;
	background:#007ebb;
}
input[type="text"].redborder:hover ~ label::after, input[type="text"].redborder:focus ~ label::after, input[type="text"].redborder:active ~ label::after,
input[type="password"].redborder:hover ~ label::after, input[type="password"].redborder:focus ~ label::after, input[type="password"].redborder:active ~ label::after,
select.redborder:hover ~ label::after, select.redborder:focus ~ label::after, select.redborder:active ~ label::after,
textarea.redborder:hover ~ label::after, textarea.redborder:focus ~ label::after, textarea.redborder:active ~ label::after,
.redborder label.not_empty::after {
	background:#ff2a2a !important;
}
#content {
	position:relative;
	margin:0;
	padding:20px 20px 0;
}
#content .calendar {
	position:relative;
	display:block;
	overflow-x:auto;
	height:calc(100vh - 84px);
	padding:20px;
	margin:0 0 20px;
	background:#fff;
	border-radius:5px;
	border:2px solid #e2e2e2;
	z-index:99;
}
#content .calendar .gm-style {
    font-family:'Nunito', sans-serif;
	font-weight:400;
	color:#15426b;
}
#content .calendar p {
	font-size:14px;
	padding:0;
	margin:0;
}
#content .calendar h3 {
	padding:0 0 10px;
	margin:0 0 10px;
	border-bottom:1px solid #e2e2e2;
}
#content .content {
	position:relative;
	display:block;
	overflow-x:auto;
	padding:20px 20px 0;
	margin:0 0 20px;
	border-radius:5px;
	background:#fff;
	border:2px solid #e2e2e2;
}
#content .content .statement {
	width:calc(100% - 54px);
}
.popup {
	overflow-y:scroll;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:calc(100% - 40px);
	height:calc(100% - 40px);
	padding:20px;
	background:rgba(0, 0, 0, .75);
	opacity:0;
}
.popup_show {
	opacity:1;
	z-index:9999;
}
.popup_hide {
	opacity:0;
	z-index:1;
}
.popup .popup_table {
	display:table;
	width:100%;
	height:100%;
}
.popup .popup_table .popup_cell {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.popup .popup_table .popup_cell .popup_content {
	display:inline-block;
	position:relative;
	max-width:360px;
	border-radius:10px;
	box-shadow:0 1px 2px rgba(0, 0, 0, .1);
	z-index:10;
}
.popup .popup_table .popup_cell .popup_content {
	transform:scale(.9);
}
.popup.popup_show .popup_table .popup_cell .popup_content {
	transform:scale(1);
}
.popup .popup_table .popup_cell .popup_content .close_popup {
	position:absolute;
	right:-5px;
	top:-10px;
	line-height:20px;
	padding:5px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .25);
	z-index:1;
}
.popup .popup_table .popup_cell .popup_content .popup_desc {
	position:relative;
	overflow:hidden;
	max-width:100%;
	margin:20px 0;
	padding:20px 20px 0;
	background-color:#fff;
	border-radius:10px;
}
@media screen and (max-width: 768px) {
	h1 {
		font-size:20px;
		line-height:28px;
		padding:20px 0;
	}
	.tooltipevent {
		display:none;
	}
}