.btn {
	display: inline-block;
	padding: 0px 0px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity = 35);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .55 !important;
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default
	{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover,
	.btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus,
	.btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus
	{
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default
	{
	background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default,
	.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus,
	.btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus,
	.btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active,
	.btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active
	{
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
	background-image: none !important;
}

.btn-primary {
	color: #fff !important;
	background-color: #337ab7 !important;
	border-color: #2e6da4 !important;
	background-image: !important;
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff !important;
	background-color: #286090 !important;
	border-color: #122b40 !important;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #204d74 !important;
	border-color: #204d74 !important;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
	{
	color: #fff !important;
	background-color: #286090 !important;
	border-color: #204d74 !important;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover,
	.btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus,
	.btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus
	{
	color: #fff !important;
	background-color: #337ab7 !important;
	border-color: #122b40 !important;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
	{
	
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
	{
	color: #dddbdb !important;
	background-color: #666a6d !important;
	border-color: #C0C0C0 !important;
}

.btn-primary .badge {
	color: #337ab7 !important;
	background-color: #fff !important;
}

.btn-success {
	color: #fff !important;
	background-color: #449d44 !important;
	border-color: #449d44 !important;
	background-image: !important;
}

.btn-success:focus, .btn-success.focus {
	color: #fff !important;
	background-color: #449d44 !important;
	border-color: #255625 !important;
}

.btn-success:hover {
	color: #fff !important;
	background-color: #205937 !important;
	border-color: #429342 !important;
}

.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success
	{
	color: #fff !important;
	background-color: #449d44 !important;
	border-color: #398439 !important;
}

.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover,
	.btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus,
	.btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus
	{
	color: #fff !important;
	background-color: #398439 !important;
	border-color: #255625 !important;
}

.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success
	{
	
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success,
	.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
	.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus,
	.btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus,
	.btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active,
	.btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active
	{
	color: #dddbdb !important;
	background-color: #666a6d !important;
	border-color: #C0C0C0 !important;
}

.btn-success .badge {
	color: #5cb85c !important;
	background-color: #fff !important;
}

.btn-info {
	color: #fff !important;
	background-color: #5bc0de !important;
	border-color: #46b8da !important;
	background-image: !important;
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5 !important;
	border-color: #1b6d85 !important;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5 !important;
	border-color: #269abc !important;
}

.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	color: #fff !important;
	background-color: #31b0d5 !important;
	border-color: #269abc !important;
}

.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover,
	.btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus,
	.btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus
	{
	color: #fff !important;
	background-color: #269abc !important;
	border-color: #1b6d85 !important;
}

.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info,
	.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
	.btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus,
	.btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus,
	.btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active,
	.btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active
	{
	color: #dddbdb !important;
	background-color: #666a6d !important;
	border-color: #C0C0C0 !important;
}

.btn-info .badge {
	color: #5bc0de !important;
	background-color: #fff !important;
}

.btn-warning {
	color: #fff !important;
	background-color: #f0ad4e !important;
	border-color: #eea236 !important;
	background-image: !important;
}

.btn-warning:focus, .btn-warning.focus {
	color: #fff !important;
	background-color: #ec971f !important;
	border-color: #985f0d !important;
}

.btn-warning:hover {
	color: #fff !important;
	background-color: #ec971f !important;
	border-color: #d58512 !important;
}

.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning
	{
	color: #fff !important;
	background-color: #ec971f !important;
	border-color: #d58512 !important;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover,
	.btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus,
	.btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus
	{
	color: #fff !important;
	background-color: #d58512 !important;
	border-color: #985f0d !important;
}

.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning
	{
	
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning,
	.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
	.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus,
	.btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus,
	.btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active,
	.btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active
	{
	color: #dddbdb !important;
	background-color: #f0ad4e !important;
	border-color: #eea236 !important;
}

.btn-warning .badge {
	color: #f0ad4e !important;
	background-color: #fff !important;
}

.btn-danger {
	color: #fff !important;
	background-color: #d9534f !important;
	border-color: #d43f3a !important;
	background-image: !important;
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff !important;
	background-color: #c9302c !important;
	border-color: #761c19 !important;
}

.btn-danger:hover {
	color: #fff !important;
	background-color: #c9302c !important;
	border-color: #ac2925 !important;
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger
	{
	color: #fff !important;
	background-color: #c9302c !important;
	border-color: #ac2925 !important;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover,
	.btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus,
	.btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus
	{
	color: #fff !important;
	background-color: #ac2925 !important;
	border-color: #761c19 !important;
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger
	{
	
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger,
	.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
	.btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus,
	.btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus,
	.btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active,
	.btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active
	{
	color: #dddbdb !important;
	background-color: #666a6d !important;
	border-color: #C0C0C0 !important;
}

.btn-danger .badge {
	color: #d9534f !important;
	background-color: #fff !important;
}

.btn-link {
	font-weight: normal;
	color: #337ab7;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
	fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus,
	fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}

.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs, .btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

.ui-datatable table {
	table-layout: fixed !important;
	width: 100% !important;
}

.ui-datatable .ui-datatable-header {
	text-align: right !important;
	width: 100% !important;
	border-radius: 10px !important;
}

.ui-datatable .ui-column-filter {
	display: inline !important;
}

.ui-datatable thead th {
	text-align: center !Important;
	border-width: 1px !important;
	vertical-align: bottom !important;
	border: 1px solid #c5c5c5 !important;
	border-bottom-color: #c5c5c5 !important;
}

.ui-datatable thead th:last-of-type {
	border-right-width: 1px !important;
}

.ui-datatable thead th:first-of-type {
	border-left-width: 1px !important;
}

.btn-success, .btn-primary, .btn-danger, .btn-secondary, .btn-info,
	.btn-warning {
	background-image: none !important;
	border-radius: 10px !important;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-active {
	border-radius: 10px !important;
}

.ui-radiobutton .ui-radiobutton-box {
	border-radius: 10px !important;
	border: 1px solid #a6a6a6 !important;
	width: 20px !important;
	height: 20px !important;
	text-align: center !important;
	position: relative !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	-moz-transition: background-color .3s, border-color .3s !important;
	-o-transition: background-color .3s, border-color .3s !important;
	-webkit-transition: background-color .3s, border-color .3s !important;
	transition: background-color .3s, border-color .3s !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
	.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	border-radius: 10px !important;
	cursor: text !important;
	background-color: #5bc0de !important;
	color: white !important;
	text-shadow: none !important;
}

.ui-dialog-buttonpane {
	text-align: -webkit-center !important;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
	padding: initial;
}

.horizontal-menu .navbar-nav>li>a {
	border-radius: 10px !important;
	font-weight: bold;
    border-top: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important;
    border-left: 2px solid #ffffff !important;	
}

.dropdown-menu {
	border-radius: 10px !important;
}

.ui-datatable-odd {
    background-color: #ebf1ff !important;
}

.ui-panelgrid .ui-panelgrid-cell {
    vertical-align: top !important;
    }

.ui-datatable-scrollable-theadclone {
	display: none !important;
	visibility: hidden;
}    


.ui-growl-message {
    float: unset !important;
}
   
.ui-growl-message p{
    float: unset !important;
     padding: 5px 0px 0px 35px !important;
}   
    
.ui-growl-item {
	
    height: 70px !important;
    padding: 0px 0px !important;
}  



.ui-growl-title {
    font-weight: bold;
    padding: 10px 0px 0px 35px !important;
    display: inline-table;
    width: 330px !important;
}

.ui-growl {
    width: 350px;
}






.ui-growl-image{width:32px;height:32px;float:left;margin:0;padding:0;display:block;background:url("/adquisiciones/javax.faces.resource/messages/messages.png.xhtml?ln=primefaces&v=8.0") no-repeat}
.ui-growl-image-info{background-position:0 -264px}
.ui-growl-image-warn{background-position:0 -396px}
.ui-growl-image-error{background-position:0 0}
.ui-growl-image-fatal{background-position:0 -132px}



