body,
html {
    height: 100%;
    font-family: "Open Sans" !important;
}

.btn,.btn:hover{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 none !important;
}

.bg-background {
    background-color:#e6e6e6;;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


::-webkit-input-placeholder {
    /* Edge */
    color: #3a3b45 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3a3b45 !important;
}

::placeholder {
    color: #3a3b45 !important;
}

.form-control {
    border: 0.5px solid #000000 !important;
    color: #3a3b45 !important;
    font-size: 0.9rem !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0.15rem rgba(161, 136, 78, .25) !important;
}

.btn-login {
    font-weight: bold !important;
    padding: .75rem 1rem !important;
    background-color: #008576 !important;
    font-size: 1.2rem !important;
}

.remember-me {
    color: #adb5bd !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}

nav.topbar {
    background-color: #29343a !important;
}

.sidebar-dark {
    background-color: #29343a !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #008576 !important;
    border-color: #008576 !important;
}

.btn-link {
    color: #008576 !important;
}

.dropdown-menu.dropdown-menu-right {
    background-color: #29343a !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #008576 !important;
}

.nav-link:hover {
    text-decoration: none !important;
    color: #008576 !important;
}

div.modal-header {
    background-color: #008576 !important;
    color: #fff !important;
}

button.close {
    color: #fff !important;
}

.has-error {
    color: #e74a3b !important;
}

.form-control[readonly] {
    background-color: inherit !important;
    opacity: inherit !important;
}

.btn-tertiary {
    padding: 0;
    line-height: 40px;
    width: 100%;
    display: block;
    border: 0.5px solid #a1884e !important;
    color: #3a3b45 !important;
    font-size: 0.9rem !important;
    text-align: left !important;
}

.btn-tertiary:hover,
.btn-tertiary:focus {
    color: #888888;
    border-color: #888888;
}

/* input file style */
.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input-file+.js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

.input-file+.js-labelFile .icon:before {
    content: "\f093";
}

.input-file+.js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #5aac7b;
}

.bg-dark {
    background-color: #29343a !important;
}

#table_cartas tbody>tr {
    cursor: pointer;
}

#table_cartas tbody>tr:hover {
    background-color: #008576 !important;
    color: #fff;
}

.alert-orange {
    background-color: #008576 !important;
    color: #fff;
}

  /*alert styling*/
  .alert-success {
    border-color: #e6e6e6;
    border-left: 5px solid #00986a;
    background-color: #fff;
    color: #888;
}

.alert-info {
    border-color: #e6e6e6;
    border: 0px;
    background-color: #fff;
    color: #888;
}

.alert-warning {
    border-color: #e6e6e6;
    border-left: 5px solid #f9af2c;
    background-color: #fff;
    color: #888;
}

.alert-danger {
    border-color: #e6e6e6;
    border-left: 5px solid #c82630;
    background-color: #fff;
    color: #888;
}

.alert {
    border-radius: 6px;
    display: table;
    width: 100%;
    padding-left: 78px;
    position: relative;
    padding-right: 60px;
    border: 1px solid #e6e6e6;
}

.alert .close {
    color: #888;
    opacity: 1;
    float: none;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -12px;
    font-size: 25px;
}

.alert .icon {
    text-align: center;
    width: 58px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px;
    padding-top: 15px;
    border-radius: 6px 0 0 6px;
}

.alert .icon i {
    font-size: 20px;
    color: #fff;
    left: 21px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.alert .icon img {
    font-size: 20px;
    color: #fff;
    left: 18px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

/*============ colors ========*/
.alert.alert-success .icon,
.alert.alert-success .icon:after {
    border-color: none;
    background: #00986a;
}

.alert.alert-info .icon,
.alert.alert-info .icon:after {
    border-color: none;
    background: #008576;
}

.alert.alert-warning .icon,
.alert.alert-warning .icon:after {
    border: none;
    background: #f9af2c;
}

.alert.alert-danger .icon,
.alert.alert-danger .icon:after {
    border-color: none;
    background: #c82630;
}

#intro {
    /* Margin to fix overlapping fixed navbar */
    margin-top: 58px;
  }

  @media (max-width: 991px) {
    #intro {
      /* Margin to fix overlapping fixed navbar */
      margin-top: 45px;
    }
  }

  form input::placeholder {
    font-size: 0.9rem;
  }

  form input::-webkit-input-placeholder {
    font-size: 0.9rem;
  }

  form input::-moz-placeholder {
    font-size: 0.9rem;
  }

  .text-justify {
    text-align: justify !important;
  }

  form label a {
    color: #bfbebe;
    font-size: medium;
  }

  .error {
    color: #e62b2b !important;
    font-size: 1rem !important;
    /* width: 100% !important; */
}

form input::placeholder {
    font-size: 0.9rem;
}

form input::-webkit-input-placeholder {
    font-size: 0.9rem;
}

form input::-moz-placeholder {
    font-size: 0.9rem;
}

#banner {
   /* background-image: url(../../Resources/images/banner-home.png); */
   background-image: url(../../Resources/images/banner-web-app.jpg);
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
    background-size: cover;
}

#banner .container {
    background: transparent;
    /*padding-top: 350px*/
    min-height: 350px;
    display: grid;
}
#banner .btnBanner {
    margin-top: 100px; 
    margin-left: 230px; 
}

#banner input,#banner select{
    height: 48px !important;
}

.bg-white {
    background-color: white !important;
}

.input-search-job {
    min-width: 400px;
    border: none !important;
}

.bg-gray {
    background-color: #e6e6e6 !important;
}

.text-green {
    color: #008576 !important;
}

.text-left {
    text-align: left !important;
}

.text-gray {
    color: gray;
}

.text-orange {
    color: #ffa927;
}

.bg-green {
    background-color: #008576;
}

.bg-light-gray {
    background-color: #e9ecef;
}

.page-item.active .page-link {
    background-color: #008576 !important;
}
    
.bg-light {
    background-color: #ffffff !important;
}

.nav-header-custom{
    color: #808080 !important;
}

.nav-header-custom:hover{
    color: #000000 !important;
}

.input-search-job{
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    color: #000000 !important;
}

.home-title-ofertas{
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 24px !important;
    color: #333333 !important;
}

.home-title-accent-ofertas{
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 24px !important;
    color: #008576 !important;
}

.title-oferta{
    font-family:"Open Sans" !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #000000 !important;
}

.location-oferta{
    font-family:"Open Sans" !important;
    font-size: 16px !important;
    color: #000000 !important;
}

.empresa-oferta{
    font-family:"Open Sans" !important;
    font-size: 15px !important;
    color: #808080 !important;
}

.date-oferta{
    font-family:"Open Sans" !important;
    font-size: 12px !important;
    color: #808080 !important;
}

.inscritos-oferta{
    font-family:"Open Sans" !important;
    font-size: 12px !important;
    color: #008576 !important;
}

.separador-oferta{
    width: 100% !important;
    height: 1px !important;
    color: #000000 !important;
}

.btn-ofertas{
    font-family:"Open Sans" !important;
    font-size: 14px !important;
    color: #008576 !important;
    border: 1px solid #008576 !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
}

.btn-ofertas:hover{
    color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
}

.btn-noticias{
    font-family:"Open Sans" !important;
    font-size: 14px !important;
    color: #008576 !important;
    border: 1px solid #008576 !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
}

.btn-noticias:hover{
    color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
}

.newsletter-container{
    /* border: 1px solid #dddddd !important; */
    border-radius: 3px !important; 
}

.newsletter-title{
    font-family:"Open Sans" !important;
    font-size: 16px !important;
    color: #000000 !important;
}

.newsletter-label{
    color: #808080 !important;
}

.newsletter-input{
    color: #808080 !important;
    border: 1px solid #949494 !important;
}

.btn-activar-newsletter{
    font-family:"Open Sans" !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #008576 !important;
    border: 1px solid #008576 !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
}

.btn-activar-newsletter:hover{
    color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
}

.btn-inscripcion-oferta{
    font-family:"Open Sans" !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #008576 !important;
    border: 1px solid #008576 !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
}

.btn-inscripcion-oferta:hover{
    color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
}

.newsletter-legal-text{
    font-family:"Open Sans" !important;
    font-size: 12px !important;
    color: #808080 !important;
}

.home-otras-bolsas{
    font-family:"Open Sans" !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #97a1a6 !important;
}

.home-novedades-title{
    font-family:"Open Sans" !important;
    font-size: 36px !important;
    font-weight: bold !important;
    color: #ffa927 !important;
}

.home-novedades-subtitle{
    font-family:"Open Sans" !important;
    font-size: 20px !important;
    color: #97a1a6 !important;
}

.noticia-fecha{
    font-family:"Open Sans" !important;
    font-size: 12px !important;
    color: #808080 !important;
}

.noticia-title{
    font-family:"Open Sans" !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #333333 !important;
}

.noticia-title:hover{
    color: #008576 !important;
}

.noticia-extracto{
    font-family:"Open Sans" !important;
    font-size: 15px !important;
    color: #999999 !important;
}

.noticia-leer-mas{
    font-family:"Open Sans" !important;
    font-size: 15px !important;
    color: #008576 !important;
}

.carousel-empresas-title{
    font-family:"Open Sans" !important;
    font-size: 32px !important;
    color: #ffffff !important;
}

.home-colaboradores{
    font-family:"Open Sans" !important;
    font-size: 24px !important;
    color: #bfbdbd !important;
}

.home-colaborador-tecnologico{
    font-family:"Open Sans" !important;
    font-size: 16px !important;
    color: #bfbebe !important;
}

.btn-acceso-empresas{
    font-family:"Open Sans" !important;
    font-size: 12px !important;
    color: #008576 !important;
    border: 1px solid #008576 !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
}

.btn-acceso-empresas:hover{
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

.btn-acceso-candidatos{
    font-family:"Open Sans" !important;
    font-size: 12px !important;
    color: #ffffff !important;
    background-color: #008576 !important;
    border-radius: 3px !important;
}

.btn-acceso-candidatos:hover{
    color: #000000 !important;
}

.btn-busqueda-ofertas{
    font-family:"Open Sans" !important;
    font-size: 14px !important;
    color: #ffffff !important;
    background-color: #008576 !important;
    border-radius: 3px !important;
    height: 48px !important;
}

.btn-busqueda-ofertas:hover{
    color: #000000 !important;
}

.header-favoritos{
    font-size: 14px !important;
}

.header-profile{
    font-size: 14px !important;
}

.bg-custom-green{

    background-color: #c8dc38 !important;
    white-space: break-spaces !important;
    line-height: 1.5;
	margin: 6px;

}

.btn-oferta-favorito{
    color: #b3b3b3 !important;
    font-size: 1.5rem !important;
    cursor: pointer !important;
}

.btn-oferta-favorito:hover{
    color:rgb(233, 48, 79)!important;
}

.btn-oferta-desmarcar-favorito{
    color:rgb(233, 48, 79)!important;
    font-size: 1.5rem !important;
    cursor: pointer !important;
}

.btn-oferta-desmarcar-favorito:hover{
    color: #b3b3b3 !important;
}

.footer-social a:hover{
    color: #bfbebe !important;
}

footer a{
    color: #bfbebe !important;
}

footer a:hover{
    color: #777777 !important;
}

footer .footer-text{
    font-family:"Open Sans" !important;
    font-size: 15px !important;
    color: #bfbebe !important;
}

.text-gray{
    color: #9b9b9b !important;
}

.btn-footer-newsletter{
    font-family:"Open Sans" !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #008576 !important;
    border: 1px solid #008576 !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
}

.btn-footer-newsletter:hover{
    color: #000000 !important;
}

.noticia-pie{
    font-size: 13px !important;
}

.color-primary{
    color: #008576 !important;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}
.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
   }
   
#banner {
   /* background-image: url(../../Resources/images/main-banner-home.jpg);*/
   background-image: url(../../Resources/images/SegoviaEmpleo-en-tu-movil.jpg);
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
    background-size: cover;
}

#banner .container {
    background: transparent;
    padding-top: 70px
}

#banner input,#banner select{
    height: 48px !important;
}

}
@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
   }
}

#table_cursos tbody tr{
    cursor: pointer !important;
}

.page-item.active .page-link{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-range::-webkit-slider-thumb {
    background:#008576 !important;
}
  
.form-range::-moz-range-thumb {
    background:#008576 !important;
}

.form-range::-ms-thumb {
    background:#008576 !important;
}

.range .thumb:after {
    background:#008576 !important;
}

.terminos-condiciones{
    font-family: "Open Sans" !important;
    font-size: 15px !important;
    color: #808080 !important;
}


.terminos-condiciones:hover{
    color:#008576 !important;
}

