html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.spinner {
  width: 50px;
  height: 50px;
  background-color: #fff;
  margin: 20% auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tia .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.tia .modal-footer {
  justify-content: flex-start;
}
.tia-top-right {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tia-tip-up {
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 1rem;
}
.tia-tip-up:before,
.tia-tip-up:after {
  position: absolute;
  display: block;
  top: 0;
  content: '';
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent;
}
.tia-tip-up:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.tia-tip-up:after {
  border-bottom-color: #fff;
}
.tia-agenda-badge.badge {
  margin-right: 4px;
  font-weight: normal;
  color: #fff;
  background: #6c757d;
}
.tia-agenda-badge.badge:last-child {
  margin-right: 0;
}
body > .row {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  justify-content: center;
  padding: 0;
  background: #fff;
}
body > .row > .container-fluid {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
}
.row.tia-site-title-row {
  background: #0e4f47;
}
.row.tia-site-title-row .container-fluid {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.tia-site-title h1 {
  display: flex;
  align-items: center;
  margin: 0;
  background: url(/atende/static/images/marca-uft.png) no-repeat 0 center;
  padding-left: 85px;
  height: 50px;
}
.tia-site-title span {
  color: #fff;
  font-size: 1.13rem;
}
.tia-user-menu-wrapper {
  display: flex;
  flex-direction: column;
}
.tia-user-menu {
  display: flex;
}
.tia-user-menu a {
  color: #fff;
}
.tia-user-menu-pop {
  position: absolute;
  top: 50px;
  right: 3px;
  min-width: 14rem;
  z-index: 1060;
}
.tia-user-menu-pop p {
  margin: 0;
}
.tia-user-menu-pop .tia-user-full-name {
  font-weight: bold;
}
.tia-user-menu-pop .card-footer {
  display: flex;
  justify-content: flex-end;
}
.tia-user-menu-pop .card-footer button {
  margin-left: 10px;
}
.tia-user-menu-pop .tia-top-right {
  top: 5px;
  right: 5px;
}
.tia-user-menu-pop .tia-tip-up {
  top: -0.49rem;
  right: 40px;
}
.row.tia-page-messages {
  padding-top: 20px;
}
.tia-messages {
  width: 100%;
}
.row.tia-page-title-row {
  padding-top: 20px;
}
.tia-page-title {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 180px;
  display: flex;
}
.tia-page-title.col {
  padding: 0;
}
.tia-page-title a {
  color: inherit;
}
.tia-hamburguer {
  color: inherit;
  border-radius: 50%;
  padding: 9px 11px;
  margin-top: -9px;
  margin-left: -11px;
}
.tia-hamburguer:hover {
  background: #f2f2f2;
}
.tia-hamburguer i {
  font-size: 1.3rem;
  line-height: inherit;
}
.tia-hamburguer-title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: inherit;
}
.tia-search-box {
  width: 100%;
  padding: 0 20px;
}
.tia-search-box footer {
  padding-top: 20px;
}
.tia-search-box-fields-anchor {
  position: relative;
}
.tia-search-box-fields {
  position: absolute;
  width: 100%;
  z-index: 1060;
}
.tia-filter-tags-content {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.4rem 0;
  justify-content: flex-end;
  padding-right: 20px;
}
.tia-filter-tags-content a.badge {
  margin-left: 10px;
  display: flex;
  font-weight: normal;
}
.tia-filter-tags-content a.badge .badge {
  margin-left: 5px;
}
.row.tia-main-row {
  padding-bottom: 6rem;
  flex-grow: 1;
}
.tia-side-menu {
  border-top: solid 1px #d5d5d5;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 180px;
}
.tia-side-menu.col {
  padding: 0;
}
.tia-side-menu h3 {
  font-size: 1rem;
  padding: 0.3rem 0 0.5rem 0;
}
.tia-side-menu .tia-menu-content {
  width: 170px;
}
.tia-side-menu .tia-side-menu-spacer {
  flex-grow: 0;
  flex-shrink: 0;
  width: 10px;
  border: 0 none;
  border-left: solid 1px #d5d5d5;
  margin: 0;
}
.tia-report {
  border-top: solid 1px #d5d5d5;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.tia-list.col {
  padding: 0;
}
.tia-list .table th {
  border-top: none;
}
.tia-list tbody tr:hover {
  cursor: pointer;
  color: #007bff;
}
.tia-list tbody tr:hover .tia-agenda-badge.badge {
  background: #007bff;
  color: #fff;
}
.tia-list-grouped-col {
  display: none;
}
.tia-list-grouped-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.tia-list-grouped-col li {
  float: left;
  margin-right: 10px;
  padding-left: 10px;
}
.tia-list-grouped-col label {
  font-weight: bold;
  padding-right: 2px;
}
.tia-list-grouped-col footer {
  clear: both;
  padding-top: 10px;
}
.tia-list-grouped-col button {
  width: 100%;
}
.tia-list-grouped-col h5 {
  font-size: 1.15rem;
  font-weight: bold;
}
.tia-list-empty {
  text-align: center;
}
.tia-pagination {
  padding-top: 1rem;
}
.tia-pagination > nav {
  display: flex;
  justify-content: center;
}
.row.tia-service-row {
  background: #0e4f47;
  color: #fff;
  font-size: 0.87rem;
}
.row.tia-service-row .container-fluid {
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
.row.tia-service-row h4 {
  font-size: 1.3rem;
  width: 7.2rem;
}
.row.tia-service-row h4 a {
  color: inherit;
}
.row.tia-service-row h5 {
  font-weight: bold;
  font-size: inherit;
}
.tia-service-catalog {
  display: flex;
  align-items: flex-start;
}
.tia-service-group {
  border-left: dotted 1px #e0e0e0;
  margin-left: 2rem;
  padding-left: 0.7rem;
}
.tia-service-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tia-service-items a {
  color: #e0e0e0;
}
.tia-service-items li {
  padding-top: 0.2rem;
}
.row.tia-institution-row {
  background: #0c3530;
}
.row.tia-institution-row .container-fluid {
  padding: 0.8rem 0 1.5rem 0;
}
.row.tia-institution-row p {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 0.8rem;
  margin: 0;
}
.tia-search-form label {
  display: block;
  margin-bottom: 0;
}
.tia-search-form .custom-select,
.tia-search-form .input-group,
.tia-search-form .tia-search-date-until {
  margin-top: 0.5rem;
}
.tia-search-form .custom-select {
  width: 12rem;
  display: block;
}
.tia-search-form .input-group.date {
  width: 9.5rem;
}
.tia-search-form .form-row {
  margin-top: 15px;
}
.tia-search-form .form-row:first-of-type {
  margin-top: 0;
}
.tia-search-date-until {
  line-height: calc(2.25rem + 2px);
  display: block;
}
.tia-menu-content h3 {
  font-weight: bold;
  line-height: inherit;
}
.tia-menu-content .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #343a40;
}
.tia-menu-agenda-controls {
  display: flex;
  justify-content: flex-start;
}
.tia-menu-agenda-controls button:first-child {
  margin-right: 10px;
}
.tia-menu-agenda-items {
  padding-top: 0.4rem;
}
.tia-menu-agenda-category {
  list-style-type: none;
  padding: 0;
  margin: 0.8rem 0 0 0;
}
.tia-menu-agenda-category li {
  padding: 4px 0;
  cursor: pointer;
}
.tia-menu-agenda-category li:hover {
  background: #f2f2f2;
}
.tia-menu-agenda-category label,
.tia-menu-agenda-category input {
  cursor: pointer;
}
.tia-details-container label {
  display: block;
  font-weight: bold;
  margin: 0;
}
.tia-details-container label:after {
  content: ":";
}
.tia-details-container .row {
  margin-top: 0.5rem;
}
.tia-details-container .row:first-child {
  margin-top: 0;
}
.tia-search-modal-container .modal-footer {
  margin-top: 20px;
}
.tia-modal-menu .tia-menu-content h3 {
  font-size: 1.2rem;
}
.tia-modal-menu .modal-footer {
  margin-top: 20px;
}
.tia-modal-menu .tia-menu-agenda-category {
  margin-top: 1rem;
}
.tia-modal-menu .tia-menu-agenda-category li {
  margin: 5px 0 0 0;
}
.tia-login-modal .modal-body {
  display: flex;
}
.tia-login-modal .modal-footer {
  padding-left: 0;
}
.tia-login-modal .form-row {
  padding-bottom: 1.1rem;
}
.tia-login-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tia-login-info li {
  border-top: dashed 1px #8d8f90;
  padding-top: 10px;
  margin-top: 10px;
}
.tia-login-info li:first-child {
  border-top: none 0;
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 900px) {
  .row.tia-service-row .container-fluid {
    flex-flow: column;
    align-items: center;
  }
  .row.tia-service-row h4 {
    width: auto;
    margin-bottom: 1.6rem;
    font-size: 1.13rem;
  }
  .tia-service-group:first-child {
    margin-left: 0;
  }
}
@media (max-width: 850px) {
  .tia-list-agenda-col {
    display: none;
  }
}
@media (max-width: 750px) {
  .tia-side-menu {
    display: none;
  }
  .row.tia-service-row .container-fluid {
    flex-flow: column;
    align-items: stretch;
    width: auto;
  }
  .tia-service-catalog {
    flex-flow: column;
    justify-items: flex-start;
  }
  .tia-service-group {
    margin-left: 0;
    margin-top: 2rem;
  }
  .tia-service-group:first-child {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .row.tia-site-title-row span {
    font-size: 1rem;
    max-width: 12rem;
  }
}
@media (max-width: 650px) {
  .tia-search-box {
    flex-basis: auto;
  }
}
@media (max-width: 590px) {
  .modal-dialog-wrapper {
    background: #fff;
    width: 80%;
    height: 100%;
  }
  .modal-dialog {
    margin: 0;
  }
  .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
  }
  .tia-login-modal .col {
    flex-basis: 100%;
  }
  .tia-login-modal .modal-body {
    flex-flow: column;
  }
}
@media (max-width: 480px) {
  .tia-user-profile {
    font-size: 1.6rem;
  }
  .tia-user-profile-name {
    display: none;
  }
  .tia-user-menu-pop .tia-tip-up {
    right: 15px;
  }
  .tia-list-grouped-col {
    display: table-cell;
  }
  .tia-list-event-col,
  .tia-list-place-col,
  .tia-list-date-col,
  .tia-list-time-col,
  .tia-list-agenda-col,
  .tia-list-details-col {
    display: none;
  }
  .tia-list .table-sm td {
    padding: 0.8rem 0.5rem;
  }
  .tia-details-container .col {
    flex-basis: auto;
  }
}
@media (max-width: 370px) {
  .tia-site-title h1 {
    background: none;
    padding-left: 0;
  }
}

