.Cell_Label,.Cell_Field {
	padding-bottom:10px;
	padding-left:100px;
	padding-top:15px;
	background-color:#fde9f1;
	border-color:Transparent;
	border-width:1px;
	vertical-align:top;
	border-style: solid;
	border: 1px solid #D0D2D3;
}

.Cell_Label {
	padding-right:0px;
	position:relative;
	border-right: none;
}

.Cell_Field{
	padding-left:0px;
	padding-right:100px;
	position:relative;
	border-left: none;
}

.filaErrorAgregada {
	border: 1px solid #D0D2D3;
	border-top: 0px;
	background-color: #fde9f1;
}

.filaConError {
	background-color: #fde9f1;
	border: 1px solid #D0D2D3;
	border-bottom: 0px;
	
}

.filaErrorAgregada .OnControlIconContainer {
	margin-top: 4px;
	left: inherit;
	float: right;
	top: inherit;
	position: inherit;
}

.filaErrorAgregada .OnControlMessageContainer {
	width: calc(100% - 50px);
	display: inline-block;
}

.filaErrorAgregada .OnControlIcon {
	margin-bottom: 0px;
}

.UCPasosError {
    border-color: #bf2026 !important;
    margin-bottom: 0 !important;
}

.K2BErrorUC,.OnControlIconContainer,.OnControlMessageContainer,.OnControlMessage,.ErrorOnControlIcon{
	border-style:none;
	border-width:0px;
}

.OnControlMessage, .AdvertenciaOnControlMessage {
	margin-bottom:0px;
	margin-right:0px;
	margin-top:5px;
	display:block;
	white-space:normal;
	font-size:12.75px;
	font-weight:400;
	max-width:100%;
	text-align:left;
	line-height:1.1;
	font-family: Arial,​Helvetica,​sans-serif;
}

.OnControlMessage {
	color:#bf2026;
}

.AdvertenciaOnControlMessage {
	color: black;
}

.OnControlIconContainer{
	margin-top:-11px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	position:absolute;
	left: calc(100% - 35px);
	top:50%;
	background-color:Transparent;
	border-style:solid
}
	
.OnControlMessageContainer{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	background-color:Transparent;
	border-style:solid;
	clear: both;
}

.OnControlIcon{
	margin-bottom:36px;
	margin-right:.5%;
	display:inline-block;
	white-space:nowrap;
	background-image:url(images/DGIErrorOnControlIcon.png);
	font-weight:500;
	color:#231f20;
	height:21px;
	width:21px;
	max-width:100%;
	text-align:left;
	line-height:1.1
}

div.Div_Field {
	background-color: #fde9f1;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #D0D2D3;
}

.UCPasosAdvertenciaContent .Cell_Field {
	background: #FBF2DE;
	border-color: #F0D290;
}

.UCPasosErrorContent .Cell_Field:only-child {
	border-left: 1px solid #D0D2D3;
}

.UCPasosAdvertenciaContent .OnControlMessage{
	color: black;
}

.UCPasosAdvertenciaContent .OnControlIcon {
	background: url(images/icn-circle-warning-sm.png) no-repeat;
}

.UCPasosAdvertenciaContent.Div_Field{
	background: #FBF2DE;
	border: 1px solid #F0D290;
	margin-top: 10px;

}

/* Recuadro con número de error */
.box-error {
	top: inherit;
	right: inherit;
	margin-top: -43px;
	margin-left: 32px;
	
	position: absolute;
	background-color: #EAEFF8;
	border: 3px solid #BECCE8;
	padding: 5px 0;
	width: 220px;
	z-index: 10;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 100;
}
.box-error ul {
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
	overflow: auto;
}

.box-error a {
	color: #265993;
    text-decoration: underline;
	font-family: Arial,​Helvetica,​sans-serif;
}

.box-error .box-error-title {
	font-size: 18px;
	display: block;
	text-align: center;
	margin-bottom: 0;
}
.box-error .arrow {
	position: absolute;
	top: 42.5%;
	left: -8px;
	border-right-color: #BECCE8;
}

.box-error .float-left {
    float: left !important;
}

.box-error .float-right {
    float: right !important;
}

.box-error .icn-arrow-left-sm {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}
.box-error .icn {
  display: inline-block;
}

.box-error .arrow {
  position: absolute;
  top: 42.5%;
  left: -8px;
  border-right-color: #BECCE8;
}

/* ADVERTENCIAS */
.advertencia {
    margin-top: 5px;
    overflow: hidden;
	margin-bottom: 10px;
}

.advertencia .icn {
    margin-right: 5px;
}
.advertencia span {
    float: left;
}
.icn-circle-warning-sm {
	background-image:url(images/icn-circle-warning-sm.png);
	background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}
.icn {
    display: inline-block;
}


/* Cuadro de dialogo */
.dialog-box {
	box-sizing: border-box;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: white;
    border-style: solid;
    border-width: 8px;
	width: 100%;
	color: black;
}

.filaErrorAgregada .box-error {
	top: inherit;
	right: inherit;
	margin-top: -43px;
	margin-left: 32px;
}

.dialog-icon {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
}

.dialog-data {
    display: table-cell;
}

.dialog-data ul, .dialog-data ol {
    list-style-position: inside;
    padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5;
}

.dialog-title {
    display: block;
    font-weight: normal;
    font-size: 1.25em;
    margin-bottom: 3px;
    line-height: 1.1;
}

.dialog-error {
	border-color: #EF8E8E;
}

.dialog-error .icn {
	background: url(images/icn-circle-error.png) no-repeat;
	width: 46px;
	height: 46px;
}

.dialog-warning .icn {
	background: url(images/icn-circle-warning.png) no-repeat;
	width: 46px;
	height: 46px;
}

.UCPasosAdvertenciaContent .Cell_Label {
    background: #FBF2DE;
    border-color: #F0D290;
}

@media screen and (max-width:991px) {
	.box-error {
		display: none !important;
	}
	.Cell_Field, .Cell_Label{
		border-top: none;
		border-left: 1px solid #D0D2D3;
		position: initial;
	}
}

@media screen and (max-width:771px) {
	.box-error, .OnControlIcon {
		display: none;
	}
	.OnControlMessage {
		display: inline-block;
	}
}