/*
ci4.sellweb.de
Version 1.0
COPYRIGHT NORDSUED Gesellschaft für Kommunikation und Technologie mbH
File: bootstrap_override.css
Author: pmoncken
Datum: 12.07.2022
Uhrzeit: 15:05:30
*/
/* 
    Created on : 12.07.2022, 15:05:30
    Author     : pmoncken
*/

.sb-topnav a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.sb-topnav a:hover {
	color: #fff;
}

.table-bordered li .table-bordered {
	border-top: 0px solid white;
    border-left: 0px solid white;
}
.table-bordered li .table-bordered td:last-of-type {
	border-right: 0px solid white;
}

.form-select, .dataTable-selector {
	border-radius: 0;
	font-size: inherit;
}
/* getting additional y-scrollbar for no reason in chrome when not setting this */
/* if fixed in future chrome versions, disable this here again */
.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    overflow: hidden;
    height: 1px;
}

.table > :not(:first-child), .dataTable-table > :not(:first-child) {
	border-top: 0;
}
.sb-topnav .nav-center {
	width: calc(100% - 300px);
	padding-right: 0;
}
.sb-topnav .nav-right {
	width: 250px;
}