.p-4 {
  padding-top: 0px;
}

.p-5 {
  padding-top: 100px;
}

.p-1 {
  padding-right: 20px;
}
.p-2 {
  padding-left: 25px;
}
.p-3 {
  padding-top: 2px;
}

div#footer-wrap {
    background: #e2e6ea none repeat scroll 0 0;
    border-top: 1px solid #ced0d2;
    bottom: 0;
    color: #999;
    font-size: 12px;
    left: 0;
    line-height: 19px;
    padding: 15px;
    position: absolute;
    right: 0;
}

.col-center{
    float: none;
    margin: 0 auto;
    padding: 1px
}



  #menu-toggle {
    top: 1;
    right: 0;
    position: fixed;
    z-index: 1;
  }

.toggle {
  margin: 1px 3px 1px 5px;
}

.dataTables_filter {
    float: right;
    padding: 0 50px 0 0;
    text-align: right;
}  
  
.btn-maxwidth {
    width : 100%;
    bottom: 0;
}

/* reestablecer estilo*/
.form-group {
    margin-bottom: 10px; 
}

.fixed .content-wrapper, .fixed .right-side{
    padding-top: 0px;
}

.main-header {
    background-color: #eaf2f7;
}

.main-header .siglas_sistema {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-right div.soporte {
    right: 95px !important;
  }
  .nav-right span.titulo, .nav-right div.div-username, .nav-right span.username  {
    display:none !important;;
  }

  table th:nth-child(5), td:nth-child(5) {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav-right div.soporte {
    right: 100px !important;;
  }
  .nav-right span.titulo, .nav-right span.username{
    display:none;
  }

  .nav-left {
    display:none;
  }
  table th:nth-child(3), td:nth-child(3) {
    display: none;
  }
}

.font-sm9 {
    font-size: 9px;
}
.font-sm10 {
    font-size: 10px;
}
.font-sm11 {
    font-size: 11px;
}
.font-md12 {
    font-size: 12px;
}

/*Redefinicion de Estilos adminlte_less.css*/
.content {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.content-header {
    position: relative;
    padding: 5px 5px 0 5px;
}

.small-box {
    margin-bottom: 10px;
    min-height: 120px;
}

.small-box p {
    font-size: 14px;
}

.small-box h3 {
    font-size: 32px;
}

.small-box > .inner {
    padding: 5px;
}

.small-box > .small-box-footer {
    position: absolute;
    left:0px; /*A la derecha deje un espacio de 0px*/
    right:0px; /*A la izquierda deje un espacio de 0px*/
    bottom:0px; /*Abajo deje un espacio de 0px*/
}
/*fin redefinicion adminlte_less.css */


/*fin redefinicion adminlte-app.css */

.btn-adn:active:hover,
.btn-adn.active:hover,
.open > .dropdown-toggle.btn-adn:hover,
.btn-adn:active:focus,
.btn-adn.active:focus,
.open > .dropdown-toggle.btn-adn:focus,
.btn-adn:active.focus,
.btn-adn.active.focus,
.open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}

  #top-navbar .nav .nav-right .left h5, #top-navbar .nav .nav-right .right h5 {
    color: #000;
    padding-top: 8px;
  }
  
  #top-navbar .nav .nav-right .right .soporte {
    position: absolute;
    top: 0;
    right: 180px;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 10px;
  }
  .div-username {
    position: absolute;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 170px;
    padding: 10px 2px 10px 3px;
    height: 85%;
  }

  #top-navbar .nav .nav-right .right .text-user {
    font-size: 0.95rem;
    color: #0b97f5;
  }

  #page-0 {
    width: 100%;
    padding: 100px 0;
  }

  #page-0 .card {
    margin: 30px 15px 0 15px;
    border: 0;
    color: #232323;
  }
  
  #page-0 .card .text {
    text-align: center;
    border-bottom: 1px solid #efefef;
    padding: 15px;
    margin-bottom: 15px;
  }
  
  #page-0 .card .text p {
    color: #232323;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
  }
  
  #page-0 .card .text p::after {
    position: absolute;
    content: '';
    background-color: #6F6486;
    width: 61px;
    height: 3px;
    right: 34%;
    top: 20px;
  }
  
  #page-0 .card .inputs {
    padding: 15px 15px;
  }
  
  #page-0 .card .inputs .btn {
    width: 100%;
    padding: 6px;
  }
  
  #page-0 .home {
    margin-left: 6px;
    margin-top: 15px;
  }
  
  #page-0 .home .btn {
    background-color: transparent;
  }
  
  #page-0 .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid #6F6486;
  }
  
  #page-0 .img img {
    width: 100%;
  }
  
  #page-0 .err {
    padding: 60px;
    text-align: center;
  }
  
  #page-0 .err h1 {
    color: #6F6486;
    font-size: 20px;
    margin-top: 50px;
  }
  
  #page-0 .err h2 {
    color: #232323;
    font-size: 14px;
    margin-top: 15px;
  }
  
  #page-0 .err p {
    color: #6F6486;
    font-size: 50px;
  }
  
  @media (max-width: 576px) {
    #page-0 .err {
      padding: 30px 0;
    }
    #page-0 .err p {
      padding-top: 15px;
    }
  }

  .etiqueta {
    margin: 10px auto;
    font-size: 10px;
    color: rgba(45, 11, 240, 0.74);
    background-color: rgb(149, 255, 206);
    padding: 2px 4px;
    border-radius: 2px;
    opacity: 1;
    letter-spacing: 1px;
    transition: ease-in-out 100ms;
    text-transform: capitalize;
}
  
.my-form-control {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control {
  padding: 0.25rem 0.5rem;
}

.modal-content .control-label {
  padding: 0 5px 10px 5px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(40, 3, 245);
  line-height: 24px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

#content div .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#content .div .right {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.text-on-pannel {
  background: #fff none repeat scroll 0 0;
  height: auto;
  margin-left: 20px;
  padding: 4px 6px;
  position: absolute;
  margin-top: -27px;
  border: 1px solid #1877ca;
  border-radius: 8px;
}

.text-on-modal {
  background: rgb(221, 217, 217) none repeat scroll 0 0;
  height: auto;
  margin-left: 20px;
  padding: 6px 8px;
  position: relative;
  margin-top: 1px;
  border: 1px solid #337ab7;
  border-radius: 8px;
}

.panel {
  margin-top: 7px !important;
}

.panel-body {
  padding-top: 10px !important;
}

input.form-control, select.form-control {
  color: #0b023f;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  font-size: 12px;
  transition: all 0.333s;
}

#factura {
  font-size: 11px;
  line-height: 10px
}

@media (max-width: 1280px){
  #factura {
    font-size: 10px;
    line-height: 9px
  }
 }
 @media (max-width: 800px){
  #factura {
    font-size: 8px;
    line-height: 8px
  }
 }
#factura input.form-control, #factura select.form-control {
  font-family: 'Open Sans', sans-serif;
  color: #0b023f;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1px;
  transition: all 0.333s;
}
#factura select.form-control:not([size]):not([multiple]) {
  height: calc(1.65rem + 2px);
}
#factura .conceptos{
  font-size: 0.80em;
}
#factura .conceptos .row div{
  padding-left: 6px;
  padding-right: 6px;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(1.75rem + 2px);
}

.form-group.required .control-label:after { 
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 8px;
  top:7px;
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-size: 14px;
}

span.required { 
  color: #d00;
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-size: 14px;
}

.fact-total {
  border: 1px solid #337ab7;
  border-radius: 5px;
}

.border-div {
  border: 1px solid #99b0c4;
  border-radius: 3px;
  margin: 2px 3px 2px 3px;
  padding: 3px 3px;
}

.my-jumbotron {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

.disponible {
  margin: 10px auto;
  font-size: 10px;
  color: rgba(10, 10, 10, 0.973);
  background-color: rgb(47, 196, 18);
  padding: 2px 4px;
  border-radius: 2px;
  opacity: 1;
  letter-spacing: 1px;
  transition: ease-in-out 100ms;
  text-transform: capitalize;
}

.ocupado {
  margin: 10px auto;
  font-size: 10px;
  color: rgb(250, 251, 255);
  background-color: rgb(235, 17, 17);
  padding: 2px 4px;
  border-radius: 2px;
  opacity: 1;
  letter-spacing: 1px;
  transition: ease-in-out 100ms;
  text-transform: capitalize;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

 a:link .link {
  color: red;
}

.link a:visited {
  color: red;
}

.link a:hover {
  color: green;
}

.link a:active {
  color: blue;
}

#content fieldset {
  border: 1px solid #ddd !important;
  margin: 0;
  min-width: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding-left: 10px !important;
}

#content legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  width: 35%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
}

.tabla-select2 .select2-results__option {
  padding: 0px 4px;
}
.clientes .select2-results__option {
  padding: 0px 4px;
}

.select2-search .row-select {
  margin: 5px 0px 5px 0px;
  background-color: #e2e0e0;
  border: 1px solid rgb(158, 158, 158);
}

.select2-search .row-select .col-select {
  padding: 3px 0px 3px 0px;
  border-right: 1px solid rgb(158, 158, 158);
  border-left: 1px solid rgb(158, 158, 158);
}

.bigdrop {
  width: 350px!important;
}

.select2 {
  width:100%!important;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.1rem 0.3rem;
  font-size: 0.875rem;
}

.footer {
  /* left: 0; */
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 25px;
  line-height: 10px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

#top-navbar .nav .nav-right .right .user span.username {
  display:inline-block;
}

.form-check-label {
  margin-bottom: auto !important;
}

/** Para tabla personalizada **/
.new-table {
  border: solid 1px #DDEEEE;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 13px Arial, sans-serif;
}
.new-table thead th {
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  padding: 10px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
}
.new-table tbody td {
  border: solid 1px #DDEEEE;
  color: #333;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
}
.new-table-vertical tbody td {
  border-top: none;
  border-bottom: none;
}
.new-table-zebra tbody tr:nth-child(odd) {
  background-color: #fff;
}
.new-table-zebra tbody tr:nth-child(even) {
  background-color: #EEF7EE;
}
.new-table-horizontal tbody td {
  border-left: none;
  border-right: none;
}
/*********************************/

.alert .close {
  line-height: 0.2 !important;
}

.alert ul {
  margin-top: 0.1rem !important;
  margin-bottom: 0.1rem !important;
} 


/*----------------------*/
.wrapper {
  display: flex;
  align-items: stretch
}

#sidebar {
  min-width: 220px;
  max-width: 220px;
  background-color: #0dd1f3 !important;
  color: #fff;
  transition: all 0.3s;
  margin-top: 51px;
  /* position: fixed; */
  position: relative;
  /* height: 100%; */
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow-x: hidden;
}

#sidebar::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
#sidebar::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}
#sidebar ul li a {
  padding: 10px 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 12px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  /* opacity: 0.5; */
  transition: ease-in-out 100ms;
}
#nav-sidebar {
  width: 220px;
  padding: 5px;
  transition: ease-in-out 0.3s;
  margin: 0 auto;
  text-align: center;
}
#nav-sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
  margin: 0 auto;
}
#nav-sidebar strong {
  display: none;
}
#nav-sidebar.active strong {
  display: block;
}

#nav-sidebar.active img.logo-lg {
  display: none;
}
#nav-sidebar img.logo-min {
  display: none;
}
#nav-sidebar.active img.logo-min {
  display: block;
  margin: auto;
}

/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar .sidebar-header strong {
  display: none;
}
#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}
#sidebar.active .sidebar-header h3 {
  display: none;
}
#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li .left {
  padding-right: 10px;
}

#sidebar.active ul li a {
  padding: 2px 1px;
  text-align: center;
  font-size: 0.8em;
}

#sidebar.active ul li ul li a {
  padding: 10px 5px;
  text-align: center;
  font-size: 0.75em;
}

#sidebar.active ul li a i {
  margin-right:  0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

/* Same dropdown links padding*/
#sidebar.active ul ul a {
  padding: 10px !important;
}

#sidebar ul li a:hover, #sidebar  ul li a:active, #sidebar  ul li a:focus {
  background-color: #efefef;
  color: #6F6486;
  opacity: 1;
}

#sidebar ul li a:hover span, #sidebar  ul li a:active span, #sidebar ul li a:focus span {
  color: #fff;
}

#sidebar ul li a span {
  float: right;
  font-size: 9px;
  color: #fff;
  background-color: #6F6486;
  padding: 2px 4px;
  border-radius: 2px;
  opacity: 1;
  letter-spacing: 1px;
  transition: ease-in-out 100ms;
}

#sidebar ul li a.active {
  background-color: #efefef;
  color: #6F6486;
  opacity: 1;
}

#sidebar ul li a.disabled {
  opacity: 0.3;
}

#sidebar  ul.submenu {
  padding: 0;
  background-color: #58c2f3;
}

#sidebar ul.submenu li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#sidebar ul.submenu li:last-child {
  padding-bottom: 10px;
}

#sidebar ul.submenu li a {
  padding: 5px 0 5px 35px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 12px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: none;
}
#sidebar ul li .z-right {
  float: right;
}
/* Changing the arrow position to bottom center position, 
 translateX(50%) works with right: 50% 
 to accurately  center the arrow */
#sidebar.active .dropdown-toggle::after {
  top: 60px;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

@media (max-width: 768px) {
  /* 80px and its content aligned to centre. Pushing it off the screen with the
     negative left margin
  */
  #sidebar.active {
      min-width: 80px;
      max-width: 80px;
      text-align: center;
      margin-left: -80px !important;
  }

  #nav-sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
}
  /* Reappearing the sidebar on toggle button click */
  #sidebar {
      margin-left: 0; 
  }

  #nav-sidebar {
    margin-left: 0; 
  }
  /* Toggling the sidebar header content, 
     hide the big heading [h3] and showing the small heading [strong] and vice versa
  */
  #sidebar .sidebar-header strong {
      display: none;
  }
  
  #nav-sidebar  img.logo-min {
    display: none;
  }

  #nav.sidebar strong {
    display: none;
  }

  #sidebar.active .sidebar-header h3 {
      display: none;
  }

  #nav-sidebar.active img.logo-lg {
    display: none;
  }

  #sidebar.active .sidebar-header strong {
      display: block;
  }

  #nav-sidebar.active strong {
    display: block;
  }

  #nav-sidebar.active img.logo-min {
    display: block;
  }

  /* Downsize the navigation links font size */
  #sidebar.active ul li a {
      padding: 20px 10px;
      font-size: 0.85em;
  }

  #sidebar.active ul li a i {
      margin-right:  0;
      display: block;
      font-size: 1.8em;
      margin-bottom: 5px;
  }

  /* Adjust the dropdown links padding*/
  #sidebar.active ul ul a {
      padding: 10px !important;
  }

  /* Changing the arrow position to bottom center position, 
    translateX(50%) works with right: 50% 
    to accurately  center the arrow */
  .dropdown-toggle::after {
      top: auto;
      bottom: 10px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
  }
}

.img-responsive {
  width: 100%;
  height: auto;
}

.iconos {
  content: '';
  display: block;
  height: 35px;  /*height of icon */
  width: 35px;  /*width of icon */
  position: absolute;
  /*where to replace the icon */
  top: 0px;
  left: -30px;
  /*background */
  background: #ffffff no-repeat 0px 0px;
}