.hidden {
   display: none !important;
}
body{
   background-image: url("../images/white_brick_wall.png");  
   background-repeat: repeat;
}

.wrapper.shaded {
background-color: #e9e9e9 !important;
background-size: cover;
}

.wrapper.pad{
margin-top:20px
}
.detalle{max-width:500px}
.separate{margin-top:25px}

b{font-weight:700}

b.campo{color:#f37735}
p.campo{font-weight:700;color:#f37735;margin-bottom:2px}

#nav1{
margin-bottom:0;
}

.label{
font-size: 15px !important;
padding: 11px;
line-height: 0px;
text-align: left;
width:100%;
margin-bottom:15px;
}

#inner-nav {
margin-bottom: 40px;
}

.tiles.three_up > li {margin-bottom: 2.2%;}

#inner-nav > ul {
padding-top: 20px;
display: block;
width: 470px;
}

#inner-nav li {
text-align: center;
display: inline-block;
height: 50px;
}

.btn.large, .skiplink.large {
font-size: 26px;
font-size: 1.4rem !important;
height: 48px;
line-height: 36px;
}
.division{
width:100%;
}

#inner-nav .btn.active, #inner-nav #submit-link .btn {
background: #3085d6;
}

#inner-nav .btn.active a, #inner-nav #submit-link .btn a {color: #fff;}

#inner-nav > div {
padding-top: 20px;
}
#inner-nav .btn {
background: none;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

#inner-nav a {
color: #555555;
white-space: nowrap;
}

#sidebar-nav li.active a {
color: #fff;
background: #3085d6;
}

#sidebar-nav li a {
background: none;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

#sidebar-nav a {
color: #555555;
display: block;
padding: 8px 14px;
}



li.alert{display:none}


i.closepop{position:relative;top:-8px;left:91%;}
.smwindow:after{
	content: "";
	width: 0; 
	height: 0; 
	top: -6px;
	left: 46%;
	position: relative;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	font-size: 0;
	line-height: 0;}
.trianglead{background:#fff;border-radius:5px;box-shadow:0 10px 10px -10px #555;padding:3px;border:1px solid #e1e1e1}
.smwindow{display:none;}
.closebar{width:190;height:10px}
.popcancel{left:-7px;position:relative;top:2px;}
.closepop{color:#f00;height:10px;position:relative;top:-9px;left:178px;cursor:pointer}
/*.triangle{position: relative;top: 25px;left: 50%;margin-left: -15px;border-top: 15px solid #FFFFFF;border-right: 15px solid transparent;border-left: 15px solid transparent;width: 30px;}*/
#popcontent{text-align:center;}

.daycell{background:#dfdfdf;border-right:2px solid #fff; border-bottom:2px solid #fff}
.drawer{ background:#fafafa; margin-bottom:15px;box-shadow:none}
.cal-day{font-size:1.0em;color:#006ac1}
.cal-day a{color:#0e0e0e !important}
.cal-events{font-weight:bold;padding:0 5px 0 5px;background:#252525;font-size:0.85em;top:-15px;left:10%;position:relative;}
.cal-events{color:#f4b300 !important}
.separated{margin-top:50px}
.cliented{background:#fff !important;}

#cobranza tr:hover{background:#dfdfdf}
.cdraw{background:transparent;margin:0}
.table-menu-wrapper {
   position: absolute;
   top: -3em;
   right: 0;
}
.table-menu {
   position: absolute;
   right: 0;
   left: auto;
   background-color: #fff;
   padding: 10px;
   border: 1px solid #ccc;
   font-size: 1.2em;
   width: 14em;
   z-index:9999;
}


.table-wrapper {
   position: relative;
   margin: 5em 5%;
}
.table-menu-hidden {
   left: -999em !important;
   right: auto !important;
}

.enhanced th,
.enhanced td {
   display: none;
}
.enhanced th.essential, 
.enhanced td.essential {
   display: table-cell;
}

@media screen and (min-width: 1440px) {
   .enhanced th.optional, 
   .enhanced td.optional {
      display: table-cell;
   }
}

@media screen and (min-width: 1920px) {
   .enhanced th, 
   .enhanced td {
      display: table-cell;
   }
}


/*************************
** admin/header styles ***
**************************/

#DesarrollosMenuList .inner-menu {
   position: absolute !important;
   left: 0 !important;
   top: 0 !important;   
   -webkit-transform: translate(-100%) !important;
   -moz-transform: translate(-100%) !important;
   -ms-transform: translate(-100%) !important;
   -o-transform: translate(-100%) !important;
   transform: translate(-100%) !important;
}

@media screen and (max-width: 767px) {
   #DesarrollosMenuList .inner-menu {
      position: relative !important; 
      -webkit-transform: translate(0%) !important;
      -moz-transform: translate(0%) !important;
      -ms-transform: translate(0%) !important;
      -o-transform: translate(0%) !important;
      transform: translate(0%) !important;
   }  

   #DesarrollosMenuList .inner-menu li {
      padding-left: 20px !important;
   } 

   .navbar ul.active {
      max-height: 2000px !important;
   }
}

/*************************
** admin/DesarrollosTable styles ***
**************************/

.asesor #DesarrollosTable {
   margin-top: 40px;
}

.originador #DesarrollosTable {
   margin-top: 40px;
}

#DesarrollosTable .icon {
   position: relative;
   display: inline-block;
   width: 26px;
   height: 26px;
   margin-right: 7px;
}
#DesarrollosTable .icon:last-child {
   margin-right: 0;
}

#DesarrollosTable .icon a {
   color: black;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
#DesarrollosTable .icon a:hover {
   color: red;
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}
#DesarrollosTable .icon a:before {
   -webkit-transform: scale(1.25);
   -moz-transform: scale(1.25);
   -ms-transform: scale(1.25);
   -o-transform: scale(1.25);
   transform: scale(1.25);
}

/*************************
** #Modal styles *********
**************************/
.modal.active {
   display: block;
}
#Modal  .content{
  width: 100%;
  min-height: 180px;
  max-height: 50.5%;
}

#Modal .inner {
   position: relative;
   width: 70%;
   margin: 2.5% auto 0 auto;
   
}

#Modal .input-field {
   position: relative;
   display: inline-block;
   margin-right: 15px;
   margin-bottom: 15px;
}
#Modal .input-field:last-child {
   margin-right: 0px;
}

#Modal .input-field label {
   display: inline-block;
}

#Modal .input-field input[type=text] {
   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   -o-appearance: none;
   appearance: none;
   height: 36px;
   width: 100%;
   line-height: 36px;
   border: 1px solid #b7b7b7;
   border-radius: 4px;
   padding-left: 10px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}
#Modal .input-field input[type=text]:focus {
   border: 1px solid rgba(81, 203, 238, 1);
   box-shadow: 0 0 5px rgba(81, 203, 238, 1);   
}

#Modal .input-field input[type=file] {
   display: none;
}

#Modal .input-field .btn {
   background-color: #777;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
} 
#Modal .input-field .btn:hover {
   background-color: #3085d6; 
}

#Modal .buttons {
   position: relative;
   display: block;  
}

/*************************************
** admin/clientes.php styles *********
**************************************/
#drawer1 input.datepicker {
   width: 75% !important;
}

#drawer1 select {
   z-index: 1 !important;
}

#drawer1 .adjoined {
   z-index: 1 !important;
}

#drawer1 .tel {
   width: 65% !important;
}

#drawer1 .ingreso-month {
   width: 70% !important;
}

#drawer1 .ingreso-month input {
   width: 32% !important;
}

/***************************************
** admin/addcliente.php styles *********
****************************************/
#addClienteForm .required {
   color: red !important;
}

#addClienteForm .ajust label {
   position: relative;
   top: -13px;
}



/********** SENSEI STYLES ********/
/* GLOBAL */
 .noVisible {
    position: absolute;
    height: 0;
    width: 0;
    visibility: hidden;
 }

 .disableSelect,
 [data-select="disabled"],
 [data-select="false"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    o-user-select: none;
    user-select: none;
 }

 .noAction {
    pointer-events: none;
 }

 .blocked, [disabled] {
    cursor: not-allowed !important;
 }

 .working {
    position: relative;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    o-user-select: none;
    user-select: none;
 }
 .working::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background: transparent;
    cursor: wait !important;
 }

 .nice-shadow {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 
                0 2px 9px 1px rgba(0, 0, 0, 0.12), 
                0 4px 2px -2px rgba(0, 0, 0, 0.2)
 }

 [data-white-space='nowrap'] {
  white-space: nowrap;
 }
  
  td.center-cell, th.center-cell { vertical-align: middle !important; }
/* END GLOBAL */

/* CUSTOM ELEMENTS */
 /* .customBtn */
    .customBtn {
      position: relative;
      display: inline-block;
      border-radius: 3px;
      border: 1px solid black;
      cursor: pointer;
      background-color: #4F6D2B;
      color: white !important;
      text-decoration: none;
      padding: 3px 5px 3px 24px;
      box-shadow: 0 0 0 transparent;
      transition: background-color 200ms ease-in, border-color 200ms, color 300ms ease-in-out;
      min-height: 30px;
      white-space: nowrap;
      font-family: 'lato';
    }
    .customBtn:hover {
      color: white !important;
      text-decoration: none !important;
    }
    .customBtn::before {
       content: "";
       position: absolute;
       top: 50%;
       left: 5px;
       font-family: 'Glyphicons Halflings';
       font-size: 16px;

       transform: translateY(-50%);
    }

    .customBtn.add::before { content: "\002b"; }
    .customBtn.add {
       background-color: #5cb85c;
       border-color: #4cae4c;
    }
    .customBtn.add:hover {
       background-color: #449d44;
       border-color: #398439;
    }

    .customBtn.addCosto::before { content: "\e225" }
    .customBtn.addCosto {
       background-color: #5cb85c;
       border-color: #4cae4c;
    }
    .customBtn.addCosto:hover {
       background-color: #449d44;
       border-color: #398439;
    }

    .customBtn.config::before { content: "\e019"; }
    .customBtn.config {
       background-color: #5cb85c;
       border-color: #4cae4c;
    }
    .customBtn.config:hover {
       background-color: #449d44;
       border-color: #398439;
    }

    .customBtn.inscribir::before { content: "\e233"; }
    .customBtn.inscribir {
       background-color: #5cb85c;
       border-color: #4cae4c;
    }
    .customBtn.inscribir:hover {
       background-color: #449d44;
       border-color: #398439;
    }

    .customBtn.restore::before { content: "\e030"; }
    .customBtn.restore {
       background-color: #5cb85c;
       border-color: #4cae4c;
    }
    .customBtn.restore:hover {
       background-color: #449d44;
       border-color: #398439;
    }



    .customBtn.delete::before { content: "\e020" }
    .customBtn.delete {
       background-color: #d9534f;
       border-color: #d43f3a;
    }
    .customBtn.delete:hover {
       background-color: #c9302c;
       border-color: #ac2925;
    }

    .customBtn.cancel::before { content: "\e014" }
    .customBtn.cancel {
       background-color: #d9534f;
       border-color: #d43f3a;
    }
    .customBtn.cancel:hover {
       background-color: #c9302c;
       border-color: #ac2925;
    }

    .customBtn.logout::before { content: "\e017" }
    .customBtn.logout {
       background-color: #d9534f;
       border-color: #d43f3a;
    }
    .customBtn.logout:hover {
       background-color: #c9302c;
       border-color: #ac2925;
    }



    .customBtn.acept::before { content: "\e013" }
    .customBtn.acept {
       background-color: #337ab7;
       border-color: #2e6da4;
    }
    .customBtn.acept:hover {
       background-color: #286090;
       border-color: #204d74;
    }

    .customBtn.filtrar::before { content: "\e138" }
    .customBtn.filtrar {
       background-color: #337ab7;
       border-color: #2e6da4;
    }
    .customBtn.filtrar:hover {
       background-color: #286090;
       border-color: #204d74;
    }

    .customBtn.verCosto::before { content: "\e148" }
    .customBtn.verCosto {
       background-color: #337ab7;
       border-color: #2e6da4;
    }
    .customBtn.verCosto:hover {
       background-color: #286090;
       border-color: #204d74;
    }

    .customBtn.upload::before { content: "\e198" }
    .customBtn.upload {
       background-color: #337ab7;
       border-color: #2e6da4;
    }
    .customBtn.upload:hover {
       background-color: #286090;
       border-color: #204d74;
    }

    .customBtn.reporte::before { content: "\e185" }
    .customBtn.reporte {
       background-color: #337ab7;
       border-color: #2e6da4;
    }
    .customBtn.reporte:hover {
       background-color: #286090;
       border-color: #204d74;
    }  

    .customBtn.ver::before { content: "\e105" }
    .customBtn.ver {
       background-color: #337ab7;
       border-color: #2e6da4;
    }
    .customBtn.ver:hover {
       background-color: #286090;
       border-color: #204d74;
    }

    .customBtn.search::before { content: "\e003" }
    .customBtn.search {
       background-color: #337ab7;
       border-color: #2e6da4;
    }
    .customBtn.search:hover {
       background-color: #286090;
       border-color: #204d74;
    }

    .customBtn.razones::before { content: "\e111" }
    .customBtn.razones {
       background-color: #337ab7;
       border-color: #2e6da4;
    }
    .customBtn.razones:hover {
       background-color: #286090;
       border-color: #204d74;
    }



    .customBtn.edit::before { content: "\270f" }
    .customBtn.edit {
       background-color: #f0ad4e;
       border-color: #eea236;
    }
    .customBtn.edit:hover {
       background-color: #ec971f;
       border-color: #d58512;
    }



    .customBtn.verFiltros::before { content: "\e055" }
    .customBtn.verFiltros {
       background-color: #4a4d50;
       border-color: #4a4d50;
    }
    .customBtn.verFiltros:hover {
       background-color: #63676a;
       border-color: #4a4d50;
    }

    .customBtn.exportar::before { content: "\e066" }
    .customBtn.exportar {
       background-color: #4a4d50;
       border-color: #4a4d50;
    }
    .customBtn.exportar:hover {
       background-color: #63676a;
       border-color: #4a4d50;
    }     

 /* .customTextArea */
    .customTextArea {
       resize: none;
    }

 /* .flex-box */
    .flex-container {
       -js-display: flex;
       display: -webkit-flex;
       display: -moz-flex;
       display: flex;

       -webkit-flex-direction: row;
       -moz-flex-direction: row;
       flex-direction: row;

       -webkit-flex-wrap: nowrap;
       -moz-flex-wrap: nowrap;
       flex-wrap: nowrap;

       -webkit-justify-content: flex-start;
       -moz-justify-content: flex-start;
       justify-content: flex-start;

       -webkit-align-items: stretch;
       -moz-align-items: stretch;
       align-items: stretch;

       -webkit-align-content: stretch;
       -moz-align-content: stretch;
       align-content: stretch;
    }

    /* flex-direction */
       .flex-container[data-direction='row-inverse'] {
          -webkit-flex-direction: row-inverse;
          -moz-flex-direction: row-inverse;
          flex-direction: row-inverse;
       }
       .flex-container[data-direction='column'] {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
       }
       .flex-container[data-direction='column-inverse'] {
          -webkit-flex-direction: column-inverse;
          -moz-flex-direction: column-inverse;
          flex-direction: column-inverse;
       }

    /* flex-wrap */
       .flex-container[data-wrap='wrap'] {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          flex-wrap: wrap;
       }
       .flex-container[data-wrap='wrap-inverse'] {
          -webkit-flex-wrap: wrap-inverse;
          -moz-flex-wrap: wrap-inverse;
          flex-wrap: wrap-inverse;
       }

    /* justify-content */
       .flex-container[data-justify-content='flex-end'] {
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          justify-content: flex-end;
       }
       .flex-container[data-justify-content='center'] {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
       }
       .flex-container[data-justify-content='space-between'] {
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between;
       }
       .flex-container[data-justify-content='space-around'] {
          -webkit-justify-content: space-around;
          -moz-justify-content: space-around;
          justify-content: space-around;
       }

    /* align-items */
       .flex-container[data-align-items='flex-start'] {
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          align-items: flex-start;
        }
       .flex-container[data-align-items='flex-end'] {
          -webkit-align-items: flex-end;
          -moz-align-items: flex-end;
          align-items: flex-end;
        }
        .flex-container[data-align-items='center'] {
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
        }
        .flex-container[data-align-items='baseline'] {
          -webkit-align-items: baseline;
          -moz-align-items: baseline;
          align-items: baseline;
        }

    /* align-content */
       .flex-container[data-align-content='flex-start'] {
          -webkit-align-content: flex-start;
          -moz-align-content: flex-start;
          align-content: flex-start;
       }
       .flex-container[data-align-content='flex-end'] {
          -webkit-align-content: flex-end;
          -moz-align-content: flex-end;
          align-content: flex-end;
       }
       .flex-container[data-align-content='center'] {
          -webkit-align-content: center;
          -moz-align-content: center;
          align-content: center;
       }
       .flex-container[data-align-content='space-between'] {
          -webkit-align-content: space-between;
          -moz-align-content: space-between;
          align-content: space-between;
       }
       .flex-container[data-align-content='space-around'] {
          -webkit-align-content: space-around;-webkit;
          -moz-align-content: space-around;
          align-content: space-around;
       }

  #ui-datepicker-div {
    z-index: 99999999 !important;
  }
/* END CUSTOM ELEMENTS */

/* BOOTSTRAP CUSTOMIZATION */
   legend {
      width: initial !important;
   }

   .modal-header {
      background: #4F6D2B;
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
         0 2px 9px 1px rgba(0, 0, 0, 0.12),
         0 4px 2px -2px rgba(0, 0, 0, 0.2);
   }
   .modal-title {
      color: white;
      font-weight: 800;
      font-size: 16px;
   }
   .modal-footer {
      background: #252525;
   }
   .modal-footer button:nth-child(1) { margin-right: 15px; }

   .form-control-feedback {
      top: 35px !important;
      right: 5px !important;
   }

   .progress {
      position: absolute;
      width: 97%;
      top: 50%;
      left: 50%;
      margin: 0;
      z-index: 1;
      
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
   }

   td.center-cell { vertical-align: middle !important; }
/* END BOOTSTRAP CUSTOMIZATION */

/* GUMBY CUSTOMIZATION */
  .modal.active {
    display: block;
  }

  .chosen-container.chosen-container-single > a {
    height: 33px;
  }
  .chosen-container.chosen-container-single > a > span {
    line-height: 33px;
  }
/* END GUMBY CUSTOMIZATION */

/* COLORS */
   [data-bg-color="primario"] {
      background-color: #4F6D2B !important;
   }
   [data-bg-color="deepVerde"] {
      background-color: #2A3A17 !important;
   }
   [data-bg-color="white"], [data-bg-color="blanco"] {
      background-color: #fff !important;
   }

   [data-color="primario"] {
      color: #4F6D2B !important;
   }
   [data-color="deepVerde"] {
      color: #2A3A17 !important;
   }
   [data-color="white"], [data-color="blanco"] {
      color: #fff !important;
   }
/* END COLORS */

/* TEXT STYLES */
  [data-text-style="negritas"] {
    color: black !important;
    text-shadow: 0 0 0 black !important;
  }

  [data-font-size="+5"] {
    font-size: 105% !important;
  }
  [data-font-size="+10"] {
    font-size: 110% !important;
  }
  [data-font-size="+15"] {
    font-size: 115% !important;
  }
  [data-font-size="+20"] {
    font-size: 120% !important;
  }
  [data-font-size="+25"] {
    font-size: 125% !important;
  }  

  [data-remove-margin="true"] {
    margin: 0 !important;
  }

  [data-text-transform="uppercase"] {
    text-transform: uppercase !important;
  }
/* END TEXT STYLES */


/* ESPECIAL STYLES */
  .flex-container.have-2-elements > div {
    width: 49.5%;     
  }
  .flex-container.have-2-elements > div:nth-of-type(1) {
    margin-right: 0.5%;
  }
  .flex-container.have-2-elements > div:nth-of-type(1) {
    margin-left: 0.5%;
  }

  .flex-container.have-3-elements > div {
    width: 33%;
  }
  .flex-container.have-3-elements > div:nth-of-type(2) {
    margin: 0 .5%;
  }

  .flex-container.have-4-elements > div {
    width: 24.75%;
  }
  .flex-container.have-4-elements > div {
    margin: 0 .1666%;
  }
  .flex-container.have-4-elements > div:first-child {
    margin: 0;
  }
  .flex-container.have-4-elements > div:last-child {
    margin: 0;
  }

  @media (max-width: 1081px)  {
    .flex-container.have-4-elements > div {
      width: 49.5%;     
    }
    .flex-container.have-4-elements > div:nth-of-type(1) {
      margin-right: 0.5%;
    }
    .flex-container.have-4-elements > div:nth-of-type(3) {
      margin-right: 0.5%;
    }
  }
  @media (max-width: 769px) {
    .flex-container.have-3-elements > div {
      width: 100%;
      margin: 5px 0;
    }
  }
  @media (max-width: 590px) {
    .flex-container.have-2-elements > div {
      width: 100%;
      margin: 5px 0;
    }
    .flex-container.have-4-elements > div {
      width: 100%;
      margin: 5px 0;
    }
  }
/* END ESPECIAL STYLES */

/* #submenu */
  #submenu {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #E9E9E9;
    margin-bottom: 15px;
  }

  #submenu > .inner {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }
  #submenu .customBtn {
    margin: 0 5px;
  }
  #submenu .customBtn:first-child {
    margin-left: 0;
  }
  #submenu .customBtn:last-child {
    margin-right: 0;
  }

  /* Clientes submenu */
    @media (max-width: 651px) {
      #submenu.clientes {
        height: 80px;
      }
    }

/****** CONTENT *********/
  /* admin/clientes */
    #clientes {
      position: relative;
      width: 100%;
    }
    #clientes > .inner {
      position: relative;
      width: 90%;
      margin: 0 auto;
    }
    

    #clientes #filtros { margin-top: 6px }
    

  /* admin/addcliente */
    #addCliente {
      position: relative;
      width: 100%;
    }
    #addCliente > .inner {
      position: relative;
      width: 90%;
      margin: 0 auto;
    }

  /* admin/clientecobranza */
    #clienteCobranza {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
    #clienteCobranza > .inner {
      position: relative;
      width: 90%;
      margin: 0 auto;
    }

    #clienteCobranza .table > .inner {
      overflow-x: scroll;
    }