.notify-row .top-menu {
  padding: 8px;
}
.top-nav ul.top-menu {
  text-align: right;
  margin-top: 10px;
  padding: 0 10px;
  position: relative;
  top: -50px;
  float: right;
}
/*
.top-nav ul.top-menu {
  text-align: right;
  margin-top: 10px;
  padding: 0 10px;
  position: relative;
}
*/
.top-nav ul.top-menu li {
  display: inline-block;
}
.top-nav ul.top-menu .chat {
  top:-2px;
  position:relative;
  right:0px;
}
.panel .over{
  overflow: hidden;
}
/*.top-nav ul.top-menu .chat {
  position: absolute;
  right: 10px;
  top: -52px;
}*/
.barra-projetos {
  padding: 12px;
  border-radius: 10px;
}
.bar-lg-12 {
  padding: 15px;
  background: #f1f2f7;
  width: 100%;
  height: 83px;
  margin: 0;
}
.breadcrumbs-alt {
  display: none;
  width: 75%;
}
.barra {
  top: 120px;
  position: absolute;
  padding-left: 0;
  width: 100%;
}
/*.dataTables_wrapper .row-fluid{
  height: 90px;
}
.dataTables_length label {
  margin-top: 50px;
  margin-left: -17px;
}*/
.col-link {
  cursor: pointer;
}
.origem-leads {
  width: 140px;
}
.origem-leads .vendedor {
  cursor: pointer;
}
.leads-enviar-mensagem li a{
  cursor: pointer;
}

.height-dados .status .mini-stat-icon {
  margin-right: 0;
  float: none;
}

#container {
  position: relative;
}

#main-content {
  padding-top: 60px;
}
/*
** Início - Chat
*/
#sidebar-users-online .user-modelo {
  display: none;
}
#sidebar-waiting .user-modelo {
  display: none;
}
#sidebar-calls .user-modelo {
  display: none;
}
.chat-window-base {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.chat-window {
  background-color: #fff;
  bottom: 0;
  border-radius: 4px 4px 0 0;
  width: 260px;
  position: fixed;
  right: 10px;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  z-index: 5;
}
.chat-window.min {
  height: 40px;
}
.chat-window.min.new-message .chat-window-header {
  background-color: #0087DC;
  color: #fff;
}
.chat-window.modelo {
  display: none;
}
.chat-close-confirm {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0px;
  color: #fff;
  display: none;
  left: 0;
  padding: 50px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40px;
  z-index: 3;
  width: 100%;
}
.chat-close-confirm .btn {
  margin: 0 5px;
  border: none;
}
.chat-close-confirm .no {
  background-color: #7c7c7c;
}
.chat-close-confirm .no:hover {
  background-color: #626262;
}
.chat-close-confirm .yes {
  background-color: #009cff;
}
.chat-close-confirm .yes:hover {
  background-color: #0089e1;
}
.chat-window-header {
  background-color: #000;
  border-radius: 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  height: 40px;
  /*padding: 10px;*/
}
.chat-window-header .name {
  padding: 10px;
  width: 200px;
}
.chat-window-header .tools {
  padding: 10px;
  margin-bottom: 0;
}
.chat-window-header .tools li {
  padding: 0;
}
.chat-window-header .tools li a {
  color: #fff;
  padding: 3px;
}
.chat-window-content {
  border: 1px solid #E7E7E7;
  height: 230px;
  overflow-y: scroll;
  padding: 10px;
}
.chat-window-content .message {
  background-color: #f4f4f4;
  border-radius: 3px;
  display: none;
  padding: 5px;
  margin-bottom: 15px;
  position: relative;
}
.chat-window-content .message.modelo {
  display: none;
}
.chat-window-content .message:after {
  border: 7px solid transparent;
  border-top-color: #000;
  content: '';
  display: block;
  position: absolute;
}
.chat-window-content .message.admin {
  background-color: #eee;
  color: #676767;
  display: block;
}
.chat-window-content .message.admin:after {
  border-top-color: #eee;
  bottom: -13px;
  right: 5px;
}
.chat-window-content .message.user {
  background-color: #00a9e1;
  color: #fff;
  display: block;
}
.chat-window-content .message.user:after {
  border-top-color: transparent;
  border-bottom-color: #00a9e1;
  top: -13px;
  left: 5px;
}
.chat-window-content .message p {
  margin: 0;
}
.chat-window-footer {
  border: 1px solid #E7E7E7;
  border-bottom: 0;
  border-top: 0;
  position: relative;
}
.chat-window-footer .input-text {
  border: 0;
  height: 40px;
  padding: 5px 10px;
  width: 100%;
}
.chat-window-footer .btn-send-message {
  background-color: #000;
  border: none;
  color: #fff;
  height: 40px;
  width: 100%;
}
.chat-window-footer .btn-send-message:hover {
  background-color: #1d1d1d;
}
.lead-chat-messages {
  height: 360px;
  overflow: scroll;
}
/* Página do Lead */
.mensagem-item .modelo-left, .mensagem-item .modelo-right {
}
/*
** Fim - Chat
*/
/*
** Início - Pagina de Leads
*/
.right-stat-label .sell-percent {
  padding-top: 0;
}
.widget-h {
  min-height: 27px;
}
.top-stats-panel {
  height: 180px;
}
.circle-sat ul li {
  text-align: center;
  padding: 0 10px;
}
.right-stat-label, .left-stat-label {
  font-size: 10px;
}
.my-dropdown-btn {
  width: 100%;
}
.my-dropdown-btn .dropdown-toggle {
  width: 100%;
}
.my-dropdown-btn .dropdown-toggle:hover {
  color: white !important;
}
.top-nav ul.top-menu>li>a:hover {
  color: white !important;
}
.top-stats-panel .sm-pie {
  margin-top: 10px;
}
.my-dropdown-btn .dropdown-toggle .dropdown-menu {
  height: 40px;
  width: 100%;

}
.desc-social {
  margin-top: 5px;
}
.desc-social .fa {
  margin-right: 5px;
}

/*
** Início - Página de Investimentos Por Fornecedores
*/

.page.investimentos-por-fornecedores .stat-tab {
  margin-top: -37px;
}
.page.investimentos-por-fornecedores .graf-check {
  padding-top: 0;
}
.page.investimentos-por-fornecedores .width-100 {
  padding-bottom: 0;
}

.dataTables_filter label input {
  margin-left: 5px;
  width: 73%;
}
/*#leads-table_length, #clientes-table_length {
  display: none;
}*/
.top-busca {
  margin-top: -34px;
  margin-left: 15px;
}
/*.dataTables_filter {
  margin-top: -25px;
}*/

.update-img .download-img {
  background: rgba(255,255,255, 0.6);
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin: -14px 0 0 70px;
  left: -50%;
  z-index: 2;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.imgupdate.download .update-img .fechar-img {
  margin: -14px 0 0 16px;
}

.imgupdate.download .update-img:hover .editar-img {
  left: 40%;
}
.imgupdate.download .update-img:hover .fechar-img {
  left: 40%;
}

.imgupdate.download .update-img:hover .download-img {
  left: 40%;
}

#formselectprojetos .multiselect-container{
  width: 250px;
}

#formselectprojetos .checkbox{
  white-space: normal;
}

.notification-info .notification-time{
  width: 100%;
  margin-top: 5px;
  margin-bottom: -14px;
}

#leads-table_wrapper thead{
  display: none;
}

#leads-table_wrapper.dataTables_wrapper{
  width: 100%;
}

#leads-table_wrapper .dataTables_filter {
  width: 100%;
}

#leads-table_wrapper .dataTables_filter label input{
  width: 100%;
}

#leads-table_wrapper .table.table{
  width: 100% !important;
  margin-top: 10px;
}

#leads-table_wrapper tr{
  position: relative;
}

#leads-table_wrapper td{
  display: block;
  position: relative;
  text-align: center;
  border:none;
}
#leads-table_wrapper .lead-link{
  height: auto;
}

#leads-table_wrapper .leads-perfil{
  width: 70px;
  float: none;
  display: inline-block;
  margin-left: 10px;
}

#leads-table_wrappe .dataTables_filter label{
  width: 100%;
}

#leads-table_wrapper tr{
  margin-left: 15px;
  width: calc(100% - 30px);
  border-style: none;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
  box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
}
/*
** Início - Pagina de Leads
*/
.select-lead{
  display: block;
  max-width: 100%;
  margin: auto;
  height: 35px;
  margin-bottom: 5px;
}

.text-medium-black{
  font-size: 14px;
  color: #333;
  margin-left: 4px;
}

.lead-client .btn-modal-contatos{
  display: block;
}

.dropdown-menu.pull-right.listafiltros{
  min-width: 280px;
}
.dropdown-menu.pull-right.listafiltros .nome-filtro{
  width: 225px;
}

.listafiltros li{
  padding: 0px 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  overflow: hidden;
}

#external-events .label{
  white-space: inherit;
  line-height: 1.5;
}

.contato-clientes .prf-contacts h2 span{
  display: block;
  margin-right: auto;
  margin: auto;
}

.contato-clientes .editarinline{
  width: 100%;
  text-align: center;
  font-size: 16px;
  display:block;
}

.contato-clientes .prf-contacts .location-info{
  margin-left: 0;
}

.contato-clientes #nome{
  font-size: 16px;
}

.contato-clientes #email{
  font-size: 14px;
}

.contato-lead .prf-contacts h2 span{
  display: block;
  margin-right: auto;
  margin: auto;
}

.contato-lead .editarinline{
  width: 100%;
  text-align: center;
  font-size: 16px;
  display:block;
}

.contato-lead .prf-contacts .location-info{
  margin-left: 0;
}

.contato-lead #nome{
  font-size: 12px;
}

.contato-lead #email{
  font-size: 10px;
}

/*
.left-stat-label .sell-percent{
  color:#2ecc71;
}
.right-stat-label .sell-percent{
  color:#3498db;
}

.mini-stat .green, .status .green{
  background:#1abc9c !important;
}

.mini-stat .yellow-bg2{
  background:#f1c40f !important;
}

.yellow-bg2{
  background:#f1c40f !important;
}

.mini-stat .blue-bg{
  background:#3498db !important;
}

.mini-stat .green-bg{
  background:#2ecc71 !important;
}

.green-bg{
  background:#2ecc71 !important;
}

.mini-stat .red-bg{
  background:#d35400 !important;
}

.mini-stat .pink{
  background:#ccc !important;
}

.status .pink{
  background:#ccc !important;
}
*/

@media (min-width: 480px) {
  .barra {
    top: 135px;
  }
  #main-content {
    padding-top: 0;
  }
  .brand {
    border-bottom: 1px solid #fff;
  }
  .header {
    position: relative;
    height: 140px;
  }
  .notify-row {
    float: left;
  }
  .top-nav ul.top-menu {
    float: right;
    margin-top: 17px;
    text-align: left;
    top:0;
  }
  .top-nav ul.top-menu .chat {
    position: relative;
    right: auto;
    top: auto;
  }
  .bar-lg-12 {
    top: 0;
  }
}
.target-sell {
  display: none;
}
.panel-heading .tools {
  float: right;
}
/* Início - Página de Lead */
.page.lead-item .panel-body {
  min-height: 110px;
}
.page.lead-item .panel-body .height-dados .panel-body {
  max-height: 130px;
}

.page.aplicativos .mini-stat, .page.websites .mini-stat {
  max-height: none;
  height: 170px;
}

.dataTables_processing {
  background-color: rgba(0, 0, 0, 0);
  bottom: -16px;
  color: transparent;
  display: none;
  left: 0;
  margin: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  top: -16px;
  z-index: 101;
}

.titulo-base{
  width: 100%;
  text-align: center;
}

.full-w-center-right{
  width: 100%;
  text-align: center;
}

.input-selecione-filter{
  width:100%;
  float: left;
  margin-right: 2%;
}

.filtro-datas{
  width: 100%;
  float: left;
  margin-right: 2%;
  margin-top:10px
}

.full-w{
  width: 100%;
}

.margin-top5{
  margin-top: 5px;
}

.margin-top10{
  margin-top: 10px;
}

.margin-top20{
  margin-top: 20px;
}

.bt-filtro{
  width: 100%;
}

.tagsinput{
  height: 30px !important;
}

#formselectprojetos .multiselect-item{
  text-align: left;
}

#formselectprojetos .full-w-center-right{
  text-align: left;
}

#formselectprojetos .checkbox{
  text-align: left;
}

#leads-table_wrapper .emb-name{
  float: none;
}

#leads-table_wrapper .mens-leads{
  width:100%;
}

#leads-table_wrapper .origem-leads{
  width: 100%;
}

#leads-table_wrapper .mini-stat-icon{
  float: none;
}

#modal-novolead .form-horas{
  width: 100%;
  padding: 0px;
}

#modal-novolead .div-form-icon{
  width: 100%;
}

#pesquisas-table_wrapper .div-pesquisa{
  float: none;
  margin-left: 10px;
  display: inline-block;
}

/*.panel-heading .dropdown-menu>li>a{
	width:auto !important;
}*/

.nome-filtro{
  clear: none;
  width: 145px;
  float: left;
  white-space: normal !important;
}

.link-spinner {
    border: 1px solid rgb(204, 204, 204);
    padding: 2px 6px 6px;
    border-radius: 5px;
    margin-left: 5px;
}

.datepicker-dropdown {
    z-index: 1060 !important;
}

.status-lead-box{
  text-align: center;
}

.status-lead-box .mini-stat-icon{
  float: none;
}

.balao-left .lead-audi-box{
  float:right;
}

.balao-right .lead-audi-box{
  float:left;
}

#pesquisas-table_wrapper .table tr{
	display: block;
  margin-top:20px;
  margin-bottom: 20px;
  width: 100%;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

#pesquisas-table_wrapper .table tr td{
  width: 100%;
  display: block;
  text-align: center;
}

#pesquisas-table_wrapper .dataTables_wrapper{
  width: 100%;
}

#pesquisas-table_wrapper thead{
  display: none;
}



#perguntas-table_wrapper .table tr{
	display: block;
  margin-top:20px;
  margin-bottom: 20px;
  width: 100%;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

#perguntas-table_wrapper .table tr td{
  width: 100%;
  display: block;
  text-align: center;
}

#perguntas-table_wrapper .dataTables_wrapper{
  width: 100%;
}

#perguntas-table_wrapper thead{
  display: none;
}

#clientes-table_wrapper thead{
  display: none;
}

#clientes-table_wrapper.dataTables_wrapper{
 width: 100% !important;
}

#clientes-table_wrapper table.table{
 width: 100% !important;
}

#clientes-table_wrapper table tr{
  border-style: none;
  border-radius: 10px;
  margin-left: 15px;
  width: calc(100% - 30px);
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
  box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
}

#clientes-table_wrapper table tr td{
  text-align: center;
}

#clientes-table_wrapper .icheck .single-row{
  width: inherit;
}

#clientes-table_wrapper .icheck div{
  float:none;
}

#clientes-table_wrapper .icon-informacao{
  margin-top: 0 !important;
}

#clientes-table_wrapper .dataTables_filter{
  float: none;
}

.lead-client .font-big-1{
  font-size: 14px;
}

.lead-client .font-large-1{
  font-size: 16px;
}

.text-center-block{
  width: 100%;
  text-align: center;
  display: block;
}

#sidebar{
  background-color: #1e344d;
}

.top-header{
  background-color: white;
}

.brand{
  background-color: #1e344d;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus{
  background-color: #1e344d;
}

.xpro-rod{
  background-color: #26405d;
  color:#fff;
}

ul.top-menu>li>a:hover, ul.top-menu>li>a:focus, ul.top-menu > li > a, .sidebar-toggle-box .fa-bars{
  color: #1e354c;
}

.top-nav ul.top-menu>li>a, .toggle-right-box{
  background: #eaedf5;
}

ul.sidebar-menu li ul.sub li, ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a, .top-nav ul.top-menu>li>a:hover, .top-nav ul.top-menu>li>a:focus, .toggle-right-box:hover{
  background: #26405d !important;
}

@media (max-width: 479px){
  .top-header{
      background: white !important;
  }
  .notify-row{
    background: white !important;
    border-radius: 10px;
    width: 100%;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {

  #formselectprojetos .multiselect-item{
    text-align: left;
  }

  #formselectprojetos .full-w-center-right{
    text-align: left;
  }

  #formselectprojetos .checkbox{
    text-align: left;
  }

  .progress-stat-bar-large li {
    width: 21px;
  }
  .bar-legend {
    left: 0;
    padding-left: 0;
    position: absolute;
    right: 0px;
    top: 105%;
  }
  .notification-info {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
  }
  .panel.tipos-de-lead .panel-body {
    min-height: 375px;
  }
  .small-height {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {

  #perguntas-table_wrapper .dataTables_wrapper, #pesquisas-table_wrapper .dataTables_wrapper{
    width: 100%;
  }

  #modal-novolead .form-horas{
    width: 98%;
    padding: 0px 10px 15px 0px;
  }

  #modal-novolead .div-form-icon{
    width: 95%;
  }

  #modal-novolead .div-form-icon{
    width: 95%;
  }

  #leads-table_wrapper.dataTables_wrapper {
      width: 100%;
  }

  .notification-info .notification-time{
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bt-filtro{
    width: 10%;
    margin-top:10px !important;
  }

  .filtro-datas{
    width: 35%;
    float: left;
    margin-right: 2%;
    margin-top:10px
  }

  .input-selecione-filter{
    width:50%;
    float: left;
    margin-right: 2% !important;
    margin-top:10px !important;
  }

  .full-w-center-right{
    width: auto;
    text-align: right;
  }

  .titulo-base{
    width: auto;
    text-align: left;
  }

  .small-height {
    height: auto !important;
  }
  #main-content {
    padding-top: 145px;
    background-color: #f1f2f7;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
  }
  .projeto-logo {
  }
  .brand {
    border-bottom: 0;
    margin-left: -17px;
  }
  .header {
    height: 70px;
    padding-top: 0;
    position: fixed;
  }
  .notify-row .top-menu {
    margin: 12px 0 0 50px;
  }
  ul.sidebar-menu {
    /*padding-top: 10px;*/
    padding-top: 70px;
  }
  .barra {
    top: 63px;
    position: absolute;
    padding-left: 238px;
    width: 100%;
  }
  .div-modulo {
    left: 230px;
  }
}
.icheck{
  height: 20px;
}
@media (max-width: 1199px) {
  .late:first-of-type{
    background-color: #e3552e !important;
  }
}
@media (min-width: 1199px){
  .late:first-of-type{
    border-left: 5px solid #e3552e !important;
  }
}
@media (min-width: 992px) {
  #clientes-table_wrapper .dataTables_filter{
    float: right;
  }

  #clientes-table_wrapper .icon-informacao{
    margin-top: -40px;
  }

  #clientes-table_wrapper .icheck .single-row{
    width:inherit;
  }

  #clientes-table_wrapper .icheck div{
    float:none;
  }

  #clientes-table_wrapper table tr{
    /* margin-top: 0;
    width: inherit;
    display: table-row;
    border-left:0;
    border-right:0;
    border-bottom:0; */
    margin-left: 15px;
    width: calc(100% - 30px);
    margin-bottom: 20px;
    border-style: none;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
  }

  #clientes-table_wrapper table tr td{
    width: auto;
  }

  #clientes-table_wrapper thead{
    display: table-header-group;
  }

  #perguntas-table_wrapper .dataTables_wrapper, #pesquisas-table_wrapper .dataTables_wrapper{
    width: 100%;
  }

  .page.lead-item .lead-client {
    min-height: 1390px;
  }

  .status-lead-box .mini-stat-info{
    font-size: 9px;
  }

}

@media (min-width: 1200px) {

  #perguntas-table_wrapper thead, #pesquisas-table_wrapper thead{
    display: table-header-group;
  }

  #perguntas-table_wrapper .table tr, #pesquisas-table_wrapper .table tr{
  	display: table-row;
    margin-top:auto;
    margin-bottom: auto;
    width: auto;
    border-left:0;
    border-right:0;
  }

  #perguntas-table_wrapper .table tr td ,#pesquisas-table_wrapper .table tr td{
    width: auto;
    display: table-cell;
    text-align: left;
  }

  #perguntas-table_wrapper .dataTables_wrapper , #pesquisas-table_wrapper .dataTables_wrapper{
    width: 100%;
  }

  #perguntas-table_wrapper .dataTables_wrapper , #pesquisas-table_wrapper .div-pesquisa{
    float: left;
    margin-left: 10px;
    display: block;
  }

  #perguntas-table_wrapper .dataTables_wrapper, #pesquisas-table_wrapper .dataTables_wrapper{
    width: 100%;
  }

  .status-lead-box .mini-stat-info{
    font-size: 12px;
  }

  #leads-table_wrappe .dataTables_filter label{
    width: auto;
  }

  #leads-table_wrapper .mini-stat-icon{
    float: left;
  }

  #leads-table_wrapper .origem-leads{
    width: 140px;
  }

  #leads-table_wrapper .mens-leads{
    width:250px;
  }

  #leads-table_wrapper .leads-perfil{
    width: 70px;
    float: left;
  }

  #leads-table_wrapper .emb-name{
    float: left;
  }

  #leads-table_wrapper thead{
    display: table-header-group;
  }

  #leads-table_wrapper tr{
    border-style: none;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 16px -5px rgba(0,0,0,0.14);
  }

  #leads-table_wrapper td{
    display: table-cell;
    text-align: left;
    border-left: 0;
    border-right: 0;
  }

  #leads-table_wrapper .lead-link{
    height: 178px;
  }

  .fix-height-lg {
    height: 235px;
  }
  .fix-height-lg .widget-h {
    margin-bottom: 25px;
  }
  .fix-height-lg .top-stats-panel {
    height: 210px;
  }
  .breadcrumbs-alt {
    display: block;
  }
  .page.lead-item .lead-client {
    min-height: 540px;
  }

}

@media (max-width: 1300px){
  #pesquisas-table_wrapper.dataTables_wrapper,  #perguntas-table_wrapper.dataTables_wrapper,  #leads-table_wrapper.dataTables_wrapper {
      width: 100%;
  }
}


.top-menu .container {
  max-width: 1020px;
}
.box-modelo-a .panel {
  border: 1px solid #efefef;
}
.box-modelo-a .panel-heading {
  background-color: #efefef;
}
.box-modelo-a .editable-inline, .box-modelo-a .editable-inline .form-group, .box-modelo-a .editable-inline .editable-input, .box-modelo-a .editable-inline textarea {
  width: 100% !important;
}
.box-modelo-a .editable-inline .editable-buttons {
    display: block;
    margin-left: 0;
    text-align: right;
    margin-top: 15px;
}
.tipos-publicacoes .box {
  display: block;
  height: 80px;
  overflow: scroll;
}
.tipos-publicacoes .alert {
  margin-bottom: 20px;
}

.evento-calendario{
  border: 1px solid;
  border-radius: 5px;
  margin: 1px 2px;
  padding: 0px 2px;
  cursor: move;
  height: auto !important;
}

.evento-calendario2{
  border: 1px solid;
  border-radius: 5px;
  margin: 1px 2px;
  padding: 10px;
  cursor: move;
}

.btn.addswot {
  position: relative;
  z-index: 2;
}

.lead-link, .lead-link:focus {
  color: #767676;
  display: block;
  height: 178px;
  vertical-align: middle;
  display: inherit;
}

.lead-link:hover {
  color: #696868;
}
.dropdown-projetos-list {
  left: -35px;
  position: absolute;
  top: 35px;
  width: 250px !important;
}
.dropdown-projetos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-projetos ul li a {
  border-bottom: 1px solid #ececec;
}
.dropdown-projetos ul li a:hover {
  background-color: #F7F7F7;
}
.dropdown-projetos a {
  display: block;
}
.dropdown-projetos-list-list-item-link {
  padding: 5px 10px 5px 30px;
  font-weight: 700;
}
.dropdown-projetos-list-list-list-item-link {
  padding: 5px 10px 5px 40px;
  color: #0087DC;
}
.dropdown-projetos-list-list-list-list-item-link {
  padding: 5px 10px 5px 60px;
  color: #7B7B7B;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #000;
}

.xselect {
  background-color: #fff;
  border: none;
  margin-left: -10px;
  margin-top: -20px;
  width: 103%;
}

.btn-novo-dominio, .novo-dominio-voltar {
  float: right;
  margin-top: -32px;
  border: none;
  background-color: #2196F3;
  color: #fff;
  font-size: 12px;
  padding: 10px 15px;
  border-radius: 3px;
}

.novo-dominio-voltar {
  float: left;
  margin-top: -7px;
  margin-right: 15px;
}

#modal-dominios .form-group {
  text-align: left;
}

.editable-clear {
  display: none;
}

div.tagsinput div {
  margin-top: -3px;
}
.tagsinput span.tag {
  margin-top: 1px;
}

.lead-audi-box {
    max-width: 300px;
    overflow: hidden;
    margin-top: 6px;
    float: left;
    border-radius: 2px;
    height: 56px;
    position: relative;
}
.btn-audio-atualizar {
    position: absolute;
    background-color: #f1f3f4;
    color: #5a5a5a;
    width: 38px;
    height: 56px;
    text-align: center;
    right: 0px;

    transition: transform 10s;
    z-index: 99;
}
.btn-audio-atualizar.atualizando {
    animation-duration: .37s;
    animation-name: gira;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.btn-audio-atualizar .fa {
    margin-top: 21px;
    font-size: 16px;
}
@keyframes gira {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.topo-ferramentas .dropdown-menu i.fa {
  text-align: center;
  width: 25px;
}
.topo-ferramentas .dropdown-menu {
  padding: 10px 0;
}
.topo-ferramentas .dropdown-menu>li>a {
  padding: 3px 12px;
}
.topo-ferramentas .dropdown-header {
  display: block;
  padding: 3px 20px 3px 16px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #000;
  font-weight: 600;
  margin-top: 6px;
}

.page.lead-item .progress-striped .progress-bar {
    margin: 0;
    min-width: 5px;
    border-right: 2px solid #fff;
}
.page.lead-item .progress {
    border-radius: 0;
}

.requerido-asterisco {
    position: absolute;
    right: -13px;
    top: 9px;
    font-weight: 800;
}
.scroll-pagina {
  display: none;
  position: fixed;
  right: 35px;
  background-color: rgba(0, 0, 0, 1);
  cursor: pointer;
  padding: 10px 14px;
  font-size: 14px;
  bottom: 110px;
  height: 40px;
  width: 40px;
  color: #fff;
  z-index: 9999;
  border-radius: 50%;
  opacity: 0.4;
}
.scroll-pagina:hover {
  opacity: .7;
}
.select2-container-multi .select2-choices .select2-search-choice {
  line-height: 16px;
  background-image: none !important;
  border: none !important;
  padding: 5px 5px 5px 18px !important;
}
/*.salvar-usuarios-list.dropdown-menu>li>a {*/
  /*padding: 3px 10px;*/
/*}*/

li.item-da-lista {
  margin-left: -30px;
  padding: 5px 10px;
}
li.item-da-lista:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}
li.item-da-lista a {
  display: block;
}
.late {
  /* background-color: #f2dede !important; */
  animation: colorchange 1s infinite;
  -webkit-animation: colorchange 1s infinite;

  border-top:none;
}
@keyframes colorchange
{
  0%   {background: #f2dede;}
  50% {background: #f9d1d1;}
  100% {background: #f2dede;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
  0%   {background: #f2dede;}
  50% {background: #f9d1d1;}
  100% {background: #f2dede;}
}


.select2-container-multi .select2-choices{
  border: 1px solid #e0e1e7 !important;
  background-image: none !important;
}
.filtro-datas button{
  border-radius: 10px !important;
    margin-right: 5px !important;
    border-style: none;
}
.no-padding{
  padding: 0px;
}
.dropdown-menu>li>a {
  color: #032d62;
}
.wysihtml5-sandbox{
  border-radius: 10px !important;
  border-style: none !important;
}
#graficotipos .highcharts-point{
  fill: #ff6900;
}
#graficoorigens .highcharts-point{
  fill: #63a0f1;
}
table {
  border-collapse:separate; 
  border-spacing: 0 1em;
}
table tr td:first-of-type {
  border-radius: 10px 0px 0px 10px;
}
table tr td:last-of-type {
  border-radius: 0px 10px 10px 0px;
}
table tr th:first-of-type {
  border-radius: 10px 0px 0px 10px;
}
table tr th:last-of-type {
  border-radius: 0px 10px 10px 0px;
}
@media (max-width: 1199px) {
  table tr th:first-of-type {
    border-radius: 10px 10px 0px 0px;
  }
  table tr th:last-of-type {
    border-radius: 0px 0px 10px 10px;
  }
  table tr td:first-of-type {
    border-radius: 10px 10px 0px 0px;
  }
  table tr td:last-of-type {
    border-radius: 0px 0px 10px 10px;
  } 
}
.tags {
  background: #1e344d !important;
  float: left;
  position: relative;
  margin-left: 5px;
  line-height: initial !important;
}
.panel .height-dados{
  margin-bottom: auto;
}
.panel .height-dados .panel-body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.panel .height-dados .panel-body .reset-height-alert{
  width: 100%;
}
.panel .height-dados .panel-body .input-group{
  width: 100%;
}
.ui-corner-all a{
  background-color: white;
  min-height: 60px !important;
  margin: 5px;
  border-radius: 10px;
  box-shadow: 0px 10px 12px 0px rgba(0,0,0,0.08);
  transition: 0.3s;
}
.ui-corner-all a:hover{
  margin: 5px;
}

/* box-notification */
#box-notification-whatsapp{
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.box-notification{
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 0px 10px 12px 0px rgba(0,0,0,0.08);
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 300px;
}
.box-notification-icon{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.box-notification-content{
  width: calc(100% - 35px);
}
.box-notification p{
  margin-bottom: 0px;
  font-size: 12px;
}
.box-notification h6{
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
.yellow-notification{
  background-color: #fed859;
  color: dimgray;
}
.yellow-notification .box-notification-icon{
  background-color: white;
}
.red-notification{
  background-color: #fe5959;
  color: white;
}
.red-notification .box-notification-icon{
  background-color: rgb(190, 190, 190);
}