/* Custom Design  */



input[type="text"]:disabled,input[type="password"]:disabled,textarea:disabled,select:disabled
	{
	background-color: #efefef;
}

#imixs-header  {
	background-color: #FCB802;
	 color: #444;
}

#imixs-header a {
    color: #444;
}

#imixs-branding {
	background-color: #FCB802;
	background-image: url("Logo_imixs_150.png");
	background-repeat: no-repeat;
	background-position: 30px 30px;
	min-height: 80px;
}

#imixs-branding-text {
	color: #333;
	padding-top: 34px;
	margin-left: 200px;
	font-size: 27px;
	font-weight: bold;
	font-style: italic;
}

#footer,#footer1,#footer2 {
	background-color: #676e63;
	color: #fff;
	padding: 0px 10px;
	min-height: 0px;
}



.imixs-header {
	background: none !important;
}

.imixs-form .imixs-footer {
	border-top: 1px solid #CCC;
	background: none !important;
	
}

.imixs-view .imixs-footer {
	background: #fff;
	border-top: 1px solid #ccc;
	}




/* Jquery */
.imixs-tabs {
	border: none;
}

.imixs-tabs .ui-tabs-nav {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc:
}

.ui-widget {
	font-size: 1.0em;
}


.imixs-orderitems input {
	font-weight: normal;
	color:#555;
}


@media screen and (max-width: 768px) {
	
	#imixs-branding {
		background-size: 150px;
	}
	#imixs-branding-text {
		font-size: 1.8em;
		padding-top: 36px;
		margin-left: 200px;
	}
}

