@charset "utf-8";
/* CSS Document */

.organizerContent{
	position:relative;
	padding: 0px;
	padding-bottom:30%;
	height: 98%;
	width: 98%;
	overflow-x:hidden;
	overflow-y:auto;
}

.organizerPage{
height: 90%;
}
.divRow {
	position: static;
	background: #F0F8FF;
	width: 690px;
	height: 40px;
	/* border-bottom: 2px dotted #4682B4; */
	opacity: .2;
	padding-top: 0px;
	padding-left: 5px;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}



.OrganizerTileDiv {
	position: absolute;
	min-width: 100px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	color: black;
	font-weight: bold;
	font-size: 75%;
	text-align: center;
	background-color: #FFFFFF;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.44);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.44);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.44);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index:0 !important;
	
}


.Pinned{
	color:#000077 !important;
	font-family: "Arial", sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	opacity: 1.0 !important;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.44);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.44);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.44);
	border: none
}
.rowNumber {
	width: 20px;
	height: 20px;
}

.tileInPosition{
	color: black;
	background:transparent;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.44);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.44);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.44);
	
}

.initialState{
	left: 75% !important;
	background-image: url("blackArrow.png");
	background-repeat: no-repeat;
	padding-left: 50px;

}

@media only screen and (max-width: 600px) {
  .initialState{
	left: 60% !important;
  }
}

.ItalicOrganizerTileDiv{
	font-style: italic;
}

.InteractiveLabel{
	background-image: url("blackArrow.png") !important;
	background-repeat: no-repeat !important;
	padding-left: 50px  !important;
	
}

.interactiveImagePage .imageContainer{
	width: 80% !important;
	height: auto !important;
	left: 10% !important;
	right: 10% !important;
}
