/*************************************************** BUTTONS */
html button,
html .button,
html input[type='button'],
html input[type='submit'] {
	position: relative;

	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	padding: 0 .5rem;

	border-radius: 2px;
	background-color: #af7e31;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: .9rem;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}
/**
html button span,
html .button span,
html input[type='button'] span,
html input[type='submit'] span {
	display: inline;
	text-align:center;
	/*text-transform: uppercase;*/
	width: 100%;
	padding: 0 0.5em;
}
**/
html button > .fa,
html .button > .fa,
html input[type='button'] > .fa,
html input[type='submit'] > .fa {
	display: inline-block;
	xline-height: 2.3em;
}
html button .fa + span,
html .button .fa + span,
html input[type='button'] .fa + span,
html input[type='submit'] .fa + span {
}
html button:hover,
html .button:hover,
html input[type='button']:hover,
html input[type='submit']:hover {
	background-color: #603B00;
	border-color: #603B00;
	color: white;
}
html button:focus,
html .button:focus,
html input[type='button']:focus,
html input[type='submit']:focus
{
	outline-color: #00b6ad;
}
html button:hover > .fa,
html .button:hover > .fa,
html input[type='button']:hover > .fa,
html input[type='submit']:hover > .fa {
	border-color: white;
}
button.secondary,
.button.secondary,
input[type='button'].secondary,
input[type='submit'].secondary,


	 {
	background-color: #b4b4b4;
	border-color: #b4b4b4;
	color: #fff;
}

.orderpathprevbutton {
	display: inline-block;
	height: 2rem;
   	line-height: 2rem;
    	padding: 0 .5rem;
    	border-radius: 2px;
    	background-color: #af7e31;
	color: #fff;
	font-weight: bold;
}

.orderpathprevbutton:hover {
	text-decoration: none;
	background-color: #603B00;
    	border-color: #603B00;
	
}
button.secondary:hover,
.button.secondary:hover,
input[type='button'].secondary:hover,
input[type='submit'].secondary:hover {
}
button.warning,
.button.warning,
input[type='button'].warning,
input[type='submit'].warning {
	xcolor: #e20039;
	background-color: White;
	border-color: #00b6ad;
}
button.warning:hover,
.button.warning:hover,
input[type='button'].warning:hover,
input[type='submit'].warning:hover {
	color: white;
	background-color: #e20039;
	border-color: #e20039;
}
button.special,
.button.special,
input[type='button'].special,
input[type='submit'].special {
	color: #00b6ad;
	background-color: transparent;
	border-color: #00b6ad;
}
button.light,
.button.light,
input[type='button'].light,
input[type='submit'].light {
	background-color: #fff;
	border-color: #fff;
	color: #00b6ad;
}

html button.clear,
html .button.clear,
html input[type='button'].clear,
html input[type='submit'].clear,
html button.clear:hover,
html .button.clear:hover,
html input[type='button'].clear:hover,
html input[type='submit'].clear:hover {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	height: auto;
	margin: 0;
	min-width: 0;
	padding: 0;
	background-color: initial;
	border: initial;
	border-radius: initial;
	color: initial;
	height: initial;
	margin: initial;
	min-width: initial;
	padding: initial;
}
html button.clear > .fa,
html .button.clear > .fa,
html input[type='button'].clear > .fa,
html input[type='submit'].clear > .fa {
	position: relative;
	line-height: normal;
	width: auto;
}
html button.hidden,
html .button.hidden,
html input[type='button'].hidden,
html input[type='submit'].hidden {
	background-color:#fff;
	width:1px;
	height:1px;
	border:0;
}
html button.icon,
html .button.icon,
html input[type='button'].icon,
html input[type='submit'].icon {
	min-width: 2.3em;
	line-height: 2.3em;
}
html button.icon > .fa,
html .button.icon > .fa,
html input[type='button'].icon > .fa,
html input[type='submit'].icon > .fa {
	position: relative;
}


/*************************************************** TABLES */
/*                                                                                           STYLED TABLE */
table.styled {
	margin: 10px 0;
	border-collapse: collapse;
	width: 100%;
}
table.styled.list.flow tr th,
table.styled.list.flow tr td {
	font-family: "Arial","sans-serif";
    	font-size: 8pt;
}
table.styled thead {
	background-color: #d7d0bd;
	font-family: "Arial","sans-serif";
	font-size: 14px;
}
table.styled thead tr th {
	height: 30px;
	background-color: #f3f0e6;
	font-family: "Arial","sans-serif";
	line-height: normal;
	padding: 0.6em;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	color: #2d2d2d;
	border: 1px solid #d7d0bd;
}
table.styled thead tr th.right {
	text-align: right;
}
table.styled tr td {
	xvertical-align: top;
	background: #fff;
	font-family: "Arial","sans-serif";
	font-size: 14px;
	border: 1px solid #d7d0bd;
}


table.styled tr td.number {
	text-align: right;
	border: 1px solid #d7d0bd;
}
table.styled tr.hr {
	margin-top: 0.5em;
}
table.styled tr.hr th,
table.styled tr.hr td {
	border-top: none;
	padding-top: 0.5em !important;
	vertical-align: top;
}
table.styled tbody + thead {
	border-top: 1em solid white;
}
table.styled.list tr td.image {
	height: 3em;
}
table.styled.list tr th,
table.styled.list tr td {
	padding-left: 0.25em;
	padding-right: 0.25em;
}
table.styled.list tr th:first-of-type,
table.styled.list tr td:first-of-type {

}
table.styled.list tbody tr th {
	text-align: left;
	vertical-align: top;
}
table.styled.list tr td {
	xborder-bottom: none;
}
table.styled.list tbody tr:hover > td {
	xbackground-color: #d9f8f6;
}
@media screen and (min-width: 768px) 
{
	table.styled.list tbody tr:hover > th 
	{
		xbackground-color: #d9f8f6;
	}
}
table.styled.list tr td a 
{
	text-decoration: none;
}
table.styled.list tr[onclick]:hover > td 
{
	xbackground-color: #d9f8f6;
	cursor: pointer;
}
table.styled.list tr td > .fa 
{
	color: #88bce6;
}
table.styled.list tr th.center,
table.styled.list tr td.center 
{
	text-align: center;
}
table.styled.list tr th.number,
table.styled.list tr td.number {
	text-align: right;
}

table.styled tr.subrow td:first-of-type
{
	padding-left: 1.5em;
}

table.styled.list tfoot th,
table.styled.list tfoot td {
	background-color: #f6f6f6;
	line-height: 30px;
}
table.styled.list tfoot td:hover {
	xbackground-color: #f6f6f6;
}thea
table.styled.list tfoot td.clear {
	background-color: transparent;
}
table.styled.list tfoot.small {
	font-size: 0.8666666666666667em;
	font-weight: 600;
	color: #00b6ad;
}
table.styled.list.flow tr th,
table.styled.list.flow tr td,
table.styled.list.flow thead th,
table.styled.list.flow thead td 
{
	line-height: 2em;
	font-family: "Arial","sans-serif";
    	font-size: 8pt;
}


/*                                                                                           RESPONSIVE TABLE */
table.images td > img {
	max-width: 100%;
	margin: auto;
}
table.images td {
	padding: 0 10px;
}
table.images td:first-of-type {
	padding-left: 0;
}
table.images td:last-of-type {
	padding-right: 0;
}


@media screen and (max-width: 767px)
{
	table.responsive tfoot {
		display: block;
	}
	table.responsive tbody tr th {
		position: relative;
		top: 0;
		left: 0;
		background-color: #00b6ad;
		color: #fff;
		width: 100%;
	}
	table.responsive tfoot tr td {
		width: 100%;
		text-align: right;
	}
	table.styled.list tr td:hover {
		xbackground-color: rgba(0, 182, 173, .12);
	}
	table.responsive.styled.list tr th:first-of-type,
	table.responsive.styled.list tr td:first-of-type {
		padding: 0 0.25em;
	}
	table.responsive.styled.list td[data-type-title] {
		padding-left: 120px!important;
	}
	table.responsive.styled.list tr th.center,
	table.responsive.styled.list tr td.center,
	table.responsive.styled.list td.number.left {
		text-align: left;
	}
	table.styled tr td 
	{
	border-bottom: none;
	}
	table.styled tr 
	{
	xborder-bottom: 1px solid #d7d0bd;
	line-height: 1.5em;
	}
}

/*                                                                                           ZEBRA TABLE */
table.zebra tbody tr:nth-of-type(2n+2) td {
	background-color: #fbfbfb;
}

/*                                                                                           FIELDSVALS TABLE */
table.fieldsvals {
	border-spacing: 0;
	width: 100%;
}
table thead th,
table.fieldsvals th 
{
	text-align: left;
	background-color: #d7d0bd;
}
table.fieldsvals tbody + thead th {
	padding-top: 1em;
}
table.fieldsvals th,
table.fieldsvals td 
{
	vertical-align: middle;
	padding-bottom: 0.5em ;
	color: #64625e;
}
table.fieldsvals .fieldheader {
	margin-top: 3em;
	color: #00b6ad;
	font-size: 1.2em;
}
table.fieldsvals .fieldname {
	color: inherit;
	width: 25%;
}
table.fieldsvals .fieldval {
	width: 75%;
}
table.fieldsvals .fieldval div.part {
	display: inline-block;
}
table.fieldsvals .fieldval div.part + div.part {
	text-align: right;
}
table.fieldsvals .fieldval div.part + div.part input {
	margin-right: 0;
}
div.required,
table.fieldsvals .fieldval div.radio.required,
table.fieldsvals .fieldval.required input[type='text'],
table.fieldsvals .fieldval.required input[type='password'],
table.fieldsvals .fieldval.required input[type='email'],
table.fieldsvals .fieldval.required textarea,
table.fieldsvals .fieldval.required select,
table.fieldsvals input[required='required'],
table.fieldsvals textarea[required='required'],
table.fieldsvals select[required='required'] {
	border-left: 5px solid #00b6ad;
	border-radius: 3px 0 0 3px;
}
div.comment,
table.fieldsvals .fieldval div.radio,
table.fieldsvals .fieldval textarea,
table.fieldsvals .fieldval input[type='text'],
table.fieldsvals .fieldval input[type='password'],
table.fieldsvals .fieldval input[type='email'],
table.fieldsvals .fieldval select {
	width: 97%;
	max-width: 97%;
}
