.search-item{
	color:white;
	margin: 5px 40px 0 0;
}

.card h1{
	border-bottom-style: solid;
	border-bottom-color: #ff944d;
	border-bottom-width: thin;
	padding-bottom: 10px;
}

/**
 * Classes para auxiliar no tamanaho de objetos
 **/
.size-10 {
	width: 10px;
}

.size-15 {
	width: 15px;
}

.size-25 {
	width: 25px !important;
}

.size-30 {
	width: 30px !important;
}

.size-50 {
	width: 50px;
}

.size-75 {
	width: 75px;
}

.size-75>input {
	width: 85px;
}

.size-100 {
	width: 100px;
}

.size-150 {
	width: 150px;
}

.size-200 {
	width: 200px;
}

.size-300 {
	width: 300px;
}

.size-400 {
	width: 400px;
}

.size-500 {
	width: 500px;
}

.size-800 {
	width: 800px;
}

/**
 * Classes para auxilixar o layout em geral 
 **/
.center {
	margin-left: auto;
	margin-right: auto;
}

.form-group {
	margin-bottom: 3px;
	margin-right: 5px;
	vertical-align: bottom !important;
}

.form-group>label {
	display: block;
}

.form-group-inline {
	vertical-align: bottom !important;
	display: inline-flex;
}

.panel-grid-bottom>tbody>tr>td {
	vertical-align: bottom !important;
}

.panel-grid-bottom>tbody>tr>td>label {
	display: block;
}

.panel-grid-bottom>tbody>tr>td>div {
	vertical-align: bottom !important;
}

.panel-grid-top>tbody>tr>td {
	vertical-align: top !important;
}

.clear-both {
	clear: both;
}

.relatorio-objeto {
	height: 90%;
	width: 100%;
	margin-bottom: 10px;
}

.sem-borda {
	border: 0 !important;
}

.ui-selectoneradio>tbody>tr>td>label {
	margin-right: 10px
}

.ui-selectoneradio>tbody>tr>td>div {
	margin-right: 5px
}

/**
 * Classes para auxilixar no desing de textos
 **/
.texto-centro {
	text-align: center;
}

.texto-esquerda {
	text-align: left;
}

.texto-direita {
	text-align: right;
}

.texto-negrito {
	font-weight: bold;
}

.texto-italico {
	font-style: italic !important;
}

/**
 * Classes com customizaçâo de alguns widget
 **/
.ui-autocomplete-table {
	border: 0 !important;
}

.row-aprovado {
	background-color: #EBFFEB;
}

.row-rejeitado {
	background-color: #FFD6CC;
}

.row-aguardando {
	background-color: white;
}

.scrollup {
	width: 48px;
	height: 48px;
	opacity: 0.7;
	position: fixed;
	bottom: 25px;
	right: 170px;
	display: none;
}

.autocomplete-table>tbody>tr>td {
	border: 0 !important;
	padding: 0px !important;
}

.autocomplete-table>tbody>tr>td:first-child {
	padding-right: 10px !important;
}

/*******************************
 *
 *******************************/
@media ( max-width : 1023px) {
	.PrintPreviewObjectSmall {
		position: fixed;
		top: 0px;
		left: 0px;
		bottom: 20px;
		right: 0px;
		background-color: white;
	}
	.NoMobile {
		visibility: hidden;
		!
		important;
	}
}

@media ( min-width : 1024px) and (max-width: 1279px) {
	.PrintPreviewObjectNormal {
		height: 490px;
	}
}

@media ( min-width : 1280px) and (max-width: 1365px) {
	.PrintPreviewObjectNormal {
		height: 490px;
	}
}

@media ( min-width : 1366px) and (max-width: 1599px) {
	.PrintPreviewObjectNormal {
		height: 490px
	}
}

@media ( min-width : 1600px) and (max-width: 1919px) {
	.PrintPreviewObjectBig {
		height: 710px;
	}
}

@media ( min-width : 1920px) {
	.PrintPreviewObjectBig {
		height: 760px;
	}
}