#fc_import_modal .fcdoc-loader {
    display: none;
}

.fc-location-new-set,
.fc-location-data-set,
.fc-geocoding-updates {
    display: none;
}

body {
    background: #f1f1f1 !important;
}

.container {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
}

.row.flippercode-main {
    background: #ffffff !important;
    width: 101%;
    margin-top: 20px;
}

img.noclass.selected_image {
    width: auto;
    height: auto;
    float: left;
    margin-right: 10px;
}

.wpgmp-overview .hiderow {
    display: none;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 0px;
}

.toplevel_page_wpgmp_view_overview .wpgmp-overview a {
    color: #3498DB;
    text-decoration: none;
}

.alert-success a,
.alert-info a,
.alert-danger a {
    color: #fff;
}

.alert-success a:focus {
    color: #fff;
}

.wpgmp-overview h4.alert.alert-info {
    margin-left: -15px;
    margin-right: -15px;
}

.wpgmp_or {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.wpgmp_or span {
    background: #fff;
    padding: 0 10px;
}

.wp-color-result {
    height: 24px !important;
}

.wpgmp-shape-delete {
    cursor: pointer;
    float: right;
    margin-right: 0px;
}

/*
 * Table styles
 */

table.dataTable {
    width: 100% !important;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
   * Header and footer styles
   */
    /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 12px 12px;
    border-top: 1px solid #e8ebec;
    border-bottom: 1px solid #e8ebec;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    cursor: pointer;
    *cursor: hand;
}

table.dataTable thead .nosort {
    background: none !important;
}

div.dataTables_length select[name="wpgmp_google_map_data_table_length"],
div.dataTables_length select[name="wpgmp_google_map_route_data_table_length"] {
    border: 1px solid #dddddd;
    border-radius: 0px;
    box-shadow: none !important;
    color: #555555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

table.dataTable thead .sorting {
    background: url("../images/sort_both.png") no-repeat center right;
}

table.dataTable thead .sorting_asc {
    background: url("../images/sort_asc.png") no-repeat center right;
}

table.dataTable thead .sorting_desc {
    background: url("../images/sort_desc.png") no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
    background: url("../images/sort_asc_disabled.png") no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
    background: url("../images/sort_desc_disabled.png") no-repeat center right;
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 12px 12px;
    border-bottom: 1px solid #e8ebec;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #dddddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
    background-color: whitesmoke;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected,
table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
    background-color: #a9b7d1;
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad4;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.display tbody tr.odd:hover>.sorting_1,
table.dataTable.display tbody tr.even:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1 {
    background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.display tbody tr.odd:hover>.sorting_2,
table.dataTable.display tbody tr.even:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_2 {
    background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.display tbody tr.odd:hover>.sorting_3,
table.dataTable.display tbody tr.even:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_3 {
    background-color: #eeeeee;
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.display tbody tr.odd:hover.selected>.sorting_1,
table.dataTable.display tbody tr.even:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_1 {
    background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.display tbody tr.odd:hover.selected>.sorting_2,
table.dataTable.display tbody tr.even:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_2 {
    background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.display tbody tr.odd:hover.selected>.sorting_3,
table.dataTable.display tbody tr.even:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_3 {
    background-color: #a4b2cb;
}

table.dataTable.no-footer {
    margin-bottom: 5px;
    padding-top: 10px;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 5px 9px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 5px 9px 3px 9px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px 5px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*
 * Control feature layout
 */

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #dddddd;
    border-radius: 0px;
    box-shadow: none !important;
    color: #555555;
    font-size: 14px;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 80%;
    float: right;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333333 !important;
    border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333333 !important;
    border: 1px solid #EEEEEE;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BFBFBF), color-stop(100%, gainsboro));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #BFBFBF 0%, gainsboro 100%);
    /* Chrome10+,Safari5.1+ */

    background: -moz-linear-gradient(top, #BFBFBF 0%, gainsboro 100%);
    /* FF3.6+ */

    background: -ms-linear-gradient(top, #BFBFBF 0%, gainsboro 100%);
    /* IE10+ */

    background: -o-linear-gradient(top, #BFBFBF 0%, gainsboro 100%);
    /* Opera 11.10+ */

    background: linear-gradient(to bottom, #BFBFBF 0%, gainsboro 100%);
    /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #EEEEEE;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BFBFBF), color-stop(100%, #BFBFBF));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #BFBFBF 0%, #BFBFBF 100%);
    /* Chrome10+,Safari5.1+ */

    background: -moz-linear-gradient(top, #BFBFBF 0%, #BFBFBF 100%);
    /* FF3.6+ */

    background: -ms-linear-gradient(top, #BFBFBF 0%, #BFBFBF 100%);
    /* IE10+ */

    background: -o-linear-gradient(top, #BFBFBF 0%, #BFBFBF 100%);
    /* Opera 11.10+ */

    background: linear-gradient(to bottom, #BFBFBF 0%, #BFBFBF 100%);
    /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BFBFBF), color-stop(100%, #BFBFBF));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #BFBFBF 0%, #BFBFBF 100%);
    /* Chrome10+,Safari5.1+ */

    background: -moz-linear-gradient(top, #BFBFBF 0%, #BFBFBF 100%);
    /* FF3.6+ */

    background: -ms-linear-gradient(top, #BFBFBF 0%, #BFBFBF 100%);
    /* IE10+ */

    background: -o-linear-gradient(top, #BFBFBF 0%, #BFBFBF 100%);
    /* Opera 11.10+ */

    background: linear-gradient(to bottom, #BFBFBF 0%, #BFBFBF 100%);
    /* W3C */

    box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */

    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */

    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */

    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #666666;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

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

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

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

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
    }

    #wpgmp_google_map_data_table_length {
        text-align: left;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.2em 0.5em;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-bottom: 15px;
    }


}

.wpgmp_location_selection h4 {
    float: left;
}

.wpgmp_location_selection select {
    float: right;
    color: #000000;
    max-width: 10.5rem;
}

.helpdask-bootom {
    position: fixed;
    right: 30px;
    bottom: 5px;
    border-radius: 5px;
    padding: 0px;
    background: url(../images/helpdesk.png) no-repeat;
    width: 150px;
    height: 83px;
    color: #fff;
    font-size: 0px;
    display: block;
    opacity: 1;
    transition-duration: 0s;
}

.helpdask-bootom:hover {
    background-position: 0 -101px;
}

.container {
    width: 100%;
}

@media (max-width: 990px) {
    .marker_img {
        width: 65px;
        height: auto;
        clear: both;
        margin-bottom: 20px;
    }

    .marker_img1 {
        width: 40%;
        height: auto;
        clear: both;
        margin-bottom: 20px;
    }

    .marker_img2 {
        width: 40%;
        height: auto;
        clear: both;
        margin: 0 0 20px 20px;
    }
}

@media (max-width: 600px) {
    .marker_img {
        width: 65px;
        height: auto;
        clear: both;
        margin-bottom: 20px;
    }

    .marker_img1 {
        width: 100%;
        height: auto;
        clear: both;
        margin-bottom: 20px;
    }

    .marker_img2 {
        width: 100%;
        height: auto;
        clear: both;
        margin: 0 0 20px 0px;
    }
}

@media (max-width: 788px) {

    /*.radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        margin-left: -23px;
    }*/
    input[type="radio"],
    input[type="checkbox"] {
        line-height: normal;
        margin: -1px 0 0;
    }

    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="text"] {
        margin-bottom: 6px;
    }

    .wpgmp_location_selection {
        float: left;
        width: 100%;
    }
}

.helpdask-bootom {
    position: fixed;
    right: 30px;
    bottom: 5px;
    border-radius: 5px;
    padding: 0px;
    background: url(../images/helpdesk.png) no-repeat;
    width: 150px;
    height: 83px;
    color: #fff;
    font-size: 0px;
    display: block;
    opacity: 1;
}

.update-nag,
.updated {
    display: none;
}

.wpgmp-docs {
    font-size: 1em !important;
    margin-top: 10px;
}

.fc-title-blue {
    color: rgba(0, 0, 0, .58);

}

.wpgmp-docs .wpgmp-overview {
    margin-bottom: 30px;
    padding-left: 10px;
}

.wpgmp-docs,
.wpgmp-docs p,
.wpgmp-docs ol li {
    font-size: 16px !important;
    line-height: 1.7em;
    color: rgba(0, 0, 0, .58);
}

.wpgmp-docs a {
    color: #3498db;
}

.wpgmp_key_required a {
    color: #17B3E4;
    text-decoration: underline;
}

.wp-google-map-pro_page_wpgmp_form_location .choose_image {
    clear: both;
}

.choose_image,
.remove_image {
    margin-top: 10px;
    */ margin-bottom: 10px;
    border-radius: 0px;
    border: none;
    padding: 10px;
}

.fc-fixed-footer {
    position: fixed;
    bottom: 0;
    background: #f1f1f1;
    margin-left: -30px;
    padding: 8px 10px;
    width: 100%;
}

.wpgmp-color-schema {
    display: grid;
    margin-bottom: 10px;
    width: 28px;
    height: 28px;
    border: solid 1px #000;
    border-radius: 18px;
}

 

.fc-new-link:before {
    content: "\f196";
    margin-right: 5px;
}

.fc-new-link {
    text-decoration: none;
    color: #212f3d;
}

.ui-sortable-placeholder {
    border: 1px solid #fec259;
    background: #fcebcd;
    height: 150px;
    float: left;
    width: 100%;
}

.sortable-item {
    background-color: #fff;
    padding: 10px 0;
    cursor: move;
}

.fc-infowindow3 {
    position: relative;
    width: 100%;
    height: 100%;
}

.fc_preview .fc-infowindow-fano .fc-item-title,
.fc_preview .fc-post-fano .fc-item-title {
    position: absolute;
    left: 10px;
    top: 10px;
}

.fc_preview .fc-infowindow-fano .fc-item-meta,
.fc_preview .fc-post-fano .fc-item-meta {
    position: absolute;
    right: 10px;
    bottom: 5px;
    background: #fff;
    padding: 5px 10px;
    text-align: center;
}

/****** Style Star Rating Widget *****/

.wpgmp-rating {
    border: none;
    width: 139px;
    margin: 0 auto;

}

.wpgmp-rating br {
    display: none;
}

.wpgmp-rating>input {
    display: none;
}

.wpgmp-rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.wpgmp-rating>.half:before {
    content: "\f089";
    position: absolute;
}

.wpgmp-rating>label {
    color: #ddd;
    float: right;
    margin: 0px !important;

}

.fc-post-kairav .wpgmp-rating>label,
.fc-infowindow-kairav .wpgmp-rating>label {
    color: #6C6C6C;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.wpgmp-rating>input:checked~label,
/* show gold star when clicked */
.wpgmp-rating>input:checked+label:before,
.wpgmp-rating:not(:checked)>label:hover,
/* hover current star */
.wpgmp-rating:not(:checked)>label:hover~label {
    color: #FFD700 !important;
}

/* hover previous stars in list */

.wpgmp-rating>input:checked+label:hover,
/* hover current star when changing rating */
.wpgmp-rating>input:checked+label:hover:before,
.wpgmp-rating>input:checked~label:hover,
.wpgmp-rating>label:hover~input:checked~label,
/* lighten current selection */
.wpgmp-rating>input:checked~label:hover~label {
    color: #FFED85 !important;
}

.fc-infowindow-default .wpgmp_infowindow .fc-item-title,
.fc-post-default .fc-item-title,
.fc-item-default .fc-item-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #212f3d;
    font-weight: 600;
    font-size: 18px;
}

.fc-item-default .fc-item-featured_image,
.fc-infowindow-default .fc-item-featured_image img,
.fc-post-default .fc-item-featured_image img {
    float: left;
    width: 155px !important;
    margin-right: 15px;
    padding: 5px 0px;
}

.fc-infowindow-default address,
.fc-post-default address {
    margin-top: 10px;
    font-size: 12px;
    color: rgb(160, 160, 160);
}

.fc-item-default .fc-label-info,
.fc-item-default .fc-badge.info,
.fc-infowindow-default .fc-label-info,
.fc-post-default .fc-label-info,
.fc-infowindow-default .fc-badge.info,
.fc-post-default .fc-badge.info {
    background: #212f3d;
    border: 1px solid #212f3d;
    color: #fff;
    font-size: 10px;
}

.fc-item-default {
    background: #fff;
    padding: 10px;
}

.wpgmp_maps_preview {
  font-weight: bold;
}

.fc-geocoding-abort {
    display: none;
    margin-top: 10px;
}

span.fc-geocoding-progress {
    margin-left: 10px;
    font-weight: bold;
}

.enable_retrict_countries {
    width: 50%;
    height: 200px !important;
}

.wp-google-map-pro_page_wpgmp_manage_extentions .fc-row{margin-top: 20px;float: left;width: 100%;}
.wp-google-map-pro_page_wpgmp_manage_extentions .fc-row:first-child{margin-top: 0px;}

.fc-form-container,.fc-back { 
    min-height: auto!important;
}

.wpgmp_location_selection{
    margin-top: -30px;
}
.wpgmp_location_selection select{
    border: 1px solid #dddddd;
    border-radius: 0px;
    box-shadow: none !important;
    color: #555555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.fc-tooltip-top {
    bottom: 117%;
    left: inherit;
    right: -20px;
    transform: translateX(0%);
}
.fc-tooltip .fc-tooltiptext::after{
    left: inherit;
    right: 28px;
    border-color: #25B75F transparent transparent transparent;
}
.wpgmp_read_tutorial{border-radius:4px;}

/*   Manage Maps table style */
.wp-google-map-pro_page_wpgmp_manage_map .maps th.check-column{width:5%;}
.wp-google-map-pro_page_wpgmp_manage_map .maps th.column-map_title{width:25%;}
.wp-google-map-pro_page_wpgmp_manage_map .maps th.column-shortcodes{width:17%;}



/*addons*/
.wpgmp_extentions_listing{
    padding-top: 30px;
}
.wpgmp_extentions_listing .addon_block{
    width: 100%;
    border-radius: 5px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%), 0 2px 10px rgb(0 0 0 / 8%);
    /*transition: transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1), box-shadow 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);*/
    transition: transform 430ms ease-in-out;
}
.wpgmp_extentions_listing .addon_block img{
    width: 100%;
}
.wpgmp_extentions_listing .addon_block:hover{
        transform: scale(0.95);
    box-shadow: 0 20px 25px rgb(0 0 0 / 25%);
}
.wpgmp_extentions_listing .addon_block:hover:before{
    content: '';
    background: rgba(0,0,0,0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;

}
.wpgmp_extentions_listing .addon_block_overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 50;
    opacity: 0;
    text-align: center;
    transition: opacity 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.wpgmp_extentions_listing .addon_block:hover .addon_block_overlay{
    display: inline-block;
    opacity: 1;
    
}

 
.wpgmp_extentions_listing .addon_block_overlay a{
    background-color: #198fd9;
    color: #fff;
    margin: 0 0 0.6em 0;
    padding: 0.6em 0.8em;
    border-radius: 0.35em;
    font-weight: 600;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
    box-shadow: 0 1px 3px rgb(25 143 217 / 30%), inset 0 -1px 0 rgb(0 0 0 / 5%);
}
.wpgmp_extentions_listing .addon_block_overlay a:hover{
    background-color: #0e7abd;
    color: #fff;
    box-shadow: 0 1px 3px rgb(25 143 217 / 30%), inset 0 -1px 0 rgb(0 0 0 / 5%);
}

#delete_fc_record .modal-dialog {width: 460px;padding-top: 12px;}

.wpgmp_infowindow.fc-infowindow-fano .fc-item-title,
.wpgmp_infowindow.fc-item-fano .fc-item-title,
.wpgmp_infowindow.fc-post-fano .fc-item-title {
    position: absolute;
    left: 10px;
    top: 10px;
}

.wpgmp_infowindow.fc-infowindow-fano .fc-item-meta,
.wpgmp_infowindow.fc-item-fano .fc-item-meta,
.wpgmp_infowindow.fc-post-fano .fc-item-meta {
    position: absolute;
    right: 10px;
    bottom: 5px;
    background: #fff !important;
    padding: 5px 10px;
    text-align: center;
}

.fc-infowindow-content,
.fc-item-content {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.fc-infowindow-ojas .fc-item-title,
.fc-post-ojas .fc-item-title {
    background: #f44336;
    color: #fff;
    padding: 8px 30px 8px 10px;
}

.fc-post-ojas .fc-item-title a {
    color: #fff;
}

.fc-item-fano .fc-item-meta {
    position: absolute;
    left: 3px;
    top: 3px;
    background: #FBFBFB;
    padding: 5px 10px;
    text-align: center;
}

.fc-item-aare .read-more:hover {
    background: #444444;
    color: #fff;
}

.fc-item-aare .read-more {
    border: 1px solid #444444;
    font-size: 14px;
    padding: 8px 18px;
    display: inline-block;
    margin: 16px 0 0;
    box-shadow: none;
}

.fc-item-fano .read-more {
    font-size: 14px;
    padding: 0;
    display: inline-block;
    margin: 16px 0 0;
    box-shadow: none;
    background: url(../images/arrow.png) no-repeat center 7px;
    width: 67px;
    height: 33px;
    text-indent: -99999px;
}

.fc-item-fano .read-more:hover {
    background: url(../images/arrow.png) no-repeat center -43px #444444;
    color: #fff;
}

.fc-infowindow-ojas .fc-item-title,
.fc-post-ojas .fc-item-title {
    background: #f44336;
    color: #fff;
    padding: 8px 30px 8px 10px;
}

.fc-post-ojas .fc-item-title a {
    color: #fff;
}

.fc-item-kairav.fc-wait .fc-item-meta,
.fc_preview .fc-item-kairav .fc-item-meta {
    background: #f2f2f2;
    padding: 3px 10px;
    color: #525252;
    margin: 0px;
}

.fc-location-marker {
    float: left;
    width: 100%;
    background-repeat: no-repeat;

    padding-left: 23px;
    margin: 10px 0;
    position: relative;
}

.fc-location-marker:before {
    position: absolute;
    background: url(../images/location-icon.png) no-repeat top left;
    content: '';
    width: 15px;
    height: 24px;
    left: 0px;
    top: 0px;
}

.wpgmp_check_key{
display: inline-block;
margin: 0 0 8px;
padding: 6px 16px;
font-size: 14px;
height: inherit;
border-radius: 5px;
background: #17b3e4;
}
.wpgmp_check_key:hover{
background: #079fce;
}
.wpgmp_check_key:focus{
color: #fff;
}

.wpgmp_check_key+span.wpgmp_maps_preview{
margin-left: 0px;
display: block;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

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

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.copy_to_clipboard{cursor: pointer;}


.row-actions span.edit, .row-actions span.delete, .row-actions span.synchronize {
    margin-right: 12px;
}
.row-actions span.edit .edit_icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3 5.70005L3 17V21H7L18.3 9.70005L14.3 5.70005ZM21.7 6.20005L19.7 8.20005L15.8 4.30005L17.8 2.30005C18.1 1.90005 18.7 1.90005 19.1 2.20005L20.4 3.50005L21.7 4.80005C22.1 5.30005 22.1 5.90005 21.7 6.20005Z' fill='%23586775'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
}
.row-actions span.edit  a:hover .edit_icon{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3 5.70005L3 17V21H7L18.3 9.70005L14.3 5.70005ZM21.7 6.20005L19.7 8.20005L15.8 4.30005L17.8 2.30005C18.1 1.90005 18.7 1.90005 19.1 2.20005L20.4 3.50005L21.7 4.80005C22.1 5.30005 22.1 5.90005 21.7 6.20005Z' fill='%2317B3E5'/%3E%3C/svg%3E%0A");
}
.row-actions span.delete .delete_icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2L9 3H4V5H20V3H15L14 2H10ZM5 7V20C5 21.1 5.9 22 7 22H17C18.1 22 19 21.1 19 20V7H5ZM8 9H10V20H8V9ZM14 9H16V20H14V9Z' fill='%23586775'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}
.row-actions span.delete  a:hover .delete_icon{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2L9 3H4V5H20V3H15L14 2H10ZM5 7V20C5 21.1 5.9 22 7 22H17C18.1 22 19 21.1 19 20V7H5ZM8 9H10V20H8V9ZM14 9H16V20H14V9Z' fill='%23E84952'/%3E%3C/svg%3E%0A");
}
.row-actions span.synchronize .sync_icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L8 4L12 8V5C15.859 5 19 8.14 19 12C19 12.88 18.8293 13.7201 18.5312 14.4961L20.0469 16.0098C20.6519 14.8008 21 13.442 21 12C21 7.038 16.963 3 12 3V0ZM3.95312 7.99023C3.34812 9.19923 3 10.558 3 12C3 16.962 7.037 21 12 21V24L16 20L12 16V19C8.141 19 5 15.86 5 12C5 11.12 5.17075 10.2799 5.46875 9.50391L3.95312 7.99023Z' fill='%23586775'/%3E%3C/svg%3E%0A");
     background-repeat: no-repeat;
}
.row-actions span.synchronize  a:hover .sync_icon{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L8 4L12 8V5C15.859 5 19 8.14 19 12C19 12.88 18.8293 13.7201 18.5312 14.4961L20.0469 16.0098C20.6519 14.8008 21 13.442 21 12C21 7.038 16.963 3 12 3V0ZM3.95312 7.99023C3.34812 9.19923 3 10.558 3 12C3 16.962 7.037 21 12 21V24L16 20L12 16V19C8.141 19 5 15.86 5 12C5 11.12 5.17075 10.2799 5.46875 9.50391L3.95312 7.99023Z' fill='%2317B3E5'/%3E%3C/svg%3E%0A");
}
.row-actions span.copy .copy_icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 96.000000 96.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,96.000000) scale(0.100000,-0.100000)'%0Afill='%23586775' stroke='none'%3E%3Cpath d='M105 855 l-25 -24 0 -296 0 -295 40 0 40 0 0 280 0 280 280 0 280 0%0A0 40 0 40 -295 0 -296 0 -24 -25z'/%3E%3Cpath d='M265 695 l-25 -24 0 -271 0 -271 25 -24 24 -25 271 0 271 0 24 25 25%0A24 0 271 0 271 -25 24 -24 25 -271 0 -271 0 -24 -25z m535 -295 l0 -240 -240%0A0 -240 0 0 240 0 240 240 0 240 0 0 -240z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.row-actions span.copy  a:hover .copy_icon{
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 96.000000 96.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,96.000000) scale(0.100000,-0.100000)'%0Afill='%2317B3E5' stroke='none'%3E%3Cpath d='M105 855 l-25 -24 0 -296 0 -295 40 0 40 0 0 280 0 280 280 0 280 0%0A0 40 0 40 -295 0 -296 0 -24 -25z'/%3E%3Cpath d='M265 695 l-25 -24 0 -271 0 -271 25 -24 24 -25 271 0 271 0 24 25 25%0A24 0 271 0 271 -25 24 -24 25 -271 0 -271 0 -24 -25z m535 -295 l0 -240 -240%0A0 -240 0 0 240 0 240 240 0 240 0 0 -240z'/%3E%3C/g%3E%3C/svg%3E");
}