.hide {
    display: none;
}

a.link-decoration-none {
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.color-placeholder {
    color: #c0c0c0;
}

.dropdown-menu {}

[role="combobox"].show a[role="option"] span.text>span {
    border-width: 0 !important;
}

.strong {
    font-weight: bold;
}

.thumb-table {
    width: 96px;
}

.thumb-table.large {
    width: 300px !important;
}

.min-width-85 {
    min-width: 85px;
}

.foto-principal-edicao {
    height: 230px;
    border: dotted 1px #c0c0c0;
}

.form-control:focus,
.custom-select:focus {
    border-color: #007385;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    background-color: #007385!important;
    border: #f29c04;
}

.default-color {
    color: #007385 !important;
}

textarea {
    resize: none;
}

.js-range-datepicker:disabled {
    background-color: #e9ecef !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-bottom: solid #c0c0c0;
}