@charset "ISO-8859-1";

.skin-blue .main-header .logo {
    background: #375388;
}

.skin-blue .main-header .navbar {
	background-color: #375388;
	/* background-color: #19376F; */
}

.skin-blue .main-header li.user-header {
	background-color: #37474f;
}

.main-header {
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.ui-wizard-navbar.ui-helper-clearfix {
	display: flex;
}

/*
.skin-blue .sidebar-menu>li.header {
	background: none;
}

.skin-blue .sidebar-menu>li>a:hover {
	transition: 0.3s;
	opacity: 0.8;
	background: none;
} */

.campoTXT[readonly="readonly"], .campoTXT input:read-only { 
    background: #eaeaea;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
	background-color: #163161;	
}

#content {
	background-color: white;
}

#logo-svg {
	height: 35px;
}

.float-right {
	float: right !important;
}

.ui-outputlabel-rfi {
	color: red;
	display: initial;
}

.mt-2em {
	margin-top: 2em;
}

.mt-1em {
	margin-top: 1em;
}

.mr-1em {
	margin-right: 1em;
}

.mt-10px {
	margin-top: 10px;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-10px {
	margin-bottom: 10px;
}

.mr-5px {
	margin-right: 5px;
}

.h-100 {
	height: 100%;
}

.w-100 {
	width: 100%;
}

.btn-secondary {
	color: #fff !important;
    background-color: #b2b6b8!important;
    border-color: #9d9d9d !important;
}

.btn-secondary:hover {
	background-color: #9da2a4 !important;
}

@media (min-width: 768px) { 
	#content {
		padding: 5em 2%;
	}
	
	.navbar-nav>li>a {
	    padding: 12px 15px;
	}
}


/* Classes básicas */
.p-0 {
	padding: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-1 {
	padding-top: 1em !important;
}

.pl-1 {
	padding-left: 1em !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pb-1 {
	padding-bottom: 1em !important;
}

.pb-1px {
	padding-bottom: 1px;
}

.bg-grey {
	background-color: #f8f8f8 !important;
}

.border-grey {
	border: 1px solid #BBB;
}

.form-row {
	border-bottom: 1px solid #eee;
}

.td-none, .td-none:hover {
	text-decoration: none !important;
}

.w-100 {
	width: 100%;
}

.d-flex {
	display: flex !important;
}

.flex-column {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.text-center {
	text-align: center;
}

@media (max-width: 991px) {
	nav.navbar.navbar-static-top div.navbar-custom-menu {
		height: 50px !important;
	}
	
	.navbar-custom-menu .navbar-nav>li>a {
	    padding-top: 12px !important;
	    padding-bottom: 12px !important;
	    line-height: 20px;
	}
}

.skin-blue a.dropdown-toggle {
    background-color: #5e76a5 !important;
}

/* DataTable */

.ui-datatable {
	border: 1px solid #ddd;
}

.ui-datatable-empty-message {
	text-align: center;
	color: red;
}

.ui-datatable th.ui-state-default[role="columnheader"] {
	background-color: #f6f6f6 !important;
	color: #666666;
	text-align: left;
	border-top: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
}

.ui-column-title {
	text-transform: uppercase;
}

.ui-datatable th.ui-state-default[role="columnheader"]:hover {
	background: #eee !important;
}

.ui-datatable th.ui-selection-column {
    background: #f6f6f6 !important;
}

body .ui-datatable tbody>tr.ui-state-highlight > td > a {
	/*color: #3c8dbc;*/
	color: #d9a710;
	
} 

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background: #FFFFCC !important;
	color: #000;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav {
    padding: .2em .0em 0 !important;
}

.ui-tabs .ui-tabs-panel {
	border-width: 1px !important;
}

body .ui-datatable .ui-datatable-header {
    color: white;
    background-color: #375388;
    border-color: #375388;
}

.ui-wizard li.ui-wizard-step-title.ui-state-highlight {
    background: #007AD9 !important;
    color: #FFF;
}

.ui-wizard span.ui-panel-title {
    font-weight: bold;
}

.ui-wizard .ui-panel-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: #F4F4F4 !important;
}

button.ui-autocomplete-dropdown.ui-button.ui-widget.ui-state-default.ui-corner-right.ui-button-icon-only {
    margin-top: 4px;
    height: auto;
}

.ui-selectonemenu-trigger.ui-state-default.ui-corner-right {
    margin-top: 5px;
}

.ui-selectonemenu.ui-state-disabled.read-only, .ui-selectonemenu.ui-state-disabled.read-only > label, .ui-selectonemenu.ui-state-disabled.read-only div.ui-selectonemenu-trigger {
	background: #eaeaea;
	color: #555;
	opacity: 100;
}

/* Buscar */
.buscar {
	background-color: #f8f8f8;
	padding: 10px 0px !important;
}

.icon-addon {
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-width: 2em !important;
}

/* Select */
.ui-selectonemenu-trigger, .ui-selectonemenu-label {
	background-color: white;
}

/* Panel filtro */
.filtro-div {
	padding: 1em 0 0 1em !important;
}

@media (max-width: 1024px) { 
	.filtro-div {
		padding: 1em 0 0 0 !important;
	}
}

.filtro {
	background-color: #f8f8f8 !important;
}

.filtro > .ui-panel-titlebar {
	background: #375388 !important;
	padding: 4px !important;
}

.filtro > .ui-panel-titlebar > .ui-panel-title {
	color: white !important;
}

.filtro > .ui-panel-content {
	background-color: #f8f8f8 !important;
	padding: 0 !important;
}

.filtro > .ui-panel-content > h3 {
    font-weight: 400;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.filtro > .ui-panel-content > ul {
    margin: 0px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #eaeaea;
    list-style-type: none;
}

.filtro > .ui-panel-content > ul > li.selected {
    /*border-left: 5px solid #eaeaea;*/
    border-left: 5px solid #375388;
    padding-left: 10px;
    margin-left: -15px;
}

.filtro > .ui-panel-content > ul > li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.filtro > .ui-panel-content > ul > li a {
    color: #999;
}

.filtro > .ui-panel-content > ul > li.selected a {
    color: #5b80b2 !important;
}

.list-item {
    padding: 10px 15px !important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.imgMarca {
	border: 1px solid #d2d6de;
}

.main-footer {
	/*background: #0171c7;
    background: -moz-radial-gradient(center, ellipse cover, #0171c7 0%, #004da4 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #0171c7 0%,#004da4 100%);
    background: radial-gradient(ellipse at center, #0171c7 0%,#004da4 100%);*/
    background: #5171ad;
	background: -moz-radial-gradient(center, ellipse cover, #5171ad 0%, #1c3f80 100%);    
	background: -webkit-radial-gradient(center, ellipse cover, #5171ad 0%,#1c3f80 100%);
    background: radial-gradient(ellipse at center, #5171ad 0%,#1c3f80 100%);
    color: white !important;
}

.error-message {
	color: red;
}

/* Espécie Animal */
div.accordionEst div.ui-accordion-content {
    padding: 5px;
}

/* Marca animal */
.marcaAnimal {
	border: 1px solid red;
	padding: 5px;
}

/* Tab Panel */
.ui-tabs-panels > .ui-tabs-panel {
    padding: 0 !important;
}

.ui-panel.ui-widget.ui-widget-content {
	border: none;
}

body .ui-panel.ui-widget .ui-panel-content {
    border: 1px solid #c8c8c8;
    border-top: none; 
}

.ui-panel.ui-widget .ui-panel-titlebar.ui-corner-all {
    border: 1px solid #c8c8c8;
    background-color: #f4f4f4;
    color: #333;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-weight: 700;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.boolean-button span.ui-button-text.ui-c {
    line-height: inherit;
}

.boolean-button {
	height: 33px;
}

.boolean-button:not(.ui-state-active) {
	color: #fff !important;
    background-color: #dd4b39 !important;
    border-color: #d73925 !important;
}

a.ui-panel-titlebar-icon {
    padding-top: 7px;
}

/* botőes atendimento */

@media (max-width: 675px) { 
	.painel-button {
    	flex-direction: column;
	}
	.painel-button a{
    	width: 100%;
	}
	
}
.ui-widget-header button.ui-button-icon-only > span.ui-icon {
    color: white;
}

.ui-badge-danger {
	background-color: #D32F2F;
	color: white;
}

.ui-badge-success {
	background-color: #689F38;
	color: white;
}

.subcard {
	padding: 0px 3px;
}

.subcard-title {
	background-color: #a8a8a8;
	color: white;
}

.subcard-header {
	background-color: #8f8f8f;
	color: white;
}

.subcard-saldo-header {
	margin-top: 5px;
	background-color: #375388;
	color: white;
	padding: 0px;
}

.subcard-saldo {
	background-color: #81b5d4;
	text-align: center;
	padding: 0px;
	border: solid 1px #d2d6de;
}

.subcard-form {
	background-color: #feffb5;
}

.subcard-disabled {
	background-color: #e7e7ea;
}

.ui-panel.panel-blue > .ui-panel-titlebar {
	background-color: #375388 !important;
	border-color: #375388 !important;
	text-align: center;
}

.ui-panel.panel-blue > div > span.ui-panel-title, .panel-blue .ui-panel-titlebar-icon > span::before {
	color: white !important;
}

.card-shadow {
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2),
	0px 0px 0px 0px rgba(0,0,0,0.3),
	0px 1px 10px 0px rgba(0,0,0,0.3);
}

body .ui-datepicker td a.ui-state-default {
	margin: auto;
}

a.logout-button i {
	color: #337ab7;
}

a.logout-button i:hover {
	color: #245a89;
	background: white;
}

.ui-button-text-icon-right:not(:has(.ui-icon)) .ui-button-text {
	padding: 0.3em 2.1em 0.3em 2.1em;
}