.link_menu_page {
    color: #222d32;
}

.flash-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
    border-radius: 5px;
}

/* form */
td a i {
    padding: 10px 5px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

.box-header>.box-tools {
    position: unset;
}

.form-horizontal .control-label.text-start {
    text-align: left;
}

.navbar-header .navbar-brand {
    font-size: 30px;
}

.navbar-header .navbar-brand small {
    font-size: 65%;
    padding-left: 20px;
    color: #777;
    font-weight: 300;
}

.nav-tabs-custom>.nav-tabs>li {
    margin-bottom: 0;
}

li.noactive a {
    color: #3c8dbc !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.d-flex {
    display: flex;
}

.mr3 {
    margin-right: 10px;
}

