#currentPage{
    color: #006699;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

#notCurrentPage{
    color: #006699;
    font-size: 14px;
    text-decoration: none;
}

#landing-page-header {
    font-size: 26px;
    margin-top: 0px;
}

.caseLocation .caseLocationTitle {
    color: #005EA2;
    font-size: 18px;
}

.caseLocation {
    padding: 0px 16px;
}

.caseLocation p {
    font-size: 14px;
}

.caseLocHorizontalLine{
    border-color: #dfe1e2;
    border-style: solid;
    width: auto;
}

#receiptNumber{
    width:324px;
}

.iconNavigateNext{
    color: #006699;
    top:4px;
}

.caseStatusNav{
    font-size: 14px;
}

.receipt-helper-btn-CaseStatus{
    padding-top: 0px;
    padding-bottom: 0px;
	background-color: transparent;
    position: relative;
    bottom: -4px;
    margin-left: 5px;
    width: 45px;
}

.receipt-helper-btn-CaseStatus:hover{
    background-color: transparent;
}
.receipt-helper-btn-CaseStatus:not([disabled]):focus{
	outline-offset: 1px;
}

.caseStatusDesc{
    width: auto;
    word-wrap: break-word;
}

.monthIcon{
    width: 78px;
    height: 39px;
    border: solid #005EA2 1px;
    color: #ffffff;
    background-color: #005EA2;
    display: flex;
    justify-content:center;
    align-items: center;
}
.dayIcon{

    width: 78px;
    height: 39px;
    border: solid #005EA2 1px;
    color: #005EA2;
    background-color: #ffffff;
    display: flex;
    margin-top: -16px;
    justify-content:center;
    align-items: center;
}

.caseHistorySection {
    border-width: 2px;
    border-color: #dfe1e2;
    border-style: solid;
    border-radius: 1%;
    padding: 20px;
    width: 473px;
    /* float: left; */
    /* display:inline-block; */

}
.caseNextStepsSection {
    border-width: 2px;
    border-color: #dfe1e2;
    border-style: solid;
    border-radius: 1%;
    padding: 20px;
    width: 473px;
    flex: 1;
    margin-left: 10px;
    
}
.alignDivs div{
    display: inline-grid;
}
#caseHistory{
    display: flex;
}
.historyDesc {
    margin-top: 26px;
    margin-left: 16px;
}
#caseNextSteps{
    display: inline-flex;
}
#iconCasesNextSteps{
    height: 60px;
    font-size: 23px;
    margin-right: 20px;
    margin-left: 15px;
    margin-top: -16px;
}
.nextStepsDesc {
    margin-top: 26px;
    margin-left: 15px;
}
.nextStepsDateAndIcon{
    font-size: 12px;
    color: #005EA2;
    margin-top: 60%;
}

.horizontalLine {
    border-color: #dfe1e2;
    border-style: solid;
    width: auto;
    
}
.caseHistorySection h2{
    margin-top: 5px;
}
.caseNextStepsSection h2{
    margin-top: 5px;
}

@media (max-width: 620px) {
    #receiptNumber{
        width: 300px;
    }
    .error_red_vertical_line{
        display: flex;
    }
    .caseHistorySection{
        width: auto;
    }
    .caseNextStepsSection{
        width:auto;
        position: inherit;
    }

}

@media(max-width: 320px) {
    #receiptNumber{
        width: 200px;
    }
}