
.fade.ng-enter {
  transition:0.5s linear all;
  opacity:0;
}

/* The finishing CSS styles for the enter animation */
.fade.ng-enter.ng-enter-active {
  opacity:1;
}

*:focus {
    outline: none;
    border: 0;
}

html {
    background-color: #ffffff !important;
}

body{
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 2vh;
    color: #262626;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    background-color: #ffffff !important;
}

.link {
    color: blue;
}

.response-message {
    font-style: italic;
    color: #f15d3e;
}

img.flybrix-header-logo {
    margin-top: 2.5vh;
    z-index: 1;
    height: 7vh;
    width: 22vw;
	cursor: pointer;
}

@media only screen and (max-width: 950px) {
    img.flybrix-header-logo {
        width: 92vw;
    }
}

.flybrix-title{
    font-size: 4vh;
    padding-top: 3vh;
    padding-left: 2vh;
    text-align: center;
    z-index: 1;
}

.flybrix-body{
    margin-top:3vh;
    z-index: 0;
}

.md-dialog-container {
    z-index: 2000;
}

.gui-button {
    border-radius: 1vh;
    height: 8vh;
    width: 100%;
    font-size: 3vh;
    font-weight: 700;
    color: #ffffff !important;
    text-transform: none;
    background-color: rgb(22,151,129);
    margin: 1vh;
    display: grid;
}
.gui-button.orange-bg {
    background-color: rgb(238,164,35);
}
.gui-button.red-bg {
    background-color: rgb(255,80,80) !important;
}
.gui-button.blue-bg {
    background-color: #166d97 !important;
}
.gui-button.logo-red-bg {
    background-color: rgb(240,92,63) !important;
}
.gui-button.logo-orange-bg {
    background-color: rgb(239,118,35) !important;
}
.gui-button.grey-bg {
    background-color: rgb(142,151,157) !important;
}
.gui-button.purple-bg {
    background-color: rgb(198,145,193) !important;
}

.gui-button.small {
    max-height: 5vh;
    max-width: 35vw;
    font-size: 2.4vh;
    margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 950px) {
    .gui-button {
        font-size: 2.4vh;
    }
    .gui-button.small {
        font-size: 1.8vh;
    }
}
@media only screen and (max-width: 650px) {
    .gui-button {
        font-size: 1.8vh;
    }
    .gui-button.small {
        font-size: 1.2vh;
    }
}

.youtube-tile {
    padding: 2vh;
}

.youtube-label {
    font-size: 2vh;
    padding-bottom: 0.5vh;
    text-align: center;
}

.section-title{
    font-size: 3vh;
    color: #ef7623;
    margin-top: 2vh;
}




.survey-block {
    margin-bottom: 4vh;
}
.survey-question {
    font-size: 4vh;
    margin-bottom: 3vh;
    color: #ef7623 !important;
}

.survey-block md-checkbox .md-ripple-container{
    left: -10px;
    top: -10px;
}

.survey-block md-checkbox.md-checked .md-icon {
    background-color: rgb(22,151,129);
    color: #ffffff;
    border-color: #262626;
}
.survey-block md-checkbox.md-checked .md-icon:after {
    left: 0.5vh;
    top: -0.1vh;
    width: 0.8vh;
    height: 1.6vh;
    border-width: 0.4vh;
}
.survey-block md-checkbox .md-icon {
    background-color: #ffffff;
    width:  2vh;
    height: 2vh;
    border-radius: 2px;
    border-color: #262626;
}
.survey-block md-checkbox .md-label {
    margin-left: 3vh;
}

.survey-block md-radio-button .md-off {
    background-color: #ffffff;
    width:  2vh;
    height: 2vh;
    border-color: rgba(0,0,0,0.54) !important;
}
.survey-block md-radio-button .md-container {
    width:  2vh;
    height: 2vh;
    top: 1.4vh;
}
.survey-block md-radio-button .md-container .md-ripple-container {
    position: absolute;
    display: block;
    width: 3vh;
    height: 3vh;
    left: -0.5vh;
    top: -0.5vh;
    right: 1vh;
    bottom: 1vh;
}

.survey-block md-radio-button .md-on {
    background-color: rgb(22,151,129) !important;
    width:  2vh;
    height: 2vh;
}
.survey-block md-radio-button .md-label {
    margin-left: 3vh;
}

.survey-age-span {
    color: rgb(22,151,129) !important;
    font-weight:700;
    font-size: 6vh;
    height: 6vh !important;
    line-height: 6vh;
    margin-left: 8vh;
    width: 10vh;
    max-width: 10vh;
}
.survey-block md-slider-container {
    margin-top: 2vh;
}
   
.survey-block md-slider .md-track-fill{
    background-color: rgb(22,151,129);
}   

.survey-block md-slider .md-track-ticks{
    color: rgba(0,0,0,0);
    border-bottom: black solid 2px;
}
.survey-block md-slider .md-thumb{
    left: -2vh;
    border-radius: 2vh;
    width: 4vh;
    height: 4vh;
    z-index: 30;
    transform: none !important;
    -webkit-transform: none !important;
    background-color: rgb(22,151,129);
}
.survey-block md-slider .md-thumb:after{
    border: none;
    display:none;
}
.survey-block md-slider .md-focus-ring{
    display: none;
}
.survey-block md-slider .md-sign:after{
    display: none;
}
.survey-block md-slider .md-track-container {
    height: 0.8vh;
}
.survey-block md-slider .md-sign {
    display: none;
}




.flybrix-assembly-viewer.model-menu-entry {
    background-color: #ffffff; 
    border-color:#149882;
    border-style:solid;
    border-radius:10%;
    border-width: 0.5vh;
    padding-bottom: 1vh;
    padding-top:1vh;
}
.flybrix-assembly-viewer.model-menu{
    position: absolute;
    right: 0;
    width: 25vw;
    max-width: 30vh;
    margin: 2vh;
}
.flybrix-assembly-viewer.model-text {
    font-size: 2vh;
    height:20%; 
    padding:1vw; 
    text-align:center;
}
.flybrix-assembly-viewer.controls-container {
    background-color: #ffffff;
}
.flybrix-assembly-viewer.controls-container-text {
    padding:2vh;
    text-align:center;
}
img.flybrix-assembly-viewer.footer-nav {
    width: 6vh;    
    height: 6vh;    
}
img.flybrix-assembly-viewer.footer-nav[disabled] {
    opacity: 0.2;   
}



.instructions-block{
    margin-top: 3vh;
    border: rgb(22,151,129) 3px solid;
    padding: 4vw;
    background-color: #ffffff;
}
.instructions-text{
    font-size: 2.4vh;
    color: rgb(22,151,129);
    font-weight: 700;
}
.instructions-text a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.instructions-image{
    width: 35vw;
    margin-right: 5vw;
}



img.led-patterns-footer-nav {
    width: 6vh;    
    height: 6vh;    
}
img.led-patterns-footer-nav[disabled] {
    opacity: 0.2;   
}


.dygraph-legend {  
    float:right;
}
.dygraph-axis-label-y{
    float:right;
}