body {
  color: #FFFFFF;
  background-color: #252830;
  //background-color: #f9fcfc;
  font-family:'Roboto-Light',Sans-Serif;
  //font-size:1vw;
  //padding-top: 105px;
  font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.name1 {
  color: lightsalmon;
}


.trip1 {
  color: mistyrose;
}

.checkermove {
    background-color: red;
    top: 15px;
    position: relative;
    right: 16px;
    //width: 20px;
    //height: 20px;
    
}

#wws {
    position: relative;
    left: 17px;
}

#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div{
	padding: 5px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

#clockdiv div > span{
	padding: 10px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

hr {
  margin-top: 2px;
  border: 1;
  border-top: 2px solid white;
}

a {

  //color: #5194ff;
  //color: #;

}

a.iconlink:link {
  color: #999;
}

a.iconlink:visited {
  color: #999;
}

a.iconlink:hover {
  color: #999;
}

a.iconlink:active {
  color: #999;
}

.iconlink {
  color: #999
}

.table {
  color: black;
}

table { 
  color: black;
}

.drp-selected {
  color: black;
}

ul {
  margin:0;
}

.nav-bk-1{ 
  background: #343a40; 
  background: -webkit-linear-gradient(#8f99a3, #343a40, #8f99a3);
  background: linear-gradient( #8f99a3, #343a40, #343a40, #8f99a3);
}
						

.checkbox-menu li label {
    display: block;
    padding: 3px 3px;
    clear: both;
    font-weight: normal;
    line-height: 1;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 3px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

.menubox {
    border-radius: 5px 5px 5px;
    border: 1px solid white;
    padding-right: 5px;
    padding-left: 5px;
    margin: 2px;
}

div.headerbox {
  background-color: rgba(255,255,255,.15);
  //border: 3px rgba(255,255,255,.15);
  border: 1px black;
  border-style: solid;
  max-width: 100%;
  padding: 3px;
  margin: 3px;
  word-wrap: break-word;
  //white-space: pre-wrap;
  border-radius: 5px;
}


div.qpostbox {
  background-color: rgba(255,255,255,.15);
  //background-color: #1f5251;
  //border: 3px rgba(255,255,255,.15);
  border: 1px black;
  border-style: solid;
  max-width: 100%;
  padding: 5px;
  margin: 5px;
  word-wrap: break-word;
  white-space: pre-wrap;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #0d0d0d;
}

div.deltweetbox {
  background-color: saddlebrown;
  //background-color: #1f5251;
  border: 3px rgba(255,255,255,.15);
  max-width: 100%;
  padding: 5px;
  margin: 5px;
  word-wrap: break-word;
  white-space: pre-wrap;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #0d0d0d;
}

div.tweetbox {
  background-color: black;
  //background-color: #1f5251;
  border: 3px rgba(255,255,255,.15);
  max-width: 100%;
  padding: 5px;
  margin: 5px;
  word-wrap: break-word;
  white-space: pre-wrap;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #0d0d0d;
}

div.innerpostbox {
  background-color: #383a3d; 
  border-width: 25px;
  border-color: #000000;
  max-width: 100%;
  padding: 5px; 
  margin: 5px;
  word-wrap: break-word;
  white-space: pre-wrap;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #333333
}

div.innerpostbox2 {
  background-color: #383a3d; 
  border-width: 25px;
  border-color: #000000;
  max-width: 100%;
  padding: 1px; 
  margin: 1px;
  word-wrap: break-word;
  white-space: pre-wrap;
  border-radius: 5px;
}

div.hideq {
  display: none;
}

div.hideqreply {
  display: none;
}

.page-item.active .page-link {
  background-color: grey;
  border-color: #dee2e6;
}

.page-link {
  background-color: #252830;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

#qimage {
  box-shadow: 0 3px 3px 0 #0d0d0d, 0 3px 3px 0 #0d0d0d;
}

.qimage {
  box-shadow: 0 3px 3px 0 #0d0d0d, 0 3px 3px 0 #0d0d0d;
}

#picturetitle {
  color: #999;
}

#navbarbrand {
  color: #ffffff;
}

#qidcolor {
  background-color: black; 
  border: 1px solid black;
  border-radius: 8px; 
  text-align: center;
}

#qreplycolor {
  color: #a9d86d;
}

#calcnumber {
  color: #66ff33;
}

#reductnumber {
  color: #007bff;
}

#qnumbercolor {
  //float: left; 
  //font-weight: bold; 
  color:gold;
}

.qnumbercolor {
  //float: left; 
  //font-weight: bold; 
  color:gold;
}

#epochtscolor {
  color:#b5c0d1;
}

#qtimestampcolor {
  //color: #999;
  color:springgreen;
}

#replyidcolor {
  background-color: green;
  border: 1px solid green;
  border-radius: 8px;
}

.searchhighlight { 
  background-color: #00ff00;
  color: black; 
  border: 1px solid black; 
  text-align: center;
}

html.rtl {
    direction: rtl;
}

html.rtl .title {
    margin-bottom: 40px;
    text-align: center;
}

.form-check-input-reverse {
    margin-left: 10px;
}

#tooltip {
  color: #cfd2da;
  display: inline-block;
  border-bottom: 2px dotted white;
}

.tooltip {
  color: #cfd2da;
  position: relative;
  display: inline-block;     
  //border-bottom: 2px dotted white;
  font-family: 'Roboto-Light',Sans-Serif;
}

.tooltip .tooltiptext {
  font-family: 'Roboto-Light',Sans-Serif;
  visibility: hidden;
  width: 120px;
  color: #cfd2da;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

#topButton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

input[type=range].volumelevel {
  -webkit-appearance: none;
  width: 50%;
  margin: 6.3px 0;
}
input[type=range].volumelevel:focus {
  outline: none;
}
input[type=range].volumelevel::-webkit-slider-runnable-track {
  width: 50%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #669999;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range].volumelevel::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  background: #9d44ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px;
}
input[type=range].volumelevel:focus::-webkit-slider-runnable-track {
  background: #7ea9a9;
}
input[type=range].volumelevel::-moz-range-track {
  width: 50%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #669999;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range].volumelevel::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  background: #9d44ff;
  cursor: pointer;
}
input[type=range].volumelevel::-ms-track {
  width: 50%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].volumelevel::-ms-fill-lower {
  background: #568181;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range].volumelevel::-ms-fill-upper {
  background: #669999;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range].volumelevel::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  background: #9d44ff;
  cursor: pointer;
  height: 8.4px;
}
input[type=range].volumelevel:focus::-ms-fill-lower {
  background: #669999;
}
input[type=range].volumelevel:focus::-ms-fill-upper {
  background: #7ea9a9;
}


