body {
    height: 100vh;
    margin: 0;
    min-width: 400px;
    overflow: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
a {
    color: #000000;
}


a.textLink{
    text-decoration:none;   
}

a.textLink:hover{
    text-decoration:underline;   
}


img{
	border: 0;
}

.pageTitle {
    padding: 6px 6px 6px 30px;
}
.pageTitle,
.dataTable input[type=submit],
.submitButton {
    font-size: 16px;
}
.textError{
    color:red !important;    
}
.dataTable input[type=submit],
.submitButton {
    padding: 5px;
    border: none;
    cursor: pointer;
}
a.submitButton {
    display: inline-block;
    text-decoration: none !important;
}
.submitButton {
    padding: 3px 15px;
}
.submitButton.primary {
    color: white;
    background-color: #428bca;
}
.submitButton.primary:hover {
    background-color: #3276B1;
}
.submitButton.reset {
    color: white;
    background-color: #f0ad4e;
}
.submitButton.reset:hover {
    background-color: #ECA22E;
}
.submitButton.delete {
    color: white;
    background-color: #ef4d4d;
}
.submitButton.delete:hover {
    background-color: #ED2E2E;
}
select,
input[type="text"], 
input[type="password"],
textarea {
    border: 1px solid #e5e5e5;
}
input[type=text], 
input[type="password"],
select,
option,
textarea {
    color: #333333;
    transition: border-color 0.25s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;
}
input[type="text"]:focus, 
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #999999;
}
.pageTitle h1,
.pageTitle h2 {
    float: left;
    margin: 0;
}
.pageTitle h1 {
    font-size: 15px;
}
.pageTitle h2 {
    font-size: 13px;
}
.pageTitle nobr {
    float: right;
}
.pageTitle:after {
    content: "";
    display: block;
    clear: both;
}
.dataTable {
    width: 100%;
}
.dataTable input[type="text"], 
.dataTable input[type="password"], 
.dataTable textarea,
.dataTable select {
    width: 85%;
    padding: 5px 9px;
}
.dataTable input[type=submit] {
    padding: 5px;
    border: 0;
    cursor: pointer;
}
.dataTable tr .dataTable td {
    background-color: transparent !important;
}
.info {
    padding: 20px;
    border-left: 5px solid #57b5e3;
    background-color: #e8f6fc;
}
.warning {
    padding: 20px;
    border-left: 5px solid #FCB322;
    background-color: #fcf3e1;
}
.error {
    padding: 20px;
    border-left: 5px solid #ED4E2A;
    background-color: #faeae6;
}
.success {
    padding: 20px;
    border-left: 5px solid #3CC051;
    background-color: #EBFCEE;
}
.greybutton {
    width: 107px;
    height: 18px;
    padding-left: 1px;
    border: 0 none;
    font-family: arial,helvetica,sans-serif;
    color: #222222;
    background-image: url('/cosmo-sql/shop/pix/s/grey_button107x18.gif');
    cursor: hand;
}
.yellowbutton {
    width: 107px;
    height: 18px;
    padding-left: 1px;
    border: 0 none;
    font-family: arial,helvetica,sans-serif;
    color: #222222;
    background-image: url('/cosmo-sql/shop/pix/s/button107x18.gif');
    cursor: hand;
}
.margin-10 {
    margin: 10px 0;
}
.success {
    color: green;
}
.headline {
    margin: 10px 0;
    font-weight: bold;
}
.tablesort {
    border-collapse: collapse;
}
.tablesort td {
    border: 1px solid silver;
}
.tablesort tr.no_drag_class td {
    background-color: #f1f1f1;
}
.tablesort tr.hover_class td {
    background-color: #cccccc;
}
.tablesort tr.drag_class td {
    background-color: #888888;
}
.tablesort tr.drag_class:hover {
    cursor: move;
}
#faktura_tabelle_footer * {
    vertical-align: middle;
}
#headLine {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
}
#headLine #menuToggleIcon {
    margin: 7px;
    cursor: pointer;
}
#languageBox {
    z-index: 10;
    float: right;
    position: relative;
    width: 115px;
    height: 50px;
    line-height: 50px;
}
#languageBox #activeLanguage {
    padding-left: 30px;
    font-size: 13px;
    cursor: default;
    background-size: 20px !important;
}
#languageBox a {
    display: block;
    padding-left: 30px;
    text-decoration: none;
    font-size: 13px;
}
#languageBox #languageChooser {
    display: none;
    position: absolute;
    left: 0;
    width: 115px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#languageBox #languageChooser li{
	background-size: 20px auto !important;
}

#container {
    height: 100%;
    height: -moz-calc(100% - 45px);
    height: -webkit-calc(100% - 45px);
    height: -o-calc(100% - 45px);
    height: calc(100% - 45px);
    margin-top: 45px;
    overflow: auto;
}
#left {
    float: left;
    width: 300px;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#left #logo {
    position: relative;
    padding: 10px;
}
#left #logo:after {
    content: " ";
    display: block;
    clear: both;
}
#left #shopversion {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    bottom: 5px;
    font-size: 11px;
}

#left #shopid {
	font-size: 11px;
	float: left;
}
#left #adminUser {
    cursor: pointer;
}
#hilfe:after {
    content: "";
    display: block;
    clear: both;
}
#hilfeSuche {
    float: left;
    position: relative;
    width: 220px;
    margin-top: 13px;
    margin-left: 20px;
    font-size: 13px;
}
#hilfeSuche input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    font-size: 13px;
    background-color: transparent;
}
#hilfeSuche .fa-search {
    position: absolute;
    top: 2px;
    right: -15px;
    cursor: pointer;
}
#hilfeSuche a:hover {
    text-decoration: none;
    font-family: FontAwesome;
    font-size: 13px;
}
#menu,
#menu a {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
}
#menu a {
    display: block;
    text-decoration: none;
    font-size: 14px;
}
#menu a,
#menu a:active,
#menu a:focus {
    outline: 0;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu .menuItem.clickable.active a {
    background: transparent;
}
#menu li i.invisible:before {
    content: "";
}
#menu li {
    position: relative;
}
#menu > ul {
    padding: 0;
}
#menu > ul > li > a {
    padding: 10px 10px 10px 40px;
}
#menu ul li ul {
    display: none;
}
#menu > ul > li > ul .icon {
    top: 7px;
}
#menu > ul > li > ul > li > ul .icon {
    top: 6px;
    left: 40px;
}
#menu > ul > li > ul > li > a {
    padding: 7px 10px 7px 40px;
}
#menu > ul > li > ul > li > ul > li > a {
    padding: 5px 10px 5px 60px;
}
#menu .icon {
    position: absolute;
    top: 10px;
    left: 14px;
}
#menu .fa:before {
    font-size: 16px;
}
#right {
    float: none;
    position: relative;
    width: auto;
    height: 100%;
    margin-left: 300px;
}
#right iframe, #right #page_container {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    float: right;
}
#page_container {
    background-color: #041e04;
}
#listingArticle td:nth-child(1) {
    width: 25px;
}
#listingArticle td:nth-child(2) {
    width: 30px;
}
#listingArticle td:nth-child(3) {
    width: 110px;
}
#listingArticle td:nth-child(4) {
    width: 225px;
}
#listingArticle td:nth-child(7) {
    width: 90px;
}
.ui-widget {
    font-size: 1em !important;
}
#container {
    background-color: #3d3d3d;
}
.favoriten.dropEvent{
    border: 2px dashed #FFA900 !important;
}

#menu .menuItem > .delete {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	padding: 7px 5px;
}

#menu .menuItem > .loading {
	display: none;
	position: absolute;
    right: 7px;
    top: 7px;
}

#menu .menuItem > .delete:hover > div:before{
	color: #C64343;
}

#menu .menuItem.favorit > .delete {
    display: block;
}

#adminActionList:after{
    content: "";
    clear: both;
    display: block;
}

#adminActionList .articleActionIcon {
    float:left;
    width: 95px;
    text-align: center;
    word-wrap: break-word;
    height: 90px;
}

#kundenmaske .dataTable {
    max-width: 550px;
}

#kundenmaske #kd_hausnr {
    width: 10%;
}

#kundenmaske #kd_hausnr {
    width: 70%;
}

#kundengruppen .paymentMethods {
    width: 500px;
}

#kundengruppen .paymentMethods > .paymentMethod {
    float:left;
    width: 50%;
}

#rabatttabelle .rabattzeile input {
    width: 22px;
    text-align: center;
}

table.dataTable {
    margin: 0 !important; /* jQuery dataTable setzt die Tabelle auf margin: 0 auto */
}

#listingArticle .is_stock, #listingArticle .stock_reserved, #listingArticle .stock{
	text-align: center;
}

.cm-s-monokai span.cm-error {
	color: #f92672 !important;
	background: transparent !important;
}

.setupEdit .setupName {
	font-weight: 500;
}

.imageUpload {
	width: 100%;
	height: 100px;
	position: relative;
	border: 1px solid #919191;
	transition: width 0.7s ease 0s, height 0.7s ease 0s;
}

.imageUpload img {
	max-width: 100%;
	max-height: 100%;
}

.imageUpload input, 
.imageUpload .icheckbox_flat{
	display: none;
}

.imageUpload input[type="file"]{
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	display: block;
}

.imageUpload .toolbar {
	position: absolute;
	top: 5px;
	right: 0;
	background-color: rgba(255, 255, 255, 0.81);
}

.imageUpload .toolbar a {
    cursor: pointer;
    float: left;
    margin: 2px 4px;
    width: 18px;
    padding: 0;
}

.imageUpload .fa {
	font-size: 17px;
	color: gray;
}

.imageUpload .fa:hover {
	color: black;
}

.imageUpload .uploadHintBox {
    background-color: rgba(255, 255, 255, 0.59);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.imageUpload .uploadHint {
    margin-top: 45%;
    text-align: center;
    width: 100%;
}

.ui-button {
	outline: none !important;
}

.italics {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

@media print {
    body {
        height: auto;
    }
}

/* ---------------------------------------------------------------------------- */
/* Custom Checkbox und Radio Button Styling mit MutationObserver - PW - 04.2025 */
/* ---------------------------------------------------------------------------- */
.custom-control ~ li {display: flex;align-items: center;}
.custom-control input[type="checkbox"],
.custom-control input[type="radio"] {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.custom-control {display: inline-flex;position: relative;padding-left: 0;cursor: pointer;user-select: none;align-items: center;margin-bottom: 0;margin-right: 0;vertical-align: middle;}
.custom-control-indicator {position: relative;left: 0;top: 0;height: 20px;width: 20px;background-color: #fff;border: 1px solid #ccc;transition: all 0.2s ease;display: block;margin-right: 5px;border-radius: 2px;margin: 2px 5px 2px 2px;}
input[type="checkbox"]:checked ~ .custom-control-indicator {border-radius: 3px;}
input[type="radio"] ~ .custom-control-indicator {border-radius: 50%;}
.custom-control:hover input ~ .custom-control-indicator {background-color: #ffffff;border-color: #666666;}
.custom-control input:focus ~ .custom-control-indicator {box-shadow: 0 0 0 2px #cddc39db;border-color: #cddc39;}
.custom-control input:checked ~ .custom-control-indicator {background-color: #cddc39;border-color: #949494;}
.custom-control input[type="radio"]:checked ~ .custom-control-indicator {background-color: #ffffff;border-color: #949494;}
input[type="checkbox"]:checked ~ .custom-control-indicator:after {content: '';position: absolute;display: block;left: 6px;top: 2px;width: 6px;height: 10px;border: solid white;border-width: 0 2px 2px 0;transform: rotate(45deg);}
input[type="radio"]:checked ~ .custom-control-indicator:after {content: '';position: absolute;display: block;top: 3px;left: 3px;width: 13px;height: 13px;border-radius: 50%;background: #cddc39;}
.custom-control input:disabled ~ .custom-control-indicator {background-color: #e9e9e9;opacity: 0.6;pointer-events: none;}
.custom-control input:disabled ~ span {color: #999;}
#mainRubSelect li {display: flex;align-items: center;margin-bottom: 3px;}
.articleLine td:nth-of-type(1) .custom-control-indicator {position: absolute;top: -17px;}
#searchExtra .custom-control {margin-right: 10px;}
#searchExtra {display: flex;align-items: center;gap: 10px;}
.mce-edit-area.mce-container {padding: 0 15px !important;}
.tooltip.linkwizardLink {z-index: 1040;padding: 4px 10px;}
.languageArea .custom-control {margin-top: 10px;display: inline-block;}
#listingArticle th {padding: 8px;}
html body .dataTable input[type=submit],html body .submitButton,html body input[type=submit]{background-color:#8db444;text-shadow:1px 1px 1px #646464;color:#fff!important;font-size:13px!important;font-weight:600;box-shadow:none;display:inline-block;letter-spacing:.5px;line-height:17px;width:auto}
html body .dataTable{background-color:#ddd;width:100%;margin:10px}
.layoutPicBox{display:none!important}
.bannerTable .imageItems b {display: block;}
ttable.dataTable tbody tr.selected {background-color: #f5f5f5;}
ttable.dataTable.display tbody tr:hover.selected {background-color: #f5f5f5;}
#faktura_vorgaenge .selectable .custom-control {float: left;position: relative;z-index: 0;pointer-events: none;cursor: pointer;}