/*
 * CSS Cubos de Informaci�n
 * VAGC
 *
 */


.imgGif{
	width: 90%;
	max-width: 600px;
}


@media (min-width: 900px) {
	.txtPadBtm{
		padding-bottom: 3%;
	}
}

@media (max-width: 899px) {
	.txtPadBtm{
		padding-bottom: 6%;
	}
}


.qboHidden{
	visibility: hidden;
}


.dwnldExl{
	width: 50px;
	cursor: pointer;
}
.dwnldExl:hover{
	/*width: 51px;*/
}


.imginfo{
	width: 14px;
	cursor: help;
}














/*<!-- Anterior CSS -->*/


.outputClass{
	margin: 30px;
    width: 95%;
    /* width: 500px; */
    /*height: 600px;*/
    height: 100%;
    /* overflow: scroll; */
    /*background-color: #d9e4ff;*/
	
}
	
	
.overflowData{
	overflow: scroll;
	/*width: 30%;*/
	width: 98%
}


.double-scroll {
    /*width: 400px;*/
}



.outputVZ{
		width:1500px;
		height:200px;
		background-color: olive; 
}


 .paddBot20p{
 	padding-bottom: 20px;
 }
 
 .algn-lft{
 	text-align: left;
 }
 
 
.cont-center{
 	text-align: center;
 }
 
 
.pvtUi{
	border-spacing: 6px;
    border-collapse: separate;	
}

.pvtUiCell{
	/*border-style: groove; */
	border-style: outset !important;
}







/* *********************************** */

.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /*width: 80px;*/ 
  height: 60px;
  cursor: pointer;
}


.cuboContentTd{
	overflow: scroll;
	width: 900px;
    max-width: 900px;    
}


.backHead{
	border: hidden;
    background: #afbde3;
}

.backData{
	border: hidden;
	background: lightblue;	
}

.tablaMetricas{
	border: hidden;
    border-spacing: 2px;
    border-collapse: separate;
}

.divBtnBus{
	text-align: center;
    padding-top: 20px;
}

.divHeadTit{
	padding-bottom: 10px;
	/*background: black;*/
	height: 5.5em;
}

.divHeadMtric{
	background: #7a91ee;
    width: 50%;
    
    align-items: end;
    justify-content: center;
    display: flex;
}


.divData{
	/*
	background: #cdd5f0b8;    
    border-style: inset;    
    border-width: 2px;
    */
}
.divDataA{	
    width: 60%;
    padding-left: 10px;
    padding-right: 40px;
}
.divDataB{
    width: 40%;
}
.tdDataA{	
    width: 60%;
    border-style: none !important;
}
.tdDataB{
    width: 40%;
    border-style: none !important;
}
.td50{
	width: 50%;
}
.td50H{
	width: 50%;
	height: 100%;
	border-top:none !important;
	border-bottom: none !important;
}

.trTotal{
	background-color: #214990;
}
/*
.tdTotal{
	color:white;
	font-weight: bold;	
}
*/

.totalCell td {
	color:white !important;
	font-weight: bolder !important;
	background-color: #214990;
}
.trData{	
    border-style: none !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.tbData{
	width: 100%;
	min-width: 200px;	
}

.tbDataB{
	width: 100%;
	min-width: 100px;	
}
.h30{
	height: 30px;
}
.h60{
	height: 60px;
}

.csRow{
	height: 50px;
    display: flex;
    /*border-style: dotted;*/
}

.tdTotal{
	background: #214990;
	color: white !important;
	font-weight: bold !important;
	padding: 0px !important;
	min-width: 200px;
    border: solid 1px #979b9c !important;
}


.csCol{
	display: table;
}

/*
.csLbl{
	display: table-cell;
	vertical-align: middle;
}
*/

.dimsContentBlink{
	animation: blink 1s;
    /*animation-iteration-count: infinite;*/
    animation-iteration-count: 7;
    border-style: none;        
}

@keyframes blink { 
	50% { 
			/*border-color:#1ee6dc;
			background-color: #7db1fc;*/
			border-color: white;
			background-color: #b4c5e673;			
	 	}  	 	
}


.divArrow{
	border-style: dotted;
    height: 40px;
    width: 40px;
    position: relative;
    left: 90%;
    top: 50%;
}

.csSectn{
	/*background-color: #d8dbe27a;*/
	background-color: rgba(240, 241, 244, .81);
	padding-top: 40px;
	padding-bottom: 60px;
}

.aggregatorHide{
	display: none;
}


.pdTpBt{
	padding-top: 30px;	
	padding-bottom: 20px;
}








/* ********************* Switch *********************** */

.switcher {
	 position: relative;
	 width: 200px;
	 height: 50px;
	 border-radius: 25px;
	 margin: 20px 0;
}

.swchk{
	appearance: none;
	 position: relative;
	 width: 200px;
	 height: 25px;
	 border-radius: 25px;
	 background-color: #1e1e1e;
	 outline: none;
	 font-family: 'Oswald', sans-serif;
}

.switcher input:before, .switcher input:after {
	 z-index: 2;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 color: #fff;
}

.switcher input:before {
	 content: 'Dupla';
	 left: 20px;
}

.switcher input:after {
	 content: 'Simple';
	 right: 20px;
}

.switcher label {
	 z-index: 1;
	 position: absolute;
	 /*top: 10px;*/
	 top: -7px;
	 bottom: 10px;
	 border-radius: 20px;
}

.switcher.switcher-1 input {
	 transition: 0.25s -0.1s;
}

.switcher input:checked {
	 background-color: #213d66;	/*#a2b5e0;*/
}


.switcher.switcher-1 input:checked:before {
	 color: #fff;
	 transition: color 0.5s 0.2s;
}

.switcher.switcher-1 input:checked:after {
	 color: #ccc;
	 transition: color 0.5s;
}

.switcher input:checked + label {
	 left: 10px;
	 right: 100px;
	 height: 17px;
	 background: #1e1e1e;
	 transition: left 0.5s, right 0.4s 0.2s;
}



.switcher.switcher-1 input:not(:checked) {
	 background: #a2b5e0;	/*#213d66;*/
	 transition: background 0.5s -0.1s;
}

.switcher.switcher-1 input:not(:checked):before {
	 color: #ccc;
	 transition: color 0.5s;
}

.switcher.switcher-1 input:not(:checked):after {
	 color: #1e1e1e;
	 transition: color 0.5s 0.2s;
}


 .switcher-1 input:not(:checked) + label {
	 left: 100px;
	 right: 10px;
	 height: 17px;
	 background: #fff;
	 transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
}

.switcher.switcher-2 {
	 overflow: hidden;
}

.switcher.switcher-2 input {
	 transition: background-color 0s 0.5s;
}

.switcher.switcher-2 input:before {
	 color: #1e1e1e;
}

.switcher.switcher-2 input:after {
	 color: #fff;
}

.switcher.switcher-2 input:checked {
	 background-color: #fff;
}

.switcher.switcher-2 input:checked + label {
	 background: #fff;
	 animation: turn-on 0.5s ease-out;
}

 @keyframes turn-on {
	 0% {
		 left: 100%;
	}
	 100% {
		 left: 0%;
	}
}

.swchk:not(:checked){
	background: #1e1e1e;
}

.swchk:not(:checked) + label{
	background: #1e1e1e;
	 animation: turn-off 0.5s ease-out;
}


 @keyframes turn-off {
	 0% {
		 right: 100%;
	}
	 100% {
		 right: 0%;
	}
}
.switcher.switcher-2 label {
	 top: 0px;
	 width: 200px;
	 height: 50px;
	 border-radius: 25px;
}


.swmv{
	height: 30px;
}	
 





/* div slect opts */
 .multiselect {
        width: 300px;
    }
    .selectBox {
        position: relative;
    }
    .selectBox select {
        width: 100%;
        font-weight: bold;
    }
    .overSelect {
        position: absolute;
        left: 0; right: 0; top: 0; bottom: 0;
    }
    #checkboxes {
        display: none;
        border: 1px #dadada solid;
    }
    #checkboxes label {
        display: block;
    }
    #checkboxes label:hover {
        background-color: #1e90ff;
    }
    
.divContSelMet{
	/*display: inline-block !important;*/
	background: #fcfdfd;
    border-radius: 10%;
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
}
 
.tdMets{
	text-align: initial;
}

.hide{
	display: none;
}

.lblFec::before{
	content: none !important;
}

.lblInst{
	padding-left: 1px !important;
	padding-bottom: 20px;
	color: #195b8d !important;
}
.lblInst::before{
	content: none !important;
}

.btnBlue{
	background-color: #213d66;
	line-height: 0px !important;
	height: 35px;
	
}

.algn-rght{
	text-align: right;	
}

.pdTp100p{
	padding-top: 100px;
}

.pdTp20p{
	padding-top: 20px;
}

.dwnldExl{
	width: 50px;
	cursor: pointer;
}
.dwnldExl:hover{
	/*width: 51px;*/
}

.lblArrte{	
	color: lightslategray;
}

.imgGif{
	width: 100%;
	max-width: 600px;
}

/*
.tr2M{
	height: 60%;
}
*/
.td1M{
	color: white !important;
	font-weight: bold !important;
	text-align: center;
	width: 50%;
	min-width: 200px;
	border: solid 1px #979b9c !important;
}

.td2M{
	color: white !important;
	font-weight: bold !important;
	text-align: center;
	width: 50%;
	min-width: 200px;
	border: solid 1px #979b9c !important;
}
.td1MH{
	color: white !important;
	font-weight: bold !important;
	text-align: center;
	width: 50%;
	min-width: 200px;
	border: none !important;
}
.td2MH{
	color: white !important;
	font-weight: bold !important;
	text-align: center;
	width: 50%;
	min-width: 200px;
	border: none !important;
}


.td2MT{
	color: black;
	font-weight: bold;
	text-align: center;
	/*width: 50%;*/
	min-width: 200px;
	border: solid 1px #979b9c !important;
}

.mw-150{
	min-width: 150px;
}

.pdBtn15p{
 	padding-bottom: 15px;
 }
.w-100-pe{
	width: 100%;
}

.fw-b{
	font-weight: bold !important;
}




/* Th contenedor */
.thP2M{
	padding: 0px !important;
	text-align: center;	
	
	border: 1px solid #979b9c !important;
}

.tb1M{
	width: 100%;
	/*width: 280px;*/
	height: 111px;
}


.trr1M{
	height: 35px;	
}

.tbr1M{	
	border-top-style: hidden;
    border-bottom-style: hidden;    
}
.tbr2M{	
	border-top-style: hidden;
    border-bottom-style: hidden;    
}

.thr1M{
	padding: 0px !important;
}

.tb2M{
	width: 100%;
	/*width: 280px;*/
	height: 111px;
}



.tr1M{
	width: 100%;
	height: 70px;
}
.tr2M{
	width: 100%;
	height: 70px;
}

.tr2MB{
	width: 100%;
	height: 30px;
}



.pvtRowLabel{
	border: solid 1px #979b9c !important;
}

.pvtColLabel{
	border: solid 1px #979b9c !important;
}

.pvtAxisLabel{
	border: solid 1px #979b9c !important;
}

.bor-col{
	border: solid 1px #979b9c  !important;
}


.imginfo{
	width: 14px;
	cursor: help;
}












.modalFicha {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */  
  padding-top: 7%; /* Location of the box */
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modal-header {
  padding: 2px 22px;
  /*padding: 0px !important;*/
  background-color: white;
  color: #4a4f70;
  text-align: end;
  
  
  border-style: dotted;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-color: white;
  
  border-bottom: 1px solid #dee2e6;
  
}



.modal-body {
	padding: 2px 16px;
	background: white;
	color: #4c5f76;
}

.modal-footer {
  /* padding: 2px 16px; */
  background-color: white;
  color: #595a7b;
  padding: 10px !important;
  
  
  border-style: dotted;  
  border-color: white;  
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  
  
}



@media (min-width: 600px) {
	.modal-contentQbo {
		/* position: relative; */
	    background-color: #fefefe;
	    margin: auto;
	    /* padding: 0; */
	    /* border: 1px solid #888; */
	    width: 60%;
	    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%); */
	    /* -webkit-animation-name: animatetop; */
	    /* -webkit-animation-duration: 0.4s; */
	    /* animation-name: animatetop; */
	    /* animation-duration: 1.4s; */
	    font-size: 13px;
	    border-top-left-radius: 40px;
	    border-top-right-radius: 40px;
	    border-bottom-left-radius: 40px;
	    border-bottom-right-radius: 40px;
	}
}

@media (max-width: 599px) {
	.modal-contentQbo {
		/* position: relative; */
	    background-color: #fefefe;
	    margin: auto;
	    /* padding: 0; */
	    /* border: 1px solid #888; */
	    width: 90%;
	    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%); */
	    /* -webkit-animation-name: animatetop; */
	    /* -webkit-animation-duration: 0.4s; */
	    /* animation-name: animatetop; */
	    /* animation-duration: 1.4s; */
	    font-size: 13px;
	    border-top-left-radius: 40px;
	    border-top-right-radius: 40px;
	    border-bottom-left-radius: 40px;
	    border-bottom-right-radius: 40px;
	}
}




.modalError-redi { 
	display: none;  /* Hidden by default */
  	position: fixed; 
  	z-index: 99; /* Sit on top */
  	padding-top: 5%; /* Location of the box */
  	padding-left: 5%;
  	padding-right: 5%;
  	padding-bottom: 5%;
  	left: 0;
  	top: 0%;
  	width: 100%; /* Full width */
  	height: 100%;  /*Full height */
  	overflow: auto; /* Enable scroll if needed */	  
	background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}


.modal-help { 
	display: none;  /* Hidden by default */
  	position: fixed; 
  	z-index: 99; /* Sit on top */
  	padding-top: 5%; /* Location of the box */
  	padding-left: 5%;
  	padding-right: 5%;
  	padding-bottom: 5%;
  	left: 0;
  	top: 0%;
  	width: 100%; /* Full width */
  	height: 100%;  /*Full height */
  	overflow: auto; /* Enable scroll if needed */	  
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}


.lblTitulo{
		font-size: 19px;
}
.lblSubTitulo{
		font-size: 15px;
}

.btnCerrMdl{
    width: 25% !important;
    height: 40px;
    line-height: 0px !important;
}

.pd0{
	padding: 0px !important;
}

.wid100{
	width: 100%;
}
.hgt100{
	height: 100%;
}

.lblMsgg{
	    font-size: 16px;
}


.meschkcss{
	cursor: no-drop !important;
}
.mescss{
	cursor: no-drop !important;
}
.mescss::before {
	
	background: #DEDEDE !important;
}
	
.pdfDld{
	width: 35px;
	cursor: pointer;	
}

.lblDwld{
	cursor: pointer;
	color: blue;
}

.pdTop18p{
	padding-top: 18px;
}
	

	
.contLi{
	display: block !important;
}

.lnkAct{
	text-decoration: underline;
    cursor: pointer;
    padding: 1em;
    color: royalblue;;
}

.contMetsHd{
	/*background: radial-gradient(rgb(166, 191, 231), transparent);*/
	background: radial-gradient(rgb(181 197 223), transparent);
	
}

.contChkMetsHd p{
	padding: 2px;
	
}
.txtTitHd{
	color: gray;
}
.txtNumHd{
	color:silver;
}
.txtChkHd{
	color: #0d4869;
    font-weight: 600;
}

.radioClass{
	border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.wd-15{
	width: 15%;
}
.wd-80{
	width: 80%;
}
.wd-100{
	width: 100%;
}

.color-silver{
	color: silver;
}


.blink-bg{
		color: #fff;
		padding: 10px;
		display: inline-block;
		border-radius: 5px;
		animation: blinkingBackground 2s infinite;
	}
	@keyframes blinkingBackground{
		/*
		0%		{ background-color: #10c018;}
		25%		{ background-color: #1056c0;}
		50%		{ background-color: #ef0a1a;}
		75%		{ background-color: #254878;}
		100%	        { background-color: #04a1d5;}
		*/
		0%		{ background-color: white;}
		25%		{ background-color: #dfe9eb;}
		50%		{ background-color: #d0e6ec;}
		75%		{ background-color: #cfe2ec;}
		100%	{ background-color: #e7f4f8;}
	}
	
	
	
.btnExcel{
	top: 50px;	
}





















.switch-holder {
    /*display: flex;*/
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: -8px -8px 15px rgba(255,255,255,.7),
                10px 10px 10px rgba(0,0,0, .3),
                inset 8px 8px 15px rgba(255,255,255,.7),
                inset 10px 10px 10px rgba(0,0,0, .3);
    justify-content: space-between;
    align-items: center;
    
    width: 300px;
    height: 35px;
}

.switch-label {
    width: 150px;
}

.switch-label i {
    margin-right: 5px;
}

.switch-toggle {
    height: 40px;
}

.switch-toggle input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -2;
}

.switch-toggle input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    width: 100px;
    /*height: 40px;*/
    height: 30px;
    border-radius: 20px;
    margin: 0;
    cursor: pointer;
    box-shadow: inset -8px -8px 15px rgba(255,255,255,.6),
                inset 10px 10px 10px rgba(0,0,0, .25);
    
    
    top: 5px;
}

.switch-toggle input[type="checkbox"] + label::before {
    position: absolute;
    content: 'Simple';
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    top: 8px;
    left: 8px;
    width: 45px;
    height: 25px;
    border-radius: 20px;
    background-color: #d1dad3;
    box-shadow: -3px -3px 5px rgba(255,255,255,.5),
                3px 3px 5px rgba(0,0,0, .25);
    transition: .3s ease-in-out;
    
    top: 3px;
}

.switch-toggle input[type="checkbox"]:checked + label::before {
    left: 50%;
    content: 'Doble';
    color: #fff;
    background-color: #5779dd;
    box-shadow: -3px -3px 5px rgba(255,255,255,.5),
                3px 3px 5px #0081b3;
                
    top: 3px;
}


@media (max-width: 899px) {
	.pvtHorizList{
		border-style: groove;
	}
	.pvtHorizListX{
		border-style: groove;
	}
}




.card-header{
	border-bottom: 0  !important;
}


.w30p{	width: 30px;	}
.w35p{	width: 35px;	}

.cur-point{
	cursor: pointer;
}
.cur-not{
	cursor: not-allowed;
}

.txt-al{
	text-align: center !important;
	font-weight: bold;
}

.lgd-zcu{
	padding-bottom: 10px;
}

.jq-toast-single{
	width: 700px !important;	
}

.jq-toast-loader{
	background-color: #79c4eb !important;
} 

.jq-toast-loaded{
	
}


.ui-sortable-handle{
	display: inline-flex;
}
/*
.ui-sortable-handle span{
	white-space: initial;
}
*/
.pvtAttr{
	white-space: initial !important;
}

.btnLimp{
	width: 100px;
    height: 20px;
    min-width: 100px !important;
    font-size: 12px;
    padding-top: 0px;
}

.btnLimp:hover{
	background-color: white; 
	color: #D1001F;
	border: 2px solid #D1001F;
	
}


.btn-crear:hover:enabled{
	background-color: white; 
	color: #D1001F;
	border: 2px solid #D1001F;
}


/*
.btn-crear{

&:not(.disable):hover {
    background-color: white; 
	color: #D1001F;
	border: 2px solid #D1001F;
  }
}  
*/