/* 64ac15 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  padding: 1em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #b9b9b9;
  background-color: #e7e9f6;
}

h3,
h1,
label{
  color: #060f42;
}
input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
textarea,
select option,
select {
  width: 100%;
  padding: 8px;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e7e9f6;
  margin-top:5px;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;

  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
input:focus {
  outline: 0;
  border-color: #060f42;
}
input:focus + .input-icon i {
  color: #060f42;
}
input:focus + .input-icon:after {
  border-right-color: #060f42;
}
input[type="submit"] {
    background-color: #060f42;
    color: #fff;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label,
select {
  display: inline-block;
  width: 100%;
  text-align: left;
  float: left;
  border-radius: 0;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #060f42;
  color: #fff;
  border-color: #bd8200;
}
 input[type="checkbox"] {
    width:auto;
}/*
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}

input:checked + label:after {
  opacity: 1;
} */
select {
  height: 2.7em;
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  color: #000;
}
.input-group {
  margin-bottom: 10px;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.container {
  max-width: 70em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.container2 {
  max-width: 45em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.container3 {
  max-width: 90em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.rowSubMenu{
  margin-bottom: 10px;
  margin-left: 10px;
  zoom: 1;
}

.rowSubMenu:before,
.rowSubMenu:after {
  content: "";
  display: table;
}
.rowSubMenu:after {
  clear: both;
}

.row,
.rowMenu {
  zoom: 1;
}
.row:before,
.row:after,
.rowMenu:before,
.rowMenu:after{
  content: "";
  display: table;
}
.row:after
.rowMenu:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  margin-bottom: 10px;
  float: left;
  width: 50%;
}
.col-half2 {
  padding-right: 0;
  margin-bottom: 10px;
  float: left;
  width: 50%;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}

.error{
    color:#ff0000;
}

.consulta{
    width: 100%;
}

.substitucio{
    color: #000000;
    font-weight: bold;
}

button{
    background-color: #060f42;
    color: #fff;
    border: 1px solid #e7e9f6;
    border-radius: 3px;
    cursor:pointer;
}

button.normal-button {
  background-color: #E8E8E8;
  color: #000;
  border: 1px solid #000;
  border-radius: 0px;
  padding: 2px;
}

.especial{
    margin-top: 15px;
}

#img  {
 margin-top:20px;
 margin-bottom:20px;
}

.boto {
  background-color: #060f42;
  color: #fff;
  cursor:pointer;
}

.paginacio {
  background-color: #060f42;
  color: #fff;
  width: 20%;
  cursor:pointer;
}

.ContenidorAvis{
  left:0;
  position: fixed;
  top:0;
  width:100%;
  z-index:1;
  display:none;
  padding-top:300;
  height:100%;
  overflow:auto;
  background-color:rgba(0,0,0,0.4);

}

.Avis{
    margin:auto;
    padding:20px;
    max-width:55em;
    background-color: #060f42;
    color: #fff;
    font-size:15px;
    text-align:center;
    width:80%;
}


.inline-checkbox-label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
/* <!--input[type="checkbox"] + label:before,->> */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.hidden {
  display: none;
}

.closeBtn {
  float: right;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}


/* Estils per a taules amb la classe .table-striped */
.table-striped {
  border-collapse: collapse;
  width: 100%;
}

/* Estil de les files parells */
.table-striped tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Estil de les cel·les */
.table-striped th,
.table-striped td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.taula-especial td, .taula-especial th {
  border-bottom: 1px solid #dddddd;

}

.link-button {
  background: none;
  border: none;
  color: blue; /* Color del text com un enllaç */
  text-decoration: underline; /* Subratllat com un enllaç */
  cursor: pointer; /* Cursor de la mà com enllaços */
}
