﻿.infobox{
/* 	transform: translate3d(364.5px, 338px, 0px); */
	display: none;
/* 	pointer-events:none; */
	
	position: absolute;
    left: 0;
    top: 5px;
    text-align: left;
}
.infobox .infobox_bg_color{
	background: rgba(35,72,72,.6);
    color: white;
}
.infobox .btn_close{
    float: right;
    margin-right: 3px;
    color: #000;
    font-size: 14px;
}
.infobox .content_container{
    line-height: 1.4;
    font-size: 13px;
    padding: 1px 0;
}
.infobox .content_container table{
	width: 100%;
	 bordercollapse: collapse;
	 border-spacing: 0;
}
.infobox .content_container table td{
	border:1px solid #60a5d3;
	text-align: center;
}
.infobox .btn_container.hide{
	padding: 5px 0;
	height:30px;
	/*display: none;*/
}
.infobox .btn_container{
	padding: 5px;
}
.infobox .btn_container button{
/* 	transform: translate(50%,-0%); */
	color: #FF0000;
	background: #FFF;
	border: none;
	outline: none;
}
.infobox .arrow_container{
    margin: 0 auto;
    width: 40px;
    height: 13px;
    position: relative;
    overflow: hidden;
}
.infobox .arrow_container .arrow {
    box-shadow: 0 3px 14px rgba(0,0,0,.4);
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* .infoboxdiv { */
/* 	position: absolute; */
/*     width: 220px; */
/*     height: 120px; */
/* } */
/* .infoboxdiv_content { */
/* 	background-color: white; */
/*     width: 220px; */
/*     height: 110px; */
/* } */
/* .infoboxdiv_title { */
/*     width: 220px; */
/*     height: 25px; */
/*     text-align:center; */
/* } */
/* .infoboxdiv_attr { */
/*     width: 220px; */
/*     height: 85px; */
/* } */
/* .infoboxdiv_arrow { */
/* 	position: absolute; */
/*     width: 20px; */
/*     height: 10px; */
/*     bottom:0px; */
/*     left:100px; */
/*     border-left: 10px solid transparent; */
/*     border-right: 10px solid transparent; */
/*     border-top: 10px solid #FFF; */
/* } */