.login-page {
    background-color: #f8fafb;
}
.login-body {
    background: #fff;
    padding: 40px 60px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-color: #606060;
}

.login-body .tf-logo-div {
    float: left;
    margin-right: 0px;
    width: 190px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 190px;
    margin-bottom: 10px;
}

.login-body .btn {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 40px;
}

.login-body p {
    color: #333333;
    font-weight: 400;
}

/* For file input btn to align with text box */
div.file-input > span.input-group-btn > .btn {
    vertical-align:top;
}

.centerDiv {
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 1em;
}

/* For Help Manual List Screen */
.manual-div-main {
    width: 75%;
    padding: 2em;
}
div.manual-list {
    margin: auto;
    width: 70%;
    text-align: center;
    border-top: solid 1px #116997;
}
div.manual-list-top-label {
    font-size: 20px;
    font-weight: bold;
    color: #116997;
    padding: 5px 0px;
}
div.manual-list-top-label > span {
    border-bottom: solid 1px #116997;
    display:inline-block;
    width: 100%;
}
div.manual-list-menu-div {
    margin-bottom: 1em;
}
span.manual-list-top-icon {
    line-height: 1.5em;
    font-size: 35px;
    color: rgba(237, 123, 0, 0.80);
}
a.manual-list-menu-link {
    font-size: 16px;
    font-weight: bold;
    color: rgba(237, 123, 0, 0.80);
}
span.relation-info {
    padding-left:30px;
    color:#900;
}

span.schedule-status-transfer-sublist {
    text-align: right;
    color: #00CC00;
    display: inline-block;
    white-space:pre
}
span.schedule-status-cancel-sublist {
    text-align: left;
    color:#CC0000;
    display: inline-block;
    white-space:pre
}

div.attendance-summary {
    padding: 5px;
}
span.attendance-summary-personLabel {
    font-weight: bold;
    font-size: 14px;
}
span.attendance-check {
    color: #00FF00;
}
span.attendance-absent {
    color: #FF0000;
}

div.attendance-confirmedBox {
    text-align: center;
}
div.attendance-setSelectionLabel {
    margin-left: 8px;
}
div.attendance-setSelectionLabelSub {
    margin-right: 16px;
    width: 15%;
    display: inline-block;
}
div.attendance-setSelection {
    margin-left: 7px;
}
div.attendance-setSelection > span.tf-radio-simple {
    height: 10px;
    padding: 0px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0px 3px;
}
div.attendance-setSelection > span.tf-radio-simple > .form-control {
    height: 15px;
}
.tr-attendanceEdit-topRow {
    background-color: #FFF2CC;
}
