@import url('open-iconic/font/css/open-iconic-bootstrap.min.css') @font-face

{
    font-family: 'Icons';
    src: url('open-iconic/font/fonts/open-iconic.woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
}

.container {
    margin-top: 32px;
    max-width: 100% !important;
    width: 95% !important;
}

.dropdown-header {
    vertical-align: top;
    display: inline-block;
    line-height: 35px;
    margin-right: 8px;
}

.checkbox-header {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    margin-left: 25px;
}

.buttontext {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    display: inline-flex;
}

.ui-cell-filter .ui-spinner.ui-widget {
    border: 1px solid #dadfe2;
    padding: 0.1875rem 0.625rem;
    box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.03);
}

.header-container {
    height: 10vh;
    max-height: 10vh;
    min-height: 75px;
}

.input-box {
    border: 1px solid #dadfe2;
    border-radius: 4px;
    box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.03);
    padding: 0.1875rem 0.625rem;
    width: auto;
    width: min-content;
}

.column-box {
    border: 1px solid #dadfe2;
    border-radius: 4px;
    box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.03);
    padding: 0.1875rem 0.625rem;
    width: auto;
}

.input-header-underlined {
    border-bottom: 1px solid #dadfe2;
    padding: 5px;
}

.input-textbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

.input-title-underlined {
    border-bottom: 2px solid #dadfe2;
    padding-bottom: 1px;
}

.input-row {
    margin-bottom: 5px;
    margin-top: 10px !important;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* country flags */
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.6666667em;
    height: 1.5em;
    line-height: 1em;
}

    .flag-icon:before {
        content: "\00a0";
    }

    .flag-icon.flag-icon-squared {
        width: 1em;
    }

    .flag-icon.flag-icon-left {
        margin-left: 8px;
        margin-right: 4px;
    }

    .flag-icon.flag-icon-right {
        margin-left: 4px;
        margin-right: 8px;
    }

    .flag-icon.flag-icon-selected {
        box-shadow: 0px 0px 5px 5px #0088c6;
    }

.flag-icon-dk {
    background-image: url(../../flags/4x3/dk.svg);
}

    .flag-icon-dk.flag-icon-squared {
        background-image: url(../../flags/1x1/dk.svg);
    }

.flag-icon-se {
    background-image: url(../../flags/4x3/se.svg);
}

    .flag-icon-se.flag-icon-squared {
        background-image: url(../../flags/1x1/se.svg);
    }

.flag-icon-gb {
    background-image: url(../../flags/4x3/gb.svg);
}

    .flag-icon-gb.flag-icon-squared {
        background-image: url(../../flags/1x1/gb.svg);
    }

.flag-icon-us {
    background-image: url(../../flags/4x3/us.svg);
}

.flag-icon-gb.flag-icon-squared {
    background-image: url(../../flags/1x1/us.svg);
}


.action-buttons-container {
    padding: 0.1875rem 0.625rem;
    width: auto;
}

/* Remove outer padding and background*/
.custom-upload .rz-fileupload-buttonbar {
    padding: 0;
    background: none;
}

/*Hide the "Choose" text*/
.custom-upload .rz-button-text {
    display: none;
}

/*Remove background and padding from the button*/
.custom-upload .rz-fileupload-choose {
    background: none;
    padding: 0 !important;
}

    /*Remove styling applied when the user clicks the button*/
    .custom-upload .rz-fileupload-choose:active {
        background: none !important;
        box-shadow: none !important;
    }

/*Icon styling*/
.custom-upload .rz-button-icon-left {
    display: inline-block !important;
    color: #000;
    font-size: 30px !important;
    width: 30px !important;
}

    /*Specify the icon itself - Material Icons 'attach_file'*/
    .custom-upload .rz-button-icon-left::before {
        content: 'file_upload';
    }

input[type="file"] {
    cursor: pointer;
}

.close_modal {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 0.7;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.7;
    background-color: red !important;
    padding: 5px;
    border-color: transparent;
}

.btn-primary-right {
    color: #fff !important;
    background-color: #1b6ec2;
    border-color: #1861ac;
    right: 15px;
    bottom: 10px;
    top: inherit;
}

.export-to-csv-container {
    margin: 16px 0;
}

/*CSS Styles for DropDown boxes*/
.vssi-form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(../images/dd_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 7px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .vssi-form-select:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    }

    .vssi-form-select option {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    }

option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
/*CSS Styles for TextBoxes*/
input[type="text"], input[type="number"] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 1rem;
}

    input[type="text"]:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    }

/*CSS Styles for DatePicker*/
input[type=date] {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: 4px 10px;
    width: 100%;
    min-width: 160px;
    max-width: 220px;
}

    input[type=date]::-webkit-calendar-picker-indicator {
        color: #999;
        height: 25px;
        position: relative;
        width: 25px;
        z-index: 0;
        cursor: pointer;
        opacity: 0.3;
    }

    input[type=date]:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    }

/*input[type=date]::-webkit-datetime-edit {
        width: 100%;
    }
    input[type=date]::-webkit-datetime-edit-fields-wrapper {
        background: silver;
    }*/

/*CSS Styles for Checkboxes*/
.vssi-form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.vssi-form-check-label {
    margin-bottom: 0;
}

.vssi-form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    position: absolute;
    margin-top: 0.3rem;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

    .vssi-form-check-input:checked[type=checkbox] {
        background-image: url(../images/checkbox.svg);
    }

    .vssi-form-check-input:checked {
        background-color: #00ADEF;
        border-color: #00ADEF;
    }

.vssi-table-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    position: relative;
    margin-top: 0.3rem;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.vssi-table-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0.25rem;
    margin-bottom: 0.125rem;
}

.vssi-table-check-input:checked[type=checkbox] {
    background-image: url(../images/checkbox.svg);
}

.vssi-table-check-input:checked {
    background-color: #00adef;
    border-color: #ced4da;
}

.vssi-table-check-input:disabled {
    background-color: #EAEAEA;
    border-color: #D4D4D4;
}

/*CSS Styles for Labels*/
.vssi-form-check-label {
    margin-bottom: 5px;
    margin-left: 25px;
}

.vssi-form-label {
    margin-bottom: 5px;
    margin-left: 5px;
}

/*CSS Styles for img icon sort*/
.img-sort {
    width: 20px;
    margin-left: 10px;
}

.vssi-table-thead {
    background-color: #0088c6 !important;
    color: #fff;
    height: 46px;
    font-weight: 100 !important;
}

    .vssi-table-thead th {
        font-weight: 100 !important;
        font-family: Roboto;
        font-size: 15px;
    }

td {
    font-family: Roboto;
    font-size: 14px;
    height: 46px;
    vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: transparent !important;
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #efefef !important;
}

.vssi-btn-primary {
    color: #fff !important;
    background-color: #00ADEF !important;
    border: 1px solid #4a90e2 !important;
    border-radius: 6px;
}

    .vssi-btn-primary:hover, vssi-btn-primary:focus {
        background-color: #0088c6 !important;
    }
.vssi-btn-secondary {
    color: #333333 !important;
    background-color: #f1f1f1 !important;
    border-color: #4a90e2 !important;
}

    .vssi-btn-secondary:hover {
        background-color: #efefef !important;
    }

/*CSS Styles for tables*/
.table {
    --bs-table-bg: transparent !important;
    --bs-table-accent-bg: transparent !important;
    --bs-table-striped-color: #212529 !important;
    --bs-table-striped-bg: #f7f9fa !important;
    --bs-table-active-color: #999999 !important;
    --bs-table-active-bg: #1861ac !important;
    --bs-table-hover-color: #212529 !important;
    --bs-table-hover-bg: #e6f7fd !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
    color: #212529 !important;
    vertical-align: top !important;
    border-bottom: 1px solid #dee2e6 !important;
}

    .table > thead {
        vertical-align: middle !important;
    }

/*CSS Styles for pagination*/
.pagination > li > a {
    background-color: white;
    color: #5A4181;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #5a5a5a;
        background-color: #eee;
        border-color: #ddd;
    }

.pagination > .active > a {
    color: white;
    background-color: #5A4181 !Important;
    border: solid 1px #5A4181 !Important;
}

    .pagination > .active > a:hover {
        background-color: #5A4181 !Important;
        border: solid 1px #5A4181;
    }

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #82ddff !important;
    border: 1px solid #dee2e6 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-link-child {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none !important;
    background-color: #fcfcfc !important;
    border: 1px solid #dee2e6 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .page-link:hover, .page-link-child:hover {
        z-index: 2 !important;
        color: #fff !important;
        background-color: #00adef !important;
        border-color: #dee2e6 !important;
    }

    .page-link:active, .page-link-child:active {
        z-index: 2 !important;
        color: #fcfcfc !important;
        background-color: #e6f7fd !important;
        border-color: #dee2e6 !important;
    }

    .page-link:disabled, .page-link-child:disabled {
        z-index: 2 !important;
        color: #fff !important;
        background-color: #c1c1c1 !important;
        border-color: #dee2e6 !important;
    }

.page-link, .page-link-child {
    padding: 0.375rem 0.75rem !important;
}


/*CSS Styles for Tabs */
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #fff;
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 0.25rem;
    color: #495057 !important;
}

link.active {
    color: #fff !important;
    background-color: #00ADEF !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.nav-tabs, .nav-link:focus, .nav-tabs, .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6 !important;
    isolation: isolate !important;
    color: #495057;
}

.nav-tabs, .nav-item.show, .nav-link, .nav-tabs, .nav-link.active {
    color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

    .nav-link.active,
    .nav-item.show .nav-link {
        color: #fff;
        background-color: #00adef !important;
        border-color: #dee2e6;
    }

h2 {
    font-size: 22px !important;
    font-family: 'Poppins';
    color: #000;
}