	body {
		background: url(/images/background.jpg);
		background-size: cover;
		font-family: arial;
		font-size: 22px;
		color: white;
	}

	@media only screen and (max-width: 768px) {
		body {
			background: url(/images/backgroundV.jpg);
			background-size: cover;
			font-family: arial;
			font-size: 22px;
			color: white;
		}
	}
.datos {
    background: rgba(76, 76, 76, 1);
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(19, 19, 19, 0.71) 49%, rgba(19, 19, 19, 0.41) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(0%, rgba(89, 89, 89, 1)), color-stop(0%, rgba(0, 0, 0, 1)), color-stop(49%, rgba(19, 19, 19, 0.71)), color-stop(100%, rgba(19, 19, 19, 0.41)));
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(19, 19, 19, 0.71) 49%, rgba(19, 19, 19, 0.41) 100%);
    background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(19, 19, 19, 0.71) 49%, rgba(19, 19, 19, 0.41) 100%);
    background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(19, 19, 19, 0.71) 49%, rgba(19, 19, 19, 0.41) 100%);
    background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(19, 19, 19, 0.71) 49%, rgba(19, 19, 19, 0.41) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.borderChecking {
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    top: 0px;
    left: 0px;
}

.borderChecking {
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    top: 0px;
    left: 0px;
}


.borderCheckingOK {
    border: 40px solid green;
}

.borderCheckingKO {
    border: 40px solid red;
}

.blink_text {

    animation: 2s blinker linear infinite;
    -webkit-animation: 2s blinker linear infinite;
    -moz-animation: 2s blinker linear infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1.0;
    }
}

md-progress-linear.md-default-theme .md-bar,
md-progress-linear .md-bar {
    background-color: rgb(0, 131, 214);
}


.httpspinner {
	position: fixed;
	top: 0;
	z-index: 10000;
}
/*# sourceMappingURL=../maps/styles/app-06d460284e.css.map */
