﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #213A73;
    border-color: #213A73;
}

.btn-secondary {
    color: #fff;
    background-color: #b4bd10;
    border-color: #b4bd10;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #213A73;
    border-color: #213A73;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: gainsboro;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
header .navbar {
    background-color: #213A73 !important;
    color: white !important;
    border: 0 !important;
    margin-bottom: 0 !important;
}



.navbar a, .navbar span {
    color: white !important;
}
    .navbar a.dropdown-item {
        color: black !important;
    }
.dropdown-menu {
    left: auto;
    right: auto;
}
.header-section {
    width: 100%;
    height: 450px;
}

.header-privacy {
    background-size: cover;
    background-image:
    /* top, transparent red */
    linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ),
    /* your image */
    url(/img/Privacidad/fondo-privacy.jpg);
    color: white !important;
}

.header-curso {
    background-size: cover;
    background-image:
    /* top, transparent red */
    linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ),
    /* your image */
    url(/img/candidatos_r.jpg);
    color: white !important;
    font-weight:bold !important;

}

.card-header-verne {
    background-color: #213A73;
    color: white !important;
}

.card-header-verne-inverse {
    background-color: #b4bd10;
    color:white !important;
}

.card{
    border:0;
}
.first-div{
    top: -50px;
}

.file {
    visibility:hidden;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width:100%;
    text-align:center;
}
.custom-file-input ~ .custom-file-label::after {
    content: "Buscar";
}

.aviso-altas-nuevas {
    color: white !important;
    font-weight: bold;
    font-size: 12px;
    background-color: #b4bd10;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    padding-top: 1px;
    padding-right: 2px;
    display: inline-block;
    box-shadow: inset 3px 3px 3px rgba(255,255,255,.7), inset -2px -2px 3px rgba(0,0,0,.1), 2px 2px 10px rgba(0,0,0,.1);
}


#ContenedorDiscapacidad, #ContenedorDiscapacidad  input{
    display: none;
}
#Contenedor-CertificadoDiscapacidad, #Contenedor-CertificadoDiscapacidad input{
    display: none;
}

#Contenedor-NIE, #Contenedor-NIE input {
        display: none;

}
a.btn{
    color:white !important;
}

.vertical-center {
    margin: 0;
    width:100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.overlay-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(202, 202, 202, 0.58);
}

    .overlay-spinner span {
        position: fixed;
        left: 45%;
        top: 60%;
        color: #b4bd10;
        font-weight: bold;
        z-index: 900;
    }

.spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(3,54,122,.15);
    border-right: 6px solid rgba(3,54,122,.15);
    border-bottom: 6px solid rgba(3,54,122,.15);
    border-top: 6px solid rgba(3,54,122,.8);
    border-radius: 100%;
    z-index: 900;
}

.spinner-all {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
    z-index: 900;
}

@-webkit-keyframes rotation {

    from {
        -webkit-transform: rotate(0deg);
    }



    to {
        -webkit-transform: rotate(359deg);
    }
}



@-moz-keyframes rotation {

    from {
        -moz-transform: rotate(0deg);
    }



    to {
        -moz-transform: rotate(359deg);
    }
}



@-o-keyframes rotation {

    from {
        -o-transform: rotate(0deg);
    }



    to {
        -o-transform: rotate(359deg);
    }
}



@keyframes rotation {

    from {
        transform: rotate(0deg);
    }



    to {
        transform: rotate(359deg);
    }
}

.visor-documento{
    display:none;
}

.contenedor-formacion{
    border:1px solid #213A73;
    border-radius:5px;
    margin:5px;
    padding:5px;
}