/* INDEX */
/*
1.  - T H R E E    L I S T
2.  - G L O B A L S    N U M B E R
3.  - A C T I V E    P R O J E C T S
4.  - T H R E E    L I S T
5.  - T H R E E    L I S T
6.  - T H R E E    L I S T
7.  - DOWNLOAD CSV

*/

@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%;
}

.loader {visibility: hidden;}

/* FORM */

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

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

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

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

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

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


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


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

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

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

#mtrack-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;
  background-color: #f5f5f5;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 50px;
  padding-bottom: 50px;
}

.filter-bar-mtrack {
  background-color: #f5f5f5;
  color: #faa73f;
  font-weight: 400;
  font-size: 28px;
  padding: 12px;
  cursor: pointer;
  z-index: 1;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.filter-bar-mtrack > .d-flex {
  max-width: 1200px;
  margin: 0 auto;
}

.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;
  background-color: #f5f5f5;
  padding: 20px;
}

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

.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;}
#detail h2 {margin-bottom: 5px;}
#detail h2 #alt_name {font-size: 21px;margin: 5px 0 0;}
#change_source {margin-left: 14px; margin-bottom: 40px;}
#change_source a {color:#414042;}
#change_source a.selected {font-weight: 500;}
#title_detail { margin-left: 14px; max-width: 800px;}
#text_detail {}
#logo_detail { max-height: 250px; margin: 20px auto; display: block; padding: 0 10px;}
#link_detail a {display: block; color:#0082c6;}
#orcid { margin-bottom: 30px;}
#ror_number { margin-top: -10px;}
#orcid a, #ror_number a {color:#0082c6; }
#ror_number a {font-size: 18px;}

#change_source {display: none;}

.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 {
	cursor: pointer;
}

#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%;
  display: block;
  margin-top: 10px;
  position: relative;
  height: 600px;
}



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

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

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

#mt_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;
  display:none;
  z-index:1000;
  position:absolute;
	top:0;
  }

#mt_tooltip * {
  background: #ffffff;
	color: #000;

}

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


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

#three_projects, #four_projects {
    display: flex;
}

#three_fundings, #four_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;
    font-weight: 400;
  }

.switch_fs .inactive {
  color:#a09fa0;
}

#three_projects .list-container, #three_fundings .list-container {
  width: 33%;
}

#four_projects .list-container, #four_fundings .list-container {
  width: 23%;
}

.list-container h4 {
  padding-left: 5px;
}

#four_projects .list-container h4, #four_fundings .list-container h4  {
  min-height: 44px;
  margin-bottom: 0;
}

.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: 38%;
  font-size:16px!important;
}

#four_projects .list-item-text, #four_fundings .list-item-text {
  width: 50%;
}

#four_projects .progress-bar {
  width: 32%;
}

#four_fundings .progress-bar {
  width: 25%;
}

#four_projects .list-item-count {
  width: 3%;
}

#four_fundings .list-item-count {
  width: 28%;
}


#recursos {
	padding-left: 50px;
}

.progress-bar {
  width: 150px;
  max-width: 36%;
  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: 30px;
  /*text-align: right;*/
  width: 3%;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

.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, .PIxC_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, .PIxC_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;}
#mtrack-results .post_container {margin:20px 0; transition: all 0.2s; display: flex;  }
#mtrack-results .post_container:hover {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
#mtrack-results .post_meta { min-width:170px; border-right: solid 10px #faa73f; min-height: 100%;  }
#mtrack-results .post_info { padding: 25px;}
#mtrack-results .post_info div {margin-bottom:10px;}
#mtrack-results .post_info .post_institutions a {color:#414042;}
#mtrack-results .post_info .post_institutions a:hover {text-decoration:underline;}
#mtrack-results .post_info .post_themes {font-weight:500; font-size:18px;}
#mtrack-results .post_info .post_link a { font-size: 18px; color:#0082c6;}
#mtrack-results .post_meta, #posts_wrapper .post_info {padding: 25px;}
#mtrack-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:200px; }
#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;	}


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

	#map {

		height: 450px;
	}

	#mtrack-filter-form{
		padding: 0 20px;
	}

	#mtrack-filter-form .searchbox {

	}

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

	#mtrack-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;
		z-index: 1;
		position: relative;
	}
    #mtrack-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%!important;
	}

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

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

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

	#mtrack-results .post_meta {
		border:none;
		padding-top: 0;
	}
	.allproject h2 {
		margin-bottom: 0;
	}
	#mtrack-results-container {
		margin-bottom: 50px;
	}

}

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