* {
  font-family: Arial;
  font-size: 1rem;
}

html {
  max-width: 1400px;
}

body {
  background-color: #e7ebf2;  
}

textarea {
    height: 8em;
    width: 50em;
}

input[type="file"]::file-selector-button {
	border: 2px solid #6c5ce7;
	padding: 0.2em 0.4em;
	border-radius: 0.2em;
	background-color: #a29bfe;
	transition: 1s;
}

input[type="file"]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}

#outer-container {
	width: 100%;
	height: 100%;
}

#sidebar {
	display: table-cell;
	background-color: #00244a !important;  
	border-color:  #00244a !important;  
	width: 100%;
	font-size: 16px;
	color: white; 
	vertical-align: top;
}

#rightsidebar {
	display: table-cell;
	background-color: lightgray !important;  
	border-color:  #00244a !important;  
	font-size: 14px;
	vertical-align: top;
}

#content {
	vertical-align: top;
  width: 100%;
}

#checkboxes {
  width: 300px;
  border: 1px #dadada solid;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

ul {
  list-style: none;
}

ul li:before {
  content: '✓';
}

li {
     padding-bottom: 8px;
}

.courselist {
  background-color: white;rowtext
}

.menulinks {
  font: bold 14px Arial;
  text-decoration: none;
  color: black;
}

.linkbutton {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  border-radius: 12px;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.linkbuttonlight {
  font: bold 11px Arial;
  text-decoration: none;
  color: #00244a; 
  background-color:#b7e9fb;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.buttontolink {
  background: none;
  border: none;
  text-decoration: underline;
  color: #1a0dab;
  cursor: pointer;
}


.menutext {
  text-decoration: none;
  font: bold 16px Arial !important;  
  padding-left: 30px;
  padding-top: 20px;
  text-align: left;
  color: white;
}

.InstrTag {
  text-decoration: none;
  color: #21baf2;
}

.instructorimg {
   width: 150px;
   height: auto;
}

.courseimg {
   width: 100%;
  min-width: 200px;
  max-width: 350px;
  height: auto;
}

.circlesize {
  width: 20px; 
}

.circlesize2 {
  width: 60px; 
}

.button {
  font-size: 16px;
  padding: 10px 10px;
  border-radius: 12px;
  color: white; 
  background-color:#00244a;  
}

.button:hover {
  color: #00244a; 
  background-color:#81BEFF;
}

.buttonlight {
  font-size: 16px;
  padding: 10px 10px;
  border-radius: 12px;
  color: #00244a; 
  background-color:#b7e9fb;
  text-decoration: none;
}

.buttonlight:hover {
  color: white; 
  background-color:#00244a;
}

.buttonvid1 {
  width: 50px;
}

.buttonvid2 {
  width: 75px;
}

.textwhite {
  background-color: #21baf2 !important;  
  color: white;  
}

.backwhite {
  background-color: white;  
}

.backblue {
  background-color: #21baf2;  
  color: white; 
}

.backlightblue {
  background-color: #81BEFF;
}

.backbrightblue {
  background-color: #b7e9fb;
}

.backred {
  background-color: #da5939; !important;
  color: white; 
}

.backgreen {
  background-color: #6bb132; !important;
  color: white; 
}

.backgray {
  background-color: lightgray !important;  
}

.space120 {
  line-height:140%;
}

.center {
  text-align: center;
}

.equalspacing {
  display: flex;
  justify-content: space-between;
}

.vertcenter {
  display: table-cell;
  vertical-align: middle;
}

.YNbutton {
    width:35px;
}

.introvideo {
  font: 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.heading {
    font-size: 24px;
    font-family: Arial;
}

.pwcomment {
    color:  red;
    font-size: 12px;
}

.bigrow {
  float: left;
  padding-left: 10px;
  width: 95%;
}

.left {
  position: relative;
  float: left !important;
}

.right {
  position: relative;
  float: right !important;
}

.row {
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%;
}


.rowtext {
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 95%;
}

.rowblue {
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #81BEFF !important;  
}

.rowtext90 {
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 90%;
}

.rowimg {
  float: left;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  width: 100%;
}

.row80 {
  margin: auto;
  float: left;
  width: 95%;
}

.row2 {
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.row5 {
  float: left;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 100%;
}

.rowL5 {
  float: left;
  padding-left: 5px;
  width: 100%;
}

.rowL10 {
  float: left;
  padding-left: 10px;
  width: 100%;
}

.rowspacing {
   padding-bottom: 25px;
}

.borderfull {
  border-style: solid;
  border-width: 1px;
}

.border {
  border-bottom-style: solid;
  border-width: 1px;
}

.collogo {
  float: left;
  width: 40%;
  min-width: 300px;
  max-width: 400px;
}

.colinst {
  float: left;
  width: 25%;
  min-width: 200px;
  max-width: 400px;
  background-color: lightgray !important;  
}

.colinfo {
  float: left;
  width: 60%;
  min-width: 350px;
  max-width: 800px;
}

.column100 {
  float: left;
  width: 100%;
}

.column90 {
  float: left;
  width: 90%;
}

.column85 {
  float: left;
  width: 85%;
}

.column75 {
  float: left;
  width: 75%;
}

.column75lsn {
  float: left;
  width: 75%;
}

.column70 {
  float: left;
  width: 70%;
}

.column70eval {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column67 {
  float: left;
  width: 66.66%;
}

.column55 {
  float: left;
  width: 55%;
}

.column55crs {
  float: left;
  width: 55%;
}

.column50 {
  float: left;
  width: 50%;
}

.column50lsn {
  float: left;
  width: 50%;
}

.column45 {
  float: left;
  width: 45%;
}


.column40 {
  float: left;
  width: 40%;
}
.column33 {
  float: left;
  width: 33.33%;
}

.column30 {
  float: left;
  width: 30%;
}

.column25 {
  float: left;
  width: 25%;
}

.column25inst {
  float: left;
  width: 25%;
}

.column20 {
  float: left;
  width: 20%;
}

.column15 {
  float: left;
  width: 15%;
}

.column15mentor {
  float: left;
  width: 40%;
}

.column25mentor {
  float: left;
  width: 25%;
}

.column10 {
  float: left;
  width: 10%;
}

.column10lsn {
  float: left;
  width: 10%;
}

.column5lsn {
  float: left;
  width: 8%;
}

.column5 {
  float: left;
  width: 5%;
}

.clmn40d {
  float: left;
  width: 250px;
}

.clmn200d {
  float: left;
  width: 250px;
}

.clmn300d {
  float: left;
  width: 320px;
}

.inputlabel {
    font-size: 14px;
    font-family: Arial;
}

.textright {
  text-align: right !important;
}

.textcenter {
  text-align: center;
}

.listbox {
  height:  35px;
  padding-left: 3px;
}


@media only screen and (max-width: 600px) {

textarea {
    height: 8em;
    width: 25em;
}

.row80 {
  margin: auto;
  float: left;
  width: 100%;
}

.collogo {
  float: left;
  width: 40%;
  min-width: 300px;
  max-width: 400px;
}

.colinst {
  float: left;
  width: 25%;
  min-width: 200px;
  max-width: 400px;
  background-color: lightgray !important;  
}

.colinfo {
  float: left;
  width: 60%;
  min-width: 350px;
  max-width: 800px;
}

.column100 {
  float: left;
  width: 100%;
}

.column85 {
  float: left;
  width: 85%;
}

.column75 {
  float: left;
  width: 85%;
}

.column75lsn {
  float: left;
  width: 90%;
}

.column70 {
  float: left;
  width: 80%;
}

.column67 {
  float: left;
  width: 80%;
}

.column55 {
  float: left;
  width: 80%;
}

.column55crs {
  float: left;
  width: 95%;
}

.column50 {
  float: left;
  width: 90%;
}

.column45 {
  float: left;
  width: 65%;
}

.column33 {
  float: left;
  width: 50%;
}

.column30 {
  float: left;
  width: 55%;
}

.column25 {
  float: left;
  width: 75%;
}

.column25inst {
  float: left;
  width: 90%;
}

.column20 {
  float: left;
  width: 55%;
}

.column15 {
  float: left;
  width: 25%;
}

.column15mentor {
  float: left;
  width: 40%;
}

.column10 {
  float: left;
  width: 20%;
}

.column10lsn {
  float: left;
  width: 15%;
}

.column5 {
  float: left;
  width: 15%;
}

.clmn40d {
  float: left;
  width: 250px;
}

.clmn200d {
  float: left;
  width: 250px;
}

.clmn300d {
  float: left;
  width: 80%;
}  

.linkbutton {
  font: bold 10px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  border-radius: 5px;
  padding: 2px 2px 2px 2px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.button {
  font-size: 16px;
  padding: 5px 5px;
  border-radius: 6px;
  color: white; 
  background-color:#00244a;  
}
  
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
