/* login */
#CUBLoginForm .remember {
    width: 95px;
}

.form-style p.title_tit {
    font-size: 12px !important;
}

.Employee_box .login_box_Employee {
    width: 500px !important;
}

.form-style input::placeholder {
    font-size: 12px !important;
    padding: 0 2px;
}

#CUBLoginForm .text-group input {
    padding: 6px 5px !important;
}

.virtual-keyboard .keyboard-header {
    font-size: 12px;
    text-align: left;
}

.section-content_height {
    padding: 15px 15px !important;
}

    .section-content_height ul {
        position: absolute;
        width: 100%;
        left: 0;
    }

.service_container .brick h3 {
    font-size: 16px;
}
/* Header */

.cub-submenu-item {
    width: calc(100% / 4);
    padding-right: 20px;
}

@media screen and (max-width: 960px) {
    .cub-submenu-item {
        width: 100%;
        display: block;
        padding: 0;
    }
}
/* Sidebar */
html[lang='en'] .cub-sidebar-tab,
html[lang='en'] .cub-sidebar-tab-btn {
    width: 60px;
}
/* 未整理 */
ul.tabs li a {
    font-size: 14px;
}

.tDefault thead td {
    width: 80px;
    word-break: normal;
}

.tDefault {
    word-break: break-all;
    word-wrap: break-all;
}

.tableHolder label {
    word-break: normal;
}

form .control-label,
form .radiobox-wrap .radiobox label {
    font-size: 13px;
}

@media all and (max-width: 1260px) {
    .section-content_height ul {
        position: relative;
    }
}

@media all and (max-width: 959px) {
    .tVertical tbody th {
        width: 200px;
    }

    span.hide-wide {
        padding-right: 30px;
    }
}

@media all and (max-width: 768px) {
    .mainWrapper .myAccountPills .nav-pills .nav-link,
    .mainWrapper .myAccountPills .nav-pills .nav-link.active {
        height: 60px;
    }

    .myAccountPills .nav-item a span {
        font-size: 12px;
        line-height: 1;
    }

    .section-content_height ul {
        left: auto;
    }

    .Employee_box .login_box_Employee {
        width: 100% !important;
    }

    ul.tabs li a {
        font-size: 12px;
    }

    #my-account .tabs li a {
        word-wrap: break-word;
        white-space: normal;
        vertical-align: middle;
        line-height: 15px;
        padding: 15px 0 5px 0;
    }

        #my-account .tabs li a i {
            position: absolute;
            top: -10px;
            left: 50%;
            margin-left: -12px;
        }

    .account-total > span {
        line-height: 25px;
    }
}
