
body {
    background-color: #f6f6f6;
    font-family: PingFangTC-Regular;
}
.wrap {
    width: 100%;
    /* background-color: yellow; */
}

/* 左上角按鈕 */
.go-to-page {
    position: fixed;
    top:0px;
    left:13px;
    width: 33px;
    height: 50px;
    /* background-color: rosybrown; */
    font-size: 15px;
    z-index: 99;
    line-height: 50px;
}
.go-to-page a {
    text-decoration: none;
    color: #ffffff;
    font-family: PingFangTC-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
}

/* 右上角按鈕 */
.next-page {
    position: fixed;
    top:0px;
    right:13px;
    width: 60px;
    height: 50px;
    /* background-color: rosybrown; */
    font-size: 15px;
    z-index: 99;
    line-height: 50px;
}
.next-page a {
    text-decoration: none;
    color: #ffffff;
    font-family: PingFangTC-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
}


/* 上方標題 */
.tab-group {
    width: 100%;
    height: 50px;
    text-align: left;
    font-size: 0px;
    position: fixed;
    left: 0;
    top:  0;
    background-image: linear-gradient(129deg, 
		#14a6ee 0%, 
		#007dbb 100%);
    z-index: 2;
    line-height: 50px;
}

.tab-group h1 {
	font-family: Verdana-Bold;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}



/* 內容區塊 Start */
.content-group {
    width: 100%;
    /* height: 100px; */
    background-color: #f6f6f6;
    /* background-color: #d04040; */
    /* border: 1px solid #ccc; */
    /* padding: 20px; */
    padding: 0px 0px;
    margin-top: 50px;
    margin-bottom:55px ;
}

.content-group .item-title {
    width: 100%;
    height: 50px;
    font-family: PingFangTC-Regular;
    /* background-color: rgb(20, 16, 236); */
}

.content-group .item-title p {
    font-size: 13px;
    color: #dd2439;
    line-height: 50px;
    text-align: left;
    padding-left:10px ;
}
.content-group .item-title p i {
    font-size: 17px;
}

@media screen and (max-width:320px) {
    .content-group .item-title{
        font-size: 11px;
    }
    .content-group .item-title p i {
        font-size: 15px;
    }
}

@media screen and (max-width:320px) {

    .content-group .item-title p {
        /* background-color: tomato; */
        margin: auto;
        width: 90%;
        font-size: 13px;
        line-height: 18px;
        word-wrap:break-word;
        text-align: left;
        padding-left: 20px;
        text-indent: -20px;
        box-sizing: border-box;
        position: relative;
        top:50%;
        transform: translateY(-50%);
    }
    .content-group .item-title p i {
        font-size: 15px;
        position: relative;
        right:-10px;
    }
}


.content-group .item-footer {
    width: 100%;
    height: 40px;
    font-family: PingFangTC-Regular;
    /* background-color: rgb(20, 16, 236); */
}

.content-group .item-footer p {
    font-size: 13px;
    color: #dd2439;
    line-height: 50px;
    text-align: left;
    padding-left:15px ;
}


/* 清單區塊 */
.content-group .item-area {
    /* background-color: salmon; */
    width: 100%;
    padding-top: 0px;
}

.content-group .item-area .item {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.content-group .item-area .item .title {
    display: inline-block;
    /* width: 100px; */
    height: 50px;
    /* background-color: sandybrown; */
    float: left;
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #474747;
    line-height: 50px;
    text-align: left;
    padding-left: 15px;
}

@media screen and (max-width:280px) {

    .content-group .item-area .item .title {
        font-size: 13px;
    }
}

.content-group .item-area .item .title span.star{
    color: red;
}

.content-group .item-area .item .info {
    display: inline-block;
    /* width: 170px; */
    height: 50px;
    /* background-color: sandybrown; */
    float: right;
    color: #b6b6b6;
    /* color: red; */
    line-height: 50px;
    text-align: right;
    padding-right: 9px;
}



.content-group .item-area .item .info label {
    font-family: PingFangTC-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #a2a2a2;
}

@media screen and (max-width:280px) {

    .content-group .item-area .item .info label {
        font-size: 13px;
    }
}

/* 純粹說明部分 */
.content-group .item-area .item.description {
    width: 100%;
    height: 50px;
    background-color: #efefef;
    margin-top: 5px;
    position: relative;
}
.content-group .item-area .item.description .info {
    padding-right: 16px;
}
.content-group .item-area .item.description .info label {
    color: #474747;
}






/* 請假證明 icon換顏色 */
.content-group .item-area .item .info .icon-add {
    color: #14a6ee;
    font-size: 20px;
}

/* 請假原因區塊 */
.content-group .item-area .item.leave_reason {
    width: 100%;
    height: 140px;
    background-color: #ffffff;
    margin-top: 5px;
    position: relative;
}
.content-group .item-area .item.leave_reason .info {
    display: block;
    width: 100%;
    height: 100px;
    /* background-color: rgb(35, 23, 211); */
    text-align: left;
    padding: 0px 0px 0px 0px ;
    margin-top: -10px;
}

.content-group .item-area .item.leave_reason textarea {
    display: inline-block;
    width: 93%;
    height: 100px;
    border: 0px;
    font-family: PingFangTC-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    /* color: #a2a2a2; */
    color: red;
    color: #000000;
    box-sizing: border-box;
    overflow-y : auto; /* IE */
    resize : none; /* Firefox, Chrome */
    /* background-color: red; */
    padding-left: 0px;
    margin-left: 14px;


}
.content-group .item-area .item.leave_reason textarea:focus{
    outline: none;
}
textarea::-webkit-input-placeholder {
    display: inline-block;
    color: #a2a2a2;
    font-size: 15px;
    /* font-weight: bold; */
    font-family: PingFangTC-Regular;
    line-height: normal;
    /* background-color: blueviolet; */
    position: relative;
    top: 0px;
}

@media screen and (max-width:280px) {
    textarea::-webkit-input-placeholder {
        font-size: 13px;
    }
}

.cleanFix {
    height: 0px;
    clear: both;
}

/* 覆蓋在上面的連結 */
.content-group .item-area .item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 115, 115,0);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

/* .content-group .content .meeting_member:first-child{
    border-top: solid 1px #eaeaea;
} */

.content-group .content .meeting_member .operating a:nth-child(1) {
    /* background-color: red; */
}
.content-group .content .meeting_member .operating a:nth-child(2) {
    /* background-color: rgb(15, 231, 33); */
}

.content-group .content .meeting_member .operating a:active {
    /* background-color: rgba(255,0,0,0.0); */
    -webkit-tap-highlight-color: rgba(255,0,0,0.0);
}



/* 內容區塊 End */


#radio_meeting:checked ~ .tab-group [for="radio_meeting"] ,
#radio_house:checked ~ .tab-group [for="radio_house"]  {
    background-color: #fff;
    color: #60bf5e;
    position: relative;
}


.panel-controller {
    position: absolute;
    opacity: 0;
}




/* 下方四顆固定按鈕 */

.wrap .footer-btn {
    width: 100%;
    height: 50px;
    background-color: #14a6ee;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-size: 0px;
    display: flex;
    justify-content: space-around;
    /* border-top: 1px solid #d5d5d5 ; */
    z-index: 999999;
}

.wrap .footer-btn button {
    width: 100%;
    height: 50px;
    /* background-color: rgba(96, 191, 94,1.0); */
    background-color: #14a6ee;
    border-radius: 0px;
    border: none;
    font-family: PingFangTC-Regular;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    position: relative;
    -webkit-tap-highlight-color: rgba(255,0,0,0.0);
}

.wrap .footer-btn button:focus {
    -webkit-tap-highlight-color: rgba(255,0,0,0.0); /* 手機有效 */
}
.wrap .footer-btn button:active {
    -webkit-tap-highlight-color: rgba(255,0,0,0.0); /* 手機有效 */
}




/* 請假類別 彈跳視窗 */
.full-screen-category {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,.5);
    /*內容置中*/
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /* transition: 1s; */
}

.full-screen-category .member-card {
    width: 80%;
    max-width: 330px;
    /* height: 445px; */
    background-color: #ffffff;
    /* padding: 15px; */
    position: relative;
    box-shadow: 0px 2px 20px 0px 
        rgba(0, 0, 0, 0.29);
    border-radius: 8px;
    z-index: 999;
    box-sizing: border-box;
    overflow: hidden;
    
}

@media screen and (max-width:280px) {
    .full-screen-category .member-card{
        width: 95%;
    }
}

/* 清單區塊 */
.full-screen-category .member-card  .item-area {
    background-color: salmon;
    width: 100%;
    padding-top: 0px;
}

.full-screen-category .member-card .item-area .item {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    /* background-color: turquoise; */
    /* margin-top: 5px; */
    position: relative;
    border-bottom: solid 1px #eaeaea;
}


.full-screen-category .member-card  .item-area .item .title {
    display: inline-block;
    width: 70%;
    height: 50px;
    /* background-color: sandybrown; */
    float: left;
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    font-family: PingFangTC-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #474747;
}
.full-screen-category .member-card .item-area .item .info {
    display: inline-block;
    width: 50px;
    height: 50px;
    /* background-color: sandybrown; */
    float: right;
    color: #b6b6b6;
    /* color: red; */
    line-height: 50px;
    text-align: center;
}
.full-screen-category .member-card .item-area .item label {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 0, 0,.0);
    position: absolute;
    top:0px;
    left: 0px;
    height: 50px;
    width: 100%;
}

.full-screen-category .member-card .item-area .item .info input {
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: relative;
    top:50%;
    transform: translateY(-60%);
}

/* input[type=radio] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative;
}

input[type=radio]:after {
    position: absolute;
    width: 10px;
    height: 15px;
    top: 0;
    content: " ";
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 50%;
}

input[type=radio]:checked:before {
    content: "✓";
    display: block;
    position: relative;
    top: -2px;
    left: 3px;
    width: 6px;
    height: 6px;
    color: #fff;
    font-weight: 400;
    z-index: 1;
} */

.full-screen-category .member-card .btn-group {
    /* background-color: tomato; */
    height: 50px;
    font-size: 0px;
    width: 100%;
}
.full-screen-category .member-card .btn-group button {
    width: 50%;
    height: 50px;
    border: none;
    box-sizing: border-box;
    font-family: PingFangTC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #14a6ee;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}
.full-screen-category .member-card .btn-group button:focus{
    outline: none;
}

.full-screen-category .member-card .btn-group button.cancel {
    border-right: solid 1px #eaeaea;
}



/* 開始時間 彈跳視窗 */
.full-screen-start-date {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,.5);
    /*內容置中*/
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /* transition: 1s; */
}

.full-screen-start-date .member-card {
    width: 80%;
    max-width: 330px;
    /* height: 445px; */
    background-color: #ffffff;
    /* padding: 15px; */
    position: relative;
    box-shadow: 0px 2px 20px 0px 
        rgba(0, 0, 0, 0.29);
    border-radius: 8px;
    z-index: 999;
    box-sizing: border-box;
    overflow: hidden;
    
}

@media screen and (max-width:280px) {
    .full-screen-start-date .member-card{
        width: 95%;
    }
}

/* 清單區塊 */
.full-screen-start-date .member-card  .item-area {
    background-color: salmon;
    width: 100%;
    padding-top: 0px;
}

.full-screen-start-date .member-card .item-area .item {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    /* background-color: turquoise; */
    /* margin-top: 5px; */
    position: relative;
    border-bottom: solid 1px #eaeaea;
}


.full-screen-start-date .member-card  .item-area .item .title {
    display: inline-block;
    width: 30%;
    height: 50px;
    /* background-color: sandybrown; */
    float: left;
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    font-family: PingFangTC-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #474747;
}
.full-screen-start-date .member-card .item-area .item .info {
    display: inline-block;
    width: 160px;
    height: 50px;
    /* background-color: sandybrown; */
    float: right;
    color: #b6b6b6;
    /* color: red; */
    line-height: 50px;
    text-align: center;
}
.full-screen-start-date .member-card .item-area .item label {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 0, 0,.0);
    position: absolute;
    top:0px;
    left: 0px;
    height: 50px;
    width: 100%;
}

.full-screen-start-date .member-card .item-area .item .info input {
    width: 130px;
    height: 30px;
    vertical-align: middle;
    position: relative;
    top:-1px;
    font-size: 14px; 
    /* background-color: red; */
    /* padding: 0px;
    border: none; */
}



.full-screen-start-date .member-card .btn-group {
    /* background-color: tomato; */
    height: 50px;
    font-size: 0px;
}
.full-screen-start-date .member-card .btn-group button {
    width: 50%;
    height: 50px;
    border: none;
    box-sizing: border-box;
    font-family: PingFangTC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #14a6ee;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}
.full-screen-start-date .member-card .btn-group button:focus{
    outline: none;
}

.full-screen-start-date .member-card .btn-group button.cancel {
    border-right: solid 1px #eaeaea;
}



/* 結束時間 彈跳視窗 */
.full-screen-end-date {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,.5);
    /*內容置中*/
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /* transition: 1s; */
}

.full-screen-end-date .member-card {
    width: 80%;
    max-width: 330px;
    /* height: 445px; */
    background-color: #ffffff;
    /* padding: 15px; */
    position: relative;
    box-shadow: 0px 2px 20px 0px 
        rgba(0, 0, 0, 0.29);
    border-radius: 8px;
    z-index: 999;
    box-sizing: border-box;
    overflow: hidden;
    
}

@media screen and (max-width:280px) {
    .full-screen-end-date .member-card{
        width: 95%;
    }
}

/* 清單區塊 */
.full-screen-end-date .member-card  .item-area {
    background-color: salmon;
    width: 100%;
    padding-top: 0px;
}

.full-screen-end-date .member-card .item-area .item {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    /* background-color: turquoise; */
    /* margin-top: 5px; */
    position: relative;
    border-bottom: solid 1px #eaeaea;
}


.full-screen-end-date .member-card  .item-area .item .title {
    display: inline-block;
    width: 30%;
    height: 50px;
    /* background-color: sandybrown; */
    float: left;
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    font-family: PingFangTC-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #474747;
}
.full-screen-end-date .member-card .item-area .item .info {
    display: inline-block;
    width: 160px;
    height: 50px;
    /* background-color: sandybrown; */
    float: right;
    color: #b6b6b6;
    /* color: red; */
    line-height: 50px;
    text-align: center;
}
.full-screen-end-date .member-card .item-area .item label {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 0, 0,.0);
    position: absolute;
    top:0px;
    left: 0px;
    height: 50px;
    width: 100%;
}

.full-screen-end-date .member-card .item-area .item .info input {
    width: 130px;
    height: 30px;
    vertical-align: middle;
    position: relative;
    top:-1px;
    font-size: 14px; 
    /* background-color: red; */
    /* padding: 0px;
    border: none; */
}



.full-screen-end-date .member-card .btn-group {
    /* background-color: tomato; */
    height: 50px;
    font-size: 0px;
}
.full-screen-end-date .member-card .btn-group button {
    width: 50%;
    height: 50px;
    border: none;
    box-sizing: border-box;
    font-family: PingFangTC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #14a6ee;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}
.full-screen-end-date .member-card .btn-group button:focus{
    outline: none;
}

.full-screen-end-date .member-card .btn-group button.cancel {
    border-right: solid 1px #eaeaea;
}




/* 請選擇目的地 彈跳視窗 */
.full-screen-destination {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,.5);
    /*內容置中*/
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /* transition: 1s; */
}

.full-screen-destination .member-card {
    width: 80%;
    max-width: 330px;
    /* height: 445px; */
    background-color: #ffffff;
    /* padding: 15px; */
    position: relative;
    box-shadow: 0px 2px 20px 0px 
        rgba(0, 0, 0, 0.29);
    border-radius: 8px;
    z-index: 999;
    box-sizing: border-box;
    overflow: hidden;
    
}

@media screen and (max-width:280px) {
    .full-screen-destination .member-card{
        width: 95%;
    }
}

/* 清單區塊 */
.full-screen-destination .member-card  .item-area {
    background-color: salmon;
    width: 100%;
    padding-top: 0px;
}

.full-screen-destination .member-card .item-area .item {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    /* background-color: turquoise; */
    /* margin-top: 5px; */
    position: relative;
    border-bottom: solid 1px #eaeaea;
}


.full-screen-destination .member-card  .item-area .item .title {
    display: inline-block;
    width: 30%;
    height: 50px;
    /* background-color: sandybrown; */
    float: left;
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    font-family: PingFangTC-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #474747;
}
.full-screen-destination .member-card .item-area .item .info {
    display: inline-block;
    width: 160px;
    height: 50px;
    /* background-color: sandybrown; */
    float: right;
    color: #b6b6b6;
    /* color: red; */
    line-height: 50px;
    text-align: center;
}
.full-screen-destination .member-card .item-area .item label {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 0, 0,.0);
    position: absolute;
    top:0px;
    left: 0px;
    height: 50px;
    width: 100%;
}

.full-screen-destination .member-card .item-area .item .info input {
    width: 130px;
    height: 30px;
    vertical-align: middle;
    position: relative;
    top:-1px;
    font-size: 14px; 
}

.full-screen-destination .member-card .btn-group {
    /* background-color: tomato; */
    height: 50px;
    font-size: 0px;
}
.full-screen-destination .member-card .btn-group button {
    width: 50%;
    height: 50px;
    border: none;
    box-sizing: border-box;
    font-family: PingFangTC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #14a6ee;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}
.full-screen-destination .member-card .btn-group button:focus{
    outline: none;
}

.full-screen-destination .member-card .btn-group button.cancel {
    border-right: solid 1px #eaeaea;
}





/* 改變check的外框顏色 */
.pretty {
    /* background-color: rgb(188, 143, 143,.5); */
    width: 100%;
    padding: 12px 12px 10px calc(100vw - 65px);
}

.pretty i:after {
    border: solid 1px #cecece;
}

.pretty i {
    padding: 3px;
    text-align: center;
}

.pretty.info input:checked + label i:before {
    color: #fff;
    background-color: #60bf5e !important;
    transform: scale(1.2);
}

.pretty.info input:checked + label i:after {
    border-color: #60bf5e;
    background-color: #60bf5e !important;
}

/* 清除radio的手指事件(因為點擊會有背景顏色) */
.pretty > input[type='checkbox'],
    .pretty > input[type='radio'] {
        cursor: none; /* 模擬器有效 */
    -webkit-tap-highlight-color: rgba(255,0,0,0.0); /* 手機有效 */
}

/* 20201125 調整 sweetalert2 套件*/
.sweetalert_shadow {
    /* box-shadow: 0px 0px 20px rgba(236, 107, 110,1); */
    box-shadow: 0px 1px 12px 0px #ea5869;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation{
    background-color: transparent !important;
}
.swal2-popup {
    margin-top: 50px;
    padding: .8em !important;
    font-size: 14px !important;
}