﻿.logo-navbar {
    display: flex;
    flex-direction: row;
}

.logo-navbar img {
    max-height: 45px;
    width: auto;
    align-self: center;
    margin-bottom: 10px;
    margin-right: 15px;
}

.visually-hidden {
    overflow: hidden !important;
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
}

.full-width {
    width: 100%;
}

.checkbox-only-wrapper {
    width: 10px;
    padding: 15px 5px 0 10px !important;
}

.datatable-buttons button {
    z-index: 2;
}

.font-weight-bold {
    font-weight: bold;
}

.situacao-inscricao a {
    display: flex;
    cursor: pointer;
    text-decoration: none;
}

.dropdown-menu .form-control {
    margin: 0 !important;
}

.dropdown-menu .bs-searchbox {
    padding-left: 40px !important;
}