.scrollable{
    overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;
    *{-webkit-transform:translate3d(0,0,0);}
}

.success-color {
    color: #43AC6A;
}
input[type="text"].datepicker{
    background-color: #fff;
    font-size:12px;
    padding: 3px 5px;
}

input[type="text"]:disabled.datepicker{
    background-color: #ccc;
}

.picker__box button{
    color: black !important;
}

.color-primary {
    color: #007fff !important;
}
label {
    margin-bottom: 7px;
    font-size: 0.8rem;
}
label.tiny {
    font-weight: bold;
    font-size: 0.7rem;
    margin: 7px 0 3px;
}
h5 {
    font-size: 0.95rem;
}
h1.section-title {
    font-weight: normal;
    color: #333;
    margin: 5px 0 20px;
    border-bottom: 2px solid #333;
    padding-bottom: 8px;
}
h2.section-title {
    font-weight: normal;
    color: #333;
    margin: 5px 0 20px;
    border-bottom: 2px solid #333;
    padding-bottom: 8px;
}
h3.section-title {
    font-weight: normal;
    color: #666;
    margin: 5px 0 25px;
    border-bottom: 1px solid #666;
    padding-bottom: 7px;
}
h4.section-title {
    font-size: 0.95rem;
    font-weight: normal;
    color: #777;
    margin: 5px 0 12px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}
h5.section-title {
    text-transform: none;
    font-weight: normal;
    color: #888;
    margin: 3px 0 15px;
    border-bottom: 1px solid #999;
    padding-bottom: 7px;
}
h6.section-title {
    text-transform: none;
    font-weight: normal;
    font-size: 0.7rem;
    color: #777;
    margin: 4px 0 7px;
    border-bottom: 1px solid #999;
    padding-bottom: 4px;
}
.lead.small, p.lead.small {
    font-size: 0.9rem;
    line-height: 1.4rem;
}
.box .graph-temperature .box-header .box-title, .box .graph-temperature .box-header .box-title i, .box .graph-temperature .box-header .box-title span {
    color: #ee0000;
}
.box .graph-humidity .box-header .box-title, .box .graph-humidity .box-header .box-title i, .box .graph-humidity .box-header .box-title span {
    color: #3a5fcd;
}
#line-chart-tooltip {
    position: absolute;
    background: #77C4D3;
    padding: 4px 8px;
    color:white;
    display:none;
    text-align: center;
    border-radius: 4px;
    /*
    position: absolute,
    background: #333333,
    padding: 3px 10px,
    color: "#ffffff",
    display: "none",
    opacity: 0.9,
    text-align:"center"
    */
}
#line-chart-tooltip .tooltip-value {
    font-size:20px;
    font-weight: bold;
}
.temp-chart .flot-text .yAxis .flot-tick-label:after{
    content: "\00b0";
}
.humidity-chart .flot-text .yAxis .flot-tick-label:after{
    content: "%";
}
.chart-stats {
    border-radius: 4px;
}
.chart-stats .heading {
    /*background-color: #1e5d65;*/
    background-color: #111;
    padding: 4px;
    border-radius: 4px 4px 0 0;
}
.chart-stats .heading h3 {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: white;
    margin: 0px;
    text-transform: uppercase;
}
.chart-stats .content{
    /*background-color: #4a99a2;*/
    background-color: #444;
    border-radius: 0 0 4px 4px;
}
.chart-stats .content .section {
    padding: 10px;
}
.chart-stats .content .section:first-child {
    /*border-bottom: 1px solid #1e5d65;*/
    border-bottom: 1px solid #000;
}

.chart-stats .content .section h4, .chart-stats .content .section h5 {
    font-family: 'open-sans', 'droid-sans-mono', sans-serif;
    color: #dfdfdf; 
    font-weight: bold; 
    text-transform: uppercase; 
    margin: 0px;
}
.chart-stats .content .section h5 {
    color: #ddd; 
    font-weight: bold; 
    text-transform: uppercase; 
    margin: 0px;
}

.chart-stats .content .section p {
    font-family: 'open-sans', 'droid-sans-mono', sans-serif;
    margin: 0px; 
    color: white; 
    font-size: 1.25rem !important; 
    font-weight: 500;
}

.chart-stats .content .section.reading-current h4 {
    font-size: 0.8rem !important;
}
.chart-stats .content .section.reading-current p {
    font-size: 1.5rem !important;
}
.chart-stats .content .section.reading-current .timestamp {
    padding-right: 10px;
}
.chart-stats .content .section.reading-current .timestamp p {
    font-size: 0.9rem !important;
}
.chart-stats .content .section.reading-small h4 {
    font-size: 0.9rem !important;
    line-height: 1rem;
}
.chart-stats .content .section.reading-small h5 {
    font-size: 0.9rem !important;
    line-height: 1rem;
}
.chart-stats .content .section.reading-small p {
    font-size: 1.15rem !important;
}

select.inline, input[type=text].inline, input[type=password].inline, input[type=tel].inline{
    width: auto;    
    display: inline;
}

select.inline{
    padding-right: 30px;
}

.button.black{
    background-color:#171717;
}

.hide{
    display: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.alert-box {
    margin: 20px auto 0;
}
.row.contact_selected{
    color: black;
    font-size: 0.9rem;
    width: 100%;
    margin: 5px auto 15px !important;
    padding: 7px 3px 4px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
}
.row.contact_selected input[type="checkbox"]{
    margin-bottom: 0;
    margin-right: 0.25rem;
    position: relative;
    top: 2px;
}
.row.contact_selected input[type="checkbox"]{
    margin-bottom: 0;
    position: relative;
    top: 2px;
}
.row.contact_selected label {
    margin-left: 0;
}
.uppercase {
    text-transform: uppercase;
}
.button.tiny {
    padding: 5px 10px;
}
.button.small {
    padding: 14px 20px 14px;
}
.container.full-width {
    background: #fff;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.container.full-width.no-padding {
    padding: 0;
}
.container.full-width.graph, .panel.graph {
    background: url(/images/bg-graph-paper-white-light.png);
}
.container.full-width.texture {
    background: url(/images/background-light-texture-light.jpg);
}
.container.full-width.honeycomb {
    background: url(/images/background-honeycomb-white-light.png)
}
.container.full-width.white {
    background: #fff;
}
.container.full-width.black {
    background: #111;
    color: #fff;
}
.row.padded {
    padding: 40px 0 35px;
}

/* For Smoother iOs touch interaction */
.switch label, .range-slider-handle {
    -webkit-transform: translate3d(0px,0px,0px);
}


.switch .switch-on, .switch .switch-off {
    position: absolute;
    max-width: 34px;
    color: white;
    font-weight: bold;
    font-size: 9px;
    text-indent: 0;
}
.switch .switch-on {
    left: 9px;
    top: 10px;
}
.switch .switch-off {
    right: 10px;
    top: 10px;
    border-color: red;
}
.switch.day-toggle label {
    width: 5rem;
}
.switch.day-toggle input:checked + label:after {
    left: 2.7rem;
}
.switch.day-toggle label:after {
    width: 2rem;
    height: 1.5rem;
}
ul.list-inline.day-toggles {
    margin-top: 15px;
}
ul.list-inline.day-toggles li {
    margin: 0 2px 15px;
}

/* Slick Nav Tweaks - Start */
.slicknav_menu {
    padding-top: 0;
    padding-bottom: 2px;
}
.slicknav_btn {
    color: #fff !important;
    width: 100%;
    margin: 0;
}
.slicknav_btn .slicknav_icon {
    float: right !important;
    font-size: 1.125rem;
    position: relative;
    top: -2px;
    right: 3px;
}
.slicknav_menutxt {
    /*width: 148px;
    height: 36px;*/
    height: 24px;
    width: auto;
    background: url(/img/temp-stick/logo-temp-stick-small-blue-white.png) no-repeat center;
    background-size: contain;
    text-indent: -1000px;
    overflow: hidden;
}
li.title.back.js-generated {
    text-align: right;
    position: relative;
    top: -53px;
    margin-bottom: -40px;
    z-index: 1;
    background: none !important;
}
li.title.back.js-generated a {
    background: none !important;
}
/* Slick Nav Tweaks - End */

/* Debugging Stuff */
.debug-border {
	border: 1px solid black;
}
.debug-border.red {
	border: 1px solid red;
}
.debug-border.blue {
	border: 1px solid blue;
}
.debug-border.white {
	border: 1px solid white;
}

/* Lists */
ul.list-inline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px;
}
ul.list-inline li {
    display: inline-block;
    /* FIX FOR INLINE-BLOCKS TO WORK PROPERLY IN IE7 AND BELOW */
    zoom: 1;
    *display: inline;
}
ul.list-inline.separated li:first-child:before {
    content: "";
    margin: 0;
}
ul.list-inline.separated li:before {
    margin: 0 6px;
    content: " | ";
}
ul.list-category {
    list-style: none;
}
ul.list-category li a {
    font-size: 18px;
    line-height: 1.6em;
    text-decoration: none;
}
ul.list-category li i.fa {
    position: relative;
    top: 1px;
    margin-left: 4px;
}
ul.list-category li:first-child:before {
    margin-top: 8px;
}
ul.list-unstyled {
    list-style: none;
}
ul.list-justify {
    margin-left: 0;
    padding-left: 0;
}

.polaroid {
    background: #fff;
    border: 10px solid #fff;
    -moz-box-shadow: 0px 0px 5px 0px #aaa;
    -webkit-box-shadow: 0px 0px 5px 0px #aaa;
    box-shadow: 0px 0px 5px 0px #aaa;/* Shadow Properties - X off, Y off, Blur, Spread, Color */
}
.polaroid-thin {
    background: #fff;
    border: 5px solid #fff;
    -moz-box-shadow: 0px 0px 5px 0px #bbb;
    -webkit-box-shadow: 0px 0px 5px 0px #bbb;
    box-shadow: 0px 0px 5px 0px #bbb;/* Shadow Properties - X off, Y off, Blur, Spread, Color */
}
.polaroid-black {
    background: #000;
    color: #fff;
    border: 5px solid #000;
    -moz-box-shadow: 0px 0px 5px 0px #aaa;
    -webkit-box-shadow: 0px 0px 5px 0px #aaa;
    box-shadow: 0px 0px 5px 0px #aaa;/* Shadow Properties - X off, Y off, Blur, Spread, Color */
}
.polaroid.black-shadow, .polaroid-thin.black-shadow, .polaroid-black.black-shadow {
    -moz-box-shadow: 0px 0px 5px 0px #000;
    -webkit-box-shadow: 0px 0px 5px 0px #000;
    box-shadow: 0px 0px 5px 0px #000;/* Shadow Properties - X off, Y off, Blur, Spread, Color */
}
.box-shadow {
    background: #fff;
    -moz-box-shadow: 0px 0px 4px 0px #aaa;
    -webkit-box-shadow: 0px 0px 4px 0px #aaa;
    box-shadow: 0px 0px 4px 0px #aaa;/* Shadow Properties - X off, Y off, Blur, Spread, Color */
}
.box-shadow-light {
    background: #fff;
    -moz-box-shadow: 0px 0px 7px 0px #ddd;
    -webkit-box-shadow: 0px 0px 7px 0px #ddd;
    box-shadow: 0px 0px 7px 0px #ddd;/* Shadow Properties - X off, Y off, Blur, Spread, Color */
}
.box-shadow.black-shadow {
    -moz-box-shadow: 0px 0px 4px 0px #000;
    -webkit-box-shadow: 0px 0px 4px 0px #000;
    box-shadow: 0px 0px 4px 0px #000;/* Shadow Properties - X off, Y off, Blur, Spread, Color */
}

label.tag {
    font-size: 0.75rem;
    margin: 0 0 4px 0;
}
 .box.active-sensors {
    margin-top: 40px;
}
 .box.date-range input[type="text"] {
    margin-bottom: 6px;
}

.message.success {
    color: green;
}


nav.mobile-nav {
    top: 0;
    left: 0;
    margin: 0 -15px;
}
.icon-nav {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #aaa;
}
.icon-nav.scroll-to-fixed-fixed {
    box-shadow: none;
}
nav.mobile-nav, nav.mobile-nav p {
    font-size: 0.7rem;
}
nav.mobile-nav p {
    margin: 0;
}
nav.mobile-nav .icon-nav a {
    display: block;
    width: 100%;
    padding: 0 0 4px;
    color: #111;
}
nav.mobile-nav .icon-nav a i.fa {
    font-size: 1.2rem;
    display: block;
    margin: 8px 0 0;
}
nav.mobile-nav .icon-nav .columns {
    padding-bottom: 5px;
    border-left: 1px solid #aaa;
}
nav.mobile-nav .icon-nav .columns:first-child {
    border-left: none;
}
nav.mobile-nav .icon-nav .columns.active {
    background: #bfbfbf;
}
a.back_link {
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #fff;
    padding: 5px;
}
a.back_link i.fa {
    font-size: 1.65rem;
    line-height: 1.65rem;
    margin-left: 10px;
}
a.message-widget {
    color: #fff;
    display: block;
    padding: 3px 5px 5px;
}

.message-preview {
    padding: 10px;
    display: inline-block;
    position: relative;
    top: 25px;
    background: #e4e3e8;
    border-radius: 15px;
    padding: 7px 15px;

    position:relative;
    padding:10px 20px;
    background:#E5E5EA;
    border-radius:25px;
    color: black;
    float: left;
}
.message-preview:before {
    content:"";
    position:absolute;
    z-index:2;
    bottom:-2px;
    left:-7px;
    height:20px;
    border-left:20px solid #E5E5EA;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform:translate(0, -2px);
}
.message-preview:after {
    content:"";
    position:absolute;
    z-index:3;
    bottom:-2px;
    left:4px;
    width:26px;
    height:20px;
    background:white;
    border-bottom-right-radius: 10px;
    -webkit-transform:translate(-30px, -2px);
}

.message-preview > p {
    margin: 0 0 10px; line-height: 1rem;
}

.box.active-alerts .box-body p, .box.active-alerts .box-body label, .box.active-contacts .box-body p, .box.active-contacts .box-body label {
    font-size: 0.85rem;
    line-height: 1.5rem;
    margin: 0;
}
.box.active-alerts .box-body p, .box.active-alerts .box-body label {
    text-transform: capitalize;
}
div.growlUI { background: url(/sensors/images/check-growl.png) no-repeat 10px 10px }
div.growlUI h1 {
    color: white; padding: 5px 5px 0 75px; text-align: left; font-size: 1.2rem; text-transform: capitalize; margin-bottom: 0;
}
div.growlUI h2 {
    color: white; text-align: left; font-size: 1rem; padding: 0 5px 5px 75px;
}
.switch.round.sensitivity, .switch.round.calibration {
    float: left;
    margin-right: 20px;
    display: inline-block;
}
/* Small Laptop Tweaks - LG Gram */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .box.active-sensors {
        font-size: 12px !important;
    }
}
/* Tablet Tweaks */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .switch.round.sensitivity {
        margin-top: 4px;
    }
    p.lead.small.sensitivity-txt {
        font-size: 0.85rem; line-height: 1.2rem;
    }
}

/* Mobile Tweaks */
@media only screen and (max-width: 767px) {
    .wrap-fluid {
        padding: 0;
    }
    .mobile-shim {
        display: block !important;
        min-height: 20px;
    }
    .mobile-left {
        text-align: left !important;
    }
    .mobile-center {
        text-align: center !important;
    }
    .mobile-push-center {
        display: inline-block;
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .row.collapse-mobile > .column, .row.collapse-mobile > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    form .row.collapse-mobile > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.collapse-mobile .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row .row.collapse-semi-mobile {
        margin: 0 -0.20em;
        max-width: none;
        width: auto;
    }
    .row.collapse-semi-mobile > .column, .row.collapse-semi-mobile > .columns {
        padding-left: 0.20em;
        padding-right: 0.20em;
    }
    .chart-stats .heading h3 {
        font-size: 0.95rem;
    }
    .chart-stats .content .section p {
        font-size: 1rem !important; 
    }
    .chart-stats .content .section.reading-current h4 {
        font-size: 0.75rem !important;
        line-height: 0.9rem !important;
    }
    .chart-stats .content .section.reading-current p {
        font-size: 1.1rem !important;
    }
    .chart-stats .content .section.reading-current .timestamp p {
        font-size: 0.7rem !important;
    }
    .chart-stats .content .section.reading-small h4 {
        font-size: 0.8rem !important;
        line-height: 0.9rem;
    }
    .chart-stats .content .section.reading-small h5 {
        font-size: 0.8rem !important;
        line-height: 0.9rem;
    }
    .chart-stats .content .section.reading-small p {
        font-size: 0.95rem !important;
    }
    #paper-bg {
        min-height: 750px;
    }
    .mobile-full-width {
        display: block;
        width: 100%;
    }
    input.inline{
        width:100%;
        min-width: 0;
    }
    .box.date-range, .box.active-sensors {
        margin:0;
    }
    .profile {
        height: auto;
    }
    .box.active-alerts .box-body p, .box.active-alerts .box-body label, .box.active-contacts .box-body p, .box.active-contacts .box-body label {
        font-size: 0.78rem;
        line-height: 1.35rem;
    }
    div.growlUI {
        width:                  350px;
        top:                    0px;
        left:                   0px;
        border:                 none;
        padding:                5px;
        opacity:                0.6;
        cursor:                 default;
        color:                  #fff;
        background:             #000;
        -webkit-border-radius:  10px;
        -moz-border-radius:	10px;
        border-radius:          10px;
    }
    .box .box-header .box-title i:not(.fa-normal) {
      height: 24px;
      width: 10px;
      line-height: 34px;
    }
    p.lead.small.sensitivity-txt {
        font-size: 0.8rem; line-height: 1.05rem;
    }
    .switch.round.sensitivity {
        margin-top: 5px;
    }
    p.lead.small.calibration-txt {
        font-size: 0.9rem; line-height: 1.15rem; margin-top: 4px;
    }
}

/* iPhone 5 < Tweaks */
@media only screen and (max-width: 325px) {
    p.lead.small.sensitivity-txt {
        font-size: 0.75rem; line-height: 1rem;
    }
    p.lead.small.calibration-txt {
        margin-top: 0;
    }
    ul.list-inline.day-toggles li {
        margin: 0 1px 15px;
    }
    select.inline {
        padding-right: 28px;
    }
    .button.small {
        padding: 14px 15px;
    }
}