@import url('https://fonts.googleapis.com/css?family=Lato');

/*
font-family: 'Gentium Basic', serif;
*/

#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%;
    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: 4px 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;
}

.helpdask-bootom {
    position: fixed;
    right: 30px;
    bottom: 5px;
    border-radius: 5px;
    padding: 0px;
    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;
    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);
    /*border-left: solid 1px #e9b604;*/

}

.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: #dddddd;
    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: inline-block;
    width: 28px;
    height: 28px;
    border: solid 1px #000;
    border-radius: 18px;
}

.fc-pro-features li {
background: #f9f9f9;
padding: 5px 0px;
font-size: .9em;
}

.fc-buy-btn {
    background: #f1c40f;
    color: #212f3d;
    margin-top: 10px;
    margin-left: 2px;
    display: inline-block;
}

.fc-buy-btn:hover {
    background: #212f3d;
    color: #f1c40f !important;
}
.toplevel_page_wpgmp_view_overview .fc-tabs.fc-tabs-list{background: #5BC0DE!important;}
.toplevel_page_wpgmp_view_overview .fc-tabs.fc-tabs-list li{width:100%;}
.toplevel_page_wpgmp_view_overview .fc-tabs.fc-tabs-list li a{color:#ffffff!important;width:100%;font-weight:normal;}
.toplevel_page_wpgmp_view_overview ul.fc-pro-features{list-style: none;}
.toplevel_page_wpgmp_view_overview ul.fc-pro-features li:before{content: '✓';margin-right:8px;color:#2ecc71;font-weight:bold;}
.toplevel_page_wpgmp_view_overview .fc-tabs-container{margin-bottom:0px!important;}
#pro_link{text-decoration:underline!important;}

.google-maps_page_wpgmp_manage_extentions .fc-row{margin-top: 20px;float: left;width: 100%;}
.google-maps_page_wpgmp_manage_extentions .fc-row:first-child{margin-top: 0px;}
#toplevel_page_wpgmp_view_overview .wp-submenu-wrap  li:last-child a{color:#f1c40f!important;}
.google-maps_page_wpgmp_manage_extentions .fc-row{margin-top: 20px;float: left;width: 100%;}
.google-maps_page_wpgmp_manage_extentions .fc-row:first-child{margin-top: 0px;}
.wpgmp_extentions_listing .fc-row{width:100%;float:left;}
.wpgmp_extentions_listing .view_all_extentions{ margin-top: 20px;text-align: center;margin: 0 auto;margin-top:35px;}
.all_extention_link{text-decoration:none;background: #212F3D;padding: 10px 20px;color:#f1c40f ;font-weight: bold;}
.all_extention_link:hover,.all_extention_link:focus,.all_extention_link:active{color:#f1c40f!important;}
.wpgmp_maps_preview {
    margin-left: 10px;
    font-weight: bold;
}

.fcdoc-product-info .fc-divider .fcdoc-flexrow{ width:100%;}
.list_premium_features .livedemo {
    background-color: #a13ad1;
}
.list_premium_features .buynow {
    background-color: #52ae59;
}

.list_premium_features .all_features{
    background-color: #17b3e4;
}
.flippercode-ui .tablenav{
    display: inline-block;
        margin: 0 0px 38px !important;
}
.pagination-links a{
    text-align: center;
    text-decoration: none;
    line-height: 22px;
    padding-bottom: 0px; 
}

.fc-danger a{color:#721c24!important;}

.buy_premium{
    margin: 0.2em 0;
    padding: 10px;
    margin-bottom: .8em;
}

.wpgmp_location_selection #select_all{margin-bottom:0px!important;margin-top:0px!important;}
.fc-main .checkbox label{font-size:13px;}

/*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;}
