
*{
	box-sizing: border-box;
	font-family: 'Manrope', normal; 
}

.qc-vertical-flex-full{
	max-height: 100%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items:start;
	
	background:var(--background-light);
}

.qc-horizontal-flex-full{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: start;
	overflow: auto;
	max-height: 100%;
}

.qc-horizontal-flex-full-sbtw{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.qc-horizontal-flex-compact{
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
}

.qc-mainui-right-panel{
	display:flex;
	height: 100%;
	width: 25%;
	flex-direction: column;
	gap: 8px;
	
	background: #b9bbc5;
	overflow-x: hidden;
	overflow-y: scroll;
}

.qc-main-header-div{	
	z-index: 35;
	height:48px;
	padding:8px;
	align-self: stretch;
	
	background: var(--background-dark);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.qc-log-div{
	z-index: 35;
	width: 100%;
	height: 108px;
	min-height: 108px;
	padding: 8px;	
	background: #272829;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #2c6d27;
}

.qc-process-div{
	height: 100%;
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
	background: #434863;
	overflow-x: hidden;
	overflow-y: scroll;
}

.qc-central-action-div{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	
	background: white;
}

.qc-main-header-div img{
	height: 100%;
}

h2{
	color: var(--text-bold);
	text-align: center;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 114.286% */
	margin: 0px;
}

#logoutdiv:hover, #admindiv:hover{
	cursor:pointer;
	border: 2px solid var(--focus-outline);
	background: var(--sidebar-focus-bg);
}

#logoutdiv, #admindiv{
	gap: 8px;
}

#admindiv svg{
	height: 24px;
}

.msg-info-overlay{
	top: 0px;
	left: 0px;
}

button:disabled{
	cursor: default !important;
    background: var(--primary-blue) !important;
}

.qc-cats-div-bottom{
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.qc-cats-div-bottom select{
	background: var(--background-light);
    color: var(--text-dark);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-width: 50%;
    border: 0px;
	outline: 0px;
}

.qc-catsel-div{
	padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    background: var(--background-light);
    box-shadow: 0px 4px 32px 0px var(--lvl2-box-shadow);
    /* max-width: 342px; */
    overflow: auto;
    max-height: 90%;
    min-width: 400px;
}

.info-single-record-div img{
	max-width: 100%;
    max-height: 220px;
	align-self: center;
}

.info-single-record-div-value{
	text-align: left;
}

.qc-mainui-right-panel{
	gap: 0px !important;
}

.maintitletext{
	margin: 0px;
    font-size: 20px;
    color: var(--text-dark);
    font-weight: 700;
    font-family: 'Manrope';
    font-style: normal;
    line-height: normal;
}

.qcdot{
	height: 18px;
	width: 18px;
	
	border-radius: 16px;
	border: solid 2px #fff;
}

.qcdot-pending{
	height: 18px;
	width: 18px;
	
	border-radius: 16px;
	border: solid 2px #fff;
	background: #d2d3ac;
}

.qcdot-ok{
	height: 18px;
	width: 18px;
	
	border-radius: 16px;
	border: solid 2px #fff;
	background: var(--primary-green);
}

.qcdot-waiting{
	height: 18px;
	width: 18px;
	
	border-radius: 16px;
	border: solid 2px #fff;
	background: #bfbc28;
}

.qcdot-fail{
	height: 18px;
	width: 18px;
	
	border-radius: 16px;
	border: solid 2px #fff;
	background: var(--primary-red);
}

.testdot-container{
	padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.testdot-container h3{
	margin: 0px;
    align-self: stretch;
    color: #fff;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#mainwhitediv{
	overflow: hidden;
	padding: 24px;
	overflow: auto;
}

#mainwhitediv img{
	max-width: 90%;	
	max-height: 50%;
}

#mainwhitediv h2{
	color: var(--text-bold);
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin: 0px;
    max-width: 80%;
}

#mainwhitediv .qc-vertical-flex-full{
	gap: 24px;
	align-items: center !important;
	justify-content: center;
	
}

.qc-central-action-div:not(:has(*)){
	background: url(/images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.delete-confirm-div, .ota-confirm-div {
	max-width: 500px !important;
}

.rstablecntr{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding-right: 16px;
}

.rstablecntr svg{
	height: 24px;
	width: 24px;
}

.rstablecntr svg:hover{
	cursor:pointer;
}

button{
	text-transform: capitalize;
}

#mainwhitediv button{
	max-width: 400px;
}


.login-div, .register-div{
	background: #fff1b8 !important;
}

.gap32{
	gap: 32px;
}

.qc-vertical-flex-full-catlist{
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items:start;
	
	background:var(--background-light);
	
	padding: 8px;
	gap: 16px;
	flex: 2;
	min-height: 100%;
	max-height: 100%;
	
	background: #434863;
	overflow: scroll;
}


.adminlist-category{
	display: flex;
	flex-direction: column;
	padding: 8px;
	background: var(--background-dark);
	box-shadow: 0px 4px 32px 0px var(--shadow-logregmgmt);
	align-self: stretch;
	gap: 8px;
}

.adminlist-type{
	display: flex;
	flex-direction: column;
	padding: 8px;
	min-height: 32px;
	background: var(--background-light);
	align-self: stretch;
	margin-left: 16px;
	gap: 8px;
}

.adminlist-subtype{
	display: flex;
	flex-direction: column;
	padding: 8px;
	min-height: 32px;
	background: var(--background-dark);
	align-self: stretch;
	margin-left: 16px;
	gap: 8px;	
}

.adminlist-color{
	display: flex;
	flex-direction: column;
	padding: 8px;
	min-height: 32px;
	background: var(--background-light);
	align-self: stretch;
	margin-left: 16px;
	justify-content: center;
}

.adminlist-selected{
	border: solid 1px var(--text-dark); 
}


.adminlist-category h2{
	align-self: start;
	font-size: 16px;
}

.adminlist-color:hover{
	cursor: pointer;
}

.adminlist-category h3{
	color: var(--text-dark);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin: 0px;
}

.colorcont-gold{
	background: #d4af37;
}

.colorcont-titanium{
	background: #494949;
}

.colorcont-silver{
	background: #c0c0c0;
}

.colorcont-white{
	background: #e5e7e8;
	background-image: url(/images/leather_bg/llwhite.jpg);
}


.colorcont-charcoal_dark{
	background: #282625;
	background-image: url(/images/leather_bg/llcharcoaldark.jpg);
}


.colorcont-charcoal_light{
	background: #6d6968;
	background-image: url(/images/leather_bg/llcharcoallight.jpg);
}

.colorcont-dove_tale{
	background: #857871;
	background-image: url(/images/leather_bg/lldovetale.jpg);
}

.colorcont-leguan_nero{
	background: #474442;
	background-image: url(/images/leather_bg/llleguannero.jpg);
}

.colorcont-leguan_bianco{
	background: #d1d2bd;
	background-image: url(/images/leather_bg/llleguanbianco.jpg);
}

.colorcont-leguan_silver{
	background: #b0a69a;
	background-image: url(/images/leather_bg/llleguansilver.jpg);
}

.colorcont-leguan_silver h2{
	background: #ffffff88;
    color: #000;
}

.colorcont-london_clay{
	background: #453c39;
	background-image: url(/images/leather_bg/lllondonclay.jpg);
}

.colorcont-stony_ground{
	background: #b9a991;
	background-image: url(/images/leather_bg/llstonyground.jpg);
}


.colorcont-london_clay h2, .colorcont-leguan_nero h2, .colorcont-dove_tale h2,
.colorcont-charcoal_light h2, .colorcont-charcoal_dark h2,
.colorcont-london_clay , .colorcont-leguan_nero , .colorcont-dove_tale ,
.colorcont-charcoal_light , .colorcont-charcoal_dark,
.colorcont-titanium .admincat-colapser-cont h2 {
	color: #fff;
}



.colorcont-trafficwhite{
	background: #f1f1ea;
}

.colorcont-light_grey{
	background: #c5c7c4;
}

.colorcont-window_grey{
	background: #989EA1;
}

.colorcont-graphite_black{
	background: #27292b;
}

.colorcont-quartz_grey{
	background: #68655C;
}

.colorcont-terra_brown{
	background: #4B3829;
}

.colorcont-black_carbon{
	background: black;
	background-image: url(/images/carbon_bg/black_carbon.jpg);
}

.colorcont-white_carbon{
	background: white;
	background-image: url(/images/carbon_bg/white_carbon.jpg);
}


.colorcont-medium_black, .colorcont-medium_black h2, 
.colorcont-beige_grey, .colorcont-beige_grey h2, 
.colorcont-graphite_black h2, .colorcont-black_carbon h2, .colorcont-quartz_grey h2, 
.colorcont-terra_brown h2, .colorcont-window_grey h2,
.colorcont-graphite_black , .colorcont-black_carbon , .colorcont-quartz_grey , 
.colorcont-terra_brown , .colorcont-window_grey {
	color: #fff;
}

.colorcont-light_ivory{
	background: #e6d2b5;
}

.colorcont-flax_beige{
	background: #d4c3b3;
}

.colorcont-medium_black{
	background: #444443;
}

.colorcont-beige_grey{
	background: #766a5e;
}

.colorcont-light_pink{
	background: #d8a0a6;
}

.colorcont-tea_green{
	background: #a3b3a6;
}

.colorcont-tennis_blue{
	background: #85b8c9;
}


#maininfodiv{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	padding: 24px;
	justify-content: stretch;
	gap: 16px;
	flex: 5;
	background: var(--background-light);
	width: auto;
	align-self: stretch;
}

#mainleftinfodiv, #mainrightinfodiv{
	background: var(--background-dark);
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: start;
	overflow-y: scroll;
}

#mainleftinfodiv{
	padding: 16px 16px 16px 8px;
}

#mainrightinfodiv{
	padding: 24px 16px;
	gap: 16px;
}

.admincat-colapser-cont{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 16px;
}

.admincat-colapser-cont:hover{
	cursor: pointer;
}

.admincat-colapser-cont .colorizableicon{
	height: 16px;
	margin-top: -16px;
}

.admincat-colapser-cont .colorizableicon svg{	
	transform: rotate(90deg);
}
.admincat-colapser-cont .colorizableicon:hover{
	cursor: pointer;
}

.adminlist-collapsed{
	min-height: 32px !important;
	height: 32px !important;
	max-height: 32px !important;
	overflow: hidden;
}

.adminlist-collapsed .admincat-colapser-cont .colorizableicon svg{
	transform: rotate(-90deg);
}

.newser-input-div{
	display:flex;
	flex: 1;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	align-self: stretch;
	gap: 4px;
}

.in-ymd{
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
}


.adm-seriesshower-div{
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--background-light);
	padding: 16px;
	flex-direction: column;
	gap: 8px;
	align-items: start;
	justify-content: start;
}

.serinfobtnsdiv{
	grid-column: span 2;
	flex: 1;
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
}

.serinfobtnsdiv button{
	flex: 1;
}

.active-sershower{
	border: solid 4px var(--primary-green);
}

.sns-shower-div{
	padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    background: var(--background-light);
    box-shadow: 0px 4px 32px 0px var(--lvl2-box-shadow);
    max-width: 500px;
    overflow: auto;
    max-height: 90%;
	min-width: 300px;
	overflow-y: scroll;
}


.snlist-contdiver{
	display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    align-self: stretch;
    background: var(--background-dark);
    border-radius: 8px;
}

.snlist-contdiver h2{
	
}

.snlist-contdiver:hover{
	cursor: pointer;
}

#reghtml, #loghtml{
	overflow: auto !important;
}