.container-principal {
	margin-top: 60px;
}
/* tbody {
    font-size: 11px;
} */
.control-label-font {
	font-size: 12px;
	text-align: left !important;
}
.modal-lg-xl {
    margin-left: 0;
	margin-right: -15px;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.form-group-custom {
	margin-bottom: 0;
}
.col-custom {
	padding-left: 5px;
    padding-right: 5px;
}
.col-label-custom {
	padding-left: 0;
    padding-right: 0;
}
.radio-inline-custom {
	padding-top: 5px !important;
}
textarea {
	resize: none;
}
.text-danger-required {
	font-size: 12px;
}
.table-hover > tbody > tr:hover {
	background-color: #ddd;
}
.jumbotron-custom {
	background-color: rgba(255, 255, 255, 0);	
}
.breadcrumb {
	background-color: #dfdfdf;
	margin-bottom: 10px !important;
}
.breadcrumb > li {
	color: #337ab7;
}
.text-12 {
	font-size: 12px;
}
.col-button {
    padding-right: 5px;
}
.margin-form-top {
	margin-top: 15px;
}
.control-label-custom {
    margin-bottom: 0;
    padding-top: 7px;
}
.carregando-geral {
	background-color: rgba(255, 255, 255, 0.7);
	display: table;
	height: 100% !important;
	position: fixed !important;
	width: 100% !important;
	top: 0 !important;
	z-index: 10000;
}
.carregando-centro {
	display: table-cell !important;
    vertical-align: middle !important;
}
.carregando-conteudo {
	left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}

.ui-select-dropdown {
	width: 100%;
}

.ui-select-dropdown > .ui-select-choices {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px;
}

.tooltip-inner {
    background-color: white !important; /* Fundo branco */
    color: black !important; /* Texto preto */
    border: 1px solid #ccc; /* Borda cinza clara */
    padding: 10px; /* Espaçamento interno */
}

.tooltip-arrow::before {
    border-top-color: white !important; /* Cor da seta */
    border-bottom-color: white !important; /* Cor da seta */
}

@media print {

	* {
		background:transparent !important;
		color:#000 !important;
		text-shadow:none !important;
		filter:none !important;
		-ms-filter:none !important;
		font-size: 10px;
	}
	
	body {
		margin:0;
		padding:0;
		line-height: 1.4em;
	}
	
	@page {
		margin: 0.5cm;
	}	
}