*{
    margin: 0;
    padding: 0;
    outline: 0;
}
p, ul{
    margin: 0;
}
ul li{
    list-style: none;
}
body{
    font-family: 'Roboto', sans-serif;
    color: #686868;
}
a{
    text-decoration: none !important;
    color: #686868;
}
.data_popup_cont{
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
}
.data_popup_cont .error_popup{
    top: 50%;
    left: 50%;
    position: absolute;
    overflow: hidden;
    width: 300px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.data_popup_cont .error_popup p{
    padding: 12px;
    text-transform: uppercase;
}
.data_popup_cont .error_popup .error_popup_btn{
    font-size: 0;
}
.data_popup_cont .error_popup .error_popup_btn a{
    width: 50%;
    font-size: 13px;
    display: inline-block;
    background: #619800;
    padding: 5px;
    color: #fff;
}
.data_popup_cont .error_popup .error_popup_btn a:first-child{
    background: #8ebc3c;
}



.data_commonpopup_cont{
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
}
.data_commonpopup_cont .common_popup{
    top: 50%;
    left: 50%;
    position: absolute;
    overflow: hidden;
    width: 300px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.data_commonpopup_cont .common_popup p{
    padding: 12px;
    text-transform: uppercase;
}
.data_commonpopup_cont .common_popup .common_popup_btn{
    font-size: 0;
}
.data_commonpopup_cont .common_popup .common_popup_btn a{
    font-size: 13px;
    display: block;
    background: #619800;
    padding: 5px;
    color: #fff;
}




header{
    height: 70px;
    background: #525252;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}
header .logo{
    padding: 10px 0;
    margin-bottom: 0;
    float: left;
}
header .logo img{
    height: 50px;
}
header .logo p{
    display: inline-block;
    color: #fff;
    font-size: 22px;
    padding-left: 20px;
    vertical-align: middle;
}
header .header_right{
    float: right;
    width: 195px;
    text-align: right;
    line-height: 70px;
}
header .header_right ul{
    float: right;
}
header .header_right ul li{
}
header .header_right ul li a{
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
}
header .header_right a.user_header{
    display: inline-block;
    padding: 0 20px;
    background: #353535;
    color: #fff;
}
header .header_right a.user_header img{
    width: 40px;
    margin-right: 5px;
}
aside{
    width: 100px;
    background: #f2f2ea;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: -2px 0px 10px #666;
    padding-top: 70px;
    min-height: 100%;
}
aside ul li{
    border-bottom: 1px solid #8ebc3a;
}
aside ul li a{
    display: block;
    text-align: center;
    padding: 20px 0;
}
aside ul li img{
    padding: 0 27px;
    width: 100%;
    margin-bottom: 10px;
}
aside ul li img.activeimg{
    display: none;
}
aside ul li.active img.activeimg{
    display: inline-block;
}
aside ul li.active img.inactiveimg{
    display: none;
}
#contentarea{
    margin-left: 100px;
}

.sel_category{
    border-top: 5px solid #8dbb35;
    background: #f1f1e9;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.sel_category p{
    font-size: 16px;
}
.sel_category p span{
    color: #8ebc3c;
}

.category_bar{
    margin-bottom: 15px;
    position: relative;
}
/* temp slider*/
.category_bar .buttons{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 40px;
}
.category_bar .buttons a{
    line-height: 1px;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
}
.category_bar .buttons a.disabled{
    color: #ccc;
    pointer-events: none;
}
.category_bar .buttons a.prev{
    left: 0;
}
.category_bar .buttons a.next{
    right: 0;
}
.category_bar .category_list{
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}
.category_bar .category_list ul{
    font-size: 0;
    white-space: nowrap;
}
.category_bar .category_list ul li{
    display: inline-block;
    font-size:13px;
    width: 100px;
    height: 110px;
    vertical-align: top;
    text-align: center;
    background: #ecebe1;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #ecebe1;
    cursor: pointer;
    white-space: normal;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
/* temp slider*/

.category_bar .category_list ul li.all{
    font-size: 16px;
    padding: 20px 5px;
    color: #8ebc3c;
}
.category_bar .category_list ul li:hover, .category_bar .category_list ul li.active{
    border: 1px solid #8ebc3c;
    color: #8ebc3c;
}
.category_bar .category_list ul li div{
    padding: 10px 5px;
}
.category_bar .category_list ul li div img{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
}
.category_bar .category_list ul li div span{
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
}
.form-group .form_label{
    display: block;
    font-weight: normal;
    color: #686868;
}
.form-group .form_input{
    width: 100%;
    display: block;
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc;
    color: #8ebc3c;
    font-size: 16px;
    background: #eaebdc;
}
.form-group select.form_input{
    appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    -moz-appearance:none;
    background: url(../images/datacomparison/caret.png) no-repeat right center #eaebdc;
}
.report_box{
    margin-top: 15px;
}
.report_box .report_result{
    background: #e7e7d7;
    border-radius: 5px;
    margin-bottom: 15px;
}
.report_box .report_result .report_result_head{
    padding: 10px;
}
.report_box .report_result .report_result_head p{
    float: left;
    padding: 7px 0;
    font-size: 16px;
}
.report_box .report_result .report_result_head p span{
    color: #8ebc3c;
}
.report_box .report_result .report_result_head .time_period{
    float: right;
    border-radius: 4px;
    background: #fff;
    padding: 7px;
    border: 1px solid #ccc;
}
.report_box .report_result .report_result_head .time_period span{
    display: inline-block;
    font-size: 14px;
}
.report_box .report_result .report_result_head .time_period select{
    display: inline-block;
    border: none;
    color: #8ebc3c;
    font-size: 14px;
    padding: 0 20px 0 5px;
    appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    background: url(../images/datacomparison/caretgreen.png) no-repeat right center;
}
.report_box .report_result .report_result_body .table_left_head{
    float: left;
    width: 120px;
    background: #e7e7d7;
    text-align: center;
}
.report_box .report_result .report_result_body .table_left_head ul li{
    background: #e7e7d7;
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    height: 50px;
    font-size: 13px;
    border-right: none;
}
.report_box .report_result .report_result_body .table_left_head ul li.smallPadding{
    padding: 7px 10px;
}
.report_box .report_result .report_result_body .table_left_head ul li+li{
    border-top: none;
}
.report_box .report_result .report_result_body .table_right_head{
    margin-left: 120px;
    overflow: auto;
    background: #f2f2f2;
}
.report_box .report_result .report_result_body .table_right_head table{
    width: 100%;
    text-align: center;
    white-space: nowrap;
    border-collapse: separate;
}
.report_box .report_result .report_result_body .table_right_head table tr td{
    cursor: pointer;
}
.report_box .report_result .report_result_body .table_right_head table tr td:hover{
    background: #ddd;
}
.report_box .report_result .report_result_body .table_right_head table tr td, .report_box .report_result .report_result_body .table_right_head table tr th{
    height: 50px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    padding: 0 5px;
}
.report_box .report_result .report_result_body .table_right_head table tr td+td{
    border-left: 1px solid #ccc;
}
.report_box .report_result .report_result_body .table_right_head table tr td:last-child{
    border-right: 1px solid #ccc;
}
.report_box .report_result .report_result_body .table_right_head table tr td span{
    font-size: 14px;
}
.report_box .report_result .report_result_body .table_right_head table tr td span.loss{
    color: #c5664b;
}
.report_box .report_result .report_result_body .table_right_head table tr td span.gain{
    color: #8ebc35;
}
.report_box .report_result .report_result_body .table_right_head table tr td span.nochange{
    color: #45c5a1;
}
.report_box .report_result .report_result_body .table_right_head table tr th{
    background: #494949;
    color: #fff;
    text-align: center;
    font-weight: normal;
    position: relative;
}
.report_box .report_result .report_result_body .table_right_head table tr th.green span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #628f0b;
}
.report_box .report_result .report_result_body .table_right_head table tr th.lightblue span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #56c9aa;
}
.report_box .report_result .report_result_body .table_right_head table tr th.yellow span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #cac657;
}
.report_box .report_result .report_result_body .table_right_head table tr th.red span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c97156;
}
.report_box .report_result .report_result_body .table_right_head table tr th.blue span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #56a2c9;
}
.report_box .report_result .report_result_body .table_right_head table tr th.pink span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c8559f;
}
.report_box .report_result_right{
    margin-bottom: 15px;
}
.report_box .report_result_right .report_result_right_head{
    background: #3bbd96;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
}
.report_box .report_result_right .report_result_right_head h2{
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: normal;
    margin-bottom: 15px;
}
.report_box .report_result_right .report_result_right_head p{
    font-size: 14px;
    color: #fff;
}
.report_box .report_result_right .report_result_right_head p span{
    display: inline-block;
    padding: 3px 0;
}
.report_box .report_result_right .report_result_right_head p select{
    color: #686868;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 4px;
}
.report_box .report_result_right .report_result_right_body{
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
}
.report_box .report_result_right .report_result_right_body ul li{
    padding: 10px 15px 15px;
}
.report_box .report_result_right .report_result_right_body ul li+li{
    border-top: 1px solid #ccc;
}
.report_box .report_result_right .report_result_right_body ul li h3{
    margin: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
}
.report_box .report_result_right .report_result_right_body ul li p{
    font-size: 34px;
}
.report_box .report_result_right .report_result_right_body ul li p span{
    font-weight: 300;
    font-size: 20px;
    margin-left: 15px;
    display: inline-block;
}
.report_box .report_result_right .report_result_right_body ul li p.green{
    color: #2cc09d;
}
.report_box .report_result_right .report_result_right_body ul li p.pink{
    color: #d164a7;
}
.report_box .report_result_right .report_result_right_body ul li p.blue{
    color: #59a9d1;
}
.report_box .report_result_right .report_result_right_body ul li p.red{
    color: #d17b5c;
}
.report_box .report_result_right .report_result_right_body ul li p span.loss{
    color: #c5664b;
}
.report_box .report_result_right .report_result_right_body ul li p span.gain{
    color: #8ebc35;
}
.report_box .report_result_right .report_result_right_body ul li p span.nochange{
    color: #45c5a1;
}
.redirection_div{
    max-width: 600px;
    width: 100%;
    margin: auto;
    position: fixed;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.login_main{
    width: 350px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    box-shadow: 0px 3px 5px #ccc;
}
.login_main label{
    color: #666;
    font-size: 13px;
    font-weight: 400;
}
.login_main .login_btn{
    margin-top: 25px;
}
.login_main .login_btn input[type='submit']{
    min-width: 80px;
    width: auto;
    padding: 7px;
    font-size: 14px;
    font-weight: normal;
    background: #398439;
}
.login_main .login_btn a{
    line-height: 34px;
}
.google_login_box{
    text-align: center;
}
.google_login_box img.logo{
    width: 50px;
    margin-bottom: 0;
}
.google_login_box h2{
    margin: 0;
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 20px;
}
.google_login_box .login_with_google a{
    background: #fff;
    height: 40px;
    border-radius: 3px;
    text-align: left;
    padding: 0 10px;
    display: inline-block;
    line-height: 40px;
    color: #d34836;
    border: 1px solid #d34836;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.google_login_box .login_with_google a:hover{
    background: #d34836;
    color: #fff;
}
.google_login_box .login_with_google a i{
    margin-right: 5px;
}


.data_range_select > .col-sm-3.col-xs-6.disabled{
    pointer-events: none;
    opacity: .5;
}
.fixed_div.fixedReport{
    position: fixed;
    top: 85px;
    right: 0;
}
.fixed_div.fixedReport .report_result_right{
    margin-left: 25px;
}

@media all and (max-width:1023px){
    .category_bar .category_list{
        margin: 0 15px;
    }
    .category_bar .category_list ul li{
        margin: 0 3px;
        height: 90px;
        width: 80px;
    }
    .category_bar .category_list ul li div{
        padding: 10px 2px;
    }
    .category_bar .category_list ul li div span{
        font-size: 11px;
    }
    .category_bar .category_list ul li div img{
        margin-bottom: 4px;
    }
    .category_bar .category_list ul li.all{
        font-size: 13px;
        padding: 16px 5px;
    }
    .category_bar .buttons{
        height: 26px;
    }
    .category_bar .buttons a{
        font-size: 26px;
    }
}
@media all and (max-width:767px){
    aside{
        position: static;
        width: 100%;
        padding-top: 0;
    }
    aside ul{
        font-size: 0;
    }
    aside ul li{
        width: 50%;
        display: inline-block;
        font-size: 14px;
        border: none;
    }
    aside ul li a{
        padding: 10px 0;
    }
    aside ul li.active a{
        border-bottom: 4px solid #8ebc3c;
    }
    aside ul li img{
        padding: 0;
        width: 40px;
        margin-bottom: 0;
    }
    aside ul li span{
        margin-left: 10px;
        display: inline-block;
    }
    header{
        height: 100px;
    }
    header .logo{
        width: 100%;
        float: none;
        padding: 5px 0;
        text-align: center;
    }
    header .logo img{
        height: 40px;
    }
    header .logo p{
        padding-left: 10px;
    }
    header .header_right{
        width: 100%;
        float: none;
        line-height: 50px;
        text-align: center;
    }
    header .header_right a.user_header{
        background: none;
    }
    #contentarea{
        margin-left: 0;
    }
    .sel_category{
        margin-top: 15px;
        border-top: 0;
        box-shadow: 0px -1px 5px #ccc;
    }
    
    .report_box .report_result .report_result_body .table_left_head{
        width: 90px;
    }
    .report_box .report_result .report_result_body .table_right_head{
        margin-left: 90px;
    }
    .report_box .report_result .report_result_body .table_left_head ul li{
        padding: 15px 4px;
        font-size: 12px;
    }
    .report_box .report_result .report_result_body .table_left_head ul li.smallPadding{
        padding: 9px 2px;
        font-size: 11px;
    }
    
}
@media all and (max-width:479px){
    .data_range_select > div.col-sm-3.col-xs-6{
        width: 100%;
    }
    header{
        height: 110px;
    }
    header .logo p{
        text-align: left;
        font-size: 18px;
    }
    header .logo p span{
        display: block;
    }
    header .header_right{
        text-align: right;
    }
    header .header_right a.user_header{
        padding: 0;
    }
}







