.content-area {
    width: 100% !important;
}
#mainnav ul li {
  min-width: 100px;
}
span.form-success-message {
  display: block;
  background-color: #c6f5b29c;
  border-radius: 5px;
  padding: 12px 5px;
  margin-bottom: 32px;
}

.gv-container table.dataTable.nowrap th,
.gv-container table.dataTable.nowrap td {
    white-space: normal;
}


/* Styles for Kassenbuch */
.storniert {
	text-decoration: line-through;
    color: red;
}

#loading-wrapper {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color:rgba(0, 0, 0, 0.4);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}


/* Styles for Selectbox with images */
#selectator_basic {
	width: 100% !important;
	height: auto;
	min-height:150px !important;
	border-radius: 5px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#selectator_basic:hover {
	background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
	cursor: pointer;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/*
.selectator_selected_item, .selectator_option  {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-areas:
		"car_img car_title car_price"
		"car_img car_subtitle ."
		"car_img car_subtitle .";
}
*/
.selectator_selected_item_left, .selectator_option_left {
	width: auto !important;
	grid-area: car_img;
}
.selectator_selected_item_right, .selectator_option_right {
	grid-area: car_price;
	justify-self: end;
}
.selectator_selected_item_title, .selectator_option_title {
	grid-area: car_title;
	align-self: center;
	font-weight: 600;
	color: navy;
}
.selectator_selected_item_subtitle, .selectator_option_subtitle {
	grid-area: car_subtitle;
	display: block !important;
}
#selectator_basic img {
	width: 100%;
	max-width: 250px;
	height: auto;
	padding-right: 12px;
}
.selectator_options {
	max-height: 500px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.selectator_option:hover .selectator_option_title {
	color: white;
}
.selectator_selected_item_remove {
	display: none !important;
}





/* Styles for checkbox */
label[for=archivebox] {
	display: inline;
}

.big-checkbox {
	display: none !important;
}

.big-checkbox + label {
	position: relative;
	padding-top: 18px;
	padding-left: 56px;
}

.big-checkbox + label:after {
	content: '';
	position: absolute;
	font-size: 22px;
	left: 6px;
	top: 6px;
  height: 33px;
  width: 38px;
	padding-left: 10px;
	padding-right: 10px;
	outline: 2px solid grey !important;
	-moz-box-shadow:    3px 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.5);
}

.big-checkbox:checked + label:after {
	content: '\2714';
	color:green;
}



/* Styles for Modal */
input[type="button"]#modal-link {
  background-color: white;
  border: none;
  color: green;
  position: relative;
  top: -12px;
  left: 10px;
  padding: 0;
}
.modal-table {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.table-striped tr:nth-child(even){
  background-color: #dddddd;
}
.table-striped td, .table-striped th {
  border: none;
  text-align: left;
  padding: 8px;
}
.table-striped {
  border: 1px solid #dddddd;
}
.table-striped td.changeKat {
  width: 12%;
  color: orange;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.table-striped td.saveKat {
  width: 10%;
  color: green;
  cursor: pointer;
}
.table-striped td.deleteKat {
  width: 10%;
  cursor: pointer;
  color: red;
}
.table-striped td.katEditColumn {
  display: none;
}
.table-striped th {
	background-color: beige;
	position: sticky;
	top: 0;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}




/* Media Styles */
@media
only screen and (max-width: 576px) {
	.selectator_selected_item_right, .selectator_option_right {
		margin: 2px !important;
	}
	.selectator_options .selectator_option .selectator_option_title {
		margin: 2px;
	}
	#selectator_basic img {
		padding: 0px;
    max-width: 100%;
	}

  .modal-table {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}





/*
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table {
		width: 100% !important;
	}

	table, thead, tbody, th, td, tr {
		display: block;
	}

	thead, tfoot {
		display: none;
	}

	.gv-table-view-content th {
		display: none;
	}

	tr {
		border-top: 5px solid #ccc;
		margin-top: 30px
	}

	td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
  	text-align: left;
	}
}
*/
