lang input{
    background:none;
    color:inherit;
    border:none;
    padding:0!important;
    font: inherit;
    font-size: 14px;
    color: var(--default_color);
}
lang form{
    display: inline-block;
}
lang p{
    display: inline-block;
}
lang button:hover,
lang button:active,
lang button:focus{
  font-size:14px;
  font-weight:600;
  color:var(--green);
}

@media (max-width: 1300px) {
    body.bg-ac.error {
    padding-top: 50px;
    }
}

.no_style_button{
    background:none;
    border:none;
    padding:0!important;
    text-align: left;
}

.test button{
    background:none;
    border:none;
    padding:0!important;
    text-align: left;
    color:red;
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
  position: relative;
}
.lds-dual-ring div {
  box-sizing: border-box;
}
.lds-dual-ring > div {
  position: absolute;
  width: 168px;
  height: 168px;
  top: 16px;
  left: 16px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #FFFFFF transparent #FFFFFF transparent;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  animation: lds-dual-ring 1s linear infinite;
}
.lds-dual-ring > div:nth-child(2) {
  border-color: transparent;
}
.lds-dual-ring > div:nth-child(2) div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lds-dual-ring > div:nth-child(2) div:before,
.lds-dual-ring > div:nth-child(2) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -8px;
  left: 72px;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 160px 0 0 #FFFFFF;
}
.lds-dual-ring > div:nth-child(2) div:after {
  left: -8px;
  top: 72px;
  box-shadow: 160px 0 0 0 #FFFFFF;
}
.lds-dual-ring {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.spinner{
    padding: 3px;
}

.custom-input-file-test {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.custom-input-file-test label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.custom-input-file-test:focus label,
.custom-input-file-test label:hover {
    background-color: blue;
}

.custom-input-file-test label {
	cursor: pointer; /* "hand" cursor */
}

.radio:first-child {
  margin-right: 100px;
}

.radio {
  display: inline-block;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #2e7952;
  display: inline-block;
  width: 0.95em;
  height: 0.95em;
  position: relative;
  top: 0.35em;
  margin-right: 0.60em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #2e7952;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #2e7952;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}


.datepicker table tr td.active.active {
  background-image: linear-gradient(to bottom, #66b88b, var(--green))
}

.datepicker table tr td.active.active:hover {
  background-image: linear-gradient(to bottom, #529771, var(--green))
}

.datepicker table {
  margin-left: 2px;
}

.table-condensed {
  width: 14.7rem
}

.datepicker th {
  width: 25px
}

img.calendar {
  width: 36px;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0px 3px 3px 0px;
}

.datepicker-dropdown {
  padding: 0.5rem 1rem;
  border: 1px solid #d9e2cd;
  border-radius: 0.5rem;
  cursor: pointer;
  color: var(--green);
  min-width: 220px;
  background-color: white;
}



.btn-more-info{
  background: url('../images/information.svg') left no-repeat;
  background-size: 20px;
  padding-left: 30px;
}


.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Puja";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}


.ac-download-custom{
  display: inline-block;
  padding: 5px 5px 5px 40px;
  background: url('../images/download-icon.svg') left center no-repeat;
  background-size:20px;
}

.custom-border-right{
    border-right: 1px solid green;
}

.lang-button{
    color: #fff;
}
.lang-button:hover{
    color: #fff;
}

@media only screen and (max-width: 576px) {
    .datepicker-dropdown {
      min-width: 85%;
    }
    .table-condensed {
      width: 100%;
    }
    .custom-border-right{
        border-right: 0px transparent;
    }
}

.custom-file-label::after{
   color: #fff;
   background: #347e57;
}


.custom-file-input:lang(en)~.custom-file-label::after{
    content: "Pujar arxiu";
}
.custom-file-input:lang(ca)~.custom-file-label::after{
    content: "Pujar arxiu";
}
.custom-file-input:lang(es)~.custom-file-label::after{
    content: "Subir archivo";
}
.custom-file-input:lang(gl)~.custom-file-label::after{
    content: "Carga de ficheiro";
}

footer a {
    font-style: normal;
}

#error_1_id_attached li{
    list-style-type: none;
}

.info-feedback {
  display: none;
  font-size: 80%;
  color: #347e57;
}

#hrefProduct {
  color: #007bff;
}

#main-content p a {
    color:var(--green);
}