
@font-face {
    font-family: 'BoutrosMBC';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/BoutrosMBCDinkum-Medium.ttf) format('truetype');
}

html, body, select, textarea, input, select, option, optgroup, select > option {
    font-family: 'BoutrosMBC' !important;
}

html {
     font-size: 16px;
}

h5, h5 {
    font-size: 1.25rem;
}
.navbar-brand .logo-text {
    color: #15a362;
    font-size: 1.25rem;
    font-weight: 600;
    vertical-align: middle
}

.logo-icon {
    max-width: 50px;
}
.container-app {
    min-height: calc(100vh - 125px);
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    transition: all .4s ease-in-out;
}
.footer{
    padding:15px 0;
    
}

.header-app {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    border-bottom: 1px solid #dee2e6;
    height: 66px;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.container-app .content-heading {
  
    font-size: 1.5rem;
    line-height: 1.1;
    color: #929292;
    padding: 15px;
    font-weight: 400;
    background-color: #fafbfc;
    border-bottom: 1px solid #dee2e6;
    margin-left: -10px;
    margin-right: -10px;
}

    .container-app .content-heading h5 {
        margin: 0;
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #15a362;
    font-weight: 600;
}


.loading-container {
    z-index: 5000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15a362;
    text-align: center;
}

    .loading-container.loading-inactive {
        display: none;
    }

        .loading-container.loading-inactive .loader {
            display: none;
        }

    .loading-container .loader {
        width: 100%;
        text-align: center;
        margin: 50vh auto;
        position: relative;
        color: #fff;
    }

a, .btn-link {
    color: #15a362;
    text-decoration: none;
}
    .btn-link:hover {
        color: #0a58ca
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d
    }

.sig-image
{
    max-width:75px;
}
.signature {
    display: flex;
    align-items: center;
}
.sign-form
{
    display:inline-block;
}

.e-pv-signature-dialog-height .e-btn {
    height: 30px;
    min-height: 30px;
}
.e-pv-signature-dialog-height {
    height: auto !important;
    min-height: auto !important;
}
.e-dlg-container {
    top: 25vh !important;
    position: fixed !important;
}

.e-icon-dlg-close, .e-dlg-header {
    color: #fff !important;
}


.e-dialog .e-dlg-header-content, .e-dialog .e-footer-content {
    background-color: #198754 !important;
    color: #fff !important;
}
.e-dialog .e-footer-content {
    padding: 12px 24px !important;
}

.e-pv-signature-apperance {
    text-align: center;
}


.filter-action {
    display: flow-root;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: #fff;
    background: #15a362;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #15a362;
    border-color: #15a362;
}

.page-link, .page-link:hover {
    color: #15a362;
}

    .page-link:focus {
        box-shadow: 0 0 0 .25rem rgba(21,163,98,.25);
    }

.app-utility-item > a {
    color: #5d6778;
}


.app-utility-item a:hover, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    color: #15a362;
}
.name
{
    min-width:140px;
}

.name-ar {
   text-align:left
}
.name-en {
    text-align: right
}
.app-user-dropdown img {
    width: 36px;
    height: 36px;
}
