@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


.wrapper.frontend {
  max-width: 1200px;
}

@media only screen and (max-width: 768px){
  .mg-l-15{
    margin-left: -15px;
  }
}

@media only screen and (min-width: 768px){
  .pd-0{
    padding: 0;
  }

  .pd-r-0{
    padding-right: 0;
  }

  .pd-l-30{
    padding-left: calc(30px - 7.5px);
  }
}


div#texto_tela_protocolo {
  /* max-width: 700px;
  margin: 0 auto;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e4eaec; */
  text-align: initial;
}

.d-block {
  display: block;
}

.d-none {
  display: none!important;
}

.w100 {
  width: 100%;
}

.bci-btn-primary {
  background: #034da2;
  color: #ffffff;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.bci-btn-primary:hover {
  color: #ffffff;
}

.bci-btn-black {
  background: #333333;
  color: #ffffff;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.bci-btn-black:hover {
  color: #ffffff;
}

.bci-btn-blue {
  background: #034DA2;
  color: #ffffff;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 0;
  font-size: 19px;
}
.bci-btn-blue {
  text-decoration: none;
  color: #ffffff !important;
}

.bci-btn-outline {
  background: #ffffff;
  border-color: #333333;
  color: #333333;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.bci-btn-outline-blue {
  background: #ffffff;
  border-color: #034DA2;
  color: #034DA2;
  margin-right: 5px;
  font-size: 19px;
  border-radius: 0;
}

.bci-btn-outline-blue:hover,
.bci-btn-outline-blue:focus {
  background: #ffffff;
  border-color: #034DA2;
  color: #034DA2;
}

.bci-m-x1 {
  margin-left: 5px;
  margin-right: 5px;
}

.bci-m-l1 {
  margin-left: 5px;
}

.bci-m-r1 {
  margin-right: 5px;
}

.bci-m-y1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.bci-m-t1 {
  margin-top: 5px;
}

.bci-m-t20 {
  margin-top: 20px;
}

.bci-m-b1 {
  margin-bottom: 5px;
}

.btn.btn-small {
  padding: 2px 15px;
}

#documentacao_arquivos_table input, #documentacao_arquivos_table select {
  border-radius: 5px;
  border: 1px solid #ccc;
}

#documentacao_arquivos_table input[readonly="readonly"] {
  background: #ebebeb;
  color: #8d8d8d;
}

#documentacao_arquivos_table td {
  margin-right: 20px;
  display: inline-block;
}

div#btn_actions {
  display: inline-block;
  border: 1px solid #5d9cec;
  padding: 4px 10px;
  border-radius: 6px;
  line-height: unset;
  vertical-align: super;
  margin-left: 15px;
}

div#btn_actions a {
  margin-right: 10px;
}

div#btn_actions a:last-child {
  margin-right: 0;
}

.datatable_input_col_search,
.datatable_select_col_search {
  width: 100% !important;
}

.btn-arquivos {
  border: 1px solid #5d9cec;
  border-radius: 5px;
  margin-top: 2px;
  font-size: 12px;
}
.wrapper.frontend .btn-arquivos {
  border: none;
  border-radius: 0;
  margin-top: 2px;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #D9120D;
  font-weight: bold;
  margin-left: auto;
  position: relative;
  top: 7px;
}
.wrapper.frontend .btn-arquivos:hover,
.wrapper.frontend .btn-arquivos:focus {
  text-decoration: none;
}
.wrapper.frontend .btn-arquivos .fa {
  padding-left: 5px;
  color: #D9120D;
}

input.error,
textarea.error,
select.error {
  border-color: #f05050;
}

span.error {
  color: #f05050;
}

.login-heading {
  background-color: #23b7e5;
  color: #fff;
  width: 100%;
  height: 90px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 0;
  margin-top: 5px;
}

.imagem-center {
  padding: 2%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

.imagem-center-nowidth {
  padding: 20px;
  margin: 0 auto;
  padding-bottom: 0;
}

.btnTbl {
  padding: 4px;
}

.td-options {
  width: 100px;
  text-align: center;
}

.sweet-alert h2 {
  font-size: 22px !important;
  margin: 15px 0px 0px 0px !important;
}

.sweet-alert button {
  margin: 10px 5px 0 5px !important;
  padding: 5px 32px !important;
}

.sweet-alert fieldset {
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
}

.sweet-alert input {
  height: 36px !important;
  font-size: 15px !important;
}

.sweet-alert .sa-input-error {
  top: 20px !important;
  right: 10px !important;
}

.loading-input {
  background-color: #ffffff;
  background-image: url("../images/loading.gif");
  background-size: 23px 23px;
  background-position: right center;
  background-repeat: no-repeat;
}

.bootstrap-select .glyphicon {
  font-family: 'Glyphicons Halflings';
}

@media screen and (max-width: 768px) {
  .text-url {
    font-size: 70%;
  }
}


/* Altera��es Vanzolini */
body {
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
  background: url(../images/page_bg_blur02.jpg) no-repeat fixed 0 0;
  background-size: cover;
}

.wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-top: 4px solid #354C6C;
}

.topnavbar {
  background-color: #fff;
  background-image: none;
}

.topnavbar .navbar-nav>li>a,
.topnavbar .navbar-nav>.open>a {
  color: #23b7e5;
  /*display: block !important;*/
  float: left;
}

@media only screen and (min-width: 992px) {
  #relatorio-quadro .row-flex {
    display: flex;
    flex-wrap: wrap;
  }
}

#relatorio-quadro .row-flex .col-equal{
  margin-bottom: 20px;
}

#relatorio-quadro .panel {
  height: 100%;
  display: block;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {

  .topnavbar .navbar-nav>li>a,
  .topnavbar .navbar-nav>.open>a {
    color: #23b7e5;
  }
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 45px;
    padding-bottom: 17px;
  }
}

.topnavbar .navbar-header {
  height: 100px;
  width: 361px;
  background-image: none;
  float: left;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .topnavbar .navbar-header {
    width: 100%;
  }
}

.topnavbar .navbar-header .brand-logo {
  max-height: 90px;
}

@media only screen and (min-width: 480px) and (max-width: 732px) {
  .nav-wrapper {
    margin-top: 23px;
  }
}

.wrapper>.aside {
  top: 48px;
}

@media only screen and (min-width: 520px) and (max-width: 568px) {
  .wrapper>.aside {
    top: 0px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 732px) {
  .sidebar-toggle {
    top: 30px;
    right: 180px;
  }
}

@media only screen and (min-width: 520px) and (max-width: 568px) {
  .sidebar-toggle {
    top: 30px;
    right: 135px;
  }
}

@media only screen and (max-width: 480px) {
  .sidebar-toggle {
    top: 107px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-toggle>em {
    color: #23b7e5;
  }
}

@media (max-width: 320px) {
  .brand-logo img {
    width: 95%;
  }
}

.brand-logo-collapsed {
  margin-top: 30px;
}

.login-heading {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .aside-collapsed .topnavbar .navbar-header {
    width: 213px;
  }
}

.btn-inativa-background {
  background-color: #ff2424
}

.btn-ativa-background {
  background-color: #3498db;
}

.node-inactive {
  color: #ff2424 !important;
}

a.visible-xs.sidebar-toggle {
  width: 50px;
}

@media(max-width: 639px) {
  .panel-body {
      padding: 9px;
  }
  body {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .protoc_num {
    font-size: 20px !important;
  }
}
