/*
Author       : INOYA
*/

/*============================
 [Table of CSS]

1. Allgemein
2. Login
3. Bestellungen
4. Bestellung bearbeiten
5. Responsive


========================================*/



/*-----------------
	1. Allgemein
-----------------------*/

input.disabled,
textarea.disabled,
select.disabled {
  background-color: #f3f4f6;
  color: #6b7280;
  border-color: #d1d5db;
  cursor: not-allowed;
  pointer-events: none;
}

.w-20{
    width: 20%;
}

.w-60{
    width: 60%;
}

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

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

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

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

.big-font {
    font-size: 20px;
}

.bold {
    font-weight: bold;
}

.section {
	padding: 100px 0;
}

.section-bestellung {
    padding: 100px 150px;
}

.card-table .card-body {
	padding: 0;
}

.card-table .card-body table {
	padding: 0;
	margin: 0;
	border: 0;
}

.card-table .card-body table {
	padding: 0;
	margin: 0;
}

.card-table .card-body table th {
	border-top: 0;
	border-bottom: 0;
}

.table-data-small {
	font-size: 13px;
	color: #757575ed;
}

/*-----------------
	2. Login
-----------------------*/

.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
}

.login-wrapper {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.login-wrapper .loginbox {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: flex;
    margin: 1.875rem auto;
    max-width: 800px;
    min-height: 500px;
    width: 100%;
}

.login-wrapper .loginbox .login-left {
    align-items: center;
    background: linear-gradient(180deg, #f6f6f6, #cce5ff);
    border-radius: 6px 0 0 6px;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    width: 400px;
    display: flex;
}

.login-wrapper .loginbox .login-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 40px;
    width: 400px;
}

.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}

.login-wrapper .loginbox .login-right h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.account-subtitle {
    color: #4c4c4c;
    font-size: 17px;
    margin-bottom: 1.875rem;
    text-align: center;
}

.forgotpass {
	margin-top: 20px;
}

.login-wrapper .loginbox .login-right .forgotpass a {
	color: #a0a0a0;
}

.login-wrapper .loginbox .login-right .forgotpass a:hover {
	color: #333;
	text-decoration: underline;
}

.login-wrapper .loginbox .login-right .dont-have {
	color: #a0a0a0;
	margin-top: 1.875rem;
}

.login-wrapper .loginbox .login-right .dont-have a {
	color: #333;
}

.login-wrapper .loginbox .login-right .dont-have a:hover {
	text-decoration: underline;
}

.login-right-wrap img {
    display: none;
}

.login-wrapper .loginbox .login-right .logo {
	display: none;
	text-align: center;
	margin-bottom: 20px;
}

.login-bg {
	background-image: url(../img/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}


.login-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #313131, #313131);
    opacity: 0.7;
}

.login-bg .main-wrapper {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 767.98px) {
	.login-wrapper .loginbox .login-right .logo {
    	display: block;
	}
}

/*-----------------
	3. Bestellungen
-----------------------*/


.js_table_bestellungen tr td,
.js_table_bestellungen tr th {
	font-size: 14px;
}


.js_table_bestellungen tr td ul,
.card_wochentag ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.js_table_bestellungen tr td ul li,
.card_wochentag ul li {
	margin-bottom: 5px;
}

.js_table_bestellungen .btn-sm,
.card_wochentag .btn-sm {
	font-size: 13px;
	padding: 3px 6px;
}

.sonstige-list {
    margin: 0 0 0 20px;
}

.sonstige-list li {
    font-size: 14px;
    margin-bottom: 10px;
}

.js_delete_sonstige_allergie {
    margin-left: 5px;
}

/*-----------------
	4. Bestellung bearbeiten
-----------------------*/

.js_bestellung_bearbeiten_wrapper .card_wochentag {
    margin-bottom: 20px;
}

/*-----------------
	5. Responsive
-----------------------*/

@media (max-width: 1600px) { 
    .section-bestellung {
        padding: 50px 20px;
    }
}
