@charset "UTF-8";
.black {
  color: #333 !important; }

.white {
  color: #fff !important; }

.blue {
  color: #253b65 !important; }

.red {
  color: #9A1010 !important; }

.darkred {
  color: #5F0909 !important; }

.green {
  color: #22AA04 !important; }

.lightgreen {
  color: rgba(81, 181, 20, 0.2) !important; }

.yellow {
  color: rgba(197, 189, 80, 0.658) !important; }

.grey {
  color: #aaa !important; }

.lightgrey {
  color: #f0f0f0 !important; }

.bg-black {
  background-color: #333 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-blue {
  background-color: #253b65 !important; }

.bg-red {
  background-color: #9A1010 !important; }

.bg-darkred {
  background-color: #5F0909 !important; }

.bg-green {
  background-color: #22AA04 !important; }

.bg-lightgreen {
  background-color: rgba(81, 181, 20, 0.2) !important; }

.bg-yellow {
  background-color: rgba(197, 189, 80, 0.658) !important; }

.bg-grey {
  background-color: #aaa !important; }

.bg-lightgrey {
  background-color: #f0f0f0 !important; }

.regular {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }

.bold {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif; }

.italic {
  font-family: 'Open Sans', sans-serif;
  font-style: italic; }

.size10 {
  font-size: 10px; }

.size12 {
  font-size: 12px; }

.size14 {
  font-size: 14px; }

.size16 {
  font-size: 16px; }

.size18 {
  font-size: 18px; }

.size20 {
  font-size: 20px; }

.size22 {
  font-size: 22px; }

.size24 {
  font-size: 24px; }

header {
  border-top: 5px solid #9A1010;
  padding: 20px 50px 40px 50px; }
  header .logo {
    width: 85px; }
  header .links {
    padding-top: 20px; }
    header .links .welcome {
      cursor: default;
      pointer-events: none;
      font-style: oblique;
      margin-right: 10px;
      color: #aaa; }
      header .links .welcome span {
        text-transform: capitalize; }
    header .links a {
      margin-left: 30px;
      color: #333; }
    header .links .drpdn {
      position: relative;
      display: inline-block;
      margin-left: 30px; }
      header .links .drpdn span {
        color: #333; }
        header .links .drpdn span:hover {
          text-decoration: underline;
          cursor: pointer; }
      header .links .drpdn .menu {
        position: absolute;
        display: none;
        padding-top: 10px;
        width: 120%;
        top: 20px;
        left: -10%;
        height: 0px;
        border-radius: 5px;
        text-align: center;
        border-bottom: 2px solid #9A1010;
        z-index: 100 !important;
        -webkit-transition: height .2s ease-out;
        -o-transition: height .2s ease-out;
        transition: height .2s ease-out; }
        header .links .drpdn .menu a {
          display: inline-block;
          text-align: center;
          margin-left: 0;
          padding: 5px 0;
          width: 100%;
          background-color: #f6f6f6; }
          header .links .drpdn .menu a:hover {
            background-color: #ddd; }
      header .links .drpdn:hover .menu {
        display: block;
        height: 105px;
        -webkit-transition: height .2s ease-out;
        -o-transition: height .2s ease-out;
        transition: height .2s ease-out; }

.none {
  display: none; }

.inline {
  display: inline-block !important; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.pr-none {
  padding-right: 0 !important; }

.pl-none {
  padding-left: 0 !important; }

.mb-none {
  margin-bottom: 0; }

.text-center {
  text-align: center; }

.title {
  margin-bottom: 20px;
  font-size: 40px; }

.height200 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #F0F0F0;
  border: 5px solid #fff;
  border-radius: 15px;
  line-height: 24px; }
  .height200:hover {
    background-color: #ddd;
    text-decoration: none; }

.obs {
  white-space: pre-wrap; }

.sep {
  margin-top: 20px;
  border-bottom: 2px solid #9A1010;
  text-align: center; }
  .sep a {
    color: #9A1010;
    border: 0;
    border-bottom: 2px solid #9A1010;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #9A1010;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    font-weight: 400; }
    .sep a:hover {
      text-decoration: none;
      color: #fff;
      background-color: #5F0909; }
    .sep a.active {
      border: 1px solid #9A1010;
      border-bottom: 1px solid #fff;
      background-color: #fff;
      font-weight: 700;
      color: #9A1010; }
      .sep a.active:hover {
        color: #9A1010;
        cursor: default; }

.search_section {
  margin: 30px 0; }
  .search_section .searchBox {
    border-radius: 5px;
    background-color: #f0f0f0;
    border: 0;
    border-bottom: 2px solid #9A1010;
    font-size: 18px;
    padding: 7px 20px 5px 20px;
    text-transform: uppercase;
    color: #333; }
    .search_section .searchBox:focus {
      outline: 0; }
    .search_section .searchBox::-webkit-input-placeholder {
      color: #bbb; }
    .search_section .searchBox:-ms-input-placeholder {
      color: #bbb; }
    .search_section .searchBox::-ms-input-placeholder {
      color: #bbb; }
    .search_section .searchBox::placeholder {
      color: #bbb; }

.add {
  border-radius: 5px;
  background-color: #9A1010;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 7px;
  text-decoration: none;
  -webkit-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out; }
  .add:hover {
    background-color: #5F0909;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #fff;
    text-decoration: none; }

.separador {
  color: #ddd;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 2px; }

@media print {
  .no-print {
    display: none !important; } }

.graph div::after {
  content: '100 000 €';
  display: block;
  position: absolute;
  vertical-align: middle;
  height: 30px;
  top: 15px;
  right: 0;
  padding: 7px;
  font-size: 12px;
  text-transform: italic;
  color: #ccc;
  border-right: 1px solid black;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.graph div .chart {
  background-color: red;
  height: 30px; }

.graph div p {
  height: 30px;
  vertical-align: middle; }

#login {
  background-color: #9A1010; }
  #login .login {
    margin-top: 25vh; }
    #login .login img {
      width: 150px; }
    #login .login form {
      margin-top: 30px; }
      #login .login form input {
        background-color: #fff;
        border: 1px solid #5F0909;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 18px;
        color: #000;
        margin-top: 10px; }
        #login .login form input::-webkit-input-placeholder {
          font-weight: 400;
          font-size: 16px;
          color: #aaa; }
        #login .login form input:-ms-input-placeholder {
          font-weight: 400;
          font-size: 16px;
          color: #aaa; }
        #login .login form input::-ms-input-placeholder {
          font-weight: 400;
          font-size: 16px;
          color: #aaa; }
        #login .login form input::placeholder {
          font-weight: 400;
          font-size: 16px;
          color: #aaa; }
        #login .login form input.login_submit {
          background-color: #5F0909;
          border: 1px solid #5F0909;
          color: #fff; }
        #login .login form input:focus {
          outline: 0; }
  #login .rodape {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

footer {
  margin-top: 100px;
  width: 100%;
  font-size: 12px;
  color: #aaa; }

.func_list {
  margin-top: 40px; }
  .func_list .empresa_header {
    border-bottom: 2px solid #9A1010;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-bottom: 20px; }
    .func_list .empresa_header p {
      margin-bottom: 0; }
  .func_list .func {
    padding: .75rem 0;
    color: #333; }
    .func_list .func p {
      -webkit-margin-after: 0;
      margin-block-end: 0;
      margin-bottom: 0; }
    .func_list .func:nth-of-type(odd) {
      background-color: #f0f0f0; }
    .func_list .func:first-of-type {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .func_list .func:last-of-type {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
    .func_list .func:hover {
      text-decoration: none;
      background-color: #9A1010;
      color: #fff; }

.func_nome {
  text-transform: lowercase;
  text-transform: capitalize; }
  .func_nome a {
    margin-right: 20px;
    color: #9A1010;
    text-decoration: none; }
    .func_nome a:hover {
      color: #5F0909;
      text-decoration: none; }

.horas_list {
  margin-top: 40px; }
  .horas_list .horas_header p {
    margin-bottom: 5px; }
  .horas_list .horas {
    padding: .75rem 0;
    color: #333;
    border-bottom: 2px solid #f0f0f0; }
    .horas_list .horas p {
      -webkit-margin-after: 0;
      margin-block-end: 0;
      margin-bottom: 0; }

.func_info {
  padding-top: 50px;
  font-size: 18px; }

.cm_list {
  margin-top: 30px; }
  .cm_list .list_head p {
    margin-bottom: 10px; }
  .cm_list .enc:first-of-type .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .cm_list .enc:last-of-type .card-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .cm_list .enc .card-header {
    cursor: pointer;
    border-radius: 0;
    background-color: #fff; }
    .cm_list .enc .card-header span {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .cm_list .enc .card-header:hover {
      background-color: #9A1010;
      color: #fff; }
    .cm_list .enc .card-header[aria-expanded="true"] {
      background-color: #9A1010;
      color: #fff; }
  .cm_list .enc .enc_info {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf; }
    .cm_list .enc .enc_info .artigos {
      white-space: pre-wrap; }
    .cm_list .enc .enc_info span {
      font-size: 10px;
      margin-top: 5px; }
      .cm_list .enc .enc_info span strong {
        font-size: 17px; }
    .cm_list .enc .enc_info .obs_container {
      margin-top: 20px; }

.form_new {
  margin-top: 40px; }
  .form_new span {
    color: #ddd;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 2px; }
    .form_new span.explicacao {
      margin-top: -15px;
      padding-left: 10px;
      color: #555;
      border: 0; }
  .form_new input {
    height: 50px;
    font-size: 16px;
    background-color: #f0f0f0;
    border: 1px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .form_new input::-webkit-outer-spin-button, .form_new input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .form_new input:disabled {
      opacity: 0 !important;
      cursor: default !important; }
    .form_new input:focus {
      outline-color: #333; }
    .form_new input::-webkit-input-placeholder {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.4); }
    .form_new input:-ms-input-placeholder {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.4); }
    .form_new input::-ms-input-placeholder {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.4); }
    .form_new input::placeholder {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.4); }
    .form_new input.submit {
      background-color: rgba(81, 181, 20, 0.2);
      -webkit-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      transition: .2s ease-out;
      margin-top: 40px; }
      .form_new input.submit:focus {
        outline: 0; }
      .form_new input.submit:hover {
        background-color: rgba(81, 181, 20, 0.4);
        -webkit-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        transition: .2s ease-out; }
    .form_new input.data {
      cursor: pointer; }
  .form_new select {
    height: 50px;
    font-size: 16px;
    background-color: #f0f0f0;
    border: 1px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
    color: #333;
    position: relative; }
    .form_new select::-ms-expand {
      display: none; }
    .form_new select:disabled {
      opacity: 0; }
    .form_new select:focus {
      outline-color: #333; }
  .form_new .toggle_sections {
    margin-left: 0;
    margin-right: 0; }
    .form_new .toggle_sections.hide {
      display: none !important; }
  .form_new .cancel {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background-color: #f0f0f0;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    margin-top: 40px;
    color: #333;
    text-decoration: none; }
    .form_new .cancel:focus {
      outline: 0; }
    .form_new .cancel:hover {
      background-color: #e0e0e0;
      -webkit-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      transition: .2s ease-out;
      text-decoration: none;
      color: #333; }
  .form_new .form_textarea {
    background-color: #f0f0f0;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-top: 10px;
    resize: none;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .form_new .form_textarea:focus {
      outline-color: #333; }

.st_list {
  margin-top: 30px; }
  .st_list .list_head p {
    margin-bottom: 10px; }
  .st_list .st:first-of-type .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .st_list .st:last-of-type .card-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .st_list .st .card-header {
    cursor: pointer;
    border-radius: 0;
    background-color: #fff;
    padding: 0; }
    .st_list .st .card-header span {
      overflow: hidden !important;
      -o-text-overflow: ellipsis !important;
      text-overflow: ellipsis !important;
      padding: .75rem 1.25rem;
      white-space: nowrap; }
    .st_list .st .card-header:hover {
      background-color: #9A1010;
      color: #fff; }
    .st_list .st .card-header[aria-expanded="true"] {
      background-color: #9A1010;
      color: #fff; }
  .st_list .st .st_info {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf; }
    .st_list .st .st_info label {
      font-size: 10px;
      margin-top: 10px; }
    .st_list .st .st_info .card-body form input {
      width: 100%;
      padding: 5px;
      border: 1px solid #333;
      border-radius: 5px; }
    .st_list .st .st_info .card-body form .st_submit input {
      background-color: rgba(81, 181, 20, 0.2);
      -webkit-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      transition: .2s ease-out;
      margin-top: 40px; }
      .st_list .st .st_info .card-body form .st_submit input:focus {
        outline: 0; }
      .st_list .st .st_info .card-body form .st_submit input:hover {
        background-color: rgba(81, 181, 20, 0.4);
        -webkit-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        transition: .2s ease-out; }

.infos_list {
  margin-top: 30px; }
  .infos_list .list_head p {
    margin-bottom: 10px; }
  .infos_list .infos:first-of-type .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .infos_list .infos:last-of-type .card-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .infos_list .infos .card-header {
    cursor: pointer;
    border-radius: 0;
    background-color: #fff; }
    .infos_list .infos .card-header span {
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .infos_list .infos .card-header:hover {
      background-color: #9A1010;
      color: #fff; }
    .infos_list .infos .card-header[aria-expanded="true"] {
      background-color: #9A1010;
      color: #fff; }
  .infos_list .infos .infos_info {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf; }
    .infos_list .infos .infos_info .texto {
      white-space: pre-wrap; }
    .infos_list .infos .infos_info span {
      font-size: 10px;
      margin-top: 5px; }
      .infos_list .infos .infos_info span strong {
        font-size: 17px; }

.calc_list {
  margin-top: 30px; }
  .calc_list .list_head p {
    margin-bottom: 10px; }
  .calc_list .calc:first-of-type .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .calc_list .calc:last-of-type .card-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .calc_list .calc .card-header {
    cursor: pointer;
    border-radius: 0;
    background-color: #fff; }
    .calc_list .calc .card-header span {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .calc_list .calc .card-header:hover {
      background-color: #9A1010;
      color: #fff; }
    .calc_list .calc .card-header[aria-expanded="true"] {
      background-color: #9A1010;
      color: #fff; }
  .calc_list .calc .calc_info {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf; }
    .calc_list .calc .calc_info span {
      font-size: 10px;
      margin-top: 5px; }
    .calc_list .calc .calc_info .obs_container {
      margin-top: 20px; }
