#container {
    margin: 0 auto;
    /*margin-top: 70px;*/
    /*padding-top: 10px;*/
    /*padding-left: 10px;*/
    /*background-color: white;*/
    width: 660px;
    height: 520px;

    position: relative;
    overflow: hidden;
}
#container path{
    cursor: default !important;
}

#condition {
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 10px;
    width: 1000px;
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -moz-border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-box {
    background-color: White;
    width: auto;
    /*min-height: 100px;*/
    /*border: 1px solid #808080;*/
    display: none;
    position: absolute;
    /*border-radius: 10px;*/
    opacity: 1;

}
/*.jvectormap-box.disappear{*/
    /*transition: opacity 1s linear 2s;*/
    /*opacity: 0;*/
/*}*/

.jvectormap-box-top {
    display: flex;
    align-items: center;

    padding: 5px;
    background-color: white;
    border: 1px solid green;
    border-radius: 8px;

    /*border-top-left-radius: 8px;*/
    /*border-top-right-radius: 8px;*/
}
.jvectormap-box-top > img{
    width: 30px;
}
.jvectormap-box-title {
    color: #000000;
    font-weight: 400;
    /*background-color: white;*/
    /*border: 2px solid green;*/
    /*margin-top: 0px;*/
    /*padding: 5px 10px;*/
    /*border-radius: 8px;*/
}

.jvectormap-box-content {
    background-color: White;
    font-family: sans-serif, Verdana;
    font-size: 12px;
}

table {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.table_first_tr td {
    font-size: 12px;
    margin-top: 5px;
    color: black;
    font-weight: bold;
}

.boldValue {
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    -moz-border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;

    display: none;
}

.jvectormap-zoomin {
    left: 10px;
    top: 10px;
}

.jvectormap-zoomout {
    left: 10px;
    top: 30px;
}

.jvectormap-loading {
    display: none;
    position: absolute;
    top: 250px;
    left: 45%;
    width: 200px;
}

.left-loading {
    display: none;
    position: absolute;
    top: 860px;
    left: 15%;
    width: 200px;
}

.right-loading {
    display: none;
    position: absolute;
    top: 860px;
    left: 70%;
    width: 200px;
}

.jvectormap-roles {
    position: absolute;
    top: 70px;
    left: 23%;
    width: 200px;
}

.mapRoleA {
    position: absolute;
    margin-top: 10px;
    clip: rect(0px 500px 40px 0px);
}

.mapRoleB {
    position: absolute;
    margin-top: -45px;
    clip: rect(55px 500px 100px 0px);
}

.mapRoleC {
    position: absolute;
    margin-top: -100px;
    clip: rect(110px 500px 150px 0px);
}

.jvectormap-region {
    cursor: pointer;
}

table.leftTable, table.rightTable {
    width: 450px !important;
    display: inline-block;
}

table.leftTable {
    float: left;
    margin-left: 50px;
}

table.rightTable {
    float: right;
    margin-right: 50px;
}

table.leftTable th, table.rightTable th {
    color: #fff;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    line-height: 18px;
    padding: 4px 4px;
    width: 90px;
    border-bottom: dashed 1px #333333 !important;
}
    
table.leftTable th.th_TSR, table.rightTable th.th_TSR {
    text-align: left; 
    width: 50px;
}
table.leftTable td, table.rightTable td {
    line-height: 18px;
    padding: 4px 4px;
    width: 90px;
    font-weight: bold;
    border-bottom: dashed 1px #333333 !important;
}
table.leftTable td.pdf_link,table.rightTable td.pdf_link{
    width:50px;
}
img.pdf_img  {
    vertical-align: bottom;
}
table.leftTable thead td, table.rightTable thead td {
    border-bottom: dashed 0px #333333 !important;
}

/*table#left1 tr:hover td {
    background-color:#FAC1C1;
}

table#right1 tr:hover td {
    background-color:#C1FACE;
}

table#left2 tr:hover td {
    background-color:#C1D8FA;
}

table#right2 tr:hover td {
    background-color:#C1D8FA;
}

table#left3 tr:hover td {
    background-color:#FAC1F7;
}

table#right3 tr:hover td {
    background-color:#FAC1F7;
}
*/
.chinaMap_Tables {
    display: none;
}

td.category {
    text-align: center;
    font-weight:lighter !important;
    font-size: 11pt;
    color: black;
}

.lightcolor_box {
    width: 25px;
    margin: auto;
    color: black;
    text-align: center;
}

.darkcolor_box {
    width: 25px;
    margin: auto;
    color: white;
    text-align: center;
}

.showButtonTr {
    text-align:center;
}

div .showButton {
    font-size: 11px;
    line-height: 25px;
    margin: auto;
    height: 26px;
    width: 100px;
    /*background-image: url("grey_button.png");*/
    color: black;
    cursor: pointer;
    margin-top: 5px;
}

.leftTable a,.rightTable a {
    border-bottom:1px solid #1270f8;
}

.table_title {
    font-size: 12px;
}

