/**
*
*/
body{
	background-color: rgb(245, 245, 245);	
}

.container{
}

table{ 
	width: 100%;
	font-size: 14px
}

table td{
	padding: 2px 5px;
}

.lizenztabelle td:first-child{ font-weight: bold; width: 35%}
.lizenztabelle td:last-child{ font-family: monospace; }

.label-white{
	background-color: rgb(255, 255, 255);
	color: #0275d8;
	margin-left: 10px
}

.nav-pills .nav-item+.nav-item{margin-left: 1px}
.nav-item{margin-bottom: 3px}

.row-form div{padding: 5px}

#toaster {
	width: 240px!important;
}

.custom-white{
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(200, 200, 200);
	margin-top: 30px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.panel {
	margin: 15px 15px 25px 15px;
	box-shadow: none;
}

.panel-heading{
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
}

.panel-body{}

.panel-body form label{
	font-weight: bold;
}

.login-logo{
	padding: 20px	
}

.copyright {
	font-size: 11px;
	text-align: center;
	color: rgb(50,50,50);
	margin: 20px 10px
}

.copyright .fa-heart{color: rgb(160, 0, 0);}

.modal-footer{border-top: none}

.modal-body input, .modal-footer button, .modal-footer .btn+.btn{
	margin: 5px	
}

.custom-row{
	background-color: rgb(255, 255, 255);
	border: 1px solid #ddd;
	border-top: none;
	padding: 20px 0px
}

.table.dataTable{
	margin: 15px 0px 20px 0px!important
}

.dataTables_info{
	font-size: 12px
}

.table td, .table th{vertical-align: middle}

.table td{font-size: 13px}

.hidden{ display: none!important; }
.pagination{font-size: 13px}

#table_id tbody tr{
	cursor: pointer;
}

.kontakttabelle{ width: 100%}
.kontakttabelle td:first-child{width: 50px; vertical-align: middle; font-size: 30px; text-align: right; padding-right: 10px}
.kontakttabelle td, .lizenztabelle td{padding:  2px; line-height: 22px}

a:hover{
	text-decoration: none
}

.kundeninf{margin: 20px 0px 25px 0px}

.kundeninf h3 span{margin: 0px 15px 0px 5px}

.tab-content{
	border: 1px solid #ddd;
	border-top: none;
	padding: 15px
}

.lizenzform table label{font-weight: bold}


.form-control{line-height: 2rem!important}
select{padding: .75rem!important; margin-top: 12px;}
.custommargin{
	margin-top: 3px
}
.label-x {
	font-size: 60%!important;
}
.label-pill-x {
    padding-right: .5em;
    padding-left: .5em;
    border-radius: 10rem;
}

.fixedwidth{width: 50px!important;}


#table_id_length select{margin-top: 0px!important; margin-right: 10px}

thead{width: 100% !important;}