@font-face {
    font-family: fontKhmer;
    src: url(../fonts/Kh-Battambang.ttf);
}

.row.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navbar-brand {
    float: left !important;
    height: 60px !important;
    padding: 0 !important;
    padding-top: 0 !important;
    padding-left: 15px !important;
    display: flex;
    align-items: center;
}

.navbar-form .dropdown-toggle.btn-default {
    background-color: #117cc1 !important;
    border-color: #117cc1 !important;
}

.navbar-form .dropdown-toggle.btn-default:hover {
    background-color: #08273c !important;
    border-color: #08273c !important;
}

.navbar-brand > img {
    width: auto !important;
    height: 50px;
}

#right-menu-toggle {
    margin-right: 30px
}

#right-menu-toggle .fa-bell{
    position: relative;
    font-size: 13pt;
    margin: 32px 12px 25px 24px;
}

#right-menu-toggle .badge {
    position: absolute;
    display: inline-block;
    background-color: #d9534f;
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    cursor: default;
    border: 1px solid transparent;
    font-size: 8pt;
    font-weight: bold;
    min-width: 20px;
    max-width: 1.6875rem;
    padding: 2px 0px;
    border-radius: 3px;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

#right-menu-toggle .badge-icon {
    left: 20px;
    top: -10px;
}

.navbar-form.custom-navbar-khnote {
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0;
    margin-right: 0;
}

.custom-navbar-khnote .right-menu-toggle .fa-bell {
    margin: 0px 0px 0px 0px;
}

#navbar-collapse-1 {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    height: 60px !important
}

#invoice-master table { page-break-inside:auto }
#invoice-master tr    { page-break-inside:auto; page-break-after:auto }
#invoice-master thead { display:table-row-group }
#invoice-master tfoot { display:table-row-group }