/* Jqui theme (jqui.css) Flat theme option (flat.css)
	Thanks to garkpit for the random name.
	Visit http://themes.tiki.org for more information.*/
.topbar,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-collapse,
.tiki .bg-dark,
.card-header {
  background: #cccccc;
}
/***AATF***/
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);

body {
/*	font: 86% Verdana,Arial,sans-serif;*/
	font-family: 'Ubuntu', Verdana,Arial, sans-serif !important;
	font:110%;
	line-height: 1.5;
	color: #000;
	background: #fff;}

#main {
	text-align: justify
}

/*html > body,
*:first-child+html body {font-size: 80%;}*/


#col2 a, #col2 a:visited, #col3 a, #col3 a:visited {
	color: #666D70;/*grisAATF*/
}
 
#col2 a:active, #col2 a:hover, #col3 a:active, #col3 a:hover {
/*	color: #933311;/*marroAATF*/
	color: #4D5457;/*grisAATF+fosc*/
}

a, a:visited {
/*	color: #933311;/*marroAATF*/
/*	color: #897719;/*verdAATF*/
	color: #705E00;/*verdAATF+fosc*/
/*	color: #666D70;/*grisAATF*/
/*	color: #719938;*/
}
 
a:active, a:hover {
/*	color: #933311;/*marroAATF*/
	color: #4D5457;/*grisAATF+fosc*/
}

#top a, #top a:visited {
	color: #666D70;/*grisAATF*/
}
 
#top a:active, #top a:hover {
	/*	color: #933311;/*marroAATF*/
	color: #4D5457;/*grisAATF+fosc*/
}

/*h1,h2,h3,h4,h5,h6, #top .pagetitle a {
	color: #7195C1;
}*/

h1, h2, h3, h4, h5 {
	line-height: 1.1;
}

h1 {
	font-size: 1.5em;
	background: url(h_bullet.jpg) no-repeat 0 50%;
	padding-left: 19px;
}

h1:hover {
	background: url(h_bullet_hover.jpg) no-repeat 0 50%;
}

h2 {
	border: transparent 0 solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f2f2f2;
	padding: .4em;
	font-size: 1.3em;
	background: url(h_bullet.jpg) no-repeat 0 50%;
	padding-left: 24px;
}

h2:hover {
	background: url(h_bullet_hover.jpg) no-repeat 0 50%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

#top .pagetitle a {
	color: #719938;
}

.button a,
.button a:visited,
button,
input[type="reset"],
input[type="submit"],
.button input,
.calbuttonBox a {
    border: 1px solid #777;
    font-weight: bold;
    color: #555555;
}

.button a:hover,
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button input:hover,
.calbuttonBox:hover {
    border: 1px solid #666;
    font-weight: bold;
    color: #212121;
	background-color: #ea6;
}

.forumname {
    font-weight: bold;
    font-style: italic;
}
/**Fancytables**/   

.fancyhead {
	background: #897719;/*verdAATF*/
/*	background: #e6e6e6;*/
	padding:3px;
	vertical-align:middle;
}
.cbox > .normal {
	border: none;
}

tr.odd td,
td.odd,
li.odd,
table.normal tr:nth-child(2n+1),
.tablesorter tr.odd td {
	background: #f9f9f9;
	padding:4px;
	vertical-align:middle;
	text-align: left;
}

tr.even td,
td.even,
li.even,
table.normal tr:nth-child(2n),
.tablesorter tr.even td {
	background: #e6e6e6;
	padding:4px;
	vertical-align:middle;
	text-align: left;
}

/***** Calendar *****/
.caltable {
	border-bottom: none;
}

.caltable .days {
	border: none;
}

.caltable .odd,
.caltable .even,
.caltable .calborder {
	border-color: #aaa
}

.caltable .odd {
	background: #e2e2e2;
}
.caltable .even {
	background: #cccccc;
}

.caltable td.calhighlight,
td.calheadhighlight {
	background: #933311;
}

/*Estils propis*/
.sagnat{
	margin: 0px 40px 0px 40px;}

/*classe sensemarge aplica a taules dins de div amb aquesta classe*/
div.sensemarge table, 
div.sensemarge th, 
div.sensemarge td {
	border: none !important;
	background: #ffffff;	}
div.sensemarge div {border: none !important;}

/*Aplica a consultes tributàries i comunicats tècnics importats LesLleis*/	
.sagnatnou{
	margin: 0px 0px 0px 40px;
	display: inline-block;
	margin-bottom: 1rem;
}

/*div.sagnatnou br{*/
/*Incrementa l'espai entre paragrafs*/
/*	margin-bottom: 0.5em}*/
.cita {
border: 0.2em;
border-style: none none none solid;
border-color: #bbbbbb;
padding-left: 1em;
display: inline-block;
margin-bottom: 1rem;
}
.citacursiva {
border: 0.2em;
border-style: none none none solid;
border-color: #bbbbbb;
font-style: italic;
padding-left: 1em;
display: inline-block;
}
/*Columnes*/
.boxafectacio{
/*aplica a articles o disposicions afegides al final*/
border: 1px solid;
	border-color: #05805f !important;
/*	background: #f0f3f1 !important;*/
	padding: 0px 6px;
	border-radius: 4px;
}
.columnes::after {
	content: "";
	display: table;
	clear: both;}
.columna {
float: left;
width: 50%;
padding: 10px;}
.ample300{max-width: 300px;}
.ample350{max-width: 350px;}
.ample400{max-width: 400px;}
.ample450{max-width: 450px;}
.ample500{max-width: 500px;}
.ample550{max-width: 550px;}
.ample600{max-width: 600px;}
.ample650{max-width: 650px;}
.ample700{max-width: 700px;}
.ample750{max-width: 750px;}
.ample800{max-width: 800px;}
.ample850{max-width: 850px;}
.ample900{max-width: 900px;}
.ample950{max-width: 950px;}
.ample1000{max-width: 1000px;}
.lletra75{
	font-size: 0.75em;}
.lletra90{
	font-size: 0.9em;}
.lletra80{
	font-size: 0.8em;}
.lletra70{
	font-size: 0.7em;}
.autotoc .nav > li {
	margin:0;}
.table th, .table td {
    padding: 0.2rem; 
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.col-sm-3 {
	flex: 0 0 20%;
	max-width: 20%;
}
.col-sm-9 {
	flex: 0 0 80%;
	max-width: 80%;
}
.description {
    font-size: 0.95em;
    font-style: normal;
}