/* Global */
.hidden {
  display: none !important;
}

/* SOCIAL */
.operator-social-media {
  text-align: left;
}

/*FLASH MESSAGE AND STATUS*/

.flash-message,
.flash-message-login,
#message-box-session,
#message-box-success,
#message-box-error,
#message-box-notice {
  color: white;
  text-align: center;
  padding: 10px 0px 10px 0px;
  margin-top: 0px;
  background-color: white;
}
.flash-message-login, .flash-message-login #message-box-notice {
  color: #FF0000;
  padding: 0;
}

.logged-out-view .flash-message,
.logged-out-view #message-box-success,
.logged-out-view #message-box-error,
.logged-out-view #message-box-notice {
  background-color: transparent;
}
.operators-lists .x-grid3-header-offset, .operators-lists .x-grid3-header-inner{
  width: 100% !important;
}
.user-notes-list .x-grid3-cell-inner a{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.flash-message.error,
#message-box-error,
#message-box-session {
  background-color: #a94442;
}

p.error {
  color: #a94442;
  text-align: center;
}

ul.errors,
ul.error {
  color: #a94442;
}

.flash-message.success,
#message-box-success {
  background-color: #3c763d;
}

.flash-message.info,
#message-box-notice {
  background-color: #035c9f;
}

/*CRM*/

.crm-button #crm-sync,
.crm-button.crm-already-sync #crm-not-sync {
  display: none;
}

.crm-button #crm-pending {
    display: none;
}

.crm-button #crm-not-sync,
.crm-button.crm-already-sync #crm-sync {
  display: block;
}

/*DOD*/

.dod-bar-not-bought {
  width: 10px;
  background-color: #a94442;
}

.dod-bar-bought {
  width: 10px;
  background-color: #3c763d;
}

.dod-bar-expired {
  width: 10px;
  background-color: #f07414;
}

/* SEARCH */
.search-bar-input {
  border-radius: 4px;
}

.search.btn.btn-invisible.visible {
  border-color: #e8e8e8;
  background-color: #fff;
}

.search.btn.btn-primary,
.search.btn.btn-primary > * {
  color: #fff;
}

.search.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 6px;
}

.search-col {
  padding: 5px 2px;
}

.SearchCountrySelection > .search.dropdown-menu {
  display: none;
}

.SearchCountrySelection.open > .search.dropdown-menu {
  display: block;
}

.search.dropdown-menu {
  z-index: 2;
  position: absolute;
  min-width: 200px;
  color: #333;
  background-color: #fff;
  border: 1px solid #8c8c8c;
  text-align: left;
  border-radius: 5px;
}

.search.dropdown-menu li {
  padding: 10px 15px;
  cursor: pointer;
}

.search.dropdown-menu li:hover {
  background: #e6e6e6;
  border: 1px solid #adadad;
}

.search.dropdown-menu li a {
  width: 100%;
}

.search-filters-closemark,
.search-sort-closemark {
  display: block;
  text-align: right;
  cursor: pointer;
}
.search-filters .label-case {
    margin: 0 0 20px;
}
@media (min-width: 992px) {
  .search-panel > .inner {
    padding: 20px; }
  /*Can't group both, we need to override the default value*/
  .search-panel.left-panel {
    width: 80%;
    height: fit-content;
    min-height: 350px;
    max-height: 500px;
    left: 10%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .search-panel.right-panel {
    width: 80%;
    height: fit-content;
    min-height: 350px;
    max-height: 500px;
    right: 10%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .search-panel .border-separation {
    border-left: 2px solid lightgrey;
  }

}
.search-filters .actions-form {
  border-top: none;
}

@media (max-width: 992px) {
  .search-filters-closemark,
  .search-sort-closemark {
    display: none;
  }
}

/*LIST*/

.custom-checkbox-select-all {
    padding: 0 30px 4px 30px;
    border-bottom: 1px solid #e8e8e8;
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
}
.search-panel .custom-checkbox input + .alias {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%205v14H5V5h14m0-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2z%22%20fill%3D%22%23e8e8e8%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.search-panel .custom-checkbox input:checked + .alias {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%20%20fill%3D%22%23035c9f%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.search-panel .custom-checkbox input[type="radio"] + .alias {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208z%22%20fill%3D%22%23e8e8e8%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.search-panel .custom-checkbox input[type="radio"]:checked + .alias {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%207c-2.76%200-5%202.24-5%205s2.24%205%205%205%205-2.24%205-5-2.24-5-5-5zm0-5C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208z%22%20fill%3D%22%23035c9f%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media (max-width: 768px) {
  .custom-checkbox-select-all {
    padding: 0 13px 4px 13px;
  }}
.custom-checkbox-select-all.dod {
  padding: 20px 40px;
}

.selection-required:disabled {
  opacity: 0.2;
  pointer-events: none;
}

.disabled {
  opacity: 0.2;
  pointer-events: none;
}

.ui-dialog .hidden {
  display: none;
}

.title-bar {
  border: none;
}
@media (min-width: 768px) {
  .title-bar {
    display: table;
    width: 100%;
    height: 80px;
  }

  .title-bar .actions,
  .title-bar .breadcrumb {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
  }

  .results-operator-info .title-bar .actions,
  .results-operator-info .title-bar .breadcrumb,
  .results-operator-edit .title-bar .actions,
  .results-operator-edit .title-bar .breadcrumb {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
  }

  .results-operator-info .title-bar .actions .btn-label,
  .results-operator-edit .title-bar .actions .btn-label {
     font-size: 12px;
     font-weight: 600;
  }

  .title-bar .actions {
    text-align: right;
  }

  body > div.container > div.title-bar > div.actions > a:nth-child(1) > span

  .title-bar a + a {
    margin-left: 50px;
  }
}

.result-search-view-list {
  width: 100%;
}

/* EXPORT */

.modal-body .title {
  background-color: #122b3c;
  border-bottom: 2px solid #122b3c;
  padding: 10px;
  text-align: center;
  color: #ffffff;
}

.modal-body p.active {
  border-color: #122b3c;
  box-shadow: inset 0 0 10px #999;
  cursor: default;
}

.modal-body p.active b {
  color: #122b3c;
}

.modal-body p.operatorExportContacts,
.modal-body p.operatorExportFormat {
  margin: 8px 30px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
}

/*MISCELLANEOUS*/

a > span,
button,
.notecontent {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.calendar_event .form-date-column {
  padding-left: 0px;
  padding-right: 5px;
}
.calendar_event .form-time-column {
  padding-left: 0px;
  padding-right: 5px;
}
.calendar_event .form-time-column input, .calendar_event .form-date-column input{
  text-align: center;
}
.calendar_event {
  padding-top: 0px;
}
.calendar_event .group-vertical{
  margin-top: 5px;
  margin-bottom: 5px;
}

#badge.inactive {
  display: none;
}

.fancybox-skin {
  background: #f2f2f2;
}

.operator-links-title {
  margin-top: 10px;
}

a.tooltip {
  outline: none;
  text-decoration: none;
}
a.tooltip:hover {
  text-decoration: none;
}
a.tooltip span {
  z-index: 10;
  display: none;
  overflow: visible;
  text-overflow: initial;
  max-width: none;
  padding: 5px 5px;
  margin-top: 25px;
  border-radius: 4px;
}
a.tooltip:hover span {
  display: inline;
  position: absolute;
  border: 1px solid #ddd;
  background: white;
}

.operator-social-media a.tooltip:hover span {
  color: black;
  font-size: 12px;
}

.operator-social-media .material-icons {
  font-size: 18px;
  color: #122b3c;
}

.fancybox-content {
  border-radius: 4px;
}

.full-center {
  position: absolute;
  top: 50%;
  left: 50%;
}

i > .form-control-underline.edit-mode {
  font-style: italic;
  color: #b3b3b3;
}

.operator-subtitle {
  font-style: italic;
  font-size: 10px;
}

.inline-modal {
  padding: 0px;
  max-width: 80%;
  max-height: 80%;
  display: none;
}

.ui-dialog.top {
  z-index: 999999;
}

.form-group .tooltip > i.material-icons {
  margin-left: 10px;
  font-size: 15px;
}

.salesforce-grid-link {
  display: inline-block;
  width: 26px;
  height: 18px;
  background: url('/images/icons/salesforce18.png') no-repeat;
  text-indent: -9999px;
  font-size: 1px;
}

.dataTables_empty {
  padding: 10%;
  text-align: center;
}

.new-search-icon {
  border-right: solid 1px #b3b3b3;
  margin-right: 20px;
}

#streetView {
  background-color: #e8e8e8;
  width: 100%;
  height: 143px;
}

#displayMap {
  background-color: #e8e8e8;
  width: 100%;
  height: 500px;
}

.center {
  text-align: center;
  margin: 10px;
}

.btn-nostyle {
  border: none;
  background-color: transparent;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.reverse-table th {
  color: darkslategray;
}

.reverse-table a {
  text-decoration: none;
  color: #2377b9;
}

.reverse-table th:last-child {
  text-align: center;
}

.white-table {
  background-color: white;
  border-radius: 5px;
}

.submarketToggle {
  margin: 5px;
  cursor: pointer;
}

#recap {
  margin: 20px;
}

.highcharts-container {
  -webkit-border-radius: 0.5em;
}

.full-width-center {
  width: 100%;
  text-align: center;
}

.actions-menu {
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
}
.actions-menu a {
  display: table-cell;
  vertical-align: middle;
}
.actions-menu a:nth-child(1) {
  text-align: left;
}
.actions-menu a:nth-child(2) {
  text-align: right;
}

#contenuTitle {
  font-size: 18px;
  width: 100%;
  border-bottom: solid 1px #d0d0d0;
  margin: 20px 0px;
    /*
        buttons got a 15px padding left and right
        to adjust the contenuTitle width to them
        we take off 30px to the width limit
    */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
} @media (min-width: 768px) {
  #contenuTitle {
    max-width: 750px;
  }
} @media (min-width: 992px) {
  #contenuTitle {
    max-width: calc(970px - 30px);
  }
} @media (min-width: 1200px) {
  #contenuTitle {
    max-width: calc(1170px - 30px);
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  line-height: 1.5;
  font-weight: inherit;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover {
  color: #333;
}

.geo-form-title {
  text-transform: uppercase;
  color: #122b3c;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  margin: 20px 0px;
}
.query-geo-address-radius-index label {
  font-weight: 600;
  font-size: 14px;
}

#poi-gmap {
  width: 100%;
  height: 300px;
}

#treeToggleCollapse {
  margin-left: 40px;
}

#treeToggleCollapse .actionCollapse,
#treeToggleCollapse.expanded .actionExpand {
  display: none;
}

#treeToggleCollapse.expanded .actionCollapse {
  display: inline;
}

.geo-table {
  width: 100%;
}
.geo-table td {
  text-align: center;
  float: left !important;
}

.full-page-message {
  margin: 25%;
  text-align: center;
}

.gmap-legend-controls {
  position: absolute;
  top: 65px;
  left: 10px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.gmap-legend-controls.large {
  width: 75%;
}
.gmap-legend-controls a {
  display: table;
  margin: 10px;
}

select.form-control.default {
  font-style: italic;
  color: #b3b3b3;
}
select.form-control option {
  font-style: normal;
  font-weight: 600;
  color: #475c66;
  background-color: #ffffff;
  height: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.share-edit-owner .custom-select select.form-control option:not(.sublevel) {
  font-style: normal;
  font-weight: bold;
}
.share-edit-owner .custom-select select.form-control option.sublevel {
  font-style: italic;
}
.share-edit-owner .custom-select:after {
  top: 5px;
}
.group-vertical {
  margin-top: 25px;
  margin-bottom: 25px;
}

.group-horizontal {
  margin-left: 25px;
  margin-right: 25px;
}

/*MARKET FILTER - OLD CSS*/

#marketFilters-categories h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

#marketFilters-categories a.marketFilters-category {
  background-color: #ddd;
  color: #79797a;
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 7px 12px;
  position: relative;
}

#marketFilters-categories a.marketFilters-category:hover {
  text-decoration: none;
  background-color: #d3d3d3;
  color: #035c9f;
}

#marketFilters-categories a.marketFilters-category.active {
  background-color: #bbb;
  color: #035c9f;
}

#marketFilters-categories a.marketFilters-category span.badge {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #79797a;
  border-radius: 3px;
  position: absolute;
  right: -8px;
  margin-top: 1px;
}
#marketFilters-categories a.marketFilters-category:hover span.badge,
#marketFilters-categories a.marketFilters-category.active span.badge {
  background-color: #035c9f;
}

#marketFilters-categories a.marketFilters-category span.badge.empty {
  display: none;
}

.marketFilters-table {
  margin-top: 60px;
  margin-left: 60px;
  width: 100%;
}

.treeBox tbody {
  vertical-align: middle;
}
.treeBox td, .treeBox tr {
  vertical-align: inherit;
  height: 20px;
}

.marketFilters-table .standartTreeRow span,
#geoSelection .standartTreeRow span,
#queryFiltersForm .standartTreeRow span {
  font-size: 11px;
}

.marketFilters-table .containerTableStyle table {
  margin-top:  5px !important;
}
.form-group {
  margin-bottom: 10px;
}
.form-group label{
  display: inline-flex;;
  align-items: center;
  justify-content: center;
  height: 20px;
}
#geoSelection .container label{
  display: inline-flex;;
  align-items: center;
  justify-content: center;
  height: 20px;
}
#geoSelection .container label input[type=checkbox], .form-group label input[type=radio] {
  margin: 0 5px 0 0;
}
.form-group label input[type=checkbox], .form-group label input[type=radio] {
  margin: 0 5px 0 0;
}
.marketFilters-table .containerTableStyle {
  margin-bottom:  10px ;
}
/*NEWS*/

#news-title {
  font-size: 18px;
  width: 100%;
  border-bottom: solid 1px #d0d0d0;
  margin-top: 20px;
  margin-bottom: 10px;
}

#news-date,
.italic {
  font-style: italic;
  margin-bottom: 5px;
  color: #b3b3b3;
}

/*EXPORT LOADER - OLD CSS*/

.loader {
  padding: 0;
  margin: auto;
  width: 206px;
  height: 13px;
  border: 1px solid #000;
  background-color: #fee;
  font-size: 1px;
}

.loadingTime {
  margin: auto;
  width: 206px;
  text-align: right;
  font-size: 0.8em;
}

.done {
  margin: 0;
  margin-left: -7px;
  width: 0%;
  height: 100%;
  background: url(/images/ajax-loader.gif) no-repeat left;
  font-size: 1px;
}

/*GRID EXT JS MODERN - OLD CSS**/

div.gridbox_modern table.hdr {
  background: transparent url(/images/layout/navbar.png) repeat-x scroll 0 0;
}

div.gridbox_modern table.hdr td {
  color: #666666;
}

div.gridbox_modern table.obj tr.rowselected td {
  background-color: #eeeeee;
}

div.gridbox_modern table.obj .even tr.rowselected td {
  background-color: #ffffff;
}

.grid-multi div.gridbox_modern table.obj tr.rowselected td {
  background-color: inherit;
}

.grid-multi div.gridbox_modern table.obj tr.grid-selected td {
  background-color: #cfe2fc;
}

div.gridbox_modern span {
  vertical-align: top;
}

/**/

ul#entries {
  background-color: white;
  text-align: left;
  border-radius: 5px;
  margin-top: 1px;
}

#entries li {
  padding: 2%;
  display: block;
  border-bottom: solid 1px #e9e9e9;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}

.search-panel {
  overflow-y: scroll;
  overflow-x: hidden;
}

.label-case {
  text-transform: uppercase;
  font-size: large;
  color: #023f6e;
  margin: 20px 0px;
  /*border-bottom: 1px solid #ddd;*/
  width: 100%;
}

.a-label {
  vertical-align: super;
}

.fancybox-content {
  max-width: 80%;
  max-height: 80%;
  margin: 0;
}

#global-search-tags {
  text-align: left;
}
@media (max-width: 992px) {
  #global-search-tags {
    margin-bottom: 5px;
  }
}

#global-search-input {
  text-transform: uppercase;
}
#global-search-input:focus {
  border-color: transparent;
}

.global-search-tag {
  text-transform: uppercase;
  background-color: white;
  display: inline-block;
}

/*FIND API*/

.operatorFindList .operatorFind {
  font-weight: lighter;
  border-radius: 5px;
  padding: 5px;
}

.operatorFindList .operatorFind a.getOperatorInfo {
  color: inherit;
  display: block;
  text-decoration: none;
}

.operatorFindList .operatorFind a.getOperatorInfo:hover {
  color: #63965e;
}

.operatorFindList .operatorFind:nth-child(odd) {
  background-color: #efefef;
}

.operatorFindList .operatorFindSlide {
  display: none;
  overflow: auto;
}

.operatorFindList .operatorFindInfo {
  float: left;
  font-size: 10px;
  max-height: 150px;
  overflow-y: auto;
  width: 250px;
  padding: 10px;
}

.operatorFindList .operatorFindAction {
  float: right;
  font-size: 12px;
  padding: 10px;
}

.operatorFindList .operatorFindAction p {
  margin: 15px;
}

.btn-blue:link,
.btn-blue:visited {
  background-color: #5877b7;
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}

.btn-grey,
.btn-grey:link,
.btn-grey:visited {
  background-color: #a5a5a5;
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}

.alias.vpn-key:before,
.alias.vpn-key:before {
  font-family: 'Material Icons';
  content: 'vpn_key';
  color: #035c9f;
  position: relative;
}

.alias.keyfind-zipcode:before {
  font-family: 'Material Icons';
  content: 'markunread_mailbox';
  color: #035c9f;
  position: relative;
}

.geoSelect li {
  line-height: 2;
}

.inline-link {
  border: 0;
  vertical-align: baseline;
  padding: 0;
}

#geolimitation {
  display: none;
}

.query-nav {
  padding-top: 10px;
  text-align: right;
}
.query-nav a.btn {
  margin-left: 10px;
  font-size: inherit;
}
.query-nav a.btn-secondary {
  background-color: #fff;
  border-color: #ccc;
}


#queryFiltersForm .dropdown-toggle {
  float: left;
  margin-right: 15px;
  font-weight: 600;
}
#queryFiltersForm .dropdown-toggle-comment,
#queryFiltersForm .dropdown-toggle-comment * {
    font-size: 12px;
}
#queryFiltersForm .dropdown-menu>li>a {
  font-weight: 600;
}

.ChartTitle {
    color: #02619d;
}

@media (min-width: 992px) {
  .wrapper-results-search-content {
    display: flex;
    flex-flow: row nowrap;
  }
  .wrapper-results-search-content .template-col {
    display: block !important;
  }
}

/*
  ############################################################
  E2F_ContactForm BLOCK -------------------------------------- */

.E2F_ContactForm {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.E2F_ContactForm .form-group {
  position: relative;
  width: 100%;
}

.E2F_ContactForm label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
}

.E2F_ContactForm__subject,
.E2F_ContactForm__email,
.E2F_ContactForm__message {
  width: 100%;
}

.E2F_ContactForm input,
.E2F_ContactForm textarea {
  margin-left: 60px;
  width: calc(100% - 60px);
}

.E2F_ContactForm textarea {
  border-color: grey;
  margin-top: 5px;
}

.E2F_Contact .E2F_Contact__submit {
  max-width: 800px;
  padding: 0 30px;
  margin: 0 auto;
}

.E2F_Contact .E2F_Contact__submit input {
  background-color: #00ac4e;
  transition: background-color 250ms ease-out;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  padding: 6px 12px;
  line-height: 1.42857;
  border-radius: 4px;
  cursor: pointer;
}

.E2F_Contact .E2F_Contact__submit input:hover,
.E2F_Contact .E2F_Contact__submit input:active {
  background-color: #008a3e;
}

@media (max-width: 768px) {
  .E2F_ContactForm label {
    position: relative;
    display: block;
    line-height: 1.2;
  }
  .E2F_ContactForm input,
  .E2F_ContactForm textarea {
    margin-left: 0px;
    width: 100%;
  }
}
/* --------------------------------------------------------- */

#divList.postalCodes .rowList {
    display: inline-block;
    padding: 0 5px 10px 5px;
}

.options-bar .material-icons.white {
  color: #fff;
}
#searchFiltersClose.material-icons {
  color: white;
}
@media (max-width: 767px) {
  .main-header-panel.no-padding {
    padding: 0;
  }
}

#search-module .search-bar {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 6px;
}
#search-module .tag {
  margin: 0 0 5px 5px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search-module .SearchWho {
  width: calc(100% - 106px);
}
#search-module .SearchCountrySelection {
  width: 100px;
}
#search-module .SearchWhere {
  width: calc(100% - 212px);
}
#search-module .SearchWhere > input {
  width: auto;
}
#search-module .SearchAroundMe {
  width: 100px;
}
#search-module .SearchAroundMe .btn-label {
  display: none;
}
#search-module .SearchSubmit {
  width: 100px;
}
#search-module .InputMultipleSelection {
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  box-sizing: border-box;
  min-height: 60px;
  margin-bottom: 6px;
}
#search-module .InputMultipleSelection input,
#search-module .InputMultipleSelection input:focus,
#search-module .InputMultipleSelection input:active {
  border: none;
  box-shadow: none;
  height: auto;
  width: 100%;
  padding: 0 0 0 10px;
}
#search-module .InputMultipleSelection input::-ms-clear {
  display: none;
}
#search-module ul#entries {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media (max-width: 768px) {
  #search-module .SearchWho {
    width: 100%;
  }
  #search-module .SearchCountrySelection {
    width: 80px;
  }
  #search-module .SearchWhere {
    width: calc(100% - 86px);
  }
  #search-module .SearchAroundMe {
    width: calc(50% - 3px);
  }
  #search-module .SearchSubmit {
    width: 100%;
  }
  #search-module .InputMultipleSelection input,
  #search-module .InputMultipleSelection input:focus,
  #search-module .InputMultipleSelection input:active {
    max-width: 100%;
    min-height: 32px;
  }
  #search-module .SearchSubmit {
    width: calc(50% - 3px);
  }
}

@media (min-width: 1200px) {
  #search-module .SearchWho {
    width: calc(100% - 166px);
  }
  #search-module .SearchCountrySelection {
    width: 160px;
  }
  #search-module .SearchWhere {
    width: calc(100% - 332px);
  }
  #search-module .SearchAroundMe {
    width: 160px;
  }
  #search-module .SearchAroundMe .btn-label {
    display: inline;
  }
  #search-module .SearchSubmit {
    width: 160px;
  }
}#countrySelect .legend {
  margin-bottom: 5px;
}

/*
  ############################################################
  Table count element ---------------------------------------- */
  .datas-table th,
  .datas-table td {
    font-size: 11px;
  }

  .datas-table tfoot td {
    border-bottom: none;
    font-weight: 700;
  }

  .results-market-potential-index .datas-table td:last-child, .datas-table th:last-child {
    text-align: center;
  }

  @media (min-width: 992px) {
    #tablecount th,
    #tablecount td {
      border-bottom: none;
      font-size: 14px;
    }
    #tablecount td {
      font-weight: normal;
    }
    #tablecount th>a {
      font-weight: 700;
    }
    #tablecount td>a {
      font-weight: 600;
    }
    #tablecount tbody {
      border-top: 1px solid #999;
      border-bottom: 1px solid #999;
    }
    #tablecount tbody tr:not(:first-child) {
      border-top: 1px solid #e5e5e5;
    }
    .reverse-table th,
    .reverse-table td {
      font-size: 14px;
    }
  }
  .table-count-refresh {
    margin-top: 8px;
    height: 40px;
  }


  /* --------------------------------------------------------- */

.ui-maxwidth-layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
} @media (min-width: 768px) {
    .ui-maxwidth-layout {
        max-width: 750px;
    }
} @media (min-width: 992px) {
  .ui-maxwidth-layout {
    max-width: 970px;
  }
} @media (min-width: 1200px) {
  .ui-maxwidth-layout {
      max-width: 1170px;
  }
}
.ui-margin-bottom-10 {
    margin-bottom: 10px;
}

#countrySelect .legend {
  margin-bottom: 5px;
}


  legend.no-margin-bottom {
    margin-bottom: 0;
  }
  .E2F_Comments {
    margin-top: 15px;
  }
  .E2F_Comments .comment {
    font-size: 10px;
    font-weight: 200;
  }

/*
  ############################################################
  Custom Home page ---------------------------------------- */
.user-home-index {
    background: #122b3c;
}
.user-home-index .main-header {
    background: transparent;
}
.user-home-index .E2F_Wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column;
}
.user-home-index .E2F_HomeSearch {
  flex: 1;
  flex-direction: column;
}

.user-home-index .E2F_HomeBottomContent {
  display: none;
  flex: 1;
  background: #f2f2f2;
}

@media (min-width: 768px) {
  .user-home-index .E2F_HomeBottomContent {
    display: block;
  }
}

.main-header-bg {
  background: url(../assets/images/homepage-header-bg.jpg) 50% 12% no-repeat;
  background-size: cover;
}

/*
  ############################################################
  Mobile Menu ----------------------------------------------- */
.nav-pages-list {
  display: block;
  border: none;
}
.nav-pages-list li {
  background: none;
  border: none;
}
.nav-pages-list .homepage-nav-item .material-icons {
  color: #fff;
}
.nav-pages-list .homepage-nav-item > a {
  /* substract the icon and margin width to align horizontally the button text */
  margin-left: -36px;
  padding: 8px 6px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 350ms ease-out;
  transition: border-color 350ms ease-out;
}
.nav-pages-list .homepage-nav-item > a:hover {
  border-color: #fb7844;
  color: #fff;
}
.nav-pages-list .homepage-nav-item > a::after {
  display: none;
}

@media (min-width: 768px) {
  .nav-pages-list {
    display: none;
  }
}
/* --------------------------------------------------------- */

@media (max-width: 767px) {
  .main-header-panel.no-padding {
    padding: 0;
  }
}
.main-menu-list {
  padding-right: 60px;
}
.main-menu-item:not(.no-margin) + .main-menu-item {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .main-menu-list {
    padding-right: 0px;
  }
  .main-menu-item:not(.no-margin) + .main-menu-item {
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
    .options-bar:not(.edit-bar-control) > ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }
  .options-bar:not(.edit-bar-control) li {
    display: flex;
    justify-content: center;
  }
}
/* class for a base weight for buttons */
.btn-base-weight {
  font-weight: 700;
}

.caret-margin {
  margin-right: 25px;
}

.query-filter-tooltip {
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #475c66;
}

.bg-warning {
  background-color: #fcf8e3;
}
.content-margin {
  margin-top: 10%;
  padding: 20px;
}
.paragrah-margin {
  margin-bottom: 10px;
}

.gauge-datatable {
  width:100px; height:50px;
  display: inline-block;
}
.gauge-datatable svg {
  top: -20px !important;
  overflow: visible !important;
}

.tab-content-gauges {
  background-color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.tab-content-gauges .gauge {
  height: 100px;
  display: table-cell;
}

.result-search-view-list .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}


/*
  ############################################################
  Data Observer Card ~> "Review IQ" --------------------------
*/
#data-observer-tab {
  margin: -40px !important;
}

#data-observer-tab iframe {
  width: 100%;
  height: 700px;
}

.selectCountries .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}

#legend-filters {
  text-align: left;
}

.datas-simple-list .value-history {
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
  background: none;
  border: none;
}

#history-logs-tab ul.dash-list, #history-logs-modal ul.dash-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
}
#history-logs-tab ul.dash-list > li:before, #history-logs-modal  ul.dash-list > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
#history-logs-tab .list-history-items, #history-logs-modal .list-history-items {
  margin: 10px 25px 25px 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

#history-logs-tab .floating-portrait, #history-logs-modal .floating-portrait {
  position: relative;
}
#history-logs-tab .right-portrait, #history-logs-modal .floating-portrait {
}
#history-logs-tab .vertical-line, #history-logs-modal .vertical-line {
  border-left: 2px solid #b3b3b3;
  height: 100%;
  margin-left: calc(50% - 1px);
  margin-top: 2px;
  left: 50%;
}
#history-logs-tab .left-content, #history-logs-modal .left-content {
  padding: 0 20px;
}

.history-logs-loader {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
  justify-content: center;
}
.pagination .page-link {
  position: relative;
  display: block;
  padding: 7px 10px;
  margin-left: -1px;
  color: #035c9f;
  background-color: #fff;
  border: 1px solid #035c9f;
}
.pagination .page-link.current {
  color: #fff;
  background-color: #035c9f;
}
.pagination li:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.field-history-button .material-icons{
  font-size: 20px;
  padding-bottom: 4px;
}
.list-history-items .dash-list > li > strong > ul {
  list-style-type: disc;
  margin-left: 20px;
  vertical-align: top;
  display: inline-block;
}