/*
  whole site and general pages
  findmee-mycenter.css
*/


/* header */
.findmee-h3-subtitle {
    font-size:18px !important;
    color: #ffffff !important;
    float: left;
    font-weight: 400;
}

.findmee-h5-subtitle {
    font-size:1.1em !important;
}

/* input, number, select, textarea */
.findmee-input {
    background: #ffffff !important;
    background-color: #ffffff !important;
}



.findmee-select {
    /* background-color: #f6f6f6 !important; */
    border: 1px solid #eee;
}

.findmee-textarea {
    background-color: #ffffff !important;
}

.findmee-readonly {
    background-color: #ededed !important;
}

/* 增加 input 标签前缀，并利用属性选择器增强权重 */
input.findmee-readonly[readonly],
input.findmee-readonly {
    background-color: #ededed !important;
    cursor: not-allowed; /* 增加视觉上的“只读”反馈 */
}

/* custom-form input, textarea */
.custom-form input,
.custom-form textarea {
    background: #ffffff !important;
    background-color: #ffffff !important;
}


/* container */
.findmee-block-title {
    font-size:20px !important;
}

/* container - item */
.findmee-width-50 {
    width: 50% !important;
}

.findmee-width-25 {
    width: 25% !important;
}


/* badge */
.findmee-status-active-gd {
    background-color: green !important;
    background: -webkit-linear-gradient(top, #5ecfb1, #34ad8d) !important;
}

.findmee-status-warning-gd {
    background-color: orange !important;
    background: -webkit-linear-gradient(top, #f77f00, #fcbf49) !important;
}