﻿

.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    margin-top:20px;
    font-size: 21px;
    line-height: inherit;
    color: black;
    text-decoration:dashed;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.modal-Fondo
{
    opacity: 0.2 !important;
    /*background-color: black;*/
    pointer-events: none;
    
}
.modal-panel {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 30%;
}
table.fixed {
    table-layout: fixed;
    width: 100%;
}
table.fixed.th{
    position:fixed;
    top:0;
}
    /*Setting the table width is important!*/
    table.fixed td {
        overflow: hidden;
        width: 20px;
    }
btn_Borrar {
    margin-left: 0px;margin-top: -3px;
}
.volver {
    width:200px;

}
.celda
{
    width:60px !important;
    padding-left:2px;
    text-align:center;
    vertical-align:central;
}
.celda50
{
    width: 50px !important;
    text-align: center;
}
.celda130
{
    width: 130px !important;
}
.menu-fixed
{
    position: fixed;
    z-index: 1000;
    top: 0;
    max-width: 1000px;
    /* left: 0; */
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
}
/*input.btn .btn-formulario .prev-step .btn-block*/
.prev-step
{
    background-image: url('https://sede.seguridadaerea.gob.es/Recursos/img/left.png');
    background-repeat: no-repeat;
    background-position: left;
    /*background-position-x: 12px;*/
    color: #707070;
    background-color: #f5f5f5;
    border-color: #ededed;
    font-size: 14px;
    height:42px;
    
}
.next-step
{
    background-image: url('https://sede.seguridadaerea.gob.es/Recursos/img/next24x24b.png');
    background-repeat: no-repeat;
    background-position: right;
    /*background-position-x: 180px;*/
    
}
documento
{
    background-image: url('https://sede.seguridadaerea.gob.es/Recursos/img/document.png');
    background-repeat: no-repeat;
    background-position: left;
}
.botonInicio
{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    height: 42px;
    border-radius:5px;
}