﻿

/* BACK TO TOP STYLES - START */

a.cd-top .fa {
    margin-right: 99px;
    color: white;
    font-size: 40px;
    padding: 17px 20px 20px 20px;
}

.cd-top {
  display: inline-block;
  height: 80px;
  width: 80px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  /*text-indent: 1%; */
  white-space: nowrap;
  background: rgba(231, 92, 36, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #E84A27;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    /*height: 60px;
    width: 60px;*/
    right: 30px;
    bottom: 30px;
  }
}

/* BACK TO TOP STYLES - END */


.grayrow {
	padding: 1rem;
	margin-top:1rem;
	margin-bottom:1rem;
	background-color: #F4F4F2;
}

.archive {
	display:inline-block !important;
	padding: .4rem .5rem !important;
	margin:.8rem !important;
	cursor:pointer !important;
	font-variant-numeric: tabular-nums;
}

.modified {
	font-style: italic;
	font-size:.8rem;
	margin-top:1.5em;
}

.input {
		font-family: Source Code Pro, monospace;
    width: 100%;
    padding: 5px 10px;
    background-color: #e2e2e2;
    border: 1px solid #cacaca;
		border-radius: .2rem;
}

.spaceabove {
	margin-top:1.2em;
}

.searchterms {
	margin:1em;
}

.searchradio {
	margin-left:.5em;
}

#opand, #opor, #opph {
	width:18px;
	height:18px;
	vertical-align: middle;
	margin-right:6px;
	background-color: #e2e2e2;
}

.bi {
	font-weight:bold;
	font-style:italic;
}

.boldred {
	font-weight: bold;
	color: #f00;
}

.loginlabel {
	display:inline-block;
	width:4em !important;
}

.left {
    text-align: left !important;
}
.center {
    text-align:center !important;
}

.right {
    text-align:right !important;
}

.justify {
    text-align:justify !important;
}

.inline {
    display:inline-block !important;
}

.nowrap {
    white-space: nowrap !important;
}

.emleft {
    margin-left:1em !important;
}

.emright {
    margin-right:1em !important;
}

.emleft2 {
    margin-left:2em !important;
}

.emright2 {
    margin-right:2em !important;
}

.emabove {
    margin-top:1em !important;
}

.embelow {
    margin-bottom:1em !important;
}

.emabove2 {
    margin-top: 2em !important;
}

.embelow2 {
    margin-bottom: 2em !important;
}

.top {
    vertical-align:top !important;
}

.middle {
    vertical-align:middle !important;
}

.bottom {
    vertical-align:bottom !important;
}

.centered {
		text-align: center !important;
}

.clear {
	clear:both !important;
}

.darkred {
	color: #992222;
	font-weight: bold;
}

@media print {
	.noprint {display:none !important;}	
}

.portalhead {
	padding-top:2px;
	/* margin-top:16px !important;
	border-top: 1px solid #e84a27;	*/
}

.portalentry {
		width:48%;
		max-width: 800px;
		min-width: 400px;
		float: left !important;
		margin: 0 10px 10px 0;
		background-color:#fceede;
		border: 1px solid #c0c0c0;
		padding:4px;
		border-radius: 6px;
	}

@media screen and (max-width: 1000px) {
	.portalentry {
		width:100%;
	}
		

}

.wbp {
	line-height: 2.6em;	
}

.wbs {
	display:inline-block;
	width: 300px;
	margin-right: 24px;	
}

.materials {
	margin-top:6px;
	background-color:#dedede;
	border-radius:6px;
	padding:8px;
}

.pbottom {
	padding-bottom: 10px !important;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.vertcenter {
	vertical-align: middle !important;
}

.noleft {
	border-left: none !important;
}

.national {
		max-width:400px;
		min-width:300px;
		float:right;
		margin: 18px 0px 32px 16px;
    background-color: #fceede;
    border: 1px solid black;
    padding: 10px;
    border-radius: 6px;
    font-size:14px;
    line-height:1.6 !important;
    text-align:left;
    box-shadow: 6px 6px 3px grey;
}

/* Ecommerce .aspx pages */

#overlay 
 {
 	top: 0px;
 	left:0px;
 	width: 100%;
 	height: 100%;
 	background: #000;
 	opacity: 0.50;
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 	filter: alpha(opacity=50);
 	-moz-opacity: 0.50;
 	z-index: 2;
 	visibility: hidden;
 	position: fixed;
 	
 }
 
 #vcchangenotice
 {
 	position:fixed;
 	background-color:white;
 	text-align:center;
 	color: black;
 	left:50%;
 	top:50%;
 	width:auto;
 	height:auto;
 	z-index:99;
 	visibility:hidden;
 	border:solid 2px black;
 	padding:1em;
 } 
 
 #changenotice
 {
 	position:fixed;
 	background-color:white;
 	text-align:center;
 	color: black;
 	left:50%;
 	top:50%;
 	width:auto;
 	height:auto;
 	z-index:99;
 	visibility:hidden;
 	border:solid 2px black;
 	padding:1em;
 }
 
 #editstudent
 {
 	background-color:White;
 	z-index:99;
 	visibility:hidden;
 	border:solid 2px black;
 	overflow:scroll;
	padding:4px;
 }
 
 #errMessage
 {
 	position:fixed;
 	background-color:White;
 	left:50%;
 	top:50%;
 	width:60em;
 	height:auto;
 	z-index:99;
 	visibility:hidden;
 	border:solid 2px black;
 }
 
 #accountinfo
 {
 	position:fixed;
 	background-color:White;
 	left:50%;
 	top:50%;
 	width:60em;
 	height:auto;
 	z-index:99;
 	visibility:hidden;
 	border:solid 2px black;
 	padding:1em;
 	overflow:scroll;
 }
 
 #recoverlogin
 {
 	position:fixed;
 	background-color:White;
 	left:50%;
 	top:50%;
 	width:35em;
 	height:auto;
 	z-index:99;
 	visibility:hidden;
 	border:solid 2px black;
 	padding:1em;
 }
 
 #editlogin
 {
 	background-color:White;
 	padding:0.5em;
 	max-width:40em;
 	height:auto;
 	z-index:99;
 	border:solid 2px black;
	visibility:hidden;
 }
 
 
 #historydiv
 {
 	background-color:White;
 	padding: 1em;
 	max-width:55em;
 	z-index:99;
 	visibility:hidden;
 	border:solid 2px black;
 	overflow:scroll;
 }
 
 #reglist
 {
 	position:fixed;
 	background-color:White;
 	left:50%;
 	top:50%;
 	height:auto;
 	width:auto;
 	z-index:99;
 	visibility:hidden;
 	border:solid 2px black;
 	padding:1em;
 }
 
  #itemdata
 {
 	
 }
 
 #vcitemdata
 {
 	position:fixed;
 	background-color:White;
 	left:50%;
 	top:50%;
 	width:auto;
 	height:auto;
 	z-index:99;
 	visibility:hidden;
 	border:solid 2px black;
 	padding:1em;
 }
 
 #inputform
 {}
 
 
 #smallcarttotal
 {
 }
 
 #smallcartitems
 {
 }
 
 .pagestatus
 {
 	/*used by addproduct and addregistration to display page status messages */
 }
 
 
 #cartlinks
 {
 	/*used on ViewCart.aspx for showing last added item, login and back links*/
 }

#tblUserList
{
}


.usereditbtn
{

}

.userhistorybtn
{
}

.rdoStudentName
{
}

#tblUserList.studentcell
{}

#tblUserList.editcell
{}

#tblUserList.historycell
{}

#storeform
{}

/*
MY ACCOUNT STYLES - START ***********************************/

.overall-wrapper.my-account {
    padding: 20px 0 0 0;
}

.my-account h1 {
    
}

.my-account h2 {
    font-size: 1.3em;
    margin-top: 0px;
}

.my-account #login-information {
	/*
    border: 1px solid gray;
    padding: 20px;
    width: 45%;
    float: left;
    margin-right: 20px;
    */
}



@media screen and (max-width: 768px) {
    .my-account #login-information {
        width: 100%;
        float: none;
    }

    .my-account #studentname {
        width: 100%;
        float: none;
    }
}

.my-account .myaccount-button {
    background-color: #E84A27;
    color: #ffffff;
}

.my-account #studentinfo {
    border: 1px solid gray;
    padding: 20px;
    margin: 0 0 40px 0;
}

.my-account .spacer {
    padding: 10px 0;
}

.my-account #studentview {
    background-color: transparent;
    border: 0;
    width: 100%;
    display: block;
}


/* FOR SELF-STUDY SCREENCAST VIDEOS */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.instructorphoto {
	float:left;
	box-shadow: 6px 6px 3px grey;
	max-width: 100%;
	margin-right: 20px;
	margin-bottom: 10px;
}

.icon {
	margin: 12px;
	height: 42px;
}


/* JAVASCRIPT OVERLAYS - START */

#editstudent, #historydiv, #editstudent, #editlogin, #recoverlogin {
    position: absolute!important;
    top: 175px!important;
    left: 0!important;
    width: 70%!important;
    margin: 0 auto!important;
    right: 0!important;
	visibility: hidden;
}

#recoverlogin {
	width:50% !important;
}

@media screen and (max-width: 770px) {
    #editstudent, #historydiv, #editstudent, #editlogin, #recoverlogin {
        top: 324px!important;
    }
}



#editlogin td {
    padding-bottom: 5px!important;
    padding-right: 12px!important;
}


*/

/* JAVASCRIPT OVERLAYS - END */


