
/******************** BLINQ *************************/


.access-code {
	background-image: url("../img/bgpersaccesscode.png");
	width: 20em;
	height: 5em;
	color: white;
}

.access-code p {
	vertical-align:middle;
	padding-top: 1em;
	padding-left: 4em;
}

#accesscode{
    margin-bottom: 20px;
}


/******************** BAROMETER *************************/

.barometerUnit{
    text-align: center;
    color: white;
    width: 70px;
    float: left;
    height: 50px;
    border-right: 2px solid white;
    padding:16px 0 0 0;
    font-family: Avenir;
    position: relative;
}

.barometerUnit:last-of-type{
    border:none;
}

.barometer{
    margin: 50px 0 20px 0;
    border-radius:2em;
}


.barometer{
    background: #A4DBE2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #A4DBE2 , #FC3659); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #A4DBE2, #FC3659); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #A4DBE2, #FC3659); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #A4DBE2 , #FC3659); /* Standard syntax */
    width: 420px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}

.barometer-result:after{
    content:"";
    position:absolute;
    border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
    border-style:solid;
    display:block;
    width:0;
    top:-16px; /* value = - border-top-width - border-bottom-width */
    right:30%; /* controls horizontal position */
    bottom:auto;
    left:auto;
    border-color:#2E3542 transparent;
}

.barometer-result:before{
    content:"";
    position:absolute;
    border-style:solid;
    display:block;
    width:0;
    top:auto; /* value = - border-top-width - border-bottom-width */
    right:30%; /* controls horizontal position */
    bottom:-16px;
    left:auto;
    border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
    border-color:#2E3542 transparent;
}


/******************** RESULT IMAGE *************************/



#faceCanvas{
    position:absolute; top:0px; left:0px;
    width: 100%;
    height: 100%;
}

#image-holder{
    position:relative;
    width: 100%;
    height: 100%;
}

#resultContainer{
    margin-bottom: 10px;
}

#resultImage{
    padding: 10px 10px 0px 10px;
    display:table;
    box-shadow: 2px 2px 7px lightgrey;
    margin-top: 40px;
    min-width: 220px;
    background: #fff;
}

.result-strip {
    background-color: #F5F5F5;
    margin-bottom: -37.1rem;
    height: 31rem;
    width: 15000px;
    margin-left: -5000px;
}

.bottom-holder{
    height: 40px;
    width: 100%;
}

.logo-holder{
    width: 100%;
}

.blinq-logo-result{
    margin: 12px 5px 5px 0;
    position:absolute;
    width: 69px;
    height: 20px;
}

.result-text{
    float: right;
    padding: 8px 0;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
}

#resultGender{
    width: 24px;
    height: 24px;
    margin: 11px 8px 4px 0px;
    background-size: 20px;
    float: right;
    background-repeat: no-repeat;
}

.male{
    background-image: url("../img/male.svg");
}

.female{
    background-image: url("../img/female.svg");
    height: 28px;
    margin: 8px 6px 4px 0px;
}

@media only screen and (min-width: 992px) {
    #resultContainer {
        margin-top: 5rem;
    }
}

@media only screen and (max-width : 768px) {

    .barometerUnit{
        width: 60px;
        height: 40px;
        padding:10px 0 0 0;
        font-size: 14px;
    }

    .barometer{
        margin: 30px 0 20px 0;
        border-radius:2em;
    }

    .barometer{
        width: 360px;
        height: 40px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    .barometer-result:after{
        border-width:13px 13px 0; /* vary these values to change the angle of the vertex */
        top:-16px; /* value = - border-top-width - border-bottom-width */
    }

    .barometer-result:before{
        bottom:-16px;
        border-width:0 13px 13px; /* vary these values to change the angle of the vertex */
    }

}

@media only screen and (max-width : 360px) {

    .barometerUnit{
        width: 52px;
        font-size: 12px;
    }

    .barometer{
        width: 312px;
    }

}
