﻿#SingleRightHandContentPage #divContent {
    max-width: 1200px;
    margin: 0 auto !important;
}

#divConfirmationLeft {
    width: 69%;
    float: left;
    margin-left: 2%;
}

#divConfirmationRight {
    width: 26%;
    float: right;
    margin-right: 2%;
}

#divReadBar {
    background: #DEECE1;
    border-radius: 10px;
    width: 65%;
    height: 8px;
    margin-top: 5px;
    overflow: hidden;
}

#divPctRead {
    background: #7CA686;
    height: 8px;
    border-radius: 10px;
    width: 0%;
}

.edc-green-btn {
    width: 100% !important;
}

    #btnContinue img {
        float: right;
    }

#btnBack img {
    margin-right:12px;
}

#divConfirmationArea {
    box-shadow: 1px 1px 20px rgba(42, 60, 61, 0.1);
    border-radius: 80px;
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.headerOne {
    display: none;
}

.para {
    text-align: left !important;
}

.flex-container {
    height: calc(100vh - 300px);
    overflow-y: auto;
    margin-top: 15px !important;
}

    .flex-container > div {
        margin: 0 !important;
    }



    .flex-container body, .flex-container p, .flex-container ol {
        font-size: 12px !important;
    }

#divNavBarLeft {
    display: none;
}

#divMainContent {
    margin-left: 0 !important;
}

.copyright{
    display:none !important;
}

@media (max-width: 991px) {

    .Hamburger-Icon.mobileOnly {
        display: none;
    }

    #divConfirmationLeft {
        width: 40%;
        float: left;
        margin-left: 2%;
    }

    #divConfirmationRight {
        width: 53%;
        float: right;
        margin-right: 2%;
    }

    #divReadBar {
        background: #DEECE1;
        border-radius: 10px;
        width: 85%;
        height: 8px;
        margin-top: 5px;
        overflow: hidden;
    }

    .flex-container > div {
        padding: 0 !important;
    }


    .flex-container {
        height: calc(100vh - 335px);
        overflow-y: auto;
        margin-top: 15px !important;
    }

    #divConfirmationArea {
        z-index: 110 !important;
        bottom: 0 !important;
        position: fixed !important;
        width: 100%;
        background-color: white !important;
    }
}
