.fortify-code {
    margin-top: 24px;
    padding: 8px;

    text-align: center;
    
    background: #f3f3f3;
    letter-spacing: 12px;
}
.fortify-info-message {
    text-align: justify;
}
.fortify-wrapper {
    display: flex;
    flex-direction: column;

    overflow-y: auto;
    padding: 20px;
    margin: 4px 2px;
}
.fortify-loading-indicator { 
    margin-top: 16px;
    margin-bottom: 8px;
}

.certificate-item {
    display: flex;
    flex-direction: row;
    align-items: start;

    gap: 8px;
    margin-bottom: 12px;
}
.certificate-item:first-child {
    margin-top: 12px;
}
.certificate-item:last-child {
    margin-bottom: 0px;
}

.certificate-details {
    display: flex;
    flex-direction: column;
}

.qualified-signature-wrapper {
    flex: 1;
    width: 100%;
    height: 100%;

    max-height: 535px;
 
    border: 1px solid #0B72B5;
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    margin: auto;
    background: white;

    font-size: 14px;
}

.styled-signature-wrapper {
    flex: 1;
    width: 100%;
    height: 100%;

    max-height: 535px;

    border: 1px solid #0B72B5;
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 20px;
    box-sizing: border-box;
    margin: auto;
    background: white;
}
.styled-signature-preview-wrapper {
    position: relative;
    min-width: 210px;
    max-width: 460px

    text-align: center;
    line-height: 1;

    font-size: 17px;
}
.styled-signature-x {
    width: 7px;
    height: 8px;
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.styled-signature-x svg {
    width: 100%;
    height: 100%;

    color: #9b999e !important;
    fill: #9b999e !important;
}
.styled-signature-x img {
    width: 100%;
    height: 100%;
}
.styled-signature-line {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 10px;
}
.styled-signature-date {
    font-size: 6px;
    text-align: right;
    padding: 0px 4px;
    box-sizing: border-box;

    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 10px;
    line-height: 10px;
}
.styled-signature-name {
    padding-left: 52px;
    padding-right: 12px;
    box-sizing: border-box;
    padding-bottom: 12px;
    width: 100%;
    flex: 1;
    line-height: inherit;
    text-align: left;
    display: flex;
    height: 50px;
    align-items: flex-end;
    text-transform: capitalize;
}

.styled-signature-preview-wrapper.firma_datos .styled-signature-line{
    display:none;
}
.styled-signature-preview-wrapper.firma_datos .styled-signature-x{
    display:none;
}
.styled-signature-preview-wrapper.firma_datos .styled-signature-name {
    padding-left: 4px;
}
.styled-signature-preview-wrapper.solo_firma .styled-signature-line{
    display:none;
}
.styled-signature-preview-wrapper.solo_firma .styled-signature-x{
    display:none;
}
.styled-signature-preview-wrapper.solo_firma .styled-signature-date {
    display: none;
}
.styled-signature-preview-wrapper.solo_firma .styled-signature-name {
    padding: 0px;
    align-items: center;
    justify-content: center;
}
.styled-signature-preview-wrapper.firma_linea .styled-signature-date {
    display: none;
}

.styled-signature-name.rejection {
    font-size: 17px;
}
.styled-signature-name.desyrel {
    font-size: 15px;
}
.styled-signature-name.sunshine {
    font-size: 13px;
}
.styled-signature-name.everything {
    font-size: 19px;
}
.styled-signature-name.heatwood {
    font-size: 7px;
    line-height: 17px;
}


.handmade-signature-wrapper {
    width: 100%;
    height: 100%;
    border: 1px solid #0B72B5;
    box-sizing: border-box;
    max-height: 535px;
    display: flex;
    border-radius: 8px;
    padding: 2px;
    position: relative;
}

.handmade-signature-preview {
    height: 50px;
    width: 210px;
    min-width: 100px;
    max-width: 210px;

    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.handmade-signature-box {
    width: 172px;
}

.handmade-signature-image-placeholder {
    position: relative;
}

.handmade-signature-image-placeholder:before{
    content: "";
    width: 9px;
    height: 9px;
    background-image: url(../img/x.svg);
    background-size: 9px 9px;
    position: absolute;
    bottom: 4px;
    left: 10px;
    display: block;
}

.handmade-signature-image-placeholder:after {
    content: "";
    display: block;
    background-image: url(../img/pespunte.png);
    background-repeat: repeat-x;
    background-size: 125px 2px;
    width: 100%;
    height: 2px;
}

.handmade-signature-preview img {
    width: 95px;
    height: 130px;
}

.handmade-signature-date-placeholder {
    font-size: 6px;
    text-align: right;

    padding: 0px 4px;
    padding-top: 2px;

    box-sizing: border-box;

    text-transform: capitalize;
}

.handmade-signature-preview.copy {
    height: 152px;
    position: fixed;
    top: 9999px;
    left:0px;
}


.qr-signature-placeholder {
    position: absolute;
    left: 70%;

    display: flex;
    flex-direction: column;

    text-align: center;
    justify-content: center;
    align-items: center;

    max-width: 20%;
    width: 200px;

    border: 1px solid #0469ab;
    border-radius: 8px;
    padding: 18px;
}

.qr-signature-placeholder qr-generator {
    max-width: 185px;
    width: 75%;
    margin-top: 26px;
    margin-bottom: 12px;
    border: 1px solid black;
}

.qr-signature-placeholder qr-generator img {
    width: 100%;
    padding: 1px;
    box-sizing: border-box;
}

.qr-signature-placeholder span {
    margin-top: 24px;
}

.qr-signature-placeholder .title-placeholder{
    font-weight: bold;
    color: #0469ab;
    font-size:14px;
}

.qr-signature-placeholder .explanation-placeholder{
    text-align: justify;
    font-size: 11px;
    color: #0469ab;
    margin-top: 11px;
}


/**Styled handmade signature**/
.handmade-signature-preview.firma_datos .handmade-signature-image-placeholder:after, .handmade-signature-preview.solo_firma .handmade-signature-image-placeholder:after{
    content: none !important;
}
.handmade-signature-preview.firma_datos .handmade-signature-image-placeholder:before, .handmade-signature-preview.solo_firma .handmade-signature-image-placeholder:before{
    content: none !important;
}
.handmade-signature-preview.solo_firma .handmade-signature-date-placeholder, .handmade-signature-preview.firma_linea .handmade-signature-date-placeholder {
    display: none;
}

.color-button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 4px;
    padding-top: 12px;
    padding-right: 12px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.page-account-activation {
    max-height: 65%;
    height: 100%;

    max-width: 70% !important;
    width: 100%;

    border: 1px solid lightgray;
    border-radius: 12px;

    padding: 24px;
}
@media( max-width: 1280px ){
    .page-account-activation {
        max-width: 75% !important;
    }
}
@media( max-width: 980px ){
    .page-account-activation {
        max-width: 85% !important;
    }
}
@media( max-height: 815px ){
    .page-account-activation {
        max-width: 75% !important;
    }
}
@media( max-height: 715px ) {
    .page-account-activation {
        max-height: 85% !important;
    }
}

.page-account-activation .image-decorator img {
    width: 265px;
    height: 250px;
}
@media( max-width: 675px ){
    .page-account-activation .image-decorator {
        display: none;
    }
}

.page-account-activation form {
    overflow-y: auto;
    overflow-x: hidden;
}
@media( max-height: 545px ){
    .page-account-activation form{
        height: 100%;
    }
}

.page-account-activation form .logo {
    width: 75%;

    max-width: 200px;
    min-width: 100px;

    margin-bottom: 24px;
}

.page-account-activation form .title {
    margin-top: 24px;
    margin-bottom: 16px;
}

.page-account-activation form .title h2 {
    color: #4479b8;
    font-size: 20px;
    margin: 0;
}

.page-account-activation form .content {
    font-size: 15px;
    margin-bottom: 24px;
}

.page-account-activation form .links-content {
    font-size: 12px;
    margin-bottom: 24px;
}

.page-account-activation form .links-content md-checkbox {
    padding-bottom: 8px;
    margin: 0;
}

.page-account-activation form .buttons-content {
    height: 38px;
    max-height: 38px;
    min-height: 38px;
}

.page-account-activation form .buttons-content .cancel-button {
    width: 45%;
    margin-right: 24px;
}

.page-account-activation form .buttons-content .continue-button {
    width: 100%;
}

md-progress-circular.md-default-theme path, md-progress-circular path {
    fill: white !important;
}