* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12.5px;
}

html,
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  color: #111;
  outline: none;
}

body {
  background-color: #f5f5f5;
}

input,
select,
textarea {
  background-color: white;
  color: #111;
}

textarea {
  border-radius: 4px;
}

select:not([multiple]) option {
  font-size: 16px;
}

select[multiple] option {
  font-size: 13px;
  padding: 2px;
}

td[onclick]:hover,
div[onclick]:not(.tab_container):hover,
span[onclick]:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* img {
  cursor: pointer;
}
img:active {
  position: relative;
  top: 1px;
} */

fieldset {
  border-top: thin solid lightgray;
  margin: 1em;
  margin-top: 1.5em;
  position: relative;
  padding-top: 1em;
}

legend {
  text-align: center;
  padding: 0 1em;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: -8px;
  background: whitesmoke;
  transform: translate(-50%, 0);
  text-transform: uppercase;
}

label{
  color: #111 !important;
}

.layer_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.layer_container {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.load_layer_background {
  position: fixed;
  cursor: wait !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.load_layer_container {
  position: fixed;
}

.layer_content {
  background-color: whitesmoke;
  position: absolute;
  width: 95%;
  left: 2.5%;
  top: 50px;
  min-width: 850px;
  border-radius: 0 4px 4px 4px;
  padding: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 70px);
}

/* .tab_box {
} */

#main_container {
  width: 100%;
  height: calc(100% - 64px);
  overflow: auto;
  padding-bottom: 24px;
}

.img_loading {
  cursor: wait;
  position: fixed;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -250px;
}
.tb_records {
  width: 100%;
}
.tb_records td {
  padding: 10px;
}
.tb_records tbody tr:hover,
.tb_records tbody tr td:hover {
  background-color: lightsteelblue !important;
}

/* .lista {
} */

.action_bar {
  text-align: right;
  margin-left: 1em;
}

.fechar {
  position: absolute;
  background: url("/assets/images/close.png") no-repeat;
  width: 22px;
  height: 22px;
  right: 3em;
  top: 10px;
  cursor: pointer;
}

.layer_content .fechar {
  right: 1em;
  top: 0px;
}

/* .enclosed_container {} */

.input_icon {
  vertical-align: bottom;
}

.td_icon {
  vertical-align: bottom;
  width: 16px;
}

.normal_icon {
  vertical-align: bottom;
}

.margin_icon {
  margin-right: 8px;
}

.off {
  display: none;
}

.flex_box {
  display: inline-block;
  vertical-align: top;
  margin-right: 10em;
  min-width: 320px;
  max-width: 30vw;
}

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

.right_box {
  float: right;
  width: 50%;
}

.float_right {
  float: right;
}

.full_row {
  float: left;
  width: 100%;
  padding: 0.7em 0;
}

.logoff {
  float: right;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.logoff * {
  vertical-align: middle;
  font-weight: normal;
}

.highlighted_background {
  background-color: linen;
}

.highlighted_row {
  padding: 4px;
  min-height: 18px;
  border-radius: 2px;
}

.availability_unavailable {
  cursor: pointer;
  border: thin solid lightcoral;
  background-color: lightcoral;
  text-align: justify;
  color: white;
  margin: 0px 1px;
}

.availability_available {
  cursor: pointer;
  border: thin solid lightgreen;
  background-color: lightgreen;
  text-align: justify;
  color: white;
  margin: 0px 1px;
}

.subtitle_box {
  width: 1em;
  height: 1em;
  margin: 0 5px;
  float: left;
}

.subtitle_container {
  float: left;
  padding: 1px;
}

.clear {
  clear: both;
}

.show_alert_msg {
  display: none;
  border: thin solid #0076a3;
  padding: 12px;
  overflow-wrap: break-word;
  color: #111;
  background-color: #fafafa;
  border-radius: 4px;
  margin-bottom: 0.5em;
  font-size: 16px;
}

#alert_container {
  position: fixed;
  max-width: 28em;
  text-align: left;
  font-size: 14px;
  transform: translate(-50%, 0);
  left: 50%;
}

#tabs_container {
  position: absolute;
  left: 2.5%;
  z-index: 1001;
  top: 12px;
  min-width: 715px;
}

#tabs_container .tab_container {
  float: left;
  padding: 12px;
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  border: none;
  border-right: thin solid lightblue;
  text-align: center;
  color: whitesmoke;
  background: #0082c9;
}
#tabs_container .tab_container:not(.active_tab):hover {
  background-color: dodgerblue;
}

#tabs_container .active_tab {
  color: #111;
  font-weight: bold;
  background: whitesmoke;
  border: none;
}

.onlink:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #09f;
}

.container {
  min-width: 800px;
  max-width: 1280px;
  margin: 0px auto;
  background-color: white;
  height: calc(100% - 2em);
  padding: 1em;
  overflow: auto;
}

.fit_content_box {
  width: fit-content;
  padding: 2px 4px;
  border-radius: 2px;
}

.reposicao {
  background-color: darkseagreen !important;
}

.aulaInexistente {
  background-color: rgba(214, 112, 112, 0.5) !important;
}

.desabilitado {
  display: none !important;
}

.tab1 {
  padding-left: 1em;
}
.tab2 {
  padding-left: 2em;
}
.tab3 {
  padding-left: 3em;
}

.emFoco {
  border-color: #090 !important;
}

.showTitle {
  position: fixed;
  background-color: white;
  border-radius: 4px;
  border: thin solid #2f4f4f;
  padding: 5px;
  overflow-wrap: break-word;
  width: 26em;
  text-align: left;
}

.hora,
.hora2 {
  min-width: 70px !important;
  text-align: center;
}

.data {
  min-width: 146px !important;
}

/* hide icon on tinymce editor */
#gtx-trans {
  display: none;
}

table.dataTable.no-footer {
  border-bottom: thin solid lightgray !important;
}

.dataTables_wrapper {
  margin: 8px 0;
  border-radius: 2px;
}

.dev-env {
  background: orange;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
}

.app-verion {
  text-align: right;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  display: none;
}

.breadcrumb {
  font-size: 10px;
  text-align: right;
  padding: 4px 10px;
  text-transform: uppercase;
  margin-bottom: -20px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  border: thin solid lightgrey;
  border-radius: 4px;
  font-size: 11px;
}

.dataTables_wrapper .dataTables_filter input {
  padding: 4px;
}

.dataTables_wrapper .dataTables_length select {
  padding: 2px;
}

.dataTables_info,
.dataTables_paginate * {
  font-size: 11px;
}

#visualizar img {
  border: thin dashed grey;
  border-radius: 4px;
  padding: 2px;
}
#visualizar img:hover {
  border-color: blue;
}

.html-msg {
  border: thin solid lightgrey;
  border-radius: 4px;
  padding: 1em;
}

/* SCROLLBARS */

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #a0a0a0 lightgray;
}
/* Chrome, Edge, Safari */
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: lightgrey;
}
*::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 4px;
}

.input-fa {
  margin-left: -24px;
  margin-right: 10px;
}

.table {
  display: block;
}

.table-row {
  display: block;
}

.table-cell {
  display: inline-block;
  vertical-align: top;
}

.small-txt{
  font-size: 11px;
  color: #444;
}

.icon-yellow{
  color: #ffa435;
}

.icon-red{
  color: #de5e4d;
}
