
.may-inicial:first-letter {
	text-transform: uppercase !important;
}

.pointer_blue:hover {
	color: blue;
	cursor: pointer;
}

.bg_blue {
	background-color: #2b90d9;
}

/* ---------------------------------------------------
    LOGIN STYLE
----------------------------------------------------- */

.login-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
   /* background-color: #f1f1f1;*/
    min-height: 100vh;
    background: linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.95)), url(/img/fondo-login.png) no-repeat center;
    background-size: contain;
}

.login-container {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 45px 55px 45px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.login-container img {
    width: 100%;
    margin-bottom: 50px;
}

.login-container form input {
    display: block;
    width: 100%;
    margin: auto;
    border: 1px solid #d0cfcf;
    border-radius: 5px;
    padding: 6px;
    margin-bottom: 25px;
}

.login-container form label {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
    display: block;
    font-weight: 600;
}

.login-container form button {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 8px;
    background: #2b90d9;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
}

.login-container form button:hover {
    background: #175582;
}

/* -------------------------------------
    DEMO STYLE
------------------------------------- */

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    background: #393836;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar.active ul li a .sidebar-element {
    display: none;
}

#sidebar.active ul li a i, #sidebar.active ul li a svg {
    margin: 0;
    font-size: 1.2rem;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #292929;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #2b90d9;
}

#sidebar ul li a {
    padding: 10px;
    font-size: .9rem;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #2b90d9;
}

#sidebar ul li a i, #sidebar ul li a svg {
    margin-right: 10px;
    font-size: .9rem;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #2b90d9;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul {
    border-left: 2px solid #2b90d9;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #393836;
}
ul ul a:hover {
    background-color: #000 !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#totalPage {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    overflow: hidden;
}

#content {
    width: 100%;
    padding: 20px;
}

.top-navbar .btn-menu {
    background: #2b90d9;
    color: #fff;
}

.top-right-button {
    background: transparent;
}

.top-right-button:hover {
    color: #2b90d9;
}

.mayus::first-letter {
    text-transform: uppercase;
}

/********************** LAVANDERIA **********************/

.bloque-buscador input {
    width: 100%;
}

.caja-resultado-buscador {
    min-height: 110px;
    border-radius: 5px;
    padding: 5px 5px;
    border: 1px solid #c1c1c1;
}

.piezas-ropa h3 {
    float: left;
}

.piezas-ropa input {
    float: right;
    padding: 0 5px;
    box-sizing: border-box;
}

.tabla-piezas img {
    width: 60px;
}

.tabla-piezas img, .tabla-piezas span {
    display: block;
    text-align: center;
    margin: auto;
}

.tabla-piezas td {
    cursor: pointer;
}

.tabla-piezas td:hover {
    background-color: #eaeaea;
}

.tipo-servicio button {
    width: 49%;
}

.piezas-ropa .tipo-servicio {
    clear: both;
    overflow: auto;
}

.piezas-ropa .tipo-servicio button {
    width: fit-content;
}

.piezas-ropa button.cambiar-ver-piezas {
    float: right;
}

.li-flex {
	display: flex;
	justify-content: space-between;
}
/********************** CLIENTES **********************/

.may-inicial:first-letter {
    text-transform: capitalize;
}

.lav-img-mini img {
    width: 50px;
}
.ul-clientes li {
    cursor: pointer;
}

.form-group-cliente {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.form-group-cliente .form-control {
    width: 250px;
}

.form-group-dos-valores {
    align-items: normal;
}

.direcciones-cliente-principal {
    background-color: #fff;
    border: 1px solid gainsboro;
    border-radius: 5px;
}

.direcciones-cliente {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.direcciones-cliente p {
    margin-bottom: 0;
    color: #313131;
}

.direcciones-cliente .boton-editar-direccion {
    display: flex;
    align-items: flex-end;
}

.flex-md-float-right {
    justify-content: flex-end;
}

/******************** CLIENTES LISTADO ********************/

.tabla-clientes th[scope=col]{
    background: #393836;
    color: #fff;
}

.tabla-clientes th[scope=col]::first-letter {
    text-transform: uppercase;
}

.tabla-clientes .cliente-ver-editar {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.tabla-clientes .cliente-ver-editar svg, .tabla-clientes .cliente-ver-editar i {
    cursor: pointer;
}

.tabla-clientes .cliente-ver-editar svg.fa-eye:hover {
    color: #28a745;
}

.tabla-clientes .cliente-ver-editar svg.fa-user-edit:hover {
    color: #007bff;
}

.tabla-clientes .cliente-ver-editar svg.fa-trash-alt:hover {
    color: #dc3545;
}

.tabla-clientes tbody tr:hover {
    background-color: rgba(0,0,0,.08);
}

#filFecAlt svg {
    transform: rotate(90deg);
    float: right;
}

.lista-clientes-navegacion.mx-auto {
    width: fit-content;
}

.selec-fechas {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.selec-fechas span {
    margin: 0 4px !important;
    display: inline-block;
}

.check-ver-baja {
    float: right;
}

.caja-boton-filtrar-clientes {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.mayus {
    margin: 0 3px;
}

#modalCliente>div {
    min-width: 55% !important;
}

/******************** VENTAS ********************/

.tabla-productos img {
    max-width: 100px;
    height: 100px;
}

.tabla-productos img, .tabla-productos span {
    display: block;
    text-align: center;
    margin: auto;
}

.tabla-productos td {
    cursor: pointer;
}

.tabla-productos td:hover {
    background-color: #eaeaea;
}

.flecha-ventas {
	font-size: 1.5em;
}

#form_venta .input_cantidad {
	margin-left: 5px;
	margin-right: 5px;
	text-align: right;
}

/* Chrome, Safari, Edge, Opera */
.input_cantidad::-webkit-outer-spin-button,
.input_cantidad::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input_cantidad[type=number] {
  -moz-appearance: textfield;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    .form-group-cliente {
        display: inherit;
    }
    .form-group-cliente .form-control {
        width: 100%;
    }
}