*,
*::before,
*::after {
    box-sizing: border-box;
}
*{
	margin: 0;
	padding: 0;
}
body{
	background: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
	font-size: 0.8rem;
	color: rgb(80,80,80);
	margin: 0;
	line-height: 1.5rem;
}
strong{
	font-weight: 700;
}
.text-right{
	text-align: right !important;
}
.container{
	width: 1250px;
	margin: 0 auto;
}
a {
	color: #2e2e2e;
}
a:hover {
	color: #727978;
}
#login .container{
	width: 640px;
	margin: 0 auto;
}
#login p{
	margin-bottom: 1rem;
}
.col-2{
	width: 50%;
	float: left;
}
 .datarow{
	display: none;
}
/*------- HEADER -----------------*/
header{
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
/*------- Topline -----------------*/
.topline{
	background: #727978;
	text-align: right;
	width: 100%;
	float: left;
	padding: 5px 0;
	font-family: 'Nunito Sans';
}
.topline p{
	margin: 0;
	color: #fff;
}
.topline a{
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}
.topline a.logout{
	background: #59605f;
	text-transform: uppercase;
	font-weight: 800;
	padding: 7px 11px;
}
.topline a.logout:hover{
	background: #4d5452;
}
.topline span.user{
	padding: 0 10px;
	color: #fff;
}
/*------- Laguage -----------------*/
header .lang{
	width: 7%;
	float: right;
	margin-top: 35px;
}
.lang .lang_de,
.lang .lang_en{
	margin: 0 5px;
	width: 30px;
	height: 21px;
	text-indent: -9999px;
	display: inline-block;
}
.lang .lang_de{
	background: url("../img/de_DE.png")	no-repeat;
}
.lang .lang_en{
	background: url("../img/en_GB.png")	no-repeat;
}
/*------- Logo -----------------*/
header .logo{
	width: 18%;
	float: left;
}
header .logo a{
	background: url("../img/inlight_logo_DE.png")	no-repeat;
	width: 183px;
	height: 97px;
	display: block;
}

header .logoen{
	width: 18%;
	float: left;
}
header .logoen a{
	background: url("../img/inlight_logo_EN.png") no-repeat;
	width: 183px;
	height: 97px;
	display: block;
}
/* ----- Navigation ----*/
header nav{
	width: 73%;
	float: left;
	margin-top: 35px;
}
header nav ul{
	margin: 0;
	padding: 0;
}
header nav  ul li{
	list-style: none;
	float: left;
	padding: 5px 10px 15px 10px;
	position: relative;
    display: inline-block;
    z-index: 100;
}
header nav ul li a{
	font-size: 16px;
	color: rgb(60,60,60);
	font-weight: 700;
	padding: 4px;
	text-decoration: none;
	border-bottom: 3px solid #fff;
}
header nav ul li a:hover{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}

.navOrder.active{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}

.navAddress.active{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}

.navArticle.active{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}

.navDownload.active{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}
.navMessage.active{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}

.navAdmin.active{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}

.navKunden.active{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}

.navPreise.active{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}

.navErsatzteile.active{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}

.navQR.active{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}

.navService.active{
	text-decoration: none;
	border-bottom: 3px solid #fbc914;
}
/*------- MAIN -----------------*/
main{
	width: 100%;
	float: left;
}

/*------- FOOTER -----------------*/
footer{
	width: 100%;
	padding: 10px 0;
	color: #fff;
	background: #2e2e2e;
	float: left;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
	color: #fff;
}
/*------- Before TABLE Styles / Filter-----------------*/
.grey{
	background: #f1f1f1;
	padding: 50px 0 50px;
}
.grey h1{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 28px;
	color: #3c3c3c;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}
.grey h3{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	color: rgb(120,120,120);
	letter-spacing: 1px;
	margin-bottom: .5rem;
}
.tableFilter{
    display: inline-block;
    float: left;
    width: 25%;
    margin-right: 2%;
    box-sizing: border-box;
}
.tableSearch {
    display: inline-block;
    float: left;
    width: 25%;
    margin-right: 2%;
    box-sizing: border-box;
}
.periodOfTime{
    display: inline-block;
    float: left;
    width: 40%;
    margin-right: 2%;
    box-sizing: border-box;
}
.tableSearch{
	text-align: right;
}
/*------- TABLE Styles -----------------*/
table{
	border-collapse: collapse;
}
table tr{
	border-bottom: 1px solid #ccc;
}
table tr.breakrow{
	cursor: pointer;
}

table td.menuwhite a{
	background: #fff;
	width: 100%;
	display: block;
	text-align: left;
	font-weight: 800;
	margin-top: 20px;
	font-size: 22px;
	text-transform: uppercase;
	padding: 35px 50px;
	text-decoration: none;
}

table td.menuwhite a i{
	float: right;
	vertical-align: middle;
}

table tr.breakrow:hover,
table tr.breakrow.active{
    background: #f1f1f1;
}
table tr td{
	height: 48px;
	vertical-align: middle;
}
table thead tr th{
	padding: 5px 0 10px;
	font-weight: 800;
	text-align: left;
}
table thead tr th strong{
	font-weight: 800;
}
.downloads .toggle.tablesorter-hasChildRow td {
	padding: 20px 0 20px 25px;
	text-transform: uppercase;
	font-size: 1rem;
}
.downloads .toggle.breakrow.tablesorter-hasChildRow td {
	padding: 30px 0 30px 5px;
	font-size: 0.8rem;
}
.downloads .tablesorter-childRow tr.tablesorter-childRow td {
	padding: 20px 0 20px 45px;
	font-size: 0.9rem;
}
.downloads .tablesorter-childRow tr.tablesorter-childRow td:first-child {
	font-weight: bold;
}
table tr.position{
	border-bottom: 10px solid #fbc914;
}
.downloads table tr td a[download] {
	background-color: #cccccc;
	padding: 10px 15px 10px 10px;
	color: #3c3c3c;
	text-decoration: none;
	font-weight: bold;
}
.downloads table tr td a[download]::before {
	font-family: 'inlight_kundenportal';
	content: "\e909";
	padding: 0 10px 0;
}
.downloads table tr td a[download]:hover {
	background-color: #fbc914;
}
/*------- Home --------------*/
.home-table{
	margin: auto
}
table.home-table.start tr td {
	height: 0;
}
.home-table tr{
	border: 0 none;
}
.home{
	padding-top: 40px;
}
.home a{
	display: block;
	width: 100%;
	background: #fbc914;
	text-transform: uppercase;
	padding: 5px 0;
	color: #505050;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.home a.grey{
	display: block;
	width: 100%;
	background: #727978;
	text-transform: uppercase;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
.home a:hover{
	color: #fbc914;
	background: #505050;
}
.home a.auftraege{
	background: url("../img/icons/auftraege.png") no-repeat #fff center 20px;
	height: 175px;
}
.home a.lieferanschriften{
	background: url("../img/icons/lieferanschriften.png") no-repeat #fff center 20px;
	height: 175px;
}
.home a.lieferscheine{
	background: url("../img/icons/lieferscheine.png") no-repeat #fff center 20px;
	height: 175px;
}
.home a.artikelpool{
	background: url("../img/icons/icon-start_lager.png") no-repeat #fff center 20px;
	height: 175px;
}

.home a.download{
	background: url("../img/icons/download.png") no-repeat #fff center 20px;
	height: 175px;
}

.home a.rechung{
	background: url("../img/icons/rechnung.png") no-repeat #fff center 20px;
	height: 175px;
}

.home a.kunden{
	background: url("../img/icons/icon_kunden.png") no-repeat #fff center 20px;
	height: 175px;
}

.home a.ersatzteile{
	background: url("../img/icons/icon-start_ersatzteile.png") no-repeat #fff center 20px;
	height: 175px;
}

.home a.preise{
	background: url("../img/icons/icon-start_preise.png") no-repeat #fff center 20px;
	height: 175px;
}

.home a.qrportal{
	background: url("../img/icons/icon-start_qr-portal.png") no-repeat #fff center 20px;
	height: 175px;
}

.home a.service{
	background: url("../img/icons/icon_service.png") no-repeat #fff center 20px;
	height: 175px;
}

.home a.admin{
	background: url("../img/icons/icon-start_administration.png") no-repeat #fff center 20px;
	height: 175px;
}

.home a.logouttyle{
	background: url("../img/icons/icon-start_logout.png") no-repeat #59605f center 20px;
	height: 175px;
}

.home a.oneup{
	background: url("../img/icons/icon-start_home.png") no-repeat #fff center 20px;
	height: 175px;
}
.home a.auftraege,
.home a.lieferanschriften,
.home a.lieferscheine,
.home a.artikelpool,
.home a.download,
.home a.rechung,
.home a.kunden,
.home a.ersatzteile,
.home a.preise,
.home a.qrportal,
.home a.service,
.home a.admin,
.home a.logouttyle,
.home a.oneup {
	height: 250px;
	background-position: center center;
}
/*------- toggle Info -------*/
.col-2{
	width: 50%;
	float: left;
	text-align: left;
	padding: 10px 0;
}
.col-2 p{
	margin-bottom: 1rem;
}
.col-2 h3{
	text-transform: uppercase;
	font-size: 1rem;
	margin: .5rem 0;
}
.col-2 span.label{
	width: 150px;
	display: inline-block;
}
.col-2 table tr{
	border-bottom: 0 none;
}
.col-2 table tr:nth-child(odd) {
	background: rgba(0,0,0,0.1);
}
.col-2 table tr td{
	height: auto;
	padding: 2px 1px 2px 3px;
}
.col-2 table.details tr td{
	padding: 3px 10px 3px 5px;
}
.btn-yellow{
	width: 100%;
	display: block;
	text-align: center;
	background: #fbc914;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	font-weight: 800;
	color: #505050;
}

.btn-yellow-small{
    width: 40%;
    display: block;
    text-align: center;
    background: #fbc914;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    float: left;
    text-decoration: none;
    font-weight: 800;
    color: #505050;
}

.btn-yellow-mail{
    width: 41%;
    display: block;
    text-align: center;
    background: #fbc914;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    color: #505050;
	border: none;
	font-size: 15px;
	font-family: 'Nunito Sans', sans-serif;
}

.btn-yellow-order{
    width: 100%;
    display: block;
    text-align: center;
    background: #fbc914;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    color: #505050;
}

.btn-yellow-article{
	width: 100%;
	display: block;
	text-align: center;
	background: #fbc914;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	font-weight: 400;
	color: #505050;
}

.btn-yellow-newuser{
	width: 275px;
	display: block;
	text-align: center;
	background-color: #fbc914;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	font-weight: 800;
	color: #505050;
}
.btn-yellow-newuser::before {
    font-family: 'inlight_kundenportal';
    content: "\e900";
    font-size: 22px;
    padding-left: 20px;
    float: left;
}

.btn-yellow-newuser:hover,
input[type="submit"]:hover,
button[type="submit"]:hover{
	background-color: #505050;
	color: #fbc914;
	cursor: pointer;
}

.btn-yellow-article-inq{
	width: 100%;
	height: 50%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	background: #fbc914;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 800;
	color: #505050;
}

.btn-yellow-article-inq:hover {
	background: #505050;
	color: #fbc914;
}

.btn-yellow-admin{
	width: 600px;
	display: block;
	text-align: center;
	background: #fbc914;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	font-weight: 700;
	color: #505050;
}

.btn-yellow-auftraege{
	width: 100%;
	display: block;
	text-align: center;
	background: url("../img/icons/auftraege.png") no-repeat #fff center 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	font-weight: 700;
	color: #505050;
}

.btn-yellow-admin-table{
	width: 100px;
	display: block;
	text-align: center;
	background: #fbc914;
	padding-top: 8px;
	padding-bottom: 8px;

	float: left;
	text-decoration: none;
	font-weight: 400;
	color: #505050;
}

.btn-black-admin-table{
	width: 100px;
	display: block;
	text-align: center;
	background: #505050;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 2px;
	float: left;
	text-decoration: none;
	font-weight: 400;
	color: #fbc914;
}

.btn-yellow-article:hover{
	background: #505050;
	color: #fbc914;
}

.btn-yellow-admin:hover{
	background: #505050;
	color: #fbc914;
}

.btn-yellow-admin-table:hover{
	background: #505050;
	color: #fbc914;
}

.btn-black-admin-table:hover{
	background: #fbc914;
	color: #505050;
}




.btn-yellow:hover{
	background: #505050;
	color: #fbc914;
}

.btn-yellow-small:hover{
    background: #505050;
    color: #fbc914;
}



.back{
	margin-top: -25px;
	margin-bottom: 25px;
}
.back a{
	color: #fbc914;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}
.back a:hover{
	text-decoration: underline;
}
/*------- Input Styles -------*/
input, select, textarea{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
	font-size: 1rem;
	padding: 4px;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border: 1px solid #aaa;
    background: #fff;
}
input[type="date"]{
	cursor: text;
}

input[type="number"]{
	cursor: text;
	width: 100px;
}
#login input{
	width: 100%;
	padding: 5px;
	margin-bottom: .5rem;
}
#login .btn{
	width: 100%;
	padding: 10px 0;
	margin-bottom: .5rem;
	background: #fecc00;
	color: rgb(60,60,60);
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	border: 0 none;
	cursor: pointer;
	-webkit-transition: background 250ms ease;
	-moz-transition: background 250ms ease;
	-ms-transition: background 250ms ease;
	-o-transition: background 250ms ease;
	transition: background 250ms ease;
}
#login .btn:hover{
	background: #505050;
	color: #fbc914;
}
#login label {
	color: rgb(100,100,100);
	font-size: 18px;
}
.select-css {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: 5px;
    width: 60%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	cursor: pointer;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus,
input:focus{
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    color: #222;
    outline: none;
}
.select-css option {
    font-weight: normal;
	cursor: pointer;
}

/* PAGINATION */

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

/* Icons für die Tables */

.tableimage{
    vertical-align:middle;
    width: 20px;
    height: 20px;
}

.tableicon{
    vertical-align:middle;
    width: 30px;
    height: 30px;
}

.carticon{
	vertical-align:middle;
}

.tableplus{
    width: 30px;
    height: 30px;
    border-style: hidden;
    vertical-align:middle;
}

/* Tablesorter css */

.hidden {display: none; }

.tablesorter-filter.disabled {display:none;}

.tablesorter .filtered {
    display: none;
}

.tablesorter .tablesorter-filter {
    width: 98%;
}

/*table tr.tablesorter-hasChildRow:hover{
    background: #fef1c4;
}*/

table tr.tablesorter-hasChildRow{
    cursor: pointer;
}

/*Order Positions css*/
.myRow.hover,
.myRow.active{
    background: #fef1c4;
}

/*Change Address CSS*/
#changeaddress label {
	width:150px;
	text-transform: uppercase;
	display:inline-block
}

.administration {
	width:300px;
	text-transform: uppercase;
	display:inline-block
}

.administrationinput {
	width:300px;
	display:inline-block
}

.adminlabel {
	width:100px;
	display:inline-block
}

.adminlabelright {
	width:100px;
	margin: 1rem;
	display:inline-block
}

.img-button {
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
}

