/* ////////////////////////////////////////////////////////////////////
*
*  CSS APP pages
*
* - tabs-page
* - tableFixCol
* - simbol input(R$ || %)
*
* //////////////////////////////////////////////////////////////////// */


/* --------------------------------------------------------------------
* - tabs-page
---------------------------------------------------------------------- */
.tabs-page .nav-link {
	min-width: 160px;
	margin-right: 30px;
	color: #ccc;
	text-align: center;
	border-radius: 0;
	border-bottom: 0.15rem solid #ccc;
	background-color: transparent;
}

.tabs-page .nav-pills .nav-link.active {
	background-color: transparent;
	color: var(--color-red-terral);
	border-color: var(--color-orange-terral);
}

/* --------------------------------------------------------------------
* - tableFixCol
---------------------------------------------------------------------- */
.table#tableFixCol td.zIndex{ z-index: 1!important;}

/* --------------------------------------------------------------------
* - simbol input(R$ || %)
---------------------------------------------------------------------- */
.simbol{
	margin-right: 0.25rem;
	white-space: nowrap;
	width: 18px;
}