﻿/*--- Button Begin ---*/
.btnAbbrechen {
    background-color: #fcc634;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
	box-shadow: 1px 1px 1px #000000;
	text-shadow: 1px 1px 1px #525252;
}

.btnAbbrechen:hover {
    background-color: #ff9100;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btnAbbrechen:active {
    background-color: #fcc634;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.btnAbbrechen:disabled {
    background-color: #f0f0f0;
	border-radius: 5px;
    border: solid 1px #adadad;
    color: #adadad;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: default;
	box-shadow: 1px 1px 1px;
	text-shadow: 1px 1px 1px Transparent;
}

.btnLoschen, .btnRechts {
    background-color: #ff6262;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
	box-shadow: 1px 1px 1px #000000;
	text-shadow: 1px 1px 1px #525252;
}
.btnLoschen:hover, .btnRechts:hover {
    background-color: #ff0000;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btnLoschen:active, .btnRechts:active {
    background-color: #ff6262;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.btnLoschen:Disabled, .btnRechts:Disabled {
    background-color: #f0f0f0;
	border-radius: 5px;
    border: solid 1px #adadad;
    color: #adadad;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: default;
	box-shadow: 1px 1px 1px;
	text-shadow: 1px 1px 1px Transparent;
}
.btnUpdate {
    background-color: #50CA64;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
	box-shadow: 1px 1px 1px #000000;
	text-shadow: 1px 1px 1px #525252;
}
.btnUpdate:hover {
    background-color: #0AAC4D;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btnUpdate:active {
    background-color: #50CA64;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.btnUpdate:disabled {
    background-color: #f0f0f0;
	border-radius: 5px;
    border: solid 1px #adadad;
    color: #adadad;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: default;
	box-shadow: 1px 1px 1px;
	text-shadow: 1px 1px 1px Transparent;
}
.btnSpeichern, .btnLogin, .btnSenden, .btnLinks, .btnOK {
    background-color: #50CA64;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
	box-shadow: 1px 1px 1px #000000;
	text-shadow: 1px 1px 1px #525252;
}
.btnSpeichern:hover, .btnLogin:hover, .btnSenden:hover, .btnLinks:hover, .btnOK:hover {
    background-color: #0AAC4D;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btnSpeichern:active, .btnLogin:active, .btnSenden:active, .btnLinks:active, .btnOK:active {
    background-color: #50CA64;
	border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.btnSpeichern:Disabled, .btnLogin:Disabled, .btnSenden:Disabled, .btnLinks:Disabled, .btnOK:Disabled {
    background-color: #f0f0f0;
	border-radius: 5px;
    border: solid 1px #adadad;
    color: #adadad;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: default;
	box-shadow: 1px 1px 1px;
	text-shadow: 1px 1px 1px Transparent;
}

.btnZuruck {
    /* Temel Stil */
    background-color: #419eff;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px #525252;
    /* Geçiş Efekti (Tüm Durumlar İçin) */
    transition: all 0.3s ease-in-out;
}

    .btnZuruck:hover {
        /* Sadece Değişen Özellikler */
        background-color: #0064ca;
    }

    .btnZuruck:active {
        /* Sadece Değişen Özellikler */
        background-color: #419eff;
    }

    .btnZuruck:disabled {
        /* Devre Dışı Stili */
        background-color: #f0f0f0;
        border: solid 1px #adadad;
        color: #6e6e6e; /* Daha İyi Okunabilirlik İçin */
        cursor: not-allowed;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        text-shadow: none;
        /* Geçiş Efekti Kaldırıldı */
        transition: none;
    }

/*--- Button Ende ---*/