.pvtUi { color: #333; }


table.pvtTable {
    font-size: 8pt;
    text-align: left;
    border-collapse: collapse;
}
table.pvtTable thead tr th, table.pvtTable tbody tr th {
    /*background-color: #213d66;*/
    background-color: #214990;
	color: #ffffff;
    /*border: 1px solid #CDCDCD;*/
    border: 1px solid #293990;
    font-size: 7pt;
    padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	
	font-family: sans-serif;
}

table.pvtTable .pvtColLabel {
	text-align: center;
	background-color: #214990;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	
	font-weight: bold;
    font-family: sans-serif;

}
table.pvtTable .pvtTotalLabel {text-align: right;}

table.pvtTable tbody tr td {
    color: #3D3D3D;
    /*padding: 5px;
    background-color: #FFF; ?? */
    border: 1px solid #CDCDCD;
    vertical-align: middle;
    text-align: center;
	font-weight: 500;
	
	
	font-family: sans-serif;
}

.pvtTotal, .pvtGrandTotal { font-weight: bold; }

.pvtVals { text-align: center; white-space: nowrap;}
.pvtRowOrder{
    cursor:pointer;
    width: 15px;
    margin-left: 10px;
    display: inline-block; 
    background-color: #FFFFFF;
	font-weight: bold;
	color: #213d66;
	border-radius: 5px;
	/*width: 30px;
	height: 30px;*/
	padding: 10px;
	transition: background-color 0.5s linear;
}
.pvtRowOrder:hover{background-color: #5b5b5b; color: #ffffff;}
.pvtColOrder {
    cursor:pointer;
    width: 15px;
    margin-left: 10px;
    display: inline-block; 
    background-color: #213d66;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 5px;
	/*width: 30px;
	height: 30px;*/
	padding: 10px;
	transition: background-color 0.5s linear;
}
.pvtColOrder:hover{background-color: #5b5b5b; color: #ffffff!important;}
.pvtAggregator { 
	margin-bottom: 5px ;
		color: #999999;
    -webkit-text-size-adjust: 100%;
    background: #FFFFFF;
    padding: 14px 14px;
    white-space:nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: none;
    border-radius: 30px;
	outline: none;
}

.pvtAxisContainer, .pvtVals {
    border: none;
    
    padding: 2em;*/
    min-width: 20px;
    min-height: 20px;
	border-radius: 8px;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.pvtAxisContainer li {
    padding: 8px 6px;
    list-style-type: none;
    cursor:move;
	margin-bottom: 30px;
}
.pvtAxisContainer li.pvtPlaceholder {
    -webkit-border-radius: 5px;
    padding: 3px 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px dashed #aaa;
}

.pvtAxisContainer li span.pvtAttr {
	color: #999999;
    -webkit-text-size-adjust: 100%;
    /*background: #FFFFFF;*/
    background: #fdfeff;
    /*padding: 14px 14px;*/
    padding: 10px 10px;
    white-space:nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*border-radius: 30px;*/
    /*  nuevo dise�o */
    border: 1px solid #6c757d;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}

.pvtTriangle {
    cursor:pointer;
    color: grey;
}

/*.pvtHorizList li { display: inline; }*/
.pvtHorizList li { display: inline-block; }
.pvtVertList { vertical-align: top; }

.pvtFilteredAttribute { font-style: italic }

.pvtFilterBox{
    z-index: 100;
    width: 300px;
    border: 1px solid gray;
    background-color: rgba(240, 241, 244, .81);
    position: absolute;
    text-align: center;
	border: none;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.pvtFilterBox button{
	background-color: #213d66;
	color: #ffffff;
	/*border: none;*/
	margin: 20px 10px 10px 10px;
    /*padding: 10px 20px 10px 20px;*/
    padding: 5px 10px 5px 10px;
	border-radius: 20px;
	transition: background-color 0.5s linear;
	font-size: 12px;
	
}
.pvtFilterBox button:hover{
	background-color: #5b5b5b;
}
/*
.pvtFilterBox button{
	background-color: #213d66;
	color: #ffffff;
	border: none;
	margin: 20px 10px 10px 10px;
    padding: 10px 20px 10px 20px;
	border-radius: 20px;
	
}
*/
.pvtFilterBox h4{ margin: 15px; }
.pvtFilterBox p { margin: 10px auto; }
.pvtFilterBox label { font-weight: normal; }
.pvtFilterBox input[type='checkbox'] { margin-right: 10px; margin-left: 10px; }
.pvtFilterBox input[type='text'] { 
	width: 230px;
   color: #999999;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    /*padding: 14px 14px;*/
    padding: 6px 6px;
    white-space:nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 30px;
	border: none;
outline: none;}
.pvtFilterBox .count { color: gray; font-weight: normal; margin-left: 3px;}

.pvtCheckContainer{
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
    overflow-y: scroll;
    width: 100%;
    max-height: 250px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}
.button{
	background-color: aqua;
}
.pvtCheckContainer p{ margin: 5px; padding:14px; color: #999999;}
.pvtCheckContainer p:hover{ background-color: rgba(0, 0, 0, 0.1); }
.pvtRenderer{
	color: #999999;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    padding: 14px 14px;
    white-space:nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 30px;
	border: none;
	outline: none;
}
.pvtRenderer option{
	background: rgba(240, 241, 244, .81);
	height: 200px!important;
}
.pvtUiCell{
	    border: none;
    background: rgba(240, 241, 244, .81);
    padding: 2em;
    min-width: 20px;
    min-height: 20px;
	border-radius: 8px;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.pvtAttrDropdown{
	margin-left: -26px;
	margin-top: 20px;
		  	color: #999999;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    padding: 14px 14px;
    white-space:nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 30px;
	border: none;
	outline: none;
	
	/* para ocultar original y poner submetricas */
	display: none;
}

.pvtAttrDropdown option{
	background-color: rgba(240, 241, 244, .81);
	border: none!important;
}
.pvtAttrDropdown value{
	background-color: red;
	border: none!important;
}
.option, value:hover{
	background-color: red;
}