.affiliates {
  max-height:100px;
  text-align:center;
  margin-bottom:0px;
  min-height:100px;
}
.blocked {
  color:silver;
}
#chart-container {
  min-width:550px;
  max-width:60%;
  height:550px;
}
.blastfm-name {
  color:#C000C0;
  font-weight:bold;
}
.whitelion-name {
  color:#C000C0;
  font-weight:bold;
}
.description-tooltip-copyright {
	font-size:12px;
	color:silver;
}
.tooltip-inner {
  max-width: 450px;
  white-space:pre-wrap;
  background:black;
  border:none;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(143,136,143,1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(143,136,143,1);
  box-shadow: 2px 2px 2px 0px rgba(143,136,143,1);
  color:white;
  margin:0px;
  padding:5px;
}
.badge.desc {
  padding:3px 4px 4px 4px;
  vertical-align:middle;
  color:white;
}
.settings-default-value {
  color:#FF600A;
}
.super-admin-class {
  color:#800000;
}
.nav-tabs .nav-link.active {
  background-color:#f2e2f8;
}
.nav-tabs .nav-item.show .nav-link:hover {
  background-color:#f2e2f8;
}
.nav-item a:hover {
  cursor:pointer;
  background-color:#f2e2f8;
}
.dropdown-menu {
}
.white_lion_audio_logo {
  text-align:center;
  width:100%;
  max-width:300px;
  height:auto;

}
.fa:hover {
        opacity:0.5; !important;
}
.ml2 {
  font-weight:800;
  font-size:2.0em;
  color:#00C000;
}

.ml2 .letter {
  display:inline-block;
  line-height:1em;
  color:#00C000;
}

#f1_container {
  position:relative;
  margin:0px auto;
  width:450px;
  height:281px;
  z-index:1;
}
#f1_container {
  perspective:1000;
}
#f1_card {
  width:100%;
  height:100%;
  transform-style:preserve-3d;
  transition:all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform:rotateX(180deg);
  /*box-shadow:-5px 5px 5px #aaa;*/
}
.face {
  position:absolute;
  width:100%;
  height:100%;
  backface-visibility:hidden;
  padding:0px;
  text-align:center;
  margin-top:12px;
  margin-bottom:15px;
}
.face.back {
  display:block;
  transform:rotateX(180deg);
  box-sizing:border-box;
  padding-top:4px;
  padding-bottom:2px;
  color:#4C065E;
  text-align:center;
  background-color:#C8C8C8;
  border-radius:5px;
  font-size:10.6px;
  font-weight:bold;
  margin-top:0px;
  margin-bottom:0px;
}
.accordion {
  background-color: transparent;
  color: black;
  font-weight: bold;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: transparent;
}
.panel {
  padding: 0 18px;
  background-color: transparent;
  display: none;
  overflow: hidden;
  border: none;
}
.nowrap td {
  white-space:nowrap;
}
.modal-open .modal {
    overflow-y:scroll;
}
.modal-open .topnavbar-wrapper {
    padding-right:17px;
}
input, select, text, input, select, textarea {
    border-radius:6px;
    border:1px silver solid;
    color:#828282;
}
label, textarea {
  display:inline-block;
  vertical-align:middle;
  resize:none;
}
.nav-item a {
  color:black;
}
input[type=color].form-control {
height:calc(2.25rem + 2px)!important;
}
.payment-icon {
  display:inline-flex;
  padding-top:0px;
  padding-bottom:0px;
  margin-left:-1px;
  padding-right:2px;
  margin-top:0px;
  margin-bottom:-6px;
  vertical-align:middle;
  opacity:0.8;
}
.trash-can-icon {
  display:inline-flex;
  padding-top:0px;
  padding-bottom:0px;
  margin-left:2px;
  padding-right:2px;
  margin-top:0px;
  margin-bottom:0px;
  vertical-align:middle;
  opacity:0.8;
}
.trash-can-icon:hover{
  opacity:0.3;
}
.trash-can-icon img {
  height:16px;
  width:16px;
}
.sales_edit {
  display:inline-flex;
  padding-top:0px;
  padding-bottom:0px;
  margin-left:2px;
  padding-right:2px;
  margin-top:0px;
  margin-bottom:5px;
  vertical-align:middle;
  opacity:0.8;
}
.sales_edit img {
  height:16px;
  width:16px;
}
.sales_edit:hover{
  opacity:0.3;
}
.invoice_edit {
  display:inline-flex;
  padding-top:0px;
  padding-bottom:0px;
  margin-left:2px;
  padding-right:2px;
  margin-top:0px;
  margin-bottom:5px;
  vertical-align:middle;
  opacity:0.8;
}
.invoice_icon img {
  height:16px;
  width:16px;
}
.invoice_edit:hover{
  opacity:0.3;
}
#topBtn {
  display:none;
  position:fixed;
  bottom:5px;
  right:5px;
  font-size:15px;
  border:none;
  outline:none;
  background-color:gray;
  color:white;
  cursor:pointer;
  padding:15px;
  border-radius:10px;
  resize: none;
}
#topBtn:hover {
  background-color:#555;
}
body {
  font-size:1.1em;
  text-align:center;
  margin-bottom:55px;
  overflow-y:scroll;
  padding-left:20px;
  padding-right:20px;
  padding-top:2px;
  background:url('/images/background.jpg') no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}
body.noScroll {
  overflow: hidden;
}
/* Image preload */
body:before {
content:url(images/trash-can.png)
        url(images/edit.png)
        url(/images/background.jpg);
display: none;
}
.footer {
  position:relative;
  bottom:0px;
  min-height:50px;
  max-height:50px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  width:inherit;
  padding-top:5px;
  padding-bottom:4px;
}
.copyright {
  vertical-align:bottom;
  padding-top:5px;
  padding-bottom:5px;
  color:gray;
  font-size:0.9em;
}
.restricted {
  color:red;
  opacity:0.5;
}
.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}
.commission_total {
  color:crimson;
  opacity: 0.8;
}
.income_total {
  color:forestgreen;
  opacity: 0.8;
}
.charges_total {
  color:midnightblue;
  opacity: 0.8;
}
.adjustments_total {
  color:crimson;
  opacity: 0.8;
}
.alternate_bg {
  /*background-image:linear-gradient(#FAFAFA, #F0F0F0);*/
  width:auto;
  vertical-align:middle;
  padding-bottom:2px;
  border-radius:1px;
}
.alternate_bg_gradient {
  width:auto;
  vertical-align:middle;
  padding-bottom:2px;
  border-radius:1px;
  height:26px;
}
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}