body {
  width: 100%;
  /*padding-top: 50px;*/
  font-family: 'Montserrat', sans-serif;
}
#toggle-exportar .toogle-geral {
  width: 100% !important;
  right: 0;
}
#toggle-exportar > .toogle-geral > ul > li > a{
  cursor: pointer;
  top: 0;
}
.grafico {
  cursor: pointer;
}
.content-grafico > img {
  cursor: pointer;
}
.border {
  border: 1px solid #0E9EB9;
  border-radius: 6px;
}
.link-grafico {
  position: absolute;
  width: 200px;
  border: 1px solid #ccc;
  z-index: 999; right: 0; background: white;
  display: none;
}
.link-grafico > ul {
  padding: 0;
  margin: 0;
}
.link-grafico li {
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
  list-style: none;

}
.link-grafico li > a{
  cursor: pointer;
}
.link-grafico li:last-child {
  border-bottom: none;

}
.justify-right {
  position: absolute;
  right: 1.5rem;
  top: 1rem;

}
.justify-left {
  position: absolute;
  left: 1.5rem;
  top: 1rem;
}
.box-center {
  position: relative;
  margin: 0 auto;
  width: 200px;
}


.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #0189B7;
  border-color: #0189B7 transparent #0189B7 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


body, p, h1, h2, h3, h4, h5, h6, a, button, div, span, small, input, select, textarea{
  font-family: 'Montserrat', sans-serif;
}

.backgound-hotsite{
  width: 100%;
  height: 100vh;
  padding: 80px 0;
  color: white;
  background: url('../images/BG.png') no-repeat bottom center scroll;
  background-position: 30% 45%;
  background-size: 100% 100%;
}
*:focus {
  outline: none !important;
}
.sidebar::-webkit-scrollbar{ width:8px; height: 6px; background:rgba(0, 0, 0, 0.1); }
.sidebar::-webkit-scrollbar-track{ background: rgba(0,0,0,0.1); }
.sidebar::-webkit-scrollbar-thumb{ border-radius:10px; background:rgba(100, 100, 100, 0.7); }
.panel-login{
  margin-top: 7.5vw;
}
.dropdown-menu{
  z-index: 1000000 !important;
}
.botao-adicionar, .botao-adicionar:hover{
  padding: 15px;
  margin-top: 30px;
  background: #5871ca !important;
  border-color: rgb(97, 90, 184);
  border-radius: 30px;
  color: #fff !important;
}
.botao-remover{
  margin-top: 30px;
}
.right{
  float: right;
}
.bootstrap-select > .btn {
  width: 101% !important;
  padding-right: 25px;
  height: 50px!important;
  margin-top: -1px;
  margin-left: -1px !important;
}
.bootstrap-select > .btn {
 display: block;
 width: 100% !important;
 height: 38px !important;
 padding: 5px 15px;
 font-size: 14px;
 line-height: 1.42857143 !important;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #cccccca8;
 /* border-radius: 35px !important; */
 -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;
}
.bootstrap-select .dropdown-toggle .filter-option{
  margin-right: 0 !important;
}
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar{ width:8px; height: 6px; background:rgba(0, 0, 0, 0.1); }
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track{ background: rgba(0,0,0,0.1); }
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb{ border-radius:10px; background:rgba(100, 100, 100, 0.7); }
.bootstrap-select .dropdown-menu .inner ul li a{
  display: flex;
  align-items: center;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  /* padding-top: 8px; */
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
  background: #ddd;
  border-radius: 30px;
}
#form-login img{
  /* width:50%;
  height: 25%; */
  max-height: 140px;
}
#form-login{
  align-items: center;
}
.login{
  display: flex;
  justify-content: center;
}
.input-login{
  display: block;
  width: 60%;
  height: 37px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccca8;
  border-radius: 35px !important; 
  /*-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;
}
.texto-recuperar{
  color: #778087;
}
.texto-recuperar a{
  color: #778087;
  font-weight: 700;
  text-decoration: underline;
}
.img-menu{
  max-width: 80px;
  /* margin-top: 30%; */
  /* margin-left: 22.5%; */
}
.img-login{
  /* width: 18% !important; */
  height: 15% !important;
}
/*
* Global add-ons
*/
.pull-right{
  float: right;
}
.navbar-inverse .navbar-nav>li>a{
  color: #616caa;
}
.navbar-inverse .navbar-nav>li>a:hover{
  opacity: 0.8;
  color: #616caa;
  transition: 1s;
}
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
  border: 0;
}

form h4 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1dccd4;
}
.file-upload-btn {
  width: 100%;
  height: 45px;
  border: 0;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
}

.file-upload-btn:hover {
 border: 0;
}
.panel-blue{
  background-color: #80d2c3 !important;
  border-radius: 5px;
  border-color: #8ac3ba !important;
}
.panel-blue>span>i{
  color: #fff !important;
}
.painel>i{
  color: #fff !important;
}
.panel-fff{
  background-color: #fff !important;
}
.nav>li>a>i{
  display: none;
  color: #fff !important;
}
.nav>li:hover>a>i {
  color: #fff !important;
}
.nav-sidebar> .active > a >i{
  color: #fff !important;
}
.file-upload-image {
  height: 193px;
  width: 95%;
  margin-top: 5.2%;
  margin-left: 4%;
  padding: 0.4vw;
}
.file-upload-image img{
  width: 100%;
  height: 100%;
}
.file-upload-content .file-upload-image:hover {
  -webkit-transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  -o-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
  -webkit-filter: blur(0px) !important;
  filter: blur(0px) !important;
  border-radius: 20px;
  cursor: pointer;
  transition: 1s;
}
.file-upload-content .file-upload-image:hover:before {
  transition: 1s;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "\f00e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  z-index: 999;
  font-size: 40px;
  position: absolute;
  top: 0%;
  left: 0%;
  vertical-align: middle;
  line-height: 5;
  text-align: center;
}


.inserir-tab{
  background: #e9fcff;border-color: #b8deff !important;color: #92c1c8 !important; font-size: 19pt !important;padding: 2px 13px !important;
  transition: 1s;
}
.inserir-tab:hover{
  background: #fff !important;
}
.file-upload {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0px 18px;
  max-width: 260px;
}
.selecione>.btn-group>.btn{
  border-radius: 30px !important;
}
.selecione>.btn-group>.dropdown-menu{
  z-index: 999 !important;
}
.file-upload-btn {
  width: 100%;
  height: 45px;
  margin: 0;
  color: #fff;
  background: #11cce5;
  border: none;
  margin-top: 6px;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #13afc0;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #12a0b4;
  color: #ffffff;
  border-bottom: 4px solid #0f7b8a;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1dccd4;
  position: relative;
  transition: 1s;
  height: 180px;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1dccd4;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 10px 0px 20px;
  color: #222;
}
.file-upload-content{
  overflow: hidden;
  max-width: 220px;
}
.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #1dccd4;
  padding: 80px 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.image-upload-wrap:hover h3 {
  color: #fff !important;
}

.remove-image {
  width: 105%;
  height:45px;
  margin: 0;
  margin-left: -5px;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 0.5vw;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 75%;
  word-break: break-all;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  -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;
}

.hidden{
  display: none !important;
}
.show{
  display: inline-block !important;
}
.modal-status{
  top: 250px;
}
.modal-texts{
  color:black;  
}
.btn-login{
  /*background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
  background: rgba(1,123,177,1);
  background: -moz-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,123,177,1)), color-stop(20%, rgba(1,123,177,1)), color-stop(64%, rgba(22,170,188,1)), color-stop(100%, rgba(22,170,188,1)));
  background: -webkit-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -o-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -ms-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017bb1', endColorstr='#16aabc', GradientType=1 );
  width: 60% !important;
  height: 45px;
  border-radius: 30px;
  color: #FFF;
  font-size: 18px;
  /*text-transform: uppercase;*/
  font-weight: 400;
}
.btn-login:hover{
  background: rgba(1,123,177,1);
  background: -moz-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,123,177,1)), color-stop(20%, rgba(1,123,177,1)), color-stop(64%, rgba(22,170,188,1)), color-stop(100%, rgba(22,170,188,1)));
  background: -webkit-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -o-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -ms-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017bb1', endColorstr='#16aabc', GradientType=1 );
  color: #fff;
}
.btn-success {
  color: #25baf4;
  background-color: #fff !important;
  border-color: #25baf4 !important;
  border-radius: 30px;
  height: 36px;
  transition: 1s;
  font-weight: 600;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: 600;
}
/*
* Sidebar
*/
button.selectpicker{
  border-radius: 30px !important;
}
.navbar-inverse .navbar-nav>.active>a{
  background-color: #343569 !important;
}
form label{
  margin-top: 10px;
}
form .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  /*background-image: none;*/
  border: 1px solid #cccccca8;
  border-radius: 35px !important; 
  -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;
}

form .form-control.mensagem {
  display: block;
  width: 100%;
  height: 100px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccca8;
  border-radius: 10px !important;
  -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;
}


.btn-success:hover {
  background-color: #01cde9 !important;
  border-color: #01cdc0 !important;
}
.btn-info {
  color: #25baf4;
  background-color: #fff !important;
  border-color: #25baf4 !important;
  /*text-transform: uppercase;*/
  border-radius: 30px;
  transition: 1s;
  font-weight: 600;
}
.btn-info:hover {
  background-color: #25baf4 !important;
  border-color: #25baf4 !important;
}
.btn-info:focus{
  background-color: #25baf4 !important;
  border-color: #25baf4 !important;
}
.btn-xs{
 padding: 5px 10px !important;
}
.btn-limpa{
  width: 170px !important;
}
@media(max-width: 991px){
  .btn-margin{
    margin-top: 10px;
  }
}
@media(min-width: 992px) and (max-width: 1200px){
  .btn-top{
    margin-top: 10px;
  }
}
@media(min-height: 850px){
  .sem-borda{
    height: 100%;
  }
}
.btn-danger{
  color: #fff;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
  border-radius: 30px;
  padding: 3px 20px;
  transition: 1s;
  height: 36px;
  margin-left: 15px !important;
}
.btn-danger:hover{
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
.flRight{
  display: block;
  float: right;
}
.pago-marg{
  margin-right: 20px;
}
.mod_hidden{
  display: none !important;
}
/* Hide for mobile, show later */
.sidebar {
  display: none;
}
a .btn-block {
  display: block;
  width: 50px;
  height: 48px;
  margin: 2px auto;
  padding: 0px !important;
  font-size: 15px;
  background-color: #25baf4;
  border-color: #25baf4;
  color: #fff;
  border-radius: 30px
}
@media (min-width: 768px) {
  .navbar-escondido{
    display: none !important;
  }
  .sidebar {
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding: 0 20px;
    overflow-x: hidden;
    color: #fff;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.16);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.16);
  }

  .sidebar a{
    text-align: center;
    border-bottom: 1px #e4e4e4 solid;
    color: #000;
  }
  .sidebar a:hover, .sidebar a.active, .sidebar a:active, .sidebar a:focus{
    transition: 1s;
    background-color: #65c7bf9e !important;
    opacity: 0.95;
  }
}

a.link-cliente{
  border: none !important;
}

a.link-cliente:hover {
  transition: 1s;
  background-color: #fff !important;
  opacity: 1;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
* Main content
*/
.centralizar{
  display:flex;
  justify-content:center;
  align-items: center;
}
.main {
  padding: 5 0px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media(max-width: 992px){
  a .btn-block{
    margin-bottom: 10px;
  }
  .bottom{
    margin-bottom: 10px;
  }
}
.main .page-header {
  margin-top: 0;
}

.page-header{
  padding-bottom: 0px;
  margin: px 0px 10px 0px;
  border: none !important;
  color: #464646;
  font-weight: bold;
  
}
h1 {
  font-size: 24px !important;
}

.card-painel{
 background: rgba(1,123,177,1);
 background: -moz-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,123,177,1)), color-stop(20%, rgba(1,123,177,1)), color-stop(64%, rgba(22,170,188,1)), color-stop(100%, rgba(22,170,188,1)));
 background: -webkit-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
 background: -o-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
 background: -ms-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
 background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017bb1', endColorstr='#16aabc', GradientType=1 );
 border: 1px solid #ccc;
 min-height: 110px;
 color: #fff;
}
.boxhome {
  padding-top: 10px;
}
.card-painel p{
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

/*
* Placeholder dashboard ideas
*/

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
.navbar-brand img {
  max-height: 40px;
  margin-top: -10px;;
}
/* .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  background-color: #fff !important;
  } */
  .navbar-inverse {
    background-color: #fff !important;
    border-bottom:3px solid #616CAA; 
  }
  .navbar-brand img{
    max-width: 100%;
    margin-top: -10px;
  }
  .tool {
    position : relative;
    text-align: center
  }

  .menus i{
    margin-right: 10px;
    width: 13px;
  }

  .tool::before, .tool::after {
    position : absolute;
    left : 50%;
    opacity : 0;
    z-index: 1000000000;
  }

  .tool:hover::before, .tool:focus::before, .tool:hover::after, .tool:focus::after {
    opacity : 1;
    z-index: 1000000000;
    font-size: 11px;
    text-transform: uppercase;
  }

  .tool::before {
    border-style : solid;
    border-width : 1em .75em 0 .75em;
    border-color : rgba(62, 71, 79, 0.8) transparent transparent transparent;
    bottom : 100%;
    margin-left : -.5em;
    content : " ";
  }

  .tool::after {
    background: rgba(62, 71, 79, 0.8);
    border-radius : 20px;
    bottom : 125%;
    color : white;
    min-width : 14em;
    padding: 3px;
    margin-left : -11em;
    content : attr(data-tip);
  }
  .form-busca  .col-md-4,
  .form-busca .col-md-3 {
    margin-bottom: 10px ;
  }
  .form-busca2  .col-md-2{
    margin-bottom: 20px;
  }
  .form-adicionar  .col-md-4 {
    margin-bottom: 10px ;
  }
  .center {
    text-align: center;
  }

  .stepper-before {
    color:#16aabc !important
  }

  .stepper {
    padding: 4px;
    width: 20px;
    cursor: pointer;
    border-radius: 0px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 12px;
    display: inline-block;
    font-weight: lighter !important;
    color:#16aabc !important
  }

  .stepper-active {
    background-color: #017bb1;
    color: #fff !important;
    padding: 4px;
    font-weight: 500;
    font-size: 12px
  }

  .stepper:hover {
    background-color: #80d2c3;
    color: #fff
  }

  span.stepper-next {
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    color:#16aabc !important
  }
  .valid {
    border: 1px solid green;
  }

  .filtroativo {
    background-color: #d9edf7;
  }

  a {
    color: #000000;
  }
  .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
    background-color: #fff;  
    color: #000 !important;
    border-left: 8px solid #8ec7be;
    transition: 0.5s ease;
  }
  .lista-recusados_col_0{
    width: 15% !important;
  }
  .lista-recusados_col_1{
    width: 15% !important;
  }
  .btn-info {
    background-color: #616caa;
    border-color: #616caa;
  }
  .rodape {
    background-color: #616caa;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    padding: 20px 10px 10px 10px;
    position: relative;
    bottom: 0px;
    z-index: 1000;
    margin: 0 auto;
  }
  .main {
    min-height: 550px;
    padding-top: 110px;
  }
  .recovery {
    cursor:hand !important;
    cursor: pointer;
  }
  .buttons{
    margin-bottom: 10px;
  }
  @media(max-width:552px){
    .navbar-brand img {
      margin-top: 3vw;
      margin-left: 2vw;
    }
  }
  @media(min-width: 552px) and (max-width: 767px){
    .navbar-brand img{
      margin-top: 2vw;
      margin-left: 2vw;
    }
  }
  @media(max-width:767px){
    .navbar-inverse .navbar-brand{
      padding: 0 !important;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar {
      background-color: #4edfdf;
    }
    .navbar-inverse .navbar-toggle {
      background-color: #fff;
      border: 1px solid #141774;

    }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #1e207a;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
      background-color: #fff;
      border-color: #48cafc;
    }
  }
  .invalid {
    border: 1px dashed red !important;
    background-color: rgba(255, 0, 0, 0.04) !important;
  }

  /*-----------------DROPZONE---------------*/

  .dropzone,
  .dropzone *,
  .dropzone-previews,
  .dropzone-previews * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dropzone {
    position: relative;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(0,0,0,0.02);
    padding: 1em;
  }
  .dropzone.dz-clickable {
    cursor: pointer;
  }
  .dropzone.dz-clickable .dz-message,
  .dropzone.dz-clickable .dz-message span {
    cursor: pointer;
  }
  .dropzone.dz-clickable * {
    cursor: default;
  }
  .dropzone .dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .dropzone.dz-drag-hover {
    border-color: rgba(0,0,0,0.15);
    background: rgba(0,0,0,0.04);
  }
  .dropzone.dz-started .dz-message {
    display: none;
  }
  .dropzone .dz-preview,
  .dropzone-previews .dz-preview {
    background: rgba(255,255,255,0.8);
    position: relative;
    display: inline-block;
    margin: 17px;
    vertical-align: top;
    border: 1px solid #acacac;
    padding: 6px 6px 6px 6px;
  }
  .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
  .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none;
  }
  .dropzone .dz-preview .dz-details,
  .dropzone-previews .dz-preview .dz-details {
    width: 100px;
    height: 40px;
    position: relative;
    padding: 5px;
  }
  .dropzone .dz-preview .dz-details .dz-filename,
  .dropzone-previews .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    height: 100%;
  }
  .dropzone .dz-preview .dz-details img,
  .dropzone-previews .dz-preview .dz-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 40px;
  }
  .dropzone .dz-preview .dz-details .dz-size,
  .dropzone-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -28px;
    left: 3px;
    height: 28px;
    line-height: 28px;
  }
  .dropzone .dz-preview.dz-error .dz-error-mark,
  .dropzone-previews .dz-preview.dz-error .dz-error-mark {
    display: block;
  }
  .dropzone .dz-preview.dz-success .dz-success-mark,
  .dropzone-previews .dz-preview.dz-success .dz-success-mark {
    display: block;
  }
  .dropzone .dz-preview:hover .dz-details img,
  .dropzone-previews .dz-preview:hover .dz-details img {
    display: none;
  }
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark,
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -10px;
    top: -10px;
  }
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    color: #8cc657;
  }
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark {
    color: #ee162d;
  }
  .dropzone .dz-preview .dz-progress,
  .dropzone-previews .dz-preview .dz-progress {
    position: absolute;
    top: 100px;
    /*left: 6px;*/
    right: 6px;
    height: 6px;
    background: #d7d7d7;
    display: none;
  }
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: #8cc657;
  }
  .dropzone .dz-preview.dz-processing .dz-progress,
  .dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block;
  }
  .dropzone .dz-preview .dz-error-message,
  .dropzone-previews .dz-preview .dz-error-message {
    display: none;
    position: absolute;
    top: -5px;
    left: -20px;
    background: rgba(245,245,245,0.8);
    padding: 8px 10px;
    color: #800;
    min-width: 140px;
    max-width: 500px;
    z-index: 500;
  }
  .dropzone .dz-preview:hover.dz-error .dz-error-message,
  .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    display: block;
  }
  .dropzone {
    border: 1px solid rgba(0,0,0,0.03);
    min-height: 250px;
    /*max-height: 500px;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.03);
    padding: 23px;
    border: 2px dashed #5778bb;
  }
  .dropzone .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 428px;
    height: 123px;
    margin-left: -214px;
    margin-top: -10px;
    top: 50%;
    left: 50%;
  }
  @media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-default.dz-message {
      -webkit-background-size: 428px 406px;
      -moz-background-size: 428px 406px;
      background-size: 428px 406px;
    }
  }
  .dropzone .dz-default.dz-message span {
    display: block;
    color: #000;
  }
  .dropzone .dz-default.dz-message span img{
    margin-right: 10px;
  }
  .dropzone.dz-square .dz-default.dz-message {
    background-position: 0 -123px;
    width: 268px;
    margin-left: -134px;
    height: 174px;
    margin-top: -87px;
  }
  .dropzone.dz-drag-hover .dz-message {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
  }
  .dropzone.dz-started .dz-message {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .dropzone .dz-preview,
  .dropzone-previews .dz-preview {
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
    font-size: 14px;
  }
  .dropzone .dz-preview.dz-image-preview:hover .dz-details img,
  .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
    display: none;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  .dropzone .dz-preview.dz-success .dz-success-mark,
  .dropzone-previews .dz-preview.dz-success .dz-success-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .dropzone .dz-preview.dz-error .dz-error-mark,
  .dropzone-previews .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .dropzone .dz-preview.dz-error .dz-progress .dz-upload,
  .dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
    background: #ee1e2d;
  }
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    background-repeat: no-repeat;
  }
  @media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-preview .dz-error-mark,
    .dropzone-previews .dz-preview .dz-error-mark,
    .dropzone .dz-preview .dz-success-mark,
    .dropzone-previews .dz-preview .dz-success-mark {
      -webkit-background-size: 428px 406px;
      -moz-background-size: 428px 406px;
      background-size: 428px 406px;
    }
  }
  .dropzone .dz-preview .dz-error-mark span,
  .dropzone-previews .dz-preview .dz-error-mark span,
  .dropzone .dz-preview .dz-success-mark span,
  .dropzone-previews .dz-preview .dz-success-mark span {
    display: none;
  }
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark {
    background-position: -268px -123px;
  }
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-position: -268px -163px;
  }
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    -webkit-animation: loading 0.4s linear infinite;
    -moz-animation: loading 0.4s linear infinite;
    -o-animation: loading 0.4s linear infinite;
    -ms-animation: loading 0.4s linear infinite;
    animation: loading 0.4s linear infinite;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: 0px -400px;
  }
  @media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-preview .dz-progress .dz-upload,
    .dropzone-previews .dz-preview .dz-progress .dz-upload {
      -webkit-background-size: 428px 406px;
      -moz-background-size: 428px 406px;
      background-size: 428px 406px;
    }
  }
  .dropzone .dz-preview.dz-success .dz-progress,
  .dropzone-previews .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .dropzone .dz-preview .dz-error-message,
  .dropzone-previews .dz-preview .dz-error-message {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .dropzone .dz-preview:hover.dz-error .dz-error-message,
  .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .dropzone a.dz-remove,
  .dropzone-previews a.dz-remove {
    background-image: -webkit-linear-gradient(top, #c7bfbf, #e0dfdf);
    background-image: -moz-linear-gradient(top, #c7bfbf, #e0dfdf);
    background-image: -o-linear-gradient(top, #c7bfbf, #e0dfdf);
    background-image: -ms-linear-gradient(top, #c7bfbf, #e0dfdf);
    background-image: linear-gradient(to bottom, #c7bfbf, #e0dfdf);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #eee;
    text-decoration: none;
    display: block;
    padding: 4px 5px;
    text-align: center;
    color: #666;
    margin-top: 5px;
  }
  .dropzone a.dz-remove:hover,
  .dropzone-previews a.dz-remove:hover {
    color: #000;
  }

  .drop-galeria .fallback{
    pointer-events: none;
  }
  .dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1, 1) !important;
    -moz-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
    -o-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
    -webkit-filter: blur(0px) !important;
    filter: blur(0px) !important;
    border-radius: 20px;
    cursor: pointer;
    transition: 1s;
  }
  .dropzone .dz-preview:hover:before {
    transition: 1s;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    z-index: 999;
    font-size: 40px;
    position: absolute;
    top: 0%;
    left: 0%;
    vertical-align: middle;
    line-height: 300%;
    text-align: center;
  }

  .popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out .2s;
    transition: opacity .5s ease-in-out .2s;
  }
  .popup.pop {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s;
  }
  .popup.pop figure {
    margin-top: 0;
    opacity: 1;
  }
  .popup figure {
    position: relative;
    top: 5%;
    left: 0;
    bottom: 5%;
    margin: 0 auto;
    width: 50vw;
    z-index: 9999;
    height: 90vh;
    opacity: 0;
  }
  .drop-galeria .dz-image{

    pointer-events:all !important;
    cursor: pointer !important;
  }
  .drop-galeria .dz-image:hover{
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .drop-galeria img:hover{
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .shadow{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: -1px 1px 15px #ccc;
    border-radius: 10px;
  }
  .popup  figure .close {
    position: absolute;
    z-index: 99;
    top: 5%;
    right: 5%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(#close);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .popup figure .close i{
    margin-left: 30%;
    margin-top: 20%;
  }
  .popup .close svg {
    width: 100%;
    height: 100%;
    padding: 7px;
    opacity: 0.9;
  }
  .trash{
    position: absolute;
    border: 0;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    line-height: 390%;
    height: 50px;
    background: #e22424ee;
    border-radius: 5px;
    box-shadow: -1px 1px 10px #666;
  }
  .trash i{
    font-size: 25px;
    color: #fff;
    text-align: center;
  }

  /**************************estilo da galeria************************/

  @-moz-keyframes loading {
    from {
      background-position: 0 -400px;
    }
    to {
      background-position: -7px -400px;
    }
  }
  @-webkit-keyframes loading {
    from {
      background-position: 0 -400px;
    }
    to {
      background-position: -7px -400px;
    }
  }
  @-o-keyframes loading {
    from {
      background-position: 0 -400px;
    }
    to {
      background-position: -7px -400px;
    }
  }
  @keyframes loading {
    from {
      background-position: 0 -400px;
    }
    to {
      background-position: -7px -400px;
    }
  }
  .fallback{
    pointer-events: none;
  }

  .bola{
    width: 30px;
    height: 30px;
    border-radius: 45px;
    padding: 15px;
  }
  .bola_verde{
    background-color: green;
  }
  .bola_vermelha{
    background-color: red;
  }
  .bola_amarela{
    background-color: yellow;
  }
  /*button {
    text-transform: uppercase !important;
    }*/
    ul.menu-topo li a img{
      height: 25px;
      width: 25px;
    }
    ul.menu-topo li a{
      padding: 10px;
      background-color: #0280a9;
      border-radius: 8px;
    }
    ul.menu-topo li a:hover{
      background-color: #00688b !important;
    }
    ul.menu-topo li{
      margin-right: 10px;
    }
    ul.menu-topo{
      margin-top: 25px;
      margin-right: 30px;
    }
    ul.menu-topo li.active a{
      background-color: #00688b !important;
    }
    .background-topo{
      background-image: url('../images/topo.png'); 
      height: 100px !important;
    }
    .titulo-border{
      width: 115%; 
      border-bottom: 1px #ececec solid; 
      margin-left: -12%; 
      margin-bottom: 8px;
    }
    p.page-header{
      margin-top: -18px !important;
      margin-bottom: 10px;
      color: #c1c1c1;
      font-weight: 400;
      font-size: 16px !important;
    }
    .tab-menu-active{
      background: rgba(1,123,177,1);
      background: -moz-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,123,177,1)), color-stop(20%, rgba(1,123,177,1)), color-stop(64%, rgba(22,170,188,1)), color-stop(100%, rgba(22,170,188,1)));
      background: -webkit-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
      background: -o-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
      background: -ms-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
      background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017bb1', endColorstr='#16aabc', GradientType=1 );
      color: #fff !important;
      border: none !important;
      padding: 9px 10px !important
    }  
    .tab-menu{
      padding: 8px 10px;
      border-radius: 5px;
      border: 1px #6d6e70 solid;
      color: #6d6e70;
    }
    .tab-menu p{
      margin: 0 auto;
      font-size: 16px;
      font-weight: 500;
    }
    .tab-menu-equipe-active{
      border: 2px solid transparent;
      -moz-border-image: -moz-linear-gradient(left, #017BB1 0%, #16AABC 100%);
      -webkit-border-image: -webkit-linear-gradient(left, #017BB1 0%, #16AABC 100%);
      border-image: linear-gradient(to right, #017BB1 0%, #16AABC 100%);
      border-image-slice: 1;
    }
    .tab-submenu{
      padding: 10px 10px;
      margin-bottom: 5px;
    }
    .painel-pesquisa{
      border: none;
      border-radius: 0 !important;
      margin-bottom: 5px !important;
    }
    .painel-pesquisa.perfis{
      margin-bottom: 0 !important;
    }
    .painel-pesquisa.equipes .panel-body{
      border: none !important;
    }
    .painel-pesquisa > .panel-heading,
    .painel-inserir > .panel-heading{
      background: rgba(1,123,177,1);
      background: -moz-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,123,177,1)), color-stop(20%, rgba(1,123,177,1)), color-stop(64%, rgba(22,170,188,1)), color-stop(100%, rgba(22,170,188,1)));
      background: -webkit-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
      background: -o-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
      background: -ms-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
      background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017bb1', endColorstr='#16aabc', GradientType=1 );
      display: flex;
      justify-content: space-between;
    }
    .painel-pesquisa .panel-heading h3,
    .painel-pesquisa .panel-heading a{
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
    }
    .panel-title {
      font-size: 14px !important;
    }
    .painel-inserir .panel-heading h3,
    .painel-inserir .panel-heading h3 span{
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
    }
    .painel-pesquisa .panel-body{
      border: 1px #cacaca solid;
    }
    .painel-pesquisa .borda-top-none{
      border-top: none;
    }
    .painel-pesquisa .atualizar-filtro{
      display: inline-flex; 
      align-items: center;
    }
    .painel-pesquisa .atualizar-filtro img{
      width: 25px;
      height: 30px;
    }
    .painel-pesquisa .atualizar-filtro p{
      font-size: 20px;
      margin-left: 15px;
      margin-top: 12px;
    }
    .painel-pesquisa .atualizar-filtro p span{
      color: #e8a504;
    }
    .painel-pesquisa .exportar-filtro{
      display:flex; 
      justify-content: flex-end;
    }
    .painel-pesquisa .exportar-filtro .select-exportar{
      color: #e8a504 !important;
    }
    .painel-pesquisa .exportar-filtro a img{
      margin-top: 7px;
    }
    .painel-pesquisa #form-busca button,
    .painel-pesquisa #form-busca select{
      height: 40px !important;
    }
    .painel-pesquisa #form-busca button{
      border: 1px rgb(109,185,242) solid;
      color: rgb(109,185,242) ;
    }
    .painel-pesquisa .input-pesquisar{
      display: flex;
      height: 40px; 
      border: 1px rgb(166,230,221) solid; 
      border-radius: 35px; 
      padding: 5px 15px;
      padding-right: 0;
    }
    .painel-pesquisa .input-pesquisar .input-img{
      position: relative;
      width: 43px;
      height: 40px;
      border-radius: 50%;
      padding: 5px 10px;
      background-color: #27c7b1;
      top: -6px;
      left: -16px;
    }
    .painel-pesquisa .input-pesquisar .input-img img{
      padding: 4px 0px;
    }
    .painel-pesquisa .input-pesquisar input{
      position: relative;
      width: 100%;
      height: 38px;
      top: -5px;
      left: -10px;
      box-shadow: 0 0 0 0;
      border: 0px;
      outline: 0;
    }
    .painel-pesquisa .input-pesquisar input::placeholder{
      color: rgb(166,230,221)  !important;
    }
    .painel-pesquisa .input-pesquisar input:-ms-input-placeholder{
      color: rgb(166,230,221)  !important;
    }
    .painel-pesquisa .input-pesquisar input::-ms-input-placeholder{
      color: rgb(166,230,221)  !important;
    } 
    .painel-pesquisa .select-buscar{
      border: 1px rgb(166,230,221)  solid;
      color: rgb(166,230,221) ;
      font-size: 14px; 
    }
    .painel-pesquisa .form-exportar .botoes-acoes{
      display: flex; 
      justify-content: flex-end;
    }
    .painel-pesquisa .form-exportar .botoes-acoes .botoes{
      display: flex; 
      justify-content: space-between;
    }
    .ver-equipe .botoes a img{
      width: 42px;
    }
    .painel-inserir .panel-footer button{
      padding: 0px 36px !important;
    }
    .painel-inserir .panel-body .adiciona-equipe,
    .painel-inserir .panel-body .adiciona-marca,
    .painel-inserir .panel-body .adiciona-loja,
    .painel-inserir .panel-body .adiciona-geral{
      margin-top: 40px;
      margin-left: -10px;
    }
    .painel-inserir .panel-body h4{
      font-weight: 700;
    }
    .painel-inserir .panel-body .adiciona-equipe a i,
    .painel-inserir .panel-body .adiciona-marca a i,
    .painel-inserir .panel-body .adiciona-loja a i,
    .painel-inserir .panel-body .adiciona-geral a i{
      font-size: 40px;
    }
    .painel-inserir .panel-body .adiciona-equipe a:hover,
    .painel-inserir .panel-body .adiciona-marca a:hover,
    .painel-inserir .panel-body .adiciona-loja a:hover,
    .painel-inserir .panel-body .adiciona-geral a:hover{
      color: #000 !important;
    }
    .painel-inserir .panel-body .adiciona-equipe a:focus,
    .painel-inserir .panel-body .adiciona-marca a:focus,
    .painel-inserir .panel-body .adiciona-loja a:focus,
    .painel-inserir .panel-body .adiciona-geral a:focus{
      color: #000 !important;
    }
    .checkbox-equipes,
    .checkbox-lojas{
      text-align: left;
    }
    .checkbox-equipes a.excluir-equipe,
    .checkbox-lojas a.excluir-loja,
    .checkbox-gerais a.excluir-geral{
      font-size: 28px;
      text-align: center;
    }
    .checkbox-equipes a.excluir-equipe:hover,
    .checkbox-equipes a.excluir-equipe:focus,
    .checkbox-lojas a.excluir-loja:hover,
    .checkbox-lojas a.excluir-loja:focus,
    .checkbox-gerais a.excluir-geral:hover,
    .checkbox-gerais a.excluir-geral:focus{
      color: #000;
      text-align: center;
    }
    .excluir-segmento,.excluir-loja,.excluir-equipe {
      width: 100%;
      display: inline-block;
    }
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
    }
    .select-exportar{
      background-image: url(../images/seta-cinza.png);
      background-repeat: no-repeat;
      background-position: 95%;
    }
    .select-buscar{
      background-image: url(../images/seta-azul.png);
      background-repeat: no-repeat;
      background-position: 95%;
    }
    table#funcionarios th,
    table#admins th,
    table.tabela-geral th{
      padding: 15px 5px;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      /* background-color: #027db2; */
      color: #fff;

    }
    table#funcionarios th p
    table#funcionarios th label,
    table#admins th p
    table#admins th label,
    table.tabela-geral th p
    table.tabela-geral th label{
      font-size: 22px;
      font-weight: 900;
    }
    table#funcionarios tr th p,
    table#admins tr th p,
    table.tabela-geral tr th p{
      margin: 0 0 5px !important;
    }
    table#funcionarios tr td,
    table#admins tr td,
    table.tabela-geral tr td{
      padding: 4px;
      line-height: 1.42857143;
      vertical-align: middle;
      border-top: 1px solid #ddd;
    }
    table#funcionarios tr td .table-funcionario,
    table#admins tr td .table-admin,
    table.tabela-geral tr td .table-geral{
      display: flex;
      justify-content: center;
      align-content: center;
    }
    table#funcionarios tr td .table-funcionario p,
    table#admins tr td .table-admin p,
    table.tabela-geral tr td .table-geral p{
      font-weight: 400;
    }
    table#funcionarios tr td .table-funcionario select,
    table#admins tr td .table-admin select,
    table.tabela-geral tr td .table-geral select{
      border-radius: 35px;
    }
    table#funcionarios tr td .checkbox-listagem label,
    table#admins tr td .checkbox-listagem label,
    table.tabela-geral tr td .checkbox-listagem label{
      margin-top: 0px;
    }
    table.tabela-geral tr td .table-geral img{
      width: 35px;
      height: auto;
    }  
    .switch__container {
      width: 60px;
    }
    .switch {
      visibility: hidden;
      position: absolute;
      margin-left: -9999px;
    }

    .switch + label {
      display: block;
      position: relative;
      cursor: pointer;
      outline: none;
      user-select: none;
    }

    .switch--shadow + label {
      padding: 2px;
      width: 60px;
      height: 20px;
      background-color: #dddddd;
      border-radius: 60px;
    }
    .switch--shadow + label:before,
    .switch--shadow + label:after {
      display: block;
      position: absolute;
      top: -3px;
      left: 1px;
      bottom: 4px;
      content: "";
    }
    .switch--shadow + label:before {
      right: 1px;
      top: 1px;
      height: 20px;
      border-radius: 60px;
      transition: background 0.4s;
    }
    .switch--shadow + label:after {
      width: 25px;
      height: 26px;
      background-color: #959595;
      border-radius: 100%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      transition: all 0.4s;
    }
    .switch--shadow:checked + label:before {
      background-color: #a5dcb4;
    }
    .switch--shadow:checked + label:after {
      transform: translateX(35px);
      background-color: #49b965;
    }
    .checkbox-perfis, .radio-perfis{
      border: 1px #ececec solid; 
      padding: 5px 0px 5px 9px;
    }
    #lista-equipes .checkbox-perfis{
      border: none;
    }
    #lista-equipes .equipe-acao{
      text-align: center;
    }
    .checkbox-perfis input[type=checkbox], 
    .radio-perfis input[type=radio]{
      display:none; /* Esconde os inputs */
    }
    .checkbox-perfis label, .radio-perfis label {
      cursor: pointer;
    }
    .checkbox-perfis input[type="checkbox"] + label:before,
    .radio-perfis input[type="radio"] + label:before {
      border: 1px solid #b9b9b9;
      background-color: #fff;
      content: "\00a0";
      display: inline-block;
      font: 16px/1em sans-serif;
      height: 18px;
      margin: 0 15px 0 0;
      padding:0;
      vertical-align: top;
      width: 18px;
      border-radius: 0px;
    }
    .checkbox-perfis input[type="checkbox"]:checked + label:before,
    .radio-perfis input[type="radio"]:checked + label:before {
      background: #fff;
      color: #000;
      content: "\2713";
      text-align: center;
    }
    .checkbox-perfis input[type="checkbox"]:checked + label:after,
    .radio-perfis input[type="radio"]:checked + label:after {
      font-weight: bold;
    }
    
    .checkbox-perfis a:hover{
      text-decoration: none;
    }
    .checkbox-perfis a:focus{
      text-decoration: none;
    }
    .flowtool-pager,
    .flowtool-pager-2{
     padding:10px 0px;
   }
   .flowtool-pager a,
   .flowtool-pager-2 a{
     display:inline;
     color:#16aabc;
   }
   .flowtool-pager a:hover,
   .flowtool-pager-2 a:hover{
    text-decoration: none;
  }
  .flowtool-pager a,
  .flowtool-pager-2 a{
   display:inline-block;
   color:#16aabc !important;
   font-size:13px;
   margin-left:8px;
   margin-right:8px;
   padding: 2px 8px;
   cursor: pointer;
 }
 .flowtool-pager a.jp-current,
 .flowtool-pager-2 a.jp-current{
   background-color: #017bb1 !important;
   color:#fff !important;
 }
 .flowtool-pager a.jp-current:hover,
 .flowtool-pager-2 a.jp-current:hover{
  cursor: pointer;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.perfis .modal-content,
.equipes .modal-content{
  border-radius: 0px;
}
.perfis .modal-content .modal-header,
.equipes .modal-content .modal-header{
  padding-bottom: 10px;
  line-height: 0;
  background: rgba(1,123,177,1);
  background: -moz-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,123,177,1)), color-stop(20%, rgba(1,123,177,1)), color-stop(64%, rgba(22,170,188,1)), color-stop(100%, rgba(22,170,188,1)));
  background: -webkit-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -o-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -ms-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017bb1', endColorstr='#16aabc', GradientType=1 );
}
.perfis .modal-content .modal-header h4,
.equipes .modal-content .modal-header h4{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700 !important;
  color: #fff;
}
.perfis .modal-body .perfil-nome{
  padding: 0 10px;
}
.perfis .modal-body .perfil-nome input{
  border-radius: 35px;
}
.perfis .modal-body .perfil-web .radio-perfis,
.perfis .modal-body .perfil-app .radio-perfis{
  padding: 7px 15px !important;
  border: none;
  border-bottom: 1px #2d1431 solid;
}
.perfis .modal-body .perfil-web .dropdown-web,
.perfis .modal-body .perfil-app .dropdown-app{
  display: none;
  width: 90%;
  margin-left: 5%;
}
.perfis .modal-body .perfil-web .dropdown-web .panel-heading,
.perfis .modal-body .perfil-web .dropdown-app .panel-heading{
  padding: 5px 10px;
}
.perfis .modal-body .perfil-web .dropdown-web .panel-body,
.perfis .modal-body .perfil-web .dropdown-app .panel-body{
  padding: 5px;
}
.perfis .modal-body .perfil-web .dropdown-web .checkbox-perfis,
.perfis .modal-body .perfil-app .dropdown-app .checkbox-perfis{
  border: none;
}
.perfis .modal-body .perfil-web .dropdown-web .checkbox-perfis label,
.perfis .modal-body .perfil-app .dropdown-app .checkbox-perfis label{
 display: flex;
}
.perfis .modal-body .perfil-web .dropdown-web .checkbox-perfis label h3,
.perfis .modal-body .perfil-app .dropdown-app .checkbox-perfis label h3{
  font-size: 14px !important;
}

.perfis .modal-body .perfil-web .dropdown-web-altera,
.perfis .modal-body .perfil-app .dropdown-app-altera{
  display: none;
  width: 90%;
  margin-left: 5%;
}
.perfis .modal-body .perfil-web .dropdown-web-altera .panel-heading,
.perfis .modal-body .perfil-web .dropdown-app-altera .panel-heading{
  padding: 5px 10px;
}
.perfis .modal-body .perfil-web .dropdown-web-altera .panel-body,
.perfis .modal-body .perfil-web .dropdown-app-altera .panel-body{
  padding: 5px;
}
.perfis .modal-body .perfil-web .dropdown-web-altera .checkbox-perfis,
.perfis .modal-body .perfil-app .dropdown-app-altera .checkbox-perfis{
  border: none;
}
.perfis .modal-body .perfil-web .dropdown-web-altera .checkbox-perfis label,
.perfis .modal-body .perfil-app .dropdown-app .checkbox-perfis label{
 display: flex;
}
.perfis .modal-body .perfil-web .dropdown-web-altera .checkbox-perfis label h3,
.perfis .modal-body .perfil-app .dropdown-app-altera .checkbox-perfis label h3{
  font-size: 14px !important;
}
.perfis .modal-footer,
.equipes .modal-footer{
  margin-top: 45px;
  padding: 15px;
  text-align: right;
  border-top: none;
  display: flex;
  justify-content: center;
}
.equipes-visualizar{
  margin-top: -20px !important;
}
.equipes .modal-body h3{
  font-weight: 500;
}
.equipes .modal-footer{
  margin-top: 0px !important;
}
.perfis .modal-footer button,
.equipes .modal-footer button{
  width: 40%;
  text-transform: none;
  font-size: 14px;
  /* padding: 10px 30px; */
  padding: 0;
}
#checkbox_0 {
  background-color: #FFF;;
}
.checkbox-listagem{
  display: inline-block !important;
  text-align: center !important;
  margin: auto;
  width:100%;
}
.checkbox-listagem  label{
  margin: 0px !important;
  padding: 0px !important;
  margin-left: 5px !important;
}
.checkbox-listagem.tabela-funcoes{
  display: flex;
  justify-content: center !important;
}
.checkbox-listagem input[type=checkbox],
.checkbox-listagem.tabela-funcoes input[type=checkbox]{
  display:none; /* Esconde os inputs */
}
.checkbox-listagem label,
.checkbox-listagem.tabela-funcoes label{
  cursor: pointer;
}
.checkbox-listagem input[type="checkbox"] + label:before{
  border: 1px solid #b9b9b9;
  background-color: #fff !important;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 18px;
  margin: 0 10px 0 5px;
  padding:0;
  vertical-align: top;
  width: 18px;
  border-radius: 0px;
}
.checkbox-listagem.tabela-funcoes input[type="checkbox"] + label:before{
  border: 1px solid #b9b9b9;
  background-color: transparent;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 18px;
  margin: 0 10px 0 5px;
  padding:0;
  vertical-align: top;
  width: 18px;
  border-radius: 0px;
}
.checkbox-listagem input[type="checkbox"]:checked + label:before,
.checkbox-listagem.tabela-funcoes input[type="checkbox"]:checked + label:before{
  background: #fff;
  color: #000;
  content: "\2713";
  text-align: center;
}
.checkbox-listagem input[type="checkbox"]:checked + label:after,
.checkbox-listagem.tabela-funcoes input[type="checkbox"]:checked + label:after{
  font-weight: bold;
}


@media(max-width: 767px){
  .menu-topo{
    display: flex;
    justify-content: center;
    margin-top: 5px !important;
    /*margin-right: 0px !important;*/
  }
  #button-collapse{
    z-index: 999;
    background: #FFF;
  }
  #button-collapse span{
    background-color: #0280a9;
  }
  .background-topo{
    height: 60px !important;
  }
  #navbar{
    background-color: #FFF;
  }
}
@media(max-width: 500px){
  .main {
    padding: 1px;
  }
}

.panel-heading-segunda{
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}


.painel-pesquisa-segunda > .panel-heading-segunda,
.painel-inserir > .panel-heading-segunda{
  display: flex;
  justify-content: space-between;
}
.painel-pesquisa-segunda .panel-heading-segunda h3,
.painel-pesquisa-segunda .panel-heading-segunda a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
.painel-inserir .panel-heading-segunda h3,
.painel-inserir .panel-heading-segunda h3 span{
  color: #fff;
  font-weight: 900;
}

.input-filtro input{
  position: relative;
  width: 100%;
  height: 38px;
  top: -5px;
  /* left: -10px; */
  padding-left: 17px;
  box-shadow: 0 0 0 0;
  border: 1px #cacaca solid;
  border-radius: 30px;
  outline: 0;
}
.input-filtro input::placeholder{
  color: #cacaca !important;
}
.input-filtro input:-ms-input-placeholder{
  color: #cacaca !important;
}
.input-filtro input::-ms-input-placeholder{
  color: #cacaca !important;
} 

.input-filtro select{
  position: relative;
  width: 100%;
  height: 38px;
  top: -5px;
  /* left: -10px; */
  box-shadow: 0 0 0 0;
  border: 1px #cacaca solid !important;
  border-radius: 30px;
  outline: 0;
  color: #cacaca !important;

  background-image: url(../images/seta-cinza.png);
  background-repeat: no-repeat;
  background-position: 95%;

}
.input-filtro-verde select{
  position: relative;
  width: 100%;
  height: 38px;
  top: -5px;
  /* left: -10px; */
  box-shadow: 0 0 0 0;
  border: 1px rgb(166,185,242) solid !important;
  border-radius: 30px;
  outline: 0;
  color: rgb(166,185,242) !important;

  background-image: url(../images/seta-azul.png);
  background-repeat: no-repeat;
  background-position: 95%;
}

.input-filtro button{
  position: relative;
  width: 100%;
  height: 38px;
  top: -5px;
  color: #25baf4;
  /* left: -10px; */
  /*padding-left: 17px;*/
  box-shadow: 0 0 0 0;
  border: 1px #25baf4 solid;
  border-radius: 30px;
  outline: 0;
  text-transform: none!important;
}

.input-filtro a{
  position: relative;
  width: 100%;
  height: 38px;
  top: -5px;
  color: #25baf4;
  /* left: -10px; */
  padding-left: 17px;
  box-shadow: 0 0 0 0;
  /*border: 1px #25baf4 solid;*/
  /*border-radius: 30px;*/
  outline: 0;
  text-transform: none!important;
}


.panel-busqueda select{
  position: relative;
  width: 100%;
  height: 38px;
  top: -5px;
  /* left: -10px; */
  box-shadow: 0 0 0 0;
  border: 1px #cacaca solid !important;
  border-radius: 30px;
  outline: 0;
  color: #e7a400 !important;

  background-image: url(../images/seta-cinza.png);
  background-repeat: no-repeat;
  background-position: 95%;
}

.panel-busqueda span{
  color: #e7a400 !important;
}

.panel-heading-terca{
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}


.painel-pesquisa-terca > .panel-heading-terca,
.painel-inserir > .panel-heading-terca{
  display: flex;
  justify-content: space-between;
}
.painel-pesquisa-terca .panel-heading-terca h3,
.painel-pesquisa-terca .panel-heading-terca a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
.painel-inserir .panel-heading-terca h3,
.painel-inserir .panel-heading-terca h3 span{
  color: #fff;
  font-weight: 900;
}

.panel-busqueda-terca button{
  position: relative;
  width: 100%;
  height: 38px;
  top: 1px;
  color: #25baf4;
  /* left: -10px; */
  padding-left: 17px;
  box-shadow: 0 0 0 0;
  border: 1px #25baf4 solid;
  border-radius: 30px;
  outline: 0;
  text-transform: none!important;
}
.panel-busqueda-terca select{
  border: 1px rgb(166,185,242) solid;
  color: rgb(166,185,242);
  font-weight: bold;
  font-size: 14px;
  border-radius: 35px !important;
  background-image: url(../images/seta-azul.png);
  background-repeat: no-repeat;
  background-position: 95%;
  height: 40px !important;
}
.panel-busqueda-terca input{
  border: 1px rgb(166,185,242) solid;
  color: rgb(166,185,242);
  font-weight: bold;
  font-size: 14px;
  border-radius: 35px !important;
  background-image: url(../images/seta-azul.png);
  background-repeat: no-repeat;
  background-position: 95%;
  height: 40px !important;
}
/* 
*/
.painel-pesquisa .input-busqueda-verde{
  display: flex;
  height: 40px; 
  border: 1px rgb(166,185,242) solid; 
  border-radius: 35px; 
  padding: 5px 15px;
  padding-right: 0;
}
.painel-pesquisa .input-busqueda-verde .input-img{
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 5px 10px;
  background-color: #27c7b1;
  top: -8px;
  left: -18px;
}
.painel-pesquisa .input-busqueda-verde .input-img img{
  padding: 5px 1px;
}
.painel-pesquisa .input-busqueda-verde input{
  position: relative;
  width: 100%;
  height: 38px;
  top: -5px;
  left: -10px;
  box-shadow: 0 0 0 0;
  border: 0 none;
  border-radius: 30px;
  outline: 0;
}
.painel-pesquisa .input-busqueda-verde input::placeholder{
  color: rgb(166,185,242) !important;
}
.painel-pesquisa .input-busqueda-verde input:-ms-input-placeholder{
  color: rgb(166,185,242) !important;
}
.painel-pesquisa .input-busqueda-verde input::-ms-input-placeholder{
  color: rgb(166,185,242) !important;
} 
.custom-tr-background-ll{
  background: rgba(1,123,177,1);
  background: -moz-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,123,177,1)), color-stop(20%, rgba(1,123,177,1)), color-stop(64%, rgba(22,170,188,1)), color-stop(100%, rgba(22,170,188,1)));
  background: -webkit-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -o-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -ms-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017bb1', endColorstr='#16aabc', GradientType=1 );
}

.input-rigth-acao button{
  position: relative;
  width: 100%;
  height: 38px;
  top: -5px;
  padding-left: 17px;
  box-shadow: 0 0 0 0;
  border-radius: 30px;
  outline: 0;
  text-transform: none!important;
  color: #8DB3AD;
  background-color: #D3E7E5;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: none;
  font-weight: 800;
}

.lista-alerta_col_1{
  text-align: center;
  width:17%;
}
.lista-alerta_col_2{
  text-align: center;
  width: 20%;
}
.lista-alerta_col_3{
  text-align: center;
  width: 15%;
}

.lista-notificacoes_col_0{
  text-align: justify;
  width:60%;
}

.lista-notificacoes_col_1{
  text-align: center;
  width:20%;
}

.lista-notificacoes_col_2{
  text-align: center;
  width:20%;
}

html { height: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.list-opcaoes {
  padding: 0;
  margin: 0;
}
.list-opcaoes li{
  list-style: none;
  padding: 4px 6px; margin-bottom: 0; margin-top: 4px;
  border-bottom: 1px solid #ccc;
}
.list-opcaoes li a {
  padding: 4px 6px;
  cursor:pointer;
}
.list-opcaoes li:last-child {
  border: none;
}
.toogle-funcionarios,
.toogle-admins,
.toogle-geral{
  position: absolute; 
  width: 100px;
  background-color: #fff; 
  top: 44px; 
  right: -20px; 
  z-index: 4;
  border: 1px #ccc solid;
}
.toogle-funcionarios ul,
.toogle-admins ul,
.toogle-geral ul{
  list-style: none; 
  margin: 0; 
  padding: 0px;
}
.toogle-funcionarios ul li,
.toogle-admins ul li,
.toogle-geral ul li{
  border: 1px #ccc solid;
  padding: 5px;
  text-align: center;
}
.toogle-funcionarios ul li a,
.toogle-admins ul li a,
.toogle-geral ul li a{
  text-decoration: none;
}
.checkbox-colunas{
  border: none;
}
.checkbox-colunas label{
  display: flex !important; 
}
#modal-colunas .modal-dialog,
#modal-filtros .modal-dialog,
#modal-funcionarios .modal-dialog{
  width: 400px !important;
}
.tabs-superior{
  padding-left: 0px !important;
}
.img-edit{
  width: auto;
  height: 53px;
  margin: -5px;
}
.img-save{
  width: auto;
  height: 51px;
  margin: -6px;
}
.col-especial-pra-5{
  width: 19.666667%!important;
}
@media(max-width:991px){
  .col-especial-pra-5{
    width: 99.666667%!important;
  }
}
select .required #status{
  background-image: url(../images/seta-cinza.png);
  background-repeat: no-repeat;
  background-position: 95%;
}
/* Questionarios */
.tab_questionarios {
  overflow: hidden;
}
/* Style the buttons inside the tab */
.tab_questionarios button {
  padding: 10px 20px !important;
  color: #fff;
  border-color: #fff;
  background-color: #cccccc;
  border-radius: 30px;
  transition: 1s;
}
/* Change background color of buttons on hover */
.tab_questionarios button:hover {
  color:#fff;
  background-color: #cccccc;
}
/* Create an active/current tablink class */
.tab_questionarios button.active {
  color: #fff;
  background-color: #25baf4;
}
.tab_questionarios button.active:after {
  border-left: 28px solid #25baf4;
}
.tab-etapa1{
  background: #000;
  border-radius: 0px !important;
  width: 100%;
  height: 50px;
  position: relative;
  border-color: transparent !important;
  /* margin-bottom: 1em; */
}
.tab-etapa1:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -29px;
  top: -5px;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #cccccc;
  border-radius: 0px;
  transition: 1s;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.tab-etapa2{
  background: #000;
  border-radius: 0px !important;
  width: 100%;
  height: 50px;
  position: relative;
  border-color: transparent !important;
  /* margin-bottom: 1em; */
}
.tab-etapa2:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -29px;
  top: -5px;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #cccccc;
  border-radius: 0px;
  transition: 1s;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.tab-etapa2:before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -5px;
  left: -4px;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #ffffff;
  border-radius: 0px;
}
.tab-etapa3{
  background: #000;
  border-radius: 0px 0px 0px 0 !important;
  width: 100%;
  height: 50px;
  position: relative;
  border-color: transparent !important;
  /* margin-bottom: 1em; */
}
.tab-etapa3:before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -5px;
  left: -4px;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #ffffff;
  border-radius: 0px;
}
.button-questionario{
  display: flex;
  justify-content: flex-end;
}
/* Style the tab content */
.tab_questionarios_content {
  display: none;
}
#tab_questoes.tab_questionarios_content .panel .panel-body{
  min-height: 350px;
}
.huge{
  font-size:30px;
}
.logo-cliente{
  border-radius: 75px;
  max-height: 150px;
}
/* Modal Perfil - App*/
.config_meta{
  top: 10px;
}
.config_meta span{
  font-size: 16px;
  cursor: pointer;
}
.close-meta{
  line-height: 0;
  width: 10px;
  color: #fff;
  opacity: 1;
  margin-top: -10px !important;
}
.sidebar-main {
  min-height: calc(100vh - 90px);
}
.label-filtros{
  margin-top: 0px !important;
  margin-bottom: 10px !important; 
}
.button-limpa-filtro{
  padding-left:0px;
  background-color: #fff; 
}
.h4-label-first{
  text-transform: none !important;
  color: #c1c1c1 !important;
  font-weight: bold !important;
  font-size: 17px !important;
  margin-top: 0px;
}
.h4-label{
  text-transform: none !important;
  color: #c1c1c1 !important;
  font-weight: bold !important;
  font-size: 17px !important;
  margin-top: 3.5%;
}
.exportar-filtro-relatorios{
  color: #e8a504 !important;
  border: 1px solid #cccccca8;
  border-radius: 35px !important;
}
.row-form-spacer{
  margin-top:3.5%;
}
.btn-warning {
  color: #ff0000;
  background-color: #fff !important;
  border-color: #ff0000 !important;
  /*text-transform: uppercase;*/
  border-radius: 30px;
  padding: 15px 20px;
  transition: 1s;
  font-weight: 600;
  height: 36px;
}
.btn-warning:hover {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-warning:focus{
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.card-envio{
  padding:0.275rem;
}
.card-envio-inner{
  background-color: #fff;
}
tbody > tr:hover{
  transition: 1s;
  background-color: #65c7bf9e !important;
  opacity: 0.95;
  /* background-color: #777 !important; */
}
thead > tr:hover{
  transition: 1s;
  background-color: #65c7bf9e !important;
  opacity: 0.95;
  /* background-color: #777 !important; */
}
.equipes-list-header:hover{
  pointer-events: none;
}
.switch__container{
  margin: 0 auto;
}
.button-limpa-filtro:hover{
  background-color: #25baf4 !important;
  border-color: #25baf4 !important;
  color: #fff;
  transition: 1s;
}
.graphic-title{
  margin-left: 25%;
}
.graphic-title select{
  outline: 0;
  color: #cacaca !important;
  background-image: url(../images/seta-cinza.png);
  background-repeat: no-repeat;
  background-position: 95%;
  border-radius: 35px !important;
}
.label-form{
  font-size: 11pt;
  cursor:auto;
  color: #666;
}
.nav-equipe{
  border-bottom: none;
}
.nav-equipe.nav-tabs>li a,
.nav-equipe.nav-tabs>li.active>a{
  font-size: 18px;
  font-weight: 800;
}
.nav-equipe.nav-tabs>li>a:hover{
  background-color: #ccc;
  border-color: #fff;
  color: #000;
}
.nav-equipe.nav-tabs>li.active>a{
  cursor: default;
  border: 1px solid #ddd !important;
  background: rgba(1,123,177,1);
  background: -moz-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,123,177,1)), color-stop(20%, rgba(1,123,177,1)), color-stop(64%, rgba(22,170,188,1)), color-stop(100%, rgba(22,170,188,1)));
  background: -webkit-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -o-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: -ms-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017bb1', endColorstr='#16aabc', GradientType=1 );
  color: #fff !important;
  border: none !important;
}
.checkbox-usuarios{
  border: none;
}
.column-questao{
  margin-bottom: 5px;
}
.span_topico_indice,
.title_quest{
  margin-right: 5px;
}
.portlet{
  margin: 0 1em 1em 0;
  padding: 0.3em;
  cursor: move;
}
.portlet-header {
  padding: 0.2em 0.3em;
  margin-bottom: 0.5em;
  position: relative;
}
.portlet-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  cursor: pointer;
}
.portlet-content {
  padding: 0.4em;
}
.portlet-placeholder {
  border: 1px dotted black;
  margin: 0 1em 1em 0;
  height: 50px;
}
.btn_delete_topico{
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;   
}
.btn_delete_questao{
  cursor: pointer;
  position: absolute;
  right: 15%;
  margin-top: 0px;
}
.btn_ver_questao{
  cursor: pointer;
  position: absolute;
  right: 22%;
  margin-top: 1px;
}
.span_header_topico_edit{
  cursor: pointer;
}
.anchor_topicos,
.anchor_questoes{
  cursor: text;
  text-decoration: none!important;
}
.anchor_topicos a:hover,
.anchor_questoes a:hover{
  text-decoration: none!important;
  color:black;
}
.input_topico,
.input_questao{
  display: none;
  width: 56%;
}
.questLet{
  cursor: move;
}
.button-multipla{
  margin-bottom: 10px;
}
.questionario-tipo .config{
  cursor: pointer;
  margin-left: 5%;
}
.questionario-tipo .excluir,
.questionario-tipo .excluir-marca{
  cursor: pointer;
  font-weight: 900;
  right: 22px;
  position: absolute;
  top: 11px;
  color: red;
}
.forma-pergunta .perguntas{
  min-height: 430px;
}
.forma-pergunta .perguntas .perguntas-padrao{
  padding-bottom: 15px;
}
.forma-pergunta .perguntas .perguntas-padrao .question-padrao{
  border-bottom: 1px #ccc solid; 
  padding-bottom: 20px;
}
.view-topicos{
  margin-top: 10px;
  max-height: 450px;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-width: 375px;
}
.view-topicos::-webkit-scrollbar{ width:8px; height: 6px; background:rgba(0, 0, 0, 0.1); }
.view-topicos::-webkit-scrollbar-track{ background: rgba(0,0,0,0.1); }
.view-topicos::-webkit-scrollbar-thumb{ border-radius:10px; background:rgba(100, 100, 100, 0.7); }

/*-----------------View Questionario-----------------*/
.visualizar-principal{
  display: flex; 
  justify-content: center;
}
.visualizar-questionario{
  max-height: 450px;
  overflow-y: auto;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  margin-top: 0px;
  padding-bottom: 15px;
}
.visualizar-questionario::-webkit-scrollbar{ width:8px; height: 6px; background:rgba(0, 0, 0, 0.1); }
.visualizar-questionario::-webkit-scrollbar-track{ background: rgba(0,0,0,0.1); }
.visualizar-questionario::-webkit-scrollbar-thumb{ border-radius:10px; background:rgba(100, 100, 100, 0.7); }
/*.visualizar-questionario .col-md-12{
  margin-top: 10px;
  }*/
  .visualizar-questionario .col-md-12.multi-escolha{
    /* margin-bottom: -10px; */
    padding: 5px 5px;
    /* margin-bottom: -10px; */
    margin: 0px 0px -10px 0px;
  }
  .visualizar-questionario .titulo{
    display: flex;
    justify-content: center;
    margin: 20px 0px 10px 0px !important;
    padding: 0px;
  }
  .visualizar-questionario .titulo .titulo-topico{
    width: 100%;
    padding: 10px;
    text-align: center;
    border: 1px #ccc solid;
    background: rgba(1,123,177,1);
    background: -moz-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,123,177,1)), color-stop(20%, rgba(1,123,177,1)), color-stop(64%, rgba(22,170,188,1)), color-stop(100%, rgba(22,170,188,1)));
    background: -webkit-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: -o-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: -ms-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017bb1', endColorstr='#16aabc', GradientType=1 );
  }
  .visualizar-questionario .titulo .titulo-topico p{
    font-size: 16px;
    font-weight: 900;
    margin: 0px;
    color: #fff;
  }
  .checkbox-visualizacao input[type=checkbox],
  .checkbox-visualizacao input[type=radio]{
    display:none; /* Esconde os inputs */
  }
  .checkbox-visualizacao label{
    cursor: pointer;
  }
  .checkbox-visualizacao input[type="checkbox"] + label:before,
  .checkbox-visualizacao input[type="radio"] + label:before{
    border: 1px solid #b9b9b9;
    background-color: #fff;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 18px;
    margin: 0 10px 0 5px;
    padding:0;
    vertical-align: top;
    width: 18px;
    border-radius: 0px;
  }
  .checkbox-visualizacao input[type="checkbox"]:checked + label:before,
  .checkbox-visualizacao input[type="radio"]:checked + label:before{
    background: #fff;
    color: #000;
    content: "\2713";
    text-align: center;
  }
  .checkbox-visualizacao input[type="checkbox"]:checked + label:after,
  .checkbox-visualizacao input[type="radio"]:checked + label:after{
    font-weight: bold;
  }
  .checkbox-visualizacao{
    padding: 3px;
  }

  .centralizar-fotos{
    justify-content: center;
    align-items: center;
    margin: 5% 0%;
  }

  .button-modelos a{
    margin-top: 0px !important;
    width: auto !important;
  }

  .prevent-click {
    pointer-events: none;
  }
  #map {
    height: 480px;
    width: 100%;
  }
  .select-perfis{
    height: 36px !important;
  }
  .select-clientes{
    height: 36px !important;
  }
  .botoes-link{
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .label-nome-questao{
    margin-top:0;
  }
  .btn-topico-quest{
    height: 42px !important;
    padding: 15px 20px !important;
  }
  .td-equipes{
    padding:0px !important;
  }
  img[src*="/images/adicao.png"]{
    height:50px;
  }
  #menu-notificacoes .badge {
    position: absolute;
    height: 24px;
    width: 27px;
    top: -10px;
    right: -10px;
    padding: 6px 8px;
    border-radius: 50%;
    background-color: #25baf4;
    /* background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%); */
    color: white;
  }
  .pull-down{
    /* position: absolute; */
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: center;
    /* bottom: 40px; */
  }
  #lista-alerta thead tr{
    background: rgba(1,123,177,1);
    background: -moz-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,123,177,1)), color-stop(20%, rgba(1,123,177,1)), color-stop(64%, rgba(22,170,188,1)), color-stop(100%, rgba(22,170,188,1)));
    background: -webkit-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: -o-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: -ms-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017bb1', endColorstr='#16aabc', GradientType=1 );
  }
  #lista-alerta thead tr td{
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .radio-grafico input[type=radio]{
    display:none; /* Esconde os inputs */
  }
  .radio-grafico label {
    cursor: pointer;
  }
  .radio-grafico input[type="radio"] + label:before {
    border: 1px solid #b9b9b9;
    background-color: #fff;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 18px;
    margin: 0 15px 0 0;
    padding:0;
    vertical-align: top;
    width: 18px;
    border-radius: 15px;
  }
  .radio-grafico input[type="radio"]:checked + label:before {
    background: #fff;
    color: #000;
    content: "\2713";
    text-align: center;
  }
  .radio-grafico input[type="radio"]:checked + label:after {
    font-weight: bold;
  }

  .arquivo-template,
  .arquivo-xls {
    display: none !important;
  }
  .file-template,
  .file-xls {
    line-height: 30px;
    height: 32px;
    border: 1px solid #A7A7A7;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    vertical-align: middle;
    width: 240px;
    border-radius: 10px;
  }
  .btn-template,
  .btn-xls {
    border: none;
    box-sizing: border-box;
    padding: 2px 10px;
    /*background-color: #4493c7;*/
    color: #FFF;
    height: 32px;
    font-size: 15px;
    font-weight: 800;
    vertical-align: middle;
    border-radius: 10px;

    background: rgba(1,123,177,1);
    background: -moz-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,123,177,1)), color-stop(20%, rgba(1,123,177,1)), color-stop(64%, rgba(22,170,188,1)), color-stop(100%, rgba(22,170,188,1)));
    background: -webkit-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: -o-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: -ms-linear-gradient(left, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    background: linear-gradient(to right, rgba(1,123,177,1) 0%, rgba(1,123,177,1) 20%, rgba(22,170,188,1) 64%, rgba(22,170,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017bb1', endColorstr='#16aabc', GradientType=1 );
  }
  table.tabela-geral tr th p.texto-header-equipe{
    margin-bottom: 10px !important;
  }
  .icones-sem-click{
    cursor: default;
  }
  .atualizar-lista{
    cursor: pointer;
  }

  .gira-load{
    animation: gira 2.5s linear infinite;
  }

  @keyframes gira {
    to {
      transform: rotate(360deg);
    }
  }
  .disabled-remove{
    pointer-events: none;
  }
  /*----------- Graficos ----------*/
  .paleta-padrao{
    display: flex; 
    justify-content: center; 
    margin-bottom: 5px;
    width: 200px;
    cursor: pointer;
    padding: 5px;
  }
  .paleta-cor{
    height: 20px; 
    width: 20px;
    border-left: 1px #a4a4a4 solid;
    border-top: 1px #a4a4a4 solid;
    border-bottom: 1px #a4a4a4 solid;
  }
  .paleta-escolhida{
    border: 1px solid;
  }
  .config-grafico{
    text-align: center;
    position: absolute;
    right: 40px;
    cursor: pointer;
  }
  .fixedbutton{
    position: fixed;
    bottom: 50px;
    background-color: #fff;
    border-radius: 50%;
  }
  .label-text{
    font-size: 11pt;
  }
  .slim-crop-area img, .slim-image-editor img, .slim-popover img, .slim img{
    background-image: none !important;
  }
 
  .toggle-button{
    cursor: pointer;
  }
  .toggle-button i{
    color: #fff;
  }
  .slim-crop-area {
    border-radius: 3000px !important;
    border: dashed 1px red !important;
}
.btn-atalho {
  height: 48px;
  padding-top: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.button-check  {
  padding: 0px !important;
  border-radius: 300px !important;
  width: 26px;
  height: 25px;
}
.stepper-active b {
  font-weight: normal;
}
#lista-alerta_row_0 td {
  font-weight: bold !important;
}
.form-busca {
  padding-top: 15px;
}
.checkbox-left-padding {
  padding-left: 13px;
}
.box-grafico {
  border: 1px #cacaca solid;
  width: 49%;
  display: inline-block;
  margin-right: 1%;
}
.checkboxgrafico {
  margin-left: 10px !important;
  margin-top: 10px !important;
}
.settings-grafico {
  position: relative;
  top: -72px;
  right: -95%;
}
.btn-group-lg>.btn, .btn-lg { 
  font-size:14px !important
}
.abasArquivo {
  position: absolute;
  top: 125px;
  margin-left: 5px;
  text-decoration: none;
}
.abasArquivo:hover {
  text-decoration: none;
}
.abaArquivo{
  display: inline-block !important;
  width: 160px !important;
  border: solid 1px rgba(1,123,177,1) !important;
  text-align: center;
  height: 35px;
  padding-top: 5px;
  border-radius: 10px 10px 0px 0px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(1,123,177,1);
  text-decoration: none;
}
.abaArquivoativa{
  color: #fff;
  background-color: rgba(1,123,177,1);
}
.lista-alerta_col_0 {
  padding-left: 15px !important;
  padding-top: 15px !important;
}
.lista-alerta_col_1 {
  
  padding-top: 15px !important;
}
.rotate-assinatura{
  transform: rotate(270deg);
}