/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.office-locator-metabox input[type="text"] {
    width: 100%;
}
.office-locator-metabox textarea {
    width: 100%;
}
.office-locator-metabox th {
    vertical-align: top;
    text-align: left;
    padding: 10px;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}
.form-table .selected-image ul {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.wt-section.wt-locator-scroll.activated .form-table-wrap{
    position: fixed;
    top: 32px;
    z-index: 99;
    background: #f0f0f1 !important;
    border-bottom: 1px solid #d5d5d5 !important;
    left: 0;
    width: calc( 100% - 210px );
    margin-left: 180px;
}

.wt-section.wt-locator-scroll.activated .title {
    border-color: #000 !important;
}

#wt-panel-settings .panel-wrapper .wt-section.wt-locator-scroll.activated .form-table .input-field input {
    border-color: #000 !important;
    background: #fff;
}

#wt-panel-settings .panel-wrapper .wt-section.wt-locator-scroll.activated .form-table .input-field .field-trigger {
    background: #fff;
    border: 1px solid;
    border-left: 0;
}

@media ( max-width : 960px ){
    .wt-section.wt-locator-scroll.activated .form-table-wrap {        
        width: calc( 100% - 87px );
        margin-left: 56px;
    }
}

@media ( max-width : 782px ){
    .wt-section.wt-locator-scroll.activated .form-table-wrap {
        width: calc( 100% - 41px );
        margin-left: 10px;
    }
}