@charset "UTF-8";

td-button {
  width: 100%;
}

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);
  }
}

th {
  background: #3b4766;
  color: #D5DDE5;
  background: #3e3e3e;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 16px;
  font-weight: 100;
  padding: 24px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

tr {
  border-top: 1px solid #2d5594;
  border-bottom-: 1px solid #2d5594;
  color: #2d5594;
  font-size: 10px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

td {
  background: white;
  padding: 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-right: 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.
  */
}

@media screen and (max-width: 1024px) and (min-width: 760px) {
  i {
    display: none !important;
  }
}

.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;
}

