@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');

html,body{
    font-family: 'Montserrat', font-size:12px;
    max-height:100%;
    overflow:hidden;
    /*
	background: #E8F2F9;
	background: #0086C1;
	*/
    width: 100%;
    display: flex;
    overflow: hidden;
}
body>main>div+div {
    flex-shrink: 1;
    flex-basis: 0;
    overflow: hidden;
}
main>div.documento {
    background: white;
    width: 100%;
    height: 100%;
    flex: 1;
}
ui-view {
    position: relative;
}
body.locked {
    /*filter: blur(1px);*/
    pointer-events: none;
}

* {
    font-family: 'Montserrat';
}

.document-sign-page .header{
    text-align: left;
    color: white;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
}

.document-sign-page-content {
    width: 100%;
    flex: 1;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding: 32px;
    box-sizing: border-box;
    max-width: 472px;
    align-items: center;
}
.document-sign-page {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.signature-toolbar {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* box-sizing: border-box; */
    margin: 0 auto;
    padding: 0px 0px 20px 0px;
}

.signature-toolbar .button{
    background: #00a7de;
    color: white;
    padding: 4px 12px;
    min-height: 28px;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 14px;
    flex: 1;
    text-align: center;
    position: relative;
    white-space: nowrap;
    height: 28px;
    line-height: 19px;

    font-weight: normal;
    border: none;
}
.signature-toolbar .button.disabled{
	pointer-events: none;
}
.signature-toolbar .button.selected {
    background: #0469ab;
    color: white;
}
.button.signature-style-button {
    width: 210px;
    margin-top: 20px;
    margin: 20px auto;
    flex: none !important;
    height: 32px;
    border-radius: 4px;
    padding: 4px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}
.button {
    line-height: 28px;
    background-color: #00a9de;
    color: white;
    text-align: center;
    height: 36px;
    border: 1px solid #00a9de;
    border-radius: 3px;
    padding: 4px 12px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
}
.button.outline-button {
    background: white;
    color: #2590cf;
}
.document-sign-page-toolbar .button:not(:last-child) {
    margin-right: 10px;
}
.button.icon-button {
    border: unset;
    background: #00A7DE;
    color: white;
    box-shadow: 0px 0px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    min-width: 36px;
    min-height: 30px;
    width: 36px;
    max-width: 36px;
    fill: white;
}
svg, svg * {
    fill: inherit !important;
}
.button.icon-button svg {
    width: 24px;
    height: 24px;

    fill: white;
    color: white;
}
.signature-wrapper-placeholder {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: auto;
    /* position: relative; */
}
.signature-wrapper {
    width: 100%;
    height: 100%;
    border: 1px solid #0B72B5;
    box-sizing: border-box;
    max-height: 535px;
    display: flex;
    border-radius: 8px;
    padding: 20px;
}
.signature-toolbar .button:not(:last-child) {
    flex: 1;
    margin-right: 10px;
}
.signature-terms-placeholder {
    width: 100%;
    display: flex;
    margin-top: 12px;
    padding-bottom: 24px;
}
.signature-terms {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 8px;
}
.signature-terms md-checkbox{
    margin-bottom: 8px;
}
.signature-terms-text {
    text-align: left;
    flex: 1;
    font-size: 11px;
}
.signature-terms-subtitle {
    font-weight: bold;
    color: #0369ab;

    padding-top: 8px;
    padding-bottom: 8px;

    font-size: 12px;
}
.signature-actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    max-width: 400px;
}
.signature-actions .button {
    flex: 1;
    height: 36px;
    line-height: 26px;
}
.signature-actions .button + .button {
    margin-left: 10px;
}
.button.yellow-button {
    background: #F8C95F;
    color: black;
    border-color: #F8C95F;
}

.top-left-button {
	height: 36px;
    box-sizing: border-box;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
	display:flex;
	align-items: center;
	justify-content: center;
}
.icon-button i.fa {
    font-size: 24px;
    width: 24px;
    height: 24px;
    font-weight: 100;
}
.document-actions .button {height: 36px;line-height: 26px;}
.document-actions .button +.button {
    margin-left: 10px;
    width: 60%;
}
.document-actions .button:first-child {
    width: 40%;
}
md-backdrop.md-sidenav-backdrop {
    background: transparent;
}



h1.md-headline {font-size: 18px;}
h2.md-headline {font-size: 14px;}
h3.md-headline {font-size: 14px;}
.md-headline{font-size: 18px !important}

.pointer {
    cursor: pointer
}

.margin-0{
    margin:0!important;
}

.margin-b-30{
    margin-bottom:30px;
}

.pad-t-13{
    padding-top: 13px;
}

.pad-b-13{
    padding-bottom: 13px;
}

.md-button input[type='color'] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: transparent;
    border: 0px;
}
::-webkit-color-swatch-wrapper {
    text-align: center;
    align-items: center;
    justify-content: center;
}
::-webkit-color-swatch {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    flex: 0;
    min-width: 22px;
    border-style: none;
}
.colorpicker{
	 border-radius: 50%;
    width: 22px;
    height: 22px;
    flex: 0;
    min-width: 22px;
    border-style: none;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

main{
	max-height:100%;
	overflow:hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
}


.splash-screen{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	/*background: linear-gradient(to bottom, #1f76bb 0%,#36a9e1 88%,#36a9e1 100%,#3face2 100%);*/
	background:white;
}
.splash-screen.ng-leave{ transition:0.3s ease-out; opacity:1; }
.splash-screen.ng-leave-active{ opacity:0; }


ui-view[data-animation-id="1"].ng-enter, ui-view[data-animation-id="1"].ng-leave{ position:absolute; width:100%; top:64px; left:0; bottom:0px; transition:.3s ease-in-out all;}
ui-view[data-animation-id="1"].ng-enter{  opacity:0; transform:translateX(100%); }
ui-view[data-animation-id="1"].ng-enter-active{ opacity:1; transform:translateX(0); }
ui-view[data-animation-id="1"].ng-leave{ opacity:1; transform:translateX(0); }
ui-view[data-animation-id="1"].ng-leave-active{ opacity:1; opacity:0; transform:translateX(-100%); }


ui-view[data-animation-id="2"].ng-enter, ui-view[data-animation-id="2"].ng-leave{ position:absolute; width:100%; top:64px; left:0; bottom:0px; transition:.3s ease-in-out all;}
ui-view[data-animation-id="2"].ng-enter{  opacity:0; transform:translateX(-100%); }
ui-view[data-animation-id="2"].ng-enter-active{ opacity:1; transform:translateX(0); }
ui-view[data-animation-id="2"].ng-leave{ opacity:1; transform:translateX(0); }
ui-view[data-animation-id="2"].ng-leave-active{ opacity:1; opacity:0; transform:translateX(100%); }

@media(max-width: 425px){
	ui-view[data-animation-id="1"].ng-enter, ui-view[data-animation-id="1"].ng-leave{ position:absolute; width:100%; top:58px; left:0; bottom:0px; transition:.3s ease-in-out all;}
	ui-view[data-animation-id="2"].ng-enter, ui-view[data-animation-id="2"].ng-leave{ position:absolute; width:100%; top:58px; left:0; bottom:0px; transition:.3s ease-in-out all;}
}


.ui-drop-up-menu-backdrop {
    position: fixed;
    bottom: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.3s ease-in-out all;
    z-index: 999;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0px 16px;
    box-sizing: border-box;
}
.ui-drop-up-menu-backdrop.active  {
    opacity: 1;
}
.ui-drop-up-menu-content {
    bottom: 0px;
    padding: 16px 0px;
    background: white;
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.3s ease-in-out all;
    transform: translateY(100%);
    max-width: 400px;
}
.ui-drop-up-menu-content.has-target{
	position: absolute;
	margin-bottom: 12px;
	border-radius: 12px;
	width: auto;
	max-width: 90%;
	transition: none;
	transform: none;
	min-width: 240px;
}

@keyframes heartBeat {
	0%   {transform:scale(0)}
	61.8%  {transform:scale(1.05)}
	100% {transform:scale(1)}
}
.ui-drop-up-menu-backdrop.active .ui-drop-up-menu-content {
    transform: translateY(0px);
}
.ui-drop-up-menu-backdrop.active .ui-drop-up-menu-content.has-target{
	transform-origin: bottom right;
	animation-name: heartBeat;
	animation-duration: .3s;
}

.ui-drop-up-menu-content .menu-item {
    display: flex;
    align-items: center;
    height: 54px;
    overflow: hidden;
    position: relative;
    padding: 0px 20px;
}
.ui-drop-up-menu-content .menu-item.disabled {
    opacity: 0.3;
    pointer-events: none;
}
.ui-drop-up-menu-content .menu-item-icon {
    margin: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    color: #9a0026;
    justify-content: center;
    /* margin-right: 8px; */
    font-size: 24px;
    justify-content: flex-end;
}
.ui-drop-up-menu-content .menu-item-text {
    color: #48526e;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 0px 0px 1px;
    flex: 1;
}
.ui-drop-up-menu-content .menu-item .icon-placeholder {
    width: 36px;
    height: 36px;
    /* margin-right: 8px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ui-drop-up-menu-content .icon {
    width: 24px;
}
.ui-drop-up-menu-content .menu-item.menu-item-warn .menu-item-text {
	color: #ef2d24;
}
.ui-drop-up-menu-content .menu-item.menu-item-warn .menu-item-icon {
    color: #ef2d24;
}


.preview-page-main-button {
    position: fixed;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
    transition-property: all;
    align-items: center;
    justify-content: center;
    background: rgb(37, 144, 207);
    color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 26%) 0px 2px 5px 0px;
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.preview-page-main-button md-icon {
    font-size: 26px;
    color: white;

    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
}



.document-viewer {
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: auto;
    position: relative;
    overflow-x: auto;
}
.document-page-placeholder {
    width: 100%;
    position: relative;
}
.document-page-placeholder:not(:last-child) {
    margin-bottom: 10px;
}
.document-page {
    width: 100%;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

.document-pages-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 100px;
}
.document-loader-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.document-loader-container label {
    font-size: 13px;
    color: #555;
    font-family: Roboto;
    font-weight: 500;
}

.signature-indicator-placeholder {
    position: absolute;
    z-index: 1;
}

.signature-indicator-placeholder:focus, .signature-indicator-placeholder:active{
    outline: none;
    box-shadow: none;
}

.signature-indicator-placeholder-disabled {
    pointer-events: none;
}
.signature-indicator-placeholder-disabled .signature-indicator{
    background: lightgray;
    font-weight: 500;
    font-size: 8px;
}
.signature-indicator-placeholder-disabled .signature-indicator-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.signature-indicator {
	box-sizing: border-box;
	border-radius: 4px;
	background: rgba(248, 201, 95, 1);
	opacity:0.9;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
	position: relative;
    cursor: pointer;


    padding: 0.3618vw;

    width: 8vw;
    height: 5.5vw;

    min-width: 60px;
    min-height: 45px;
    max-width: 110px;
    max-height: 70px;

    justify-content: space-around;
}
.signature-indicator-text {
    width: 100%;
    text-align: center;
}
.signature-indicator-icon {
    height: 1.5vw;
    min-height: 14px;
    max-height: 25px;
    
    width: 100%;

    object-fit: contain;
    margin-top: 4px;
}
.signature-indicator-backstitch {
    width: calc(100% - 8px);
}


.signature-placeholder {
    position: absolute;
    z-index: 1;
}
.signature {
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}
.signature-placeholder[moveable] .signature {
    outline: 1px dashed #00a9de;
}


.document-main .document-actions{
	display: flex;
	padding: 10px;
	box-sizing:border-box;
	align-self: flex-start;
	width: 100%;
	align-items: flex-start;
	box-shadow: 0px -1px 7px rgba(0, 0, 0, 0.2);
	z-index: 999;
}
.document-main .document-actions .cancel-button{
	align-self: top;
	float:left;
	width:calc(40% - 7px);
	margin-right:7px;
}
.document-main .document-actions .confirm-button{
	align-self: top;
	float:left;
	width:calc(60% - 7px);
	background:#F8C95F;
	color:black;
	margin-left:7px;
}


.document-actions{
	display: flex;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	/* box-shadow: 0px -1px 7px rgba(0, 0, 0, 0.2); */
	z-index: 1;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-evenly;
}




.firma-completada md-icon{
	font-size: 73px;
	margin: 0px;
	width: 73px;
	height: 73px;
	line-height: 73px;
	color:green;
}
.no-disponible md-icon{
	font-size: 73px;
	margin: 0px;
	width: 73px;
	height: 73px;
	line-height: 73px;
	color:coral;
}


.overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #E8F2F9;
    background: #ffffff;
    z-index: 2;
    visibility:hidden;
    opacity:0;
}
.overlay.visible{ visibility:visible; opacity:1; }

.overlay.visible-add{ visibility:visible; transition:.3s ease-in all;  transform:translateY(100px); }
.overlay.visible-add-active{ opacity:1; transform:translateY(0px); }

.overlay.visible-remove{ visibility:visible; transition:.3s ease-out all; opacity:1; transform:translateY(0px); }
.overlay.visible-remove-active{ opacity:0; transform:translateY(100px); }

.overlay > ui-view{ position:absolute; top:0; left:0; width:100%; height:100%; }
.overlay > ui-view.ng-leave{ transition:.3s ease-in-out all; } /*Esto es para que no quite el contenido hasta que no termina la transici�n*/


.document-options{
	margin-right: 73px;
}

.pdf-viewer{
	width: 100%;
	height: 100%;
	
    background-color:#E4E4E4;
    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A7A7A7),
        color-stop(0.51, #E4E4E4)
    );
    background-attachment:fixed;
}
.pdf-viewport{
	width: 100%;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: space-between;
	padding:24px;
}

firma-preview {
    position: relative;
    margin: auto;
}

firma-preview > canvas{
	width:100%;
	margin: 1vh auto;
}


/*
main > ui-view.ng-enter{ transition:.3s ease-in-out all; opacity:0; transform:translateY(100px); }
main > ui-view.ng-enter-active{ opacity:1; transform:translateY(0px); }
main > ui-view.ng-hide-add{ transition:.3s ease-in-out all; opacity:1; transform:translateY(0px); }
main > ui-view.ng-hide-add-active{ opacity:1; opacity:0; transform:translateY(100px); }
*/


.signature-preview {
    width: auto;
    position: relative;
    display: flex;
    box-sizing: border-box;
    min-width: 100px;
    background: url(../img/pespunte.png);
    background-size: 125px 2px;
    background-repeat: repeat-x;
    background-position: -2px 34px;
    max-width: 210px;
    text-align: center;
    width: 210px;
    height: 50px;
    overflow: hidden;
    flex-direction: column;
}
.signature-preview.solo_firma, .signature-preview.solo_firma:before{
    background: none;
}
.signature-preview.solo_firma .fecha, .signature-preview.firma_linea .fecha {
    opacity: 0;
}
.signature-preview.firma_linea{
    
}
.signature-preview.firma_datos, .signature-preview.firma_datos:before{
    background: none;
    overflow: visible;
}
.signature-preview.firma_linea_datos{
    overflow: visible;
}
.signature-preview .fecha{
    font-size: 6px;
    text-align: right;
    margin-top: auto;
    padding: 2px 4px;
    width: 100%;
    box-sizing: border-box;
}
.signature-preview.nopespunte {
    background: none;
}
.signature-preview .signature-name-placeholder{
	flex: 1;
	display: flex;
	align-items: end;
	height: 38px;
    padding: 0px 24px 0px 24px;

    /**for ios and mac**/
    display: -webkit-flex;
    -webkit-align-items: flex-end;
}
.signature-preview .signature-name-placeholder .heatwood {
    padding-bottom: 6px;
}
@supports(-webkit-appearance:none){
    .signature-preview .signature-name-placeholder .heatwood {
        padding-bottom: 2.5px;
    }
}

.signature-preview .signature-name-placeholder .desyrel {
    padding-bottom: 2px;
}

.signature-preview .signature-name-placeholder .sunshine {
    padding-bottom: 2px;
}
.signature-preview .signature-name-placeholder p {
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    margin: 0;
	box-sizing: border-box;
}
.signature-preview-wrapper{
    font-size: 17px;

    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}
.signature-preview:before {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url(../img/x.svg);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 16px;
    left: 8px;
}
.signature-preview-terms small{
	font-size: 11px;
	line-height: 1.1;
	font-family: arial !important;
	color: #333;
	padding-left: 5px;
}
.signature-preview small {
    position: absolute;
    top: 0px;
    font-size: 11px;
    color: black;
    line-height: 1;
    left: 23px;
    font-weight: bold;
    display: none;
}
.signature-preview img.manuscrita{
	position:absolute;
	bottom:24px;
	width:50%;
	left:25%;
}
.signature-preview img.logo{
	position: absolute;
	height: 18px;
	bottom: 4px;
}
.signature-preview label {
    position: absolute;
    bottom: 10px;
    font-size: 9px;
    color: black;
    line-height: 1;
    right: 0px;
}
.capture {
    background-color:transparent;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.validation-text {
    padding: 7px 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.validation-text .signature-terms-text {
    font-size: calc(10px + 0.5vw);
}
#firma_manuscrita .signature-preview {
    height: 190px;
    background-position: -2px 165px;
}

.signature-preview.handmade {
    height: 152px;
    position: fixed;
    top: 9999px;
	left:0px;
	background-position: -2px 140px;
}
.signature-preview img {
    width: 105px;
    height: 140px;
    margin: 0 auto;
}


.font-selector {
    width: auto;
    position: relative;
    height: 44px;
    display: flex;
    border: 2px solid black;
    padding: 3px 23px;
    box-sizing: border-box;
    border-radius: 13px;
    font-size: 19px;
    align-items: flex-end;
    margin: 13px 0px 23px 0px;
}


.signature-pad{
    /* border: 2px solid rgb(11, 114, 181); */
    width: 100%;
    height: 100%;
}
canvas{
	background:white;
}
img.documento, canvas.documento {
	position:relative;
}
img.firma {
    position: absolute;
    width: 105px;
    height: 140px;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}
[moveable] img.firma{
    outline: 1px dashed;
    cursor: move;
}

md-sidenav.page-thumbs-container{
	min-width: 150px;
	width: auto;
}
.page-thumbs-container .snapshot {
    /* width: 130px; */
    /* height: 180px; */
    /* margin: auto; */
    /* border: 1px solid #777; */
    /* box-sizing: border-box; */
    /* object-fit: contain; */
    /* margin: 7px 10px; */
    /* display: block; */
    /* position: relative; */
    /* cursor: pointer; */
    width: 130px;
    box-sizing: border-box;
    object-fit: contain;
    margin: 7px 10px;
    display: flex;
    position: relative;
    border: 2px solid transparent;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.page-thumbs-container .snapshot.selected{
	outline: 1px solid #2590cf;
}
.page-thumbs-container .snapshot .page-thumb {
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    width: 100%;
    /* height: 100%; */
    /* object-fit: contain; */
}
.page-thumbs-container .ok, .preview .ko {
    top: -3px;
    width: 20px;
    height: 20px;
    z-index: 2;
    position: absolute;
    left: -3px;
    border: 0px;
    padding: 2px;
    background: white;
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,0) 54%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,0) 54%,rgba(255,255,255,0) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,0) 54%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.pdf-loading{
	top: 40.5px;
    position: absolute;
    z-index: 1;
    opacity: 1;
}


.page-thumbs-container .marker {
    width: 28px;
    height: 12px;
    position: absolute;
    left: -8px;
    margin: 5px 0px;
    display: flex;
    filter: drop-shadow(0px 1px 1px);
}
.page-thumbs-container .marker span:first-child{
	flex: 1;
		
	z-index: 1;
}
.page-thumbs-container .marker span:last-child{width: 8px;height: 8px;transform: rotate(45deg) translate(-1px, 4px);}



.roundItem{
  text-align: center;
  min-width: 30px !important;
}

.roundItem:first-child{
  transform: translate3d(-3em,3.5em,0) !important;
}

.roundItem{
  transform: translate3d(-2em,4.5em,0) !important;
}

.roundItem:last-child{
  transform: translate3d(0.5em,7em,0) !important;
}

/* Botones */
.a {text-transform: none; cursor: pointer;}
.btn {
    border:0;
    background: none;
    min-height: auto; 
    font-size:14px; 
    display: inline-block; 
    justify-content: center; 
    cursor:pointer; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    padding:10px 20px; 
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    align-items: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 auto;
}
.btn.small {font-size: 12px; padding:5px 15px;}
.btn.big {font-size:16px; padding:10px 40px;}
.btn:hover {text-decoration: underline;}
.btn-disabled{
    opacity: 0.4;
    pointer-events: none;
}

.highlight_terms{
  color: red !important;
}

.disabled{
  opacity: 0.4
}

a {cursor:pointer;}
a:visited { color: inherit;}

a.btn {text-decoration: none;}
a.btn.small {font-size: 12px; padding:5px 15px;}
a.btn.big {font-size:16px; padding:10px 40px;}
a.btn:hover {text-decoration: underline;}

.btn.primary {background: #35313e; color:#fff; font-weight: bold;}
.btn.primary:hover {background: #cacaca; text-decoration: none;}
.btn.secundary {background: #5cc8ff; color:#fff; font-weight: bold; text-decoration: none;}
.btn.secundary:hover {background: #cacaca; text-decoration: none;}
.btn.tertiary {background: #4479b8; color:#fff; font-weight: bold;}
.btn.tertiary:hover {background: #cacaca; text-decoration: none;}
.btn.discreet{font-weight: 500; color: #5cc8ff; border: 1px solid #5cc8ff;}
.btn.discreet:hover{font-weight: bold;}
.btn.nbr {-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;}
.btn.md-button {line-height: inherit;}

.indicador_firma{
    position: absolute;
    z-index: 10;
    padding: 7px;
    box-sizing: border-box;
    border-radius: 7px;
    background: rgb(23, 134, 216);
    justify-content: space-around;
    text-align: center;
    transform: translate(-50%,-50%);
    background: rgba(248, 201, 95, 1);
	opacity:0.7;
}
.indicador_firma:after {
    content: "";
    position: absolute;
    width: 85%;
    height: 87.5%;
    top: 5%;
    left: 7.5%;
    background: url(../images/pespunte_con_x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.indicador_firma span{
    width: 100%;
    float: left;
}

.indicador_firma img{
    height: 60%;
    max-height: 35px;
}


.links-top {color: #4479b8; font-size:24px;}

md-checkbox.md-checked .md-icon, md-checkbox.md-checked .md-icon{
    border: 1px solid gray !important;
    background: transparent !important;
}

md-checkbox.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after {
    border-color: #1d71b8 !important;
    transform: rotate(45deg) scale(2) !important;
    top: -6px !important;
    left: 11px !important;
}

md-checkbox .md-icon{
    transform-origin: center !important;
    transform: scale(0.7) !important;
}
md-icon.fi-vineta {
    transform-origin: center !important;
    transform: scale(0.7) !important;
}
md-checkbox.md-default-theme.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after {
    border-color: #1d71b8 !important;
}
md-checkbox.blue.md-default-theme[disabled].md-checked .md-icon:after, md-checkbox.blue[disabled].md-checked .md-icon:after {
    border-color: #1d71b8 !important;
}
md-checkbox.blue.md-default-theme[disabled].md-checked .md-icon, md-checkbox.blue[disabled].md-checked .md-icon {
    background: #fff !important;
}

.checkbox-cont {height: 18px !important; width: 24px !important; overflow: hidden !important;}

md-input-container .md-select-icon {color:#4479b8; }
md-input-container.gray {
    height: 40px !important; 
    background: #ededed !important; 
    margin: 0 !important; 
    -webkit-border-radius: 5px !important; 
    -moz-border-radius: 5px !important; 
    border-radius: 5px !important; 
    position: relative !important;
}

md-input-container.gray label {
    padding-left:10px !important; 
    line-height: 1em !important;
}

md-input-container.gray.md-input-focused label, md-input-container.gray.md-input-has-value label {
    line-height: 1.4em !important; 
    padding-left:0 !important; 
    display: none !important;
}

md-input-container.gray md-menu {
    position: absolute;
     top:0px !important; 
     right: -12px !important;
}

md-input-container.gray input {
    border:0 !important; 
    margin:0 !important; 
    padding:0 10px !important; 
    height: 40px !important;
}

md-input-container.gray .md-placeholder, md-input-container.gray label:not(.md-no-float):not(.md-container-ignore) { padding-left:10px !important; }

#login input {border:1px solid #c6dbed; border-radius: 3px; padding:5px 10px; min-width: 200px;}
#login label {
  line-height: 1.5em;
  padding-left:10px;
}
#login .md-input-focused label, #login .md-input-has-value label {
  line-height: 1.5em;
  padding-left:0;
  font-size:18px !important;
  color:#35313e;
}

md-input-container{
    margin-bottom: 10px !important;
}

md-input-container label{
    color: rgb(0 0 0 / 57%) !important;
}

button, html, input, select, textarea{
    font-family: 'Montserrat' !important;
}

.validation-form{
    text-align: center;
    width: 95%;
    max-width: 550px !important;
    position: relative;
    border: 1px solid lightgray;
    padding: 15px 20px;
    border-radius: 11px;
    height: 100%;
    margin: 10px 0;
}

.validation-form .logo{
    max-width: 200px;
    min-width: 100px;
    width: 50%;
}

.validation-form .title{
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    text-align: left;
}


.validation-form .content{
    font-size: 12px;
    padding: 8px;
    text-align: justify;
    line-height: 29px;
}

.validation-form .content md-input-container{
    margin: 8px 0;
    margin-bottom:0!important;
    padding-bottom: 0;
}

.validation-form .content small{
    font-size: 11px;
    color: gray;
    line-height: 14px;
}

.validation-form .content p{
    padding-bottom: 10px;
    margin: 0;
}

.validation-form .link{
    text-align: right;
    color: #00a9de;
}


.validation-form input.placeholder{ font-size: 11px; font-weight: 500 }
.validation-form input::-webkit-input-placeholder { font-size: 11px; font-weight: 500; }
.validation-form input:-moz-placeholder { font-size: 11px; font-weight: 500; }
.validation-form input::-moz-placeholder { font-size: 11px; font-weight: 500; }
.validation-form input:-ms-input-placeholder { font-size: 11px; font-weight: 500; }


.validation-form .message {
    color: red;
}
.validation-form .message.ng-hide-add {
  opacity: 1.0;
  display: block !important;
  transition: opacity 0.5s;
}

.validation-form .message.ng-hide-add-active { 
  opacity: 0;
}



.header{
    height:64px;
    background: #0369ab !important;
}

.header .md-button.md-icon-button{
    width: 55px;
    height: 50px;
}

.header md-icon{
    color:white;
    font-size: 35px;
    width: 35px;
    height: 35px;
}

.header .md-toolbar-tools {
    padding: 0px 10px !important;
}

.header .md-toolbar-tools span{
    font-size: 12px;
    color:white;
}

.header .md-toolbar-tools span.title{
    font-size: 13px;
}

.header .md-toolbar-tools span.bold{
    font-weight: bold;
}

.header .md-toolbar-tools span.uppercase{
    text-transform: uppercase;
}

@media(max-width: 425px){
    .header .md-toolbar-tools span.title {
        font-size: 8px;
    }

    .header .md-toolbar-tools span {
        font-size: 7px;
    }

    .header md-icon {
        font-size: 23px;
        width: 23px;
        height: 23px;
    }

    .header .md-button.md-icon-button {
        width: 40px;
        height: 40px;
    }

    .header {
        height: 58px;
    }

    .signature-indicator {
        font-size: 8px;
    }
}

.underline {
    text-decoration: underline;
}




/*********************/

.page-content-placeholder{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2px;
}
.page-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 24px;
    box-sizing: border-box;
    overflow: auto;
}
.page-content.page-content-with-floating-button {
    padding-bottom: 100px;
}
.page-header {
    font-weight: bold;
    font-size: 24px;
    padding: 20px 32px;
    color: #333;
    background: white;
    position: sticky;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 72px;
    flex: none;
    box-sizing: border-box;
    padding: 20px 0px;
}
.page-title {
    font-weight: 500;
    font-size: 18px;
    color: #333;
    flex: 1;
    padding-left: 32px;
    padding-right: 32px;
}
.page-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 32px;
    box-sizing: border-box;
    margin: 12px 0px;
    flex: none;
}
.page-font-selection {
    height: calc(100% - 75px);
    overflow: auto;
    margin: 0;
}


.page-buttons-placeholder {
    display: flex;
    width: 100%;
    margin-top: 32px;
}
.page-buttons-placeholder .action-button {
    flex: 1;
}
.page-buttons-placeholder .action-button+.action-button {
    margin-left: 10px;
}
.action-buttons-placeholder {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}
.action-button {
    background: #00A7DE;
    color: white;
    padding: 10px 24px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.action-button.large-button {
    width: 100%;
}
.action-button.disabled{
  opacity: 0.4;
  pointer-events: none;
}
.action-buttons-placeholder .action-button {
    flex: 1;
}
.action-buttons-placeholder .action-button+.action-button {
    margin-left: 10px;
}
.floating-action-buttons-placeholder {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
}
.floating-action-buttons-placeholder .action-button {
    width: 100%;
}
.action-button.icon-button {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    padding: 0px;
}
.floating-action-buttons-placeholder .action-button+.action-button {
    margin-left: 10px;
}


.font-card-wrapper{
    align-items: center;
    align-content: center;
    justify-content: center;

    max-width: 100%;
    margin: auto;
}
.font-card {
    /* padding: 10px 0px; */
    position: relative;
    flex-direction: row;
    /* padding-bottom: 4px; */
    /* margin-bottom: 12px; */
    display: flex;
    margin-bottom: 8px;
}
.font-card .styled-signature-preview-wrapper {
    width: 100%;
}

.font-card .styled-signature-preview.solo_firma .styled-signature-name-placeholder .styled-signature-name {
    justify-content: flex-start;
}


.font-card .styled-signature-name span.rejection{
    font-size: 18px!important;
}
.font-card .styled-signature-name span.desyrel{
    font-size: 15px!important;
}
.font-card .styled-signature-name span.sunshine{
    font-size: 13px!important;
}
.font-card .styled-signature-name span.everything{
    font-size: 19px !important;

    line-height: 16px !important;
}
.font-card .styled-signature-name span.heatwood{
    font-size: 7px!important;
    font-weight: bold !important;

    line-height: 13px !important;
}


.font-card-checkbox-placeholder{
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.font-card-checkbox-placeholder md-icon {
    color: #0469ab;
    vertical-align: -45%;
    line-height: 1;
}
.page-font-selection .checkbox-placeholder{
    padding-top: 25px;
    padding-left: 2px;
}


/**checkbox**/
.checkbox.checkbox--material {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.checkbox__checkmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  height: 14px;
  pointer-events: none;
}
.checkbox__input {
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  padding: 0;
  border: 0;
  opacity: 0;
  z-index: 1;
  vertical-align: top;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.checkbox__input:checked {
  background: rgba(24,103,194,0.81);
}

.checkbox__input:checked + .checkbox__checkmark:after {
  opacity: 1;
  box-sizing: border-box;
}
.checkbox__checkmark:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid rgba(24,103,194,0.81);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
}
.checkbox__checkmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 17px;
  position: relative;
  overflow: visible;
  width: 14px;
  height: 14px;
}
.checkbox__checkmark:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 5px;
  width: 12px;
  height: 6px;
  background: transparent;
  border: 3px solid #fff;
  border-width: 2px;
  border-top: none;
  border-right: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.checkbox__input:focus + .checkbox__checkmark:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkbox__input:disabled + .checkbox__checkmark {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.checkbox__input:disabled:active + .checkbox__checkmark:before {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkbox--material {
  line-height: 21px;
}
.checkbox--material__checkmark {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  align-self: baseline;
}
.checkbox--material__checkmark:before {
  border: 1px solid #717171;
}
.checkbox--material__input:checked + .checkbox--material__checkmark:before {

}
.checkbox--material__input + .checkbox--material__checkmark:after {
  border-color: #1d71b8;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  width: 10px;
  height: 5px;
  top: 4px;
  left: 3px;
  -webkit-transform: scale(1.4) rotate(-45deg);
  -moz-transform: scale(1.4) rotate(-45deg);
  -ms-transform: scale(1.4) rotate(-45deg);
  -o-transform: scale(1.4) rotate(-45deg);
  transform: scale(1.4) rotate(-45deg);
  width: 10px;
  height: 5px;
  border-width: 2px;
}
.checkbox--material__input:checked + .checkbox--material__checkmark:after {
  top: 0px;
  left: 5px;
  -webkit-transform: scale(1.4) rotate(-45deg);
  -moz-transform: scale(1.4) rotate(-45deg);
  -ms-transform: scale(1.4) rotate(-45deg);
  -o-transform: scale(1.4) rotate(-45deg);
  transform: scale(1.4) rotate(-45deg);
}
.checkbox--material__input:disabled + .checkbox--material__checkmark {
  opacity: 1;
}
.checkbox--material__input:disabled + .checkbox--material__checkmark:before {
  border-color: #afafaf;
}
.checkbox--material__input:disabled:checked + .checkbox--material__checkmark:before {
  background-color: #afafaf;
}
.checkbox--material__input:disabled:checked + .checkbox--material__checkmark:after {
  border-color: #fff;
}
.checkbox--material__input:disabled:checked:active + .checkbox--material__checkmark:before {
  background-color: #afafaf;
}
.checkbox--material__checkmark:before {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 14px;
  height: 14px;
}
.checkbox--material__checkmark+* {
    margin-left: 10px;
}

.checkbox-placeholder {
    display: flex;
    padding: 10px 0px;
}
.checkbox-icon-placeholder {
    margin-right: 10px;
}
.checkbox-text {
    font-size: 11px;
    text-align: left;
    display: flex;
    align-items: center;
}








.buttons-placeholder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 32px;
    width: 100%;
}
.page-content{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.action-completed-page-placeholder {
    display: flex;
    align-items: center;

    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.action-completed-page-placeholder .logo {
    max-width: 200px;
    min-width: 100px;
    width: 50%;

    padding-bottom: 35px;
}
.action-completed-message {
    border: 1px solid lightgray;
    border-radius: 8px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;
    
    padding: 24px 24px 24px 32px;
    box-sizing: border-box;
    flex: none;

    max-width: 415px;
    width: 95%;
}
.action-completed-message .title {
    color: #02507e;
    font-size: 24px;
    margin: 32px 0px;
}
.action-completed-message .message-picture {
    width: 185px;
}
.action-completed-message .message-picture img {
    width: 100%;
}
.action-completed-message .buttons-placeholder {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    margin-top: 24px;
}
.action-completed-message .message-text {
    line-height: 1.5;
    font-size: 14px;
    margin: 22px 0px;
}


.button-icon.white {
    color: white;
}




.page-information-placeholder {
    border: 1px solid #ccc;
    border-radius: 15px;

    height: 100%;
    width: 100%;
    max-width: 525px !important;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: space-around;
    justify-content: space-evenly;

    margin-top: 25px;
    margin-bottom: 25px;
}
.page-information-placeholder.challenge, .page-information-placeholder.completed-action, .page-information-placeholder.loading-document{
    /*min-width: 525px !important;*/
}
@media (max-height: 800px) {
    .page-information-placeholder {
        max-width: 425px !important;
    }
    .page-information-placeholder.challenge, .page-information-placeholder.completed-action, .page-information-placeholder.loading-document{
        min-width: 225px !important;
        width: 100%;
    }
}
.page-information-logo {
    max-width: 175px;
    min-width: 100px;
    width: 50%;

    padding-top: 10%;
}
@media (max-height: 800px) {
    .page-information-logo {
        min-width: 125px !important;
        max-width: 150px !important;

        padding-top: 5%;
    }
}
.page-information-placeholder.validation .page-information-logo {
    padding-top: 0% !important;
}
.page-information-logo img {
    width: 100%;
}
.page-information-content {
    height: 75%;

    display: flex;
    flex-direction: column;

    align-items: center;

    margin-left: 10%;
    margin-right: 10%;

    padding-top: 10%;
}
@media (max-height: 800px) {
    .page-information-content {
        padding-top: 5%;
    }
}
.page-information-placeholder.validation .page-information-content {
    height: 100% !important;
}
.page-information-placeholder .title-placeholder {
    color: #02507e;
    font-weight: bold;

    font-size: 14px;
}
.page-information-placeholder.validation .title-placeholder {
    padding-top: 10% !important;
}
.page-information-placeholder .image-placeholder {
    min-width: 210px;
    max-width: 275px;
    width: auto;

    padding-top: 10%;
    padding-bottom: 10%;
}
.page-information-placeholder.completed-action .image-placeholder {
    margin: auto;
    max-width: 355px;
}
.page-information-placeholder.loading-document .image-placeholder {
    min-width: 250px;
    max-width: 355px;
}
@media (max-height: 800px) {
    .page-information-placeholder .image-placeholder {
        min-width: 125px !important;
        max-width: 185px !important;
    }
}
.page-information-placeholder .image-placeholder img{
    width: 100%;
}
.page-information-placeholder .explanation-placeholder {
    text-align: justify;
    font-size: 12px;
    font-family: 'Montserrat';

    display: flex;
    flex-direction: column;
}
.page-information-placeholder .explanation-placeholder span {
    line-height: 24px;
}
.page-information-placeholder .explanation-placeholder small {
    font-size: 11px;
    color: gray;
    line-height: 14px;
}
.page-information-placeholder .explanation-placeholder form{
    padding-top: 50px;
}
.page-information-placeholder .explanation-placeholder form  md-input-container { margin: 4px 0; }
.page-information-placeholder .explanation-placeholder form  md-input-container .message { color: red; font-size: 10px; }
.page-information-placeholder .explanation-placeholder form  md-input-container .message.ng-hide-add { opacity: 1.0; display: block !important; transition: opacity 0.5s; }
.page-information-placeholder .explanation-placeholder form  md-input-container.message.ng-hide-add-active { opacity: 0; }
.page-information-placeholder .explanation-placeholder form  input.placeholder{ font-size: 11px; font-weight: 500 }
.page-information-placeholder .explanation-placeholder form  input::-webkit-input-placeholder { font-size: 11px; font-weight: 500; }
.page-information-placeholder .explanation-placeholder form  input:-moz-placeholder { font-size: 11px; font-weight: 500; }
.page-information-placeholder .explanation-placeholder form  input::-moz-placeholder { font-size: 11px; font-weight: 500; }
.page-information-placeholder .explanation-placeholder form  input:-ms-input-placeholder { font-size: 11px; font-weight: 500; }
.page-information-placeholder .explanation-placeholder form  label { line-height: 1.5em; padding-left: 10px; }
.page-information-placeholder .explanation-placeholder .link {
    text-align: right;
    color: #00a9de;
}
.page-information-placeholder .explanation-placeholder textarea{
    font-size: 10px;
    padding: 2px 8px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc!important;
    resize: none;
}
.page-information-placeholder .explanation-placeholder textarea:focus {
    border: 1px solid rgb(3, 105, 171)!important;
}
.page-information-footer {
    display: flex;
    flex-direction: column;

    align-items: center;
}
.page-information-placeholder.validation .page-information-footer {
    justify-content: flex-end;
    display: flex;
    height: 100%;
    margin-top: 15%;
}
.page-information-placeholder .salutation-placeholder {
    color: #02507e;
    font-weight: 500;
    font-size: 14px;

    padding-bottom: 75px;
}
@media (max-height: 800px) {
    .page-information-placeholder .salutation-placeholder{
        padding-bottom: 25px;
    }
}
.page-information-placeholder .button-placeholder {
    width: 175px;
    padding-bottom: 25px;
}
.page-information-placeholder .button-placeholder .btn{
    width: 135px;
}

.page-information-content .loader-placeholder {
    margin-top: 15px;
}

.page-information-content .loader-placeholder {
    margin-top: 15px;
}

.checkbox:not(.checkbox--material) {
    width: 16px;
    height: 16px;

    flex: none;

    border: 1px solid #777;
    border-radius: 4px;

    position: relative;
    margin-top: 2px;
}
.checkbox.big:not(.checkbox--material) {
    width: 20px;
    height: 20px;
}
.checkbox:not(.checkbox--material).checked:after {
    content: "";

    width: 8px;
    height: 18px;

    position: absolute;
    top: -6px;
    left: 8px;

    border: 4px solid #1d71b8;
    border-color: #1d71b8;
    border-width: 0px 3px 3px 0px;

    display: block;
    box-sizing: border-box;

    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.checkbox.big:not(.checkbox--material).checked:after {
    width: 10px;
    height: 23px;
    
    position: absolute;
    top: -8px;
    left: 10px;
}
.checkbox:not(.checkbox--material)+.checkbox-text {
    margin-left: 12px;
}