@font-face {
    font-family: 'open_sanslight';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mainContainerDiv{
	position: relative;
	/*width: 100%;*/
	height: auto;
	margin-top: 0;
	left: 0%;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	/*border: 1px solid red;*/
}

.mainContainerDiv.simpleLoad{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	cursor: pointer;
}

.mainContainerDiv .boxTitle{
	position: relative;
	width: 100%;
	height: 25px;
	box-sizing: border-box;
	margin: 5px 0px;
	color: white;
	font-size: 18px;
	font-family: 'open_sanslight';
	/*border: 1px solid blue;*/
}

.mainContainerDiv .boxTitle .textEXT{
	text-transform: uppercase;
	font-family: 'open_sanslight';
	font-weight: bold;
	color: #06E1DD;
	font-size: 20px;
}

.mainContainerDiv .boxFlujoWidgets{
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 5px 0px;
	margin: 5px 0px;
	text-align: center;
	margin-top: 10px;
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	transition: max-height 1s;
}

.mainContainerDiv .boxButtonsOptions{
	position: relative;
	width: 100%;
	height: auto;
	padding: 5px 0px;
	overflow: hidden;
	box-sizing: border-box;
	margin: 5px 0px;
	/*border: 1px solid green;*/
}

.mainContainerDiv .boxInfoResults{
	position: relative;
	width: 100%;
	height: 50%;
	max-height: 50%;
	box-sizing: border-box;
	margin: 0px;
	margin-top: 25px;
	overflow: hidden;	
}

.mainContainerDiv .boxInfoResults .labelResults{
	position: relative;
	width: 98%;
	max-height: 100%;
}
.mainContainerDiv .infoChargeTxt{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; 
    margin-left: 100%;
    margin-bottom: 3px;
    cursor: pointer; 
    box-sizing: border-box;
    background-color: #F9F9F9;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.mainContainerDiv .infoChargeTxt .btnArrow{
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    color: #808080;
    font-size: 12px;
    padding: 0px 5px;
    text-align: center;
    cursor: pointer;
    border: 1px dashed #808080;
    line-height: 20px;
    height: 20px;
    opacity: 1;
}

.mainContainerDiv .infoChargeTxt .btnArrow.active{
	opacity: 0.2
}

.mainContainerDiv .infoChargeTxt .btnArrow:hover{
	background-color: rgba(0,0,0,0.1);
}

.mainContainerDiv .infoChargeTxt .txtMessage{
	position: relative;
	width: calc( 100% - 150px );
	height: 100%;	
	font-size: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px;
    text-align: left;
    color: #333;
    float: left;
    padding-left: 10px;
    font-weight: bolder;
    font-family: 'open_sanslight';
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.mainContainerDiv .infoChargeTxt .subTxtA{
	position: relative;
	width: 75%;
	height: 100%;	
	font-size: 18px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px;
    text-align: left;
    color: #000;
    float: left;
    padding-left: 10px;
    font-weight: bolder;
    font-family: 'open_sanslight';
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.mainContainerDiv .infoChargeTxt .subTxtB{
	position: relative;
    width: 15%;
    height: auto;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px;
    text-align: left;
    color: #000;
    float: left;
    font-weight: bolder;
    font-family: 'open_sanslight';
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.mainContainerDiv .infoChargeTxt .btnInfo{
	position: relative;
    bottom: 0px;
    margin: 0;
    margin-top: 4px;
    width: auto;
    height: 28px;
    float: left;
    cursor: pointer;
    color: #fff;
    line-height: 25px;
    text-align: center;
    padding: 0px 7px;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border: 2px solid #79a003;
    color: #000;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.mainContainerDiv .infoChargeTxt .btnInfo:hover{
	background-color: #79a003;
	color: white;
}

.mainContainerDiv .infoChargeTxt .btnInfo:active{
	transform: scale(0.90);
}

.mainContainerDiv .infoChargeTxt .stateInfo{
	position: absolute;
    right: 3px;
    display: inline-block;
    width: 90px;
    height: 20px;
    border-radius: 3px;
    top: 8px;
    line-height: 17px;
    color: white;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.mainContainerDiv .cantFiles{
	position: relative;
    width: auto;
    padding: 0px 10px;
    height: 34px;
    border-radius: 3px;
    line-height: 35px;
    float: right;
    font-size: 16px;
    color: #333;
    margin-right: 5px;
}

/************************************************************/
.mainContainerDiv .infoChargeTxt .stateInfo.stateInfoERROR{
	font-family: 'open_sansregular';
	color: #CE0068;
}

.mainContainerDiv .infoChargeTxt .stateInfo.stateInfoOK{	
	font-family: 'open_sansregular';
	color: #79a003;
}

.mainContainerDiv .infoChargeTxt .stateInfo.stateInfoOMITIDO{	
	font-family: 'open_sansregular';
	color: #ff5f27;
}

.mainContainerDiv .infoChargeTxt .stateInfo.stateInfoNOVALIDADO{	
	font-family: 'open_sansregular';
	color: #ff7c11;
}

.mainContainerDiv .containDescription{
	position: relative;
	width: 100%;
	height: auto;
	display: none;	
	overflow: hidden;
}

.mainContainerDiv .containDescription .sublabel{
	position: relative;
    width: 100%;
    text-align: left;
    margin: 0px;
    font-family: 'open_sanslight';
    font-size: 14px;
    color: #333;
    background-color: #ccc;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 5px 9px;
}

.mainContainerDiv .containDescription .btnExcel:active{
	transform: scale(0.95);
}

.mainContainerDiv .boxGhost{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    box-sizing: border-box;
}

.mainContainerDiv .boxLoadBtn{
	position: relative;
	width: 120px;
	height: 120px;
	top: 0px;
	bottom: 0px;
	left: 0;
	right: 0;
	border: 4px solid white;
	background-color: rgba(23,50,255,0.2);
	text-align: center;
	border-radius: 100%;
	line-height: 265px;
	cursor: pointer;
	color: black;
	margin: 0em 2em;
	display: inline-block;
	box-sizing: border-box;
	font-family: 'open_sanslight';
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 1);
    background-image: url('../img/imgLoad.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.mainContainerDiv .boxLoadBtn.active{
	opacity: 1;
}

.mainContainerDiv .animLoadBtn{
	position: absolute;
	width: 92%;
	height: 92%;
	left: 4%;
	top: 4%;
	box-sizing: border-box;
	border: 1px dashed #c8ff5c;
	border-radius: 50%;
	-webkit-animation: spinAround 30s linear infinite;
    -moz-animation: spinAround 30s linear infinite;
    animation: spinAround 30s linear infinite;
}

.mainContainerDiv .boxLoadBtn:hover{
	transform: scale(1.02);
}

.mainContainerDiv .boxBoton{
	position: relative;
	top: 0px;
	width: 142px;
	height: 142px;
	margin-left: 35px;
	display: inline-block;
	border: 4px solid #fff;
	/*background-color: #F7A600;*/
	border-radius: 100%;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 1);
}

.mainContainerDiv .boxBoton:after{
	content: '';
    background: trasparent;
    width: 116%;
    height: 116%;
    position: absolute;
    border-radius: 100%;
    top: -8%;
    left: -8%;
    opacity: 0.7;
	box-shadow: rgba(255, 255, 255, 0.6) -4px -5px 3px -3px;
	-webkit-animation: spinAround 10s linear infinite;
    -moz-animation: spinAround 10s linear infinite;
    animation: spinAround 10s linear infinite;
}

.mainContainerDiv .boxBoton .circle{
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mainContainerDiv .boxBoton .circleA{
	-webkit-animation: spinAround 30s linear infinite;
    -moz-animation: spinAround 30s linear infinite;
    animation: spinAround 30s linear infinite;
	background-image: url('../img/circleAnimAlert.svg');
}

.mainContainerDiv .boxBoton .circleB{
	-webkit-animation: spinAround 10s linear infinite;
    -moz-animation: spinAround 10s linear infinite;
    animation: spinAround 10s linear infinite;
	background-image: url('../img/circleAnim1.svg');
}

.mainContainerDiv .boxBoton:hover{
	transform: scale(1.1);
}

.mainContainerDiv .boxBoton .txtMiddleBtn{
	position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 50%;
    line-height: 25px;
    text-align: center;
    color: white;
    font-size: 30px;
}

.mainContainerDiv .boxBoton .middleTxtSub{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 18px;
    font-size: 14px;
    bottom: 0;
}

.mainContainerDiv .boxBoton .textoBTN{
	position: absolute;
	width: 100%;
	height: auto;
	top: -45px;
	text-align: center;
	color: white;
	font-size: 18px;
	font-family: 'open_sanslight';
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.mainContainerDiv .boxBoton.animValidate .txtMiddleBtn{
	color: #FFFF00;
	-webkit-animation: sonarEffect 1s linear infinite;
    -moz-animation: sonarEffect 1s linear infinite;
    animation: sonarEffect 1s linear infinite;
}

.mainContainerDiv .boxBoton.animValidate .closeVW{
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-image: url('../img/close.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.mainContainerDiv .btnCancel, .mainContainerDiv .btnOpt{
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30%;
	height: 30px;
	line-height: 30px;
	background-color: #D00071;
	z-index: 2;
	cursor: pointer;
	color: white;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 100% 100%;
    font-family: 'open_sanslight';
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 1);
}

.mainContainerDiv .btnOpt{
    background-color: #00b6ff;
}

.mainContainerDiv .inputFile_edesk{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	height: 100%;
	overflow: hidden;
	opacity: 0;
}

.mainContainerDiv .txtInfoBtn{
	position: absolute;
	width: 100%;
	height: 20px;
	line-height: 20px;
	box-sizing: border-box;
	font-family: 'open_sanslight';
	bottom: -32px;
	text-align: center;
	font-size: 18px;
	color: #49616f !important;
	white-space: nowrap;
  	text-overflow: ellipsis;
}

.mainContainerDiv .boxLoadBtn .loadBtn{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: transparent;
}

.mainContainerDiv .containWidget{
	position: relative;
	width: 120px;
	height: 120px;
	top: -1px;
	left: 0;
	border: 4px solid white;
	box-sizing: border-box;
	border-radius: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	display: inline-block;
	margin: 0px 20px;
	vertical-align: top;
	-webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 1px 15px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 1px 15px 0px rgba(0, 0, 0, 1);
}

.mainContainerDiv .containWidget .closeBottom{
	position: absolute;
	width: 45%;
	height: auto;
	left: 0;
	right: 0;
	top: 75px;
	cursor: pointer;
	margin: auto;
	z-index: 1;
	text-align: center;
	display: none;
	color: white;
	/*background-image: url('../img/closeBlack.svg');*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: rgba(0,0,0,0.4);
	-moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.mainContainerDiv .containWidget:after {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 85px;
    width: 85px;
    box-shadow: inset 0 0 0.3em #333;
    content: attr(data-pct);
    border-radius: 100%;
    line-height: 85px;
    font-size: 22px;
    font-weight: bolder;
    background-color: #ccc;
    font-family: 'open_sanslight';
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.mainContainerDiv .containWidget .tridBottom{
	position: absolute;
    bottom: -58px;
    content: "";
    width: 0px;
    height: 2px;
    left: 0;
    margin: auto;
    right: 0;
    background-color: transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 14px solid #ccc;
}

.mainContainerDiv .txtInfo{
	position: absolute;
	bottom: -29px;
	width: auto;
	height: 20px;
	text-align: center;
	color: #49616f;
	font-size: 15px;
	line-height: 20px;
  	font-weight: bolder;
  	font-family: 'open_sanslight';
  	overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
  	-moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.mainContainerDiv .lineProgress{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid white;
	box-sizing: border-box;
}

#svgContain circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.2s linear;
}

/*Message box*/
.boxMessage{
	position: absolute;
	width: 200%;
	left: -50%;
	height: auto;
	bottom: -60px;
	padding: 5px 0px;
	background-color: #ccc;
	border: 2px solid white;
	border-radius: 5px;
	font-family: 'open_sanslight';
	font-weight: bolder;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 1);
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.boxMessage:active{
	transform: scale(0.8);
}

.mainContainerDiv .boxFlujoWidgets .containMessage{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -34px;
	margin: auto; 
	width: 100px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	z-index: 1;
	border-radius: 3px;
	background-color: #f0353b;
	font-family: 'open_sansregular';	
	-moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.mainContainerDiv .boxFlujoWidgets .containMessage:hover{
	background-color: #CE0067; 
	border: none;
	color: white;
}

.mainContainerDiv .boxFlujoWidgets .detalMess{
	position: relative;
    width: 120px;
    height: 120px;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    border-radius: 100%;
    border: 4px solid #ccc;
    background-color: white;
    text-align: center;
    line-height: 265px;
    cursor: pointer;
    color: black;
    margin: 0em 1.6em;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'open_sanslight';
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1);
}

.mainContainerDiv .boxFlujoWidgets .detalMess .messageVal{
	position: absolute;
    width: 72%;
    height: 68%;
    top: 20%;
    text-align: center;
    left: 14%;
    font-size: 14px;
    line-height: 16px;
}

/**************** cargue de barras ******************/
.boxBarLoad{
	position: relative;
	width: 100%;
	height: auto;
	margin: 5px 0px;
	box-sizing: border-box;
	background-color: white;
	border-radius: 7px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
	font-family: 'open_sansregular';
	-webkit-box-shadow: 5px 5px 21px -4px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 5px 21px -4px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 21px -4px rgba(0,0,0,0.7);
}

.mainContainerDiv.simpleLoad .boxBarLoad{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0px;
    background-color: transparent;
}

.boxBarLoad .boxBarInfo{
	position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 3px 0px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
}

.mainContainerDiv.simpleLoad .boxBarLoad .boxBarInfo{
	position: absolute;
    padding: 0px;
    height: 100%;
    border: none;
}

.boxBarLoad .boxInfoTitles{
	position: relative;
	height: auto;
	overflow: hidden;
	vertical-align: top;
	float: left;
}

.boxBarLoad .titleLoad {
	position: relative;
    width: 100%;
    height: 32px;
    top: 0;
    line-height: 32px;
    font-size: 18px;
    text-align: left;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.boxBarInfo .subTitleLoad, .boxBarInfo .infTitleLoad{
	position: relative;
	width: 100%;
	color: #0a7ced;
	font-size: 12px;
	text-align: left;
	overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.boxBarInfo .subTitleLoad .obligatorio, .boxBarInfo .infTitleLoad .obligatorio{
	color: #ff624d;
}

.boxBarInfo .infTitleLoad{
	text-align: center;
	color: #808080;
}

.boxBarLoad .titleLoad span{
	font-size: 12px;
	color: #808080;
}

.boxBarLoad .boxBtnsLoad{
	position: relative;        
    vertical-align: top;    
    float: right;
}

.mainContainerDiv.simpleLoad .boxBarLoad .boxBtnsLoad{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0;
    border-radius: 0px;
    border: none;
    max-width: 100%;
}

.mainContainerDiv.simpleLoad .boxBarLoad .btnLoad{
	background-color: transparent;
}

.boxBtnsLoad form{
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.boxBarLoad .btnLoad{
	position: relative;
    width: 100%;
    height: 100%;    
    font-size: 14px;
    border-radius: 3px;
    background-color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.boxBarLoad .icoLoad{
	position: relative;
    width: auto;
    height: 100%;
    top: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 32px;
}

.boxBarLoad .progressBar{
	position: relative;
	width: 0%;
	height: 5px;
	box-sizing: border-box;
	background-color: #FF7718;
}

.boxBarLoad .resultBoxBar{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 15px;
}

.resultBoxBar .infoChargeTxt{
	margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0px 5px;
}

.resultBoxBar .infoChargeTxt .txtMessage{
	text-align: left;
	width: auto;
}

.resultBoxBar .infoChargeTxt .btnInfo{
	float: right;
	top: 3px;
	border-radius: 3px;
	border: 2px solid #EF0078;
}

.resultBoxBar .infoChargeTxt .btnInfo:hover{
	background-color: #EF0078;
	color: white;
	border: 2px solid #EF0078;
}

.boxBarInfo .dvOK{
	float: right;
    color: green;
    top: 0;
    font-size: 20px;
    line-height: 19px;
}

.boxBtnsLoad .divInfo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	line-height: 35px;
	color: black;
}

/* ESTILOS CARGUE DE ARCHIVOS ACORDEON */
.boxTitleHeader.CLSLoad{
	background-color: white !important;
	-webkit-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0) !important;
    -moz-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0) !important;
    box-shadow: 3px 3px 14px 1px rgba(0,0,0,0) !important;
    cursor: inherit !important;
    margin-bottom: 1px !important;
}
.boxTitleHeader.CLSLoad .btnNotify.ERROR{
	background-color: transparent;
	color: red;
}
.boxTitleHeader.CLSLoad .btnNotify.OK{
	background-color: transparent;
	color: green;
}
.boxTitleHeader.CLSLoad .titleHeader{
	height: 25px;
	line-height: 25px;
	font-size: 0.9em;
}
.boxTitleHeader.CLSLoad .btnNotify.infotxt{
	top: 4px;
}

@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(360deg)
    }
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    0% {
        -moz-transform: rotate(360deg)
    }
    50% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    0% {
        transform: rotate(360deg)
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sonarEffect {
	0% {
		
	}
	40% {
		
		
	}
	100% {
		-webkit-transform: scale(1.2);
		
	}
}
@-moz-keyframes sonarEffect {
	0% {
		
	}
	40% {
		
	}
	100% {
		-moz-transform: scale(1.2);
		
	}
}
@keyframes sonarEffect {
	0% {
		
	}
	40% {
		
	}
	100% {
		transform: scale(1.2);
		
	}
}
