#um_account_submit_dashboard, #um_account_submit_vehicles, #um_account_submit_multes, #um_account_submit_saques, #um_account_submit_recursos, #um_account_submit_epis {
	display: none;
}
.llistatasquestitol {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}
.llistatasques .tasca {
	display: flex;
	flex-direction: column;
	border: 1px solid #333;
}
.llistatasques .tasca > div {
	padding: 5px;
}
.boto {
	background: #333;
	color: #fff;
	font-size: 10px !important;
	font-weight: 400;
	padding: 10px 15px;
	border: none;
	border-radius: 25px;
	margin: 0 15px 20px 0;
	cursor: pointer;
	font-family: Roboto, Arial, sans-serif;
	display: inline-block;
	line-height: 14px !important;
}
input.pujafototasca {
	display: none;
}
.tasca .accions form {
	display: inline;
}
body .um-account-side {
	width: 20%;
}
body .um-account-main {
	width: 80%;
}
#llistamissatges .missatge {
	background: #ccc;
	padding: 5px 10px;
	margin-bottom: 5px;
	color: #000;
}
#llistamissatges .missatge.be {
	background: #9cd734;
}
#llistamissatges .missatge.error {
	background: #db1b1b;
	color: #fff;
}
.llistatasques .titol {
	background: #333;
	color: #fff;
}
table.recurs {
	border-collapse: collapse;
}
table.recurs td {
	padding: 5px 10px;
	border: 1px solid #333;
}
table.recurs td.dreta {
	text-align: right;
}
div.recurs {
	margin-top: 40px;
	border: 1px solid #333;
}
.recurs .titol {
	text-align: center;
	font-weight: 700;
	padding: 5px;
}
.recurs .comandaments {
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.comandament {
	margin: 0 8px 8px 0;
	cursor: pointer;
	padding: 5px 15px;
	background: #666;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
}
.comandament.novalid {
	cursor: not-allowed;
}
.filtre {
	display: flex;
	align-items: center;
}
.filtre .comandament, .comandament.sensemarge {
	margin: 0;
}
div#spinnerdropshipping {
	display: inline-block;
	width: 200px;
	height: 200px;
	max-width: 100%;
	background: url(./img/Spinner-1s-200px.gif) no-repeat center center;
	background-size: cover;
}
.sortidaid div#spinnerdropshipping {
	width: 34px;
	height: 34px;
}
.sortidaid {
	width: 34px;
	height: 34px;
}
.resultatrecurs #spinnerdropshipping {
	width: 25px;
	height: 25px;
}
.contingutrecurs {
	padding: 10px;
}
input.inputusuaris {
	width: 50%;
}
#tipussaques, #quantessaques, #afegirsaques #comanda {
	margin: 0 8px 8px 0;
}
table.historic {
	margin-top: 40px;
	width: 100%;
}
table.historic thead td { text-align: center; }
#taulercontrol {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.llistarecursoswrapper, .llistademanarsaqueswrapper {
	width: 100%;
}
table.recurs {
	width: 100%;
}
input.quantessaques {
	width: 60px !important;
}
.llistademanarsaqueswrapper .boto {
	margin: 0;
}
.llistawrapper {
	width: 100%;
	margin-bottom: 20px;
}
.llistatasqueswrapper {
	width: 100%;
}
#tipussaca {
	height: 30px;
}
.uimob340-show, .uimob500-show, .uimob800-show, .uimob960-show {
	background: #eee;
}
.multiple .boto {
	margin: 0;
	height: 34px;
}
td.alineat div {
	display: flex;
}
.solicitarvehicle {
	display: flex;
	flex-direction: column;
}
.solicitarvehicle > div {
	margin: 0 15px 15px 0;
}
select#vehicledemanat {
	height: 30px;
	max-width: 100%;
}
select#vehicledemanat option:disabled {
	color: #ccc;
	background: #eee;
}
#exportarsaques .comandaments > * {
	margin: 0 8px 8px 0;
}
#retornexportarsaques #spinnerdropshipping {
	width: 28px;
	height: 28px;
}
#taulercontrolmultes select, #datainfraccio {
	height: auto;
}
.formulariwrapper {
	margin-top: 40px;
}
.formulariwrapper .formulari {
	display: flex;
	flex-direction: column;
}
.formulariwrapper .formulari > * {
	margin: 10px;
}
.formulariwrapper .titol {
	font-weight: bold;
}
.petit #spinnerdropshipping {
	width: 20px;
	height: 20px;
}
#fonsmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 99;
}
#fonsmodal.mostra {
  display: flex;
  align-items: center;
  justify-content: center;
}
.finestramodal {
  display: none;
  width: 600px;
  max-width: 80%;
  background: #fff;
  padding: 25px;
  border: 3px solid #000;
  position: relative;
}
.tancarmodal {
	position: absolute;
	right: -16px;
	top: -16px;
	width: 32px;
	height: 32px;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
}
.contingutmodal h3 {
  margin: 0 0 25px 0 !important;
}
.contingutmodal input[type=date] {
  height: 40px;
}
.contingutmodal label {
  display: block;
  margin-top: 15px;
}
.botomodal {
  margin: 15px 0;
  cursor: pointer;
  padding: 15px 25px;
  background: #000;
  color: #fff;
  border-radius: 15px;
  display: block;
  border-width: 0;
  width: 100%;
}
.contingutmodal input, .contingutmodal textarea {
	width: 100%;
}
table.formulariback td {
	padding: 10px 10px 10px 0;
}
ul.llista {
	list-style-type: disclosure-closed;
	padding-left: 13px;
}
.wp-core-ui .button-perill {
	background: #bd3d3d;
	border-color: #bd3d3d;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}
.wp-core-ui .button-perill:hover {
	background: #860b0b;
	border-color: #860b0b;
	color: #fff;
}
table.formulariback td.sortida {
	display: flex;
	align-items: center;
}
#cercadoreines {
	display: inline !important;
	max-width: 150px;
}
#resultatscercadoreines {
	padding: 15px;
}
.personaobra {
	display: flex;
	flex-direction: row;
}
.filtre > * {
	width: 33%;
}
@media screen and (max-width: 767px) {
table.adaptativa {
	width: 100%;
	border-collapse: collapse;
}
table.adaptativa thead {
	display: none;
}
table.adaptativa tr {
	display: block;
	margin-bottom: 1rem;
	border: 1px solid #ddd;
	padding: 0.5rem;
}
table.adaptativa td {
	display: block;
	text-align: left;
	padding: 0.5rem;
	border: none;
	border-bottom: 1px solid #eee;
}
table.adaptativa td:last-child {
	border-bottom: none;
}
}

@media screen and (min-width: 768px) {
.solicitarvehicle {
	flex-direction: row;
}
.formulariwrapper .formulari {
	flex-direction: row;
	flex-wrap: wrap;
}
}

@media screen and (min-width: 992px) {
#taulercontrol > div {
	padding: 0 10px;
}
.cinquantapercent {
	width: 50%;
}
}
