/* 
	here you can put your own css to customize and override the theme 
*/
.login {
 /* background: url('../../images/login-bg.jpg') top center no-repeat;*/
  background-size: cover;
  width: 100%;
  height: 100%;
}
.login .btn-primary {
  color: #fff;
  background-color: #13B9BF;
  border-color: transparent;
  border-radius: 40px !important;
}
.login .btn-primary:hover {
  color: #fff;
  background-color: #1B435C;
  border-color: transparent;
}
.login .inner {
  border-radius: 0 !important;
}
.login .float-btn {
  position: absolute;
  right: 30px;
  top: 50px;
}
.login .login-box h3 {
  font-size: 28px;
}
.login .login-box h5 {
  font-weight: normal;
}
.login .btn-face {
  background: #4A6EE2;
  color: #fff;
}
.login .btn-face:hover {
  background: #3754AF;
  color: #fff;
}
.login .form-control {
  background: none !important;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
  border-radius: 0 !important;
}
@media (max-width: 760px) {
  .dashboard .col-lg-2.col-md-6.p-b-2.p-t-2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .dashboard .col-md-7 .m-y-0.p-b-2.p-t-2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.table {
  position: relative;
}
.table .panel-body {
  padding: 0;
}
@media (max-width: 760px) {
  .tabla-responsive {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .tabla-responsive table,
  .tabla-responsive thead,
  .tabla-responsive tbody,
  .tabla-responsive th,
  .tabla-responsive td,
  .tabla-responsive tr,
  .tabla-responsive .table-scrollable {
    display: block;
    border: none !important;
  }
  .tabla-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .tabla-responsive tr {
    margin-bottom: 10px;
    border: 1px solid #e7ecf1!important;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
  }
  .tabla-responsive td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 30% !important;
    min-height: 20px;
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .tabla-responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  .tabla-responsive #tblProductos td:nth-of-type(1):before {
    content: "CÃ³digo";
  }
  .tabla-responsive #tblProductos td:nth-of-type(2):before {
    content: "Producto";
  }
  .tabla-responsive #tblProductos td:nth-of-type(3):before {
    content: "DescripciÃ³n";
  }
  .tabla-responsive #tblProductos td:nth-of-type(4):before {
    content: "Precio";
  }
  .tabla-responsive #tblProductos td:nth-of-type(5):before {
    content: "Acciones";
  }
  .tabla-responsive #tblProductos td:nth-of-type(5) {
    border: none !important;
  }
  .tabla-responsive #tblServicios td:nth-of-type(1):before {
    content: "CÃ³digo";
  }
  .tabla-responsive #tblServicios td:nth-of-type(2):before {
    content: "Nombre";
  }
  .tabla-responsive #tblServicios td:nth-of-type(3):before {
    content: "Precio Puntos";
  }
  .tabla-responsive #tblServicios td:nth-of-type(4):before {
    content: "Puntos Premio";
  }
  .tabla-responsive #tblServicios td:nth-of-type(5):before {
    content: "DuraciÃ³n";
  }
  .tabla-responsive #tblServicios td:nth-of-type(6):before {
    content: "Tiempo de espera";
  }
  .tabla-responsive #tblServicios td:nth-of-type(6) {
    border: none !important;
  }
  .tabla-responsive #tblClientes td:nth-of-type(1):before {
    content: "Foto";
  }
  .tabla-responsive #tblClientes td:nth-of-type(2):before {
    content: "Cliente";
  }
  .tabla-responsive #tblClientes td:nth-of-type(3):before {
    content: "Email";
  }
  .tabla-responsive #tblClientes td:nth-of-type(4):before {
    content: "Fecha de nacimiento";
  }
  .tabla-responsive #tblClientes td:nth-of-type(5):before {
    content: "Puntos acumulados";
  }
  .tabla-responsive #tblClientes td:nth-of-type(6):before {
    content: "Acciones";
  }
  .tabla-responsive #tblClientes td:nth-of-type(6) {
    border: none !important;
  }
  .tabla-responsive #tblCobros td:nth-of-type(1):before {
    content: "Fecha";
  }
  .tabla-responsive #tblCobros td:nth-of-type(2):before {
    content: "Cliente";
  }
  .tabla-responsive #tblCobros td:nth-of-type(3):before {
    content: "Coiffeur";
  }
  .tabla-responsive #tblCobros td:nth-of-type(4):before {
    content: "Comentario";
  }
  .tabla-responsive #tblCobros td:nth-of-type(5):before {
    content: "Acciones";
  }
  .tabla-responsive #tblCobros td:nth-of-type(5) {
    border: none !important;
  }
}
#tab-turnos a.fc-bg {
  color: #fff !important;
}
#tab-turnos a.fc-bg:hover {
  color: #fff;
  text-decoration: none;
}
#tab-turnos .fc-bg.btn.cancelado {
  display: none !important;
}
.list-group-item {
  border-radius: 0px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.nav-tabs {
  margin-bottom: 0px;
  border-bottom: 0;
}
.dashboard .panel-body {
  padding: 8px 18px 5px;
}
ul.list-estados li {
  margin-bottom: 10px;
}
.reservado {
  background-color: #8ae49c;
}
.recepcionado {
  background-color: #8bd6e3;
}
.enservicio {
  background-color: #8b8fe3;
}
.cancelado {
  background-color: #e38b8b;
}
.cobrado {
  background-color: #b271db;
}
.terminadoÂ {
  background-color: #e38bd9;
}
.panel-heading.reservado {
  background-color: rgba(138, 228, 156, 0.003);
}
.panel-heading.recepcionado {
  background-color: rgba(139, 214, 227, 0.003);
}
.panel-heading.enservicio {
  background-color: rgba(139, 143, 227, 0.003);
}
.panel-heading.cancelado {
  background-color: rgba(227, 139, 139, 0.003);
}
.panel-heading.cobrado {
  background-color: rgba(178, 113, 219, 0.003);
}
.panel-heading.terminadoÂ {
  background-color: rgba(227, 139, 217, 0.005);
}
.dataTables_processing {
  position: absolute;
  margin-top: 100px;
}
.disponible {
  background-color: #8ae49c;
  border: none;
}
.ocupado {
  background-color: #e38b8b;
  border: none;
}
.reservado_cliente {
  background-color: #b271db;
  border: none;
}
.input-group {
  width: 100%;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-0 {
  margin: 0 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a-1 {
  margin: 10px !important;
}
.m-t-1 {
  margin-top: 10px !important;
}
.m-r-1 {
  margin-right: 10px !important;
}
.m-b-1 {
  margin-bottom: 10px !important;
}
.m-l-1 {
  margin-left: 10px !important;
}
.m-x-1 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m-y-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-a-2 {
  margin: 20px 20px !important;
}
.m-t-2 {
  margin-top: 20px !important;
}
.m-r-2 {
  margin-right: 20px !important;
}
.m-b-2 {
  margin-bottom: 20px !important;
}
.m-l-2 {
  margin-left: 20px !important;
}
.m-x-2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.m-y-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-a-3 {
  margin: 30px 30px !important;
}
.m-t-3 {
  margin-top: 30px !important;
}
.m-r-3 {
  margin-right: 30px !important;
}
.m-b-3 {
  margin-bottom: 30px !important;
}
.m-l-3 {
  margin-left: 30px !important;
}
.m-x-3 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.m-y-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.p-a-0 {
  padding: 0 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a-1 {
  padding: 10px 10px !important;
}
.p-t-1 {
  padding-top: 10px !important;
}
.p-r-1 {
  padding-right: 10px !important;
}
.p-b-1 {
  padding-bottom: 10px !important;
}
.p-l-1 {
  padding-left: 10px !important;
}
.p-x-1 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.p-y-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-a-2 {
  padding: 20px 20px !important;
}
.p-t-2 {
  padding-top: 20px !important;
}
.p-r-2 {
  padding-right: 20px !important;
}
.p-b-2 {
  padding-bottom: 20px !important;
}
.p-l-2 {
  padding-left: 20px !important;
}
.p-x-2 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.p-y-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-a-3 {
  padding: 30px 30px !important;
}
.p-t-3 {
  padding-top: 30px !important;
}
.p-r-3 {
  padding-right: 30px !important;
}
.p-b-3 {
  padding-bottom: 30px !important;
}
.p-l-3 {
  padding-left: 30px !important;
}
.p-x-3 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.p-y-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#tblPrecioServicios input.number {
  text-align: right;
}
.dahsboard-turnos {
  padding-left: 240px;
  position: relative;
}
.dahsboard-turnos .wpr-datepicker {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
}
@media (max-width: 767px) {
  .dahsboard-turnos {
    padding-left: 0px;
    position: relative;
  }
  .dahsboard-turnos .wpr-datepicker {
    position: static;
    width: auto;
    margin: 0 auto;
  }
  .dahsboard-turnos .wpr-datepicker .datepicker-inline {
    width: 100%;
  }
}
