body {margin-top: 0}
nav {background: #f8f8f8; border-bottom: solid 1px #e7e7e7}
nav.subnav {margin-top: 54px;z-index:999}
div.dropdown-menu{z-index:100}
div.dropdown{z-index:101}
.dropdown-toggle {margin-right: 10px}
.dropdown-item {padding:.5rem 5rem .5rem 1rem;margin:0}
#div-ppal {
  text-align: left;
}
th{text-align:left;}
.verd{color:green;}

/* Bootstrap custom*/
.nav, .pagination, .carousel, .panel-title a {cursor: pointer}
#navbarSec{padding-left:1.5em;background-color:#eee !important}
tr.inactiu, tr.inactiu a {color:red}
.container{width:98%;padding-left:5px;padding-right:5px;max-width:99% !important}

.bordered-tab-contents > .tab-content > .tab-pane {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0px 0px 5px 5px;
	padding: 10px;
}

.bordered-tab-contents > .nav-tabs {
	margin-bottom: 0;
}

.nav-tabs .nav-link.active{
	background-color:#f8f9fa;
	border-bottom: 1px solid #f8f9fa;
}

div.form-group span.help-block {margin-left:225px;color:red;font-size:85%;}

span.tipuslink {color:#007bff;cursor: pointer}

#llista_filter{float:left;}

.dot {padding-left:7px;line-height:22px;height:25px;min-width:25px;background-color:#a9a9a9;border-radius:50%;display:inline-block;font-weight:bold;border:solid 1px #000}
.estatprev {background-color:#a9a9a9}
.estatact {background-color:#007ac0;font-weight:normal}
.estatnext {background-color:#fff;font-weight:bold}

ul.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	list-style-position: inside;
	cursor:pointer;
}

li.ui-menu-item{
	padding:0;
	line-height:2em;
}
.ui-state-focus{
	background: #F7F7F7;
}
div.ui-helper-hidden-accessible{display:none}

.d-none{display:none}

@media (min-width: 1600px)