
/* Tables */
table {
	font-family: arial, "lucida console", sans-serif;
	background: #fff;
	border:1px solid #ccc;
	empty-cells:show;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	font-family: arial, "lucida console", sans-serif;
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	font-size: 12px;
}
th a {
	font-family: arial, "lucida console", sans-serif;
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
}
table tr.altrow td {
	background: #f4f4f4;
	font-family: arial, "lucida console", sans-serif;
}

table tr.splrow td {
	background: #D7E6E8;
	font-family: arial, "lucida console", sans-serif;
}
td.actions {
	text-align: center;
	white-space: nowrap;
  overflow: hidden;
}
td.actions a {
	padding: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	margin: 4px 8px;
	text-align: left;
}


table#grn,table#temp{
	background: #fff;
	border:0;
	border-right:0;
	color: #333;
	margin-bottom: 10px;
	margin-top:20px;
	width: 50%;
}

table#grn tr td {
	background: #fff;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-right:0;
}

table#grn div.input{
	width:50px;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	font-size:12px;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 80%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-size:12px;
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dt.altrow {
	background: #f4f4f4;
}
dd {
	margin-left: 12em;
	padding-left: 3em;
	margin-top: -30px;
	vertical-align: top;
	border-left: 1px solid #dddddd;
	font-size:12px;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 90%;
}
hr {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 0;
	padding: 16px 20px;
}
fieldset.narrow {
	width:300px;
}
fieldset legend {
	background:#fff;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {

	padding: .5em;
	vertical-align: text-top;
}

form div.input {
	width:220px;
	color: #444;
}
form div.input.textarea {
	color: #444;
	width:100%;
}
.swmps form div.input input{
	width:250px;
	margin-bottom:5px;
}
/*
form div.info {
	color: #444;
	background: black url(/img/info.jpg) no-repeat 210px 25px;
}*/
div.supplier_update form div.input{
	width:450px;
	color: #444;
	font-size:12px;
	line-height: 18px;
}
div.supplier_update form div.input input{
	width:350px;
	margin-bottom:5px;
}
div.supplier_update form div.input select{
	width:350px;
	margin-bottom:5px;
	display : block;
}
div.supplier_update form div.input input.checkbox{
	width:auto;
}

form div.input.checkbox {
}

form div.input.checkbox input{
	clear: left;
	width: auto;
	display:inline;
}

div.checkbox label{
	display:inline;
}

form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear:none;

	width:110px;
}
form div.submit input{
	width:110px;
}

form#ContainerAddForm select{
	width:400px;
}

form#ContainerEditForm select{
	width:400px;
}

label {
	display: block;
	padding-right: 20px;
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
}
input{
	display: block;

	font-family: arial, "lucida console", sans-serif;
	padding: 2px;
	width: 200px;
}
textarea {
	clear: both;
	font-family: arial, "lucida console", sans-serif;
	padding: 2px;
}

form input{
	width:200px;
}

table tr td input {
	width: 60px;
}
table tr td div.input{
	width: auto;
}
select {
	clear: both;
	width: 200px;
	vertical-align: text-bottom;
	}
div.multiple select {
	clear: both;
	width: 100%;
	vertical-align: text-bottom;
}
form div.input.date{
	width:300px;
}

form div.input.date select {
	width: auto;
	vertical-align: text-bottom;
	clear:none;
}

select[multiple=multiple] {
	width: 100%;
}
option {

	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	margin: 0px 6px 7px 2px;
	width: auto;
	display:inline;
}
input[type=submit] {
	padding: 2px 5px;
	width:110px;
	vertical-align: bottom;
	clear:none;
}

input[type=button] {
	width:110px;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size:12px;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	font-size: 10px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: arial, "lucida console", sans-serif;


	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;

}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: arial, "lucida console", sans-serif;
	font-size: 120%;

	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	width: 80%;
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	float:left;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}


/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;

	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

form input[type='number']::-webkit-outer-spin-button,
form input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}