/* Empty. Add your own CSS if you like */

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
}

.row .col {
    padding: 0;
}

.scroll-content {
    background-color: #f8f8f8;
}

div.info-line-border {
    margin-top: 0.1px;
    border-top: solid 1px #dbd6d6;
}

div.info-line-gap {
    height: 10px;
}

div.info-line {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background-color: white;
}

.info-line div.title {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    color: #000000;
}

.info-line div.info {
    display: inline-block;
    width: 68%;
    font-size: 14px;
    color: #757575;
}

.info-line-title {
    text-align: right;
    padding-right: 8px !important;
    color: #535353;
    padding-left: 16px !important;

}

.info-line-content {
    text-align: left;
    padding-left: 10px;
    color: #757575;
    overflow: hidden;
}

.info-line-content input {
    margin-top: 5px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.info-line-content > span {
    padding-left: 10px;
    font-size: 14px;
}

.info-line-content input.padding-zero {
    padding: 0;
}

.info-line-content select {
    height: 34px;
    line-height: 34px;
    width: 90%;
    padding-left: 10px;
    padding-right: 30px;
    border: none;
    background-color: white;
}

.info-line .sdc-btn-left {
    width: 50%;
    height: 44px;
    border-radius: 3px 0 0 3px;
    color: white;
    text-align: center;
    background-color: #00c858;
}

.info-line .sdc-btn-right {
    width: 50%;
    height: 44px;
    border-radius: 0 3px 3px 0;
    color: #535353;
    text-align: center;
    background-color: #e8eae8;
}

.info-line .sdc-btn-right:focus,
.info-line .sdc-btn-right:hover,
.info-line .sdc-btn-left:focus,
.info-line .sdc-btn-left:hover {
    color: #fff;
}

button.btn-single {
    width: calc(100% - 20px);
    height: 44px;
    border-radius: 2px;
    background-color: #00c858;
    color: white;
    text-align: center;
    margin-left: 10px;
}

button.btn-single:focus,
button.btn-single:hover {
    color: #fff;
}

div.info-line.info-height-clear {
    height: auto;
    line-height: inherit;
}

div.info-line-clear {
    border: none;
    background-color: transparent;
}

.p-l-r,
.padding-left-right {
    padding-left: 10px;
    padding-right: 10px;
}

div.info-line-gap-half {
    height: 5px;
    width: 100%;
    background-color: transparent;
}

.bar.bar-sdc {
    background-image: linear-gradient(0deg, #34b456, #34b456 50%, transparent 50%);
    border-color: #34b456;
    background-color: #34b456;
    color: #ffffff;
}

ion-tabs.tabs-color-active-positive .tab-item.tab-item-active, ion-tabs.tabs-color-active-positive .tab-item.active, ion-tabs.tabs-color-active-positive .tab-item.activated {
    color: #34b456;
}

.sdc-content {
    background-color: white;
}

div.sdc-entry {
    display: inline-block;
    width: 32%;
    opacity: 0.8;
    height: 80px;
    text-align: center;
    font-size: 14px;
    color: #777;
    background-color: transparent;
    padding-top: 10px;
}

div.sdc-entry img {
    width: 33%
}

div.sdc-entry-partition {
    border-right: solid 1px lightgray;
}

div.sdc-entry-close-left {
    margin-left: -3px;
}

span.sdc-entry-pic {
    display: block;
    height: 28px;
    width: 28px;
    margin: 0 auto 0 auto;
    font-size: 28px
}

img.sdc-entry-pic {
    display: block;
    height: 28px;
    width: 28px;
    margin: 0 auto;
}

span.sdc-entry-title {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #2eab4c;
}

.sdc-entry i {
    font-size: 32px;
    color: #2eab4c;
}

.login-content {
    background: -ms-linear-gradient(top, #c1ebc3, #2ea576 50%, #2a914d); /* IE 10 */
    background: -moz-linear-gradient(top, #c1ebc3, #2ea576 50%, #2a914d); /*火狐*/
    background: -o-linear-gradient(top, #c1ebc3, #2ea576 50%, #2a914d); /*Opera 11.10+*/
    background: -webkit-linear-gradient(top, #c1ebc3, #2ea576 50%, #2a914d); /*Safari5.1 Chrome 10+*/
    background: -webkit-gradient(linear, left top, right bottom, from(#c1ebc3), color-stop(0.5, #2ea576), to(#2a914d)); /* Safari 4-5, Chrome 1-9*/
}

.login-title {
    height: 44px;
    line-height: 44px;
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10%;
}

.text-over-ellipsis {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-user-info {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}

.login-user-info .login-user {
    height: 44px;
    line-height: 44px;
    opacity: 0.8;
}

.login-user-info .login-user input {
    width: 100%;
    height: 100%;
    padding-left: 54px;
    background-color: #198955;
    color: white;
    font-size: 20px;
}

.login-user-info .login-user textarea {
    width: 100%;
    padding-left: 54px;
    background-color: #198955;
    color: white;
    font-size: 20px;
    resize: none;
}

.login-user-info .login-user select {
    width: 100%;
    height: 100%;
    background-color: #198955;
    color: white;
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 0;
}

input.user-name {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url('../img/login/username.png');
    background-repeat: no-repeat;
    background-size: 44px;
}

input.user-password {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url('../img/login/password.png');
    background-repeat: no-repeat;
    background-size: 44px;
}

input.user-code {
    background-image: url('../img/login/code.png');
    background-repeat: no-repeat;
    background-size: 44px;
}

.login-user-info .login-user input::-webkit-input-placeholder {
    line-height: 120%;
    color: white;
}

.login-user-info .login-user textarea::-webkit-input-placeholder {
    color: white;
}

button.user-code-button {
    background-color: rgba(256, 256, 256, 0.3);
    border: none;
    color: white;
    height: 44px;
    line-height: 42px;
    font-size: 14px;
    width: 160px;
    border-radius: 1px;
}

button.user-code-button.activated {
    background-color: rgba(168, 168, 168, 0.6);
    color: white;
}

.login-btn {
    margin: 20px 10px;
    border-radius: 5px;
    background-color: #02c855;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: white;
}

.sdc-no-content {
    margin-top: 200px;
    text-align: center;
    font-size: 20px;
    color: #34b456;
}

div.uc-banner {
    width: 100%;
    height: 190px;
    background: -ms-linear-gradient(top, #c1ebc3, #2ea576); /* IE 10 */
    background: -moz-linear-gradient(top, #c1ebc3, #2ea576); /*火狐*/
    background: -o-linear-gradient(top, #c1ebc3, #2ea576); /*Opera 11.10+*/
    background: -webkit-linear-gradient(top, #c1ebc3, #2ea576); /*Safari5.1 Chrome 10+*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1ebc3), to(#2ea576)); /* Safari 4-5, Chrome 1-9*/
}

.uc-banner div.avatar-box {
    position: absolute;
    top: 70px;
    left: 40%;
    height: 66px;
    width: 66px;
    background-repeat: no-repeat;
    background-size: 66px;
}

.avatar-box.avatar-male {
    background-image: url('../img/usercenter/avatar-male.png')
}

.avatar-box.avatar-female {
    background-image: url('../img/usercenter/avatar-female.png')
}

.uc-banner div.name-box {
    position: absolute;
    top: 146px;
    height: 44px;
    width: 100%;
    font-size: 18px;
    color: white;
    text-align: center;
}

.message-bell {
    position: absolute;
    top: 10px;
    line-height: 34px;
    color: white;
    font-size: 26px;
    right: 16px;
}

.has-message {
    animation: bell-shake 3s ease infinite;
    -webkit-animation: bell-shake 3s ease infinite; /* Safari 和 Chrome */
}

@keyframes bell-shake {
    59% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(15deg);
    }
    64% {
        transform: rotate(-15deg);
    }
    68% {
        transform: rotate(15deg);
    }
    72% {
        transform: rotate(-15deg);
    }
    76% {
        transform: rotate(15deg);
    }
    80% {
        transform: rotate(-15deg);
    }
    84% {
        transform: rotate(15deg);
    }
    88% {
        transform: rotate(-15deg);
    }
    92% {
        transform: rotate(15deg);
    }
    96% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}

.bar .button.button-clear, .bar button.button-clear {
    color: white;
    font-size: 16px;
}

.bar .title {
    font-size: 16px;
}

/*
input::-webkit-input-placeholder {
  text-align: center
}

input:-ms-input-placeholder {
  text-align: center
}
*/

.member-avatar {
    background-image: url('../img/member/member-avatar.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
}

.dealer-avatar {
    background-image: url('../img/dealer/dealer-avatar.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
}

.col-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.col-85 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
}

.col-70 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.col-35 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.col-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.col-65 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.col-100 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

input[disabled], select[disabled], textarea[disabled], input[readonly]:not(.cloned-text-input), textarea[readonly]:not(.cloned-text-input), select[readonly] {
    background-color: white;
}

.padding-l-r {
    padding-left: 10px;
    padding-right: 10px;
}

.sdc-member-query-box {
    border: solid 1px #dbdede;
    background-color: white;
    border-radius: 14px;
    width: calc(100% - 10px);
}

.sdc-member-query-box .sdc-member-query-info {
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    background-image: url('../img/member/search.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    width: 100%;
    padding-left: 44px !important;
    font-size: 14px;
}

.sdc-query-box-btn {
    font-size: 18px;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sdc-title-right-btn {
    display: block;
    margin-top: 5px;
    height: 24px;
    line-height: 22px;
    border: solid 1px white;
    border-radius: 3px;
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 1px 8px
}

.sdc-clear-query-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sdc-clear-query-btn i {
    font-size: 14px;
    color: #969696;
}

.col-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.sdc-member-status div {
    height: 36px;
    line-height: 36px;
}

a:focus, a:hover {
    text-decoration: none !important;
}

div.order-item {
    width: calc(100% - 20px);
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 10px;
    background-color: white;
    margin-bottom: 10px;
    font-size: 14px;
    box-shadow: 1px 1px 2px lightgray;
}

.order-item.order-top-radius {
    border-top: solid 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.order-item.order-top-radius.order-pass {
    border-color: #02c855;
}

.order-item.order-top-radius.order-new {
    border-color: #23b7e5;
}

.order-item.order-top-radius.order-refuse {
    border-color: coral;
}

.sdc-currency {
    color: goldenrod;
    height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.order-detail-item {
    width: calc(100% - 20px);
    margin-left: 10px;
    background-color: white;
}

.color-currency {
    color: coral !important;
}

span.detail-count {
    color: #03c14e;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    margin: 4px 0;
}

input.detail-count {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #dbdede;
    border-radius: 3px;
    margin-top: -6px;
}

ul.nav.nav-tabs > li {
    width: 50%;
    text-align: center;
}

ul.nav.nav-tabs > li > a {
    padding: 5px 10px;
}

ul.nav.nav-tabs > li.active > a {
    font-size: 16px;
}

a {
    color: #555555;
}

.sdc-office-line {
    height: 56px;
    line-height: 56px;
    background: white;
}

.sdc-office-line.row {
    margin: 0;
    padding: 0 10px;
}

.sdc-office-line.row .col {
    margin: 0;
    padding: 0;
}

.sdc-office-line .office-avatar {
    text-align: center;
}

.sdc-office-line .office-avatar img {
    width: 36px;
    height: 36px;
    margin-top: 10px;
}

.sdc-office-line .office-line-title {
    font-size: 18px;
    padding-left: 10px !important;
    color: #535353;
}

.sdc-office-line .office-line-chevron {
    text-align: center;
    color: #aaa;
    font-size: 16px;
}

.sdc-role-select {
    border: solid 1px white;
    margin-top: 10px;
    color: white;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}

.sdc-register-pic {
    border: solid 5px white;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
    height: 200px;
    line-height: 200px;
    font-size: 56px;
    text-align: center;
    color: white;
}

.action-sheet-title {
    text-align: center !important;
}

button.action-sheet-option {
    text-align: center !important;
}

.sdc-pic-box {
    width: 88px;
    height: auto;
    border: solid 1px #dbdede;
    border-radius: 3px;
    padding: 3px 3px 0 3px;
    text-align: center;
}

.sdc-member-pic {
    border: solid 3px #969696;
    border-radius: 8px;
    margin: 10px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 22px;
    text-align: center;
    color: #969696;
}

.guide-bar {
    margin-top: 41px;
}

.guide-bar-content {
    width: 50%;
    height: 3px;
    background-color: #2eab4c;
    position: absolute;
    left: 50%;
    transition: all 400ms ease;
}

.type-tabs {
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
}

.type-tabs div {
    float: left;
    width: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.type-tabs div.tab-active {
    color: #2eab4c;
    font-size: 16px;
}

input.sdc-member-query-info::-webkit-input-placeholder {
    text-align: center;
}

div.sdc-member-auditing {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 90% 38%;
    background-size: 50%;
}

div.sdc-auditing {
    position: relative;
    width: 100%;
    height: 88px;
    background-repeat: no-repeat;
    background-position: 70% 0%;
    background-size: 88px;
    z-index: 1987;
}

div.sdc-auditing-pass {
    background-image: url(../img/member/pass.png);
}

div.sdc-auditing-refuse {
    background-image: url(../img/member/refuse.png);
}

.sdc-type-tabs {
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
}

.sdc-type-tabs div {
    float: left;
    width: 25%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.sdc-type-tabs div.tab-active {
    color: #2eab4c;
    font-size: 16px;
}

.sdc-guide-bar {
    margin-top: 41px;
}

.sdc-guide-bar-content {
    width: 25%;
    height: 3px;
    background-color: #2eab4c;
    position: absolute;
    left: 50%;
    transition: all 400ms ease;
}

.sdc-tab-content-t {
    width: 100%;
    height: 750px;
    background-color: #F5F5F5;
    overflow: hidden;
}

.sdc-tab-content-inner {
    width: 400%;
    position: relative;
    transition: all 400ms;
}

.sdc-tab-content-item {
    width: 25%;
    float: left;
    text-align: center;
}

.sdc-tab-content-item .item {
    padding: 10px;
}

.p-l {
    padding-left: 10px !important;
}

.p-r {
    padding-right: 10px !important;
}

.sdc-area-show {
    padding: 0;
    line-height: 20px;
    text-indent: 1em
}

.sdc-area {
    resize: none;
    width: 100%;
    height: 140px;
    line-height: 20px;
    margin-bottom: 10px;
}

.sdc-area-display {
    resize: none;
    width: 100%;
    min-height: 80px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.date_col {
    padding: 5px !important;
}

.sdc-type-tabs-2 {
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
}

.sdc-type-tabs-2 div {
    float: left;
    width: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.sdc-type-tabs-2 div.tab-active {
    color: #2eab4c;
    font-size: 16px;
}

.sdc-guide-bar-2 {
    margin-top: 41px;
}

.sdc-guide-bar-content-2 {
    width: 50%;
    height: 3px;
    background-color: #2eab4c;
    position: absolute;
    left: 50%;
    transition: all 400ms ease;
}

.sdc-tab-content-t-2 {
    width: 100%;
    /*background-color: #F5F5F5;*/
    overflow: hidden;
}

.sdc-tab-content-inner-2 {
    width: 200%;
    position: relative;
    transition: all 400ms;
}

.sdc-tab-content-item-2 {
    width: 50%;
    float: left;
    text-align: center;
}

.sdc-tab-content-item-2 .item {
    padding: 10px;
}

.sdc-list-has-auditing {
    margin-top: -60px;
}

.sdc-list-has-auditing-2 {
    margin-top: -40px;
}

.sdc-expenses-pic {
    border: solid 1px #dbdede;
    border-radius: 5px;
    width: calc((100% - 40px) / 5);
    font-size: 22px;
    text-align: center;
    color: #dbdede;
}

.sdc-report-pic {
    border: solid 1px #dbdede;
    border-radius: 5px;
    width: calc((100% - 40px) / 5);
    font-size: 22px;
    text-align: center;
    color: #dbdede;
    display: inline-block;
    margin-bottom: 10px;
}

.ionic_datepicker_popup .selected_date,
.ionic_datepicker_popup .popup-buttons button,
.ionic_datepicker_popup .popup-body .selected_date_full {
    background-color: #419c71 !important;
}

.ionic_timepicker_popup .heading,
.ionic_timepicker_popup .button_set {
    background-color: #419c71 !important;
}

.ionic_timepicker_popup .button_close {
    background-color: #e8eae8 !important;
    color: #000000 !important;
}

.sdc-sub-header {
    margin-top: 1px;
    border-bottom: solid 1px lightgray;
}

.m-l {
    margin-left: 10px;
}

.sdc-pic-background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: table;
    z-index: 2017
}

.sdc-pic-img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.sdc-apply-line {
    height: 66px;
    line-height: 66px;
    padding: 0 10px;
    background-color: white;
}

.sdc-report-pic-box {
    display: flex;
    flex-flow: wrap;
}

.sdc-assign-btn {
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: solid 1px #dbdede;
    border-radius: 5px;
    color: #757575;
}

.color-sdc-green {
    color: #02c855;
}

.color-sdc-coral {
    color: coral;
}

.color-sdc-blue {
    color: #23b7e5;
}

.register-sex-box {
    text-align: center;
    font-size: 20px;
    color: white;
    height: 44px;
    line-height: 44px;
    margin: 0 10px;
    display: flex;
    justify-content: space-around;
    border: solid 1px white;
}

.register-sex-box i {
    flex: 0 0 30%;
    text-align: right;
    padding-right: 6px;
}

.register-sex-box span {
    flex: 0 0 70%;
    text-align: left;
    padding-left: 24px;
}

.register-area {
    display: flex;
    width: 100%;
    align-items: center;
    border: solid 1px white;
    justify-content: space-around;
    height: 44px;
    color: white;
    font-size: 16px;
    padding-right: 8px;
}

.register-area i {
    flex: 0 0 20%;
    text-align: center;
}

.register-area span {
    flex: 0 0 80%;
    text-align: left;
    padding-left: 6px;
}

.register-back-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    color: white;
    font-size: 18px;
    border: solid 1px white;
    border-radius: 50%;
    z-index: 10
}

.platform-android .action-sheet .action-sheet-title,
.platform-android .action-sheet .button {
    border-bottom: solid 1px lightgrey;
}

.sdc-chevron-right {
    font-size: 14px !important;
    color: darkgray;
    margin-right: -10px;
}

.icon-accessory {
    font-size: 32px !important;
}

.sdc-item-note {
    color: white;
}

.sdc-evaluate-user-pic {
    position: absolute;
    top: 44px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8)
}

.sdc-user-evaluate-box .info-line-content {
    text-align: right;
}

.sdc-member-address {
    width: 100%;
    resize: none;
    line-height: 22px;
}

.member-edit-status-box {
    text-align: center;
    font-size: 20px;
    color: darkgray;
    height: 44px;
    line-height: 44px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    background-color: white;
}

.sdc-status-unchosen {
    border: solid 1px #dbd6d6;
}

.sdc-member-status-valid {
    border: solid 1px #02c855;
    box-shadow: 0 0 3px #02c855 inset;
}

.sdc-member-status-invalid {
    border: solid 1px coral;
    box-shadow: 0 0 3px coral inset;
}

.sdc-item-good {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.sdc-item-good * {
    height: 44px !important;
    line-height: 44px;
}

.sdc-item-good .item-options .button {
    min-height: 44px;
}

.sdc-item-good span,
.sdc-item-good input,
.sdc-item-good select {
    text-align: center !important;
    width: 100%;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: solid 1px #ddd;
    border-radius: 0;
    padding: 0 !important;
    overflow: hidden;
    font-size: 13px;
}

.sdc-item-good div.item-content {
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.message-read {
    background-image: url("../img/index/activity/read.png");
    background-repeat: no-repeat;
    background-size: 22px;
}

.message-unread {
    background-image: url("../img/index/activity/unread.png");
    background-repeat: no-repeat;
    background-size: 22px;
}

textarea.placeholder-2em::-webkit-input-placeholder {
    text-indent: 2em;
}

.user-add-area {
    display: flex;
    width: 100%;
    align-items: center;
    border: solid 1px lightgray;
    justify-content: space-around;
    height: 44px;
    color: dimgray;
    font-size: 16px;
    padding-right: 8px;
    background-color: white;
}

.user-add-area i {
    flex: 0 0 20%;
    text-align: center;
}

.user-add-area span {
    flex: 0 0 80%;
    text-align: left;
    padding-left: 6px;
}

span.item-note:lang(no) {
    padding-right: 12px;
}

div.activity-pic-box {
    display: flex;
    align-items: center;
    height: 88px;
    padding: 0 10px
}

div.activity-pic-box .activity-pic {
    height: 70px;
    flex: 0 0 calc((100% - 40px) / 5);
    border-radius: 3px;
    border: solid 2px lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: lightgray;
    margin-left: 10px;
}

div.activity-pic-box .activity-pic img {
    border-radius: 2px;
}

div.activity-pic-box .activity-pic:first-of-type {
    margin-left: 0;
}

.item.item-icon-right .icon.ion-chevron-right {
    font-size: 16px;
    color: #aaa;
}

.item ion-option-button i {
    font-size: 30px;
    margin-left: 5px;
}

pre {
    text-indent: 0 !important;
}

.modal-backdrop {
    background-color: transparent;
}

table.achievement-table {
    background-color: white;
    width: 100%;
    table-layout: fixed;
}

table.achievement-table thead {
    text-align: center;
    border-bottom: solid 1px lightgray;
}

table.achievement-table thead > tr > td {
    padding: 5px 7px;
}

table.achievement-table tbody > tr > td {
    padding: 3px 6px;
}

table.achievement-table tbody > tr > td:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.achievement-table tbody > tr > td {
    text-align: center;
}

.sub-target {
    padding-left: 20px;
}

.b-b {
    border-bottom: solid 1px darkgray;
}

.item-complex .item-content {
    background-color: transparent;
}

.m-y {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 10px;
}

.m-t {
    margin-top: 10px;
}

.t-gray {
    color: gray;
}

.t-red {
    color: red;
}

pre {
    -webkit-user-select: all !important;;
    -moz-user-select: all !important;;
    -ms-user-select: all !important;;
    user-select: all !important;
}