﻿
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/*#region Components*/

.main-title {
  font-weight: bold;
  padding: 0 .5rem;
}

/*#endregion*/

/*#region Login Navbar*/

.input-login {
  padding: .3rem;
}

.label-login {
  margin-bottom: 0;
}

.field-login {
  display: inline-block;
  text-align: left;
}

.form-nav-login {
  text-align: right;
}

.btn-login {
  line-height: 1.2;
  margin-bottom: 0;
}

.logo-nav {
  text-align: right;
}

/*#endregion*/

/*#region Sections*/

#section-servicos {
  background-color: #F2F2F2;
  display: inline-block;
  padding: 0;
}

#section-calc {
  background-color: #288BE4;
  display: inline-block;
  padding: 0;
  overflow: unset;
  padding: 1rem;
  text-align: center;
}

.calc-title {
  color: white;
}

/*#endregion*/

/*#region Página: Cadastro Inicial */

.pergunta-cadastro-inicial {
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 1rem;
  text-align: center;
}

/*#endregion*/

/*#region Página: Serviços */

.incluido-publicacao {
  text-align: center;
  color: goldenrod;
  padding-left: 10px
}

/*#endregion*/

/*#region Even3 Theme*/
.btn-even {
  background-color: #288BE4;
  color: white;
  text-transform: uppercase;
}

.btn-dark-even {
  background-color: #091F2F;
  color: white;
}

.btn-outline-even {
  border: 1px solid #288BE4;
  color: #288BE4;
  text-transform: uppercase;
  background-color: none;
}

  .btn-outline-even:not(:disabled):not(.disabled).active,
  .btn-outline-even:not(:disabled):not(.disabled):active,
  .show > .btn-outline-even.dropdown-toggle {
    background-color: #288BE4;
    border-color: #288BE4;
  }

.btn-outline-dark-even {
  border: 1px solid #091F2F;
  color: #091F2F;
}

.btn-filtro {
  background: none;
  border: 1px solid #7f8fa4;
  color: #7f8fa4;
  font-size: .8rem;
  margin-bottom: .5rem;
}

  .btn-filtro:hover {
    background: #7f8fa4;
    color: white;
  }

.btn-filtro-ativo {
  background: #7f8fa4;
  color: white;
}

.badge-outline-even3 {
  background: none;
  border: 1px solid #288BE4;
  color: #288BE4;
  text-transform: uppercase;
  font-weight: 600;
  padding: .3rem;
}

.badge-outline-darkgray {
  background: none;
  border: 1px solid darkgray;
  color: darkgray;
  text-transform: uppercase;
  font-weight: 600;
  padding: .3rem;
}

.modal-header {
  background: #288BE4;
}

  .modal-header h5,
  .modal-header span {
    color: white;
  }

.btn-pendencia {
  font-size: .9rem;
  padding: .2rem .5rem;
}

.div-pendencia {
  margin-top: 1rem;
  color: gray;
  padding-left: .5rem;
}

.link-externo {
  color: #7f8fa4;
  text-decoration: none;
  display: inline-block;
}

  .link-externo:hover {
    color: dodgerblue;
    text-decoration: none;
  }

/*#endregion*/

/*#region Defaults*/

.pad-top-1 {
  padding-top: 1rem;
}

.pad-top-2 {
  padding-top: 2rem;
}

.upper {
  text-transform: uppercase;
}

.line-height-adjust-2-3 {
  line-height: 2rem;
}

.align-buttons {
  text-align: right;
}

/*#endregion*/

/*#region Switch*/

.outerDivFull {
  margin: 50px;
}

.switchToggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  max-width: 50px;
  height: 25px;
  background: #d1d1d1;
  display: block;
  border-radius: 100px;
  position: relative;
}

  .switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
  }

.switchToggle input:checked + label, .switchToggle input:checked + input + label {
  background: #39b54a;
}

.switchToggle input + label:before, .switchToggle input + input + label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 35px;
  width: 21px;
  height: 21px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  width: 21px;
  height: 21px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.switchToggle label:active:after {
  width: 60px;
}

.toggle-switchArea {
  margin: 10px 0 10px 0;
}

/*#endregion*/

/*#region Custom CSS*/

.select2-container--default .select2-selection--single {
  background: #fff !important;
  border: 1px solid #dfe3e9 !important;
  font-weight: 400 !important;
}

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #354052 !important;
  }

.btn-acoes-pessoas {
  width: 35px;
  height: 35px;
  padding: .3rem;
}

.btn-modal {
  font-size: .8rem;
  text-transform: uppercase;
  padding: .5rem 2rem;
}

.swal-footer {
  text-align: center;
}

.dropdown-toggle::after {
  display: none;
}

.c-table__cell {
  padding: .5rem 0 .5rem 2rem;
  font-weight: 400;
  white-space: normal;
}

.text-area-doi {
  background: #fafafa !important;
  font-size: .9rem;
  resize: none;
}

.card-side-content {
  padding: 1.3rem 1.8rem;
  border-bottom: 1px solid #eee;
}

/*#endregion*/

.jp-card-container {
  transform: scale(1) !important;
  margin-bottom: 1rem !important;
}

.subtitulo_pagina_online {
  font-size: 1rem;
  color: #7f8fa4;
  font-weight: 400;
}

a.subtitulo_pagina_online {
  text-transform: lowercase;
  text-decoration: none !important;
  text-decoration-color: dodgerblue !important;
}

@media only screen and (max-width: 500px) {
  .baixar-documento {
    text-align: center !important;
  }
}

@media only screen and (max-width: 1000px) {
  .tab-title {
    display: none;
  }

  .tab-icon {
    width: 100%;
  }
}

.img-circle {
  border-radius: 5rem;
  border: 4px solid #ddd;
  width: 140px;
  height: 140px;
  min-height: 140px;
  min-width: 140px;
}

.img-circle-link {
  font-weight: 500;
  background: rgba(0,0,0,0.5);
  padding-top: 50%;
  cursor: pointer !important;
  color: white !important;
  display: none;
  position: absolute;
  top: 1rem;
  border-radius: 5rem;
  border: 4px solid #ddd;
  width: 140px;
  height: 140px;
  min-height: 140px;
  min-width: 140px;
}

.no-break-line {
  white-space: nowrap;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
  background-color: #39B54A;
}

input:focus + .slider {
  box-shadow: 0 0 1px #39B54A;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

  .slider.round:before {
    border-radius: 40%;
  }
