
html#login {
  //background: url("images/Banner_1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#main .bg_block {
	background-color: #404040;
	color: white;
	opacity: 0.9;
	padding: 10px 20px 10px 20px;
/*	width: 100%;*/
}

#main .bg_span {
	background-color: #404040;
	color: white;
	opacity: 0.9;
	padding: 4px 6px 4px 6px;
}

#main #login_block {
  border: 2px solid #E5E1EF;
  margin-top: 100px;
  margin-left: 100px;
}
#main #login_block td#left {
  padding: 30px;
}
#main #login_block td#right {
  background-color: #F4F4F4;
}
#main #login_block td#right table {
  border-collapse: separate;
  border-spacing: 15px;
  padding: 20px;
}
#main #login_block td#right table tr {
  padding-bottom: 10px;
}
#main #login_block td#right table td input {
  background-color: white;
  border: 2px solid #E5E1EF;
}
h1 {
	padding-top: 10px;
	font-size: 200%;
	font-weight: bold;
	color: #6E4D26;
	text-align: center;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #6E4D26;
	text-align: center;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 125%;
	font-weight: bold;
	color: #6E4D26;
}
/*.styled-select {
   background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
   display: inline;
   height: 34px;
   width: 240px;
}

.styled-select select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
}*/

input[type=text], input[type=password], input[class=esnlist] {
    background-color: #F2F5F7;
	border: 2px solid #6E4D26;
/*    color: #6E4D26;*/
	color: #404040;
	font-size: 15px;
	height: 24px;
	padding-left: 8px;
	font-family: "arial", sans-serif;
}
textarea {
    background-color: #F2F5F7;
	border: 2px solid #6E4D26;
	color: #404040;
	font-size: 15px;
	font-family: "arial", sans-serif;
}
.cntrylist {
    background-color: #F2F5F7;
	border: 2px solid #6E4D26;
    color: #404040;
	font-size: 15px;
	height: 24px;
	padding-left: 8px;
}
.esnlist {
    background-color: #F2F5F7;
	border: 2px solid #6E4D26;
    color: #404040;
	font-size: 15px;
	height: 24px;
	padding-left: 8px;
}
/*.image_input {
    background-color: white;
	border: 2px solid #6E4D26;
    color: black;
	height: 100px;
	padding-left: 0px;
}*/
button {
	background-color: #F2F5F7;
	color: #6E4D26;
	padding: 2px 10px;
	font-size: 120%;
/*	font-weight: bold;*/
	height: 30px;
	border: 2px solid #6E4D26;
}
select {
  margin: 10px;
/*  width: 150px;*/
  min-width: 50px;
  padding: 5px 30px 5px 5px;
  font-size: 15px;
  border: 1px solid #ccc;
  height: 32px;
  border: 2px solid #6E4D26;
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/images/drop-down-arrow.png") right center no-repeat #F2F5F7;
/*  background: url("/images/drop-down-arrow.png") 96% / 15% no-repeat #F2F5F7;*/
}

/* CAUTION: IE hackery ahead */

select::-ms-expand {
    display: none; /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    }
}

input.submit,
input.submit_continue,
button.submit,
button.submit_continue {
	background-color: #044123;
	color: white;
/*	padding: 0px 10px 10px 10px;*/
/*	line-height: 25px;*/
	font-size: 100%;
/*	font-weight: bold;*/
	height: 30px;
	border: 2px solid #044123;
	outline: none;
}
input.submit:hover,
input.submit_continue:hover,
button.submit:hover,
button.submit_continue:hover {
	background-color: #03B585;
}
input.submit_grey,
button.submit_grey,
button.submit_back {
	background-color: #F2F5F7;
	color: #044123;
/*	padding: 0px 10px 10px 10px;*/
/*	line-height: 25px;*/
	font-size: 100%;
/*	font-weight: bold;*/
	height: 30px;
	border: 2px solid #044123;
	outline: none;
}
input.submit_grey:hover,
button.submit_grey:hover,
button.submit_back:hover {
	color: #03B585;
	border: 2px solid #03B585;
}
/*input.submit_grey:focus {
  outline-width: 1px;
  outline-style: dashed;
  outline-color: red;
}*/
/*button.submit {
	background-color: #6E4D26;
	color: white;
	padding: 0px 10px 10px 10px;
	line-height: 25px;
	font-size: 110%;
	height: 30px;
	border: 2px solid #6E4D26;
}
button.submit_grey {
	background-color: #F2F5F7;
	color: #6E4D26;
	padding: 0px 10px 10px 10px;
	line-height: 25px;
	font-size: 110%;
	height: 30px;
	border: 2px solid #6E4D26;
}
button.submit_back {
	background-color: #F2F5F7;
	color: #6E4D26;
	padding: 0px 10px 10px 10px;
	line-height: 25px;
	font-size: 110%;
	height: 30px;
	border: 2px solid #6E4D26;
}*/
/* Add this to align vertically */
/*button > img,
button > span {
  vertical-align: middle;
}*/
button.submit_back > img {
  vertical-align: top;
  padding-top: 0px;
}
button.submit_continue > img {
  vertical-align: top;
  padding-top: 0px;
}
button.editbtn {
	background-color: transparent;
	border: none;
/*	padding: 4px;*/
/*	font-weight: bold;*/
/*	height: auto;
	border: 2px solid #6E4D26;*/
}
.span_right {
  padding-left: 10px;
}
.span_right {
  padding-right: 10px;
}

button.remove-box {
	background-color: #6E4D26;
	color: white;
	padding-left: 1px;
	height: 30px;
	width: 24px;
	border: 2px solid #6E4D26;
}
/*input.checkbox {
	vertical-align: middle;
    background-color: black;
	border: 2px solid #6E4D26;
    color: #6E4D26;
	font-size: 15px;
	height: 80px;
	padding-left: 2px;
}*/
.color_text {
	color: #404040;
}
/*input[type=button], input[type=submit], input[type=reset] {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}*/
#supplier_login {
	background-color: #044123;
/*	margin-top: 10px; */
/*	width: 36%;*/
	width: 100%;
	padding: 8px 10px;
	color: white;
	font-size: 90%;
	font-weight: bold;
	height: 50px;
	text-align: center;
}
#main #login_block td#right table td #pki_login {
/*	background-color: #404040; */
	border: 5px solid #044123;
/*	width: 36%;*/
	width: 100%;
	padding: 8px 10px;
	color: #044123;
	font-size: 90%;
	font-weight: bold;
	height: 50px;
	text-align: center;
}
body, td { font-family: "arial", sans-serif;}
#main .fine_print { font-size: 90%; }
#footer a:link {color: #B1792B}
#footer a:visited {color: #6E4D26}
#header { font-family: "arial", sans-serif;}
#header td { font-family: "arial", sans-serif;}
#footer { font-family: "arial", sans-serif; font-size: 100%; }
#footer td { font-family: "arial", sans-serif; font-size: 90%; }
.spaced li { margin-bottom: 20px; }

#main a:link {color: #B1792B}
#main a:visited {color: #6E4D26}
#main td a:link {color: #B1792B}
#main { font-size: 110%; font-family: "arial", sans-serif; min-height: 650px; }
#main td { font-size: 100%; font-family: "arial", sans-serif;}
#main td a:visited {color: #6E4D26}

#nav {width: 80%; max-width: 800px; border-collapse: separate; border-spacing: 15px 0px;}
#nav td {font-weight: bold; font-size: 85%; white-space: nowrap;}
#nav td a:link {text-decoration:none; color: white;}
#nav td a:visited {text-decoration:none; color: white;}
#nav td a:hover {text-decoration:none; color: black;}

#logo { position: absolute; left: 44px; top: 0px;  margin-top: 30px; }

#head {
	position: relative;
	overflow: hidden;
	max-width: 962px;
	min-width: 688px;
}

#head_back {
	width: 100%;
	background-color: #afb4be;
}

#head_gfx {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 144px;
	width: 638px;
	background-image: url('images/bins.jpg');
}


#head_fluid {
	text-align: left;
	color: White;
	font-weight: bold;
	position: relative;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	width: 300px;
	height: 144px;
	background-color: #afb4be;
	padding-left: 22px;
}

#head_text {
	padding-top: 30px;
	padding-left: 30px;
}

#head_text_title {
	font-size: 150%;
}

#nav_box {
	background-color: #999999;
	width: 100%;
	margin-top: 2px;
}

#head_gfx_plain { height: 120px; width: 100%; }

#head_box_plain { float: right; height: 120px; width: 400px; padding-left: 50px; text-align: left; color: Black; font-weight: bold; }

#sector_name { font-size: 100%; font-weight: normal; }

.error { color: #EF463F; font-weight: bold; }
.error_supplier { color: #EF463F; font-weight: bold; text-align: center; white-space: nowrap; }
.announce { color: #EB8768; font-weight: bold;}
.warning { color: #EF463F; font-weight: bold;}
.h_message {
	position: absolute;
	top: 115px;
	left: 30px;
}
.h_message0 {
	position: absolute;
	top: 140px;
	left: 30px;
}
.h_message1 {
	position: absolute;
	top: 165px;
	left: 30px;
}
.h_message2 {
	position: absolute;
	top: 190px;
	left: 30px;
}
.h_message3 {
	position: absolute;
	top: 215px;
	left: 30px;
}
.h_message4 {
	position: absolute;
	top: 240px;
	left: 30px;
}
.sanserif { font-family: sans-serif; max-width: 900px; margin: auto; text-align: left;}

/*ol {
	counter-reset: section;
	list-style-type: none;
}

ol li { counter-increment: section; }
ol li:before { content: counters(section, ".") ". "; }*/

#required { font-size: 140%; }
.required { font-size: 140%; }
#red { color: #AF235F; }
#green { color: #647D2D; }
#form_input td { vertical-align: top; line-height: 28px; font-weight: bold; }
#form_input_bottom tr { height: 60px; }
#form_input_bottom td { vertical-align: bottom; line-height: 28px; font-weight: bold; }
#form_input_middle td { vertical-align: middle; line-height: 28px; font-weight: bold; }
.red { color: #AF235F; }
.green { color: #647D2D; }

.green_back {
	padding: 6px;
	color: white;
	font-weight: bolder;
	background-color: #647D2D;
}

.red_back {
	padding: 6px;
	color: white;
	font-weight: bolder;
	background-color: #AF235F;
}

/*.workflow {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	font-size: 11px;
	padding: 0px;
	white-space: nowrap;
}

.work_arrow { }
.past { padding-left: 20px; padding-right: 20px; }
.present { padding-left: 20px; padding-right: 20px; font-weight: bold; color: #990000; }
.future { padding-left: 20px; padding-right: 20px; color: #999999; }*/

#main .outer_info_table {
	background-color: #afb4be;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border: solid;
	border-width: 1px;
	border-color: black;
}

#main .info_table {
	border: 1px;
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-color: white;
}
#main .info_table th {
	background-color: white;
	color: #6E4D26;
	padding: 3px 10px;
	border: 1px;
	border-style: solid;
	border-color: white;
}

#main .info_table tr:nth-child(odd) {
	background-color: #E5EBEF;
}
#main .info_table tr:nth-child(even) {
	background-color: #F2F5F7;
}

#main .info_table td {
	padding: 5px 9px;
	border: 3px;
	border-style: solid;
	border-color: white;
}

#main .info_table_plain {
	border: 1px;
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-color: white;
}
#main .info_table_plain th {
	background-color: white;
	color: #6E4D26;
	padding: 3px 10px;
	border: 1px;
	border-style: solid;
	border-color: white;
}
#main .info_table_plain td {
	padding: 5px 9px;
	border: 3px;
	border-style: solid;
	border-color: white;
}


#main .info_table_status {
	border: 2px solid #6E4D26;
/*	table-layout: fixed;*/
/*	width: 700px;*/
	empty-cells: show;
	border-collapse: collapse;
}
#main .info_table_status th {
	background-color: white;
	color: #6E4D26;
	padding: 3px;
	border-bottom: 2px solid #6E4D26;
	white-space: nowrap;
/*	border: 1px;
	border-style: solid;
	border-color: white;*/
}

#main .info_table_status tr:nth-child(odd) {
	background-color: #E5EBEF;
}
#main .info_table_status tr:nth-child(even) {
	background-color: #F2F5F7;
}

#main .info_table_status td {
	padding: 5px 9px;
	border: none;
	height: 32px;
	white-space: nowrap;
/*	border-style: solid;
	border-color: white; */
}

#main .supplier td {
	height: auto;
}

#main .info_table_border {
	border: 1px solid #6E4D26;
	border-collapse: collapse;
	empty-cells: show;
}

#main .info_table_border tbody {
    display: block;
	margin: -1px;
}

#main .info_table_border td {
    border: 3px solid white;
	padding: 9px;
}

/*#main .info_table_border th {
	background-color: white;
	color: #6E4D26;
	padding: 3px;
	border: 1px;
	border-style: solid;
	border-color: white;
}*/

#main .info_table_border td:nth-child(1) {
	color: #404040;
}

#main .info_table_border tr:nth-child(odd) {
	background-color: #E5EBEF;
}
#main .info_table_border tr:nth-child(even) {
	background-color: #F2F5F7;
}

#main .info_table_norwap {
	border: 1px;
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-color: white;
}
#main .info_table_norwap th {
	background-color: white;
	color: #6E4D26;
	padding: 3px 10px;
	border: 1px;
	border-style: solid;
	border-color: white;
	white-space: nowrap;
}

#main .info_table_norwap tr:nth-child(odd) {
	background-color: #E5EBEF;
}
#main .info_table_norwap tr:nth-child(even) {
	background-color: #F2F5F7;
}

#main .info_table_norwap td {
	padding: 5px 9px;
	border: 3px;
	border-style: solid;
	border-color: white;
	white-space: nowrap;
}

#main .info_table_nowrap {
	border: 1px;
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-color: white;
}
#main .info_table_norwap th {
	background-color: white;
	color: #6E4D26;
	padding: 3px 10px;
	border: 1px;
	border-style: solid;
	border-color: white;
	white-space: nowrap;
}

#main .info_table_nowrap tr:nth-child(odd) {
	background-color: #E5EBEF;
}
#main .info_table_nowrap tr:nth-child(even) {
	background-color: #F2F5F7;
}

#main .info_table_nowrap td {
	padding: 5px 9px;
	border: 3px;
	border-style: solid;
	border-color: white;
	white-space: nowrap;
}

#main .import_table {
	border: 1px;
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-color: #999999;
}
#main .import_table th {
	padding: 10px;
	border: 1px;
	border-style: solid;
	border-color: black;
	font-weight: normal;
}
#main .banner_table {
	border: none;
}
#main .banner_table th {
	text-align: left;
	padding: 3px;
	border: none;
	white-space: nowrap;
}
#main .banner_table td {
	font-weight: bold;
	color: #03B585;
	padding: 3px;
	border: none;
	white-space: nowrap;
}

#main .listing_status {
	padding: 2px;
/*	border-style: solid;
	border-color: #990000;*/
	text-align: center;
	font-size: 150%;
	white-space: nowrap;
	color: #03B585;
}

#main .ticker_table {
	border: 1px;
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-color: #999999;
}
#main .ticker_table th {
	background-color: #afb4be;
	padding: 3px;
	border: 1px;
	border-style: solid;
	border-color: black;
}

#main .ticker_table tr:nth-child(even) {
	background-color: #f2f5fc;
}

#main .ticker_table td {
	padding: 3px;
	padding-left: 4ch;
	border: 1px;
	border-style: solid;
	border-color: #999999;
	text-align: right;
}

.grey {
	color: grey;
	font-weight: normal;
}

.has_bid {
	color: #647D2D;
	font-weight: bold;
}

.no_bid {
	color: #AF235F;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

#main .info_table td.ticker_round {
	border: 4px solid #6E4D26;
}

.italic {
	font-style: italic;
	text-align: left;
}

#main .back_color {
	background-color: #afb4be;
}

#main #rfq_type_table {
	margin-bottom: 10px;
}

#main #rfq_type_table td {
	padding: 10px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}

#main #dur_type_table {
	display: inline;
}

#main #dur_type_table td {
	line-height: 10px;
}

#languages td {
	line-height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	white-space: nowrap;
}

#languages td a {
	vertical-align: super;
}

.button.hilite {
	background-color: #FBEC5D;
}

.search_supplier { text-align: center; }
.search_supplier td { padding-left: 10px; }

#search_table td {
	text-align: left;
	white-space: nowrap;
}

.i_error, input[type=text].i_error, input[type=password].i_error, input[class=esnlist].i_error {
	border-color: #EF463F;
	background: #ffe1e1;
}

select.i_error {
	border-color: #EF463F;
  background: url("/images/drop-down-arrow.png") right center no-repeat #ffe1e1;
}

select.ib_error {
	border-color: #EF463F;
  background: url("/images/drop-down-arrow.png") right center no-repeat #ffe1e1;
}

.i_warning, input[type=text].i_warning, input[type=password].i_warning, input[class=esnlist].i_warning {
	border-color:  #03B585;
	background: #CCFFFF;
}

.ib_error {
	border-style: solid;
	border-width: 2px;
	border-color: #EF463F;
/*	background: #FFCCCC;*/
	padding-right: 10px;
}

.default_submit {
	position: fixed;
	left: -1000px;
	top: -1000px
}

#login_help li {
	margin-top: 10px;
	margin-left: -20px;
	text-indent: 0px;
}

.star_c1 {
	font-size: 200%;
	color: Gold;
	font-family: "Times New Roman",Georgia,Serif;
}
.star_c2 {
	font-size: 200%;
	color: LightGray;
	/*font-family: "Arial Unicode MS", Quivira, Symbola, Code2000, STIX,
  "Linux Libertine", MingLiU, "DFKai-SB";*/
}
.tooltip th {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.tooltip td {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
.tooltip td span {
	vertical-align: 20%;
}
.tooltip_short {
	font-weight: bold;
	white-space: nowrap;
}
.tooltip_short_normal {
	white-space: nowrap;
}
.hint {
	border-bottom: 1px dashed;
}
.tooltip_info td {
	font-weight: bold;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

a.tooltipcss {
    position: relative;
    top: 0px;
    left: 0px;
}

a.tooltipcss:hover span {
    opacity: 1;
    visibility: visible;
}

a.tooltipcss span {
    padding: 10px;
    top: 20px;
    min-width: 400px;
    max-width: 500px;
    background-color: #E6E6E6;
    color: #000000;
    height: auto;
    border-radius: 5px;
    border-width: 2px;
    border-color: black;
    opacity: 0;
    position:absolute;
    visibility: hidden;
    word-wrap: break-word;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

a.tooltipcss h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}

#termsbox {
	height:500px;
	width:800px;
	border:1px solid black;
	overflow:auto;
	background-color: #F2F5F7;
	padding: 20px;
	text-align: left;
}

/*#termsbox ol[type="a"] {
	margin-left: 70px;
	list-style-type:lower-alpha;
 }*/

#termsbox_website {
	width:700px;
	border:1px solid black;
	overflow:auto;
	background-color: #F2F5F7;
	padding: 20px;
}

#termsbox_website ol[type="a"] {
	margin-left: 70px;
	list-style-type:lower-alpha;
 }


/*#termsbox li p {
	display: inline;
	white-space: normal;
}*/

#main .info_table td.noright {
	border-right-width: 0px;
}

#main .info_table td.noleft {
	border-left-width: 0px;
	text-align: right;
}

.autocomplete-suggestions { border: 1px solid #999; background: #F2F5F7; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); color: #6E4D26; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: white; }
.autocomplete-suggestions strong { font-weight: bold; color: 0F8287; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

#main .info_table_nowrap .no_border {
    border-collapse: collapse;
}

#main .info_table_nowrap td .no_border td {
    padding: 2;
    border: none;
}


ul.helper-text {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    color: #808080;
}

ul.helper-text li {
    margin: 5px;
    color: #EF463F;
/*    padding-left: 30px; */
}

ul.helper-text li.valid {
/*    background-image: url('images/green_check.png');
    background-repeat: no-repeat;
    background-position: 0px center; */
    color: #1fd34a;
}

.wait {
	position: relative;
	padding-top: 30px;
/*	font-weight: bold; */
	font-size: 150%;
}

.autocomplete-suggestions {
	font-size: 80%;
}

.main_navigation_container {
  position: relative;
  margin-top: 70px;
  margin-left: 225px;
  margin-right: 50px;
  margin-bottom: 30px;
  text-align: left;
  white-space: nowrap;
  min-width: 950px;
}
.main_navigation_container nav.main {
  position: relative;
  z-index: 10;
}
.main_navigation_container nav.main:before, .main_navigation_container nav.main:after {
  content: '';
  position: absolute;
  height: 110%;
  width: 30px;
  top: 0;
}

.main_navigation_container nav.main > ul {
  margin: 0;
  position: relative;
  padding-left: 2%;
}
.main_navigation_container nav.main > ul:before, .main_navigation_container nav.main > ul:after {
  content: '';
}
.main_navigation_container nav.main > ul:after {
  top: calc(10% + 1px);
  bottom: calc(10% - 1px);
  left: 1px;
}
.main_navigation_container nav.main > ul li {
  list-style: none;
  position: relative;
}
.main_navigation_container nav.main > ul li a {
  display: block;
  padding: 0 15px;
  line-height: 35px;
  color: #3C3C4B;
  text-decoration: none;
  font-size: 20px;
}
.main_navigation_container nav.main > ul li a:hover {
  color: black;
}
/*.main_navigation_container nav.main > ul li.current-menu-item a {
  color: black;
}*/
.main_navigation_container nav.main > ul > li {
  display: inline-block;
}
.main_navigation_container nav.main > ul > li ul {
  position: absolute;
  left: 0;
  background-color: white;
  display: none;
  padding: 0px;
}
.main_navigation_container nav.main > ul > li ul li a {
  white-space: nowrap;
  line-height: 40px;
  padding: 0 25px;
  color: #6E4D26;
  border: 1px solid #E5E1EF;
}
.main_navigation_container nav.main > ul > li ul li a:hover {
  background: #F2F5F7;
  border: 1px solid #D8E1E7;
}
/*.main_navigation_container nav.main > ul > li ul li:last-child a {
  border-bottom: 0;
}*/
.main_navigation_container nav.main > ul > li ul li.has-dropdown ul {
  left: 100%;
  top: 15px;
}

#magic-line {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100px;
  height: 4px;
  background: #6E4D26;
}

.arrow-down {
    border: solid #6E4D26;
}

.dropdown-filter-icon {
    border:1px solid #6E4D26;
}

#datetime_header {
	text-align: right;
	margin-top: 20px;
	margin-right: 40px;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox label {
    position: relative;
    display: inline-block;
    
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 25px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 16px;
    width: 16px;
    
    left: 0px;
	
	background-color: #F2F5F7;
	border: 1px solid #6E4D26;
    
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 3px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
	color: #404040;
    
    transform: rotate(-45deg);
    
    left: 4px;
    top: 7px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(50, 160, 160) auto 2px;
}

.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.3em;
  margin-right: 1em;
/*  vertical-align: top;*/
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #6E4D26;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #6E4D26;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.login_box {
	font-weight: bold;
	color: white;
	white-space: nowrap;
	padding: 15px 20px 15px 0px;
}

.help_button {
  white-space: nowrap;
  text-align: left;
  margin: 10px;
  width: 100%;
  padding: 5px 5px 5px 10px;
  font-size: 120%;
  border: 1px solid #ccc;
  height: 40px;
  border: 2px solid #6E4D26;
  color: #6E4D26;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/images/Help_Flash.png") no-repeat 98% 2px #F2F5F7;
}

.help_button:hover {
  background: url("/images/Help_Flash.png") no-repeat 98% 2px #E5EBEF;
}

.spacer {
	height: 9px;
}

.teal_text {
	font-size: 110%;
	font-weight: bold;
	color: #6E4D26;
}

.underline {
	text-decoration: underline;
}

#crumbs {
	text-align: center;
/*	margin-left: 150px;*/
	min-width: 1350px;
}

	#crumbs ul {
		list-style: none;
		display: inline-table;
		white-space: nowrap;
	}
		#crumbs ul li {
			display: inline;
			white-space: nowrap;
		}
	
		#crumbs ul li span {
			display: block;
			float: left;
			height: 40px;
			min-width: 165px;
/*			background-image: linear-gradient(to right, #518E70 , #377456, #1E5B3D, #044123);*/
			background-color: #03B585;
			text-align: right;
			line-height: 33px;
			padding: 5px 5px 0px 30px;
			position: relative;
			margin: 0 5px 0 0;
			white-space: nowrap;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
		}
		#crumbs ul li span#two {
			width: 360px;
		}
		#crumbs ul li span#three {
			width: 545px;
		}
		#crumbs ul li span#four {
			width: 730px;
		}
		#crumbs ul li span#five {
			width: 915px;
		}
		#crumbs ul li span#six {
			width: 1100px;
		}
		#crumbs ul li span.grey {
			min-width: 150px;
			background: #f2f5f7;
			color: black;
/*			font-weight: bold;
			font-size: 14px;
			line-height: 33px;
			padding: 7px 5px 0px 30px;*/
			text-align: center;
		}
			#crumbs ul li span:after {
				content: "";
				border-top: 22px solid transparent;
	 			border-bottom: 22px solid transparent;
				border-left: 22px solid #03B585;
				position: absolute; right: -21px; top: 0;
				z-index: 1;
			}
			#crumbs ul li span.grey:after {
	  			border-left: 22px solid #f2f5f7;
			}
			#crumbs ul li span:before {
				content: "";
				border-top: 22px solid transparent;
	  			border-bottom: 22px solid transparent;
	  			border-left: 22px solid white;
				position: absolute; left: 0; top: 0;
			}
	
	
				#crumbs ul li:first-child span:before {
					display: none;
				}

.nowrap th { white-space: nowrap; }
.nowrap td { white-space: nowrap; }

.dark_back {
	font-weight: bold;
	color: white;
	/*background: #6E4D26;*/
	background: #044123;
}
			
		/* body select.select_box */
select.test {
    display: block;
    padding: 10px 70px 10px 13px !important;
   /* max-width: 100%; */
    height: auto !important;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: url("/images/Bin.png") right center no-repeat;
    background-color: #fff;
    color: #444444;
    font-size: 12px;
    line-height: 16px !important;
    appearance: none;
    /* this is must */ -webkit-appearance: none;
    -moz-appearance: none;
}
/* body select.select_box option */
select.test option {
    padding: 0 4px;
}
/* for IE and Edge */
/*select::-ms-expand {
    display: none;
}
select:disabled::-ms-expand {
    background: #f60;
}*/
		
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  /*border: 2px solid gray;*/
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.dropbtn {
  padding: 2px 4px 0px 4px;
  border: 2px solid #6E4D26;
  cursor: pointer;
  height: 43px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
/*  min-width: 160px;*/
  z-index: 1;
}

.dropdown-content a {
  white-space: nowrap;
  line-height: 40px;
  padding: 0 25px;
  color: #6E4D26;
  border: 1px solid #E5E1EF;
  text-decoration: none;
  display: block;
  background-color: white;
}

.dropdown-content a:hover {
  background: #F2F5F7;
  border: 1px solid #D8E1E7;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #f9f9f9;
}

.fake_link, .fl {
	color: #B1792B;
	text-decoration: underline;
	cursor: pointer;
}


.circle {
  /* Create the circle */
  width: 40px;
  height: 40px;
  border: none;

}

.scrolling {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 200px;
}

.scrolling_internal {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 160px;
}

.entry_pre {
			font-size: 125%;
/*            overflow-x: auto;*/
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
			margin-top: 0px;
         }
.question_pre {
			font-family: SiemensSans;
/*            overflow-x: auto;*/
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
			margin-top: 0px;
      margin-bottom: 0px;
         }
.user_line {
	background: #F5F6D4;
}
.support_line {
	background: #E5EBEF;
}
.internal_line {
	background: #FFE164;
}
/*.scrolling_user {
	background: #B9E1E1;
	padding: 0px 20px 0px 20px;
	overflow-y: auto;
	min-height: 100px;
	width: 800px;
	max-height: 400px;
}
.scrolling_support {
	background: #F5F6D4; /*or try #F0F1BF
	padding: 0px 20px 0px 20px;
	overflow-y: auto;
	min-height: 100px;
	width: 800px;
	max-height: 400px;
}
*/
#main .info_table td .compact_table {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

#main .info_table td .compact_table tr {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

#main .info_table td .compact_table td {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

.tooltip_templates { display: none; }

#main .msg_table th {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #0F8287;
	padding: 3px 20px;
}

#main .msg_table td div.msg_time {
	font-weight: bold;
	text-align: center;
	font-size: 75%;
}

#main .msg_table td.agent_cell {
	background-color: #DEEAF6;
	padding: 3px 20px;
}

#main .msg_table td.supplier_cell {
	background-color: #FFF2CC;
	padding: 3px 20px;
}

.nowrap, .nw {
	white-space: nowrap;
}


