.wdm_row input[type="password"] {
    width: 100%;
}

.wpsolr_attachment {
    margin: 10px;
}

.wpsolr_attachment_content {
    float: left;
    height: 95%;
    margin: 10px;
}

li.wpsolr_configuration_builder_form {
    float: right;
    width: 100%;
    margin: 2px;
    border: 1px solid lightgrey;
    background-color: #f8f8f4;
}

li.wpsolr_configuration_builder_form.ui-sortable-handle {
    cursor: pointer;
    border-left: 10px solid lightgrey;
}

[class*="col-"] {
    box-sizing: border-box;
    float: left;
    padding: 15px;
}

.wpsolr-col-1 {
    width: 8.33%;
}

.wpsolr-col-2 {
    width: 16.66%;
}

.wpsolr-col-3 {
    width: 25%;
}

.wpsolr-col-3 li a {
    white-space: normal;
    width: 100%;
}

.wpsolr-col-4 {
    width: 33.33%;
}

.wpsolr-col-5 {
    width: 41.66%;
}

.wpsolr-col-6 {
    width: 50%;
}

.wpsolr-col-7 {
    width: 58.33%;
}

.wpsolr-col-8 {
    width: 66.66%;
}

.wpsolr-col-9 {
    width: 75%;
}

.wpsolr-col-10 {
    width: 83.33%;
}

.wpsolr-col-11 {
    width: 91.66%;
}

.wpsolr-col-12 {
    width: 100%;
}

.wpsolr-page-header {
    width: 100%;
    float: left;
    padding: 10px;
}

.wpsolr-page-title {
    width: 80%;
    float: left;
    padding: 10px;
}

.wpsolr-page-version {
    width: 15%;
    float: right;
    padding: 10px;
}

.wpsolr-sorted {
    background: url('../images/move.png') no-repeat center left calc(10px);
    padding: 5px;
    padding-left: 25px;
    border: 1px solid lightgrey;
    cursor: pointer;
    cursor: hand;
}

.wdm-vertical-tabs a.wpsolr_tab_active {
    color: lightseagreen;
    background: url('../images/success.png') no-repeat 99% center;
}

.wdm-vertical-tabs a.wpsolr_tab_inactive {
    color: lightseagreen;
    background: url('../images/plus.png') no-repeat 99% center;
}

.wdm-vertical-tabs a.wpsolr_is_not_available {
    background: url('../images/minus.png') no-repeat 99% center;
}

.wpsolr_collapser {
    margin-left: 20px;
}

.wpsolr_collapsed {
    display: none;
}

.wpsolr_premium_text_class {
    margin-right: 5px;
}

a.wpsolr-help {
    background-image: url('../images/circle-help-question.png');
    height: 20px;
    width: 20px;
    float: right;
    margin-right: -20px;
    display: inline-block;
    background-size: 98%;
    text-decoration: none;
    color: transparent;
}

a.old-wpsolr-help {
    background-image: url('../images/help.png');
    height: 20px;
    width: 20px;
    float: right;
    margin-right: -20px;
    display: inline-block;
    background-size: 98%;
    text-decoration: none;
    color: transparent;
}

.wpsolr_premium_block_class {
    float: left;
    padding-bottom: 15px;
    width: 100%
}

a.wpsolr_premium_class {
    float: none;
    margin-right: 5px;
    display: inline-block;
}

a.wpsolr_premium_class.nav-tab span {
    margin-left: 5px;
    font-size: 11px;
}

a.thickbox.wpsolr_premium_class {
    color: #1d9497;
    font-weight: normal;
}

a.wpsolr_premium_class.nav-tab {
    background-color: #fff6a6;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 45px;
    height: 45px;
    padding: 8px;

    background: #fff;
    border: 2px solid #C15F03;
    text-align: center;
    color: #C15F03;

    font: 32px Arial, sans-serif;
}

.wdm-wrap {
    margin: 10px 20px 0 2px;
}

.solr_error {
    color: red;
    font-size: 16px;
    margin-left: 10px
}

.text_error {
    color: red;
    font-size: 16px;
}

.wdm_row {
    width: 98%;
    padding: 0 1%;
}

.wdm_row select {
    width: 100%;
    max-width: none !important;
}

.col_left {
    float: left;
    width: 33%;
    padding: 10px 20px 10px 10px;
    font-size: 14px;
    #font-weight: bold;
    display: inline-block;
}

.col_right {
    float: left;
    width: 58%;
    padding: 10px;
}

.wrapper {
    border: 1px #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.wdm-save {
    /*padding: 10px !important ;*/
    background: #F49537 !important;
    border-color: #C15F03 !important;
}

.wdm-save:hover {
    background: #C15F03 !important;
}

#hosted_on_other, #div_self_hosted, .indexing_option {

    border: 1px #ccc;
}

.head_div {
    color: #C15F03;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 0;
}

.col_right input[type=radio]:checked:before {
    background-color: #C15F03 !important;
}

.col_right input[type=checkbox]:checked:before {
    color: #C15F03 !important;
}

.col_right input[type=text], .col_right textarea {
    width: 99%;
}

.wdm_heading {
    color: #C15F03;
    background: #fff;
    border-left: 4px solid #C15F03;
    padding: 0.5px 15px;
}

.wdm_heading h3 {
    color: #C15F03;
}

.img-right {
    width: 100px !important;
}

/*new stuff start here*/
.col_left_fac {
    display: inline;
}

.col_left_val {
    width: 90%;
}

.col_left_val > a {
    float: right;
}

.col_right_fac {
    display: inline-block;
}

.sel_fac_nav {
    float: right;
}

.wdm_note {
    font-style: italic;
    color: #C15F03;
    margin: 20px;
    background: #ddd;
    padding: 15px;
    border-left: 4px solid #C15F03;
}

.wpsolr_license_popup .wdm_note {
    font-style: italic;
    font-weight: bold;
    font-size: large;
    color: #f8f8f8;
    margin: 20px;
    background: #e668fe;
    padding: 15px;
    border-left: 4px solid #0a5374;
}

.wpsolr_err {
    color: red;
}

.wpsolr_success {
    background-image: url('../images/success.png');
    height: 22px;
    width: 22px;

    display: inline-block;
    background-size: 98%;
}

.wpsolr_warning {
    background-image: url('../images/warning.png');
    height: 18px;
    width: 18px;
    background-size: 98%;
    display: inline-block;
}

.img-load, .wpsolr_loading {
    background-image: url('../images/wpsolr-ring-alt.gif');
    background-size: 98%;
    width: 29px;
    height: 29px;
    display: none;

}

#index_host, #index_port, #index_path, #index_key, #index_secret, #index_name {
    width: 100%;
}

/*CSS for tab panel*/
.wdm-vertical-tabs {
    float: left;
    width: 15%;
    min-width: 85px;
    margin-right: -1px;
    border-bottom: 0 none !important;
}

.wdm-vertical-tabs a {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-right: 0;
    margin-bottom: 5px;
    float: right;
    width: 200px;
    font-size: 14px;
}

.wdm-vertical-tabs-content {
    float: left;
    width: 76%;
    padding: 0 2%;
    border-left: 0;
}

#search_que {
    height: 32px;
}

.facets {
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #ccc;
    cursor: move;
    background: #f1f1f1;
}

.plus_icon {
    height: 16px;
    width: 16px;
    float: right;
    cursor: pointer
}

.minus_icon {
    height: 16px;
    width: 16px;
    float: right;
    cursor: pointer;

}

.plus_icon_sort {
    height: 16px;
    width: 16px;
    float: right;
    cursor: pointer
}

.minus_icon_sort {
    height: 16px;
    width: 16px;
    float: right;
    cursor: pointer;

}

.wdm-instructions {
    list-style: outside square;
    padding-left: 15px;
}

.avail_fac {
    width: 50%;
}

.wpsolr_custom_field_selected {
    float: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px lightgrey;
}
