@import url("reset.css");
body {
    font-size: 16px;
    color: #333
}

p {
    padding: 10px;
}

#wrapper {
    width: 100%;
    /* height: : 100%; */
    min-width: 1000px;
    max-width: 2000px;
    margin: 0 auto;
}

#wrapper.wrapper-mobile {
    min-height: calc(100vh - 160px);
}

#header {
    float: left;
    width: 100%;
    background: #e5e5e5;
}

#headerNoPoll {
    float: left;
    width: 100%;
    background: #ff3333;
}

#headerMenu {
    float: left;
    width: 100%;
    background: #FFFFFF;
    padding: 0px;
}

#headerControls {
    float: left;
    height: 75px;
    width: 100%;
    background: #FFFFFF;
    padding: 10px;
}

#headerCharging {
    float: left;
    height: 50px;
    width: 100%;
    padding: 10px;
    background: #92e391;
    /* Old browsers */
    background: -moz-linear-gradient(top, #92e391 0%, #19c519 50%, #92e391 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #92e391 0%, #19c519 50%, #92e391 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #92e391 0%, #19c519 50%, #92e391 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#92e391', endColorstr='#92e391', GradientType=0);
    /* IE6-9 */
}

#contentliquid {
    float: left;
    width: 99%;
    padding-top: 5px;
}

#contentliquidNoSidebar {
    float: center;
    width: 99%;
    padding-top: 5px;
}

#content {
    background: #FFFFFF;
    margin-left: 10px;
    margin-right: 195px;
    min-height: 500px;
}

#contentNoSidebar {
    padding-top: 3cm;
    background: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 500px;
}

#rightcolumn {
    background: #FFFFFF;
    width: 180px;
    margin-left: -1195px;
    margin-right: 10px;
    float: right;
    height: : 100%;
}

#footer {
    color: #FFFFFF;
    /* height: 100%; */
    width: 100%;
    background: #010301;
    clear: both;
    vertical-align: middle;
}

#footer a:link {
    color: #FFFFFF;
}

#footer a:visited {
    color: #FFFFFF;
}

#footer a:hover {
    color: #FFFFFF;
}

#footer a:active {
    color: #FFFFFF;
}

.notification {
    color: white;
    text-decoration: none;
    padding: 2px 15px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.notification:hover {
    background: red;
}

.notification .badge {
    position: absolute;
    top: -4px;
    right: -15px;
    padding: 2px 5px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

h1 {
    color: black;
    font-size: 200%;
    text-align: center;
}

h2 {
    color: black;
    font-size: 150%;
    text-align: center;
}

h3 {
    color: red;
    font-size: 100%;
    text-align: center;
}

h4 {
    color: black;
    font-size: 100%;
    text-align: center;
}

small {
    color: grey;
    font-size: 75%;
    text-align: center;
}

smallNoCenter {
    color: grey;
    font-size: 75%;
}

smallBlue {
    color: blue;
    font-size: 75%;
    text-align: center;
}

smallBlack {
    color: black;
    font-size: 75%;
    text-align: center;
}

large {
    color: black;
    font-size: 150%;
}

red {
    color: red;
    font-size: 90%;
}

settingsHeader {
    color: white;
    font-size: 125%;
    font-weight: bold;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}

settingsSubHeader {
    color: black;
    font-size: 110%;
    font-weight: bold;
}

standardBlack75percent {
    color: black;
    font-size: 75%;
}

standardBlack90percent {
    color: black;
    font-size: 90%;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

table.seventy {
    table-layout: fixed;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}

table.seventy td {
    padding: 10px;
    width: 30%;
}

table.map {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

table.map td {
    padding: 10px;
}

table.mapthree {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

table.mapthree td {
    padding: 2px;
    width: 20%;
}

table.mapthree th {
    padding: 2px;
    width: 60%;
}

table.foobardate {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

table.foobardate tr:nth-child(even) {
    background-color: #D3D3D3;
}

table.foobardate th {
    padding: 10px;
    width: 25%;
    width: 1px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

table.foobardate td {
    padding: 10px;
    width: 25%;
    width: 1px;
    white-space: nowrap;
    text-align: center;
    border: 1px solid black;
}

table.foobar {
    width: 100%;
    vertical-align: middle;
}

table.foobar td {
    padding: 10px;
    width: 50%;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

table.foobar2 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

table.foobar2 tr:nth-child(even) {
    background-color: #D3D3D3;
}

table.foobar2 th {
    padding: 10px;
    width: 1px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

table.foobar2 td {
    padding: 10px;
    width: 1px;
    white-space: nowrap;
    text-align: center;
}

table.software {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

table.software tr:nth-child(even) {
    background-color: #D3D3D3;
}

table.software th {
    padding: 10px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

table.software td {
    padding: 10px;
    white-space: nowrap;
    text-align: center;
}

table.softwareNew {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

table.softwareNew tr:nth-child(even) {
    background-color: #D3D3D3;
}

table.softwareNew th {
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

table.softwareNew td {
    padding: 10px;
    white-space: nowrap;
    text-align: center;
}

table.foobar90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

table.foobar90 tr:nth-child(even) {
    background-color: #D3D3D3;
}

table.foobar90 th {
    padding: 10px;
    width: 5%;
    width: 1px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

table.foobar90 td {
    padding: 10px;
    width: 5%;
    width: 1px;
    white-space: nowrap;
    text-align: center;
}

table.foobar3 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    ;
}

table.foobar3 td {}

table.foobar100 {
    width: 100%;
    text-align: center;
}

table.foobar100 tr:nth-child(even) {
    background-color: #D3D3D3;
}

table.foobar100 th {
    padding: 5px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

table.foobar100 td {
    padding: 5px;
    white-space: nowrap;
    text-align: center;
}

table.foobar4 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

table.foobar4 tr:nth-child(even) {
    background-color: #D3D3D3;
}

table.foobar4 th {
    padding: 10px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

table.foobar4 td {
    padding: 10px;
    white-space: nowrap;
    text-align: center;
}

table.foobar4Small {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-size: 75%;
}

table.foobar4Small tr:nth-child(even) {
    background-color: #D3D3D3;
}

table.foobar4Small th {
    padding: 10px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

table.foobar4Small td {
    padding: 10px;
    white-space: nowrap;
    text-align: center;
}

table.foobar50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    ;
}

table.foobar50 td {}

table.foobar80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    ;
}

table.foobar80 td {}

table.foobar5050 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    ;
}

table.foobar5050 td {
    padding: 10px;
    width: 50%;
    white-space: nowrap;
}

table.calendarWrapper {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
}

table.100center {
    width: 100%;
    ;
}

table.100center td {
    padding: 10px;
    width: 100%;
    white-space: nowrap;
    vertical-align: middle;
}

table.sleep {
    width: 100%;
    background-color: #D3D3D3;
}

table.sleep td {
    padding: 10px;
    width: 100%;
    white-space: nowrap;
}

table.battery {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    font-size: 75%;
}

table.battery th {
    padding: 10px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 150%;
}

table.battery td {
    padding: 10px;
    white-space: nowrap;
    font-size: 150%;
}

table.battery2 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    font-size: 100%;
}

table.battery2 th {
    padding: 10px;
    font-size: 100%;
}

table.battery2 td {
    padding: 10px;
    font-size: 100%;
}


/* tooltip */

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

sup {font-size:xx-small; vertical-align:top;}


/* END tooltip */


/* calendar */


/* table.calendar {
    border-left: 1px solid #999;
}

tr.calendar-row {
    border-left: 1px solid #999;
}

td.calendar-day {
    min-height: 80px;
    font-size: 12px;
    position: relative;
}

* html div.calendar-day {
    height: 80px;
}

td.calendar-day:hover {
    background: #eceff5;
}

td.calendar-day-np {
    background: #eee;
    min-height: 80px;
}

* html div.calendar-day-np {
    height: 80px;
}

td.calendar-day-head {
    background: #ccc;
    font-weight: bold;
    text-align: center;
    width: 200px;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

div.day-number {
    background: #999;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    float: right;
    margin: -5px -5px 0 0;
    width: 20px;
    text-align: center;
} */


/* shared */


/* td.calendar-day,
td.calendar-day-np {
    width: 140px;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
} */


/* div.day-number a:link {
    color: #FFFFFF;
}

div.day-number a:visited {
    color: #FFFFFF;
}

div.day-number a:hover {
    color: #FFFFFF;
}

div.day-number a:active {
    color: #FFFFFF;
} */


/* calendar */