/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 10, 2014, 9:50:59 AM
    Author     : rlc
*/
body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-weight: 200;
}
/* Container */
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
header {
    padding-top: 5px;
    margin-top: 0;
    width: 100%;
    background-color: #286090;
    border-bottom: 1px solid #FFFFFF;
    overflow: hidden;
}
.logo {
    width: 200px;
    height: auto;
    -webkit-transition: width 0.25s; /* Safari */
    transition: width 0.25s;
    transition-timing-function: ease-out;
}
.logoDiv {
    float: left;
    padding: 5px;
}
nav {
    float: right;
    clear: right;
    display: block;
    text-align: right;
}
nav ul {
    list-style: none;
    float: right;
}
nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
}
.menuTop {
    float: right;
}
.mainNav {
    padding-bottom: 0;
}
.welcome {
    padding-top: 3px;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 12px;
}
.dashboard ul {
    padding: 0;
    margin: 0;
}
.dashboard ul li {
    margin: 0;
    margin-right: 1px;
    margin-left: 1px;
}
.showOnLogin {
    height: 25px;
    line-height: 30px;
    margin: 0;
    padding: 12px 0 8px 0;
    margin-right: 2px;
    font-size: 11px;
    border-radius: 20px 20px 0 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #286090;
    display: none;
}
.showAlways {
    height: 25px;
    line-height: 30px;
    margin: 0;
    padding: 12px 0 8px 0;
    margin-right: 2px;
    font-size: 11px;
    border-radius: 20px 20px 0 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #286090; 
}
.hideOnLogin {
    height: 25px;
    line-height: 30px;
    margin: 0;
    padding: 12px 0 8px 0;
    margin-right: 2px;
    font-size: 11px;
    border-radius: 20px 20px 0 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #286090;
}
.editSensor {
    height: 25px;
    line-height: 30px;
    margin: 0;
    padding: 12px 0 8px 0;
    margin-right: 2px;
    font-size: 11px;
    border-radius: 20px 20px 0 0;
    background-color: none;
    border-bottom: 1px solid #286090;
}
.startImage {
    background: url("../img/sensor1.png") no-repeat top right;
    background-size: auto 100%;
    border: 2px solid #449D44;
    border-radius: 10px;
    text-align: right;
}
.startImage h3 {
    text-align: left;
    padding: 0 20px;
    max-width: 55%;
}
.statColumns {
    border-radius: 10px;
    background: linear-gradient(#f2f2f2, white, white);
    float: left;
    width: 48%;
    margin: 1%;
}
.statsHead {
    text-align: left;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    /*width: 40%;*/
}
.stats {
    text-align: left;
    padding: 0 10px 10px 10px;
}
a {
    color: #717070;
}
a:visited {
    color: #C3C0C0;
}
a:hover {
    color: #C3C0C0;
}
ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
ul li:hover a {
    color: #C3C0C0;
    text-decoration: none;
}
.dashboard a {
    color: #717070;
}
.mainNav a {
    color: #FFFFFF;
}
a.editSensor {
    color: white;
}
p.uploadTime {
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    color: #C3C0C0;
}
.hero_header {
    clear: both;
    color: #FFFFFF;
    text-align: center;
    margin: 0px;
    letter-spacing: 2px;
    padding: 0px 50px;
}
.hero {
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
    max-height: 555px;
    overflow: hidden;
}
.hero h2 {
    padding: 0;
    margin: 0;
}
.light {
    font-weight: bold;
    color: #717070;
}
.tagline {
    text-align: center;
    color: #FFFFFF;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 50px;
}
/* About Section */
.text_column {
    width: 33%;
    text-align: justify;
    float: left;
    line-height: 25px;
    padding: 3% 2%;
    margin: 0 auto;
    color: #A3A3A3;
}
.sixteen {
    font-size: 16px;
    margin-top: -2px;
}
.padding {
    padding: 5%;
}
.price {
    padding-bottom: 10px;
}
.about {
    padding: 30px 2%;
    background-color: #FFFFFF;
    text-align: center;
}
.productInfo {
    border-top: 2px solid #4C4C4C;
    border-bottom: 2px solid #4C4C4C;
    padding: 20px;
    margin: 0;
    border-radius: 10px;
    color: #A3A3A3;
    -webkit-column-break-inside: avoid;
    -webkit-margin-bottom-collapse: separate;
    -webkit-column-count: 10; /* Chrome, Safari, Opera */
    -moz-column-count: 10; /* Firefox */
    column-count: 10;
    -webkit-column-gap: 4px; /* Chrome, Safari, Opera */
    -moz-column-gap: 4px; /* Firefox */
    column-gap: 4px;
    -webkit-column-width: 250px; /* Chrome, Safari, Opera */
    -moz-column-width: 250px; /*Firefox */
    column-width: 250px;
}
.productInfoBox {
    border-left: 6px solid #f2f2f2;
    width: 100%;
    padding: 5px;
    margin: 10px 0;
    display: inline-block;
    text-align: left;
}
.lineBreak {
    display: inline;
}
.dots{
    color: #449D44;
}
.summary {
    background-color: #286090;
}
.summary h4 {
    clear: both;
    color: #FFFFFF;
    text-align: center; 
    padding: 3% 3% 0 3%;
}
.summary p {
    color: #FFFFFF;
    line-height: 30px;
    text-transform: none;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 3%;
}
.policy h2 {
    margin-top: 30px;
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 24px;
}
.policy h3 {
    text-align: left;
    font-size: 20px;
}
.policy h4 {
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
}
.policy p {
    font-size: 14px;
}
h2 {
    font-size: 30px;
    padding: 0px 10%;
    margin: 0px 0px 35px 0px;
    text-align: center;
    color: #717070;
}
h3 {
    text-align: left;
    font-size: 18px;
}
h4 {
    font-size: 25px;
}
p {
    font-size: 16px;
}
.dotsLine {
    background-color: #4C4C4C;
    text-align: right;
    width: 100%;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-right: 50px;
    padding-left: 50px;
}
.dotsLine img {
    float: right;
    position: relative;
    top: -2px;
}
.dotsInfo img {
    float: right;
    position: relative;
    top: -3px;
    right: 20px;
}
.sixtySix {
    width: 59%;
    font-weight: lighter;
    float: left;
    line-height: 25px;
    padding: 5% 3%;
    color: #A3A3A3;
    margin: 0 auto;
}
/* Video iFrame */
.iframe {
    background-color: white;
    clear: both;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10%;
    height: 0;
    overflow: hidden;
}
.iframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/* Gallery */
.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: none;
    padding-top: 0px;
    margin: 0px;
    border: none;
}
.thumbnail {
    width: 33%;
    text-align: center;
    margin-top: 10px;
    padding: 1%;
    float: left;
    border: 1px solid white;
}
.movie h3 {
    color: #A3A3A3; 
    text-align: center;
}
small.dollar {
    position: relative;
    bottom: 6px;
}
#selectSensorList .ui-widget-content:hover {
    background-color: #f2f2f2;
}
#selectSensorList .ui-selecting { 
    background: #BFBFBF; 
}
#selectSensorList .ui-selected { 
    background: #717070; 
    color: white; 
}
.menu {
    -webkit-column-break-inside: avoid;
    -webkit-margin-bottom-collapse: separate;
    -webkit-column-count: 10; /* Chrome, Safari, Opera */
    -moz-column-count: 10; /* Firefox */
    column-count: 10;
    -webkit-column-gap: 4px; /* Chrome, Safari, Opera */
    -moz-column-gap: 4px; /* Firefox */
    column-gap: 4px;
    -webkit-column-width: 250px; /* Chrome, Safari, Opera */
    -moz-column-width: 250px; /*Firefox */
    column-width: 250px;
}
.sensorLabels {
    background: #f2f2f2;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    color: #717070;
    margin: 0;
    text-align: center;
}
.chooseDate {
    float: right;
    text-align: left;
    padding: 10px;
}
#selectSensorList ol {
    padding: 0;
    margin: 0;    
}
#sensorMenu ol li {
    display: inline-block;
    width: 100%;
}
#selectSensorList li { 
    background: #f2f2f2; 
    height: 40px;
    margin: 0;
    border: 1px solid #717070; 
    border-radius: 2px;
    font-weight: normal;
    cursor: pointer;
}
a.addSensor { 
    background: #f2f2f2;
    border: 1px solid #286090; 
    border-radius: 2px;
    padding: 10px 0;
    height: 40px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    color: #717070;
    margin: 0;
    text-align: center;
}
.ui-buttonset {
    border: 0;
    margin: 0;
}
#viewPick, #timePick, #timeName, #viewName {
    background: #286090; 
    border-radius: 2px;
    padding: 10px;
    height: 40px;
    width: 120px;
    display: inline-block;
    margin: 0;
    text-align: left; 
}
ol li:link a {
    color: white;
    text-decoration: none;
}
ol li:hover a {
    color: #f2f2f2;
    text-decoration: none;
}
ol li:active a {
    background: #f2f2f2;
    text-decoration: none; 
}
#removeSensorBtn, #cancelLogin {
    color: red;
    padding: 0 5px;
}
.menu {
    position: relative;
    background-color: white;
    background: repeating-linear-gradient(45deg, #FFFFFF, #FFFFFF 15px, #D7E7F4 55px, #D7E7F4 15px);
    border: 1px solid #286090;
    border-bottom: none;
    padding: 5px;
    margin-top: 15px;
}
.list-group {
    margin: 0;
    padding: 0;
}
.arrow {
    margin-top: 6px;
}
.graphPadder {
    min-height: 500px;
}
.error {
    float: right;
    padding: 0 2px;
}
.betaTest {
    clear: both;
    color: #449D44;
    text-align: center;
    padding: 20px;
    background-color: white;
    background: repeating-linear-gradient(45deg, #FFFFFF, #FFFFFF 15px, #E7F4E7 55px, #E7F4E7 15px);
    border: 1px solid #449D44;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.underlineTitle {
    color: #449D44;
    border-bottom: 1px solid #449D44;
    padding-bottom: 5px;
    margin: 0 auto 10px auto;
    text-align: center;
}
.betaSensor {
    width: 60%;
    max-width: 900px;
}
#alertDisplay {
    border-radius: 2px;
    border: 1px solid #717070;
    padding: 5px 10px;
    margin: 10px 0; 
    text-align: center;
    display: inline-block;
}
#addSensorDiv, #editSensorDiv, #editUserDiv {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    color: #717070;
    display: inline-block;
}
#titleDiv {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.uppercase {
    text-align: center;
    text-transform: uppercase;
}
.ui-datepicker {
    padding: 0px;
    margin: 0;
}
.ui-datepicker table {
    padding: 0;
    margin: 0;
}
.ui-datepicker-calendar th {
    padding: 0;
}
.ui-datepicker-calendar tr {
    padding: 0;
}
.ui-datepicker-calendar td {
    padding: 0;
    line-height: 12px;
}
.ui-datepicker-header {
    line-height: 12px;
    padding: 0;
}
.tempLabel {
    font-size: 12px;
}
.ui-selectable {
    color: #717070;
}
.sensorName {
    padding-right: 10px;
    font-weight: normal;
    cursor:pointer;
}
.sensorFormLabel {
    width: 35%;
    text-align: right;
    display: inline-block;
    padding-right: 5px;
}
.sensorInputLabel {
    width: 50%;
    display: inline-block;
}
#edit-sensor-form {
    width: 100%;
}
.unit {
    width: 5%;
}
.sensorFormTemp {
    width: 100%;
}
.sensorInfo {
    padding-top: 15px;
}
#pickDiv {
    text-transform: uppercase;
    padding-top: 10px;
    float: right;
    text-decoration: none;
    background: #286090;
    background: -webkit-linear-gradient(white, #286090);
    background: -o-linear-gradient(white, #286090);
    background: -moz-linear-gradient(white, #286090);
    background: linear-gradient(white, #286090);
    border-right: 1px solid #286090;
    border-left: 1px solid #286090;
    width: 100%;
}
#monthDay {
    float: right;
}
#sensorData {
    clear: both;
}
#editSensorDiv p {
    display: block;
}
a.btn {
    color: #FFFFFF;
}
footer {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 0px;
}
.footer_banner {
    background-color: #449D44;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    background-repeat: repeat;
    border-top: 25px solid #FFFFFF;
    text-align: center;
}
.button {
    width: 200px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s linear;
}
.button:hover {
    background-color: #FEFEFE;
    color: #C4C4C4;
    cursor: pointer;
}
.footerBottom {
    padding: 20px 10px 5px 10px;
    text-align: center;
    display: inline-block;
}
a.footerBottom {
    color: white;
}
.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #286090;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}
.hidden {
    display: none;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.right {
    text-align: right;
    margin-right: 15%;
}
.left {
    text-align: left;
}
form {
    display: inline-block;
    width: 100%;
}
.align {
    vertical-align: top;
    padding-top: 2px;
}
.radioLabels {
    padding: 2px;
    font-size: 16px;
}
.block {
    display: block;
}
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}
#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
}
#sensorLabel {
    background-color: rgba(242, 242, 242, 0.75) !important;
    padding: 4px;
    border: 1px solid #717070;
    border-radius: 10px;
    box-shadow: 4px 4px 4px #888;
    pointer-events: none;
    position:absolute;
}
.lowAlert {
    background-color:red;
}
ol {

} 
ol li {
    text-align: center;
    display: inline-block;
}
.uiHelp {
    border-radius: 15px;
    border: 1px solid red;
    width: 50%;
    text-align: center;
}

/* Mobile */
@media screen and (max-width: 720px) {
header nav {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: none;
    display: initial;
}
header nav ul {
    width: 100%;
    padding: 5% 0;
    margin: 0px;
}
header nav ul li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
form input {
    white-space: no-wrap;
}
header .showOnLogin {
    background-color: transparent;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 8px 0 0 0;
    border-radius: 0px;
    font-size: 14px;
}
header .showAlways {
    background-color: transparent;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 8px 0 0 0;
    border-radius: 0px;
    font-size: 14px;
}
header .editSensor {
    background-color: transparent;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 8px 0 0 0;
    border-radius: 0px;
    font-size: 14px;
}
header .hideOnLogin {
    background-color: transparent;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 8px 0 0 0;
    border-radius: 0px;
    font-size: 14px;
}
header nav.dashboard a {
    color: #FFFFFF;
}
.startImage {
    background: none;
    text-align: center;
    margin: 10px;
}
.startImage h3 {
    text-align: center;
    max-width: 100%;
    padding: 20px;
}
.statColumns {
    border-radius: 10px;
    background: linear-gradient(#f2f2f2, white, white);
    float: left;
    width: 98%;
    margin: 1%;
}
.statsHead {
    width: 100%;
}
.stats {
    padding: 10px;
    width: 100%;
}
.logo {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    height: auto;
}
.logoDiv {
    text-align: center;
    margin-top: 23px;
    padding: 0;
    float: none;
}
.menuTop {
    float: none;
    text-align: center;
}
.mainNav {
    clear: both;
    text-align: center;
    padding: 30px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    float: none;
}
.welcome {
    clear: both;
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.welcome p {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.sensorMenu {
    position: relative;
    min-height: 45px;
}
a.addSensor { 
    width: 100%;
    margin: 2px auto;
    text-align: center;
}
.about {
    padding-left: 5%;
    padding-right: 5%;
}
.about h2 {
    padding: 0 20%;
}
.summary h4 {
    padding: 10% 10% 0 10%;
}
.summary p {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
}
.text_column {
    width: 100%;
    text-align: justify;
    padding-top: 10px;
}
.thumbnail {
    width: 48%;
    margin: 5px 1%;
}
.footer_column {
    width: 100%;
    margin-top: 0px;
}
.parallax {
    text-align: center;
    margin: 0px;
    padding-top: 20%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 24px;
}
.parallax_description {
    padding: 0px;
    width: 90%;
    padding: 0px;
    margin-top: 10%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5%;
    float: none;
    font-size: 16px;
}
.banner {
    background-color: white;
    background-image: url(../img/sensorImage.png);
    height: 300px;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.tagline {
    margin-top: 5%;
    line-height: 22px;
}
.betaSensor {
    width: 100%;
}
.lineBreak {
    display: block;
}
.center {
    text-align: center;
}
#menu-div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
}