

div#loader-image-sub {
    width: 4%;
}
div#loader-image-sub-final {
    width: 4%;
}

img.taxo_image {
    width: 10%;
    float: left;
}
p.taxo_name {

}

p.map { width: auto; }

img.taxo_image {
    width: 9%;
    margin-right: 10px;

}
.plugin-page-map {
    width: 900px;
}
div#sub-priority {
    width: 27%;
    float: left;
    margin-left: 13%;
}
div#map {
    width: 60%;
    float: left;
    display:none;
}

a.button-other {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
    padding: 6px;

}





ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
}

.tab-content{
    display: none;
    background: #ededed;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}

p.taxo_name {
    cursor: pointer;
}

p.taxo_name_another{
    cursor: pointer;
}

.primary_capability_name {
    cursor: pointer;
    color: #3076b8;
}
a.button-other {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
    padding: 6px;

}
.other-capabilities {
    width: 100%;
    float: left;
    margin-top: 2%;
    margin-bottom: 2%;
}

.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: #ffffff;
}
.cp-icons {
    width: 30px;
    height: auto;
    float: left;
    margin-right: 5px;
}


/* cm_custom */
.cm-search-box {
    width: 100%;
    overflow: auto;
}
.cm-search-box .cm-search-box-inputs {    
    width: 100%;
}
.cm-search-box .cm-search-box-info {
    width: 100%;
}
.cm-search-box .cm-search-message {
    border: 3px solid #d4d4d4;
    padding: 8px 16px;
    margin-top: 20px;
}
@media (min-width: 980px) {
    .cm-search-box .cm-search-box-inputs {
        float: left;
        width: 60%;
    }
    .cm-search-box .cm-search-box-info {
        float: right;
        width: 40%;
    }
    .cm-search-box .cm-search-message {
        margin-left: 5%;
        margin-top: 24px;
    }
}

/* cm_custom: disabled */
/*@media (min-width: 980px) {
    .cm-search-box {
        width: 60%;
    }

}*/
