@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
:root {
    --primary-color: #b0ed91;
	--secondary-color: #303030;
	--tertiary-color: #62dc24;
	--darkgreen-color: #40AE49;
	--scrollbar-track: #f1f1f1;
	--dropzone-edit-color: #4A6DFF;
	--dropzone-edit-light-color: #DAE1FF;
	--admin-color:orange;
}
body {
	font:18px/26px Oswald, Georgia, "Times New Roman", Times, serif;
	color:#000;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	background: var(--secondary-color);
}
div {
	position:relative;
}
.container{
	max-width:1200px;
	margin: 0 auto;
	position:relative;
	padding: 0 20px;
}
.main{
	min-height: 90vh;
	margin: 0 auto;
	max-width: 1080px;
}
.title {
	font-weight: bold;
	word-spacing: 3px;
}
.title2 {
	color: Maroon;
	font-size: 20px;
}
.aligncenter {
	text-align:center;
}
.required {
	color:red;
}
.blockContact {
	color: darkviolet;
	font-family: "Trebuchet MS";
}
.bold {
	font-weight:bold;
}
.hide {
	display:none;
}
.block {
	display:block;
}
.boldCheckbox {
	outline: 2px solid black;
    border-radius: 0px !important;
    top: 5px;
}
.error {
	color:red !important;
}
.blue {
	color:var(--dropzone-edit-color) !important;
}
.alstarGreen {
	color: var(--darkgreen-color) !important;
}
.blueBackground {
	background:var(--dropzone-edit-color);
	color:white;
}
.blackBackground {
	background:black;
	color:white;
}
.primaryGreenBackground {
	background:var(--primary-color);
}
.alstarGreenBackground {
	background:var(--darkgreen-color);
	color:white;
}
.opacity7 {
	opacity: .7;
}
.overflowYAauto {
	overflow-y:auto;
}
.nowrap {
	white-space:nowrap;
}
.subtext {
	font-style:italic;
	font-size:.8em;
	margin-bottom:7px;
}
.inactiveIcon {
	color:#ccc !important;
	cursor: pointer;
	font-size:.7em !important;
}
.crosshatch[readonly=""] {
    background: repeating-linear-gradient(135deg, rgba(255,255,255, .3),rgba(255,255,255, .3) 9px,rgba(150,150,150, .3) 9px,rgba(150,150,150, .3) 10px), repeating-linear-gradient(45deg, rgba(255,255,255, .3),rgba(255,255,255, .3) 9px,rgba(150,150,150, .3) 9px,rgba(150,150,150, .3) 10px);
    background-size: 14.14px 14.14px;
}
.backArrow {
	cursor:pointer;
	font-size:1.2em;
	margin-left:2px;
}
.backArrow img, .backArrow span {
	vertical-align:middle;
}
p {margin-top:0;}
details summary {
	cursor:pointer;
}
a {
	text-decoration:none;
}
button, input[type='submit'], input[type='reset'] {
    padding:5px 15px;
    color:var(--secondary-color);
    border:0;
    background:var(--primary-color);
	font: 16px/24px Oswald, Georgia, "Times New Roman", Times, serif !important;
    font-size: 1.2em;
    cursor:pointer;
	margin: 2px 0;
}
button .fa-solid {
	margin:0;
	color:var(--secondary-color);
}
button:hover, input[type='submit']:hover, input[type='reset']:hover {
    color:var(--primary-color);
    background:var(--secondary-color);
}
button:hover .fa-solid {
	color:var(--primary-color);
}
button.disabled {
	opacity:.8;
	cursor:initial;
}
button.disabled:hover {
	color:var(--secondary-color);
	background:var(--primary-color);
}
select {
	font:16px/24px Oswald, Georgia, "Times New Roman", Times, serif !important;
	border:1px solid var(--secondary-color);
	margin-top: 5px;
}

/*  HEADER TAG STYLES */
h1,h2,h3,h4,h5,h6{line-height:1.2em;color:#3d3732;word-spacing:6px;}
h1{font-size:32px;color: var(--darkgreen-color);}
h2{font-size:26px;}
h3{font-size:22px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;}

.blueHeader {
	color:var(--dropzone-edit-color);
	margin-bottom:5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--dropzone-edit-color);
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #ccc;
}
input:focus + .slider {
  box-shadow: 0 0 1px #ccc;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}
.slider.round:before {
  border-radius: 50%;
}
/*//////////////////////////////////////////////////////////////////////////*/
/****HEADER****/
/*//////////////////////////////////////////////////////////////////////////*/
header{padding:16px 0 0;}
header h1{float:left;margin:0px;padding:0 0 21px}
header h1 a{background:url(images/logo.png) 0 0 no-repeat;width:220px;height:61px;text-indent:-5000px;overflow:hidden;display:block;}
header nav{position:relative; z-index:999; float:right; padding:14px 0 0 0;}
#search-bar {
    background: #FDFCFB;
    text-align: right;
    padding: 8px 0;
    line-height: 10px;
	border: 2px solid;
	border-top: 0;
	border-left: 0;
	border-right: 0;	
	border-image-slice: 1;
	border-image-source: linear-gradient(to right,#41C8FF,#4E46FF);
}
#loginButton {
	display:inline-block;
	color:var(--dropzone-edit-color);
	border:1px solid var(--dropzone-edit-color);
	box-shadow:var(--dropzone-edit-color) 0px 1px 5px;
	padding:7px 10px 9px 10px;
}
#loginButton:hover {
	color:white;
	box-shadow:none;
	background:var(--dropzone-edit-color);
}
#welcome-user {
	margin-top: 20px;
    display: inline-block;
    margin-right: 10px;
	font-size:1.2em;
}
#profile-options {
	display:inline;
}
#search-bar input {
	border: 2px solid #999;
	border-radius: 4px;
	padding: 3px;
}
button.fa-magnifying-glass {
    padding: 4px 8px;
	background: none;
	border: 2px solid #999;
	border-radius: 4px;
	color: #999;
}
button.fa-magnifying-glass:hover {
	background: #000;
	border: 2px solid #000;
	color: #FFF;
}
#logoImg {
	height:100%;
	max-height:80px;
}
#logo-bar {
	background:#FDFCFB;
	padding:18px 0;
}
#accountNav {
	display:inline-block;
	width:auto;
	margin-left:30px;
	margin-right:10px;
	margin-bottom: -8px;
	vertical-align:middle;
}
#accountNav > a {
	text-decoration:none;
	color:black;
	font-size:1.2em;
}
#accountNav > ul > li > span {
	font-size:1.8em;
	margin:3px 0;
	cursor:pointer;
	margin-left: 7px;
}
#accountNav .icon {
	color:black;
	font-size:1.8em;
}
#accountNav > ul > li:hover, #accountNav > ul > li > a:hover {
	background-color:transparent;
}
#accountNav > ul > li:hover > span, #accountNav > ul > li> a:hover > span {
	color:var(--primary-color);
}
#povDropdown {
	max-width:300px;
}
#messageNotificationCount {
    background: var(--primary-color);
    width: 20px;
    height: 20px;
    display: inline-flex;
    position: absolute;
    border-radius: 13px;
    align-items: center;
    padding: 3px;
    justify-content: center;
    top: -2px;
    right: 3px;
}
#accountNav > ul > li:hover, #accountNav > ul > li > a:hover #messageNotificationCount {
	color: black;
}


/*//////////////////////////////////////////////////////////////////////////*/
/****NAVIGATION****/
/*//////////////////////////////////////////////////////////////////////////*/
.shim-holder {
	border:solid 1px #c8ccd1;
}
.shim-accent {
  position: relative;
  overflow: hidden;
  background-color: var(--dropzone-edit-color);
  height:20px;
}
.shim-accent::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.8) 100%
  );
  animation: shimmer 4s ease-out infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(0%);
    opacity: 0;
  }
}
.miniLoader {
    position: absolute;
    top: 1.5em;
    left: -2em;
    margin: 0;
    display: block;
    width: 1em;
    height: 1em;
    border: 5px solid darkred;
    border-radius: 50%;
    border-top: 5px solid #f3f3f3;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display:none;
}
.miniLoader.success {
    border: 5px solid limegreen !important;
    background:limegreen;
    -webkit-animation: none; /* Safari */
    animation: none;
}
.miniLoader.fail {
    border: 5px solid darkred !important;
    background:darkred;
    -webkit-animation: none; /* Safari */
    animation: none;
}
.loading-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	overflow: hidden;
}
.loading-spinner {
	position: fixed;
	width: 1em;
	height: 1em;
	font-size: 25px;
	border-radius: 50%;
	animation: mulShdSpin 1.1s infinite ease;
	left: 49%;
	top: 48%;
}
.loading-overlay2 {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:5em;
	overflow: hidden;
	float: right;
	margin-bottom: -20px;
}
.loading-spinner2 {
	position: relative;
	width: 1em;
	height: 1em;
	font-size: 5px;
	border-radius: 50%;
	animation: mulShdSpinDark 1.1s infinite ease;
	left: 49%;
	top: 48%;
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes mulShdSpinDark {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #303030, 1.8em -1.8em 0 0em rgba(19,19,19, 0.2), 2.5em 0em 0 0em rgba(19,19,19, 0.2), 1.75em 1.75em 0 0em rgba(19,19,19, 0.2), 0em 2.5em 0 0em rgba(19,19,19, 0.2), -1.8em 1.8em 0 0em rgba(19,19,19, 0.2), -2.6em 0em 0 0em rgba(19,19,19, 0.5), -1.8em -1.8em 0 0em rgba(19,19,19, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(19,19,19, 0.7), 1.8em -1.8em 0 0em #303030, 2.5em 0em 0 0em rgba(19,19,19, 0.2), 1.75em 1.75em 0 0em rgba(19,19,19, 0.2), 0em 2.5em 0 0em rgba(19,19,19, 0.2), -1.8em 1.8em 0 0em rgba(19,19,19, 0.2), -2.6em 0em 0 0em rgba(19,19,19, 0.2), -1.8em -1.8em 0 0em rgba(19,19,19, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(19,19,19, 0.5), 1.8em -1.8em 0 0em rgba(19,19,19, 0.7), 2.5em 0em 0 0em #303030, 1.75em 1.75em 0 0em rgba(19,19,19, 0.2), 0em 2.5em 0 0em rgba(19,19,19, 0.2), -1.8em 1.8em 0 0em rgba(19,19,19, 0.2), -2.6em 0em 0 0em rgba(19,19,19, 0.2), -1.8em -1.8em 0 0em rgba(19,19,19, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(19,19,19, 0.2), 1.8em -1.8em 0 0em rgba(19,19,19, 0.5), 2.5em 0em 0 0em rgba(19,19,19, 0.7), 1.75em 1.75em 0 0em #303030, 0em 2.5em 0 0em rgba(19,19,19, 0.2), -1.8em 1.8em 0 0em rgba(19,19,19, 0.2), -2.6em 0em 0 0em rgba(19,19,19, 0.2), -1.8em -1.8em 0 0em rgba(19,19,19, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(19,19,19, 0.2), 1.8em -1.8em 0 0em rgba(19,19,19, 0.2), 2.5em 0em 0 0em rgba(19,19,19, 0.5), 1.75em 1.75em 0 0em rgba(19,19,19, 0.7), 0em 2.5em 0 0em #303030, -1.8em 1.8em 0 0em rgba(19,19,19, 0.2), -2.6em 0em 0 0em rgba(19,19,19, 0.2), -1.8em -1.8em 0 0em rgba(19,19,19, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(19,19,19, 0.2), 1.8em -1.8em 0 0em rgba(19,19,19, 0.2), 2.5em 0em 0 0em rgba(19,19,19, 0.2), 1.75em 1.75em 0 0em rgba(19,19,19, 0.5), 0em 2.5em 0 0em rgba(19,19,19, 0.7), -1.8em 1.8em 0 0em #303030, -2.6em 0em 0 0em rgba(19,19,19, 0.2), -1.8em -1.8em 0 0em rgba(19,19,19, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(19,19,19, 0.2), 1.8em -1.8em 0 0em rgba(19,19,19, 0.2), 2.5em 0em 0 0em rgba(19,19,19, 0.2), 1.75em 1.75em 0 0em rgba(19,19,19, 0.2), 0em 2.5em 0 0em rgba(19,19,19, 0.5), -1.8em 1.8em 0 0em rgba(19,19,19, 0.7), -2.6em 0em 0 0em #303030, -1.8em -1.8em 0 0em rgba(19,19,19, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(19,19,19, 0.2), 1.8em -1.8em 0 0em rgba(19,19,19, 0.2), 2.5em 0em 0 0em rgba(19,19,19, 0.2), 1.75em 1.75em 0 0em rgba(19,19,19, 0.2), 0em 2.5em 0 0em rgba(19,19,19, 0.2), -1.8em 1.8em 0 0em rgba(19,19,19, 0.5), -2.6em 0em 0 0em rgba(19,19,19, 0.7), -1.8em -1.8em 0 0em #303030;
  }
}
#menu-bar {
	min-height:35px;
	min-height: 35px;
	background: var(--darkgreen-color);
	border: 5px solid;
	border-top: 0;
	border-left: 0;
	border-right: 0;	
	border-image-slice: 1;
	border-image-source: linear-gradient(to right,#41C8FF,#4E46FF);
}
#second-menu-bar {
	background:#EFE5D3;
	min-height:35px;
}
nav { top: 0px; left: 0px; width: 100%; font-size:14px; position:relative}
nav::after { content: ""; display: block; clear: both;}
nav ul { list-style: none; margin:0; padding:0px;z-index:20;}
nav ul li:hover { background-color: #000;}
nav ul li:hover  > ul { display: block;z-index: 10000;}
nav ul li a { 
	display: inline-block;
	padding:5px 15px;
	text-decoration: none;
	width:150px;
	position: relative;
	font-size:1.3em;
	line-height:1.5em;
	font-style:italic;
	color:black !important;
}
nav ul li a:visited { 
	color:black !important;
}
nav ul li:hover a { 
	color:white !important;
}
#second-menu-bar nav>ul>li>a { color:black !important;}
#second-menu-bar nav>ul>li:hover >a {color:white !important;}
nav ul li a:visited { color:#3d3732;}
nav>ul>li a:hover { background-color:#000;}
nav ul ul li a:hover { background-color:#444;}
nav ul ul{ position: absolute; background-color: #000; display:none;}
nav ul ul li{ position: relative; text-align:left;}
nav ul ul ul{ left: 100%; top: 0px;}

/****top-level****/
nav > ul { float:right;}
nav > ul > li { float: left;}
nav > ul > li > a{ width: auto; padding: 10px 20px;}
nav a[aria-haspopup="true"]::after {
	content: ""; 
	width: 0px; height: 0px; 
	position: absolute; 
	top: 14px; right: 15px;
	border-top: 4px solid transparent; 
	border-bottom: 4px solid transparent; 
	border-left: 4px solid #000;
}
nav > ul> li > a[aria-haspopup="true"]::after{
	position:relative;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	left: 10px; right: auto;
	top:16px;
}
#menu-bar nav > ul> li:hover > ul a[aria-haspopup="true"]::after{
	border-left: 4px solid #FFF;
}
#menu-bar nav > ul> li:hover > a[aria-haspopup="true"]::after{
	border-top: 4px solid #FFF;
}
#second-menu-bar nav > ul> li > a[aria-haspopup="true"]::after{
	border-top: 4px solid #000;
}
#second-menu-bar nav > ul> li:hover > a[aria-haspopup="true"]::after{
	border-top: 4px solid #FFF;
}
li h4 {font-family: 'Oswald', sans-serif !important; font-size:14px; font-weight: 400; font-style:normal;}
.Hamburger, .second-Hamburger{display:none;}

/*//////////////////////////////////////////////////////////////////////////*/
/****CONTENT****/
/*//////////////////////////////////////////////////////////////////////////*/
#applicationForm {
	max-width:600px;
}
#applicationForm .required {
	color:initial;
}
#applicationForm .required::after {
	content: "*";
	color:red;
}
#applicationForm legend {
    font-weight: bold;
    font-size: 1.1em;
	color: var(--darkgreen-color);
}
#applicationForm label {
    font-weight: bold;
}
#applicationForm fieldset {
    border-color: var(--tertiary-color);
}
#home-content {
  display: flex;
  justify-content: space-between;
}
#announcements {
  padding-left: 50px;
  max-width: 275px;
  max-height: 95vh;
  overflow-y: auto;
  padding-right: 12px;
}
#announcements .announcement-block {
  box-shadow: var(--tertiary-color) 0px 1px 10px;
  padding: 20px;
  margin-bottom: 25px;
}
.todo-block {
	box-shadow: var(--dropzone-edit-color) 0px 1px 10px;
    color: var(--dropzone-edit-color);
	margin: 10px 0;
	display: flex;
    justify-content: space-between;
}
.todo-block a {
    display:block;
    padding: 5px 10px;
	color: var(--dropzone-edit-color);
}
.message-block {
	padding:10px;
	margin:10px 0;
}
#flex-row {
	display:flex;
}
.stateTotalSpan {
  font-size: .8em !important;
  font-weight: normal !important;
  color: black !important;
  font-style:italic;
}
#toDo-holder-state > div h3 {
	font-size:18px;
}
#toDo-holder-state > div {
  box-shadow: var(--dropzone-edit-color) 0px 1px 10px;
  padding: 15px;
  white-space:nowrap;
}
#quick-search-holder {
	width: 100%;
    max-width: 430px;
	margin-right: 40px;
}
#quick-search {
	padding:20px;
	box-shadow: var(--dropzone-edit-color) 0px 1px 10px;
	white-space: nowrap;
	padding-right: 70px;
}
#quick-search-holder h3 {
	margin-bottom:10px;
}
#quick-search-input {
    padding: 5px 10px;
    width: 90%;
    max-width: 300px;
	position: relative;
    top: -3px;
}
#quick-search-results {
	/*padding-top:15px;
	white-space: pre-line;*/
}
#quick-search-results a {
	white-space: break-spaces;
}
#home-block-row {
    display: flex;
    justify-content: center;
}
.home-block {
    border: 3px solid var(--darkgreen-color);
    text-align: center;
    padding: 15px;
    margin: 10px 15px;
    width: 100px;
	height: 100px;
}
.block-icon {
    display: block !important;
    font-size: 2.5em;
	color: var(--darkgreen-color) !important;
	margin-bottom: 10px;
}
.block-label {
    font-size: 1.3em;
	color: var(--darkgreen-color);
}
.home-block:hover {
    border-color: var(--secondary-color);
	box-shadow: var(--secondary-color) 0px 1px 10px;
}
.home-block:hover .block-icon, .home-block:hover .block-label {
    color: var(--secondary-color) !important;
}
#highchartContainer svg > rect {fill:transparent;}
#highchartContainer {width:500px;}
.analyticsChart rect.highcharts-background {
	fill: transparent;
}
.analyticsChart {
	width: 500px;
}
#content-row {
	min-height:50vh;
	background: #FDFCFB;
    padding: 2em 0 5em;
	overflow:hidden;
}
.sticky-header {
	position: sticky;
    top: 0;
    background: #FDFCFB;
	z-index: 10;
}
.fa-right-from-bracket {
	rotate:180deg;
	cursor:pointer;
	color:var(--dropzone-edit-color);
}
.fa-solid, .fa-regular {
	margin-right:5px;
	cursor:pointer;
	color:var(--dropzone-edit-color);
}
.adminTool {
	color:var(--admin-color) !important;
}
.fa-standard-size {
	font-size:.8em;
}
.arrow {
  width: 8px;
  height: 8px;
  border: 3px solid;
  border-color: black transparent transparent black;
  transform: rotate(-45deg);
}
.form-column-1 {
	display:inline-block;
	width:200px;
	margin-bottom: 5px;
	vertical-align:top;
}
.column-float-right {
	float:right;
	margin-left:50px;
	max-width: 45%;
}
.column-float-right > h1 {
	margin-top:0;
}
.todo-stateType {
	padding: 5px 10px;
}
.stateTypeDashFilter-new, .stateTypeDashFilter-rev {
    font-weight: normal;
    font-size: 18px;
    border: 2px solid;
	border-top-color:var(--dropzone-edit-light-color);
	border-left-color:var(--dropzone-edit-light-color);
	border-bottom-color:var(--dropzone-edit-color);
	border-right-color:var(--dropzone-edit-color);
    padding: 1px 5px;
	cursor:pointer;
}
.stateTypeDashFilter-new.selected, .stateTypeDashFilter-rev.selected {
	border-top-color:var(--dropzone-edit-color);
	border-left-color:var(--dropzone-edit-color);
	border-bottom-color:var(--dropzone-edit-light-color);
	border-right-color:var(--dropzone-edit-light-color);
	background-color:var(--dropzone-edit-light-color);
}
.stateTypeDashFilter-new.green, .stateTypeDashFilter-rev.green {
	color:var(--darkgreen-color);
	border-top-color:var(--primary-color);
	border-left-color:var(--primary-color);
	border-bottom-color:var(--darkgreen-color);
	border-right-color:var(--darkgreen-color);
}
.stateTypeDashFilter-new.green.selected, .stateTypeDashFilter-rev.green.selected {
	border-top-color:var(--darkgreen-color);
	border-left-color:var(--darkgreen-color);
	border-bottom-color:var(--primary-color);
	border-right-color:var(--primary-color);
	background-color:var(--primary-color);
}
.search-option {
    padding: 5px 8px;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #222;
    margin: 5px;
	margin-right:15px;
    white-space: nowrap;
    line-height: 45px;
	text-decoration:none;
	color:black;
}
.search-option a {
	text-decoration:none;
	color:black;
}
.search-option:hover {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #222;
}
.ui-autocomplete-loading {
	background: white url("images/loader.gif") right center no-repeat;
}
.ui-autocomplete {
	max-height: 400px;
	overflow-y:scroll;
}
.searchTextInput {
    width: 50%;
}
.company-block-co-list {
    margin-left: 40px;
}
.transfer-section {
    margin: 50px 0;
}
#transfer-select {
	max-height: 50vh;
    overflow-y: scroll;
	box-shadow: var(--darkgreen-color) 0px 1px 10px;
	padding: 0 20px;
	display:none;
}
#closeX {
	float: right;
    padding: 10px 5px;
    font-size: 1.7em;
	color: var(--darkgreen-color);
	cursor:pointer;
}
#submitTransferRequest {
    font-size: 1.3em !important;
    padding: 10px 15px;
    margin: 30px 0;
	display:none;
}
.link-space {
	margin-right:20px;
}
.reportLabel {
	font-weight: bold;
    width: 175px;
    display: inline-block;
	vertical-align: top;
}
.reportLabelWide {
	font-weight: bold;
    width: 360px;
    display: inline-block;
	vertical-align: top;
}
.state-icon-holder {
	float:right;
	position:relative;
}
.new-state-icon {
    color:darkseagreen;
    margin-left:5px;
    font-size:.9em;
}
.no-new-state-icon {
    color:red;
    margin-left:5px;
    font-size:.9em;
}
.rvn-state-icon {
    color:royalblue;
    margin-left:5px;
    font-size:.9em;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.cur-state-icon {
    color:orange;
    margin-left:5px;
    font-size:.9em;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.rev-state-icon {
    color:darkviolet;
    margin-left:5px;
    font-size:.9em;
}
.email-icon {
    color:cyan;
    margin-left:5px;
    font-size:.9em;
	cursor:pointer;
	position:absolute;
	top:8px;
}
.email-icon.inactiveIcon {
    top:11px;
}
#legend-input-holder {
	margin-top:15px;
}
#legend-input-holder > div {
	display:inline-block;
	margin-right:20px;
}
#legend-input-holder > div > span {
    top: -2px;
    padding-right: 2px;
    position: relative;
}
.dropZoneLabel {
	font-weight: bold;
    width: 210px;
    display: inline-block;
	vertical-align: top;
	color: var(--dropzone-edit-color);
}
.disabledDropzone, .disabledDropzone .dropZoneLabel,.disabledDropzone .dz-message {
	color:#888;
}
.disabledDropzone .dropzoneFile {
	border-color:#888;
}
#dialog-box h2 {
	font-size: 1.2em;
}
#dialog-box h4, #dialog-box h3 {
	margin-bottom:10px;
}
#dialog-box .formflex {
	flex-wrap: wrap;
}
#dialog-box .formflex span {
	width: 150px;
}
#dialog-box.longTextboxHolder input[type='text'], 
#dialog-box.longTextboxHolder input[type='email'] {
	width:400px;
}
#addUser #searchResultsDiv, #addUser #registerUserHolder {
	margin-top:10px;
}
.file-table td:first-child {
    font-weight: bold;
    max-width: 400px;
	border-right: 0 !important;
}
.us-map-svg {
	width:50%;
	margin:auto;
}
.us-map-svg svg {
	width:100%;
	height:auto;
	max-width:700px;
}
.product-view-editMain {
	float: right;
	left: 10px;
	position: relative;
}
#product-view-tab-holder {
    margin-bottom: 15px;
    padding-bottom: 4px;
}
.view-tab {
    border: 2px solid var(--dropzone-edit-color);
    padding: 3px 10px;
    font-size: 1.2em;
	cursor:pointer;
	color: var(--dropzone-edit-color);
	margin-right: 10px;
}
.view-tab.selected {
    border: 2px solid var(--dropzone-edit-color);
    color:white;
	background: var(--dropzone-edit-color);
}
.view-tab:hover {
    box-shadow: 0 0 5px 1px var(--dropzone-edit-color);
}
.product-view-action {
	margin-right:15px;
	margin-bottom:15px;
	cursor:pointer;
}
.product-view-action.button_accept {
	border-bottom:4px solid var(--darkgreen-color);
}
.product-view-action.button_return {
	border-bottom:4px solid #FB475E;
}
.product-view-action.button_hold {
	border-bottom:4px solid #FFB001;
}
.product-view-action.button_defer {
	border-bottom:4px solid #888;
}
.textColor-pending {
	color:#3D91E0;
}
.textColor-accepted {
	color:var(--darkgreen-color);
}
.textColor-recalled {
	color:purple;
}
.textColor-returned {
	color:#FB475E;
}
.textColor-held {
	color:#FFB001;
}
.textColor-deferred {
	color:#888;
}
.alstarStateStatus {
	background-color: yellow;
}
.section-full {
	margin-top:35px;
}
#HISTORY .section-full {
	margin-top:15px;
}
.searchButton {
	font-size:1.3em !important;
	margin: 10px 20px;
}
.product-search-filter-group {
    display: flex;
    flex-wrap: wrap;
}
.product-search-filter {
	width: 180px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.tableOrDetail {
	width: 300px;
	text-align: center;
	margin: auto;
	margin-bottom: auto;
	margin-bottom: 15px;
}
.product-search-filter select {
	max-width: 180px;
}
.product-search-filter label {
    display:block;
}
.product-block {
	border-bottom: 9px solid black;
	padding-bottom: 30px;
    margin-bottom: 30px;
}
.product-block details {
	overflow:auto;
}
.product-block.revSeparator {
	border-bottom: 4px solid royalblue !important;
}
.product-block:last-child {
	border-bottom: 0;
}
.product-view-state-list {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.product-view-state-status-table {
	max-height:300px;
	overflow: auto;
	width: fit-content;
}
.product-view-state-status-table table {
	width:100%;
}
.product-view-state-status-table th.state {
	width:45px;
}
.product-view-state-status-table th.status {
	width:95px;
}
.product-view-state-status-table th.cancel_request {
	width:60px;
}
.product-view-state-status-table th.prod_number {
	width:120px;
}
.product-view-state-status-table th.date {
	width:130px;
}
.status-label {
	text-transform: uppercase;
}
.product-view-section h2 {
	border-bottom: 1px solid var(--tertiary-color);
}
.product-view-section summary {
	border-bottom: 1px solid var(--tertiary-color);
	margin-bottom: 15px;
	cursor:pointer;
}
.product-view-section summary h2 {
	display:inline-block;
	border-bottom:0;
	margin:0;
}
.product-view-section .section-split {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.col-count-2 {
	column-count:2;
	column-gap: 50px;
}
.dz-started .dz-message, .dz-started .dz-success-mark, .dz-started .dz-error-mark {
	display:none;
}
.ui-dialog {
	font: 16px/24px Oswald, Georgia, "Times New Roman", Times, serif !important;
	position:fixed !important;
}
.ui-widget-header {
	background:var(--primary-color) !important;
	font-size:1.1em !important;
}
.ui-button {
	background:var(--primary-color) !important;
	border:0 !important;
	border-radius:0 !important;
	color:#3d3732 !important;
	font-weight:bold !important;
	font: 16px/24px Oswald, Georgia, "Times New Roman", Times, serif !important;
	font-size:1.1em !important;
}
.ui-button:not(.disabled):hover {
	background:#3d3732 !important;
	color:var(--primary-color) !important;
}
.ui-button.disabled {
	cursor:initial !important;
}
td .fa-circle-exclamation.error {
	float: right;
    top: 5px;
    position: relative;
	cursor:initial;
}
.status-table-state .fa-circle-exclamation.error {
	cursor:pointer;
}
th.prod_name {
    width: 30%;
}
#sendStateBox {
	column-count:2;
}
#sendStateBox > span {
	display:block;
}
#uploadPackageForm .section-split {
	justify-content: normal;
}
#uploadPackageForm .section-split-left {
	margin-right:20px;
}
#uploadPackageForm h4 {
	margin-bottom:5px;
	margin-top:10px;
}
#uploadPackageForm textarea {
	width:98%;
}
.alstarStates {
	display:none;
}
#states {
    column-count: 4;
}
#dialogBox.recallBox {
	height:fit-content !important;
	max-height:500px !important;
}
#dialogBoxSendStates #states {
    column-count: 3;
}
#states > span > span {
    margin: 3px 0;
    display: flex;
    width: 200px;
    justify-content: space-between;
}
#states > span {
    display: inline-block;
}
.state-number-input {
    width: 150px;
    position: relative;
    left: 25px;
    top: -2px;
	display:block;
}
.state_number_list {
	max-height: 100px;
	overflow-y: auto;
	font-size: .9em;
	position: absolute;
	background: white;
	z-index: 10;
	border: 1px solid #ccc;
}
.state_number_list p {
	padding: 0px 5px;
	cursor:pointer
}
.state_number_list p:hover {
	background: #eee;
}
#states input[type='checkbox'] {
    vertical-align: top;
	position:relative;
	top: 3px;
}
#states .stateName {
	max-width: 100px;
    display: inline-block;
    word-break: break-word;
}
p.existingFile-label-info:not(.viewPage) {
    margin-left: 45px;
}
p.existingFile-label-info > span {
  margin-right: 15px;
}
p.existingFile-label-info > .file-info-additional {
  display: block;
}
p.existingFile-label-info > span > em {
  margin-right: 3px;
}

p.existingFile-label-info > .file-info-additional > span {
  margin-right: 15px;
}
#document_1 .dz-message {
	max-width:210px;
}
#requiredDocuments, #preferredDocuments {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-items: end;
}
#additionalDocuments .fa-circle-plus, .addButton.fa-circle-plus  {
    padding: 20px;
    border: 2px dashed var(--dropzone-edit-color);
    margin: 20px;
    font-size: 2em;
	cursor:pointer;
	color: var(--dropzone-edit-color);
	width:fit-content;
}
#additionalDocuments .fa-circle-plus:hover, .addButton.fa-circle-plus:hover {
    background: var(--secondary-color);
    border-color: var(--primary-color);
    color:var(--primary-color);
}
#additionalDocuments .simple-circle {
	border: 0;
	font-size: 1.2em;
	padding: 10px;
	margin: 0px;
}
#additionalDocuments .simple-circle:hover {
	background-color:transparent;
}
.company-number-combo {
	border-top: 1px solid #333;
    margin-top: 15px;
    padding-top: 10px;
}
.checkbox-line {
    margin: 2px;
}
.checkboxLine {
	display: flex;
	align-items: baseline;
}
ol li {
	margin-bottom:15px;
}
#buttonHolder {
	margin-top:50px;
}
#buttonHolder button {
    width: 120px;
    height: 40px;
    margin-right: 40px;
    font-size: 1.3em;
}
#buttonHolder button:hover {
    color: var(--primary-color);
	background:var(--secondary-color);
}
.dz-message {
    width: 90%;
    text-align: center;
	color: var(--dropzone-edit-color);
}
.docHolder {
    padding: 10px 0px;
    min-width: 225px;
    margin-right: 15px;
	position:relative;
}
#dialogBoxSendStates .docHolder {
    display:inline-block;
	max-width:215px;
	min-width: 215px;
}
.files-section {
	margin-top:15px;
}
.dropzoneFile.dz-clickable {
    cursor: pointer;
}
.dropzoneFile {
    border: 2px dashed var(--dropzone-edit-color);
    border-radius: 5px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
	min-width: 180px;
	margin-right: 10px;
}
#dialogBoxAddDoc .dropzoneFile {
    height: 100px;
	width: 100px;
	min-height: 100px;
	min-width: 100px;
}
.docHolder-states {
    padding: 5px 0;
}
.bar {
    background-color: var(--primary-color);
    padding: 2px 15px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    display: block;
	height:5px;
}
.product-thumbnail {
	max-width: 300px;
	margin-right: 20px;
}
#arrangeResults .product-thumbnail {
	max-width: 200px;
	min-width: auto;
    min-height: auto;
	margin-right: 20px;
}
.package-list-rev-details .reportLabel {
    width: 80px;
	white-space:pre;
}
.listThumbnail {
    width: 200px;
    height: 200px;
    display: inline-block;
    background: #ccc;
    margin-right: 15px;
	flex-shrink:0;
}
.archivedProduct, .archivedProduct h2, .archivedProduct h3, 
.archivedProduct td, .archivedProduct i:not(.adminTool), .archivedProduct a {
    color: slategray !important;
}
.archivedProduct summary {
    border-color: slategray !important;
}
.package-list-rev {
    display: flex;
    margin-bottom: 30px;
	padding: 0 10px;
	cursor:pointer;
	user-select:none;
	flex-shrink:0;
}
.package-list-rev:hover {
    background: #f2fbed;
}
.package-list {
    display: inline-block;
    width: 400px;
	border: 2px dashed var(--dropzone-edit-color);
    margin-right: 20px;
    padding: 10px 0;
	flex-shrink:0;
	overflow-y:auto;
}
.package-list[data-package=""] {
	position:fixed;
	bottom:0;
	right:0;
	width:auto !important;
	max-width: 450px;
	min-width:300px;
	min-height:100px;
	max-height:95vh;
	overflow-y:auto;
	border-width:5px;
	border-color:black;
	background:rgba(255,255,255,.95);
	border-style:groove;
	z-index:15;
}
.ui-product-placeholder {
	height:400px;
	width:350px;
	background: #f2fbed;
}
#secondScrollbar {
	width: 100%;
    height: 20px;
    overflow-x: auto;
    overflow-y: hidden;
	margin-top:20px;
}
#arrangeResults {
	margin-top:10px;
	display:flex;
	overflow:auto;
	max-height:90vh;
}
.spanButtonHolder {
	margin:30px 0;
}
.spanButtonHolder > span {
  background: var(--primary-color);
  padding: 5px 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
}
.spanButtonHolder > span.selected {
	color: var(--primary-color);
	background: var(--secondary-color);
}
#renewal-container {
	display:flex;
}
#renewal-state-list {
	margin-top: 30px;
	margin-right: 20px;
}
.renewal-state-tab {
	background: var(--primary-color);
    padding: 5px 15px;
	text-align:center;
	cursor:pointer;
}
.renewal-state-tab.selected {
	color: var(--primary-color);
	background: var(--secondary-color);
}
.renewal-state-table {
	display:none;
}
.renewal-state-action:not(:last-child) {
	margin-right:10px;
}
#save-renewal-button {
	position:fixed;
	bottom:30px;
	right:60px;
	font-size: 1.2em !important;
    padding: 10px 20px;
	opacity: .7;
}
#save-renewal-button:hover {
	opacity: 1;
}
#productSearchResults .product-thumbnail {
	min-width: 200px;
}
#productSearchResults .section-full {
	margin-top:15px;
}
#productSearchResults .product-view-section summary h2 {
	font-size: 1.1em;
}
#productSearchResults .rev-col-right {
    margin-left: 10px;
	min-width: 280px;
}
#productSearchResults .rev-summary {
    text-align: right;
}
.stateMassCheckbox {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -20px;
}
#state-mass-holder {
	display:none;
	position: fixed;
    bottom: 60px;
    right: 115px;
    background: rgba(0,0,0,.7);
    padding: 20px 30px;
    border: 2px solid var(--primary-color);
}
#state-mass-holder p {
    color:white;
}
#state-mass-holder button {
    border: 1px solid var(--primary-color);
}
.addDoc-holder {
	min-height: 110px;
	display:flex;
	position:relative;
	margin-bottom: 10px;
	max-height: 210px;
}
.cancel-xmark {
	font-size:1.5em;
	color: orangered;
	margin: 5px 10px;
	cursor:pointer;
}
#dialogBox .dropzoneFile {
	width: 100px;
    height: 100px;
	min-height: 100px;
	min-width: 100px;
    margin-right: 10px;
}
#dialogBox .file-holder .dropzoneFile {
    margin:auto;
}
#dialogBox .file-holder {
    display: inline-block;
    width: 150px;
	margin-bottom: 20px;
}
.file-state-list {
    font-style: italic;
    font-size: .9em;
}
#dialogBox .file-holder p {
    margin-bottom: 2px;
	text-align: center;
}
#dialogBox textarea {
	width:100%;
}
.remDoc {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 1.5em;
    cursor: pointer;
}
.addDoc-holder:first-child .remDoc {
	display:none;
}
.half-col {
	display:inline-block;
	width:45%;
}
.half-col:nth-child(2) {
	float:right;
}
.clearFloat {
	clear:both;
}
.product-view-section p {
	margin-bottom:0;
}
.add-status-line-flex {
	display:flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.add_size_numbers_holder > span {
	display:block;
}
.notificationDisplay:not(:first-child) {
    margin-left: 15px;
}
#dialog-box .title {
	margin-right:15px;
}
#profile {
    display: flex;
}
#profile-menu {
    list-style: none;
    margin-right: 75px;
	min-width: 230px;
	padding-left:0;
}
#profile-menu ul {
    list-style: none;
}
.formflex, .formflex3 {
    display: flex;
    justify-content: space-between;
	margin-bottom: 5px;
}
.formflex-display {
	justify-content:start;
}
.formflex label {
	width:150px;
}
.formflex3 input[type='checkbox'] {
	margin-left:10px;
}
.profile-section-div p {
	margin-bottom:2px;
}
.profile-section-div {
    margin-bottom: 50px;
	display: inline-block;
    margin-right: 75px;
    vertical-align: top;
}
.profile-section-div:not(:first-child) {
    /*border-top: 2px solid var(--dropzone-edit-color);*/
}
.profile-menu-item, .profile-menu-subitem {
	margin-bottom:10px;
	white-space: nowrap;
}
.select-document-hold {
	width:40%;
	margin-right:20px;
	vertical-align: bottom;
}
.select-document-keep {
	width:40%;
	margin-left:20px;
	vertical-align: bottom !important;
}
.map_labels {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgb(56,53,54);
  padding: 2px 21.5px;
  cursor: pointer;
  font-size: 11pt;
  font-weight: bold;
}
.info_NE {
  border: 1px solid rgb(56,53,54);
  padding:0;
  position:absolute;
  top:40px;
  right:0;
  background-color:rgba(255,255,255,.8);
  cursor:pointer;
}
.info_NE_tab {
	font-size:11pt;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	padding: 5px 12px;
	white-space:nowrap;
}
.NE_states {
	font-size:11pt;
	font-weight:bold;
	text-align:center;
}
.NE_states p {
	margin:0;
	padding:5px 0;
	text-shadow: 0px 0px 15px rgb(255,255,255),0px 0px 10px rgb(255,255,255),0px 0px 5px rgb(255,255,255);
}
.info_NE_tab:hover, .info_NE_tab.selectedTab, .map_labels:hover, .map_labels.selected {background-color:rgb(56,53,54); color:white;}
.map-state-pending {
	fill:#3D91E0 !important;
	background:#3D91E0;
}
.map-state-accepted {
	fill:var(--darkgreen-color) !important;
	background:var(--darkgreen-color);
}
.map-state-returned {
	fill:#FB475E !important;
	background:#FB475E;
}
.map-state-recalled {
	fill:purple !important;
	background:purple;
}
.map-state-held {
	fill:#FFB001 !important;
	background:#FFB001;
}
.map-state-deferred {
	fill:#888 !important;
	background:#888;
}
.map-state-na {
	fill:#efefef;
	background:#efefef;
}
.map-state-na.small-box {
	border:1px solid black;
}
.map-legend {
    margin: 20px 0;
	display:flex;
	justify-content:space-between;
}
.small-box {
    width: 20px;
    height: 20px;
    display: inline-block;
	margin: 0 4px;
	vertical-align: sub;
}
.text-state-pending {
	color:#3D91E0;
}
.text-state-accepted {
	color:var(--darkgreen-color);
}
.text-state-returned {
	color:#FB475E;
}
.text-state-recalled {
	color:purple;
}
.text-state-held {
	color:#FFB001;
}
.text-state-deferred {
	color:#888;
}
.searchFilterGroup {
	display:flex;
	flex-wrap:wrap;
	border-top: 1px solid #D8C092;
    padding: 20px 0;
}
#searchInputs h2 {
    font-size: 18px;
    padding: 0;
    margin: 0;
}
#searchInputs input[type="number"] {
    width:70px;
}
.search-filter-set {
    margin: 8px 20px;
}
#searchSubmit {
    font-size: 1.2em;
    padding: 7px 15px;
    font-weight: bold;
    background: #D8C092;
    font-family: Oswald, Georgia, "Times New Roman", Times, serif;
    border: 2px solid black;
    margin-top: 30px;
	cursor:pointer;
}
#searchSubmit:hover {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #222;
}
.searchResultsPagination {
    float: right;
}
#searchTableView th {
	cursor:pointer;
}
#toTop {
    font-size: 2em;
    background: var(--primary-color);
    padding: 5px 15px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
	color: #000;
    text-decoration: none;
	z-index: 10;
}
#toTop:hover {
    background: #000;
	color:var(--primary-color);
}
.paginationBlock {
    background: var(--primary-color);
    padding: 5px 10px;
    margin: 0 5px;
	cursor:pointer;
	font-size: 1.5em;
	color: var(--secondary-color);
}
.paginationBlock:hover {
    background: #000;
	color:var(--primary-color);
}
.state_report_date {
  display: block;
  font-size: .9em;
  font-style: italic;
}
table {
	border-collapse: collapse;
}
table tbody tr:not(.group, .tbodySection, .ignoreZebra):nth-child(odd) {
    /*background: #f4f4f4;*/
	/*background: #f2fbed;*/
	background: #f1f4ff !important;
}
.mapOnlyRow {
	color: gray;
	border-bottom: 1px solid white;
	font-style: italic;
}
table.alstarStates tbody tr:not(.group):nth-child(odd) {
	background: #f2fbed !important;
}
table tbody tr.stateHeader {
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 7px 10px;
}
tr.group {
    background: var(--secondary-color) !important;
    color: white;
}
table tbody td {
    padding:3px 10px;
}
table th {
    padding: 5px 10px;
    font-weight: bold;
}
table th:not(:last-child) {
    border-right: 1px solid black;
}
table tbody td:not(:last-child) {
	border-right: 1px solid black;
}
td .extraStateNumber {
	border-top:1px solid lightslategray;
}
.tbodySection {
	background:var(--primary-color);
}
.possible_state_option {
	cursor:pointer;
	display: block;
}
.labelLink {
	cursor:pointer;
	text-decoration:underline;
}
.underline {
	text-decoration:underline;
}
.prodSearchLabelTable {
	display:none;
	margin-top:50px;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #000;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--scrollbar-track); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color); 
}

/* Multiselect */
.multi-select-container {
    display: inline-block;
    position: relative;
	width: 100%;
	margin-bottom: 5px;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    bottom: -167px;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
	max-height: 150px !important;
	overflow-y:auto;
}
#dialogBoxAddDoc .multi-select-menu {
  bottom: -95px;
}
#dialog-box .multi-select-menu {
    bottom: -65px;
}

.multi-select-menuitem {
    display: block;
    padding: 0.6em 1em 0.6em 30px;
    white-space: nowrap;
}

.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    padding: 0.2em 0.4em;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #333;
    cursor: default;
	margin-top:5px;
}
.addDoc-holder .multi-select-button {
	max-width:340px;
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #333 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}
/*//////////////////////////////////////////////////////////////////////////*/
/****FOOTER****/
/*//////////////////////////////////////////////////////////////////////////*/
#footer-row{
	background: var(--secondary-color);
    color: white;
    width: 100%;
    padding: 10px 0;
	text-align: center;
}
		
/*//////////////////////////////////////////////////////////////////////////*/
/****MEDIA QUERIES****/
/*//////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:1000px) {
    h1 {font-size: 30px;}
    #content1{padding:0 30px;}
    footer > div{padding:10px 30px;}
    .column-label{width:14%}
       /*blocks*/
    .blocks li a h4 {
        color: #fff;
        margin: 0;
        font-size: 20px;
        padding: 15px 0 10px 16px;
        word-spacing: 4px;
    }
    .blocks li{margin:0 3px;border:4px solid #dad9d3;width:23%;}
    .blocks li a div{padding:30px 14px;}

    /**Header**/
    nav.collapse-menu > ul { padding-left:28%;}
    header h1 {
        float: left;
        margin: 0px;
        padding: 0 0 18px;
    }
    header h1 a{margin-left:20%; background:url(../images/logo-med.png) 0 0 no-repeat;width:175px;height:49px;text-indent:-5000px;overflow:hidden;display:block;}
    /**Section-Slider**/
    .slider{background:url(../images/slider_bg.png);padding:16px;max-width:900px;height:380px;margin:0 auto;overflow:hidden;}
	#flex-row {
		display:block;
	}
	#quick-search-holder {
		max-width: 100%;
	}

}
@media screen and (max-width:918px) {
    .prefix_1{padding-left:0; padding-right: 60px;}
	.col-count-2 {column-count:1;}
}
@media screen and (max-width:880px){
    /*Header*/
    nav.collapse-menu > ul{padding-left:28%}
    nav.collapse-menu > ul > li > a{ padding: 10px 15px;}
        /*Blocks*/
    .blocks li:first-child{margin-left:7%;}
    .blocks li{margin:0 3px;border:4px solid #dad9d3;width:20%;}
    .blocks li a div{padding:20px 10px;font-size:12px;}
    .grid_10{max-width:none !important;padding-right:20px !important;}
    h5.second{margin:15px 0 15px 0;line-height:1.2em;color:#3d3732;word-spacing:6px;}
    .container_24 .grid_8{max-width:550px;}
    #quotes::before{content:"";display:block; width:100%; height:30px; margin-bottom:20px; background:url(../images/border.png) 0 100% repeat-x}
    .img-indent-l10{margin-left:auto;}
}
@media screen and (max-width:790px){
    /*Nav*/
    nav.collapse-menu > ul{padding-top: 0; background:black;}
    nav.collapse-menu ul li a { display: inline-block; padding:5px 15px; text-decoration: none; width:125px; position: relative; font-size:1.2em; font-style:italic;}
    nav.collapse-menu > ul > li { float: none;}
    nav.collapse-menu > ul > li:first-child {padding-top:30px;}
    nav.collapse-menu > ul > li:last-child {margin-bottom:30px;}
    nav.collapse-menu a[aria-haspopup="true"]::after {content: none; }
    nav.collapse-menu ul ul{ position: relative; display:block; margin-left:10%; background-color:transparent;}
    nav.collapse-menu ul ul ul{ left: auto; top: 0px;}
    header h1 a{margin-left:20%; margin-top:-15px;}
 
    /* MAP*/
    #viewDiv, #mapLoaderIcon{display:none !important;}
	.map #tooltipHolder {display:block !important;}
    .state-table{display:inline-block; width:95%;}
	#tooltipHolder:not(.popupColumn1) {display:inline-block; width:95%;column-count: 2;}
    #stateList {display:none !important}
    .stBoxLabel {display:none !important}
    /*Blocks*/
    .blocks li:first-child{margin-left:15%;}
    .blocks li:nth-child(3){margin-left:15%;}
    .blocks li{width:35%; margin-top:5px;}
    .blocks li a div{padding:20px 10px;font-size:16px;}
     /**Section-Slider**/
    .slider{padding:16px;width:auto;height:auto;margin:0 auto;overflow:hidden;}
    .slider img{width:100%;height:auto;}
    .smallslider img{width:100%; height:auto;}
    .example-pager {font-size:25px; padding-left:38%;}
    /*Section-content*/
    section#content{padding:30px 0 37px;max-width:740px;background:none;}
    .button3{margin: 6px 0;}
    .border-bot{padding:0 0 20px;}
    .column-label{width:35%;}
    .column-label1{width:40%}
    .column-label2{display:block; width:70%;}
    .column-label3{display:block; width:40%;margin-bottom:5px;}
    .column-label4{display:block; width:40%;font-size:1.1em; margin-bottom:5px;}
    .column-label5{display:block; width:90%; margin-bottom:20px;}
    .column-textbox{width:55%; margin-left:0; margin-bottom:20px;}
    .column-textbox1{display:block; width:35%; margin-left:0;}
    .column-textbox2{display:block; width:35%;margin-bottom:20px;}
    .column-textbox3{display:inline-block; width:60%;margin-bottom:20px;}
    .column-textbox4{display:inline-block; width:39%; margin:0 0 30px 29px;font-size:1.1em;}
    span.column-textbox input{width:207px}
    .col-dq2{margin-right:0px;}
    .inputbox{width:80%}
    .checkbox-spacer{margin-left:0;}
    .box3{display:block;margin:2% 0 0 5%;}
    .box, .box1, .box2 {float:none;margin:2% 0 0 5%;}
    .inputbox1{Border-Color:#dad9d3; width:23%;height:20px;}

    /*hamburger*/
    .Hamburger, .second-Hamburger{display:inline-block; }
    #burger, #burger + label {
        position: absolute;
		top:0;
        right: 20px;
        height: 17px;
        width: 20px;
        z-index: 25;
		margin:5px 0;
    }
	#second-burger, #second-burger + label {
        position: absolute;
		top:0;
        right: 20px;
        height: 17px;
        width: 20px;
        z-index: 25;
		margin:5px 0;
    }
	#burger:checked, #burger:checked + label {
        position: fixed;
		top:20px;
        height: 10px;
		z-index:101;
    }
    #menu-bar nav.collapse-menu li a,
    #menu-bar nav.collapse-menu li a:visited {
        color: var(--primary-color) !important;
    }
	#second-burger:checked, #second-burger:checked + label {
        position: fixed;
		top:20px;
        height: 10px;
		z-index:101;
    }
	.hamburger-input:not(:checked) + label {
        padding:4px;
		background:rgba(255,255,255,.7);
        height: 20px;
        width: 20px;
    }
    .hamburger-input{opacity:0;}
    .hamburger-input + label span {
        width: 20px;
        height: 2px;
        top: 50%;
        margin-top: 3px;
        left: 0;
        display: block;
        background: #000;
        transition: .5s;
     }
     .hamburger-input + label span:first-child {
        top: 0; 
     }
     .hamburger-input + label span:last-child {
        top: 10px; 
     }
     .hamburger-input + label {
      cursor: pointer;
     }
     .hamburger-input:checked + label span {
        opacity: 0;
        top: 50%;
		background:white;
     }
     .hamburger-input:checked + label span:first-child {
        opacity: 1;
        transform: rotate(405deg);
		top: 10px;
		position: relative;
     }
     .hamburger-input:checked + label span:last-child {
        opacity: 1;
        transform: rotate(-405deg);
     }
    .hamburger-input:checked ~ ul {
        height: 100%;
        transition-delay: 0s;
		z-index:100;
    }
    .hamburger-input ~ ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 20;
        transition: .5s;
        transition-delay: .5s;
        overflow-y: scroll;
    }
    .hamburger-input:checked ~ ul  > ul >li{
          opacity: 1;
          transition-delay: .5s;
        }
    .grid_24{float:none;}
    .container_24 .prefix_3{padding-left:0;}
    footer p{padding: 0 10px 0 15px;}
}
@media screen and (max-width:550px){
    #dvCaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    .blocks{padding:0;}
    .blocks li{width:42%; margin-top:5px;}
    .blocks li a div{padding:15px 4px;font-size:12px;}
    .blocks li:first-child{margin-left:5%;}
    .blocks li:nth-child(3){margin-left:5%;}
    .blocks li a strong{margin-top:18px;}
    .button2{width:85%;}
    .rc-anchor{width:82% !important;}
    span.line-break:before {content: "\A"; white-space: pre;} 
    .ppisProd{margin-left: 0;}
    .img-indent{float:none;}
    #ContentPlaceHolder1_Comments{margin-top:40px;}
    table tbody td{ font-size:1.05em;}

}
@media screen and (max-width:450px) {
    .column-label, .column-label1{display:block;}
    .column-textbox4{width:90%; margin-left:0;}
}
@media screen and (max-width:370px){
    #content1{padding:0 20px 0 30px;}
    #ContentPlaceHolder1_Comments{width:85%;}
    .blocks li{width:60%; margin-top:5px; margin-left:20%;}
    .blocks li a div{padding:15px 4px;font-size:14px;}
    .blocks li:first-child{margin-left:20%;}
    .blocks li:nth-child(3){margin-left:20%;}
    .blocks li a strong{margin-top:18px;}
    h5{font-size:1.5em;}
}
@media print {
    /* All your print styles go here */
	#search-bar, #menu-bar {
		display:none;
	}
	#logo-bar {
		padding-bottom:0;
	}
	#content-row {
		padding-top:0;
	}
	#searchTableView, .product-view-state-status-table table {
		font-size:12px;
	}
	.product-view-state-status-table {
		max-height: 100%;
	}
	body {
		background:none;
	}
	#footer-row{
		background: none;
		border-top: 5px solid var(--secondary-color);
		color: var(--secondary-color);
	}
    .printHide {
		display:none;
	}
	.product-view-action {
		display:none;
	}
}
		