@import url("calendar.css");

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0}

/* ROW */
.row:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.row{display:inline-block}html[xmlns] .row,html.ie8 .row,html.ie9 .row{display:block}* html .row{height:1%;overflow:visible}

embed,iframe{max-width:100%}

/* STYLES */

body {
	background: white;
	font-size: 80%;
	padding: 20px;
	}

a {
	text-decoration: none;
	}

.cal-header {
	background: none;
	color: #333333;
	position: absolute;
	left: 10px;
	top: 0;
	}

#cal-grid td {
	height: 90px;
	}

#cal-grid .cal-today {
	background: none;
	}

#cal-grid td, #cal-grid th {
	border-color: #aaaaaa;
	}

.row {
	display: block !important;
	}

.noPrint,
.noPrint.row,
#imgRegister,
#imgPhotos,
.cal-checkmark,
.cal-checkboxBox {
	display: none !important;
	}

#cal-grid,
#cal-list .cal-day {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select-dropdown {
	display: block !important;
	}

.select-dropdown li {
	float: left;
	margin-right: 15px;
	}

.select-dropdown label {
	line-height: 18px !important;
	}

.cal-checkbox {
	position: relative !important;
	float: left;
	margin-right: 5px;
	}

.cal-checkboxBorder {
	border-left-width: 20px !important;
	border-style: solid !important;
	}