/*Write your custom css in this file.*/
.btn-primary {
    background: #1ccacc;
    color: #fff;
}

.btn-primary:hover {
    background: #269abc;
    color: #fff;
}

#js-init-chat-icon {
    background: #1d2632;
}

.bg-dark-success {
    background: #1d2632;
    color: #fff;
}

.black-div{
    background-color: black;
}

.check-item{
	width: 100%;
	height: auto;

}
.check-text{
	padding-left: 5%;
	width: 90%;
	height: auto;
	float: left;
}

.check-options{
	width: 3%;
	height: auto;
	float: right;
	padding-right: 5%;
	background-color: green;
}

label {
  display: inline-block;
}

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
   appearance: none;

  width: 250px;
  height: 20px;
}
progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress {
  text-align: center;
}
progress:after {
  content: attr(value)'%';
}

/* ACTUALIZACION JORGE maquetación de sidebar de FAQs de Soporte 04-02-2021 */

#bloques_and_questions .clearfix.settings-anchor {
    padding: 1rem 2rem; 
    border: 1px solid #ebedf2;
    margin: 0;
    text-transform: uppercase; 
  }
#bloques_and_questions > ul {
  padding: 0!important; 
  
}
#bloques_and_questions ul {
   
  border: 1px solid #ebedf2;
  border-radius: 6px;
}
#bloques_and_questions .clearfix.settings-anchor.collapsed {
  background-color: #fff;
}
#bloques_and_questions .clearfix.settings-anchor.collapsed:hover {
  background-color: #f2f4f6;
}
#bloques_and_questions .clearfix.settings-anchor {
  background-color: #f2f4f6;
}
#bloques_and_questions .clearfix.settings-anchor:hover {
  background-color: #f2f4f6;
}
#bloques_and_questions ul.list-group.help-catagory {
  margin: 15px;
}
#bloques_and_questions .dropdown-toggle > span {
   text-transform: uppercase; 
   padding-right: 20px;
}
#bloques_and_questions .dropdown-toggle > span.fa-chevron-down {   
   padding-right: 0px;
}
#bloques_and_questions .dropdown-toggle.collapsed {
  background-color: #fff;
}
#bloques_and_questions .dropdown-toggle.collapsed:hover {
  background-color: #f2f4f6;
}
#bloques_and_questions .dropdown-toggle {
  background-color: #f2f4f6;
  border-bottom: 1px solid #000;
}
#bloques_and_questions .dropdown-toggle:hover {
  background-color: #f2f4f6;
}
#sidebar_right-menu > div > .btn {
  padding: 12px;
}
#bloques_and_questions .dropdown-toggle > div.col-xs-10 > span {
  text-transform: uppercase; 
  font-size: 12px;
 }

 #bloques_and_questions > ul.vertical.settings {
      margin-bottom: 30px;
 }

/* FIN ACTUALIZACION JORGE maquetación de sidebar FAQs de Soporte 04-02-2021 */



/*ADAPTACION RESPONSIVE DE LAS TABLAS  05-02-2021 */
.table-responsive {
  font-size: 11px;
  overflow: unset !important;
  overflow-x: auto !important;  
}

table.dataTable {
  border: 1px solid #f2f2f2;
    overflow:   auto;
    max-height:  500px;
}
.panel.clearfix > .panel.clearfix > .tab-content > .tab-pane.fade.active.in {
  padding: 15px;
}
table.dataTable thead {
      background-color: aliceblue;
}
table.dataTable thead th.option {
  width: fit-content !important;
  min-width: 100px;
}
table.dataTable tbody td.option a {
  display: unset !important;
}
table.dataTable tbody td.option a i.fa{
  display: unset !important;
  padding: 9px;
}


.dataTables_wrapper {
  padding: 10px;
/*  hay que eliminar esta clase aquí cuando termine de adaptar las tablas en todas las vistas
*/}
.padding-datatables {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .tab-pane.fade.active.in {
    padding: 15px;
  }
  .table-responsive {
    font-size: 9px;
  }
}
.table-responsive {
    padding-bottom: 60px;
  
}

/*FIN ADAPTACION RESPONSIVE DE LAS TABLAS  05-02-2021 */

/*ANCHURA DE SCROLL*/
.scrollable-page > .ps__rail-y > .ps__thumb-y {
  width: 15px;
}
.scrollable-page > .ps__rail-y:hover > .ps__thumb-y {
  width: 15px;
}
#sidebar-scroll .ps__thumb-y {
  width: 5px;
}
#sidebar-scroll .ps__rail-y:hover > .ps__thumb-y {
  width: 5px;
}


.scrollable-page::-webkit-scrollbar {
    width: 15px;
}
/* FIN ANCHURA DE SCROLL*/



/* FIN FALLO SCROLL VERTICAL EN TABLAS*/

/*AJUSTE RESPONSIVE KANBAN */
.kanban-col {
    margin: 10px 15px;
    width: 22% !important;
}
.kanban-container {
    width: 100% !important;
}
.kanban-item {   
    width: 100% !important;
  }
@media screen and (max-width: 767px) {
  .kanban-col {  
    width: 90% !important;
  }
  
  .kanban-item-list {  
    height: fit-content !important;
    min-height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .kanban-col {  
    width: 45% !important;
  }
  .kanban-item-list {   
    min-height: 20px;
    height: fit-content !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px){
  .kanban-col {  
    width: 30% !important;
  }
}

/* FIN AJUSTE RESPONSIVE KANBAN */ 

.bl-primary {
  padding-left: 7px;
  border-left: 5px solid #007bff !important;
}

.bl-info {
  padding-left: 7px;
  border-left: 5px solid #5bc0de !important;
}

.bl-sky {
  padding-left: 7px;
  border-left: 5px solid #17a2b8 !important;
}

.bl-warning {
  padding-left: 7px;
  border-left: 5px solid #ffc107 !important;
}

.bl-secondary {
  padding-left: 7px;
  border-left: 5px solid #6c757d !important;
}

.bl-success {
  padding-left: 7px;
  border-left: 5px solid #28a745 !important;
}

.bl-danger {
  padding-left: 7px;
  border-left: 5px solid #dc3545 !important;
}

.bl-purple {
  padding-left: 7px;
  border-left: 5px solid #9B59B6 !important;
}

.bl-dark {
  padding-left: 7px;
  border-left: 5px solid #343a40 !important;
}

.bl-light {
  padding-left: 7px;
  border-left: 5px solid #f8f9fa !important;
}

.bl-coral {
  padding-left: 7px;
  border-left: 5px solid #f56e6a !important;
}

.bl-orange {
  padding-left: 7px;
  border-left: 5px solid #FF5500 !important;
}

.bl-pink {
  padding-left: 7px;
  border-left: 5px solid #F472D0 !important;
}

.bl-white {
  padding-left: 7px;
  border-left: 5px solid #fff !important;
}


.label-secondary {
  background-color: #6c757d;
}

.label-sky {
  background-color: #17a2b8;
}

.label-purple {
  background-color: #9B59B6;
}

.label-pink {
  background-color: #F472D0;
}

.label-orange {
  background-color: #FF5500;
}


.bg-primary {
  background-color: #007bff;
}

.bg-info {
  background-color: #5bc0de;
}

.bg-sky {
  background-color: #17a2b8;
}

.bg-warning {
  background-color: #ffc107;
}

.bg-secondary {
  background-color: #6c757d;
}

.bg-success {
  background-color: #28a745;
}

.bg-danger {
  background-color: #dc3545;
}

.bg-purple {
  background-color: #9B59B6;
}

.bg-dark {
  background-color: #343a40;
}

.bg-light {
  background-color: #f8f9fa;
}

.bg-coral {
  background-color: #f56e6a;
}

.bg-orange {
  background-color: #FF5500;
}

.bg-pink {
  background-color: #F472D0;
}

.bg-white {
  background-color: id #fff;
}


#irpf_percent:after {
  content: '%';
}


.btn-grey {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-grey:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-purple {
  color: #fff;
  background-color: #9B59B6;
  border-color: #9B59B6;
}

.btn-purple:hover {
  color: #fff;
  background-color: #76448A;
  border-color: #76448A;
}

.btn-orange {
  color: #fff;
  background-color: #FF5500;
  border-color: #F39C12;
}

.btn-orange:hover {
  color: #fff;
  background-color: #EC4000;
  border-color: #EC4000;
}

.btn-pink {
  color: #fff;
  background-color: #F472D0;
  border-color: #F472D0;
}

.btn-pink:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}



.flex-btn-comer {
  display: flex;
}

.flex-btn-comer > div {
  margin: 5px;
  padding: 10px;
  border-radius: 6px;
}

/*  ESTILOS DE TABLA DE BOOSTRAP  */

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/*AJUSTES RESPONSIVE HEADER CON TODOS LOS ICONOS*/

.navbar-brand {
    padding: 5px;
    width: 140px;
    margin-right: 0;
    overflow: hidden;
}
.navbar-brand>img {
    display: block;
    max-width: 130px;
    padding-top: 5px;
}

@media (max-width: 960px) {
  #content {
      margin-top: 100px;
    }
  }
@media (max-width: 1023px) {  
  .navbar-left {
    float: right!important;
  }
}

@media (max-width:767px) {
  #content {
      margin-top: 50px;
    }
  .navbar-left {
    float: right!important;
  }
  .nav>li>a {    
    padding: 10px 10px;
  }
  .pr15-xs {
    padding-right: 15px;
  }
}

@media (max-width:369px) {
  .nav>li>a {    
    padding: 8px 8px;
  }
  .pr15-xs {
    padding-right: 12px;
  }
}

/*AJUSTES RESPONSIVE Y DISEÑO WIDGETS DASHBOARD*/

.panel .widget-details > h1, #js-clock-in-out h1 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px !important;   
    margin-bottom: 5px !important;
}


.panel .widget-details {
    font-size: 13px;
}

@media (min-width:768px) {
  #js-clock-in-out h1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width:992px) and (max-width:1023px) {
  .panel .widget-details > h1, #js-clock-in-out h1 {
      font-size: 13px;      
  }
  .panel .widget-container .widget-details {
      font-size: 11px;
  }
}
@media (min-width:1024px) and (max-width:1365px) {
  .panel .widget-details > h1, #js-clock-in-out h1 {
      font-size: 15px;
  }
  .panel .widget-details {
      font-size: 12px;
  }
}
#js-clock-in-out a {
    width: 100%;
    padding: 10px;
}
/*.panel {
    background-color: #fff !important;
}*/
.panel .widget-icon {
    color: #fff;
    font-size: 40px;
    min-height: unset;
}
.panel.panel-primary {
    background-color: #fff;
    color: #cecece;
}
.panel.panel-primary .widget-details {
    color: #000;
    font-weight: 600;
}
.panel.panel-primary .widget-details > h1 {
   color: #3d7cc2;
   font-weight: 600;
}
.panel.panel-success {
    background-color: #fff;
    color: #cecece;
}
.panel.panel-success .widget-details {
    color: #000;
    font-weight: 600;
}
.panel.panel-success .widget-details > h1 {
   color: #5ec78a;
}
.panel.panel-coral {
    background-color: #fff;
    color: #cecece;
}
.panel.panel-coral .widget-details {
    color: #000;
    font-weight: 600;
}

.panel.panel-coral .widget-details > h1 {
   color: #f56e6a;
}

.panel.panel-sky {
    background-color: #fff;
    color: #cecece;
}
.panel.panel-sky .widget-details {
    color: #000;
    font-weight: 600;
}

.panel.panel-sky .widget-details > h1 {
   color: #40aef1;
}
.panel.panel-info {
    background-color: #fff;
    color: #47c9dd;
}
.panel.panel-info .widget-details {
    color: #000;
    font-weight: 600;
}

.panel.panel-info .widget-details > h1 {
   color: #40aef1;
}
.panel.panel-purple {
    background-color: #fff;
    color: #47c9dd;
}
.panel.panel-purple .widget-details {
    color: #000;
    font-weight: 600;
}

.panel.panel-purple .widget-details > h1 {
   color: #dd5a8a;
}
.panel.panel-orange {
    background-color: #fff;
    color: #47c9dd;
}
.panel.panel-orange .widget-details {
    color: #000;
    font-weight: 600;
}

.panel.panel-orange .widget-details > h1 {
   color: #f8b41b;
}
#js-clock-in-out.panel-info  {
    background-color: #47c9dd !important;
    color: #fff !important;
}
#js-clock-in-out.panel-coral  {
    background-color: #f56e6a !important;
    color: #fff !important;
}
#js-clock-in-out .widget-details {
    color: #fff !important;
   /* display: inline-flex;*/
}
#js-clock-in-out .mb15 {
    margin-bottom: 6px;
}
.widget-container.col-md-2  #js-clock-in-out > .panel-body > .row > .col-sm-6 {
    width: 100%;
    text-align: center !important;
    padding: 0;
}
.widget-container #js-clock-in-out {
    min-height:  70px;
}

#js-clock-in-out.panel-coral > .panel-body .btn {
    color: #F06C71;
}
#js-clock-in-out.panel-info > .panel-body .btn {
    color: #20C5CB;
}

/*.widget-container.col-md-2 > #js-clock-in-out .widget-icon {
  color: transparent;
}*/

.widget-container.col-md-2 > #js-clock-in-out .widget-details {
  font-size: 10px;
}

.panel-default>.panel-heading {
    color: #000;
}
#sticky-note-container {
    margin-top: 10px;
}
.widget-container #js-kanban-filter-container h4 {
    color: #000;
    font-weight: bold;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin-top: 0;
}
.widget-container #js-kanban-filter-container h4:before {
    content: "\f0ae";
    color: #000;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
}
.widget-container #kanban-container {
    text-align: center;
        border-radius: 6px;
}
.widget-container #kanban-wrapper {
    padding: 5px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
}
.widget-container #kanban-container .kanban-col {
    width: 26% !important;
    margin: 3%;
}
.widget-container.col-md-3 #kanban-container .kanban-col {
    font-size: 11px;
}
.widget-container.col-md-3 .kanban-col-title {
    margin-right: 0;
    padding: 5px;
}
.widget-container #js-kanban-filter-container {
    border-radius: 6px 6px 0 0;
}
.widget-container .panel .table-responsive {
    /*height: inherit !important;*/
    max-height: 282px;
}
.widget-container .panel #project_energia-timeline-container {
    /*height: inherit !important;*/
    max-height: 388px;
}
.widget-container .panel #project-timeline-container {
    /*height: inherit !important;*/
    max-height: 388px;
}
.widget-container .panel #project_tecnologia-timeline-container {
    /*height: inherit !important;*/
    max-height: 388px;
}
.widget-container .panel #project_construccion-timeline-container {
    /*height: inherit !important;*/
    max-height: 388px;
}
.widget-container .panel .DTTT_container {
    float: left;
}
.widget-container.col-md-3 .DTTT_container {
    float: left;
}
.widget-container.col-md-4  .DTTT_container {
    width: 50%;
    float: left;
}
.widget-container .kanban-item-list {
    max-height: 150px;
}
.widget-container > .clearfix {
    padding-bottom: 20px;
}
.widget-container.col-md-4 > .clearfix #btn-filters-kanban, .widget-container.col-md-3 > .clearfix #btn-filters-kanban, .widget-container.col-md-4 > .clearfix #btn-filters-kanban-construccion, .widget-container.col-md-3 > .clearfix #btn-filters-kanban-construccion, .widget-container.col-md-4 > .clearfix #btn-filters-kanban-energia, .widget-container.col-md-3 > .clearfix #btn-filters-kanban-energia, .widget-container.col-md-3 > .clearfix #btn-filters-kanban, .widget-container.col-md-4 > .clearfix #btn-filters-kanban-tecnologia, .widget-container.col-md-3 > .clearfix #btn-filters-kanban-tecnologia {
    display: inline-flex;
}
.widget-container .table-responsive {
    padding-bottom: 0px;
}

.widget-container.col-md-3 .dataTables_wrapper .dataTables_filter {
    float: left;
}
.widget-container.col-md-3 #pagares_widget-table_wrapper > .datatable-tools > .col-md-2, .widget-container.col-md-4 #pagares_widget-table_wrapper > .datatable-tools > .col-md-2 {
    width: 100%;
}
.widget-container > .panel > .padding-datatables{
    padding-top: 0;
}
/*.widget-container.col-md-4 .widget-details h1, .widget-container.col-md-6 .widget-details h1 {
    display: inline-flex;
    margin-left: 5px;
}*/

.widget-container.col-md-3 #pagares_widget-table_wrapper .dataTables_filter, .widget-container.col-md-4 #pagares_widget-table_wrapper .dataTables_filter, .widget-container.col-md-3 #pagares_widget-table_wrapper .dataTables_filter input , .widget-container.col-md-4 #pagares_widget-table_wrapper .dataTables_filter input {
    margin-left: 0;
}
.widget-container.col-md-2 #js-clock-in-out .btn{
    font-size: 11px;
}
.widget-container.col-md-2 #js-clock-in-out .widget-details .btn {
        margin-right: 5px;
}
.widget-container #active-team-members-staff {
  /*max-height: 313px;*/
  max-height: 370px;
}
.widget-container #active-team-members-client {
  /*max-height: 313px;*/
  max-height: 370px;
}

/*CARRUSELES A PANTALLA COMPLETA*/
.modal-dialog.modal-lg.carousel-fullsc {
    position: relative;
    height: auto;
    min-height: 100% !important;
    margin-top: 0;
    width: 99%;
    margin-left: 0.5%;
}
.modal-dialog.modal-lg.carousel-fullsc #carousel > .carousel-inner > .item > img {
    margin: auto !important;
    height: 88vh;    
    max-height: unset !important;
}
.modal-dialog.modal-lg.carousel-fullsc .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
#full-screen-car {
  float: right;
  margin-bottom: 15px;
}
.modal-dialog.modal-lg.carousel-fullsc .close {
/*  margin-bottom: 0px;
*/}  
.modal-dialog.modal-lg.carousel-fullsc .modal-header {  
  border-bottom: none;
} 
.modal-dialog.modal-lg.carousel-fullsc .modal-title {
  display: none;
}  
.modal-dialog.modal-lg .modal-body.clearfix.import-client-modal-body.modal-carousel {
  overflow-y: unset !important;
  height: unset !important;
}

@media (max-width:1024px)  {
  #full-screen-car {
    display: none;
  }
}

/*AJUSTES RESPONSIVE EVENTOS*/
@media (max-width:767px) {
  .eventos-hoy {
    display: none;
  }
}

/*AJUSTES RESPONSIVE TABLA CLIENTES*/
@media (max-width:767px) {
  #client-table th, #client-table td  {
    display: none;
    border:  none;
  }
  
  #client-table th:nth-child(4), #client-table td:nth-child(4)  {
    display: inline-block;
    width: 100%;
 }
 .table-responsive.clientes-respo {
    overflow-x: unset !important;
 }
}

/*AJUSTES RESPONSIVE TABLA CLIENTES INMOBILIARIOS*/
@media (max-width:767px) {
  #clients_inmobiliarios-table th, #clients_inmobiliarios-table td  {
    display: none;
    border:  none;
  }
  
  #clients_inmobiliarios-table th:nth-child(2), #clients_inmobiliarios-table td:nth-child(2)  {
    display: inline-block;
    width: 100%;
 }
 .table-responsive.clients_inmobiliarios-table-respo {
    overflow-x: unset !important;
 }
}


/*AJUSTES RESPONSIVE TABLA LEADS*/
@media (max-width:767px) {
  #lead-table th, #lead-table td  {
    display: none;
    border:  none;
  }
  
  #lead-table th:nth-child(2), #lead-table td:nth-child(2) {
    display: inline-block;
    width: 100%;
 }
 
 .table-responsive.lead-table-respo {
    overflow-x: unset !important;
 }
}

/*AJUSTES RESPONSIVE TABLA SOLICITUDES DE CLIENTES*/
@media (max-width:767px) {
  #estimate-request-table th, #estimate-request-table td  {
    display: none;
    border:  none;
  }
  
  #estimate-request-table th:nth-child(2), #estimate-request-table td:nth-child(2), #estimate-request-table th:nth-child(3), #estimate-request-table td:nth-child(3)  {
    display: inline-block;
    width: 40%;
 }
  #estimate-request-table th:nth-child(2), #estimate-request-table td:nth-child(2){
    float: left;
  }
  #estimate-request-table th:nth-child(3), #estimate-request-table td:nth-child(3){
    float: right;
  }
 .table-responsive.estimate-request-table-respo {
    overflow-x: unset !important;
 }
}

/*AJUSTES RESPONSIVE TABLA SOLICITUDES DE OFERTAS*/
@media (max-width:767px) {
  #monthly-estimate-table th, #monthly-estimate-table td  {
    display: none;
    border:  none;
  }
  
  #monthly-estimate-table th:nth-child(3), #monthly-estimate-table td:nth-child(3), #monthly-estimate-table th:nth-child(4), #monthly-estimate-table td:nth-child(4)  {
    display: inline-block;
    width: 39%;
  }
  #monthly-estimate-table th:nth-child(3), #monthly-estimate-table td:nth-child(3){
    float: left;
  }
  #monthly-estimate-table th:nth-child(4), #monthly-estimate-table td:nth-child(4){
    float: right;
  }
 .table-responsive.monthly-estimate-table-respo {
    overflow-x: unset !important;
  }
  #yearly-estimate-table th, #yearly-estimate-table td  {
    display: none;
    border:  none;
  }
  
  #yearly-estimate-table th:nth-child(3), #yearly-estimate-table td:nth-child(3), #yearly-estimate-table th:nth-child(4), #yearly-estimate-table td:nth-child(4)  {
    display: inline-block;
    width: 39%;
  }
  #yearly-estimate-table th:nth-child(3), #yearly-estimate-table td:nth-child(3){
    float: left;
  }
  #yearly-estimate-table th:nth-child(4), #yearly-estimate-table td:nth-child(4){
    float: right;
  }
 .table-responsive.yearly-estimate-table-respo {
    overflow-x: unset !important;
 }
}

/*AJUSTES RESPONSIVE TABLA PEDIDOS*/
@media (max-width:767px) {
  #daily-table th, #daily-table td  {
    display: none;
    border:  none;
  }  
  #daily-table th:nth-child(4), #daily-table td:nth-child(4) {
    display: inline-block;
    width: 100%;
  }
  .table-responsive.daily-table-respo {
    overflow-x: unset !important;
  }
  #monthly-table th, #monthly-table td  {
    display: none;
    border:  none;
  }
  
  #monthly-table th:nth-child(4), #monthly-table td:nth-child(4) {
    display: inline-block;
    width: 100%;
  }
  .table-responsive.monthly-table-respo {
    overflow-x: unset !important;
  }
  #weekly-table th, #weekly-table td  {
    display: none;
    border:  none;
  } 
  #weekly-table th:nth-child(4), #weekly-table td:nth-child(4) {
    display: inline-block;
    width: 100%;
  }
  .table-responsive.weekly-table-respo {
    overflow-x: unset !important;
  } 
  #yearly-table th, #yearly-table td  {
    display: none;
    border:  none;
  }
  
  #yearly-table th:nth-child(4), #yearly-table td:nth-child(4) {
    display: inline-block;
    width: 100%;
  }
 
  .table-responsive.yearly-table-respo {
    overflow-x: unset !important;
  }
  #custom-table th, #custom-table td  {
    display: none;
    border:  none;
  }
  
  #custom-table th:nth-child(4), #custom-table td:nth-child(4) {
    display: inline-block;
    width: 100%;
  }
 
  .table-responsive.custom-table-respo {
    overflow-x: unset !important;
  } 
}
/*AJUSTES RESPONSIVE TABLA RESERVAS*/
@media (max-width:767px) {
  #reservas-table th, #reservas-table td  {
    display: none;
    border:  none;
  }
  
  #reservas-table th:nth-child(2), #reservas-table td:nth-child(2) {
    display: inline-block;
    width: 100%;
 }
 
 .table-responsive.reservas-table-respo {
    overflow-x: unset !important;
 }
}

/*AJUSTES RESPONSIVE TABLA CONTACTOS LEADS*/
@media (max-width:767px) {
  #contact-table th, #contact-table td  {
    display: none;
    border:  none;
  }
  
  #contact-table th:nth-child(2), #contact-table td:nth-child(2) {
    display: inline-block;
    width: 100%;
 }
 
 .table-responsive.contact-table-respo {
    overflow-x: unset !important;
 }
}

/*AJUSTES RESPONSIVE TABLA SOLICITUDES DE CLIENTES EN LEADS*/
@media (max-width:767px) {
  .leads  #estimate-request-table th, .leads #estimate-request-table td  {
    display: none;
    border:  none;
  }
  
  .leads #estimate-request-table th:nth-child(2), .leads #estimate-request-table td:nth-child(2), .leads  #estimate-request-table th:nth-child(3), .leads #estimate-request-table td:nth-child(3)  {
    display: inline-block;
    width: 40%;
  }
  .leads #estimate-request-table th:nth-child(2), .leads #estimate-request-table td:nth-child(2){
    float: left;
  }
  .leads #estimate-request-table th:nth-child(3), .leads #estimate-request-table td:nth-child(3){
    float: right;
  }
 .table-responsive.estimate-request-table-respo.leads {
    overflow-x: unset !important;
 }
}
/*AJUSTES RESPONSIVE TABLA OFERTAS EN LEADS*/
@media (max-width:767px) {
  .leads  #estimate-table th, .leads #estimate-table td  {
    display: none;
    border:  none;
  }
  
  .leads #estimate-table th:nth-child(3), .leads #estimate-table td:nth-child(3) {
    display: inline-block;
    width: 100%;
  }
 
 .table-responsive.estimate-table-respo.leads {
    overflow-x: unset !important;
 }
}

/*AJUSTES RESPONSIVE TABLA NOTAS EN LEADS*/
@media (max-width:767px) {
  .leads  #note-table th, .leads #note-table td  {
    display: none;
    border:  none;
  }
  
  .leads #note-table th:nth-child(2), .leads #note-table td:nth-child(2) {
    display: inline-block;
    width: 100%;
  }
 
 .table-responsive.note-table-respo.leads {
    overflow-x: unset !important;
 }
}

/*AJUSTES RESPONSIVE TABLA ARCHIVOS EN LEADS*/
@media (max-width:767px) {
  .leads  #client-file-table th, .leads #client-file-table td  {
    display: none;
    border:  none;
  }
  
  .leads #client-file-table th:nth-child(2), .leads #client-file-table td:nth-child(2) {
    display: inline-block;
    width: 100%;
  }
 
  .table-responsive.client-file-table-respo.leads {
    overflow-x: unset !important;
  }
}
/*AJUSTES RESPONSIVE TABLA DIRECCION EN CLIENTES*/
/*@media (max-width:767px) {
  #direcciones-table th, #direcciones-table td  {
    display: none;
    border:  none;
  }
  #direcciones-table th:nth-child(4),  #direcciones-table td:nth-child(4),   #direcciones-table th:nth-child(5),  #direcciones-table td:nth-child(5)  {
    display: inline-block;
    width: 40%;
  }
  #direcciones-table th:nth-child(4),  #direcciones-table td:nth-child(4){
    float: left;
  }
  #direcciones-table th:nth-child(5),  #direcciones-table td:nth-child(5){
    float: right;
  }
  .table-responsive.direcciones-table-respo {
    overflow-x: unset !important;
  }
}*/

/*AJUSTES RESPONSIVE TABLA PROYECTOS EN CLIENTES*/
@media (max-width:767px) {
  #client-projects-list #project-table th, #client-projects-list #project-table td  {
    display: none;
    border:  none;
  }
  
  #client-projects-list #project-table th:nth-child(3), #client-projects-list #project-table td:nth-child(3) {
    display: inline-block;
    width: 100%;
  }
 
  .table-responsive#client-projects-list{
    overflow-x: unset !important;
  }
}
/*AJUSTES RESPONSIVE TABLA PROYECTOS TIC EN CLIENTES*/
@media (max-width:767px) {
  #client-projects-list #project_tecnologia-table th, #client-projects-list #project_tecnologia-table td  {
    display: none;
    border:  none;
  }
  
  #client-projects-list #project_tecnologia-table th:nth-child(3), #client-projects-list #project_tecnologia-table td:nth-child(3) {
    display: inline-block;
    width: 100%;
  }
 
  .table-responsive#client-projects-list{
    overflow-x: unset !important;
  }
}
/*AJUSTES RESPONSIVE TABLA PROYECTOS ENERGIA EN CLIENTES*/
@media (max-width:767px) {
  #client-projects-list #project_energia-table th, #client-projects-list #project_energia-table td  {
    display: none;
    border:  none;
  }
  
  #client-projects-list #project_energia-table th:nth-child(3), #client-projects-list #project_energia-table td:nth-child(3) {
    display: inline-block;
    width: 100%;
  }
 
  .table-responsive#client-projects-list{
    overflow-x: unset !important;
  }
}
/*AJUSTES RESPONSIVE TABLA PROYECTOS CONSTRUCCION EN CLIENTES*/
@media (max-width:767px) {
  #client-projects-list #project_construccion-table th, #client-projects-list #project_construccion-table td  {
    display: none;
    border:  none;
  }
  
  #client-projects-list #project_construccion-table th:nth-child(3), #client-projects-list #project_construccion-table td:nth-child(3) {
    display: inline-block;
    width: 100%;
  }
 
  .table-responsive#client-projects-list{
    overflow-x: unset !important;
  }
  
}

/*AJUSTES RESPONSIVE TABLA OFERTAS EN CLIENTES*/
@media (max-width:767px) {
  .clientes  #estimate-table th, .clientes #estimate-table td  {
    display: none;
    border:  none;
  }
  .clientes #estimate-table th:nth-child(4), .clientes #estimate-table td:nth-child(4) {
    display: inline-block;
    width: 100%;
  }
 .table-responsive.estimate-table-respo.clientes {
    overflow-x: unset !important;
 }

}
/*AJUSTES RESPONSIVE TABLA TICKETS EN CLIENTES*/
@media (max-width:767px) {
  .clientes  #ticket-table th, .clientes  #ticket-table td  {
    display: none;
    border:  none;
  }
  .clientes  #ticket-table th:nth-child(2), .clientes  #ticket-table td:nth-child(2), .clientes  #ticket-table th:nth-child(3), .clientes  #ticket-table td:nth-child(3)  {
    display: inline-block;
    width: 40%;
  }
  .clientes  #ticket-table th:nth-child(2), .clientes  #ticket-table td:nth-child(2){
    float: left;
  }
  .clientes  #ticket-table th:nth-child(3), .clientes  #ticket-table td:nth-child(3){
    float: right;
  }
 .table-responsive.ticket-table-respo.clientes {
    overflow-x: unset !important;
 }
}

/*MOSTRAR SIEMPRE EL MENSAJE DE NO HAY ENTRADAS EN TABLAS MOVIL*/

@media (max-width:767px) {
  td.dataTables_empty {
    display: block !important;
  }  
}

/*AJUSTES RESPONSIVE TABLA NOTAS EN CLIENTES*/
@media (max-width:767px) {
  .clientes  #note-table th, .clientes #note-table td  {
    display: none;
    border:  none;
  }
  
  .clientes #note-table th:nth-child(2), .clientes #note-table td:nth-child(2) {
    display: inline-block;
    width: 100%;
  }
 
 .table-responsive.note-table-respo.clientes {
    overflow-x: unset !important;
 }
}
/*AJUSTES RESPONSIVE TABLA ARCHIVOS EN CLIENTES*/
@media (max-width:767px) {
  .clientes  #client-file-table th, .clientes #client-file-table td  {
    display: none;
    border:  none;
  }
  
  .clientes #client-file-table th:nth-child(2), .clientes #client-file-table td:nth-child(2) {
    display: inline-block;
    width: 100%;
  }
 
  .table-responsive.client-file-table-respo.clientes {
    overflow-x: unset !important;
  }
}

/*AJUSTE TEXTO MODAL CANTIDAD TABLA POPUP REMESAS*/
.form-control.js-cantidad-modal {
      font-size: 11px;
}

/* RETOQUES JOEL  */

.br50 {
  border-radius: 50%;
}

.br10 {
  border-radius: 10px;
}

.brt10 {
  border-radius: 10px 10px 0 0 ;
}

.brb10 {
  border-radius: 0 0 10px 10px;
}

.pdul {
  padding:  5px 15px 0px 0px !important;
}

.modal-footer .btn+.btn {
  margin-left: 10px !important;
}

.title-tab > h4 {
  padding-left: 25px;
  padding-top: 10px;
  padding-right: 15px;
  font-weight: bold;
}

div .panel > ul {
  border-radius: 10px 10px 0 0 ;
  padding:  5px 15px 0px 0px !important;
}

.widget-container {
  padding-bottom: 20px;
}

.widget-container > .panel > .panel-heading {
  border-radius: 10px !important;
}

.widget-container > .panel {
  margin-top: 20px;
}

.widget-container > a > .panel {
  margin-top: 20px;
}

.widget-container > a:first-child > .panel {
  margin-top: 0;
}

.widget-container > .panel:first-child {
  margin-top: 0;
}

.dropdown-menu > li > a > i{
  margin-right: 5px;
}

.dropdown-menu > li > .delete{
  color: indianred !important;
}

.signin-form-inicio { 
  max-width: 450px;
  margin: auto;
}

.fsz15 {
  font-size: 15px;  
}

.btn-option-widget{
  background-color: white;
  margin-right: 20px;
}

.disableLink {
  pointer-events: none;
}

.handLinkStyle {
  cursor: pointer !important;
}