@import url(Shared.css);

/* SG : Primary Button */
.btn-primary-normal {
    background: var(--Dark-Blue);
    box-shadow: 0px 1px 2px var(--Gray);
    border-radius: 4px;
    min-width: 104px;
    padding: 0px 20px 0px 20px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    text-transform: uppercase;
    color: var(--White) !important;
    height: 45px;
    width: 158px;
    border: 0px;
}

    /* SG : Primary Button */
    .btn-primary-normal:hover {
        background: var(--Blue) !important;
    }

    /* SG : Primary Button */
    .btn-primary-normal[disabled] {
        background: var(--Light-Gray-5) !important;
        opacity: 1 !important;
        pointer-events: none !important;
        color: var(--Dark-Grey-2) !important;
    }

/* SG : Secondary Button */
.btn-secondary-normal {
    background: var(--Light-Gray);
    border-radius: 4px;
    min-width: 104px;
    padding: 0px 20px 0px 20px;
    height: 45px;
    width: 158px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    text-transform: uppercase;
    color: var(--Dark-Blue) !important;
    border: 0px;
}

    /* SG : Secondary Button */
    .btn-secondary-normal:hover {
        background: var(--Dark-Gray-3) !important;
    }

/* SG : Secondary Button */
.btn-text {
    width: 62px;
    height: 23px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--Dark-Blue);
}

    /* SG : Secondary Button */
    .btn-text[disabled] {
        width: 62px;
        height: 23px;
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        color: var(--Gray);
    }

/* SG : CheckBox And Radio Button */
.btn-checkbox-normal input[type="checkbox"] {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: var(--White);
    border: 1px solid var(--Gray);
    border-radius: 2px;
    accent-color: var(--Dark-Blue);
}

/* SG : CheckBox And Radio Button */
.btn-checkbox-normal label {
    width: 87px;
    height: 23px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: var(--Darker-Blue);
    margin-left: 10px;
    vertical-align: super;
}

/* SG : CheckBox And Radio Button */
.btn-checkbox-normal input[type="checkbox"]:hover {
    border: 1px solid var(--Darker-Blue);
    accent-color: var(--Dark-Blue);
}

/* SG : CheckBox And Radio Button */
.btn-checkbox-normal input[type='checkbox']:checked + label {
    font-weight: 600;
}

/* SG : CheckBox And Radio Button */
.btn-checkbox-normal-label {
    width: 87px;
    height: 23px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: var(--Darker-Blue);
    vertical-align: top;
}

/* SG : CheckBox And Radio Button */
.btn-checkbox-normal[disabled] {
    color: var(--Gray);
}

/* SG : CheckBox And Radio Button */
.btn-radio-normal input[type="radio"] {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: var(--White);
    border: 1px solid var(--Gray);
    accent-color: var(--Dark-Blue);
}

/* SG : CheckBox And Radio Button */
.btn-radio-normal label {
    width: 98px;
    height: 23px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: var(--Darker-Blue);
    vertical-align: top;
    margin-left: 10px;
}

/* SG : CheckBox And Radio Button */
.btn-radio-normal input[type="radio"]:checked + label {
    font-weight: 600;
}

/* SG : CheckBox And Radio Button */
.btn-radio-normal input[type="radio"]:checked + div > label {
    font-weight: 600;
}
/* SG : CheckBox And Radio Button */
.btn-radio-normal input[type="radio"]:hover {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: var(--White);
    border: 1px solid var(--Darker-Blue);
}

/* SG : CheckBox And Radio Button */
.btn-radio-normal[disabled] {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: var(--White);
    border: 1px solid var(--Gray);
}

/* SG : Primary Tabs */
.tab-primary-selected {
    width: 237px;
    height: 45px;
    background: var(--White);
    border: 1px solid var(--Dark-Blue);
    border-radius: 4px;
    min-width: 108px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--Dark-Blue);
}

    /* SG : Primary Tabs */
    .tab-primary-selected:hover {
        width: 242px;
        height: 23px;
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        color: var(--Dark-Blue);
    }

/* SG : Primary Tabs */
.tab-primary-unselected {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--Dark-Blue);
}

/* SG : Secondary Tabs */
.tab-secondary-line {
    width: 750px;
    height: 0px;
    border: 1px solid var(--Dark-Gray-3);
}

/* SG : Secondary Tabs */
.tab-secondary-selected {
    width: 171px;
    height: 23px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: var(--Dark-Blue);
}

/* SG : Secondary Tabs */
.tab-secondary-hover {
    width: 171px;
    height: 23px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: var(--Dark-Blue);
}

/* SG : Secondary Tabs */
.tab-secondary-unselected {
    width: 136px;
    height: 23px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: var(--Darker-Blue);
}

/* SG: Button Usage */
.btn-file-upload::file-selector-button {
    background: var(--Light-Gray);
    border-radius: 4px;
    min-width: 104px;
    padding: 0px 20px 0px 20px;
    height: 45px;
    width: 158px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--Dark-Blue);
    border: 0px;
    cursor: pointer;
}

.btn-file-upload::file-selector-button:hover {
    background: var(--Dark-Gray-3);
}

/* SG: Button Usage */
.file-upload-text {
    width:500px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--Darker-Blue);
}

/* SG: Button New */
.btn-new {
    margin-left: 50px !important;
}

 /* SG: Button New */
.btn-new:hover {
    margin-left: 50px !important;
}

/*Accordion*/
.accordionHeaderOpen {
    background: var(--Light-Gray) url(../images_2_0/BlueChevronDown.svg) no-repeat 99%;
    color: var(--White);
    cursor: pointer;
}

.accordionHeaderClose {
    background: var(--Light-Gray) url(../images_2_0/BlueChevronUp.svg) no-repeat 99%;
    cursor: pointer;
    color: var(--White);
}


.accordianHeader {
    line-height: 45px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--Black);
    padding-left: 50px;
}


.accordianHeaderHeight {
    height: 45px;
    margin-bottom: 10px;
}