/* Custom Design  */


input[type="text"],input[type="password"],textarea,select {
	font-weight: bold;
	color: #1c94c4;
}

.imixs-date {
	width: 120px !important; 
}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus,select:focus
	{
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px
		rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px
		rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px
		rgba(82, 168, 236, 0.6);
}

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;
	}
}

