body {
    padding-bottom: 40px;
    background-color: #eee;
    font-family: OpenSans, sans-serif;
}

#panell {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    max-width: 494px;
    padding: 36px;
    margin: 0 auto;
}

.mensajeParam {
    border: solid 1px #45c913;
    background-color: #e9fae2;
    border-radius: 3px;
    color: #3d931c;
    margin-right: -16px;
    margin-left: -16px;
    margin-top: -16px;
    padding: 10px 20px;
}

#bienvenido {
    color: #263238;
    font-size: 20px;
    font-weight: bold;
}

#selecciona {
    font-size: 16px;
    color: #546e7a;
    margin-bottom: 22px;
}

.btnAcceso {
    height: 61px;
    font-size: 16px;
    font-weight: bold;
    color: #90a4ae;
    padding-top: 14px;
}

.btnAcceso img {
    vertical-align: bottom;
    height: 28px;
}

.btnAcceso.activo {
    background-color: #edf6ff;
    color: #1976d2;
}

.btnAcceso:not(.activo) img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}

.informacion {
    color:gray;
    font-size:15px;
    font-weight:bold;
    text-align: center;
}

.introduzca {
    margin: 17px 0;
    font-size: 12px;
    color: #90a4ae;
    position: relative;
    z-index: 1;
}

.introduzca:before {
    border-top: 1px solid #d2dae2;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 100%;
    z-index: -1;
}

.introduzca span {
    background: white;
    padding: 0 15px;
}

.divisor {
    font-size: 12px;
    color: #90a4ae;
    position: relative;
    z-index: 1;
}

.divisor:before {
    border-top: 1px solid #d2dae2;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 100%;
    z-index: -1;
}

.divisor span {
    background: white;
    padding: 0 1px;
}

.reglasPwd {
    font-size: 12px;
    color: #90a4ae;
}


.input-group {
    height: 44px;
}

.input-group-addon {
    background-color: white;
}

.has-error .input-group-addon,
.has-error .form-control
{
    background-color: #fff7f7;
}

.form-control {
    height: inherit;
    border-left: 0 solid #66afe9;
    padding-left: 13px;
}

.form-control:focus {
    border-left: 1px solid #66afe9;
    padding-left: 12px;
}

::-webkit-input-placeholder {
    color: #90a4ae !important;
}

:-moz-placeholder {
    color: #90a4ae !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #90a4ae !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #90a4ae !important;
}

#igContrasenya {
    margin-top: 15px;
}

#igContrasenya img {
    margin-left: 3px;
    margin-right: 2px;
}

#igDatoContraste {
    margin-top: 15px;
}

#igDatoContraste img {
    margin-left: 3px;
    margin-right: 2px;
}

.olvidaste {
    margin-top:10px;
    font-size: 12px;
}

.olvidaste a {
    color: #90a4ae;
}

.olvidaste a:hover {
    color: inherit;
}

.btnAcceder {
    background-color: #71cb3d;
    border-color: #69be7b;
    border-radius: 2px;
    height: 42px;
    font-size: 16px;
}


.btnInterno {
    background-color: #1976d2;
    border-color: #003b8c;
    border-radius: 2px;
    height: 42px;
    font-size: 16px;
}

.btnInterno:hover {
    background-color: #003b8c;
    border-color: #003b8c;
}

.panelCertificado img {
    margin-bottom: 17px;
}

.msg-error {
    margin-top: 12px;
    display:block;
}

.mensajes {
    margin-top: 12px;
}

.registrate {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #546e7a;
}

.registrate a {
    text-decoration: underline;
}

.u-margin-bottom-sm {
margin-bottom: 16px!important;
}

/*Select Pais Certificado*/
.selectbox {
    position: absolute;
    height: auto;
    width: 536px;
}

.select {
    position: relative;
    z-index: 1;
    padding: 3px;
    border: solid 1px  #ccc!important;
    background: white;
    border-radius: 3px;
}
.select.active {
    padding: 3px;
    z-index: 2;
    background: white;
    border: 1px solid #ccc!important;
    box-shadow: 0px 4px 8px 0px #3540524D;
}
.select.hidden {
    display: block;
}

.select div {
    display: none;
}

.select.active div {
    display: block;
}

.select .headerselectbox {
    position: relative;
    display: flex;
    cursor: pointer;
    padding: 5px 0;
}
.select .selectedbox {
    width: 489px!important;
    display: inline;
    margin-left: 10px;
}
.select .selectedbox span {
    margin-left: 6px;
}
.select i.dd-icon {
    background: url(/OAuthServer-web/javax.faces.resource/img/ic-dropdown-down.svg.jsf);
    position: absolute;
    right: 0;
    top: 5px;
    width: 21px;
    height: 24px;
}

.select .options {
    max-height: 200px;
    overflow: auto;
}

.options i {
    display: none;
}
.select ul {
    list-style-type: none;
    padding-inline-start: 5px!important;
}
.select ul li {
    position: relative;
    display: block;
    width: 95%;
    height: 40px;
    padding-left: 15px;
    padding-top: 9px;
}
.select ul li {
    cursor: pointer;
}
.select ul li span {
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-left: 6px;
}
.select ul li:hover, .select ul li span.active {
    background-color: #EEF7FF;
}
.select ul li span.active {
    font-weight: bold;
}
.select li ul {
    margin-left: 10px;
}
.selectbox img {
    margin-bottom: 1px!important;
}
span.separador {
    display: block;
    height: 40px;
}
/*FIN Select Pais Certificado*/

/*Campo busqueda pais*/
div.layout-buscar {
    width: 512px;
    height: 72px;
    padding: 16px;
}

div.wrap-buscar {
    width: 480px;
    height: 44px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #D3D9DE;
}

input.input-buscar {
    width: 436px;
    height: 24px;
    border: 0;
}
input.input-buscar:focus {
    outline: none;
}

i.lupa {
    background: url(/OAuthServer-web/javax.faces.resource/img/ic-search.svg.jsf);
    position: absolute;
    width: 21px;
    height: 24px;
}

@media only screen and (max-width: 480px) {
    #language-flags {
        width: 100%;
        justify-content: center;
        padding-top: 2px !important;
        position: static !important;
    }
}

#header_notariado {
  width: -moz-calc(100% - 18px - 18px);
  width: calc(100% - 36px);
  height: -moz-calc(25px - 7px - 7px);
  height: calc(44px - 7px - 7px);
  background-color: #0a4582;
  padding-left: 18px;
  padding-right: 18px;
  font-family: OpenSans;
  font-weight: 100;
  font-size: 11px !important;
  color: #a9b4c6; }

#header_sede_electronica_not {
  color: #ffffff;
  float: left;
  font-family: OpenSansLight;
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 16px !important;
  padding-top: 7px; }
  @media (min-width: 992px) {
    #header_sede_electronica_not {
      position: absolute;
      left: 50%;
      transform: translate(-50%); } }
  @media (max-width: 992px) {
    #header_sede_electronica_not {
      width: 100%;
      text-align: center;
      font-size: 12px; 
      padding-top: 0!important;
    } }

@media only screen and (min-width: 480px) {
  #header_sede_electronica_not {
    position: absolute;
    left: 50%;
    transform: translate(-50%); } }
@media only screen and (max-width: 992px) {
  #header_notariado {
    width: -moz-calc(100% - 14px -14px);
    width: calc(100% - 14px - 14px);
    height: -moz-calc(60px - 5px - 6px);
    height: calc(60px - 5px - 6px);
    font-size: inherit;
    text-align: center;
    padding: 5px 14px 6px 14px; } }
@media only screen and (max-width: 480px) {
  #home-background-imge > #header_portal_notarial {
    display: none; } }
#header_portal_notarial {
  color: #8D99A5;
  float: left;
  font-family: OpenSansLight;
  font-size: 16px;
  letter-spacing: 3.5px;
  line-height: 16px !important;
  display: flex; }
  @media (min-width: 992px) {
    #header_portal_notarial {
      position: absolute;
      left: 50%;
      transform: translate(-50%); } }
  @media (max-width: 992px) {
    #header_portal_notarial {
      width: 100%;
      text-align: center;
      font-size: 12px;
      display: flex;
      justify-content: center;
      align-items: center; } }

@media only screen and (min-width: 480px) {
  #header_portal_notarial {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: none; } }
    
@media only screen and (max-width: 480px) {
    body, .container {
        padding: 0;
        background-color: white;
    }

    #panell {
        padding: 36px 36px 23px 15px;
        max-width: none;
        box-shadow: none;
        border: 0;
    }

    .btnAcceso img {
        height: 21px;
    }

    .btnAcceso {
        font-size: 12px;
        height: 46px;
        padding-top: 11px;
    }

    p.olvidaste {
        text-align: left;
    }

    .registrate {
        margin-top: 0;
    }
    
/*    #language-flags {
        width: 100%;
        justify-content: center;
        padding-top: 2px !important;
    }
    
    #header_sede_electronica_not {
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding-top: 4px !important;
    }
    
    #header_notariado {
        width: -moz-calc(100% - 14px -14px);
        width: calc(100% - 14px - 14px);
        height: -moz-calc(60px - 5px - 6px);
        height: calc(60px - 5px - 6px);
        font-size: inherit;
        padding: 5px 14px 6px 14px;
        text-align: center;
    }*/
    
    #home-background-imge {
        max-height: 976px !important;        
        top: 60px;
        height: 976px;
        max-height: 976px;
    }
}

/*@media only screen and (max-width: 992px) {
    #header_notariado {
        width: -moz-calc(100% - 14px -14px);
        width: calc(100% - 14px - 14px);
        height: -moz-calc(25px - 5px - 6px);
        height: calc(25px - 5px - 6px);
        font-size: inherit;
        padding: 5px 14px 6px 14px;
    }
    
    #header_sede_electronica_not {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
    
    #home-background-imge {
        background-image: url(/ancert-portal-ciudadano-home-theme/css/images/bg-image-overlayed-976.jpg);
        height: 100%;
        max-height: 543px;
    }
}*/
