.column-dba-google-maps-id {
    width: 7%;
}

.column-dba-google-maps-number {
    width: 12%;
}

.column-dba-google-maps-address div {
    margin-bottom: 5px;
}

#dba_google_maps_shortcodes label {
    font-weight: bold;
    display: block;
    margin: 10px 0 5px;
}

#dba_google_maps_shortcodes .note {
    font-size: 11px;
}

#dba_google_maps_shortcodes input,
#dba_google_maps_shortcodes textarea {
    width: 100%;
    height: 30px;
}

#dba_google_maps_shortcodes textarea {
    min-height: 100px;
    height: auto;
}

.andreadb-table {
    display: table;
    width: 100%;
}

.andreadb-row {
    display: table-row;
}

.andreadb-cell {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle;
}

.andreadb-cell:first-child {
    width: 22%;
}

.andreadb-cell.padding {
    padding: 10px 0 10px 40px;
}

.andreadb-cell label {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.andreadb-note {
    font-size: 28px !important;
    float: right;
    margin-right: 30px;
    height: 30px !important;
    line-height: 30px !important;
    color: #23282d;
    position: relative;
}

.andreadb-tooltip {
    visibility: hidden;
    width: 200px;
    background: #23282d;
    color: #eee;
    text-align: center;
    padding: 10px 5px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

.andreadb-note .andreadb-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #23282d transparent transparent transparent;
}

.andreadb-note:hover .andreadb-tooltip {
    visibility: visible;
    opacity: 1;
}

.andreadb-cell input,
.andreadb-cell select,
.andreadb-cell textarea {
    width: 100%;
    border-radius: 4px;
    padding: 0 10px;
    margin: 0;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.andreadb-cell.editor input {
    width: auto;
}

.andreadb-cell textarea {
    min-height: 80px;
    height: auto;
}

.andreadb-cell .switch-field.right {
    float: right;
}

.andreadb-cell .switch-field input {
    display: none;
}

.andreadb-cell .switch-field label,
.andreadb-cell .note-switch,
.andreadb-cell .note-switch-transparent {
    min-width: 50px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.andreadb-cell .switch-field label {
    float: left;
    background: #e4e4e4;
}

.andreadb-cell .note-switch {
    float: right;
    background: #0085ba;
    border-radius: 4px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.andreadb-cell .note-switch-transparent {
    border: 0;
    float: right;
    width: 52px;
}

.andreadb-cell .switch-field input:checked + label {
    background-color: #0085ba;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.andreadb-cell .switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.andreadb-cell .switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.andreadb-tabs-content .hidden-tab {
    display: none;
}

.andreadb-tabs {
    margin: 20px 0 0 0;
    background: #e4e4e4;
    overflow: hidden;
    border: 1px solid #eee;
    border-bottom: 0;
}

.andreadb-tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    color: #444;
    height: 40px;
    line-height: 40px;
}

.andreadb-tabs li > span {
    padding: 0 15px;
}

.andreadb-tabs li.selected,
.andreadb-tabs li:not(.no-back):hover,
.andreadb-tabs button:hover {
    background: #0085ba;
    color: #fff;
}

.andreadb-tabs button {
    background: #fff;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    -webkit-appearance: none;
    cursor: pointer;
}

.andreadb-tabs button .dashicons {
    vertical-align: middle;
    margin: 0 5px 0 -5px;
    color: #444;
}

.andreadb-tabs button:hover .dashicons {
    color: #fff;
}

.andreadb-tabs-content {
    clear: both;
    border: 1px solid #e4e4e4;
    padding: 10px 10px 5px;
}

.andreadb-tabs-content .tab-content {
    display: none;
}

.andreadb-tabs-content .tab-content.selected {
    display: block;
}

.andreadb-icon-marker {
    margin-bottom: 10px;
}

#andreadb-preview-google-maps {
    height: 30px;
    line-height: 30px;
}

#andreadb-preview-google-maps .dashicons,
#andreadb-remove-marker .dashicons {
    line-height: 30px;
    margin-right: 5px;
}

.andreadb-google-maps-donate {
    margin: 100px 0 0;
}

.andreadb-google-maps-donate a {
    padding: 20px 100px;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    background: #0070ba;
    color: #fff;
    border: 1px solid #0070ba;
    border-radius: 3px;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

.andreadb-google-maps-donate a:hover {
    background: #003087;
}

.andreadb-overlay {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
}

.andreadb-iframe-container {
    position: absolute;
    top: 47%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90%;
    width: 90%;
    background: #fff;
}

.andreadb-iframe-content {
    height: 40px;
}

.andreadb-iframe-content .title {
    float: left;
    line-height: 40px;
    margin-left: 20px;
    font-size: 18px;
}

.andreadb-iframe-content .close {
    float: right;
}

.andreadb-iframe-content .close .dashicons {
    font-size: 35px;
    height: 40px;
    line-height: 40px;
    margin-right: 25px;
    vertical-align: middle;
    cursor: pointer;
}

.andreadb-iframe-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 0;
}

@media screen and (max-width: 1025px) {

    .andreadb-table,
    .andreadb-row,
    .andreadb-cell {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .andreadb-row {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .andreadb-cell:first-child {
        width: 100%;
    }

    .andreadb-cell.padding {
        padding: 10px 0;
    }

    .andreadb-cell .note-switch,
    .andreadb-cell .switch-field.right {
        float: none;
    }
}