/*!
 * jQVMap Version 1.0
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

#vmap {
	width: 100%;
	height: 600px;
	border:0px solid #aaa;
}

#directions {
	width: 100%;
	text-align: center;
	position:relative;
	bottom:30px;
	font-weight:bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#666666;
}

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

.center-left {
	text-align: left;
}

#description-box {
	position:absolute;
	width:300px;
	height:400px;
	top:50px;
	left:20px;
	background-color:#fff;
	/*border:4px solid #990000;*/
	font-family:sans-serif;
	color:#135585;
	border-radius:10px;
	box-shadow: 0px 0px 15px #888888;
	opacity: 0.9;
}

.left {
	top:30px;
	left:30px;
}

.right {
	top:30px;
	left:480px;
}

#modal-header {
	font-family: 'Playfair Display', sans-serif;
	font-size: 22px;
	color: #fff;
	height: 50px;
	width: 100%;
	background-color: #d655fe;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
		line-height: 50px;
	vertical-align: middle;
}

#program-holder {
	position: static;
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.term-programs {
	margin: 10px;
}

.term-programs .subheader {
	color: #d655fe;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #d655fe;
	padding-bottom: 10px;
}

.programs {
	box-sizing: border-box;
	padding: 5px;
	font-size: 14px;
}

.programs:hover {
	opacity: 0.7;
	background-color: #d655fe;
}

.program-link {
	text-decoration: none;
	color: #d655fe;
}

.programs img {
	margin-right: 10px;
}

#program-holder::-webkit-scrollbar {
    width: 8px;
}

#program-holder::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

#program-holder::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: 1px solid #d655fe;
    border-radius: 5px;
}

#program-holder::-webkit-scrollbar-thumb:hover {
    background-color: #d655fe;
}

.program-name {
	display: inline-block;
	width: 250px;
	vertical-align: top;
}

#map-holder {
	position: relative;
}

#backButton {
	position: absolute;
	top: 10px;
	left: 20px;
	background-color: #d655fe;
	border-color: #000;
	color: #fff;
	text-align: center;
	padding: 6px 12px;
	opacity: 0.8;
	box-shadow: 2px 2px 2px #8888888;
}

#backButton:hover {
	opacity: 1.0;
	cursor: pointer;
}
