html,
body {
  font-size: 14px;
  overflow-x: hidden;
}

#main {
  padding: 0!important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

.data-novo{
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.posicao-valor{
  position: absolute;
  right: 0;
}

body.active{
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.menus-topo .active{
  color: #000;
}
#modals .modal{
  overflow: auto !important;
}

.login-wrap{
  overflow: hidden;
}
.panel-body {
  padding: 10px;
}

.modal-content {
  border-radius: 0px;
  box-shadow: none;
  -webkit-border-radius:;
  -moz-border-radius:;
  -ms-border-radius:;
  -o-border-radius:;
}

.data-novo{
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.posicao-valor{
  position: absolute;
  right: 0;
}

#menu-lateral{
  position: absolute;
  width: 300px;
  transition:0.2s;
  top: 0;
  right: -305px;
  height: 100vh;
  background-color: #172a42;
  -webkit-transition:0.2s;
  -moz-transition:0.2s;
  -ms-transition:0.2s;
  -o-transition:0.2s;
  transition: 1s right;
  color: #fff;
}
#menu-lateral.active{
  right: 0;
  transition: 1s right;
}

#menu-lateral li a{
  background-color: transparent;
  border: none;
}
#menu-lateral .list-inline{
  margin-left: 0px;
}

#menu-lateral .list-group-item {
  background-color: transparent;
  border:none;
  color: #fff;
  font-weight: 600;
  border-bottom: .4px solid #355071;
  padding: 20px;
}

.modal-header {
  background-color: #f5f5f5;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}

.content-wrapper>.content-heading,
.content-wrapper>h3 {
  margin: 0px;
  margin-bottom: 20px;
}

.modal-dialog {
  width: 530px;
}

.modal-body {
  padding: 30px;
}

.modal-footer {
  text-align: center;
}

.modal-opacity {
  opacity: 0.5 !important;
}

.input-group .btn {
  font-size: 12px;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  

  
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.popover {
  max-width: 100%;
  /* Max Width of the popover (depending on the container!) */
}

.begin {
  padding-top: 0px;
}

.boneco {
  background-image: url("/res/images/personagens.png");
  background-repeat: no-repeat;
  height: 250px;
  background-size: cover;
}

.boneco1 {
  background-position: 0px center;
}

.boneco2 {
  background-position: -142px center;
}

.boneco3 {
  background-position: -285px center;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.title {
  font-weight: 400;
}

.btn-cep{
  height: 34px;
}

.subtitle {
  font-weight: 300;
  line-height: 15px;
  color: #999;
}

.terms {
  font-weight: 300;
}

.btn-esqueci {
  font-weight: 300;
}

.opt2,
.opt1 {
  left: -37px;
}

.opt2 .panel-body {
  padding: 13px;
}

.background {
  background-color: #f2eff2;
}

.padding {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.padding2 {
  padding: 30px;
}

label {
  font-weight: 400;
  margin-bottom: 0px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.logotipo:hover {
  border-color: #30bbe6;
}

.logotipo {
  border: 3px dashed #CCC;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  ;
  border-radius: 50px;
  transition: 0.3s;
  overflow: hidden;
}

.user-add {
  border: 1px dashed #65513f;
  bottom: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.close-panel-modulos {
  position: absolute;
  top: 0;
  right: 0;
}

.content-wrapper {
  border: none;
}

.btn-modulos {
  transition: 0.5s;
}

.btn-modulos span {
  position: relative;
  bottom: 5px;
}

.menu-modulos {
  background-color: #437e9e;
}

.bg-red {
  background-color: #e2724c;
  color: #FFF;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  background-color: #e2724c;
  color: #FFF !important;
}

.btn-modulos.check {
  background-color: #e2724c;
  color: #FFF !important;
}

.topnavbar .navbar-nav>li>a.check {
  background-color: #e2724c;
  color: #FFF;
}

.user-name {
  position: relative;
  background-color: #679920;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-bottom: 10px;
}

a.user-circle {
  color: #FFF;
  position: relative;
  margin-right: 10px;
}

.user-confirmation {
  position: absolute;
  color: #565252;
  top: 35px;
  right: 0;
  font-size: 10px;
}

.text-success {
  color: #00c39d;
}

.text-danger {
  color: #ff7d78
}

.hack-panel-heading {
  height: 53px;
}

#search {
  position: relative;
  padding-top: 20px;
  margin: -20px auto 0;
}

#search label {
  position: absolute;
  left: 17px;
  top: 33px;
}

#search #search-input,
#search .hint {
  padding-left: 43px;
  padding-right: 43px;
  border-radius: 23px;
}

.navbar-admin21 {
  min-height: 70px;
  background-color: #FFF;
}

.panel-footer {
  background-color: #d3dde3;
  border: none;
}

.panel-footer a {
  color: #FFF;
  padding: 0px;
  margin-left: 5px;
}

.panel-footer span {
  color: #999;
  position: relative;
  top: 1px;
}

.navbar {
  position: relative;
}

.brand {
  position: absolute;
  left: 50%;
  margin-left: -50px !important;
  /* 50% of your logo width */
  display: block;
}

.btn-primary {
  background-color: #0cbdef;
  height: 48px;
}

.btn-default, .btn-danger {
  height: 48px;
}

.panel {
  box-shadow: none;
}

a {
  color: #0cbdef
}

.btn {
  font-size: 14px;
}
.chosen-choices{
  border-color: #CCC !important; 
}
.c-checkbox,
.c-radio {
  margin-right: 0px;
}

.ion-32 {
  font-size: 32px;
}

.navbar-default .navbar-nav>li>a {
  color: #96c7e4;
}

header .navbar-collapse {
  margin-top: 0px;
}

.nav-menu .nav li+li:before {
  content: " | ";
  position: absolute;
  left: 0px;
  top: 15px;
  color: #96c7e4;
}

/* #subtitle {
  background-color: #4a86a8;
}

#subtitle .breadcrumb li,
#subtitle .breadcrumb a {
  color: #FFF;
}

#subtitle .breadcrumb {
  background-color: transparent;
  position: relative;
  margin-top: 18px;
  padding: 0;
  margin-left: 35px;
} */

.menu-options {
  background-color: #4a86a8;
  color: #FFF;
  width: 50px;
}

.navbar {
  margin-bottom: 0px;
  border: none;
}


/* body.offsidebar-open{
  right: 280px;
  position: relative;
} */

.offsidebar {
  top: -5px;
  width: 242px;
  border-left: none;
}

.menu-options a {
  color: #FFF !important;
}

.nav-tabs.nav-justified li a {
  color: #FFF !important;

}

.nav-tabs.nav-justified li {
  padding: 12px;
  height: 50px;
}



.media-box {
  padding: 30px;
}

.list-group .list-group-item {
  padding: 10px;
}

.bg-color-modules {
  background-color: #82bee0;
  color: #FFF;
}

.bg-color-white {
  background-color: #FFF;
  color: #2f6787;
}

.fa-plus, .fa-shopping-cart{
  /* padding-right: 10px; */
}
.h4 {
  font-size: 16px;
}

/* .btn-alterar, .btn-excluir, .btn-transferir, .btn-e, .btn-a, .btn-selecionar, .btn-relatorios, .btn-default-system {
  font-weight: bolder;
}
tr .btn-alterar, tr .btn-excluir, tr .btn-transferir, tr .btn-e, tr .btn-a, tr .btn-selecionar, tr .btn-relatorios,  tr .btn-default-system {
  font-weight: bolder;
  opacity: 0;
} */
.btn-notificacao{
  color: #27AE60 !important;
}
.btn-alterar {
  color: #5DBFE2 !important;
}
.btn-a {
  color: #5DBFE2 !important;
}
.btn-excluir {
  color: #FF7348 !important;
}
.btn-e {
  color: #FF7348 !important;
}
.btn-selecionar{
  color: red;
}
.btn-relatorios{
  color: #000;
}
.btn-default-system{
  color: #000;
}
.menu-mobile{
  border: 1px solid #CCC;
  border-radius: 25px;
  text-align: center;
  background-color: #FFF;
  position: relative;
  top: 6px;
  height: 45px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.btn-menu-mobile{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 3px;
}
.menu-mobile-dropdown{
  border-bottom: 1px solid #CCC;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* .table tr:hover .btn-alterar, 
.table tr:hover .btn-a, 
.table tr:hover .btn-e, 
.table tr:hover .btn-selecionar, 
.table tr:hover .btn-relatorios, 
.table tr:hover .btn-default-system, 
.table tr:hover .btn-excluir {
  opacity: 1;
} */

.layout-h .wrapper>section {
  background-color: #ededed;
}

.panel.panel-default {
  border: none;
}

.panel-heading {
  background-color: #FFF;
}

.panel-default>.panel-heading {
  background-color: #FFF;
}

.ion-24 {
  font-size: 24px;
}

.ion-16 {
  font-size: 16px;
}

.btn-consulta-cnpj {
  height: 47px;
}

.bg-primary-2 {
  background-color: #437e9e;
  color: #FFF;
}

#yourId {
  width: 200px;
  height: 150px;
  position: relative;
  /* or fixed or absolute */
}
.row-table:hover {
  background: #DDD;
}
.row-table{
  border: 1px solid #DDD;
  cursor: pointer;
  transition: 1s;  
}
.select2-container{
  width: 100% !important;
}
.select2-selection--multiple{
  border: none;
}
.modal-lg{
  width: 40%;
}
.input-group-btn button{
  height: 35px;
}
 .model,
 .img-promo {
   width: 100%;
   height: 80px;
   border: 1px dotted black;
   margin-bottom: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
 }

 .model.check, .img-promo.check{
   border-color: #c7ac73;
   border-width: 3px;
 }

 .progress-step-one:before{
   content: '1' !important;
 }
 .progress-step-two:before{
  content: '2' !important;
 }
 .progress-step-three::before {
   content: '3' !important;
 }
  .progress-step-four::before {
    content: '4' !important;
  }

 .info-form-progress {
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   list-style: none;
   -ms-flex-pack: distribute;
   justify-content: space-around;
   font-size: .9em;
   margin-top: 10px;
   text-transform: uppercase;
   font-weight: 600;
   color: #79868e;
   padding: 0px;
 }

 .form-progress-step {
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(18% - 1px), #b3c2cb calc(18%), rgba(0, 0, 0, 0) calc(18% + 1px)) top center;
   -ms-flex-preferred-size: 33.3%;
   flex-basis: 33.3%;
   text-align: center;
   color: #ced8de
 }

 .form-progress-step:before {
   content: '';
   display: block;
   border-radius: 50%;
   background-color: #ced8de;
   color: #FFF;
   text-align: center;
   line-height: 25px;
   width: 25px;
   height: 25px;
   margin: 0 auto .8em
 }

 .progress-step--active {
   color: #79868e
 }

 .progress-step--active:before {
   background-color: #79868e
 }

 .form-progress-step {
   background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(13px - 1px), #b3c2cb calc(13px), rgba(0, 0, 0, 0) calc(13px + 1px));
 }

 .header-payment,
 .content-payment {
   background-color: #FFF;
   padding: 20px;
   margin-bottom: 20px;
 }

 .header-payment {
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .content-payment .title {
   text-align: center;
 }

 .content-payment .total .label-title {
   line-height: 6px;
   font-size: 10px;
 }

 .content-payment .total {
   background-color: #437e9e;
   color: #FFF;
 }

 .content-payment .form {
   margin-top: 40px;
 }

 .content-payment .form label {
   display: block;
   text-transform: uppercase;
   color: #a2b0b8;
   font-size: .8em;
   font-weight: 600;
   margin-bottom: 5px;
   margin-top: 15px;
 }

 .content-payment .form button {
   width: 100%;
 }

 .content-payment .form input {
   display: block;
   width: calc(100% - 1px);
   margin: 0 auto;
   outline-width: 1px;
   border: 1px solid #dde4e8;
   border-radius: 3px;
   padding: 15px;
   color: #868b8e;

   height: 50px;
   font-size: 15px;
   padding: 0 18px;
   line-height: 51px;
 }

 .content-payment select.form-control {
  height: 50px;
  color: #868b8e;
  font-size: 15px;
 }

 .content-payment .input-group-btn button.btn-default{
    height: 50px;
    margin-left: -2px;
    width: 50px;
  }
 
 .content-payment .form .btn-options.active {
   background-color: #DDD;
 }

 blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------Reset----------*/

body{
    font-family: 'Montserrat', sans-serif;
}

.wrap-content .left-img{
    height: 100%;
}

.open>.dropdown-menu{
  right: 0px !important;
  left: auto;
}


/******
LOGIN
*******/

#login {
  background-color:#355072;
  height: 100vh;
  width: 100vw;
  margin: 0!important;
}

#login .row {
  display: flex;
  align-items: flex-end;
}

#login .box-login {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top:60px;
  padding: 100px 40px;
  border-radius: 25px;
  box-shadow: 0px 5px 25px rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
}

#login .box-login .logo {
  margin-bottom: 60px;
}

#login .box-login .logo img {
  width: 200px;
  margin: 10px;
}

#login .box-login p,
#login .box-login label,
#login .text-promo {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 600;
  color: #bfbdb3;
}

#login .box-login .logo p {
  letter-spacing: 5px;
}

.text-promo{
  color: #fff;
  margin-top:60px;
}

.text-promo h4 {
  margin: 10px 0 30px;
  font-size: 16px;
}

.text-promo ul{
  font-weight: 400;
  line-height: 20px;
  padding: 0;
}

.text-promo a {
  list-style: none;
  color:#fff;
}

.btn-promo {
  background-color: #3071a9!important;
  margin: 12px auto!important;
  padding: 2px;
}

.image-animated {
  position: absolute;
  top: 387px;
  right: -105px;
}

/*====================================================================*/
 /*=============== ESTILIZAÇÃO  RESPONSIVO ============*/
 /*====================================================================*/

 @media only screen and (max-width:767px){
  .nav-tabs.nav-justified li{
    width: 32%;
  }

  /* .wrap-nav-trans {
    position: inherit !important;
    z-index: 10 !important;
  } */
  
  .item-ctrs, .item-row {
      margin: 0px !important;
      padding: 0px !important;
  }
  .panel-body {
      padding: 0px;
  }
  #main{
    margin-top: 25px;
  }

  
  .navbar-header{
    height: 50px;
  }

  .modal-lg {
      width: 90%;
  }

  .fasters-logo{
    position: relative;
    z-index: 11;
    top:-50px;
  }
  
  .navbar-collapse ul{
    display: inline-block;
    position: relative;
    top:-53px;
    z-index: 11;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
  }
  #li-modulos{
   display: none;
  }
  .topnavbar {
  background-color: var(--cor-primaria);
  }
    .topnavbar .navbar-nav > .open > a,
    .topnavbar .navbar-nav > .open > a:hover,
    .topnavbar .navbar-nav > .open > a:focus {
      box-shadow: 0 -3px 0 rgba(255, 255, 255, 0.5) inset;
  }
    .topnavbar .navbar-nav > li > .navbar-text {
      color: #fff;
  }
    .topnavbar .navbar-nav > li > a,
    .topnavbar .navbar-nav > .open > a {
      color: #fff;
  }
    .topnavbar .navbar-nav > li > a:hover,
    .topnavbar .navbar-nav > .open > a:hover,
    .topnavbar .navbar-nav > li > a:focus,
    .topnavbar .navbar-nav > .open > a:focus {
      color: #117391;
  }
}


/*====================================================================*/
/*=============== ESTILIZAÇÃO  RESPONSIVO ============*/
/*