html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: GilroyMedium;
  src: url("/font/Gilroy-Medium.otf");
}

html body {
  width: 100%;
  padding-top: 145px;
  font-family: GilroyMedium;
  height: 100%;
}

html body #wrap {
  height: auto !important;
}

html body #footer {
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

#login {
  background: #fff url('/img/fondo-login.jpg') bottom no-repeat;
  background-size: 100%;
}

.navbar-default {
  background-color: white;
  border-bottom: 6px solid #8F8784;
  font-family: GilroyMedium;
}

.navbar-default .navbar-nav > li > a {
  color: #3b3b3b;
  font-size: 14px;
  line-height: 70px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #E63851;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: transparent !important;
  color: #E63851 !important;
}

.navbar-default .dropdown-menu {
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: -5px 5px 5px 0px #d1d1d1;
  -moz-box-shadow: -5px 5px 5px 0px #d1d1d1;
  box-shadow: -5px 5px 5px 0px #d1d1d1;
  padding: 0px;
}

.navbar-default .dropdown-menu li {
  background: #E8EBE7;
}

.navbar-default .dropdown-menu li a {
  padding: 10px 20px;
}

.navbar-default .dropdown-menu li a:hover {
  background: #185EE5;
  color: white;
}

.navbar-default .dropdown-menu .divider {
  margin: 0px;
  background: #d6d6d6 !important;
}

.navbar-default .navbar-brand {
  padding: 5px 15px;
}

.navbar-default .navbar-brand img {
  max-height: 85px;
}

.navbar-default .glyphicon-log-out {
  color: #E53935;
}

.navbar-default a:hover .glyphicon-log-out {
  color: #B71C1C;
}

.logo-home {
  margin: 0 auto 80px auto;
}

a.img-profile {
  display: inline-block;
  border-radius: 50%;
}

a.img-profile .profile-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-photo-update {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-buttons {
  margin: 35px 0px;
}

.home-buttons a {
  width: 80%;
  font-size: 20px;
  padding: 10px 20px;
  margin-bottom: 25px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  display: block;
}

.home-buttons a i {
  margin-right: 12px;
}

h2.titulos {
  border-bottom: 2px solid #8F8785;
  margin-bottom: 30px;
}

h2.titulos img {
  position: relative;
  bottom: 9px;
}

#loading {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #2d2d2d;
  z-index: 10000000;
  opacity: 0.5;
  filter: alpha(opacity=40);
}

#loading .sk-circle {
  width: 40px;
  height: 40px;
  position: relative;
}

#loading .sk-circle .sk-child {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}

#loading .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

#loading .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

#loading .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

#loading .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#loading .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

#loading .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

#loading .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#loading .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

#loading .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

#loading .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

#loading .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

#loading .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

#loading .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

#loading .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

#loading .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

#loading .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

#loading .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

#loading .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

#loading .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

#loading .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

#loading .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

#loading .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

#loading .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

input {
  background: #DADADC;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px;
  padding: 10px;
  font-weight: 600;
}

input:focus {
  outline: none;
}

input::placeholder {
  color: #7b7b7b;
}

input[type='file'] {
  background: none;
  padding: 8px 0px;
}

select {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-color: #777;
  font-weight: 600;
  padding: 5px;
  margin-right: 10px;
}

.boton {
  cursor: pointer;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px;
  background: #185EE5;
  color: white;
  font-weight: 500;
  margin-top: 20px;
}

.boton:hover, .boton:focus {
  background: #467eea;
  color: white;
  text-decoration: none;
  outline: none;
}

.botonCopy {
  cursor: pointer;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px;
  background: #185EE5;
  color: white;
  font-weight: 500;
  margin-top: 20px;
}

.botonCopy:hover, .botonCopy:focus {
  background: #467eea;
  color: white;
  text-decoration: none;
  outline: none;
}

.boton img {
  margin-right: 5px;
}

.boton-img {
  padding: 10px 15px 10px 10px;
}

.flash-notice {
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.bg-danger {
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.bg-success {
  margin-top: 20px;
}

.enabled {
  color: #5cb85c;
}

.disabled {
  color: #d9534f;
}

.copyright {
  font-style: italic;
  font-weight: 500;
  color: #b3b3b3;
  margin-top: 50px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #185EE5;
  padding: 2px;
  border: none;
  box-shadow: none;
}

.dataTables_wrapper {
  display: none;
  margin-top: 30px;
  font-weight: 600;
}

.dataTables_wrapper label {
  font-weight: 600;
}

.dataTables_wrapper input[type='search'], .dataTables_wrapper select {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-color: #777;
}

.dataTables_wrapper select {
  margin: 0px 5px;
}

.dataTables_wrapper .dt-responsive {
  border: none;
  font-weight: 500;
  font-family: GilroyMedium;
}

.dataTables_wrapper .dt-responsive th, .dataTables_wrapper .dt-responsive td {
  text-align: center;
  vertical-align: middle;
}

.dataTables_wrapper .dt-responsive thead {
  background: #DBDBDB;
}

.dataTables_wrapper .dt-responsive > thead > tr > th:first-child {
  border-top-left-radius: 10px;
  border-left-width: 0px;
}

.dataTables_wrapper .dt-responsive > thead > tr > th:last-child {
  border-top-right-radius: 10px;
  border-right-width: 0px;
}

.dataTables_wrapper .dt-responsive > thead:first-child > tr:first-child > th {
  border-color: #8A8A8A;
}

.dataTables_wrapper .dt-responsive > tbody > tr:nth-of-type(odd) {
  background-color: #E1E5D7;
}

.dataTables_wrapper .dt-responsive tr td:first-child {
  border-left: none;
}

.dataTables_wrapper .dt-responsive tr td:last-child {
  border-right: none;
}

.dataTables_wrapper .dt-responsive .label {
  font-size: 90%;
  font-weight: 600;
  cursor: pointer;
}

.dataTables_wrapper .dt-responsive a:focus {
  outline: none;
}

.dataTables_wrapper .dt-responsive tfoot th {
  border: none !important;
  padding-top: 15px !important;
}

.dataTables_wrapper .dt-responsive tfoot th select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.dataTables_wrapper .table-bordered > tbody > tr > td {
  border-color: #8A8A8A !important;
}

.dataTables_wrapper .table-bordered > tbody > tr:last-child > td {
  border-bottom: 1px solid #8A8A8A !important;
}

.dataTables_wrapper .dataTables_paginate .pagination > .active > a {
  background: #185EE5;
  color: white;
  border-color: #777;
}

.dataTables_wrapper .dataTables_paginate .pagination li a {
  color: #185EE5;
  border-color: #777;
}

.dataTables_wrapper .dataTables_paginate .pagination li a:hover {
  background-color: #185EE5;
  color: white;
}

.dataTables_wrapper .dataTables_paginate .pagination li a:focus {
  outline: none;
}

.dataTables_wrapper .dataTables_paginate .pagination li:first-child a, .dataTables_wrapper .dataTables_paginate .pagination li:last-child a {
  border-color: #777;
  color: #333;
}

.dataTables_wrapper .dataTables_paginate .pagination li:first-child a:hover, .dataTables_wrapper .dataTables_paginate .pagination li:last-child a:hover {
  color: white;
}

.dataTables_wrapper .dataTables_paginate .pagination li:first-child a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.dataTables_wrapper .dataTables_paginate .pagination li:last-child a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dataTables_wrapper .dt-buttons {
  float: left;
}

.dataTables_wrapper .dt-buttons .boton {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}

.dataTables_wrapper .dt-buttons .buttons-excel {
  margin-left: 15px;
}

.dataTables_wrapper .dataTables_info {
  white-space: normal !important;
}

.dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_length label {
  font-weight: 600 !important;
}

table .remove {
  cursor: pointer;
  font-size: 13px;
  top: 3px;
  margin-left: 15px;
  padding: 5px;
  background: #d9534f;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

form .panel-heading {
  background: #9e9e9e !important;
  color: white !important;
  font-size: 16px;
  font-weight: 500;
  border: none;
}

form label {
  font-weight: 500;
  margin-bottom: 0px;
}

form input {
  width: 100%;
}

form select {
  width: 100%;
  display: block;
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 600;
  padding: 10px 5px;
}

form ul {
  padding: 0px;
  list-style-type: none;
}

form .select-coordinator, /*form .select-provinces-es, form .select-provinces-pt,*/ form .country {
  display: none;
}

form .select-coordinator option, form .select-provinces option, form .country option, form .select-provinces-pt option, form .select-provinces-es option {
  font-weight: 700;
}

form .upload-image {
  display: none;
}

form .country{
  margin-top: 10px;
}
form .select-provinces{
  margin-top: 10px;
  margin-bottom: 10px;
}

form .bg-danger {
  margin-bottom: 30px;
}

form form .bg-danger {
  margin-bottom: 30px;
}

form .form-fields {
  margin-bottom: 20px;
}

.upper-buttons {
  padding-left: 0px;
}

.re-list span {
  margin-right: 7px;
}

.logo, .logo .navbar-brand {
  float: none;
  height: 100%;
  width: 100%;
}

.logo .navbar-brand img {
  margin: 0 auto;
}

h2 {
  font-weight: 700;
  color: #474747;
}

h3 {
  font-weight: 600;
  text-decoration: underline;
  color: #474747;
}

.login {
  margin-top: 20px;
}

.login p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 300px;
  margin: 20px auto;
}

.login p a {
  font-weight: 600;
  color: #828282;
  margin-top: 5px;
  margin-left: 5px;
}

.login p input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.login p .boton {
  margin: 0px;
  color: white;
  font-weight: 600;
}

.login p:last-child {
  margin-top: 0px;
}

.login .buttons {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0px;
}

.login input {
  min-width: 300px;
  width: inherit;
}

.login .bg-warning, .login .bg-success {
  padding: 10px;
  margin: 20px auto;
  max-width: 300px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 600;
}

.links {
  max-width: 300px;
  margin: 10px auto;
  text-align: center;
  font-size: 0.9em;
}

.links > a {
  color: #82828e;
  font-weight: 700;
  text-decoration: underline;
}

.links > a:hover, .links > a:active, .links > a:focus {
  color: #9d9da6;
}

.public-titles {
  text-align: center;
  padding-bottom: 10px;
}

#general_user_form select {
  padding: 10px 5px;
}

#general_user_form .buttons {
  padding: 0px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#general_user_form .buttons > div {
  padding: 0px;
}

#modalPrediction .modal-header {
  border: none;
}

#modalPrediction .modal-header .modal-title {
  text-align: center;
  font-weight: 700;
}

#modalPrediction .table-responsive {
  margin-top: 0px;
}

#modalPrediction .modal-body {
  padding-top: 0px;
}

.dt-buttons a {
  padding: 7px 15px;
}

.dt-buttons #datepicker {
  margin-right: 20px;
}

.dt-buttons #datepicker span {
  cursor: pointer;
  background: #185EE5;
  color: white;
  border: 1px solid #777;
  border-left: none;
}

.dt-buttons #datepicker input {
  margin: 0px;
  border: 1px solid #777;
  text-align: center;
}

.profile:nth-of-type(3) {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.profile:nth-of-type(4) {
  border-right: 1px solid #ccc;
}

.profile > img {
  display: block;
  margin: 0 auto 30px auto;
}

.profile .boton {
  margin-top: 8px;
  width: 55%;
}

.profile .name-profile {
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 700;
  background: white;
  width: 55%;
  display: block;
  margin: 0 auto;
  padding: 8px;
}

#modalProfile {
  font-weight: 600;
}

#modalProfile .modal-header {
  background: #185EE5;
  color: white;
}

#modalProfile .modal-body .bg-success {
  padding: 10px 0px;
  max-width: 60%;
  float: none;
  display: none;
  margin: 15px auto 0px auto;
}

#modalProfile input[type='checkbox'] {
  margin-left: 5px;
}

#modalProfile .close {
  color: white;
  text-shadow: none;
  opacity: 1;
}

.fn-prediction {
  display: none;
  margin-top: 20px;
}

#mapa {
  height: 600px;
  padding: 0px;
  margin-top: 45px;
}

#mapa path:focus {
  outline: none !important;
}

#mapa g:focus {
  outline: none !important;
}

#mapa image {
  cursor: pointer;
}

#mapa image:focus {
  outline: none !important;
}

#controls {
  /*position: absolute;*/
  /*top: 385px;*/
  /*width: 34px;*/
  margin-top: 70px;
  padding-left: 9px;
  font-size: 14px;
}

#controls span {
  color: white;
  background: rgba(144, 191, 127, 0.7);
  padding: 10px;
  border-radius: 100%;
  cursor: pointer;
}

#controls span:hover {
  background: rgba(109, 128, 68, 0.7);
}

#prediction h2 {
  margin: 34px 0px 30px 0px;
  text-align: center;
}

#prediction .boton {
  display: none;
  float: right;
}

#prediction #prediction-table {
  display: none;
}

#prediction #prediction-table table {
  border: none;
}

#prediction #prediction-table th {
  text-align: center;
  vertical-align: middle;
}

#prediction #prediction-table thead {
  background: #DBDBDB;
}

#prediction #prediction-table thead th {
  border: 1px solid #8A8A8A;
  border-bottom: 2px solid #8A8A8A;
  border-top: none;
}

#prediction #prediction-table thead th:first-child {
  border-left: none;
  border-top-left-radius: 10px;
}

#prediction #prediction-table thead th:last-child {
  border-right: none;
  border-top-right-radius: 10px;
}

#prediction #prediction-table tbody tr:nth-of-type(odd) {
  background-color: #E1E5D7;
}

#prediction #prediction-table tbody tr th {
  border-color: #8A8A8A;
  font-weight: 600;
}

#prediction #prediction-table tbody tr th:first-child {
  border-left: none;
}

#prediction #prediction-table tbody tr th:last-child {
  border-right: none;
}

#modalPredictionSure .modal-header {
  padding: 5px 10px 0px 0px;
  border: none;
}

#modalPredictionSure .modal-body {
  text-align: center;
  padding-top: 0px;
}

#modalPredictionSure .boton {
  padding: 10px 25px;
}

#modalPredictionSure #yes {
  margin-right: 25px;
}

#modalPredictionSure h4 {
  margin-bottom: 20px;
  font-weight: 700;
}

/*#integral-historica, #integral-anual {
  padding: 0px; }
  #integral-historica h3, #integral-anual h3 {
    margin-top: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #185EE5;
    color: white;
    text-decoration: none;
    padding: 10px 15px; }
  #integral-historica span, #integral-anual span {
    cursor: pointer;
    background: #185EE5;
    color: white;
    border: 1px solid #777;
    border-left: none; }
  #integral-historica input[type='text'], #integral-anual input[type='text'] {
    height: 46px;
    border: 1px solid #777;
    text-align: center; }
  #integral-historica input[name='end'], #integral-anual input[name='end'] {
    border-right: 1px solid #777; }
  #integral-historica #siarstations,#integral-historica #hybridparam,#integral-anual #hybridparam-anual,#integral-historica #aemetstations,#integral-anual #siarstations-anual,#integral-anual #aemetstations-anual,#integral-historica #countries,#integral-anual #countries-anual,#integral-historica #hybrids,#integral-anual #hybrids-anual,#integral-historica #parameters-historic,#integral-historica #origin, #integral-anual #origin-anual,#integral-anual #countries-anual, #integral-historica #stations-anual, #integral-anual #stations, #integral-anual #stations-anual {
    padding: 13px 10px;
    margin: 12px 0px 7px 0px; }
  #integral-historica .more-info, #integral-anual .more-info {
    padding: 13px 10px;
    margin: 0px 0px 0px 0px; }
  #integral-historica #day, #integral-anual #day {
    margin-bottom: 19px;
    width: 100%;
    text-align: center;
    height: 46px;
    border: 1px solid #777; }
  #integral-historica .year-precip, #integral-anual .year-precip {
    margin: 12px 0px 12px 0px;
    display: none; }
  #integral-historica .fn-integral, #integral-anual .fn-integral {
    display: none;
    margin-top: 20px; }
  #integral-historica a, #integral-anual a {
    display: none;
    width: 100%;
    float: right;
    font-size: 16px;
    text-align: center; }
  #integral-historica #chart, #integral-historica #chartAnual, #integral-anual #chart, #integral-anual #chartAnual {
    height: 500px; }
    #integral-historica #chart .amcharts-main-div a, #integral-historica #chartAnual .amcharts-main-div a, #integral-anual #chart .amcharts-main-div a, #integral-anual #chartAnual .amcharts-main-div a {
      display: none !important; }
  #integral-historica .siar, #integral-anual .siar {
    color: #1068da; }
  #integral-historica .infoSiar, #integral-anual .infoSiar {
    color: #1068da;
    font-weight: 500; }
  #integral-historica .alert-info, #integral-anual .alert-info {
    display: none;
    width: 60%;
    margin-left: 80px;
    font-weight: 500;
    color: #ffffff;
    background-color: #8ba258;
    border-color: #8ba258;
    border-radius: 0px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5); }
    #integral-historica .alert-info .close, #integral-anual .alert-info .close {
      display: inline;
      width: initial;
      text-align: right;
      font-size: 25px;
      line-height: 0;
      color: white;
      text-shadow: none;
      opacity: 1; }
  #integral-historica .amcharts-chart-div, #integral-anual .amcharts-chart-div {
    cursor: default !important; }

#integral-historica span {
  cursor: default;
  border-left: 1px solid #777; }
#integral-historica #month-range {
  margin: 25px 0px; }

#integral-anual {
  margin-top: 40px; }
  #integral-anual .date {
    float: inherit; }
  #integral-anual .more-info {
    margin-top: 25px; }

#integral-historica .chosen-container-multi, #integral-anual .chosen-container-multi {
  width: 255px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #777;
}
#integral-historica .chosen-container-multi > .chosen-choices, #integral-anual .chosen-container-multi > .chosen-choices {
  height: 100% !important;
  border: 0;
  border-radius: 5px;
  background-image: none;
}*/

.infoLegend {
  color: #7a8e4f;
  font-weight: 500;
  padding-left: 80px;
  display: none;
}

.infoLegendHeladas {
  color: black;
  font-weight: 500;
  padding-left: 80px;
  display: none;
}

.infoLegendCopy {
  color: #7a8e4f;
  font-weight: 500;
  padding-left: 80px;
  display: none;
}

.infoLegendHeladasCopy {
  color: black;
  font-weight: 500;
  padding-left: 80px;
  display: none;
}

.infoLegendSimula {
  color: black;
  font-weight: 500;
  padding-left: 80px;
  display: none;
}

.legend_simulated {
  margin-bottom: 30px;
  display: none;
}

.legend_simulatedHeladas {
  margin-left: 90px;
  margin-bottom: 30px;
  display: none;
}

.legend_simulatedPrecipi {
  margin-left: 90px;
  margin-bottom: 30px;
  display: none;
}

.text_legend_simulated {
  /*padding-left: 75px;*/
  font-family: GilroyMedium;
  font-size: 11px;
  fill: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  opacity: 1;
  /*text-anchor: start;*/
  /*transform: translate(37, 7);*/
  /*white-space: nowrap;*/
}

.textLegendHeladas {
  padding-left: 10px;
  font-family: GilroyMedium;
  font-size: 11px;
  fill: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  opacity: 1;
  text-anchor: start;
  transform: translate(37, 7);
  white-space: nowrap;
}

.text_legend_simulated span {
  display: inline-block;
  position: relative;
}

.textLegendHeladas span {
  display: inline-block;
  position: relative;
}

.text_legend_simulated span:before {
  content: "";
  position: absolute;
  height: 5px;
  top: 0;
  width: 32px;
  margin-top: 6px;
}

.textLegendHeladas span:before {
  content: "";
  position: absolute;
  height: 5px;
  top: 0;
  width: 32px;
  margin-top: 6px;
}

._siembra span:before {
  border-top: 3px solid #FF0024
}

._prec span:before {
  border-top: 3px solid #FF00EA;
}

._hel span:before {
  border-top: 3px solid #FF00EA;
}

._precAc span:before {
  border-top: 3px solid #FF8A00;
}

.riesgoBajo span:before {
  border-top: 3px solid #FFD200
}

.riesgoMedio span:before {
  border-top: 3px solid #FF8A00
}

.riesgoAlto span:before {
  border-top: 3px solid #FF0024
}



.text_legend_simulated span:before {
  right: 100%;
  margin-right: 5px;
}

.textLegendHeladas span:before {
  right: 100%;
  margin-right: 5px;
}

.fn-notices {
  display: none;
}

@media (max-width: 992px) {
  .profile {
    margin-top: 20px;
    padding: 20px 15px;
  }

  .profile:nth-of-type(2) {
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
  }

  .profile:nth-of-type(3) {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .profile:nth-of-type(4) {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .dataTables_wrapper .dt-buttons {
    float: none;
    margin-bottom: 20px;
  }

  #table-notices_filter {
    float: left;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  html body {
    padding-top: 115px;
  }

  .title-login {
    margin-top: 40px;
  }

  .navbar-default .navbar-brand {
    padding-bottom: 0px;
    height: 100px;
  }

  .navbar-default .navbar-toggle {
    margin: 33px 15px;
    border: none;
  }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
  }

  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #92a074;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #185EE5;
    height: 3px;
  }

  .navbar-default .navbar-collapse {
    border: none;
  }

  .navbar-default .navbar-nav {
    border-top: 6px solid #8F8784;
  }

  .navbar-default .navbar-nav > li > a {
    line-height: 30px;
    text-align: center;
  }

  .navbar-default .navbar-nav .open .dropdown-menu {
    background: #f3f3f3;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
    padding: 10px 15px;
  }

  .navbar-default .divider {
    background: none;
  }

  #titulo-integral {
    display: none;
  }

  #integral-anual h3, #integral-historica h3 {
    font-size: 18px;
    text-align: center;
  }

  h2.titulos {
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
  }

  h2.titulos img {
    display: none;
  }

  .boton.pull-left, .boton.pull-right {
    float: left !important;
    margin: 6px 20px 6px 0px;
  }

  #provincias {
    margin-bottom: 10px;
  }

  #controls {
    top: 425px !important;
  }

  .table-responsive {
    border: none;
  }

  .dataTables_wrapper div.dataTables_length, .dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
  }

  .dataTables_wrapper .dt-buttons #datepicker {
    margin-right: 0px;
  }

  .dataTables_wrapper .dt-buttons .dt-button {
    margin: 15px auto;
    display: block;
    text-align: center;
  }

  .dataTable tbody .child {
    padding: 10px 0px !important;
  }

  .dataTable li span {
    white-space: normal;
  }
}

@media (min-width: 768px) {
  #modalPrediction .modal-dialog {
    width: 900px;
  }
}

@media (max-width: 350px) {
  html body {
    padding-top: 170px;
  }

  .login input {
    width: 100%;
    min-width: inherit;
  }

  .title-login {
    margin-top: 0px;
  }

  .navbar-default {
    position: absolute;
  }

  .navbar-default .logo {
    margin: 0;
  }

  .navbar-default .navbar-brand {
    float: none;
    display: block;
  }

  .navbar-default .navbar-brand img {
    margin: 0 auto;
  }

  .navbar-default .navbar-toggle {
    display: block;
    float: none;
    margin: 10px auto 5px auto;
  }

  #integral-anual h3, #integral-historica h3 {
    font-size: 18px;
    line-height: 30px;
  }
}

.dateselector {
  margin-bottom: 20px;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #185EE5;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #185EE5;
  background-image: -moz-linear-gradient(to bottom, #185EE5, #185EE5);
  background-image: -ms-linear-gradient(to bottom, #185EE5, #185EE5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#185EE5), to(#185EE5));
  background-image: -webkit-linear-gradient(to bottom, #185EE5, #185EE5);
  background-image: -o-linear-gradient(to bottom, #185EE5, #185EE5);
  background-image: linear-gradient(to bottom, #185EE5, #185EE5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#185EE5', endColorstr='#185EE5', GradientType=0);
  border-color: #185EE5 #185EE5 #185EE5;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #185EE5;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #185EE5;
  background-image: -moz-linear-gradient(to bottom, #185EE5, #185EE5);
  background-image: -ms-linear-gradient(to bottom, #185EE5, #185EE5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#185EE5), to(#185EE5));
  background-image: -webkit-linear-gradient(to bottom, #185EE5, #185EE5);
  background-image: -o-linear-gradient(to bottom, #185EE5, #185EE5);
  background-image: linear-gradient(to bottom, #185EE5, #185EE5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#185EE5', endColorstr='#185EE5', GradientType=0);
  border-color: #185EE5 #185EE5 #185EE5;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.chosen-select {
  width: 100%;
}

.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}

.chosen-container .chosen-drop {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}

.chosen-container .chosen-results {
  color: #555555;
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}

.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: bold;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #428bca;
  background-image: none;
  color: white;
}

.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #777777;
}

.chosen-container .chosen-results .no-results {
  background: #eeeeee;
  display: list-item;
}

.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}

.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.42857143;
  text-indent: -5000px;
  width: 9px;
}

.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}

.chosen-container .chosen-results-scroll-down span {
  background: url("chosen-sprite.png") no-repeat -4px -3px;
}

.chosen-container .chosen-results-scroll-up span {
  background: url("chosen-sprite.png") no-repeat -22px -3px;
}

.chosen-container-single .chosen-single {
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
  background: url("chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 12px;
  width: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}

.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
}

.chosen-container-single .chosen-single div b {
  background: url("chosen-sprite.png") no-repeat 0 7px;
  display: block;
  height: 100%;
  width: 100%;
}

.chosen-container-single .chosen-default {
  color: #777777;
}

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}

.chosen-container-single .chosen-search input[type="text"] {
  background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}

.chosen-container-multi .chosen-choices {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555555;
  height: 32px;
  margin: 0;
  padding: 4px;
  outline: 0;
}

.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 6px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: url("chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 12px;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}

.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #ffffff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #185EE5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px #185EE5 inset, 0 0 8px #185EE5;
  box-shadow: 0 1px 1px #185EE5 inset, 0 0 8px #185EE5;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #111 !important;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}

.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}

.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto;
}

.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}

.chosen-rtl .chosen-choices .search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

.chosen-container-multi .chosen-choices {
  padding: 3px;
}

#provincias:disabled {
  background: #dddddd;
}

#municipios:disabled {
  background: #dddddd;
}

#cultivos:disabled {
  background: #dddddd;
}

.modal-links .modal-body h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.modal-links .modal-body h3:first-child {
  margin-top: 0;
}

.chart-box {
  margin-bottom: 50px;
  padding: 0;
}

.chart-box:nth-last-of-type(2) {
  margin-bottom: 0;
}

.chart-box__title {
  margin-top: 0;
  padding: 10px 15px;
  border-radius: 10px;
  color: white;
  background: #185EE5;
  text-decoration: none;
}

.chart-box .input-group, .chart-box .year-picker, .chart-box .year-picker-copy {
  margin-bottom: 20px !important;
}

.chart-box .input-group-addon {
  border: 1px solid #777;
  border-left: 0;
  border-right: 0;
  color: white;
  background: #185EE5;
}

.chart-box input[type=text] {
  height: 46px;
  text-align: center;
  border: 1px solid #777;
}

.chart-box input[type=number] {
  width: 100%;
  height: 46px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #777;
}

.chart-box select {
  padding: 13px 10px;
  margin: 0 0 20px 0;
}

.chart-box .fn-integral {
  display: none;
  margin-top: 20px;
}

.chart-box a {
  display: none;
  width: 100%;
  margin-top: 0;
  float: right;
  font-size: 16px;
  text-align: center;
}

.chart-box__chart {
  height: 500px;
}

.chart-box__chart .amcharts-main-div a {
  display: none !important;
}

.chart-box .chosen-container-multi {
  width: 255px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #777;
}

.chart-box .chosen-container-multi > .chosen-choices {
  height: 100% !important;
  border: 0;
  border-radius: 5px;
  background-image: none;
}

.chart-box .chosen-container-multi > .chosen-choices > .search-choice {
  margin: 5px;
  padding: 7px 20px 7px 10px;
  border: 0;
  color: #fff;
  font-weight: 700;
  background: #185EE5 none;
}

.chart-box .chosen-container-multi > .chosen-choices > .search-choice .search-choice-close {
  top: 8px;
  background: url("https://harvesthq.github.io/chosen/chosen-sprite.png") -42px -10px no-repeat;
}

.chart-box .chosen-container-multi > .chosen-choices > .search-field {
  height: 100%;
}

.chart-box .chosen-container-multi > .chosen-choices > .search-field .chosen-search-input {
  height: 100%;
  margin: 0;
  padding: 0 10px;
  color: #333;
  text-align: left;
  font-family: GilroyMedium;
}

.chart-box .alert-info {
  display: none;
  width: 60%;
  margin-left: 80px;
  font-weight: 500;
  color: #ffffff;
  background-color: #8ba258;
  border-color: #8ba258;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.chart-box .alert-info .close {
  display: inline;
  width: initial;
  text-align: right;
  font-size: 25px;
  line-height: 0;
  color: white;
  text-shadow: none;
  opacity: 1;
}

.chart-box .amcharts-chart-div {
  cursor: default !important;
}

/*# sourceMappingURL=estilos.css.map */

.hide2 {
  display: none!important;
}
