@charset "UTF-8";
/*
 * --------------------------------------------------------------------------------
 * 內文區塊
 * --------------------------------------------------------------------------------
 */

.contentBox {
    padding: 2.25rem 0;
}

.contentBox header h2 {
    margin-top: 0;
}

.contentBox header h2,
a.xander-logout {
    display: inline-block;
}

.contentBox header h2 {
    margin-bottom: 1em;
    color: #000;
}

.contentBox header h2 a {
    text-decoration: none;
    color: #000;
    font-size: 1.6rem;
}

.contentBox header::after {
    display: block;
    clear: both;
    content: "";
}

a.xander-logout {
    float: right;
}

.search-lesson-tool,
.lesson-tool-bar {
    /* margin-top:1.5em; */
    margin-bottom: 1.5em;
    padding: 1.25em 1em;
    background: #fff;
    /* background: #555;
    color: #fff; */
    border-radius: 5px;
    transition: 0.3s;
}

.search-lesson-tool:hover,
.lesson-tool-bar:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 15px -8px rgba(0, 0, 0, 0.1);
    color: #333;
}

.lesson-tool-bar {
    background: #fff;
    color: #333;
}

.search-box input[type="text"] {
    width: 16%;
}

.search-box select {
    border: 0;
    background: rgba(255, 255, 255, 0);
    margin-right: 0.5em;
}

.search-box button,
.search-box a {
    float: right;
}

.ui-datepicker {
    padding: 1em;
    background: #fff;
    box-shadow: 0 8px 25px -8px rgba(0, 0, 0, 0.1);
}

table.ui-datepicker-calendar {
    position: relative;
    margin-top: 0.5em;
}

table.ui-datepicker-calendar th {
    background: #eee;
    padding: 0.5em 0;
    text-align: center;
    font-weight: bold;
}

table.ui-datepicker-calendar td {
    padding: 0.5em;
}

table.ui-datepicker-calendar td a {
    color: #e51f1f;
}

.mobile {
    display: none;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    display: block;
    padding: 0.25em top: 1em;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.ui-datepicker-prev {
    left: 1em;
}

.ui-datepicker-next {
    right: 1em;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-icon {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.75em;
}


/*
 * --------------------------------------------------------------------------------
 * 會員專區
 * --------------------------------------------------------------------------------
 */
.required {
    color: #e51f1f;
}

.lost-password {
    padding: 0.35em 0.75em;
    color: #e51f1f;
    border: 1px solid #eb9e9e;
    border-radius: 5px;
}

.lost-password:hover {
    border-radius: 20px;
}

.lost-password .fa {
    opacity: 0;
    width:0;
    transition:0.3s;
}

.lost-password:hover .fa {
    opacity: 1;
    width:1em;
}


/*
 * --------------------------------------------------------------------------------
 * 課程/活動
 * --------------------------------------------------------------------------------
 */

.list, .power-list {
    position: relative;
    width: 100%;
}
.power-note{
    margin:1em 0;
    padding:0.75em 1.5em;
    background:#eee;
    font-size:0.75em;
    color:#666;
}

.list .row {
    padding: 0.5em 0;
    border-bottom: 1px solid #ddd;
}

.row:nth-last-child(1) {
    border-bottom: none;
}

.row:nth-child(1) {
    padding-top: 0;
}

.row label {
    margin: 0.25em 0;
}

div.list-title {
    /* position: relative; */
    font-weight: bold;
    background: #eee;
}

.list-title>div {
    padding-top: 0.75em;
    padding-bottom: 0.25em;
    font-size: 1.2em;
    color: #ac5d00;
}

.company-name,
.customer-name,
.lesson-name,
.sort-type,
.brand-type,
.contact-people,
.customer-type,
.lavel-type,
.customer-stat,
.select-type,
.contact-type-1,
.contact-type-2,
.contact-type-3,
.contact-type-4,
.contact-type-5,
.contact-type-6,
.contact-type-7,
.contact-type-8,
.contact-type-9,
.contact-type-10,
.contact-type-11,
.contact-type-12,
.contact-type-13 {
    padding-top: 0.35em;
    padding-bottom: 0.35em;
}

.right {
    text-align: right;
}

.lesson-name-box,
.lesson-name-gray-box {
    margin: 2em 0;
    padding: 1.5em 1em;
    background: #fff;
    border-radius: 5px;
    line-height:2em;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: 0.3s;
}

.lesson-name-box {
    width: 100%;
    /*bootstrap 3-4 相容性修正*/
    /* margin-top:1.5em; */
    /* padding:1em; */
}
.lesson-name-box .note{
    margin-bottom:1em;
    font-size:120%;
    line-height:200%;
}
.lesson-name-box .note:first-letter{
    font-size:300%;
    float:left;
    margin-top:0.35em;
    margin-right:10px;
}
.list-search-box{
    overflow-y:scroll;
    overflow-x:hidden;
    /* border:#ccc 1px solid; */
    background:#fff;
    height:300px;
    /* border-radius: 5px; */
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: 0.3s;
}
.search-tool{
    padding:0.75em;
    background:#ccc;
}
.search-tool [class*="col-"]{
    padding-top:0.15em;
    padding-botton:0.15em;
}

.lesson-name-gray-box {
    margin: 0;
    padding: 0 1em;
    background: rgba(255, 255, 255, 0);
}

.lesson-name-box:hover {
    box-shadow: 0 8px 15px -8px rgba(0, 0, 0, 0.2);
    /* box-shadow:0 0 0 0 rgba(0,0,0,0); */
}

.lesson-name-box h2,
.lesson-name-gray-box h2 {
    /* margin:0.5em 0; */
    padding-bottom: 0.75em;
    ;
}

.lesson-description h2 {
    margin-bottom: 1em;
}

.lesson-description .note {
    padding-bottom: 1.5em;
}
.note.photos a img{
    margin-top:0.25em;
    margin-bottom:0.25em;
    height:80px;
    opacity:0.7;
    transition:0.3s;
}
.note.photos a:hover img{
    opacity:1;
}

ul.information,
ul.information li {
    margin: 0;
    padding: 0;
    list-style: none;
}

em.hot,
.tag-hot,
.tag-blue {
    margin-right: 1em;
    margin-bottom: 0.5em;
    padding: 0.4em 0.5em;
    display: inline-block;
    min-width: 6em;
    border-radius: 5px;
    font-style: normal;
    /* box-shadow:0 1px 1px #efd69a; */
    background: #eee;
    text-align: center;
    color: #888;
}

.tag-blue {
    box-shadow: 0 1px 1px #b2e1ea;
    background: #ecfcff;
    text-align: center;
    color: #2c899a;
}

.lesson-name-gray-box ul.information {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

/* table.table tr th {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.1em;

} */

table.table tr th span {
    font-size: 1em;
}

div.list-grid-cal {
    display: inline-block;
    float: right;
}

div.tools-line {
    text-align: center;
}

div.tools-line a {
    display: inline-block;
    margin: 0.25em 0;
    padding: 0.5em 0.75em;
}

.focus {
    /* background: #fff; */
    color: #e51f1f;
    border: 1px solid #f87878;
    transition: 0.3s;
}

.focus:hover {
    border-radius: 0.75em;
}

a.add-lesson,
button.add-lesson,
.option-member-state {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.35em 0.75em;
    background: #fff;
    color: #e51f1f;
    border: 1px solid #f87878;
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
}

a.add-lesson:hover,
button.add-lesson:hover,
.option-member-state:hover {
    border-radius: 1.5em;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    color:#e51f1f;
    border: 1px solid #f87878;
}
a.add-lesson .fa,
button.add-lesson .fa,
.option-member-state:hover .fa{
    width:0;
    transform:scale(0,0);
    opacity: 0;
    transition:0.3s;
}
a.add-lesson:hover .fa,
button.add-lesson:hover .fa,
.option-member-state:hover .fa{
    width:1.2em;
    transform:scale(1,1);
    opacity: 1;
}

h2.box-h2 {
    margin-bottom: 0.5em;
}

.red {
    color: #e51f1f;
}

.is-member,
.not-member {
    display: inline-block;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    padding: 1em;
    background: #e51f1f;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    border-radius: 0.75em;
    min-width: 10em;
    transition: 0.3s;
}

.is-member:hover,
.not-member:hover {
    color: #fff;
    border-radius: 1.5em;
}

p.nr {
    display: none;
}

.lesson-line .row:nth-child(1) {
    padding-bottom: 0;
    border-bottom: none;
}

.lesson-line {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
    transition: 0.3s;
}

.lesson-line:hover input[type="text"] {
    border: #eb9e9e 1px solid;
    /* color: #fff; */
}

.delete-lesson {
    padding-top: 0.5em;
    text-align: right;
}

.non-as400-line {
    padding-top: 0;
    padding-bottom: 0.5em;
}




/*
 * --------------------------------------------------------------------------------
 * bootstrap 3 tooltip 工具外觀設定
 * --------------------------------------------------------------------------------

 */
.tooltip.top .tooltip-inner,
.tooltip.right .tooltip-inner,
.tooltip.bottom .tooltip-inner,
.tooltip.left .tooltip-inner {
    background-color: #fff;
    color:rgb(175, 113, 113);
    font-size:14px;
    padding:1em;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    text-align:left;
    line-height:160%;

  }
.tooltip.top .tooltip-arrow,
.tooltip.right .tooltip-arrow,
.tooltip.bottom .tooltip-arrow,
.tooltip.left .tooltip-arrow {
    border-top-color: #fff;
 }
 .tooltip.in{opacity:1!important;}



/*
 * --------------------------------------------------------------------------------
 * 活動提醒
 * --------------------------------------------------------------------------------
 */

.lesson-tool-item {
    margin: 0;
    padding: 0;
}

.lesson-tool-item em {
    width: 20%;
    font-style: normal;
}

.lesson-tool-item label {
    width: 100%;
}
.edm-preview{
    margin:2em auto;
    width:740px;
    background:#fff;
}
.hero-banner > img{
    width:100%;
}
.edm-preview .edm-preview-content{
    padding:40px 30px;
    font-size:18px;
    line-height:2em;
    color:#333;
}
.edm-preview-content h2{
    margin-top:0;
    margin-bottom:40px;
    font-size:36px;
}
a.lesson-more{
    display:block;
    padding:20px 15px;
    background:#e51f1f;
    color:#fff;
    text-align: center;
    font-size:24px;
    text-decoration: none;
    font-weight:bold;
}
.xander-right
/* .edm-preview .ruler{
    position: relative;
    width:100%;
    border-left:#ccc 1px solid;
    border-right:#ccc 1px solid;
}
.edm-preview .ruler > .size{
    display:inline-block;
    margin:0 auto;
    text-align:center;
} */


/*
 * --------------------------------------------------------------------------------
 * 寄感謝函
 * --------------------------------------------------------------------------------
 */

.items-line {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eee;
}

header.sub-title {
    margin: 0;
    padding: 1.5em 0 1em;
}

header.sub-title h2 {
    margin: 0;
}


/*
 * --------------------------------------------------------------------------------
 * 出缺席說明
 * --------------------------------------------------------------------------------
 */

.row.line {
    border-bottom: 1px solid #ddd;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
}
.red-dot{
    color:#e51f1f;
    font-size:1em;
}
table.table tr th{
    padding-top:0.75em;
    padding-bottom:0.75em;
    font-size:1.15em;
}
table.table tr td{
    padding-top:0.75em;
    padding-bottom:0.75em;
}
table.table tfoot tr td{
    font-weight:bold;
}
.list-table table.table tr{
    transition:0.3s;
}
.list-table table.table tr:hover{
    background:rgba(255,255,255,0.6);
}
.list-table table.table tr:nth-child(1):hover{
    background:none;
}
.type-count{
    background:#eee;
}
.type-count th,
.type-count td{
    text-align:center;
}
.type-count tbody tr{background:#fff;}
/* .list-attend .col-md-6,
.list-attend .col-md-2 {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

.thead {
    border-bottom: 3px solid #ddd;
}

.tfooter {
    border-top: 3px solid #ddd;
}

.tfooter .col-md-6,
.tfooter .col-md-2 {
    border-bottom: none;
}

.tfooter div {
    font-size: 1.4em;
    font-weight: bold;
}

.tfooter div:nth-child(4n+4) {
    color: #e51f1f;
}

.thead .col-md-6,
.thead .col-md-2 {
    padding-top: 0;
}

.thead div {
    font-size: 1em;
    font-weight: bold;
} */

.people-rate div {
    padding: 0;
    font-size: 1.4em;
    font-weight: bold;
}

.people-rate div:nth-last-child(1) {
    text-align: right;
}

.people-list {
    margin-top: 1em;
    width: 100%;
    /* bootstrap 3-4 相容性修正 */
}

.people-list .col-md-6:nth-child(2n+1) {}

.people-list .col-md-6:nth-child(2n+2) {
    text-align: right;
}

.list-attend {
    width: 100%;
    /* bootstrap 3-4 相容性修正 */
}



/*
 * --------------------------------------------------------------------------------
 * 分類
 * --------------------------------------------------------------------------------
 */

.position-center {
    margin: 0.5em 0;
}


/*
 *
 * 活動地點
 *
 */

ul.event-location-tab li a {
    font-size: 1.2em;
    font-weight: bold;
}

.tab-content {
    padding: 1.5em 1em;
}

.location-name a.location-name-link {
    display:inline-block;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 1.4em;
    font-weight: bold;
    color: #e51f1f;
}

.loaction-info {
    margin-top: 0.5em;
    margin-bottom: 0.75em;
    padding: 1em;
    background: #eee
}

.loaction-info ul {
    padding-left: 1.5em;
}

.loaction-info .note, .text-note {
    margin-top: 0.5em;
    padding: 0.5em 0.5em 0 0.5em;
    border-top: 3px solid #fff;
}

.sub-loaction{
    margin-bottom:0.5em;
}

/*
 * --------------------------------------------------------------------------------
 * AS400 客戶 & 非 AS400 客戶
 * --------------------------------------------------------------------------------
 */

form.select-brand-level {
    /* position: absolute; */
    display: block;
    margin: 0 0 1em 0;
    padding: 0;
    text-align: right;
    color: #ac5d00;
}

.select-type {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.office-note {
    padding: 0.5em;
    background: #f5f5f5;
    color: #777;
    border-radius: 5px;
}

ul.branch-office,
ul.branch-office li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.branch-office li .office-note {
    margin: 0.75em 0;
}

.branch-office-zone{
    position: relative;
    font-weight: bold;
    font-size:110%;
}

.people-count {
    position: absolute;
    margin-left:0.75em;
    color:#999;
    font-weight:normal;
    font-size:75%;
}

.edit-right {
    text-align: right;
}


/*
 *
 * 編輯分公司
 *
 */


/* .fg input[type="text"], .fg select{
   width:100%;
} */

.form-group label {
    margin: 0.5em 0;
}


/*
 * --------------------------------------------------------------------------------
 * Level 設定
 * --------------------------------------------------------------------------------
 */

.yuan {
    display: inline-block;
    margin-left: 0.35em;
    text-align: center;
    /* padding: 0.05em 0.5em; */
    /* background: #fff; */
    font-style: normal;
    color: #999;
    /* border-radius: 1.5em; */
    /* border:#f87878 1px solid; */
    font-size: 75%;
    font-weight: bold;
    transform: translateY(-0.25em);
}


/*
 * --------------------------------------------------------------------------------
 * QA 問答集
 * --------------------------------------------------------------------------------
 */

.panel-title {
    position: relative;
}

.panel-title a {
    display: block;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    font-weight: bold;
}

.panel-title a.col-md-8:nth-child(1) {
    padding-top: 0.6em;
}

.panel-title a:hover,
.panel-title a:active {
    color: #e51f1f;
}

.panel-body {
    background: #fff;
    color: #394b5b;
}

.panel-body figure {
    margin: 1.5em 0;
    text-align: center;
}

.panel-body figure figcaption {
    margin: 0.5em 0;
    font-size: 0.85em;
}

.panel-body figure figcaption::before {
    content: '【';
    color: #ccc;
}

.panel-body figure figcaption::after {
    content: '】';
    color: #ccc;
}

.panel-body figure img {
    max-width: 100%;
    border-radius: 0.5em;
}

.panel-body h1,
.panel-body h2,
.panel-body h3,
.panel-body h4,
.panel-body h5,
.panel-body h6 {
    margin-bottom: 1.5rem;
    padding: 0.5em 1em 0.5em 0;
    font-family: '微軟正黑體';
    font-weight: bold;
    color: #e51f1f;
    /* background: #fff; */
    border-bottom: 3px solid #eee;
    /* border-radius: 5px; */
    /* border-bottom:1px solid #cedce9; */
}

.panel-body p {
    margin-bottom: 1.25em;
}

.panel-body .note {
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 5px;
    border: 1px solid #ffafaf;
    background: #ffe3e3;
    color: #ff6666;
    box-sizing: border-box;
}

.panel-body .note::before {
    content: '【說明】';
}

.btn-black {
    background: #333;
    color: #eee;
}

.btn-black:hover {
    color: #fff;
}


/*
 * --------------------------------------------------------------------------------
 * jQuery Star
 * https://www.jqueryscript.net/other/SVG-Based-Star-Rating-Plugin-For-jQuery-star-rating-svg-js.html
 * --------------------------------------------------------------------------------
 */

.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}

.jq-star:hover .fs-star-svg path {}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}


/* un-used */

.jq-shadow {
    -webkit-filter: drop-shadow(-2px -2px 2px #888);
    filter: drop-shadow(-2px -2px 2px #888);
}

.my-rating {
    display: inline-block;
}


/*
 * ----------------------------------------------------------------------------------------------
 * 邊界調整
 * ----------------------------------------------------------------------------------------------
 */

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.5em;
}

.p-2 {
    padding: 1em;
}

.p-3 {
    padding: 1.5em;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 0.5em;
}

.pt-2 {
    padding-top: 1em;
}

.pt-3 {
    padding-top: 1.5em;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 0.5em;
}

.pb-2 {
    padding-bottom: 1em;
}

.pb-3 {
    padding-bottom: 1.5em;
}

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 0.5em;
}

.pl-2 {
    padding-left: 1em;
}

.pl-3 {
    padding-left: 1.5em;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-1 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.py-2 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.py-3 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-1 {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.px-2 {
    padding-left: 1em;
    padding-right: 1em;
}

.px-3 {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.p-none {
    padding: none;
}

.px-none {
    padding-left: none;
    padding-right: none;
}

.py-none {
    padding-top: none;
    padding-bottom: none;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.5em;
}

.mt-2 {
    margin-top: 1em;
}

.mt-3 {
    margin-top: 1.5em;
}

.mt-none {
    margin-top: none;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.5em;
}

.mb-2 {
    margin-bottom: 1em;
}

.mb-3 {
    margin-bottom: 1.5em;
}

.mb-none {
    margin-bottom: none;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 0.5em;
}

.ml-2 {
    margin-left: 1em;
}

.ml-3 {
    margin-left: 1.5em;
}

.ml-none {
    margin-left: none;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 0.5em;
}

.mr-2 {
    margin-right: 1em;
}

.mr-3 {
    margin-right: 1.5em;
}

.mr-none {
    margin-right: none;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-1 {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.mx-2 {
    margin-left: 1em;
    margin-right: 1em;
}

.mx-3 {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.mx-none {
    margin-left: none;
    margin-right: none;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.my-2 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.my-3 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.my-none {
    margin-top: none;
    margin-bottom: none;
}

select,
input,
.form-control,
.form-control:focus {
    box-shadow: none;
}
.form-control:focus {
    border-color: #eb9e9e;
}
h2 > span.online{
    font-size:0.85em;
    color:#666;
    font-weight:normal;
}


/*
 * --------------------------------------------------------------------------------
 * Rich text editor
 * --------------------------------------------------------------------------------
 */

.box-content {
    background-color: #EFEFEF;
    border: 1px solid #ddd;
    border-radius: 5px;
}


/* page */

.page-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

textarea {
    background-color: #FAFAFA;
    border: #ccc solid 1px;
    color: #333;
    height: 150px;
    width: 100%;
}


/* richtext custom style */

.richText {
    /* margin-top: 40px;
   -webkit-box-shadow: 0 0 20px 0 #999;
   -moz-box-shadow: 0 0 20px 0 #999;
   box-shadow: 0 0 20px 0 #999; */
}


/*
 * --------------------------------------------------------------------------------
 * RWD 設定
 * --------------------------------------------------------------------------------
 */

@media (min-width: 993px) {

    /* 大尺寸 993 以上 */
    input.icant {
        width: 150px;
    }
}

@media (max-width: 992px) {

    /* 桌機 992 以下 */
    input.icant {
        margin-top: 0.5em;
    }

    .search-box button {
        float: none;
        margin: 0.5em 0 0;
    }

    .text {
        display: none;
    }

    table.table tr th {
        padding-top: 0.25em;
        padding-bottom: 0.25em;
    }

    div.thead {
        display: none;
    }

    .list-attend .tbody div:nth-child(4n+4)::before {
        content: '◆ 出席率：';
    }

    .list-attend .tbody div:nth-child(4n+3)::before {
        content: '◆ 實際出席：';
    }

    .list-attend .tbody div:nth-child(4n+2)::before {
        content: '◆ 應出席：';
    }

    .list-attend .tbody div a {
        font-size: 1.4em;
        font-weight: bold;
    }

    .list-attend .tfooter div {
        padding: 0.25em 0;
    }

    .company-name {
        padding-top: 0;
        padding-bottom: 0;
    }

    .customer-name {
        padding-top: 0.25em;
        padding-bottom: 0.25em;
    }

    .right {
        text-align: left;
    }

    .list-title {
        display: none;
    }

    .company-name a {
        font-weight: bold;
    }

    .customer-type {
        padding-top: 0;
        padding-bottom: 0;
    }

    .contact-people::before,
    .customer-type::before,
    .lavel-type::before,
    .customer-stat::before,
    .select-type::before,
    .chinese-name::before,
    .english-name::before,
    .job-name::before,
    .mobile-phone::before {
        content: '';
    }

    .contact-people::before {
        content: '聯絡人：';
    }

    .customer-type::before {
        content: '客戶類型：';
    }

    .lavel-type::before {
        content: 'Level：';
    }

    .customer-stat::before {
        content: '選擇業務：';
    }

    .select-type::before {
        content: '選擇類型：';
    }

    form.select-brand-level {
        text-align: left;
    }

    .chinese-name::before {
        content: '中文姓名：';
    }

    .english-name::before {
        content: '英文姓名：';
    }

    .job-name::before {
        content: '工作職稱：';
    }

    .mobile-phone::before {
        content: '手機號碼：';
    }

    .contact-type-1 {
        font-weight: bold;
    }

    .contact-type-2::before {
        content: '上課：';
    }

    .contact-type-3::before {
        content: '出席：';
    }

    .contact-type-4::before {
        content: '未出席：';
    }

    .contact-type-5::before {
        content: 'LINE 帳號：';
    }

    .contact-type-6::before {
        content: 'FACEBOOK 帳號：';
    }

    .contact-type-7::before {
        content: '其它：';
    }

    .contact-type-8::before {
        content: '喜好：';
    }

    .contact-type-9::before {
        content: '生日：';
    }

    .contact-type-10::before {
        content: '星座：';
    }

    .contact-type-11::before {
        content: '建達業務與聯絡人友好度：';
    }

    .contact-type-12::before {
        content: '跟聯絡人熟識度：';
    }

    .contact-type-13::before {
        content: '下一季度預計認識：';
    }

    label.mobile2br {
        display: block;
    }

    p.nr {
        display: block;
        font-weight: bold;
        font-size: 1.2em;
    }
    .user-id{
        margin-top:-15px;
        margin-bottom:1em;
        text-align:right;
    }

    /* select{
      width:100%;
   } */
    #fg-year,
    #fg-month,
    #fg-day {
        width: auto;
    }

    .search-box input[type="text"],
    .focus {
        /* width: 100%; */
    }

    .search-box input[type="text"],
    .search-box select {
        margin-bottom: 0.5em;
    }

    .items div {
        margin-bottom: 0.5em;
    }

    .mobile {
        display: inline-block;
        margin-right: 0.5em;
        padding: 0.25em 0.5em;
        border-radius: 5px;
        background: #eee;
    }
}

@media (max-width: 768px) {

    /* 平板 768 以下 */
    html {
        font-size: 16px;
    }

    ul.file-link li input[type="text"] {
        width: 40%;
    }

    ul.file-link li button {
        width: 15%;
    }

    .position-center a,
    .position-center button,
    .lesson-display a.add-lesson {
        width: 100%;
        text-align: center;
    }

    .list-grid-cal {
        padding-top: 0;
        padding-bottom: 1.5em;
        width: 100%;
        float: none;
        text-align: center;
    }

    .people-rate div:nth-last-child(1) {
        text-align: left;
    }

    .people-list .col-md-6:nth-child(2n+2) {
        text-align: left;
    }

    .list .row div label {
        /* width:100%; */
    }

    .edit-delete {
        display: block;
        margin-top: 0.5em;
        padding-top: 0.5em;
        border-top: 1px solid #ddd;
    }
    .edm-preview{
        width:100%;
    }
}