#g3_content {
    background:#fff;
    max-width:500px;
    padding:20px;
    margin:20px 0 0 0;
    border-radius:15px;
}
.g3_header {
    margin-bottom:25px;
    padding-bottom:15px;
    border-bottom:1px dashed silver;
}
.g3_row {
    width:100%;
    display:flex;
    margin-bottom:20px;
}
.g3_half {
    width:50%;
}

.g3_half_1 {
    width:25%;
}
.g3_half_2 {
    width:50%;
}
.g3_half_3 {
    width:75%;
}
.g3_half_4 {
    width:100%;
}

.g3_half_4 > input[type="password"], .g3_half_4 > input[type="checkbox"] {
    margin-left:20px;
}
.g3_input_pass {
    width:90%;
    min-width:90%;
}
.g3_on {
    color:#fff;
    background: green;
    padding:1px 4px 2px 4px;
    font-weight:600;
    border-radius:4px;
}
.g3_off {
    color:#fff;
    background: red;
    padding:1px 4px 2px 4px;
    font-weight:600;
    border-radius:4px;
}
.g3_half_2 .wp-color-result-text {
    margin-left:30px;
}
.g3_half_2 .wp-color-result {
    width:30px;
    height:30px;
    border:2px solid #dedede!important;
    border-radius:15px!important;
}
.g3_half_2 .my-color-field {
    margin-left:10px;
    max-width:100px;
}
.g3_half_2 .wp-picker-holder {
    margin-top:10px;
}
.g3_half_2 .wp-picker-clear {
    padding:2px 10px 1px 10px!important;
    margin-left:5px!important;
}
.dashicons-admin-network:before {
    font-family: dashicons!important;
    content: "\f112";
}
.g3_save {
    font-weight: 700;
    color: green;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid green;
    background: #fff;
    text-align: center;
    padding: 5px 0;
    margin-top: -10px;
    margin-bottom: 20px;
}