.display-none {
	display: none;
}

.input-lowercase {
	text-transform: lowercase;
}

/* Dropdowns com label estilo ultima */
body .md-inputfield-2 {
	display: block;
	position: relative;
}

body .md-inputfield-2 label {
	position: absolute;
	left: 5px;
	top: 10px;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

body .md-inputfield-2 .ui-selectonemenu ~ label, body .md-inputfield-2 .ui-selectcheckboxmenu 
	 ~label {
	top: -20px;
	font-size: 12px;
	color: #999;
}

body .md-inputfield-2 .ui-selectonemenu .ui-inputfield {
	color: initial;
	font-weight: normal;
	position: initial;
}

body .md-inputfield-2 .ui-selectcheckboxmenu-label {
	color: initial;
	font-weight: normal;
	position: initial;
}

body .md-inputfield-2 .ui-message.ui-message-error {
	background-color: transparent;
	border: 0 none;
	margin: 0px;
	color: #e62a10;
	font-size: 12px;
}

body .md-inputfield-2 .ui-message.ui-message-error .ui-message-error-icon
	{
	color: #e62a10;
	font-size: 15px;
	top: 2px;
}

body .md-inputfield-2 .ui-selectonemenu.ui-state-error ~ label, body .md-inputfield-2 .ui-selectcheckboxmenu.ui-state-error 
	 ~ label {
	color: #e62a10;
}

/* Label validações a vermelho */
body .md-inputfield .ui-state-error ~ label, body .md-inputfield-2 .ui-state-error 
	 ~ label, body .md-inputfield .ui-calendar ~ label.ui-state-error, body .md-inputfield .ui-calendar 
	 ~ label.ui-state-error, body .md-inputfield .ui-inputnumber ~ label.ui-state-error
	{
	color: #e62a10;
}

.button-right-primary {
	width: 180px !important;
	float: right;
	margin-left: 4px;
}

.button-right-secondary svg {
	color: black !important;
}

.button-right-secondary {
	width: 180px !important;
	float: right;
	background-color: white !important;
	color: black !important;
}

.button-right-icon-only {
	width: 40px !important;
	float: right;
	border-radius: 3px !important;
}

/* .ui-fileupload-cancel { */
/* 	width: 40px !important; */
/* 	border-radius: 3px !important; */
/* } */

/*********************** PF OVERRIDE ***********************/
.login-body {
	background: url("/DVDWeb/javax.faces.resource/images/login-background.png.jsf?ln=eica")
		no-repeat;
	background-size: cover;
}

.register-body {
	background: url("/DVDWeb/javax.faces.resource/images/login-background.png.jsf?ln=eica")
		no-repeat;
	background-size: cover;
}

body .ui-messages .ui-messages-error {
	background-color: #b94a48;
	border-color: #b94a48;
	color: #ffffff;
}

body .ui-panel .ui-panel-titlebar {
	border: 0 none;
	border-bottom: 1px solid #6f6f6f;
	padding: 10px 16px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

body .ui-widget-header {
	background-color: #6f6f6f;
	color: #ffffff;
	font-size: 16px;
	border: 1px solid #6f6f6f;
}

body .ui-button {
	overflow: hidden;
	background-color: #faba11;
	color: #ffffff;
	font-size: 16px;
	height: 36px;
	padding: 0 16px;
	border: 0 none;
	-moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0
		rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0
		rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0
		rgba(0, 0, 0, 0.16);
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

body  .ui-button.ui-state-hover {
	background-color: #e6a704;
}

body .ui-fileupload .ui-fileupload-buttonbar .ui-button {
	background-color: #faba11;
}

body .ui-fileupload .ui-fileupload-buttonbar .ui-button.ui-state-hover {
	background-color: #e6a704;
}

body .ui-outputlabel.ui-widget {
	font-weight: bold;
}

.ui-password-panel-inline {
	background-color: #e6a704 !important;
}

@media ( min-width : 1025px) {
	.layout-wrapper.menu-layout-horizontal .layout-main {
		padding-top: 165px !important;
	}
	.layout-wrapper.menu-layout-horizontal .layout-menu {
		overflow: visible;
		position: fixed;
		width: 100%;
		top: 100px;
		height: auto;
		background-color: #6f6f6f;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	}
	.layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu:last-child
		{
		margin-left: 150px;
	}
	.layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
		background-color: white;
		padding-left: 150px;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	.layout-wrapper.menu-layout-horizontal .topbar .topbar-right {
		background-color: white;
		padding-right: 150px;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	.layout-wrapper.menu-layout-horizontal .topbar .topbar-right-welcome {
		background-color: white;
		padding: 26px 15px;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	.layout-wrapper.menu-layout-horizontal .layout-main {
		margin: 0 150px;
	}
	.layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul
		{
		top: 47px;
	}
	.layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a i,
		.layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a
		{
		color: #FFFFFF;
	}
	.layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu>li.active-menuitem>a i
		{
		color: #FFFFFF;
		font-weight: bold;
	}
	.layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu>li.active-menuitem>a
		{
		color: #FFFFFF;
		background-color: transparent;
		border-bottom: 2px solid;
		border-bottom-color: #faba11;
	}
	.layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li.active-menuitem>a
		{
		font-weight: bold;
	}
	.layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a:hover
		{
		color: #FFFFFF;
		background-color: transparent;
		border-bottom: 2px solid;
		border-bottom-color: #faba11;
	}
	.layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a:hover i
		{
		color: #000000;
		font-weight: bold;
	}
}

body .main-body {
	background-color: #f7f7f7;
}

.layout-wrapper .topbar {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100px;
	background-color: white;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.layout-wrapper .topbar .topbar-left {
	box-sizing: border-box;
	padding: 0px;
	height: 100px;
	width: 250px;
	float: left;
	-webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
	height: 100px;
}

.layout-wrapper .topbar .topbar-right {
	box-sizing: border-box;
	padding: 0px;
	height: 100px;
	float: right;
}

.layout-wrapper .topbar .topbar-right-welcome {
	box-sizing: border-box;
	padding: 26px 15px;
	height: 100px;
	float: right;
}

.navbar-nav {
	flex-direction: row;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	box-sizing: border-box;
	text-transform: uppercase;
	padding-top: 25px !important;
	white-space: nowrap;
}

.navbar-nav .nav-item {
	word-wrap: normal;
}

body .navbar-nav.ui-widget-content {
	border: 0px !important;
}

body .ui-menu .ui-menu-list {
	display: flex;
}

.landing-body {
	background: url("/DVDWeb/javax.faces.resource/images/login-background.png.jsf?ln=eica")
		no-repeat;
	background-size: cover;
}

.landing-buttons {
	position: absolute;
	bottom: 30px;
	right: 0;
	padding: 0px 20px;
}

.login-text {
	font-size: 15px;
}

.ica-title {
	font-size: 30px !important;
}

.actions-width {
	width: 100px;
}

td.column-center {
	text-align: center;
}

body .ui-datatable thead th.ui-state-active, body .ui-datatable thead th.ui-state-highlight
	{
	background-color: #faba11;
	color: #ffffff;
	border-top-color: #faba11;
}

body .ui-state-active, body .ui-state-highlight {
	background-color: #faba11;
	color: #ffffff;
}

body .ui-datepicker tbody td.ui-datepicker-today a.ui-state-active, body .ui-datepicker tbody td.ui-datepicker-today span.ui-state-active
	{
	background-color: #faba11;
	color: #ffffff;
}

body .ui-datepicker tbody td a.ui-state-active, body .ui-datepicker tbody td span.ui-state-active
	{
	background-color: #faba11;
	color: #ffffff;
}

body .ui-slider .ui-slider-handle {
	background-color: #faba11;
}

body .ui-button.ui-state-hover {
    background-color: #e8e8e8;
}

body .ui-datepicker tbody td.ui-datepicker-today a, body .ui-datepicker tbody td.ui-datepicker-today span
	{
	border: 1px solid #faba11;
}

/*********************** FOOTER ***********************/
footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
	background-color: #000;
	color: white;
}