/* Add here all your css styles (customizations) */
.header .logo img {
    z-index: 1;
    margin: 10px 0;
    position: relative;
}

.sky-form fieldset {
    display: block;
    padding: 25px 30px 5px;
    border: none;
    background: rgba(200,200,200,.15);
}

.tag-box p {
    margin-bottom:20px;
}


/* diagrama fases *********************/
.wizard {
    margin: 20px auto;
    /*margin-bottom:30px;*/
    background: #eeeeee;
    padding: 1px 0px 0px 0px;
}
.wizard .nav-tabs {
    position: relative;
    margin: 20px auto;
    margin-bottom: 0;
    border-bottom-color: #a0a0a0;
    border-bottom-color: #3498db;
    border-width:2px;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    background: #fff;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 70%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;

    width: 70px;
    height: 70px;
    line-height: 70px;

    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#5bc0de;
    color:#3498db;
}


/* circulo fase completada */
.faseCompletada span.round-tab {
    background: #59ba1f;
    border-color:#fff;
}
.faseCompletada span.round-tab i {
    color:#fff;
}

.wizard li.active span.round-tab {
    background: #5bc0de;
    background: #3498db;
    color: #fff;
    border: 4px solid #fff;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
    color: #3498db;
    color: #fff;
}
span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;     /* para 4 items */
    width: 33%;     /* para 3 items */
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    border-bottom-color: #3498db;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 18px solid transparent;
    border-bottom-color: #5bc0de;
    border-bottom-color: #3498db;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


.wizard .bocata {
    background-color:white;
    border:1px solid #cccccc;
    color: #808080;
    padding: 5px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom:15px;
    height:60px;
    vertical-align:middle;
    font-family: "Open Sans", Arial, sans-serif;
    font-size:14px;
    color:#b8b8b8;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    padding-top: 12px;
}

.wizard li.active .bocata {
    font-weight:bold;
    color:#3b3b3b;
    background: #5bc0de;
    background: #3498db;
    color: #fff;
}

.bocata:before {
    position: absolute;
    top: 60px;
    left: 45%; 
    display: inline-block;
    border-top: 16px solid #c0c0c0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid transparent;
    content: " ";
}
/* End diagrama fases *********************/


/* Validators */

.form-control-feedback.glyphicon.glyphicon-ok {
    right: 32px;
    color: #3c763d;
}

.form-control-feedback.glyphicon.glyphicon-remove {
    right: 32px;
    color: #a94442;
}

#PinCode + .form-control-feedback.glyphicon.glyphicon-ok {
    right: 123px;
    color: #3c763d;
}

#PinCode + .form-control-feedback.glyphicon.glyphicon-remove {
    right: 123px;
    color: #a94442;
}

/* links disabled */
a[disabled] {
    pointer-events: none;
    color: #aaaaaa;
    background-color: #c2d4b2;
}

/* spinner */
.boxSpinner {
    width:50px; 
    margin:auto;
}


/* bootstrap modal centrada verticalmente */
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    /*pointer-events:none;*/ /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

/* ancho modales */
@media( min-width : 1024px ) {
    .modal-dialog {
        width: 800px;
    }
}

/* aņadir scrollbar en el body de las modales */
#modalCondiciones .modal-dialog{
    overflow-y: initial !important;      /* Important part */
}
#modalCondiciones .modal-body{
    /*height: 550px;*/
    max-height: calc(100vh - 310px);    /* 100% del viewport height - 310px */
    overflow-y: auto;
}

/* powered by en footer */
.poweredby {
    color:#fff;
}
.poweredby img {
    margin-left: 20px;
}

.condiciones {
    white-space: normal;
}

/* pdf box en pagina revisarDatos */
.pdfContent {
    border:1px solid #ccc;
    padding: 20px;
    background-color: #f5f5f5;
}

.panelBase {
    border:1px solid #eee;
    padding:20px;
}

.fv-plugins-icon {
    right: 30px !important;
}

#statusBorder {
    position: relative;
    height: 7px;
    width: 100px;
    border: solid 1px gray;
    display: none;
}

#statusFill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    background-color: Blue;
    height: 5px;
}

.container.content {
    margin-top: -40px;
}
