@CHARSET "ISO-8859-1";

/* ----- Options / Settings Table Format ----- */

#eamm-main-form{
    display: block;
}

#eamm-main-form td,  #eamm-main-form th {
    padding: 14px !important;
}

tr.eamm-input-hdr {
    background: #dedede;
}

/* ----- Option Page Toggle Switch ----- */
.eamm_switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

.eamm_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.eamm_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aeaeae;
    border-radius: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}

.eamm_slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .eamm_slider {
    background-color: #4e72ba;
}

input:focus + .eamm_slider {
    box-shadow: 0 0 1px #4e72ba;
}

input:checked + .eamm_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* ----- Toggle menu icon ----- */
#toplevel_page_eamm_menu_page div.wp-menu-image::before {
    content:url('eamm-y.png');
    width: 30px !important;
}

div.eamm-simplify::before {
    content:url('eamm-simplify.png')!important;
}

div.eamm-expand::before {
    content:url('eamm-expand.png')!important;
}


/* ----- Hide the horizontal admin bar ----- */
/* #wpadminbar { display:none !important;} */

