/* Minification failed. Returning unminified contents.
(1412,29): run-time error CSS1034: Expected closing parenthesis, found ','
(1412,29): run-time error CSS1042: Expected function, found ','
(1412,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    background-color: #343434;
    background-image: url('background.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    color: #fff;
    font-size: 0.625em;
    font-family: "DM Sans";
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 35px !important;
    overflow-x: hidden;
}

p {
    color: #fff
}

.main-container {
    padding-top: 20px;
}

.top-container {
    width: 100%;
}

@media print {
    .no-print {
        display: none;
    }
}

@media (min-width: 992px) {
    .center {
        margin: auto;
        width: 550px;
        padding: 20px;

        background: radial-gradient(120.31% 111.9% at -8.15% -4.95%, rgba(255, 255, 255, 0.28) 1.56%, rgba(255, 255, 255, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        /* Shadow/Card/Modal */

        box-shadow: 0px 0px 10px 5px rgba(17, 17, 17, 0.16);
        backdrop-filter: blur(50px);
        /* Note: backdrop-filter has minimal browser support */

        border-radius: 24px;
    }
}

.white-box {
    box-sizing: border-box;

    background: radial-gradient(120.31% 111.9% at -8.15% -4.95%, rgba(255, 255, 255, 0.28) 1.56%, rgba(255, 255, 255, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    mix-blend-mode: normal;
    /* Contrast/Light/Opacity/@20% */

    border: 1.53571px solid rgba(255, 255, 255, 0.2);
    /* Shadow/Card/Container */

    box-shadow: 0px 0px 10px 5px rgba(17, 17, 17, 0.16);
    backdrop-filter: blur(6px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 24.5714px;
    color: #fff;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.mi-summary {
    text-align: center;
}

.document {
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    margin: 12px 8px;
    height: 40px;
    padding: 10px;
}

.document > div {
    padding-left: 0px;
}

.doc-img {
    margin-top: -3px;
}

.right-border {
    border-right: 1px solid silver;
}

.hint {
    margin-bottom: 10px;
    color: silver;
}

.insert-button {
    position: relative;
    top: 22px;
    left: 10px;
}

.repayment-row:last-child .insert-button {
    top: 12px;
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/DMSans-Regular.woff') format('woff');
}


#notification-area {
    width: 33px;
}

#notifications-icon {
    width: 30px;
    margin-left: 3px;
    margin-top: -8px;
}

#notifications {
    position: fixed;
    z-index: 9999;
    right: 2px;
    top: 40px;
    width: 250px;
    max-height: 700px;
    overflow-y: scroll;
    border: 1px solid #3C4E5F;
    border-radius: 8px;
    background-color: rgba(25,25,25,0.3);
}

.notification {
    margin: 5px;
    padding: 5px;
    border: 1px solid #3C4E5F;
    background-color: rgba(17, 17, 17, 0.3);
    border-radius: 6px;
    width: 220px;
}

.notification-clear {
    float: right;
    right: 2px;
    top: 2px;
}

.notification-date {
    font-style: italic;
    color: silver;
}

.shaded-box {
    display: inline;
    width: auto;
    background: black !important;
    border-radius: 5px;
    color: white;
    font-size: 1.3em;
    margin-left: 10px;
    margin-right: 15px;
    padding: 3px 6px;
}

.shaded-box.selected {
    border: 2px solid #4E4E4E;
}

hr {
    border-top: 1px solid #e9e9e9 !important;
}

.display-5 {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.2;
}

.navbar-nav > li {
    font-size: 1.3em;
    padding-left: 25px;
    padding-right: 25px;
    height: 30px;
    border-bottom: none !important;
}

    .navbar-nav > li > a:hover {
        border-bottom: 3px solid #629FC1 !important;
    }

a {
    color: #fff !important;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

a.plain {
    text-decoration: none;
}

a.small {
    font-size: 0.7em;
}

.hidden
{
    display: none !important;
}

.left-button {
    float: left;
    margin-left: 15px;
    margin-top: 9px;
}

.float-left {
    padding-left: 20px;
    float: left;
}

.float-right {
    float: right;
}

#side-menu {
    position: absolute;
    left: 0px;
    top: 46px;
    width: 150px;
    height: 100%;
    border-right: 1px solid silver;
}

.menu-item {
    height: 30px;
    padding-left: 3px;
    padding-top: 8px;
    border-bottom: 1px solid silver;
}

.menu-item.selected {
    background-color: #666;
}

@media (min-width: 830px) {
    .user-details {
        position: absolute;
        display: flex;
        right: 70px;
        top: 15px;
        color: #fff;
        font-size: 1.3em;
    }
}

.reset {
    position: absolute;
    display: flex;
    right: 20px;
    top: 0px;
}

    .reset a {
        color: #629FC1 !important;
        text-decoration: none !important;
    }

.circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #e37530;
    margin-left: 7px;
    margin-top: -5px;
}

@media (min-width: 992px) {
    .align-right {
        text-align: right;
        padding-top: 10px !important;
        padding-right: 0px !important;
    }
}

.all-red-slider {
    background: #df1814 !important;
}

.ui-slider {
    position: relative;
    text-align: left;
    margin-top: 30px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 12px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 1em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider {
    background: #56a62b;
    width: 600px;
    margin-bottom: 30px;
    border-radius: 7px;
}

.ui-slider-handle {
    width: 20px !important;
    height: 20px !important;
    background: #424f60;
    border: 2px solid #fff !important;
    border-radius: 3px;
    top: 50% !important;
    margin-top: -1em !important;
    text-align: center !important;
    line-height: 1.6em !important;
}

.slider-below {
    width: 20px;
    height: 10px;
    border-radius: 7px;
}

.slider-red {
    background: #df1814 !important;
}

.slider-green {
    background: #56a62b !important;
}

.handle-label {
    position: absolute;
    background-color: #424f60;
    color: #fff;
    height: 15px;
    border-radius: 7px;
    text-align: center;
}

.handle-label:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-top: solid 5px #424f60;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}

.ui-slider-range {
    background: #f6931f !important;
}

.all-red-slider > .ui-slider-range {
    background: #56a62b !important;
}

.ui-progressbar {
    position: relative;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    height: 2em;
    text-align: left;
    overflow: hidden;
}

#progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.ui-progressbar-value {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

#output {
    margin-top: 20px;
}

.ui-dialog-buttonset {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    color: #fff;
    font-size: 1.4em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

h4 {
    font-size: 1.1em;
    padding-bottom: 10px;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.9em;
    font-weight: lighter;
    margin-top: 0px;
    margin-bottom: 2px;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

ul.ui-menu {
    width: 150px;
}

ul.ui-menu > li ul.ui-menu {
    width: 200px;
}

ul.ui-menu > li ul.ui-menu > li ul.ui-menu {
    width: 340px;
}

.ui-menu-item-wrapper a {
    text-decoration: none !important;
}

.tabs {
    border: none !important;
}

input[type="datetime"] {
    width: 90px;
    max-width: 90px;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    width: 1850px;
    min-width: 1850px;
}

.container {
    max-width: 100% !important;
}

.single-line
{
    min-height: 20px;
}

.narrow-button {
    min-width: 80px !important;
    width: 80px !important;
}

.tabs.narrow {
    width: 500px !important;
}
.narrow-input
{
    width: 150px;
}

.ultra-narrow-input {
    width: 50px;
}

.extra-narrow-input {
    width: 100px;
}

.wide-input
{
    width: 660px;
}

.extra-wide-input
{
    width: 880px;
}

.full-width-input
{
    width: 1100px;
}

.wide-button {
    width: 180px !important;
}

label {
    margin-top: 5px;
    margin-left: 0px;
    font-size: 1.3em;
}

.form-floating-container > label {
    margin-left: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #6C6967 inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
}

.form-control, .form-select {
    border: 2px solid #A2A2A2 !important;
    border-radius: 0.5rem !important;
    color: #fff !important;
}

.form-control.optional, .form-select.optional {
    border: 2px solid #3B3B3B !important;
}

.form-control:focus, .form-select:focus {
    box-shadow: none !important;
    border: 2px solid #B6CDDD !important;
}

.form-control:disabled, .form-select:disabled {
    border: none !important;
}

.form-control.is-invalid, .form-select.is-invalid {
    border-color: #dc3545 !important;
}

select {
    width: 280px;
    margin: 5px 0 6px 0;
    color: white;
}

.unselected {
    color: grey !important;
    white-space: pre;
}

.select2-selection--single {
    background: none !important;
    box-shadow: none !important;
}

.select2-selection__choice {
    color: #3C4E5F !important;
}
.select2-selection__rendered {
    color: white !important;
}

.select2-results__option {
    color: #3C4E5F !important;
}

.select2-selection {
    background-color: rgba(17,17,17,0.1) !important;
    border: none !important;
    min-height: 36px !important;
}

.select2-search--dropdown {
    background-color: rgba(17,17,17,0.1) !important;
    box-shadow: none !important;
}

.select2-search__field {
    border: none !important;
    box-shadow: none !important;
}

.select2-dropdown {
    border: none;
    box-shadow: none !important;
}

.select2-container {
    box-shadow: none !important;
    margin-bottom: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.form-floating-container .select2-container {
    border: none;
}

.form-floating-container.is-invalid {
    border-color: #dc3545 !important;
}

.select2-dropdown--above {
    top: 0px;
}

select option {
    background: rgba(17, 17, 17, 0.63);
    color: #fff !important;
}

select optgroup {
    background: rgba(17, 17, 17, 0.70);
    color: #fff !important;
}

.form-floating-container {
    background: rgba(17,17,17,0.3) !important;
    margin: 5px 0px;
    border: 2px solid #A2A2A2 !important;
    border-radius: 0.5rem !important;
}

.form-floating-container .select2-selection.search-box {
    background-image: url("../Content/search.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    width: 400px;
}

.form-floating-container.is-invalid .select2-selection.search-box {
    background-image: url("../Content/search.png"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center, bottom 1em right 2.25rem !important;
    background-size: 17px 30px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.form-floating-container.optional {
    border: 2px solid #3B3B3B !important;
}

.form-floating-container.focus {
    border: 2px solid #B6CDDD !important;
}

    .form-floating-container label {
        font-size: 1.1em;
        color: #C4C2C1;
    }

    .form-floating-container select {
        width: 100%;
    }

    .form-floating-container.disabled {
        border: none !important;
    }

        .form-floating-container .select2-selection {
            background: none !important;
        }

    .form-floating-container input[type=checkbox] {
        margin: 6px 0px 13px 10px;
    }

:focus {
    outline: none;
}

.ui-dialog-buttonpane span.form-floating {
    margin-left: 15px;
}

.ui-dialog-buttonpane input, .ui-dialog-buttonpane select {
    width: 200px;
    display: inline;
}

.ui-dialog-buttonpane label {
    margin-top: -32px;
    margin-left: -0px;
}


input[disabled], textarea[disabled] {
    color: #bbb;
}

input, textarea {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(17,17,17,0.3);
    color: #fff;
    font-size: 1em;
    margin: 5px 0 6px 0;
    padding: 10px;
}

input[type='text'], input[type='email'], input[type='password'], input[type='number'], textarea, select {
    background-color: rgba(17,17,17,0.3) !important;
}

input {
    width: 280px;
}

input[type="file"] {
    border: none;
    width: 650px;
}

input[type="file"].narrow-input {
    width: 160px;
    background: none;
}

.dz-preview {
    display: none !important;
}


input.small {
    width: 70px;
}

input.medium {
    width: 105px;
}

input[type="radio"]
{
    width: 20px;
    margin-left: 30px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: none;
    padding: 2px 10px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #A2A2A2 !important;
    border-radius: 0.5rem;
}

.radio-toolbar label span {
    opacity: 0;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #797878;
    opacity: 1;
    margin-bottom: 20px;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px solid #B6CDDD !important;
}

.radio-toolbar input[type="radio"]:checked + label span {
    opacity: 1;
}

.radio-toolbar .actual-label {
    font-size: 1.2em;
    margin-left: 8px;
}

.jBox-container {
    background: grey !important;
    max-width: 150px;
}

.jBox-content {
    color: black;
}

.jBox-pointer:after {
    background: grey !important;
}
    textarea {
        font-family: inherit;
        width: 1205px;
        min-height: 50px;
        resize: none;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
    margin-top: 15px;
}

.slick-grid-date {
    margin-top: 4px !important;
}

.slick-column-name > input[type='checkbox'] {
    margin-left: -6px !important;
    margin-top: 3px !important;
}
.slick-cell-checkboxsel > input[type='checkbox'] {
    margin-left: -5px !important;
    margin-top: 0px !important;
}

.participation-covered.slick-row {
    background-color: #629FC1 !important;
    color: black;
}

.missing-reference.slick-row {
    background-color: #629FC1 !important;
    color: black;
}

.requires-confirmation.slick-row {
    background-color: #629FC1 !important;
    color: black;
}

div.policy-header.row {
    background-color: #3C4E5F !important;
    margin-top: 10px;
}

div.policy.row {
    font-weight: bold;
}

tr.policy-header th {
    padding: 10px !important;
}

tr.tranches-header th {
    padding: 10px !important;
}

div.tranches-header {
    background-color: rgba(60, 78, 95, 0.4) !important;
}

tr.policy td, tr.tranche td {
    padding-left: 10px !important;
}

tr.policy td {
    font-weight: bold !important;
}

.policy-separator hr {
    margin: 5px 0px 1px 0px;
}

div.policy-header, tr.policy td.policy-header {
    font-size: 1.5em !important;
}

div.tranches-header {
    margin-top: 10px !important;
    font-size: 1.2em !important;
}

td.policy-header {
    padding-top: 15px !important;
}
tr.missing-data {
    background-color: #629FC1 !important;
}

.insurer-confirm, .bank-confirm {
    background-color: #fff !important;
}

.disabled-cell {
    color: #e2e2e2;
}

input[type="submit"],
input[type="button"],
button {
    font-family: 'DM Sans';
    background-color: #629FC1;
    color: black;
    border: 1px solid #629FC1;
    cursor: pointer;
    font-size: 1.1em;
    padding: 7px;
    margin-right: 8px;
    margin-bottom: 8px;
    width: auto;
    min-width: 100px;
    height: 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input[type="button"].red, input[type="submit"].red, button.red {
    background-color: #ff0000;
    border: 1px solid #ff0000;
}

input[type="button"].red:hover, input[type="submit"].red:hover, button.red:hover {
    background-color: #fff;
    color: #ff0000;
}

input[type="button"].amber, input[type="submit"].amber, button.amber {
    background-color: #ffbf00;
    border: 1px solid #ffbf00;
}

input[type="button"].amber:hover, input[type="submit"].amber:hover, button.amber:hover {
    background-color: #fff;
    color: #ffbf00;
}

input[type="button"].green, input[type="submit"].green, button.green {
    background-color: #57A728;
    border: 1px solid #57A728;
}

input[type="button"].green:hover, input[type="submit"].green:hover, button.green:hover {
    background-color: #fff;
    color: #57A728;
}

input[type="button"].light-button, input[type="submit"].light-button, button.light-button {
    background-color: #9FBFD4;
    border: 1px solid #9FBFD4;
    color: black;
}

input[type="button"].light-button:hover, input[type="submit"].light-button:hover, button.light-button:hover {
    background-color: #fff;
    color: #9FBFD4;
}

.navbar-toggle {
    min-width: 10px !important;
    background-color: #333;
}

.navbar-toggler {
    background-color: #629FC1 !important;
    border: none !important;
}

input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled {
    border: 1px solid #e2e2e2;
    background-color: #f4f4f4;
    color: #999999;
    cursor: default;
}


input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #fff;
    color: #629FC1;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}


.scrollable {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

#slickGrid {
    margin: 10px;
    border-radius: 10px;
}

.slick-grid-filter {
    margin: 15px 0px 0px 0px;
    height: 24px;
}

.slick-header-columns {
    background: rgba(255, 255, 255, 0.2);
}

.slick-header-column {
    color: #fff;
    border: none !important;
    padding-top: 7px !important;
    margin-left: -7px !important;
}

.slick-column-name {
    margin-left: 7px !important;
}

.slick-header-column:last-child {
    border-top-right-radius: 10px;
}

.slick-group-header-column {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 4px 4px 4px 16px;
    float: left;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none !important;
    height: 30px;
}

.slick-group-header-column > p {
    text-align: center;
    padding-right: 15%;
}

.slick-row {
    border-top: 1px solid #767676 !important;
    background: rgba(17, 17, 17, 0.54);
}

.slick-cell {
    color: #fff;
    padding-top: 10px !important;
    border: none !important;
    padding-left: 12px !important;
    font-size: 0.9em;
    cursor: pointer !important;
    height: 29px !important;
    margin-bottom: 6px !important;
}

.slick-headerrow-column, .slick-headerrow-columns-left {
    border: none !important;
}

.slick-resizable-handle {
  cursor: default !important;
}

.clickable {
    cursor: pointer !important;
}

.add-button {
    height: 36px;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none !important;
}

table.spaced {
    border-collapse: separate;
    border-spacing: 0 6px;
}

.table-bordered {
    width: 100%;
    border-radius: 7px;
    border: none !important;
    border-width: 0 !important;
}

    .table-bordered > :not(caption) > * {
        border-width: 0 !important;
    }

.table-bordered th, .table-bordered td {
    border: none !important;
    padding: 5px !important;
    font-weight: 400;
    font-size: 1rem;
}

    .table-bordered th:first-child {
        border-top-left-radius: 7px;
    }
    .table-bordered th:last-child {
        border-top-right-radius: 7px;
    }

    .table-bordered tr:last-child td:first-child {
        border-bottom-left-radius: 7px;
    }

    .table-bordered tr:last-child td:last-child {
        border-bottom-right-radius: 7px;
    }

.table-list td {
    background-color: #72706F;
    border-bottom: 1px solid #7c7c7c !important;
}

.table-list tr.current-period td {
    background-color: #629FC1;
}

.table-list tr:last-child td {
    border-bottom: none !important;
}

.table-list th {
    background-color: rgba(255, 255, 255, 0.2);
}

th.right {
    text-align: right;
}

.table-list thead {
    border-style: none !important;
}

.table-fix-head {
    overflow: auto;
    width: 600px;
    height: 500px;
}

.table-fix-head-wide {
    width: 900px !important;
}

.table-fix-head > table {
    margin-top: 0;
}

.table-fix-head thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

th {
    font-size: 1em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    padding-right: 20px;
    color: #fff;
    background-color: #3C4E5F;
}

    th a {
        display: block;
        position: relative;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

td {
    padding-right: 1.3em;
    border: 0 none;
    vertical-align: middle;
}

td input {
    padding: 0;
}

td input.date-filter {
    padding: 10px;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

#filter-container {
    box-sizing: content-box;
    padding: 20px;
}

.ui-dialog-buttonset {
    padding: 10px;
}

.ui-sortable-handle li {
    cursor: n-resize;
}

.ui-state-default.sortable {
    border: none !important;
}

::-webkit-input-placeholder {
    color: #CDCDCD;
}
:-moz-placeholder {
    color: #CDCDCD;
}
::-moz-placeholder {
    color: #CDCDCD;
}
:-ms-input-placeholder {
    color: #CDCDCD;
}

.ui-dialog {
    z-index: 1000;
    position: absolute;
}

.ui-dialog-title {
    color: #CFCFCF;
}

[aria-describedby='alert-dialog'] {
    z-index: 1020 !important;
}

#ui-datepicker-div {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 220px;
}

.ui-datepicker.ui-widget-content {
    background: radial-gradient(120.31% 111.9% at -8.15% -4.95%, rgba(255, 255, 255, 0.28) 1.56%, rgba(255, 255, 255, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(48px);
    border-radius: 8px;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}

.ui-datepicker-calendar .ui-state-default, .ui-datepicker-month, .ui-datepicker-year {
    color: #FFFFFF !important;
}

.ui-datepicker th {
    font-weight: normal !important;
    background: none !important;
}

.ui-datepicker td {
    padding: 4px !important;
}

.ui-datepicker td a {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding-top: 4px !important;
}

.ui-datepicker-unselectable:not(.ui-datepicker-other-month) span {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.2) !important;
    padding-top: 4px !important;
}

.ui-dialog {
    background: rgba(17, 17, 17, 0.3);
    box-shadow: 0px 0px 10px 5px rgba(17, 17, 17, 0.16);
    backdrop-filter: blur(16px);
    border-radius: 24px;
}
.ui-dialog .ui-dialog-content {
    background: rgb(17,17,17,0.3);
    backdrop-filter: blur(8px);
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 10px 15px !important;
    overflow-x: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: 1px solid silver;
    color: #fff;
    font-weight: normal;
}

ul.ui-widget-header {
    background: none repeat scroll 0 0 transparent;
    color: #fff !important;
}

.ui-tabs-anchor:active, .ui-tabs-anchor:focus {
    outline: none;
}

.ui-tabs-anchor {
    margin: 5px;
}

ul.ui-widget-header.ui-tabs-nav {
    background: none !important;
}

.ui-dialog .ui-dialog-title {
    padding-left: 7px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 1em 1em;
    position: relative;
    font-size: 1em;
    margin-top: 0.8em;
}

.ui-dialog .ui-dialog-titlebar-close {
    color: white;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 40px;
    min-width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
    background-color: transparent;
    border: none;
    font-size: 0.8em;
}

.ui-dialog-titlebar-close:after {
    display: inline-block;
    font-size: 1.7em;
    content: "\00d7";
}
        
.ui-dialog .ui-state-default {
    border: 1px solid #d3d3d3;
}

.ui-dialog-buttonpane {
    background: rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.ui-dialog-buttonpane .ui-button {
    margin: 10px;
    font-size: 1em;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../Content/themes/base/images/ui-icons_222222_256x240.png");
}

.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }

.ui-icon-circle-triangle-w 
{
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-e {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    background-position: -48px -192px;
}

.ui-tabs li.ui-state-disabled
{
    background: #BBB !important;
}

.navbar {
    background: linear-gradient(90.15deg, rgba(255, 255, 255, 0.1) 1.12%, rgba(255, 255, 255, 0.02) 100.44%);
}

.navbar-inverse {
    background: #464646 !important;
    border-color: #464646 !important;
}

.nav-link {
    transition: none !important;
}

.navbar-nav .nav-item:hover .nav-link {
    border-bottom: 3px solid #EE7D3F !important;
}

.ui-tabs {
    margin: 0;
    width: 100%;
    position: relative;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li 
{
    background: none;
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border: none;
    border-radius: 8px;
    padding: 0;
    margin: 10px;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .2em 1em;
    text-decoration: none;
    font-size: 1.1em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: rgba(255,255,255,0.3) !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active.child-tab {
    background-color: rgba(17,17,17,0.3) !important;
}

.ui-tabs li.ui-state-disabled {
    background: #BBBBBB;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;

    padding: 0.5em;

    background: radial-gradient(120.31% 111.9% at -8.15% -4.95%, rgba(255, 255, 255, 0.28) 1.56%, rgba(255, 255, 255, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    /* Shadow/Card/Modal */

    box-shadow: 0px 0px 10px 5px rgba(17, 17, 17, 0.16);
    backdrop-filter: blur(50px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 24px;

}

.ui-tabs .ui-tabs-panel .child-panel {
    background: none;
    box-shadow: none;
    backdrop-filter: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}
.ui-tabs .ui-tabs-nav {
    margin: 0px;
    padding: 0.2em 0.2em 0;
}

.ui-widget-overlay { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: #555;
    opacity: 0;
}

ul#menu > li > div > a {
    padding-left: 0;
}

.cctx {
    z-index: 9999;
}

