body{
	font-family: 'Verdana';
	font-weight: normal;
}
a{
    color:#21ABDD;
}
a:hover{
    color:#446996;
}
.listSubstances{
	font-size: 0.875rem;
}
.listSubstances a.btn{
	font-weight: bold;
	
}

.listSubstances a.name{
	font-size: 15px;
	color: #337ab7;
	word-break: break-word;
}

.listSubstances .un{
	font-weight: bold;
	white-space: nowrap;
}

header{
	width: 100%;
    background: url("../images/crown_overlay.png") no-repeat center, linear-gradient(0deg, #002855 0%, #156998 77.99%, #2489AE 100%);
	background-size: cover;
    padding-bottom: 15px;
}
#logo{
	text-align: center;
	padding: 20px 0 30px;
}

#logo img{
	max-width: 100%;
	max-height: 85px;
}
.header-icon{
    display:block;
    margin:0 auto;
}
.header-icon#map{
    width: 42px;
	margin-top: 1rem;
}
.header-icon#book{
    width: 42px;
}
.header-icon#phone{
    width: 34px;
}
.header-icon img{
    width:100%;
}
.header-text{
    margin-top: 5px;
    text-align:center;
    display: block;
}
.noshow{
	display: none;
}
.bordersp{
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding: 10px 0;
}
.bordersp ~ .bordersp{
	border-top:none;
}
.listSubstances>tbody>tr>td, .listSubstances>tbody>tr>th, .listSubstances>tfoot>tr>td, .listSubstances>tfoot>tr>th, .listSubstances>thead>tr>td, .listSubstances>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	/*max-width: 120px;*/
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.has-feedback {
	position: relative;
}
#info-search{
	display: flex;
	/*text-align:center;*/
}
#search-text{
	text-align:center;
}
.scrollToTop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;
}

.scroll {
	position:absolute;
	right:20px;
	bottom:4px;
	background:#DFDFDF;
	opacity: 0.7;
    padding: 13px 16px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	border-radius: 20px;
}
.scroll:hover {
	background:#b2b2b2;
	opacity: 1;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:25px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

#last-searches{
    font-weight:bold;
    padding: 8px;
}
.btn-update{
	/*background-color: #F5821E;*/
	background-color:#21ABDD;
	color: #FFF;
}
.btn-update:hover{
	color: #FFF;
	opacity: 0.9;
}
.updates-title{
	color: #21ABDD;
	font-weight: bold;
}
.version-text{
	float:right;
	font-size:10px;
}
/**********CONTACT********/
#nav-cont a{
	color: #FFF;
}

#nav-cont a:hover{
	opacity: 0.7;
	text-decoration:none;
}
#nav-cont a ~ a{
    margin-left: 35px;
}

#contact-tabs{
	border-bottom:2px solid grey;
}
#contact-tabs .nav-link{
	border-radius:0;
	position: relative;
	top: 2px;
	/*background-color: #f0f0f0;*/
	font-size: 22px;
}
#contact-tabs .nav-link:hover{
	background-color: #f0f0f0;
    border-radius: 15px 15px 0 0;
}
#contact-tabs .nav-item ~ #contact-tabs .nav-item .nav-link.active{
	border-bottom:5px solid #A5181E;
}
#contact-tabs .nav-link.active, #contact-tabs .show>.nav-link {
	color: #000;
	background-color: #e3e3e3;
	border-bottom: 2px solid #F5821E;
    border-radius: 15px 15px 0 0px;
}

/********* INFO *********/
.container.details{
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}
#pdflink, #pdflink:hover{
	color: #000;
	text-decoration:underline;
}
.card-link{
	color: #000;
}

.card-link:hover{
	color: #000;
	opacity: 0.6;
}
.card-header:hover{
	text-decoration: none;
}
.card-header.collapsed .card-link:before{
	content:"+";
	width: 15px;
	display: inline-block;
	text-align: center;
}

.card-header .card-link:before{
	content:"-";
	width: 15px;
	display: inline-block;
	text-align: center;
}
.details table td{
	padding-bottom:8px;
}
.details table td:first-of-type{
	width:200px;
}
table.listSubstances td:first-of-type{
	width:100%;
}
.details .tab-pane div a{
	color: black;
	text-decoration: underline;
}
.details h1, .details h1 a, .details .tab-pane div h1 a{
	font-size: 1.25rem;
	color: #F5821E;
}
.details .tab-pane h2{
	font-style: italic;
}
.details table tr td ~ td{
	padding-left: 10px
}
.details table tr td:first-child{
	vertical-align: top;
}
.details h2, .details h2 a{
	font-size: 1rem;
	color: black;
	margin-top: .5rem;
}

.details .tab-pane table ~ table{
	margin-top: 2rem;
}
.details table tr h2{
	margin-bottom: 0;
	margin-top:0;
}
.details table tr h1{
	display:inline-block;
	margin-right: 5px;
}
.details table tr:nth-child(odd){
	/*background-color: #BFBFBF;*/
}
h1.info-title {
	color: black;
	font-size: 2.5rem;
}
.unnummer{
	margin-right: 5px;font-weight: bold;color: grey;
}

.unnummer:not(:last-of-type):after{
	content:', '
}
.faretavleclass{
	border-width: medium;
	width: 100px !important;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	background: #F5821E;
	height: 100px;
	font-size: 26px;
	cursor: pointer;
	margin-top: 0 !important;
}
.faretavle.fare{
	color:black;
	border: 2px solid black;
	background: #F5821E;
	text-align:center;
	padding:0;
	vertical-align: middle !important;
}

.faretavle.un{
	color:black;
	border: 3px solid black;
	text-align:center;
	padding:0;
	vertical-align: middle !important;
}

.faretavle span{
	width: 100px;
	font-size: 26px;
}
.pikto{
	height: 70px;
	width: 70px;
	cursor: pointer;
}
.pikto ~ .pikto{
	margin-left: 5px;
}
.image-cont, .image-cont img{
	width: 100%;
}
.card .row+.row{
	margin-top: 10px;
}
.distance:not(:last-child){
	border-right: 1px solid grey;
	padding: 0 5px;
}
#protection{
	/*border-bottom: 1px solid grey;*/
}
#protection a{
	color: #000;
	text-decoration: underline;
}
#protection h2{
	font-weight: bold;
}
#protection .image-cont{
	max-width:100px;
}
.red-pill{
	display:inline-block;
	color: white;
	background-color: #A5181E;
	border-radius: 8px;
	padding: 1px 8px;
}
.red-pill + .red-pill{
	margin-left: 5px;
}
#data-details p{
	margin: 0;
}
#details-tabs{
	/*border-bottom:2px solid grey;*/
	/*background-color: #002855;*/
	width:100%;
}
#details-tabs .nav-link{
    color: #fff;
}
#details-tabs .nav-link{
	border-radius:0;
	position: relative;
	top: 2px;
	/*background-color: #f0f0f0;*/
	font-size: 16px;
	height: 50px;
}
#details-tabs .nav-link:hover{
	/*background-color: #f0f0f0;*/
	background-color: transparent;
	border-radius: 15px 15px 0 0;
	border-bottom: 2px solid #F5821E;
	color: #21ABDD;
	opacity: 0.8;
}
#details-tabs .nav-item ~ #details-tabs .nav-item .nav-link.active{
	border-bottom:5px solid #A5181E;
}
#details-tabs .nav-link.active, #details-tabs .show>.nav-link {
	/*color: #000;*/
	color: #21ABDD;
	/*background-color: #e3e3e3;*/
	background-color: transparent;
	border-bottom: 2px solid #F5821E;
	border-radius: 15px 15px 0 0px;
}
#tabs-cont table{
	width:100%;
}
.icon-tabs{
	width:26px;
}
.icon-tabs img{
	width:100%;
}
.data-table{
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
}
.nav-link {
	/*padding: .5rem .2rem;*/
	padding: 0.5rem 2rem 0.5rem 0.5rem !important;
}
@media only screen and (max-width: 768px) {
	.distance:not(:last-child){
		border-right: none;
	}
	.data-table{
		column-count:1;
		-moz-column-count:1;
		-webkit-column-count:1;
	}
}
@media only screen and (max-width: 374px) {
	.nav-link{
		padding: .5rem 0.875rem;
	}
	.details .tab-pane div a{
		word-break: break-word;
	}
}
/********* INFO modal *********/
#details-modal .modal-content, #updates-modal .modal-content, #nummers-modal .modal-content,#pikto-modal .modal-content{
	border: 5px solid #21ABDD;
	border-radius: 10px;
}
#details-modal .modal-header{
	font-size: 1.5rem;
	text-align: center;
}
#pikto-modal .modal-header{
	border-bottom: 0;
	padding:0;
}
#details-modal a{
	color: #000;
	text-decoration: underline;
}
.close-circle{
	position: absolute;
	top: -15px;
	right: -15px;
	border: none;
	font-size: 1.875rem;
	line-height: 1;
	color: white;
	background-color: #002855;
	border-radius: 50%;
	/*padding: 7px 10px;*/
	padding: 0;
	width: 44px;
	height: 44px;
	z-index:100;
	cursor: pointer;
}
.close-circle:hover,.close-circle:focus{
	outline:0;
}
.close-circle span{
    top: -2px;
    position: relative;
}
/****************** Knowledge Viden ****************8/
#knowledge-container table{
	margin-bottom: 1rem;
	/*display: block;*/
	/*width: 100%;*/
	/*overflow-x: auto;*/
	/*-webkit-overflow-scrolling: touch;*/
	/*-ms-overflow-style: -ms-autohiding-scrollbar;*/
/*}*/
#knowledge-container table tr:nth-child(odd){
	background-color: #DFDFDF;
}

#knowledge-container #info-16 table tr:nth-child(odd){
	background-color: #FFF;
}
#knowledge-container table td, #knowledge-container table th{
    padding: 5px 8px;
}
.knowledge-header tr, .knowledge-header td{
	background-color: #fff !important;
	padding: 0 !important;
}
.knowledge-header td:nth-child(2){
	padding-left:5px !important;
	vertical-align:middle !important;
}
#viden .nav-link.active{
	text-decoration: underline;
    color: #446996;
}

#knowledge-container h1{
	font-size: 2rem;
	margin-top: 1rem;
}
#knowledge-container h2{
	font-size: 1.75rem;
	margin-top: 1rem;
}
#viden .navbar{
	display: block;
}
#viden .nav{
	width: 100%;
	word-break: break-word;
}
#viden .nav-item{
	width: 100%;
}
#group-table{
	width: 100%;
	padding: 0 10px;
	display: table !important;
}
#group-table td{
	padding:5px;
	width: auto;
}
#knowledge-container #group-table tr:nth-child(odd){
	background-color: #FFF;
}

#knowledge-container p + h1{
	margin-top: 0;
}
#knowledge-container table{
	display: block;
	width: 100%;
    max-width:830px;
	overflow-x: auto;
	font-size: 14px;
}
#highlights a{
	color: #000;
	text-decoration: underline;
}
#listHighlights tbody tr{
	background-color:unset !important;
}

/* Footer styles */
.footer {
     
    
}

@media only screen and (max-width: 768px) {
	#viden .navbar{
		background-color: #f8f9fa!important;
		padding-left: 5px;
	}
	#viden .navbar-toggler {
		color: rgba(0,0,0,.5);
		border-color: rgba(0,0,0,.1);
	}
	#viden .navbar-toggler-icon{
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	#viden .nav-link{
		padding-left: 5px;
	}
	#viden .navbar-toggler:focus{
		outline: none;
	}
}