.validationMessage {
    display:none;
}

.left-sidebar {
    padding-top: 80px !important;
}

.logo-icon {
    float:left;
    display:block;
    height: 85px;
}

.logo-text {
    display:block;
    width: 100%;
    padding: 10px;
}

.navbar-brand {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    white-space: normal;
    max-height: 80px !important;
    padding: 0 10px !important;
}

.topbar .top-navbar .navbar-header .navbar-brand {
    display: block !important;
}

.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}

.avatar {
    margin-top: -10px !important;
}

.readonly {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

/* Sweet Alert */
.swal2-title {
    display: block !important;
}

.progress-password-strength {
    height: 15px;
    background: transparent;
    transition: border 0.2s;
    color: #fff;
}
.progress-password-strength div {
    height: 13px;
    line-height: 11px;
    background: transparent;
    transition: background 0.2s;
}

/* Popover */
.popover {
    border: 2px dotted #3E59E3 !important;
    max-width: 580px !important;
    text-align: justify !important;
    pointer-events:none;
    font-size: 12px;
}

.text-underline {
    text-decoration: underline;
}

.max-h-300 {
    max-height: 300px !important;
    overflow-y: scroll !important;
}

.max-h-400 {
    max-height: 400px;
    overflow-y: scroll;
}

.max-h-500 {
    max-height: 500px;
    overflow-y: scroll;
}

.small-padding-cell {
    padding: 0.25rem 1rem !important;
}

.tooltip {
    pointer-events: none !important;
}

.btn-ver-margem {
    border-radius: .6em !important;
    padding: 0rem 0.3rem !important;
    margin-left: 10px;
}
