@import url('./responsive.css?v=20220712');
@import url('./loader.css');

h3>a {
  color: #333;
  text-decoration: none
}

h3>a:hover,
h3>a:focus {
  text-decoration: underline;
  color: inherit
}

.quality {
  float: right;
  position: relative;
  font-size: 90%
}

.input-group {
  margin-top: 5px;
}

.float-right {
  float: right;
}

/* MENU LINKS STYLE */

.navbar-menu-link {
  position: absolute;
  left: 30px;
}

.menu-link {
  float: none;
}

.nav-bar-menu-link-item {
  min-width: 100px;
  text-align: center;
  display: inline-block;
  margin: 0 2px 0 2px;
  padding: 13px 13px 15px 13px;
  color: #fff;
}

.nav-bar-menu-link-item:hover {
  background-color: #E59D32;
}

.nav-bar-menu-link-item a {
  display: block;
  color: #fff;
}

.nav-bar-menu-link-item i {
  margin-right: 4px;
}

@media only screen and (max-width: 480px) {
  .menu-link-title {
    display: none;
  }

  .nav-bar-menu-link-item {
    min-width: 30px;
    margin: 0 2px 0 2px;
    padding: 13px 13px 15px 13px;
  }

  .nav-bar-menu-link-item:nth-child(1) i {
    margin-right: 4px;
  }

  .nav-bar-menu-link-item:nth-child(3),
  .nav-bar-menu-link-item:nth-child(4),
  .nav-bar-menu-link-item:nth-child(5),
  .nav-bar-menu-link-item:nth-child(6),
  .nav-bar-menu-link-item:nth-child(7) {
    display: none;
  }
}

.btn-sharing {
  margin-top: 29px;
  margin-bottom: 50px;
}

#messages-container {
  height: 400px;
  overflow: auto;
}

.tip-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 250px;
  width: 80%;
  padding: 30px;
}

.tip-title {
  font-size: 2em;
  text-align: center;
  margin: 20px;
  margin-top: 70px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FFAF38;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #D98C1A;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #F7C579;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div.organize-block-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Dropdown */

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item i {
  width: 14px;
  text-align: center;
  margin-right: 4px;
  display: inline-block;
}

a.dropdown-item:hover {
  color: #666;
}

/* Table: Actions Column */
.actions button {
  width: 36px;
  height: 36px;
}

.actions button i {
  font-size: 14px;
}

/* Table: Module Classes (aulas) */
#modules .accordion-arrow {
  border-radius: 50%;
  background-color: #efebe9;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  line-height: 1;
  cursor: pointer;
}

.module-classes {
  border-top: 3px solid #0097a7;
  margin: 8px 8px 16px 8px;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 0px 5px rgb(0 0 0 / 10%);
}

.module-classes h4 {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.module-classes td {
  background-color: rgba(224, 242, 241, 0.3);
  border-bottom: 1px solid white;
}

/* Tags: Input */
.bootstrap-tagsinput {
  display: block;
}

/* Capítulos do Trabalho */
.content .chapter-work-title span {
  margin-right: 8px;
  font-size: 22px;
}

.content .chapter-work-title span * {
  font-size: 22px;
  color: #303030;
}

.capitulo-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}

.capitulo-title .label {
  font-size: 11px;
  margin-left: 8px;
  position: relative;
  bottom: 2px;
}

/* Header: User */
.main-header .navbar .nav > li > a.user-circle {
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: black;
  font-weight: bold;
  font-size: 14px;
  margin-top: 9px;
  border: 1px solid #99999920;
  margin-right: 8px;
}

/* Dados da Licença de Acesso */
table tr.inactive td {
  opacity: 0.2;
}

/* Assistente de Blocos */
div.mce-fullscreen {
  top: 50px !important;
}

h4.ocultos-title {
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  color: #999;
  border-top: 1px solid #CCCCCC80;
  border-bottom: 1px solid #CCCCCC80;
}

.blocos-ocultos .list-group-item {
  opacity: 0.7;
  cursor: default;
}

.blocos-ocultos .list-group-item button.btn {
  visibility: visible;
}

/* Tailwind References */
.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

/* Accordion: Orientações */
#orientacoes {
  padding: 8px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

/* Novo Trabalho */
#mdl-novo-trabalho .radio-item {
  border: 1px solid #CCC;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  padding: 16px;
  cursor: pointer;
  transition: 0.3s linear all;
}

#mdl-novo-trabalho .radio-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

#mdl-novo-trabalho .radio-item p {
  margin: 0;
}

#mdl-novo-trabalho .radio-item input {
  margin-right: 16px;
}

#mdl-novo-trabalho .radio-item.active {
  background-color: #F0F0F0;
}