/*
CSS defined in this file overwrites main css for mypage screens
*/

/**   Mypage top menu css - START **/
.mypage-top-env-info-div {
    position: absolute;
    height: 50px;
    padding-top: 10px;
    font-size: 20px;
    right: 0px;
    top: 0px;
    z-index: 1000;
}


.mypage-tf-logo-div {
    float: right;
    margin-right: 60px;
    width: 130px;
    height: 100%;
    background-image: url("../image/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130px;
}

.mypage-tf-header {
    border-bottom: solid 1px #dfdfdf;
    background-color: #f8f8f8;
    height: 85px;
    /*flex: 1;*/
}

.mypage-content-wrapper {
    display: flex;
    flex: 1;
    margin-right: 5px;
}

/* tf-header-responsive-menu */

.tf-header-responsive-menu {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    width: 100%;
    z-index: 1000;
    height: 60px;
    /*flex: 1;*/
}

.tf-header-responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #eee;
}

.tf-header-responsive-menu li {
    background-color: transparent;
}

.tf-header-responsive-menu li a {
    display: block;
    padding: 10px;
    padding-left: 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    background-color: transparent;
}

.tf-header-responsive-menu li a:hover,
.tf-header-responsive-menu .menu-btn:hover {
    background-color: #fdfdfd;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

/* mypage responsive menu */

.tf-header-responsive-menu .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* mypage responsive menu icon */

.tf-header-responsive-menu .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: left; /* right -> left */
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.tf-header-responsive-menu .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.tf-header-responsive-menu .menu-icon .navicon:before,
.tf-header-responsive-menu .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.tf-header-responsive-menu .menu-icon .navicon:before {
    top: 5px;
}

.tf-header-responsive-menu .menu-icon .navicon:after {
    top: -5px;
}

/* responsive menu btn */

.tf-header-responsive-menu .menu-btn {
    display: none;
}

.tf-header-responsive-menu .menu-btn:checked ~ .menu {
    max-height: 1000px;
}

.tf-header-responsive-menu .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.tf-header-responsive-menu .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.tf-header-responsive-menu .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.tf-header-responsive-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.tf-header-responsive-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

@media (max-width: 991px) {
    .tf-group-wrapper.tf-mypage-left-list-wrapper {
        width: 100%;
    }

    .tf-group-wrapper.tf-mypage-right-list-wrapper {
        width: 100%;
    }
}

.tf-content {
    max-width: 950px;
}


/*  768px=mobile, but we use here tablet size for responsive menu */

@media (min-width: 992px) {

    .tf-header-responsive-menu li {
        float: left;
    }

    .tf-header-responsive-menu li a {
        padding: 20px 18px;
        color: #1b80ae;
    }

    .tf-header-responsive-menu .menu {
        clear: none;
        max-height: none;
    }

    .tf-header-responsive-menu .menu-icon {
        display: none;
    }

    .tf-header-responsive-menu li a:hover,
    .tf-header-responsive-menu .menu-btn:hover {
        background-color: #fff;
        border: solid 1px #eee;
    }

    .tf-header-responsive-menu ul {
        background-color: #fbfbfb;
    }
}

/**   Mypage top menu css - END **/

.tf-title-wrapper, .tf-title-wrapper-no-title {
    /*border-right: solid 5px orange;*/
    margin-right: 6px;
    padding-right: 10px;
    float: left;
    color: red;
}

.tf-mypage-topstrip {
    width: 100%;
    background-color: #fafafa;
    border-bottom:solid 1px #eee;
    height: 25px;
}

.tf-message-summary {
    clear:both;
}