
/*===========================================================================

    CONTENTS:

    1. LIST
    2. DETAILS
	3. WARENKORB
    4. SONSTIGES
    5. RESPONSIVE

============================================================================= */

/*

Allgemein

*/

.content {
/*	float: none;
	max-width: 570px;
	width: 100%;*/
}

.input-text-xs {
  max-width: 180px;
  /* fuer IE 9 */
  max-width: 8.25rem;
  margin-bottom: 3px;
  /* fuer IE 9 */
  margin-bottom: 0.2rem;
}


/* ==========================================================================
    1. LIST B
============================================================================= */


.JgdA2_List_Item
{
width: 100%;
margin: 15px 0 0 0;
background-color: #efefef;
border-width: 0 0 0 0px;
border-color: #0092BC;
border-style: solid;
clear:both;
}

.JgdA2_List_Item:hover
{
border-color: #cecece;
background-color: #f5f5f5;
}

.JgdA2_List_Header
{
height: 25px;
background-color: #0092BC;
border-width: 0 0 1px 0;
border-color: #ffffff;
border-style: solid;
color: #ffffff;
font-weight:bold;
}

.JgdA2_List_Date
{
float: left;
width:150px;
height: 23px;
background-color: #0092BC;
padding: 0 10px 0 10px;
}

.JgdA2_List_Time
{
width:130px;
height: 23px;
background-color: #0092BC;
color: #ffffff;
float: left;
padding: 0 10px 0 10px;
}

.JgdA2_List_Note
{
background-color: #e10f00;
color: #ffffff;
float: right;
width:150px;
height: 24px;
padding: 0 10px 0 10px;
text-align:center;
}

.JgdA2_List_Full
{
background-color: #ECCD4A;
color: #ffffff;
float: right;
height: 24px;
padding: 0 10px 0 10px;
margin-left: 4px;
text-align:center;
}

.JgdA2_List_Icons
{
background-color: transparent;
float: right;
}

.JgdA2_List_Icons a i
{
font-size: 18px;
color: #ffffff;
padding: 3px 5px;
}

.JgdA2_List_MobileIcons
{
display: none;
}

.JgdA2_List_Content
{
clear:both;
border-width: 0 0 1px 0;
border-color: #cecece;
border-style: solid;
overflow: hidden;
cursor: pointer;
padding: 0 0 10px 0;
}

.JgdA2_List_Image
{
float: left;
width: 150px;
/*height: 150px;*/

overflow: hidden;
margin: 0 10px 0 0;
}

.JgdA2_List_Info
{
padding: 0 10px 0px 160px;
}

.JgdA2_List_Info strong
{
padding: 10px 0 0 0;
display: block;
}

.JgdA2_List_Info i
{
display: block;
}

.JgdA_Cart_Header {
	color: white;
	text-align: right;
}
.JgdA_Cart_Header a {
	color: white;
}

.ui-datepicker-trigger {
	top: 5px;
	position: relative;
}
.pagerButtonsMobileZurueck, .pagerButtonsMobileVor {
	display: none;
}
.pagerButtonsMobilePages {
	display: inline;
}
.pager {
	padding: 12px 12px;
	overflow: hidden;
}
.pagerSeiten {
	float: left;
}
.pagerButtons {
	float: right;
	white-space: nowrap;
}
.seitenSelect {
	font-size: 0.9em;
	margin: 0;
}

/* ==========================================================================
    2. DETAILS
============================================================================= */

.JgdA_Details_Table
{
width: 100%;
margin: 20px 0 20px 0;
}

.JgdA_Details_Table td {
	vertical-align: top;
}

.JgdA_Details_Table tr td:first-child
{
background-color: #EFEFEF;
white-space: nowrap;
padding: 0 5px 0 5px;
}

.JgdA_Details_Table tr td:last-child
{
padding: 0 5px 0 5px;
}

.JgdA2_Detail_Header {
float: left;
height: 23px;
background-color: #0092BC;
padding: 0 10px 0 10px;
}


/* ==========================================================================
   3. WARENKORB
============================================================================= */

.warenkorb_summe
{
border-top: solid #cccccc 1px;
text-align: right;
font-weight: bold;
padding-top: 10px;
}

.JgdA_Cart_Reminder
{
width: 100%;
border-width: 0;
background-color: #007E99;
}

.JgdA_Cart_Reminder tr:nth-child(2)
{
    background: #e7e7e7;
}

.JgdA_Cart_Reminder tr th:nth-child(1)
{
text-align:left;
}

.JgdA_Cart_Reminder tr th:nth-child(2)
{
text-align:right;
}

.JgdA_Cart_Reminder tr th a
{
font-weight: bold;
color: #ffffff;
padding: 0 5px 0 5px;
}

.JgdA_Cart_Reminder tr td a
{
font-weight: bold;
color: #000000;
}

.JgdA_Cart_Reminder tr td:nth-child(1)
{
padding: 5px;
text-align:left;
}

.JgdA_Cart_Reminder tr td:nth-child(2)
{
padding: 5px;
text-align:right;
}



/* ==========================================================================
   4. SONSTIGES
============================================================================= */

.kinderuebersicht
{
border-width: 0;
}

.kinderuebersicht td
{
vertical-align: top;
padding: 10px 5px 0 5px;
}

.kinderuebersicht td:nth-child(3)
{
vertical-align: bottom;
}

.kinderuebersicht tfoot td
{
padding: 15px 5px 15px 5px;
}

.list_delete
{
color: #333333!important;
background-color: #cccccc;
}

.logout
{
font-size: 36px;
border-left: 2px solid #E7E7E7;
margin: 0;
padding: 0;
}

.logout a
{
margin: 0!important;
padding: 1px!important;
}

.resdel
{
/*display:block;*/
margin: 0 4px 0 2px;
width: 16px;
height: 14px;
color: #333333;
}


/* ==========================================================================
   5. RESPONSIVE
============================================================================= */


@media (max-width: 500px) {



/* LIST B  */

.JgdA2_List_Item
{
border-width: 0;
}

.JgdA2_List_Image
{
/*display: none;*/
}

.JgdA2_List_Header
{
border-width: 1px 0 0 0;
border-color: #cecece;
border-style: solid;
}

.JgdA2_List_Date
{
width: 50%;
}

.JgdA2_List_Time
{
width: 50%;
}

.JgdA2_List_Note
{
display: block;
width: 100%;
}

.JgdA2_List_Icons
{
display:none;
}

.JgdA2_List_MobileIcons
{
display: block;
width: 100%;
}

.JgdA2_List_MobileIcons a
{
display: inline-block;
font-size: 12px;
text-align:left;
padding: 15px 5px 5px 10px;
}

.JgdA2_List_MobileIcons a i
{
font-size: 16px;
padding: 0 10px 0 0;
}

.JgdA2_List_MobileIcons .JgdA2_List_Full {
	float: none;
	display: inline-block;
}

.JgdA2_List_Info
{
height: auto;
}

}

.ui-widget-header {
	border-color: #0092BC;
	background: #0092BC;
}
.ui-dialog-title {
	color: white;
}

.unsichtbar {
	display: none !important;
}
