@charset "ISO-8859-1";

/* =============================================================================================================== */

/* all */

@media (max-width: 767px) {
	body {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
}

/* ~ all */

/* =============================================================================================================== */

/* login-screen */

#applogin {
	background-color: #000000!important;
	color: #8d734e;
	width: 100%; 
	height: 100vh;
	text-align: center; 
}

#applogin image {
	display: block;
	width: 90%;
	max-width: 399px!important;
	margin: 20px 0!important;
}

#applogin label {
	font-size: 16px;	
}

#applogin input {
	height: 40px;
	font-size: 28px;
	color: #000000;
	padding: 8px!important;
    -webkit-box-sizing: border-box!important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box!important;    /* Firefox, other Gecko */
    box-sizing: border-box!important; 
}

#applogin button {
	margin-top: 20px;
	padding: 10px 0;!important;
	background-color: #8d734e;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	width: 302px;
	border-color: #8d734e;
 	border-style: solid;
}

/* ~ login-screen */

/* =============================================================================================================== */

/* header */

.header {
	position: relative;
}

.header .mburger {
    color: #fff;
    overflow: hidden;
}
.header .mburger:hover {
    color: #fffee7;
}

.appheaderbutton {
	display: inline;
	text-decoration: none;
	/*margin-top: -7px;*/
}
.appheaderbutton span {
	border-radius: 3px; 
	background-color: #8d734e; 
	color: white; 
	padding: 5px 15px;	
}

#reloadcontent {
	position: absolute;
	left: 70px;
	top: 20px;
}

#appheaderlogo {
	position: absolute;
	top: 1px;
	right: 385px;
	height: 50px;  
}
@media (max-width: 767px) { 
#appheaderlogo { 
	position: absolute;
	top: 11px;
	right: 108px;
	height: 30px;  	
	}
}

#applogininfo {
	position: absolute; 
	right: 110px;
	top: 15px;
	border: 2px solid #ffffff; 
	border-radius: 3px;
}
@media (max-width: 767px) { #applogininfo { display: none;} }

#apploginusernamebox {
	width: 180px; 
	display: inline-block; 
	text-align: left;
	margin: 0 10px 0 0; 
	padding: 3px 3px 3px 5px; 
	border-right: 2px solid #ffffff;
}

#apptimeoutwrapper {
	margin-left: -15px; 
	padding: 3px 15px 3px 17px; 
}
#logoutbutton {
	position: absolute;
	right: 15px;
	top: 20px;
}

/* ~ header */

/* =============================================================================================================== */

/* titleline */

#titlepagination {
	position: relative;
}

.apppagetitle {
	position: absolute;
	left: 10px;	
	top: 5px;
	color: #ffffff;
	margin: 0!important;
}
.appdatasetinfo {
	position: relative;
	font-weight: bold;
	left: 10px;	
	top: 33px;
	margin: 0!important;
}
.appdatasetinfo a {
	color: #ffffff;
}
.appdatasetinfo a:hover {
	color: #fffee7;
}

/* ~ titleline */

/* =============================================================================================================== */


/* table */

.scrollabletable {
	background-color: #ffffff!important;
}

.listviewheader_column_id {
	position: relative;
	/*width: 60px;*/
}


.listviewheader_column_id a {
	position: absolute;
	left: 10px;
	top: 4px;
}

.listviewdataset_column_id {
	position: relative;
	/*width: 60px;*/
}

.listviewdataset_column_id a {
	position: absolute;
	left: 10px;
	top: 4px;
	background-color: #8d734e!important;
	border-color: #8d734e!important;
}

.listviewdataset_column_id a:hover {
	text-decoration: none;
	color: #fffee7;
}

.lsc_orders0_status_new { color: #000000; }
.lsc_orders0_status_packed { color: #008000; }
.lsc_orders0_status_pickedup { color: #a0a0a0; }

/* ~ table */

/* =============================================================================================================== */

/* detailview */

#joompiter_app_field_special div {
	color: #ff0000;
	font-weight: bold;
}

a#closedetailview_0:before {
	background-image: url(../components/com_joompiter_bakerypickup/images/close.png);
	display: inline-block;
	background-size: 28px 28px;
    width: 28px; 
    height: 28px;
    content: ""
}

a#closedetailview_0 {
	font-size: 0!important;
}

#tabs .ui-tabs-nav { background-color: #e6ddce!important; }
#tabs .ui-tabs-nav li a { color: #8D734E!important; }
#tabs .ui-tabs-nav { background-color: #ffffff!important; }
#tabs .ui-tabs-nav .ui-tabs-active { background-color: #8D734E!important; }
#tabs .ui-tabs-nav .ui-state-active a { color: #ffffff!important;}

/* ~ detailview */

/* =============================================================================================================== */
