.index-td {
    padding-left: 15px;
    color: black;
}
.validation-message {
    font-style: normal;
    font-size: 14px;
    color: #a94442;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.virtual-box {
    width: 100%;
    text-align: center;
    display: block;
}

.center-box {
    margin: 0 auto;
}

.line {
    border-top: 2px solid #1273d5;
    height: 2px;
    display: inline-block;
    width: 55%;
}

.title-icon {
    margin-right: 10px;
}

.title-icon-big {
    font-size: 16px;
}

.page-icon {
    font-size: 24px;
}

.logo-img {
    width:100%;
    height:auto;
}

.color-area {
    background-color: #f1f8fe;
    color: #a4a5a5;
}

.white-box h2 {
    position: relative;
}

.white-box h2:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 3px;
    height: 21px;
    background: #1273d5;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.x_content h3 {
    line-height: 30px;
    padding: 10px 0px;
    color: #394d65;
    font-size: 16px;
    font-weight: 600;
}

.x_content span {
    display: block;
    color: #333;
    padding: 10px 0px;
    font-size: 16px;
}

.footer-main {
    background-color: #ECECED;
    line-height: 40px;
}

.table-responsive table tr td {
    padding: 15px 17px;
}

.table-tr-title {
    text-align: center;
    font-size: 16px;
    background-color: #ECECED;
}

.table-title {
    font-weight: bold;
    color: #34495e;
}

.row-title td {
    text-align: center;
    color: #34495e;
}

.detail-row-title td {
    text-align: center;
}

.fake-link {
    cursor: pointer;
}

.exp-selector {
    width: 200px;
    display: inline-block;
}
