:root{
	--linkColor:#275d38;
	--linkColor2:#1f9444;
	--logo: url(images/logo.png) center center no-repeat;
	--logoWidth: 150px;
	--logoHeight: 100px;
	--headerHeight:107px;

	--border:solid 1px #dedede;
	--grayColor:#313131;

	--green:#28a745;
	--yellow:rgb(251, 202, 4);

	--footerBG:#275d38;
	--highlightRowColor:#5baf7917;
}

/* #2a73fd; */

html,body{margin:0; padding:0; font-family:Open sans;  font-size:14px}

ul{
	margin: 0;
    padding: 0 0 0 20px;
    font-size: 12px;
}

.action-divider{
	border-bottom: var(--border);
	margin:5px 0;
}

.filter-section{
	border-left:var(--border);
}

.filters > *{
	flex: 1 1 0;
	padding:10px;
	font-size:13px;
	margin:10px 0;
}

.small-hint{
	font-size:11px;
	font-style: italic;
	color:#b1b1b1;
}

.alert-container{
	position: fixed;
	top:35px;
	left:0;
	right:0;
	transition: opacity 1s;
}
.alert{
	margin: 0px auto;
    width: 600px;
    border-radius: 5px;
    padding: 10px;
    padding-right:25px;
    color: white;
    background-color: var(--greenColor);
    box-shadow: 0px 5px 5px #88888861;
    position:relative;
}

.alert .close{ position:absolute; right:10px; top:12px; cursor:pointer; }

.header{display:flex; align-items: center; width:100%; background:white; border-bottom:var(--border); height:var(--headerHeight); }

.button{
	background-color: #dedede;
	border-radius: 5px;
	padding: 10px 80px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	opacity:0.9;
}

.button:hover{
	opacity:1;
}


.header .center{flex:1;}

.sidebar { width:210px; border-right:var(--border); padding:15px; }

.content { flex:1; }

.footer {text-align:center; background-color: var(--footerBG); color:#FFFFFF80; height:300px; padding-top:50px; font-size:12px;}

.footer .divider{ padding:0 20px; }

.header .leftSide{}

.header .rightSide{ text-align:right}

.courseListing td, .courseListing th{
	padding:5px;
	border:solid 1px lightgray;

	border-collapse: collapse;
	vertical-align: top;
}

.courseListing tr:nth-child(even) {
    background: #f7f7f7;
}

.courseListing.courseListing tr:hover {
    background: var(--highlightRowColor);
}

.courseListing th{white-space: nowrap;}

.courseListing{
	width:100%;
	border:solid 1px lightgray;
	background:white;
	border-collapse: collapse;
}

a, .link{
	text-decoration: none;
	color:var(--linkColor);
	cursor: pointer;
}

.link:hover{color:var(--linkColor2);}


.nav-link{
	padding:10px 0px;
	margin: 0 10px;
	display:inline-block;
}

.nav-link.selected{
	border-bottom:solid 3px var(--linkColor);
}

h2 {
    margin: 0;
    margin-bottom:15px;
    font-size: 18px;
    font-weight: 400;
    color: var(--grayColor);
}

h6{
	margin:10px 0 0 0;
}
.small{
	font-size:11px;
}
.large{
	font-size:18px;
}

input[type="checkbox"]{visibility: hidden;}

input[type="checkbox"]:before {
    content: "\f096";
    visibility: visible;
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    position: relative;
    top: 2px;
}

input[type="checkbox"]:checked:before {
    content: "\f046";
}


/************************/
/*   SLIDER STYLES      */
/************************/

.slider{
	background:#D2D2D2; 
	height:15px; 
	box-sizing:border-box;
	position:relative; 
	user-select:none; 
	-webkit-user-select: none; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	margin-bottom:10px;
	margin-top:20px;
	}
.slider .inner{
	cursor:pointer;
	background:#65A2FF;
	height:100%;
	user-select:none; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	position:absolute; 
	left:0;
	right:0; 
	}
.slider .leftHandle{position:absolute; height:100%; width:5px; background-color:#4171A7; left:0%; margin-left:-5px }
.slider .rightHandle{position:absolute;height:100%; width:5px; background-color:#4171A7; left:100%; margin-right:-5px }
.slider .leftHandle:hover, .slider .rightHandle:hover{
	cursor: ew-resize;;
	background:#254467;
	}
.slider .leftValue{position:absolute; left:0; top:-12px;}
.slider .rightValue{position:absolute; right:0; top:-12px;}


.slider{
	margin-top:30px;
	}

.slider .leftHandle, .slider .rightHandle{ background: gray;  }
.slider .inner{ background: rgba(28, 154, 61, 0.2);;  }



.day{position:relative;}
.hour{background-color:#dddddd; height:5px; width:20px; border-left: solid 1px #bbbbbb;}
.hour:nth-child(even){background-color:#cecece;}

.course{position:absolute; width:100%; opacity:.5; background-color:red; top:50%; height:50px}