.welcome {
    font-size: 24px;
    background: #e2e8ea;
    /* border: solid 1px #aab7c2; */
    border-radius: 10px;
    margin: auto;
    text-align: center;
    color: #5c6a70;
    margin-bottom: 0px;
    padding: 10px;
    background-position: bottom;
    width: 50%;

}@charset "utf-8";
/* CSS Document */

/* ******************* Dropdown Menu CSS ********************* */
* {
	font-family: 'Montserrat';
	line-height: 1.5;
	}
.navbar {
    background-color: #32393d;
    position: sticky; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
	z-index:10;
	/*border-bottom: 8px solid rgba(0,0,0,.10);*/
	}
 
.menu * {
	margin: 0px;
	
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*background-color: #32393d;*/
}

.menu li {
	float: left;
}

.menu li a, .dropbtn {
	display: inline-block;
	/*color: #D6D6D6;*/
	color: #9bb2bc;
	text-align: center;
	padding: 24px 16px;
	text-decoration: none;
	/*border-right: 1px solid #477487;
	width:150px;*/
}


.menu li a:hover, .dropdown:hover .dropbtn {
	background-color: #f1f1f1;
	color: #333333;
}

@media screen and (max-width:600px){
	.menu .logo {
	width:20%;
	
}
}

.menu .logo li a:hover, .dropdown:hover .dropbtn {
	color: #333333;
}



.menu li.dropdown {
    /*display: inline-block;*/
}

.menu .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.menu .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.menu .dropdown-content a:hover {
	background-color: #9bb2bc;
	color: #000000;
	}

.menu .dropdown:hover .dropdown-content {
    display: block;
}
.menu .search {
	display: block;
	margin: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	width: 160px;	
}

@media screen and (max-width:1100px){
	.menu .search {
	display: none;
	
}
}

.menu #form1 .search #search {
	display: list-item;
	margin: auto;
	position: absolute;
	top: auto;
	right: 50px;
	border-radius: 5px;
	padding: 2px;
}

.grade {
	/*background: #e2e8ea;*/
	width: 15px;
	border-radius: 5px;
	border: thin solid #d3d3d3;
	margin: 3px;
	padding: 3px;
	height: 15px;
	color: #477487;
	vertical-align: middle;
	text-align: center;
}

.gpa {
	color: #477487;
	font-weight:600;	
}

/* ****************** CSS Layout ****************** */

/* unvisited link */
a:link 
	{
    color: #666;
	text-decoration:none;
	}

/* visited link */
a:visited 
	{
	color: #477487;
	}

/* mouse over link */
a:hover 
	{
	color: #5c6a70;
	}

/* selected link */
a:active 
	{
	color: #477487;
	text-align: center;
	}
body
	{
	background: linear-gradient(to bottom, #5c6a70 0%,#9bb2bc 100%);
	background-size: contain;
	background-position: bottom;
	overflow: visible;
	background-size: cover;
	background-attachment: fixed;
	/*font-family: 'Glegoo';*/
	font-size: 9pt;
	margin: 0px;
		}

.strikethrough
	{
	text-decoration:line-through;
	}

table 
	{
	border-width: 0px;
	border-spacing: 0px;
	background: transparent;
	margin: 10px;
	align: left;
	}

.fp_img {
    display: block;
    margin: auto;
    width: 100%;
}

.logo
	{
	float: left;
	margin: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-top:12px;
		}		
		
.page_menu {
	background-color: #477487;
	color: #CCCCCC;
	text-align: left;
	border-radius: 0px;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	
}		

.page_title {
	background-color: #d6d6d6;
	color: #477487;
	text-align: left;
	border-radius: 0px;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight:400;
	border-radius: 10px 10px 0px 0px;
	/*border-bottom: 2px solid #47748750;*/
	
}		
	
.fp_page_title {
	background-color: #32393d;
	color: #9bb2bc;
	text-align: left;
	border-radius: 0px;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight:400;
}	
		
.container
	{
	background-color: #f9f9f9;
	position: relative;
	top: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 96%;
	border-radius: 10px;
	}
		
.footer
	{

	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	text-align: center;
	color: #5c6a70;
	margin-bottom: 15px;
	padding: 0px;
	background-position: bottom;
		}

.content
	{
    padding: 5px;
    z-index: 0;
    /*width:75%;*/
    margin: auto;
    text-align: left;
		}
		
.comments
	{
	background-color: #62a1bc;
	color: #1c4857;
	font-size: 14px;
	border-width: thin;
	border-radius: 5px;
	border-color: white;
	padding: 15px;
	text-align: left;
	box-shadow: none;
	}

.login_form
	{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 50px;
	margin-top: 12.5%;
	margin-right: auto;
	margin-bottom: 12.5%;
	border-radius: 10px;
	margin-left: auto;
	min-width: 300px;
	max-width: 500px;
	width: 30%;
	background: linear-gradient(to bottom, #f9f9f9 0%,#d6d6d6 100%);
	/*background-color: #f9f9f9;*/
		}

.login_form input[type=button], input[type=submit], input[type=reset]
	{
	padding:30px;
	spacing: 20px;
	}
.case_description,		
.case_description a:link, .case_description a:hover, .case_description a:visited
	{
	font-style: italic;
	text-indent: 0px;
	color: #999;
	margin-left:15px;
		}
		
.case_layout_description
	{
	font-style: italic;
	text-indent: 10px;
	color: #999;
		}
				
.list_table
	{
	box-shadow: none;
	border-spacing: 0px;
	width: 98%;
	text-align: left;
	}

.list_table th
	{
	color: #e7eaec;
	font-weight: 100;
	background-color: #477487;
	text-align: left;
	border-radius: 0px;
	padding: 10px;
		}
	
.list_table td
	{
	border-spacing: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	}

.list_table tr:nth-child(even) 
	{
	border-radius: 5px;
	background-color: #f9f9f9;
	}	
	
.list_table tr:nth-child(odd) 
	{
	border-radius: 5px;
	background-color: #f1f1f1;
	}	

.list_table tr:hover 
	{
	background-color: #e4f2ec;
	background-position: bottom;
	}

/*********************************/
.blank_table 
	{
	box-shadow: none;
	border-spacing: 0px;
	width: 98%;
	text-align: left;
	line-height:1.5;
	}
.blank_table td	
	{
	border-spacing: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: top;
	}
	
.blank_table th
	{
	color: #477487;
	font-weight: 100;
	background-color: #e2e8ea;
	text-align: left;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px;
	border: 1px solid #d3d3d3;
		}

.blank_table_narrow_outline
	{
	box-shadow: none;
	border-spacing: 0px;
	text-align: left;
	line-height:1.5;
	border: 1px solid #477487;
    border-radius: 5px;
	}
.blank_table_narrow_outline td	
	{
	border-spacing: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: top;
	}
	
.blank_table_narrow_outline th
	{
	color: #477487;
	font-weight: 100;
	background-color: #e2e8ea;
	text-align: left;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px;
	border-bottom: 1px solid #d3d3d3;
		}

.blank_table_narrow
	{
	box-shadow: none;
	border-spacing: 0px;
	text-align: left;
	line-height:1.5;
    border-radius: 5px;
	}
.blank_table_narrow td	
	{
	border-spacing: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: top;
	}
	
.blank_table_narrow th
	{
	color: #477487;
	font-weight: 100;
	background-color: #e2e8ea;
	text-align: left;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px;
	border-bottom: 1px solid #d3d3d3;
		}


.case_table 
	{
	box-shadow: none;
	border-spacing: 0px;
	width: 98%;
	text-align: left;
	line-height:1.5;
	}

.case_table th
	{
	color: #477487;
	font-weight: 100;
	background-color: #e2e8ea;
	text-align: left;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px;
	border-bottom: 1px solid #d3d3d3;
		}
	
.case_table td	
	{
	border-spacing: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: top;
	border-bottom: 1px solid #d3d3d3;
	}

.case_table tr:nth-child(even) 
	{
	background-color: #f1f1f1;
		}	
	
.case_table tr:nth-child(odd) 
	{
	background-color: #f9f9f9;
	}	

.case_table tr:hover 
	{
	background-color: #bed73c20;
	background-position: bottom;
	}
	
.case_title
	{
	text-transform: none;
		}

.case_table_narrow
	{
	box-shadow: none;
	border-spacing: 0px;
	text-align: left;
	line-height:1.5;
	}

.case_table_narrow th
	{
	color: #477487;
	font-weight: 100;
	background-color: #e2e8ea;
	text-align: left;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px;
	border-bottom: 1px solid #d3d3d3;
		}
	
.case_table_narrow td	
	{
	border-spacing: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: top;
	border-bottom: 1px solid #d3d3d3;
	}

.case_table_narrow tr:nth-child(even) 
	{
	background-color: #f1f1f1;
		}	
	
.case_table_narrow tr:nth-child(odd) 
	{
	background-color: #f9f9f9;
	}	

.case_table_narrow tr:hover 
	{
	background-color: #bed73c20;
	background-position: bottom;
	}
	
/*********************************/

.title
	{
	color: #666;
	padding: 3px;
	font-size: 16px;
	}
	
input[type=button], input[type=submit], input[type=reset]
	{
	font-size: 8pt;
	background:#32393d;
	/*background: linear-gradient(to bottom, rgba(89,89,89,1) 0%, rgba(19,19,19,1) 100%);*/
    border: 1px black;
    color: white;
    padding: 8px 32px;
    border-radius: 5px;
	border-width: thin;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	transition-duration: 0.2s;
	}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover
	{
	font-size: 8pt;
	background: #477487;
	/*background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	border: 1px black;*/
	color: white;
	padding: 8px 32px;
	border-radius: 5px;
	border-width: thin;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	}
	
input[type=text], input[type=date],
input[type=number], input[type=email],
input[type=textarea], input[type=password]
	{
	color: #099;
	width: 250px;
	padding: 10px 20px;
	margin: 5px;
	box-sizing: border-box;
	border: 1px solid #47748736;
	border-width: thin;
	border-radius: 5px;
	}

.button {
	font-size: 8pt;
	background:#32393d;
	/*background: linear-gradient(to bottom, rgba(89,89,89,1) 0%, rgba(19,19,19,1) 100%);
    border: 1px black;*/
	width:200px;
    color: white;
    padding: 8px 32px;
    border-radius: 5px;
	border-width: thin;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	}
	
.cancel:visited, cancel:active, cancel:link, .cancel {
	font-size: 8pt;
	background:#bd5374;
    color: white;
    padding: 8px 32px;
    border-radius: 5px;
	border-width: thin;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	transition-duration: 0.2s;
	}
	
.cancel:hover {
	font-size: 8pt;
	background: #ca7590;
	color: white;
	padding: 8px 32px;
	border-radius: 5px;
	border-width: thin;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	}
select 
	{
	background: white;
	color: #099;
	width: 250px;
	padding: 10px 20px;
	margin: 5px;
	border: 1px solid #47748736;
	border-width: thin;
	border-radius: 5px;
	/*height:20px;*/
	}

textarea 
	{
	color: #099;
	width: 600px;
	height: 120px;
	margin: 5px;
	border: 1px solid #47748736;
	border-width: thin;
	border-radius: 5px;
	padding: 10px 20px;
	}

input[type=checkbox]
	{
	padding: 15px;
	border:1px solid #47748736;
	}

.comments
	{
	background-color: #b2d9e7;
	color: #1c4857;
	font-size: 14px;
	border-width: thin;
	border-radius: 5px;
	border-color: white;
	padding: 15px;
	text-align: left;
	box-shadow:none;
	}

.left_block {
	float:left;
	padding-left: 10px;
	padding-right:10px;}
	
.right_block {
	float:right;}
	
.right_block .menu {
	float:right;
	padding-top:9px;
	padding-right:15%;}
	
.welcome {
	font-size:24px;
	background: #e2e8ea;
	/*border: solid 1px #aab7c2;*/
	border-radius:10px;
	margin:auto;
	text-align: center;
	color: #5c6a70;
	margin-bottom: 0px;
	padding: 10px;
	background-position: bottom;
	width:50%;
		}

/******CART PRICE********/	

.original_price {
	font-size: 12px;
	color: red;
	text-decoration: line-through;
	padding: 2px 15px 2px 15px;
	margin: 5px;
	/*background: #49b781; */
}

.sale_price {
	font-size:16px;
	color: black;
	padding: 2px 15px 2px 15px;
	margin: 5px;
	border-radius:5px;
	/*background: #49b781; */
	background: #bed73c;
}


/******DASHBOARD********/	
.tile
	{
	border-radius:10px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin: 20px;
	width: 90%;
	background: #e2e8ea;
	/*border: solid 1px #aab7c2;*/
	
	
		}
.tile_metric
	{
	color: #d1d1d1;
	padding: 0px;
	font-size:72pt;
	text-align:center;	
		}
	
.small_tile_metric
	{
	color: #d1d1d1;
	padding: 0px;
	text-align:left;	
		}	
	
.tile_title {
	background-color: #477487;
	border-radius: 0px 0px 10px 10px;
	color: #d1d1d1;
	text-align: left;
	padding: 10px;
	margin-bottom: 0px;
	display: block;
	font-size: 16px;
	font-weight:400;
		}

#course_tile
	{
	border-radius:10px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin: 20px;
	width: 90%;
	background: #e2e8ea;
	/*border: solid 1px #aab7c2;*/
	}
#today_tile
	{
	border-radius:10px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin: 20px;
	width: 90%;
	background: #e2e8ea;
	/*border: solid 1px #aab7c2;*/
	}
#tomorrow_tile
	{
	border-radius:10px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin: 20px;
	width: 90%;
	background: #e2e8ea;
	/*border: solid 1px #aab7c2;*/
	}
#week_tile
	{
	border-radius:10px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin: 20px;
	width: 90%;
	background: #e2e8ea;
	/*border: solid 1px #aab7c2;*/
	}
#complete_tile
	{
	border-radius:10px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin: 20px;
	width: 90%;
	background: #e2e8ea;
	/*border: solid 1px #aab7c2;*/
	}
#incomplete_tile
	{
	border-radius:10px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin: 20px;
	width: 90%;
	background: #e2e8ea;
	/*border: solid 1px #aab7c2;*/
	}
#past_due_tile
	{
	border-radius:10px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin: 20px;
	width: 90%;
	background: #e2e8ea;
	/*border: solid 1px #aab7c2;*/
	}
.review_checkbox {
	text-align: left;
	padding: 0px;
}

/*OUTLINE STYLES*/
.row {
	width: 100%;
}

.outline_topic {
	width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
    background-color: #e2e8ea;
   
}

.outline_sub {
	float:right;
	width:95%;

}

.center_block {
	text-align:center;
}


/*RESPONSIVE COLUMNS*/

@media (max-width:1100px){
}
