.bg-primary{
	background-color: rgb(250, 183, 0) !important;
}

.bg-primary.estado_actual_solicitud {
	background-color: rgb(48 115 241) !important;
}

.menu .menu-item .menu-link:is(.open,.active,:active,:focus),
.menu>.menu-item>.menu-link:is(:hover),
.app-header .nav-link:hover{
	background-color: rgb(250, 183, 0, 0.1) !important;
}

.menu .menu-item .menu-link:is(.open,.active,:active,:focus),
.menu .menu-item .menu-link:is(:hover),
.app-header .nav-link:hover{
	color: rgb(250, 183, 0) !important;
}

.logo-box .logo-lg {
    height: 32px;
}

label {
	cursor: default;
}

a.link {
	font-weight: 500;
}

a.link:hover {
	color: rgb(250, 183, 0) !important;
} 

.w-60{
  width: 15rem;
}

.nice-select.search-select .current,
.nice-select.search-select .multiple-options {
	overflow: hidden;
}

.mt-24 {
	margin-top:6rem;
}

.form-input-mini {
    font-size: 12px;
	padding: 5px 10px;
	min-width: 80px;
	max-width: 120px;
	display: inline-block;
}

.invisible {
	visibility: hidden;
}

.pt-6 {
	padding-top: 1.5rem;
}

.note-show {
	font-size: 22px;
	cursor: pointer;
	font-weight: 600;
}

.note-more-text {
	display: none;
}



/* Datatables */

div.dt-container select.dt-input {
	padding-right: 35px;
}

div.dt-container .dt-search .dt-input {
	font-size: 14px;
}

table.dataTable {
	width: 100% !important;
}

table.dataTable thead th, table.dataTable tfoot th {
	font-weight: 500;
}

table.dataTable thead th.text-right {
	text-align: right;
}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
	padding: 6px;
}

table.dataTable thead th.text-center {
	text-align: center !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
	background: linear-gradient(to bottom, #fab700 0%, #ffdd81 100%);
	border: 1px solid #fab700;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
	background: #fab700;
	color: #fff !important;
	border: none;
}

table.dataTable th.dt-type-numeric {
	text-align: left;
}



/* Modals */

.fc-modal {
	overflow-y: auto;
}



/* Kanban */

.kanban-board:before {
	content: "-";
}




@media (max-width: 1300px) {
	.ficha-ensayo__acciones__estados {
		flex-wrap: wrap;
	}

	.ficha-ensayo__cabecera {
		grid-column: 1/1;
	}

	.ficha-ensayo__grid-container {
		grid-template-columns: 1fr !important;
	}

	.ficha-ensayo__tabs,
	.ficha-ensayo__acciones	{
		grid-column: 1/1 !important;
	}

	.ficha-ensayo__tabs {
		grid-row: 3/3 !important;
	}

	.ficha-ensayo__acciones {
		grid-row: 2/2 !important;
	}

	
}



/* ÁREAS */

.bg-area1 {
	background-color: rgb(204, 0, 0) !important;
}

.bg-area1\/25 {
	background-color: rgb(204, 0, 0, 0.25) !important;
}

.text-area1 {
	color: rgb(204, 0, 0) !important;
}


.bg-area2 {
	background-color: rgb(204, 102, 0) !important;
}

.bg-area2\/25 {
	background-color: rgb(204, 102, 0, 0.25) !important;
}

.text-area2 {
	color: rgb(204, 102, 0) !important;
}


.bg-area3 {
	background-color: rgb(204, 204, 0) !important;
}

.bg-area3\/25 {
	background-color: rgb(204, 204, 0, 0.25) !important;
}

.text-area3 {
	color: rgb(204, 204, 0) !important;
}


.bg-area4 {
	background-color: rgb(102, 204, 0) !important;
}

.bg-area4\/25 {
	background-color: rgb(102, 204, 0, 0.25) !important;
}

.text-area4 {
	color: rgb(102, 204, 0) !important;
}


.bg-area5 {
	background-color: rgb(0, 153, 153) !important;
}

.bg-area5\/25 {
	background-color: rgb(0, 153, 153, 0.25) !important;
}

.text-area5 {
	color: rgb(0, 153, 153) !important;
}


.bg-area6 {
	background-color: rgb(0, 102, 204) !important;
}

.bg-area6\/25 {
	background-color: rgb(0, 102, 204, 0.25) !important;
}

.text-area6 {
	color: rgb(0, 102, 204) !important;
}


.bg-area7 {
	background-color: rgb(0, 0, 153) !important;
}

.bg-area7\/25 {
	background-color: rgb(0, 0, 153, 0.25) !important;
}

.text-area7 {
	color: rgb(0, 0, 153) !important;
}


.bg-area8 {
	background-color: rgb(204, 0, 204) !important;
}

.bg-area8\/25 {
	background-color: rgb(204, 0, 204, 0.25) !important;
}

.text-area8 {
	color: rgb(204, 0, 204) !important;
}


.bg-area9 {
	background-color: rgb(255, 102, 178) !important;
}

.bg-area9\/25 {
	background-color: rgb(255, 102, 178, 0.25) !important;
}

.text-area9 {
	color: rgb(255, 102, 178) !important;
}


.bg-area10 {
	background-color: rgb(96, 96, 96) !important;
}

.bg-area10\/25 {
	background-color: rgb(96, 96, 96, 0.25) !important;
}

.text-area10 {
	color: rgb(96, 96, 96) !important;
}



















