.green1 { #EEEEEE }
.green2 { #35A94A }
.green3 { #235789 }

body {
    background-color: #EEEEEE;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

td, p, div {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

input[type=text], input[type=password], select, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 0 5px;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #888888;
}

input[type=text], input[type=password], select {
    height: 1.8em;
}

input:focus, select:focus, textarea:focus {
    background-color: lightyellow;
}

select[multiple] {
  height: auto;
}

select {
    padding: 0;
}

a:link, a:visited {
    color: #235789;
    text-decoration: none;
    border-bottom: 1px dotted;
}

a:hover, a:active {
    color: #aaaaaa;
    text-decoration: none;
    border-bottom: 1px dotted;
}

a.no_border {
  border-bottom: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

h2.title, h3.title, h4.title, h5.title, h6.title {
  margin-top: 0;
}

h3.sectiontitle {
    border-bottom: 1px solid #999999;
}

img {
    border: 0;
}

div.page {
    min-height: 100%;
    text-align: left;
    margin: 0 20px;
}

table.page {
  width: 100%;
  border-collapse: collapse;
}

table.page td.content, table.page td.left_margin, table.page td.right_margin {
  padding: 0;
}

table.page td.left_margin, table.page td.right_margin {
  width: 20px;
}

div.header {
    background-color: white;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 10px;
    overflow: hidden;
}

div.header_logo {
    float: left;
}

.header_logo img {
  max-width: 230px;
}

div.header_notice {
    float: right;
    padding-left: 100px;
}

div.header_title {
    float: right;
    color: #747D86;
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
}

div.header_stage {
    float: right;
    color: red;
    font-family: serif, Times;
    font-style: italic;
    margin-left: 5px;
}

div.main_navigation {
    background-color: white;
}

div.content_container {
    background-color: white;
    border: 1px solid #CCCCCC;
    border-top: none;
    clear: both;
    overflow: hidden;
}

table.content_container {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

td.left_col {
    vertical-align: top;
    width: 200px;
    padding: 25px 25px 30px 8px;
}

div.main {
    overflow: hidden;
}

td.middle_col {
    vertical-align: top;
    padding: 25px 25px 30px 0;
}
/*
    position: relative;
    padding: 0 270px 0 225px;
*/

td.right_col {
    vertical-align: top;
    width: 250px;
    padding: 25px 0 30px 0;
    background-color: white;
}

table.layout {
  width: 100%
}

table.layout td {
    vertical-align: top;
    padding-right: 10px; 
}

table.layout td.last {
  padding: 0;
}

.width_33 {
    width: 33%;
}

.floating_box {
  float: left;
  margin: 0 10px 10px 0;
}

.floating_batch {
  float: left;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 5px;
  margin: 2px;
  background-color: #f1f1f1;
}

div.clear_both {
    clear: both;
}

div.footer {
    padding: 10px;
    text-align: center;
    color: #999999;
}

.nav {
    padding: 0;
    clear: both;
    overflow: hidden;
    /* background: url("/img/bg_nav.png") repeat-x; */
    background-color: white;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #ABB8C3;
    border-bottom: 1px solid #ABB8C3;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav .nav_main li {
    margin: 0 20px;
    padding: 0;
    color: black;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 16px;
    text-align: center;
    width: 118px;
}

.nav .nav_main li a {
    border-left: none;
    border-bottom: none;
    color: black;
    display: block;
    padding-bottom: 7px;
    padding-top: 7px;
    text-decoration: none;
}

.nav .nav_main li a:hover, .nav .nav_main li.active a {
    background-color: #FFFFFF;
    border-bottom: 2px solid #ff6b35;
    color: #333333;
}

div.login {
    float: right;
    color: black;
    padding-right: 10px;
    line-height: 32px;
}

div.sidepanel_title {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0 0 2px;
}

span.sidepanel_title {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

div.sidepanel_content {
    padding: 8px 4px 15px 8px;
}

div.sidepanel_highlight {
    background-color: white;
}

h2.nav_sub {
    font-size: 14px;
    margin: 0 0 10px 0;
}

div.nav_sub {
    margin-bottom: 28px;
}

.nav_sub ul {
    border-top: 1px solid #CCCCCC;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav_sub ul li {
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
    white-space: nowrap;
}

.nav_sub ul li a {
    background: url("/img/bullet_arrow.png") no-repeat scroll 10px center transparent;
    color: #000000;
    display: block;
    padding: 7px 25px;
    text-decoration: none;
    border: none;
}

.nav_sub ul li.current a {
    background-color: #EEEEEE;
    border: none;
}

.nav_sub ul li.hasChildren {
    border-bottom: medium none;
}

.nav_sub ul li.hasChildren a {
    /* background: url("/img/bullet_arrow_down.png") no-repeat scroll 8px center #EEEEEE; */
    background: url("/img/bullet_arrow.png") no-repeat scroll 8px center #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
}

.nav_sub ul li a:hover {
    background-color: #EEEEEE;
}

.nav_sub ul li.current ul {
    border-bottom: 1px solid #CCCCCC;
    margin: 10px 0 0 15px;
    padding-bottom: 9px;
}

.nav_sub ul li.current ul li {
    border: medium none;
    font-size: 1em;
}

.nav_sub ul li.current ul li a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 5px 0 5px 10px;
}

.nav_sub ul li.current ul li a:hover, .nav_sub ul li.current ul li a.active {
    background: none repeat scroll 0 0 transparent;
    font-weight: bold;
}

.nav_sub ul li.current ul li a.active {
    background-color: #EEEEEE;
}

.nav_sub ul li ul {
    border-top: medium none;
}

div.breadcrumbs {
    padding-bottom: 15px;
}

div.breadcrumbs a:link, div.breadcrumbs a:visited {
    color: #000000;
}

div.breadcrumbs a:hover, div.breadcrumbs a:active {
    color: #aaaaaa;
}

.debug_header {
    width: 100%;
    background: #BBBBBB;
    margin-top: 20px;
    padding: 5px;
}

.debug_content {
    background: white;
    color: #7a8a69;
    margin: 0;
    width: 100%;
}

table.attr_table th {
    padding: 3px 10px 3px 3px;
    background-color: #EEEEEE;
    font-weight: normal;
    text-align: left;
}

table.attr_table_dashed > tbody > tr > td:not(.label) {
    border-bottom: 1px dashed #BBBBBB;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.table_sub th {
  background-color: #E4E4E4;
}

table.table_sub td {
  border-bottom: 0;
}

table.form {
  margin-bottom: 5px;
}

td.label {
    padding: 3px 10px 3px 3px;
    background-color: #EEEEEE;
}

td.label_icon {
    padding: 3px 10px 3px 3px;
    background-color: #E4E4E4;
}

td.label_sub {
    padding: 3px 10px 3px 15px;
    background-color: #E4E4E4;
}

td.label_sub_repeatable {
    padding: 3px 10px 3px 15px;
}

td.label_sub_icon {
    padding: 3px 10px 3px 3px;
    border-bottom: 1px dashed #BBBBBB;
}

tr.label_sub th {
  background-color: transparent;
  font-weight: bold;
  color: #000000;
}

tr.center td {
  text-align: center;
}

/* attribute grid */
.attr_grid .label {
  padding: 10px 0 2px 0;
  color: #999999;
  font-size: 11px;
  font-weight: bold;
}

.attr_grid .value {
  font-size: 14px;
}

.attr_grid .action {
  padding: 10px 0 2px 0;
}

span.error, span.error_message {
    color: #ff0000;
}

.required {
    font-weight: bold;
    color: #235789;
}

ul.arrow {
    list-style-image: url("/img/bullet_arrow.png");
    padding-left: 20px;
    margin: 0;
}

.arrow li {
    padding-bottom: 5px;
}

ul.concise {
    margin: 0 0 10px 0;
    padding-left: 15px;
}

ul.concise li {
    list-style: square outside;
    padding-bottom: 3px;
}

ul.square {
    margin-left: 15px;
    padding-left: 20px;
}

ul.square li {
    list-style: square outside;
}

ul.padded li {
    margin-bottom: 10px;
}

div.buttonpanel {
  margin: 10px 0;
  padding: 3px;
  background-color: #F3F3F3;
  /*
  border-top: 1px dotted #aaaaaa;
  border-bottom: 1px solid #999999;
  */
}

div.togglepanel div.buttonpanel {
  margin: 10px 0 0 0;
}

.title div.buttonpanel, .panel div.buttonpanel {
  margin: 0;
  padding: 3px;
  border-bottom: none;
  border-top: 1px solid #999999;
  background-color: #F3F3F3;
  text-align: right;
  font-size: 11px;
  font-weight: normal;
}

.right {
  text-align: right;
}

div.togglepanel_container {
  margin-bottom: 15px;
}

div.togglepanel {
  margin-top: 5px;
  padding: 7px 3px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: #F3F3F3;
}

.highlight_box {
    padding: 7px;
    margin: 5px 0 10px 0;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}

.highlight_box_red {
    color: #D8000C;
    background-color: #FFBABA;
    border: 1px solid;
    line-height: 1.2em;
    padding: 0 3px;
}

.highlight_box p {
  margin: 0;
  padding: 5px 0;
}

.info_box {
    padding: 10px 7px;
    margin: 5px 0 10px 0;
    background-color: #FFFFCC;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}

.info_box .msg {
  font-weight: bold;
}

.info_box .details {
  margin-top: 7px;
}

.status_grey {
  color: #999999;
}

.status_green {
  color: green;
}

.status_orange {
  color: #ff9600;
}

.status_red {
  color: red;
}

.status_black {
  color: #000000;
}

.width_100 {
    width: 100%;
}

div.journal_header {
    color: #000000;
    margin-top: 10px;
    border-bottom: 1px dotted #aaaaaa;
}

div.journal_text {
    padding: 5px;
    white-space: pre-line;
}

.confirm_text {
  color: red;
}

.profile_img {
  float: right;
  margin: 0 10px 15px 0;
}

img.profile_img_website_preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

div.person_card {
  float: left;
  margin: 0 7px 7px 0;
  padding: 5px 15px 5px 5px;
  border-radius: 5%;
  display: flex;
}

div.person_card_picture {
  flex: 0 0 135px;
}

div.person_card_picture img {
  width: 125px;
  height: 125px;
  border-radius: 10%;
  object-fit: cover;
}

div.person_card_details {
  flex: 1;
  padding-right: 10px;
}

div.person_card_details > div.name {
  font-weight: bold;
  font-size: 13px;
  margin: 5px 0 15px 0;
}

div.person_card_details > div > label {
  color: #777777;
  font-weight: bold;
}

div.person_card_grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 2px;
}

div.person_card_grid > div {
  white-space: nowrap;
}

div.person_card_grid > div.label {
  color: #777777;
  font-weight: bold;
}

div.professor_list_grid {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  grid-column-gap: 2px;
  grid-row-gap: 3px;
}

div.alumni_list_grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 2px;
  grid-row-gap: 3px;
}

div.professor_list_grid > div, div.alumni_list_grid > div {
  padding: 5px;
}

div.professor_list_grid > div.name, div.alumni_list_grid > div.name {
  font-weight: bold;
}

div.professor_list_grid > div.header, div.alumni_list_grid > div.header {
  background-color: #EEEEEE;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.nowrap {
  white-space: nowrap;
}

.dimmed {
    color: #999999;
}

.dimmed_row {
  color: #999999;
  background-color: #fafafa}
}

div.ui-panel {
    padding: 1px;
}

div.ui-panel-titlebar {
    padding: 3px;
    border: none;
}

div.ui-panel-content {
    border: none;
    padding: 5px;
}

/* loading animation for buttons */
.loading {
    background-image: url('/img/ajaxloading.gif') !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    padding-left: 25px !important;
    color: #ccc !important; 
}

div.wall {
    float: left;
    background-color: #EEEEEE;
    text-align: center;
    margin: 0 10px 10px 0;
}

div.wall_img {
    min-height: 303px;
}

div.wall_text {
    padding: 5px 2px;
}

h3.news {
    margin: 0 0 5px 0;
}

.panel-heading h3 {
    margin: 0;
}

div.news_author {
    color: #999999;
    padding-bottom: 10px;
}

div.news_author a {
    color: #999999;
}

#user_table label.radio {
  white-space: nowrap;
}

table.account_info td, table.account_info th {
}

.account_info td.pwd {
  font-size: 14px;
  font-family: monospace
}

.hidden_tab {
  display: none;
}

.float_right {
  float: right;
}

/* jquery ui autocomplete: scroll */
.ui-autocomplete {
    max-height: 160px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
html .ui-autocomplete {
    height: 160px;
}

/* needed for AngularJS UI Bootstrap */
.pointer, .nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

/* Twitter Bootstrap extensions (hacks) */
.dl-horizontal-compact dt {
  width: 120px;
  text-align: left;
}

.dl-horizontal-compact dd {
  margin-left: 120px;
}

.dl-horizontal-left dt {
  text-align: left;
}

.list-group-item-disabled {
  background-color: #f1f1f1;
}

.list-group-item-subheading{
  background-color: #f1f1f1;
  font-weight: bold;
}

/* fix for Chosen selects inside accordion panel */
accordion div.panel {
  overflow: visible !important;
}

/* fix for Chosen container for room number select */
#tr_room .chosen-container .chosen-drop {
  position: relative;
  display: none;
  top: auto;
  left: auto;
}
#tr_room .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
  left: auto;
}

/* printable versions */
@media screen {
  #print_version {
    display: none;
  }
}

/* color gradient */
.color_gradient_1 {
  background-color: #ffedbb;
}

.color_gradient_2 {
  background-color: #bae4f0;
}

.color_gradient_3 {
  background-color: #fee6ca;
}

.color_gradient_4 {
  background-color: #e0eed4;
}

.color_gradient_5 {
  background-color: #fbd3d3;
}

.color_gradient_6 {
  background-color: #ffd8aa;
}

.color_gradient_7 {
  background-color: #e2ecaf;
}

.color_gradient_8 {
  background-color: #daeeff;
}

.color_gradient_9 {
  background-color: #e7bad7;
}

.color_gradient_10 {
  background-color: #ffe38b;
}

.color_gradient_11 {
  background-color: #c8cddd;
}

.color_gradient_12 {
  background-color: #f4bcb7;
}

.color_gradient_13 {
  background-color: #cec3d5;
}

.color_gradient_14 {
  background-color: #d6e374;
}

.color_gradient_15 {
  background-color: #e39393;
}

.color_gradient_16 {
  background-color: #fdd0af;
}

.color_gradient_17 {
  background-color: #8acbff;
}

.color_gradient_18 {
  background-color: #fff9c5;
}

.color_gradient_19 {
  background-color: #ffffff;
}

.color_gradient_20 {
  background-color: #f1f1f1;
}


/* mobile_simple */
body.mobile_simple {
  background-color: white;
  min-width: 100px;
  width: 100%;
}

.mobile_simple div.header {
  border-bottom: 1px solid #999999;
  padding: 10px 50px;
}

.mobile_simple div.header_logo {
  display: flex;
  align-items: center;
}

.mobile_simple div.header_logo > img {
  width: 95px;
  height: 66px;
}

.mobile_simple span.header_title {
  font-size: 30px;
  font-weight: bold;
  color: #999999;
  padding-left: 20px;
}

.mobile_simple div.content {
  padding: 20px 50px;
}

