/* Add custom CSS for the side menu and header */

/* Custom styles for WMA_draft */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media (max-width: 820px) {
    .col-md-12 {
        padding-bottom: 10px !important;
    }

    .btn-responsive {
        padding-top: 10px !important;
        margin-bottom: 10px !important;
        width: 100%;
    }
}

.main-content {
    flex: 1;
}
.miri-ui-kit-header.header-bg-2 {
    /*background-image: url(../images/bg1_small.png) !important;*/
    background-image: url(../images/background1_2048.png) !important;
}

.navbar-brand img {
    height: 35px !important;
}

.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

.required-field {
    color: red;
    margin-left: 0.2em;
}

.indented-text {
    padding-left: 15px !important;
}

/* Adjustment for Branding */

.card {
    /*border-radius: 20px !important;*/
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #5B5AE0 !important;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #5B5AE0 !important;
    border-color: #5B5AE0 !important;
}
.btn-primary:hover {
        background-color: #3F3EE7 !important;
        border-color: #3F3EE7 !important;
}

/*a {
    color: #5B5AE0 !important;
    text-decoration: none;
    background-color: transparent;
}
*/
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    color: #5B5AE0;
}

.layout-fixed .main-sidebar {

    background-color: #E6E6E6 !important;
}

.navbar-light {
    background-color: #5B5AE0 !important;
    color: #FFFFFF !important;
}

.content-wrapper {
    /*background-color: #f4f6f9;*/
    background-color: #FFFFFF !important;
}

.navbar-expand .navbar-nav .nav-link {
/*    padding-right: .5rem;
    padding-left: .5rem;*/
    color: #FFFFFF !important;
}