/*
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
ol, ul, li,
table, tr, th, td,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, button{
  overflow: visible;
}
html {
  overflow: auto;
}
html, body {
  height: 100%;
  min-height: 100%;
}
body {
  font: normal 12px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #1e2022;
  text-align: center;
  background: #fcfcfc;
}
p {
  padding: 0 0 10px;
}
ul {
  padding: 0 0 0 16px;
}
li {
  padding: 0 0 8px;
}
a {
  text-decoration: none;
  color: #005ace;
}
a:hover {
  text-decoration: underline;
  color: #39f;
}
.clear { display: inline-block; }
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
.none,
.hidden {
  display: none;
}
.page {
  position: relative;
  width: 100%;
  min-width: 750px;
  min-height: 100%;
}
* html .page {
  height: 100%;
}
.page .header {
  border-bottom: 1px solid #0f0f14;
  width: 100%;
  height: 49px;
  text-align: left;
  background: #363b47 url('../img/common/top_bg.gif') 0 0 repeat-x;
}
.page .header .company-logo {
  float: right;
  display: block;
  margin: 5px 10px 0 0;
  width: 115px;
  height: 38px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url('../img/common/def_parallels_logo.gif') 0 0 no-repeat;
}
.page .header .header-area {
  height: 49px;
}
.page .header h1 {
  float: left;
  width: 156px;
  height: 49px;
  text-align: left;
}
.page .header h1 a {
  display: block;
  width: 210px;
  height: 49px;
  overflow: hidden;
  text-indent: -9999px;
  background: url('../img/common/def_plesk_logo.gif') no-repeat;
}
.page .header .header-text {
  float: right;
  font-size: 11px;
}
.page .header .header-text a {
  float: left;
  margin: 11px 13px 0 0;
  color: #f1f1f1;
  text-decoration: none;
  font-size: 11px;
}
.page .header .header-text a.txt-banner {
  margin-right: 10px;
}
.page .header .header-text a strong {
  font-weight: normal;
}
.page .header .header-text a.top-copyright {
  text-align: right;
}
.wrapper {
  margin: 0 auto;
  padding: 40px 0 80px;
  width: 734px;
  text-align: left;
}
.wrapper .container {
  border: 1px solid #b8c1d0;
  margin-bottom: 12px;
  padding: 6px;
  background: #fff;
}
.wrapper .content {
  background: #fff url('../img/common/content_bg.gif') 0 0 repeat-y;
}
.wrapper .content .description {
  padding: 0 15px 0 190px;
  min-height: 229px;
  font-size: 12px;
  background: transparent url('../img/common/banner.jpg') 0 0 no-repeat;
}
* html .wrapper .content .description {
  height: 229px;
}
.wrapper .content h2 {
  margin: 0 0 10px;
  padding: 10px 0 3px;
  font-size: 18px;
  font-weight: normal;
  color: #039;
}
.wrapper .content .hr {
  border-top: 1px solid #8b919f;
  margin-top: 5px;
  padding-top: 5px;
}
.wrapper .promo,
.wrapper .test-pages {
  margin-bottom: 12px;
}
.promo .block-area,
.test-pages .block-area {
  border: 1px solid #b8c1d0;
  background: #fff;
}
.wrapper .promo h3,
.wrapper .test-pages h3 {
  padding: 0 0 6px;
  font-size: 12px;
  font-weight: normal;
  color: #039;
}
.wrapper .test-pages p {
  padding: 10px;
}
.wrapper .two-col .test-pages,
.wrapper .two-col .promo {
  float: left;
  width: 362px;
}
.wrapper .two-col .promo {
  margin-left: 10px;
}
.promo .promo-block {
  margin: 10px 10px 0;
}
.promo .promo-block a.box {
  float: left;
  margin: 0 0 0 -105px;
}
.promo .promo-block div {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 0 0 10px 105px;
}
.promo .promo-block h4 {
  font-size: 20px;
  padding: 4px 0 8px;
}
.promo .promo-block h4 span {
  display: block;
  margin-bottom: -5px;
  font-size: 14px;
  font-weight: normal;
}
.promo .promo-block h4 a {
  text-decoration: none;
  color: #1e2022;
}
.promo .promo-block a.more {
  padding: 2px 0 3px 24px;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
  color: #616161;
  background: transparent url('../img/common/arrow.gif') 0 0 no-repeat;
}
.promo .promo-block h4 a:hover,
.promo .promo-block a.more:hover {
  text-decoration: none;
  color: #39f;
}
.promo ul {
  margin: 0 10px 5px;
  padding: 0 0 0 16px;
}
.promo ul li {
  padding-bottom: 5px;
}
.page .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #9db6c5;
  width: 100%;
  min-width: 300px;
  height: 69px;
  background: #f1fbfe url('../img/common/footer_bg.gif') 0 0 repeat-x;
}
.page .footer-area {
  height: 69px;
  font-size: 11px;
  text-align: left;
  color: #000;
  background: url('../img/common/footer_right_bg.png') 100% 0 no-repeat;
}
.page .footer a {
  color: #06c;
  text-decoration: none;
}
.page .footer a:hover {
  color: #39f;
  text-decoration: underline;
}
.page .footer .description {
  margin: 0;
  padding: 8px 10px 0;
}
.icons-area {
  padding: 0 0 0 15px;
}
.icon {
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible;
  border: 0;
  margin: 0 5px 12px 0;
  height: 32px;
  font: normal 11px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: top;
  color: #000;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon:hover {
  text-decoration: none;
  color: #000;
}
.icon span {
  display: block;
  padding: 0 0 0 38px;
  height: 32px;
  width: 70px;
  line-height: 32px;
  cursor: pointer;
}
#asp { background-image: url('../img/glyph/btn_asp_bg.gif'); }
#aspnet { background-image: url('../img/glyph/btn_aspdotnet_bg.gif'); }
#coldfusion { background-image: url('../img/glyph/btn_coldfusion_bg.gif'); }
#perl { background-image: url('../img/glyph/btn_perl_bg.gif'); }
#php { background-image: url('../img/glyph/btn_php_bg.gif'); }
#python { background-image: url('../img/glyph/btn_python_bg.gif'); }
#ssi { background-image: url('../img/glyph/btn_ssi_bg.gif'); }
#fcgi { background-image: url('../img/glyph/btn_fast_cgi_bg.gif'); }
#miva { background-image: url('../img/glyph/btn_miva_bg.gif'); }
.test {
  width: 680px;
}
.test .pathbar {
  color: #7b7b7b;
}
.test .pathbar a {
  text-decoration: underline;
  color: #7b7b7b;
}
.test .pathbar a:hover {
  color: #39f;
}
.test h2 {
  margin: 10px 0;
  font-size: 17px;
  font-weight: normal;
}
.test .tab-content {
  border: 1px solid #8b919f;
  padding: 10px;
}
fieldset {
  border: 1px solid #b8c1d0;
  margin: 0;
  padding: 0 10px 10px;
}
legend {
  margin: 0;
  padding: 0 2px 5px;
  vertical-align: middle;
  font-weight: bold;
  color: #002c61;
}
.form-fields {
  padding-top: 6px;
}
.formFields {
  margin: 5px 0;
}
.formFields,
.formFields input,
.formFields select,
.formFields textarea {
  font: normal 11px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.formFields td.name {
  padding: 0 10px 10px 0;
  width: 200px;
  vertical-align: top;
  font-weight: bold;
}
.buttonsContainer {
  margin-top: 10px;
  text-align: right;
}
.buttonsContainer .commonButton {
  display: inline;
  margin-left: 14px;
}
.buttonsContainer .commonButton span {
  display: none;
}
.buttonsContainer .commonButton button {
  border: 0;
  width: 91px;
  height: 21px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font: normal 11px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background: transparent url('../img/glyph/btn_bg.gif') 0 0 no-repeat;
}
.commonButton button[disabled] {
  color: #999;
  background-image: url('../img/glyph/btn_bg-disabled.gif');
}
#bid-ok button  {
  padding-left: 8px;
  background-image: url('../img/glyph/btn_ok_bg.gif');
}
.commonButton button:hover {
  background-position: 0 -21px;
}
.commonButton button[disabled]:hover {
  background-position: 0 0;
}
.testRelults#testFailed {
  border: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 10px 10px 10px 32px;
  background: #fde9e5 url('../img/icons/fail.gif') 10px 11px no-repeat;
}
.testRelults#testSuccessful {
  border: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 10px 32px;
  background: #bff7b4 url('../img/icons/success.gif') 10px 11px no-repeat;
}
.testResult {
  font-weight: bold;
}
.test-data {
  text-align: left;
}
.test-data table {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
  color: #000;
  background-color: white;
}
.test-data table th,
.test-data table td {
  padding: 4px 6px;
}
.test-data tr.subhead {
  background-color: #ccc;
}
.test-data th.alt {
  color: white;
  background-color: black;
}
.test-data tr.alt {
  background-color: #eee;
}*/


/* Menú */
#myMenu { display: none; z-index:99 }
#myMenu ul { width: 100%; padding: 0; margin: 0; position: absolute; top: 115px; left: 0; z-index:99;border-top:1px solid #808080;border-right:1px solid #808080; }
#myMenu li { text-align: left; height: 40px; line-height: 40px; background: #a2dff5; width: 90%; margin: 0; /*padding-left: 14px;*/ list-style: none; border-bottom:1px solid #808080; border-right:1px solid #808080;z-index:99 }

/* Formularis */
form {
    margin-block-end: 0em !important;
}
.form-control {
	font-family: inter, Helvetica, sans-serif;
	/*display: inline-block;*/
	/*width: 100%;*/
	/*height: calc(1.5em + .75rem + 2px);*/
	padding-left: 8px;
    padding-right: 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #444;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-top-color: #aaa;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	vertical-align: middle;
}

.form-control:not(textarea, [type="radio"], [type="checkbox"]) {
    height: 28;
}

label {
	vertical-align: middle;
}
input[type=checkbox] {
	width: 20px;
    transform: scale(1.5);
}


/* Botons */
.botoenviar {
	margin: 10px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #11769C;
	color: #fff;
	width: 200px; 
	border-radius: 5px; 
	cursor: pointer;
    cursor: hand;
	font-size: 18px;
}

.botoenviar:hover {
	border: 1px solid #000;
	background-color: #cccccc;
	color: #000;
}

.botocercar {
    /*margin: 10px;*/
	padding: 5px 10px;
	border: 1px solid #fff;
	background-color: #b8b4b4;
    border-radius: 5px; 
    cursor: pointer;
    cursor: hand;
	color: #000;
}
.botocercar:hover {
    background-color: #cccccc;
}

.botoindex {
	/*margin: 10px;*/
	padding: 5px 10px;
	border: 0px solid #fff;
	background-color: #b8b4b4;
    border-radius: 5px; 
    cursor: pointer;
    cursor: hand;
	color: #000;
}

.botoindex:hover {
	background-color: #cccccc;
}

.botored {
	padding: 10px 25px;
    border: 1px solid red;
	background-color: #fff;
    color: red;
	border-radius: 5px;
    text-decoration:none;
	font-size:14px;
	display: inline-block;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

.botored:hover {
	border: 1px solid #000;
	background-color: #cccccc;
	color: #000;
}

.botomenu {
	padding: 10px 0px 10px 0px;
    border: 1px solid #000000;
	background-color:#ffffff;
    color: #000;
	border-radius: 0px;
    text-decoration: none;
	font-size:14px;
	width: 95%;
	display: inline-block;
	valign: middle;
	cursor: hand;
	cursor: pointer;
}

.botomenu:hover {
	border: 1px solid #ffffff;
	background-color: #11769C;
    color: #fff;
}

.botomenu i {
	font-size: 22px;
}

.botosortir {
    padding: 10px 10px;
    border: 1px solid #000000;
	background-color:#11769C;
    color: #000;
	border-radius: 0px;
    text-decoration:none;
	font-size:14px;
	width: 135;
	display: inline-block;
	cursor: hand;
	cursor: pointer;
}

.botosortir:hover {
    border: 1px solid #000000;
	background-color: #cccccc;
    color: #000;
}

/* Gestors default */
.table-default {
	border-bottom:1px solid #595959;
	font-size:18px;
}

.table-edit {
/*	background-color: #ccc;
	border: 1px solid #ccc;*/
	font-size: 18px;
	width: 100%; 
  	max-width: 800px;
	box-shadow: 5px 5px 5px #ccc;
}
.table-edit td {
	background-color: #fff;
}

.th-default {
    color: #34b7e8; 
    border-bottom:1px solid #000000;
	bgcolor: #FFFFFF;
	font-weight: bold;
}
.td-default {
	bgcolor: #FFFFFF;
	color: #4e4c4c; 
	border-bottom: 1px solid #cccccc;
    word-break: break-word !important; /* Permite el corte de palabras largas */
}

.td-title {
	font-size:28px;
	border-bottom: 1px dotted black;
}

.td-default i {
	font-size: 26px;
}

.link-button {
    padding: 10px 10px;
    border: 1px solid #000000;
	background-color:#ffffff;
    color: #000;
	border-radius: 5px;
    text-decoration:none;
	font-size:14px;
	width: 170;
	display: inline-block;
	valign: middle;
	cursor: hand;
	cursor: pointer;
}

.link-button-new {
    padding: 10px 25px;
    border: 1px solid #000000;
	background-color:#34b7e8;
    color: #fff;
	border-radius: 5px;
    text-decoration:none;
	font-size:14px;
	min-width: 170;
	display: inline-block;
	cursor: hand;
	cursor: pointer;
}

.link-button-new:hover, .link-button:hover {
    border: 1px solid #000000;
	background-color: #cccccc;
    color: #000;
}

.paginador {
    padding:15px 15px 45px 15px;
	font-size: 20px;
}

#myMenu .botomenu {
    border: 1px solid #808080;
    background-color:#a2dff5;
    color: #000;
    width: 100%;
    padding-left: 14px;
    height: 40px !important; 
    line-height: 40px;
}

#myMenu .botomenu:hover {
    border: 0px solid #a2dff5;
    background-color: #a2dff5;
    color: #11769C;
}

/* Versió mòbil */
@media only screen and (max-width: 600px) {
	table.table-edit, table.table-edit tbody, table.table-edit tr, table.table-edit td,
	table.table-movil, table.table-movil tbody, table.table-movil tr, table.table-movil td,
	table.box800, table.box800 tbody, table.box800 tr, table.box800 td{
		display: block;
		width: 99% !important;
	}
	table.table-edit {
		background-color: #fff;
		/*border: 1px solid #ccc;*/
		cellspacing: 0 !important;
		cellpadding: 0 !important
	}
	input[type=text].ordrAlbum {
		max-width: 70px !important;
	}
	input[type=text].peuAlbum {
		max-width: 170px !important;
	}
	table.table-edit label, table.table-edit input[type=text], table.table-edit input[type=file], table.table-edit input[type=tel], table.table-edit input[type=email], table.table-edit textarea, table.table-edit select, table.table-edit table,
	table.table-movil label, table.table-movil input[type=text],  table.table-movil input[type=file], table.table-movil input[type=tel], table.table-movil input[type=email], table.table-movil textarea, table.table-movil select, table.table-movil table {
		width: 100%;
	}
	
	.mvl-width {
		width: initial !important;
	}
	table.table-edit .link-button { width: 100% !important; }
	table.tbl-footer, table.tbl-footer tbody, table.tbl-footer tr, table.tbl-footer td {
		display: block;
	}
    .botoform {
        font-size: 18px;  /* Redueix la mida de la lletra en dispositius mòbils */
        padding: 15px 30px;  /* Redueix el padding en dispositius mòbils */
    }
	
    
}
