﻿body {
    background: #EEEEEE 0% 0% no-repeat padding-box;
    opacity: 1;
    /*font-family: Akkurat !important;*/
}

/*Questionaire page questions*/
.QuestionLabel {
    font: normal normal bold 14px/18px Akkurat;
    color: #1A1A1A;
    text-align: left;
    /* font: normal normal bold 14px/18px Akkurat !important;*/
}

/* Questionaire radio buttons Answers */
.radioOption {
    font-size: 14px;
    color: #1a1a1a !important;
    margin-right: 33px;
    border-top-color: #D6002A;
}
.radioOptionSelected {
    font-size: 14px;
    color: #D6002A !important;
}

/*Questionaire Headers CSS*/
.SectionHeader {
    font-weight: 700;
    font-style: normal;
    font-style: normal;
    font-size: 16px;
    color: #1A1A1A;
    text-align: left;
    display: inline-block;
    width: 100%;
}
/* Instruction Header color on Profile Page */
.InstructionHeaderColor {
    color: #D6002A !important;
}
/* Site Button CSS*/
.ButtonCSS {
    background-color: #006D89 !important;
    color: #fff !important;
    border-color: #006D89 !important;
    font: normal normal normal 16px/21px Akkurat !important;
}

    /*Site button Hover CSS*/
    .ButtonCSS:hover {
        background-color: #006D89 !important;
        color: #fff !important;
        border-color: #006D89 !important;
    }

/* Site Back Buttons CSS*/
button[value="Previous"] {
    background-color: #fff !important;
    color: #006D89 !important;
    border-color: #006D89 !important;
}

    /* Site Back Buttons Hover CSS*/
    button[value="Previous"]:hover {
        background-color: #EEEEEE !important;
        color: #00495B !important;
        border-color: #00495B;
    }

/*Checkbox checked color: Need to change the Fill option in gackground image url */
input[type=checkbox] {
    border-radius: 0px !important;
}

    input[type=checkbox]:checked {
        background-color: #fff;
        border-color: #ced4da;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='red' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;
    }

/* Special Radio Buttons CSS (EX:Treaty Button)*/
.radioDiv {
    width: 100%;
    background-color: #FFFFFF;
    border: #CCCCCC;
    box-shadow: none;
    /*font-family: Akkurat LL, Regular;*/
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px;
    border-collapse: collapse;
    height: 36px;
    line-height: 250%;
}

    /* Special Radio Buttons Hover CSS */
    .radioDiv:hover {
        background-color: #EEEEEE;
        /*border-color: #006D89;*/
        color: #5C5C5C;
    }

        .radioDiv:hover span {
            color: #5C5C5C;
            /*font-weight: bold;*/
        }

.radioDivColor {
    background-color: #EEEEEE;
    /*border-color: rgba(0, 150, 151, 1);*/
    color: #D6002A;
    border: 2px solid #EEEEEE;
    border-top-color: #D6002A;
}

/*Radio button Checked color*/
input[type='radio'] {
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #5c5c5c;
    border-radius: 50%;
    outline: none;
}

    input[type='radio']:before {
        content: '';
        display: block;
        width: 75%;
        height: 70%;
        margin: 1.8px 0px 5px 1.5px;
        border-radius: 50%;
    }

     input[type='radio']:checked:before {
        background: #D6002A;
    }

    input[type='radio']:disabled[disabled] {
        background: #CCCCCC;
        opacity: 0.6;
    }
    .logo {
        display: inline;
    }

/* Login/Register page CSS */
.login-section .logo-label {
    color: #D6002A;
    font: normal normal normal 24px/31px Akkurat;
    margin-top: 10px;
}

.registrationCode {
    font-family: Arial;
    font-size: 14px;
    color: grey;
}

.registerHeader {
    font-family: Akkurat;
    font-size: 12px;
    color: #595959;
}

.login-section .note-label {
    font-family: Akkurat;
    font-size: 12px;
    color: #595959;
}

/*AccountSummary H3 Header*/
.headerH3 {
    font-size: 22px;
    color: #D6002A;
}

/*AccountSummary P3 Paragraph*/
.paragraphP3 {
    font: normal normal normal 14px/21px Akkurat;
    color: #1A1A1A;
}

/*Table Header style CSS*/
.TableHeader {
    border-bottom: 2px solid #cccccc;
}
    .TableHeader th {
        font-weight: 700;
        font-size: 15px;
        color: #1A1A1A;
        width: 10%;
    }

/*Table row style CSS*/
.TableRow {
    border-bottom: 1px solid #cccccc;
}
    .TableRow td {
        font-size: 14px;
        color: #1A1A1A;
    }

/*Popup Inner content CSS*/
.QuestionaireHelp {
    border-width: 0px;
    left: 10px;
    top: 0px;
    background: inherit;
    background-color: #f8f8f8;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 212, 212, 1);
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 11px;
    text-align: left;
    line-height: 18px;
    padding: 10px;
    color: #32363B;
    font-weight: 500;
}

/* login*/

.actionLink {
    color: #006D89 !important;
    font: normal normal bold 12px Akkurat;
}

    .actionLink:hover {
        color: #006D89 !important;
        font: normal normal bold 12px Akkurat;
        text-decoration: none !important;
    }

.RemoveActionLink {
    color: #D6002A !important;
    font: normal normal bold 12px Akkurat;
}

    .RemoveActionLink:hover {
        color: #D6002A !important;
        font: normal normal bold 12px Akkurat;
        text-decoration: none !important;
    }


.c-logo-product {
    width: 90px;
    height: 23px;
    opacity: 1;
    vertical-align: inherit !important;
    content: url("../images/Logo.png");
}

.c-pdf-icon {
    opacity: 1;
    content: url("../images/sp-pdficon.png");
}
.c-tiff-icon {
    opacity: 1;
    content: url("../images/tiffIcon.png");
}


.c-ctydropdwon {
    font: normal normal 16px/21px !important;
    letter-spacing: 0px;
    border: 1px solid #CCCCCC !important;
    opacity: 1;
}

    .c-ctydropdwon option {
        background: #ffffff;
        color: #000;
        font: normal normal 14px/21px Akkurat !important;
        letter-spacing: 0px;
        border: 1px solid #CCCCCC;
        opacity: 1;
    }

.c-divCheckboxSelection {
    border: 2px solid #CCCCCC;
    border-top-color: red;
    height: 38px !important;
}

hr {
    margin-top: -5px;
    margin-bottom: 5px !important;
    border-top: 2px solid #D6002A !important;
    opacity: 1 !important;
    margin: 0 !important;
}

/*Date Picker*/
.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*.dow {
      border-top: 1px solid #ddd !important;
    }*/
}

    .datepicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .datepicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .datepicker > div {
        display: none;
    }

    .datepicker.dropdown-menu {
        background-color: #ffffff;
        font-size: 12px !important;
    }

    .datepicker table {
        width: 100%;
        margin: 0;
    }

    .datepicker td,
    .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 8px;
    }

        .datepicker td.day.disabled,
        .datepicker td.day[disabled] {
            color: #C1C5CA;
            background-color: #EAEEF3;
            cursor: not-allowed;
        }

            .datepicker td.day.disabled:hover,
            .datepicker td.day[disabled]:hover {
                cursor: not-allowed;
            }

        .datepicker td.day:hover {
            background: #EAEEF3;
            cursor: pointer;
            color: #32363B;
        }

        .datepicker td.old,
        .datepicker td.new {
            color: #84888D;
        }

        .datepicker td.active,
        .datepicker td.active:hover {
            color: #D6002A;
            background-color: #EAEEF3;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            border-top: 2px solid #D6002A;
        }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .datepicker td span:hover {
                background: #EAEEF3;
                color: #32363B;
            }

            .datepicker td span.active {
                color: #D6002A;
                background-color: #EAEEF3;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                border-top: 2px solid #D6002A;
            }

            .datepicker td span.old {
                color: #84888D;
            }

                .datepicker td span.old:hover {
                    background: #EAEEF3;
                    color: #32363B;
                }

        .datepicker th.switch {
            width: 145px;
            display: table-cell;
            color: #009697;
        }

        .datepicker th.next,
        .datepicker th.prev {
            font-size: 18px;
        }

    .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .datepicker thead tr:first-child th:hover {
            background: #EAEEF3;
            color: #009697;
        }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.toggleBtn {
    float: right;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    border: none;
    color: #D6002A;
    height: 18px;
    padding: 0px;
    width: 18px;
    font-size: x-large;
}

hr.lightline {
    border-top: 1px #5c5c5c;
}

.navbarLink {
    font-size: 20px !important;
    color: #D6002A !important
}
.ItemAlign {
    align-items: normal !important;
}
.master-header {
    height: 47px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding-top: 0px !important;
    padding-bottom: 0px;
    z-index: 1;
    border-bottom: 2px solid #e5e7e9;
    border-top: 2px solid #d6002a;
}
.master-header-span {
    width: 45px !important;
    height: 45px !important;
    float: right;
    text-align: center;
    vertical-align: central;
    display: flex;
    justify-content: center;
    border-left: 1px solid #C1C5CA;
    cursor: pointer;
}
.master-userprofile {
    text-align: left;
    letter-spacing: 0px;
    color: #1a1a1a;
    opacity: 1;
    margin-left: 18px;
    width: 214px;
    word-wrap: break-word;
}
.sidebar {
    height: 0px;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    box-shadow: -5px 5px 8px #C1C5CA80;
    opacity: 1;
    overflow-y: auto;
    transition: 0.5s;
    margin-top: 45px;
}

    .sidebar a {
        text-decoration: none;
        color: #32363B;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #32363B;
            text-decoration: none
        }

    .sidebar .closebtn {
    color: #5c5c5c !important;
    position: absolute;
    top: 4px;
    right: 8px;
    margin-left: 50px;
    height: 24px;
}
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }


.User-SideBar-show {
    height: 100%;
}

.TR-SideBar-show {
    height: 100%;
}


.Rectangle {
    background-color: #fff;
    height: 43px;
    padding-left: 16px !important;
    padding-top: 10px !important;
    vertical-align: central;
    font: normal normal bold 16px/21px Akkurat !important;
    border-left: 1px solid #C1C5CA;
    color: #1A1A1A !important;
}

.header-lang-dropdown {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #cccccc !important;
    font: normal normal bold 16px/21px Akkurat !important;
    padding: 0px !important;
}
.dropdown-item{
    color: #00495B !important;
    font-weight: normal;
    border: 1px solid #cccccc !important;
}

.header-lang-dropdown :hover {
    border-top: 1px solid #EEEEEE !important;
        color: #006D89;
    font-weight:bold;
    background-color : #EEEEEE !important;
}
.dropdown-item:active {
    background-color: #EEEEEE !important;
}


.form-control::placeholder {
    text-align: left;
    font: italic normal normal 13px Akkurat;
    color: #C1C5CA;
}

.dropdown-toggle::after {
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}

.LanguageIcon {
    float: right;
    margin-right: 10px;
    height: 24px !important;
    width: 35px !important;
    color: #5c5c5c;
}

.dropdown-menu {
    min-width: 140px;
    background-color:#ffffff !important;
}
.validationCss {
    font: normal normal bold 13px/18px Source Sans Pro;
    color: #854600;
}
.form-control {
    font-size: 13px;
    border: 1px solid #CCCCCC;
    color: #1A1A1A !important
}
.c-profileLinkButtion {
    color: #006D89 !important;
    text-decoration: underline !important;
}

.c-profileLinkButtion label{
    color: #006D89 !important;
}

a:hover {
    color: #00495b !important;
    text-decoration: none;
    cursor: pointer;
}

option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

.c-ctydropdwon {
    font: normal normal 14px/18px Akkurat  !important;
    letter-spacing: 0px;
    color: #1A1A1A !important;
    border: 1px solid #CCCCCC !important;
    opacity: 1;
}

    .c-ctydropdwon option {
        background: #ffffff;
        color: #000;
        font: normal normal 14px/18px Akkurat ;
        letter-spacing: 0px;
        border: 1px solid #CCCCCC;
        opacity: 1;
    }

.c-popUpMargin {
    margin-top: 0px !important;
}
b, strong {
    font-weight: bolder;
    color: #1a1a1a !important ;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #CCCCCC;
    opacity: 1;
    border: 1px solid #EEEEEE;
    color: #000000 !important;
}

/*Media query for mobile compatibility*/
@media screen and (max-width: 320px) {
    .container-fluid {
        padding-right: var(--bs-gutter-x,.25rem) !important;
        padding-left: var(--bs-gutter-x,.25rem) !important;
    }
}

.FinishBtnCSS {
    float: right;
}

.characters > span, .uppercase > span, .spclcharacters > span, .numbers > span, .lowercase > span, .passwordmatch > span {
    color: #854600; /* Adjusted to meet minimum color contrast ratio thresholds*/
}

.PasswordMatch > span {
    color: #006630; /* Adjusted to meet minimum color contrast ratio thresholds*/
}
.invalidCharCss {
    font: normal normal bold 13px/18px Source Sans Pro;
    color: #854600;
}