﻿@font-face {
  font-family: "Avenir";
  src: url("../Fonts/Avenir.otf");
}

@font-face {
  font-family: "Avenir Medium";
  src: url("../Fonts/AvenirMedium.otf");
}

@font-face {
  font-family: "Avenir Bold";
  src: url("../Fonts/AvenirBold.otf");
}

.logo1 {
  width: 170px;
  height: 45px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0px;
}

body,
html,
button,
a,
div,
input,
span,
select {
  font-family: "Avenir Medium" !important;
  letter-spacing: 0.75px;
  color: #3b3b3c;
}

p, label {
  margin: 0 !important;
}

body {
  margin: 0 !important;
}

button, a {
  border: 0 !important;
  outline: 0 !important;
  user-select: none !important;
  cursor: pointer !important;
}

select, input {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  outline: 0 !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.box-title {
  text-transform: capitalize !important;
  font-size: 21px !important;
}

.box-tools {
  width: 60%;
  height: fit-content;
  margin-top: 15px;
  text-align: end;
}

.btn {
  min-width: 15px !important;
  border-radius: 22.5px !important;
  padding: 2.5px 5px !important;
  font-size: 10pt !important;
  text-align: center !important;
  text-decoration: none !important;
  margin: auto 5px !important;
  line-height: 14px !important;
  transition: .1s ease-in-out !important;
}

.btn-sm {
  padding: 2.5px 4px !important;
  display: inline-block !important;
  border-radius: 2.5px !important;
}

.btn-primary {
  background: #2036de !important;
  border: 1px solid #2036de !important;
  color: white !important;
}

  .btn-primary:hover {
    color: white !important;
  }

.btn-secondary, .btn-info, .btn-default {
  background: transparent !important;
  border: 1px solid #2036de !important;
  color: #2036de !important;
}

  .btn-secondary:hover, .btn-info:hover, .btn-default:hover {
    color: #2036de !important;
  }

.btn-warn {
  background: #ccde00;
  border: 1px solid #ccde00 !important;
  color: white !important;
}

  .btn-warn:hover {
    color: white !important;
  }

.btn-alert {
  background: #f92339;
  border: 1px solid #f92339 !important;
  color: white;
}

  .btn-alert:hover {
    color: white !important;
  }
/*style layout original para local*/
.menu {
  background-color: #3578b1;
  width: 150px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  transition: .25s ease-in-out;
  z-index: 1000;
}

  /* ---- style auxiliar para local*/
  /*.targeta{
  background: #78848e!important;
}
.btnSair {
   background: #78848e!important;
}
.menu {
    background-color: #252628;
    width: 150px;
    position: fixed;
    top: 39px;
    left: 0;
    height: 100%;
    transition: .25s ease-in-out;
    z-index: 10000;
}*/
  /*----*/
  .menu > .logo {
    width: 110px;
    height: 35px;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 25px;
    font-family: "Avenir Medium" !important;
    letter-spacing: 0.75px;
    color: #ffffff;
  }

  .menu > img {
    display: table;
    margin: 15px auto;
  }

  .menu > .menu-itens {
    position: absolute;
    /*left: -150px;*/
    transition: .25s ease-in-out;
    width: 150px;
    top: 75px;
  }

/*.menu:hover {
    width: 150px;
  }

    .menu:hover > .menu-itens {
      left: 0;
    }*/

.logo-menu {
  text-align: center;
  color: white;
  font-size: 11pt;
  margin: 10px;
}

.item-menu {
  width: calc(-10px + 100%);
  margin: 0 5px 10px;
  padding: 5px 10px;
  color: white;
  text-align: center;
  font-size: 10pt;
  background-color: transparent;
  border-radius: 22.5px;
}

  .item-menu:hover {
    background-color: #225b8c;
  }

table {
  width: 100% !important;
  border: 1px solid #f4f4f4 !important;
  overflow: hidden !important;
  border-collapse: separate !important;
  border-radius: 5px !important;
}

th {
  background-color: #f1f1f1 !important;
  color: #888888 !important;
  font-size: 10.5pt !important;
  font-family: "Avenir Medium" !important;
  transition: ease-in-out .1s !important;
  cursor: pointer !important;
}

  th:hover {
    color: #5e6fef !important;
    transition: ease-in-out .1s !important;
  }

th,
td {
  height: 27.5px;
  text-align: start;
  padding: 0 7.5px;
}

td {
  color: #525252;
  font-size: 10.5pt;
  font-weight: bold;
}

  td > .btn-primary {
    width: 90px;
    display: table;
    padding: 2.5px 5px;
    background-color: #384ef5;
    border-radius: 2px;
    box-shadow: none !important;
  }

tr {
  border-spacing: 0 !important;
}

  tr:hover {
    cursor: pointer !important;
    background-color: #e1e3fb !important;
    transition: ease-in-out .05s !important;
  }

  tr:nth-child(even) {
    background-color: #f1f1f1 !important;
  }

table tr:first-child th:first-child {
  border-top-left-radius: 5px !important;
}

table tr:first-child th:last-child {
  border-top-right-radius: 5px !important;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 5px !important;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 5px !important;
}

.colunaPainelAcao {
  display: flex;
}

.pdf > embed {
  display: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  background-color: #d6d6d6;
}

.option {
  color: #3b3b3c;
  display: block;
  position: relative;
  padding-left: 25px;
  margin: 7.5px 0 !important;
  cursor: pointer;
}

  .option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

    .option input:checked ~ .checkmark {
      background-color: #2036de;
    }

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.option input:checked ~ .checkmark:after {
  display: block;
}

.option .checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-item {
  padding: 15px 12.5px;
  border-bottom: 1.25px solid #e6e6e6;
}

  .list-item:last-child {
    border-bottom: 0 !important;
  }

.table {
  margin: 10px 0 !important;
}

.buttonDisabledFat {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e2e2e2;
}

.table-hover > tbody > tr:hover {
  background-color: #dcf5f4 !important;
}

.table > tbody > tr > td {
  padding: 0px 1px !important;
  vertical-align: middle !important;
  border-top: none !important;
}

.table > thead > tr > th {
  font-size: 11px !important;
  padding: 0px 1px !important;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td > a {
  pointer-events: none;
}

.table > thead > tr > th {
  pointer-events: none;
  text-decoration: none;
  cursor: -webkit-grab;
}

.table > thead:first-child > tr:first-child > th > a {
  pointer-events: none !important;
  color: #111111 !important;
}

table > thead:first-child > tr:first-child > th > a {
  pointer-events: none !important;
  color: #111111 !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1140px;
}


.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  border: 1px solid #3c8dbc !important;
  border-radius: 3px;
}

.ui-front {
  z-index: 10000000000;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

  .ui-menu .ui-menu {
    position: absolute;
  }

  .ui-menu .ui-menu-item {
    overflow: hidden;
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  }

.ui-autocomplete > li {
  height: 30px;
  padding-top: 4px;
  padding-left: 10px;
}

.ui-autocomplete {
  z-index: 3000;
}

  .ui-autocomplete > li:active {
    border: 1px solid #808080 !important;
    background-color: #3c8dbc;
    color: #fff;
    border-radius: 2px !important;
  }

  .ui-autocomplete > li:hover {
    border: 1px solid #808080 !important;
    background-color: #3c8dbc;
    color: #fff;
    border-radius: 2px !important;
  }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

  .ui-widget .ui-widget {
    font-size: 1em;
  }

  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
  }

  .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
  }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

  .ui-widget-content a {
    color: #333333;
  }

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.col-md-12 {
  float: none !important;
}

.row {
  margin-right: 0px !important;
  margin-left: -3px !important;
}

.BodyIndex {
  margin: auto;
  display: table;
  width: 97.5%;
}

.body-view {
  width: calc(100% - 150px);
  position: absolute;
  right: 7.5px;
}

hr {
  margin-top: 6px !important;
  margin-bottom: 20px !important;
}

.delProc {
  padding: 0 0 !important;
  color: #de0000;
  font-size: 9pt !important;
  width: 15px !important;
  cursor: pointer;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
}

  .delProc:hover, .delProc:focus {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
  }

.box-assinatura {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.fundo-upload {
  cursor: pointer;
}

  .fundo-upload img, .fundo-upload-anexo img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
  }

#file-upload1, #file-upload2, #file-upload-anexo, #file-upload-pfx, #file-upload-anexoComprovante, #file-upload-guiaanexo {
  display: none;
}

.excluir-imagem, .excluir-imagem-cooperado, .excluir-imagem-autorizacao, .add-imagem {
  width: inherit;
  border-radius: 0 0 3px 5px;
}

.actions_upload {
  width: 100%;
  max-height: 350px;
}

.box.box-primary {
  border-top-color: #3c8dbc;
}

.alert-red, .alert-orange, .alert-success, .alert-danger {
  padding: 7.5px 15px;
  text-align: center;
}

.alert-success {
  margin: 10px 10px 0 !important;
}

.alert-orange {
  color: #ffb200;
  background-color: #f5e4c6;
  border: 1px solid #dc9a3c;
  font-size: 11pt;
  margin: 10px 10px 0 !important;
  cursor: pointer;
  border-radius: 4px;
}

.alert-red, .alert-danger {
  color: #da4646;
  background-color: #f5c6cb;
  border: 1px solid #f29da6;
  font-size: 11pt;
  margin: 10px 10px 0 !important;
  cursor: pointer;
  border-radius: 4px;
}

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

.pagination > .active > a {
  border-radius: 100% !important;
}

  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    background-color: #2036de !important;
    border-color: #2036de !important;
  }

.modal-content {
  max-height: calc(100vh - 60px) !important;
  overflow-y: auto !important;
  min-width: unset !important;
}

.btn-green {
  background: #00d272 !important;
  border: 1px solid #00d272 !important;
  color: white !important;
}

  .btn-green:hover {
    color: white !important;
  }

.btn-red {
  background: #f92339 !important;
  border: 1px solid #f92339 !important;
  color: white !important;
}

  .btn-red:hover {
    color: white !important;
  }

.btn-light-green {
  background: #ccde00 !important;
  border: 1px solid #ccde00 !important;
  color: white !important;
}

  .btn-light-green:hover {
    color: white !important;
  }

.history-div {
  font-size: 10px !important;
}

.spiner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #fff;
  font-size: 30px;
}

.tabelaMobile {
  max-width: 100%;
  overflow: scroll;
  margin-left: 0px;
  max-height: 300px;
}

  .tabelaMobile::-webkit-scrollbar {
    width: 2px;
  }

  .tabelaMobile::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 1px 2px 6px #f5f5f5;
  }

  .tabelaMobile::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }

.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}

.targeta {
  position: relative;
  max-height: 40px;
  z-index: 1030;
  transition: margin-left .3s ease-in-out;
  margin-bottom: 0px;
  margin-left: 0 auto;
  border: none;
  min-height: 40px;
  border-radius: 0;
  z-index: 1000;
  position: relative;
  background: #3578b1;
}

.btnSair {
  padding: 10px;
  color: white;
  background: #3578b1;
}

  .btnSair:hover {
    background: rgba(0,0,0,0.1) !important;
    color: white;
  }


.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

.menu-itens > div {
  max-height: calc(100vh - 100px);
  margin-top: 25px;
  overflow-y: scroll;
}

  .menu-itens > div::-webkit-scrollbar {
    width: 4px;
  }

  .menu-itens > div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #024279;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  }

  .menu-itens > div::-webkit-scrollbar-track-piece {
    border-radius: 10px;
    background: #949fa9;
  }
