@import "theme/theme.css";

/***********************************************************************
    GENERIC ELEMENTS
***********************************************************************/
* {
  margin: 0;
  padding: 0;
}

body {
  font:
    12px/1.7em Verdana,
    "Lucida Sans Unicode",
    Arial,
    sans-serif;
  /*
    background: #959898 url("../image/background.gif") repeat;
    background: #D3D3D3;
*/
  background: #959898;
}

input,
textarea,
select {
  font:
    12px Verdana,
    "Lucida Sans Unicode",
    Arial,
    sans-serif;
  line-height: 1.2em;
  vertical-align: middle;
}

select.resize-vertical {
  resize: vertical;
}

input {
  padding: 2px 0;
}

input[type="checkbox"] {
  padding: 0;
  margin: 2px;
}

button,
input.button {
  padding: 2px 5px;
  margin-right: 5px;
}

label {
  margin: 0 0 0 5px;
}

input.textDate {
  width: 7em;
  margin-right: 5px;
}

/*
color choices:
#99CCFF <-- default
#CCFF99
#FFFF66
#FFFF99
#CCFFFF
#C1FFC1
*/
/* highlight focused element */
/*
input:focus, textarea:focus, select:focus,
*/
.focus {
  background-color: #c1ffc1;
}

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  padding: 0;
  font-weight: normal;
  font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

a {
  color: #006400;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* substitute for Strict DTD */
/* a.targetBlank {
} */

table {
  /*background: #FFFFFF;*/
  border-collapse: collapse;
  border-width: 0px;
  border-style: none;
}

tbody tr {
  font-size: 11px;
}

.hidden {
  width: 0;
  height: 0;
  display: none;
}

/* ROW STRIPES */
tbody tr.even,
tbody tr.odd {
  text-align: center;
}

tr.even {
  /*
    background-color: #EDEDED; <-- light grey
    background-color: #E0F4D7;
    background-color: #B1DB87;
    background-color: #DFFFDF;
    background-color: #FF9900;
*/
  background-color: #eeeeee;
}

td,
th {
  padding: 5px;
}

th {
  font-weight: bold;
  font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
}

th.species {
  width: 250px;
}

fieldset {
  padding: 5px 10px;
  border: 1px solid #000000;
}

fieldset legend {
  /*    margin: 0 0 0 10px; */
  padding: 0 5px;
  font-size: 14px;
}

ul,
ol,
dl {
  margin: 0 0 0 20px;
}

ul {
  list-style-type: square;
}

ul ul {
  list-style-type: disc;
}

ul ul ul {
  list-style-type: circle;
}

/*
    status styles
*/
div.status {
  margin: 0 0 10px;
  padding: 2px 10px;
}

div.error,
form div.error-border {
  border: 1px solid #dd7777;
}

div.error,
tr.error {
  background: #ffcccc;
  color: #c52020;
}

div.warning,
form div.warning-border {
  background: #ffffdd;
  border: 1px solid #999933;
}

div.ok,
form div.ok-border {
  background: #ddffdd;
  border: 1px solid #339933;
}

div.info,
form div-info-border {
  background: #ddddff;
  border: 1px solid #333399;
}

.error {
  color: #ff0000;
}

.error input,
input.error,
.error textarea,
textarea.error,
.error select,
select.error {
  color: #ff0000;
  border: 2px solid #ff0000;
}

.warning input,
input.warning,
.warning textarea,
textarea.warning,
.warning select,
select.warning {
  background-color: #ffffdd;
  border: 2px solid #999933;
}

.requiredFlag {
  color: #ff0000;
}

span.status_message {
  padding-left: 10px;
}

/*
    test result elements
*/
.test-positive-confirmed,
.test-positive-chronic,
.test-positive-presumptive,
.test-pending {
  font-weight: bold;
  font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
}

.test-positive-confirmed {
  color: #ff0000;
}

.test-positive-chronic {
  color: #ff69b4;
}

.test-positive-presumptive {
  color: #ff4500;
}

.test-pending {
  color: #008000;
}

/***********************************************************************
    LAYOUT
***********************************************************************/
#container {
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  min-width: 780px;
  width: 95%;
  max-width: 1240px;
  height: 100%;
}

#header,
#wrapper,
#footer {
  position: relative;
}

#header,
#footer {
  width: 100%;
  clear: both;
}

/***********************************************************************
    HEADER
***********************************************************************/
#header {
  height: 118px;
  background-color: #003366;
}

#logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

#header #problems {
  float: right;
  padding: 5px;
  font-weight: bold;
  font-size: 17px;
}

#news {
  width: 190px;
  height: 49px;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #006400;
  overflow: auto;
  font-size: 11px;
  line-height: 1.2em;
}

#mainmenu {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  height: 1.33em; /* 20px */
  font-size: 15px;
  background: #003366;
  color: #ffffff;
}

#submenu {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 1.5em; /* 18px */
  font-size: 12px;
  background: #3cce3c;
}

#mainmenu ul,
#submenu ul {
  margin: 0;
  padding: 0;
}

#mainmenu ul li,
#submenu ul li {
  list-style: none;
  list-style-image: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#mainmenu ul li a {
  position: relative;
  float: left;
  display: block;
  color: #ffffff;
  padding: 0 10px;
  margin: 0;
  text-decoration: none;
}
#submenu ul li a {
  position: relative;
  float: left;
  display: block;
  color: #000000;
  padding: 0 10px;
  margin: 0;
  text-decoration: none;
}

#mainmenu ul li a.active,
#mainmenu ul li a:hover,
#mainmenu ul li a.hover {
  color: #ffffff;
  background: url("../image/menu.png") repeat;
  text-decoration: none;
}

#submenu ul li a:hover {
  color: #ffffff;
}

/***********************************************************************
    WRAPPER
***********************************************************************/
#wrapper {
  margin: 0;
  padding: 10px 10px;
  overflow: auto;
  display: flex;
}

#content-wrapper,
#sidebar-right {
  background: #ffffff;
  position: relative;
  float: left;
}

#content-wrapper {
  padding: 0 20px;
  width: 100%;
  overflow: hidden;
}

#content-wrapper legend label {
  margin: 0;
}

#sidebar-right {
  width: 260px;
  padding: 0 20px;
  margin-left: auto;
}

#content-wrapper .block {
  overflow: auto;
  margin: 0 0 20px;
}

#content-wrapper .page-title {
  overflow: visible;
}

#content-wrapper .page-title h2 {
  margin: 0;
}

#content-wrapper .footnote {
  font-size: 11px;
}

#sidebar-toggle {
  font-size: 0.9em;
}

#sidebar-right-toggle {
  text-align: right;
}

#sidebar-right .block {
  margin: 0 0 10px;
  font-size: 11px;
  /*
    background: #C5E4C5;
*/
  background: #eee;
  border: 1px solid #003366;
}

#sidebar-right .block .content {
  line-height: 1.3em;
  padding: 5px;
}

#sidebar-right .block .content > div {
  margin-bottom: 0.75em;
}

#sidebar-right .block .content a {
  color: #000;
}

#sidebar-right .block h2 {
  color: #ffffff;
  padding: 0 5px;
  margin-bottom: 0;
  background: #003366;
}

#sidebar-right .block label.row {
  font-weight: bold;
  font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
  margin: 0;
  padding-right: 0.5em;
}

#sidebar-right input,
#sidebar-right textarea,
#sidebar-right select {
  font:
    10px Verdana,
    "Lucida Sans Unicode",
    Arial,
    sans-serif;
  line-height: 1em;
  vertical-align: middle;
}

/*
    for removal of sidebar-right

to remove
$('#sidebar-right').addClass('remove-right');
$('#wrapper').addClass('remove-right');

to restore
$('#wrapper').removeClass('remove-right');
$('#sidebar-right').removeClass('remove-right');
*/

#wrapper.remove-right {
  padding-right: 40px;
}

#sidebar-right.remove-right {
  display: none;
}

/**********************************************************************
    FOOTER
***********************************************************************/
#footer {
  padding: 0 0 10px;
  text-align: center;
  font:
    10px/1.2em Verdana,
    "Lucida Sans Unicode",
    Arial,
    sans-serif;
  line-height: 1.2em;
}

#footer a {
  color: #000000;
}

/* kdr buttons */
.kdrButtonContainer {
  position: absolute;
}
#kdrTable {
  width: 100%;
}
#kdrTable td,
#kdrTable th,
#kdrTable input {
  padding: 2px;
}
#logo {
  height: 60px;
}
#logo a {
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
}

#logo .stateSurv {
  height: 80%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-right: 1px solid #ffffff;
  margin: 5px 12px 0px 0px;
  padding: 8px 12px 4px 4px;
}
#logo .mainTitle {
  display: flex;
  align-items: baseline;
  font-size: 3rem;
  color: #ffffff;
  font-family:
    "source-sans-pro",
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}

#logo .subTitle {
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
  font-size: 0.47rem;
}
#logo .subTitle span {
  font-weight: 700;
  padding-left: 3px;
}

#logo .tagLine {
  font-size: 1.2rem;
  font-family:
    "source-sans-pro",
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  color: #ffffff;
  vertical-align: middle;
  float: right;
  max-width: 300px;
}

#logo .mainTitle .upperCaseLetter {
  font-size: 1.3em;
}

#logo .tagLine .two::before {
  content: "\A";
  white-space: pre;
}

#logo a:hover {
  text-decoration: none;
}

/**********************************************************************
    INFO PANE
***********************************************************************/

#info-pane {
  margin-top: 100px;
}
#info-pane .block {
  margin: 0 0 10px;
  font-size: 11px;
  /* background: #C5E4C5; */
  background: #daeeda;
  border: 1px solid #006400;
  padding: 5px 5px 5px 10px;
}

#info-pane .content {
  line-height: 1.3em;
  padding: 1em 5px 5px 1.5em;
}

#info-pane .content > div {
  margin-bottom: 1em;
}

#info-pane .block .content a {
  color: #006400;
}

#info-pane .block h3 {
  color: #000;
  font-weight: 500;
  padding: 5px 0 0 0;
  margin: 0;
  height: 20px;
}

#info-pane .block label.row {
  font-weight: bold;
  font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
  margin: 0;
  padding-right: 0.5em;
}

#info-pane input,
#info-pane textarea,
#info-pane select {
  font:
    10px Verdana,
    "Lucida Sans Unicode",
    Arial,
    sans-serif;
  line-height: 1em;
  vertical-align: middle;
}

/**********************************************************************
    COLORS
***********************************************************************/
.legacy-green-text {
  color: #006400;
}
.legacy-green-bg {
  background-color: #006400;
}

.vectorsurv-green-text {
  color: #3cce3c;
}
.vectorsurv-green-bg {
  background-color: #3cce3c;
}
.vectorsurv-blue-text {
  color: #0070e6;
}
.vectorsurv-blue-bg {
  background-color: #0070e6;
}
.vectorsurv-navy-text {
  color: #003366;
}
.vectorsurv-navy-bg {
  background-color: #003366;
}
.vectorsurv-orange-text {
  color: #f56200;
}
.vectorsurv-orange-bg {
  background-color: #f56200;
}

/**********************************************************************
    Media queries
***********************************************************************/
@media (max-width: 600px) {
  .hide-on-mobile {
    display: none !important;
  }
}
