/* löst das probem das formular-elemente im firefox standardmäßig einen "unlöschbaren" aussen-/innenabstand bekommen */
body:not(.bootstrap) button::-moz-focus-inner {
    border:0;
    padding:0;
    margin:0;
}
/* löst das probem das formular-elemente im firefox standardmäßig die schriftart "ms shell dlg" bekommen */
body:not(.bootstrap) button {
    font-family: inherit;
}

/**
    Button-Form
*/
.myButton,
.mynavibutton,
.StandardButton,
.BestellButton,
.ResetButton {
    border: none;
    display: inline-block;

    padding: 8px 15px 8px 15px;

    font-size: 1rem;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;

    background-color: var(--color-primary, #aaa);

    color: #fff;
}

.myButton:hover,
.mynavibutton:hover,
.StandardButton:hover,
.BestellButton:hover,
.ResetButton:hover {
    
}

.admin {
    padding: 0.2em 17px 0.2em 17px;
    border-radius: 5px;
    height: auto; 

    background: lightblue;
    color: #000;

}

.admin.admin-success {
    background: lightgreen;
    color: #000;
}

.admin.admin-danger {
    background: salmon;
    color: #000;
}

/*
    Größen
    -----------------------------------------------------------------------------
    bth1 wird ignoriert
*/

.bth2 {
    padding: 2px 10px;
    font-size: 12px;
}

.bth3 {
    padding: 2px 8px;
    font-size: 1em;
    height: auto;
}

.bthicon {
    padding: 0 0 0 5px;
    font-size: 13px;
    height: 21px;
    line-height: 18px !important;
}

/**
    Abweichende Farben
    -----------------------------------------------------------------------------
*/


.BestellButton {
    font-weight: bold;
    margin-left: 0.5em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afc060+0,8ba34f+100 */
    background: rgb(175,192,96); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(175,192,96,1) 0%, rgba(139,163,79,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,192,96,1)), color-stop(100%,rgba(139,163,79,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(175,192,96,1) 0%,rgba(139,163,79,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(175,192,96,1) 0%,rgba(139,163,79,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(175,192,96,1) 0%,rgba(139,163,79,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(175,192,96,1) 0%,rgba(139,163,79,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afc060', endColorstr='#8ba34f',GradientType=0 ); /* IE6-9 */

}

#closedialog {
    border: 1px solid silver;
}

#closedialog .glyphicon-image {
    padding-right: 0.3em;
}

.BestellButton .glyphicon-image,
.StandardButton .glyphicon-image {
    padding-left: 0.3em;
}



/*
.BestellButton:hover {
    background-position: right bottom;
}
*/
.StandardButton:hover {
    background-position: bottom;
}

.ResetButton {
    background: #eee;
    color: #000;
}


/** Warenkorb */


.addtowkmini {
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background-image: url(/img/add_to_wk.png);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #7F3B43;
    border: 0;
    margin-left: -10px;
    
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    overflow: visible;
}

.reminderbutton {
    display: inline-block;
    width: 40px;
    height: 18px;
    background: url(/img/reminder_button.png) no-repeat;
    vertical-align: middle;
}

.reminderbutton.aktiv{
    background-position: 0 -18px;
}

.addtowkmini span,
.reminderbutton span
{
    display: none;
    position: absolute;
    z-index: 999;
    background: #000;
    color: #fff;
    margin-left: -70px;
    margin-top: -20px;
    font-size: 0.7em;
    padding: 0.1em 0.2em;
    width: 60px;
}

.reminderbutton span {
    width: 100px;
    margin-left: -110px;
}

.addtowkmini:hover,
.reminderbutton:hover {
    box-shadow: none;
}

/* .addtowkmini:hover span, */
.reminderbutton:hover span{
    display: block;
}



/**
#########################################################################################
#########################################################################################
#####                                                                               #####
#####                        Standard-Links                                         #####
#####                                                                               #####
#########################################################################################
#########################################################################################
*/

.morelink {
    color: #000;
    text-decoration: none;
    padding-left: 9px;
    /* TODO SVG-icons test : folgende zeile auskommentieren */
    background: no-repeat url(/img/weiter_pfeil.png) left;
    font-weight: bold;
}
/* SVG-icons test */
/*.morelink {
    background-position: left center;
}*/


/**
############################ Bootstrap-Kompatibel ########################################
*/
/*
body:not(.bootstrap) .btn {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0.7em 0.7em 0.7em;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}
*/
body:not(.bootstrap) .btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}


.btn-fullsize {
    display: block;
    width: 100%;
}

.btn-create {
    background-color: #1abc9c;
    color: #fff !important;
    border-color: #fff;
}

.btn-create:hover,
.btn-default:hover {
    background: #2c3e50;
    color: #fff;
}

.btn-list-item {
    text-align: left !important;
}