@charset "ISO-8859-1";

.divider:after, .divider:before {
	content: "";
	flex: 1;
	height: 1px;
	background: #eee;
}

.text-color-azul {
	color: #1F3961 !important;
}

.text-color-plomo {
	color: #999b9c !important;
}

.btn-primary {
	background-color: #1F3961 !important;
}

html, body, .container-fluid {
	height: 100%;
}

.bg-primary {
	background-color: #1F3961 !important;
}

.navbar-dark {
	background-color: #1F3961 !important;
}
/*
html, body, .container-fluid {
	height: 100%;
	min-height: 100vh;
}*/
.placeholder-color::-webkit-input-placeholder {
	color: #999b9c !important;
	/* Cambia el color del placeholder para navegadores basados en WebKit (Chrome, Safari, etc.) */
}

.placeholder-color:-moz-placeholder {
	color: #999b9c !important;
	/* Cambia el color del placeholder para navegadores basados en Gecko (Firefox) */
}

.placeholder-color::-moz-placeholder {
	color: #999b9c !important;
	/* Cambia el color del placeholder para navegadores basados en Gecko (Firefox) */
}

.placeholder-color:-ms-input-placeholder {
	color: #999b9c !important;
	/* Cambia el color del placeholder para Internet Explorer */
}

.ui-datatable-header {
	background-color: #1F3961 !important;
}

.nav-link {
	color: white !important;
}

.active {
	color: white !important;
}

.in-active {
	color: #999b9c !important;
}

.ui-dialog-titlebar{
	background-color: #1F3961 !important;
}

body .ui-panel .ui-panel-titlebar{
	background-color: #1F3961 !important;
}
body .ui-fileupload .ui-fileupload-buttonbar{
	background-color: #1F3961 !important;
}

body .ui-button{
	background-color: #1F3961 !important;
}

body .ui-datatable thead th{
	background-color: #1F3961 !important;
	color: white !important;
}

body .ui-button.ui-button-text-only .ui-button-text{
	color: white !important;
}