@charset "utf-8";
/* CSS Document */
body {
    background: #f9f8f8;
	font-family: Tahoma,Verdana,Segoe,sans-serif !important; 
}
h1 {
    font-size: 30px;
	margin: 0 0 50px 0;
}
.icono-usuario-miperfil {
    font-size: 140px;
}
.barra-opciones {
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: right;
    right: 0;
    width: 100%;
    padding: 25px 75px 75px 50px !important;
    box-shadow: 0px -2px 5px #00000024;
}
.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: 530px;
    margin: 0 auto;
    border: 2px solid #6d6d6d;
    padding: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.24);
    margin-top: 50px;
    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 50px 30px;
	}
	
	#main.menu-open{
 	   padding: 0 50px 50px 250px;
 }
	.col {
		float: left !important;
	}
	.leftmenutrigger{
		display: block;
		margin: 7px 20px 4px 0;
		cursor: pointer;
	}
	#wrapper{
		padding: 90px 15px 15px 15px;
	}
	.navbar-nav.side-nav.open {
		left:0;
	}
	.navbar-nav.side-nav{
		background: #171717;
		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;
}
.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;
}

.formulario-2 div{
	padding: 10px;
}
.mensaje-modificacion {
    margin-top: -50px;
}
form.formulario-2 {
    display: contents;
}
.btn-modificar{
	font-size: 15px !important;	
}
.dropdown-item {
    font-size: 14px !important;
}
footer.pie-de-pagina {
    position: fixed;
    bottom: 0px;
    background: #000000;
    color: white;
    width: 100%;
    padding: 10px;
    left: -5px;
}
#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: #343A40 !important;
    border: none !important;
    border-radius: 0px !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: 8%;
}
.cabecera-login h2{
    margin-bottom:0px;
    padding-bottom:0px
}
.bg-dark {
    background-color: #000000!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;
}
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;} 

.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-guardar:before {
    content: "\f0c7";
    font-family: Fontawesome;
    margin-right: 7px;
}
.btn-add-usuario:before {
    content: "\f234";
    font-family: Fontawesome;
    margin-right: 7px;
}
.btn-anadir-direccion-cliente:before{
	content: "\f041";
    font-family: Fontawesome;
    margin-right: 7px;
}
.btn-anadir-maquina-cliente:before{
    content: "\f02f";
    font-family: Fontawesome;
    margin-right: 7px;
}
.btn-anadir-nota-cliente{
    background-color: #17a2b8;
    border-color: #17a2b8;
	margin-top: 15px;
}
.btn-anadir-nota-cliente:before{
    content: "\f27a";
    font-family: Fontawesome;
    margin-right: 7px;
}
.anadir-nota-textarea{
	margin-top: 15px;
}
#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 {
    border: 1px solid #6c757d;
    background: #dee2e6;
    color: black;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
.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;
}
h1.titulo-notas {
    margin-bottom: 20px;
    margin-top: 50px;

}
#productospedidos .estado {
    font-size: 20px;
    display: inline;
}
h1.temporizador {
    text-align: right;
}
#productospedidos input.btn.btn-info {
    margin-right: 15px;
	margin-bottom: 15px;
}
#productospedidos table .estado {
    font-size: 12px;
}
.eliminar i {
    color: black;
    font-size: 20px;
}
#productospedidos .btn-modificar:before{
	display: none;
}
table i.fa.fa-check {
    color: #72C279;
}
table i.fa.fa-times {
    color: #E08F95;
}
.datos-cliente {
    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%);
}

.datos-cliente h1 {
    margin-bottom: 0px;
}
.cabecera {
    display: flex;
    border-bottom: 1px solid #d3d8db;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cabecera .modificar{
	text-align: right;
}
.cabecera .col-md-6 {
    padding: 0;
}
td.td-tabla-maquinas {
	padding: 0 !important;
}

.td-tabla-maquinas thead {
    background: white;
}
button.btn.copiar, .btn.registrar {
    background: white;
    border: 1px solid #aaa;
    float: right;
    font-size: 16px;
    padding: 5px;
}
.filtrar-informes {
    display: flex;
}
.filtrar-informes select{
	margin-right: 15px;
}
.filtrar-informes .btn-filtrar{
	margin-left: 15px;
}
.datos-cliente .cabecera .btn {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.row.notas {
    margin-top: 15px;
}
.contenido-nota{
	border: 1px solid #ced4da;
	border-radius: 5px;
}
.iconos-acciones a {
    color: black;
    margin-right: 10px;
}
.btn-anadir-incidencia:before {
    content: "\f071";
    font-family: Fontawesome;
    margin-right: 7px;
}
.td-tabla-maquinas th.th-sm, .td-tabla-maquinas td {
    font-size: 13px;
}
.widget .alertas {
    background: #ffffff;
    border-radius: 5px;
    color: #000000;
    padding: 20px;
    width: 100%;
}
.widget .alertas.activo {
    background: #fff8de;
}
.widget .alertas.activo .icono {
    color: #f5ecc7;
}
.widget .icono {
    font-size: 70px;
    position: absolute;
    color: #f3f3f3;
    right: 30px;
}
.widget .numero {
    font-size: 50px;
    margin-top: -15px;
}
.widget h3.titulo {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: -5px;
}
.col-sm.widget a:hover {
    text-decoration: none;
}
#informes span.valor {
    /* font-weight: 900; */
    font-size: 13px;
}
button.btn.copiar.copiado {
    background: #20366d;
    color: white;
}
.alertas.copias.activo {
    background: #ceefd3;
}
.widget .alertas.copias.activo .icono {
    color: #b4e0bb;
}
a.editar {
	color: black;
	background: white;
	border: 1px solid #aaa;
	float: right;
	padding: 5px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: .25rem;
	/* margin-left: 0px; */
}
.promo {
    color: red;
}
#alertas #TablaBasica_wrapper{
	max-width: 800px;
}
table {
    margin-bottom: 100px !important;
}
#TablaBasica td {
    font-size: 12px;
}
#select-clientes{
	max-width: 130px;
}
th {
    font-size: 14px;
}
tr.facturado td {
    background: #0080001c;
}