﻿#msform fieldset {
    border: 0;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}

    #msform fieldset:not(:first-of-type) {
        display: none;
    }

#main-header {
    background-color: white;
    /*padding: .5em 0;*/
    width: 100%;
    border-bottom: 0.4em solid #00A3E0;
    z-index: 1;
    position: fixed;
}

.main-header-title {
    font-size: 2.5em;
    display: block;
    font-weight: normal;
    color: #0033A0;
	margin-bottom: 0;
}

.main-header-title-conf {
    font-size: 2em;
    display: block;
    font-weight: normal;
    color: #0033A0;
}

.main-header-title-datosMedico {
    font-weight: normal;
    color: #0033A0;
    font-size: 1.8em;
    text-align: right;
}

.main-header-wrapper {
    padding: 0 0.5em;
    max-width: 47em;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-header-logo {
    display: flex;
    align-items: center;
}

.headerConf {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h2 {
    font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1.125em
}

@media only screen and (max-width: 400px) {
	.main-header-logo {
		height: 3em;
	}
	
		.main-header-logo a img {
			width: 6em;
		}
		
	.main-header-title-conf {
		display: none;
	}
	
	.main-header-title-datosMedico {
		font-size: 1em;
	}
	
	.logo img {
		width: 6em;
	}
}

@media only screen and (min-width: 400px) {
	.main-header-title-conf {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.main-header-logo {
		height: 5em;
	}
	
		.main-header-logo a img {
			width: 8em;
		}
	
	.main-header-title-datosMedico {
		font-size: 1em;
	}
}

@media only screen and (min-width: 641px) {
    h2 {
        font-size: 1.25em;
        line-height: 1.125em
    }
	
	.main-header-title-conf {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
    h2 {
        font-size: 1.5em;
        line-height: .9em
    }
	
	.main-header-title-conf {
		display: block;
	}
}

@media only screen and (max-width: 733px) {
	.main-header-title {
		font-size: 1.2em;
	}
}

input.error {
    border-color: red;
}

span.error {
    border: 1px solid red !important;
}

    span.error:focus {
        border: 1px solid #BDD8FA !important;
    }

label.error {
    color: red !important;
    font-size: large !important;
    padding: 0;
    margin: 0;
    vertical-align: super;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#page-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 35px rgba(3, 169, 244, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 35px rgba(3, 169, 244, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 35px rgba(3, 169, 244, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 35px rgba(3, 169, 244, 0);
    }
}

.is-active-shortLoader {
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    margin: 0;
    background: transparent;
    border-top: 15px solid #09A3DF;
    border-left: 15px solid #09A3DF;
    border-right: 15px solid #FFCA41;
    border-bottom: 15px solid #FFCA41;
    border-radius: 50%;
    animation: 1.5s spin linear infinite;
}

.shortLoaderCenter {
    background-color: #09A3DF;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: fixed;
	top: calc(50% - 14px);
	left: calc(50% - 14px);
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#datos-titular label {
    font-size: 1.8em;
    color: #0032a0;
    font-weight: bold;
}

.next {
    background: #0033A0;
    font-weight: bold;
    font-size: 2em;
}

    .next:hover {
        background: #08A1DE;
    }

.form-control {
    font-size: 1.4em;
    border-color: #0033A0;
}

.video-thumbnail {
    position: absolute;
    bottom: 1em;
    left: 1em;
    background-color: transparent !important;
    background: transparent !important;
}

    .video-thumbnail video {
        height: 30%;
        width: 30%;
        object-fit: cover;
        background-color: transparent !important;
        background: transparent !important;
    }

.video-box {
    width: 100%;
    height: 100%;
    background: white url(../img/wait.png) no-repeat 0 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
}

    .video-box video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: transparent !important;
        background: transparent !important;
    }

.permisosFlecha img {
    height: 10em;
    width: 10em;
    position: absolute;
    top: 10em;
    left: 19%;
}

.permisosMensaje {
    margin: auto;
    width: 100%;
    font-size: 2em;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #0032a0;
}

video::-webkit-media-controls-overlay-play-button {
	display: none;
}