.u-cb {
  clear: both;
}
.m-t {
  margin-top: 15px;
}
.m-r {
  margin-right: 15px;
}
.m-b {
  margin-bottom: 15px;
}
.m-l {
  margin-left: 15px;
}
.u-required::before {
  content: "* ";
  color: #C00;
}
.o-midia {
  width: 60px;
  height: 60px;
  background: url('../../template/assets/img/64-64.jpg') no-repeat center center;
  background-size: 38px;
  border-radius: 3px;
  overflow: hidden;
}
.o-midia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-andamento-0 {
  border-left-style: solid !important;
  border-left-width: 4px !important;
  border-left-color: #C00 !important;
  background-color: #F5DFDF !important;
}
.o-andamento-1 {
  border-left-style: solid !important;
  border-left-width: 4px !important;
  border-left-color: #55BD14 !important;
}
.o-computado-0 {
  border-left-style: solid !important;
  border-left-width: 4px !important;
  border-left-color: #F1D72A !important;
  background-color: #FFFCB9 !important;
}
.o-computado-1 {
  border-left-style: solid !important;
  border-left-width: 4px !important;
  border-left-color: #55BD14 !important;
  background-color: #E1F3BE !important;
}
.o-computado-2 {
  border-left-style: solid !important;
  border-left-width: 4px !important;
  border-left-color: #A714BD !important;
  background-color: #F1C9F5 !important;
}
.o-computado-8 {
  border-left-style: solid !important;
  border-left-width: 4px !important;
  border-left-color: #19D7DE !important;
  background-color: #D6F3F1 !important;
}
.o-computado-9 {
  border-left-style: solid !important;
  border-left-width: 4px !important;
  border-left-color: #C00 !important;
  background-color: #F5DFDF !important;
}
.menu-section .navbar-collapse {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.menu-section .navbar-collapse:last-of-type {
  border-bottom: 0;
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.o-complementar {
  font-size: 0.85em;
  opacity: 0.25;
  cursor: help;
}
.o-complementar:hover {
  opacity: 1;
}
.o-complementar-more {
  overflow: hidden;
  height: 15px;
  cursor: help;
  font-size: 0.85em;
}
.o-complementar-more::before {
  content: "o o o";
  display: block;
}
.o-complementar-more:hover {
  height: auto;
}
.o-complementar-more:hover::before {
  display: none;
}
.popup-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 999999;
  overflow: hidden;
}
.popup-background .popup {
  position: relative;
  margin: 0 auto;
  margin-top: -10%;
  padding: 25px;
  width: 60%;
  min-width: 600px;
  background: #FFF;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .popup-background .popup {
    width: 95%;
    min-width: auto;
  }
}
.popup-background .popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup-background.is-active {
  bottom: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}
.popup-background.is-active .popup {
  margin-top: 5%;
}
.o-card {
  float: left;
  width: 20%;
  margin: 2.5%;
  padding: 2.5%;
  text-align: center;
  border: solid 1px #EEE;
  border-radius: 5px;
}
.o-card .o-midia {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 768px) {
  .o-card {
    width: 95%;
  }
}
.o-dia-da-semana {
  width: 15%;
  text-align: center;
}
.o-font-small {
  font-size: 0.75em;
}
.o-font-small .btn {
  padding: 1px 5px;
}
.o-font-small select,
.o-font-small input {
  font-size: inherit;
}
.o-font-big {
  font-size: 1.25em;
}
.o-line-through {
  text-decoration: line-through;
}
.o-table-schedule {
  border-collapse: separate !important;
}
.o-table-schedule td {
  position: relative;
  font-size: 0.75em;
  opacity: 0.5;
}
.o-table-schedule td .o-schedule-sala {
  padding-right: 5px;
  cursor: pointer;
}
.o-table-schedule td .o-move-schedule-aula {
  position: absolute;
  top: 3px;
  right: 3px;
  display: none;
  cursor: pointer;
  z-index: 2;
}
.o-table-schedule td:hover .o-move-schedule-aula {
  display: block;
}
.o-table-schedule tr:hover td {
  opacity: 1;
}
.interact[data-content="new"] {
  opacity: 1;
  border: solid 2px #005CFF !important;
}
.interact[data-content="filled"] {
  border: solid 2px #F2DB9C;
}
.interact[data-content="lock"] {
  border: solid 2px #FF9015;
  opacity: 1 !important;
}
.interact[data-content="lock"] .o-move-schedule-aula {
  display: block !important;
}
.interact[data-content="lock"]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 0, 0.15);
}
.interact[data-content="blocked"],
.interact[data-content="blocked-empty"] {
  border: solid 2px #FF0000;
  opacity: 0.15 !important;
}
.interact[data-content="blocked"] .o-move-schedule-aula,
.interact[data-content="blocked-empty"] .o-move-schedule-aula {
  display: none !important;
}
.interact[data-content="blocked"]::before,
.interact[data-content="blocked-empty"]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 0, 0, 0.3);
}
.interact[data-content="to-move"] {
  border: solid 2px #72C2FC;
  opacity: 1;
}
.u-highlight.is-active td {
  font-weight: bold;
  color: #005CFF;
}
.u-highlight.is-active td:first-of-type {
  border-left: solid 5px #005CFF;
}
.u-highlight.is-active td:last-of-type {
  border-right: solid 5px #005CFF;
}
.u-focus {
  opacity: 1 !important;
  border-color: #FF9015 !important;
}
.o-ajax-success {
  position: fixed;
  bottom: 0;
  left: -100px;
  font-size: 5em;
  color: #31c934;
}
.o-ajax-success.is-active {
  left: 0;
}
.u-tag {
  padding: 0 10px;
  font-size: 0.875em;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.o-schedule-aula-anterior td {
  color: #777;
  font-size: 0.75em;
  position: relative;
}
.o-schedule-aula-anterior td .fa-mail-reply {
  position: absolute;
  color: #337ab7;
  transform: rotate(-135deg);
  bottom: -8px;
  left: -5px;
  font-size: 1.25em;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.o-btn-report {
  position: fixed;
  right: 10px;
  top: 10px;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
/* @media only screen and (max-width: 768px){
	.row {
		margin: 0;
		padding: ;
		padding: 0 15px;
	}
} */
