
.ui-tabs-nav li a:focus{outline: none;}
html, body {
	height:100%;
	min-height:100%;
}
body {
	background: #f5f5f5 url(/app_catalogs/images/bg.png) repeat-x;
	color: #323232;
	padding: 0;
	margin: 0;
	width: 100%;
    min-width: 1400px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
}

a {
	color: #323232;
	text-decoration: none;
}

a, a:hover, a:focus{
	color: #323232;
	text-decoration: none;
}

:focus, :active {
	outline: none!important;
}

.form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,140,0,.6)!important;
  	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,140,0,.6)!important;
	  border-color: #ff8c00!important;
 }

input:focus, input:focus-visible {
    outline: none !important;
    border-color: #ff8c00 !important;
 }

.btn-warning, .btn-warning.active {
    background-color: #ff8c00;
}
.btn:hover {
	background: #3d3d3d;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #fff !important;
    background-color: #323232;
    border-color: #111;
}
img { border: none; outline: none; }

#container {
	/**width: 1250px;       **/
	width: calc(100% - 30px);
	margin: 20px auto;
}

#logo {
	background: url(../images/header.png) no-repeat;
	height: 74px;
}

#header {
	border: solid 1px #636363;
	display: block;
	margin: 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#footer {
	/*border: solid 1px #636363;*/
	display: block;
	margin: 10px 0;
	
}

.inner {
	border-left: solid 11px #f8981d;
	border-right: solid 11px #f8981d;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 5px;
	background: #d8d8d8;
}

.tool-pictogram { width: 45px; margin-bottom: 5px; display: inline-block; text-align: center; }
.tool-pictogram img { width: 42px; height: 42px; }

.tool-pictogram-sm { width: 38px; margin-bottom: 5px; display: inline-block; text-align: center; }
.tool-pictogram-sm img { width: 28px; height: 28px; }


#footer2 { 
	margin-top: auto !important;
	background: #ff8c00; 
	/*margin-bottom:-10px;*/
}
.footer-inner { 
	background: #8a8b8a; 
	padding: 50px 25px 50px;  
	width: 100%;
	 /*margin: -40px  auto 10px; */
	 text-align: center 
}
.footer-inner a { color: #fff !important; background: none !important; outline: none !important; font-size: 15px; }
.footer-inner a:hover { color: #fff !important; }
.column3 {
	width: 25%;
	float: left;
}

.footer-box {
	background: #ff8c00;
	border-radius: 10px;
	color: #323232;
	padding: 45px 25px 35px;
	margin-top: -40px;
}

.footer-img {
	width: 32px;
	height: 40px;
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.footer-text {
	height: 40px;
	display: inline-block;
	text-align: left;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 130%;
	color: #323232;
	font-size-adjust: 0.5;
	font-size: 11px;
}

.footer-text h4 {
	padding: 0;
	margin: 0;
	color: #323232;
	font-size: 12px;
	font-weight: 400;
}

.field {
	border: solid 1px #ccc;
	/*background: #f4f4f4;*/
        background: #fff;
	padding: 4px 5px;
        border-radius: 4px;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        color: #555;
        outline-color: #ff8c00;
}

input[type=text], select, textarea { outline-color: #ff8c00 !important }

.hiddenfield {
	border: solid 1px transparent;
	background: transparent;
	padding: 5px 0;
        outline-color: transparent!important;
}



input[type=text].hiddenfield, select.hiddenfield, textarea.hiddenfield { outline-color: transparent!important; }
input[type=text].hiddenfieldwhite, select.hiddenfieldwhite, textarea.hiddenfieldwhite { outline-color: transparent!important; }


.hiddenfieldwhite {
	border: solid 1px transparent;
	background: transparent;
	padding: 5px 0;
         outline-color: transparent!important;
}

.button {
	cursor: pointer;
        
    background-color: #ff8c00;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
    
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 2px 12px;
    color: #323232!important;
}

.button:disabled {
    background-color: #ccc;
    color: #999!important;
    font-weight: normal;
}

#copyright {
	text-align: center;
}

#srtable {
	
}

#srtable th {
	font-weight: bold;
	background: #d8d8d8;
	border-top: solid 1px #636363;
	border-bottom: solid 1px #636363;
}

#articlediv {
	/* display: none; */
	margin-top: 10px;
	border-top: solid 1px #636363;
	padding: 20px 0;
}

.browserwarning {
	display: block;
	margin: 20px auto;
	border: solid 1px #CCCCCC;
	background: #f5f5f5;
	padding: 10px 20px;
	color: #A50000;
	font-weight: bold;
	text-align: center;
	width: 550px;
}

optgroup {
	font-style:normal;
	font-weight:bold;
	padding: 2px 3px;
}

option {
	padding-top: 2px;
	padding-bottom: 2px;
}


/********************* FORUM ************************/
#forum-breadcrumbs {
	margin-bottom: 30px;
	padding: 15px;
}

.forum-centered {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 190%;
}

.section-title {
	
	background: #f5f5f5;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}

.forum-select {
	width:219px;
	padding: 2px 3px 2px 3px;
	border: solid 1px #686868;
	font-size: 11px;
}

.forum-textbox {
	width:210px !important;
	border: solid 1px #686868;
	font-size: 11px;
	padding: 3px;
}

.forum-textbox2 {
	width:165px !important;
	border: solid 1px #686868;
	font-size: 11px;
	padding: 3px;
}

.forum-textbox-borderless {
	width:165px !important;
	border: none !important;
	font-size: 11px;
	padding: 3px;
}

#material-content-div, #tool-content-div, #averages-content-div, #comments-content-div {
	display: none;
}

#technologySecondTable, #millingdiv1, #drillingdiv1, #reamingdiv1, #tappingdiv1, #drillingdiv2, #tappingdiv2, #drillingdiv3, #tappingdiv3, #technologyFirstTable {
	display: none;
}

#AuspannungSecondTable, #ChipRemovalComment, #ChipShapeComment, #ChipColorComment, #ChipRemovalTitle, #ChipShapeTitle, #ChipColorTitle, #CommentsThirdTable, #WorkpieceSurfaceComment, #NoiseComment, #WorkpieceSurfaceTitle, #NoiseTitle, #machineSecondTable, #machineThirdTable {
	display: none;
}

.centered {
	text-align: center;
}

#tdI0, #tdI1, #tdI2, #tdI3, #tdI4, #tdI5, #tdI6, #tdI7, #tdI8, #tdI9, #tdI10, #tdI11, #tdI12 {
	display: none;
}

input[type="text"]:disabled, select:disabled {
	background-color: #ffffff;
}

.knowhowtab a {
	color: #f8981d !important;
	font-weight: bold;
}

.paginationtable {
	background: #CCC;
	border: solid 1px #CCC;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	padding: 1px;
}
.paginationcell {
	background: #CCC;
	color: #333;
	padding: 0 6px;
	text-align: center;
	cursor: pointer;
}

.paginationcell:hover {
	background: #999;
	color: #333;
	text-align: center;
	cursor: pointer;
}

.paginationcell-passive {
	background: #CCC;
	color: #999;
	padding: 0 6px;
	text-align: center;
	cursor: default;
}

/* SORTING */
#sorting-preloader { position: absolute; margin-top: -5px; margin-left: 1180px; display: none }
.header-fullname { /**position: absolute;**/ margin-top: 3px; margin-left: 600px; width: 400px; text-align: right; font-size: 15px }

/* SORTING - TECHNOLOGY */
#section-technology { display: block; padding: 10px 0 25px; border-bottom: solid 1px #ccc }
.technology-col { display: inline-block; width: 15% }

/* SORTING - MATERIAL */
#section-material { display: none; padding: 25px 0 25px; border-bottom: solid 1px #ccc; min-height: 345px }
#werkstofflist{margin-top:13px}
#materialgroups{list-style:none;margin:0;padding:0;width:478px}
#materialgroups li{margin-bottom:1px}
#materialgroups li a{display:block;padding:10px 16px;font-size:15px;outline:0}
#materialgroups li a.extend{ padding: 13px 16px 12px }
.materialgrpliactive a{background:url(../images/arrow.png) 465px center no-repeat}
.materialdiv{display:none;position:absolute;margin-left:478px;top:41px}
#categories,.materialdiv ul{list-style:none;margin:0;padding:0}
.materialdiv ul{width:478px}
.materialdiv ul li a{background:0 0!important}
.materialdiv li.materialliactive a{background:url(../images/arrow.png) 465px center no-repeat!important}
.materialgrpliactive .materialdiv{display:block}
.letterdiv{padding:0 20px 0 0;display:inline;font-size:18px;font-weight:700}

/* SORTING - CATEGORY */
#section-category { display: none; padding: 25px 0 25px; border-bottom: solid 1px #ccc; min-height: 410px }
#categories-ul{width:478px; list-style: none; margin: 0px; padding: 0px}
#categories-ul li{margin-bottom:1px}
#categories-ul li a{display:block;padding:10px 16px;font-size:15px;outline:0}
.ui-widget-content a { color: inherit !important }
.cb-link { padding: 7px; display: inline-block; }
.cb-current { font-weight: bold; background-color: #ff8d02 }
.cb-active { font-weight: bold; color: #009000 }
.categoryliactive a { background: url(../images/arrow.png) 465px center no-repeat; }

/* SORTING - TOOLS */
.tool-col { width: 700px; min-height: 350px; float: left }
.tdgrey { background: #e2e2e2; }
.color0 { border: solid 1px #ccc; background: #f0f0f0; text-align: center; font-size: 7px; }
.color0:hover { border: solid 1px #999; }
.color1 { border: solid 1px #05AD4B; background: #05AD4B; text-align: center; font-size: 7px; }
.color1:hover { border: solid 1px #000; }
.color2 { border: solid 1px #91D150; background: #91D150; text-align: center; font-size: 7px; }
.color2:hover { border: solid 1px #333; }
.color3 { border: solid 1px #FFC100; background: #FFC100; text-align: center; font-size: 7px; }
.color3:hover { border: solid 1px #666; }
.color4 { border: solid 1px #FFFE00; background: #FFFE00; text-align: center; font-size: 7px; }
.color4:hover { border: solid 1px #888; }
.noborder.color0, .noborder.color0:hover { border: solid 1px #ccc; }
.noborder.color1, .noborder.color1:hover { border: solid 1px #05AD4B; }
.noborder.color2, .noborder.color2:hover { border: solid 1px #91D150; }
.noborder.color3, .noborder.color3:hover { border: solid 1px #FFC100; }
.noborder.color4, .noborder.color4:hover { border: solid 1px #FFFE00; }
#sortable, #not-sortable { list-style-type: none; margin: 0; padding: 0; width: 570px }
#sortable li, #not-sortable li { height: 24px; border: none; background-color: transparent }
#sortable div, #not-sortable div { height: 24px; display: inline-block; float: left; text-align: center }
#sortable li.sortable-title, #not-sortable li.sortable-title { height: 20px }
#sortable li.sortable-title div, #not-sortable li.sortable-title div { height: 20px }
#sortable li.ui-state-default { cursor: move }
#sortable li.ui-state-default:hover { background-color: #f0f0f0 }
.ui-state-highlight { height: 1.7em; line-height: 1.4em; }
.hidden-cb { display: none }


/* CUSTOM CHECKBOXES */
input[type="checkbox"].custom-checkbox {
    display:none;
}
input[type="checkbox"].custom-checkbox + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"].custom-checkbox:checked + label span {
    background:url(check_radio_sheet.png) -19px top no-repeat;
}
.form-control { background-color: #F0F0F0; }
.btn-warning, .btn-warning.active { background-color: #ff8c00; }
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff !important;background-color:#323232;border-color:#111}
.btn { text-transform: none; color: #323232 !important; text-shadow: none !important; }
.btn-submit { margin-top: 16px; display: inline-block; }
.btn-submit-inline { display: inline-block; font-size: 14px; font-weight: 400; padding: 5px 10px; }

.list-title { font-weight: 600;vertical-align: middle; margin-bottom:15px;}

/* SORTING - TABLE */
#section-table { display: none; padding: 25px 0; border-bottom: solid 1px #ccc; }
.table-col { display: block }

/* SORTING - REPORT */
#section-report { padding: 20px 0 0; }

#dialog-confirm h3 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: .3em;
}

#dialog-confirm p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

#modal-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:rgba(255, 255, 255, 0.6);
    text-align: center;
}
#modal-loader img {
    position: absolute;
    top: 50%;
}

.material-td { width: 8.3%;border-right: solid 1px black;border-bottom: solid 1px black; text-align: center; }

/* DIALOG BUTTONS */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}
.ui-button{outline-color:#FF8C00 ;background-color: transparent; padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none;}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0} .ui-spinner .ui-spinner-up{border-top-style:solid}
.ui-dialog-buttonset .ui-button {
    outline-color: transparent;
    background-color: #ff8c00;
    padding: 2px 12px;
    color: #323232;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 2px 12px;
    color: #323232!important;
}


.list-title {
	border: solid 1px #ccc;
	padding: 5px 5px 5px 10px;
	background: #e9e9e9;
	border-radius: 5px;
}

.list-title span { font-size: 24px; color: #999; }
.list-title a:hover span { color: #000; }
.list-title a.active span, .list-title a.active:hover span { color: #ff8c00; }
.search-button { width: 30% !important; margin-top: 1px; font-weight: bold;}
.search-field { width: 68% !important; margin-bottom: 0px;  }

.greenCol{
  background-color: #32CD32;  
}

.redCol{
  background-color: #FF0000;    
}

.grayCol{
  background-color: gray;    
}

.greenCollight{
  background-color: #ddffdd;  
}

.redCollight{
  background-color: #FFdddd;
}

.grayCollight{
  background-color: #D3D3D3;    
}
.artorangeCol{
  background-color: #FF8C00;  
}
.artorangeCollight{
  background-color: #ffd39b;;  
}

.main-page {
	min-height:650px;
	display: flex;
	justify-content: center;
	/* text-align: center; */
}

ul.main-list {
	margin-top: 150px;
	font-weight: 700;
}

.main-list li{
	
    background-repeat: no-repeat;
    line-height: 30px;
	padding-left: 30px;
	display:flex;
	align-items: center;
} 

.main-list li a span {
	padding-left:10px;
}

.ui-autocomplete {
    position:fixed;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 100px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    
}
.ui-menu-item {
	padding-left:5px;
}

.ui-menu-item a:hover {
   border: none;
    border-radius:0px;
    background-color:#E6E6E6;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    text-decoration: none;
     border: none;
}

.ui-widget :active {
    outline: none;
}
.ui-autocomplete.ui-widget-content {
	border: solid 1px #ccc;
}


.ui-menu-item .ui-state-active {
	border:none !important;
}

.ui-menu-item .ui-state-active:hover {
	cursor:pointer;
}
.artikel-einstellung-art {
	font-weight:bold; 
	font-size:24px;
}
.colorOrange {
	color: #ff8c00;
}

.inopic-pictogram {
	margin: 0 20px 10px 0;  
	display:inline-block;
	vertical-align:top;
	
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px!important;
    -webkit-border-top-right-radius: 0px!important;
    -khtml-border-top-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px!important;
    -webkit-border-top-left-radius: 0px!important;
    -khtml-border-top-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px!important;
    -webkit-border-bottom-right-radius: 0px!important;
    -khtml-border-bottom-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px!important;
    -webkit-border-bottom-left-radius: 0px!important;
    -khtml-border-bottom-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.fancybox-skin {border-radius:0px!important }


.mb-10 {
	margin-bottom: 10px;
}


.mb-20 {
	margin-bottom: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.w-100 {
	width:100%;
}

.flex-body {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.admin-header {
    /* font-size: 26px;
    font-weight: 700;*/
}

.flex {
    display: flex;
}


#reloaddiv {
    position: absolute;
    margin-left: 116px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #000;
	margin-top:2px
}

#reloaddiv i, #passwordreset #reloaddiv i{
	color: #fff;
}

#captcha-div {
	/*width: 138px;*/
    /*border: solid 1px #ccc;*/
    border-radius: 4px;
    /*box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;*/
    /*height: 40px;*/
    margin-right: 20px;
}

@media (max-width: 767px) {
	

	.text-xs-left {
		text-align: left!important;
	}

	#password_container input {
		margin-top: 0px;
	}

	#passwordreset input {
		margin-top: 0px;
	}
}

.header-line {
	border-bottom: solid 1px #000;
    display: block;
    width: 100%;
	padding:10px 0px;
	font-weight:bold;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    
}


label.radio {
    font-weight: normal;
}

.radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

input:checked ~ .checkmark:after {
    display: block;
}

.radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ff8c00;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.showMessage i {
	color:#fff!important;
}

.close:hover, .close:focus {
    color:#fff!important;
    opacity:1!important;
}


.right-buttons {
    position: absolute;
    top: 6px;
    right: -200px;
    left: auto;
}

.newCell-select {
    background-color: #fff!important;
    padding: 0px!important;
}

.katalog-select {
    text-align: center!important;
}

#overlay-container-catalog {
    position: absolute;
    z-index: 99999;
    background: #fff;
    width: 500px;
    min-height: 200px;
    padding: 20px 20px 40px 20px;
    text-align: left;
    border: 1px solid #ccc;
    top: 40px;
    left:-20px;
    right:auto;
}
#table-artikel-katalog {
    width:450px;
}

.close-catalog {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 99999;
    border-radius: 100%;
    background: #323232;
    /* padding: 5px 10px; */
    width: 20px;
    height: 20px;
    display: flex
;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.colorpicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
  }
  
  /* WebKit (Chrome, Safari) için swatch wrapper */
  .colorpicker::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  
  /* WebKit için renk kutucuğu */
  .colorpicker::-webkit-color-swatch {
    border: 2px solid #ccc;
    border-radius: 4px;
  }
  
  /* Firefox için renk kutucuğu */
  .colorpicker::-moz-color-swatch {
    border: 2px solid #ccc;
    border-radius: 4px;
  }

  .artikelHistorieFilterArticle, .artikelPreislisteFilterArticle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
  }

  a.data-green {
    padding: 5px 10px;
    background-color: #00ff00;
    font-weight: bold;
    border-radius: 4px;
    color: #323232!important;
  }

  a.data-red {
    padding: 5px 10px;
    background-color: #ff0000;
    font-weight: bold;
    border-radius: 4px;
    color: #fff!important;
  }

  .main-table-artikel-gruppen {
    margin-top: 15px; 
    width:100%; 
    max-width:1360px; 
    margin-bottom:10px;
  }

  @media (max-width: 1610px) {

    .main-table-artikel-gruppen {
        margin-top:40px;
    }
    .right-buttons {
        top: -40px;
        right: auto;
        left:20px;
    }
  }

  @media (max-width: 1640px) {
    #overlay-container-catalog {
        right:-20px;
        left:auto;
    }
  }
