.taulercrm {
	display: flex;
	flex-direction: column;
}
.taulercrm ul.llistat {
	padding: 0;
	list-style-type: none;
	display: flex;
	margin: 0;
}
.taulercrm .llistat li {
	text-align: center;
	width: 16.66667%;
	border: 1px solid #333;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #ccc;
	padding: 5px 0;
}
.taulercrm .llistat li.actiu {
	color: #000;
	background: #fff;
	font-weight: bold;
	border-bottom: none;
}
.taulercrm .apartats {
	border: 1px solid #333;
	margin-top: -1px;
	padding: 15px;
}
.taulercrm .apartats .apartat {
	display: none;
}
.taulercrm .apartats .apartat.actiu {
	display: block;
}
.taulercrm .resultat {
	padding: 20px;
}
.taulercrm .buscador input[type="text"] {
	width: 120px;
	margin-right: 10px;
}
div.SumoSelect {
	margin-right: 10px;
}
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;
}
.taulercrm .apartat .buscador {
	display: flex;
	flex-wrap: wrap;
}
.consultescrm button, .taulercrm button {
	color: #fff;
	background: #666;
	border: none;
	padding: 5px 15px;
	cursor: pointer;
	margin: 5px 10px 5px 0;
}
table.resultats {
	width: 100%;
}
table.resultats td {
	border: 1px solid #ccc;
	padding: 5px;
}
.buscador label {
	line-height: 30.2px;
	margin-right: 10px;
}
table.elementlateral {
	width: 100%;
}
table.elementlateral td {
	padding: 8px;
}
table.elementlateral tr:nth-child(2n+1) td {
	background: #eee;
}
table.elementlateral td.element {
	font-weight: bold;
}
.consultescrm {
	margin-top: 50px;
	border: 1px solid #333;
	padding: 20px;
}
.taulercrm a.semblaboto {
	color: #fff;
	background: #666;
	border: none;
	padding: 5px 15px;
	cursor: pointer;
	margin: 5px 10px 5px 0;
}
.resultat {
	margin-top: 30px;
}
#resultatsconsultesfrequents td {
	padding: 3px 5px;
}
#resultatsconsultesfrequents tr:nth-child(2n+1) td {
	background: #eee;
}
#resultatveure {
	margin-top: 0;
	padding-top: 0;
}
#resultatveure h2 {
	margin-bottom: 0;
}
table.supervisio {
	margin: 0 auto 30px auto;
}
table.tauler {
	width: 100%;
  margin-bottom: 30px;
}
table.tauler thead td {
	background: #000 !important;
	color: #fff !important;
}
table.tauler td {
	border: 1px solid #ccc;
}
table.tauler input {
	font-size: 80%;
	border: none;
	padding: 0;
	text-align: center;
	height: 15px;
}
#resultatcopia {
	margin-bottom: 10px;
	color: red;
}
table.supervisio td {
	text-align: center;
	padding: 5px;
}
table.supervisio input[type="text"] {
	max-width: 150px;
}
#demoment {
	color: #f00;
}

@media screen and (min-width: 1280px) {
.taulercrm {
	flex-direction: row;
}
.taulercrm .conjunt {
	min-width: 800px;
}
}

@media screen and (min-width: 1600px) {
.taulercrm .conjunt {
	min-width: 1100px;
}
}
