body {
	font-family: calibri, arial, sans-serif;
	font-size: 1.2rem;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	}

#side-carousel img {
	margin: 0 auto;
	}

.footer-blurb {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #eee;
    color: black;
}
    
.footer-blurb-item {
    padding: 20px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.small-print {
	text-align: center;
	}
	
.card-header {
	background-color: #1D80C3;
	text-emphasis: azure;
	font-size: 1.25rem;
	font-weight: bold; /* bold because of WAI contrast */
}

article {
	padding: 0 1.25rem;
}

div.card {
	margin-bottom: 1rem;
}
	
div.bg {
	background-image: url(../images/app_logo.png);
	background-color: #1D80C3;
	height: 100px;
	width: 100%;
	background-position: left;
    background-repeat: no-repeat;
}

vtgdb-top-links {
    color: #ffffff;
}

img.lwd_map {
	width: 100%;
}

div.link {
	cursor: pointer;
}

/* navbar changes for DIBOS */

.navbar {
	padding: 0 1rem;
}

.bg-navbar-dibos {
	background-color: #C3C3C3;
}

.navbar-dark .navbar-nav .nav-link {
	padding: 0 1rem;
	color: rgba(0,0,0,.8);
}

.nav-item.active {
	background-color: #ffffff;
}

.btn-outline-yellow {
    color: #c6c600;
    background-color: transparent;
    background-image: none;
    border-color: #c6c600;
}

.btn-outline-yellow:hover {
    color: #ffffff;
    background-color: #c6c600;
    border-color: #c6c600;
}

.btn-outline-warning:hover {
	color: #ffffff;
}

.vtgdb-article-info-header {
	font-weight: bold;
	text-decoration: underline;
}

ul.vtgdb-att-list {
	list-style-type: none;
	padding-left: 1rem;
}

p.white {
	color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1.0);
    /* font-weight: bold; */
}

/* use another blue because of WAI contrast test */
a {
	color: #531fff;
}
a:hover {
	color: #531fff;
}

.navbar-brand { max-width: 50px; color: rgba(0,0,0,0) !important; }

ol.link_mit_pfeil {
	width: 100%;
	list-style-type: none;
}

ol.link_mit_pfeil a {
    padding: 3px 0 3px 15px;
    background: url(../../bos_warnung/images/pfeil_rechts_rot.gif) no-repeat 5px 0.5em;
    color: black;
    display: inline;
}

.alert-orange {
    background-color: #ffbd3e;
}

a[lang=en]:before{
    content: "";
    display: block;
    background: url(../../bos_warnung/images/flag/uk-round-16.png) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 6px;
}

div.dropdown-menu > a[lang=en]:before{
    margin-left: -20px;
}

.navbar-nav .nav-item.active {
	background-color: #ffffff;
}

.navbar-nav .nav-item.active .nav-link {
    color: #1D80C3;
}



/* vtgdb */
div.topHeadline {
    font-weight: bold;
    margin-top: -0.5rem;
    font-size: 20px;
    width: 100%;
    padding: 0 5px;
    background-color: #1D80C3;
    margin-bottom: 5px;
}
div.locked {font-size: 14px; background-color: yellow; padding: 0 5px;}

.data-label { border-bottom: 1px dotted #cccccc; font-weight: bold; color: #393939; }
.data-input { border-bottom: 1px dotted #cccccc; }
.data-input input  { background-color: #f6f6f6; }
.data-input input:focus  { background-color: #cccccc; }
.data-input select { }

a.vtgdb_deleteInputValue {
    position: relative;
    top: -4px; left: -16px;
    padding: 0 0 0 10px;
    cursor: pointer; 
    background-image: url("../images/close_grey_16.png");
    background-repeat: no-repeat;
    min-height: 10px; height: 10px;
    text-decoration: none;
}
div.tab-pane {margin-left: 10px; width: 98%;}

/* userEntry */
div.userEntry      {padding-left: 5px; font-size: 1rem;}
div.userEntry.even       {background-color: #efefef;}
div.userEntry.odd        {background-color: #cccccc;}
div.userEntry span.contactInfo {font-size: 0.8rem;}

div.userEntry.selected      {background-color: yellow; border-bottom: 1px solid #E8E800;}
div.userEntry.disabled span {font-style: italic; color: #666666;}

/* vtgdb window */
.window {
	border: 1px solid black;
	background-color: #9fd8ff;
	width: 500px;
	max-width: 90%;
	z-index: 200;
	position: absolute; 
	left: 100px; 
	top: 50px;
}
.window .windowTitle {
	font-weight: bold;
	background-color: #1D80C3;
	border-bottom: 1px solid black;
	cursor: move;
}
.window .windowBody {
	margin: 10px;
}

.avatar {
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #6d6d6d;
}

a.vtgdb_copyRow {
    position: relative;
    left: 0;
    border-left: 0 solid #cccccc;
    padding: 1px 0 1px 12px;
    margin: 0 0 0 0;
    cursor: pointer; 
    background-image: url("../../images/add.png");
    background-repeat: no-repeat;
    min-height: 16px;
    text-decoration: none;
}

.vtgdb_list td { padding-left: 5px; padding-right: 5px;}
.vtgdb_list td.data_number { max-width: 100px; text-align: right; }
.vtgdb_list td.data { max-width: 50px; text-align: center; }

ul.ui-autocomplete {
    max-height: 400px;
    overflow: auto;
}

/* article list */
tr.vtgdb-released.data_1 { background-color: #99e6a6; }
tr.vtgdb-released.data_2 { background-color: #8fd19e; }


/* vtgdb end */

@media only screen and (max-width: 991px) {
	.navbar {
	   margin-top: -70px; 
	   margin-bottom: 0;
	   margin-left: 0 !important;
	   padding-bottom: 10px;
	}
	
	.navbar-collapse {
	   margin-top: 18px;
	}
	
	.navbar-toggler {
	   padding-top: 10px;
       padding-bottom: 10px;
	}
	
	.navbar-expand-lg { background-color: rgba(0,0,0,0) !important; }
	
	.vtgdb_top_spacer {margin-top: 0; padding-top: 0; height: 23px; background-color: #cccccc;}
	
	.bos_topmenu_sticky {
	    
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0;
        background-color: #1d80c3 !important;
    }
    
    .bos_topmenu_sticky .nav-item { background-color: #ffffff;}
    
    .navbar-collapse li.nav-item {
        border-bottom: 1px dotted #cccccc;
    }
    
    /* vtgdb window */
    .window {
        left: 20px;
    }
}

@media only screen and (min-width: 992px) {

	.navbar {
	   height: 40px;
	   margin-top: -40px;
	   text-align: right;
	   background-color: rgba(0,0,0,0);
	   
	   /* padding-left: 0px; padding-right: 0px; */
    }
    
    .navbar-expand-lg { background-color: rgba(0,0,0,0) !important; }
    
    .navbar-nav {}
    .navbar-brand { display: none; }
    .navbar-collapse { background-color: rgba(0,0,0,0)}
    .navbar-nav .nav-item {
        height: 40px;
        border-top: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid white;
        background-color: #1d80c3;
        text-overflow: ellipsis;
    }
    .navbar-nav .nav-item a.nav-link         {text-overflow: ellipsis; white-space: nowrap; color: white;}
    .navbar-nav .nav-item a.nav-link:link    {color: white;}
    .navbar-nav .nav-item a.nav-link:visited {color: white;}
    .navbar-nav .nav-item a.nav-link:hover   {color: white;}
    .navbar-nav .nav-item a.nav-link:active  {font-weight: bold}
    
    .navbar-nav .nav-item.active a.nav-link         {color: #1D80C3;}
    .navbar-nav .nav-item.active a.nav-link:link    {color: #1D80C3;}
    .navbar-nav .nav-item.active a.nav-link:visited {color: #1D80C3;}
    .navbar-nav .nav-item.active a.nav-link:hover   {color: #1D80C3;}
    .navbar-nav .nav-item.active a.nav-link:active  {color: #1D80C3;}
    
    
    .mr-auto {
        left: auto !important;
        right: 0;
    }
    
    .vtgdb_top_spacer {height: 23px; background-color: #cccccc;}
    
    /* show dropdown on hover */
    .dropdown:hover > .dropdown-menu { display: block; }
    .dropdown > .dropdown-toggle:active { pointer-events: auto; } /*Without this, clicking will make it sticky*/
    
    .dropdown-menu {
        top: 37px;
        left: -3px;
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .dropdown-item { 
        height: 40px;
        border-top: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid white;
        background-color: #1d80c3;
        text-overflow: ellipsis;
        font-size: 1.2rem; 
        color: white;
    }
    
    .bos_topmenu_sticky {
        /* padding-right: 0px !important; */
        padding-left: 0;
        background-color: #1d80c3 !important;
    }
}