.schedule_container_main {
  color: black;
}

.schedule_last_update_caption {
  text-align: center;
  font-size: 1.5em;
  margin-top: 1.5em;
  font-family: tahoma, arial, Verdana, sans-serif;
}

.schedule_faculty_caption {
  text-transform: uppercase;
}

.schedule_level_tree {
  padding-left: 3.5%;
}

.schedule_flex_col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.schedule_inline {
  display: inline-block;
}

a.schedule_main_group_link {
  color: black;
  text-decoration: none;
  font-size: 1.4em;
  margin: 3px 10px;
  padding: 5px;
  display: inline-block;
  border: 1px solid black;
  border-radius: 10px;
  width: 80px;
  text-align: center;
}
a.schedule_main_group_link:hover {
  background-color: #9fc8f3;
}
a.schedule_main_group_link:link, a.schedule_main_group_link:visited {
  color: black;
}

a.schedule_main_group_link_bad {
  border: 1px solid red;
}
a.schedule_main_group_link_disabled {
  background-color: grey;
}
a.schedule_main_group_link_disabled:hover {
  background-color: grey;
}

.schedule_link_container {
  margin: 2.3em;
}
a.schedule_link, a.schedule_original_link {
  font-family: tahoma, arial, Verdana, sans-serif;
  font-size: 1.6em;
  text-decoration: none;
  color: black;
  padding: 0.3em;
  text-align: center;
  border: 2px solid black;
  border-radius: 10px;
}
a.schedule_link:hover, a.schedule_original_link:hover {
  background-color: #9fc8f3;
}
a.schedule_link:link, a.schedule_link:visited,
a.schedule_original_link:link, a.schedule_original_link:visited {
  color: black;
}

.schedule_original_link_container {
  text-align: center;
  margin: 3em;
  font-size: 2em;
  color: black;
}
a.schedule_original_link {
  padding: 0.2em;
  font-size: 1em;
  margin-left: 0.2em;
}
a.schedule_original_link:hover {
  background-color: #9fc8f3;
}

.schedule_group_caption {
  margin-bottom: 0.3em;
  margin-top: 1.1em;
  font-family: tahoma, arial, Verdana, sans-serif;
  font-size: 2em;
  line-height: 1.1em;
}

.schedule_container {
  text-align: center;
  color: black;
  margin-top: 0.3em;
}

.schedule_day_table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  border: 3px solid black;
  display: table;
  margin: 24px auto;
}
.schedule_day_table_tbody{
  width: 100%;
}
.schedule_day_table_caption {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.schedule_day_table td {
  border-top: 1px solid black;
  border-left: 1px solid black;
  padding: 5px 2px;
  font-family: tahoma, arial, Verdana, sans-serif;
  text-align: center;
}
.schedule_day_table tr:first-child td {
  border-top: none;
}

.schedule_search_container {
  color: black;
  text-align: center;
  line-height: 2em;
  font-family: tahoma, arial, Verdana, sans-serif;
}
.schedule_search_button {
  font-size: 1.2em;
  margin: 0.3em;
  background-color: white;
  border: 2px solid black;
  border-radius: 13px;
  padding: 0.3em 1em;
  text-decoration: none;
  display: inline-block;
}
.schedule_search_button:hover {
  background-color: #9fc8f3;
  cursor: pointer;
}
.schedule_search_container input[type=text] {
  border: 2px solid black;
  border-radius: 13px;
  padding: 0.5em 1em;
  width: 40%;
  font-size: 1.2em;
  text-align: center;
}

.schedule_cell_grey {
  background-color: #d0d0d0;
}
td.schedule_cell_border_red {
  background-color: #ff9090;
  /*border: 2px solid red;*/
}

/*
  Расписание кастомные классы
*/
.schedule_table_even {
  background-color: #9fc8f3;
}

.schedule_table_odd {
  background-color: #b9e8bb;
}



.schedule_table_custom_1 {
  width: 610px
}
.schedule_table_custom_1 .schedule_table_even,
.schedule_table_custom_1 .schedule_table_odd {
  height: 60px;
}
.schedule_table_custom_1 td:nth-child(3) {
  width: 94px;
}
.schedule_table_custom_1 tbody tr:nth-child(20n+3) td:first-child {
  word-break: break-all;
  width: 1px;
  padding: 15px;
}
.schedule_table_custom_1 tbody tr:nth-child(20n+3) td {
  border-top:3px solid
}



.schedule_table_custom_2 tr:nth-child(4n) {
  background-color: #9fc8f3;
}
.schedule_table_custom_2 tr:nth-child(4n+6) {
  background-color: #b9e8bb;
}



.schedule_table_custom_2454 tr:nth-child(2n+4) {
  border-top: 3px solid black;
}

.schedule_table_custom_2454 tr:nth-child(4) {
  border-top: 3px solid black;
}

.schedule_table_custom_6 td {
  padding: 8px;
}
