.mo_headless_support_layout{
   width: 93%;
   background-color:#FFFFFF; 
   border:1px solid #CCCCCC; 
   padding-left:20px;
}

.mo_table_layout {
    background-color:#FFFFFF; 
    border:1px solid #CCCCCC; 
    padding:0px 10px 10px 10px;
    margin-bottom: 10px;
}
.mo_table_layout td {
    
}
.mo_table_layout input['type=text'] {
    width: 80%;
}
.mo_table_layout td strong {
    margin-left: 10px;
}


.mo_headless_table_textbox {
    width:80%;
}

.mo_headless_settings_table {
    width: 100%;
}

.mo_headless_settings_table tr td:first-child {
    width: 30%;
}


ul.multiselect-container.dropdown-menu.show {
    /* padding: 2px 20px 2px 20px; */
    FONT-WEIGHT: 500;
    position:absolute;
    /* display: inline-block; */
    list-style-type: none;
    margin: 0;
    font-size: 16px;
    background-color: #f1eaea;
    width: 220px;

}

label.mo_custom_api_labels {
    font-weight: bold;
    font-size: 18px;
}

select.mo_custom_api_SelectColumn {
    padding: 2px 20px 2px 20px;
    FONT-WEIGHT: 500;
    position:absolute;
    display: inline-block;
    list-style-type: none;
    /* margin-bottom: 5px; */
    font-size: 16px;
    background-color: #F3E8E8;
    /* padding: 0; */
}

button.multiselect.dropdown-toggle.btn.btn-default {
    /* padding: 2px 20px 2px 20px;
    FONT-WEIGHT: 500;
    position: absolute;
    list-style-type: none; */
    margin-top: -5px;
    font-size: 16px;
    background-color: #f1eaea;
}

#wpwrap{
    background-color:#e5e5e4;
}

h3.HeadName{
    margin-top: 2px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.nav-tab-active{
    margin-bottom: -1px;
    background: white;
    border-bottom: white;
    border-bottom: 3px solid white;
}
.nav-tab-active:hover{
    color: black;
    background: white;
    border-bottom: white;
    border-bottom: 3px solid white;
}

.mo_wp_default_apis {
    cursor: pointer;
}

.mo_wp_default_apis:hover {
    color: blue;
}

.mo_switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}
/* Hide default HTML checkbox */
.mo_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The mo_slider */
.mo_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.mo_slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .mo_slider {
    background-color: #46d253;
}

input:focus + .mo_slider {
    box-shadow: 0 0 1px #46d253;
}

input:checked + .mo_slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded mo_sliders */
.mo_slider.mo_round {
    border-radius: 15px;
}

.mo_slider.mo_round:before {
    border-radius: 50%;
}