* {
	box-sizing: border-box;
}
html, body {
    height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.03em;
    font-size: 1em;
    display: flex;
	color: #3c3c3a;
    flex-direction: column;
	background: #f6f5ec;
	accent-color: #7e45ac;
}
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 48;
    color: #fdfdfd;
}
a, a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	/* text-decoration: underline; */
}
*::-webkit-scrollbar {
    width: 10px;
}
*::-webkit-scrollbar-thumb {
    background-color: #bdbbb0;
    border-radius: 4px;
    border: 1px solid #bdbbb0;
}
*::-webkit-scrollbar-track {
    background: #dcdad0;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
#header {
    padding: 20px 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* border-bottom: 1px solid #a8a8a8; */
}
#topupload {
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #a8a8a8; */
}
#jobbatchcontain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
}
#jobbatchcontain h4 {
    margin-bottom: 10px;
}
#jobbatchcontain ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.status-circle {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 7px;

}
.status-circle.Error {
    background: #6d0808;
}
.status-circle.Skipped {
    background: #6d0808;
}
.status-circle.Success {
    background: #097509;
}
.msg-right-smnote {
    font-size: 80%;
    color: #7a7a7a;
    border-right: 1px solid #a8a8a8;
    padding-right: 15px;
    display: flex;
    margin-right: 15px;
    align-items: flex-end;
    padding-bottom: 3px;
    flex-direction: column;
    text-align: right;
}
.msg-right-smnote a {
    color: #565656;
    text-decoration: underline;
}
#uploadcontain {
    text-align: center;
    background: white;
    border-radius: 8px;
    border: 1px solid #c1c0bb;
    padding: 40px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
} 
#jobdetails {
    font-size: 90%;
    width: 100%;
}
.jobdetails-valuestr {
    max-width: 130px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jobdetails-headstr {
    /* font-weight: 500; */
}
.jobdetails-valuestr {
    font-weight: 500;
}
#jobdetails td {
    width: calc(100% / 7);
}
#jobdetails .jobdetails-div-contain {
    padding: 20px;
    width: calc(100% - 10px);
    background: white;
    border: 1px solid #b2b2b2;
    border-radius: 8px;
}
#jobdetails td:last-child .jobdetails-div-contain {
    width: 100%;
}
#header h1 {
    font-size: 1.25em;
    font-weight: 500;
    color: #2c2c2c;
    padding: 0px;
    margin: 0px;
}
#filestatus {
    font-size: 80%;
}
#table-imagelist th {
    text-align: left;
    border-right: 1px solid #a8a8a8;
    padding: 10px;
    border-bottom: 1px solid #a8a8a8;
}
#table-imagelist td {
    text-align: left;
    border-right: 1px solid #c5c5c5;
    padding: 10px;
    border-bottom: 1px solid #c5c5c5;
    min-height: 65px;
}
#table-imagelist td:first-child,
#table-imagelist th:first-child {
    border-radius: 8px 0px 0px 0px;
}
#table-imagelist td:last-child,
#table-imagelist th:last-child {
    border-right: none;
    border-radius: 0px 8px 0px 0px;
}
.above-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.action-btns {
    display: flex;
    align-items: center;
}
.action-btn-each {
    background: #2e2e2e;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #7b7b7b;
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
    color: #ffffff;
}
.action-btn-each:hover {
    background: #000000;
}

.action-btn-each .material-symbols-outlined {
    color: #ffffff;
}
.process-summary {
    font-size: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contain-downloadall {
    text-align: right;
    display: flex;
    font-size: 85%;
}
.contain-downloadall a {
    text-decoration: none;
}
#table-imagelist thead {
    background: #cdcbb9;
}
#table-imagelist {
    display: none;
    background: #e7e6dd;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #b3b3b3;
    font-size: 80%;
    margin-bottom: 150px;
}
#table-imagelist a {
    color: #3c3c3a;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.td-url {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.td-count {
    text-align: center;
    max-width: 42px;
}
.td-row {
    text-align: center;
    max-width: 42px;
}
.td-imgprev {
    text-align: center;
}
.td-imgprev img {
    max-height: 40px;
    width: auto;
    border-radius: 4px;
}
.td-imgprev img:hover {
    border: 1px solid #7a7a7a;
}
#excelupload {
    display: none;
}
#uploadbutton {
    background: #ececec;
    color: rgb(55, 55, 55);
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #7b7b7b;
    display: flex;
    align-items: center;
}
#uploadbutton:hover {
    background: #f3f1ec;
}
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24;
    color: #090909;
}
/* sidepanels */
#sidepanel-bg {
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: calc(100vh + 1px);
	display: none;
    z-index: 4000;
}
.sidepanel-close img {
    max-height: 15px;
}
#sidepanel-zoom .sidepanel-close {
    background: white;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.sidepanel-toparea {
    padding: 20px 20px 0px 20px;
    text-align: center;
}
.sidepanel {
	background: #d9d7cd;
	border-left: 1px solid #464646;
	width: 60%;
	min-width: 760px;
	float: right;
	height: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px #131107;
	box-shadow: 0px 0px 5px 0px #131107;
    overflow: hidden;
	overflow-y: scroll;
	display: none;
    position: relative;
}
.sidepanel-pad-container {
	padding: 10px 30px;
}
.sidepanel h2 {
    color: #282424;
	font-weight: 400 !important;
    font-size: 1.4em;
    color: #2c2c2c;
    float: left;
}
.sidepanel h3 {
    letter-spacing: 0.04em;
    color: #eee7e7;
	font-weight: 100 !important;
    font-size: 1.1em;
    letter-spacing: 0.04em;
    color: #eee7e7;
    float: left;
	padding-top: 0px;
	margin-top: 0px;
}
.sidepanel-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}