﻿/* ========================
Extra styles for Endorsement - Kohera 1.0

Contents:
- Application background styles
- Header styles
- Footer styles
- Form validation
- File upload
- jquery modals
- Status icons for check your answers
- Beta banner
- Select2 Multi select inputs
- Table helpers
- Admin table
- Misc

======================== */

/* FOOTER START */
.kohera-footer {
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    display: block;
}

.footer > .row {
    margin-top: -15px;
    margin-bottom: -5px;
}

.footer-content-margins {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* copyright background colour */
.address-and-copyright {
    background-color: #363B3D;
}

.bg-darkgrey1 {
    background: #363B3D;
}
/* Footer links when click override blue colour with white */
.footer p a:focus, .footer p a:hover {
    color: #FFFFFF !important;
    background: none;
}
/* Footer top SVG styles */
.footer-top-svg {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 25%;
    vertical-align: middle;
    overflow: hidden;
    margin-top: 0px;
    z-index: 0;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-top-svg .blue-curve {
    stroke: #0065DB;
    stroke-width: 2px;
    fill: #0065DB;
}

.footer-top-svg .grey-curve {
    stroke: #B1B4B6;
    stroke-width: 2px;
    fill: #B1B4B6;
}

.footer-top-svg .darkgrey-curve {
    stroke: #626A6E;
    stroke-width: 1px;
    fill: #626A6E;
}

.footer-top-svg .blue-curve-sm {
    stroke: #0065DB;
    stroke-width: 2px;
    fill: #0065DB;
    display: none;
}

.footer-top-svg .grey-curve-sm {
    stroke: #B1B4B6;
    stroke-width: 2px;
    fill: #B1B4B6;
    display: none;
}

.footer-top-svg .darkgrey-curve-sm {
    stroke: #626A6E;
    stroke-width: 1px;
    fill: #626A6E;
    display: none;
}
/* Footer middle SVG styles */
.footer-middle-svg {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 10%;
    vertical-align: middle;
    overflow: hidden;
    margin-top: -15px;
}

    .footer-middle-svg .single-curve-light {
        stroke: #626A6E;
        stroke-width: 1px;
        fill: #626A6E;
    }

    .footer-middle-svg .middle-svg-rect {
        stroke: #363B3D;
        stroke-width: 1px;
        fill: #363B3D;
    }
/* Footer bottom SVG styles */
.footer-bottom-svg {
    display: inline-block, none;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    bottom: 0;
}

    .footer-bottom-svg .bottom-svg-rect {
        stroke: #626A6E;
        stroke-width: 1px;
        fill: #626A6E;
    }

.footer-links-section {
    margin-top: -200px;
}
/* Extra extra large devices (xxl desktops, 1513px and down) */
@media (max-width: 1513px) {
    .footer-links-section {
        margin-top: -140px;
    }
}
/* Extra large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {
    .footer-links-section {
        margin-top: -100px;
    }
}
/* Max width of 768px styles */
@media only screen and (max-width: 768px) {
    .address-and-copyright {
        padding-bottom: -100px;
    }

    .footer-top-svg {
        padding-bottom: 45%;
        /* margin-top: -70px;
         */
    }

    .footer-middle-svg {
        padding-bottom: 20%;
    }

    .footer-bottom-svg {
        padding-bottom: 20%;
        display: block;
    }

    .footer-top-svg .darkgrey-curve {
        height: 100px;
    }

    .footer-top-svg .blue-curve-sm {
        display: block;
    }

    .footer-top-svg .grey-curve-sm {
        display: block;
    }

    .footer-top-svg .darkgrey-curve-sm {
        display: block;
    }

    .footer-extra-padding {
        margin-left: 0px;
    }

    .footer-links-section {
        margin-top: -210px;
    }
}
/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
    .footer-links-section {
        margin-top: -100px;
    }
}

.logo-white {
    filter: brightness(0) invert(1);
}
/* FOOTER END */

/* Application background styles*/

.grey-right {
    background-color: #EEEEEE;
    position: relative;
    z-index: 0;
}



@media(min-width: 991px) {

    .white-left {
        margin-bottom: 50px;
    }

    .footer-spacing {
        margin-bottom: 150px;
    }

    .pre-footer {
        bottom: 150px;
        position: relative;
    }

    .wrapper {
        overflow-x: hidden;
    }

    .grey-right .bg {
        background-color: #EEEEEE;
        left: 0;
        height: 100%;
        min-height: calc(100vh - 396px) !important;
        position: absolute;
        top: 0;
        width: 100%;
        width: 100vw;
        z-index: -1;
    }
}

@media(max-width: 991px) {
    .wrapper {
        overflow-x: hidden;
    }

    .grey-right .bg {
        background-color: #EEEEEE;
        left: -100vw;
        height: 100%;
        position: absolute;
        top: 0;
        width: 200%;
        width: 200vw;
        z-index: -1;
    }
}

.application-progress-title {
    font-size: 22px;
    line-height: 32px;
    font-family: 'font-semibold';
}

.stickyheader {
    max-width: 340px;
}

@media(max-width: 992px) {
    .stickyheader {
        position: static !important;
    }
}


/* Header styles*/

.top-align {
    height: 56px;
    line-height: 56px;
    text-align: right;
}

    .top-align a {
        margin-left: 30px;
    }

    .top-align svg {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 8px;
    }

header img {
    height: 56px !important;
    width: auto;
}

header a span {
    height: 56px;
    line-height: 56px;
    display: inline-block;
    margin-left: 60px;
    font-size: 26px;
    font-family: 'font-semibold';
}


/* Footer styles*/

footer {
    color: #fff;
    bottom: 0;
    width: 100%;
}

    footer img {
        margin-top: 24px;
    }

    footer hr {
        margin-top: 6px;
        margin-bottom: 18px;
        border: 0;
        border-top: 1px solid #B1B4B6;
    }

.footer-list a {
    color: #fff;
    text-decoration: none;
}

    .footer-list a:hover {
        text-decoration: underline;
    }

.footer-list ul {
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 0px;
    margin-top: 18px;
}

.footer-list li {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 6px;
}


/* Form validation */

.form-group.has-error > input {
    border-color: #BA0C2F;
    background: rgba(186, 12, 47, 0.1);
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

label.error.form-validation-error {
    color: #BA0C2F;
    font-family: 'font-semibold', Fallback, sans-serif !important;
}

.has-error.form-check .checkmark-box,
.has-error .form-check .checkmark-box {
    background-color: #ba0c2f10 !important;
    border: 2px solid #BA0C2F !important;
}

.has-error.form-check .checkmark-radio,
.has-error .form-check .checkmark-radio {
    background-color: #ba0c2f10 !important;
    border: 2px solid #BA0C2F !important;
}

.has-error .select2-container--default .select2-selection--multiple {
    border-color: #BA0C2F;
    background: rgba(186, 12, 47, 0.1);
}

.has-error .form-control {
    border-color: #BA0C2F;
    background: rgba(186, 12, 47, 0.1);
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* File upload */

.file-upload {
    border: 1px dashed #D1D2D6;
    padding: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.no-dragdrop span {
    display: none;
}

.has-dragdrop span {
    display: inline;
}

.file-upload p {
    margin-bottom: 0px;
}

.file-upload-uploads p {
    padding-bottom: 6px;
    margin-bottom: 0px;
    padding-top: 12px;
    margin-top: 0px
}

.file-upload-uploads .file-upload-item {
    border-bottom: 1px solid #D1D2D6;
}

.file-upload-item a {
    line-break: anywhere;
}

.file-upload-uploads:first-child div:first-child > p.file-upload-item {
    border-top: 1px solid #D1D2D6;
    margin-top: 12px;
}

.file-upload-item [class*='icon-']:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: -4px;
}

.file-upload-item [class*='icon-'] {
    position: relative;
    padding-left: 24px;
}


/* jquery modals */

.ui-widget.ui-widget-content {
    border: 0px solid white;
    border-radius: 4px;
}

.ui-widget-header {
    border: none;
    background: none;
    color: #000;
    font-family: 'font-semibold';
}

.ui-dialog {
    padding: 0px;
}

.ui-dialog-titlebar {
    background: #EEEEEE;
    border-radius: 0px;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-content {
    border: none;
    background: #fff;
    border-radius: 4px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: left;
    margin: 0px;
}

.ui-widget-overlay {
    background: #626A6E;
    opacity: 0.8;
    filter: Alpha(Opacity=80);
}

.ui-dialog .ui-dialog-titlebar {
    padding: 18px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-dialog .ui-dialog-content {
    padding: 18px;
    font-family: 'font-regular';
    font-size: 18px;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0px;
    padding: 18px;
}

.ui-dialog-buttonset button:first-of-type {
    color: white;
    background-color: #BA0C2F;
    border-color: #BA0C2F;
}

.ui-dialog-buttonset button:focus,
.ui-dialog-buttonset button.focus {
    box-shadow: 0 0 0 2px #626A6E;
    border-color: #ffffff;
}

.ui-dialog-buttonset button {
    font-family: 'font-medium';
    font-size: 18px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 12px 24px 8px 24px;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    background-color: #D1D2D6;
    color: black;
    border-color: #D1D2D6;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0px 24px 0px 0px;
    cursor: pointer;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
}


/* Status icons for check your answers */

.status-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.status-item div {
    display: inline;
}

.status-alert {
    background: #BA0C2F;
}

.status-icon + .status-content {
    margin-left: 24px;
}


/* Beta banner */

.beta {
    background-color: #0065bd;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: "font-semibold";
    margin-right: 12px;
}


/* Select2 Multi select inputs  */

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-selection__rendered li {
    margin-bottom: 2px;
}

.select2-results__options li {
    margin-bottom: 0px;
}

    .select2-results__options li:first-of-type {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 32px;
    width: 32px;
    border: 1px solid #626A6E;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before,
.select2-results__option--selected:before {
    font-family: 'kohera-icons';
    content: "\004e";
    color: #fff;
    background-color: #626A6E;
    border: 0;
    display: inline-block;
    padding-left: 8px;
    padding-top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #EEEEEE;
    border: none;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 12px 1px 12px;
    color: #626A6E;
    font-size: 18px;
    line-height: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-right: 6px;
    margin-left: 6px;
    color: #0065BD !important;
    font-size: 30px;
    top: 4px;
    float: right;
    position: relative;
    border: none;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 14px;
    margin-bottom: 3px;
    margin-left: 6px;
    padding: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0065BD;
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 4px;
    margin-top: 12px;
    border: 1px solid #B1B4B6;
    box-shadow: 0 0 4px rgb(0 0 0 / 50%);
}

.select2-results__options::-webkit-scrollbar {
    width: 16px;
    background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #C4C4C4;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
    display: none;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 12px;
    padding-top: -1px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flow-root;
    margin-bottom: 0px;
}

.select2-container {
    margin-bottom: 12px;
}


/* Table helpers */

table .form-control {
    margin-bottom: 0px;
}

table.fold-table > tbody > tr.view td,
table.fold-table > tbody > tr.view th {
    cursor: pointer;
}

    table.fold-table > tbody > tr.view td:last-child::after,
    table.fold-table > tbody > tr.view th:last-child::after {
        position: initial;
        top: 50%;
        left: 5px;
        width: 9px;
        height: 16px;
        margin-top: -8px;
        font: 16px kohera-icons;
        color: black;
        content: "\0047";
        transition: all 0.3s ease;
    }

table.fold-table > tbody > tr.view.open td:last-child::after,
table.fold-table > tbody > tr.view.open th:last-child::after {
    transform: rotate(-180deg);
    content: "\004f" !important;
}

table.fold-table > tbody > tr.fold {
    display: none;
}

    table.fold-table > tbody > tr.fold.open {
        display: table-row;
    }


/* Admin table */

.endorsement-application-dropdown {
    overflow: hidden;
}

    .endorsement-application-dropdown input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .endorsement-application-dropdown .tab {
        width: 100%;
        overflow: hidden;
    }

    .endorsement-application-dropdown .tab-label {
        display: flex;
        cursor: pointer;
        color: #0065BD;
        font-family: 'font-regular';
        margin-top: 18px;
        margin-bottom: 12px;
    }

        .endorsement-application-dropdown .tab-label::after {
            content: "\0047";
            font-family: kohera-icons;
            top: -2px;
            left: -20px;
            position: relative;
        }

    .endorsement-application-dropdown .tab-content {
        max-height: 0;
    }

    .endorsement-application-dropdown .tab-close {
        display: flex;
        cursor: pointer;
    }

    .endorsement-application-dropdown input:checked + .tab-label::after {
        transform: rotate(180deg);
        top: -4px;
    }

    .endorsement-application-dropdown input:checked ~ .tab-content {
        max-height: 100vh;
        margin-bottom: 12px;
        display: flex;
    }


/* Misc */

.pay-title {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'font-semibold', Fallback, sans-serif;
}

@media(max-width: 992px) {
    .ca-margin {
        margin-left: 0px !important;
    }
}

.subtitle {
    word-wrap: break-word;
}

textarea[id*='ReviewerCommentModel_'],
textarea[id*='UserActionPlanModel_'] {
    min-height: 150px;
}

.d-inline.badge {
    padding: 3px 12px 0px 12px;
}

@media(min-width: 992px) {
    .endorsement-application-dropdown .badge {
        margin-top: -6px;
    }
}

-------------------CSS-------------------
/* Cookie bar styles */
.ccc-notify-button {
    margin-right: 12px !important;
    border: 2px solid #ffffff !important;
}

.ccc-accept-button {
    background-color: white !important;
}

    .ccc-accept-button span {
        color: #0065BD !important;
    }

a.ccc-link {
    color: #FFFFFF !important;
    text-decoration: underline;
}

.ccc-reject-button {
    border: none !important;
}

    .ccc-reject-button span {
        color: #ffffff !important;
    }

button.ccc-notify-button {
    font-size: 18px !important;
    line-height: 22px !important;
    font-family: font-medium;
    font-weight: normal !important;
}

#ccc .ccc-notify-button.ccc-link.ccc-tabbable {
    padding-top: 11px !important;
}

.ccc-notify-button span:hover {
    text-decoration: underline !important;
}


/*IMPORTED FROM SITE.CSS */
.navbar {
    margin-bottom: 0 !important;
    border-radius: unset;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0 !important;
    }
}

.navbar-inverse {
    background-color: #0065bd !important;
    border: none;
}

    .navbar-inverse .navbar-brand {
        color: #ffffff !important;
    }

.jumbotron {
    margin-bottom: 7px !important;
    background-color: #D7E6FC !important;
}
/*eof overrides*/
.caption-container {
    /*background-color: rgba(51,102,204,.8);*/
    font-size: 2.5em;
    text-align: left;
    display: block;
    line-height: 0.1em;
    max-width: 50%;
    color: #fff;
}

    .caption-container h2 span {
        background-color: #0065bd !important; /*rgba(51,102,204,.8);*/
        margin: 30px 0 0 0;
        font-size: 30px;
        line-height: 1.5;
        padding: 10px;
    }

    .caption-container span {
        background-color: #f0ad4e; /*rgba(255,102,51,.8);*/
        margin: 30px 0 0 0;
        font-size: 18px;
        line-height: 1.5;
        padding: 5px 5px 5px 15px;
    }

.rmm-sidebar {
    background-color: #0065bd;
    padding: 15px 15px 0 0;
    color: #fff;
    min-height: 410px;
    margin-bottom: -10px;
}

.text-left {
    text-align: left !important;
}

.width100 {
    width: 100%;
}

.padl15 {
    padding-left: 15px;
}

.margint10 {
    margin-top: 10px;
}

.whitea {
    color: #fff;
    text-decoration: none;
}

    .whitea:hover {
        color: #fff;
        text-decoration: underline;
    }

.rmm-siderbarhead {
    font-size: 20px;
}

.sfc-logo {
    margin: 0.37em;
    background: url(/Images/sfc-logo.png) no-repeat top left;
    display: block;
    width: 95px;
    height: 45px;
    text-indent: -9999px; /* hides the link text */
}

.resource-block, .product-block, .homepage-block {
    position: relative;
    background-color: rgba(217, 217, 217, 0.5);
    min-height: 200px;
    border: 1px solid #fff;
    margin-left: 0;
}

.blank-background {
    background: none;
}

.resource-block a {
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.product-block {
    padding-top: 20px;
}

    .product-block img {
        max-height: 75px;
    }

.homepage-block {
    min-height: 300px;
}

    .product-block .button, .homepage-block .button {
        position: absolute;
        bottom: 1px;
        right: 10px;
    }

.rm-nav {
    padding-top: 10px;
}

    .rm-nav ul {
        list-style: none;
        padding-left: 1em;
    }
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 9px 15px 0 15px;
}

.loading-image {
    display: none;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

#sidebar {
    background-color: rgba(66,138,207,0.07);
}

    #sidebar.affix-top {
        position: static;
        margin-top: 30px;
        width: 228px;
    }

    #sidebar.affix {
        position: fixed;
        top: 70px;
    }

.margin-top60 {
    margin-top: 60px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    max-width: 400px;
}
 */
.footer {
    color: #fff;
    padding: 15px 0 0 0;
}

.terms {
    max-height: 150px;
    overflow: auto;
    padding: 2px;
    float: right;
}

#nav_basket_div {
    margin-top: 12px;
    margin-left: 10px;
    position: relative;
    display: none;
}

#nav_basket_count {
    top: -1px;
    left: 18px;
    position: absolute;
    font-weight: bold;
}


.False {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.validation-summary-errors {
    padding: 18px;
    margin-bottom: 30px;
    border: 1px solid;
    border-radius: 4px;
    color: #000;
    background-color: #BA0C2F1a;
    border-color: #BA0C2F;
}

    .validation-summary-errors ul {
        list-style: none;
        -moz-padding-start: 0px;
        -webkit-padding-start: 0px;
        -khtml-padding-start: 0px;
        -o-padding-start: 0px;
        padding-start: 0px;
        padding: 0px;
        margin-bottom: 0px;
    }

    .validation-summary-errors li {
        margin-bottom: 0px;
    }

.input-validation-error {
    border-color: #BA0C2F;
    background: rgba(186, 12, 47, 0.1);
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*
    Login / Registration
*/

/*
    Create page
*/
.password-input {
    z-index: 10;
    position: relative;
}

.password-checker-box {
    border: 1px solid #B1B4B6;
    margin-top: -18px;
    z-index: 0;
}

.static-progress-tick-default {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .static-progress-tick-default > .icon-tick {
        margin-top: 6px;
        margin-left: 6px;
    }

.password-checker-progress-bar {
    width: 102px;
    height: 11px;
    margin-right: 2px;
}

.toggle-password-btn {
    font-family: 'font-bold';
    cursor: pointer;
}

.password-input-adjustment {
    padding-top: 12px;
    height: 48px;
}

.select-style-adjustment {
    padding-top: 8px;
    height: 48px;
}

/* Max width of 768px styles */
@media only screen and (max-width: 767.9px) {
    .toggle-password-btn {
        margin-top: 0px !important;
    }
}

.validation-summary-valid {
    display: none;
}

.validation-summary-heading {
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}

.validation-summary-errors li {
    list-style-type: none;
}





/* Kohera CSS multiselect */

.kohera-css-multiselect {
    padding: 0;
    border: none;
    display: block;
    position: relative;
    overflow: auto;
}

    .kohera-css-multiselect option {
        background-color: #eeeeee;
        color: black;
        border-radius: 6px;
        display: inline-block;
        width: auto;
        padding: 3px 12px 0px 12px;
        float: left;
        margin: 12px 12px 0px 0px;
    }

        .kohera-css-multiselect option:checked {
            background: #0065bd !important;
            color: white;
        }

    .kohera-css-multiselect:focus {
        border: none !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }


    /* IE only CSS */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   
    .footer-top-svg, .footer-middle-svg {
        display: none !important;
        visibility: hidden !important;
    }
    .pre-footer {
        position:static !important;
        margin-top:100px;

    }
}


    /* Log in screen */

.login-tab {
    display: none;
}

#tab1:checked ~ .login-tab.content1,
#tab2:checked ~ .login-tab.content2 {
    display: block !important;
}

.login-tab {
    margin-top: 30px;
}

.login-checkmark-radio {
    position: relative;
    display: inline-block;
    height: 32px;
    width: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #626A6E;
}

.login-checkmark-radio:after {
        top: 6px;
        left: 6px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #626A6E;
    }

#tab1:checked ~ .login-checkmark-radio, #tab2:checked ~ .login-checkmark-radio {
    background-color: #ffffff;
    border: 1px solid #626A6E;
}

    #tab1:checked ~ .login-checkmark-radio.lcr-1::after, #tab2:checked ~ .login-checkmark-radio.lcr-2::after {
        display: block;
    }

.login-checkmark-radio.lcr-1::after, .login-checkmark-radio.lcr-2::after {
    content: "";
    position: absolute;
    display: none;
}


.login-form-check-label {
    position: relative;
    margin-left: 6px;
    vertical-align: middle;
    font-family: 'font-regular';
    cursor:pointer;
}

.login-form-check-input[type=radio] {
    position: relative;
    display: block;
    top: 32px;
    left: 32px;
    opacity: 0;
    cursor: pointer;
    height: 32px;
    width: 32px;
    z-index: 29;
    margin-top: -30px;
    margin-left: -35px;
}