.UITransactionMap {
    height: 700px;
    width: 1170px;
    margin: 20px auto 0;
}
.UITransactionMap .transaction-map {
    width: 63%;
    height: 600px;
    float:left;
}
.UITransactionMap .transaction-point {
    width: 34%;
    height: 590px;
    float: right;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.5;
}
.UITransactionMap .transactionEmpty {
 	text-align: center;
   color: red;
}
.UITransactionMap .transaction-list{
 	    overflow: scroll;
 	    height: 590px;
 	    margin-top: 5px;
}
.UITransactionMap .transaction-list::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.UITransactionMap .transaction-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius:5px;
}
.UITransactionMap .transaction-filter{
 	padding: 5px; 
}
.UITransactionMap .slTransactionFilter {
	width: 100%;
    height: 35px;
    font-size: 16px;
    padding-left: 5px;
    border-radius: 5px;
  margin-left: -5px;
  border-color: #eeeeee;
}
.UITransactionMap .transaction-point ul {
    margin: 0;
    padding: 0;
    list-style:none;
}
.UITransactionMap .transaction-point ul li{
    margin-top: 10px;
}
.UITransactionMap .transaction-point ul li label {
    font-weight:bold;
}
.UITransactionMap .transaction-list-item-title {
    font-weight:bold;
    color:#0094ff;
    cursor: pointer;
}
.UITransactionMap .infoWindowTitle {
    font-weight:bold;
    font-size: 16px;
    color: #0094ff
}
.UITransactionMap .title-item {
    margin: 10px 0;
    height: auto;
    display: inline-block;
    color: #0094ff;
    border-bottom: 2px solid #0094ff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight:bold;
}
.UITransactionMap .icon-title {
    padding-right: 10px;
}
.UITransactionMap .table-cell {
    /* display: table-cell; */
    /* vertical-align: bottom; */
    /* float: none; */
    vertical-align: text-top;
}