/**
* THEME COLOURS
---------------------------------------------------------------- 
*/

#bonoteraSuperior-SNC button {
    color: rgb(48, 94, 65);
    background: transparent;
    border-color: rgb(210, 214, 221);
}

#bonoteraSuperior-SNC button:hover {
    color: rgb(243, 243, 243);
    background: #d48229;
    border-color: rgb(212, 130, 41);
}

.seccionForm-SNC .cuerpoSeccionForm-SNC {
    background-color: rgb(243, 245, 247);
    border-color: rgba(106, 140, 162, 0.16);
}

#contenedorPagina-SNC .tituloSeccionForm-SNC {
    background-color: rgb(69, 121, 83);
    color: rgb(255, 255, 255);
}

#contenedorPagina-SNC label .fa-asterisk {
    color: rgb(219, 67, 56);
}

.input-group-text {
    color: rgb(255, 255, 255);
    background-color: rgb(69, 121, 83);
}

input.required:not([disabled]), select.required:not([disabled]), textarea.required:not([disabled]) {
    border-left-color: rgb(69, 121, 83) !important;
    border-right-color: rgb(69, 121, 83) !important;
}

.btn.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(145, 177, 137);
    border-color: rgb(145, 177, 137);
}

.btn.btn-primary:hover {
    background-color: rgb(69, 121, 83);
    border-color: rgb(69, 121, 83);
}

.alert.alert-danger button {
    color: rgb(114, 28, 36);
}

table>thead>tr>th {
    color: rgb(48, 94, 65);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 320px) { 
    body.acceso .seccionForm-SNC {
        margin-top: 15px;
        padding: 0;
    }

    #bonoteraSuperior-SNC a{
        margin-right: 15px !important;
    }

    .container{
        padding-right: 0px;
        padding-left: 0px;
    }
 }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 


 }

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

 }

/*  Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    body.acceso .seccionForm-SNC {
        margin-top: 125px;
    }
 }

 /**
* 01. FONTS IMPORTATION
---------------------------------------------------------------- 
/*
** Varela Round (Google Fonts) 
-- font-family: 'Varela Round', sans-serif;
-- -regular 400  
/* varela-round-regular - latin */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/googlefonts/varela_round/varela-round-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Varela Round Regular'), local('VarelaRound-Regular'),
        url('../fonts/googlefonts/varela_round/varela-round-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/googlefonts/varela_round/varela-round-v12-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/googlefonts/varela_round/varela-round-v12-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/googlefonts/varela_round/varela-round-v12-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/googlefonts/varela_round/varela-round-v12-latin-regular.svg#VarelaRound') format('svg');
    /* Legacy iOS */
}
/**
* 02. RESETS
----------------------------------------------------------------  
*/
html,
body,
tr,
td,
th,
p,
span,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    text-rendering: optimizeLegibility;
}

html,
body {
    font-family: 'Varela Round', sans-serif;
    letter-spacing: 0.3px;
    font-size: 1rem;
    height: 100%;
}

p,
table {
    font-size: 0.85rem;
}

/* 
- :Focus 
-----------------------------------------------------------------
*/

*:focus {
    /* All Focus */
    border-width: 2px;
    outline: 0px !important;
}


input[type="text"]:focus,
input[type="file"]:focus {
    /* Input Text */
    outline: 0px !important;
    border-width: 2px !important;
    border-style: solid !important;
}


.tooltip {
    /* Tooltips */
    font-size: 0.75rem;
}


/**
* 03. RESETS BS4 PROJECT
----------------------------------------------------------------  
*/
header .logo-pasen img {
    max-width: 180px;
}

header .navbar {
    padding: 0;
}

body {
    background-color: rgb(251, 251, 251) !important;
    background-image: unset;
    background-repeat: no-repeat;
    background-position: center;
}


/**
* 04. SEPARATOR
----------------------------------------------------------------  
*/
hr.separador {
    height: 20px;
    width: calc(100% + 30px);
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(123, 154, 167, 0.18);
}


/**
* 05. CONTAINERS, SECTIONS & TITLES
----------------------------------------------------------------  
*/

#contenedorPagina-SNC .tituloSeccionForm-SNC {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    cursor: default;
    font-weight: 600;
    opacity: 1;
}

.seccionForm-SNC .cuerpoSeccionForm-SNC {
    position: relative;
    width: 100%;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px 0px 5px 5px;
}

#contenedorPagina-SNC label {
    display: inline;
    vertical-align: middle;
    font-size: 0.8rem;
    font-weight: bold;
}

#contenedorPagina-SNC label .fa-asterisk {
    padding-right: 5px;
    padding-top: 0px;
    vertical-align: middle;
    font-size: 6px;
}

#contenedorPagina-SNC .form-control,
#contenedorPagina-SNC select.form-control {
    min-height: 35px !important;
    font-size: 0.80rem;
    padding: .2rem .75rem;
}

.input-group-text {
    padding: 0.3rem 0.5rem;
    cursor: pointer;
}

input.required:not([disabled]),
select.required:not([disabled]),
textarea.required:not([disabled]) {
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
}

.btn-SNC {
    width: fit-content;
    display: block;
    border-radius: 4px;
    padding: 5px 15px;
    cursor: pointer;
}


/**
* 06. ALERTS
----------------------------------------------------------------  
*/

.validador.alert-danger,
.validador.alert-info,
.validador.alert-success,
.validador.alert-warning {
    padding: 10px;
    padding-right: 25px;
    position: absolute;
    min-height: 30px;
    font-size: 0.7rem;
    margin-top: 8px;
    margin-bottom: 8px;
    z-index: 1;
}

.alert button {
    position: absolute;
    top: 5px;
    right: 8px;
    opacity: 0.5;
}

.alert.validador button.close {
    font-size: 1.2rem !important;
}

.alert.validador .far.fa-times-circle {
    font-size: 85px;
    margin-bottom: 15px;
    opacity: 0.2;
}

.table-PASEN td {
    padding: 0.30rem 0.75rem;
}

.alert-warning {
    padding-left: 70px;
    position: relative;
    min-height: 65px;
    font-size: 0.80rem;
    border-color: #e4e4e4;
}

.alert-info {
    padding-left: 70px;
    position: relative;
    min-height: 65px;
    font-size: 0.80rem;
}

.alert-info:before {
    content: "\f05a";
    opacity: 0.5;
}

.alert-warning:before {
    content: "\f071";
    opacity: 0.5;
}

.alert-warning:before,
.alert-info:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    display: block;
    position: absolute;
    left: 20px;
    top: 8px;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);

}

.alert {
    padding-right: 30px !important;
}

/**
* 07. PROCESS
----------------------------------------------------------------  
*/

.process {
    display: table;
    width: 100%;
    position: relative;
}

.process-row {
    display: table-row;
}

.process-row:before {
    top: 30px;
    left: 85px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: calc(100% - 170px);
    height: 1px;
    border-bottom: 1px dashed rgb(216, 216, 216);
    z-index: 0;
}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative;
    max-width: 50px;
}

.process-step p {
    margin-top: 10px;
    font-size: 0.75rem;
    color: rgb(42, 93, 57);
}

.process-step .btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 15px 0;
    font-size: 8px;
    border-radius: 50%;
    background-color: rgb(114, 152, 126);
    border: 1px solid rgb(114, 152, 126);
}

.process-step .btn-circle i {
    font-size: 25px;
    color: white;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.process-step.disabled .btn-circle {
    background-color: rgb(243, 245, 247);
    border: 1px solid rgb(211, 222, 211);
}

.process-step.disabled p {
    font-size: 0.70rem;
}

.process-step.disabled p,
.process-step.disabled i {
    color: rgb(182, 200, 182);
    text-shadow: unset;
}

/**
* 08. MODALES
----------------------------------------------------------------  
*/

.modal-header>h5{
    font-size: 1.05rem;
    font-weight: bold;
    color: #216535;
}

.overlay-loading {
    background-color: transparent;
    transition: all 0.6s !important;
}
  
.overlay-loading .logo {
    background-color: transparent;
    transition: all 0.6s !important;
}
  
  .overlay-loading {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 3000;
    transition: all 0.6s !important;
  }
  
  .overlay-loading .logoCargando {
      margin: 0 auto;
      position: absolute;
      top: calc(50% - 50px);
      left: calc(50% - 115px);
      height: 100px;
      width: 230px;
      text-align: center;
      border-radius: 8px;
    transition: all 0.6s !important;
  }
  
  .overlay-loading .logoCargando img {
    pointer-events: none;
    background-color: #ffffff;
    border-radius: 100vh;
      margin: 0 auto;
    margin-top: 6px;
    width: 88px;
    height: 88px;
      -webkit-filter: drop-shadow(0px 0px 16px rgba(46, 85, 109, 0.2)) !important;
      filter: drop-shadow(0px 0px 16px rgba(46, 85, 109, 0.2)) !important;
    transition: all 0.6s !important;
  }
  
  .overlay-loading.logo #loading-logo {
      position: absolute;
      z-index: 9;
      top: calc(50% - 75px);
      left: calc(50% - 100px);
      -webkit-filter: drop-shadow(0px 0px 2px rgba(194, 194, 194, 0.466)) !important;
      filter: drop-shadow(0px 0px 2px rgba(194, 194, 194, 0.466)) !important;
      image-rendering: inherit;
    transition: all 0.6s !important;
  }
  
  #animacionLogoCargando {
      margin: 0 auto;
      width: 70px;
      height: 70px;
      display: block;
      overflow: hidden;
      transform: translate3d(0, 0, 0);
      text-align: center;
      opacity: 1;
      padding-top: 75px;
    transition: all 0.6s !important;
  }
  
  .logoCargando {
      background-image: url(https://seneca.juntadeandalucia.es/seneca/images/temas/seneca/loading1.svg);
      background-position: center;
      background-size: 100%;
    transition: all 0.6s !important;
  }
  