@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";

.mr-10 {
  margin-right: 10px;
}
.ml-30 {
  margin-left: 30px;
}

@media screen and (min-width:1200px) {
	section.container { width: 1250px; }
}

@media screen and (max-width:1199px) {
	section.container { width: 100%; }
}

#filterTabMesa .searchbox{
	max-width: 555px;
    margin-left: 0px;
	margin-bottom: 30px;
}

#filterTabMesa .col-sm-6 > label {
	margin-bottom: 10px;
}

/* LOADER */

#mesa_loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0,0,0,0.12) url('/wp-content/uploads/2023/10/loader.gif') center center no-repeat;
  background-size: 8%;
}


/* FORM */

#filterTabMesa > .row {min-height: 420px;}

#dd-filter-form .ts-control {
  border: thin solid #0082c6;
  border-radius: 25px;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
}

#dd-filter-form .ts-control .item{
  max-width: 220px;
}

#dd-filter-form .ts-wrapper input {
  width:auto!important;
  height: auto!important;
}
#dd-filter-form div.ts-control div ~ input[aria-expanded="false"] {
  display: none!important;
}

#dd-filter-form .ts-control input[aria-activedescendant]:focus::placeholder
{
  color:#fff!important;
}

#dd-filter-form .ts-dropdown option {}


#dd-filter-form .ts-dropdown [data-selectable].option {
  font-weight: 500;
  padding: 2px 5px;
}


#dd-filter-form .form-control {
      border: thin solid #0082c6;
      border-radius: 25px;
      padding: 10px 30px 10px 30px;
      font-size: 15px;
    }

#dd-filter-form select  {
  text-transform: uppercase;
  color:#0082c6;
  font-size: 15px;
}

#investigators-ts-label {
	margin-top: -22px;
}

#dd-filter-form label[for="active-project"] {
	margin-top:8px;
	margin-bottom: 0;
}


.hero-section {
  background-color: #f5f5f5;
  padding: 100px 0;
  text-align: center;
}

.filter-content {
  display: none;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 50px;
  padding-bottom: 50px;
}

#filter_btn {
  background-color: #faa73f;
  color: #fff;
  font-weight: 400;
  padding: 5px 10px 3px 10px;
  cursor: pointer;
 }

#filter_btn:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  margin-right: 10px;
}

#filter_btn.active:after {
  content: "\f107";
}

#filter_btn img {
	max-width: 20px;
    margin-left: 10px;
}

#filter_btn.active {

}

#filterTabMesa {
	padding-top: 50px;
  background-color: #f5f5f5;
}

.btn-search {
  border-radius: 25px;
  border: thin solid #0082c6;
  padding: 10px 30px;
  color: #fff;
  background-color: #0082c6;
  font-size: 16px;
}

.btn-search:hover {
  color: #fff;
  background-color: #0082c6;
}

.btn-reset {
  cursor: pointer;
  color:#00b0da;
  margin-top: 20px;;
}
.btn-reset:hover {
  color:#0082c6;
}

.filter-content {
  display: none;
  padding: 20px;
}

.filter-content.show {
  display: block;
}

.progress-bar {
	max-width:130px;
}

.progress {
  height: 0.75rem !important;
  font-size: 0.5rem !important;
}


.progress-bar-custom {
  background-color: #337ab7;
  color: #fff;
}

.progress-bar-custom::after {
  content: attr(aria-valuenow) "%";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

input {
  font-family: "FontAwesome";
}

.box-mesa-style {
  font-size: 18px; /* Ajusta el tamaño de fuente */
  width: 315px; /* Ajusta el ancho del dropdown, un 15% más ancho que antes */
  height: 50px; /* Ajusta la altura del dropdown */
  padding: 10px; /* Ajusta el espaciado interno */
  border: 1px solid #ccc; /* Añade un borde para resaltar los elementos */
  border-radius: 5px; /* Añade esquinas redondeadas */
  /* Agrega más estilos aquí según tus necesidades */
}

.box-mesa-style select {
  font-size: 18px;
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.range-price {
  display: flex;
  align-items: center;
}
.range-price label {
  margin-right: 5px;
}
.range-price input {
  flex: 1;
  margin-right: 5px;
  padding: 5px;
  font-size: 16px;
  border: thin solid #0082c6;
  border-radius: 50px;
  text-transform: uppercase;
  color:#0082c6 !important;

}
.searchbox input::placeholder,  .range-price input::placeholder, #filterTabMesa label {
  color:#0082c6;
  font-size: 16px;
  text-transform: uppercase;
}

#filterTabMesa label.form-check-label {
  font-size: 14px;
  color: #000;
  text-transform: none;
  font-weight: 500;
}

.searchbox { margin-left: -15px;}
.searchbox input {
  padding: 10px 30px 10px 60px !important;
    color: #1d1d1b!important;
    background: url(https://mesa.gestortectic.com/wp-content/uploads/2022/11/Mesa-ico-search-blau-home.svg) no-repeat #fff;
    background-position: 10px center;
    background-size: 30px;
    border: thin solid #0082c6;
    margin-bottom: 20px!important;
}

.range-price select {
  margin-right: 5px;
}

#slider_container {margin: 11px;}

#filterTabMesa .noUi-connect {background-color: #0082c6;}
#filterTabMesa .noUi-handle {border-radius: 50%; width:28px; border-color:#0082c6;}
#filterTabMesa .noUi-horizontal .noUi-tooltip { bottom: -40px; color:#393939;}

#frm_submit {margin-top: 70px;}

/* Estilos CSS */
.funding-card {
  display: flex;
  align-items: normal;
}

h5.card-title {
  margin-top: 12px !important;
}

.allproject {
margin: 20px 0;

}

.allproject h2, #detail h2 {
  font-size: 38px !important;
  line-height: 1.2 !important;
  font-family: "Roboto Light" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #faa73f !important;

}

#detail {display: none; margin-bottom: 40px; padding-left: 30px;}

#title_detail { margin-left: 14px; max-width: 800px;}
#text_detail {}
#logo_detail {}

.funding-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.all-count-title {
  font-weight: bold !important;
  color: #282828 !important;
  text-transform: uppercase;
  font-size: 20px;
}

.funding-number {
  font-size: 50px;
  font-weight: bolder;
  color: #faa73f;
  padding-left:95px;
}


.active {font-weight: 500;}

#active-projects-count {padding-left: 85px; }

.lin-nar {
  height: 1px;
  width: 40px;
  background-color: #faa73f;
  padding-left:95px;
}

.card-text:after  {
  content: "";
  display: block;
  margin-top: 10px;
  border-bottom: thin solid #faa73f;
  max-width: 50px;
}


.maptrackborder {}

#map {
  width: 100%;
  height: 700px;
  display: block;
  margin-top: 10px;
}


.mapboxgl-ctrl-zoom-in::before, .mapboxgl-ctrl-zoom-out::before {
  display: none;
}

.mapboxgl-ctrl-compass {
  margin-top: 50px !important;
}

#active-projects {
    cursor: pointer;
}

.mapboxgl-ctrl-group {
   margin: 20px !important;
}


.mapboxgl-ctrl-compass {
	visibility: hidden !important;
	display: none !important;
}

.mapboxgl-ctrl-fullscreen{
	visibility: hidden !important;
    display: none !important;
}


#tooltip {
  position: fixed;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 7.5px;
  font-family: Arial;
  font-size: 16px;
  padding: 10px 15px;
  border: 2px solid #ccc;
  line-height: 1.5;
}

.list-scroll-container .tooltip,
.graph-container .tooltip {
  background: #ffffff;
  border-radius: 7.5px;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  padding: 10px 15px;
  border: 2px solid #ccc;
  line-height: 1.5;
}

.list-scroll-container .tooltip *,
.graph-container .tooltip * {
  background: #ffffff;
	color: #000;

}

.list-scroll-container .tooltip:before,
.graph-container .tooltip:before {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  bottom: 5px;
  border: 10px solid transparent;
  border-bottom: 0;
  border-top: 10px solid #000;
  transform: translate(-50%, calc(100% + 5px));
}

.list-scroll-container .tooltip-arrow,
.graph-container .tooltip-arrow{
	display: none;
}

#tooltip span {
  display: block;
}

body:hover #tooltip {
  opacity: 1;
  visibility: visible;
}

#tooltip:not(.show) {
  display: none;
}

#map-wrap {
  position: relative;
}

#map-meta {
  position: absolute;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  z-index: 9999;
  left: 10px;
  bottom: 40px;
  padding: 10px;
}

#map-meta h3 {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 17px;
  color: var(--awb-text-color);
}

#map-meta li {
  display: flex;
  align-items: center;
}

#map-meta ul {
  padding: 0;
  margin: 0;
}

#map-meta li .bg {
  height: 16px;
  width: 16px;
  margin-right: 7px;
}

/* MAPBOX */

.mapboxgl-ctrl-attrib-inner,
.mapboxgl-ctrl-attrib-button {
  display: none !important;
}
.border-map {
  /*border: 2px solid #282828;*/
}

#map {
  position: relative;
  height: 600px;
}
#legend {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: white;
  padding: 10px;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #555;
  z-index: 1;
  border: thin solid #ccc;
}
#legend_title {
  	font-weight: 600;
	text-decoration: underline;
}
.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.legend-color {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

/* LISTADO #faa73f } */

#three_list #three_projects {
    display: flex;
}

#three_list #three_fundings {
    display: none;
}

.switch_options {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.switch_options.bottom {
  justify-content: center;
  height: 32px;
}

.switch_options .switch_fs {
  border-radius: 25px;
}

.switch_options .switch_projects, .switch_options .switch_fundings {
  padding: 10px 25px;
  border: thin solid #FAA73F;
}

.switch_options .switch_projects {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.switch_options .switch_fundings {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.switch_options .switch_fs .active {
    color: #ffffff;
    background-color: #FAA73F;

}

.switch_options .switch_fs .inactive {
    color: #FAA73F;
}

.switch_options .switch_fs .separator {
    color: #ccc;
    display: none;
}

.check_institutions {
	margin-top: -2px;
}

.switch_ins {
  position: relative;
  font-weight: 500;
  padding-left: 17px;
	margin-top: 4px;
}

.switch_ins label {
  background-color: #fff;
  border: 1px solid #FAA73F;
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 25px;
}

.switch_ins label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.switch_ins input[type="checkbox"] {
  visibility: hidden;
}

.switch_ins input[type="checkbox"]:checked + label {
  background-color: #FAA73F;
  border-color: #FAA73F;
}

.switch_ins input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.switch_fs span, .switch_ins {
    cursor: pointer;
}

.switch_fs .separator {
    color:#0082c6;
    margin: 0 15px;
    font-size: 22px;
}

.switch_fs .active {
    color:#000;
  }

.switch_fs .inactive {
  color:#a09fa0;
}

.list-container {
  width: 45%;
}

.list-container h4 {
  padding-left: 5
  px;
}
.list-group-item {
  display: flex;
  align-items: center;
}

.list-group-item .progress {
  width: 150px;
  margin-right: 10px;
}

.show-more {
  cursor: pointer;
}

.list-container h4 {
  font-size: 20px!important;
  font-family: Roboto!important;
  font-weight: 500;
}

.column-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  width: 100%;
  height: 32px;
}

.styled-item {
	display: flex!important;
}

.list-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 66%;
  font-size:16px!important;
}

#three_list .list-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50%;
  font-size:16px!important;
}

#three_list  .list-container {
  width: 31%;
}

#recursos {
	padding-left: 50px;
}

.progress-bar {
  width: 150px;
  background-color: #d1d1d1;
  height: 20px;
  position: relative;
  margin: 0 10px;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  border-radius: 0px !important;
}

.progress-bar-inner {
  background-color: #faa73f;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.list-item-count {
  min-width: 50px;
  text-align: right;
  width: 3%;
  font-weight: 500;
  text-align: left;
}

.hidden-item {
  display: none;
}



/* STYLE LIST */
.project-info-item-list {
  color: #faa73f;
  font-weight: 800;
}

.project-title-list {
  color: #66b1db;
  margin-bottom: 1em !important;
  margin-top: 1.2em !important;
  font-weight: 900;
  font-size: 1.3rem;
  font-family: Roboto;
}

/*#dd-results-container {
  max-height: 1000px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 5px;
}

#dd-results-container::-webkit-scrollbar {
  width: 10px;
}

#dd-results-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#dd-results-container::-webkit-scrollbar-thumb {
  background: #faa73f;
}

// Thumb en hover
#dd-results-container::-webkit-scrollbar-thumb:hover {
  background: #faa73f;
}*/

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

.list-scroll-container {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 5px 10px;
}

.list-scroll-container::-webkit-scrollbar {
  width: 10px;
}

/* Estilo para la "pista" o "carril" en el que se mueve la barra de desplazamiento */
.list-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Estilo para el "pulgar" o "manija" de la barra de desplazamiento */
.list-scroll-container::-webkit-scrollbar-thumb {
  background: #faa73f;
}

/* Cambio de color al pasar el ratón */
.list-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.show_more {
  padding-top: 10px;
  color: #faa73f !important;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-top: 15px !important;
}

.show_more:hover {
  cursor: pointer;
}

.institution_link, .sep_list, .theme_link, .funding_link, .pi_link, .loc_link {
	font-size:15px;
}

.project-institutions-list .sep_list {
	font-weight: 500; color:#0082c6;
}

.themes-list {
	text-transform: uppercase;
}


.institution_link:hover, .theme_link:hover, .funding_link:hover, .pi_link:hover, .loc_link:hover, .research_link:hover  {
	cursor: pointer;
}

.project-institutions-list .pi_link:hover,
.project-institutions-list .funding_link:hover,
.project-institutions-list .loc_link:hover,
.project-institutions-list .institution_link:hover {
	text-decoration: underline;
}



#project_list { margin-top: 60px!important;}
#dd-results .post_container {margin:20px 0; transition: all 0.2s; display: flex;  }
#dd-results .post_container:hover {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
#dd-results .post_meta { min-width:170px; border-right: solid 10px #faa73f; min-height: 100%;  }
#dd-results .post_info { padding: 25px;}
#dd-results .post_info div {margin-bottom:10px;}
#dd-results .post_info .post_institutions a {color:#414042;}
#dd-results .post_info .post_institutions a:hover {text-decoration:underline;}
#dd-results .post_info .post_themes {font-weight:500; font-size:18px;}
#dd-results .post_info .post_link a { font-size: 18px; color:#0082c6;}
#dd-results .post_meta, #posts_wrapper .post_info {padding: 25px;}
#dd-results .post_dates {text-transform:uppercase; font-size:18px; line-height:29px; color:#faa73f;}

#pagination-container {margin-top: 60px;}

.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #faa73f;
	border-color: #faa73f;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #faa73f;
}

#mesa_buttons #csv, #mesa_buttons #xls, #mesa_buttons button {
	border-radius:25px; background-color: #fff; border: thin solid #faa73f; color: #faa73f;	padding: 7px 30px!important; margin-bottom: 25px; min-width: 200px;
}
#mesa_buttons #csv, #mesa_buttons #xls {margin-bottom: 20px; padding: 7px 33px!important; min-width:179px; }
#mesa_buttons #csv:hover, #mesa_buttons button:hover, #mesa_buttons #xls:hover { background-color: #faa73f; color:#fff;  }
#mesa_buttons #csv a, #mesa_buttons #xls a, #mesa_buttons button a {color: #faa73f;	}
#mesa_buttons #csv a:hover ,#mesa_buttons #xls a:hover, #mesa_buttons button a:hover {color: #fff;	}

#research_header .list-container .title_research  {margin-left: 5px; width: 61%;}

#research_header, #research_header .list-container {display: flex;}
#research_header h4 {margin: 0 0 10px;}
#research_list {
	margin-top: 80px;
    margin-bottom: 40px;
}

.area_projects .small_c {display: none!important;}



#research_projects  {
	display: flex;
}

.area_projects {
	max-height: 500px; overflow-y: auto;  overflow-x: hidden;
}


.area_projects::-webkit-scrollbar-thumb:hover {  background: #faa73f;}
.area_projects::-webkit-scrollbar {  width: 10px;}
.area_projects::-webkit-scrollbar-track {  background: #f1f1f1;}
.area_projects::-webkit-scrollbar-thumb {  background: #faa73f;}

#research_fundings {
	display: none;
}
#research_projects h4,
#research_fundings h4 {display: inline;}

#research_projects .title_research,
#research_fundings .title_research {
	margin: 0 73px 0 9px;display: inline-block;    min-width: 125px;
}

.graph-container { width: 55%; height: auto; }
.timeline_container { margin-top: 12px; width:100%; position: relative;height: auto;padding-bottom:25px;}
.timeline_inner {position: relative;}
.time_group {min-height: 26px; margin-top: 6px;position: relative;    display: flex;    flex-direction: column;    justify-content: center; cursor: pointer; }
.timeline_project {display: block;height: 10px; background-color: #0082c6; transition: top .2s,opacity .2s; position: absolute; opacity: 0.2;  pointer-events: none;}
.group-expand .timeline_project {position: relative;pointer-events: auto;opacity: 1; margin-top: 6px;}
.list_opaque{opacity:0.2;}
.project_no-end:after {
  content: " ";
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: -3px;
  background: url("/wp-content/uploads/2024/01/mesa-track-deep-dive-no-end-project.svg") center center no-repeat;
}
.timeline_container .tooltip {position: fixed;}

.timeline_x {position: absolute; top: 0;    bottom: 0;    width: 100%;    height: 100%;    z-index: -1;}

.axis_label {
	position: absolute;
    width: 40px;
    text-align: center;
    bottom: 5px;
    margin-left: -22px;
}

.years_x {
	position: relative;
	width: 55%;
    height: 35px;
	float: right;
}

.axis_tick {
	position: absolute;
    top: 0;
    bottom: 30px;
    border-left: 1px solid rgba(0,0,0,.25);
    width: 0;
}


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

	#research_header {display: none;}
	.area_projects .small_c {display: inline!important;}
	.years_x {width: 100%;}

	#research_projects .title_research, #research_fundings .title_research {margin: 0;}

	#dd-filter-form{
		padding: 0 15px;
	}

	#dd-filter-form .searchbox {

	}

	#dd-filter-form .ms-options-wrap, #dd-filter-form select {
    	  margin-bottom: 20px;
	}

	#dd-filter-form .mb-4 {
		margin-bottom: 0!important;
	}

	#filterTabMesa .col-sm-6 > label {
		margin-bottom: 10px!important;
		margin-top: 20px;
	}
    #filterTabMesa label[for="date_start"] {
    	margin-top:50px;
    }
	#cb_active {
		justify-content: center;
		margin-top: -230px;
        z-index:-1;
	}
	#frm_submit{
		margin-top: 40px;
		margin-left: 15px;
	}
  #dd-filter-form .form-check-input {
    margin-top: 7px;
  }

	#results {
		display: flex;
		flex-wrap: wrap;
	}

	.funding-number {
		padding-left: 14px;
		font-size: 35px;
	}
	#active-projects-count {
 	   padding-left: 4px!important;
	}

	.funding-card {
		padding-left: 0;
	}
	#recursos {
		padding-left: 12px;
	}
	#legend {
		left:10px;
		bottom: 10px;
	}
	.three_columns {
		flex-direction: column;
	}
	.three_columns .list-container{
		width:100%;
	}

	#dd-results .post_container {
		flex-direction: column-reverse;
        border-top: 3px solid #faa73f;
	}

	#dd-results .post_dates br {
		display: none;
	}

	#dd-results .post_dates br {
		padding-bottom: 10px;
	}

	#dd-results .post_meta {
		border:none;
		padding-top: 0;
	}
	.allproject h2 {
		margin-bottom: 0;
	}
	#dd-results-container {
		margin-bottom: 50px;
	}
	.graph-container {
		width: 100%;
		margin-top: 40px;
	}
	#switch_options {
		flex-direction: column;
		align-items: center;
	}
	#switch_options div {
		margin-top: 10px;
	}
	#map {
		margin-top: 30px;
        height: 400px
	}
}

/* POP UP DESCARGAS */

.ui-dialog {
  padding: 0!important;
}

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

.ui-dialog .ui-dialog-titlebar {
    background-color: #faa73f !important; /* Amarillo pastel claro */
    border-color: #faa73f !important;
    color: #FFF !important; /* Color de texto oscuro para contraste */
    font-weight: bold;
    padding: 10px;
    border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    border-width: 1px;
    border-color: #ccc;
    right: 8px;
}

.ui-dialog .ui-dialog-titlebar-close:before {
    content: "X";
    margin-top: -2px;
    display: block;
    text-align: center;
}

.ui-dialog .ui-dialog-titlebar-close:hover {

}

.ui-dialog-content {
  padding: 20px;
}

.ui-dialog-content .intro-section {
  text-align: center;
  margin: 25px auto 0 auto;
  max-width: 90%;
}

.ui-dialog-content .form-fields {
  max-width: 80%;
  margin: 0 auto;
}

.ui-dialog-content .form-fields label {
 color:#414042;
 font-size: 16px;
 margin-bottom: 5px;
 margin-top: 25px;
}

.ui-dialog-content .form-fields input {
  color:#0082c6;
  border-bottom-color: #00b0da;
  padding: 0;
}

.ui-dialog-content .form-fields textarea {
  color:#0082c6;
  border-bottom-color: #00b0da;
  padding: 0;
  height: 60px;
  width: 100%;
  margin-top: 5px;
}

.ui-dialog-content .form-fields textarea::placeholder {
   color:#0082c6;
}

.ui-dialog-content .form-fields #newsletter {
  margin-top: -4px;
  margin-right: 5px;
}

.ui-dialog-content .consent-section {
  max-width: 80%;
  margin: 0 auto;
}

.ui-dialog-content .consent-section .checkbox-field {
  display: flex;
}

.ui-dialog-content .consent-section #consent {
    position: relative;
    margin-right: 10px;
    top: -12px;
}

.ui-dialog-content .privacy-text {
  font-size: 12px;
  height: 65px;
  overflow: auto;
  margin-top: 10px;
  margin-left: 25px;
}

.ui-dialog-content .export-buttons .btn {
  background-color: #faa73f;
  border-color: #faa73f;
  min-width: 150px;
}

.ui-dialog-content .export-buttons {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
  min-width: 150px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none!important;
  text-align: center;

}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  background-color: #faa73f;
  border-color: #faa73f;
  color:#fff;
  border-style: none;
  padding: 6px 12px;
  border-radius: 5px;
}

.admin_export {display: none;}
.admin-bar .admin_export {display: inline-block;}
#export_form {min-width: 792px; min-height: 350px;}
