body
{
  background-color: black;
  background-image: url("/img/bg-large.jpg");
  /*background-image: url("http://red-frog.org/img/bg-winter.jpg");*/
  background-repeat:no-repeat;
  background-position: center top;
  color: #DDD;
  /*font-size: 120%;*/
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.table
{
    color: inherit;
}

.table-hover tbody tr:hover {
    color: inherit;
}

.bfl
{
  background-image: url("/img/black-frog-bg.jpg") !important;
  background-size: 100%;
  background-repeat: repeat-y;
}

.gdfrg
{
  background-color: orange;
  background-image: '';
}

.pft
{
    background-image: url("/img/purple-frog-bg.jpg") !important;
}

.full-black
{
    background-image: none;
    background-color: black;
}

.routeDot {
  width: 10px;
  height: 10px;
  margin-left: 2px;
  display: inline;
  float: left;
  font-size: 1pt;
}


.dot {
    background-color: #F0F000;
    color: black;
    font-size: 9pt;
    min-width: 15px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    margin-left: 3px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.rush {
  background-color: #3E0058;
}

.rush-bg-transparent {
  background-color: rgba(62, 0, 88, 0.8)!important;
}

.age {
  font-size:12pt;
}

.table-contracts td {
    padding-right: 2px;
    padding-left: 2px;
}

.bg-dark-old {
    background-color: #292b2c!important;
}

.bg-transparent {
    background: rgba(256, 256, 256, 0.1)!important;
}

/* BOOTSTRAP OVERRIDES */
a:not(.btn),
a:link:not(.btn),
a:visited:not(.btn),
a.nav-link:not(.btn)
{
    color: orange !important;
}

.btn-primary {
    color: black;
    background-color: orange;
    border-style: none;
}

.btn-primary:hover {
    color: black;
    background-color: white;
    border-style: none;
    cursor: pointer;
}

.btn-success:hover {
    cursor:pointer;
}

a.btn-light
{
    color: #292b2c !important;
}

.btn-light:hover:not([disabled]), .btn-danger:hover:not([disabled]){
    cursor: pointer;
}

.dropdown-menu {
  background-color:#292b2c;
  box-shadow: 1px 1px 5px black;
}

.table th {
  border-top: none;
  color: white;
}

.link {
  color: orange;
}

.table {
  font-size: 10pt;
}

.popover-content{
  background-color:#292b2c;
  color: orange;
}

.simple-table td {
    border: none;
}

.simple-table tr:nth-child(2) td {
    border-top: 1px solid rgb(236, 238, 239);
}

.wfi-history .amount,
.wfi-history .balance {
    text-align: right;
}

.card {
    background: none;
    border: 1px solid rgb(41, 43, 44);
}

.card .card-header {
    background-color: rgb(41, 43, 44);
}

.card .collapse-toggle {
    cursor: pointer;
}

.card-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.table-hover tbody tr:hover td {
    background-color: rgba(255, 255, 255, 0.1);
}

.user-login input[type=text],
.user-login input[type=password] {
    width : 300px;
}

.fos_user_registration_register label {
    width: 220px;
    display: inline-block;
}

.fos_user_registration_register .form-control {
    width: 300px;
    display: inline-block;
}

#fos_user_registration_form > div {
    margin-bottom: 10px;
}

.ncf-form .input-label {
    width: 220px;
    margin: 0;
}

.ncf-form .form-group {
    margin-bottom: 5px;
}

.ncf-form .form-control {
    display: inline-block;
    width: 300px;
}

.ncf-form .actions {
    margin-top: 10px;
}

#ncf-sidebar .ncf-queue-size span {
    color: #00EF00;
    font-weight: bold;
}

li .rf-nav-card-header {
    margin-right: 1px;
}

li .rf-nav-card-header.active, li .rf-nav-card-header:hover {
    background: orange!important;
    color: rgb(41, 43, 44)!important;
    border-color: orange!important;
}

a .rf-nav-card-header:active {
    background: orange!important;
    color: rgb(41, 43, 44)!important;
    border-color: orange!important;
}

.nav-link.rf-nav-card-header:focus {
    border-color: orange!important;
}

#lowBalanceModal .modal-content {
    background-color: darkred;
}

#negativeBalanceModal .modal-content {
    background-color:rgba(255,255,255);
    color: darkred;
}

#negativeBalanceModal .modal-header {
    border-bottom: 1px solid darkred;
}
#negativeBalanceModal .modal-footer {
    border-top: 1px solid darkred;
}

/* RFF Manual-specific Formatting */
.rff-manual-table {
    border-collapse: collapse;
}
.rff-manual.-table th {
    font-weight: bold;
    text-decoration: underline;
}
.rff-manual.-table table, .rff-manual.-table th, .rff-manual.-table td {
    border: 1px solid black;
}
.rff-manual-highlight {
    color: #ff0;
}
.rff-manual-blueemphasis {
    color: #0ff;
}
.rff-manual-redemphasis {
    color: #f00;
}

.no-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
