@import url('https://fonts.googleapis.com/css?family=Muli:800&display=swap');

.row {
	margin: 0;
}

.nopad {
	padding: 0;
}

.clickable {
	cursor: pointer;
}

.deleted {
	color: #333 !important;
	opacity: .4 !important;
	cursor: default;
}

.studentenstal-logo {
	font-family: "Muli", "Sans-serif";
	font-weight: 800;
	color: #da0011;
}

.skeleton-box {
	display: inline-block;
	height: 564px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.skeleton-box::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0));
	animation: shimmer 5s infinite;
	content: '';
}

@keyframes shimmer {
	100% {
		transform: translateX(100%);
	}
}

.pos {
	color: #1FAA7B;
}

.full {
	width: 100%;
}

.p {
	margin: 0;
}

.n {
	margin: 0;
	color: red;
}

.btn {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
}

.btn-primary {
	background: #da0011 !important;
	border: none;
	padding: 8px 16px;
}


.btn-default {
	padding: 20px;
}

.big-shadow{
	box-shadow: 0 10px 50px rgba(27, 31, 35, .07) !important;
}

.shadow {
	/*box-shadow: 0 10px 50px rgba(27, 31, 35, .07) !important;*/
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.1); 
}

.tiny-shadow{
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.1); 
}

.btn-chip {
	box-shadow: 0 10px 50px rgba(27, 31, 35, .17) !important;
	color: rgba(0, 0, 0, .54);
	background: #fff;
	border-radius: 100px;
	margin: 15px 10px 15px 0;

}

.btn-chip:hover {
	color: #da0011;
}


.logo-holder {
	background: #da0011;
	padding: 10px 0;
}

.logo-holder img {
	height: 40px;

}

h4 {
	font-weight: bold;
	color: #0D3E69;
	margin-bottom: 0px;
}

.form-control,
.custom-select {
	border-radius: 23px;
	padding: 10px 20px;
}

.custom-select {
	padding: 0px 20px;
}


.jconfirm {

}

.jconfirm-box {
	border-radius: 30px !important;
	padding: 30px !important;
	width: 100% !important;
}

.jconfirm-bg {
	background: #B2BCCA !important;
	opacity: .87 !important;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
	width: 100% !important;
	text-align: right;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
	padding: 12px 20px;
	border-radius: 0 0 10px 0;
	margin: 0 !important;
	width: 50%;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.left {
	border-radius: 0 0 0 10px;
}

.jconfirm-buttons {
	padding: 0 !important;
}



.expenses-list-group {
	/* background: #fff; */
	border-radius: 30px;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
}


.expenses-list-group .expense {
	padding: 17px 0;
	/* border-bottom: 2px solid #F8F9FD; */
	cursor: pointer;
	transition: background 0.2s ease-in-out;
}

.expenses-list-group .expense.deleted {
	cursor: default !important;
	background: #F8F9FD;
	opacity: .4 !important;
}

.expenses-list-group .expense:hover {
	background: #fafafd;
}

.expenses-list-group .expense:last-child {
	border-bottom: none;
}

.expenses-list-group .expense .value {
	font-weight: bold;
	font-size: 1.2rem;
}

.expenses-list-group .expense .value {
	color: #0D3E69;
}

.icon-holder,
.preference .icon-holder {
	height: 52px;
	width: 52px;
	background: #F8F9FD;
	border-radius: 20px;
	text-align: center;
}

.icon-holder i {
	color: rgba(0, 0, 0, .54);
	font-size: 20px;
}


.icon-holder#i2 {
	background: #E8F5E9;
}

.icon-holder#i3 {
	background: #E1F5FE;
}

.icon-holder#i4 {
	background: #EFEBE9;
}

.icon-holder#i5 {
	background: #FFE082;
}

.icon-holder#i6 {
	background: #6f4e37;
}

.icon-holder#i6 i {
	color: rgba(255, 255, 255, .87); 
}

.icon-holder#i7 {
	background: #BBDEFB;
}

.icon-holder#i8 {
	background: #E1BEE7;
}

.icon-holder#i9 {
	background: #80CBC4;
}

.icon-holder#i10 {
	background: #66BB6A;
}

.icon-holder#i11 {
	background: #da0011;
}

.icon-holder#i12 {
	background: #FFFFFF;
}

.icon-holder#i13 {
	background: #FFF59D;
}
.icon-holder#i15 {
	background: #4A148C;
}
.icon-holder#i15 i {
	color: rgba(255, 255, 255, .87); 
}


.expenses-list-group .expense .description-holder {
	margin-left: 10px;
	font-weight: bold;
	font-size: 1.2rem;
	color: #0D3E69;
}


.expenses-list-group .expense .description-holder .expense-info {
	font-weight: 300;
	font-size: medium;
}

.expense-list-header,
.food-list-header {
	text-transform: uppercase;
	color: #B2BCCA;
	font-size: smaller;
}

.dropdown-menu {
	border: none;
}

.distributor-row {
	padding: 4px 10px;
}

.minus,
.plus {
	width: 50px;
	height: 50px;
	background: #F8F9FD;
	border-radius: 25px;
	cursor: pointer;
	font-size: large;
	box-shadow: 5px 5px 10px #d9d9d9,
		-5px -5px 10px #ffffff;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */

}

.number input {
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 26px;
	border: none;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	background: none;

}

.navbar {
	background: #da0011;
	color: #fff !important;
}

input[type=number]:focus {
	outline: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

hr {
	border-top: 4px solid #F8F9FD;
}

.nav-item .nav-link{
	color: rgba(255,255,255,.54);
}

.nav-item.active {
	border-bottom: 4px solid #fff;
	margin-bottom: -4px;
}

.nav-item, .dropdown-item{
	text-transform: uppercase;
	font-weight: bold;
	font-size: small;
}


/*Dinner table*/
.dinner-table {
	width: auto;
}

/*Dinner table selector*/
.dts {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	transition: opacity 0.1s ease-in-out;
	cursor: pointer;
}

.dts:hover {
	opacity: .54;
}

.dts.eet {
	background: #1FAA7B;
	color: #fff;
}

.btn-eet {
	background: #1FAA7B !important;
	color: #fff;
}

.dts.koo {
	background: #da0011;
	color: #fff;
}


.dts.neu {
	color: rgba(0, 0, 0, .54);
}

.jconfirm-box, .ip-it {
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

.table-borderless td {
	border-top: none !important;
}

.table-date {
	height: 50px;
}

.tr-deleted {
	opacity: .45;
	cursor: default !important;
}

.tr-deleted .dts {

	cursor: default;
}

.tr-deleted .dts:hover {
	opacity: 1;
}

.apetail-product {
	height: 20px;
	margin: 20px 0;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #da0011;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.ui-widget-overlay {
   position: fixed;
}

.ss-card{
	background: #fff;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 25px 15px;
    overflow: hidden;
}


.dinner-chip{
	border-radius: 100px;
	margin-right: 5px;
	cursor: default; 
	margin-top: 10px;
	padding: 10px 20px;
	color: #fff;
}

.dinner-chip.eat{
	background: #1FAA7B; 
}

.dinner-chip.cook{
	background: #da0011;
}

.dinner-chip.no-eat{
	background: lightgray; 
}

.dinner-chip .state{
	color: #fff;
	height: 30px;
	font-weight: bold;
	width: 30px;
	border-radius: 15px;
	margin-right: 8px;
}

.dinner-chip p {
	margin-bottom: 0;
}

.food-list-header {
	margin-top: 10px;
	margin-bottom: 0;
}
 

.h-auto{
	height: auto;
}