.hidden {
    display: none !important;
}

div.wrapper {
    min-height:calc(100% - 70px - 170px);
}

footer.page-footer {
    position: relative;
    height:170px;
    color:black;
}

.postman-button-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 30px;
    color: #777;
}

.postman-button-toolbar .toolbar-break {
    display: inline-flex;
    border-left: 1px solid #DDD;
    height: 24px;
    left: 50%;
    margin-left: 3px;
    margin-right:3px;
    margin-top: 3px;
}

.postman-button-flat {
    color: inherit;
    background: inherit;
    border: 0;
    border-radius:10px;
    justify-content: center;
    display: inline-flex;
    height: 30px;
    vertical-align: top;
    transition: all 0.3s;
}

a.postman-button-flat {
    padding: 0 5px 0 5px;
}

.postman-button-flat span,
.postman-button-flat i {
    line-height:30px;
}

.postman-button-flat:not(.no-hover):hover {
    background: #ddd !important;
    cursor: pointer;
    color: #000 !important;
}

.no-hover {
    cursor: default;
}

/*--------------------------------
    BUTTONS
 ---------------------------------*/
.m_button {
    display: inline-block;
    border: none;
    color: white;
    height: 44px;
    padding: 10px 14px;
    font-size: 16px;
    cursor: pointer;
}

.m_button div {
    height: 24px;
}

.m_button div i {
    margin-right: 10px;
}

.m_button:hover,
.m_button:active,
.m_button:focus {
    background: #ddd;
    color: #000;
}

.m_button_gray_outline {
    background: white;
    border: 1px solid #777;
    border-radius: 3px;
    color: #777;
}

.loading-modal {
}

/*--------------------------------
    BADGES
 ---------------------------------*/
.message_badge {
    position: absolute;
    right: 0;
    top: 10%;
    font-size: 0.6rem;
    background-color: #F44336 !important;
}

.badge-opacity-50 {
    opacity: 0.5;
}

/*
    Tabs
 */

.nav>.nav-item>.nav-link {
    display: block;
    padding: .5rem 1rem;
}