#mta_cb_bot_afegir_map{
	width: 80px;
}

#mta_cb_div_form,
#mta_cb_div_form_pesa,
.mta_cb_div_form_pesa{
	display: none;
}

.mta_cb_div_feedback{
	float: right;
}

#mta_cd_div_main{
	display: block;
	width: 75%;
	height: 324px;
	overflow: hidden;
	position: relative;
	float:left;
	margin-left: 0px;
}
#mta_cb_map_wrapper{
	display: block;
	position: relative;
}

.mta_cb_div_form_pesa_container{
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}


#mta_cb_header h2{
	font-size: 20px;
}

#mta_cb_header p{
	font-size: 12px;
	font-weight: normal;
}

.mta_cb_piece_wrapper{
	padding: 14px;
	margin: 0px 2% 5px 0;
	float: left;
	width: 22%;
	background-color: #eaeaea;
}

#mta_cd_div_info{
	padding: 14px;
	margin: 0px 5px 30px 0px;
	width: 22%;
	text-align: center;
	background-color: #eaeaea;
	float: left;
	
}


.mta_cb_piece_wrapper p{
	color: #ccc;
	font-size: 10px;
	float: right;
}
.mta_cb_piece_wrapper h2{
	text-align: center;
	font-size: 18px;
}

.mta_cb_piece_header{
	border-bottom: 1px solid #ccc;
}

.mta_cb_color_picker{
	width: 39px;
	height: 26px;
	float: left;
	margin: 3px;
	cursor: pointer;
	border: 1px solid #eaeaea;
}
.mta_cb_color_picker_info{
	width: 39px;
	height: 26px;
	float: right;
	margin: 10px 0px 20px 0px;
	cursor: pointer
}
#mta_cb_info_img{
	color: white;
	border-color: #2D5C88;
	float: left;
	padding: 0;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
	height: 44px;
	width: 44px;
	background: url(img/Paint_Brush.png) no-repeat center center #2D5C88;
	margin: -30px 0 0 74px;
}
#mta_cd_div_info h2{
	font-size: 18px;
	text-align: center;
	clear: both;
	width: 100px;
	margin: 0 auto;
	margin-top: 25px;
}
.mta_cb_piece_info{
	float: left;
	width: 70%;
	height: 45px;
	margin-top: 10px;
	text-align: left;
}


.mta_cb_active{
  border: 1px solid #3f3f3f !important;
}


@media (max-width: 925px) { 
    .mta_cb_piece_wrapper{
        width: 46%;
        margin-right: 3%;
    }
    .mta_cb_color_picker_info{
        float: left;
        width: 12%;
        margin-right: 2%;
    }
    .mta_cb_piece_info{
	   float: left;
	   width: 35%;
    }
    #mta_cd_div_info{
        margin: 0px 5px 5px 0px;
        width: 95%;   
    }
    #mta_cd_div_main{
	   width: 95%;
       margin-bottom: 18px;    
    }
    
}

@media (max-width: 500px) { 
    .mta_cb_piece_wrapper{
        width: 95%;
    }
    .mta_cb_color_picker_info{
        float: right;
        width: 25%;
        margin-right: 0;
    }
    .mta_cb_piece_info{
	   float: left;
	   width: 70%;
    }
}

