/*Settings page styles.*/


.field_header {

    width: 33%;
    float: left;
}

.custom-type-list {

    width: 33%;
    float: left;
    min-height: 20px;
    padding-bottom: 40px;
}


.custom-type-list li {
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color:#f7f7f7;
    margin-right: 20px;

    padding: 10px;
    cursor: move;
}
#loading-animation-basic, #loading-animation-search, #loading-animation-fields {
    display: none;
    margin-left: 10px;

}

/* Field styles */
.meta-row {
    border-bottom: 1px solid #e9e9e9;

}
.meta-th {
    display: inline-block;
    float: left;
    width: 25%;
    font-weight: bold;
}
.meta-tr {
    display: inline-block;
    float: right;
    width: 75%;
}
.meta {
    margin-top: 20px;
}
.dwwp-textarea {
    height: 100px;
    width: 75%;
}
.quicktags-toolbar {
    margin-bottom: 5px;
    display: inline-block;
    float: left;
    background: #ffffff !important;
    border-bottom: none !important;
}

.myclear {
    clear: both;

}


.odd {
    background: #f7f7f7;
}

#search_by_id_th {



}

#elc_save_options_btn, #elc_save_order_btn {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 3px;
}

#wpfooter {
    display: none;
}

.elc-heading-inline {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 9px 0 4px;
    line-height: 29px;
}

#search {

    width: 50%;

}


#refresh-view {
    border: 1px solid #ddd;
    background-color:#f7f7f7;
    padding: 7px 15px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;

}

.elc-error, .elc-warning, .elc-required {
    background: #ed5a5a;
    color: #fff;

    margin-top: 10px;
    border-radius: 0.25em;
    width: 25%;
    text-align: center;


}

.notice-error, div.error {
    border-left-color: #dc3232;
    color: #dc3232;
}

.error p {
    color: white;
}
