body
{
	margin: 20px;
	
	padding: 0; 
	font-size: 1em; 
	font-family: "proxima-nova","montserrat","Open Sans",Helvetica,Arial,sans-serif;
	font-weight: 100;
	line-height: 5px; 
	/*max-width: 800p; 	f2a50a		a7d95d		limit the size of the page to 800px*/
	/*display: inline;*/
	/*background-color: #abced4;*/
	background-color: #006ba7;
}

h4
{
	border-radius: 15px;
	background-color: #ff762a;
	font-size: 1.4em;
	letter-spacing: 1px;
	text-align: center;
	line-height: 0px;
	margin: 0;
	padding: 25px 14px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);

}

select
{
	margin-left: 25px;
	width: 100px;
	height: 25px;
	font-size: .8em;
	-webkit-appearance : none;			/*getting rid of defaults for chrome and safary*/
	-emoz-appearance : none;			/*mozilla*/
	-ms-appearance : none;				/*Internet Explorer*/
	-o-appearance : none;				/*Opera*/
	/*appearance : none;					/*This is for when this is native*/
	background: #fff url(../../images/icons_arrows.svg) no-repeat right 4.5px;
	background-size: 25px 13px;
	padding: 2px 20px 2px 10px;
	border: 2px solid #ff762a;
	border-radius: 15px;
}
button
{
	padding: 8px;
	/*background-color: #005e93;*/
	/*background-color: rgba(255,131,61,.9);*/
	background-color: #fff;
    color: black;
    border: 2px solid #ff762a; /* Green */
	margin: 0;
	margin-bottom: 3px;
	margin-top: 0px;
	border-radius: 15px;
	font-size: .8em;
}


button:hover {box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24), 0 5px 10px 0 rgba(0,0,0,0.19);}
button,select,input:focus {outline:0;}



#name
{
	background-color:  #ff762a; 			/* adding the background color in main (medium grey) */
	padding-top: 0; 	
	border-radius: 15px;
	/*border: 2px solid #eee;*/
	margin-bottom: 7px;
}

#name img
{
	width:80px;
	height:70px;
	float: left;
	margin: 3px;
	margin-left: 8px;
	margin-right: 8px;
}

#name a
{
	display: inline;
}
#name a img
{
	float: right;
	height: 30px;
	width: 30px;
	padding: 20px;
	padding-top: 25px;
	margin: 0;
}

#name h1
{
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	/*text-shadow: 2px 2px 2px rgba(249,245,218, 0.5);*/
	display: inline-block;	
	font-size: 2.3em;
	letter-spacing: 1px;
	padding-top: 35px;
	padding-bottom: 35px;
	margin: 0;
	
}



#info
{
	/*display: inline-block;	*/
	float: left;
	width: 67%;
}
#info #scale						/*styling the form elements*/
	{
		border-radius: 15px;
		/*border: 2px solid #eee;*/
		/*background-color: #bda487;*/
		background-color: #fff; 
		background-image: 
		linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
		linear-gradient(#eee .1em, transparent .1em);
		background-size: 100% 2em;
		padding: 0;
		text-align: center;
		color: #000;
		margin-top: 5px;
	}
#info #scale div
{
	padding: 20px 0 10px 0;
	font-size: 1.1em;
	letter-spacing: .5px;
	border-radius: 15px;
}
#info #scale div:hover {
	background-color: rgba(0,0,0,.05);
}

#info #scale p {display: inline;}
#info #scale input
{
	margin-left: 30px;
	margin-right: 1px;
	margin-bottom: 20px;
}
#info #scale input[type=number]	/*targeting the number input field*/
{
	width: 65px;
	height: 20px;
	text-align: center;
	font-size: .8em;
	border: 2px solid #ff762a;
	border-radius: 15px;
}

#info #scale #openmodal 
{
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    background-color: rgba(0,0,0,.75);
 }

#info #scale #openmodal div {
     width: 300px;
     margin: 1px auto;
     background-color: #fff;
     border: 1px solid #000;
     border-radius: 15px;
     text-align:center;
     font-size: 1em;
     background-color: #fff; 
		background-image: 
			linear-gradient(#eee .1em, transparent .1em);
			background-size: 100% 2.5em;

}
#info #scale #openmodal div > div {
     width: 150px;
     margin-bottom: 1px;
     margin-top: 1px;
     padding: 0;
     border: 0;
     background: none;

}
#info #scale #openmodal #pointsTotalDiv
{
	width: 250px;
}
#info #scale #openmodal input
{
	margin-top: 0;
	margin-right: 0px;
	margin-left: 20px;
}
#info #scale #openmodal h4
{
	width: 275px;
	margin: auto;
}

#info #assignments
	{
		border-radius: 15px;
		/*border: 2px solid #eee;*/
		/*background-color: #bda487;*/
		padding: 0;
		text-align: center;
		color: #000;
		background-color: #fff; 
		background-image: 
		linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
		linear-gradient(#eee .1em, transparent .1em);
		background-size: 100% 2em;
		margin-top: 5px;
		

	}

#info #assignments div
{
	padding: 20px 0 10px 0;
	letter-spacing: .5px;
	font-size: 1em;
	text-align: center;
}
#info #assignments div:hover {
	border-radius: 15px;
	background-color: rgba(0,0,0,.05);
}
#info #assignments p
{
	display: inline;
	font-size: 1.1em;
	padding-right: 20px;
	padding-left: 2px;	

}

#info #assignments input[type=text]	/*targeting the text input field*/
{
	width: 93px;
	text-align: left;
	font-size: .8em;
	height: 15px;
	border: 2px solid #ff762a;
	border-radius: 15px;
	height: 20px;
}

#info #assignments input[type=number]	/*targeting the number input field*/
{
	width: 50px;
	height: 20px;
	text-align: center;
	font-size: .8em;
	margin-bottom: 10px;
	border: 2px solid #ff762a;
	border-radius: 15px;
}

#info #breakdowns #deleteAssign
{
	display: inline;
	margin: 0;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 2px;
	float: right;
	padding: 3px;
	padding-top: 0;
	border-radius: 50%;
	border: 1px solid #ff762a;
	color: #ff762a;
	font-size: .75em;
}



#info #breakdowns
	{
		border-radius: 15px;
		/*border: 2px solid #eee;*/
		/*background-color: #bda487; /*89ccb8*/
		text-align: center;
		color: #000;
		background-color: #fff; 
		background-image: 
			linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
			linear-gradient(#eee .1em, transparent .1em);
			background-size: 100% 2em;
		padding: 0 0 10px 0;
		text-align: center;
		color: #000;
		margin-top: 5px;

	}

#info #breakdowns section 
	{
		width: 33.333333%;  						/*each section will take a quarter of the space*/	
		float: left;
		text-align: center;	
	}

#info #breakdowns section p
{
	font-size: 1.2em;
	color: #000;
	margin-bottom: 25px;
}
#info #breakdowns section h5+p, section.grade h5+input { margin-top: 35px; }

#info #breakdowns section.grade p { display: inline; }
#info #breakdowns section.grade input { margin: 2px;}
#info #breakdowns section.grade input[type=number]	/*targeting the number input field*/
{
	width: 50px;
	height: 20px;
	text-align: center;
	font-size: .7em;
	border: 2px solid #ff762a;
	border-radius: 15px;
}
#info #breakdowns section.grade h5+br+input { margin-top: 25px; }

#info #breakdowns section.grade:hover {
	background-color: rgba(0,0,0,.05);
	border-radius: 15px;
}

#info #breakdowns::after 
	{ 	
	content:''; 
	display: block; 
	clear: both; 
	}

#requiredGrades
{
	text-align: center;
	color: #000;
	display: inline-block;
	float: right;
	width: 32%;
	
}

#requiredGrades p
{
	font-size: 1.5em;	
	color : #000;
	display: inline;
	margin-right: 25px;
}

#requiredGrades section
	{
		border-radius: 15px;
		/*border: 2px solid #000;*/
		color: #d0d0d0;
		background-color: #bda487 ;
		margin: 5px;

		background-color: #fff; 
		background-image: 
		linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
		linear-gradient(#eee .1em, transparent .1em);
		background-size: 100% 2em;


		
	}
#requiredGrades section > div 
	{
		padding: 20px 0px 15px 20px;

		/*background-color: rgba(0,0,0,.05); 	/*semi transparent black 15% opasity*/
	}

#requiredGrades section div p
{
	display: inline;
	font-size: 1.5em;
	text-align: center;
	color : #000;
	margin: 15px;
}


#requiredGrades #o
{
	border-radius: 15px;
	background-color: rgba(0,0,0,.06); 	/*semi transparent black 15% opasity*/
}
#requiredGrades h4
{
	border-radius: 15px;
	/*border: 2px solid #eee;*/
	margin: 3px;
}

#disclaimer
{
	display: inline-block;
    height: 40px;
    width: 100%;
    text-align: center;
    background: #ff762a;
    border-radius: 15px;
    color: #fff;
    margin-top: 10px;
    
}

progress[value] 
{
	/* Reset the default appearance */
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 10px;


}
progress[value]::-webkit-progress-bar 
{
	background-color: #eee;
	border-radius: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value 
{
	background-image:
	-webkit-linear-gradient(-45deg, 
							transparent 33%, 
							rgba(0, 0, 0, .1) 33%, 
							rgba(0,0, 0, .1) 66%, 
							transparent 66%),
	-webkit-linear-gradient(top, 
							rgba(255, 255, 255, .25), 
							rgba(0, 0, 0, .25)),
	-webkit-linear-gradient(left,#ff4444, #ffff00, #00ff00);

	border-radius: 15px; 
	background-size: 35px 20px, 100% 100%, 100% 100%;
}

