﻿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;
}
.break {
min-height:20px;
display:block;
}
.aa {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:active, *:focus {
        outline: none;
    }
tabview {
    width: 100%;
    border-bottom: 2px solid #005ca1;
    display: block;
    margin: 0 auto;
    text-align: right;
}

    .tabview .tabs {
        display: inline-block;
        margin-top: 36px;
        float: left;
    }

        .tabview .tabs a {
            display: block;
            padding: 10px 15px;
            background: #f5f5f5;
            color: #005ca1;
            text-decoration: none;
            border-radius: 3px 3px 0 0;
        }

        .tabview .tabs:hover a {
            background: #eee;
            color: #005ca1;
        }

        .tabview .tabs.active a {
            background: #005ca1;
            color: #fff;
            line-height: 1.3;
        }

        .bgFixedPnl {
    background: #f9f9ed;
    padding: 10px 15px 9px 0;
    border: 1px solid #e8e8ce;
    width: 82%;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px 2%;
    line-height: 1.3;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:active, *:focus {
        outline: none;
    }
.font25 {
    font-size: 22px;
}


.col1 {
    width: 100%;
}

.col10 {
    width: 10%;
}

.col70 {
    width: 70%;
}

.col60 {
    width: 60%;
}

.col25 {
    width: 25%;
}

.col33 {
    width: 33.33%;
}


.col40 {
    width: 40%;
}

.col30 {
    width: 30%;
}

.col50 {
    width: 50%;
}

.col75 {
    width: 75%;
}

.col20 {
    width: 20%;
}

.col19 {
    width: 19%;
}

.col80 {
    width: 80%;
}

.col90 {
    width: 90%;
}

.col95 {
    width: 95%;
}

.Mar0 {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.fleft {
    float: left;
}

.pad10pxTB {
    padding: 10px 0;
}

.pad10pxLR {
    padding: 0 10px 0;
}

.pad5pxLR {
    padding: 0 5px 0;
}

.pad10px {
    padding: 10px;
}

.col45 {
    width: 45%;
}

.col55 {
    width: 47%;
}
.text-center {
    text-align: center;
}
.device {
    font-size: 13px;
    color: #776c6c;
    line-height: 1.2;
    border-right: 1px solid #dcdcc9;
}
.font25 {
    font-size: 22px;
}

.font11 {
    font-size: 11px;
}

.date {
    line-height: 1.4;
    font-size: 12px;
    border: 1px solid #e0e7ec;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0 1px;
    position: relative;
    background: #fff;
    }
.date .date-day {
        display: inline-block;
        vertical-align: middle;
        padding: 0 4px;
        text-align: left;
    }

        .date .date-day p {
            margin: 1px 0 0;
            padding: 0;
            font-size: 14px;
        }

        .date .date-day span {
            color: #828282;
        }
.notificaiton {
    color: #4caf50;
    font-size: 12px;
    width: 50%;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
.text-right {
    text-align: right;
}
.fright {
    float: right;
}
.download {
    display: inline-block;
    background: #8bc34a;
    color: #f1f9ff !important;
    font-size: 11px;
    font-weight: 400;
    border-radius: 3px;
    margin: 4px 4px 0;
}

    .download:hover span {
        border-radius: 0 3px 3px 0;
        background: #9ccc65;
    }

    .download.process {
        background: #03a9f4;
    }

        .download.process i {
            border-right: 1px solid #29b6f6;
        }

        .download.process:hover span {
            border-radius: 0 3px 3px 0;
            background: #29b6f6;
        }

    .download.list {
        background: #78909c;
    }

        .download.list i {
            border-right: 1px solid #9aa8af;
        }

        .download.list:hover span {
            border-radius: 0 3px 3px 0;
            background: #9aa8af;
        }

    .download i {
        font-size: 16px;
        float: left;
        width: 40px;
        display: block;
        text-align: center;
        padding: 11px 0;
        border-right: 1px solid #9ccc65;
    }

    .download span {
        display: block;
        float: left;
        width: 75px;
        text-align: center;
        padding: 5px 10px 5px 10px;
        font-size: 12px;
    }

.filter {
    background: #fff;
    box-shadow: 0 0 3px 0 #dedede;
    width: 100%;
    text-align:left;
    margin: 0 auto;
    border-radius: 3px;
}

    .filter .title {
        padding: 10px 13px;
        border-bottom: 1px solid #eaeaea;
        font-weight: bold;
        font-size: 13px;
        border-radius: 3px 3px 0 0;
        background:transparent;
    }

        .filter .title i {
            padding: 0 5px 0 0;
        }

    .filter .data {
        padding: 10px 30px 0;
        line-height: 25px;
    }

    .filter select {
        height: 25px;
        padding: 0 5px;
        font-size: 12px;
        border: 1px solid #d2e5ef;
        border-radius: 2px;
        margin: 0 5px 0 0;
        display: inline-block;
        width: 100%;
    }
