/* Tamaño y scroll del panel */
#bottom-panel {
   /* width: 600px !important;*/
}

#bottom-panel .popup-content .tab-content .tab-pane {
    background-color: #fff;
	max-height: 385px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Nombre Campo */
#bottom-panel .gml-item-field-name
{
	font-weight: bold;
	min-width: 150px;
	text-align: right;
	font-size: small;
	border-radius: 3px;
	background:#92d7ee87;
	margin-bottom: 2px;
}

/* Valor Campo */
#bottom-panel .gml-item-field-value
{
	display: inline-block;
	font-size: small;
	border-radius: 3px;
	background: #add8e68a;
	margin-left: 2px;
	padding-left: 2px;
	min-width: 200px;
}

/* Fila de atributo */
#bottom-panel .gml-item-field
{
	margin-bottom: 2px;
}

/* Panel de atributos */
#bottom-panel .carousel-inner
{
	margin-left: auto;
	margin-right: auto;
}

/* Centrado del panel de identificación */
#bottom-panel ul.carousel-inner {
    padding-left: 88px;
}

/* Contador de registros */
#bottom-panel .counter-slide {
    top: 1px;
    left: 1px;
    position: absolute;
    font-size: smaller;
	height: 17px;
}

/* Posición del botón de cierre */
#bottom-panel .mv-close-bottom {
    margin-top: 0px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    border-radius: 0px !important;
}