﻿/* Only BomOffice */
html, body, #app {
    min-height: 100vh !important;
}

    #app > .row {
        flex: 1 1 auto;
        background: #f4f9fc;
    }

.menuLeftBorderDesign {
    border-left: 3px solid rgb(0, 0, 255);
}

.bg-faq {
    background: rgba(34, 58, 102, 0.3) !important;
}

.text-bom {
    color: #223a66 !important;
}

.hr-bom {
    border-top: 5px solid #223a66;
    opacity: 1;
    margin-top: 0px;
}

.bom-tooltip-text {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2) !important;
}

    .bom-tooltip-text:hover {
        border-bottom: 1px dotted rgba(0, 0, 0, 1) !important;
    }

.bg-home {
    background-color: #DEE9F2 !important;
}
