/* Bootstrap Overrides */

.navbar-default .navbar-brand {
    /* color: #884444; */
    font-weight: 700;
    font-size: 1.3em;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

p{
    margin: 0 0 0 0;
}


/* MKS */

html, body{
    height: 100%;    
}

html { 
  background: url(../images/rainbg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html body{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    background-color: transparent;
    color: #121212;    
}

article{
    background-color: #ffffff;
}

footer{
    /* width: 100%; */
    text-align: center;
    background-color: #57c9e7;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 0px;
    margin-top: 13px;
}

.call{
    font-weight: 700;
    font-size: 1.9em;    
    margin: 1px 0 5px 0;
}

h1{
    font-size: 1.8em;
    text-align: center;
    line-height: 0.9em;
    margin-top: 9px;
    margin-bottom: 9px;
}








/*
div {
    background-color: red;
    height: 100px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
       -moz-transition:    -moz-transform 0.5s ease-in-out;
         -o-transition:      -o-transform 0.5s ease-in-out;
            transition:         transform 0.5s ease-in-out;
    width: 100px;
}

div:hover {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
*/




input::placeholder {
    color: #747474;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #747474;
}

input::-ms-input-placeholder { /* Microsoft Edge */
   color: #747474;
}




h2{
    color: #ffffff;
    background: #005e84;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 1.7em;
    margin-top: 0px;
    margin-bottom: 3px;
    line-height: 1em;
    padding-bottom: 19px;
}

h3{
    text-decoration: underline;
    text-align: center;
    color: #000000;    
    font-weight: 700;
    font-size: 1.4em;    
}

h3.contest_info{    
    font-size: 1.7em;
}

h3.forecast_period{  
    text-decoration: none;
    font-size: 1.3em;
}

.clock{
    width: 65px;
    vertical-align: middle;
    display: inline-block;    
}

.clock_container{
    display: inline-block;    
    text-align: center;
    vertical-align: middle;
}

.attention{
    color: #ff6d00;
    font-weight: 700;
    font-size: 1.4em;    
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.bodyParagraph{
    
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.bodyList{    
    margin-left: 2em;
    margin-right: 2em;   
}

.smallerTitle{
    font-size: 0.8em;
}

.open{    
    background: #0070BC;   
}

.boxSetup {
    overflow-y: scroll;
    overflow-x: scroll;
    height: 300px;
    width: 100%;
}

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

.equation{
    padding-left: 0px;
    padding-right: 0px;
    width: 50%; 
    height: auto;
    margin-left:25%;
    margin-right:25%;
    text-align: center;
}

.footer-bottom{
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.footer-top {
    font-size: 1.4em;
    line-height: 1.1em;
    margin: 0 0 5px 0;
}

.green{
    color: #C9DE30;
}

header{
    background-color: rgba(221, 221, 221, 0.4);
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-color: #57c9e7;
    border-bottom-style: solid;
    width: 100%;
}

.hiddenBox{
    display: none;
    margin-bottom: 0px;
}

.header-logo{   
    padding-left: 10px;
    padding-right: 10px;
    max-width: auto; 
    height: 150px;
    margin-left:auto;
    margin-right:auto;
}

.station-logo{
    padding-left: 0px;
    padding-right: 0px;
    max-width: auto; 
    height: 130px;
    margin-left:auto;
    margin-right:auto; 
    margin-top: 10px;
    vertical-align: middle;
}

.station-container{
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    background: linear-gradient(180deg, #00007a, #010001);
}

.station-container2{
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    background: linear-gradient(180deg, #ff001c, #171717);
}

.heading-text{
    color: #242628;
    font-weight: 700;
    font-size: 2.2em;    
    text-align: center;
    margin-top: 13px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.logo-container{
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

#fname1, #fname2, #email, #week, #TempHigh, #TempLow, #rangeHigh, #rangeLow, #weeklyDeadline, #location, #weeklyDeadline2, #location2, #cutoff, #week2, #passwordResetConfirm, #passwordReset, #usernameReset, #tempHigh, #tempLow, #precip, #maxTempHigh, #maxTempLow, #minTempLow, #minTempHigh, #maxPrecip, #minPrecip, #lname1, #lname2, #emailAddress1, #emailAddress2, #dob1, #dob2, #username, #password, #usernameSignUp1, #usernameSignUp2, #passwordSignUp1, #passwordSignUp2, #passwordConfirmSignUp1, #passwordConfirmSignUp2, #unsubscribe_field_confirm, #unsubscribe_field, #Subject, #email_body {
    margin-bottom: 15px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2em;
    line-height: 1.2em;
    border: 2px solid black;
    border-radius: 8px;
    display: inline-block;
    width: 80%;
}


.checkbox_label {
    display: block;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 80%;
}

.dob_label {
    display: block;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 0px;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 80%;
}

table {
	font-size: 1em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

/*
input[type="date"]:before {
    content: attr(placeholder) !important;
    
    /*color: #aaa;
    margin-right: 0.1em;
    margin-left: 40%;
    text-align: center !important;
    
}

input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}
*/
input[type="date"] {
    min-width: 77%;
    margin-left: 10%;
    margin-right: 10%;
}

#station1, #station2, #station3{
    color: #747474;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2em;
    line-height: 1.2em;
    border: 2px solid black;
    border-radius: 8px;
    display: inline-block;
    width: 80%;
}

#dob1, #dob2{
    color: #747474;    
    text-align: center;
}

input{
    text-align: center;
    text-align-last: center;
  /* webkit*/
}

select
{
    color: #747474;
}
option
{
    color: #000;
}
option:first-child
{
    color: #747474;
}

select {
  text-align: center;
  text-align-last: center;
  /* webkit*/
}
option {
  text-align: center;  
}

#fname1, #fname2, #username{
    margin-top: 15px;   
}


input[type=range][orient=vertical]
{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    
    height: 120px;
    
}


/* start high slider */

#highSlider {
  -webkit-appearance: none;
  margin: 18px 0;
  
}
#highSlider:focus {
  outline: none;
}
#highSlider::-webkit-slider-runnable-track {
  width: 10px;
  height: 80px;
  
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #a93030;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
#highSlider::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
#highSlider:focus::-webkit-slider-runnable-track {
  background: #a93030;
}
#highSlider::-moz-range-track {
  width: 10px;
  height: 160px;
  
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #aaaaaa, 0px 0px 1px #aaaaaa;
  background: #a93030;
  border-radius: 3px;
  border: 0.1px solid #aaaaaa;
}
#highSlider::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 36px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}
#highSlider::-ms-track {
  width: 10px;
  height: 80px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
#highSlider::-ms-fill-lower {
  background: #a93030;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#highSlider::-ms-fill-upper {
  background: #a93030;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#highSlider::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 36px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}
#highSlider:focus::-ms-fill-lower {
  background: #a93030;
}
#highSlider:focus::-ms-fill-upper {
  background: #a93030;
}

/* end high slider */




/* start low slider */

#lowSlider {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
#lowSlider:focus {
  outline: none;
}
#lowSlider::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
#lowSlider::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
#lowSlider:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
#lowSlider::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
#lowSlider::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
#lowSlider::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
#lowSlider::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#lowSlider::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#lowSlider::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
#lowSlider:focus::-ms-fill-lower {
  background: #3071a9;
}
#lowSlider:focus::-ms-fill-upper {
  background: #367ebd;
}

/* end low slider */






/* begin new slider */
/*

.slider {
    -webkit-appearance: none;
    width: 0px;
    height: 190px;
    
    border-radius:0px;
    background: #ffffff;
    outline: none;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 200px;
    height: 20px;   
    background: #0a0abe;
    border-width: 4px;
    border-radius:20px;
    border-color: #c3c3c3;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #0a0abe;
    border-radius:20px;
    border-width: 4px;
    border-color: #c3c3c3;
    box-shadow: 0px 0px 3px #000000;
    cursor: pointer;
}






.slider::-webkit-slider-runnable-track {
  width: 10px;
  height: 160px;
  cursor: pointer;
  animate: 0.2s;
  
  background: #3071a9;
  border-radius: 8px;
  border: 1px solid #010101;
}
.slider::-webkit-slider-thumb {
  margin-left: -6px;
  border: 1px solid #000000;
  height: 16px;
  width: 36px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
 
}
.slider:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}


.slider::-moz-range-track {
  
  border-radius: 14px;
  border: 0px solid #000000;
}





.slider::-moz-range-progress {
	width: 21px;
    border-radius:15px;
  	background-color: #0a0abe; 
}
.slider::-moz-range-track { 
width: 21px;
  background-color: #a4a4a4;
}
 IE
.slider::-ms-fill-lower {
width: 21px;
  background-color: #0a0abe; 
}
.slider::-ms-fill-upper { 
width: 21px;
  background-color: #a4a4a4;
}
*/










.slider {
  -webkit-appearance: none;
  width: 10px;
  margin: 4.2px 0;
}
.slider:focus {
  outline: none;
}
.slider::-webkit-slider-runnable-track {
  width: 10px;
  height: 120px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #0a0abe;
  border-radius: 13.1px;
  border: 0px solid rgba(0, 1, 1, 0);
}
.slider::-webkit-slider-thumb {
  box-shadow: 0.3px 0.3px 2.5px #000000, 0px 0px 0.3px #0d0d0d;
  border: 5px solid #d0d1d0;
  height: 21px;
  width: 21px;
    margin-left: -6px;
  border-radius: 12px;
  background: #0a0abe;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.4px;
}
.slider:focus::-webkit-slider-runnable-track {
  background: #0a0abe;
}
.slider::-moz-range-track {
  width: 10px;
  height: 120px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #a4a4a4;
  border-radius: 13.1px;
  border: 0px solid rgba(0, 1, 1, 0);
}
.slider::-moz-range-progress {
	width: 10px;
    border-radius:13.1px;
  	background-color: #0a0abe; 
}
.slider::-moz-range-thumb {
  box-shadow: 0.3px 0.3px 2.5px #000000, 0px 0px 0.3px #0d0d0d;
  border: 5px solid #d0d1d0;
  height: 21px;
  width: 21px;
  border-radius: 12px;
  background: #0a0abe;
  cursor: pointer;
}
.slider::-ms-track {
  width: 10px;
  height: 120px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.slider::-ms-fill-lower {
  background: #0a0abe;
  border: 0px solid rgba(0, 1, 1, 0);
  border-radius: 26.2px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
.slider::-ms-fill-upper {
  background: #a4a4a4;
  border: 0px solid rgba(0, 1, 1, 0);
  border-radius: 26.2px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
.slider::-ms-thumb {
  box-shadow: 0.3px 0.3px 2.5px #000000, 0px 0px 0.3px #0d0d0d;
  border: 5px solid #d0d1d0;
  height: 21px;
  width: 21px;
  margin-right: -5px;
  border-radius: 12px;
  background: #3838d6;
  cursor: pointer;
  height: 12.6px;
}
.slider:focus::-ms-fill-lower {
  background: #0a0abe;
}
.slider:focus::-ms-fill-upper {
  background: #a4a4a4;
}










.slider2 {
  -webkit-appearance: none;
  width: 10px;
  margin: 4.2px 0;
}
.slider2:focus {
  outline: none;
}
.slider2::-webkit-slider-runnable-track {
  width: 10px;
  height: 120px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #c50101;
  border-radius: 13.1px;
   border: 0px solid rgba(0, 1, 1, 0);
}
.slider2::-webkit-slider-thumb {
  box-shadow: 0.3px 0.3px 2.5px #000000, 0px 0px 0.3px #0d0d0d;
  border: 5px solid #d0d1d0;
  height: 21px;
  width: 21px;
    margin-left: -6px;
  border-radius: 12px;
  background: #c50101;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.4px;
}
.slider2:focus::-webkit-slider-runnable-track {
  background: #c50101;
}
.slider2::-moz-range-track {
  width: 10px;    
  height: 120px;  
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #a4a4a4;
  border-radius: 13.1px;
  border: 0px solid rgba(0, 1, 1, 0);
}
.slider2::-moz-range-progress {
	width: 10px;   
    border-radius:13.1px;
  	background-color: #c50101; 
}
.slider2::-moz-range-thumb {
  box-shadow: 0.3px 0.3px 2.5px #000000, 0px 0px 0.3px #0d0d0d;
  border: 5px solid #d0d1d0;
  height: 21px;
  width: 21px;
  border-radius: 12px;
  background: #c50101;
  cursor: pointer;
}
.slider2::-ms-track {
  width: 10px;
  height: 120px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.slider2::-ms-fill-lower {
  background: #c50101;
  border: 0px solid rgba(0, 1, 1, 0);
  border-radius: 26.2px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
.slider2::-ms-fill-upper {
  background: #a4a4a4;
  border: 0px solid rgba(0, 1, 1, 0);
  border-radius: 26.2px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
.slider2::-ms-thumb {
  box-shadow: 0.3px 0.3px 2.5px #000000, 0px 0px 0.3px #0d0d0d;
  border: 5px solid #d0d1d0;
  height: 21px;
  width: 21px;
  margin-right: -5px;
  border-radius: 12px;
  background: #c50101;
  cursor: pointer;
  height: 12.6px;
}
.slider2:focus::-ms-fill-lower {
  background: #c50101;
}
.slider2:focus::-ms-fill-upper {
  background: #a4a4a4;
}



/*

.slider2 {
    -webkit-appearance: none;
    width: 0px;
    height: 190px;
    margin-left: 0px;
    border-radius:0px;
    background: #ffffff;
    outline: none;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider2:hover {
    opacity: 1;
}

.slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;   
    background: #be0a0a;
    border-width: 4px;
    border-radius:20px;
    border-color: #c3c3c3;
    cursor: pointer;
}

.slider2::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #be0a0a;
    border-radius:20px;
    border-width: 4px;
    border-color: #c3c3c3;
    box-shadow: 0px 0px 3px #000000;
    cursor: pointer;
}



.slider2::-webkit-slider-runnable-track {

  border-radius: 12px;
  border: 0px solid #000000;
}
.slider2::-moz-range-track {
  
  border-radius: 14px;
  border: 0px solid #000000;
}





.slider2::-moz-range-progress {
	width: 21px;
    border-radius:15px;
  	background-color: #be0a0a; 
}
.slider2::-moz-range-track { 
width: 21px;
  background-color: #a4a4a4;
}
 IE
.slider2::-ms-fill-lower {
width: 21px;
  background-color: #be0a0a; 
}
.slider2::-ms-fill-upper { 
width: 21px;
  background-color: #a4a4a4;
}*/



/* end new slider */

.lowTherm{
    text-align: center;
    height: 180px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/thermameter---blue.png);
    background-repeat: no-repeat;
}

.highTherm{
    text-align: center;
    height: 180px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/thermameter---red.png);
    background-repeat: no-repeat;
}


#labels-area{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 24px;
    width: 80%;
    display: inline-block; 
    font-weight: 700;
    font-size: 1.4em;
    
}


.left{
    float: left;
    margin-left: 9%;
    margin-right: 1%;
}

.right{
    float: left;
    margin-left: 1%;
    margin-right: 9%;
}

output {
  font-size: 2em;
  padding: .3em;
}

.step1{
    color: #0070BC;
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 12px;
}

.step2{
    color: #0070BC;
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 14px;
    margin: 0 0 9px;
}

.step3{
    color: #0070BC;
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 9px;
    margin: 0 0 9px;
}

#send1, #send2, #send3, #send4, #send5, #send6, #send7, #send8, #send9, #send10, #send11 {
    color: #ffffff;
    background-color: #57c9e7;
    display: inline-block;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    border-radius: 12px;
    font-size: 1.4em;
}

.subtitle1{
    color: #000000;
    font-weight: 400;
    font-size: .8em;    
    text-align: center;  
}

.subtitle2{
    color: #ffffff;
    font-weight: 400;
    font-size: .8em;    
    text-align: left;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#successful1, #successful2, #successful3, #successful4, #successful5, #successful6, #successful7, #successful8, #successful10, #successful11, #failure1_1, #failure1_2, #failure1_3, #failure1_4, #failure1_5, #failure1_6, #failure1_7, #failure1_8, #failure1_9, #failure1_10, #failure1_11, #failure1_12, #failure2_1, #failure2_2, #failure2_3, #failure2_4, #failure2_5, #failure2_6, #failure2_7, #failure2_8, #failure2_9, #failure2_10, #failure2_11, #failure2_12, #failure3, #failure4, #failure5_1 {    
    color: #fe0000;
    font-weight: 700;
    font-size: 1.2em;    
    text-align: center;
    margin-top: 9px;
}

.tableError{
    color: #0045b8;
    font-weight: 700;
    font-size: 1.2em;    
    text-align: center;
    margin-top: 9px;
}

.title{
    color: #ffffff;
    font-weight: 700;
    font-size: 1.8em;    
    text-align: left;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.underline{
    text-decoration: underline;
}

.unselected{
    border-radius: 0px;
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 14px;
    margin-bottom: 0px;
    display: block;
    width: 40%;
    white-space: nowrap;
    overflow: none;    
    text-align: center;
    font-weight: 700;
    font-size: 1.4em;    
    color: #ffffff;
}

.userInfo1{
    font-size: 1.1em;
    text-align: center;
    color: #000000;  
    background-color: #dddddd;
    font-weight: 700;   
    padding-top: 10px;
    padding-bottom: 0px;
}

.userInfo2{
    font-size: 1.1em;
    text-align: center;
    color: #000000;  
    background-color: #dddddd;
    font-weight: 700;   
    padding-top: 5px;
    padding-bottom: 10px;
}
.youtube{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtubeDiv {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
  
    padding-left: 0px;
    padding-right: 0px;
    width: 96%;     
    margin-left:2%;
    margin-right:2%;
    text-align: center;
}

a, a:link, a:visited, a:hover, a:active{
    color: #ffffff;
    text-decoration: none;
    
}

.errorField {    
    border: 2px solid red !important;     
}
 
