#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;
}

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

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

.toplevel_page_wpomp_view_overview .wpomp-overview a {
    color: #3498DB;
    text-decoration: none;
}

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

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

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

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

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

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

.wpomp-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="wpomp_google_map_data_table_length"],
div.dataTables_length select[name="wpomp_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%;
    }

    #wpomp_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;
    }


}

.wpomp_location_selection h4 {
    float: left;
}

.wpomp_location_selection select {
    float: right;
    color: #000000;
}

.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;
    }

    .wpomp_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;
}

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

.fc-title-blue {
    color: rgba(0, 0, 0, .58);
    border-left: solid 1px #e9b604;

}

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

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

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

.wpomp_key_required a {
    color: #dddddd;
    text-decoration: underline;
}

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

.choose_image,
.remove_image {
    margin-top: 0px;
      margin-bottom: 10px;
    border-radius: 0px;
    border: none;
    padding: 10px 30px;
    width: auto !important;
    margin-left: 10px !important;
    border-radius: 3px;
}
.choose_image:hover,
.remove_image:hover {
    opacity: 0.8;
}
.choose_image{
    background:#17b3e4 ;
}

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

.wpomp-color-schema {
    display: inline-block;
    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 *****/

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

}

.wpomp-rating br {
    display: none;
}

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

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

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

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

}

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

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

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

/* hover previous stars in list */

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

.fc-infowindow-default .wpomp_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;
}

.wpomp_maps_preview,
.wpomp_mapsquest_preview {
    margin-left: 10px;
    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;
}

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

/* New css for backend skins */

.fc-draw-msg{
    position: static;
    display: block;
}
.drawing-color-picker-stroke .wp-picker-holder,
.drawing-color-picker-stroke .wp-picker-input-wrap{
    position: absolute;
    z-index: 50;
}
.drawing-color-picker-stroke .wp-picker-clear{
    background: #0682c9 !important;
    border: 1px solid #11497b !important;
    color: #fff !important;
    text-align: center;
    min-height: 26px;
    line-height: 2.18181818;
    padding: 0 8px;
    font-size: 11px;
    cursor: pointer;
}
.drawing-color-picker-stroke .wp-picker-input-wrap label{
    margin: 0px;
}



.fc-component-content .fc-featured-hoverdiv {
    position: relative;
    float: left;
    width: 100%;
}

.fc-component-content .fc-featured-hoverinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    transition: all 0.5s ease;
    opacity: 0;
}

.fc-component-content .fc-featured-hoverdiv:hover .fc-featured-hoverinner {
    opacity: 1;
}

.fc-featured-hoverinner a {
    text-decoration: none;
    box-shadow: none;
}

.fc-featured-hoverinner .facebook {
    background: url(../images/facebook.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px;
}

.fc-featured-hoverinner .twitter {
    background: url(../images/twitter.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px;
}

.fc-featured-hoverinner .map {
    background: url(../images/map.png) no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 5px;
}

.wp-picker-container .wp-color-result.button{
    border: solid 1px #C6D1DC;
}

.copy_to_clipboard:focus{
    box-shadow: none;
    outline: none;
}

.fc-form-group .dataTables_length select{
    width: auto;
    float: none;
}


.wpomp_infowindow.fc-infowindow-fano .fc-item-meta,
.wpomp_infowindow.fc-item-fano .fc-item-meta,
.wpomp_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: 20px;
    top: 20px;
    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;
}

.wp-picker-container .wp-color-result.button {
    border: solid 1px #C6D1DC;
}

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

.wpomp_check_key+span.wpomp_maps_preview, .wpomp_mapquest_btn+span.wpomp_mapsquest_preview, .wpomp_bingmap_btn+span.wpomp_bingmap_preview{
    margin-left: 0px;
    display: block;
}

.wpomp_bingmap_preview, .wpomp_mapsquest_preview, .wpomp_maps_preview{
    font-weight: bold;
}

.fc-main input[type="text"], .fc-main input[type="email"], .fc-main input[type="password"], .fc-main input[type="tel"], .fc-main input[type="search"], .fc-main textarea, .fc-main select {
    float: left;
    padding: 8px 10px;
    border-radius: 4px;
    border: solid 1px #C6D1DC;
    box-shadow: none;
    color: rgba(0,0,0,.57);
    width: 100%;
    margin: 0px 0 0px 0;
    transition: all 0.4s ease 0s;
}

.wpomp_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;
}

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

.wpomp_location_selection #select_all, .wpomp_location_selection h4 {
    margin: 10px 0px;
}

.bulkactions select {
    border: 1px solid #C6D1DC !important;
    border-radius: 4px;
    padding: 0 24px 0 8px;
    padding-right: 48px !important;
    width: auto;
}
