body {
    font-size:1.2rem;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

.bg-empresa {
    background-color:#005D60;
    color:#FFFFFF;
}

.btn-empresa {
    background-color:#005D60;
    color:#FFFFFF;
}

.btn-empresa:hover {
    background-color:#004344;
    color:#FFFFFF;
}

.form_inline {
    position:relative;
}

.excluir {
    position:absolute;
    top:0px;
    right:10px;
    color:red;
    font-size:20px;
}

.excluir:hover {
    color:darkred;
}

.btn-float {
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:10;
}

.vert-center {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.element_order {
    cursor: pointer;
}

.sub-input {
    position: absolute;
    margin-top: -16px !important;
}

.colaboradores {
    height: 900px;
}

.note-group-image-url {
    display: none;
}

select.readonly {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}