﻿/* ############### Route Page ############### */
.divRouteList {
    background: #F2F2F2;
    border: 1px solid rgba(224, 224, 224, 0.5);
    box-sizing: border-box;
    border-radius: 4px;
    padding-top: 20px;
    padding-left: 20px;
    margin-top: 10px;
}

.divRouteNumber {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0.01px;
    color: #4F4F4F;
}

.divRouteEdit {
    font-size: 17px;
    line-height: 20px;
    text-align: right;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #799851;
}

.divRouteOriName {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.01px;
    color: #799851;
}

.divRouteRegion {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.01px;
    color: #333333;
}

.divRouteRegionProvince {
    
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.01px;
    color: #636363;
}

.divSignCompleteBanner {
    background: #D5DF31;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 4px;
    height: 350px;
}

.divSignCompleteTitle1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}

.divSignCompleteTitle2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #D5DF31;
}

.divSignCompleteTitle3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01px;
    color: #4F4F4F;
}

.divSignCompleteModal1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    /* identical to box height, or 167% */
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}

.divSignCompleteModal2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    /* identical to box height, or 133% */
    text-align: center;
    text-transform: uppercase;
    color: #D5DF31;
}

.divSignCompleteModal3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    text-align: center;
    text-transform: uppercase;
    color: #828282;
}

/* ############### Top Menu ############### */

@media (min-width: 1200px) {
    .navbar-header .navbar-right {
        width: 400px;
    }
}

.txtForgetPass a {
    color: #D5DF31;
    text-decoration: none;
    text-decoration-line: underline;
}

.txtForgetPass a:hover {
    color: #C5CD44;
    text-decoration-line: underline;
}