/*
*
* Dining Out For Life Plugin Stylesheet
*
*/
/* ==========================================================================
   Global
   ========================================================================== */
html {
  overflow-y: scroll; }

/* jQuery Validation */
.doflcoreInvalid {
  background: #ffcccc; }

.doflcoreValidated {
  background: #ccffcc; }

.doflcore_inputerror {
  clear: both;
  color: #FF0000;
  display: block;
  font-weight: bold; }

.doflcore-multiselect {
  width: 300px;
  height: 100px; }

/* ==========================================================================
   Templates
   ========================================================================== */
/* =Home page
----------------------------------------------- */
/* Map */
.doflcoreMapRibbon {
  background: transparent url("/wp-content/plugins/dofl-core/img/map/ribbon.png") no-repeat 0 0;
  display: block;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 9px; }

.doflcoreMapRibbon_m {
  background: transparent url("/wp-content/plugins/dofl-core/img/map/ribbon-medium.png") no-repeat 0 0;
  display: block;
  height: 22px;
  margin: 0;
  padding: 0;
  width: 12px; }

.doflcoreMapRibbon_l {
  background: transparent url("/wp-content/plugins/dofl-core/img/map/ribbon-large.png") no-repeat 0 0;
  display: block;
  height: 22px;
  margin: 0;
  padding: 0;
  width: 12px; }

#city-location-container,
#frontend-city-location-container {
  clear: both;
  margin: 0;
  padding: 0; }

#city-location-map {
  clear: both;
  display: block;
  height: 526px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 783px; }

#frontend-city-location-map {
  clear: both;
  display: block;
  height: 511px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 760px; }

.doflcoreMapRibbonTooltip {
  display: none;
  background-color: #ec1b3f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 4px #2d2d2d;
  box-shadow: 2px 2px 4px #2d2d2d;
  outline: 0px solid #000;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 9000; }
  .doflcoreMapRibbonTooltip h3.doflcoreMapRibbon_name {
    color: #fff;
    font-size: 12pt;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px 0; }
  .doflcoreMapRibbonTooltip h4.doflcoreMapRibbon_date {
    font-size: 10pt;
    color: #fff;
    padding: 0;
    margin: 0; }

/* Zip search results */
.search-results .form-group {
  width: 100%; }
  .search-results .form-group .form-control {
    width: 50%; }
  .search-results .form-group .btn-default, .search-results .form-group .btn-default:visited {
    background-color: #fff;
    border-color: #ccc;
    color: #2d2d2d; }
  .search-results .form-group .btn-default:hover {
    background-color: #ccc; }

.page-template-page-search_restaurants-php #search-pagi {
  text-align: center; }

/* =City Pages
----------------------------------------------- */
/* Home page */
.citypage .city-right-container {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  border: 1px solid #ccc;
  padding: 1em;
  text-align: center; }
  .citypage .city-right-container .city-info .citylogo {
    max-width: 100%;
    height: auto; }
  .citypage .city-right-container .city-info h2 {
    font-size: 1.4em;
    margin: 20px auto 4px;
    width: 80%; }
  .citypage .city-right-container .city-info h3 {
    margin-top: 0; }
  .citypage .city-right-container .city-info .city-donate {
    margin: 1em 0; }
  .citypage .city-right-container .city-info .city-video .videBox #DOFL30 {
    height: auto !important;
    width: 100% !important; }
.citypage .entry-content h2 {
  font-size: 1.5em; }
.citypage .entry-content h3 {
  font-size: 1.3em; }

/* Restaurant List */
#restContent_city {
  margin-top: 1em;
  width: 100%;
  background-color: #6a9e45;
  -webkit-border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
  -ms-border-radius: 14px 14px 0 0;
  -o-border-radius: 14px 14px 0 0;
  border-radius: 14px 14px 0 0;
  padding: .4em 2em;
  color: #fff; }
  #restContent_city ul#menu {
    list-style-type: none; }
    #restContent_city ul#menu li {
      display: inline-block;
      font-size: 1.2em;
      margin-bottom: 0;
      width: 12%; }
      #restContent_city ul#menu li a.closeme:hover .dofl_columns,
      #restContent_city ul#menu li .dofl_columns {
        display: none; }
      #restContent_city ul#menu li.filterby {
        text-align: right;
        width: 10.5%; }
      #restContent_city ul#menu li.region .dofl_columns .col_1:nth-child(5) {
        padding-right: 0; }
      #restContent_city ul#menu li.cuisine .col_1:nth-child(8) {
        padding-right: 0; }
      #restContent_city ul#menu li.meals:hover .dofl_columns {
        width: 100%;
        left: 0; }
      #restContent_city ul#menu li.close-filters {
        display: none; }
      #restContent_city ul#menu li.sort {
        text-align: right;
        width: 24%; }
      #restContent_city ul#menu li.sorter {
        width: auto; }
        #restContent_city ul#menu li.sorter .form-control {
          display: inline-block; }
      #restContent_city ul#menu li a {
        color: #fff;
        text-decoration: none;
        font-weight: 600; }
        #restContent_city ul#menu li a.btn-success {
          font-weight: 500;
          background-color: #76b04d; }
          #restContent_city ul#menu li a.btn-success .glyphicon {
            top: 3px; }
      #restContent_city ul#menu li:hover a.btn-success {
        background-color: #fff;
        color: #6a9e45;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        border-bottom: 0; }
      #restContent_city ul#menu li:hover .dofl_columns {
        display: block;
        background-color: #fff;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
        border-radius: 14px;
        border: 1px solid #ccc;
        left: -5%;
        padding: 0.5em 1em 0  1em;
        position: absolute;
        width: 110%;
        z-index: 9; }
        #restContent_city ul#menu li:hover .dofl_columns .col_full {
          width: 100%; }
          #restContent_city ul#menu li:hover .dofl_columns .col_full p {
            color: #000;
            font-size: 0.8em; }
            #restContent_city ul#menu li:hover .dofl_columns .col_full p input[type="checkbox"] {
              margin: 0 0.4em 0 0; }
          #restContent_city ul#menu li:hover .dofl_columns .col_full h2 {
            font-size: 1.2em;
            margin: 0 0 0.3em 0;
            padding-bottom: 0.3em;
            border-bottom: 1px solid #ccc; }
        #restContent_city ul#menu li:hover .dofl_columns .col_1 {
          color: #000;
          display: inline-block;
          font-size: 0.8em;
          width: auto;
          padding-right: 1em;
          vertical-align: top; }
          #restContent_city ul#menu li:hover .dofl_columns .col_1 p {
            font-size: 0.9em; }
            #restContent_city ul#menu li:hover .dofl_columns .col_1 p input[type="checkbox"] {
              margin: 0 0.4em 0 0; }
          #restContent_city ul#menu li:hover .dofl_columns .col_1 a {
            color: #4275e9;
            display: block; }
            #restContent_city ul#menu li:hover .dofl_columns .col_1 a:hover {
              color: #1a56de; }

/* List of Restaurants */
#restContent_cityTable {
  width: 100%; }
  #restContent_cityTable .tablesorter-headerRow > th {
    background-color: #c3d9ff;
    white-space: nowrap; }
  #restContent_cityTable .tablesorter-headerRow th.sorter-false h3:after {
    content: "" !important; }
  #restContent_cityTable .tablesorter-headerRow th.tablesorter-header h3:after {
    content: "\f0dc";
    font-family: FontAwesome;
    margin: 0 0 0 0.4em; }
  #restContent_cityTable .tablesorter-headerRow th.tablesorter-headerAsc:first-child h3:after {
    content: "\f15d";
    font-family: FontAwesome;
    margin: 0 0 0 0.4em; }
  #restContent_cityTable .tablesorter-headerRow th.tablesorter-headerDesc:first-child h3:after {
    content: "\f15e";
    font-family: FontAwesome;
    margin: 0 0 0 0.4em; }
  #restContent_cityTable .tablesorter-headerRow th.tablesorter-headerAsc h3:after {
    content: "\f162";
    font-family: FontAwesome;
    margin: 0 0 0 0.4em; }
  #restContent_cityTable .tablesorter-headerRow th.tablesorter-headerDesc h3:after {
    content: "\f163";
    font-family: FontAwesome;
    margin: 0 0 0 0.4em; }
  #restContent_cityTable .tablesorter-headerRow h3 {
    color: #4275e9;
    font-size: 1.2em;
    margin: .2em 0; }
    #restContent_cityTable .tablesorter-headerRow h3 .glyphicon {
      font-size: 0.86em;
      color: #fff; }
  #restContent_cityTable tr.restaurantListing > td {
    white-space: nowrap;
    font-size: 0.96em; }
    #restContent_cityTable tr.restaurantListing > td:first-child, #restContent_cityTable tr.restaurantListing > td:last-child {
      white-space: normal; }
    #restContent_cityTable tr.restaurantListing > td:last-child {
      padding: 4px 5px; }
      #restContent_cityTable tr.restaurantListing > td:last-child .btn {
        font-size: 0.86em;
        line-height: 1;
        padding: 4px 10px; }

/* Restaurant details popup */
.restaurant-details {
  font-size: 0.96em;
  padding: 2em;
  text-align: left; }
  .restaurant-details button.close {
    margin: -16px 0 0 696px;
    position: absolute;
    z-index: 999999; }
  .restaurant-details header {
    border: 0;
    margin-bottom: 1em; }
    .restaurant-details header .restaurantdetails-name h2 {
      margin-top: 0;
      font-size: 1.5em; }
    .restaurant-details header .restaurantdetails-address {
      margin: 0.4em 0; }
    .restaurant-details header .restaurantdetails-phone {
      margin: 0.4em 0; }
    .restaurant-details header .restaurantdetails-mapslink {
      margin: 0 0 0.4em 0; }
    .restaurant-details header .restaurantdetails-social {
      color: #4275e9;
      margin: 0.4em 0; }
    .restaurant-details header .restaurantdetails-url {
      margin: 0.4em 0; }
    .restaurant-details header .restaurantdetails-addthis .well-sm {
      margin-bottom: 0.8em;
      max-width: 300px;
      padding: 6px; }
      .restaurant-details header .restaurantdetails-addthis .well-sm .col-xs-6 {
        color: #6a9e45;
        font-weight: 700;
        padding: 0; }
    .restaurant-details header .restaurantdetails-logo {
      padding-right: 4.2em; }
      .restaurant-details header .restaurantdetails-logo img {
        display: block;
        margin: 0 auto;
        max-height: 130px; }
  .restaurant-details .modal-content {
    border: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .restaurant-details .modal-content ul.restaurantdetails-detailslist {
      list-style-type: none;
      margin-bottom: 0;
      padding: 0; }
      .restaurant-details .modal-content ul.restaurantdetails-detailslist li {
        display: inline-block;
        margin-bottom: 0.2em;
        padding-right: 0.8em;
        vertical-align: top;
        width: 32%; }
        .restaurant-details .modal-content ul.restaurantdetails-detailslist li .restaurantdetails-detailslist-label {
          color: #6a9e45;
          font-weight: 700; }
    .restaurant-details .modal-content .restaurantdetails-description .thumbnail {
      padding: 1em; }
    .restaurant-details .modal-content .addthis_toolbox {
      margin-bottom: 1em; }
    .restaurant-details .modal-content .restaurantdetails-googlemap {
      height: 240px;
      width: auto; }

/* Volunteer Form */
label.rest_picks {
  padding-left: 0;
  padding-right: 0; }

/* Sidebars */
#dofl-sidebar-items .semantic-content .modal-close:after {
  margin-left: 486px; }
#dofl-sidebar-items #sponsors .modal-dialog {
  text-align: center;
  padding: 1em;
  width: 900px; }
  #dofl-sidebar-items #sponsors .modal-dialog .doflcore_restaurantSponsor_levelContainer {
    margin-bottom: 2em; }
    #dofl-sidebar-items #sponsors .modal-dialog .doflcore_restaurantSponsor_levelContainer h3 {
      margin: 0;
      font-size: 1.3em; }
    #dofl-sidebar-items #sponsors .modal-dialog .doflcore_restaurantSponsor_levelContainer img {
      display: inline-block;
      margin: 1em 0.5em 0 0.5em;
      max-height: 120px;
      max-width: 180px; }
    #dofl-sidebar-items #sponsors .modal-dialog .doflcore_restaurantSponsor_levelContainer:last-child img {
      max-height: 100px;
      max-width: 140px; }

/* ==========================================================================
   Admin styles
   ========================================================================== */
/* Admin Tabs */
.doflcore-tabs-global-wrapper {
  padding: 0 0 25px 0; }

.doflcore-tabs-global-wrapper .doflcore-tabs-global-container {
  border: 0px; }

.doflcore-tabs-global-wrapper .doflcore-tabs-global-container ul.doflcore-tabs-global-list {
  background: transparent;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #eee;
  border-left: 0px; }

.doflcore-tabs-global-wrapper .doflcore-tabs-global-container ul.doflcore-tabs-global-list li {
  font-size: 12px;
  font-weight: bold; }

.doflcore-tabs-global-wrapper .doflcore-tabs-global-container ul.doflcore-tabs-global-list li a {
  padding: 3px 5px; }

#doflcore_city_homepage {
  height: 400px; }

#doflcore-list-name {
  width: 200px; }

#doflcore-list-price, #doflcore-list-menu,
#doflcore-list-type, #doflcore-list-is_active {
  width: 125px; }

#doflcore-list-actions {
  width: 175px; }

.doflcore-icon-menu-types {
  display: inline-block;
  height: 12px;
  margin: 0 5px 0 0;
  width: 12px; }

/* Icons */
#doflcore-icon-dashboard {
  background: transparent url("/wp-content/plugins/dofl-core/img/doflcore_32px_color.png") no-repeat 0 0; }

#doflcore-icon-cities {
  background: transparent url("/wp-content/plugins/dofl-core/img/doflcore_32px_city_color.png") no-repeat 0 0; }

#doflcore-icon-regions {
  background: transparent url("/wp-content/plugins/dofl-core/img/doflcore_32px_region_color.png") no-repeat 0 0; }

#doflcore-icon-restaurants {
  background: transparent url("/wp-content/plugins/dofl-core/img/doflcore_32px_restaurant_color.png") no-repeat 0 0; }

#doflcore-icon-sponsors {
  background: transparent url("/wp-content/plugins/dofl-core/img/doflcore_32px_sponsor_color.png") no-repeat 0 0; }

#doflcore-icon-menu-items {
  background: transparent url("/wp-content/plugins/dofl-core/img/doflcore_32px_color.png") no-repeat 0 0; }

/* Menu Layout */
#doflcore-menu-container {
  background: #eee;
  border: 2px solid #bbb;
  padding: 0;
  overflow: hidden;
  width: 602px; }
  #doflcore-menu-container #doflcore-menu-col1 {
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 2px solid #bbb;
    float: left;
    padding: 5px;
    width: 290px; }
  #doflcore-menu-container #doflcore-menu-col2 {
    border: 0px;
    float: right;
    padding: 5px;
    width: 290px; }

.doflcore-menu-add-header {
  width: 100%;
  padding: 2px 5px 2px 0px; }
  .doflcore-menu-add-header a, .doflcore-menu-add-header a:active, .doflcore-menu-add-header a:link, .doflcore-menu-add-header a:visited {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
    background-color: #6a9e45;
    display: block;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
    margin: 0 auto;
    height: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    width: 200px; }
    .doflcore-menu-add-header a a:hover, .doflcore-menu-add-header a:active a:hover, .doflcore-menu-add-header a:link a:hover, .doflcore-menu-add-header a:visited a:hover {
      background: #006400; }

ul.doflcore-menu-col-list {
  margin: 0;
  padding: 0;
  cursor: move; }
  ul.doflcore-menu-col-list li {
    display: block;
    margin: 0 0 10px 0;
    padding: 0; }

.doflcore-menu-col-header-name {
  background: #bbb;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin: 10px 0 2px 0;
  padding: 0 10px 0 10px;
  width: 268px;
  /* borders */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.doflcore-menu-col-header-list-item-container {
  background: #eee;
  border-left: 2px solid #2d2d2d;
  margin: 0 0 5px 10px;
  padding: 0 0 0 10px; }

.doflcore-menu-col-header-list-item-name,
.doflcore-menu-col-header-list-item-desc,
.doflcore-menu-col-header-list-item-price,
.doflcore-menu-col-header-list-item-types {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  width: 240px; }

.doflcore-menu-col-header-list-item-name {
  font-weight: bold;
  font-size: 12px; }

.doflcore-menu-col-header-list-item-desc {
  color: #2d2d2d;
  font-size: 10px;
  line-height: 14px; }

.doflcore-menu-col-header-list-item-del-btn {
  color: #FF0000;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
  text-decoration: none; }
  .doflcore-menu-col-header-list-item-del-btn:hover {
    color: #000; }

.doflcore-dragtosort {
  cursor: move; }

/* Buttons */
.doflcore-form-city-restaurant-enabled {
  width: 100%; }

.disabled_generic_page {
  background: #FF0000 !important;
  border-color: #cc0000 !important; }

.html-text-btn {
  position: absolute;
  right: 32px;
  z-index: 500; }

/* Page Editor */
.wp-editor-area {
  color: #000 !important; }

/* City Sections/Tabs */
.doflcore-city-restaurants-content,
.doflcore-city-sponsors-content {
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden; }

.doflcore-city-restaurants-content .doflcore-city-restaurants-content-list,
.doflcore-city-sponsors-content .doflcore-city-sponsors-content-list {
  float: left;
  clear: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 0; }

.doflcore-city-sponsors-content .doflcore-city-sponsors-content-list {
  width: 50%; }

.doflcore-city-restaurants-content .doflcore-city-restaurants-content-details,
.doflcore-city-sponsors-content .doflcore-city-sponsors-content-details {
  width: 50%;
  float: right;
  clear: right;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }

.doflcore-city-sponsors-content .doflcore-city-sponsors-content-details .doflcore-city-sponsors-form {
  background: #eee;
  display: none;
  padding: 20px;
  position: relative;
  left: -1px;
  z-index: 10;
  text-align: left;
  /* borders */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.doflcore-list-global-handle {
  width: 27px; }

.doflcore-list-global-ct {
  width: 150px; }

.doflcore-list-global-actions {
  width: 100px; }

.doflcore-city-restaurant-link,
.doflcore-city-sponsor-link {
  display: block;
  width: 100%;
  margin: 0;
  padding: 4px 7px 2px 4px; }

.doflcore-city-restaurant-link-select,
.doflcore-city-sponsor-link-select {
  background: #eee;
  font-weight: bold; }

.doflcore-no-margin-padding {
  margin: 0;
  padding: 0; }

.doflcore-hide-this {
  display: none; }

.form-table-restaurant,
.form-table-sponsor {
  border-collapse: collapse;
  margin-top: 0;
  width: 100%;
  margin-bottom: 0;
  clear: both; }

.doflcore-city-sponsors-content-details {
  padding: 0 0 50px 0; }

.doflcore-city-sponsor-sorthandle,
.doflcore-city-sponsor-single-sorthandle {
  background: transparent url("/wp-content/plugins/dofl-core/img/doflcore_16px_sortable.png") no-repeat 0 0;
  margin: 4px 7px 2px 4px;
  padding: 0;
  overflow: hidden;
  height: 16px;
  width: 16px;
  text-indent: -9000px;
  display: block; }

.doflcore-city-sponsor-single-droplocation {
  display: block;
  height: 100px; }

.sponsor-single-list-container {
  background: #eee;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 10px;
  /* borders */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.sponsor-single-list-label {
  width: 65px;
  display: inline-block;
  font-weight: bold; }

.sponsor-single-list-container-sorthandle {
  float: left;
  padding: 0 5px 0 0; }

.sponsor-single-list-logo-container {
  float: left;
  padding: 0 5px 0 0; }

.sponsor-single-list-details {
  float: left; }

.doflcore-note {
  clear: both;
  font-size: 10px;
  color: #666;
  line-height: 110%; }

.cuisine_label {
  width: 175px;
  text-align: left; }

.cuisine_radio {
  overflow: hidden;
  width: 125px; }
  .cuisine_radio input {
    float: left;
    margin: 0 10px 0 0;
    width: auto; }

.doflcore-multi-note {
  display: block;
  font-size: 10px;
  color: #666;
  clear: both; }

.restaurant-logo-container-image {
  width: 100%;
  height: auto; }

.doflcore-restaurant-row th,
.doflcore-restaurant-row td {
  padding-top: 5px; }

.doflcore_ajax_messages-err {
  width: 100%;
  height: auto;
  border: 2px solid #ec1b3f;
  background: #ffcccc;
  clear: both;
  margin: 0 0 15px 0;
  padding: 2px 5px 2px 5px;
  font-weight: strong; }

.doflcore_ajax_messages-suc {
  width: 100%;
  height: auto;
  border: 2px solid #6a9e45;
  background: #ccffcc;
  clear: both;
  margin: 0 0 15px 0;
  padding: 2px 5px 2px 5px;
  font-weight: strong; }

.doflcore-status .doflcore-status .doflcore-success {
  width: 100%;
  height: auto;
  border: 2px solid #6a9e45;
  background: #ccffcc;
  clear: both;
  margin: 0 0 15px 0;
  padding: 2px 5px 2px 5px;
  font-weight: strong; }
.doflcore-status .doflcore-status .doflcore-error {
  width: 100%;
  height: auto;
  border: 2px solid #ec1b3f;
  background: #ffcccc;
  clear: both;
  margin: 0 0 15px 0;
  padding: 2px 5px 2px 5px;
  font-weight: strong; }

.doflcore_city_list_5columns .doflcore_city_col_1:last-child {
  border-right: 0px; }

/* custom editor styles */
.my_meta_control .customEditor {
  margin: 15px 6px;
  border: 1px solid #bbb; }

.my_meta_control .customEditor textarea {
  border: 0; }

#post-body .my_meta_control .customEditor .mceStatusbar a.mceResize {
  top: -2px; }

.doflcore_mediaButtons {
  cursor: default;
  padding: 8px 8px 0; }
  .doflcore_mediaButtons a {
    cursor: pointer;
    padding: 0 0 5px 10px; }

.doflcore_editorTabToolbar {
  position: relative;
  top: -3px; }

.doflcore_edButtonHtml,
.doflcore_edButtonPreview {
  background-color: #eee;
  border-color: #eee #eee #bbb;
  color: #999;
  margin-right: 15px;
  height: 18px;
  margin: 5px 5px 0 0;
  padding: 4px 5px 2px;
  float: right;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -khtml-border-top-right-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.doflcore_edButtonHtml {
  margin-right: 15px; }

.delete_generic_page {
  background: #890B0B;
  border-color: #890B0B; }

.disabled_generic_page {
  background: #890B0B;
  border-color: #890B0B; }

.city-location-remote {
  margin: 0 auto;
  text-align: center;
  width: 80%; }

.doflcore-doflcoreTableContainer {
  clear: both;
  display: block;
  margin: 15px 0 0 0; }

.doflcore_checkbox_label {
  overflow: hidden; }

.doflcore_checkbox_label input {
  float: left;
  display: inline-block;
  margin: 5px 5px 0 0; }

.doflcore_checkbox_label p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  color: #000; }

.doflcore_restaurantMap {
  width: auto; }

.doflcore_restaurantMap img {
  float: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0; }

#doflcore-importexport-table {
  width: 100%; }

#doflcore-importexport-table .doflcore-importexport-col {
  width: 50%; }

/* File sharing */
.doflcore-sharing-list {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0; }

.doflcore-sharing-list .doflcore-sharing-list-file {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 10px 0 10px 0;
  position: relative;
  width: 748px; }

.doflcore-sharing-list .doflcore-sharing-list-file:last-child {
  border: none; }

.doflcore-sharing-list .doflcore-sharing-list-file .doflcore-sharing-list-file-photo {
  float: left;
  height: auto;
  margin: 0 10px 0 0;
  overflow: hidden; }

.doflcore-sharing-list .doflcore-sharing-list-file .doflcore-sharing-list-file-photo img {
  height: auto;
  width: 150px; }

.doflcore-sharing-list .doflcore-sharing-list-file .doflcore-sharing-list-file-content {
  height: auto;
  overflow: hidden;
  width: auto; }

.doflcore-sharing-list .doflcore-sharing-list-file .doflcore-sharing-list-file-content h2 {
  padding: 0 0 5px 0; }

.doflcore_restaurantSort_1 {
  float: left; }

.doflcore_restaurantSort_2 {
  color: #FFF;
  float: right; }

#doflcore-tabs-pages-wrap {
  position: relative; }

#doflcore-tabs-pages-wrap #doflcore-tabs-add {
  position: absolute;
  top: 6px;
  right: 4px;
  display: block;
  z-index: 9000;
  list-style: none;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
  border: 1px solid lightGrey;
  background: #E6E6E6;
  line-height: 1.3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

#doflcore-tabs-pages-wrap #doflcore-tabs-add a,
#doflcore-tabs-pages-wrap #doflcore-tabs-add a:active,
#doflcore-tabs-pages-wrap #doflcore-tabs-add a:link,
#doflcore-tabs-pages-wrap #doflcore-tabs-add a:visited {
  padding: 3px 5px;
  font-size: 12px;
  display: block;
  font-weight: bold;
  color: #555;
  font-family: Verdana,Arial,sans-serif;
  text-decoration: none; }

.doflcore_editorContainer iframe,
.doflcore_editorArea {
  height: 340px; }

#doflcore-tabs-pages .doflcore-tabs-global-list {
  padding-right: 30px; }

/* close button positioned on upper right corner */
.simple_overlay .close {
  background-image: url(/wp-content/themes/dofl/images/close.png);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 35px;
  width: 35px; }

/* ==========================================================================
   Responsive styles
   ========================================================================== */
/* ipad landscape */
@media screen and (max-width: 1024px) {
  #restContent_city ul#menu li.filterby {
    width: 14%; }
  #restContent_city ul#menu li.sort {
    width: 20%; }

  #restContent_cityTable .tablesorter-headerRow h3 {
    font-size: 1.05em; }

  #restContent_city ul#menu {
    padding: 0.4em 0em; }
    #restContent_city ul#menu li.filterby {
      font-size: 1em;
      width: 10%; }
    #restContent_city ul#menu li.region:hover .dofl_columns {
      left: -230px;
      width: 940px; }
    #restContent_city ul#menu li.cuisine:hover .dofl_columns {
      left: -230px;
      width: 940px; }
    #restContent_city ul#menu li.close-filters {
      display: inline-block;
      padding: 0 0 0 0.4em;
      width: 13%; }
      #restContent_city ul#menu li.close-filters a.closeme {
        color: #000;
        font-weight: normal;
        font-size: 0.8em; }
    #restContent_city ul#menu li.sort {
      font-size: 1em;
      width: 11%; }

  /* ipad portrait */ }
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #restContent_city ul#menu {
    padding: 0; }
    #restContent_city ul#menu li {
      width: 19%; }
    #restContent_city ul#menu li.filterby {
      width: 16%; }
    #restContent_city ul#menu li.close-filters {
      padding: 0 0 0 0.2em;
      width: 20%; }
    #restContent_city ul#menu li.sort, #restContent_city ul#menu li.sorter {
      display: none; }
    #restContent_city ul#menu li.region:hover .dofl_columns {
      left: -200px;
      width: 660px; }
    #restContent_city ul#menu li.cuisine:hover .dofl_columns {
      left: -200px;
      width: 660px; } }
@media screen and (max-width: 1024px) {
  #restContent_cityTable tr.restaurantListing > td {
    font-size: 0.8em;
    white-space: normal; }

  .restaurant-details {
    font-size: 1.2em; }

  #dofl-sidebar-items .semantic-content .modal-close:after {
    margin-left: 330px; }
  #dofl-sidebar-items #sponsors .modal-dialog {
    width: 730px; } }

/*# sourceMappingURL=style.doflcorebase.css.map */
