/*
    LOGO REMOVAL
*/
input.ForxigaLogo{
	background-image: url(../Images/instanceSpecific/forxigaTextDesktop.png) !important;
}

@media screen and (max-width: 959px) {
	input.ForxigaLogo{
		background-image: url(../Images/instanceSpecific/forxigaTextMobile.png) !important;
	}
}

/*
    HCP CONFIRMATION MODAL
*/
/*
.modal {
    display: block; 
    position: fixed; 
    z-index: 2; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.8); 
}

.modal-header {
    min-height: 1px;
    background-color: #fff;
    margin: 10% auto 0px auto;
    width: calc(80% + 42px);
}

.modal-footer {
    min-height: 1px;
    background-color: #fff;
    width: calc(80% + 42px);
    margin: auto;
    margin-top: -1px;
}

.modal-content {
    background-color: #830051;
    margin: 0% auto; 
    padding: 0px 20px 20px 20px;
    border: 1px solid #888;
    width: 80%; 
}

.modal-left {
    width: 50%;
    display: inline-block;
    padding-right: 8%;
}

.modal-right {
    width: 40%;
    vertical-align: top;
    display: inline-block;
}

.StandardCheck.IAmHCP {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
}

    .StandardCheck.IAmHCP > tbody > tr > td > span > label {
        display: inline-block !important;
        margin-bottom: 30px;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .StandardCheck.IAmHCP > tbody > tr > td > span > input[type="checkbox"] {
        -webkit-appearance: checkbox;
        background-color: #e9ecee;
        border: none;
        color: #000000;
        float: none;
        margin-right: 5px;
    }

        .StandardCheck.IAmHCP > tbody > tr > td > span > input[type="checkbox"]:checked {
            -webkit-appearance: checkbox;
            background-color: #e9ecee;
            border: none;
            color: #000000;
            float: none;
            margin-right: 5px;
        }

            .StandardCheck.IAmHCP > tbody > tr > td > span > input[type="checkbox"]:checked::after {
                content: '';
                font-size: 16px;
                position: initial;
                color: #000000;
            }

.ActionButton.modalHCPButton {
    background-color: #830051;
    border: 1px solid #fff;
    color: #fff;
    background-image: url(../Images/chevronWhite.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    font-size: 0.85em;
    padding: 10px 32px 10px 1%;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 20px;
    text-decoration: none;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 90%;
}

.ViewSiteButton.modalHCPButton {
    background-color: #830051;
    border: 1px solid #fff;
    color: #fff;
    background-image: url(../Images/pointyBoxWhite.png);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    font-size: 0.85em;
    padding: 10px 32px 10px 1%;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 20px;
    text-decoration: none;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 90%;
}

@media screen and (max-width: 959px) {
    .modal-left {
        width: 100%;
        padding-right: 0px;
    }

    .modal-right {
        display: none;
    }

    .StandardCheck.IAmHCP_Container {
        width: 100% !important;
    }

    .optionCorrect {
        padding-right: 0px;
    }
}
    */