@charset "UTF-8";

body {
  margin-top: 20px;
  background: #DCDCDC;
}

.card-box {
  padding: 20px;
  border-radius: 3px;
  padding-bottom: 0;
  background-color: #fff;
}

.file-man-box {
  padding: 20px;
  border: 1px solid #e3eaef;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.file-man-box .file-close {
  color: #f1556c;
  position: absolute;
  line-height: 24px;
  font-size: 24px;
  right: 10px;
  top: 10px;
  visibility: hidden;
}

.file-man-box .file-img-box {
  line-height: 120px;
  text-align: center;
}

.file-man-box .file-img-box img {
  height: 64px;
}

.file-man-box .file-img-box img.full {
  height: auto;
  max-height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.file-man-box .file-download {
  font-size: 32px;
  color: #98a6ad;
  position: absolute;
  right: 10px;
}

.file-man-box .file-download:hover {
  color: #313a46;
}

.file-man-box .file-man-title {
  padding-right: 8px;
}

.file-man-box .file-man-title p {
  font-size: 0.8rem;
  line-height: 1.1rem;
}

.file-man-box:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.file-man-box:hover .file-close {
  visibility: visible;
}

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}

.file-man-box h5 {
  font-size: 15px;
}

div:not([class^=datepicker]):not([class^=ui-datepicker]) td-button {
  width: 100%;
}

div:not([class^=datepicker]):not([class^=ui-datepicker]) th {
  font-weight: bold !important;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 2;
  color: #3e3e3e !important;
  text-align: left;
}

.a-button {
  outline: none;
  text-align: center;
  width: 80%;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #bbbbbb;
  color: #bbbbbb;
  letter-spacing: 1px;
  text-shadow: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
}

.a-button:hover {
  color: white;
  background: #d93b3a;
  border: 2px solid #d93b3a;
}

.a-button:active {
  letter-spacing: 2px;
}

@media screen and (max-width: 1280px) {
  .a-button {
    width: 100%;
  }
}

.a-button-save {
  color: #fff;
  background: #3b69b1;
  width: 150px;
  border: 2px solid #3b69b1;
}

.a-button-save:hover {
  background: #2d5594;
  border: 2px solid #2d5594;
}

.a-button-back {
  color: #fff;
  background: #d93b3a;
  width: 150px;
  border: 2px solid #d93b3a;
}

.a-button-back:hover {
  background: #9f3234;
  border: 2px solid #9f3234;
}

.a-button.parte {
  width: 100%;
  background-color: #3b69b1;
  border-color: white !important;
}

.a-button.parte:hover {
  background-color: #2d5594;
}

.a-button.parte span {
  font-weight: bold;
}

.a-button.first-register {
  width: 100%;
  padding: 15px 30px;
  background: #d93b3a;
  border: 1px solid #d93b3a;
  color: white;
  text-shadow: 0;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
}

.a-button.first-register:hover {
  background: #9f3234;
  color: white;
}

.a-button.entrar {
  background-color: transparent;
  border-color: white;
  border-width: 2px;
  width: 100%;
}

.a-button.entrar:hover {
  background-color: #2d5594;
}

.a-button.entrar span {
  font-weight: bold;
}

.onclic {
  width: 40px;
  border-color: #bbbbbb;
  border-width: 3px;
  font-size: 0;
  border-left-color: #1ECD97;
  -webkit-animation: rotating 2s 0.25s linear infinite;
          animation: rotating 2s 0.25s linear infinite;
}

.onclic:after {
  content: "";
}

.onclic:hover {
  color: #1ECD97;
  background: white;
}

.validate {
  font-size: 13px;
  color: white;
  background: #1ECD97;
}

.validate:after {
  font-family: "FontAwesome";
  content: "\F00C";
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

div:not([class^=datepicker]):not([class^=ui-datepicker]) th {
  background: #3b4766;
  color: #D5DDE5;
  font-size: 16px;
  font-weight: 100;
  padding: 12px 24px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

div:not([class^=datepicker]):not([class^=ui-datepicker]) tr {
  color: #2d5594;
  font-size: 10px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

div:not([class^=datepicker]):not([class^=ui-datepicker]) td {
  background: white;
  padding: 12px 20px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 16px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #C1C3D1;
}

.white-icon {
  color: #fff;
}

/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */

  .responsive-table table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }

  .responsive-table thead tr {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }

  .responsive-table tr {
    margin: 0 0 1rem 0 !important;
  }

  .responsive-table tr:nth-child(odd) {
    background: #ccc !important;
  }

  .responsive-table td {
    /* Behave  like a "row" */
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative !important;
  }

  .responsive-table td:before {
    /* Now like a table header */
    position: relative !important;
    content: attr(data-before) !important;
    /* Top/left values mimic padding */
    top: 0 !important;
    left: 6px !important;
    width: 45% !important;
    padding-right: 10px !important;
    white-space: nowrap !important;
  }

  /*
  Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
  */
}

.sidebar {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.sidebar-light-primary {
  background-color: white;
}

.main-sidebar {
  width: 255px;
}

p.user-logged {
  font-size: 15px;
  font-weight: bold;
  color: #3e3e3e;
  margin-bottom: 0;
}

.nav-link.link-sidebar i {
  color: #3e3e3e;
}

.nav-link.link-sidebar p {
  margin: 5px !important;
  font-size: 17px;
  letter-spacing: -0.5px;
  color: #3e3e3e;
}

.nav-link.link-sidebar:hover {
  background-color: rgba(0, 0, 0, 0.03) !important;
}

.nav-link.link-sidebar.active {
  background-color: rgba(0, 0, 0, 0.09) !important;
}

.nav-link.link-sidebar.active p {
  color: #3b69b1 !important;
  font-weight: 700 !important;
}

.nav-link.link-sidebar.active i {
  color: #3b69b1;
}

span.card-title {
  font-family: "Sul Sans", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

span.card-subtitle {
  font-family: "Sul Sans", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.cell {
  max-width: 50px;
  /* tweak me please */
  white-space: nowrap;
  overflow: hidden;
}

.expand-small-on-hover:hover {
  max-width: 200px;
  text-overflow: ellipsis;
}

.expand-maximum-on-hover:hover {
  max-width: initial;
}

#form-required label:not(.custom-file-label):not(.not-required)::after {
  content: "*";
  color: #de3e3e;
  margin-left: 4px;
}

.custom-file-label::after {
  content: "Selecionar" !important;
}

.input-previous-value {
  margin: 0;
  margin-top: -10px;
  margin-left: 8px;
  opacity: 0.8;
  font-size: 16px;
}

/*  MAJOR LAYOUT UPDATES  */

@media screen and (min-width: 992px) {
  .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-link,
  .sidebar-mini.sidebar-collapse .main-sidebar:hover {
    background-color: #fafafa !important;
    border-radius: 0 12px 12px 0;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1) !important;
    z-index: 4000;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-link .side-bar-logo-container,
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .side-bar-logo-container {
    padding: 0 24px !important;
  }
}

.sidebar-mini.sidebar-collapse .main-sidebar .side-bar-logo-container {
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  margin-left: 4px;
}

@media screen and (max-width: 991.98px) {
  aside.main-sidebar {
    transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out, background-color 0.4s ease-in-out !important;
  }

  .sidebar-collapse aside.main-sidebar,
  .sidebar-collapse .main-sidebar::before {
    margin-left: -250px !important;
  }

  .sidebar-open aside.main-sidebar,
  .sidebar-open .main-sidebar::before {
    background-color: #FAFAFA !important;
    border-radius: 0 12px 12px 0;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1) !important;
  }
}

aside.main-sidebar .side-bar-logo-container {
  display: block;
  padding: 0 24px;
  box-sizing: border-box;
}

body,
.content-wrapper {
  background-color: #FAFAFA;
}

@media (max-width: 992px) {
  .main-sidebar {
    margin-left: -240px;
  }
}

@media (min-width: 991.98px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer,
  .sidebar-collapse .main-header {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 240px !important;
    z-index: 3000;
  }
}

.main-sidebar {
  width: 240px;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card {
  -webkit-animation: fadein 0.4s 0.1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
          animation: fadein 0.4s 0.1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  opacity: 0;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}

aside.main-sidebar div,
aside.main-sidebar ul,
aside.main-sidebar li {
  overflow-x: visible;
  display: flex;
}

aside.main-sidebar nav {
  width: 100%;
}

aside.main-sidebar .sidebar {
  padding: 0;
}

aside.main-sidebar a {
  margin: 0 1rem 0 0.7rem;
}

aside.main-sidebar ul,
aside.main-sidebar li,
aside.main-sidebar a {
  width: 100%;
}

.main-header.navbar {
  border: 0;
}

.main-header.navbar i {
  color: #343a40;
  margin-top: 8px;
  font-size: 24px;
  opacity: 0.8;
}

.sidebar {
  overflow-x: auto;
}

.sidebar ul.nav {
  overflow-x: auto;
}

.nav-link.link-sidebar.active {
  background-color: #2d5594 !important;
}

.nav-link.link-sidebar.active i,
.nav-link.link-sidebar.active p {
  color: #FFF !important;
  opacity: 0.9;
}

li.nav-item a.nav-link.active {
  box-shadow: 2px 5px 20px rgba(52, 58, 64, 0.1);
  transition: all 0.3s ease-in-out;
}

li.nav-item:hover a.nav-link.active {
  box-shadow: 2px 5px 10px rgba(52, 58, 64, 0.2);
}

.card-header {
  padding-top: 28px !important;
  padding-bottom: 20px;
  letter-spacing: 0.05rem;
  border-bottom: 1.5px dashed rgba(52, 58, 64, 0.1);
}

footer.main-footer {
  border-top: none;
  background-color: transparent;
}

.btn {
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  font-weight: bold;
}

.btn-card-container {
  display: block;
  height: 100%;
}

.btn-card {
  padding: 8px 12px;
  height: 100%;
  position: relative;
  color: rgba(62, 62, 62, 0.5);
  transition: color 0.3s ease-in-out;
}

.btn-card .badge {
  justify-self: flex-start;
  position: absolute;
  margin: 0;
  align-self: flex-end;
  top: 12px;
  right: 12px;
}

.btn-card:not(.static):hover {
  color: rgba(62, 62, 62, 0.9);
}

.btn-card i {
  width: 26px;
  font-size: 26px;
}

.btn-card a {
  width: 100%;
}

.btn-card {
  display: flex;
  justify-content: flex-end;
}

#filter-container #select-container {
  padding: 12px !important;
}

#filter-container #plus-btn {
  min-height: 38px;
}

#filter-container .filter-field-container {
  border-left: 2px solid #DCDCDC;
  border-radius: 0;
  position: relative;
}

#filter-container .filter-field-container:not(:last-child)::after {
  content: "+";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-50%) translateY(12px);
  background-color: #DCDCDC;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
  z-index: 1000;
}

#filter-container .filter-field-container a {
  opacity: 0.5;
}

.btn-primary,
.btn-info,
.page-item.active .page-link {
  background-color: #2d5594;
  border-color: #152846;
}

.btn-primary:hover,
.btn-info:hover,
.page-item.active .page-link:hover {
  background-color: #396bbb;
  border-color: #2d5594;
}

.associate-info-card {
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}

.associate-info-card .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.meeting-input-edit {
  transition: all 0.3s ease-in-out;
}

.meeting-input-edit:hover {
  background: #fff;
  opacity: 1;
}

.modal-open .modal {
  z-index: 13000;
}

div#diary-table-description table th,
div#diary-table-description table td {
  background: transparent;
  color: #333;
}

div#diary-table-description table tr.green-bg {
  background: #96e68e;
}

div#diary-table-description table tr.yellow-bg {
  background: #f9dd7f;
}

div#diary-table-description table tr.orange-bg {
  background: #f4c572;
}

div#diary-table-description table tr.pink-bg {
  background: #f6c0c0;
}

div#diary-table-description table tr.blue-bg {
  background: #6FA0FF;
}

div#diary-table-description table tr.blue-gray-bg {
  background: #A0BAEE;
}

div#diary-table-description table tr.gray-bg {
  background: #DADADA;
}

@media screen and (max-width: 720px) {
  div#diary-table-description table thead {
    display: none;
  }

  div#diary-table-description table tbody tr {
    display: flex;
    flex-direction: column;
  }

  div#diary-table-description table tbody tr td {
    border-bottom: 0;
    border-top: 0;
  }

  div#diary-table-description table tbody tr td::before,
  div#diary-table-description table tbody tr th::before {
    content: attr(data-col);
    font-weight: bold;
  }

  div#diary-table-description table tbody tr[class=""]:not(:last-child) {
    border-bottom: 1px dashed rgba(51, 51, 51, 0.1) !important;
  }

  div#diary-table-description table tbody tr[class=""]:last-child {
    margin-bottom: 12px;
  }
}

.green-diary-text {
  background-color: #96e68e;
  padding: 0 12px 0 8px;
  border-radius: 3px;
}

.yellow-diary-text {
  background-color: #f9dd7f;
  padding: 0 12px 0 8px;
  border-radius: 3px;
}

.orange-diary-text {
  background-color: #f4c572;
  padding: 0 12px 0 8px;
  border-radius: 3px;
}

.pink-diary-text {
  background-color: #f6c0c0;
  padding: 0 12px 0 8px;
  border-radius: 3px;
}

.blue-diary-text {
  background-color: #6FA0FF;
  padding: 0 12px 0 8px;
  border-radius: 3px;
}

.blue-gray-diary-text {
  background-color: #A0BAEE;
  padding: 0 12px 0 8px;
  border-radius: 3px;
}

.gray-diary-text {
  background-color: #DADADA;
  padding: 0 12px 0 8px;
  border-radius: 3px;
}

.radio-label {
  font-weight: normal !important;
  margin: 0;
}

.radio-label:hover {
  cursor: pointer;
}

.input-label-description {
  margin-top: -10px !important;
  margin-bottom: 10px;
  line-height: 1.2rem;
  font-style: italic;
  font-size: 15px;
}

.event-table thead,
.event-table th,
.event-table thead tr {
  background: transparent !important;
  color: #343a40 !important;
}

.event-table thead tr {
  border-bottom: 1px solid #343a40 !important;
}

.event-table tr,
.event-table td {
  background: transparent !important;
  color: #343a40 !important;
  text-shadow: none !important;
}

.event-table tr:last-child td {
  border: none;
}

.event-table tr.admission-row {
  border-top: 8px solid black;
  position: relative;
}

.event-table tr.admission-row::after {
  content: "Admiss\E3o";
  position: absolute !important;
  background: #f7ee50;
  padding: 0 4px;
  top: 0;
  border-radius: 0 4px 4px 4px;
  left: 0;
  font-weight: bold;
}

.rect {
  border-radius: 3px;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.rect.active {
  background-color: #3b4766;
}

.rect.disabled {
  background-color: #AAA;
}

aside.main-sidebar {
  background: url("/img/sidebar.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

body {
  margin-top: 0 !important;
}

nav#main-header {
  background: url("/img/header.png") #a4a972;
  background-position: center -16px !important;
  background-size: cover !important;
}

@media screen and (min-width: 1220px) {
  nav#main-header {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 1420px) {
  nav#main-header {
    background-position: center !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1024px) {
  nav#main-header {
    background-position: center !important;
    background-position: center !important;
  }
}

