/*************************************************************************************
* css/styles.css                                                                     *
**************************************************************************************
* Software Name: MvSoft Estacionamiento                                              *
* Software URL: https://www.mvsoft.ar/software/mvsoft-estacionamiento                *
* Software Support: soporte@mvsoft.ar                                                *
* Description: Software exclusivo de MvSoft · Todos los derechos reservados          *
* Author: MvSoft                                                                     *
* Author URL: https://www.mvsoft.ar                                                  *
* Copyright © 2020                                                                   *
*************************************************************************************/

/* GENERAL */
body {
    background: #fff;
    padding: 0;
    margin: 0;
}

* {
    font-family: 'Ubuntu', 'Open Sans', Arial;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

/* LOGIN */
section#login {
    width: 60%;
    margin: 10% auto;
    background: #fff;
    display: table;
    border-radius: 10px;
}

section#login .left {
    width: 49.9%;
    float: left;
    background: #D5F5E3;
    text-align: center;
    padding: 35px 0;
    border-radius: 10px 0 0 10px;
}

section#login .left img {
    width: 70%;
}

section#login .right {
    float: right;
    width: 49.9%;
    padding: 35px 0;
    border-radius: 0 10px 10px 0;
}

section#login .right .content {
    width: 80%;
    margin: 0 auto;
}

section#login .right h2 {
	text-align: center;
	font-family: 'Ubuntu', 'Open Sans', Arial;
	font-weight: 100;
	font-size: 28px;
	margin-top: 15px;
	margin-bottom: 14px;
}

section#login .right form li {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	text-transform: uppercase;
}

section#login .right form li label {
	width: 100%;
	font-family: 'Roboto', 'Open Sans', Arial;
	font-weight: 100;
	color: #000;
}

section#login .right form li input[type="email"], section#login .right form li input[type="password"] {
    float: left;
    width: 90%;
    padding: 12px 15px;
    border: 1px solid #eee;
    border-radius: 2px;
    color: gray;
    font-size: 13px;
    font-family: 'Open Sans', Arial;
    border-radius: 0 2px 2px 0;
    background: #f5f5f5;
    transition: 0.7s;
}

/* BOTONES */
.btn, ul.btn input[type="submit"] {
    padding: 10px 20px;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    font-size: 14px;
    border-radius: 5px;
    font-family: 'Poppins', Arial;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn.blue {
    color: #fff;
    background: #009ef7;
}

.btn.green {
    color: #fff;
    background: #50cd89;
}

.btn.red {
    color: #fff;
    background: #dc3545;
}

.btn.gray {
    color: gray;
    background: #eee;
}

.btn.yellow {
    color: #fff;
    background: #ffc107;
}

/* HEADER */
header {
    width: 100%;
    position: fixed;
    background: #73C6B6;
    top: 0;
    z-index: 9999;
}

header .logo {
    float: left;
    display: block;
    width: auto;
    padding: 10px;
    width: 18%;
}

header .logo img {
    width: 100%;
    float: left;
}

header .logo p {
    float: left;
    color: #fff;
    font-size: 34px;
    font-family: 'Pacifico', Arial;
    margin: -2px 0 0 15px;
    padding: 0;
}

header nav.no-resp, header nav.resp, header nav.no-resp li {
    float: right;
    width: auto;
    display: block;
    margin-right: 20px;
}

header nav.no-resp li {
    float: left !important;
    margin-right: 0 !important;
}

header nav.no-resp li a {
    display: table;
    padding: 20px 18px;
    margin: 12px 5px 12px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #0e6251;
    transition: 0.5s;
    border-radius: 5px;
}

header nav.no-resp li a:hover {
    border-color: rgba(0, 0, 0, 0.1);
}

header nav.no-resp li a.active {
    background: #0e6251;
    color: #fff;
}

header nav.resp select {
    border: 1px solid #eee;
    padding: 8px 10px;
    font-size: 12px;
    margin: 8px 0;
    font-family: 'Ubuntu', Arial;
    border-radius: 2px;
}

.resp {
    display: none !important;
}

/* SECCION GENERAL */
#content-section {
    display: table;
    width: 94%;
    margin: 85px auto 15px auto;
    border-radius: 2px;
    background: #fff;
    margin-left: 85px;
}

.copy {
    width: 95%;
    display: table;
    margin: 0 auto;
    text-align: center;
    color: gray;
    font-size: 13px;
    font-family: 'Poppins', Arial;
    margin-bottom: 15px;
    line-height: 24px;
}

.copy a {
    color: #2471A3;
}

/* SUB SECCION */
#content-sub-section {
    background: #fff;
    width: 80%;
    float: right;
    margin: 0 auto 65px auto;
}

.box-content {
    width: 95%;
    margin: 0 auto;
}

.sub-nav {
    background: #eee;
    position: fixed;
    width: 98%;
    margin: 20px auto;
    padding: 25px 0;
    z-index: 1;
    border-radius: 5px;
}

.sub-nav .content {
    width: 95% !important;
    margin: 0 auto;
    font-family: 'Poppins', Arial;
    font-size: 15px;
}

.sub-nav .content a {
    text-transform: none;
}

/* TITLE */
h4.title {
    width: 100%;
    display: inline-block;
    margin: 28px 0 5px 0;
    color: #333;
    border-bottom: 3px solid #eee;
}

h4.title strong {
    width: auto;
    font-size: 15px;
    font-weight: 100;
    font-family: 'Ubuntu', Arial;
    border-bottom: 3px solid orangered;
    margin-bottom: -3px;
    padding: 0 5px 8px 0;
    display: table;
    text-transform: uppercase;
}

/* SOPORTE */
.soporte {
    position: fixed;
    bottom: 20px;
    right: 30px;
}

.soporte a {
    width: 64px;
    height: 64px;
    display: table;
    margin-top: 14px;
}

#btn-soporte-correo, #btn-soporte-wsp {
	width: 45px;
	height: 45px;
	margin-top: 14px;
	margin: 14px auto 0 auto;
}

.soporte a img {
    width: 100%;
}

/* SIDENAV */
#sidenav {
    background: #eee;
    position: fixed;
    top: 80px;
    left: 0;
    height: 100%;
    width: 80px;
    z-index: 9;
}

#sidenav .content {
    width: 70%;
    margin: 0 auto;
}

#sidenav ul {
    margin: 20px 0;
}

#sidenav ul li {
    margin: 8px 0;
}

#sidenav ul li a.active {
    background: #ccc;
    border-radius: 5px;
}

#sidenav ul li a {
    display: table;
    text-align: center;
    width: 100%;
    padding: 12px 0;
}

#sidenav ul li a img {
    width: 24px;
    height: 24px;
}

#sidenav ul.footer {
    position: fixed;
    bottom: 0;
    width: 80px;
}

/* TOOLTIP */
.tooltip {
    position: relative;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    font-family: 'Open Sans', Arial;
    font-size: 13px;
    font-weight: 100;
}

.tooltip .right {
    top: 10px;
    left: 125%;
}

.tooltip .left {
    top: -5px;
    right: 165%;
}

.tooltip .top {
    bottom: 80%;
    left: 40%;
    margin-left: -60px;
}

.tooltip .right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #111 transparent transparent;
}

.tooltip .left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #111;
}

.tooltip .top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* BUSCADOR */
.buscador, .resultados {
    display: table;
    width: 95%;
}

.buscador {
    margin: 40px auto;
}

.resultados {
    margin: 20px auto;
}

.buscador h2 {
    font-size: 38px;
    font-family: 'Roboto', Arial;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-weight: 100;
    padding: 0;
}

.buscador ul {
    display: table;
    width: 97%;
}

.buscador ul li {
    float: left;
}

.buscador ul li.filtro {
    width: 28%;
}

.buscador ul li.texto {
    float: right;
    width: 70%
}

/* PAGINADOR */
.paginador {
    width: 100%;
    display: table;
    margin: 20px 0;
}

.paginador ul li {
    float: left;
    width: auto;
}

.paginador ul li a {
    display: table;
    float: left;
    padding: 8px 12px;
    transition: 0.5s;
    background: #eee;
    font-size: 14px;
    color: #444;
}

.paginador ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.paginador ul li.active a {
    background: #34495E;
    color: #fff;
}

/* RESULTADOS */
table {
    width: 100%;
}

table.list {
    padding: 18px 0;
}

table tr {
    width: 100%;
    display: table;
}

table tr.encabezado {
    background: #34495E;
    border: 1px solid #34495E;
    border-radius: 2px 2px 0 0;
}

table tr.detalles, table tr.sin-resultados {
    transition: 0.5s;
    border-width: 0 1px 1px 1px;
    border-color: #eee;
    border-style: solid;
    display: table;
    width: 100%;
}

table tr.sin-resultados td {
    text-align: center;
    font-size: 13px;
    font-family: 'ubuntu', arial;
    color: #444;
    width: 100%;
    padding: 14px 10px;
    line-height: 24px;
}

table tr.detalles:hover {
    background: #EBF5FB !important;
}

table tr td {
    padding: 8px 10px;
    font-size: 13px;
    font-family: 'Ubuntu', Arial;
    font-weight: 100;
    color: #333;
    float: left;
}

table tr.encabezado td {
    color: #fff;
}

table tr.detalles td {
    font-size: 12px !important;
}

table td a img {
    width: 18px;
    height: 18px;
}

/* SEPARADORES */
ul.sp-1, ul.sp-1 li, ul.sp-2, ul.sp-2 li {
    display: table;
	float: left;
}

ul.sp-1, ul.sp-2 {
    width: 100%;
    padding: 8px 0;
}

ul.sp-1 li {
    width: 100%;
}

ul.sp-1 li p {
    font-size: 13px;
    font-family: 'Poppins', 'Open Sans', Arial;
    color: #333;
    margin: 5px 0 10px 0;
    padding: 0;
}

ul.sp-2 li {
    width: 48%;
}

input.sp-width {
    width: 90% !important;
}

input.sp-2-width {
    width: 80% !important;
}

ul.sp-1 li label, ul.sp-2 li label, .buscador ul li label {
    display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Ubuntu', 'Open Sans', Arial;
    margin-bottom: 8px;
    color: gray;
    text-transform: uppercase;
}

ul.sp-1 li .no-label, ul.sp-2 li .no-label {
    float: left;
    width: auto;
    color: #333;
    margin-right: 8px;
    margin-top: 8px;
}

ul.sp-1 li input, ul.sp-1 li select, ul.sp-1 li textarea, ul.sp-2 li input, ul.sp-2 li select, ul.sp-2 li textarea, .buscador ul li input, .buscador ul li select {
    width: 95%;
	padding: 12px 15px;
	font-size: 13px;
	font-family: 'Ubuntu', 'Open Sans', Arial;
	font-weight: 100;
	color: #333;
	border-radius: 2px;
	border: 1px solid #eee;
}

ul.sp-1 li input, ul.sp-1 li textarea {
    width: 97% !important;
}

ul.sp-2 li input, ul.sp-2 li textarea {
    width: 93% !important;
}

ul.sp-1 li select, ul.sp-2 li select {
    width: 100% !important;
}

ul.btn {
	width: 100%;
    display: inline-block;
    padding: 8px 0;
}

ul.btn input[type="submit"], ul.btn input[type="reset"] {
    float: right;
    margin: 0;
}

/* SIDEBAR */
#sidebar {
    background: #eee;
    position: sticky;
    height: 100%;
    width: 18%;
    float: left;
    top: 100px;
    border-radius: 5px;
    left: 95px;
}

#sidebar a {
    display: table;
    width: 100%;
    padding: 15px 0;
    font-family: 'Ubuntu', Arial;
    font-size: 13px;
    color: #444;
}

#sidebar a.active {
    background: rgba(0, 0, 0, 0.1);
}

#sidebar a .content {
    width: 90%;
    margin: 0 auto;
}

/* CHECKBOX Y RADIO BUTTOM */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark {
    position: absolute;
    top: -5px;
    left: 4px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}
  
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}
  
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.container input:checked ~ .checkmark:after {
    display: block;
}
  
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* APPLE SWITCH */
label.apple-switch {
    width: 100% !important;
    float: left;
}

label.apple-switch p {
    float: left;
    width: auto;
    margin-right: 10px;
    font-family: 'Poppins', Arial;
    color: gray;
    font-size: 15px;
}

label.apple-switch input {
    position: relative;
    appearance: none;
    outline: none;
    width: 65px !important;
    height: 35px;
    background-color: #ccc;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: inset -20px 0 0 0 #ccc;
    transition-duration: 0.7s !important;
    cursor: pointer;
    float: left;
}

label.apple-switch input:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

label.apple-switch input:checked {
    border: none !important;
    box-shadow: inset 34px 0 0 0 #4ED164 !important;
    background-color: #4ed164 !important;
}

label.apple-switch input:checked:after {
    left: 34px;
    box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}

/* AGREGADO ENTIDADES */
td.tipo-telefonos, td.tipo-correos, td.tipo-direcciones {
    width: 15%;
}

td.numero-telefonos, td.correo-correos {
    width: 30%;
}

td.descripcion-correos {
    width: 40%;
}

td.localidad-direcciones {
    width: 18%;
}

td.domicilio-direcciones {
    width: 25%;
}

td.descripcion-telefonos, td.drescripcion-correos {
    width: 40%;
}

td.descripcion-direcciones {
    width: 25%;
}

td.descripcion-observaciones-clientes {
    width: 90%;
}

td.acciones-telefonos, td.acciones-correos, td.acciones-observaciones-clientes {
    width: 5%;
}

td.acciones-direcciones {
    width: 4%;
}

/* ALERTAS */
.alert {
	width: 97%;
	text-align: center;
	font-family: 'Ubuntu', Arial;
	font-weight: 100;
	padding: 14px 0;
	margin: 8px auto;
	border-width: 1px;
    border-style: solid;
    border-color: transparent;
    font-size: 13px;
    line-height: 24px;
}

.alert.yellow {
	background: #FDFFD1;
	color: gray;
	border-color: #FCFFB7;
}

.alert.blue {
	background: #D8E3F9;
	color: #2E92CF;
    border-color: #D8E3F9;
    font-size: 14px;
}

/* BUSCADOR CLIENTES */
td.razonsocial-clientes, td.fantasia-clientes {
    width: 18%;
}

td.domicilio-clientes, td.localidad-clientes, td.telefono-clientes {
    width: 15%;
}

td.acciones-clientes {
    width: 8%;
}

/* MOVIMIENTOS */
td.fecha-mov, td.cte-mov, td.nro-mov, td.debe-mov, td.haber-mov, td.saldo-mov {
    width: 10%;
}

td.descripcion-mov {
    width: 20%;
}

/* TOP */
.top {
    width: 95%;
    margin: 0 auto 30px auto;
    display: table;
}

.top h4 {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-family: 'Poppins', Arial;
    line-height: 40px;
    font-weight: 100;
}

.top .btn {
    float: right;
}

/* RESUMEN HOME */
.resumen {
    width: 95%;
    display: table;
    margin: 0 auto;
}

.resumen .lt {
    float: left;
    width: 45%;
}

.resumen .lt li {
    width: 100%;
    display: table;
    margin: 12px 0;
}

.resumen .lt li label, .resumen .lt li p, .resumen .rt li label, .resumen .rt li p {
    font-size: 15px;
    font-family: 'Poppins', Arial;
    font-weight: bold;
    float: left;
    margin: 0;
    padding: 0;
}

.resumen .lt li p, .resumen .rt li p {
    font-weight: 100;
    margin-left: 5px;
}

.resumen .rt {
    float: right;
    width: 50%;
    padding: 8px 15px;
    margin: 8px 0;
    border-radius: 5px;
}

.resumen .rt a {
    float: right;
}

/* REGISTRO */
.registro {
    width: 95%;
    display: table;
    margin: 20px auto;
}

.registro nav {
    width: 100%;
    margin: 0 auto;
}

.registro nav a {
    float: left;
    width: 50%;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Ubuntu', Arial;
    border-radius: 5px 5px 0 0;
    padding: 20px 0;
    color: gray;
    text-transform: uppercase;
}

.registro nav a.active {
    background: #f5f5f5;
    color: #333;
}

.registro .tabcontent {
    background: #f5f5f5;
    width: 100%;
}

.registro #ingreso-home .lt, .registro #salida-home .lt {
    float: left;
    width: 65%;
}

.registro #ingreso-home .lt li, .registro #salida-home .lt li.ticket {
    width: 100%;
    display: table;
    margin: 20px 0;
    padding: 0;
}

.registro #ingreso-home .lt li label, .registro #salida-home .lt li.ticket label {
    float: left;
    width: 20%;
    text-align: right;
    font-weight: bold;
    font-family: 'Dosis', Arial;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px 0;
}

.registro #ingreso-home .lt li input, .registro #ingreso-home .lt li select, .registro #salida-home .lt li.ticket input {
    float: right;
    width: 70%;
    font-weight: 100;
    font-family: 'Dosis', Arial;
    font-size: 18px;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #333;
    padding: 12px 15px;
    background: #f5f5f5;
}

.registro #ingreso-home .lt li select {
    width: 73%;
}

.registro #salida-home .lt li label {
    color: #333;
    font-weight: bold;
}

.registro #salida-home .lt li label strong {
    color: gray;
    font-weight: 100;
}

.registro #salida-home .lt li.ticket input {
    width: 50%;
    float: left;
    margin: 0 15px;
}

.registro #salida-home .lt li a {
    float: left;
}

.registro #ingreso-home .rt, .registro #salida-home .rt {
    float: right;
    width: 30%;
}

.registro #ingreso-home .rt li, .registro #salida-home .rt li {
    width: 100%;
    display: table;
    margin: 30px 0;
}

.registro #ingreso-home .rt li label {
    font-size: 13px;
}

.registro #ingreso-home .rt li select {
    width: auto;
    padding: 12px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 15px;
    margin-left: 8px;
}

.registro #salida-home .lt ul {
    width: 80%;
    float: none;
    margin: 0 auto;
}

.registro #salida-home .rt li label {
    font-size: 15px;
    color: gray;
    font-family: 'Poppins', Arial;
}

.registro #salida-home .rt li input {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 15px;
    color: gray;
    margin-left: 10px;
}

.registro ul.btn {
    width: 100%;
    padding-bottom: 20px;
}

td.codigo-registros, td.patente-registros, td.marca-registros, td.modelo-registros, td.vehiculo-registros {
    width: 10%;
}

td.fecha-registros {
    width: 12%;
}

td.lavado-registros, td.llave-registros, td.estadia-registros {
    width: 4%;
}

td.acciones-registros {
    width: 8%;
}

/* CONTENT FACTURAS */
.content-facturas {
    width: 95% !important;
    margin: 0 auto 40px auto;
}

.content-facturas .SumoSelect {
    width: 95% !important;
}

.content-facturas a.btn-nuevo-cliente-nueva-factura {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: royalblue;
}

.resp-administracion {
    display: none;
    width: 95%;
    margin: 0 auto;
}

#content-sub-section .box-content .resp select, .resp-administracion select {
    width: 100%;
    padding: 12px 18px;
    font-size: 12px;
    font-family: 'Ubuntu', Arial;
    border: 1px solid #eee;
    border-radius: 2px;
    background: #f5f5f5;
    margin-top: 15px;
}

.resumen-nueva-factura .lt {
    float: left;
    width: 48%;
}

.resumen-nueva-factura .rt {
    float: right;
    width: 48%;
}

.total-nueva-factura {
    width: 100%;
    display: table;
}

.total-nueva-factura input {
    border: none;
    padding: 15px 14px;
    font-size: 18px;
    font-family: 'Poppins', Arial;
    font-weight: 100;
    width: 44%;
    margin-bottom: 4px;
    background: #eee;
    color: #333;
}

.total-nueva-factura input.left {
    float: left;
    text-align: left;
}

.total-nueva-factura input.right {
    float: right;
    text-align: right;
}

.total-nueva-factura input.center {
    width: 95%;
    text-align: center;
}

td.cantidad-articulos-nueva-factura {
    width: 10%;
}

td.nombre-articulos-nueva-factura {
    width: 50%;
}

td.precio-articulos-nueva-factura, td.total-articulos-nueva-factura {
    width: 15%;
}

/* VENTANA MODAL */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal .modal-content .modal-header .content, .modal .modal-content .modal-body .content {
    width: 90%;
    margin: 0 auto;
}
  
.modal-content {
    position: relative;
    background-color: #fff;
    padding: 0;
    width: 45%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    float: right;
    height: 100%;
}

.modal .modal-content .modal-header {
    margin: 0;
    padding: 30px 0;
    width: 100%;
    display: table;
}

.modal .modal-content .modal-header .content h2 {
    margin: 0;
    padding: 0;
    font-family: 'Lato', Arial;
    font-size: 38px;
    font-weight: 100;
    color: orangered;
    float: left;
}

.modal .modal-content .modal-header .content a {
    float: right;
    color: gray;
    font-weight: bold;
    font-size: 35px;
    padding: 8px 0;
}

.modal .modal-content .modal-body {
    width: 100%;
    display: table;
    background: #fff;
}

.modal .modal-content .modal-body .content form ul.sp-1 input {
    width: 94% !important;
}

.modal .modal-content .modal-body .content ul.list {
    width: 100%;
    display:  table;
}

.modal .modal-content .modal-body .content ul.list li {
    width: 100%;
    display: table;
    border-bottom: 1px dotted #eee;
    padding: 12px 0;
    margin: 8px 0;
}

.modal .modal-content .modal-body .content ul.list li p {
    font-size: 13px;
    color: gray;
}

.modal .modal-content .modal-body .content ul.list h4 {
    font-size: 15px;
    color: #333;
    font-weight: 100;
    margin: 0;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    } 

    to {
        top: 0;
        opacity: 1;
    }
}
  
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* TUTORIALES */
#tutoriales {
    width: 100%;
    display: table;
}

#tutoriales .buscador form input {
    width: 60% !important;
    margin: 0 auto;
    padding: 20px 25px;
    border-radius: 5px;
    border-color: #eee;
    display: table;
}

#tutoriales .index-tutoriales, #tutoriales .index-tutoriales .categorias-tutoriales, #tutoriales .index-tutoriales .categorias-tutoriales .categoria-tutoriales, #tutoriales .index-tutoriales .categorias-tutoriales .categoria-tutoriales ul {
    width: 100%;
    display: table;
}

#tutoriales .index-tutoriales .categorias-tutoriales .categoria-tutoriales {
    margin: 50px 0;
}

#tutoriales .index-tutoriales .categorias-tutoriales .categoria-tutoriales h2 {
    color: #333;
    font-family: 'Ubuntu', Arial;
    font-size: 24px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

#tutoriales .index-tutoriales .categorias-tutoriales .categoria-tutoriales a {
    width: 100%;
    display: table;
    text-align: center;
    font-size: 15px;
    color: royalblue;
}

#tutoriales .index-tutoriales .categorias-tutoriales .categoria-tutoriales ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 15px;
    font-family: 'Ubuntu', Arial;
    min-height: 120px;
}

#tutoriales .index-tutoriales .categorias-tutoriales .categoria-tutoriales ul li a {
    width: 40%;
    margin: 0 auto;
    display: table;
}

#tutoriales .index-tutoriales .categorias-tutoriales .categoria-tutoriales ul li a h4 {
    font-size: 18px;
    font-family: 'Ubuntu', Arial;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin: 0;
}

#tutoriales .index-tutoriales .categorias-tutoriales .categoria-tutoriales ul li a p {
    font-size: 15px;
    font-family: 'Ubuntu', Arial;
    font-weight: 100;
    color: gray;
    text-align: left;
    line-height: 25px;
}

/* BUSCADOR FACTURAS */
.fecha-facturas {
    width: 8%;
}

.comprobante-facturas, .nro-facturas, .total-facturas {
    width: 15%;
}

.razonsocial-facturas {
    width: 28%;
}

.acciones-facturas {
    width: 5%;
}

/* PLANES */
.planes li {
	float: left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e0e0e0;
	border-radius: 2px;
	display: block;
	margin-bottom: 12px;
    width: 32%;
    margin-right: 1%;
}

.planes li .top {
	margin: 0 !important;
    width: 100%;
}

.planes li .top h4 {
	width: 100%;
	font-size: 16px;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	text-align: center;
	padding: 5px 0;
	margin: 0;
    background: #dfdfdf;
	color: #333;
}

.planes li.active .top h4 {
    background: #1F618D !important;
    color: #fff;
}

.planes li p, .planes li p strong {
	width: 100%;
	padding: 14px 0;
	font-family: 'Open Sans', Arial;
	font-weight: 100;
	font-size: 13px;
	color: #444;
	margin: 0;
	text-align: center;
}

.planes li p strong {
	font-weight: 700;
}

.planes li .top span {
	width: 100%;
	text-align: center;
	font-size: 48px;
    font-family: 'Ubuntu', 'Open Sans', Arial;
    color: #333;
	font-weight: bold;
	display: table;
	padding: 28px 0;
    background: #f0f0f0;
}

.planes li.active .top span {
    background: #2471A3 !important;
    color: #fff;
}

.planes li a {
	margin: 20px auto;
	display: table;
	width: auto;
}

/* PAGAR PLAN */
.box-pagar-ahora-mi-cuenta .lt {
    float: left;
    width: 48%;
}

.box-pagar-ahora-mi-cuenta .lt li, .box-pagar-ahora-mi-cuenta .rt li {
    width: 100%;
    display: table;
    margin: 8px 0;
}

.box-pagar-ahora-mi-cuenta .lt li label {
    width: 100% !important;
}

.box-pagar-ahora-mi-cuenta .lt li label p {
    width: 40%;
    text-align: left;
}
.box-pagar-ahora-mi-cuenta .rt {
    float: right;
    width: 48%;
}

.box-pagar-ahora-mi-cuenta .rt li label {
    font-size: 13px;
    font-weight: 100;
    padding: 12px 0;
    text-align: right;
    width: 40%;
    float: left;
}

.box-pagar-ahora-mi-cuenta .rt li input {
    padding: 12px 14px;
    border: 1px solid #eee;
    border-radius: 2px;
    font-size: 13px;
    width: 48%;
    float: right;
}

/* PIC */
.pic {
    width: 100%;
    display: table;
}

.pic img {
    width: 100%;
    height: 240px;
}

/* RESUMEN ESTADISTICAS */
.resumen-estadisticas {
    width: 95%;
    display: table;
    margin: 40px auto;
}

.resumen-estadisticas .lt {
    float: left;
    width: 49% !important;
    box-shadow: 0px 1px 3px 0px rgb(54 74 99 / 5%);
    border-radius: 8px;
    background: #2471A3;
    padding: 20px 0;
}

.resumen-estadisticas .lt .content {
    width: 95% !important;
    margin: 0 auto;
}

.resumen-estadisticas .lt h4 {
    width: 100%;
    font-size: 15px;
    color: #fff;
    margin: 0;
    font-family: 'Poppins', Arial;
}

.resumen-estadisticas .lt h2 {
    font-size: 45px !important;
    font-weight: bold;
    width: 100%;
    color: #fff !important;
    margin: 5px 0 !important;
    font-family: 'Poppins', Arial;
}
.resumen-estadisticas .lt h5 {
    font-size: 13px;
    color: cornflowerblue;
    width: 100%;
    margin: 0;
    font-weight: 100;
    font-family: 'Poppins', Arial;
}

.resumen-estadisticas .lt p {
    width: 100%;
    font-size: 11px;
    color: #fff !important;
    margin: 5px 0;
    font-family: 'Poppins', Arial;
}

.resumen-estadisticas .lt h3 {
    font-size: 28px;
    width: 100%;
    color: #fff;
    margin: 0;
    font-family: 'Poppins', Arial;
}

.resumen-estadisticas .lt h3 span {
    float: right;
    width: 30%;
    font-family: 'Poppins', Arial;
}

.resumen-estadisticas .lt h3 span strong {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    width: 100%;
    display: table;
    font-family: 'Poppins', Arial;
}

.resumen-estadisticas .lt h3 span p {
    width: 100%;
    text-align: right;
    font-size: 11px;
    font-family: 'Poppins', Arial;
}

.resumen-estadisticas .rt {
    float: right;
    width: 49% !important;
}

.resumen-estadisticas .rt ul {
    width: 100%;
    display: table;
}

.resumen-estadisticas .rt ul li {
    float: left;
    width: 48%;
    border-radius: 8px;
    background: #F3F6FF;
    padding: 24px 0;
    margin: 0 0 12px 0;
    cursor: pointer;
}

.resumen-estadisticas .rt ul li strong {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
	color: #2E92CF;
    display: table;
}

.resumen-estadisticas .rt ul li p {
    font-weight: 100;
    font-size: 15px;
	color: #2E92CF;
    width: 100%;
    text-align: center;
}

/* ESTADISTICAS */
.box-estadisticas {
    float: left;
    width: 48%;
    margin: 8px 0;
    box-shadow: 0 0 10px rgb(12 12 12 / 5%);
    border-style: solid;
    border-color: #eee;
    border-width: 0 1px 1px 1px;
    border-top: 5px solid #2471A3;
}

.box-estadisticas .title {
    width: 100%;
    display: table;
    border-bottom: 1px solid #eee;
}

.box-estadisticas .title h2 {
    font-size: 18px;
    font-family: 'Poppins', Arial;
    font-weight: 100;
    color: #333;
    padding: 0;
    margin: 14px auto;
    text-align: left;
    width: 95%;
}

.box-estadisticas .content {
    width: 100%;
    display: table;
}

.box-estadisticas .content .stat {
    margin: 20px auto;
    display: table;
    width: 95%;
}

/* FORMAS DE PAGO */
.formas-de-pago {
    width: 48%;
    display: table;
    float: left;
}

.pagos {
    width: 48%;
    display: table;
    float: right;
}

.formas-de-pago ul.btn a {
    float: right;
    margin: 8px 0;
}

.total-nuevo-recibo, .total-nuevo-comprobante {
    width: 100%;
    display: table;
}

.total-facturas-pendientes {
    float: right;
    width: 45%;
}

.total-nuevo-recibo input, .total-nuevo-comprobante input, .total-facturas-pendientes input {
    border: none;
    padding: 15px 0;
    font-size: 24px;
    font-family: 'Roboto', Arial;
    font-weight: 100;
    width: 49%;
    margin-bottom: 4px;
    text-transform: uppercase;
    background: #eee;
}

.total-nuevo-recibo input.left, .total-nuevo-comprobante input.left {
    float: left;
    text-align: center;
}

.total-nuevo-recibo input.right, .total-nuevo-comprobante input.right {
    float: right;
    text-align: center;
}

.total-nuevo-recibo input.center, .total-nuevo-comprobante input.center {
    width: 100%;
    text-align: center;
}

.total-facturas-pendientes input {
    width: 91%;
    text-align: center;
}

td.nro-recibos {
    width: 10%;
}

td.fecha-recibos, td.total-recibos {
    width: 15%;
}

td.cliente-recibos {
    width: 40%;
}

td.acciones-recibos {
    width: 8%;
}

td.codigo-salidas, td.ingreso-salidas, td.salida-salidas, td.patente-salidas, td.marca-salidas, td.facturado-salidas, td.pagar-salidas {
    width: 10%;
}

td.total-salidas {
    width: 15%;
}

.tipo-pagos {
    width: 12%;
}

.descripcion-pagos {
    width: 45%;
}

.importe-pagos {
    width: 20%;
}

.acciones-pagos {
    width: 5%;
}

.extras-pagos {
    display: none;
}

.nav-tab {
    width: 95%;
    display: table;
    margin: 0 auto 20px auto;
}

.nav-tab a {
    width: 25%;
    float: left;
    padding: 20px 0;
    font-size: 13px;
    background: #f5f5f5;
    color: gray;
    text-align: center;
    transition: 0.5s;
}

.nav-tab a.active {
    background: #eee;
}

/* TARJETAS */
.fecha-tarjetas {
    width: 10%;
}

.titular-tarjetas {
    width: 25%;
}

.cupon-tarjetas, .numero-tarjetas {
    width: 12%;
}

.importe-tarjetas {
    width: 15%;
}

.acciones-tarjetas {
    width: 8%;
}

/* CHEQUES */
.fecha-cheques, .fecha-operacion-cheques {
    width: 10%;
}

.banco-cheques {
    width: 25%;
}

.numero-cheques {
    width: 15%;
}

.importe-cheques {
    width: 15%;
}

.acciones-cheques {
    width: 8%;
}

/* RETENCIONES */
.fecha-retenciones {
    width: 12%;
}

.tipo-retenciones {
    width: 45%;
}

.importe-retenciones {
    width: 20%;
}

.acciones-retenciones {
    width: 10%;
}

/* CIERRE CAJA */
.cierre-caja {
    width: 95%;
    margin: 0 auto;
}

.cierre-caja .lt {
    float: left;
    width: 49%;
}

.cierre-caja .rt {
    float: right;
    width: 49%;
}

.cierre-caja .lt .box, .cierre-caja .rt .box {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    display: table;
    padding: 0 0 10px 0;
}

.cierre-caja .rt .box {
    padding: 10px 0;
}

.cierre-caja .lt .box h4, .cierre-caja .rt .box h4 {
    font-size: 15px;
    font-family: 'Poppins', Arial;
    font-weight: 100;
    background: #fff;
    padding: 0 8px;
    margin: -13px 0 0 5px;
    width: auto;
    display: table;
}

.cierre-caja .lt .box .content, .cierre-caja .rt .box .content {
    width: 90%;
    margin: 0 auto;
}

.cierre-caja .lt .box .content .sp-2 li label, .cierre-caja .rt .box .content .sp-2 li label {
    float: left;
    width: 40%;
    text-align: right;
    margin: 13px 0;
}

.cierre-caja .lt .box .content .sp-2 li input, .cierre-caja .rt .box .content .sp-2 li input {
    float: right;
    margin: 0;
    width: 40% !important;
}

/* MOV CAJA */
.fecha-movcaja, .tipo-movcaja {
    width: 10%;
}

.concepto-movcaja, .importe-movcaja {
    width: 15%;
}

.descripcion-movcaja {
    width: 28%;
}

.acciones-movcaja {
    width: 4%;
}
