@charset "UTF-8";
#cowsControls {
	height: 3em; /* 38px; consider em based? or is it hard coded? can we change to get height? */
	overflow: hidden;
	line-height: 3em;
}

#cowsControls div {  /* Control bar at top of Calendar */
	display: inline-block;
	position: relative;
	line-height: 1.5em;
}

#cowsControls a { /* modify button layout in control bar */
	font-size: 1em;
	padding: .35em .5em;
	margin: 0 .15em;
}

#cowsControls #cowsCalendarTitle {
	font-size: 1.5em;
}

#cowsViews { /* contains all of the views */
	clear: both;
	min-height: 400px;
	/* min-width? */
	width: 100%;
}

/* Things that apply to all views*/

#cowsViews .cowsEvent {
	color: black;
	text-align: left;
	text-decoration: none;}

#cowsViews a.cowsEvent:hover, #cowsViews a.cowsEvent:focus {
	text-decoration: underline;
}

#cowsViews .cowsDay { /* remove the effect of jQuery UI on week and month views */
	background-size: 0 0;
	font-weight: normal;
}

#cowsViews .cowsSwatch, .ui-dialog-content .cowsSwatch {
	border: 0 none;
	display: inline-block;
	height: 1em;
	margin: 0 0 2px 1px;
	padding: 0;
	vertical-align: bottom;
	width: 1em;	
}

#cowsMonthView .cowsSwatches, #cowsWeekView .cowsSwatches, #cowsDayView .cowsSwatches {
	float: right;
	margin: 0 0 0 2px;
	padding: 0 2px 0 0;
}

/* Day View */
#cowsDayView {
	overflow-y: scroll;
}

#cowsDayView .cowsDayTimes {
	list-style: none;
	padding: 0;
}

#cowsDayView .cowsDayTimes li {
	border-top: 1px solid #aaa;
	width: 100%;
}

#cowsDayView .cowsEvents {
	position: relative;
	list-style: none;
}

#cowsDayView .cowsEvent {
	background-color: #fff;
	border: 1px solid black;
	display: block;
	overflow: hidden;
	padding: 4px;
	position: absolute;
}

#cowsDayView a.cowsEvent:hover, #cowsDayView a.cowsEvent:focus {
	border-width: 3px;
	padding: 2px;
}

/* Week and Month View */
#cowsMonthView table, #cowsWeekView table {
	border-collapse: collapse;
	height: 100%;
	min-height: 400px;
	vertical-align: text-top;
	width: 100%;
}

#cowsMonthView tr, #cowsWeekView tr {
	vertical-align: text-top;
}

#cowsMonthView tr.cowsDow, #cowsWeekView tr.cowsDow {
	height: 1.5em; /* 16px; */
	line-height: 1.5em;
	vertical-align: text-top;
}

#cowsMonthView td, #cowsMonthView th, #cowsWeekView td, #cowsWeekView th {
	margin: 0;
	padding: 0;
}

#cowsMonthView .cowsEventTime, #cowsWeekView .cowsEventTime {
	font-weight: bold;
}

#cowsMonthView .cowsDayHead, #cowsWeekView .cowsDayHead {
	text-align: right;
}

#cowsMonthView .cowsDayDate {
	/* to change color of the text inside .cowsDayHead */
}

#cowsMonthView .cowsOtherMonth {
	opacity: 0.3;
}

#cowsMonthView .cowsEvents {
	margin: 0;
	padding: 0;
}

#cowsMonthView .cowsEvent, #cowsWeekView .cowsEvent {
	display: block;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

#cowsMonthView .cowsEventTitle {
	text-align: left;
	font-size: 1.0em;
}

#cowsMonthView .cowsMore {
	color: black;
	display: none;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}

/* Agenda View */
#cowsAgendaView {
	overflow-y: scroll;
}

#cowsAgendaView .cowsSwatches {
	display: inline-block;
	margin: 0;
	padding: 0 2px 0 0;
}

#cowsAgendaView > ul {
	list-style: none;
	padding: 0 0.5em 0 0;
}

#cowsAgendaView > ul > li { /* space between multiple days */
	margin-bottom: 1em;
}

#cowsAgendaView .cowsDayHead {
	font-size: 1.25em;
	font-weight: bold;
}

ul.agendaDay {
	list-style: none;
	padding: 0;
}

ul.agendaDay > li {
	display: block;
	padding-left: 2em;
}

ul.agendaDay ul {
	display: inline;
	list-style: none;
}

li.agendaTime {
	display:block;
	font-weight: normal;
	padding-left: 2em;
}

ul.agendaItems li {
	padding-left: 2em;
}

/* Room View */
#cowsRoomView .cowsSwatches {
	background-color: #FFF;
	display: inline;
	margin: 0 0 0 4px;
	padding: 0 2px 0 0;
}

#cowsRoomView {
	overflow: hidden;
	position: relative;
}

#cowsRoomView div {
	padding: 0;
	margin: 0;
}

#cowsRoomView #topleft {
	position: absolute;
	top: 0;
	left: 0;
}

#cowsRoomView #times {
	position: absolute;
	overflow-x: hidden;
	top: 0;
	left: 150px;
}

#cowsRoomView #rooms {
	position: absolute;
	overflow-y: hidden;
	top: 24px;
	left: 0;
}

#cowsRoomView #grid {
	position: absolute;
	top: 24px;
	left: 150px;
	overflow: hidden;
	width: 1440px;
}

#cowsRoomView #grid > div {
	background-image: url('/Images/grid-60-24.png');
	background-repeat: repeat;
}

#cowsRoomView #scroll {
	position: absolute;
	left: 150px;
	top: 24px;
	overflow: auto; /*auto*/
}

#cowsRoomView #times div, #cowsRoomView #grid > div {
	width: 1440px;
}

#cowsRoomView #times span {
	display: inline-block;
	width: 57px;
	height: 18px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 3px 1px 1px 1px;
	text-align: left; 
}

#cowsRoomView #grid span {
/*	display: inline-block;
	width: 57px;*/
	line-height: 1.5em;
	overflow: hidden;
	padding: 0 0 0 3px;
	margin: 0;
	border: 0;
}

#cowsRoomView #topleft div {
	text-align: center;
	font-weight: bold;
	width: 146px;
	height: 18px;
	border: solid 1px #ccc;
	padding: 3px 1px 1px 1px;
}

#cowsRoomView #rooms div {
	height: 21px;
	text-align: left;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	padding: 1px;
}

#cowsRoomView #rooms div.buildingName {
	width: 146px;
	font-weight: bold;
}

#cowsRoomView #rooms div.roomName {
	width: 137px;
	padding: 1px 1px 1px 10px;
}

#cowsRoomView #rooms span {
	display: block;
	height: 18px;
	overflow: hidden;
	line-height: 1.5em;
}

#cowsRoomView a.cowsEvent {
	position: absolute;
	overflow: hidden;
	height: 21px;
	border: solid 1px black;
	margin: 0;
	padding: 1px 0;
	z-index: 2;
}

#cowsRoomView a.cowsEvent:hover, #cowsRoomView a.cowsEvent:focus {
	text-decoration: underline;
}

#colhi, #rowhi {
    background-color: #D9F6FA;
    position: absolute;
    z-index: -1;
    display: none;
}
