body {
  margin: 0;
  padding: 0;
  color: #303030;
  font-family: Meiryo UI, 'Open Sans', sans-serif;
  background: #ffffff;
  /* background-image: url(/img/country-quilt.png); */
}

#header {
  background: #eeeeee;
  padding: 10px 0px;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}

#header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer {
  background: #eeeeee;
  margin:  0px 0px 0px 0px;
  padding: 20px 0px;
  border-top: 2px solid #d71518;
}

#main{
  margin: 0px auto;
  max-width: 1800px;
  padding: 0px 5%;
}
#main_content{
  background: #fefefe;
  padding: 10px 5% 20px;
  min-height: 75vh;
}
h1 a {
  text-decoration: none;
  color: #000000;
}
#breadcrumbs ul {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
}
#breadcrumbs li {
    display: inline-block;
}
#breadcrumbs li+li:before {
    padding: 0 .5rem 0;
    content: "\203A";
}

h2 {
  border-bottom: 2px solid #666666;
  background: #efefef;
}
h3 {
border-bottom:2px solid #333333;
}
h4 {
  border-bottom: 1px dotted #333333;
  padding: 0px 10px;
}
h5 {
  margin: 16px 0px 0px;
}

.logout a {
    padding: 5px;
    margin: 10px;
    border: 1px solid #666666;
    color: #666666;
    font-size: 14px;
    background: #ffffff;
    text-decoration: none;
}
.logout a:hover {
    border: 1px solid #666666;
    color: #000000;
    background: #e0e0e0;
    transition-duration:0.5s;
}

/* display */
.display_no {
  display: none;
}

/* breadcrumbs */
#breadcrumbs ul {
  margin: 6px 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px;
}
#breadcrumbs li {
    display: inline-block;
}
#breadcrumbs li+li:before {
    padding: 0 .5rem 0;
    content: "\203A";
}
#breadcrumbs li a {
    text-decoration:none;
}

/* error_list */
ul.error_list {
    border: 1px solid #FF0000;
    background-color: #FFCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.error_list li {
    color: #FF0000;
}

/* general table */
tr.disable-tr {
  color: #EEEEEE;
  background-color: #999999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin:20px 0px;
  width: 100%;
}
table th,
table td {
  padding:4px 8px;
  border: 1px solid #333333;
}
table th {
  background: #aaaaaa;
}
table td {
  background: #fefefe;
  text-align: center;
}

/* general button */
button.enable-button {
  color: #333333;
  background-color: #99FF33;
}
button.disable-button {
  color: #EEEEEE;
  background-color: #FF0033;
}

/* signin */
.signin_main,
.passwordreset_main {
	width: 400px;
	margin:20px auto 10px;
	padding:20px 20px;
	background:#eeeeee;
	border:1px solid #cccccc;
}
.signin_main h2,
.passwordreset_main h2 {
	text-align:center;
	margin:2px;
  border-bottom: 1px solid;
}
.signin_main label,
.passwordreset_main label {
	display: block;
	font-size:14px;
	padding:0px 0px 0px;
	color:#444444;
}
.signin_main input,
.passwordreset_main input {
	width: 340px;
	height:17px;
	padding:6px 12px;
	margin-bottom:10px;
}
.signin_main fieldset,
.passwordreset_main fieldset {
	border:none;
}
.signin_main button,
.passwordreset_main button {
	padding:10px;
	width:95%;
  border-style:none;
  background: #d8e84f;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
}
.signin_main button:hover,
.passwordreset_main button:hover {
	transition-duration:0.5s;
  background: #60ff4d;
}
.signin_main div.btn_wrapper,
.passwordreset_main div.btn_wrapper {
	margin:4px;
  text-align:center;
}
.signin_main div.signin_forgot {
	text-align:center;
}
.passwordreset_main fieldset p {
  font-size: 14px;
  color: #555555;
}

/* main_content */
.content_main li a {
  text-decoration: none;
  color:#005eb8;
  font-size: 24px;
}
.content_main li a:hover {
  text-decoration: underline;
}

.content_main ul {
	list-style-type: none;
}

/* report */
.report_main h2 {
    background: #1586d7;
    padding: 4px;
    color: #ffffff;
}

.report_post {

}
.report_post p.issued_date {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}
.report_post p.reporting_date {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}
.report_post h2 {
  margin: 0px;
	font-size: 32px;
  text-align: center;
  background: #e60004;
  color: #fff;
}
.report_post p.cl_name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.report_post h3 {
	background: #666666;
    text-align: center;
    color:#ffffff;
}
.report_post table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  text-align: center;
}
.report_post table th,
.report_post table td {
  padding:2px 4px;
}
.report_post table th {
  border:1px solid #bfbfbf;
  background: #0c92ec;
  color:#ffffff;
}
.report_post table td {
  border:1px solid #bfbfbf;
  background:#fcfcfc;
}
td.td-w80{
	width: 80px;
}
td.td-mw900 {
    max-width: 900px;
    overflow-x: scroll;
}
.column2{
  display: flex;
  border-top: 4px solid #999999;
}
.column2_left,
.column2_right{
	width:50%;
}
.column2 ul {
	list-style-type: none;
	font-size: 12px;
}
.report_post p.note {
    border: 1px solid #cccccc;
    height: 120px;
}

/* edit */
.edit_main {

}

.edit_main .edit_selection_heading {
  color: #0033ff;
  border-bottom: 1px solid;
}

.edit_main table {
  border-collapse: collapse;
  border-spacing: 0;
}
.edit_main table th {
  border:1px solid #bfbfbf;
  background: #e0e0e0;
}
.edit_main table td {
  border:1px solid #bfbfbf;
}

.edit_main .show_stats0 {
  background: #939498;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.edit_main .show_stats1 {
  background: #4cda64;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* edit view */
.view_all_currency_table {
	font-size:12px;
}

.view_all_currency_heading{
	border-top: 1px solid #999999;
    padding-top: 10px;
}

.view_all_report_table {
  width:100%;
}

.view_all_report_table th {
  font-weight:normal;
  text-align:left;
}

.view_all_report_table th:nth-child(1) {
  width:45%;
}

.view_all_report_table th:nth-child(n+2) {
  text-align:center;
}

.view_all_report_table td {
  text-align:right;
}

.view_all_report_table th:nth-child(5) {
	color:#178fe5;
	font-weight:bold;
}
.view_all_report_table td:nth-child(5) {
	color:#000000;
	background:#F0FFFF;
	font-weight:bold;
}
.view_all_report_table th:nth-child(6) {
	color:#09b1bb;
	font-weight:bold;

}
.view_all_report_table td:nth-child(6) {
	color:#000000;
}

tr.tr_top {
	border-top: 2px solid #666666;
}

tr.tr_bottom {
    border-bottom: 2px solid #666666;
}

.view_all_report_table tr {
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
}

/* iteminfo */
.iteminfo table {
width:auto;
}

/* fbaplaninfo */
td.td-quantity{
  font-weight:bold;
  color:#ff0000;
}

p.edit_link {
}
p.plan_dl_link {
text-align:center;
}
p.plan_dl_link a {
text-decoration:none;
color:#ffffff;
font-weight:bold;
display:block;
width:80%;
margin:auto;
padding:12px;
border-radius:1rem;
background:#ff9152;
}
p.plan_dl_link a:hover {
color:#000b7d;
background:#ffcdb0;
}

table.table-inventory {
}
table.table-inventory tr {
}
table.table-inventory th {
	width:30vw;
}
table.table-inventory td {
	font-weight:bold;
}
table.table-inventory td.td-purchased {
	color:#00ff0a;

}
table.table-inventory td.td-plan_quantity {
	color:#ff0000;
}
table.table-inventory td.td-quantity {
	color:#000000;
	font-size:24px;
}
table.table-fba_plan td{
background:#ffdddd;
}

table.table-purchase td {
background:#cfffcd;
}

.editfbaplan table.table-item_list {
	font-size:11px;
}
.editfbaplan table.table-item_list th {
	border:none;
	background: #cccccc;
}
.editfbaplan table.table-item_list td {
	border:none;
	border-bottom:1px solid #000000;
}

/* layout2 */
#layout2 #header {
  background: #ff9de1;
}

#layout2 #footer {
  background: #ff9de1;
}
