body, .modal-content, .DTE_Body, #headerBar {
  background-color: #0e213d !important;
  color: lightgray;
  font-family: Arial;
}     
.DTE_Field:hover, .DTE_Header, .DTE_Footer, .newsItem .content, tr.even {
  background-color: #15325b !important;
}
.DTE_Field input, textarea {
  background-color: #486184 !important;
}
tr.odd {
  background-color: #122742 !important;
}
.DTE_Form_Buttons button, .hlite-yellow {
  color: black;
/*         background-color: #486184 !important; */
}
.newsItem, .dataTables_wrapper {
  background-color: #060F1B !important;
}
.bg-svg {
  fill: #486184 !important;
}
.symbol {
  filter: brightness(2);
}
.newsHistoryLink {
  filter: brightness(1.5);
}
#rsiToolTip {
  color: black;
}



body {
  background-color: aliceblue;
/*         background-image: linear-gradient(lightblue, aliceblue); */        
}

button, input {
  margin: 5px;
}

.symbol {
  cursor: pointer;
  font-weight: bold;
  color: #06f;
}
tr.selected .symbol {
  color: gold;
}

tr.hlite-yellow {
  background-color: #FFF200 !important;
}

.bg-svg {
  fill: WhiteSmoke; 
  stroke-width:0; 
  stroke:rgb(0,0,0);
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
/*         z-index: 5; */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 20px;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.search-table {
  display: block;
  overflow-x: auto;
  width: 90%;
  margin: 10px auto 10px auto;
}
.search-table td {
  margin-right: 50px;
  min-width: 100px;
}

dd {
  float: left;
  clear: left;
  width: 100px;
}
dt, dd {
  margin: 0;
  text-align: right;
}


.rowTitle {
  background-color: #0D6EFD;
  color: white;
  font-weight: bold;
  font-size: 0.9em;
  padding: 1px 5px 1px 50px;
  margin: 10px 10px 5px 0px;
  border-radius: 3px;
}
.thisHour {
  width: 100%;
}
.thisHourItem {
  float: left;
  padding: 3px 15px 3px 15px;
  margin: 3px;
  background-color: #6C757D;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
}
.newsItem {
  border: 1px solid #aaa;
  background-color: #ddd;
}
.newsItem .published {
  background-color: #333;
  color: white;
}
.newsItem .header {
  color: white;
}
.newsItem .header .symbol {
  float: left;
  font-weight: bold;
  font-size: 2em;
  padding: 3px;
  margin: 3px;
}
.newsItem .header .title {
  clear: right;
  text-align: center;
  font-size: 0.9em;
  font-weight: bolder;
  margin-top: 10px;
}
.newsItem .header .title a {
  text-decoration: none;
}
.newsItem .content {
  width: calc(100% - 6px);
  clear: left;
  font-size: 0.8em;
  border-radius: 3px;
  margin: 3px;
  padding: 5px;
  background-color: #eee;
  color: 333;       
}
.newsClose {
  float: right;
  margin-right: 10px;
  font-size: 1em;
  cursor: pointer;
}

.dataBold {
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 10px;
}

.vtb {
  height: 14px;
  width: 14px;
  float: left;
  margin-right: 2px;
  border-radius: 2px;
  background-color: gray;
}

.rotate45 {
  transform: rotateY(0deg) rotate(45deg);
}

.favPost {
  cursor: pointer;
}

.nav-tabs {
  background-color: #0D6EFD !important;
  border-radius: 5px 5px 0px 0px;
}
.nav-link {
  color: white !important;
}
.nav-link.active {
  font-weight: bold;
  color: #0D6EFD !important;  
}

/* For Options Live */

input, select, button {
  background-color: #444;
  color: white;
}