@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:200,400,500,800|PT+Mono');
/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
body {
    color: #b5b5b5!important;
    font-family: 'Fira Sans Extra Condensed', sans-serif!important;
    background-color: #333!important;
}
body, html {
    overflow-y: hidden;
}
span.navy {
    color: #1ab394;
}
p.text-color {
    color: #676a6c;
}
a.navy-link {
    color: #1ab394;
    text-decoration: none;
}
a.navy-link:hover {
    color: #17a185;
}
section p {
    color: #aeaeae;
    font-size: 13px;
}
address {
    font-size: 13px;
}
h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 200;
}
.navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 0;
    border-bottom: 2px solid #1ab394;
}

/* Mobile Disclaimer*/

#mobile-disclaimer{
    position: absolute;
    display:none;
    overflow:scroll;
    width: 100%;
    height: 100vh;
    text-align: center;
    z-index: 9999999;
    padding-top:30px;
    align-items: center;
    background: #7a224f;
    background: -moz-linear-gradient(310deg,rgba(122,34,79,1) 0%,rgba(179,66,79,1) 100%);
    background: -webkit-linear-gradient(310deg,rgba(122,34,79,1) 0%,rgba(179,66,79,1) 100%);
    background: linear-gradient(310deg,rgba(122,34,79,1) 0%,rgba(179,66,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a224f",endColorstr="#b3424f",GradientType=1);
}

#mobile-disclaimer img{
    width:150px;
    height:auto;
    margin-bottom:30px;
}

#mobile-disclaimer p{
    flex:auto;
    color:#fff;
    font-size:1.5em;
    padding:40px;
}

a.button-white{
    padding:10px 20px;
    border-radius:5px;
    background-color: rgba(0,0,0,0);
    color:#fff;
    border:2px solid #fff;
}

a.button-white:hover{
    color:#000;
    background-color:#fff;
    text-decoration: none;
}

@media screen and (max-width:800px){
    #mobile-disclaimer{
        display: block;
    }
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-default.navbar-scroll {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-default .nav li a {
    color: #fff;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbar-nav > li > a {
    padding-top: 25px;
    border-top: 6px solid transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #fff;
    border-top: 6px solid #1ab394;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #1ab394;
}
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #fff;
}
.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background: #17a185;
    color: #fff;
}
.navbar-default .navbar-brand {
    color: #fff;
    height: auto;
    display: block;
    font-size: 14px;
    background: #1ab394;
    padding: 15px 20px 15px 20px;
    border-radius: 0 0px 5px 5px;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-scroll.navbar-default .nav li a {
    color: #676a6c;
}
.navbar-scroll.navbar-default .nav li a:hover {
    color: #1ab394;
}
.navbar-wrapper .navbar.navbar-scroll {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
}
.nav > li > a {
    padding: 25px 10px 15px 10px;
}
.navbar-scroll .navbar-nav > li > a {
    padding: 20px 10px;
}



.navbar-default .nav-drop {
    transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 767px) {
    .navbar.navbar-scroll .navbar-brand {
        border-radius: 5px;
    }

    .navbar.navbar-scroll .nav-drop {
        margin-top: 10px;
    }
}

.navbar-toggle {
    margin-right: 0;
}

/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
    height: 470px;
    width: 100%;
}
.header-back.one {
    background: url('../img/header_one.jpg') 50% 0 no-repeat;
}
.header-back.two {
    background: url('../img/header_two.jpg') 50% 0 no-repeat;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    height: 470px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
    height: 470px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 470px;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
}
.carousel-control {
    width: 6%;
}
.carousel-inner .container {
    position: relative;
}
.carousel-inner {
    overflow: visible;
}
.carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
}
.carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
}
.carousel-caption.blank {
    top: 140px;
}
.carousel-image {
    position: absolute;
    right: 10px;
    top: 150px;
}
.carousel-indicators {
    padding-right: 60px;
}
.carousel-caption h1 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: -1.5px;
}
.carousel-caption p {
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
}
.caption-link {
    color: #fff;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 400;
}
.caption-link:hover {
    text-decoration: none;
    color: inherit;
}
/* Sections
------------------------- */
.services {
    padding-top: 20px;
}
.services h2 {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
}
.features-block {
    margin-top: 40px;
}
.features-text {
    margin-top: 40px;
}
.features small {
    color: #1ab394;
}
.features h2 {
    font-size: 18px;
    margin-top: 5px;
}
.features-text-alone {
    margin: 40px 0;
}
.features-text-alone h1 {
    font-weight: 200;
}
.features-icon {
    color: #1ab394;
    font-size: 40px;
}
.navy-section {
    margin-top: 60px;
    background: #1ab394;
    color: #fff;
    padding: 20px 0;
}
.gray-section {
    background: #f4f4f4;
    margin-top: 60px;
}
.team-member {
    text-align: center;
}
.team-member img {
    margin: auto;
}
.social-icon a {
    background: #1ab394;
    color: #fff;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50px;
}
.social-icon a:hover {
    background: #17a185;
}
.img-small {
    height: 88px;
    width: 88px;
}
.pricing-plan {
    margin: 20px 30px 0 30px;
    border-radius: 4px;
}
.pricing-plan.selected {
    transform: scale(1.1);
    background: #f4f4f4 ;
}
.pricing-plan li {
    padding: 10px 16px;
    border-top: 1px solid #e7eaec;
    text-align: center;
    color: #aeaeae;
}
.pricing-plan .pricing-price span {
    font-weight: 700;
    color: #1ab394;
}
li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px ;
}
li.pricing-title {
    background: #1ab394;
    color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600;
}
.testimonials {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #1ab394;
    background-image: url('../img/avatar_all.png');
}
.big-icon {
    font-size: 56px;
}
.features .big-icon {
    color: #1ab394;
}

.panel.panel-default.first.showTrackSelectHint:before {
    content: 'Select track on timeline for customization';
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: calc(100% - 20px);
    height: auto;
    top: 10px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    margin-bottom:10px;
}
.blur-child .vis-center{
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.blur-this, .blur .to-blur {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.blur .to-blur .dont-blur, .blur-this .blur-this, .blur-this .to-blur, .blur .to-blur .to-blur {
    filter: blur(0px) !important;
    -webkit-filter: blur(0px) !important;
}
.transition-blur, .transition-blur .vis-center{
    transition: filter .5s linear, -webkit-filter .5s linear;
}
.transition-blur.blur-this.transition-blur-only-out{
    transition: filter 0s, -webkit-filter 0s;
}
.transition-blur.transition-blur-override-only-out{
    transition: filter .5s linear, -webkit-filter .5s linear !important;
}
.transition-opacity{
    transition: opacity .5s linear, -webkit-filter .5s linear;
}
.non-clickable .vis-item *:not(.clickable-while-play), .non-clickable .vis-item, .non-clickable .vis-item ::before{
    cursor: not-allowed !important;
}
.contact {
    background-image: url('../img/word_map.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 60px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}
@media (max-width: 992px) {
    .carousel-image {
        display: none;
    }
}
@media (max-width: 768px) {
    .carousel-caption,
    .carousel-caption.blank {
        left: 5%;
        top: 80px;
    }
    .carousel-caption h1 {
        font-size: 28px;
    }
    .navbar.navbar-scroll .navbar-brand {
        margin-top: 6px;
    }
    .navbar-default {
        background-color: #fff;
        border-color: #fff;
        padding: 15px 0;
    }
    .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        color: inherit;
    }
    .navbar-default .nav li a {
        color: #676a6c;
    }
    .navbar-default .nav li a:hover {
        color: #1ab394;
    }
    .navbar-wrapper .navbar {
        padding-top: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #e7eaec;
        border-radius: 0;
    }
    .nav > li > a {
        padding: 25px 10px 15px 10px;
    }
    .navbar-nav > li > a {
        padding: 20px 10px;
    }
    .navbar .navbar-brand {
        margin-top: 6px;
        border-radius: 5px;
        font-size: 12px;
        padding: 10px;
        height: auto;
    }
    .navbar-wrapper .navbar {
        padding-left: 15px;
        padding-right: 5px;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover {
        color: inherit;
    }
    .carousel-control {
        display: none;
    }
}
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
/* MARGINS & PADDINGS
-------------------------------------------------- */
.p-xxs {
    padding: 5px;
}
.p-xs {
    padding: 10px;
}
.p-sm {
    padding: 15px;
}
.p-m {
    padding: 20px;
}
.p-md {
    padding: 25px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 40px;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}
/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.pace-inactive {
    display: none;
}

.btn-google {
    background-color: #a33;
    border-color: #a33;
}
.btn-google:hover {
    background-color: #B52E31;
    border-color: #a33;
}

.profile-element span {
  text-align: center;
  display: block;
}

.profile-element li a {
    color: #676A6C !important;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.profile-element li a:hover {
    color: #17a185 !important;
}

.profile-element img {
    margin: 10px;
    width: 40px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.timecell-current {
    border-color: #ff0716 !important;
    background-color: rgba(100, 50, 50, .2) !important;
}

.vis-item-content {
    width: 100%;
}
.vis-item-content .itemblock {
	background-color:transparent!important;
}

.vis-item .vis-delete {
    position: absolute;
    width: 24px;
    right: 1px;
    top: 3px;
    z-index: 60;
}
#qt2 .vis-item .vis-delete-rtl:hover, #qt2 .vis-item .vis-delete:hover {
    background-color: transparent;
    background-image: url('../img/vis-rem-hover.svg');
    transition: ease .2s;
}
.tt-menu {
    padding: 30px;
    background-color: #222326;
    border-radius: 3px;
}
.tt-menu .tt-dataset {
    color: #fff;
    margin: 0 0 1.5em;
}
.tt-menu .tt-dataset h4 {
    text-transform: uppercase;
    margin: 0 0 0.6em;
}
.tt-menu .tt-suggestion {
    padding: 3px 12px;
}
.tt-menu .close{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index:1;
}
.red #qt2 .vis-item .vis-delete-rtl:hover, .red #qt2 .vis-item .vis-delete:hover {
    background-color: transparent;
    background-image: url('../img/vis-rem-hover-red.svg');
}
.vis-item .vis-delete, .vis-item .vis-delete-rtl {
    width: 14px;
    height: 14px;
    right: 2px;
    background: url('../img/vis-rem.svg') center center no-repeat;
    background-size: contain;
}
.vis-item .vis-delete:before, .vis-item .vis-delete-rtl:before {
    content: '';
}
.vis-item .vis-delete:after, .vis-item .vis-delete-rtl:after {
    content: none;
}
.vis-item .timeline-waveform{
    height:60px;
    width:100%;
}
.vis-item div.timeline-waveform{
    text-align: center;
    vertical-align: middle;
}

img.timeline-waveform{
    top:0px; /*Test -8*/
}

.track-lock:hover{
	cursor:pointer;
}

.item-name {
    background-color: inherit;
    z-index: 10;
}

.item-duration {
    position: absolute;
    top: -10px;
}

.item-mood-overflow{
    overflow:hidden;
    position: absolute;
    z-index: 28;
    width: 100%;
    bottom: 0px;
    height: 63px; /*TEST 58*/
}

.item-mood-wrap {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
}

.item-mood {
    float: left;
    overflow: hidden;
	border: 0px solid transparent;
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
    color: #A5A5A5;
    font-weight: 500;
    position:relative;
    background: rgb(164,40,78);
	background: -moz-linear-gradient(310deg, rgba(164,40,78,1) 0%, rgba(65,15,31,1) 100%);
	background: -webkit-linear-gradient(310deg, rgba(164,40,78,1) 0%, rgba(65,15,31,1) 100%);
	background: linear-gradient(310deg, rgba(164,40,78,1) 0%, rgba(65,15,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a4284e",endColorstr="#410f1f",GradientType=1);
	height:63px; /*Test 56*/
	border-left:1px solid #000;
}

.item-mood span{
    padding: 0px 4px;
    margin:0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
}

.muted{
    background: rgb(120,120,120);
}

.soloed{
    background: rgb(200,120,0);
}

.solo-button.toggle-button.active{
    background: rgb(255,174,0);;
}

.muted .item-mood{
    opacity:.2;
}

.itemblock {
    display: inline-block;
    overflow: hidden;
    height: 60px;
    margin-bottom: 0px; /*Test 8*/
    margin-top: 0px; /*Test -10*/
}

#testMoodsDIS {
    display: flex;
    width: 200px;
    height: 20px;
    background-color: #ccc;
}

.cue {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cuelist {
    height: calc(100vh - 520px);
    overflow-x: auto;
    padding: 0;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    background-color: rgba(25, 33, 45, 0.5);
}

.black-back {
    background-color: #000!important;
}
.track-length {
    border-bottom: 0!important;
}
.track-length .panel-body {
    padding-top: 4px!important;
    margin-bottom: -2px!important;
}
#sidebar-app .panel-body {
    padding: 20px 10px;
}
.button-toggle-dropdown {
    padding: 7px 10px 5px;
    color: #e1e1e1 ;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    background-image: none!important;
    background-color: #323232;
    border: 0;
    line-height: 1em;
    outline:none!important;
}
.button-toggle-dropdown i {
    display: block;
    background: url('../img/no1.svg') center center no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin: 10px auto;
    -moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.button-toggle-dropdown i:before {
    content: '';
}
.button-toggle-dropdown.clicked i {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.inactive-mode{
    color:#999;
    cursor: pointer;
}
#searchbar{
    flex: 0 0 45px;
    position: relative;
    z-index:11;
    display: flex;
}
.search-input-container{
    flex: 0 0 306px;
    position:relative;
}
.search-bubbles{
    flex: 10 1 100px;
    background: #fff;
    position:relative;
    height: 45px;
    overflow: auto hidden;
    display: flex;
    margin: 0;
    padding: 11.5px 0;
}
.search-bubbles:before, .after-search-bubbles-spacer:before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    bottom:5px;
    border-left: #ccc solid 1px;
    z-index:99;
}
.search-bubbles .bubble-spacer{
    flex: 0 0 10px;
}
.after-search-bubbles-spacer{
    flex: 0 0 45px;
    background:#fff;
    position:relative;
}
.clear-search{
    position: absolute;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
    cursor: pointer;
}
#searchbar .search-bubbles .searchFilter{
    white-space: nowrap;
    height: max-content;
    margin: 0 3px;
}
#searchbar .search-bubbles .searchFilter:hover{
    color: #e1e1e1;
}
#search-popup{
    position: relative;
    overflow: hidden;
    flex: 1 1 calc(100vw - 500px);
    margin: 4px 2px 4px 4px;
    background: #232323;
}
#search-popup-inner{
    position:absolute;
    padding: 10px 10px 0 10px;
    width: 100%;
    height: 100%;
}
.search-popup-title{
    font-size: 1em;
    padding: 10px 0px;
    text-transform: uppercase;
    color:#fff;
    position:absolute;
    margin-top:45px;
}
.search-spinner{
    height: 1em;
    position:relative;
    top:-4px;
}
.search-popup-back-to-overview{
    font-size: 1.5em;
    margin: 10px 0 0 0px;
    padding: 0;
    text-transform: uppercase;
    color:#fff;
    cursor: pointer;
    position: absolute;
    user-select: none;
}

@media(max-width:1000px){
    /* Scale font-size and image from 800px (minimum page width -> minimum space for element) to 1000px (normal font-size/image) */
    .search-popup-back-to-overview{
        font-size: calc(11px + 10 / 200 * (100vw - 800px));
    }
    .search-popup-back-to-overview img{
        height: calc(11px + 10 / 200 * (100vw - 800px));
    }
}
.search-popup-back-to-overview:hover{
    text-decoration: underline;
}
.search-popup-back-to-overview img{
    margin-right: 5px;
    margin-bottom: 2px;
    height: 20px;
}
#search-popup .close{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index:1;
}
.search-popup-tabs{
    position:absolute;
    left:50%;
    top:20px;
}
.search-popup-tabs-inner{
    position:relative;
    left:-50%;
    padding:3px !important;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius:3px;
    min-width: 366px;
    user-select: none;
}

.search-popup-tabs-inner.grey-back{
    padding:3px;
}

.search-popup-tab{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
    color: #ababab;
    cursor: pointer;
    padding: 0 22px;
}

.search-popup-tab:hover{
    cursor: pointer;
}

.search-popup-tab.active{
    color: #e1e1e1;
    cursor: default;
    border-radius:3px;
    background: #CE424F;
    background: -moz-linear-gradient(left, #CE424F -20%, #94224F 120%);
    background: -webkit-linear-gradient(left, #CE424F -20%,#94224F 120%);
    background: linear-gradient(to right, #CE424F -20%,#94224F 120%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE424F', endColorstr='#94224F',GradientType=1 );

}
.search-popup-content{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:100px;
}
.search-popup-content > div{
    display:none;
    padding: 0 10px;
}
.player-shown .search-popup-content > div{
    padding-bottom: 110px;
}
.search-popup-content > div.active{
    display:block;
}
.search-result-track, .search-result-header{
    border-bottom: #666 solid 2px;
    display: flex;
    align-items: center;
}
.search-result-track {
    padding: 5px 0;
}

.search-result-header{
    position: sticky;
    top: 0;
    background-color: #232323;
    z-index: 1;
}

.search-popup-player > div, .search-result-track > div, .search-result-header > div{
    display:inline-block;
    width:10%;
}
div.search-result-button-col{
    flex: 0 0 50px;
    text-align: center;
}
.search-popup-player span.btn, .search-result-track span.btn{
    padding: 0;
    background: 0 0;
    border-radius: 0;
    border: 0;
    margin: 0 1px;
    display: inline-block;
    vertical-align: top;
    width: auto !important;
    box-shadow: none !important;
}
.search-popup-player span.btn i, .search-result-track span.btn i{
    font-size: 20px;
    color: #b5b5b5;
    padding: 0;
    width: 30px;
    height: 20px;
    line-height: 30px;
}
.search-result-track span.btn i.fa.fa-heart{
    color: #cd364e;
    font-weight: 400;
}
.search-popup-player span.btn i.fa.fa-heart{
    color: #fff;
    font-weight: 400;
}
.search-popup-player span.btn i.fa.fa-heart.liked, .search-result-track span.btn i.fa.fa-heart.liked{
    font-weight: 700;
}
.search-result-track-title{
    font-weight: 500;
}
.search-result-track-album{
    cursor: pointer;
    text-decoration: underline;
    font-weight: 300;
}
div.search-result-waveform{
    position:relative;
    height:45px;
    flex: 2 2 50px;
}
.search-result-track > div, .search-popup-player > div{
    vertical-align: middle;
}
div.search-result-title-album{
    flex: 0 1 200px;
}
div.search-result-duration{
    flex: 0 0 70px;
    margin: 0 0 0 10px;
}
div.search-result-genres{
    flex: 1 0 90px;
    max-width: 400px;
}
.search-result-genres matching-tags-header {
    position: relative;
    display: inline-block;
}
.search-result-genres matching-tags-header > span {
    padding-right: 15px;
    cursor: pointer;
}
.search-result-genres matching-tags-header span:after {
    content: '';
    background: url('../img/arrow-down2.svg') no-repeat transparent;
    background-position: right center;
    background-size: 7px auto;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
}
div.tag-category-dropdown{
    position: absolute;
    background: #222326;
    border-radius: 3px;
    padding: 10px;
    width: 110px;
    display:none;
    margin-top: 13px;
    box-shadow: 0 0 10px 4px #222326;
}
div.tag-category-dropdown:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    color: #232326;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid;
    position: absolute;
    bottom: 100%;
    left: 10px;
}
div.tag-category-dropdown.open{
    display:block;
}
div.tag-category-dropdown .tag-category-entry.ng-binding.ng-scope {
    cursor: pointer;
    border-left: 2px solid transparent;
    padding-left: 10px;
    margin: 10px 0;
    line-height: 1.2em;
}
div.tag-category-dropdown .tag-category-entry.ng-binding.ng-scope.active, div.tag-category-dropdown .tag-category-entry.ng-binding.ng-scope:hover {
    font-weight: bold;
}
div.tag-category-dropdown .tag-category-entry.ng-binding.ng-scope.active {
    border-left: 2px solid #e1e1e1;
}
.search-result-genres .search-result-genre, .bubble{
    border: #666 solid 2px;
    border-radius: 20px;
    height: inherit;
    padding: 3px 10px;
    display: inline-block;
    line-height: 1.2;
    margin: 2px;
    font-size: .9em;
    text-transform:uppercase;
    cursor: pointer;
    transition: .2s ease;
}

div.search-result-action-buttons{
    flex: 0 0 120px;
}

div.search-result-waveform + div.search-result-action-buttons{
    flex: 0 0 130px;
    padding-left:10px;
}

div.search-result-bpm{
    flex: 0 1 50px;
}
.search-result-bpm, .search-result-fav {
    text-align: center;
}
div.search-result-waveform img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
}
div.search-result-action-buttons button{
    width:30px;
    display:inline-block;
    margin-bottom:2px;
    padding:5px 0;
    background: transparent!important;
    color: #fff!important;
    border:none;
    line-height: 20px;
    font-size: 12px;
    margin-left: 5px;
}

div.search-result-action-buttons button img{
    height:25px;
    width:25px;
}

div.search-result-action-buttons button:hover, div.search-result-action-buttons button:active, div.search-result-action-buttons button:focus {
    opacity: 0.8!important;
    color: #000!important;
    outline: none!important;
}
.download-dropdown{
    display:none;
    position:absolute;
    right:0;
    background: #000;
    padding: 20px;
    min-width: 100px;
    border-radius: 5px;
    z-index:100;
    list-style:none;
}
.open .download-dropdown{
    display:block;
}
.download-dropdown a{
    color: #fff;
}
.download-dropdown li{
    padding: 5px 0 5px 0;
}
.kachel-container{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 5px;
    gap: 5px;
}
.search-result-kachel{
    cursor: pointer;
    overflow: visible;
    position: relative;
    border: 0;
}
.search-result-kachel img{
    width: 100%;
    height: auto;
}
.search-result-kachel .hover-info{
    display:flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background: rgba(0,0,0,.8);
    transition: all 0.3s ease;
}
.search-result-kachel:hover .hover-info{
    opacity: 1;    
}
button.btn.go_to_album {
    background: white;
    color: #000;
    font-size: 1.1em;
    width: 160px;
    padding: 9px;
    white-space:initial;
}
.none-found-hint {
    width: 100%;
    text-align: center;
    padding: 10px;
}
.search-popup-player{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:0px;
    border-radius: 0 0 2px 2px;
    background: rgb(206,66,79);
    background: linear-gradient(180deg, rgba(206,66,79,1) 0%, rgba(148,34,79,1) 100%);
    overflow: hidden;
    transition: all 1s ease;
    display:flex;
    align-items:center;
    padding: 0 10px 0 10px;
}
.player-shown .search-popup-player{
    height: 70px;
}
.search-popup-player div.search-result-waveform{
    flex: 1 1 calc(100% - 655px);
}
.waveform-overlay{
    -webkit-clip-path:inset(0% 100% 0% 0%);
    clip-path:inset(0% 100% 0% 0%);
    filter: url(#waveform-filter-dark);
}
.red .waveform-overlay{
    filter: url(#waveform-filter-red);
}
.light .waveform-overlay{
    filter: url(#waveform-filter-light);
}
.search-popup-player .waveform-overlay{
    filter: url(#waveform-filter-dark);
}
#filters-wrapper{
    width:100%;
}
#filters-container section{
    border-bottom: #666 1px solid;
    padding: 10px 0;
}

.SFX > .filter-categories-wrapper{
    height: calc(100vh - 350px);
}


div.timeline-waveform{
    position: absolute;
    height: 80px;
    display: block;
    background-color: rgba(0,0,0,0.6);
    z-index: 99999999;
    line-height: 60px;
    bottom: 0;
}

.music > .filter-categories-wrapper{
    height: calc(100vh - 450px);
}

.var-name{
	display: inline-block;
}



.filter-content-box .ng-scope{
    padding: 10px 0px;
    border-bottom: 1px dotted rgba(238, 238, 238, 0.2);
    font-size:.9em;
    transition: .2s ease all;
}

.filter-content-box .ng-scope:hover{
    margin-left:2px;
    cursor:pointer;
    font-weight:500;
}

.filter-toggler{
    transition: .2s ease all;
    padding: 10px 10px;
    position:-webkit-sticky;
    position:sticky;
    top:0;
}

.filter-toggler[aria-expanded="true"]{
    font-weight: 500;
    background-color: #5e5e5e;

}

.filter-content-box .ng-scope:last-child{
    border-bottom:none;
}

.filter-toggler.active-selection:after{
    content: "";
    margin-left: 10px;
    height: 7px;
    width: 7px;
    background-color: #AB2D4F;
    display: inline-block;
    border-radius: 20px;
}

.light #filters-container section{
    border-color: #999;
    color: #000
}
#filters-wrapper i {
    float: right;
}
#filters-wrapper i.fa-spinner{
    position: relative;
    right: 2px;
}
#filters-wrapper i.fa-plus{
    font-size: 10px;
    transition: .4s ease all;
    transform: rotate(45deg);
    position: relative;
    top: 4px;
    right: 5px;
}
#filters-wrapper .collapsed i.fa-plus {
    transform: rotate(0deg);
}
#filters-wrapper .selected{
    border-width: 0px;
    border-style: solid;
    border-radius: 20px;
    display: inline-block;
}

#filters-wrapper .SFX div.filter-toggler{
    padding: 10px 10px;
}

.purple .selected {
    background: #CE424F;
    background: -moz-linear-gradient(left, #CE424F -20%, #94224F 120%);
    background: -webkit-linear-gradient(left, #CE424F -20%,#94224F 120%);
    background: linear-gradient(to right, #CE424F -20%,#94224F 120%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE424F', endColorstr='#94224F',GradientType=1 );
    border:none;
}

.search-result-genre:hover{
    border:#afafaf solid 2px;
    transition: .2s ease;
}

.search-result-genre.selected:hover{
    opacity:0.8;
    border:none;
}

.red .selected, .red .search-result-genres .search-result-genre:hover {
    background: #6e293a;
    border-color: #d4374d!important;
}
.light .selected, .light .search-result-genres .search-result-genre:hover {
    background: #00B4CB;
    border-color: #01d7ff!important;
    color: #fff;
}
#filters-wrapper #filters-container section > div {
    cursor: pointer;
}
#filters-wrapper #filters-container section > div + div {
    margin-top: 10px;
}
#filters-wrapper .ng-scope > div {
    padding: 0 10px;
    cursor: pointer;
}
#search-detail-view-sidebar{
    height: calc(100vh - 160px);
    overflow-y: auto;
}
#search-detail-view-sidebar .search-detail-view-name{
    font-size:1.5em;
    font-weight:500;
    text-transform:uppercase;
    margin-top:20px;
}
#search-detail-view-sidebar .search-detail-view-description{
    text-align:justify;
    line-height:1.5em;
}
.search-detail-view-your-filters {
    margin-top: 20px;
    padding-bottom: 50px;
}
.search-detail-view-your-filters-caption{
    font-size:1.5em;
    text-transform: uppercase;
    font-weight: 500;
}
.search-detail-view-filter-caption{
    font-size: 1em;
    margin-top: 15px;
}
#music-filters-container {
    position: relative;
    margin: 0 -10px;
}
#music-filters-container .collapse, #music-filters-container .collapsing {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(185% - 2px);
    max-width: 100vw;
    margin: 2px 0 0;
    height: 519px;
    z-index: 100;
    font-size: 12px;
    padding: 18px;
    background: #10161a;
    border-radius: 5px;
}
#music-filters-container .collapse .fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index:2;
    background: -moz-linear-gradient(top,  rgba(16,22,26,0) 0%, rgba(16,22,26,0) 1%, rgba(16,22,26,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(16,22,26,0) 0%,rgba(16,22,26,0) 1%,rgba(16,22,26,1) 100%);
    background: linear-gradient(to bottom,  rgba(16,22,26,0) 0%,rgba(16,22,26,0) 1%,rgba(16,22,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0010161a', endColorstr='#10161a',GradientType=0 );
}
#music-filters-container label {
    margin: 0 0 10px;
    color: #fff;
    font-weight:400;
}
#music-filters-container .ng-scope {
    padding: 0 4px 0 4px;
}
#music-filters-container label {
    padding: 0 4px 0 4px;
}
.wordlist {
    max-height: 441px;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
}
.wordlist .ng-scope:last-child {
    margin-bottom: 50px;
}
.wordlist > div:hover {
    color: #fff;
    background: #d3378b;
    border-radius: 8px;
}

/* REDESIGN
-------------------------------------------------- */
html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  .container {
    width:100%;
    /**min-width: 1280px;**/
    padding: 0;
}

.light .search-label{
    color:#000;
}

.toggle{
    height:30px;
    margin-bottom:10px;
    position:relative;
    user-select: none;
}



.toggle_left{
    z-index: 5;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: calc(50% - 2px);
    padding-top: 6px;
}

.toggle_right{
    z-index: 5;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: calc(50% - 2px);
    padding-top: 6px;
    margin-left: 50%;
}

.toggle_left:after, .toggle_right:before{
    height: 2rem;
    width: 3rem;
    left: 6rem;
    margin: 0;
    /*background-color: #fff;*/
    position: absolute;
    content: '';
    border-radius: 20px;
    z-index:1;
}

.toggle_left.inactive-mode:after{
    z-index:2;
}

.toggle_right.inactive-mode:before{
    z-index:2;
}


.toggle-outside{
    height: 3rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.25s ease all;
    z-index: 1;
}

.toggle-inside{
    border-radius: 2px;
    background: #5e5e5e;
    position: absolute;
    transition: 0.25s ease all;
    height: 2.6rem;
    width: calc(50% - 2px);
    left: 0.2rem;
    top: 2px;
}

.toggle_left.inactive-mode ~ .toggle-outside .toggle-inside{
    left:50%;
}

.panel {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.panel-body {
    padding:10px 8px;
    margin-bottom:3px;
}
.grey-back {
    padding:10px;
}
#main div.fusion-row {
    max-width: inherit;
}
.col-md-6 > .grey-back {
    margin: 0 -15px;
    border-bottom: 3px solid #323232;
}
.col-md-8 {
    padding: 0!important;
}
.grey-back .panel-body {
	background-color:transparent;
	border:0;
    padding:0;
	margin-bottom:0;
}
.panel-heading {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    padding: 0;
    margin: 40px 0 5px 0;
    color: #fff;
    text-transform: uppercase;
}
#main-app .panel-heading {
    font-weight: 500;
}
#main .grey-back .panel-heading {
    color:#fff;
    margin:0;
}
.panel-heading .track-title {
    font-size: 14px;
    font-weight: 500;
    color: #029BCC;
    margin-left: 10px;
}
.row.table {
    display: flex;
    width: 100%;
    float: none;
    margin-bottom: 3px;
}
.row.table.middle {
    justify-content: center;
}
.row.table .col-md-6 {
	display: block;
    width: 50%;
    float: none;
    margin: 0 5px 7px;
    padding: 10px;
}
.row.table .col-md-6.other-pad {
    padding: 0 15px;
}
#bt-video {
    background-color: transparent;
    top: -4px;
    position: relative;
}
.dropdown ul.bt-video li {
    display: block;
    text-align: center;
}
.dropdown ul.bt-video li a {
    margin: 0;
    padding: 0;
    line-height: 30px;
}
.dropdown ul.bt-video li a:hover, .dropdown ul.bt-video li a:focus {
    background: inherit;
    color: #fff;
}
.dropdown ul.bt-video li a label {
    margin: 0;
    font-weight: 400;
}
#bt-video .fa-bars:before {
    content: '\f142';
}
#bta-loadvideo-big {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
}
@media(max-height:700px), (max-width:1100px) {
    #bta-loadvideo-big{
        top:calc(-50% + 25px);
    }
}


#bta-loadvideo-big .btn {
    width: 140px!important;
    border-radius: 5px;
    font-size: 12px;
    color: #000;
    height: 30px;
    line-height: 15px;
    margin: 0 4px;
	position: relative;
	z-index: 2;
}

#videoPlayer{
    height:100%;
}
.videoPlayer-dimensions.vjs-fluid {
    padding-top:0!important;
}
/* Hide Video Play Button (Safari Bugs, so let's hide it everywhere) */
.vjs-big-play-button{
    display:none !important;
}
.export-things{
    text-align: right !important;
}
.panel-body.export-things {
    padding:20px;
    margin-top:10px;
}
.panel-body.export-things .panel-heading {
    margin-bottom:14px;
    margin-top: -2px;
}
.btn.export {
    width: 35px;
    border-radius: 5px;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    padding:0;
    background: none;
}
.btn.export.checkout {
    background-color:#CD364E;
}
.btn.export.checkout:hover {
    background-color:#CD364E!important;
}
.services .regulators .ng-scope {
    padding: 0!important;
}
.services .cuelist.row .ng-scope {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.services .cuelist.row .ng-scope .cue {
    padding: 0 10px!important;
}
.services div.wrap.ng-scope {
    padding: 0;
}
.services h2 {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 9px;
}
::-webkit-input-placeholder {
    color: #000!important;
  }
  ::-moz-placeholder {
    color: #000!important;
  }
  :-ms-input-placeholder {
    color: #000!important;
  }
  :-moz-placeholder {
    color: #000!important;
  }
  .modal-dialog.red ::-webkit-input-placeholder {
    color: #717171!important;
  }
  .modal-dialog.red ::-moz-placeholder {
    color: #717171!important;
  }
  .modal-dialog.red :-ms-input-placeholder {
    color: #717171!important;
  }
  .modal-dialog.red :-moz-placeholder {
    color: #717171!important;
  }
  .modal-dialog ::-webkit-input-placeholder {
    color: #aaa9a9!important;
    font-size:16px;
  }
  .modal-dialog ::-moz-placeholder {
    color: #aaa9a9!important;
    font-size:16px;
  }
  .modal-dialog :-ms-input-placeholder {
    color: #aaa9a9!important;
    font-size:16px;
  }
  .modal-dialog :-moz-placeholder {
    color:#aaa9a9!important;
    font-size:16px;
  }


.row {
    margin-left:0!important;
    margin-right:0!important;
    position:relative!important;
}
button.search-music-button {
    background-color: transparent;
    border: 0;
    position:absolute;
    right: 6px;
    top: 2px;
    height:26px;
    padding: 0;
}
button.search-music-button img {
    width: 20px;
    height: 100%;
}
.customize-track.first {
    margin: 20px 0 10px;
}


#ngSearch, #sfx-search-input{
    border: none;
    height: 45px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 20px;
    appearance: searchfield;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0px;
}
.search-icon{
    background-image: url('../img/cm_search.svg');
    background-repeat: no-repeat;
    background-position: 10px 13px;
    padding-left: 35px;
}
.search-input::-webkit-input-placeholder {
    color: #B5B5B5!important;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: normal!important;
    font-size: 20px!important;
}
.search-input::-moz-placeholder {
    color: #B5B5B5!important;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: normal!important;
    font-size: 20px!important;
}
.search-input:-ms-input-placeholder {
    color: #B5B5B5!important;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: normal!important;
    font-size: 20px!important;
}
.search-input::placeholder{
    color: #B5B5B5!important;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: normal!important;
    font-size: 20px!important;
}

.search-input:focus::-webkit-input-placeholder {
    opacity:0!important;
}
.search-input:focus::-moz-placeholder {
    opacity:0!important;
}
.search-input:focus:-ms-input-placeholder {
    opacity:0!important;
}
.search-input:focus:-moz-placeholder{
    opacity:0!important;
}

.row.search-field {
    cursor: text;
    margin-bottom: 10px;
    min-height: 26px;
    border-radius: 5px;
}
.row.search-field label {
    width:100%;
}
.select-container {
    min-height: 20px;
}
.gradient {
    background: #CE424F;
    background: -moz-linear-gradient(left, #CE424F 0%, #94224F 100%);
    background: -webkit-linear-gradient(left, #CE424F 0%,#94224F 100%);
    background: linear-gradient(to right, #CE424F 0%,#94224F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE424F', endColorstr='#94224F',GradientType=1 );
    border-radius: 5px;
}

.drop-down{
    background-color:rgba(255,255,255,0.3);
    border-radius:3px;
}
.drop-down select{
    background: #5f5f5f;
}
.drop-down select option {
    background: #5f5f5f;
}
select.form-control {
    background: url('../img/arrow-down2.svg') no-repeat transparent;
    background-position: right 10px center;
    background-size: 6px auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    height: 30px;
    cursor: pointer;
    color: #ffffff;
    line-height: 30px;
    padding: 0px 10px;
    width: 100%;
    margin-left: 0;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}
select.form-control.form-control[disabled] {
    opacity: 0.5;
}
.cols-no-pad [class*=" col-"], .cols-no-pad [class*="col-"] {
    padding:0;
}
.cuelist .cols-no-pad label {
    padding: 0;
    margin-bottom: 0;
    line-height: 40px;
    text-align: left;
    display: block;
    font-size: 12px;
    color: #e1e1e1 ;
    font-weight: 400;
}
.services .select-results div.ng-scope {
    padding:0;
    background-color:transparent;
}
.select-results .btn {
    background: #CE424F;
    background: -moz-linear-gradient(left, #CE424F -20%, #94224F 120%);
    background: -webkit-linear-gradient(left, #CE424F -20%,#94224F 120%);
    background: linear-gradient(to right, #CE424F -20%,#94224F 120%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE424F', endColorstr='#94224F',GradientType=1 );
    color: #e1e1e1 ;
    font-weight: normal;
    padding: 3px 5px;
    border: 0px solid;
    border-color: #D13689;
    border-radius: 25px;
    margin: 0 5px 4px 0;
    width: auto !important;
    text-transform: lowercase;
    font-weight: 400;
    line-height: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
span.btn.searchFilter {
    /*background-image: none;*/
    white-space: normal;
    position: relative;
    padding-right: 21px;
}
.select-results .btn .remFilter {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    vertical-align: middle;
    line-height: 16px;
    right: 4px;
    top: calc(50% - 7px);
}
.select-results .btn:hover {
    opacity: 0.8;
    background-color:inherit!important;
}
.close {
    float: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    display:inline-block;
}
.close:hover {
    color:#fff;
}
.track-length label {
    position: absolute;
    bottom: 0;
    right: 8px;
    margin: 0;
    color: #262626;
    font-size: 10px;
    font-weight: 400;
    pointer-events: none;
}
input[type='number'] {
     -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
span.option {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: -3px;
}
@media (max-width: 1400px) {
    span.option {
        font-size: 9px;
    }
}
a.enter-track-button {
    display: inline-block;
    width: 100%;
    max-width: 120px;
    text-align: center;
    border: 1px solid #4E4E4E;
    background-color: #262626;
    font-size: 10px;
    font-weight: bold;
    color: #fff!important;
    text-decoration:none!important;
    padding: 4px 0px;
}
.track-length .form-control {
    border-radius: 0;
    border: 0;
    height: 40px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    box-shadow: none;
    color: #e1e1e1 ;
    background-color: rgba(0, 0, 0, 1);
    font-size: 1.5em;
    font-weight: 100 !important;
    font-family: 'PT Mono', monospace;
    text-align: right;
    border-radius: 5px;
}
.track-length .form-control * {
    padding: 0;
    margin: 0;/* 5px 0 5px;*/
}
.track-length .duration-input {
    border:none;
    background: rgba(0,0,0,0);
    width: 25px;
    height: 30px;
    display:inline-block;
    text-align: right;
    font-size: 20px;
}
.duration-separator{
    width: 5px;
}
.leading-zero::before{
    content: '0';
    position: absolute;
    margin-top: 1px;
    pointer-events: none;
}
.track-timeline-interact .btn {
    font-size: 11px;
}
.btn[disabled] {
    opacity: 0.3;
    border-color: inherit;
}
.btn[disabled]:hover{
    opacity:0.3;
}
button[disabled]{
    opacity: 0.3;
}
button[disabled]:hover{
    opacity: 0.3;
}

.nav-tabs {
    border-bottom: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,  .nav-tabs>li:hover>a {
    color: #e1e1e1 !important;
    cursor: default;
    border: 0;
    background: #5F5F5F;
}
.nav-tabs>li:hover>a {
    cursor:pointer;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 0;
    width: 50%;
    text-align: center;
}

.btn:hover{
    color:#000;
}

.nav-tabs>li>a {
    border:0;
    margin-right: 0;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    border-radius: 0;
    padding: 10px 0px!important;
    font-size: 14px!important;
    color:#e1e1e1 ;
	    background: #262626;
	    border-radius: 5px 5px 0 0;
}
.nav-tabs>li>a.p_tracks {
    color:#1676c0;
    display: none;
}
.nav-tabs>li>a span.ng-binding {
    color: #039fce;
}
.nav-tabs>li>a.favorite-tracks span.ng-binding {
    color: #CD364E;
}
.nav-tabs>li>a.favs span.ng-binding {
    color: #CD364E;
}
.tab-cue .label.col-sm-9 {
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-radius: 0;
	width: calc(92% - 60px);
}
.tab-cue .label.col-sm-9 label {
    color: #b5b5b5;
    font-size: 12px;
}
.tab-cue .buttons.col-sm-3 {
    text-align: right;
	width: 60px;
}
.tab-cue .buttons span {
    padding: 0;
    background: none;
    border-radius: 0;
    border: 0;
    margin: 0 1px;
    display: inline-block;
    vertical-align: top;
    width: auto!important;
}
.tab-cue .buttons span:hover, .tab-cue .buttons span:active, .tab-cue .buttons span:focus {
    background-color: transparent!important;
}
.tab-cue .buttons span i {
    font-size: 14px;
    color: #b5b5b5;
    padding: 5px 1px 0px 0;
    width: 16px;
    height: 14px;
    line-height:30px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}
.tab-cue .buttons span i.fa.fa-heart {
    color: #CD364E;
}
.tab-cue .buttons span i.fa.fa-heart:before {
    content:'\f004'!important;
    font-weight: 400!important;
}
.tab-cue .buttons span i.fa.fa-heart.liked:before {
    content: '\f004'!important;
    font-weight: bold!important;
}
.cuelist .active {
    background-color: #5F5F5F;
}
.tab-cue.active .label.col-sm-9 label {
    color: #ffffff;
}
.row.cols-no-pad.track-timeline-interact {
    margin-top: 5px;
}
.track-timeline-interact .col-sm-6:first-child {
    padding-right:10px;
}
.btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    padding: 9px 0;
    text-align: center;
    border-radius: 3px;
    border: 0;
    background: #fff;
    color: #000;
}
.btn.btn-remove, .btn.remove {
    background: #be1e1e;
    background: -moz-linear-gradient(top, #be1e1e 0%, #d3378b 100%);
    background: -webkit-linear-gradient(top, #be1e1e 0%,#d3378b 100%);
    background: linear-gradient(to bottom, #be1e1e 0%,#d3378b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1e1e', endColorstr='#d3378b',GradientType=0 );
}
.btn:hover {
    opacity: 0.7;
}
.rzslider .rz-bubble.rz-limit {
    display: none;
}
.rzslider {
    position: static;
    height: 6px;
    margin: 0px 0 0px 0;
}
.rzslider .rz-bar-wrapper {
    padding-top: 0;
    margin-top: 0px;
    visibility: visible!important;
    height:0;
}
.rzslider .rz-pointer {
    top: 0;
    width: 0px;
    height: 4px;
    background-color: #e1e1e1;
    opacity:0;
}
.rzslider .rz-pointer:hover:after {
    content:none;
}
.rzslider .rz-bar {
    left: 0;
    z-index: 1;
    height: 1px;
    background-color: #bcbcbc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.rzslider .rz-bar.rz-selection {
    background: #CE424F;
    background: -moz-linear-gradient(left, #CE424F 0%, #94224F 100%);
    background: -webkit-linear-gradient(left, #CE424F 0%,#94224F 100%);
    background: linear-gradient(to right, #CE424F 0%,#94224F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE424F', endColorstr='#94224F',GradientType=1 );
}

#transport-buttons{
    text-align: center;
}

.main-volume, .scale{
    min-width: 120px;
    max-width: 200px;
    position: relative;
}

#volume-scale-timeline{
    height:40px;
    flex: 1 0 auto;
}

.main-volume label, .scale label{
    padding-left: calc(100% / 12);
    width: 100%;
    padding-right: calc(100% / 12);
}

.center{
    text-align: center;
}

.rzslider .rz-bar.rz-selection:before{
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    border-radius: 25px;
    border: 1px solid #bcbcbc;
    right: -7.5px;
    top: -7.5px;
    background: #272727;
    background: -moz-linear-gradient(left, #272727 0%, #3e3e3e 100%);
    background: -webkit-linear-gradient(left, #272727 0%, #3e3e3e 100%);
    background: linear-gradient(to right, #272727 0%,#3e3e3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#3e3e3e',GradientType=1 );
}

.rzslider .rz-model-value {
    bottom: inherit;
    color: #e1e1e1;
    right: 0!important;
    left: unset!important;
    top: 0;
    padding: 0;
}
.rzslider.small-slider .rz-model-value{
    top: -19px;
}

.rzslider .rz-pointer:after {
    content:none;
}

.customize-track label {
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #e1e1e1 ;
}
.customize-track.small-row label {
    line-height: unset;
}

label.drop-down-label{
    color:#fff;
    font-weight:400;
}

span.mood-title {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.customize-track {
    height: auto!important;
}

.mix-select, .variation-select{
    display: flex;
    align-items:center;
}
.regulators .what {
	margin: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #e1e1e1 ;
}
#videoContainer {
    height: 100%;
    width: 100%;
    max-height: unset!important;
    max-width: unset!important;
    border-radius: 2px;
}
.regulators .row {
    margin-bottom: 0px;
}
.vis-item.vis-range {
    background: #CE424F;
    background: -moz-linear-gradient(bottom, #CE424F 0%, #94224F 100%);
    background: -webkit-linear-gradient(bottom, #CE424F 0%,#94224F 100%);
    background: linear-gradient(to bottom, #CE424F 0%,#94224F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE424F', endColorstr='#94224F',GradientType=1 );
    border:1px solid #961f4f;
    border-radius: 5px;
    box-sizing: border-box;
    color: #ffffff;
}

.vis-item.vis-range:hover{
	border-color:#00C4FF;
}

.red .vis-item.vis-range {
    background: #d4374d;
    background: -moz-linear-gradient(top, #d4374d 0%, #3d2d49 100%);
    background: -webkit-linear-gradient(top, #d4374d 0%,#3d2d49 100%);
    background: linear-gradient(to bottom, #d4374d 0%,#3d2d49 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4374d', endColorstr='#3d2d49',GradientType=0 );
}
.light .vis-item.vis-range {
    background: #43A1AD;
    background: -moz-linear-gradient(top, #43A1AD 0%, #007CA8 100%);
    background: -webkit-linear-gradient(top, #43A1AD 0%,#007CA8 100%);
    background: linear-gradient(to bottom, #43A1AD 0%,#007CA8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43A1AD', endColorstr='#3d2d49',GradientType=0 );
}
.sfx-group .vis-item.vis-range {
    background: #0059b2;
    background: -moz-linear-gradient(top, #0059b2 0%, #039fce 100%);
    background: -webkit-linear-gradient(top, #0059b2 0%,#039fce 100%);
    background: linear-gradient(to bottom, #0059b2 0%,#039fce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059b2', endColorstr='#039fce',GradientType=0 );
    border:1px solid #1d556c;

}
.red .sfx-group .vis-item.vis-range {
    background: #43A1AD;
    background: -moz-linear-gradient(top, #43A1AD 0%, #3d2d49 100%);
    background: -webkit-linear-gradient(top, #43A1AD 0%,#3d2d49 100%);
    background: linear-gradient(to bottom, #43A1AD 0%,#3d2d49 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43A1AD', endColorstr='#3d2d49',GradientType=0 );
}
.light .sfx-group .vis-item.vis-range {
    background: #CD364E;
    background: -moz-linear-gradient(top, #CD364E 0%, #99283b 100%);
    background: -webkit-linear-gradient(top, #CD364E 0%,#99283b 100%);
    background: linear-gradient(to bottom, #CD364E 0%,#99283b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CD364E', endColorstr='#99283b',GradientType=0 );
}
.red .vis-item.vis-range{
    border-color: #d4374d;
}
.light .vis-item.vis-range {
    border-color: #00B4CB;
}
.red .sfx-group .vis-item.vis-range{
    border-color: #43A1AD;
}
.light .sfx-group .vis-item.vis-range {
    border-color: #00B4CB;
}
.light .btn.btn-remove, .light .btn.remove, .red .btn.btn-remove, .red .btn.remove {
    background-image:none!important;
}
.mood-active {
    border: 0px solid transparent;
    background: rgb(80,111,151);
	background: -moz-linear-gradient(310deg, rgba(80,111,151,1) 0%, rgba(19,43,72,1) 100%);
	background: -webkit-linear-gradient(310deg, rgba(80,111,151,1) 0%, rgba(19,43,72,1) 100%);
	background: linear-gradient(310deg, rgba(80,111,151,1) 0%, rgba(19,43,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#506f97",endColorstr="#132b48",GradientType=1);
}
.vis-item.vis-point.vis-selected, .vis-item.vis-range.vis-selected {
    border: 1px solid #00c4ff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vis-item.vis-range .vis-drag-right, .vis-item.vis-range .vis-drag-left{
	z-index: 50;
}

.sfx-group .vis-item.vis-range .vis-drag-right, .sfx-group .vis-item.vis-range .vis-drag-left{
    cursor:default;
}
.has-timeline-handle {
    padding-top:15px;
    overflow:hidden;
}
.vis-timeline {
    border:0px;
}
.timeline-loading-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    opacity: 0;
    transition: opacity .5s linear;
    pointer-events: none;
}
.timeline-loading-overlay.visible{
    opacity: 1;
}
.timeline-loading-overlay .centered{
    padding-top: 10px;
    width:100px;
    height:120px;
    margin: auto;
    text-align:center;
    position:relative;
    top: calc(50% - 60px);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1em;
    color: #fff;
    background: rgba(0,0,0,.4);
    border-radius: 5px;
}
.timeline-loading-overlay .centered img{
    width: 80%;
}
#qt2 .vis-time-axis.vis-background{
    top:20px;
    height: calc(100% - 20px);
}
.vis-time-axis .vis-grid.vis-minor {
    border-color: rgba(159, 159, 159, 0.15);
    margin-top: 10px;
}
.vis-time-axis .vis-text {
    color: #e1e1e1;
    font-size: 12px;
}
.vis-panel.vis-bottom, .vis-panel.vis-center, .vis-panel.vis-left, .vis-panel.vis-right, .vis-panel.vis-top {
    border: 0px #bfbfbf;
}
.vis-time-axis .vis-text {
    overflow: visible;
}
.vis-time-axis.vis-foreground {
    height: 28px!important;
}
vis-timeline .vis-foreground .vis-group{
    border: none;
}
vis-timeline .vis-labelset .vis-label{
    border: none;
}
.video-group{
    min-height: 20px;
    max-height:20px;
}
.video-group .vis-item.vis-range, .red .video-group .vis-item.vis-range, .light .video-group .vis-item.vis-range{
    background: none;
    top: 0 !important;
}
.video-group .vis-item.vis-range.vis-selected{
    box-shadow: none;
}
.video-group .vis-delete, .video-group .vis-drag-left, .video-group .vis-drag-right{
    display:none;
}
.qt-timeline-dots{
    width: calc(100% + 6px);
    margin-left: -4px;
    display:block;
    position: relative;
}
.qt-timeline-dot{
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #e1e1e1;
    display:inline-block;
    margin-right: calc(20% - 4px);
}
.qt-timeline-dot:first-child{
    margin-left: -3px;
    width: 6px;
    height: 6px;
}
.vis-panel.vis-top {
    position: relative;
    padding-top:10px;
}
.has-timeline-handle .col-sm-12 {
    padding:0;
}
.has-timeline-handle .fa-caret-down {
    color: #FF7B34;
    font-size: 30px;
    opacity:0;
}
.vis-custom-time {
    z-index: 4;
    width: 0px;
    background: none;
    top: -5px!important;
    height: calc(100% + 5px)!important;
}
.vis-custom-time > div{
    background: url('../img/timeline-handle.svg') center top no-repeat;
    margin-top:10px;
}
.vis-item .vis-item-content {
    padding: 0;
	font-size:12px;
}
.vis-item .vis-item-content .pull-right i {
    float: right;
    margin: -2px 2px 0 2px;
}
.track-lock{
    z-index: 2000;
    position: relative;
    visibility: hidden;
    top:1px;
}
.track-lock.fa-lock{
    visibility: visible;
}
.vis-selected .track-lock{
    visibility: visible;
}
.vis-item .vis-item-content .pull-right i.fa:before {
    content: '';
	width: 15px;
    height: 16px;
    display: block;
    background-size: 15px!important;
	cursor:pointer;
}
.vis-item .vis-item-content .pull-right i.fa-unlock:before {
	background:url('../img/unlocked.svg') center center no-repeat;
}
.vis-item .vis-item-content .pull-right i.fa-lock:before {
	background:url('../img/locked.svg') center center no-repeat;
}
.vis-item-content .top-buttons {
    margin-right: 16px;
    padding: 2px;
    font-weight: 500;
    position: relative;
    z-index: 60;
}

.vis-item-content .bottom-buttons{
    position:absolute;
    bottom: -1px;
    right: 2px;
    z-index:60;
}

.vis-item-content .bottom-buttons-sfx{
    position:absolute;
    bottom: 16px;
    right: 2px;
    z-index:60;
}

.timeline-duration{
    float:right;
    margin: -1px 2px 2px 2px;
}

.invisible{
    opacity: 0;
}
.vis-item-content .h4.m-t-xxs {
    padding: 2px;
    font-size:12px;
    font-weight: 500;
    margin-bottom:0px;
    color:#fff;
    position:relative;
}
.vis-item-content .h4.m-t-xxs.bottom {
    position:absolute;
    bottom: 0;
    width:100%;
    background: rgba(38, 38, 38, 0.57);
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.vis-selected .vis-item-content .h4.m-t-xxs.bottom{
    box-shadow: inset 0 0 2px 2px #FF7B34;
}
.vis-item-content .h4.m-t-xxs .small {
    color:#FFFFFF;
    font-size: 10px;
    font-weight: 500;
}
.vis-itemset .itemblock img {
    max-width:inherit;
    position:relative;
    z-index:29;
}

#player-module {
    margin: 0px 4px 4px 4px;
    flex: 0 0 auto;
}
.row.player-buttons {
    padding: 0px 10px 0px;
    background-color:#0b0b0b;
    margin:0;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 2px;
}

.row.player-buttons > *{
    flex:1 1 auto;
}

.player-buttons button.btn i {
    font-size: 14px;
    color: #e1e1e1;
}
i.fa-spinner:before {
content:'';
background: url('../img/CM_Building.png') center center no-repeat;
background-size: cover;
width: 17px;
height: 17px;
display: inline-block;
vertical-align: bottom;
}
.player-buttons button.btn i.fa-play {
    font-size: 16px;
}
#search-popup-inner i.fa-play, #search-popup-inner i.fa-pause, #search-popup-inner i.fa-spinner {
    height: 30px;
}
#search-popup-inner i.fa-spinner:before {
    width: 100%;
    height: 100%;
}
#search-popup-inner i.fa-play:before, #search-popup-inner i.fa-pause:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}
#search-popup-inner i.fa-play:before {
    background: url('../img/play-icon-white.svg') center center no-repeat;
    background-size: 90% auto;
}
#search-popup-inner i.fa-pause:before {
    background: url('../img/pause-icon-white.svg') center center no-repeat;
    background-size: 90% auto;
}
.btn.no-background:hover {
    background-color:transparent!important;
    opacity: 1!important;
}
.player-buttons button.btn {
    text-align: center;
    margin-right: 2px;
    width: auto;
}
.player-buttons button.btn#bt-load, .player-buttons button.btn#bt-redo {
    margin-right: 10px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color:inherit;
}
span.timer {
    text-align: center;
    display: inline-block;
    padding: 0 5px;
    font-weight: 400!important;
    font-family: 'PT Mono', monospace;
}
span.timer-smaller {
    font-size: 20px!important;
    color: #CD364E;
    line-height: 24px;
    margin: 0 1px 0 15px;
    vertical-align: middle;
}

.player-buttons button.btn.mood-marker {
    width: 100%!important;
    line-height: 30px;
    border-radius: 30px;
    font-size: 11px;
    padding: 0px 10px;
    color: #fff;
    max-width: 120px;
}
.player-buttons button.btn.mood-marker.remove:hover, .btn-remove:hover {
    background-color: #C65BA0!important;
}
.player-buttons button.btn.mood-marker.add:hover, .btn-success:hover {
    background-color: #039fce;
}
.cat3 .rzslider .rz-bar, .cat3 .rzslider {
    height: 1px;
}
.player-buttons .cat1 button.btn.step {
    background: #8D8D8D;
    width: 28px!important;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    padding: 0;
}
.player-buttons .cat1 button.btn.step img {
    top: -2px;
    position: relative;
}
.player-buttons .cat1 button.btn.step i {
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
}
.player-buttons .cat1 button.btn.step i.fa-step-backward:before, .player-buttons .cat1 button.btn.step i.fa-step-forward:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 8px;
    position: relative;
    top: -1px;
}
.player-buttons .cat1 button.btn.step i.fa-step-backward:before {
    background: url('../img/prev-mood.svg') center center no-repeat;
    background-size: 10px auto;
}
.player-buttons .cat1 button.btn.step i.fa-step-forward:before {
    background: url('../img/next-mood.svg') center center no-repeat;
    background-size: 10px auto;
}
.player-buttons .cat2 button.btn {
    background: transparent!important;
    margin: 0 5px;
    padding: 0;
    border-radius:0;
}
.player-buttons button.btn i:hover, .player-buttons button.btn i:active, .player-buttons button.btn i:focus {
    color:#fff;
}
.player-buttons button.btn.mood-marker.remove {
    background-color: #C65BA0;
}

.volume {
    margin-top: 2px;
}
.volume label {
    font-weight: 400;
    margin-left: 0;
    display: inline-block;
    font-size: 14px;
    margin:0 4px 0 0;
}
.volume .ui-slider-horizontal {
    height: 10px;
    background-color: #A2A2A2;
    border: 0;
    cursor: pointer;
    overflow: hidden;
}
.ui-slider .ui-slider-handle:before, .ui-slider .ui-slider-handle:after {
    content:none!important;
}
.ui-slider .ui-slider-handle:before {
    content: ''!important;
    border-radius: 10px;
    width: 10px!important;
    height: 10px!important;
    position: relative;
    z-index: 2;
    background-color: #a2a2a2!important;
    border: 0!important;
    left: -3px!important;
}
.ui-slider .ui-slider-handle {
    background: #192533;
    width: calc(100% + 20px)!important;
    border: 0;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    top: 0!important;
}
span.ui-slider-handle {
    width: 12px!important;
    height: 12px!important;
    border-radius: 12px;
    box-shadow: 0px 3px 4px 1px #000000!important;
    -webkit-box-shadow: 0px 3px 4px 1px #000000!important;
    top: -7px!important;
    cursor: pointer !important;
}
.thin-vol-slide {
    margin-left: 10px;
    width: 104px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
body.page-template-page-qt2 {
    background-image:none!important;
    background-color:#222222!important;
    /*min-width:1266px;*/
    color: #e1e1e1!important;
}
button.dropdown-toggle {
    border: 0;
    background: #262626;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1px;
}
.username-welcome {
    font-size: 14px;
    font-weight: 100;
    text-transform: none;
}
.row {
    clear: both;
}
.row.header {
    margin: 0!important;
    background-color: #232323;
    padding: 10px 4px 10px 4px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.row.header > *{
    flex: 1 1 auto;
}

.menu {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
}



.menu:before, .menu:after {
    content:none;
}
.dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.dropdown ul li {
    display: inline-block;
    vertical-align: top;
    border:0;
}
.dropdown ul li.color a {
    color:#fff;
}
.dropdown ul li.color:last-child a {
    border-radius: 0 0 4px 4px;
}
.light .dropdown ul li.color.red a {
    border-radius: 0 0 4px 4px;
}
.dropdown ul li.color.purple a {
    background-color: #e91298;
}
.dropdown ul li.color.red a {
    background-color: #D4374D;
}
.dropdown ul li.color.light a {
    background-color: #00B4CB;
}
.red .dropdown ul li.color.red a {
    display:none;
}
.purple .dropdown ul li.color.purple a {
    display:none;
}
.light .dropdown ul li.color.light a {
    display:none;
}
.light .cue.tab-cue {
    background-color:transparent;
}
.light .cuelist .active {
    background-color: #5F5F5F;
}
.light .track-length .duration-input {
    color: #555;
}
.red .dropdown ul li.color.purple a {
    display:block;
}
.dropdown ul li ul li {
    display: block;
}
.dropdown ul li ul li a:hover, .dropdown ul li ul li a:focus {
    background-color: transparent;
    color: #fff;
}
.dropdown.menu-button {
    margin: 0px;
    color: #ffffff;
    padding-top:5px;
}
.dropdown label{
    font-weight: unset;
    margin: unset;
}
.dropdown.menu-button button:hover {
    color:#fff;
}
.dropdown.menu-button button {
    background-color: transparent;
    font-weight: 400;
    color: #e1e1e1 ;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    border: 0;
}
.dropdown-menu {
    background-color: #10161a;
    border: 0;
    box-shadow: none;
    left: unset;
}
.dropdown-menu>li>a {
    color: #e1e1e1 ;
}
.dropdown-menu>li>.entry{
    color: #e1e1e1 ;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    cursor: pointer;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.dropdown-menu>li>.entry:hover{
    color: #fff;
}
.dropdown-menu>li>.entry *{
    cursor: pointer;
}
.dropdown-menu > li > .entry[disabled]{
    opacity: 0.3;
    cursor: not-allowed;
}
.display-user {
    flex: 0 0 auto !important;
    line-height:30px;
    text-transform: capitalize;
}
.display-user img {
    margin-left: 10px;
    vertical-align: middle;
}
.display-user ul {
    margin: 0;
    padding-left: 10px;
    display: inline-block
}
.display-user li {
    list-style-type: none;
}
.display-user li a:link, .display-user li a:visited {
    font-weight: 400;
    color: #e1e1e1;
    font-size: 14px;
    font-family: "Fira Sans Extra Condensed", Arial, Helvetica, sans-serif!important;
}
.light .display-user li a:link, .light .display-user li a:visited, .light .display-user li a:hover, .light .display-user li a:active, .light .display-user li a:focus {
    color: #000;
}
.light .display-user li .sub-menu li a {
    color: #e1e1e1!important;
}
.display-user li a:hover, .display-user li a:active, .display-user li a:focus {
    text-decoration: none;
    color: #fff;
}
li.right {
    position: relative;
}
li.right ul.sub-menu {
    right: 0;
    position: absolute;
    top: 110%;
    width: 150px;
    z-index: 100;
    margin: 0;
    padding: 13px 0px 0px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
li.right:hover ul.sub-menu {
    pointer-events: unset;
    opacity: 1;
    top: 100%;
}
li.right ul.sub-menu li {
	text-align: left;
    display: block;
    background-color: #373737;
    padding: 3px 10px;
}
.display-user .sub-menu li a {
    display: block;
}
.current-user {
	text-transform: capitalize;
	    background: url('../img/arrow-down2.svg') no-repeat transparent;
    background-position: right center;
    background-size: 6px auto;
    padding-right: 18px;
}
.light .current-user {
	    background: url('../img/arrow-down-for-red.svg') no-repeat transparent;
    background-position: right center;
    background-size: 6px auto;
}

.header a.back {
    color: #e1e1e1;
    font-family: Raleway, Arial;
    padding:0 5px 0 0;
    line-height: 24px;
}
.services h2.main-title {
    margin: 0 0 -20px;
}
@media all and (min-width: 1367px)  {
.col-xl-3 {
    width:25%!important;
}
.col-xl-9 {
    width: 75%!important;
}
}
.col-xl-3, .col-xl-9 {
    padding: 0;
}
.timeline-handle {
    position: absolute;
    width: 22px;
    top: -20px;
    text-align: center;
}

.vis-background, .vis-labelset, .vis-timeline {
    overflow: visible;
}

#appSpinner {
    margin: 20px auto;
    text-align: center;
}

#qt2 {
    margin: 0px auto;
    font-size: 14px;
    padding:0;
    width: 100%;
    max-width: unset;
}
#qt2-ctrl{
    padding-top:0;
}
#logo {
    margin: 25px 0 50px;
    text-align: center;
}
img.logo {
    width: 100%;
    height: auto;
    max-width: 188px;
}
#main-table {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color:#000;
    flex-direction: column;
}
.table-cell {
    display: table-cell;
    vertical-align: top;
}
#sidebar-app {
    flex: 0 0 300px;
    min-width: 180px;
    margin: 4px 0 4px 4px;
    background-color:#232323;
}

#app-container{
    background-color:#000;
    display: flex;
    flex: 1 1 auto;
}

#customization-panel{
    background-color:#0b0b0b;
    flex: 0 0 300px;
    margin:4px 2px 4px 4px;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
}
.safari-fix #customization-panel{
    flex-direction: row;
}
#main-app #cue-settings, #main-app #mood-regulators{
    height:100%;
    padding:15px;
    min-width:300px;
}
.safari-fix #mood-regulators{
    border-left: 4px solid #000;
}
.flex-auto-fix {
    flex: 0 0 auto;
}
.flex-auto-flex {
    flex: 1 1 auto;
}
.flex-0-flex{
    flex: 1 1 0;
}
.flex-col{
    display:flex;
    flex-direction: column;
    height:100%;
}
.flex-hider{
    transition: opacity .5s ease, flex .5s ease, width .5s ease, margin .5s ease;
    transition-delay: 0s;
    opacity: 1;
}
.flex-hider > * {
    transition: opacity .1s ease;
    transition-delay: .5s;
    opacity: 1;
}
.flex-hider.flex-hide{
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    flex: 0 0 0 !important;
    overflow: hidden;
    margin: 0 !important;
    opacity: 0.001;
    transition-delay: .1s;
}
.flex-hider.flex-hide > * {
    opacity: 0;
    transition-delay: 0s;
}

.download-icon{
    background: url('../img/CM_download_icon.svg') no-repeat 50%;
    height:30px;
    width:35px;
    display: inline-block;
}

.export-icon{
    background: url('../img/CM_export_project_icon.svg') no-repeat 50%;
    height:30px;
    width:35px;
    display: inline-block;
}

@media(min-height:941px){
    .showOnSmallHeightDisplay{
        display:none !important;
    }
}

@media(max-height:940px){
    #customization-panel{
        flex-direction: row;
    }

    .leftBorderOnSmallHeightDisplay{
        border-left: 4px solid #000;
    }

    .hideOnSmallHeightDisplay{
        display:none !important;
    }
}
@media(min-width:1601px){
    .showOnSmallWidthDisplay{
        display:none !important;
    }
}


@media(max-width:1600px){
    .hideOnSmallWidthDisplay{
        display:none !important;
    }
    div.search-result-title-album{
        flex: 0 1 120px;
    }
}
@media(max-width:1200px){
    #sidebar-app{
        flex: 0 0 25%;
    }
}

#main-app #video-panel{
    background-color:#0b0b0b;
    flex:1 1 500px;
    margin:4px 4px 4px 2px;
    padding:0;
    border-radius: 2px;
}

#timeline-panel{
    background-color: #0b0b0b;
    margin: 4px 0 0 0 !important;
    border-radius: 2px;
}

#beta-container {
    position: relative;
    overflow: hidden;
}
#beta-link {
    position: absolute;
    z-index: 20;
    top: 0;
    max-width: 85px;
    height: auto;
    right: 0;
  }
#sidebar-app .panel-body.track-length {
    position: absolute;
    width: calc(100% - 36px);
    bottom: 0;
    left: 18px;
}
#main-app {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}
#main-app .grey-back {
    padding: 10px;
}
#upper-area{
    flex: 1 1 100px;
    display: flex;
    flex-direction: row;
}
#regulators-video {
    margin-top: 0!important;
    overflow-y: hidden;
    flex: 1 1 auto;
}
#regulators-video.blur-this{
    filter: blur(20px);
}
#regulators-video.blur-this > div > div::before{
    display:none;
}
#regulators-video.blur-this .grey-back{
    background: none !important;
}
#mood-regulators {
    flex: 1 1 100px;
}
footer.fusion-footer-widget-area {
    margin-top: 50px;
}
.fusion-footer-widget-area .widget_nav_menu>div>ul>li:before {
    content:none!important;
}
.fusion-footer-widget-area .widget_nav_menu>div>ul>li {
font-family: Raleway, Arial, Helvetica, sans-serif;
font-weight: 400;
font-size:16px;
}
.fusion-footer-widget-area ul#menu-footer-menu {
    border-bottom: 0;
}
.fusion-footer-widget-area ul#menu-footer-menu:before, .fusion-footer-widget-area ul#menu-footer-menu:after {
    content:none!important;
}
.fusion-footer-widget-area ul#menu-footer-menu li a {
    text-decoration:none!important;
}
#main {
    padding: 0!important;
}
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}
.ng-empty {
    border: 4px solid black;
}
.ng-not-empty {
    border: 4px solid rgb(119, 165, 54);
}
.button[disabled="disabled"] {
    opacity: .5;
}
.ptr {
    cursor: pointer;
}


/* Colors */
.red #qt2 {
    background-color: #23273A;
}
.light #qt2 {
    background-color: #fff;
}
.red #main-app {
    background: none;
}
.light #main-app {
    background: #d4d4d4; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #d4d4d4 0%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #d4d4d4 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #d4d4d4 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.light .panel-heading {
    color:#000;
}
.red .button-toggle-dropdown {
    background-color: transparent;
}
.light .button-toggle-dropdown {
    color: #000;
    background-color: transparent;
}
.light .button-toggle-dropdown i {
    display: block;
    background: url('../img/no1-light.svg') center center no-repeat;
    background-size: cover;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.light .button-toggle-dropdown.clicked i {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.light .row.search-field {
    background-color: rgba(16, 22, 26, 0.1);
}
.red .nav-tabs>li>a {
    background: transparent;
}
.light .nav-tabs>li>a {
    background: rgba(38,38,38,0.19);
    color: #fff;
}
.red #bta-loadvideo-big {
    background-color:#1d2030;
}
.red .player-buttons .cat1 button.btn.step {
    background: #A4ABBA;
}
.red span.timer-smaller {
    color: #F0F0F0;
}
.red .nav-tabs>li.active>a, .red .nav-tabs>li.active>a:focus, .red .nav-tabs>li.active>a:hover, .red .nav-tabs>li:hover>a {
    background: #3D435A;
}
.light .nav-tabs>li.active>a, .light .nav-tabs>li.active>a:focus, .light .nav-tabs>li.active>a:hover, .light .nav-tabs>li:hover>a {
    background: #5F5F5F;
    color:#fff!important;
}
.red .nav-tabs>li>a span.ng-binding {
    color: #D4374D;
}
.light .nav-tabs>li>a span.ng-binding {
    color: #00B4CB;
}
.red .wordlist > div:hover {
    background: #D4374D;
}
.light .wordlist > div:hover {
    background: #00b4cb;
}
.light .cuelist {
    background-color: #E4E8EA;
}
.light .services .cuelist.row .ng-scope .cue {
    border-top: 0;
}
.light .cuelist .cols-no-pad label {
    color: #000;
}
.light .cuelist .active .cols-no-pad label {
    color: #fff;
}
.light #music-filters-container .collapse, .light #music-filters-container .collapsing {
    background: #e7e7e8;
    color:#000;
}
.light #music-filters-container .collapse .fade-overlay {
    background: -moz-linear-gradient(top,  rgba(231,231,232,0) 0%, rgba(231,231,232,0) 1%, rgba(231,231,232,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(231,231,232,0) 0%,rgba(231,231,232,0) 1%,rgba(231,231,232,1) 100%);
    background: linear-gradient(to bottom,  rgba(231,231,232,0) 0%,rgba(231,231,232,0) 1%,rgba(231,231,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7e7e8', endColorstr='#e7e7e8',GradientType=0 );
}
.light #music-filters-container label {
    color:#000;
}
.red .select-results .btn {
    background-color: rgba(212,55,77,0.45)!important;
    border-color: #D4374D;
}
.light .select-results .btn {
    background-color: #00B4CB!important;
    border-color: #01D7FF;
    color: #fff;
}
.red #bta-loadvideo-big label {
    background-color: #D4374D;
}
.red #bta-loadvideo-big label:hover {
    background-color: #D4374D!important;
    opacity: 0.7;
}
.light #bta-loadvideo-big label {
    background-color: #CD364E;
}
.light #bta-loadvideo-big label:hover {
    background-color: #CD364E!important;
    opacity: 0.7;
}
.red .panel-heading .track-title{
    color: #43A1AD;
}
.light .panel-heading .track-title {
    color:#00B4CB;
}
.red .rzslider .rz-bar.rz-selection {
    background: #3D2D49;
    background: -moz-linear-gradient(left, #3D2D49 0%, #D4374D 100%);
    background: -webkit-linear-gradient(left, #3D2D49 0%,#D4374D 100%);
    background: linear-gradient(to right, #3D2D49 0%,#D4374D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D2D49', endColorstr='#D4374D',GradientType=1 );
}
.light .rzslider .rz-bar.rz-selection {
    background: #3D2D49;
    background: -moz-linear-gradient(left, #007CA8 0%, #43A1AD 100%);
    background: -webkit-linear-gradient(left, #007CA8 0%,#43A1AD 100%);
    background: linear-gradient(to right, #007CA8 0%,#43A1AD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007CA8', endColorstr='#43A1AD',GradientType=1 );
}
.red select.form-control {
    background: url('../img/arrow-down.svg') no-repeat #793037;
    background-position: right center;
    background-size: auto 100%;
}
.light select.form-control {
    background: url('../img/arrow-down.svg') no-repeat #00B4CB;
    background-position: right center;
    background-size: auto 100%;
}
.light .track-length .form-control {
    color: #000;
    background-color: rgba(25, 33, 45, 0.1);
}
.light input[type="number"], .light .twitter-typeahead input {
    color:#000;
}
.light #main .grey-back .panel-heading, .light .customize-track label, .light .regulators .what, .light .rzslider .rz-bubble {
    color:#000;
}
.light .rzslider .rz-bubble {
    color:#000!important;
}
.light .vis-time-axis .vis-text {
    color: #000;
}
.light .vis-time-axis .vis-grid.vis-minor {
    border-color: rgba(0, 0, 0, 0.15);
}
.light .qt-timeline-dot {
    background:#000;
}
.light #main-app .grey-back.search-popup-tabs {
    background-color:#222326;
}
.light #main-app .grey-back {
    background-color: rgba(0, 0, 0, 0.05);
}
.light #eq .rzslider .rz-bar {
    background-color: #ffffff!important;
}
.light #bt-video {
    color:#9f9f9f;
}
.light .player-buttons .cat1 button.btn.step {
    background: #d7d7d7;
    color: #5e5e5e;
}
.light .player-buttons .cat1 button.btn.step i.fa-step-backward:before {
    background: url('../img/prev-mood-light.svg') center center no-repeat;
    background-size: 10px auto;
}
.light .player-buttons .cat1 button.btn.step i.fa-step-forward:before {
    background: url('../img/next-mood-light.svg') center center no-repeat;
    background-size: 10px auto;
}
.light .player-buttons button.btn i {
    color: #5E5E5E;
}
.light .volume label {
    color: #000;
}
.red .btn {
    background-color: #43A1AD;
    background-image:none!important;
}
.red .btn:hover {
    opacity: 0.7;
    background-color: #43A1AD;
}
.light .btn {
    background-color: #00B4CB;
    background-image:none!important;
}
.light .btn:hover {
    opacity: 0.7;
    background-color: #00B4CB;
}
.red .btn-remove, .red .player-buttons button.btn.mood-marker.remove {
    background-color: #D4374D!important;
    background-image: none!important;
}
.light .btn-remove, .light .player-buttons button.btn.mood-marker.remove {
    background-color: #CD364E!important;
    background-image: none!important;
}
.light .gradient, .red .gradient {
    background-image:none!important;
    background:transparent!important;
}
.red .btn-remove:hover, .red .player-buttons button.btn.mood-marker.remove:hover {
    background-color: #D4374D!important;
    opacity: 0.7;
}
.light .btn-remove:hover, .light .player-buttons button.btn.mood-marker.remove:hover {
    background-color: #CD364E!important;
    opacity: 0.7;
}
.light .row.header {
    background-color: rgba(0, 0, 0, 0.05);
}
.light .dropdown.menu-button button {
    color:#000;
}
.light #bt-undo img, .light #bt-redo img {
    opacity:0;
}
.light #bt-undo {
    background: url('../img/undo-light.svg') center center no-repeat;
    background-size: contain;
}
.light #bt-redo {
    background: url('../img/redo-light.svg') center center no-repeat;
    background-size: contain;
}
.light .display-user {
    color: #000;
}
.input-success-icon, .input-failure-icon {
    background-image: none!important;
}
.display-user img {
    cursor: pointer;
}
.display-user img.light {
    display: none;
}
.light .display-user img.light {
    display: inline-block;
}
.light .display-user img.purple {
    display:none;
}
.red .cuelist .active {
    background-color: #3D435A;
}
.red .cuelist .active .cols-no-pad label {
    color:#fff;
}
.clickable{
    cursor:pointer;
}
svg path{
    stroke: #323232;
}
.light svg path {
    stroke: rgba(255, 255, 255, 0);
}
svg .progress{
    stroke: #039fce;
}
.preview-button i.fa.fa-spinner{
    padding: 0;
    top: 3px;
    left: -3px;
    line-height: unset;
    position: relative;
}
.preview-button i.fa.fa-spinner::before{
    top:-3px;
    left:-3px;
    width: 21px;
    height: 21px;
}
body.red svg .progress{
    stroke: #d4374d;
}
body.light svg .progress{
    stroke: #00B4CB;
}
body.light .preview-button i.fa:before {
    color: #00B4CB;
}
.preview-button svg{
    position:relative;
    left: -25px;
    top:7px;
}
.preview-button i.fa.fa-play, .preview-button i.fa.fa-pause{
    font-size: 7px;
}
.preview-button i.fa:before{
    left: -2px;
    top: -3px;
    position: relative;
    color: #039fce;
}
body.red .preview-button i.fa:before{
    color: #d4374d;
}
.preview-button i.fa.fa-pause:before{
    left: -3px;
}
a:focus{
    outline:none;
}
.vis-item div.vis-onUpdateTime-tooltip{
    width: 100px;
    border-radius: 5px;
    left: -2px !important;
    background-color: #039fce;
}
.trim-mode .vis-item div.vis-onUpdateTime-tooltip{
    width: 150px;
    text-align: left;
}
.red .vis-item .vis-onUpdateTime-tooltip{
    background-color: #43A1AD;
}
.light .vis-item .vis-onUpdateTime-tooltip{
    background-color: #CD364E;
}

.timelineVideoLengthOuter{
    margin-top: -5px;
    overflow: show;
}
.timelineVideoLength:before, .timelineVideoLength:after{
    content:' ';
    position:absolute;
}
.timelineVideoLength:before{
    left:0;
}
.timelineVideoLength:after{
    right: 0;
    content: 'Video/Audio Length';
    color: #039fce;
    padding: 1px 3px 0 0;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 10px;
}
.timelineVideoLength{
    height:10px;
    background: transparent;
    border: 1px solid #039fce;
    border-bottom: 0;
}
.timelineVideoLength:hover{
    cursor: move;
}
.red .timelineVideoLength{
    border-color: #43A1AD;
}
.red .timelineVideoLength:after{
    color: #43A1AD;
}
.light .timelineVideoLength{
    border-color: #d4374d;
}
.light .timelineVideoLength:after{
    color: #d4374d;
}
#qt2 .vis-item.vis-background{
    background-color: unset;
}
#qt2 .expandedBorders{
    overflow:visible;
}
.expandedBorders:before, .expandedBorders:after{
    content: ' ';
    position: absolute;
    width: 1px;
    height: 100vh;
    background: #FF7B34;
    top: -50vh;
}
.expandedBorders:before{
    left: -2px;
}
.expandedBorders:after{
    right: -2px;
}
.item-mood.expandedBorders:before{
    left:-1px;
}

.item-mood.expandedBorders:after{
    right:-1px;
}
.woocommerce #customer_login .login .inline {
    margin-right: 0;
    width:100%;
    margin-left: 0!important;
}
#qt2 .modal-content {
    background: rgb(122,34,79);
    background: -moz-linear-gradient(310deg, rgba(122,34,79,1) 0%, rgba(179,66,79,1) 100%);
    background: -webkit-linear-gradient(310deg, rgba(122,34,79,1) 0%, rgba(179,66,79,1) 100%);
    background: linear-gradient(310deg, rgba(122,34,79,1) 0%, rgba(179,66,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a224f",endColorstr="#b3424f",GradientType=1);
}

#qt2 .modal-content input.form-control {
    height: auto;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #000;
}
.modal-dialog {
    width: 100%!important;
    max-width: 972px;
}
.modal-dialog label.center{
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    text-align: center;
    display: block;
}
.modal-dialog label .info p{
    margin-bottom: 0 !important;
}
.modal-dialog label input[disabled]{
    background-color:#999;
    color:#000 !important;
}
.modal-dialog .modal-content .table.oversize{
    margin: 0 -30px 0 -30px;
}
.modal-dialog input {
    font-size: 16px!important;
    padding: 15px;
    border-radius: 5px!important;
    color:#717171!important;
    max-width: 300px;
    margin: 0 auto;
}
#shareProjectText{
    max-width: unset;
}
#info2 {
    min-height: 124px;
}
.modal-dialog .modal-header {
    position: absolute;
    /*width: 100%;*/
    right:0;
    z-index: 100;
    border: 0;
}
.modal-dialog .modal-header .close, qt-tour .close, #search-popup .close, .tt-menu .close {
    background-color:#fff!important;
    color:#313131!important;
    opacity: 1;
    font-size: 28px!important;
    font-family: serif!important;
    width: 35px!important;
    height: 35px!important;
    border-radius: 35px!important;
    -webkit-border-radius: 35px!important;
    font-weight: 100;
    line-height: 35px;
}
.modal-dialog .modal-body {
    padding: 0 !important;
	background-color:#313131;
}
.modal-dialog.red .modal-body {
    background-color:transparent;
    padding: 30px!important;
}
.modal-dialog #customer_login {
    display: flex;
    flex-direction: row-reverse;
    background-color:#313131;
}
.modal-dialog #customer_login .col {
    border: 0;
    margin:0;
    width: 50%;
}
.modal-dialog #customer_login .col-2 {
    width: 60%;
}
.modal-dialog #customer_login .col-1 {
    width: 40%;
}
.modal-dialog #customer_login form {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.modal-dialog #customer_login form input {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.modal-dialog #customer_login .woocommerce-privacy-policy-text p, .modal-dialog #customer_login .woocommerce-privacy-policy-text a {
    color: #fff;
}
.row.table.forgot {
    margin-bottom: 30px !important;
    margin-top: -24px;
}
.modal-dialog button.button img {
    max-width: 18px;
    width: 100%!important;
    height: auto!important;
}
.modal-dialog #customer_login .col h2, .modal-dialog #customer_login .col h4, .modal-dialog #customer_login .col span {
    color: #fff;
}
.modal-dialog #customer_login .col h2 {
    font-weight: 700;
    text-align: center;
    font-size: 50px;
    border:0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.modal-dialog.red h2 {
    color: #fff!important;
    font-weight: 700!important;
    text-align: center;
    font-size: 50px!important;
    border:0;
    text-transform: uppercase;
    margin-bottom: 30px!important;
}
.modal-dialog.red h2 span {
    display: block;
    font-size: 0.6em;
    text-transform: capitalize;
    margin-top: 5px;
    min-height: 30px;
}
.modal-dialog #customer_login .col-2 .woocommerce-password-strength.short {
    color: #cecece;
}
.modal-dialog #customer_login .col-2 small.woocommerce-password-hint {
    color: #fff;
}
button.woocommerce-Button.button.disabled {
    cursor: not-allowed;
}
.modal-dialog #info {
    padding: 0 52px 40px;
}
.modal-dialog.red #info, .modal-dialog.red .info {
    background-image: none!important;
    background-color: transparent;
    margin-bottom:10px;
}
.modal-dialog.red select {
    max-width: 300px;
    margin: 0 auto!important;
    display: block;
    padding: 10px 15px;
    height: auto;
    background: url('../img/arrow-down-for-red.svg') no-repeat #ffffff;
    background-position: right 10px center;
    color: #717171;
    font-size: 16px;
    font-weight: 400;
}
.modal-dialog.red .modal-footer {
    border: 0;
    margin: 0;
    padding: 5px 0 30px;
}
.modal-dialog .modal-footer.project-checkout{
    text-align: center;
}
.modal-dialog .modal-footer.project-checkout button.button{
    display: inline-block;
    margin: 0px 4px;
}
.modal-dialog.red button.button {
    border: 0;
    background-color: #313131!important;
    padding: 10px 20px;
    display: block;
    margin: 0 auto 10px auto;
}
.modal-dialog a.button, .modal-dialog a.button:link, .modal-dialog a.button:visited, .modal-dialog a.button:hover, .modal-dialog a.button:active, .modal-dialog a.button:focus {
    background-color: #313131!important;
    padding: 10px 20px;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    color: #e1e1e1!important;
    font-weight: 400;
    max-width: 300px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none!important;
    cursor: pointer;
}
.modal-dialog.red .modal-footer button.button {
    max-width: unset;
    width: auto;
}
.modal-dialog #customer_login .col h4, .modal-dialog.red h4, .modal-dialog.red .info p {
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    margin:0 auto;
    color:#fff;
    max-width: 700px;
}
.modal-dialog p {
    margin-bottom: 20px!important;
}
.modal-dialog .woocommerce #customer_login .login .lost_password {
    margin: 0px 0 0 0!important;
    line-height: 1.1em;
    font-size: 16px;
}
.modal-dialog #customer_login .col-2 {
background-image: none;
background-color: #cf344b;
}
.modal-dialog .woocommerce-form__label-for-checkbox span {
    padding-left: 10px;
}
.modal-dialog .woocommerce-form__label-for-checkbox span:before {
    left: -16px;
}
.modal-dialog button.button {
    width: 100%;
    max-width: 250px;
    font-size: 18px!important;
    border-radius: 5px!important;
    background-color: #cf344b!important
}
.modal-dialog .col-2 .button {
    background-image: none!important;
    background-color: #313131!important;
}
.modal-dialog a:link, .modal-dialog a:visited, .modal-dialog a:hover, .modal-dialog a:active, .modal-dialog a:focus {
    color: #fff!important;
    font-size: 14px;
}
.center {
    text-align: center;
}
.modal-lg {
    width: 100%!important;
    max-width: 972px;
}

.update-license-info{
    margin: 0 auto 40px auto;
    width: 400px;
}

.update-license-info tr{
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
}

@media all and (min-width:767px) {
    .table {
        display:table;
        width:100%;
    }
    .table-cell {
        display: table-cell;
        vertical-align:top;
    }
    .col-6 {
        width: 50%;
    }
    .forgot {
        margin-bottom:14px!important;
        margin-top: -24px;
    }
}
@media all and (max-width:766px) {
    .modal-dialog .table {
        display:table;
        width:100%;
    }
    .modal-dialog .table-cell {
        display: table-cell;
        vertical-align:top;
    }
    .modal-dialog .col-6 {
        width: 50%;
    }
    .modal-dialog #customer_login {
        display: block;
    }
    .modal-dialog #customer_login .col {
        width: auto!important;
        float: none;
    }
    .hide-sm {
        display: none!important;
    }
    .row.table.forgot {
        width: 100%;
        margin: -24px 0 20px;
    }
    .modal-dialog #customer_login .col h2 {
        font-size: 30px!important;
        margin-bottom: 10px;
    }
    .modal-dialog #customer_login .col h4 {
        font-size: 20px;
    }
    .modal-dialog #info {
        padding: 0 52px 25px;
    }
}
input[type=checkbox].woocommerce-form__input-checkbox {
    display: none;
}
input[type=checkbox].woocommerce-form__input-checkbox:checked + span:before {
    content: '\f00c';
    color: #ffffff;
    font-size: 9px;
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    text-decoration: inherit;
    text-align: center;
}
.woocommerce-form__label-for-checkbox span {
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    left: 15px;
    line-height: 20px;
    margin: 0 0 5px;
    position: relative;
}
#customer_login .form-row .required {
    position: relative;
    text-decoration: none;
    right: -15px;
}
.woocommerce-form__label-for-checkbox span:before {
    background: rgba(0,0,0,0.4);
    border-radius: 30px;
    content: "";
    height: 15px;
    left: -22px;
    position: absolute;
    width: 15px;
    top: 1px;
}
.woocommerce-form__label-for-checkbox span:hover {
    cursor: pointer;
}
.woocommerce #customer_login .login .lost_password {
    display: block!important;
    text-align: right;
    margin: 5px 0 0 0!important;
}
.woocommerce-password-strength {
    font-size:12px;
    margin-top:5px;
}
.woocommerce-password-strength.short {
    color: red;
}
.woocommerce-password-strength.bad {
    color: orange;
}
.woocommerce-password-strength.good {
    color: aquamarine;
}
.woocommerce-password-strength.strong {
    color: chartreuse;
}
.gain-points, .gain-points-shadow{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin-top: 5px;
    margin-bottom: 15px;
    overflow:visible;
    padding-top:15px;
    z-index:30;
}
.gain-points-shadow::before{
    content: ' ';
    position:absolute;
    width: 100%;
    height: 20px;
    background-color: rgba(0,0,0,0.2);
    top:-5px;
}
.gain-points svg{
    overflow:visible;
}
.gain-points .autohide{
    visibility: hidden;
}
.gain-points-mode .gain-points .autohide{
    visibility: visible;
}
.gain-points-mode .gain-points svg circle{
    cursor: cell;
    cursor: grab;
    cursor: -webkit-grab;
}
.gain-points-mode .gain-points svg line{
    cursor: ns-resize;
}
.gain-points-mode .gain-points svg circle.grabbed, .gain-points-mode .gain-points svg line.grabbed{
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.force-grabbing-cursor, .force-grabbing-cursor *{
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
}
.gain-points-mode .gain-points svg{
    cursor: cell;
}
.gain-points-mode .gain-points{
    z-index: 12001;
}
.gain-points-mode .vis-delete,
.gain-points-mode .pull-right,
.gain-points-mode .vis-item .track-lock,
.gain-points-mode .h4,
.gain-points-mode .vis-drag-center,
.gain-points-mode .vis-drag-left,
.gain-points-mode .vis-drag-right{
    visibility: hidden;
}
.gain-points-mode .vis-item .track-lock.fa-lock{
    visibility: visible;
}
.gain-points-mode .vis-editable.vis-selected{
    cursor: default;
}
.gain-points-mode{
    background: linear-gradient(to bottom, #0059b240 0%,#039fce40 100%) !important;
}
.red .gain-points-mode{
    background: #43A1AD40 !important;
}
.light .gain-points-mode{
    background: #00B4CB40 !important;
}

.gain-points line{
    stroke:yellow;
}

.mode-toggle-btn{
    font-size: 1.5em;
}
.mode-toggle-btn.mode-toggle-btn-active{
    background: linear-gradient(to bottom, #0059b2 0%,#039fce 100%) !important;
}
.mode-toggle-btn.mode-toggle-btn-active.secondary{
    background: linear-gradient(to bottom, #be1e1e 0%,#d3378b 100%) !important;
}
.red .mode-toggle-btn.mode-toggle-btn-active{
    background: #43A1AD !important;
}
.red .mode-toggle-btn.mode-toggle-btn-active.secondary{
    background: #D4374D !important;
}
.light .mode-toggle-btn.mode-toggle-btn-active{
    background: #00B4CB !important;
}
.light .mode-toggle-btn.mode-toggle-btn-active.secondary{
    background: #CD364E !important;
}

.mood-transition-indicator{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

table.shortcuts{
    width:100%;
}

table.shortcuts td{
    border: 1px #000 solid;
    padding: 3px;
}

table.shortcuts .key{
    padding: 4px;
    background: #ddd;
    border: #999 solid 2px;
    border-radius: 5px;
    color: #333;
    min-width:29px;
    display:inline-block;
    text-align:center;
    margin: 2px;
}

.trim-mode .vis-item.vis-range .vis-drag-right,
.trim-mode .vis-item.vis-range .vis-drag-left{
    cursor: col-resize;
}

.tour-highlight-text{
    color:#2858A7;
    font-weight:500;
}

qt-tour{
    position:fixed;
    top:60px;
    right:5px;
    width:300px;
    background:#fff;
    color:#4e4e4e;
    text-align:center;
    z-index:99;
    border-radius:5px;
    transition: top 1s ease, bottom 1s ease, left 1s ease, right 1s ease;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
}

qt-tour.intro{
    width:unset;
    padding:20px;
}

qt-tour.intro qt-tour-intro{
	padding:10px 0 0 0;
}

qt-tour.intro .header-row2{
	font-size:20px;
}

qt-tour.intro ol{
	text-align: left;
}

qt-tour.intro img{
	width:550px;
	height:auto;
	display: block;
}

qt-tour.intro .btn{
	width:30%;
	display: inline-block;
	font-size:14px;
}

qt-tour-intro{
    display:block;
    padding:40px;
}

qt-tour-intro .header-row2{
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    font-weight:500;
}

qt-tour-intro img{
    height:130px;
    padding:20px;
}

qt-tour-intro .btn.white{
    color: #000;
    background: #fff;
    border-radius: 0;
    width: 130px;
    display: block;
    margin: 0 auto;
    font-size: 1em;
}

qt-tour-header .header-row1{
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    padding-top: 25px;
}

qt-tour-header .header-row2{
    font-size:28px;
    line-height: 25px;
    text-transform: uppercase;
    display: block;
}

.nextStepTransition qt-tour-header{
	display: none;
}

qt-tour-box{
    margin: 0px 20px;
    display:block;
}

qt-tour-step-number{
    font-size: 18px;
    line-height:18px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding-top:20px;
}

qt-tour-step-number::after{
	content:':';
}

qt-tour-step-name{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}

qt-tour-step-description{
    padding: 10px 0;
    display: block;
}

qt-tour-step-description ol{
	padding:0 10px 0;
	margin: 5px;
}

qt-tour-step-description ol li{
	text-align: left;
}

qt-tour-progress{
    border-top: 1px solid #fff;
    display: block;
}

qt-tour-progress .progress-dots{
    padding: 0px 20px 5px;
}

qt-tour-progress .progress-roles{
    padding: 0px 0px 10px;
}

qt-tour-progress ul{
    padding: 0;
    margin: 0;
}

qt-tour-progress .progress-stars li{
    display: inline-block;
    text-align: left;
}

qt-tour-progress .progress-stars li.item1{
    width:36%;
}

qt-tour-progress .progress-stars li.item2{
    width:38%;
    padding-left:17px;
}

qt-tour-progress .progress-stars li.item3{
    width:15%;
    padding-left:3px;
}

qt-tour-progress .progress-stars li.item4{
    text-align:right;
    width:11%;
}

qt-tour-progress img{
	margin: 0 0 6px 1px;
}

qt-tour-progress .progress-stars img{
    width:25px;
}

qt-tour-progress .progress-dots li{
    width:7.6%;
    display:inline-block;
}

qt-tour-progress .dot{
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #c4c4c4;
    display: inline-block;
}

qt-tour-progress .dot.on{
    background-color: #D4374D;
}

qt-tour-progress .progress-roles li {
    display: inline-block;
    width: 25%;
}

qt-tour-box .success-image{
    margin-top:25px;
}

.btn.qt-load-video{
    height:30px;
    line-height:15px;
    margin:5px;
    width:140px;
    color:#fff;
    border-radius:5px;
}

qt-tour-progress .progress-roles li.role1{
    padding-left:0px;
}

qt-tour-progress .progress-roles li.role2{
    padding-left:30px;
}

qt-tour-progress .progress-roles li.role3{
    padding-left:61px;
}

qt-tour-progress .progress-roles li.role4{
    padding-left:21px;
    color: #f0b80a;
}

qt-tour button.close{
    right: 0px;
    top: 0px;
    position: absolute;
}

.highlighter svg{
    position:fixed;
    z-index: 101;
    pointer-events:none;
    filter: blur(2px);
}

.highlighter svg.expanding-border{
    filter:blur(1px);
    overflow: visible;
}
.highlighter svg.expanding-border rect{
    stroke: #f0b907;
    stroke-width: 4;
    fill: none;
    animation-name: expanding-border;
    animation-duration: 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
}
.highlighter svg.expanding-border.big rect{
    animation-name: expanding-border-big;
}

@keyframes expanding-border{
    0%{
        transform: scale(1);
        opacity: 0;
    }
    10%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scaleX(1) scaleY(1.02);
        opacity: 0;
    }
}

@keyframes expanding-border-big{
    0%{
        transform: scale(1);
        opacity: 0;
    }
    10%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scaleX(2) scaleY(2);
        opacity: 0;
    }
}

.trim-mode{
    background: linear-gradient(to bottom, #be1e1e40 0%,#d3378b40 100%) !important;
}
.red .trim-mode{
    background: #D4374D40 !important;
}
.light .trim-mode{
    background: #CD364E40 !important;
}

.player-buttons button.btn.edit-row-btn{
    height: 30px;
    width: 30px;
    padding: 3px;
    margin-right: 1px;
    background: #202020;
    border-radius: 2px 0 0 2px;
    line-height: 1;
    border-top:1px solid #303030;
}

.player-buttons button.btn.edit-row-btn:nth-child(even){
    margin-right:10px;
    border-radius:0 2px 2px 0;
}

.player-buttons button.btn.edit-row-btn img{
    width:100%;
    height:100%;
}

#loadingIndicator{
    z-index:99999;
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    text-align:center;
    vertical-align:middle;
    background:rgba(255,255,255,0);
}

#loadingIndicator div{
    background:url('../img/CM_InitPopup.png') center center no-repeat;
    width:100%;
    height:100%;
    background-size: 200px 200px;
}

.vis-item .toggle-button{
    float: right;
    z-index: 2000;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 2px;
}

.toggle-button{
    width: 13px;
    height: 13px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: rgba(255,255,255,0.3);
    font-size:.8em;
}

.toggle-button:hover{
	background: rgba(255,255,255,0.5);
}

.toggle-button.active{
    color: #000;
    background: #fff;
    mix-blend-mode: lighten;
}

#loadDemoTrack .table{
    margin-top: 10px;
}

qt-toaster{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    right:0;
    z-index: 10;
    pointer-events: none;
}

@keyframes slide-down{
    from {height:0;}
    to {height:100%;}
}

@keyframes slide-up{
    from {height:100%;}
    to {height:0;}
}

qt-toaster .toast{
    margin: 0 0 4px 0;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    animation-name: slide-down;
    animation-duration: .5s;
    background: #CE424F;
    background: -moz-linear-gradient(left, #CE424F -20%, #94224F 120%);
    background: -webkit-linear-gradient(left, #CE424F -20%,#94224F 120%);
    background: linear-gradient(to right, #CE424F -20%,#94224F 120%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE424F', endColorstr='#94224F',GradientType=1 );
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: all;
    color: #fff;
}

qt-toaster .toast.remove{
    animation-name: slide-up;
    height: 0;
}

.toastButton{
    width: 200px;
    max-width: 50%;
    font-size: 1em;
    margin-left: 10px;
}

.showScrollbar{
    overflow: hidden scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #999 rgba(0,0,0,0);
}

.showScrollbar::-webkit-scrollbar{
    width: 5px;
}

.showScrollbar::-webkit-scrollbar-button{
    display:none;
}

.showScrollbar::-webkit-scrollbar-thumb{
    background-color: #999;
    border-radius: 3px;
}

.showScrollbarV{
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #999 rgba(0,0,0,0);
    transition: box-shadow .5s ease;
}

.showScrollbarV::-webkit-scrollbar{
    height: 5px;
}

.showScrollbarV::-webkit-scrollbar-button{
    display:none;
}

.showScrollbarV::-webkit-scrollbar-thumb{
    background-color: #999;
    border-radius: 3px;
}

.invisibleScrollbar{
    scrollbar-width: none !important;
}

.invisibleScrollbar::-webkit-scrollbar{
    display:none;
}

.left-scroll-indicator{
    box-shadow: inset 0 20px 5px -13px #fff, inset 0 -20px 5px -13px #fff, inset 15px 0 15px -15px #000, inset -15px 0 15px -15px rgba(0, 0, 0, 0);
}

.right-scroll-indicator{
    box-shadow: inset 0 20px 5px -13px #fff, inset 0 -20px 5px -13px #fff, inset 15px 0 15px -15px rgba(0, 0, 0, 0), inset -15px 0 15px -15px #000;
}

.left-scroll-indicator.right-scroll-indicator{
    box-shadow: inset 0 20px 5px -13px #fff, inset 0 -20px 5px -13px #fff, inset 15px 0 15px -15px #000, inset -15px 0 15px -15px #000;
}

img{
    max-width: 100%;
}
