#infoFichaParcel .modal-dialog {
    width: 80% !important; 
/*     width: 1000px !important; */
/* /* 	height: 80% !important; */
	
}

#content_ficha_parcel{
	width: 100%;
	height: 650px;
	min-height: 650px;
}

#recorteMap{
	padding-right: 5px;
    padding-left: 5px
}

#dataParcel{
	padding-right: 5px;
    padding-left: 5px
}

.containerImageDataParcel {
    width: 500px;
    height: 650px;
    overflow: hidden;
    position: relative;
}
.containerImageData > .crop {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto; 
	height: auto;
	width: auto;
}

#parcelTabParametros .nav>li>a{
	padding: 5px 5px 5px;
}

#parametrosParcela{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 600px;
	max-height: 600px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#parametrosPosicion{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 600px;
	max-height: 600px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#parametrosIntesidad{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 600px;
	max-height: 600px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#nav-volumen{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 560px;
	max-height: 360px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#nav-condiciones{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 615px;
	max-height: 615px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#nav-afecciones{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 560px;
	max-height: 615px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#nav-condiciones > .ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}

.timeline .block {
    margin: 0;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 40px;
}

.timeline .tags {
    position: absolute;
    top: 5px;
    left: 0;
    width: 21px;
}

#parcelTabDatosGenerales ul.messages li .message_wrapper blockquote {
    padding: 0px 10px;
    margin: 0;
    border-left: 5px solid #eee;
}

#parcelTabDatosGenerales blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 12px;
    border-left: 5px solid #eee;
}

#nav-usos{
	margin: 5px;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	max-height: 615px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#nav-componentes{
	margin: 5px;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	max-height: 615px;
	margin-top: 0px;
    margin-bottom: 0px;
}

/* #parcelTabUsos .alert { */
/*     padding: 3px; */
/*     margin-bottom: 3px; */
/* /*     border: 1px solid transparent; */ */
/*     border-radius: 4px; */
/* } */

.definicionUsos{
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
    border-right: 5px solid #eee;
    font-size: 14px;
    font-style: normal;
    text-align: justify;
}

#parcelTabComponentes{
	margin: 5px;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	max-height: 600px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#ficha_proteccion{
	margin: 5px;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	max-height: 150px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#parcela_documentos{
	padding-right: 20px;
    padding-left: 20px;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
/* 	height: 220px; */
	max-height: 575px;
	margin-top: 0px;
    margin-bottom: 0px;
}

.alert-component-1 {
    background-image: linear-gradient(to bottom,rgba(200,255,52,0.5) 0,rgba(200,255,52,0.5) 80%);
    background-color: rgba(200,255,52,0.5);
    border-color: rgba(151,192,42,0.8);
	margin-bottom: 5px;
}

.alert-component-2 {
    background-image: linear-gradient(to bottom,rgba(56,158,255,0.5) 0,rgba(56,158,255,0.5) 80%);
    background-color: rgba(56,158,255,0.5);
    border-color: rgba(42,119,192,0.8);
    margin-bottom: 5px;
}

.alert-component-3 {
    background-image: linear-gradient(to bottom,rgba(237,56,255,0.5) 0,rgba(237,56,255,0.5) 80%);
    background-color: rgba(237,56,255,0.5);
    border-color: rgba(170,45,182,0.8);
    margin-bottom: 5px;   
}

.alert-component-4 {
    background-image: linear-gradient(to bottom,rgba(255,199,51,0.5) 0,rgba(255,199,51,0.5) 80%);
    background-color: rgba(255,199,51,0.5);
    border-color: rgba(207,163,45,0.8);
    margin-bottom: 5px;
}

.alert-component-5 {
	background-image: linear-gradient(to bottom,rgba(250,229,16,0.5) 0,rgba(250,229,16,0.5) 80%);
    background-color: rgba(250,229,16,0.5);
    border-color: rgba(169,154,11,0.8);
    margin-bottom: 5px;
}

.alert-component-6 {
	background-image: linear-gradient(to bottom,rgba(169,50,38,0.5) 0,rgba(169,50,38,0.5) 80%);
    background-color: rgba(169,50,38,0.5);
    border-color: rgba(169,154,11,0.8);
    margin-bottom: 5px;
}

.alert-component-7 {
	background-image: linear-gradient(to bottom,rgba(155,89,182,0.5) 0,rgba(155,89,182,0.5) 80%);
    background-color: rgba(155,89,182,0.5);
    border-color: rgba(169,154,11,0.8);
    margin-bottom: 5px;
}

.alert-component-8 {
	background-image: linear-gradient(to bottom,rgba(250,229,16,0.5) 0,rgba(250,229,16,0.5) 80%);
    background-color: rgba(250,229,16,0.5);
    border-color: rgba(169,154,11,0.8);
    margin-bottom: 5px;
}

.alert-component-9 {
	background-image: linear-gradient(to bottom,rgba(93,173,226,0.5) 0,rgba(93,173,226,0.5) 80%);
    background-color: rgba(93,173,226,0.5);
    border-color: rgba(169,154,11,0.8);
    margin-bottom: 5px;
}

.alert-component-10 {
	background-image: linear-gradient(to bottom,rgba(170,183,184,0.5) 0,rgba(170,183,184,0.5) 80%);
    background-color: rgba(170,183,184,0.5);
    border-color: rgba(169,154,11,0.8);
    margin-bottom: 5px;
}

.alert-component-default {
	background-image: linear-gradient(to bottom,rgba(255,255,51,0.5) 0,rgba(255,255,51,0.5) 80%);
    background-color: rgba(255,255,51,0.5);
    border-color: rgba(255,0,0,0.8);
    margin-bottom: 5px;
}