﻿@import url("../Content/reset.css");
html {
  margin-right: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  background: white;
  margin-right: 25px;
}

#wrapper {
  width: 100%;
  min-width: 800px;
  margin: 0px;
  padding-top: 2px;
}

#headerwrap {
  width: 100%;
  float: left;
  margin: 0 auto;
  vertical-align: middle;
}

#header {
  height: 100%;
  width: 100%;
  /*background: #FFFFFF;*/
  border-radius: 10px;
  border: 1px solid #ebebeb;
  margin: 5px;
}

#headerTitle {
  color: white;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  width: 50%;
  margin: 0 auto;
}

.prod_environ {
  background-color: steelblue;
  color: lightsteelblue;
}

.test_environ {
  background-color: maroon;
  color: peachpuff;
}

.dev_environ {
  background-color: darkgreen;
  color: palegreen;
}

.sandbox_environ {
  background-color: dimgray;
  color: lightgray;
}

.legacy_environ {
  background-color: darkgoldenrod;
  color: lightgoldenrodyellow;
}

#navigationspacer {
  height: 45px;
  width: 100%;
}

#navigationwrap {
  height: 31px;
  /* The menu will be pinned to the top of the screen */
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 900;
  width: 100%; /* The menu will have width as needed, not 100% */
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1em;
  overflow: visible; /* Hide everything that overflows, like shadows */
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#navigation {
  height: 100%;
  background: #2F4858;
  color: #FFFFFF;
}

#contentliquid {
  float: left;
  width: 100%;
}

#contentwrap {
  position: relative;
  width: inherit;
  float: left;
}

#pagecontent {
  min-height: 800px;
  width: 100%;
  background: #FFFFFF;
  padding: 0px;
}

#footerwrap {
  position: relative;
  height: 25px;
  width: inherit;
  float: left;
  margin: 25px auto;
  clear: both;
}

#footercontainer {
  width: 575px;
}

#tableDetails {
  height: 100%;
  width: 100%;
  float: left;
}

#tableCellDetails {
  width: 70vw;
  border-radius: 10px;
  border: 1px solid #1577B2;
}

.columnWrapper {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

.columnWrapper3 {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}

.leftCell {
  width: 55%;
  float: left;
  min-height: 250px;
}

.rightCell {
  width: 45%;
  float: left;
}

.divTable {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
}

.divTableRow {
  width: 100%;
}

.divTableCell {
  border: 8px solid #999999;
  padding: 3px 10px;
}

.divBottomSpan {
  clear: both;
}

.listHeader {
  background: #0077A8;
  font: bold 14px arial, verdana;
  color: white;
}

.listItem:nth-child(odd) {
  background: #f2f2f2;
}
.listItem:nth-child(even) {
  background: #ffffff;
}

.listToolbar {
  background: #b0c4de;
  font: bold 14px arial, verdana;
  color: white;
}

.alertText {
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  color: red;
}

.button.btn:active:focus {
  background: red;
}

.listItemAction.glyphicon {
  -o-transition: color 0.3s ease-out, background 1s ease-in;
  -ms-transition: color 0.3s ease-out, background 1s ease-in;
  -moz-transition: color 0.3s ease-out, background 1s ease-in;
  -webkit-transition: color 0.3s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition: color 0.3s ease-out, background 1s ease-in;
  text-decoration: none;
  background-color: inherit;
  color: #b0c4de;
}
.listItemAction.glyphicon:hover {
  color: red;
  cursor: pointer;
}

.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.modal-header-success {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #5cb85c;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-header-warning {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #f0ad4e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-header-danger {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #d9534f;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-header-info {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #5bc0de;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-header-primary {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #428bca;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.GridHeader {
  align-content: center;
  background: #b0c4de;
  font: bold 14px arial, verdana;
  color: white;
}

#ProcessingContainer {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat;
}

#ProcessingImage {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -200px;
  text-align: center;
  border: 1px solid black;
  width: 200px;
  height: 150px;
  vertical-align: middle;
  padding: 10px;
}

.centeredColumn {
  display: block;
  width: 100%;
  text-align: center;
  color: limegreen;
}

.changedValueColumn {
  color: steelblue;
}

.jconfirm.jconfirm-rolkaloube .jconfirm-bg {
  background-color: darkslategray;
  opacity: 0.4;
}
.jconfirm.jconfirm-rolkaloube .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: type-blue;
  animation-name: type-blue;
  border-top: solid 7px steelblue;
  background: white;
  border-radius: 5px;
  color: black;
}
.jconfirm.jconfirm-rolkaloube .jconfirm-box .jconfirm-title-c {
  color: steelblue;
  text-align: center;
}
.jconfirm.jconfirm-rolkaloube .jconfirm-box .jconfirm-title {
  padding-left: 10px;
  color: steelblue;
}
.jconfirm.jconfirm-rolkaloube.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm.jconfirm-rolkaloube .jconfirm-box .jconfirm-content-pane {
  overflow: hidden;
}
.jconfirm.jconfirm-rolkaloube .jconfirm-box .jconfirm-content {
  overflow: hidden !important;
}
.jconfirm.jconfirm-rolkaloube .jconfirm-box .jconfirm-buttons {
  float: right;
}
.jconfirm.jconfirm-rolkaloube .jconfirm-box .jconfirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  color: black;
}
.jconfirm.jconfirm-rolkaloube .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: lightsteelblue;
  background: steelblue;
}
.jconfirm.jconfirm-rolkaloube .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: lightsteelblue;
  color: steelblue;
}

.gridViewButton {
  font-size: 14px;
  width: 10px;
  color: steelblue;
}

.gridViewAltButton {
  font-size: 14px;
  width: 10px;
  color: maroon;
}

.gridAddNewButton {
  font-size: 14px;
  width: 10px;
  color: darkgreen;
}

.gridEditButton {
  font-size: 14px;
  width: 10px;
  color: steelblue;
}

.gridSaveButton {
  width: 10px;
  color: blue;
}

.gridCancelButton {
  width: 10px;
  color: red;
}

.gridDeleteButton {
  width: 10px;
  color: darkgrey;
}

.gridUndoDeleteButton {
  width: 10px;
  color: darkorange;
}

.gridReviewButton {
  width: 10px;
  color: lightsteelblue;
}

.gridMandatoryReviewButton {
  width: 10px;
  color: red;
}

.gridApproveButton {
  width: 10px;
  color: goldenrod;
}

.gridApprovedButton {
  width: 10px;
  color: green;
}

.gridNoteButton {
  width: 10px;
  color: lightsteelblue;
}

.gridActivateButton {
  width: 10px;
  color: green;
}

.gridDeactivateButton {
  width: 10px;
  color: red;
}

.gridUncheckedButton {
  width: 10px;
  color: green;
}

.gridCheckedButton {
  width: 10px;
  color: red;
}

.gridPlayButton {
  width: 10px;
  color: steelblue;
}

.gridPreviewPrintDocButton {
  width: 10px;
  color: green;
}

.gridViewEmailButton {
  width: 10px;
  color: green;
}

.gridSendEmailButton {
  width: 10px;
  color: red;
}

.gridBrownIcon {
  width: 10px;
  color: burlywood;
}

.gridDarkBrownIcon {
  width: 10px;
  color: SaddleBrown;
}

/*DataTable overrides*/
.ui-widget-header {
  background: steelblue;
  border-color: black;
}

.dg-button, .modal_InfoButton {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 2px 7px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  background-repeat: repeat-x;
  background-position: 0 center;
  line-height: 1.72em;
  text-align: center;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  outline: 0;
  border-radius: 3px;
}

.dg-button-stack {
  padding: 0px !important;
}

.dg-button-stack strong {
  font-size: 8px;
  color: white;
  font-weight: bold;
}

.dg-button-stack span {
  font-size: 20px;
  padding-top: 4px;
}

.dataTables_length {
  padding-right: 15px;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
}

.dataTablesCheck {
  color: limegreen;
}

.dataTablesSearch {
  background-color: black;
  color: white;
  font-style: italic;
  font-size: 10px;
}

.dataTablesHeaderMessage {
  display: inline-block;
  color: steelblue;
  font-style: italic;
}

.dataTablesError {
  border-color: red;
}

table.dataTables tbody tr:hover {
  background: lightsteelblue;
  cursor: pointer;
}

table.dataTablesJSONDisplay tr {
  border-bottom: 1px solid black;
}

table.dataTablesJSONDisplay th {
  font-weight: bold;
  font-style: italic;
  text-align: right;
  vertical-align: top;
}

table.dataTablesJSONDisplay td {
  text-align: left;
  vertical-align: top;
}

#breadcrumbs-container {
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 31px;
  left: 0px;
  z-index: 800;
  background-color: white;
}

#breadcrumbs {
  float: left;
  background-color: white;
  /* The menu will have width as needed, not 100% */
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1em;
  /* Little curvature in the borders */
  overflow: hidden;
  /* Hide everything that overflows, like shadows */
}
#breadcrumbs i {
  transform: scale(1.4);
}
#breadcrumbs ul {
  display: flex;
  /* A key part of our menu, displays items side by side, and allows reversing them */
  flex-direction: row-reverse;
  /* Reverse the items */
  list-style: none;
  padding: 0;
}
#breadcrumbs ul li {
  margin: 0;
}
#breadcrumbs ul li a {
  display: inline-block;
  font-family: sans-serif;
  font-size: 9pt;
  font-weight: 600;
  padding: 5px 30px 5px 30px;
  /* Adjusting padding to get the proper space */
  margin-left: -20px;
  /* Pull the items to the left, so the rounded right side will get over them */
  color: black;
  background-color: lightsteelblue;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 0 100px 100px 0;
  /* Get the right side rounded */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  /* Apply the shadow */
}
#breadcrumbs ul li:hover a {
  color: white;
  background-color: steelblue;
}
#breadcrumbs ul li:first-child a {
  box-shadow: none;
}
#breadcrumbs ul li:last-child a {
  margin-left: 0;
}
#breadcrumbs ul li.active a {
  color: steelblue;
  background-color: #EEF5FF;
}
#breadcrumbs ul li.active + li a {
  box-shadow: none;
}

#divBody {
  padding: 15px 0 0 15px;
}

.btn-RLprimary {
  color: black;
  background-color: lightsteelblue;
  border-color: steelblue;
}

.btn-RLprimary:hover {
  color: white;
  background-color: steelblue;
  border-color: #0062cc;
}

.btn-RLprimary:focus, .btn-RLprimary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-RLprimary.disabled, .btn-RLprimary:disabled {
  color: #fff;
  background-color: lightsteelblue;
  border-color: steelblue;
}

.btn-RLprimary:not(:disabled):not(.disabled):active, .btn-RLprimary:not(:disabled):not(.disabled).active,
.show > .btn-RLprimary.dropdown-toggle {
  color: #fff;
  background-color: steelblue;
  border-color: #005cbf;
}

.btn-RLprimary:not(:disabled):not(.disabled):active:focus, .btn-RLprimary:not(:disabled):not(.disabled).active:focus,
.show > .btn-RLprimary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

h1 {
  font-size: 218%;
}

h2 {
  font-size: 164%;
}

h3 {
  font-size: 145%;
}

h4 {
  font-size: 118%;
}

#logo {
  color: white;
  font-size: x-large;
  font-weight: 700;
  float: right;
  width: 100%;
  text-align: right;
  opacity: 0.3;
}

.menuLink {
  white-space: nowrap;
  text-align: center;
}

.centeredData {
  vertical-align: middle;
  display: table-cell;
}

.dropdown-item {
  padding: 3px 10px 3px 10px;
  font-size: small;
}
.dropdown-item:nth-child(odd) {
  background: #ffffff;
}
.dropdown-item:nth-child(even) {
  background: #EEF5FF;
}
.dropdown-item:hover {
  background: lightsteelblue;
  color: black;
  cursor: pointer;
}

.dropdown-menu {
  padding: 0 0 0 0;
  font-size: small;
}

.details-title {
  font-weight: bolder;
  color: steelblue;
  text-align: center;
  vertical-align: bottom;
  padding: 0px;
  border: 1px solid steelblue;
}

.details-data {
  font-weight: normal;
  color: black;
  text-align: center;
  vertical-align: top;
  padding: 2px;
  padding-top: 4px;
}

.traffic-light {
  text-align: center;
  vertical-align: bottom;
}

#modal_AccountBlackout {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.67);
}

#modal_AccountContainer {
  top: 50%;
  left: 50%;
  border: 1px solid black;
  background: white;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  padding: 0px;
  max-height: 1200px;
}

#modal_AccountContainer #modal_AccountBody #upper {
  display: flex;
  flex-direction: column;
}

#modal_AccountContainer #modal_AccountBody #upper #modal_AccountHistory {
  flex: 0 0 33%;
}

#modal_AccountContainer #modal_AccountBody #upper #modal_AccountSearch {
  flex: 1;
}

#modal_AccountContainer #modal_AccountBody #lower {
  display: flex;
}

#modal_AccountContainer #modal_AccountBody #lower #modal_RemainingAmount {
  flex: 0 0 33%;
}

#modal_AccountContainer #modal_AccountBody #lower #modal_AccountReapplyment {
  flex: 1;
}

#modal_AccountContainer #modal_AccountTitleBar {
  background-color: black;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#modal_AccountContainer #modal_AccountTitleBar #modal_AccountTitle {
  display: inline-block;
  text-align: left;
  width: 91%;
  max-width: 91%;
  margin: 0px;
  padding: 3px;
}

#modal_AccountContainer #modal_AccountTitleBar #modal_AccountClose {
  display: inline-block;
  text-align: right;
  width: 8%;
  max-width: 8%;
  margin: 0px;
  padding: 3px;
  cursor: pointer;
  font-weight: bolder;
}

#modal_OrphanBlackout {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.67);
}

#modal_OrphanContainer {
  top: 50%;
  left: 50%;
  border: 1px solid black;
  background: white;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  padding: 0px;
  max-height: 1200px;
}

#modal_OrphanContainer #modal_OrphanBody #upper {
  display: flex;
  flex-direction: column;
}

#modal_OrphanContainer #modal_OrphanBody #upper #modal_OrphanHistory {
  flex: 0 0 33%;
}

#modal_OrphanContainer #modal_OrphanBody #upper #modal_AccountSearch {
  flex: 1;
}

#modal_OrphanContainer #modal_OrphanBody #lower {
  display: flex;
}

#modal_OrphanContainer #modal_OrphanBody #lower #modal_RemainingAmount {
  flex: 0 0 33%;
}

#modal_OrphanContainer #modal_OrphanBody #lower #modal_OrphanReapplyment {
  flex: 1;
}

#modal_OrphanContainer #modal_OrphanTitleBar {
  background-color: black;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#modal_OrphanContainer #modal_OrphanTitleBar #modal_OrphanTitle {
  display: inline-block;
  text-align: left;
  width: 91%;
  max-width: 91%;
  margin: 0px;
  padding: 3px;
}

#modal_OrphanContainer #modal_OrphanTitleBar #modal_OrphanClose {
  display: inline-block;
  text-align: right;
  width: 8%;
  max-width: 8%;
  margin: 0px;
  padding: 3px;
  cursor: pointer;
  font-weight: bolder;
}

#modal_PaymentBlackout {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.67);
}

#modal_PaymentContainer {
  top: 50%;
  left: 50%;
  border: 1px solid black;
  background: white;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  padding: 0px;
  max-height: 1200px;
}

#modal_PaymentContainer #modal_PaymentTitleBar {
  background-color: black;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#modal_PaymentContainer #modal_PaymentTitleBar #modal_PaymentTitle {
  display: inline-block;
  text-align: left;
  width: 91%;
  max-width: 91%;
  margin: 0px;
  padding: 3px;
}

#modal_PaymentContainer #modal_PaymentTitleBar #modal_PaymentClose {
  display: inline-block;
  text-align: right;
  width: 8%;
  max-width: 8%;
  margin: 0px;
  padding: 3px;
  cursor: pointer;
  font-weight: bolder;
}

/*************************************************************************************/
/**************************** Modal "window" popup classes ***************************/
/*************************************************************************************/
.modal_Blackout {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.67);
}

.modal_Container {
  top: 50%;
  left: 50%;
  border: 1px solid black;
  background: rgb(255, 255, 255);
  text-align: center;
  vertical-align: middle;
  position: fixed;
  padding: 0px;
}
.modal_Container .modal_TitleBar {
  background-color: black;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.modal_Container .modal_TitleBar .modal_Title {
  display: inline-block;
  text-align: left;
  width: 91%;
  max-width: 91%;
  margin: 0px;
  padding: 3px;
}
.modal_Container .modal_TitleBar .modal_Close {
  display: inline-block;
  text-align: right;
  width: 8%;
  max-width: 8%;
  margin: 0px;
  padding: 3px;
  cursor: pointer;
  font-weight: bolder;
}
.modal_Container .modal_Data {
  padding: 10px;
  text-align: left;
}
.modal_Container .modal_Data ol, .modal_Container .modal_Data ul {
  list-style: decimal;
  padding-left: 16px;
  color: steelblue;
  padding-bottom: 5px;
}
.modal_Container .modal_Data b {
  color: black;
  font-weight: bold;
}

/***** Classes for Info Container Modal *****/
.modal_InfoContainer {
  display: none;
}

.modal_InfoButton {
  width: 15px;
  color: steelblue;
}

/*.modal_InfoButton:before {
    content: "\f129";
    font-family: FontAwesome;
}*/
/***** Classes for Review Transactions Modal *****/
.revXactions_AnalysisRequest {
  font-size: 12px;
  height: 24px;
  padding: 0px;
}

#ContactFile {
  background: gray;
  border: black dashed 3px;
  width: 200px;
  padding: 50px;
  text-align: center;
  color: white;
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: lightsteelblue;
}

.strike > span:before {
  right: 100%;
  margin-right: 15px;
}

.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

.quickNav_container {
  position: fixed;
  z-index: 999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.25;
  display: none;
}

.quickNav_options {
  position: fixed;
  z-index: 1000;
  left: 610px;
  top: 30px;
  width: 500px;
  background-color: white;
  color: black;
  opacity: 1;
  border: 1px solid black;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  overflow-y: scroll;
  display: none;
}

.quickNav_option {
  margin: 0px;
  padding: 4px;
}

.quickNav_option:hover {
  background-color: black;
  color: white;
}

.quickNav_textbox {
  background-color: whitesmoke;
}

hr.solid {
  border-top: 2px solid #999;
}
