.announcement {
    width: 700px;
    height: auto;
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #555555;
    background-color: #efefef;
    color: #555555;
}

.formapp div label {
    width: 200px !important;
}

.formapp .leftalign {
    height: 30px;
    margin: 0px 15px 0px 5px;
    border: 1px solid #555555;
    border-radius: 5px;
}

.formapp div textarea {
  font-size: inherit;
  margin: 15px 0px 15px 200px !important;
}

.formapp div input.inputText {
  font-size: inherit;
}


.formapp fieldset {
  padding: 15px;
  margin-bottom: 15px !important;
}

.formapp fieldset legend {
  color: #333;
}


.formapp .note {
    margin-left: 535px;
    margin-bottom: 10px;
}

.container #menu h5 {
  padding: 12px !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: unset !important;
}

.container #menu p {
  padding: 8px !important;
  height: 20px !important;
}

.tooltip {
  background-color: cornflowerblue;
  color: white !important;
  padding: 0px 7px;
  border: 1px solid blue;
  border-radius: 10px;
}

table.fancyTable {
    width: inherit;
}

.fancyTable tr:hover {
  background-color: rgb(242, 242, 242);
}

.error {
  width: 600px;
  height: auto;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #CC0000;
  background-color: #FFCCCC;
  color: #555555;
}

.success {
    width: 600px;
    height: auto;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #18760f;
    background-color: #e9ffdb;
    color: #363636;
}

.info {
  width: 600px;
  height: auto;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #555555;
  background-color: #ffffe1;
  color: #555555;
}

.simpletext {
  margin: 15px 0px 15px 50px !important;
}


.pagination {
display: inline-block;
padding-top: 10px;
padding-bottom: 10px;
}

.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
}

.pagination a.active {
background-color: #862633;
color: white;
border-radius: 5px;
}

.pagination a:hover:not(.active) {
background-color: #ddd;
border-radius: 5px;
}

.pagination a.active {
  background-color: #862633;
  color: white;
  border-radius: 5px;
}

/* Breadcrumbs */

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #efefef;
  }
  
  /* Display list items side by side */
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  
  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }
  
  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    color: #862633;
    text-decoration: underline;
  }
  
  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #555;
    text-decoration: underline;
  }


  /* Google Icons */

i.report {
  color:#862633;
  vertical-align:middle;
  cursor:pointer;
  padding-left: 5px;
}

i.done {
  color:green;
  vertical-align:middle;
  cursor:pointer;
  padding-left: 5px;
}

i.draft {
  color:#862633;
  vertical-align:middle;
  cursor:pointer;
  padding-left: 5px;
}
  
  /* Overlay

  /* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 5px 5px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 20px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

/* Space between form fields */

.formapp div input.inputText {
  margin: 0px 0px 5px 0px;
}

.formapp div input.inputCheckbox, div input.inputRadio, input.inputCheckbox, input.inputRadio {
  margin: 0px 0px 5px 0px;
}

.formapp div .column {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
.formapp div .row:after {
  content: "";
  display: table;
  clear: both;
}


.formapp div.checkgroup {
  display: inline-block;
  margin: 0 !important;
}

.term_column1,.term_column2,.term_column3,.term_column4 {
  display: inline-block !important;
  width: 20% !important;
  }

.term_edit_column1,.term_edit_column2,.term_edit_column3,.term_edit_column4 {
  display: inline-block !important;
  width: 20% !important;
}


.term_review_column1,.term_review_column2,.term_review_column3,.term_review_column4 {
  display: inline-block !important;
  width: 20% !important;
}

.term_report_column1,.term_report_column2,.term_report_column3,.term_report_column4 {
  display: inline-block !important;
  width: 20% !important;
}


.subject_column1,.subject_column2,.subject_column3 {
  display: inline-block !important;
  width: 30% !important;
  }

/*  Specific Item Styling */
.formapp #fr_term {
  width: 120px;
} 


.history {
  position: relative;
  display: inline-block;
  font-weight: normal;
  color: #862633;
  font-size: 16px;
}

.history .history-right {
  visibility: hidden;
  width: 400px;
  background-color: #efefef;
  color: #555;
  font-size: 12px;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0px 5px 5px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
  opacity: 0;
  transition: opacity 0.3s;
}

.history .history-right::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}

.history:hover .history-right {
  visibility: visible;
  opacity: 1;
}

.roster-label {
  font-weight: bold;
  width:100px;
  display: inline-block;
  width: 125px;
  vertical-align: top;
  line-height: 1.2em;
  margin-bottom: 2px;
}

.roster-data {
  font-size: 12px;
  display: inline-block;
  width: 275px;
  line-height: 1.2em;
  margin-bottom: 2px;
}

.icenter
{
   text-align:          center;
   font-weight:         600;
   color:               #777;
}

.big_text
{
   font-size:           1.4em;
}

.listHeader
{
   font-weight:          600;
   color:                #fff;
   background-color:     #862633;
   /* text-align:           center; */
}

.attachment_table
{
   /* border-color:            #862633; */
   border:#862633 1px solid;
   padding: 5px;
}

/* .review-faculty {
  display: block;
  border: 1px solid #862633;
  margin-bottom: 2px;
  font-size: 14px;
}

.review-fac-data {
  display: inline-block;
  width: 300px;
  border: 1px solid #862633;
  vertical-align: top;
}                      

.review-fac-qualifications {
  display: inline-block;
  width: 500px;
  border: 1px solid #862633;
}                          

.review-faculty .review-header {
  font-weight: bold;
  background-color: #f1f1f1;
}

.review-fac-qualifications .review-term {
  display: inline-block;
  vertical-align: top;

}

.review-fac-qualifications .review-courses {
  display: inline-block;

} */

.review-faculty {
  /*border: 1px solid #862633;*/
  border: 2px solid #e0e0e0;
  margin-bottom: 2px;
  font-size: 14px !important;
  display: flex !important;
  align-items: baseline;
  gap: 10px;
  padding: 8px;
}

.review-fac-data {
  padding: 0px 10px 10px 10px;
  /*border: 1px solid #862633;*/
  border: 1px solid #e0e0e0;
  flex: 3;
}

.review-fac-qualifications {
  padding: 0px 10px 10px 10px;
  /*border: 1px solid #862633;*/
  border: 1px solid #e0e0e0;
  flex: 8;
}

.review-header {
  font-weight: bold;
  /*color: #862633;*/
  margin-top: 12px;
  border-bottom: 1px solid #e0e0e0;
  padding: 4px;
  /*background-color: #f1f1f1;*/
}

.review-term a:hover {
  text-decoration: underline;
}

.review-courses {
  margin-bottom: 12px;
  padding-left: 8px;
  line-height: 1.4;
}

.review-attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px;
}

.review-attachments a {
  display: inline-block;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 13px;
  min-width: 180px;
  flex: 0 0 auto;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.review-attachments a:hover {
  background-color: #e8f0f8;
  border-color: #862633;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.update_column {
  width: 23% !important;
  display: inline-block !important;
  margin-left: 3px !important;
  /* border: #04AA6D solid 1px; */
}


.update_row_header {
  padding: 5px !important;
  margin: 8px 0px 3px 3px !important;
  /* margin-bottom: 3px !important; */
  font-weight: bold;
  /* margin-left: 3px !important; */
  border-bottom: threedface solid 1px;
}

.update_row {
  padding: 5px !important;
}

.update_row:hover {
  background-color: #efefef;
}



/* Clear floats after the columns */
.update_row:after {
  content: "";
  display: table;
  clear: both;
}


.grid_layout {
  width: 700px !important;
  margin-left: 35px !important;
}