/* define standard colours */
:root{
	--title-col:#FFFFFF;
	--title-text-col:#706f6f;
	--text-boxheader-col:#203d78;
	--header-col: #6e9c2e;
	--footer-col: #263c74;
	--button-col: #4472c3;
	--button-highlight-col: #c5d4ec;
	--button-text-col:#FFFFFF;
	--backgrd-dark-col:#242e34;
	--backgrd-mid-col: #637480;
	--backgrd-box-col:#CDCDCD;
	--border-col:#BDBDBD;
}

/* Login specific styles */
.login {
	height:100%;
}

.login body {
	background:var(--backgrd-dark-col);
	/*font-family: "Open Sans",sans-serif;*/
	height:97%;
}

.login #page {
	height:100%;
	position:relative;
	overflow:hidden;
}

.login #page:after {
content: "";
    -webkit-transform: skewX(-18deg);
    -moz-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    -o-transform: skewX(-18deg);
    transform: skewX(-18deg);
    width: 100%;
    height: 100%;
    background: var(--backgrd-dark-col);
    position: absolute;
    top: 0px;
    right: -50%;
    bottom: 0px;
    z-index: -1;
}

.login-container {
	position:relative;
	width:100%;
	height:100%;
	margin:auto;
	margin-top:20px;
}

.background-login {
	position:absolute;
	width:100%;
}

.login-welcome {
	position:relative;
	background-color:rgba(0, 0, 0, 0.2);
}

.login-title {
	position: absolute;
	margin-top: 20px;
    width: 100%;
	height: 100%;
}

.login-logo {
	margin-left:10px;
}

.login-logo img {
	width: 180px;
    padding-top: 10px;
	padding-bottom: 10px;
}

.login-title h1 {
	/*color: #C00000;*/
	color:var(--header-col);
}

.login-title h1 strong {
	color: #fff;
}

.login-box {
	position: absolute;
    margin-bottom: 10px;
    border: 2px solid var(--border-col);
    border-radius: 15px;
    padding: 5px;
	/*color: #C00000;*/
	color:var(--header-col);
    width: 25%;
    bottom: 0;
    right: 0;
    background-color: #fff;
    height: 250px;
    margin: auto;
    top: 0;
	left: 0;
}

.login-box .login-box-title {
	color: #c00000;
    margin-top: 0px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
	/*font-family: "Open Sans",sans-serif;*/
}

.login-box .login-text {
	margin:10px;
	width:100%;
	color:#000;
	/*font-family: "Open Sans",sans-serif;*/
}

.login-box-logo img {
	width: 296px;
    padding-top: 10px;
	padding-bottom: 10px;
}
.login-google {
	position: absolute;
    margin-bottom: 10px;
    border: 2px solid var(--border-col);
    border-radius: 15px;
    padding: 5px;
	/*color: #C00000;*/
	color:var(--header-col);
    width: 92%;
    bottom: 20px;
    right: 0;
    background-color: var(--footer-col);
    height: 40px;
    margin: auto;
	left: 0;
}

.login-link {
	float:left;
}

.login-link img {
	width:36px;
	float:left;
}

.login-link div {
	float:left;
	color: #fff;
    font-size: 1.2em;
    padding: 7px 5px 5px 15px;
}

/* Header area */

header {
	width:100%;
	z-index: 9999;
  	top: 0;
	position: fixed;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

header .uis_title_bar {
	height:44px;
	width:100%;
}

header.shrunk .uis_title_bar {
	display:none;
}

body {
	font-family: "Open Sans",sans-serif;
	font-size: 100%;
	/*overflow: hidden;*/
	margin:0;
	background-color:var(--backgrd-dark-col);
}

.section_body {
	margin-top: 44px;
}

#uis_title_bar {
	width:100%;
	/*background-color:#003366;
	color:#fff;*/
	background-color:var(--title-col);
	color: var(--title-text-col);
}

#uis_title_bar div {
	float:left;
	width:15%;
	height:60px;
	text-align:center;
}

#uis_title_bar div p {
	margin-top:20px;
	font-size:1.2em;
}

#uis_title_bar #uis_title {
	width:55%;
	font-size:1.5em;
	font-weight:bold;
}

#uis_title_bar #uis_title p {
	margin-top:10px;
}

#uis_title_bar #uis_user:hover {
	text-decoration:underline;
	cursor:pointer;
}

#uis_logo img {
	width:260px;
	padding-top:10px;
	padding-left: 40px;
}

#uis_title_banner {
	margin: auto;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    color: white;
    margin-top: 8px;
}

#nav {
	width: 260px;
	margin-right: 10px;
	position: relative;
}

#nav .nav-trigger {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0px;
	left: 0px;
	outline: none;
	border: none;
	background: none;
	z-index: 1;
	padding-top: 6px;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

#nav .nav-trigger.active {
	/*background: #C00000;*/
	background-color:var(--header-col);
}

#nav .nav-trigger.active span.icon:after {
	margin-top: -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d
}

#nav .nav-trigger.active span.icon:before {
	margin-top: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d
}

#nav .nav-trigger.active span.icon span {
	display: none
}

#nav .nav-trigger span.icon {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}

#nav .nav-trigger span.icon:after,#nav .nav-trigger span.icon:before {
	content: "";
	display: block;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

#nav .nav-trigger span.icon:after {
	border-top: 2px solid #FFFFFF
}

#nav .nav-trigger span.icon:before {
	border-top: 2px solid #FFFFFF
}

#nav .nav-trigger span.icon span {
	border-top: 2px solid #FFFFFF;
	display: block;
	margin: 6px 0;
	width: 100%;
	height: 1px
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul {
	position: absolute;
	top: 100%;
	right: 0px;
	left: 0px;
	/*background: #C00000;*/
	background:var(--header-col);
	width: 100%;
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#nav ul li {
	position: relative;
	padding: 0;
	height: auto;
	background: none;
	/*border-bottom: 1px solid #C00000;*/
	border-bottom: 1px solidvar(--header-col);
	font-weight: 400
}

#nav ul li:last-child {
	border-bottom: 0
}

#nav ul li a {
	color: #fff;
	font-size: 14px;
	padding: 14px 20px;
	display: block;
	position: relative;
	text-decoration: none;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

#nav ul li a.has-child:after {
	content: "";
	margin-top: -6px;
	width: 8px;
	height: 12px;
	background-image: url("../images/sprite.svg");
	background-position: -129px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	opacity: 0;
	-webkit-transition-property: opacity, right;
	-moz-transition-property: opacity, right;
	transition-property: opacity, right;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

#nav ul li a:hover {
	background:var(--backgrd-mid-col);
}

#nav ul li a:hover:after {
	opacity: 1;
	right: 20px
}

#nav ul li:hover ul {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 260px;
	/*background: #C00000;*/
	background:var(--header-col);
	width: 100%;
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#nav ul li ul li {
	position: relative;
	/*padding: 17px 10px 17px 60px;*/
	height: 50px;
	color: var(--title-text-col);
	display: block;
	/*background: #C00000;*/
	background:var(--header-col);
	font-weight: 500;
	font-size: 13px;
	/*border-bottom: 1px solid #C00000;*/
	border-bottom: 1px solid var(--header-col);
}

#nav ul li ul li a {
	color: #fff;
	font-size: 14px;
	padding: 14px 20px;
	display: block;
	position: relative;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}


#nav ul li ul li:last-child {
	border-bottom: 0;
}

#uis_menu_items {
	margin-top:35px;
}

#uis_menu_items.open {
	display:block;
}


#uis_menu {
	width:100%;
	height:35px;
	/*background-color:#C00000;*/
	background-color:var(--header-col);
}


#uis_main_content {
	background: url('../images/background_swirl.png') no-repeat;
	background-size: 100% 100%;
	margin-top:79px;
}

#uis_home_box {

}

.uis_home_flex_container {
	display:flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-right: 10px;
	margin-left: 10px;
}

#uis_home_excp_container {
	order:0;
	width:48%;
	flex:1 0 650px;
}

#uis_home_menu_container {
	order:1;
	width:40%;
	flex:1 0 400px;
}

#uis_home_excp_box {
	border: 1px solid #fff;
	background-color:var(--backgrd-mid-col);
}

#uis_exceptions_title {
	background-color: var(--backgrd-mid-col);
    padding: 4px;
    color: #fff;
    text-align: center;
	font-weight: bold;
}

.uis_menu_box {
	transition: box-shadow .3s;
	border: 1px solid #fff;
	background-color: var(--backgrd-mid-col);
	margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uis_menu_box:hover {
	box-shadow: 0 0 15px rgba(255,255,255,1);
	cursor: pointer;
}

 .uis_menu_box img {
	margin:0 auto;
	width:80% ;
} 

.uis_menu_box div {
	color:#fff;
	font-size:1.2em;
	margin:10px;
}

#uis_main {
	position:relative;
	margin-top:74px;
}

#uis_main .box {
	width:47%;
	height:320px;
	margin:16px;
	float:left;
	z-index:10;
	position:relative;
}
#uis_main .box_bottom {
    bottom: 10px;
    font-weight: bold;
    font-size:1.2em;
    height: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}


#uis_main #uis_main_container {
	height: 100%;
	margin: 10px;
}

#uis_main #uis_main_container_admin {
	width:1270px;
	height: 100%;
}

#uis_main_container input, select, textarea {
	/*box-shadow: 2px 2px 2px #1D81BD;*/
	/*background-color:white;*/
	/*height:20px;*/
	font-size: 1.0em;
}

#uis_main_container .chosen-container-multi .chosen-choices li.search-field input[type=text] {
	box-shadow:none;
}

#uis_main_container .chosen-container {
	/*box-shadow: 2px 2px 2px #1D81BD;*/
	box-shadow: none;
}

#uis_main #uis_outline {
    /*background-color: #BDBDBD;*/
    height: 600px;
    left: 40px;
    position: absolute;
    top: 78px;
    width: 1150px;
    z-index: 1;
    clear:both;
}


#uis_main #uis_menu_spacer {
	height:5px;
}

#uis_main #uis_filter_spacer {
	height:15px;
}


#uis_main #uis_forecast {
	background:#BFBFBF url('../images/forecast.png') no-repeat center;
}
#uis_main #uis_forecast:hover {
	background:#CDCDCD url('../images/forecast_hvr.png') no-repeat center;
	cursor:pointer;
}
#uis_main #uis_minmax {
	background:#BFBFBF url('../images/min-max.png') no-repeat center;
}
#uis_main #uis_minmax:hover {
	background:#CDCDCD url('../images/min-max_hvr.png') no-repeat center;
	cursor:pointer;
}
#uis_main #uis_orders {
	background:#BFBFBF url('../images/re-order.png') no-repeat center;
}
#uis_main #uis_orders:hover {
	background:#CDCDCD url('../images/re-order_hvr.png') no-repeat center;
	cursor:pointer;
}
#uis_main #uis_expedite {
	background:#BFBFBF url('../images/expedite.png') no-repeat center;
}
#uis_main #uis_expedite:hover {
	background:#CDCDCD url('../images/expedite_hvr.png') no-repeat center;
	cursor:pointer;
}

#uis_main div p {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}

#uis_review {
	background-color:var(--backgrd-box-col);
	width:98%;
	height:98%;
	margin: 0 auto;
}

#uis_footer {
	/*background-color:#C00000;*/
	background-color:var(--footer-col);
	height:60px;
}

#uis_footer .menu-button {
	float:left;
	margin-right:4px;
	width:165px;
	font-size:1.2em;
	color:var(--button-text-col);
	text-align:center;
	background-color:var(--button-col);
	cursor:pointer;
	height:60px;
}

#uis_footer .menu-button p {
	float:left;
	padding:0px 4px;
	min-width:85px;
	text-align:center;
}

#uis_footer .menu-button img {
	width:32px;
	height:32px;
	float:right;
	margin-top:14px;
    margin-right:14px;
}

#uis_footer #uis_legal {
	float:right;
	width:150px;
	height:100%;
	margin:0px;
}

#uis_footer #uis_legal p {
	float:none;
}


ul.menu{
    margin:0;
    padding:0;
}

ul.menu li{
    width:100px;
    height:50px;
    float:left;
    color:#191919;
    text-align:center;
    overflow:hidden;
}

ul.menu li a{
    color:#FFF;
    text-decoration:none;
}

ul.menu p{
    padding:0px 5px;
}

ul.menu .subtext{
        padding-top:15px;
}


.uis_centred_box {
	margin: auto;
	background-color: var(--backgrd-box-col);
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	-moz-box-shadow: 7px 5px 5px #000000;
	-webkit-box-shadow: 7px 5px 5px #000000;
	box-shadow: 5px 5px 5px #BDBDBD;
}

#uis_logincontainer {
	width: 400px;
	height: 300px;
}

#uis_logincontainer .div_left {
	float: left;
	clear:both;
	width:100px;
	padding:10px;
	height:0px;
	margin-top: auto;
	margin-bottom: auto;
}

#uis_logincontainer .div_right {
	float: left;
	width:260px;
	padding:10px;
}

input[type=text], input[type=password] {
	padding: 5px;
	border: 1px solid #95B8E7;
	margin: 0;
	/*padding: 0 2px;*/
}

#uis_logincontainer input[type=text], input[type=password] {
	width:250px;
}

#uis_modal_background {
	position:absolute;
	width:100%;
	height:100%;
	z-index:9000;
	position:relative;
	top:0px;
	left:0px;
	background-color:grey;
	opacity:0.5;
	margin-top:-10px;
}

.uis_popup {
	position:absolute;
	display:none;
}

.uis_red_popup {
	background-color: #FF0000;
	width:600px;
	height:280px;
	moz-box-shadow: 7px 5px 5px #000000;
	-webkit-box-shadow: 7px 5px 5px #000000;
	box-shadow: 5px 5px 5px #6E6E6E;
	z-index:10000;
}

.uis_red_anchor {
	fill:#FF0000;
	stroke:#FF0000;
	stroke-width:1;
}

.uis_blue_popup {
	background-color: #003366;
	width:600px;
	height:280px;
	moz-box-shadow: 7px 5px 5px #000000;
	-webkit-box-shadow: 7px 5px 5px #000000;
	box-shadow: 5px 5px 5px #6E6E6E;
	z-index:10000;
	padding:5px;
}

.uis_blue_anchor {
	fill:#003366;
	stroke:#003366;
	stroke-width:1;
}


.uis_exceptions_table {
	color:white;
	border-spacing:10px;
	width:100%;
}

.uis_exceptions table tr {
	margin-bottom:2px;
}

.uis_exceptions_table div {
	min-width:50px;
	min-height:20px;
	color:black;
	text-align:center;
}


#uis_main #uis_main_width_cont {
	width:1270px;
	margin-left:auto;
	margin-right:auto;
}

.dpbg {
	background-color:var(--backgrd-box-col);
}

#uis_main #uis_rvw_prodgrid {
	background-color:var(--backgrd-box-col);/*#CDCDCD;*/
	height:180px;
	z-index:10;
	position:relative;
	/*margin-bottom:5px;*/
}

.tablesorter-mainskutable {
	margin: 0px;
}



#uis_product_grid_container {
	position: relative;
	/*padding: 0px 20px 1px 5px;*/
	height: 175px;
	overflow-y: auto;
	font-size: 0.9em;
}

#uis_product_grid_container .tablesorter-blue {
	margin: 0px;
}


#uis_product_grid tr:hover {
	background-color:#55B6D5;
    color:white;
    cursor:pointer;
}

#uis_product_grid td {
    white-space: nowrap;
    word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*

#uis_product_grid_container {
	padding: 0px 20px 1px 5px;
}

#uis_product_grid {
	font-size:0.7em;
    display: table;
    table-layout: fixed;
    width: 1260px;
}


#uis_product_grid thead, #uis_product_grid tbody {
    float: left;
    width: 100%;
}
#uis_product_grid tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 143px;
}
#uis_product_grid tr {
    width: 100%;
    display: table;
    text-align: left;
}

#uis_product_grid th {
	text-align:left;
    display: inline-block;
	overflow: hidden;
    white-space: nowrap;
}

#uis_product_grid td {
	overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

#uis_product_grid td div {
    white-space: nowrap;
    whitespace: no-wrap;
    word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
}



#uis_product_grid tr:hover {
	background-color:#55B6D5;
    color:white;
    cursor:pointer;
}

#uis_product_grid tr.rvwSelected {
	background-color:#1D81BD;
	color:white;
	cursor:pointer;
}

#uis_product_grid tr.rvwSelected:hover {
	background-color:#1D81BD;
    color:#CDCDCD;
	cursor:pointer;
}

#uis_product_grid #mainAcc {
	width:70px;
}

#uis_product_grid #supplier {
	width:90px;
}

#uis_product_grid #productKey {
	width:90px;
}

#uis_product_grid #productDesc {
	width:200px;
}

#uis_product_grid #leadTime {
	width:40px;
}

#uis_product_grid #dd {
	width:30px;
}

#uis_product_grid #ddOverride {
	width:50px;
}

#uis_product_grid #stdDev {
	width:50px;
}

#uis_product_grid #stdDevOverride {
	width:50px;
}

#uis_product_grid #fcstOvrExpiry {
	width:75px;
}

#uis_product_grid #analyst {
	width:30px;
}

#uis_product_grid #forecastExcp {
	width:55px;
}

#uis_product_grid #minMaxExcp {
	width:80px;
}

#uis_product_grid #stockOutExcp {
	width:50px;
}

#uis_product_grid #cost {
	width:40px;
	text-align:right;
}

#uis_product_grid #onHand {
	width:55px;
	text-align:right;
}

#uis_product_grid #min {
	width:30px;
	text-align:right;
}

#uis_product_grid #max {
	width:30px;
	text-align:right;
}

#uis_product_grid #minProp {
	width:55px;
	text-align:right;
}

#uis_product_grid #maxProp {
	width:55px;
	text-align:right;
}

#uis_product_grid #minOverride {
	width:50px;
}

#uis_product_grid #maxOverride {
	width:50px;
}

#uis_product_grid #overrideReason {
	width:50px;
}

#uis_product_grid #orderDate {
	width:50px;
}

#uis_product_grid #requiredDate {
	width:50px;
}

#uis_product_grid #qty {
	width:20px;
}

#uis_product_grid #type {
	width:20px;
}

#uis_product_grid #ordExcp {
	width:30px
}

#uis_product_grid #reviewFlag {
	width:20px;
}

#uis_product_grid #onOrder {
	width:45px;
}

#uis_product_grid #backOrder {
	width:55px;
}

#uis_product_grid #avLateness {
	width:75px;
}

#uis_product_grid #MOQ {
	width:35px;
}

#uis_product_grid #UOP {
	width:35px;
}

#uis_product_grid #excessFlag {
	width:40px;
}

#uis_product_grid #thscroll {
	width:20px;
}
*/

#uis_rvw_pagingation {
	width:30%;
	padding-bottom:3px;
}

#uis_main #uis_rvw_product {
	background-color:var(--backgrd-box-col);
	z-index:10;
	position:relative;
	font-size:0.9em;
	padding-top:3px;
	padding-bottom:5px;
	border-top: 1px solid #fff;
}

.uis_rvw_prod_line {
	padding:3px 0px 0px 3px;
	clear:both;
}

.uis_rvw_prod_line div {
	float:left;
	padding:2px;
	margin-right:5px;
	min-width:15px;
	min-height:16px;
	text-align:right;
}


.uis_outline {
	border: 1px groove #1D81BD;
	/*box-shadow: 2px 2px 2px #888888;*/
	background-color:white;
	text-align: left !important;
	padding:2px 0px 0px 2px;
}

.uis_outline_grey {
	border: 1px groove #1D81BD;
	/*box-shadow: 2px 2px 2px #888888;*/
	background-color: var(--backgrd-mid-col);
	text-align: left !important;
}

.uis_center {
	text-align:center !important;
}

.uis_right {
	text-align:right;
}


#uis_rvw_prod_acc {
	width:15%;
}

#uis_rvw_prod_key {
	width:15%;
}

#uis_rvw_prod_dsc {
	width:70%;
}
#repairable_flag_row_id {
	padding: 0px;
}

.uis_rvw_prod_sson {
	width:90px;
}

#uis_rvw_prod_line_right {
	float:right;
}

.keepOnRight{
	float:right !important;
}

#uis_rvw_prod_rec div {
	width:50px;
	margin-right:0px;
}

#uis_rvw_prod_rec div p {
	text-align:center;
}

#uis_rvw_prod_cost {
	width:65px;
	text-align:right;
}

#uis_rvw_prod_dd,  #uis_rvw_prod_no, #uis_rvw_prod_tot {
	text-align:right;
}

#uis_rvw_prod_vcc, #uis_rvw_prod_sts, #uis_rvw_prod_lines, #uis_rvw_prod_ordsts {
	text-align:center;
}

#uis_rvw_prod_dmnd_container {
	padding:0px;
}

.uis_rvw_prod_dmnd {
	border-right:1px solid black;
	margin-right:0px !important;
	min-width: 33px !important;
	text-align: center;
}

.uis_rvw_prod_dmnd_last {
	border-right:none;
}

#uis_rvw_prod_psupp_acc {
	margin-right:0px;
	width:70px;
}

#uis_rvw_prod_psupp_name {
	width:300px;
	border-left:none;
	overflow:hidden;
	white-space: nowrap;
}

#uis_rvw_prod_intro {
	width:90px;
}


#uis_rvw_pline_cust {

}

#uis_rvw_pline_cust div {
	width:70px;
}


#uis_rvw_pline_cust .uis_outline {
	width:60px;
	overflow:hidden;
	white-space:nowrap;
}

#uis_rvw_prod_prdgrp{
	width:60px !important;
}

.noRightMargin {
	margin-right: 0px !important;
}

.ltPlanDmdDiv {
	width: 90px !important;
	white-space:no-wrap;
}

.uis_rvw_prod_line div.label_first {
	width:90px !important;
}


#uis_main #uis_rvw_tabs  {
	background-color:var(--backgrd-box-col);
	/*height:372px !important;*/
	z-index:10;
	position:relative;
	clear:both;
	font-size: 0.9em;
}

#uis_rvw_tabs ul {
	list-style-type:none;
	-webkit-padding-start: 0px;
	padding-top: 0px;
	text-align:center;
}

#uis_rvw_tabs ul li {
	float:left;
}

#uis_rvw_tabs ul li {
	float:left;
	/*padding: 5px;*/
	background-color: #1D81BD;
	width:120px;
	border-right-style:solid;
	border-right-color:#CDCDCD;
	border-right-width:2px;
	color:white;
}

#uis_rvw_tabs ul li.ui-state-active {
	background-color:var(--backgrd-box-col);
}
#uis_rvw_tabs ul li.tabs-selected {
	background-color:#55B6D5;
}

#uis_rvw_tabs #uis_forecast_rvw_tabs {

}

#uis_rvw_tabs #uis_minmax_rvw_tabs {

}



#uis_forecast_rvw_tabs ul {
	list-style-type:none;
	-webkit-padding-start: 0px;
	padding-top: 0px;
	text-align:center;
}

#uis_forecast_rvw_tabs ul li {
	float:left;
}

#uis_forecast_rvw_tabs ul li {
	float:left;
	font-size: 0.8em;
	/*padding: 5px;*/
	background-color: #1D81BD;
	width:60px;
	border-right-style:solid;
	border-right-color:var(--backgrd-box-col);
	border-right-width:2px;
	color:white;
}

#uis_forecast_rvw_tabs ul li a {
	text-decoration:none;
	font-size:0.8em;
	color:white;
}

#uis_forecast_rvw_tabs ul li.ui-state-active {
	background-color:var(--backgrd-box-col);
}
#uis_forecast_rvw_tabs ul li.tabs-selected {
	background-color:#55B6D5;
}



#uis_minmax_rvw_tabs ul {
	list-style-type:none;
	-webkit-padding-start: 0px;
	padding-top: 0px;
	text-align:center;
}

#uis_minmax_rvw_tabs ul li {
	float:left;
}

#uis_minmax_rvw_tabs ul li {
	float:left;
	font-size: 0.8em;
	/*padding: 5px;*/
	background-color: #1D81BD;
	width:60px;
	border-right-style:solid;
	border-right-color:var(--backgrd-box-col);
	border-right-width:2px;
	color:white;
}

#uis_minmax_rvw_tabs ul li a {
	text-decoration:none;
	font-size:0.8em;
	color:white;
}

#uis_minmax_rvw_tabs ul li.ui-state-active {
	background-color:var(--backgrd-box-col);
}
#uis_minmax_rvw_tabs ul li.tabs-selected {
	background-color:#55B6D5;
}

/*
#uis_rvw_tabs ul li.last {
	border-right-color:#1D81BD;
}
*/

#uis_rvw_tabs ul li a {
	text-decoration:none;
	font-size:1.2em;
	color:white;
}

#uis_rvw_tabs ul li.ui-state-active a {
	color:black;
}

#uis_rvw_tabs div {
	clear:both;
}

#uis_rvw_tabs #uis_rvw_tab_cont_forecast div {
	/*width: 1100px;*/
	clear:none;
	float:left;
}

#uis_rvw_tabs uis_rvw_tab_cont_minmax div {
	width: 1100px;
	clear:none;
	float:left;
}

.uis_rvw_flex_container {
	display:flex;
	justify-content: space-between;
	width:100%;
	padding:3px;
}

#uis_rvw_fcst_graphs {
	width:50%;
}

#uis_fcst_demand_grid {
	clear:both !important;
	width:98%;
	padding:3px;
}

#uis_fcst_demand_tbl {
	/*font-size: 0.7em;*/
	width: 100%;
	visibility:hidden;
	border: 1px solid #fff;
}

#uis_fcst_demand_tbl thead, #uis_fcst_demand_tbl tbody {
    float: left;
    width: 100%;
}
#uis_fcst_demand_tbl thead {
	background: #e1e6e8;
}

#uis_fcst_demand_tbl tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 280px;
}

#uis_fcst_demand_tbl tr:nth-child(even) {
	background: #fff;
}
#uis_fcst_demand_tbl tr:nth-child(odd) {
	background: #e1e6e8;
}

#uis_fcst_demand_tbl td, #uis_fcst_demand_tbl th {
	/*text-align:right;*/
	min-width: 120px;
}

#uis_rvw_fcst_inputs {
	width:50%;
	visibility:hidden;
}

#uis_rvw_fcst_excp_dmd, #uis_rvw_fcst_ovr_prf, #uis_rvw_fcst_prd {
	width:99%;
	padding-top:3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	display:flex;
}

#uis_rvw_fcst_excp {
	width:99%;
}

#uis_rvw_fcst_ovr_prf {
	border-bottom: none;
}

#uis_rvw_fcst_excp_bp {
	width:100%;
	display:flex;
	align-items: center;
}

#uis_rvw_fcst_ovr_cont {
	width:100%;
	padding-bottom:3px;
	border-bottom:1px solid #fff;
}
#uis_rvw_fcst_ovr {
	width:39%;
	border-right:1px solid #fff;
	padding-right:3px;
}
#uis_rvw_fcst_prof {
	width:60%;
	padding-left:3px;
}
#uis_rvw_fcts_prof_inner {
	padding-bottom:3px;
}

#uis_rvw_rcst_comments {
	width:100%;
	padding-top:3px;
	border-top:1px solid #fff;
}

.uis_rvw_input_col {
	float:left;
	margin-bottom:5px;
}

#uis_rvw_input_container .half_col {
	width:280px;
}
#uis_rvw_input_container .third_left {
	width:180px;
	clear:both !important;
}
#uis_rvw_input_container .third_middle {
	width:150px;
}
#uis_rvw_input_container .third_right {
	width:230px;
	float:right;
}

#uis_rvw_input_container .full_col {
	width:560px;
}

#uis_rvw_input_container .full_col label {
	vertical-align: middle;
	width:148px;
}

#uis_rvw_input_container .full_col select {
	width:406px;
}

#uis_rvw_input_container .full_col textarea {
	resize:none;
	width:400px;
 	vertical-align: middle;
 	height:94px;
}

#uis_rvw_input_container .right {
	float:right !important;
}

#uis_rvw_fcst_inputs label {
	text-align: right;
}

#uis_rvw_fcst_inputs input.uis_rvw_ro_input {
	disabled:disable;
	background-color:#D8D8D8;
}

#uis_rvw_fcst_inputs input.small {
	width:40px !important;
}

#uis_rvw_fcst_inputs input.medium {
	width:50px !important;
}

#uis_fcstinp_demand_start_no {
	width:15px !important;
}

#uis_fcstinp_perLength {
	width:15px;
}

#uis_rvw_fcst_inputs #uis_year_lbl {
	width:30px;
}
#uis_rvw_fcst_inputs #uis_year2_lbl {
	width:30px;
}
#uis_fcst_demand_chart {
	width:98%;
	min-width:651px;
	height: 410px;
	display: inline-block;
}

.uis_rvw_tab_container {
	height:410px;
	width:100%;
	/*font-size: 1.4em;*/
	margin-top:5px;
}


.uis_grouped_div {
	border: 1px groove #1D81BD;
	box-shadow: 2px 2px 2px #888888;
	/*font-size:0.7em;
	padding:5px;
	margin:0px 5px 5px 5px;*/
	background-color: var(--backgrd-box-col);
}

#uis_rvw_mm_left {
	float:left;
	clear:none !important;
}

#uis_rvw_tab_cont_minmax {
	visibility:hidden;
}

#uis_rvw_tab_cont_minmax .uis_grouped_div label {
	padding:0px 2px 0px 2px;
}

#uis_rvw_tab_cont_minmax input {
	width:65px;
	height:24px;
}

#uis_rvw_tab_cont_minmax select {
	width:80%;
}

#uis_rvw_tab_cont_minmax input.disabled {
	disabled:disable;
	background-color:#D8D8D8;
}

#uis_rvw_tab_cont_minmax input.highlighted {
	background-color:#F2F5A9;
}

#uis_rvw_tab_cont_minmax input.invisible {
	visibility:hidden;
}

#uis_rvw_tab_cont_minmax input.small {
	width:28px;
}

#uis_rvw_tab_cont_minmax input.easyui-datebox {
	width:100px;
}

#uis_rvw_mm_leadtime div, #uis_rvw_mm_demand div, #uis_rvw_mm_seastk div {
	text-align:right;
	width:210px;
	float:left;
	clear:none;
	margin-bottom:5px;
}

#uis_rvw_mm_seastk {
	height:26px;
}

#uis_rvw_mm_seastk div {
	width:420px;
}

/*
#uis_rvw_mm_decision {
	float:left;
	clear:none !important;
	width:558px;
	margin:0px 0px 5px 0px;
}
*/

#uis_rvw_mm_decision div {
	width:278px;
	float:left;
	clear:none;
	text-align:right;
	margin-bottom:5px;
}

#uis_rvw_mm_stkdec_title {
	width:560px !important;
	text-align:center !important;
	padding-bottom:6px;
}

#uis_rvw_mm_minmax {
	width:100%;
	clear:none !important;
	float:left;
	/*color:white;*/
	background-color: var(--backgrd-box-col);
}

#uis_rvw_mm_minmax div {
	width:285px;
	float:left;
	text-align:right;
	margin-bottom:5px;
}

div#uis_rvw_mm_mmreason {
	width:172px;
	clear:none;
}

#uis_mminput_ovrrsn {
	width:170px;
	height:22px;
}

#uis_rvw_mm_minmax input {
	margin-right:2px;
}


.uis_rvw_mm_ovrinp {
	width:78px;
	height:18px;
}


div#uis_mm_minmax_spacer {
	width:100%;
	height:11px;
}




button {
   color: white;
   border-radius: 5px;
   border: 0 rgba(0,0,0,0);
   text-decoration:none;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
   /*background-color:#1D81BD;*/
   background-color: var(--button-col);
   height:35px;
}


#uis_filter_product, #uis_filter_products, #uis_filter_categories {
	background-color: var(--backgrd-box-col);
    z-index: 10;
    position: relative;
}

#uis_filter_product {
	width:55%;
}

#uis_filter_categories {
	width:22%;
}

#uis_filter_products {
	width:15%;
}

#uis_filter_prod_vcc_container {
	float:left;
	/*height:145px;*/
}

#uis_filter_vcc, #uis_filter_exceptions, #uis_filter_sorder {
	width:100%;
}


.uis_filter_split_container {
	position: relative;
	margin-bottom: 10px;
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#uis_filter_minmax, #uis_filter_excess, #uis_filter_orders {
	background-color:var(--backgrd-box-col);
	width:340px;
	margin-right:10px;
	position:relative;
}

#uis_filter_orders {
	margin-right:0px;
	width: 32%;
}

#uis_filter_excess {
	margin-right:0px;
	width: 32%;
}

#uis_filter_minmax {
	width: 33%;
}

#uis_filter_forecast {
	background-color:var(--backgrd-box-col);
	width:33%;
	margin-right:10px;
	float:left;
	position:relative;
}

#uis_filter_general {
	background-color:var(--backgrd-box-col);
	width:33%;
	margin-right:10px;
	float:left;
	position:relative;
}

#uis_filter_expedite {
	background-color:var(--backgrd-box-col);
	width:33%;
	margin-right:10px;
	float:left;
	position:relative;

}

.uis_box_title {
	text-align:center;
	width:100%;
	font-size:1.2em;
	font-weight:bold;
	margin-top: 3px;
	color:var(--text-boxheader-col);
}

.uis_filter_prod_line_container {
	/*width: 780px;*/
	float: left;
	margin-top: 18px;
	margin-right:20px;
	margin-bottom: 10px;
}

.uis_filter_prod_line {
	clear: both;
	/*margin-left: 5px;
	margin-bottom: 5px;*/
	position: relative;
	height: 25px;
}

#uis_filter_sku_lbls {
	display: inline-flex;
	margin-bottom:0px;
	height:15px;
	/*margin-top:20px;*/
}

#uis_filter_product_vcc {
	height:79px;
}
.uis_filter_prod_line div {
	float:left;
	text-align:right;
}

.uis_filter_prod_line div.custom_container {
	width:250px;
	margin-left:20px;
}

.uis_filter_prod_line div.col_lbl {
	width: 110px;
	padding-top: 2px;
	margin-right: 5px;
}
.uis_filter_prod_line div.col_op {
	width:50px;
}
.uis_filter_prod_line div.col_input {
	width:155px;
}
.uis_filter_prod_line div.col_sku_lbl {
	width:250px;
	text-align:left;
	margin-left:20px;
}

.uis_operator_select {
	width:50px;
}

.uis_filter_select {
	width:155px;
}

.uis_filter_comp_container {
	margin:10px;
}

.uis_filter_comp_container table td:first-child {
	text-align:right;
}

.uis_filter_exp_container {
	float:left;
	margin-top:10px;
}

.uis_filter_exp_container_inner {
	width:270px;
	margin:auto;
	text-align:center;
	margin-left: 50px;
}

.uis_filter_gen_container_inner {
	margin-left: 20px;
}

.uis_filter_exp_container_inner input[type="checkbox"] {
	vertical-align:middle;
}


.uis_two_digit_no {
	width:30px;
}

.combo {
	height:24px !important;
	box-shadow: none !important;
}
.custom-combobox {
    position: relative;
    display: inline-block;
  }
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
	margin: 0;
	padding: 0.3em;
}

/*
.tableWithBorder{
	border: 2px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    background: white;
    font-size: 12px;
}
*/

.adminMainAccountTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 250px;
		overflow-y: auto;
		/*font-size: 12px;*/
}

.adminPolicyTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 280px;
		overflow-y: auto;
		font-size:0.8em;
}



.adminSelectedRow{
		background: #d9d9d9;
}

.adminVccSafetyTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 325px;
		width: 200px;
		overflow-y: auto;
		font-size: 12px;
}

.adminVccServiceLevelTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 325px;
		overflow-y: auto;
		font-size: 12px;
}

.adminVccOrderRuleTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 325px;
		overflow-y: auto;
		font-size: 12px;
}

.adminVccOrderDaysTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 325px;
		overflow-y: auto;
		font-size: 12px;
}

.adminSeasonalityProfileTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 250px;
		overflow-y: auto;
}

.adminExtraTablesTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 750px;
		overflow-y: auto;
}

#infoMsgBox, #infoMsgBox2{
	border: none !important;
	color: red !important;
	font-weight: bold !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.noDecoration{
	border: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.adminUserMnmtClientTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 150px;
		overflow-y: auto;
		font-size: 12px;
}

.adminUserMnmtUsersTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 475px;
		overflow-y: auto;
		font-size: 12px;
}

#uis_batch_load_file_types {
	background-color:var(--backgrd-box-col);
	width:100%;
	height:20%;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_batch_load_rec_in_file {
	background-color:var(--backgrd-box-col);
	width:100%;
	height:35%;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_batch_load_failed_rec {
	background-color:var(--backgrd-box-col);
	width:100%;
	height:40%;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_main_accounts_main {
	background-color:var(--backgrd-box-col);
	/*width:1100px;*/
	height:320px;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_main_accounts_details {
	background-color:var(--backgrd-box-col);
	/*width:1100px;*/
	height:360px;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_policies_main {
	background-color:var(--backgrd-box-col);
	/*width:1100px;*/
	height:370px;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_policies_details {
	background-color:var(--backgrd-box-col);
	/*width:1100px;*/
	height:330px;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_vcc_main {
	background-color:var(--backgrd-box-col);
	width:100%;
	height: 50%;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_vcc_details {
	background-color:var(--backgrd-box-col);
	width:100%;
	height: 50%;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_seasonality_main {
	background-color:var(--backgrd-box-col);
	width:100%;
	height:330px;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_seasonality_details {
	background-color:var(--backgrd-box-col);
	/*width:1100px;*/
	height:350px;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}


#uis_admin_user_man_main {
	background-color:var(--backgrd-box-col);
	/*width:1100px;*/
	height:250px;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_user_man_details {
	background-color:var(--backgrd-box-col);
	/*width:1100px;*/
	height:450px;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_sku_load_main {
	background-color:var(--backgrd-box-col);
	width:100%;
	height: 50%;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_sku_load_details {
	background-color:var(--backgrd-box-col);
	width:100%;
	height: 50%;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

.adminBatchLoaderTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 200px;
		overflow-y: auto;
		font-size: 12px;
}

.adminBatchLoaderFailuresTableWrapper{
		position: relative;
		padding: 0 5px;
		height: 200px;
		overflow-y: auto;
		font-size: 12px;
}

#uis_admin_breakss_header {
	background-color:var(--backgrd-box-col);
	width:100%;
	height:20%;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_breakss_main_body {
	background-color:var(--backgrd-box-col);
	width:100%;
	height: 75%;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_clearoverrides_header {
	background-color:var(--backgrd-box-col);
	width:100%;
	height:100px;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

#uis_admin_clearoverrides_main_body {
	background-color:var(--backgrd-box-col);
	width:100%;
	height:600px;
	z-index:10;
	position:relative;
	/*margin-left:10px;*/
	margin-bottom:10px;
}

.adminClearoverridesTableWrapper{
	position: relative;
	padding: 0 5px;
	height: 400px;
	overflow-y: auto;
	width:49%;
	padding-right:3px;
	border-right:1px solid #fff;
}




#uis_main #uis_admin_tabs  {
	background-color:var(--backgrd-box-col);
	z-index:10;
	position:relative;
	clear:both;
	font-size: 1.0em;
	overflow: hidden;
}

#uis_admin_tabs ul {
	list-style-type:none;
	-webkit-padding-start: 0px;
	padding-top: 0px;
	text-align:center;
}

#uis_admin_tabs ul li {
	float:left;
}

#uis_admin_tabs ul li {
	float:left;
	/*padding: 5px;*/
	background-color: #1D81BD;
	width:160px;
	border-right-style:solid;
	border-right-color:var(--backgrd-box-col);
	border-right-width:2px;
	color:white;
}

#uis_admin_tabs ul li.ui-state-active {
	background-color:var(--backgrd-box-col);
}
#uis_admin_tabs ul li.tabs-selected {
	background-color:#55B6D5;
}

#uis_admin_tabs ul li a {
	text-decoration:none;
	font-size:1.0em;
	color:white;
}

#uis_admin_tabs ul li.ui-state-active a {
	color:black;
}

#uis_admin_tabs div {
	clear:both;
	overflow: hidden !important;
}

#uis_admin_tabs panel-body {
	clear:both;
}

#uis_admin_tabs  table  tbody {
	font-size: 1.0em !important;
}

.textbox {
	font-size: 1.0em;
	line-height: 28px;
}

caption {
	font-weight: bold;
}

.tabs {
	width: 100%;
}

.tablesorter-blue th, .tablesorter-blue thead td {
	/*font-family: Arial !important;*/
	font-size: 1.0em !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: bold !important;
	font-stretch: normal !important;
	line-height: 18px !important;
}

#uis_admin_main_accounts_details input, select, textarea {
	/*box-shadow: 2px 2px 2px #1D81BD;*/
	background-color:white;
	height:22px;
	font-size: 1.0em;
}

#mainDetailsTable .tableWithBorder {
	border: 2px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    background: white;
    width: 100%;
}

#uis_admin_policies_details input, select, textarea {
	/*box-shadow: 2px 2px 2px #1D81BD;*/
	background-color:white;
	height: 20px;
}

#uis_admin_sku_load_details input, select, textarea {
	/*box-shadow: 2px 2px 2px #1D81BD;*/
	background-color:white;
	height: 22px;
}

#uis_admin_breakss_main_body input, select, textarea {
	/*box-shadow: 2px 2px 2px #1D81BD;*/
	background-color:white;
	height: 22px;
}

#uis_admin_policies_main input, select, textarea {
	/*box-shadow: 2px 2px 2px #1D81BD;*/
	background-color:white;
	height: 22px;
}

#uis_admin_policies_main .ui-widget-content {
	/*font-family: "Open Sans",sans-serif;*/
	font-size: 1.0em;
}

#uis_extratables_main input, select, textarea {
	/*box-shadow: 2px 2px 2px #1D81BD;*/
	background-color:white;
	height: 22px;
}


#uis_admin_vcc_details .handsontable.listbox tr td.current, .handsontable.listbox tr:hover td {
	background: #C73131;
}

#uis_admin_vcc_details .handsontable.listbox th, .handsontable.listbox tr:first-child th, .handsontable.listbox tr:last-child th,  .handsontable.listbox td {
	background: aquamarine;
}

#uis_admin_vcc_details .handsontableInput {
	background-color: red;
}

#uis_admin_extra_tables_main {
	background-color:var(--backgrd-box-col);
	height: 100%;
	z-index:10;
	position:relative;
	margin-bottom:10px;
}

.aboutPageBox {
	background: var(--backgrd-box-col);
	width: 600px;
	height: 500px;
	position: fixed;
	top: 25%;
	left: 20%;
}

#uis_schedule_grid {
	width:100%;
	overflow-x: auto;
}

#uis_schedule_grid #scheduleGridCol {
	min-width: 80px;
}

#uis_schedule_grid thead, #uis_schedule_grid tbody {
    float: left;
    width: 100%;
}
#uis_schedule_grid tbody {
    overflow-y: hidden;
    overflow-x: auto;
	width: 1322px;
}
#uis_schedule_grid tr {
    width: 100%;
   /* display: table; */
    /*text-align: left;*/
}


#uis_schedule_grid td {
	overflow: hidden;
   /* display: inline-block;*/
    white-space: nowrap;
    background-color: white;
}

#uis_schedule_grid td:first-child {

    /*position: fixed;
    left: 10;*/
}

#uis_schedule_col1 {
	/*
    position: fixed;
    left: 10;
    */
}

.popupicon {
	background:#e1e6e8 url('../images/document.svg') no-repeat center;
	padding: 0px;
	height: 20px;
	cursor:pointer;
}

#uis_rvw_prod_dmd_sum {
	margin-right: 0px;
}

#uis_rvw_onHandQty {
	margin-right: 0px;
}

#uis_rvw_onOrderQty {
	margin-right: 0px;
}

#uis_fcstinp_forecastExcpDesc {
	width: 183px!important;
}


.popupTable {
	font-size: 0.8em;
	background-color: white;
	border: #cdcdcd 1px solid;
}

.popupTable td, .popupTable th {
	border: #cdcdcd 1px solid;
}

.truncateColumn1 {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncateColumn2 {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncateColumn3 {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncateColumn4 {
  max-width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#uis_fcstinp_comment, #uis_fcstinp_external_comment, #uis_comment_entry {
	min-height: 88px;
	min-width: 265px;
	margin: 0px;
	resize: none;
}

#uis_comment_entry {
	width:680px;
	height: 400px;
}

#uis_comment_entry2 {
	width: 500px;
	height: 60px;
	overflow-y: scroll;
}



.cursor-wait {
    cursor: wait !important;
}

/*
.panel-body {
	font-size: 0.7em !important;
}
*/


/******************** for tablesorter on extra tables ********************/
/* pager wrapper, div */
.pager {
  padding: 5px;
}
/* pager wrapper, in thead/tfoot */
td.pager {
  background-color: #e6eeee;
}
/* pager navigation arrows */
.pager img {
  vertical-align: middle;
  margin-right: 2px;
}
/* pager output text */
.pager .pagedisplay {
  font-size: 11px;
  padding: 0 5px 0 5px;
  width: 50px;
  text-align: center;
}

/*** loading ajax indeterminate progress indicator ***/
#tablesorterPagerLoading {
  background: rgba(255,255,255,0.8) url(../icons/loading.gif) center center no-repeat;
  position: absolute;
  z-index: 1000;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.pager.disabled {
  display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.pager img.disabled {
  /* visibility: hidden */
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.logintable {
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
}

th.tablesorter-header.resizable-false {
  background-color: #e6bf99;
}
/* ensure box-sizing is set to content-box, if using jQuery versions older than 1.8;
 this page is using jQuery 1.4 */
*, *:before, *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* overflow table */
.wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 450px;
}
.wrapper table {
  width: auto;
  table-layout: fixed;
}
.wrapper .tablesorter td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 10px;
}
.wrapper .tablesorter th {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 10px;
}

#uis_suppinp_orderMonday,
#uis_suppinp_orderTuesday,
#uis_suppinp_orderWednesday,
#uis_suppinp_orderThursday,
#uis_suppinp_orderFriday,
#uis_suppinp_orderSaturday,
#uis_suppinp_orderSunday
{
	width: 15px;
}

#uis_suppinp_supplierShutdownBuildUpStart,
#uis_suppinp_supplierShutdownStart,
#uis_suppinp_supplierShutdownEnd,
#uis_suppinp_skuShutdownBuildupStart,
#uis_suppinp_skuShutdownStart,
#uis_suppinp_skuShutdownEnd
{
	width: 100px;
}

#uis_schedule_grid
{
	border-collapse: collapse;
}

#uis_schedule_grid_row0 td,
#uis_schedule_grid_row1 td,
#uis_schedule_grid_row6 td
{
	background-color: #95b8e7;
	border: #cdcdcd 1px solid;
}

#uis_schedule_grid_row2 td,
#uis_schedule_grid_row3 td,
#uis_schedule_grid_row4 td,
#uis_schedule_grid_row5 td,
#uis_schedule_grid_row7 td,
#uis_schedule_grid_row8 td,
#uis_schedule_grid_row9 td
{
	border: #cdcdcd 1px solid;
}

#uis_supplierUpdateAll_btn
{
	width: 350px!important;
}

#uis_shutdown_sku_title_lbl
{
	font-weight: bold;
}

#uis_sup_orderingdays_title_lbl
{
	font-weight: bold;
}

#uis_shutdown_allsku_title_lbl
{
	font-weight: bold;
}

.uis_filter_multiProd_container {
	/*width: 780px;*/
	float: right;
	margin-top: 18px;
	margin-right:10px;
	margin-bottom: 10px;
}


#uis_filter_multiprodslist
{
	height: 100%;
    width: 99%;
	background-color: white;
	resize:none;

}

.onoffswitch {
	position: relative; width: 44px;
	margin:auto;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.1s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 16px; padding: 0; line-height: 16px;
    font-size: 14px; color: white; /*font-family: "Open Sans",sans-serif;*/ font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #34C240; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 24px; margin: -4px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 24px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.1s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.radio-toolbar {
	display: flex;
    justify-content: space-between;
  }

.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.radio-toolbar label {
	display: inline-block;
    background-color: #ddd;
    padding: 1px 15px;
    font-size: 14px;
    border: 2px solid #444;
    border-radius: 4px;
	width:9%;
	text-align: center;
}

.radio-toolbar label:hover {
	background-color: var(--button-highlight-col);
}

.radio-toolbar input[type="radio"]:focus + label {
  border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
	background-color:var(--button-col);
	border-color: var(--button-col);
	color: var(--button-text-col);
}

.batch-radio-label {
	min-width:70px !important;
}


table.table-colored {
    font-size: 14px;
    width: 100%;
}

table.table-colored>tbody>tr>th {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
    width:33%;
    padding: 20px;
}

table.table-colored>tbody>tr {
    border: 1px solid #c2c2c2;
}

table.table-colored>tbody>tr>td {
    padding: 5px;
	vertical-align: middle;
	background:#fff;
}

#plain-column {
    background: transparent;
    border-right: 1px solid #c2c2c2;
    width:33%;
    padding: 5px;
}


table.table-colored {
	width:100%;
	font-size:14px;
}

table.table-colored>tbody>tr>td:first-child {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
    width:40%;
}

table.table-colored>tbody>tr>td.double-column {
	background: var(--backgrd-box-col);
}

table.table-colored>tbody>tr>td select {
	width:100%;
}

table.table-colored>tbody>tr>td span.datebox {
	width:100% !important;
}

table.table-colored-multi {
	width:100%;
	font-size:14px;
}



table.table-colored-multi>tbody>tr>td {
    padding: 5px;
	vertical-align: middle;
	background:#fff;
}

table.table-colored-multi>tbody>tr>td:nth-child(odd) {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	width:15%;
	text-align: right;
}
table.table-colored-multi>tbody>tr>td:nth-child(even) {
    border-right: 1px solid #c2c2c2;
    width:35%;
}

table.table-colored-multi>tbody>tr>td select {
	width:100%;
}
.table-colored-multi .uis_operator_select {
	width:15%
}
.table-colored-multi .uis_filter_select {
	width:26%;
}

table.table-colored-cats {
	width:100%;
	font-size:14px;
}
table.table-colored-cats>tbody>tr>td {
    padding: 5px;
	vertical-align: middle;
	background:#fff;
}
table.table-colored-cats>tbody>tr>td:first-child {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
    width:30%;
}
.table-colored-cats .uis_operator_select {
	width:20%
}
.table-colored-cats .uis_filter_select {
	width:41%;
}

.uis_filter_splitter {
	height: 5px;
    background-color: var(--backgrd-dark-col);
    margin-top: -4px;}

.uis_filter_product_container {
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.uis_prod_nav button {
	width:40px;
	height:40px;
}

.uis_prod_nav button img {
	width:32px;
	height:32px;
}

.slideup, .slidedown {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
}
.slidedown {
	max-height: 221px ;
}

#uis_rvw_container {
	margin:90px 10px 10px 10px;
}

.uis_rvw_panel {
	position: relative;
}

.uis_rvw_panel_title {
	background-color: #7E7E7E;
    color: white;
    font-size: 1.2em;
	padding: 5px;
}

.uis_rvw_panel_title:after {
	content: "";
    position: absolute;
    top: 10px;
    right: 25px;
    width: 23px;
    height: 13px;
    background-image: url(../images/sprite-white.svg);
    background-position: -21px 0px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.uis_rvw_panel_title.open:after {
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}


.uis_rvw_panel_body {
	background-color: var(--backgrd-box-col);
}

.uis_rvw_panel_body_inner {
	width:99%;
	padding:3px;
}

.uis_rvw_panel_spacer {
	height:10px;
	clear:both;
}

.uis_rvw_panel_footer {
	background: #7E7E7E;
	padding: 5px;
	display:flex;
}

.uis_rvw_panel_footer button {
	float:left;
	margin-right:4px;
	width:150px;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	/*background-color:#FF0000;*/
	background-color:var(--button-col);
	cursor:pointer;
	height:42px;
}

.uis_rvw_panel_footer button p {
	float:left;
	padding-left:4px;
	min-width:85px;
	text-align:center;
	font-size: 14px !important;
}

.uis_rvw_panel_footer button img {
	width: 28px;
    height: 28px;
    float: right;
    margin-top: 6px;
	margin-right: 5px;
}

#uis_rvw_prod_line_main {
	width:85%;
	padding:0;
	float:left;
}

.uis_prod_nav {
	width: 14%;
	float: left;
    display: flex;
    justify-content: space-between;
    margin-left: 6px;
}

.uis_rvw_prod_main {
	width:100%;
	margin-left:2px;
}

.uis_rvw_prod_main td {
	background-color: #fff;
    font-weight: bold;
    font-size: 1.2em;
	padding: 10px;
}

.uis_rvw_prod_container {
	display:flex;
	justify-content: space-between;
	width:100%;
	padding-bottom:3px;
	padding-top:3px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;

}

.uis_rvw_prod_box_left {
	width: 15%;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-right: 1px solid #fff;
}

.uis_rvw_prod_box_cen_left {
	width:55%;
    border-right: 1px solid white;
    padding-right: 2px;
    padding-left: 2px;
}

.uis_rvw_prod_box_cen_right {
	width:15%;
	border-right: 1px solid #fff;
    padding-right: 3px;
    padding-left: 3px;
}

.uis_rvw_prod_box_right {
	width:15%;
	padding-left:3px;
}

.uis_rvw_panel_container {
	width:100%;
}

#uis_rvw_dmd_fcst {
	width: 100%;
	border-top: 1px solid #fff;
	clear: both;
}

#uis_rvw_dmd_fcst_inner {
	padding:3px;
}

#uis_rvw_prod_dmd {
	border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

#uis_rvw_prod_sup {
	border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

#uis_rvw_prod_stk {
}
#uis_rvw_prodstk {
	padding-top:3px;
}
#uis_rvw_prod_prd_grp {
	padding-top:3px;
}

#uis_rvw_prod_supersedes, #uis_rvw_prod_superseded, #uis_rvw_prod_superseded_on {
	width:50%;
}

#uis_rvw_prod_ss_ss {
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	padding-top:3px;
}

#uis_rvw_prod_grp {
	padding-top: 3px;
}

table.table-dmd {
	width:100%;
	font-size:14px;
}
table.table-dmd>tbody>tr {
    border: 1px solid #c2c2c2;
}
table.table-dmd>tbody>tr>td {
	padding: 5px;
    vertical-align: middle;
	background: #fff;
	width:5%;
	text-align: center;
}
table.table-dmd>tbody>tr>td:first-child {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
    width:10%;
}
table.table-dmd>tbody>tr>td.header {
    background:var(--backgrd-box-col);
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
}
table.table-dmd>tbody>tr>td.blank {
	background:var(--backgrd-box-col);
}
table.table-dmd>tbody>tr>td.blank-narrow {
	background:#CDCDCD;
	width: 2%;
}
#uis_rvw_dmd_pop {
	background: #e1e6e8;
	width: 2%;
	padding-top: 2px;
	padding-bottom: 2px;
}


#uis_rvw_dnd_lns, #uis_rvw_prd_fcst_sts {
	border-left: 2px solid #c2c2c2;
}

table.table-supp {
	width:100%;
	font-size:14px;
}

table.table-supp>tbody>tr {
    border: 1px solid #c2c2c2;
}
table.table-supp>tbody>tr>td {
	padding: 5px;
    vertical-align: middle;
	background: #fff;
	width:9%;
}
table.table-supp>tbody>tr>td:nth-child(odd) {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	text-align: right;
}
table.table-supp>tbody>tr>td:nth-child(even) {
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
table.table-supp>tbody>tr>td:first-child {
	width:15%;
}
table.table-supp>tbody>tr>td.small {
	width:7%;
}
table.table-supp>tbody>tr>td.large {
	width:12%;
}
#uis_rvw_prod_psupp_name {
	background: #fff;
	text-align: left;
}



table.table-prod-std {
    font-size: 14px;
    width: 100%;
}

table.table-prod-std>tbody>tr {
    border: 1px solid #c2c2c2;
}

table.table-prod-std>tbody>tr>td {
    padding: 5px;
	vertical-align: middle;
	background:#fff;
	text-align: center;
}

table.table-prod-std>tbody>tr>td:first-child {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	width:60%;
	text-align: right;
}

table.table-variable {
    font-size: 14px;
    width: 100%;
}
table.table-variable>tbody>tr {
    border: 1px solid #c2c2c2;
}
table.table-variable>tbody>tr>td {
    padding: 5px;
	vertical-align: middle;
	background:#fff;
	text-align: center;
}
table.table-variable>tbody>tr>td.label {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	text-align: right;
}
table.table-variable>tbody>tr>td.label-small {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	text-align: right;
	width:18%
}

table.table-variable>tbody>tr>td.label-large {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	text-align: right;
	width:25%;
}
table.table-variable>tbody>tr>td.label-largest {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	text-align: right;
	width:45%;
}

table.table-variable>tbody>tr>td.icon {
	background: #e1e6e8;
	width:30px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.table-variable>tbody>tr>td.value {
	background: #fff;
	border-right: 1px solid #c2c2c2;
	text-align: center;
	width:35px;
}
table.table-variable>tbody>tr>td.value-small {
	background: #fff;
	border-right: 1px solid #c2c2c2;
	text-align: center;
	width:10px;
}
table.table-variable>tbody>tr>td.value-medium {
	background: #fff;
	border-right: 1px solid #c2c2c2;
	text-align: center;
	width:20px;
}
table.table-variable>tbody>tr>td.value-large {
	background: #fff;
	border-right: 1px solid #c2c2c2;
	text-align: center;
	width:30px;
}
table.table-variable>tbody>tr>td.value-mm-dd {
	background: #fff;
	border-right: 1px solid #c2c2c2;
	text-align: center;
	width:15%;
}

table.table-variable>tbody>tr>td.blank {
	background:var(--backgrd-box-col);
}
table.table-variable>tbody>tr>td select {
	width:100%;
}

table.table-variable>tbody>tr>td select.yesno{
	width:44px;
}

table.table-variable>tbody>tr>td.dual-right {
	border-left:0px;
}

.table-variable input.easyui-numberbox {
	width:100%;
	min-width:60px;
}

table.table-cats {
    font-size: 14px;
    width: 100%;
}
table.table-cats>tbody>tr {
    border: 1px solid #c2c2c2;
}
table.table-cats>tbody>tr>th {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	text-align: center;
	padding: 5px;
}
table.table-cats>tbody>tr>td {
    padding: 5px;
	vertical-align: middle;
	background:#fff;
	text-align: center;
}
table.table-cats>tbody>tr>td.label {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	text-align: right;
}
table.table-cats>tbody>tr>td:first-child {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	text-align: right;
}
#uis_rvw_mm_top {
	width:99%;
	padding:3px;
	border-bottom:1px solid #fff;
	display:flex;
	align-items: center;
}
#uis_rvw_mm_mid {
	width:99%;
	padding:3px;
	border-bottom:1px solid #fff;
	display:flex;
	align-items: center;
}
#uis_rvw_mm_btm {
	width:99%;
	padding:3px;
	display:flex;
}

#uis_rvw_mm_ltdmd {
	width:100%;
	display: flex;
    align-content: space-between;
}
#uis_rvw_mm_lt {
	width:57%;
	padding-right:3px;
	border-right:1px solid #fff;
}
#uis_rvw_mm_dmd {
	width:42%;
	padding-left:3px;
}

#uis_rvw_mm_ovr_all {
	width:50%;
	padding-right:3px;
	border-right:1px solid #fff;
}

#uis_rvw_mm_exp_dates {
	padding-left: 3px;
    width: 50%;
}


#uis_rvw_mm_excp {
	width: 49%;
}

#uis_rvw_mm_excp {
	padding-left:3px;
}

#uis_rvw_mm_excp select {
	width:100%;
}


#uis_rvw_mm_inv {
	width:40%;
	padding-right:3px;
	border-right:1px solid #fff;
}
#uis_rvw_mm_stk {
	width:44%;
	padding-left:3px;
	padding-right:3px;
	border-right:1px solid #fff;
}

#uis_rvw_mm_res {
	width:15%;
	padding-left:3px;
}

#uis_rvw_tab_cont_minmax table>tr {
	min-height: 80px;
}

.highlighted {
	background-color: #F2F5A9 !important;
}

#uis_rvw_supplier {
	width:100%;
	padding:3px;
	display:flex;
	align-content: space-between;
}

#uis_rvw_supp_details {
	width:54%;
	border-right: 1px solid #fff;
    padding-right: 3px;
}

#uis_rvw_supp_lead {
	width:13%;
	padding-left: 3px;
    padding-right: 3px;
    border-right: 1px solid #fff
}
#uis_rvw_supp_days {
	width:11%;
	padding-left: 3px;
    padding-right: 3px;
    border-right: 1px solid #fff;
}
#uis_rvw_supp_shtd {
	width:20%;
	padding-left: 3px;
}
#uis_rvw_supp_shtd button {
	width:80px;
}
#uis_rvw_supp_shtd_sku {
	border-bottom: 1px solid #fff;
    padding-bottom: 3px
}
#uis_rvw_supp_shtd_all {
	padding-top:3px;
}
.check-div {
	position:relative;
	width:37px;
	margin:auto;
}

caption {
	margin-bottom:3px;
}

#uis_rvw_supp_apply_anal {
	width:280px;
}

#uis_rvw_schd_topbox {
	display:flex;
	align-content:space-between;
	width:99%;
	padding:3px;
	border-bottom:1px solid #fff;
}

#uis_rvw_schd_eta {
	width:49%;
	padding-right:3px;
	border-right:1px solid #fff;
}

#uis_rvw_schd_com {
	width:50%;
	padding-left:3px;
}

#uis_rvw_schd_data {
	width:100%;
	padding:3px;
}

#uis_rvw_tab_cont_schedule input.easyui-datebox {
	width:120px;
}

#uis_rvw_tab_cont_schedule input.easyui-numberbox {
	width:100%;
}

#uis_rvw_tab_cont_schedule textarea {
	width: 492px;
	height: 59px;
	resize: none;
}

#uis_rvw_ord_supp_mlt {
	display:flex;
	align-content: space-between;
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #fff;
}

#uis_rvw_ord_mlt {
	width:49%;
	padding-left:3px;
	padding-right:3px;
	border-right:1px solid #fff;
}

#uis_rvw_ord_supp_sel {
	width:50%;
	padding-left:3px;
}

#uis_rvw_ord_selectedorder {
	min-width:100px;
}

#uis_rvw_ord_supp {
	min-width:100px;
}

#uis_rvw_ord_det_cont {
	width:100%;
	padding:3px;
	display:flex;
	align-content: space-between;
}

#uis_rvw_ord_inps {
	width:68%;
	border-right: 1px solid #fff;
    padding-right: 3px;
}

#uis_rvw_ord_det {
	width:100%;
}

#uis_rvw_ord_mm {
	width:15%;
	padding-left: 3px;
    padding-right: 3px;
    border-right: 1px solid #fff;
}

#uis_rvw_ord_stk {
	width: 15%;
    padding-left: 3px;
}

#uis_rvw_ord_det_cont input {
	min-width:80px;
	padding:5px;
}

#uis_rvw_ord_det_cont input.easyui-datebox {
	width:150px;
}

#uis_rvw_ord_det_cont input.easyui-numberbox {
	width:100%;
}

#uis_rvw_ord_det_cont table.table-variable>tbody>tr>td.value {
	text-align: left;
}

#uis_rvw_ord_stat {
	width:100%;
	padding:3px;
}

#uis_rvw_ord_stat input.easyui-datebox {
	width:150px;
}

#uis_rvw_ord_stat div {
	width:99%;
	border-top:1px solid #fff;
}

#uis_rvw_ord_stat div div {
	width:69%;
	border:none;
}

#uis_rvw_ord_nodata, #uis_rvw_rep_nodata {
	width:100%;
	height:150px;
	text-align: center;
	vertical-align: middle;
	line-height: 90px;
}

#uis_rvw_rpr_data {
	width:100%;
	padding:3px;
	display:flex;
	align-content: space-between;
}
#uis_rvw_rpr_data input.easyui-numberbox {
	width:45px;
}

#uis_rvw_rpr_supp {
	width:18%;
	padding-right:3px;
	border-right:1px solid #FFF;
}

#uis_rvw_rpr_mm {
	width:26%;
	padding-left:3px;
	padding-right:3px;
	border-right:1px solid #FFF;
}

#uis_rvw_rpr_stk {
	width:34%;
	padding-left:3px;
	padding-right:3px;
	border-right:1px solid #FFF;
}

#uis_rvw_rpr_rep {
	padding-left:3px;
	width:20%;
}

#uis_repairinp_currentMin, #uis_repairinp_currentMax {
	width:30px;
}

#uis_rvw_rep_nodata {
	width:100%;
	height:150px;
	text-align: center;
	vertical-align: middle;
	line-height: 90px;
}

#uis_macc_selected {
	padding-top:3px;
	border-top:1px solid #fff;
}

.column-container {
	width:100%;
}

.column-splitter {
	float:left;
	width:40%;
}

.column-separator {
	float:left;
	width:6%;
	line-height:28px;
}

.column-splitter .easyui-numberbox {
	width:50% !important;
}

#uis_macc_vccbrk td.label-large {
	width:15%;
}

#uis_macc_vccbrk td.label-small {
	width:5%;
}

#uis_macc_vccbrk td.value-mm-dd {
	width:15%;
}

#uis_sub_tbl_cont {
	height:300px;
	overflow-y: auto;
}

#uis_policy_dets {
	padding-bottom:3px;
	border-bottom:1px solid #fff;
}

#uis_sub_hld_fcst {
	display: flex;
    align-content: space-between;
    padding-top: 3px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

#uis_sub_hld {
	width:49%;
	padding-right:3px;
	border-right:1px solid #fff;
}

#uis_sub_fcst {
	width:50%;
	padding-left:3px;
}

#uis_adm_vcc_sands, #uis_adm_vcc_ordrd, #uis_adm_vcc_exceptvals {
	width:100%;
	display:flex;
	align-content: space-between;
}

#uis_adm_vcc_safety, #uis_adm_vcc_rule, #uis_adm_vcc_excepts_vals {
	width:50%;
	padding-right:3px;
	border-right:1px solid #fff;
}

#uis_adm_vcc_service, #uis_adm_vcc_days, #uis_adm_vcc_exceptpcs {
	width:49%;
	padding-left:3px;
}

#uis_adm_vcc_safety div, #uis_adm_vcc_rule div, #uis_adm_vcc_service div, #uis_adm_vcc_days div {
	clear: both;
	overflow: hidden !important;
}

#uis_adm_ssn_profile {
	width:33%;
}

#uis_adm_ssn_data {
	width:100%;
	display:flex;
	align-content: space-between;
}

#uis_adm_ssn_graph {
	width:79%;
}

#uis_adm_ssn_graph_cnv {
	width: 100%;
    display: flex;
    align-content: center;
    padding-top: 15px;
}

#uis_adm_ssn_graph_cnv_inner {
	position: relative;
    display: contents;
}

#uis_adm_ssn_graph_cnv_inner canvas {
	margin:auto;
}

#uis_adm_ssn_grid {
	width:20%;
}

#uis_adm_ssn_grid div.container {
	float:right;
}

#uis_adm_ovr_inps {
	width: 100%;
    display: flex;
    align-content: space-between;
}

#uis_adm_ovr_codes {
    padding-right: 3px;
    border-right: 1px solid #fff;
}
#uis_adm_ovr_new {
	width: 37%;
    padding-left: 3px;
}

#uis_sub_rsk {
	padding-bottom:3px;
}

#uis_sub_vcc {
	padding-top: 3px;
    border-top: 1px solid #fff;
}

#uis_dmd_line_inps {
	line-height: 24px;
}

#uis_dmd_line_dtl {
	width:60%;
}

#uis_dmd_line_dtl input.easyui-numberbox {
	width:35px;
}

#uis_dmd_flt .label {
	width:10%;
}

#uis_dmd_flt .labval {
	width:13%;
}

#uis_dmd_flt .labbtn {
	width:8%;
	background:var(--backgrd-box-col);
}

#uis_dmd_line_dtl .label {
	width:20%;
}

#uis_dmd_line_dtl .labval {
	width:30%;
}

#uis_dmd_flt_cont {
	padding-bottom:3px;
	border-bottom:1px solid #fff;
}

#uis_dmd_flt_tbl {
	padding-top: 3px;
}

#uis_calcsumhist_btn {
	width:340px !important;
}

#uis_dmd_grid_container {
	height:190px;
}

tr.dmdSelected>td {
	background-color:#1D81BD;
	color:white;
}

#uis_sku_load_file {
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#uis_sku_upl_tbl>tbody>tr>td {
	text-align: left;
}

#uis_sku_load_inps {
	padding-top:3px;
}

#uis_sku_load_inps input.easyui-numberbox {
	width:80px;
}

#uis_adm_ext_slct {
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

.fcst_status_red {
	background:#CF0A00 !important;
}

.fcst_status_yellow {
	background:#F9E34B !important;
}

.fcst_status_green {
	background:#6E9C2E !important;
}

#uis_rvw_fcst_sts_col input {
	width:95%;
	text-align: center;
}

.rvw_prod_cat_val {
	width:15%;
}

.uis_modal_message {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 106;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    color: white;
	padding: 10px 0px 10px 0px;
	display:none;
}

.uis_modal_inner {
	text-align: center;
    width: 450px;
    height: 60px;
	/*background-color:#C00000;*/
	background-color:var(--header-col);
	padding: 10px;
}

.uis_modal_inner div {
	margin-top:15px;
}
.uis_modal_inner label {
	font-size: 1.2em;
}

.uis_modal_popup_background {
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:var(--backgrd-box-col);
	opacity: 0.5;
	z-index: 104;
	display: none;
}

.uis_modal_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 105;
	text-align: center;
	word-break: break-all;
 /*   font-weight: bold;
    font-size: 85%; */
    color: white;
	display:none;
	border:2px solid #fff;
}

.uis_modal_popup_inner {
	text-align: center;
    min-width: 450px;
    background:var(--backgrd-box-col);
}

.uis_modal_popup_title {
	background:#003366;
	color:white;
	text-align: center;
	width:100%;
	cursor: move;
}

.uis_modal_popup_title_inner {
	padding:5px;
}

.uis_modal_popup_container {
	width:100%;
}

.uis_modal_popup_contents {
	padding:5px;
	color:#000;
}

.uis_modal_popup_footer {
	/*background-color:#C00000;*/
	background-color:var(--footer-col);
	height: 48px;
}

.uis_modal_popup_footer button {
	float:left;
	margin:5px;
	width:110px;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	/*background-color:#FF0000;*/
	background-color:var(--button-col);
	cursor:pointer;
	height:35px;
}


.popup_table {
	width:100%;
	table-layout: fixed;
}

.popup_table tbody, .popup_table thead {
	display:block;
}

.popup_table thead {
	width:97%;
}

.popup_table tbody {
	height:250px;
	overflow-y:scroll;
	width:100%;
}

.popup_table td {
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.popup_table th {
	background: #7E7E7E;
	color:#fff;
	word-break: break-word;
}

.popup_table tr:nth-child(odd) {
	background: #DED8D1;
}

.table_fcst_pop th:nth-child(1), .table_fcst_pop td:nth-child(1) {
	width:65px;
}
.table_fcst_pop th:nth-child(2), .table_fcst_pop td:nth-child(2) {
	width:85px;
}
.table_fcst_pop th:nth-child(3), .table_fcst_pop td:nth-child(3) {
	width:85px;
}
.table_fcst_pop th:nth-child(4), .table_fcst_pop td:nth-child(4) {
	width:85px;
}
.table_fcst_pop th:nth-child(5), .table_fcst_pop td:nth-child(5) {
	width:140px;
}
.table_fcst_pop th:nth-child(6), .table_fcst_pop td:nth-child(6) {
	width:100px;
}
.table_fcst_pop th:nth-child(7) {
	width:100px;
}
.table_fcst_pop td:nth-child(7) {
	width:100px;
}


.tbl_demand_pop thead {
	width:969px;
}

.tbl_demand_pop th:nth-child(1), .tbl_demand_pop td:nth-child(1) {
	width:90px;
}
.tbl_demand_pop th:nth-child(2), .tbl_demand_pop td:nth-child(2) {
	width:130px;
}
.tbl_demand_pop th:nth-child(3), .tbl_demand_pop td:nth-child(3) {
	width:90px;
}
.tbl_demand_pop th:nth-child(4), .tbl_demand_pop td:nth-child(4) {
	width:60px;
}
.tbl_demand_pop th:nth-child(5), .tbl_demand_pop td:nth-child(5) {
	width:100px;
}
.tbl_demand_pop th:nth-child(6), .tbl_demand_pop td:nth-child(6) {
	width:190px;
}
.tbl_demand_pop th:nth-child(7), .tbl_demand_pop td:nth-child(7) {
	width:100px;
}
.tbl_demand_pop th:nth-child(8), .tbl_demand_pop td:nth-child(8) {
	width:100px;
}
.tbl_demand_pop th:nth-child(9), .tbl_demand_pop td:nth-child(9) {
	width:100px;
}
.tbl_demand_pop th:nth-child(10) {
	width:100px;
}
.tbl_demand_pop td:nth-child(10) {
	width:100px;
}


.tbl_onhand_pop th:nth-child(1), .tbl_onhand_pop td:nth-child(1) {
	width:100px;
}
.tbl_onhand_pop th:nth-child(2), .tbl_onhand_pop td:nth-child(2) {
	width:100px;
}
.tbl_onhand_pop th:nth-child(3), .tbl_onhand_pop td:nth-child(3) {
	width:275px;
}
.tbl_onhand_pop th:nth-child(4), .tbl_onhand_pop td:nth-child(4) {
	width:115px;
}
.tbl_onhand_pop th:nth-child(5), .tbl_onhand_pop td:nth-child(5) {
	width:115px;
}
.tbl_onhand_pop th:nth-child(6) {
	width:107px;
}
.tbl_onhand_pop td:nth-child(6) {
	width:115px;
}

.tbl_onorder_pop {
	font-size: 0.8em;
}

.tbl_onorder_pop th:nth-child(1), .tbl_onorder_pop td:nth-child(1) {
	width:100px;
}
.tbl_onorder_pop th:nth-child(2), .tbl_onorder_pop td:nth-child(2) {
	width:110px;
}
.tbl_onorder_pop th:nth-child(3), .tbl_onorder_pop td:nth-child(3) {
	width:140px;
}
.tbl_onorder_pop th:nth-child(4), .tbl_onorder_pop td:nth-child(4) {
	width:100px;
}
.tbl_onorder_pop th:nth-child(5), .tbl_onorder_pop td:nth-child(5) {
	width:100px;
}
.tbl_onorder_pop th:nth-child(6), .tbl_onorder_pop td:nth-child(6) {
	width:100px;
}
.tbl_onorder_pop th:nth-child(7), .tbl_onorder_pop td:nth-child(7) {
	width:100px;
}
.tbl_onorder_pop th:nth-child(8), .tbl_onorder_pop td:nth-child(8) {
	width:80px;
}
.tbl_onorder_pop th:nth-child(9), .tbl_onorder_pop td:nth-child(9) {
	width:80px;
}
.tbl_onorder_pop th:nth-child(10), .tbl_onorder_pop td:nth-child(10) {
	width:100px;
}
.tbl_onorder_pop th:nth-child(11), .tbl_onorder_pop td:nth-child(11) {
	width:100px;
}
.tbl_onorder_pop th:nth-child(12), .tbl_onorder_pop td:nth-child(12) {
	width:100px;
}
.tbl_onorder_pop th:nth-child(13), .tbl_onorder_pop td:nth-child(13) {
	width:100px;
}
.tbl_onorder_pop th:nth-child(14) {
	width:80px;
}
.tbl_onorder_pop td:nth-child(14) {
	width:100px;
}

.tbl_exceptions_pop tr {
	line-height:30px;
}

.tbl_exceptions_pop th:nth-child(1), .tbl_exceptions_pop td:nth-child(1) {
	width:70px;
}
.tbl_exceptions_pop th:nth-child(2), .tbl_exceptions_pop td:nth-child(2) {
	width:400px;
}
.tbl_exceptions_pop th:nth-child(3), .tbl_exceptions_pop td:nth-child(3) {
	width:100px;
}
.tbl_exceptions_pop th:nth-child(4) {
	width:91px;
}

.tbl_exceptions_pop td:nth-child(4) {
	width:90px;
}

#uis_ovr_rem_container {
	display:flex;
}

#uis_ovr_rem_selected {
	width: 49%;
    padding-left: 3px;
}


#tbl_filters_save_pop th:nth-child(1), #tbl_filters_save_pop td:nth-child(1) {
	width:400px;
}

#tbl_filters_save_pop th:nth-child(2), #tbl_filters_save_pop td:nth-child(2) {
	width:80px;
}

#tbl_filters_save_pop th:nth-child(2), #tbl_filters_save_pop td:nth-child(2) {
	width:80px;
}

.row-hidden {
	display:none;
}

#uis_usrm_srch_tbl {
	padding-left:5px;
	width:100%;
}

.uis_usrm_list_tbl {
	width:100%;
}

.uis_usrm_list_tbl th {
	background-color: #e1e6e8;
}

.uis_usrm_list_tbl th.empty  {
	background-color: var(--backgrd-box-col);
}

.uis_usrm_list_tbl input {
	width:100%;
}
.uis_usrm_list_tbl select {
	width: 97%;
    padding: 3px;
    border-radius: 5px 5px 5px 5px;
    font-size: 1.0em;
	line-height: 28px;
}

#uis_usrm_details_container {
	display:flex;
	align-content: space-between;
	padding-bottom:3px;
	border-bottom:1px solid #fff;
}

#uis_usrm_user_details {
	width:55%;
	padding-right:3px;
	border-right:1px solid #fff;
}

#uis_usrm_policy {
	width:44%;
	padding-left:3px;
}

#uis_usrm_client_details {
	width:100%;
	padding-top:3px;
}

.uis_usrm_client_save {
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.uis_about_container{
	position: relative;
	margin-bottom: 10px;
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;	
}

#uis_about_msg {
	height: 80%;
	width: 80%;
}

#uis_about_msg{
	height: 600px;
	width: 600px;
	background-color: white;
}

.uis_rvw_exception_container {
    position: absolute;
    top: 5px;
	right: 70px;
}

.uis_rvw_excp_scroller {
	height: 22px;
    overflow: hidden;
	color:#FFC300;
	float:left
}

.uis_rvw_excp_scroller div {
	text-align: right;
}

.uis_rvw_excp_pop {
	float:left;
	padding-left: 10px;
}
.uis_rvw_excp_pop img {
	width:22px;
	height:22px;
}

#uis_rvw_forecast_exceptions, #uis_rvw_minmax_exceptions, #uis_rvw_stockout_exceptions {
	display:none;
}

.repairables_flag {
	background:#FFDF00;
	/*background:#1D81BD url('../images/spanner.svg') no-repeat center;*/
	padding: 5px;

}

#uis_policy_new_tbl td {
	text-align: left;
}


table.table-variable>tbody>tr>td.label-small2 {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	text-align: right;
	/*width:18%*/
}

table.table-variable>tbody>tr>td.label-large2 {
    background: #e1e6e8;
    border-right: 1px solid #c2c2c2;
	text-align: right;
	/*width:25%;*/
}

.outlier {
	background: #FFDF00 !important;
}
#repairable_flag_icon_id{
	stroke: white;
	fill: white;
	height: 25px;
}



#tbl_forecast_report th:nth-child(1), #tbl_forecast_report td:nth-child(1) {
	width:300px;
	text-align: left;
}

#tbl_forecast_report th:nth-child(2), #tbl_forecast_report td:nth-child(2) {
	width:300px;
	text-align: left;
}
.review-value-changed {
    background-color:#FFC300 !important;
}

.ht_clone_top, .ht_clone_left, .ht_clone_corner {
	display:none;
}

.future_known_dmd_cell {
	background-color: #118877;
}

.redistributionTblWrapper {
	position: relative;
    padding: 0 5px;
    height: 250px;
	overflow-y: auto;
	width:100%;
}

#redistributionTbl {
	width:100%;
}
/*
#redistributionTbl tr {
	background-color:white;
}
#redistributionTbl tr:hover {
	background-color:#55B6D5;
    color:white;
}
*/
#redistributionTbl tr td img {
	width:24px;
	height:24px;
}

#redistributionTbl tr td.remove {
	background-color: #ccc;
    text-align: center;
}

#uis_about_logo {
	width:239px;
	height:65px;
}

.error_msg{
	color:#CDCDCD;
	margin-top: 100px;
}

.error_msg a{
	color:#CDCDCD;
}

