.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;
    background-size: 260px;
    width: 255px;
}

.tf-logo-div {
    background-image: url("../image/logo.png") !important;
}

.mypage-tf-logo-div {
    background-image: url("../image/logo.png") !important;
}

.mypage-payment-page .footer{
    background-color: #005929;
    color: #ffffff;
}

.mypage-payment-footer{
    background-color: #005929;
    width: 100%;
}

.mypage-payment-footer-social{
    display: none;
}

.mypage-payment-footer-social ul li{
    display: inline-block;
    margin: 0 5px;
    position: relative;
    font-size: 120%;
}

.mypage-payment-footer-social ul li a i{
    color: #ffffff;
}

.mypage-payment-page .mypage-payment-footer-social{
    display: block;
}

.mypage-payment-page .mypage-payment-tf-license{
    display: block;
}

.mypage-payment-page #tf-license{
    display: none;
}


.mypage-payment-tf-license {
    font-size: 12px;
    display: none;
}

.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;
}

.tf-subheader-responsive-menu {
    background-color: #fff;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .1);
    position: relative;
    width: 100%;
    z-index: 1000;
    height: 30px;
}
.submenu-right {
    float:right;
    margin-left: 10px;
}
.tf-mypage-header-adjust {
    height: 115px;
}
.tf-mypage-header-menu-adjust {
    height: 60px;
}

/*
For fields that takes up 2 or more columns within the form,
it seems there's a problem in the responsive design
when the system sets width inline
*/
@media only screen and (max-width: 767px)
{
    div#primaryAddressGroup .tf-label-div {
        width: 100% !important;
    }
    div#primaryAddressGroup div.tf-data-div {
        width: 100% !important;
    }
    div#companyAddressGroup .tf-label-div {
        width: 100% !important;
    }
    div#companyAddressGroup div.tf-data-div {
        width: 100% !important;
    }

    div.emailLblDivUpdate {
        text-align: left !important;
        padding-left:0px !important;
    }
}

/* For place holder class regPlaceHolderInput */
.regPlaceHolderInput::-webkit-input-placeholder { /* WebKit browsers */
    font-size: .7em;
}
.regPlaceHolderInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: .7em;
}
.regPlaceHolderInput::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: .7em;
}
.regPlaceHolderInput:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: .7em;
}

/** Roy 94634 **/
/* gray border line for each group */
.mypage-payment-page .dw-data-group, .mypage-payment-page .ew-data-group {
    background-color: #efefef; /*to remove the gray underlines under the data cells */
    border: 1px solid #ddd;
}

/* white border bottom */
.mypage-payment-page .tf-element-wrapper-div {
    border-top: 1px solid #FFF;
}

/* To remove the white border line on the bottom of the first 2 div elements of each group */
.mypage-payment-page .dw-data-group div.tf-element-wrapper-div:nth-child(1),
.mypage-payment-page .dw-data-group div.tf-element-wrapper-div:nth-child(2),
.mypage-payment-page .ew-data-group div.tf-element-wrapper-div:nth-child(1),
.mypage-payment-page .ew-data-group div.tf-element-wrapper-div:nth-child(2)
{
    border-top: medium none;
}

/* this makes the data div fill up the space and removes some space below it  */
.mypage-payment-page .tf-dw-page .tf-data-div, .mypage-payment-page .tf-ew-page .tf-data-div {
    margin-bottom: 0;
    min-height: 27px;
    padding: 0px 5px !important;
}

.mypage-payment-page .tf-ew-page .tf-label-div {
    padding: 0px 5px !important;
}
