/* runningTask style*/

#ownerDataList .x-list-header,
#applyDataList .x-list-header,
#runningDataList .x-list-header {
    background-color: #fff !important;
    background-image: none !important;
    border: none !important;
    opacity: .85;
    font-size: medium;
}

.wrap {
    font-size: 0.8em;
    background: #fff;
    color: #111;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 20px -15px;
    border: #d5d1d1b3 groove 1px;
    margin: 5px 0px;
}

.wrap>ul {
    position: relative;
    border-radius: 5px 5px 0 0;
}

.runningBtn {
    width: 60%;
    /* padding:10px; */
    height: 36px;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 1em;
    background-color: #6c9804;
    background-image: -webkit-linear-gradient(top, #a2e306, #92cd06 3%, #5b7f03);
    border-top-color: #374e02;
    letter-spacing: .5px;
}

.runningBtn:active {
    transform: translateY(2px);
    box-shadow: inset 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.runningBtnOutLink {
    width: 60%;
    /* padding:10px; */
    height: 36px;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 1em;
    background-color: #77848d;
    background-image: -webkit-linear-gradient(top, #c1c6c9, #a6aaad 3%, #696e72);
    border-top-color: #3d454a;
    letter-spacing: .5px;
}

.runningBtnOutLink:active {
    transform: translateY(2px);
    box-shadow: inset 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.pd5 {
    padding: 5px;
}

.li_item {
    display: flex;
}

.li_item>span {
    display: inline-block;
}

.x-form-fieldset .x-field {
    border-bottom: 0px solid #ddd;
    background: transparent;
}

.x-field-mask {
    right: 15px;
}

.x-list .x-list-item.x-list-item-tpl .x-innerhtml {
    padding: 5px 10px;
}

/* 避開 iPhone 底部橫條 */
.x-tabbar.x-docked-bottom {
    height: 4em;
    padding-top: 5px;
    padding-bottom: 12px;
}

/* 宿舍照片*/
.card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-img .x-html {
    padding: 5px 5px 25px 5px;
    height: 100%;
}

.card-img img {
    max-width: 100%;
    max-height: 100%;
}

/* 訂房紀錄列表 */
.roomRec {
    list-style-type: none;
    font-size: 0.8em;
    padding: 5px;
}

.roomRec>li {
    padding-top: 5px;
}

.roomRec>li>i {
    margin: 5px;
    color: #aaa;
}

/*聯絡管理員 panel */
.contactPanel {
    list-style-type: none;
    font-size: 0.8em;
    padding: 10px;
}

.contactPanel i {
    color: #333;
}

.contactPanel>li {
    padding: 8px 0;
    margin-bottom: 10px
}

.contactPanel .contactIconBg {
    padding: 6px;
    background: #eee;
    border-radius: 50%;
}


.x-tab .x-button-icon.minus:before,
.x-button .x-button-icon.minus:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-family: Pictos, sans-serif;
    content: "_";
}

.x-tab .x-button-icon.save:before,
.x-button .x-button-icon.save:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-family: Pictos, sans-serif;
    content: "3";
}

.x-tab .x-button-icon.question:before,
.x-button .x-button-icon.question:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-family: Pictos, sans-serif;
    content: "?";
}

.x-button.x-button-brown {
    border: 1px solid #3d2511;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
    background: -moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
    color: #ffffff;
}

.x-button.x-button-brown.x-button-pressing {
    border: 1px solid #3d2511;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6d4d2b), color-stop(1, #533b20));
    background: -moz-linear-gradient(top, #6d4d2b 5%, #533b20 100%);
    background: -webkit-linear-gradient(top, #6d4d2b 5%, #533b20 100%);
    background: -o-linear-gradient(top, #6d4d2b 5%, #533b20 100%);
    background: -ms-linear-gradient(top, #6d4d2b 5%, #533b20 100%);
    background: linear-gradient(to bottom, #6d4d2b 5%, #533b20 100%);
    color: #ffffff;
}

.shortTermDormBox {
    border: none;
}

.shortTermDormLabel {
    font-weight: bold;
    background: #eee;
    line-height: 40px;
    text-align: center;
}

.shortTermDormBox .booking-form .x-field-input {
    padding-right: 0.3em;
}

.mymsgbox {
    background-color: #eeeeee;
}

.mymsgbox .x-title {
    color: #000000;
    text-shadow: none;
}

.infoBoxHref {
    color: #0000EE;
}

.actList .x-list-item-body {
    min-height: 40px;
    padding: 0 0 0 0;
}

.portalListTdLeft {
    vertical-align: middle;
    padding-right: 10px;
}

.portalListTdRight {
    vertical-align: middle;
    padding-right: 10px;
}

.portalListImage {
    width: 60px;
    height: 60px;
}

.settingListImage {
    width: 30px;
    height: 30px;
}

.crowdedList .x-list-item.x-list-item-tpl .x-innerhtml {
    padding: 5px;
}

.crowdedField .x-field-input {
    padding-right: 0px;
}

.crowdedLabel,
.crowdedInput {
    padding: .2em;
}

.crowdedFieldSet .x-form-fieldset-title {
    margin: .3em .3em;
}

.crowdedSlider .x-component-outer,
.crowdedToggle .x-component-outer {
    padding: .2em;
}

.sliderLabel {
    padding-top: .6em
}

.eventPassEmergencyContactPicker .x-component-outer .x-field-input .x-input-text {
    text-align: center;
    background-color: #DDDDDD;
}

.dateButton {
    display: block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.sydneyActTime {
    color: #f8fcbd;
    width: 140px;
    height: 47px;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}

.sydneyActJobType {
    color: #ffffff;
    font-weight: bold;
    height: 47px;
    text-align: left;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}

.bgUsername {
    position: absolute;
    top: -200px;
    left: -200px;
    z-index: -1;
    overflow: hidden;
    opacity: 0.1;
    white-space: nowrap;
    transform: rotate(-30deg);
}

.sydneyLeaderApprovalInput {
    background-color: #FFFFDB;
}

.sydneyLeaderApprovalLabel {
    background-color: #F2FCFF;
}

.sydneyLeaderApprovalDetailList {
    background-color: white;
}

.sydneyLeaderApprovalListGray {
    background-color: #E9E9E9;
}

.sydneyLeaderApprovalList {
    font-size: 80%;
}

.RRHeadLabelSetting {
    font-size: 80%;
    font-weight: bold;
    padding: 10px 10px 30px 10px;
    background-color: #F8F8F8;
}

.RRradioLabelSetting {
    background-color: #FFFFFF;
}

.RRLabelSetting {
    font-size: 80%;
    font-weight: bold;
    padding: 10px 10px 30px 10px;
}

.pickerFontSize {
    font-size: 85%;
}

table.sydneyMachineQuery tr {
    border: 1px solid black;
}

table.sydneyMachineQuery td {
    padding: 5px;
    word-break: break-all;
}

.EventPass-fieldset-title {
    white-space: normal;
}

body.x-android {
    overflow-y: hidden;
}

.camera {
    text-align: center;
    z-index: 99;
    background: #fff;
    position: absolute;
    width: "100";
    height: "100";
}

/* Support Drupal pages */
.rtecenter {
    text-align: center;
}

.expense-sub-panel .x-form-label.flex-align-center {
    display: flex !important;
    align-items: center;
}

.expense-sub-panel .invalid-field {
    border: 3px solid red;
}