.block_33{
    max-height: 40em;
    overflow: hidden;
}

/******************** title line ********************/
.content-header{
    position: relative;
    color: #aaa;
    padding: 1.4em;
}

#main__content .main-wrapper .content-header h3 {

}



/*---------------------------------------------------------------------------------------------------------------------
                                                    WORLD MAP
---------------------------------------------------------------------------------------------------------------------*/
#worldmap {
    position: relative;
}
#worldmap .content-header p:after {
    content:    '';
    display:    block;
    width:      9em;
    height:     1px;
    margin:     1.5em auto 0 auto;
    background: #3e3e3e;
}

#worldmap-container{
    position:       relative;
    height:         57em;
    margin-top:     1em;
    padding-bottom: 0 !important;
}
#worldmap-container svg{
    background:     #303030;
}

#worldmap-legend{
    position: absolute;
    bottom: 2em;
    left: 2em;
    background-color: #2c2c2c;
    background-color: rgba(40,40,40,.6);
    padding: 1.5em;
}

#worldmap-legend h6{
    color:#fff;
}

#worldmap-legend p,
#worldmap-legend li {
    color:#777777;
    font-size: 1em;
}
    #worldmap-legend p{
        text-align: center;
    }
    #worldmap-legend ul{
        padding-top: 1em;
    }
        #worldmap-legend ul li{
            position: relative;
            padding:1em;
            padding-left:3em;
        }
        #worldmap-legend ul li:after{
            content:'';
            display: block;
            height: 2em;
            width: 2em;
            position: absolute;
            top: .5em;
            left: 0;
            background-color: #be00a7;
            border-radius: 5em;
        }
        #worldmap-legend ul li+li:after{
            background-color: #ce3fbc;
        }
        #worldmap-legend ul li+li+li:after{
            background-color: #de7fd2;
        }
        #worldmap-legend ul li+li+li+li:after{
            background-color: #eebfe9;
        }

/* rollover popup color*/
.datamaps-hoverover{
    color: #000;
}



/*---------------------------------------------------------------------------------------------------------------------
                                                    MOST POPULAR HARDWARE
---------------------------------------------------------------------------------------------------------------------*/
#main__content .mph h2 {
    font-size:  3em;
    padding:    0;
}
#main__content .main-wrapper .mph .content-header  h2:after{
    display: none;
}
/*---------------------------------------------------------------------------------------------------------------------
                                                    TABLE STYLE
---------------------------------------------------------------------------------------------------------------------*/
.th
{
    color: #fff;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
    /******************** gradient ********************/
    background: rgb(59,59,59);
    background: -webkit-linear-gradient(top, rgba(59,59,59,1) 0%,rgba(48,48,48,1) 100%);
    background: -ms-linear-gradient(top, rgba(59,59,59,1) 0%,rgba(48,48,48,1) 100%);
    background: linear-gradient(to bottom, rgba(59,59,59,1) 0%,rgba(48,48,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#303030',GradientType=0 );
    /******************** box shadow ********************/
    -webkit-box-shadow: 0px -2px 5px 0px #222, 0px 2px 5px 0px #222;
    box-shadow: 0px -2px 5px 0px #222, 0px 2px 5px 0px #222;
}


.table.item__main-table .cell{
    padding: .1em 0;
}

.table.item__details{
    display: none;
}

.item.open .table.item__details{
    display: table;
}

.table.th .cell{
    padding: .6em;
}

.table.th .cell + .cell{
    position: relative;
    color: #aeaeae;
    font-size: 1.2em;
}
/* exclude the first twice th cell */
.table.th .cell + .cell + .cell:before{
    content:'';
    display: block;
    height: 60%;
    width: 1px;
    font-size : 1.4em;
    background-color: #4c4c4c;
    position: absolute;
    left: 0;
    top: 20%;
}

.table{
    display: table;
    width: 100%;
    background-color: #252525;
}

.row{
    display: table-row;
}

.cell{
    display: table-cell;
    padding: 0.6em;
    font-size: 1.2em;
    font-weight: bold;
    border-top:1px dotted #3e3e3e;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

.cell + .cell{
    font-weight: inherit;
    width: 80%;
    text-align: center;
    color:#777;
    font-size: 1.2em;
}

/*---------------------------------------------------------------------------------------------------------------------
                                                    TABLE CELL SIZE
---------------------------------------------------------------------------------------------------------------------*/
.cell.cell1{
    width: 4%;
}
/* 4 cell */
.cell.cell2{
    width: 10%;
    color: #aaa;
    font-size : 1.5em;
}

.cell.cell3{
    width: 33%;
}

/*
    green #87e007
    red #f6113c
    purple #de13c5
*/

/*---------------------------------------------------------------------------------------------------------------------
                                                    TABLE CELL COLOR
---------------------------------------------------------------------------------------------------------------------*/
.table .row .cell.even{
    background-color: #252525;
}

.table .row .cell.odd{
    background-color: #272727;
}

.item__details.table .row .cell.even{
    background-color: #1f1f1f;
}

.item__details.table .row .cell.odd{
    background-color: #252525;
}


/*---------------------------------------------------------------------------------------------------------------------
                                                    TABLE CELL STYLE
---------------------------------------------------------------------------------------------------------------------*/
/******************** common ********************/
.noun{
    color: #87e007;
}

.minus{
    color: #f6113c;
}

/******************** main table ********************/
.item__main-table .cell.type .container{
    color: #de13c5;
    text-align: left;
    font-size : 1.4em;
    padding-left: 1em;
}

.item__main-table .cell.type .container,
.item__main-table .cell.details .container{
    position: relative;
    color: #bbb;
}

.item__main-table .cell.details .container:before{
    content:'+DETAILS';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top:-.4em;
    left:0;
    text-align: center;
}

.item__main-table  .cell.label{
    color:#fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    padding-left: 1em;
}

.item__main-table .linecount .container{
    display: block;
    width: 2.5em;
    height: 3em;
    background-color: #EEE;
    background-image: url(../images/icon-eye-statistics.svg);
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center -35%;
    margin-left: .5em;
}


.item__details{
    color:#999;
}

.item__details .cell.label .container{
    text-align: left;
    color:#fff;
    font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------------------
                                                    OPEN
---------------------------------------------------------------------------------------------------------------------*/
.item.open .item__main-table.table .row .cell.even,
.item.open .item__main-table.table .row .cell.odd
{
    background-color: #1f1f1f;
}

.item.open .item__main-table.table .label .container,
.item.open .item__main-table.table .ratio .container,
.item.open .item__main-table.table .change .container{
    visibility: hidden;
}

.item.open .item__main-table .cell.type .container,
.item.open .item__main-table .cell.details .container{
    color: #aeaeae;
}

.item.open .item__main-table .cell.type .container{
    text-align: left;
    font-weight: 500;
    color: #de13c5;
}

.item.open .item__main-table .cell.details .container:before{
    content:'✗ CLOSE';
}

.item.open .item__main-table .linecount .container{
    background-position: center 135%;
    background-color: transparent;
}
