/* CSS file generated by Responsify */
/* Columns: 2, Gutter Width: 1.5, Breakpoints: 480 */ 



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;

} 

header{
    text-align: center;

}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul, nav li { margin: 0; } 
nav ul, ul { list-style:none; }

*:focus {
    outline: 0;
}

.span1, .span2{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col{
    margin-left: 1.5%;
}

.col:first-child {
    margin-left:0;
}

.span1{
    width: 58.25%;
}

.span9{
    width: 40.25%;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.span2{
    width: 100%;
    margin-left: 0;
}

.pure-g{
    color:#fff;
    cursor: pointer;
    cursor: hand;
}

.plain-link{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.page-row-expanded { height: 100%; }

.graphContainer { 
    margin:0 10px 0 10px;
}

body{ 
    font-size: 87.5%;
    color: #252e35; 
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    line-height: 1.5em;
    background: #fff;  
}

footer{
    background-color: #fff;
    position:fixed;
    bottom:0;
    z-index:999999;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

footer hr , header hr{
    color: #000;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    margin-top:0;
}

footer img{
    height: 50px;
    width:auto;
    margin-bottom: 5px;
}

footer p{
    margin:0 5px;
}

footer a{
    color:#000;
    text-decoration: none;
}

aside{
    max-height: 350px;
    overflow: auto;
    padding:0 15px;
    -webkit-box-shadow: 0 5px 10px #aaa;
    -moz-box-shadow: 0 5px 10px #aaa;
    box-shadow: 0 5px 10px #aaa;
    color: #fff;
    background-color: #253A23;
}

h1{
    font-size: 1.714285714em; /* 24 / 14 */
    line-height: 1.5em; /* 21 / 14 */
}

h2{
    font-size: 1.5em; /* 21 / 14 */
    line-height: 1.5em; /* 21 / 14 */
}

p{
    font-size: 1em; /* 14 / 14 */
    line-height: 1.5em; /* 21 / 14 */
    margin-bottom: 1.5em; /* 21 / 14 */
}

#container, .inner{
    margin: 0 auto;
}

header{
    background: #262F37;
}

header h1{
    margin: 7px 0 0 1.5%;
}

#container{
    clear: both;
    padding-top: 20px;
}

.alt{
    color: #fff;
    color: rgba(255,255,255, 0.9);
    letter-spacing: 0.05em;
}

.chartToggle{
    color:#ccc;
}

.chartSelected{
    color:#fff;
    font-weight: bolder;
    text-decoration: underline;
}

.systemAlert{
    color:#253A23;
}

button{
    background-color: #fff;
    width:64px;
    height:30px;
    padding:2px;
    margin:5px;
    border-radius: 5px;
}

button img{
    width:56px;
    height:56px;
    margin:0;
    border:0px;
}

.buttonSelected{
    background: -moz-linear-gradient(top, rgba(18,62,91,0.3) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,62,91,0.3)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(18,62,91,0.3) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(18,62,91,0.3) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(18,62,91,0.3) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(18,62,91,0.3) 0%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d123e5b', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.center-contents{
    text-align: center;
}



/* GRAPH */

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}


.x.axis {
    font-family: sans-serif;
    font-size: 11px;
}

.line {
    fill: none;
    stroke: #253a23;
    stroke-width: 1.5px;
}

.overlay {
    fill: none;
    pointer-events: all;
}

.focus circle {
    fill: none;
    stroke: #253a23;
}

.area {
    fill: #B4C9B2;
    stroke-width: 0;
}

.chartBar
{
    fill: #B4C9B2;
}

/* NAVIGATION */

nav{
    margin: 7px 0 7px 0;
}

nav ul{
    text-align: right;
    overflow: auto;
    width: 100%;
}

nav ul li{
    margin: 0 0 0 0;
    text-align: center;
    overflow: auto;
    float: left;
    width: 33%;
}

nav a{
    text-decoration: none;
    display: block;
    padding: 7px 0 7px 5%;
    margin: 0 0 0 4%;
    background-color: #fff;
    background-color: rgba(255,255,255,0.1);
}


/* MEDIA QUERIES */

/* Responsify Defaults */

@media screen and (max-width: 768px){
    nav .span1{
        width: 100%;
    }

    .span1, article{
        width: 100%;
    }

    .span1, aside{
        width: 100%;
        margin-left: 0;
    }

    h1 .span9{
        min-width: 200px;
    }

    #container, .inner{
        width: 90%;
        padding: 0 5% 0 5%;
    }
}

@media screen and (max-width: 480px){
    nav ul li{
        width: 100%;
        margin: 0 0 5px 0;
    }

    nav a{
        margin: 0;
        padding: 14px 0 14px 0;
    }

    #container{
        min-height:500px;
        margin-bottom: 350px;
    }

}

/* Custom Breakpoints */

@media screen and (max-width: 768px) {
    /* Add your styles for devices with a maximum width of 768 */
    #container{
        min-height:550px;
        margin-bottom: 300px;
    }

    .span9{
        width:100%;
        margin:0 auto;
    }

    canvas{
        height: 500px;
    }
}


// Micro Clearfix 

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}



#topLogo{
    height: 100px;

    text-align: center;
    margin-left: 0;
    padding: 0;
}



.cust-background {
    background-color: #B4C9B2;
    margin-left: 1em;
    font-size: 1.3em;
    height: 4em;
    border:none;
    text-align: center;
    width: 20%;
    float: left;
}:first-child{
    margin-left: 0 !important;
}


.alarmStuff{
    margin-top: 20px;
    background-color: white;
}

.likeTabs{
    display: block;

}

.backgroundCustom{
    background-color: #253A23;
    display: inline-block;
    width: 100%;
}
.backgroundCustom ul{
    background-color: #6C816A;
}
.backgroundCustom ul li{
    /*float: left;*/
    color: #6C816A;
    margin-left: 10px;
    margin: auto;
}
.backgroundCustom ul li button{
    color: #253A23;
    width: 30%;
    height: 45px;
    text-decoration: none;
    border-radius: 5px;

}
.backgroundCustom ul li button:hover{
    color: white;
    border-radius: 10px;    
}


.warning-hidden {
    display: none;
}

#warning {
    position: relative;
    background-color: red;
    color: red;
    /*float: top;*/
    /*top: 30%;*/
    /*left: 5%;*/
    text-align: center;
    margin: auto;
    opacity: 0.7;
}
#warning p{
    background-color: transparent;
    color: white;
}


.kettleLogo{
    position: absolute;
    bottom: 30px;
    right: 10px;


}

.kettleLogo img{
    width: 50px;
    float: top;

}

.footerImages {
    text-align: center;
    width: 100%;
    float: none;

}
.pageFooter a img{
    height: 50px;
    background-color: #ff0;
}

.pageFooter{ position: absolute;
             z-index: 10;
             bottom: 0px;
             margin: auto;
             padding: 0;
             width: 100%;
             text-align: center;
}


.credits{
    position: absolute;
    bottom: 30px;
    left: 10px;   
}

.ow-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background: #424242;
    opacity: 0.8;
}

/* Default class for both hidden overlay and modal window */
.ow-closed {
    display: none;
}

/* Default class for modal window */
.modal {
    position: fixed;
    z-index: 20;
    height: 600px;
    left: 50%;
    top: 50px;
    width: 500px;
    border-radius: 5px;
    background-color: #253A23;
    color: #fff;
}


.modal p {
    padding: 10px;
    font-size: x-large;


}
.modal p a {
    color: #bbb;
    padding-left: 10px;
    text-decoration: none;


}
