
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  text-align: center;
}

/* The Close Button */
.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

* {
 
}

#main {
    margin-right: 20px;
    margin-left: 20px; 
    width: 80%;
    float: none;
}

#main_admin {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    float: none;
}


#number {
    font-size:18px;
}

#search {
    float:right;
    margin-right:10px;
    margin-top:0;
}

#search_form {
    margin:0;
    padding:0;
}

.search_button {
    background-color:#b0d0df;
    border:1px #4f778a solid;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#333333;
    cursor:pointer;
}

.search_input {
    background-color:#ffffff;
    border:1px #4f778a solid;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#666666;
    padding:1px 3px;
    margin:0;
}


#dropmenudiv{
    position:absolute;
    font-family:Arial;
    font-size:10px;
    z-index:100;
    padding:0px;
    margin-top:9px;
    margin-left:-10px;
    width:130px;
    border:#ffffff 1px solid;
    border-top:0px;
}


#dropmenudiv a:link{
    display: block;
    text-decoration: none;
    font-variant:normal;
    font-weight:normal;
    padding:2px 0px 2px 8px;
    margin:0;
    font-size:11px;
    color:#686c6b;
}
#dropmenudiv a:visited{
    display: block;
    text-decoration: none;
    font-variant:normal;
    font-weight:normal;
    padding:2px 0px 2px 8px;
    margin:0;
    font-size:11px;
    color:#686c6b;
}
#dropmenudiv a:active{
    display: block;
    text-decoration: none;
    font-variant:normal;
    font-weight:normal;
    padding:2px 0px 2px 8px;
    margin:0;
    font-size:11px;
    color:#686c6b;
}

#dropmenudiv a:hover {
    background-color:#b0d0df;
}



#stable {
    float: left;
    height: 540px;
    width: 256px;
    overflow: hidden;
    background-image: url(../imgs/flash-bg.jpg);
    background-repeat: no-repeat;
    padding-left: 6px;
}
#home_right {
    background-image: url(../imgs/right_bg.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 800px;
    width: 498px;
}
/*.home_text a:link, a:visited, a:active, a:hover {
    color: #27475A;
    text-decoration: underline;
} */

.info_box_inst {
    background:url(../imgs/instructors_bg.jpg);
    width:455px;
    height:189px;
    margin:19px auto 0 auto;
}

.info_box_stud {
    background:url(../imgs/students_bg.jpg);
    width:455px;
    height:189px;
    margin:8px auto 0 auto;
}

.info_box_text {
    color:#2e2e2e;
    font-size:11px;
    height:140px;
    margin:10px 10px 10px 230px;
    text-align:left;
}

.info_box_text p {
    margin:auto 0;
}

.info_box_head {
    font-size:17px;
    font-weight:bold;
    text-align:center;
    margin:10px 0 0 0;;
}

.pagetitle {
    font-size:17px;
    font-weight:bold;
    text-align:left;
    margin:0 0 0 0;;
}

#left a {
    color: #6491DE;
    text-decoration: none;
}

.error
{
    color:red;
}

.req
{
    color:red;
}
.success
{
    color:green;
}

#page_title {
    margin:0px 0px; padding:0px 0px 15px 0px;
}

div.form_field
{
	width: 150px;
	float: left;
	text-align: left;
}

#instructor-main {
  margin-left: 190px;
  text-decoration: none;
}

#instructor-right {
  float: right;
  width: 100%;
}

#instructor-left-bar {
  float: left;
  width: 200px;
  margin-left: -200px;
}

#cleared {
  clear: both;
}

.roster_header
{
  font-size: 16px;
  font-weight: bold;
  background-color: #88b2df;
  color: #ffffff;
  height: 28px;
  padding-left: 5px;
  align-content: space-evenly;
}

.roster_header_main
{
  font-size: 16px;
  font-weight: bold;
  float: left;
}

.roster_header_right
{
  float: right;
  text-align: right;
}

.navHeadOn {
  background-color:#a993c5;
  color:#4A4924;
  font-weight:bold;
  text-align:center;
}

.navHeadOff {
  background-color:#88b2df;
  text-align:center;
}

.navHeadOff a:link, a:visited, a:hover, a:active {
  /*color:#ffffff;
  text-decoration: none;
  font-weight:bold;*/
}

body, button, input, select, textarea {
/*  color:#000000;
  font-size:14px;
  font-weight:400;
  line-height:1.7;*/
}

.ed-container {
	margin: 25px;
/*	font-size: 16px;*/
}

/*.ed-container a:link, a:visited, a:hover, a:active {
  color:#000000;
  text-decoration: none;
}*/

.ed-instr-nav a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	/*color: #000000;*/
}

#forum_list {
   margin: 0px;
   padding: 0px;
   width: 620px;
}
#forum_list div {
   margin: 0px 0px 10px 0px;
   padding: 0px;
   border: 1px solid #587D8F;
   background-color: #CCC;
}
#forum_list .post_info {
   margin: 0px;
   padding: 5px;
   font-weight: bold;
}
#forum_list span {
   margin: 0px;
   padding: 2px 0px 0px 0px;
   font-style: italic;
   font-weight: normal;
}
#forum_list .post_question_quest {
   margin: 0px;
   padding: 15px 10px 30px 10px;
   background-color: #E5E8ED;
}
#forum_list .post_question_resp {
   margin: 0px;
   padding: 15px 10px 30px 10px;
   background-color: #E5E8ED;
 color: #333333;
}
#forum_list .resp {
   padding-left: 25px;
 color: #FFFFFF;
 background-color: #00739D;
}
/*Legacy table to div conversions */
/* DivTable.com */
.divTable{
	display: table;
	/*border: 1px solid #999999;
		width: 100%;*/
}
.divTableRow {
	display: table-row;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 3px;
	text-align: right;
	/*border: 1px solid #999999;*/
}

/*.divTableCell input {
	padding: 1px 1px 1px 1px;
}*/

.divTableCellValueOnly, .divTableHead {
	display: table-cell;
	padding: 3px; 3px;
	text-align: left;
}

/*.divTableCellValueOnly input {
	padding: 1px 1px 1px 1px;
} */
                
.required {
	color: #f37167;
}

.dt-btn {
	padding: 6px 6px;
}

.ed-menu {
  width:100%;
  float: left;
}

.ed-menu-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #88b2df;
}

.ed-menu-li {
  float: left;
}

.ed-menu-li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.ed-menu-li a:hover {
  background-color: #a993c5;
}

/* Leftover tables */
table {
  letter-spacing: 0.0rem;
  border: 0;
}

table td, table th {
  padding: 3px;
  border: none;
}

select, input[type="text"], input[type="password"] {
  width: fit-content;
  padding: 3px;
}

input[type="checkbox"]:checked {
  background-color: var(--dt-pri-color);
}

input[type="checkbox"]:checked:before {
  /*content: "X";*/
  color: white;
}


#CalendarControl table {
 width: 150px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #2b96cc;
  color: #fff;
  text-align: left;
  padding: 5px 5px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
