﻿:root {
    --mc-primary-color2: #2e44ae;
    --mc-primary-color: #001252;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

#layoutContainer {
    min-height: 600px;
    background-color: rgba(255,255,255,0);
}

#navbarDropdownMenuLink {
    cursor: pointer;
}

.form-control {
    color: var(--mc-primary-color);
}

    .form-control:focus {
        color: var(--mc-primary-color);
    }

.select2-selection__rendered {
    color: var(--mc-primary-color);
}

.input-group-text {
    background-color: rgba(46, 68, 174, 0.2);
    color: var(--mc-primary-color);
}

.bg-light {
    background-color: rgba(46, 68, 174, 0.2) !important;
}

.text-primary {
    color: var(--mc-primary-color) !important;
}



.form-group-sm {
    margin-bottom: 0.5rem;
}

    .form-group-sm label {
        margin-bottom: 0.15rem;
    }


.table .thead-dark-blue th {
    color: var(--mc-primary-color) !important;
    background-color: rgba(46, 68, 174, 0.2) !important;
    border-color: rgba(46, 68, 174, 0.2) !important;
    border: 1px solid rgba(46, 68, 174, 0.2) !important;
    box-shadow: 0;
    -webkit-box-shadow: 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(46, 68, 174, 0.2); /*!important*/
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: var(--mc-primary-color); /*!important*/
}

.modal-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(46, 68, 174, 0.2) !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: var(--mc-primary-color) !important;
}


.btn-primary {
    background: var(--mc-primary-color);
    color: #fff !important;
    /* border: 2px solid #eee; */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-white {
    background: #ffffff;
    color: var(--mc-primary-color) !important;
    /* border: 2px solid #eee; */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

    .btn-white:hover {
        background: #eee;
    }


.mg-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    border-radius: 0.25rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0rem;
    font-size: 0.85rem;
    font-weight: 500;
}

    .mg-breadcrumb > .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        color: #7e8182 !important;
        content: "/";
    }

    .mg-breadcrumb > .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .mg-breadcrumb > .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

    .mg-breadcrumb > .breadcrumb-item {
        color: #7e8182 !important;
    }

        .mg-breadcrumb > .breadcrumb-item > a {
            color: #7e8182;
        }

            .mg-breadcrumb > .breadcrumb-item > a:hover {
                color: #585a5b;
            }

        .mg-breadcrumb > .breadcrumb-item.active {
            color: var(--mc-primary-color) !important;
        }

.mg-icons {
    max-height: 6em;
}

.mg-iawd-Logo {
    max-width: 708px;
    max-height: 195px;
}

.mg-danube-logo {
    max-width: 516px;
    max-height: 270px;
}

.mg-supported-Logo {
    max-width: 708px;
    max-height: 225px;
}

.mg-ubp {
    position: relative;
    width: 70px;
    height: 70px;
    background: #7d766a;
    border-radius: 50%;
}

    .mg-ubp span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        color: #ffffff;
    }

.mg-small {
    font-size: 95%;
}

.mg-card {
    border-radius: 0px !important;
    background-color: rgba(255,255,255,0.95) !important;
    box-shadow: 0 0 18px 0 rgba(11, 5, 12, 0.21);
}

.mg-card-sm {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(11, 5, 12, 0.21);
}

.mg-text-primary {
    color: var(--mc-primary-color);
}

.mg-text-primary-light {
    color: var(--mc-primary-color)80 !important;
}

.mg-text-danger {
    color: #ff0000;
}

.mg-text-warning {
    color: #ffff00;
}

.mg-letter-spacing-3 {
    letter-spacing: 3px;
}

.mg-letter-spacing-2 {
    letter-spacing: 2px;
}


.dropdown-item.mg-text-primary {
    color: var(--mc-primary-color) !important;
}

.dropdown-item-text.mg-text-primary {
    color: var(--mc-primary-color) !important;
}

.mg-bg-warning {
    background-color: #ffff00;
}

.mg-bg-danger {
    background-color: #ff0000;
}

.mg-bg-danger-light {
    background-color: rgba(255, 0, 0, 0.2);
}

.mg-bg-success {
    background-color: #00ff00;
}

.mg-bg-success-light {
    background-color: rgba(0, 255, 0, 0.2);
}

.mg-bg-primary {
    background-color: var(--mc-primary-color);
}

.mg-bg-primary-light {
    background-color: rgba(46, 68, 174, 0.2);
}

.mg-bg-primary-lighter {
    background-color: #eaecf7;
}

    .mg-bg-primary-lighter:focus {
        background-color: #eaecf7 !important;
        color: var(--mc-primary-color);
    }

.mg-bg-disabledprogress {
    background-color: #6b6b6b;
    -moz-box-shadow: inset 0px 2px 3px 0 #0b050c;
    -webkit-box-shadow: inset 0px 2px 3px 0 #0b050c;
    box-shadow: inset 0px 2px 3px 0 #0b050c;
}

.mg-bg-primary-gradient {
    background-image: linear-gradient(to bottom, var(--mc-primary-color), var(--mc-primary-color)), linear-gradient(to top, #1b2f88, var(--mc-primary-color), #4664dc);
}

.mg-border-primary {
    border-color: var(--mc-primary-color) !important;
}

    .mg-border-primary > thead > tr > th {
        border-color: var(--mc-primary-color);
    }

    .mg-border-primary > tbody > tr > td {
        border-color: var(--mc-primary-color);
    }

.mg-menu-bg {
    box-shadow: 0 0 16px 0 rgba(11, 5, 12, 0.39);
    background-color: rgba(255, 255, 255, 1);
}

.mg-menu-item {
    cursor: pointer;
    height: 100%;
    box-shadow: 0 0 5px 0 rgba(11, 5, 12, 0.39);
    background-color: rgba(255, 255, 255, 0.8);
}


    /*@media (min-width: 768px) {
    .mg-menu-item {
        width: 15em;
    }
}*/

    .mg-menu-item:hover {
        background-color: var(--mc-primary-color) !important;
        color: white !important;
    }

    .mg-menu-item > .nav-link:hover {
        color: white !important;
    }


    .mg-menu-item > nav-link:focus {
        background-color: var(--mc-primary-color) !important;
        color: white !important;
    }

    .mg-menu-item > nav-link:active {
        background-color: var(--mc-primary-color) !important;
        color: white !important;
    }




.mg-menu-dropdownmenu {
    font-size: 14px !important;
    border-radius: 0 !important;
}
/*@media (min-width: 768px) {
    .mg-menu-dropdownmenu {
        width: 15em;
    }
}*/
.mg-menu-dropdownitem:hover {
    background-color: rgba(46, 68, 174, 0.2) !important;
}

.mg-menu-dropdownitem:active {
    background-color: rgba(46, 68, 174, 0.5) !important;
}

.mg-menu-usernamedropdown {
    font-size: 14px !important;
    border-radius: 0 !important;
}
/*@media (min-width: 768px) {
    .mg-menu-usernamedropdown {
        width: 15em;
    }
}*/

.mg-menu-languagedropdown {
    width: 2em;
    font-size: 14px !important;
    border-radius: 0 !important;
}

.mg-menu-activitiesdropdown {
    min-width: 30em; /*22em;*/
    max-width: 40em;
    font-size: 14px !important;
    border-radius: 0 !important;
    max-height: 30em;
    overflow-y: scroll;
}

.mg-menu-text {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: var(--mc-primary-color);
}

.mg-big-shadow-white {
    box-shadow: rgba(255,255,255,0.2) 0px 2px 3px, inset rgba(255,255,255,.2) 0px -1px 2px;
    border-radius: 20px;
}

.mg-card-access {
    border-radius: 10px;
    background-color: rgba(70, 100, 220,0.05) !important;
}

.mg-footer {
    width: 100%;
    min-height: 15em;
    background-image: linear-gradient(to bottom, var(--mc-primary-color), var(--mc-primary-color)), linear-gradient(to top, #1b2f88, var(--mc-primary-color), #4664dc);
}

.mg-container-bg {
    background-color: rgba(255,255,255,1);
}

.text-black {
    color: #000000;
}

.bg-white {
    background-color: #ffffff;
}

.navbar-icon-top > .nav-link > i {
    position: relative;
    width: 1.5em;
    font-size: 1.8em;
}

    .navbar-icon-top > .nav-link > i > .badge {
        font-size: 0.75rem;
        position: absolute;
        right: -1em;
        font-family: sans-serif;
    }

.navbar-icon-top > .nav-link > i {
    top: 0.2em;
    line-height: 0.5em;
}

    .navbar-icon-top > .nav-link > i > .badge {
        top: -1em;
    }

.z-index-top {
    z-index: 9999999 !important;
}

.btn-outline-mg-primary {
    color: var(--mc-primary-color);
    border-color: var(--mc-primary-color);
}

    .btn-outline-mg-primary:hover {
        color: #fff;
        background-color: var(--mc-primary-color);
        border-color: var(--mc-primary-color);
    }

    .btn-outline-mg-primary:focus, .btn-outline-mg-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(46, 68, 174, 0.5);
    }

    .btn-outline-mg-primary.disabled, .btn-outline-mg-primary:disabled {
        color: var(--mc-primary-color);
        background-color: transparent;
    }

    .btn-outline-mg-primary:not(:disabled):not(.disabled):active, .btn-outline-mg-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-mg-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--mc-primary-color);
        border-color: var(--mc-primary-color);
    }

        .btn-outline-mg-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-mg-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-mg-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(46, 68, 174, 0.5);
        }

.btn-mg-primary {
    color: #fff;
    font-weight: 500;
    background-color: var(--mc-primary-color);
    border-color: var(--mc-primary-color);
}

    .btn-mg-primary:hover {
        color: #fff;
        background-color: #273a94;
        border-color: #24368b;
    }

    .btn-mg-primary:focus, .btn-mg-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(46, 68, 174, 0.5);
    }

    .btn-mg-primary.disabled, .btn-mg-primary:disabled {
        color: #fff;
        background-color: var(--mc-primary-color);
        border-color: #007bff;
    }

    .btn-mg-primary:not(:disabled):not(.disabled):active, .btn-mg-primary:not(:disabled):not(.disabled).active,
    .show > .btn-mg-primary.dropdown-toggle {
        color: #fff;
        background-color: #24368b;
        border-color: #223282;
    }

        .btn-mg-primary:not(:disabled):not(.disabled):active:focus, .btn-mg-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-mg-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(46, 68, 174, 0.5);
        }

.rounded-rectangle {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background: var(--mc-primary-color);
    color: #ffffff;
    padding: 0.5em;
    width: 200px;
    left: 0;
}

#fullNav {
    background-color: rgba(255,255,255,0.5);
    /*
    background-image: url(../Images/Assets/Background/bg_png/bg.png);
    background-image: url(../Images/Assets/Background/bg2.jpg);
    background-image: url(../Images/Assets/Background/bg3.jpg);
    */
    /*background: url(../Images/Assets/Background/bg5.png);*/
    /*background-color: #f0f8ff;*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    font-family: Roboto !important;
}


body {
    margin-top: 0px !important;
    font-family: Roboto !important;
    background: url(/Content/Images/Assets/Background/bg7.jpg) no-repeat center fixed !important;
    background-size: cover !important;
    overflow-x: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}

.btn-dropdownmg:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.fa-1_4x {
    font-size: 1.4em;
}

.border-radius-2 {
    border-radius: 2em;
}

.border-radius-0 {
    border-radius: 0;
}

.font-weight-500 {
    font-weight: 500;
}

.flex-fill {
    -ms-flex: 1 1 0 !important;
    flex: 1 1 0 !important;
}

.mg-option {
    font-weight: 500;
    color: #000000;
}

    .mg-option:hover {
        background-color: rgba(46, 68, 174, 0.2) !important;
    }

    .mg-option:active {
        background-color: rgba(46, 68, 174, 0.5) !important;
    }

.border-left-6 {
    border-left: 6px solid var(--mc-primary-color) !important;
}

.value-calculated {
    background-color: rgba(46, 68, 174, 0.2) !important;
    border: 2px solid rgb(46, 68, 174) !important;
    color: rgb(46, 68, 174);
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.transparent-icon {
    color: transparent;
}

.mg-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .mg-checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.mg-checkbox {
    position: absolute;
    top: 5px;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: #eee;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.mg-checkbox-container:hover input ~ .mg-checkbox {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.mg-checkbox-container input:checked ~ .mg-checkbox {
    background-color: var(--mc-primary-color);
    border: 1px solid var(--mc-primary-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.mg-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.mg-checkbox-container input:checked ~ .mg-checkbox:after {
    display: block;
}

.page-link {
    color: var(--mc-primary-color) !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}

    .page-link:hover {
        color: var(--mc-primary-color) !important;
        background-color: #e9ecef !important;
        border-color: #dee2e6 !important;
    }

    .page-link:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
    }

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: var(--mc-primary-color) !important;
    border-color: var(--mc-primary-color) !important;
}

.page-item.disabled .page-link {
    color: #6c757d !important;
    background-color: #fff !important;
    border-color: #dee2e6 !important;
}

.btn-mg-link {
    color: #000000;
}

    .btn-mg-link:hover {
        color: var(--mc-primary-color);
        text-decoration: none;
    }

.brl-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.brr-1 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.br-1 {
    border-radius: 0.25rem;
}

.gap-3{
    gap:1rem;
}

.img-height {
    max-height: 65px !important;
}

.dx-checkbox-container {
    height: auto !important;
}

.dx-checkbox-text {
    height: auto !important;
}

#btnSideFilter {
    box-shadow: 0 0 0 0;
}

#sideFilterChevron {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: var(--mc-primary-color);
}

.side-filter-item {
    overflow-y: hidden;
    overflow-x: hidden;
}

#btnFilterCollapse {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: var(--mc-primary-color);
    box-shadow: 0 0 0 0;
}


