﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-family: Nunito, Roboto;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Reset done, styles start */

body {
    background-color: #e0e0e0;
    font-family: Nunito;
}

footer {
    position: absolute;
    bottom: 1px;
    min-height: 56px;
    height: 8.75%;
    width: 100%;
    border-top: 1px solid #e7f0ef;
}

#wrapper {
    background-color: #fff;
    background-image: url(/img/top-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    min-width: 360px;
    min-height: 640px;
    width: 100vw;
    height: 100vh;
    position: relative;
}

#singles {
    margin: auto;
    margin-top: 20px;
}

    #singles td,
    #singles th {
        padding: 3px;
        text-align: center;
        min-width: 3rem;
        font-size: .7rem;
    }

    #singles tr {
        display: block;
        border: 1px solid #00c7c0;
    }

    #singles thead tr {
        border-bottom: 0;
        border-radius: 5px 5px 0 0;
        background-color: #dee9e8;
    }

    #singles tfoot tr {
        border-top: 0;
        border-radius: 0 0 5px 5px;
    }

#acltab h2 {
    margin-top: 15px;
}
#acltab i {
    margin: 3px;
}

.usage #r1-5 {
    color: #26302f;
    position: absolute;
    bottom: 2px;
    width: 100%;
}

.usage #r1 {
    min-height: 172px;
    height: 26.875%;
    color: #26302f;
    text-align: center;
    position: relative;
}

    .usage #r1 h1 {
        font-size: 1rem;
        font-weight: 600;
        top: 24%;
        width: 100%;
        margin: 0 auto;
        position: absolute;
    }

    .usage #r1 h3 {
        font-size: .9rem;
        font-weight: 300;
        top: 64%;
        width: 100%;
        margin: 0 auto;
        position: absolute;
    }

    .usage #r1 .reading {
        top: 40%;
        width: 100%;
        margin: 0 auto;
        position: absolute;
    }

        .usage #r1 .reading span {
            margin-left: 3px;
            margin-right: 3px;
        }

            .usage #r1 .reading span:nth-child(2) {
                font-weight: 800;
                font-size: 2rem;
                line-height: 38px;
            }

            .usage #r1 .reading span:nth-child(3) {
                font-weight: 600;
                font-size: 1.5rem;
                line-height: 32px;
                color: #596867;
            }

.usage #r2 {
    min-height: 52px;
    height: 8.125%;
}

    .usage #r2 div {
        width: 50%;
        height: 100%;
        float: left;
        text-align: center;
        font-weight: 600;
        font-size: .9rem;
        line-height: 60px;
        color: #596867;
    }

        .usage #r2 div.active {
            color: #00c7c0;
            border-bottom: 2px solid #00d1ca;
        }

.usage #r3 {
    min-height: 360px;
    height: 56.25%;
    background-color: #f6f8fc;
    text-align: center;
}

    .usage #r3 span.separator {
        height: 3%;
        display: block;
    }

    .usage #r3 #chart {
        width: 94%;
        height: 85%;
        margin-left: 3%;
        background-color: #fff;
        border: 1px solid #dee9e8;
        border-radius: 3px;
        position: relative;
        z-index: 0;
    }

    .usage #r3 #nums {
        display:block;
        width: 100%;
        height: 40px;
        position:relative;
        margin-top:15px;
    }

        .usage #r3 #nums div {
            float: left;
            width: 33%;
            height: 100%;
            font-size: .75rem;
            line-height:1rem;
            font-weight: 500;
        }

            .usage #r3 #nums div span {
                font-size: 1rem;
                font-weight: 700;
                display: block;
            }

    .usage #r3 .buttons {
        width: 100%;
        height: 40px;
        font-weight: 600;
        font-size: .9rem;
        margin-top: -20px;
        text-align: center;
        line-height: 40px;
        color: #596867;
        position:relative;
        z-index:9;
    }

        .usage #r3 .buttons div {
            width: 25%;
            height: 100%;
            float: left;
            background-color: #fff;
        }

            .usage #r3 .buttons div.active {
                color: #00c7c0;
                font-weight: 800;
                background-color: #d6fffe;
                border-color: #00d1ca !important;
            }

            .usage #r3 .buttons div:nth-child(1) {
                margin-left: 25%;
                border: 1px solid #dee9e8;
                border-radius: 3px 0 0 3px;
            }

            .usage #r3 .buttons div:nth-child(2) {
                border: 1px solid #dee9e8;
                border-radius: 0 3px 3px 0;
            }

footer div {
    width: 33%;
    height: 100%;
    float: left;
    text-align: center;
    font-weight: 600;
    font-size: .9rem;
    line-height: 24px;
    color: #596867;
}

    footer div.active {
        color: #00c7c0;
    }

    footer div i {
        font-size: 1.2rem;
        margin-top: 10px;
        display: block;
    }

table.bill {
    background: #9ee0de;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 12px;
    line-height: 24px;
    margin: 30px auto;
    text-align: right;
    width: 95%;
}

    table.bill th {
        font-weight: bold;
        padding: 10px 15px;
        position: relative;
    }

table.bill th:after {
    content: '';
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}

    table.bill td {
        border-right: 1px solid #fff;
        border-left: 1px solid #e8e8e8;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #e8e8e8;
        padding: 10px 15px;
        position: relative;
        transition: all 300ms;
    }

        table.bill td:first-child {
            box-shadow: inset 1px 0 0 #fff;
        }

        table.bill td:last-child {
            border-right: 1px solid #e8e8e8;
            box-shadow: inset -1px 0 0 #fff;
        }

        table.bill td:first-child, table.bill th:first-child {
            text-align: left;
        }

    table.bill tr {
    }

        table.bill tr:nth-child(odd) td {
            background: #f1fffe;
        }

        table.bill tr:nth-child(even) td {
            background: #d6fffe;
        }

        table.bill tr:last-of-type td {
            box-shadow: inset 0 -1px 0 #fff;
        }

            table.bill tr:last-of-type td:first-child {
                box-shadow: inset 1px -1px 0 #fff;
            }

            table.bill tr:last-of-type td:last-child {
                box-shadow: inset -1px -1px 0 #fff;
            }

    table.bill tbody:hover td {
        color: transparent;
        text-shadow: 0 0 3px #aaa;
    }

    table.bill tbody:hover tr:hover td {
        color: #444;
        text-shadow: 0 1px 0 #fff;
    }

table.tick {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    margin-top: 10px;
}

    table.tick thead th {
        background-color: #DDEFEF;
        border: solid 1px #DDEEEE;
        color: #336B6B;
        padding: 5px;
        text-align: left;
        text-shadow: 1px 1px 1px #fff;
    }

    table.tick tbody td {
        border: solid 1px #DDEEEE;
        color: #333;
        padding: 5px;
        text-shadow: 1px 1px 1px #fff;
    }

ul {
    background-color: #d6fffe;
    color: #414856;
    border-radius: 7px;
    width: 80%;
    margin-left: 1rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    padding: 5px;
    line-height: 1.5rem;
}

ul li a {
    text-decoration:none;
    color: #333;
}

button.hlpbtn {
    display: block;
    min-width: 100px;
    height: 40px;
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    color: #00c7c0;
    background-color: #d6fffe;
    border: 1px solid #00d1ca !important;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form_group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 100%;
}

.form_field {
    font-size: 1rem;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    color: #555;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}


.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaaaaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #B4E12B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}



@media only screen and (min-width: 560px) {
    #wrapper {
        font-family: Roboto;
        width: 540px;
        margin: 0 auto;
    }
}
