#quad {
  width:100%;
  overflow:hidden;
  list-style: disc;
}
#quad li {
  width: 15.2%; 
  display:list-item;
  float:left;
  margin-left: 20px;
}
.form-table {
    table-layout: fixed;
}

@-webkit-keyframes webkit-animation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes moz-animation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes o-animation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes normal-animation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.fa-spinner {
    -webkit-animation: webkit-animation 2s infinite linear;
    -moz-animation: moz-animation 2s infinite linear;
    -o-animation: o-animation 2s infinite linear;
    animation: normal-animation 2s infinite linear;
    font-size: 20px !important;
    display: none;
    margin-top: 9px;
}



.tab-content, .tab-titles {
    display: block;
}

.tab-titles {
    display: table;
    width: 100%;
    margin-bottom: -7px;
}

.ui-tab {
    margin-bottom: 0px;
    display: inline-block;
}

.ui-tabs-active a, .ui-state-active a, .ui-state-focus a, .ui-state-hover a {
    background: #4a8af4 !important;
    color: white !important;
}

.nav-tab {
    margin-right: .5em;
    margin-left: 0px;
    margin-bottom: 7px;
    color: #555 !important;
    font-weight: 600 !important;
    background: white;
    border-width: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #e9e9e9;
}

.ui-accordion-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-accordion-header {
    cursor: pointer !important;
    margin-top: 25px; 
}

#accordion {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 4px;
}


#poststuff h2 {
    font-size: 14px;
    padding: 8px 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.4;
}

.information-icon {
    cursor: pointer;
}

div#tabs {
    border-bottom: 0px;
}

.toplevel_page_wp_google_my_business_auto_publish b, .toplevel_page_wp_google_my_business_auto_publish strong {
    font-weight: 900;
}

.toplevel_page_wp_google_my_business_auto_publish a {
    color: #4a8af4;
    font-weight: 900;
}

#category-listing li {
    display: inline-block;
    margin-right: 20px;
}

.ui-state-default {
    margin-bottom: 20px;
}

.nav-tab:focus, .nav-tab:hover {
    box-shadow: none !important;
}

.form-table td {
    padding: 5px 10px;
}

.hidden-authorisation {
    display:none; 
}

.notice h3 {
    margin-top: 0px;
}


#accordion h3 {
    outline: none !important;
    font-size: 20px !important;
    padding-left: 0px !important;
}

.button-secondary {
    color: #555 !important;
    background-color: #eeeeee !important; 
    
}


.button-primary, .button-secondary {
    text-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2) !important;
    border-width: 0px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-weight: 600;
    padding-left: 14px !important;
    padding-right: 14px !important;
    border-radius: 4px !important;
}

.button-primary {
  background-color: #4a8af4 !important;  
}

.button-primary{
    margin: 10px !important;   
    margin-top: 20px !important; 
}

.postbox {
    border: 1px solid white;
}

.hidden-row {
    display: none !important;
    
}




.ui-tabs .ui-tabs-nav {
    padding: 0px !important;
}

.ui-tabs .ui-tabs-nav {
    border-width: 0px !important;
    background: none !important;
}




#tabs {
    border-width: 0px !important;
    background: none !important;
}





.ui-tabs .ui-tabs-nav li {
    border-width: 0px !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px !important;
}



.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: inherit !important;
}

.ui-accordion .ui-accordion-content {
    border-width: 0px !important;
    padding: 0px !important;
}

span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
    display: none !important;
}


.ui-tabs .ui-tabs-nav li {
    margin-bottom: 0px !important;
}



#imagePreview {
    display: block;
}

.ui-accordion-header {
    background: none !important;
    border-width: 0px !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {

    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

/*
.event-option {
    display: none; 
}
*/

span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
    display: none !important;
}


#google_my_business_auto_publish_settings_form input, #google_my_business_auto_publish_settings_form textarea {
    border: 2px solid #ccc !important;
    box-shadow: none !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    text-indent: 3px !important;
    border-radius: 4px !important;
}


#google_my_business_auto_publish_settings_form input[type=checkbox] {
    border: 2px solid #ccc !important;
    box-shadow: none !important;
    padding-bottom: 0px !important;
    text-indent: 0px !important;
    border-radius: 4px !important;
    height: 23px !important;
    width: 23px !important;
    padding-left: 3px !important;
    padding-top: 2px !important;
}

#google_my_business_auto_publish_settings_form select {
    border: 2px solid #ccc !important;
    box-shadow: none !important;
    height: 33px !important;
    -webkit-border-radius: 4px !important;
    line-height: normal !important;
    /* outline: 2px solid #ccc !important; */
    background-color: #0000 !important;
    border-radius: 4px !important;
}

.post-to-google-form p {
    margin-bottom: 20px !important;
}

.post-to-google-form {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 0px;
    margin-bottom: -10px;
}


.manage-google-posts {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;

}





#post-now {
    margin-left: 0px !important;
    
}

.textarea-counter {
    display:none;
}

.too-many-characters-warning {
    color: #e35959;
}


.manage-google-posts-table {
    text-align: left;
    vertical-align: middle;
    margin-bottom: 30px;
}

.manage-google-posts-table > thead > tr > th {
    background: #24292d;
    color: #fff;
    padding: 6px 12px;
}

.manage-google-posts-table > tbody > tr > td {
    padding: 6px 12px;
}



.manage-google-posts-table > tbody > tr:nth-child(even) {
    background: #eeeeee;
}

.manage-google-posts-table i {
    font-size: 16px;
    
}

.manage-google-posts-table a:focus,.manage-google-posts-table i:focus {
    outline: none !important;
    box-shadow:none !important;
}


.manage-google-posts-table {
    table-layout: fixed;
    width: 100%;
    
}

/*
.post-content {
    height: auto !important;
}
*/

.post-content {
    word-wrap: break-word;
}

.post-content {
    max-height: fit-content !important;
}

.post-content[data-readmore] {
    width: auto !important;
}

.google-post-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}


.bootstrap-datetimepicker-widget {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
    background: white !important;
    
}
.picker-switch.accordion-toggle {display: none !important;}
/*.picker-switch {display: none !important;}*/


.location-list-item {
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.location-list-item-small {
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    padding: 8px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
}

.location-image {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.location-information {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px);
}

.location-information span {
    display: block;
}

.location-list-item .location-name {
    font-weight: bold;
}

.location-list-item-small .location-name {
    font-weight: bold;
    margin-right: 7px;
    margin-left: -5px;
}

.location-address {
    font-size: smaller;
}

.google-locations .location-selected-icon {
    float: right;
    font-size: 30px !important;
    margin-top: 5px;
}

#default-locations-list .location-selected-icon, #post-now-locations-list .location-selected-icon {
    font-size: 20px !important;
    vertical-align: middle;
    display: inline-block;
}

.location-list-item:not(.selected),.location-list-item-small:not(.selected) {
 opacity: .5;   
}


.review-list-item {
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.google-reviews .review-selected-icon {
    float: right;
    font-size: 30px !important;
    margin-top: 5px;
}

.review-list-item:not(.selected) {
    opacity: .5;   
}

.review-date {
    font-size: x-small;
    opacity: .7;
    margin: 0px 7px;
}
.review-reviewer {
    /* margin-top: 15px; */
    font-weight: bold;
}

.review-rating i {
    margin: 0px 1px;
    color: #e3c007;
}

.review-comment {
    font-style: italic;
    display: block;
    margin-top: 5px;
    min-height: 18px;
}

.review-information {
    display: inline-block;
    width: calc(100% - 43px);
}

/* .shortcode-builder label {

    display:block;
} */