@media screen and (min-width: 900px) {
    .container-larger {
        max-width: 850px;
    }
}

label, div, p, select, input, button {
    font-family: sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

label {
    font-weight: normal !important;
    margin-bottom: 0px;
}

a {
	cursor: pointer;
}

h1 {
	font-size: 16px !important;
	font-weight: bold !important;
}

div[contenteditable="true"] {
	resize: none;
	font-weight: normal;
	cursor: text;
	height: 120px;
	width: 100%;
	overflow: auto;
}

.coluna, .linha {
	padding-left: 8px; 
	padding-right: 8px;
}

.grupo-campos {
	display: table;
	width: 100%;
}

.grupo-campos--input {
	display: table-cell;
}

.grupo-campos--addon {
	display: table-cell;
	padding: 6px 0 6px 12px;
	vertical-align: middle;
}

.form-group {
	margin-bottom: 5px;
}

.separadorFormularioListagem .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.separadorFormularioListagem hr {
	border-color: gray;
}

.linhaListagem{
	margin-bottom: 3px;
}

.btnListagem {
	width: 30px; 
	padding: 6px;
}

.colunaListagem {
	padding-top: 5px;
}

label.has-error{
	color: #a94442;
	font-weight: bold !important;
}

.resumoRow {
	padding-bottom: 15px;
}


.resumoLeftColumn{
	padding-left: 40px;
	white-space: nowrap !important;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

#resumoSolicitacao {
	word-wrap: break-word;
}

#labelForo {
	font-size: 13px;
	margin-top: 0;
}

.botoesAdicionarNovaParte {
	width: 100%;
	justify-content: right;
	display: flex;
}

.rightSideButtons {
	display: flex;
	justify-content: end;
	gap: 12px;
}