.painel {
    padding: 1rem;
    background: #fff;
    border-radius: 0.25rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.painel:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.line-break {
    overflow-wrap: break-word
}

html, body {
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    background-size: cover !important;
    min-height: 100vmin;
    height: 100vh;
    background: #051931 !important; /* fallback for old browsers */
    background: -webkit-repeating-radial-gradient(#0190F6, #051931) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: fixed center center no-repeat radial-gradient(#0190F6, #0f55a2, #051931) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

h1 {
    font-size: 26px !important;
}

h2 {
    font-size: 22px !important;
}

h3 {
    font-size: 20px !important;
}

h4 {
    font-size: 18px !important;
}

h5 {
    font-size: 16px !important;
}

h6 {
    font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Open Sans, sans-serif !important;
    font-weight: 400 !important;
}

.menu-lateral-container {
    width: 300px;
    box-shadow: 0 0 15px rgba(80, 80, 80, .7);
    overflow: hidden;
    background: rgb(5, 25, 49);
}

.menu-lateral {
    list-style: none;
    padding-top: 0.5rem;
    width: 280px;
    padding-left: 0;
}

.menu-lateral li {
    width: 280px;
}

.menu-lateral hr {
    border-color: rgba(0, 147, 255, 0.2);
}

.menu-lateral li a {
    background: transparent !important;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    transition: color 150ms ease-out, background 150ms ease-out;
    padding-left: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    text-decoration: none;
    color: #b8c7ce !important;
}

.menu-lateral li a .fas, .menu-lateral li a .far {
    width: 15px;
    margin-right: 15px;
    text-align: center;
}

.menu-lateral li a:hover {
    color: #03afff !important;
}

.menu-lateral li a.active {
    color: #fff !important;
    background: rgba(0, 147, 255, 0.1) !important;
}

.menu-lateral li a.active .fas, .menu-lateral li a.active .far {
    color: #03afff !important;
}

.menu-lateral li ul a {
    padding-left: 40px !important;
    font-weight: 300;
    padding-top: 8px;
    padding-bottom: 8px;
}

.menu-lateral li ul {
    padding-left: 0;
}

.menu-lateral li ul a.active {
    border-left: 4px solid #2579ff !important;
}

@media print {
    .menu_print_off, .print_div {
        display: none;
    }
}


.sidebar-menu .treeview-menu > li > a {
    border-top: none !important;
}

.sidebar-menu .treeview-menu > li:hover {
    background: rgba(0, 0, 0, 0.1) !important;
}

ul {
    list-style: none !important;
    padding: 0;
}

.related-widget-wrapper {
    display: flex !important;
}

.url {
    margin: 0 !important;
}

.versao {
    text-align: center;
    color: #f8f9fa;
    font-size: 12px;
}

.success {
    color: green;
}

.errorlist, .error {
    margin: 0;
    color: red;
}

.container-user {
    margin: 6% auto;
    width: 400px;
    display: none;
    background-color: transparent;
    padding: 10px;
}