@charset "UTF-8";

#v_main {
	justify-content: flex-end;

/*     align-items: center; */
	padding-bottom: 10px;
/* 	text-align: center; */
}

#container {
	max-width: 500px;
	width: 100%;
/* 	bottom: 0; */
/* 	display: inline-block; */
	margin-left: auto;
    margin-right: auto;
}

.keyboard-row {
	display: flex;
}

.key {
	flex: 1;
    flex-direction: column;
	cursor: pointer;
	width: 23px;
	height: 30px;
/* 	border: solid gray 1px; */
	text-align: center;
	border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    padding: 2px;
    margin: 5px;
    text-shadow: 1px 1px 5px #fff;
    font-weight: bold;
}

.green-key {
	background: radial-gradient(circle at center, #ccf 0%, #aaf 10%, #007 90%);
  );

}

.yellow-key {
	background: radial-gradient(circle at center, #fff 0%, #ccf 10%, #88f 90%);
}

.grey-key {
	background: radial-gradient(circle at center, #fff 0%, #eef 10%, #ddf 90%);
}

#words > div {
	display: flex;
}

#words > div > div {
	flex: 1;
    flex-direction: column;
	width: 23px;
	height: 30px;
/* 	border: solid gray 1px; */
	text-align: center;
	border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    padding: 2px;
    margin: 5px;
    text-shadow: 1px 1px 5px #fff;
    font-weight: bold;
}

.active-box {
	border: dashed black 2px !important;
}

#modal_result {
	width: 300px;
	height: 300px;
	background-color: white;
}

/*
[contenteditable] {
    outline: 0px solid transparent;
}
*/
[contenteditable='true'] {
    outline: 0px solid transparent;
}
.btn-def {
	padding: 0px 10px;
	margin: -2px 5px 0 5px;
	font-size: 12px;
	width: 190px;
}
.bold {
	font-weight: bold;
}
.gray {
	color: gray;
}
HTML, BODY {
    margin: 0px;
    height: 100%;
    font-family: Verdana;
}
BODY {
    display: flex;
    flex-direction: column;
}
HEADER {
    width: 100%;
    height: 35px;
    background-color: white;
/*    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, black 10px, black 20px); */
    background-position: top 0px left 0px;
}

HEADER > DIV {
/*
	display: flex;
    justify-content: center;
    align-items: center;
*/
    position: relative;
    width: 100%;
    padding: 0;

    color: black;
    font-family: Arial Black;
    margin: 0 auto;
/*    overflow: hidden; */
    white-space: nowrap;

}

HEADER > DIV >  DIV:nth-child(1) {
	position: absolute;
	left: 6px;
    font-size: 12px;
    padding: 3px 20px 0 20px;;
/*    border-radius: 3px; */
/*    background-color: white; */
    top: 6px;
    height: 23px;
}

HEADER > DIV BUTTON {
	margin-top: -2px;
	padding: 0px 2px !important;
	font-size: 12px !important;
}

HEADER > DIV UL {
    font-size: 12px !important;
    min-width: 72px !important;
}

#mcp_env {
    height: 23px;
}

HEADER > DIV > DIV:nth-child(2) {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
    padding: 2px 20px;
/*    border-radius: 3px; */
/*    background-color: transparent; */
    text-align: cener;
    display: table;
    top: 5px;
/*    height: 30px; */
    line-height: 20px;
}
HEADER > DIV > DIV:nth-child(3) {
    position: absolute;
    right: 6px;
    font-size: 12px;
    padding: 1px 5px 0 20px;
/*    border-radius: 5px; */
/*    background-color: white; */
    top: 5px;
    height: 23px;
    display: flex;
    align-items: center;
}
HEADER > DIV:nth-child(4) {
    font-size: 12px;
    line-height: 12px;
    min-height: 25px;
    width: 80%;
    background: white;
    color: #d00;
    padding: 2px 5px;
    white-space: wrap;
    border: 1px solid red;
    border-radius: 3px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 1);
    position: sticky;
    z-index: 10;
    display: none;
    justify-content: center;
    margin-top: -15px;
}
HEADER #help {
	font-size: 18px;
	color: #555;
}
HEADER #help:hover {
    color: #000;
}
HEADER #help > i {
    margin-left: 10px;
}
HEADER #user_open_menu {
    font-size: 12px !important;
    padding: 0;
}
#Logout {
    font-size: 12px !important;
    display: none;
}
MAIN {
    display: flex;
    flex-grow: 1;
}
.sidenav {
	display: none;

    font-size: 70%;
    padding: 20px 2px;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    width: 175px;
    background-color: #eff;
}
.sidenav A, .sidenav A:hover, .sidenav A:visited {
    display: flex;
    align-items: center;
    height: 20px;
    text-decoration: none;
    color: #000;
    margin: 0;
    padding: 2px 5px;
    border: 1px solid #eee;
    border-right: 0;
}
.sidenav A:hover {
    background-color: #ccc;
    border: 1px solid #888;
    border-right: 0;
}
.views {
    flex-grow: 1;
    display: flex;
    overflow: auto;
    position: relative;
}
.view {
    display: none;
    flex-grow: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
}
#v_statement_product_spec > form {
    display: flex;
    flex-direction: row;
    padding: 2px;
}
#s_sps_market_code {
	height: 25px;
    margin: 0 10px;
    cursor: pointer;
}
#b_sps_reload {
    display: none;
    background-image: url('images/reload.png');
    height: 20px;
    width: 20px;
/*    margin-top: 2px; */
    margin: 2px 10px 0 0;
    border: none;
    cursor: pointer;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.rotating {
    animation: rotating 2s linear infinite;
}
.rotateStop {
  animation-play-state: paused;
}
#b_sps_csv {
	height: 25px;
	line-height: 23px;
	width: 20px;
	font-size: 7px;
	font-weight: bold;
	color: darkgray;
	border: 2px solid darkgray;
	float: left;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
}
#b_sps_csv:hover {
	color: black;
    border: 2px solid black;
}
#sps_table {
    display: flex;
    flex-grow: 1;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.header-row {
    width: 100%;
    height: 20px;
    overflow: hidden;
    position: absolute;
    overflow-y: scroll;
}
.header-wrap {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 1px;
}
.header-cell {
    height: 19px;
    flex: 0 0 199px;
}
.first-header-cell {
    z-index: 100;
    border-right: 1px solid white;
    width: 200px !important;
}
.first-header-cell, .header-cell, .stub-cell {
    padding: 3px;
    align-items: center;
    font-size: 9px;
}
.first-header-cell, .header-cell, .stub-cell {
    height: 19px;
    width: 199px;
    display: flex;
    color: white;
    font-weight: bold;
    justify-content: center;
    background-image: linear-gradient(170deg, #005, #008);
    text-shadow: 1px 1px black;
}
.first-header-cell, .header-cell {
    margin: 0 1px 1px 0;
}
.stub-cell {
    margin-bottom: 1px;
}
.stub-cell-changes {
    justify-content: left;
    padding-left: 60px;
    cursor: default !important;
}
.highlight {
    color: yellow !important;
    text-shadow: yellow -5px 0 10px;
}
.tbody-wrap {
    display: flex;
    flex-grow: 1;
    position: absolute;
    overflow: hidden;
    top: 19px;
    left: 0;
    bottom: 0;
    right: 0;
}
.table-body {
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
}
#sps_stub {
    float: left;
    margin-top: 1px;
    top: 0;
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
    min-width: 200px;
    height: min-content;
    max-height: 99.9%;
}
.stub-cell {
    cursor: pointer;
}
#sps_data {
    border-collapse: collapse;
    width: 100%;
    max-height: 100%;
    overflow: scroll;
    position: absolute;
    display: block;
}
#sps_data td {
    height: 20px;
    min-height: 20px;
    min-width: 200px;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    max-width: 200px;
    padding: 0px;
}
#sps_data td.has_lov  {
    font-size: 9px;
}
#sps_data td > div  {
    padding: 2px 3px;
    height: 19px;
    font-size: 9px;
    overflow: hidden;
    text-wrap: nowrap;
}
#sps_data td > div.data-cell {
    -webkit-user-modify: read-write-plaintext-only;
}
#sps_data td > div.data-cell:focus {
    background: white;
    border: 1px solid black;
}
#sps_data select {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
}
#sps_data option {
    padding: 5px 5px;
    font-size: 14px;
}
.data-cell-read-only {
    background: #e0e0ff;
}
.data-cell-original {
    background-image: linear-gradient(170deg, #e0e0ff, #eeeeff);
    cursor: pointer;
}
.data-cell-lov-focused {
    background: lightgray;
}
.data-cell-saving {
    background-image: linear-gradient(170deg, #f00, #fbb);
}
.data-cell-saved {
    background-image: linear-gradient(170deg, #0f0, #bfb);
}
span.link {
    cursor: pointer;
    color: blue;
}
span.link:hover {
    text-decoration: underline;
}
pre {
    font-family: Consolas,monospace;
    font-size: 10px;
}
.archive_row > TD, #sps_stub > div.archive_row {
    height: 19px;
    width: 199px;
    padding: 2px 3px !important;
    align-items: center;
    font-size: 9px;
 /*   background-image: linear-gradient(170deg, #e0e0ff, #e7e7ff); */
    background-color: lightgray;
    overflow: hidden;
    text-wrap: nowrap;
}
#sps_stub > div.archive_row {
    margin: 0 1px 1px 0;
    margin-bottom: 1px;
    text-align: center;
    text-transform: capitalize;
}
.archive_change {
    color: white !important;
    background-color: darkgray !important;
}
#get_token_error {
    color: red;
    font-weight: bold;
}