﻿body {
    color: black !important;
    font-size: 16px !important;
    height: 100%;
    margin: 0;
    padding-top: 92px !important;
}

.cm-content {
    min-height: 100%;
    margin-bottom: 20px;
}

.cm-top-nav-bar {
    background-color: #002c5c !important;
    margin-bottom: 0px;
    border: 0px;
    height: 48px;
    border-radius: 0;
    display: flex !important;
    flex-wrap: nowrap !important;
}

.nav-underline .nav-link {
    font-size: 1rem !important;
}

.nav-underline .nav-link.active {
    color: #002c5c !important;
}

.cm-menu-bar {
    width: 100%;
    position: fixed !important;
    background-color: #F9F9F9 !important;
    top: 48px;
}

#navbar-auth {
    display: flex !important;
    flex-basis: auto !important;
    padding-right: 16px;
}

.cm-signin {
    color: #ffffff !important;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 20px;
}

.cm-username {
    border-right: solid 1px white;
    padding-right: 6px;
}

.cm-logout {
    vertical-align: middle;
    padding-left: 2px;
}

.placeholder {
    width: 160px !important;
}

.text-white {
    color: white !important;
}

.cm-menu-item {
    color: black !important;
    padding: 0px !important;
}

.cm-menu-item-active {
    background-color: #D0CCCC;
}

.cm-logo {
    /*border-style: none;
    width: auto;
    padding: 8px;
    
    width: 30%;*/
    border-style: none;
    width: auto;
    padding: 8px;
    padding-left: 16px;
    max-height: 42px;
}

.cm-panel-default {
    background: #F9F9F9 !important;
    border-radius: 0px;
    padding: 20px;
}

.cm-section-heading {
    font-family: 'Segoe UI', 'sans-serif' !important;
    font-size: 25px;
    background-color: #fff;
    border-bottom: none;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
    color: #002c5c;
    text-decoration: none;
}

.p10 {
    padding: 10px;
}

.w286 {
    width: 286px;
}

.w120 {
    width: 120px;
}

.w200 {
    width: 200px;
}

.mr250 {
    margin-right: 250px;
}

.mt100 {
    margin-top: 100px;
}

.mt200 {
    margin-top: 200px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.alert-success {
    background-color: #e3f0ce !important;
    border-color: #57a300 !important;
}

.alert-danger {
    background-color: #f8d7da !important;
    border-color: #e00b25 !important;
}

.cm-button-default {
    color: #fff !important;
    background-color: #002c5c;
    border-color: #002c5c;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
    text-decoration: none !important;
}

    .cm-button-default:hover {
        background-color: #1f4b7a;
        border-color: #1f4b7a;
        border-radius: 4px;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: bold;
        color: #fff !important;
        text-decoration: none !important;
    }

.cm-home-primary-button {
    background-color: #002c5c !important;
    border-color: #002c5c !important;
    color: #fff !important;
    text-decoration: none !important;
}

    .cm-home-primary-button:hover {
        background-color: #1f4b7a !important;
        border-color: #1f4b7a !important;
        color: #fff !important;
        text-decoration: none !important;
    }

.cm-button-error {
    color: #fff;
    background-color: #002c5c !important;
    border-color: #002c5c;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
    text-decoration: none !important;
}

    .cm-button-error:hover {
        background-color: #1f4b7a !important;
        border-color: #1f4b7a;
        border-radius: 4px;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: bold;
        color: #fff !important;
        text-decoration: none !important;
    }

.cm-button-success {
    color: #fff;
    background-color: #256525;
    border-color: #256525;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
    text-decoration: none !important;
}

    .cm-button-success:hover {
        background-color: #317531;
        border-color: #317531;
        border-radius: 4px;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: bold;
        color: #fff !important;
        text-decoration: none !important;
    }

.cm-button-danger {
    color: #fff;
    background-color: #EA2333;
    border-color: #EA2333;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
    text-decoration: none !important;
}

    .cm-button-danger:hover {
        background-color: #ef4f5b;
        border-color: #ef4f5b;
        border-radius: 4px;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: bold;
        color: #fff !important;
        text-decoration: none !important;
    }

.cm-table {
    background: #ffffff !important;
    font-size: 16px;
}

    .cm-table th {
        padding: 10px !important;
    }

    .cm-table td {
        padding: 10px !important;
    }

.cm-table-head th {
    text-align: center;
    background: #F9F9F9 !important;
    font-size: 14px;
}

.cm-ellipsis {
    text-align: center !important;
}

    .cm-ellipsis a {
        color: black !important;
    }

.cm-minus-circle {
    text-align: center;
}

    .cm-minus-circle a {
        color: black !important;
    }

.cm-link-button {
    cursor: pointer;
}

    .cm-link-button:hover {
        cursor: pointer;
        color: #004578 !important;
    }

/*.cm-footer {
    background-color: #F9F9F9;
    position: absolute !important
}*/

.cm-container {
    margin-left: 80px;
}

.cm-footer, .cm-push {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #F1F1F1;
    font-size: 12px !important;
    color: black !important;
    height: 30px;
    line-height: 30px;
}

.cm-footer a {
    color: black;
}

a.cm-dropdown-option {
    background: transparent !important;
    color: black;
    cursor: pointer;
}

    a.cm-dropdown-option:hover {
        background: transparent !important;
        color: #004578 !important;
        cursor: pointer;
    }

.mrtop {
    margin-top: 25px !important;
}

.maxwidth {
    width: 1300px !important;
}


.mr420 {
    margin-right: !important;
}
.red-star {
    color: red;
}

#cookieConsent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    margin-top: 12px;
    gap: 16px;
}