@charset "utf-8";
/* CSS Document */
body {
    background: #efefef;
    font-family: Tahoma,Verdana,Segoe,sans-serif !important;
	font-size:14px;
}
h1 {font-size: 24px}
h2 {font-size: 23px}
h3 {font-size: 22px}
h4 {font-size: 21px}
h5 {font-size: 20px}
h6 {font-size: 18px}

a{color:#26a685}
h1 {margin: 0 0 50px 0;} 
#login .cabecera-login img {
    max-width: 280px;
}
.uppercase{
	text-transform: uppercase;
}
span.estado {
    color: white;
    padding: 5px;
    border-radius: 3px;
}
.rendimiento h4 {
    font-weight: 900;
    font-size: 18px;
    text-align: center;
}
.btn.btn-info.aplicar-filtros{
    height: 35px;
}
.btn-soriano {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #25a685;
    border: 1px solid transparent;
    padding: 0.375rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
.btn-soriano-2 {
    background: black;
    color: white;
    padding: 0px 5px;
}
.btn-soriano-3 {
    width: 100%;
    max-width: 250px;
    background-color: #ae6262;
	text-transform: uppercase;
    color: #fff;
    box-shadow: inset 0 0 2px 0 #00000061;
    padding: 5px;
    border-radius: 50px;
    display: block;
    font-family: 'Oswald';
    font-size: 20px;
}
.btn-soriano-4 {
    background-color: white;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
}

.btn-soriano-5 {
    background-color: white;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    padding: 5px;
	margin:5px 0;
	width:100%;
    cursor: pointer;
}
.row-btn-acciones {
    margin: 15px 0;
}
.btn {
    font-size: 14px;
}
.caja-2 {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 10px;
    font-size: 13px;
    background: #fbfbfb;
}
.icono-usuario-miperfil {
    font-size: 140px;
}
.barra-opciones {
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: right;
    right: 0;
    width: 100%;
    padding: 10px 300px 45px 50px !important;
    box-shadow: 0px -2px 5px #00000024;
    z-index: 1;
}
.ventana {
    position: fixed;
    top: 50px;
    right: 50px;
    max-width: 275px;
    font-size: 14px;
    z-index:9999999999;
}

.ventana i {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}
.formulario {
    max-width: 400px;
    margin: 0 auto;
    border: 2px solid #b5b5b5;
    padding: 30px 30px 0px 30px;
    border-radius: 7px;
    margin-top: 30px;
    margin-bottom: 50px;
    background: white;
}
.formulario label {
    text-align: center;
    width: 100%;
    padding: 10px;
}
.titulo_formulario {
    text-align: center;
    padding: 30px;
}
.alert {
    text-align: center;
}
#wrapper{
	padding:90px 15px;
}
.navbar-expand-lg .navbar-nav.side-nav{
	flex-direction: column;
}
.card{
	margin-bottom: 15px; 
	border-radius:0;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.header-top{
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.leftmenutrigger{
	display: none;
}
@media(min-width:992px) {
	
	#main{
 	   padding: 0 30px 100px 30px;
	}
	
	#main.menu-open{
 	   padding: 0 280px 300px 230px;
 }
	.col {
		float: left !important;
	}
	.leftmenutrigger{
		display: block;
		margin: 7px 20px 4px 0;
		cursor: pointer;
	}
	#wrapper{
		padding: 55px 0px 25px 0px;
	}

	.navbar-nav.side-nav.open {
		left:0;
	}
	.navbar-nav.side-nav{
		background: #0d0d0d;
		box-shadow: 2px 1px 2px rgba(0,0,0,.1);
		position:fixed;
		top:56px;
		flex-direction: column!important;
		left:-220px;
		width:200px;
		overflow-y:auto;
		bottom:0;
		overflow-x:hidden;
		padding-bottom:40px;
	}
}
.animate{
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
table.dataTable thead .sorting:last-child:before, table.dataTable thead .sorting:last-child:after {
	display: none;
}
table span.info {
    font-size: 11px;
    text-transform: none;
    font-weight: 400;
    font-style: italic;
}
.icono-usuario {
    text-align: center;
	padding: 20px; 
}
i.fas.fa-user-circle.icono-usuario-miperfil {
    font-size: 130px;
}
.icono-usuario p {
    font-size: 25px;
    font-weight: bold;
}

.mensaje-modificacion {
    margin-top: -50px;
}
form.formulario-2 {
    display: contents;
}
.btn-modificar, .btn-eliminar, .btn-ver{
	font-size: 13px !important;
}
.dropdown-item {
    font-size: 14px !important;
}
footer.pie-de-pagina {
    position: fixed;
    bottom: 0px;
    background: #1e1e1e;
    color: white;
    width: 100%;
    padding: 10px;
    z-index: 1;
    left: 0;
}
#dropdown1 {
    cursor: pointer;
}
form{
	width: 100%;
}
@media (max-width: 768px){
	#registrar{
		text-align: center !important;
	}
	.leftmenutrigger{
		display: none !important;
	}
	.h1, h1 {
		font-size: 1.8rem !important;
		text-align: center !important;
	}
	.h2, h2{
		text-align: center !important;
	}
	.h3, h3{
		text-align: center !important;
	}
	#dtBasicExample_wrapper { 
		overflow-x: scroll;
	}
	.btn-success{
		margin: 0 auto !important;
	}
	#modificar, #reasignar, #registrar {
		text-align: center;
		margin: 0 auto !important;
		display: table;
	}
	.navbar-collapse .dropdown-menu {
		background-color: #162848 !important;
		border: none !important;
		border-radius: 0px !important;
	}
	.menu-open {
    	padding: 0 0px 100px 0px;
	}
	table.dataTable{
		max-width: 100%;
		overflow-x: auto;
		display: block;
	}
	li.dropdown-item a {
    	color: white !important;
	}
	
}
.columna-principal{
	margin-bottom: 100px;
	padding-left:200px;
}
.caja-categorias {
    max-height: 400px;
    overflow: auto;
    border: 1px solid #ced4da;
    padding: 10px;
}

.margin-top-50 {
    margin-top: 50px;
}
em.info {
    font-size: 11px;
}
.mensaje-modificacion-2 {
    top: -35px;
}
.miniatura-img img {
    max-width: 100%;
}

.miniatura-img {
    border: 1px solid #ced4da;
}
.cabecera-login {
    text-align: center;
    padding-top: 5%;
}
.cabecera-login h3{
	font-size:22px;
    margin-bottom:0px;
    padding-bottom:0px
}
.cabecera-login p{
	font-size:12px;
}
.bg-dark {
    background-color: #1e1e1e!important;
}

a.navbar-brand img {
    max-height: 40px;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(226, 226, 226);
}
.table td, .table th {
    padding: 8px 5px;
    vertical-align: middle;
    font-size: 13px;
}
li.dropdown-item a {
    width: 100%;
    padding: 0px 20px;
    display: block;
    color:#20376c
}

li.dropdown-item {
    padding: .25rem 0rem;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e6eaf1;
}
.barra-opciones .guardar {
    float: right;
}
.clear-left {
    clear: left;
}
ul.menu-vertical{
    border: 1px solid #000000;
    padding: 0;
    margin: 20px;
    border-bottom: 0px solid #000000;
    background: #ffffff;
}
ul.menu-vertical li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #000000;
    padding: 5px 20px;
    cursor: pointer !important;
}
ul.sub-menu li a {
    color: #e2e2e2;
    font-size: 15px;
}
#caja-notificaciones{
	position: absolute;
	top: 80px;
	right: 80px;
	max-width: 300px;
	z-index: 99999999;
}
.pop-up-notificacion {font-size: 14px;padding: 15px 25px 10px 15px;box-shadow: -5px 5px 10px 2px #00000059;} 

.pop-up-notificacion i.cerrar-pop-up {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor:pointer;
}
div#alertas-password {
    width: 50%;
    float: right;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
}

#alertas-password.pass-no-valido {
    background: #ffe0e0;
    border: 1px solid #af1d1d;
    color: #bb1f1f;
}
#alertas-password.pass-valido {
    background: #e5f1e5;
    border: 1px solid #21af1d;
    color: #1e9827;
}
.btn-modificar:before {
	content: "\f040";
	font-family: Fontawesome;
	margin-right: 7px;
}
.btn-ver:before {
	content: "\f06e";
	font-family: Fontawesome;
	margin-right: 7px;
}
.btn-eliminar:before {
	content: "\f1f8";
	font-family: Fontawesome;
	margin-right: 7px;
}

.btn-guardar:before {
    content: "\f0c7";
    font-family: Fontawesome;
    margin-right: 7px;
}
.btn-add-usuario:before {
    content: "\f234";
    font-family: Fontawesome;
    margin-right: 7px;
}
.btn-add:before {
    content: "\f067";
    font-family: Fontawesome;
    margin-right: 7px;
}
#pedidos .table-bordered thead td, #pedidos .table-bordered thead th{
	min-width: 120px;
}
.ordenar-asc, .ordenar-desc {
    position: absolute;
    margin-left: 5px;
	margin-top: 5px;
}
a.ordenar-asc {
    top: 5px;
}
#pedidos .paginacion a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
header.pedido {
    background: white;
    padding: 15px;
    margin: -26px -30px 15px -31px;
    font-size: 22px;
}
.estado {
    padding: 0.15em 0.4em;
    color: white;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background: #212529;
}
.trabajar {
    color: white !important;
}
.descripcion-nota {
    background: white;
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	margin-bottom: 30px;
}
h1.titulo-notas {
    margin-bottom: 20px;
}
#productospedidos .estado {
    font-size: 16px;
    display: inline;
}
h1.temporizador {
    text-align: right;
}
#productospedidos input.btn.btn-info, #productospedidos input.btn.btn-danger {
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}
#productospedidos table .estado {
    font-size: 12px;
}
.eliminar i {
    color: black;
    font-size: 20px;
}
#productospedidos .btn-modificar:before{
	display: none;
}
#productospedidos .btn-group.ml-2 {
    margin-left: 0 !important;
    margin-top: 10px;
}
.datos-pedido {
    background: white;
    padding: 20px;
    border: solid 1px #d3d8db;
    border-radius: 5px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 8px 8px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 8px 8px 0px rgb(0 0 0 / 8%);
    box-shadow: 0 8px 8px 0px rgb(0 0 0 / 8%);
    min-height: 200px;
}
#productospedidos p {
    font-size: 13px;
    margin-bottom: 0px;
}
.nota strong {
    font-size: 12px;
}
.botones-estados {
    float: right;
    padding: 0 !important;
}

.botones-estados a {
    margin-left: 15px;
    font-size: 13px;
    color: white !important;
}
select.form-control, #productospedidos label, #productospedidos input {
    font-size: 14px;
}
textarea.form-control {
    font-size: 16px;
}
.mensajes-cliente p.mensaje{
	padding: 0 0 0 10px;
    border-left: 2px solid #ccc;
    margin-top: 8.5px;
}
.boton-recoger{
	background: #04af00;
    border-color: #04af00;
}
.boton-recoger:hover{
	background: #04af00;
    border-color: #04af00;
}
.boton-enviado{
	background: #8A2BE2;
	border-color: #8A2BE2;
}
.boton-enviado:hover{
	background: #8A2BE2;
	border-color: #8A2BE2;
}
td i.fa.fa-check {
    color: #04af00;
}

td i.fa.fa-times {
    color: #721c24;
}
.prioridad, select.fecha{
	margin-left: 15px;
}
.filtrarvalencia {
    background: #ffffff;
    color: #707070;
    padding: .35rem 1rem;
    line-height: 22px;
    font-size: 14px !important;
    border-radius: .3rem;
    cursor: pointer;
    border: 1px solid #cfcfcf;
}
.filtrarvalencia:hover{
	text-decoration: none;
}
.filtrarvalencia.activo {
    background: limegreen;
}
.mensajes-cliente {
    margin-bottom: 15px;
}
#pedidos .fa-exclamation-triangle{
	font-size: 18px;
	color: #f10000;
	/* text-shadow: 0 0 2px yellow; */
}
.checkbox-lugar{
	display: none;
}
.barra-opciones input {
    max-width: 35px;
    text-align: center;
}
#pedidos .barra-opciones a.btn.btn-info {
    margin-left: 10px;
    margin-right: 10px;
}
.popup-incidencia {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000040;
    z-index: 9999;
}
.contenedor-incidencia{
	position: fixed;
    z-index: 9999999999999;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 30px;
    border-radius: 10px;
}
#pedidos .contenedor-incidencia .fa-exclamation-triangle {
    font-size: 30px;
}
.triangulo{
	cursor: pointer;
}
#pedidos table {
    margin-bottom: 30px;
}
.clear {
    clear: both;
    width: 100%;
}
.widget a:hover {
    text-decoration: none;
}
.widget .icono {
    font-size: 70px;
    position: absolute;
    color: #f3f3f3;
    right: 30px;
}
.widget .incidencias, .widget .pedidos, .widget .alertas, .widget .urgencias{
    background: #ffffff;
	border-radius: 5px;
	color: #000000;
	padding: 20px;
    width: 100%;
}
.widget .incidencias.activo .icono {
    color: #f1aaaa;
}
.widget .incidencias.activo {
    background: #ffd3d3;
}
.widget .pedidos.activo .icono {
    color: #b4e0bb;
}
.widget .pedidos.activo {
    background: #ceefd3;
}
.widget .alertas.activo .icono {
    color: #f5ecc7;
}
.widget .alertas.activo {
    background: #fff8de;
}
.widget .urgencias.activo .icono {
    color: #bed5e8;
}
.widget .urgencias.activo {
    background: #d7e7f5;
}
.widget .numero{
    font-size:50px;
    margin-top: -15px;
}
.widget h3.titulo{
	font-size: 18px;
	text-transform: uppercase;
	margin-top: -5px;
	margin-bottom: -5px;
}
#productospedidos .datos-pedido a {
    color: black;
}
#productospedidos .datos-pedido a:hover {
   text-decoration: none;
}
.tiempospedido a.btn.btn-lg.btn-secondary {
    font-size: 13px;
}
.tiempospedido {
    text-align: center;
    width: 100%;
}
#alertas i.fa.fa-user {
    font-size: 60px;
}

#alertas h3 {
    text-align: center;
}
.datos-alertas {
    background: white;
    padding: 20px;
    border: solid 1px #d3d8db;
    border-radius: 5px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 8px 8px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 8px 8px 0px rgb(0 0 0 / 8%);
    box-shadow: 0 8px 8px 0px rgb(0 0 0 / 8%);
    min-height: 300px;
}
.descripcion-alerta {
    border-left: 2px solid #d3d8db;
}
.datos-alertas p, .datos-alertas a {
    font-size: 14px;
    margin-bottom: 10px;
}
.crear-alerta select.form-control {
    margin-bottom: 20px;
}

select.form-control.fecha {
    min-width: 170px;
    margin-right: 20px;
}
label.fecha-personalizada {
    min-width: 100px;
}
input.form-control.fecha-personalizada {
    margin-right: 20px;
}
.modificar i.fa.fa-pencil {
    color: black;
    font-size: 20px;
}
.form-control {
    margin: -5px 0 15px 0;
	font-size: 14px;
}
.btn.btn-info {
    font-size: 14px;
    padding: 5px 10px;
}
#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 100px;
    z-index: 9999;
    width: 230px;
}
 
#suggestions .suggest-element {
    background-color: #f9f8f8;
    border-top: 1px solid #ced4da;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}
textarea.escribir{
	min-height: 500px
}
h1.titulo-gracias {
    color: green;
    text-transform: uppercase;
    text-align: center;
}
h1.titulo {
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
}
.caja-datos-introducidos {
    background: #e0e0e0;
    padding: 30px;
    max-width: 600px;
    margin: 0px auto 50px auto;
    border-radius: 8px;
}
#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
    display: block;
}
span#sig-clearBtn {
    background: red;
    color: white;
}
.firma-flotante {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000038;
}

.container.max-width {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 700px;
}

.caja-textos-legales {
    background: white;
    border: 1px solid #ced4da;
    border-radius: 7px;
    margin-bottom: 10px;
    max-height: 300px;
    overflow-y: auto;
}
.reserva-experiencia label.checkbox {
    margin-left: 10px;
}

span.requerido {
    color: red;
    font-weight: 900;
}
span.requerido.requerido-input {
    position: absolute;
    right: 0;
}
.reserva-experiencia span.cerrar, .popup .cerrar {
    position: absolute;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
.reserva-experiencia table p, .popup p {
    margin: 5px;
}
.ver-mas {
    cursor: pointer;
}
.popup {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    left: 0;
    background: #00000026;
    z-index: 9;
    display: none;
}
.popup .container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: fixed;
    background: white;
    padding: 30px;
    max-width: 1000px;
    margin: 0px auto 50px auto;
    border-radius: 8px;
    max-height: 800px;
    overflow-y: auto;
}
#fecha-personalizada.popup .container {
    max-width: 300px;
}
.popup .container h2 {
	text-align: center;
}
.popup i.fa.fa-check {
    color: green;
}

.popup i.fa.fa-times {
    color: red;
}
.popup .cerrar i.fa.fa-times{
	color: black;
}
section#titulo-pagina {
    background: #ffffff;
    padding: 25px 0px 20px 214px;
    box-shadow: 0px 0px 6px 0px #0000002e;
}
section#titulo-pagina h1 {
    margin: 0;
}
.ps-switch {
    position: relative;
    display: inline-block;
    min-width: 130px;
    min-width: 8.125rem;
    margin-top: 3px;
    font-size: 13.008px;
    font-size: .813rem;
    background-color: #eff1f2;
    border-radius: 1px;
    text-align: center;
}
	.ps-switch input {
    position: absolute;
    opacity: 0;
}
	.ps-switch label {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    padding: .231em .769em;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    color: #ece1e1;
    font-weight: 400;
    cursor: pointer;
    transition: color .2s ease-out;
    top: 2px;
}
	.ps-switch input:checked+label {
    color: #fff;
}
	
.ps-switch input:last-of-type:checked~.slide-button {
    background-color: #2eacce;
    left: 50%;
}
.ps-switch>.slide-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    color: #fff;
    background-color: #c05c67;
    transition: all .3s ease-out;
}
.ficha-main {
    background: #ffffff;
    padding: 20px;
    margin: 1px 0 15px 0;
    box-shadow: 0px 0px 6px 0px #0000002b;
    border-radius: 5px;
}

.ficha-main .pregunta {
    text-align: right;
}

.ficha-titulo {
    background: #f5f5f5;
    padding: 10px 20px 5px 20px;
    margin: -20px -20px 20px -20px;
    border-bottom: 1px solid #e7e7e8;
    border-radius: 5px 5px 0 0;
}

.ficha-titulo h2{
    font-size:20px
}

table.table th.th-sm.id {
    width: 25px;
}
table.table th.th-sm.acciones {
    /* width: 140px; */
}

table.table th.th-sm.fecha {
    width: 120px;
}

table.table th.th-sm.check {
    width: 40px;
}
#TablaBasica tfoot, #TablaBasica thead {
    background: #4f6d8c;
    color: white;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(79 109 140 / 0.05);
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(79 109 140 / 0.02);
}
li.btn-tab.activo {
    background: #777777;
    color: white;
}
.form-control.limitar {
    max-width: 500px;
}
.ficha-main span.descripcion {
    text-align: right;
    font-size: 12px;
    font-style: italic;
    color: #777777;
    margin-bottom: 15px;
}
.titulo-descriptivo {
    font-weight: bold;
    margin-bottom: 20px;
}

.titulo-verde {
    color: green;
}

.versiones {
    max-width: 600px;
    margin: 0 auto;
}

.version.actual {
    width: 50%;
    float: left;
    background: #cccccc;
    text-align: center;
    border-radius:10px 0 0 10px;
    min-height:150px;
    padding:15px;
}
.version.disponible {
    width: 50%;
    float: left;
    text-align: center;
    background: #5274a7;
    color:white;
    border-radius:0 10px 10px 0;
    min-height:150px;
    padding:15px;
}
.numero-version{
	font-size:50px
}
.logo{
	max-width: 140px;
	margin-bottom: 30px;
}
h1.titulo-index {
    text-align: center;
    margin-bottom: 30px;
}
input.btn.btn-info.btn-plus {
    max-width: none;
}
td.acciones a, td.acciones span {
    margin-right: 15px;
    color: #212529;
}
.descripcion {
    margin-bottom: 25px;
}
.col-6 .descripcion{
	margin-bottom: 0;
}
.descripcion:before {
    content: "\f05a";
    font: normal normal normal 22px/1 FontAwesome;
    color: #5694b1;
    vertical-align: text-top;
}
.iconos{
	color: black;
	font-size: 18px;
	margin-right: 10px;
}
.suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 35px;
    z-index: 9999;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
}
.suggestions .suggest-element {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}
.datos-cliente p {
    margin-bottom: 0px;
}
.detalles-pedido .contenedor p {
    display: none;
}
.detalles-pedido .contenedor .row:nth-child(2) p{
    display: block;
}
.detalles-pedido .contenedor .row:nth-child(2) .fa-minus-circle{
    display: none;
}
.autocomplete-active a {
	background: #a7a7a7 !important;
}
.detalles-pedido form input.form-control {
    margin: -10px 0 0px 0;
}
.detalles-pedido form .col {
    padding-left: 3px;
    padding-right: 3px;
}
.suggestions.suggestions-material {
    display: none;
}
.suggestions.suggestions-material.mostrar{
	display: block;
}
.detalles-eliminados{
	display: none;
}
button.btn.btn-info.btn-anadir-factura-details {
    margin-bottom: 15px;
}
a.btn.btn-danger.cerrar-caja {
    float: right;
}
h2.titulo {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 15px;
}
.marca-factura-details {
    display: none;
}
p.instrucciones {
    font-size: 10px;
    margin-bottom: 0;
}
i.fa.fa-times-circle.eliminar-cara-a, i.fa.fa-times-circle.eliminar-cara-b {
    color: #dc3545;
    font-size: 18px;
    cursor: pointer;
}
span.estado.estado-No.Pagado {
    background: #E74C3C;
}
span.estado.estado-Pagado {
    background: #01B887;
}
span.estado.estado-Cancelada {
    background: #2C3E50;
}
span.estado.estado-Abono {
    background: #8A2BE2;
}
form#imprimir {
    width: auto;
    display: inline;
}
.btn-imprimir{
    background: #17a2b8;
    border-color: #17a2b8;
}
.btn-imprimir:hover{
	background-color: #138496;
    border-color: #117a8b;
}
.btn-imprimir:focus {
    background-color: #138496 !important;
    border-color: #138496 !important;
    box-shadow: none;
}
a.enlace-bajo {
    color: black;
    font-style: italic;
    font-size: 13px;
    display: block;
    margin-top: 10px;
}
.precio-medidas .titulo, .precio-medidas .nombre {font-weight: 900;}
.ficha-main .titulo span {color: #676767;font-size: 10px;font-weight: 100;display: block;font-style: italic;margin: -5px 0;}
.max-width-1200 {max-width: 1200px;}
.max-width-1100 {max-width: 1100px;}
.max-width-1000 {max-width: 1000px;}
.max-width-900 {max-width: 900px;}
.max-width-800 {max-width: 800px;}
.max-width-700 {max-width: 700px;}
.max-width-600 {max-width: 600px;}
.max-width-500 {max-width: 500px;}
.max-width-400 {max-width: 400px;}
.max-width-300 {max-width: 300px;}
.max-width-200 {max-width: 200px;}
.max-width-100 {max-width: 100px;}

.precio-medidas input {width: 100%;}
.precio-medidas {font-size: 12px;}

.width-100,.width-95,.width-90,.width-85,.width-80,.width-75,.width-70,.width-65,.width-60,.width-55,.width-50,.width-45,.width-40,.width-35,.width-33,.width-30,.width-29,.width-28,.width-27,.width-26,.width-25,.width-24,.width-23,.width-22,.width-21,.width-20,.width-19,.width-18,.width-17,.width-16,.width-15,.width-14,.width-13,.width-12,.width-11,.width-10,.width-9,.width-8,.width-7,.width-6,.width-5 {
	float: left;
	margin: 0 1px;
}

.width-100 {width: Calc(100% - 2px)}
.width-95 {width: Calc(95% - 2px)}
.width-90 {width: Calc(90% - 2px)}
.width-85 {width: Calc(85% - 2px)}
.width-80 {width: Calc(80% - 2px)}
.width-75 {width: Calc(75% - 2px)}
.width-70 {width: Calc(70% - 2px)}
.width-65 {width: Calc(65% - 2px)}
.width-60 {width: Calc(60% - 2px)}
.width-55 {width: Calc(55% - 2px)}
.width-50 {width: Calc(50% - 2px)}
.width-45 {width: Calc(45% - 2px)}
.width-40 {width: Calc(40% - 2px)}
.width-35 {width: Calc(35% - 2px)}
.width-33 {width: Calc(33% - 2px)}
.width-30 {width: Calc(30% - 2px)}
.width-29 {width: Calc(29% - 2px)}
.width-28 {width: Calc(28% - 2px)}
.width-27 {width: Calc(27% - 2px)}
.width-26 {width: Calc(26% - 2px)}
.width-25 {width: Calc(25% - 2px)}
.width-24 {width: Calc(24% - 2px)}
.width-23 {width: Calc(23% - 2px)}
.width-22 {width: Calc(22% - 2px)}
.width-21 {width: Calc(21% - 2px)}
.width-20 {width: Calc(20% - 2px)}
.width-19 {width: Calc(19% - 2px)}
.width-18 {width: Calc(18% - 2px)}
.width-17 {width: Calc(17% - 2px)}
.width-16 {width: Calc(16% - 2px)}
.width-15 {width: Calc(15% - 2px)}
.width-14 {width: Calc(14% - 2px)}
.width-13 {width: Calc(13% - 2px)}
.width-12 {width: Calc(12% - 2px)}
.width-11 {width: Calc(11% - 2px)}
.width-10 {width: Calc(10% - 2px)}
.width-9 {width: Calc(9% - 2px)}
.width-8 {width: Calc(8% - 2px)}
.width-7 {width: Calc(7% - 2px)}
.width-6 {width: Calc(6% - 2px)}
.width-5 {width: Calc(5% - 2px)}
.min-height-800{min-height: 800px}
i.fa.fa-file-pdf-o.rojo {
    color: #d30a0a;
    font-size: 45px;
    margin: 7px;
}
.container-file {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.caja-file a {
    font-size: 10px;
    padding: 0 3px;
    max-width: 80px;
    display: block;
    text-align:center;
    color:black !important;
    line-height: 11px;
    word-break: break-word;
}
input.btn-soriano.submit {
    width: 100%;
    margin-top: 10px;
}
.row.caja-detail-products {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}
ul.lista-detalles-producto {
    list-style: none;
    padding-left: 0;
    font-size: 13px;
}
table.dataTable th, .table.dataTable td {
    font-size: 11px;
}
table.informe{text-align:center}
table.dataTable.informe thead th{
    padding: 5px 0 5px 0px;
    text-transform: uppercase;
    vertical-align: middle;
}
table.informe .dia {width: 90px;}
table.informe .nombre {width: 125px;}
table.informe .num {width: 50px;}
table.informe .precio {width: 70px;}
table.informe .hora {width: 75px;}
.table.dataTable .btn-modificar, .table.dataTable .btn-eliminar {
    font-size: 11px !important;
}

.table.dataTable .btn-lg {
    padding: 3px 5px;
}

.tiempospedido a.nav-link {
    padding: 0;
    margin: 10px;
    background-color: white;
    border-color: white;
    line-height: 1.5;
    border-radius: .3rem;
    font-size: 14px;
    text-align: left;
    margin: 15px;
    color: #212529 !important;
    font-weight: 700;
}

.tiempospedido ul.navbar-nav.ml-md-auto.d-md-flex {
    display: block !important;
    text-align: center;
    border-top: 1px solid #e7e7e8;
}

.popup-flotante {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999999;
    background: #0000006b;
}

.popup-flotante .contenedor-blanco {
    background: white;
    max-width: 690px;
    padding: 30px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border: solid 1px #d3d8db;
    border-radius: 5px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 8px 8px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 8px 8px 0px rgb(0 0 0 / 8%);
    box-shadow: 0 8px 8px 0px rgb(0 0 0 / 8%);
}

.popup-flotante p.cerrar-popup {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px !important;
    cursor: pointer;
}

#pedidos .barra-opciones {
    width: calc(100% - 200px);
}

.rendimiento p {
    margin-bottom: -10px;
    text-align: center;
    font-size: 12px;
}
.rendimiento p.texto-rendimiento {
    margin-bottom: 10px;
    text-align: center;
}

.rendimiento {
    padding: 15px;
}

.rendimiento p.btn-detalles {
    text-align: center;
}

.rendimiento p.btn-detalles a {
    font-size: 13px;
}

.table.dataTable .btn-lg{
	color: white;
}

.dropdown-menu{
	z-index: 9999;
}

p.texto-rendimiento {
    font-size: 26px !important;
    font-weight: 700;
}

p.texto-rendimiento span {
    font-size: 20px !important;
}

.tiempospedido ul.navbar-nav.ml-md-auto.d-md-flex:last-child {
    border-bottom: 1px solid #e7e7e8;
}

.tiempospedido .navbar-nav .dropdown-menu {
    position: relative;
    border: none;
}

.tiempospedido .navbar-nav .dropdown-menu a{
    color: #212529;
}

.tiempospedido .dropdown-toggle::after {
    position: absolute;
    right: 30px;
    top: 8px;
}
p.btn-jornada a {
    margin-top: 15px;
	font-size: 13px !important;
}
.datos-pedido h1{
	margin-bottom: 15px;
}

.btn.listo-recoger {
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 13px;
	background: #04af00;
    border-color: #04af00;
}

#productospedidos .botones-estados .btn-group.ml-2 {
    margin-top: 0;
    padding: 0;
}
.botones-estados .dropdown-item {
    color: black !important;
    background: transparent;
    padding: 0;
    padding-top: 5px !important;
    cursor: pointer;
    padding-bottom: 5px !important;
    margin-left: 0;
    padding-left: 15px;
}
#productospedidos .botones-estados .dropdown-menu {
    padding: 0;
}

.botones-estados .dropdown-item:hover {
    background: #17a2b8;
    color: white !important;
}

.robarpedido {
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: white !important;
}

#informe_trabajadores button.btn.btn-success.btn-guardar {
    font-size: 13px;
    height: 32px;
}

.modal-flotante {
    position: fixed;
    background: #00000042;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.modal-flotante .contenedor {
    background: white;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.boton-lupita {
    cursor: pointer;
    background: #17a2b8;
    padding: .4rem .4rem;
    color: white;
    border-radius: .25rem;
    margin-left: 10px;
}

.modal-flotante span.cerrar {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}
p.desglose-pausa {
    margin: 0px;
}
.sinpadding {
    padding: 0;
}
select.form-control[name="empleado"] {
    margin-right: 30px;
}
.ver-detalles-pedidos{
	cursor: pointer;
}
.resultados-trabajadores .total.mayusculas {
    text-transform: uppercase;
}
.resultados-trabajadores .total {
    font-weight: 900;
    font-size: 14px;
}

tr.subtotales {
    background: #7186a5 !important;
    color: white;
}

tr.subtotales td{
    font-size: 16px !important;
    font-weight:600
}
tr.totales {
    background: #3b5479 !important;
    color: white;
}

tr.totales td{
    font-size: 16px !important;
    font-weight:600
}

ul.navbar-nav.navbar-nav-right.animate.side-nav {
    right: 0;
    left: auto;
    top: 56px;
    bottom: 36px;
    width: 250px;
    background: white;
    box-shadow: 0px 0px 5px 3px #00000030;
}
.widget .inactivo {
    border: 1px solid #cccccc;
}

.widget .activo,.widget .inactivo{
    margin: 5px 0;
}
.btn-secondary {
    background: #ffffff;
    border: 1px solid #a0a0a0;
    color: black !important;
}

.btn-secondary:hover {
    background: #f0f0f0;
    border: 1px solid #a0a0a0;
    color: black !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 10px;
}
form.buscar-pedidos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: -10px 0 -20px 0;
}

form.buscar-pedidos select,form.buscar-pedidos input,form.buscar-pedidos button {
    margin:0 3px;
}
form.form-accion{
	display: none;
	padding: 15px 30px;
}
.form-accion input.form-control {
    display: inline-block;
}
.form-accion .info{
	display:block;
}
.navbar-nav.side-nav .row.row-btn-acciones {
    display: flex;
    flex-direction: column;
}
.navbar-nav.side-nav .row.row-btn-acciones .col{
    max-width:100%
}

.navbar-nav.side-nav .row.row-btn-acciones .col button{
    margin: 2px 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
}
.btn-soriano.active,.btn-soriano-1.active,.btn-soriano-2.active,.btn-soriano-3.active,.btn-soriano-4.active,.btn-soriano-5.active {
    background: #3ba1ec;
	color:white;
}
.navbar-nav.side-nav .btn-soriano{
    border-top: 1px solid #e7e7e8;
    padding: 15px 20px;
    margin: 0;
    background-color: white;
    line-height: 1.5;
    border-radius: 0.3rem;
    font-size: 14px;
    text-align: left;
    color: #212529 !important;
    font-weight: 700;
}
.navbar-nav.side-nav .btn-soriano.active{
    background: #ffffff;
    border-bottom: 1px solid #e7e7e8;
}

.side-nav .row.row-btn-acciones {
    margin: 1px;
}
.btn-soriano.dropdown-toggle::after {
    position: relative;
    top: 8px;
    float: right;
    right: 10px;
}
.detalles-performance p {
    margin: 0;
}

.detalles-performance p.sub {
    font-size: 12px;
    margin-left: 15px;
}
.detalles-performance p.sub-sub {
    font-size: 10px;
}
.detalles-pedidos .fila {
    display: flex;
    font-size: 12px;
}

.detalles-pedidos .fila div {
    padding: 1px 4px;
}

.detalles-pedidos .caja-limit {
    max-height: 200px;
    overflow: auto;
    border: 1px solid #e1e1e1;
    margin: 0 -15px;
}

.detalles-pedidos .caja-limit.dos {
    max-height: 100px;
}

.detalles-pedidos .fila .id {
    width: 80px;
}
.detalles-pedidos .fila .importe {
    width: 100px;
}
.detalles-pedidos .fila .tiempo {
    width: 100px;
}
.detalles-pedidos .fila .rent {
    width: 100px;
}
.fila{
	text-align:right
}
.fila.head {
    position: relative;
    top: 0px;
    background: #e8e8e8;
    left: 0;
    font-weight: 600;
    right: 0;
    text-align: center;
}
.fila div {
    border-right: 1px solid #ebebeb;
}

.fila:nth-child(2n+2) {
    background: #f7f7f7;
}
.fila-ranking.head {
    background: #e3e3e3;
    font-weight: 600;
}

.fila-ranking:nth-child(2n+2) {
    background: whitesmoke;
}

.fila-ranking {
    padding: 7px 0;
}
.fila-ranking.activo {
    font-weight:900;
    background:#c4edd0
}
select.form-control.select-fecha {
    float: right;
    width: auto;
}
table.table.informe th.th-sm.fecha {
    width: 70px;
}
table.dataTable.informe tbody th, table.dataTable.informe tbody td {
    padding: 0px 5px;
}

table.informe tr.total td {
    background: #3e6583;
    color: white;
    padding: 3px;
}
td span.edit {
    color: #9b5555;
    text-decoration: line-through;
}