.uk-accordion-title + div {
    height: 0;
    overflow: hidden;
    padding: 0;
}

.uk-accordion-title.uk-active + div {
    overflow: visible;
}

.user_heading.uk-active {
    z-index: 99 !important;
}

.selectize-dropdown {
    z-index: 95;
}

.uk-datepicker {
    z-index: 98;
}

.md-fab-wrapper {
    z-index: 1100;
}

/* TODO @gritt, make sure styles are being used */

#program-spotify-button-circle {
    text-align: center;
    position: absolute;
    bottom: -4px;
    left: -8px;
    width: 32px;
    height: 32px;
    line-height: 38px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;
    padding: 0;
    cursor: pointer;
}

#program-spotify-button-circle .fa {
    color: #2ccc34;
    font-size: 22px;
}

#program-spotify-description-button {
    text-align: center;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
}

#program-spotify-description-button .fa {
    color: #2ccc34;
    font-size: 16px;
}

/*----------------------------------------
    Status
------------------------------------------*/

.user_heading_avatar img {
    min-width: 100%;
    min-height: 100%;
}

#picker {
    width: 486px;
    height: 38px;
    color: #fff;
}

.colorPickerContainer {
    position: relative;
    margin-top: -12px;
}

.colorPickerContainer .colorPickerLabel {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.colorPickerContainer .colorPickerLabel label {
    line-height: 40px;
    padding-left: 15px;
}

.colorPickerContainer .k-widget.k-colorpicker.k-header {
    width: 100% !important;
    cursor: pointer;
}

.colorPickerContainer .k-selected-color {
    width: 100%;
    cursor: pointer;
}

.colorPickerContainer .k-picker-wrap.k-state-default {
    border: 1px solid #000;
}

.status-active {
    background-color: #8bc34a !important;
}

.status-active:before {
    content: "Ativo";
}

.status-inactive {
    background-color: #607d8b !important;
}

.status-inactive:before {
    content: "Inativo";
}

.status-pending {
    background-color: #ffc107 !important;
}

.status-pending:before {
    content: "Pendente";
}

.status-canceled {
    background-color: #f44336 !important;
}

.status-canceled:before {
    content: "Cancelado";
}

.status-excluded {
    background-color: #ff0000 !important;
}

.status-excluded:before {
    content: "Excluído";
}

.status-pre-inscription {
    background-color: #f26d4a !important;
}

.status-pre-inscription:before {
    content: "Pré Inscrito";
}

.status-draft {
    background-color: #03a9f4 !important;
}

.status-draft:before {
    content: "Rascunho";
}

.status-suspended {
    background-color: #607d8b !important;
}

.status-suspended:before {
    content: "Suspenso";
}

/*----------------------------------------
    Upload
------------------------------------------*/

.upload-today {
    color: #8bc34a !important;
}

#message-search-repository .uk-alert,
#message-id3-info .uk-alert {
    background-color: #fff !important;
}

#message-search-repository .uk-alert.success,
#message-id3-info .uk-alert.success {
    border: 1px solid #1976d2 !important;
    color: #1976d2 !important;
}

#message-search-repository .uk-alert.error,
#message-id3-info .uk-alert.error {
    border: 1px solid #e53935 !important;
    color: #e53935 !important;
}

.user_heading_avatar .btn-file {
    text-align: center;
    position: absolute;
    top: -4px;
    left: -8px;
    width: 32px;
    height: 32px;
    line-height: 38px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;
}

.user_heading_avatar .btn-file.fileinput-exists {
    right: -8px;
    left: auto;
}

/*----------------------------------------
    Common
------------------------------------------*/

.md-input-filled > label,
.md-input-focus > label {
    z-index: 2 !important;
}

.selectize-control.plugin-remove_button [data-value].item.locked {
    padding-right: 8px !important;
    background-color: #d2d2d2 !important;
    color: #fff !important;
}

.selectize-input.items .locked .remove {
    display: none;
}

.selectize-control.single {
    margin-top: 0px !important;
}

input[disabled] {
    color: #a9a9a9 !important;
}

.btn-hidden {
    display: none !important;
}

.throw-left {
    float: left !important;
}

.throw-right {
    float: right !important;
}

.throw-text-left {
    text-align: left !important;
}

.throw-text-right {
    text-align: right !important;
}

.throw-text-center {
    text-align: center !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 15px;
    display: inline-block;
    border-width: 2px;
    border-color: #c5c5c5;
    border-style: dashed;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 15px !important;
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 6px;
    box-sizing: border-box;
}

.inputfile + label > span {
    max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
    overflow-x: hidden;
    vertical-align: middle;
}

.inputfile + label > i {
    vertical-align: middle;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #dedede;
}

.main_dashboard .md-card img {
    width: 100%;
    height: auto;
}

.main_dashboard .md-card.waves-effect {
    transition: 0.3s ease;
}

.main_dashboard .prevLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.main_dashboard .prevLayer span {
    display: table;
    width: 100%;
    height: 100%;
}

.main_dashboard .prevLayer span:before {
    content: "Em desenvolvimento";
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px 0;
}

.main_dashboard .md-fab-wrapper {
    z-index: 10 !important;
}

.main_dashboard .md-card .card_image_wrap {
    position: relative;
}

.main_dashboard .md-card .card_image_wrap .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.main_dashboard .md-card .card_image_wrap .card-title h3 {
    margin: 0;
    text-shadow: 0 0 4px #9f9f9f;
    line-height: 30px;
    font-size: 22px;
}

.main_dashboard .md-card .card_image_wrap .card-title .heading_b {
    font-size: 35px;
    padding-top: 15px;
    text-shadow: 0 0 0 transparent;
}

.main_dashboard .md-card .card_image_wrap .md-fab-wrapper.md-fab-in-card {
    bottom: 0;
}

.main_dashboard .md-card .card_image_wrap .md-fab-wrapper.md-fab-in-card a {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 45px;
}

.main_dashboard .md-card .card_image_wrap .md-fab-wrapper.md-fab-in-card a i {
    line-height: 45px;
    font-size: 30px;
}

.main_dashboard .md-card-overlay {
    padding-bottom: 0;
}

.uk-dashboard.uk-progress {
    height: 18px !important;
}

.uk-dashboard.uk-badge {
    margin-bottom: 16px !important;
}

.barPercentage {
    text-align: right;
    font-style: italic;
    color: #807b7b;
    font-size: 11px;
}

.barPercentage b {
    font-size: 13px;
}

/*----------------------------------------
    Pre-loader
------------------------------------------*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded #loaderr-wrapper {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 0.6s ease-out;
}

.loaded #loaderr-wrapper .loaderr-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loaderr-wrapper .loaderr-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.progress {
    display: none !important;
    background-color: transparent;
}

/* JavaScript Turned Off */

.no-js #loaderr-wrapper {
    display: none;
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: transparent;
    border-radius: 2px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    height: 4px;
}

.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ff5252;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.progress .indeterminate {
    background-color: #ff5252;
}

.underCards .progress .indeterminate {
    background-color: #fff;
}

.underCards .md-card-content,
.underCards .md-card-content span.uk-text-muted {
    color: #fff !important;
}

.progress .indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    -moz-animation-delay: 1.15s;
    -ms-animation-delay: 1.15s;
    -o-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-moz-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@-moz-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

/*-----------------------------------------
	FAB companies/add
-----------------------------------------*/

.custom-speed-deal .md-fab-wrapper-small {
    position: absolute;
    right: 80px;
    bottom: 8px;
    min-height: 48px;
    width: 48px;
    z-index: -1;
}

/*----------------------------------------
    default colors
------------------------------------------*/

.md-card-btop {
    border-top: 4px solid;
}

.md-card-bleft {
    border-left: 4px solid;
}

.md-bg-music {
    background-color: #43a047 !important;
}

.md-color-music {
    background-color: #43a047 !important;
}

.md-bleft-music {
    border-left-color: #ec663d !important;
}

.md-btop-music {
    border-top-color: #ec663d !important;
}

.md-bg-midia {
    background-color: #43a047 !important;
}

.md-color-midia {
    background-color: #43a047 !important;
}

.md-bleft-midia {
    border-left-color: #ec663d !important;
}

.md-btop-midia {
    border-top-color: #ec663d !important;
}

.md-bg-bumper {
    background-color: #43a047 !important;
}

.md-color-bumper {
    background-color: #43a047 !important;
}

.md-bg-program {
    background-color: #43a047 !important;
}

.md-color-program {
    background-color: #43a047 !important;
}

.md-bg-bridge {
    background-color: #43a047 !important;
}

.md-color-bridge {
    background-color: #43a047 !important;
}

.md-bg-team {
    background-color: #1e88e5 !important;
}

.md-color-team {
    background-color: #1e88e5 !important;
}

.md-bg-bridge {
    background-color: #43a047 !important;
}

.md-color-bridge {
    background-color: #43a047 !important;
}

.md-bg-programs-map {
    background-color: #6a1b9a !important;
}

.md-color-programs-map {
    background-color: #6a1b9a !important;
}

.md-bg-recorded-programs {
    background-color: #ffa726 !important;
}

.md-color-recorded-programs {
    background-color: #ffa726 !important;
}

.md-bg-subscribers {
    background-color: #ff5252 !important;
}

.md-color-subscribers {
    background-color: #ff5252 !important;
}

.md-bg-playlists {
    background-color: #66bb6a !important;
}

.md-color-playlists {
    background-color: #66bb6a !important;
}

.md-bg-media {
    background-color: #ec407a !important;
}

.md-color-media {
    background-color: #ec407a !important;
}

#sidebar_main .sidebar_main_header {
    height: 89px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
    background-image: none;
    background-color: #424242;
    background-repeat: no-repeat;
    background-position: top left;
}

#sidebar_main .sidebar_main_header {
    display: table;
    width: 100%;
}

#sidebar_main .sidebar_main_header .sidebar_logo {
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#sidebar_main .sidebar_main_header .sidebar_logo a {
    margin: 0;
}

.tagsCloud {
    text-align: center;
}

.tagsCloud a {
    margin: 5px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    text-shadow: 0px 0px 5px #fff;
}

@media all and (min-width: 768px) and (max-width: 959px) {
    td.md-hidden {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

@media all and (max-width: 768px) {
    td.sm-hidden {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

.upperCards {
    height: 170px;
    background-position: center center;
    position: relative;
}

.upperCards:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.upperCards .card-title {
    position: relative;
    z-index: 3;
}

.uk-line-height-50 {
    line-height: 50px;
}

.upperCardsIcon i {
    font-size: 35px;
}

.middleCards .md-card-hover {
    min-height: 200px;
}

.md-card .md-card-head.middleCards {
    height: 170px;
}

.middleCards .half {
    width: 50%;
    max-width: 100% !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    position: absolute;
    top: 0;
}

.middleCards .half.left {
    left: 0;
}

.middleCards .half.right {
    right: 0;
}

.middleCards .half h2 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
}

.middleCards .half h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 35px;
    background-color: #fff;
    margin: 10px 0;
}

.middleCards .cardAction {
    width: 90%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.middleCards .cardAction a {
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
    border-radius: 3px 0 0 3px;
    text-align: left;
}

.middleCards .cardAction a i {
    margin-right: 5px;
}

.mediaAddButton {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.playersCard {
    margin-bottom: 35px !important;
}

.playersCard .md-list-addon > li {
    margin-left: 50px;
    min-height: 73px !important;
}

.playersCard ul li li:nth-child(even) {
    background-color: rgba(214, 214, 214, 0.31);
}

.playersCard ul li li:nth-child(even) .md-list-addon-element:first-child {
    background-color: rgba(214, 214, 214, 0.31);
}

.playersCard .md-list-addon > li.hasFileDownload {
    padding-right: 50px;
}

.playersCard .md-list-addon > li.hasFileDownload .bt_right {
    left: auto;
    right: 0;
}

.playersCard .md-list-addon-element {
    padding: 0;
    width: 50px;
    left: -50px;
}

.playersCard .md-list-addon-element i {
    margin-top: 4px;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
}

#middleCard-content-channel {
    background: url("../../img/dash/conteudo.jpg") center center no-repeat;
    background-size: cover;
}

#middleCard-music-channel {
    background: url("../../img/dash/musica.jpg") center center no-repeat;
    background-size: cover;
}

#middleCard-radio {
    background: url("../../img/dash/radio.jpg") right center no-repeat;
    background-size: cover;
}

#middleCard-bloquinho {
    background: url("../../img/dash/bloquinho.jpg") right center no-repeat;
    background-size: cover;
}

.disabled-item {
    font-style: italic;
    text-decoration: line-through;
}

.mediaList.inactive {
    color: #bdbdbd !important;
}

.mediaListPlayButton {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    max-width: 60px;
    position: relative;
}

.mediaListPlayButton.inactive {
    opacity: 0.4;
}

.mediaListPlayButton i {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.53);
    display: block;
    border-radius: 50%;
    box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.16), inset 0 3px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;
    color: #fff;
    transform: translate(-50%, -50%);
    z-index: 50;
}

.mediaListPlayButton i span {
    font-size: 30px;
    line-height: 30px;
}

.mediaListPlayButton:hover i {
    opacity: 1;
}

.mediaListPlayButton .pauseIcon {
    display: none;
}

.mediaListPlayButton.onThePlayer .pauseIcon {
    display: block;
}

.mediaListPlayButton.onThePlayer .playIcon {
    display: none;
}

.mediaListPlayButton.onThePlayer i {
    border: 1px solid #00fffc;
}

.musicListingTable {
    margin-top: 20px;
    box-shadow: inset 0 0 1px #ccc;
}

.musicListingTable.uk-table td {
    vertical-align: middle;
    outline: 0 none;
}

.musicListingTable .md-colVis.uk-text-right {
    position: absolute;
    right: 15px;
    top: 15px;
}

#list-notify-branchs {
    list-style: none;
}

#list-notify-branchs label {
    padding-left: 10px;
}

#fileUploadLoader,
.fileUploadLoader {
    height: 5px;
    position: relative;
    display: none;
}

#fileUploadLoader .bar,
.fileUploadLoader .bar {
    width: 0%;
    height: 100%;
    background-color: green;
}

#notifyContent .nfyDate {
    font-size: 10px;
    font-weight: 900;
    color: #b1b1b1;
}

#notifyContent .checkAllNotify {
    float: right;
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

#notifyContent .checkAllNotify:hover {
    text-decoration: underline;
}

#notifyContent .seeAllNotifications {
    display: block;
    text-align: center;
}

#header_main .uk-navbar .uk-navbar-nav > li .uk-dropdown {
    max-height: none !important;
    min-width: 380px;
}

#header_alerts .markAsRead {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c79f52;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;
}

#header_alerts .unread .markAsRead {
    opacity: 0.5;
}

#header_alerts .unread .markAsRead {
    opacity: 0.4;
}

#header_alerts .unread:hover .markAsRead {
    opacity: 1;
    pointer-events: auto;
}

#header_alerts .markAsRead:before {
    content: "Marcar como lida";
    background-color: #505050;
    right: 150%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
    white-space: nowrap;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 4px;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s ease;
}

#header_alerts .markAsRead:hover:before {
    opacity: 1;
}

#header_alerts .unread {
    background-color: rgba(255, 218, 152, 0.28);
    transition: 0.3s ease;
}

#header_alerts .unread:hover {
    background-color: rgba(255, 218, 152, 0.5);
}

#header_alerts .downloadButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#header_alerts a i {
    font-size: 30px;
    margin-top: 6px;
}

#header_alerts .md-list-addon > li {
    padding-left: 65px;
    margin: 0 !important;
    padding-right: 10px;
}

#header_alerts .md-list-addon > li.media {
    padding-right: 55px !important;
}

#header_alerts .md-list-addon-element {
    position: absolute;
    left: 15px;
    top: -1px;
    bottom: -1px;
    width: 45px;
    text-align: center;
    padding: 8px 0;
    display: block;
}

#header_alerts .uk-badge {
    float: none;
}

#header_main .uk-navbar .uk-navbar-nav > li .uk-dropdown .uk-switcher {
    max-height: 280px !important;
}

#header_alerts {
    margin-right: -10px;
}

#header_alerts a {
    color: rgb(68, 68, 68);
}

#header_alerts .bt_right {
    width: 45px;
    right: 5px;
    position: absolute;
    left: auto;
    text-align: center;
}

#header_alerts .bt_right i {
    font-size: 30px;
}

.md-list > li:last-child {
    border-bottom: 1px solid transparent;
}

#mediaButtonsHolder,
.cardUploadButtons {
    text-align: center;
    padding-top: 10px;
}

#mediaButtonsHolder .md-fab,
.cardUploadButtons .md-fab {
    min-width: 0;
    display: inline-block;
    width: 47px;
    height: 47px;
}

#mediaButtonsHolder .md-fab .material-icons,
.cardUploadButtons .md-fab .material-icons {
    margin: 0;
    font-size: 25px;
    line-height: 47px;
}

#mediaButtonsHolder .md-fab .material-icons.pause,
.cardUploadButtons .md-fab .material-icons.pause {
    display: none;
}

#mediaButtonsHolder .md-fab.onThePlayer .material-icons.play,
.cardUploadButtons .md-fab .material-icons.pause {
    display: none;
}

#mediaButtonsHolder .md-fab.onThePlayer .material-icons.pause,
.cardUploadButtons .md-fab .material-icons.pause {
    display: inline-block;
}

#mediaResultCard {
    display: none;
}

.dashboardMediaList {
    height: 420px;
    overflow: visible;
}

.dashboardMediaList .md-list > li > .md-list-content .md-list-heading {
    line-height: 14px;
    font-size: 12px;
}

.dashboardMediaList .md-list > li > .md-list-content .uk-badge {
    float: left !important;
    font-size: 10px;
    margin-right: 5px;
    background: transparent;
    color: #717171 !important;
}

.dashboardMediaList .md-list > li > .md-list-content .uk-badge {
    background-color: #717171;
    color: #fff !important;
}

.dashboardMediaList .md-list > li > .md-list-content .uk-badge.mediaTime,
.dashboardMediaList .md-list > li > .md-list-content .uk-badge.isNew {
    color: #fff !important;
}

.dashboardMediaList .uk-badge i {
    color: #fff;
    font-size: 14px;
}

.dashboardMediaList .md-list-addon-element i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 40px;
    margin: 0;
}

.dashboardMediaList .uk-switcher {
    overflow: auto;
    height: 398px;
}

.activePlayer .md-fab-wrapper {
    margin-bottom: 75px;
}

.activePlayer.minimized .md-fab-wrapper {
    margin-bottom: 0;
}

.deactivated,
.deactivated:hover {
    background-color: #ffffff !important;
    color: #dadada !important;
}

.md-card-content .amcharts-chart-div > a {
    display: none !important;
    opacity: 0 !important;
}

#mediaUploaderCard {
    margin-top: 0 !important;
}

.card-file-name-locked {
    pointer-events: none;
    opacity: 0.5;
}

html body .dataTables_wrapper .uk-overflow-container td:not(.actions) {
    white-space: normal !important;
}

/*----------------------------------------
    DT_Ajax
------------------------------------------*/

#DataTables_Table_0_processing,
#DataTables_Table_1_processing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.59);
}

#DataTables_Table_0_processing i,
#DataTables_Table_1_processing i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sPlaceholder {
    display: none;
}

/*======================================
    Programs
======================================*/

.sliders_step1 p {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}

.sliders_step1 .ui-slider-horizontal {
    height: 8px;
    background-color: #5c5c5c;
    border: 1px solid #bababa;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.sliders_step1 .ui-slider {
    position: relative;
    text-align: left;
}

.sliders_step1 .ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.sliders_step1 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: 0.7em;
    display: block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #81b8f3;
    background-color: #212121;
}

.sliders_step1 .ui-slider .ui-slider-handle {
    border-radius: 50%;
    background-color: #f9fbfa;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #c7ced6), color-stop(100%, #f9fbfa));
    background-image: -webkit-linear-gradient(top, #c7ced6, #f9fbfa);
    background-image: -moz-linear-gradient(top, #c7ced6, #f9fbfa);
    background-image: -o-linear-gradient(top, #c7ced6, #f9fbfa);
    background-image: linear-gradient(top, #c7ced6, #f9fbfa);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset,
        0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset,
        0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset,
        0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.sliders_step1 .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
    outline: 0 none;
}

.sliders_step1 .ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    background-color: #000;
}

.sliders_step1 .ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
    margin-left: -0.6em;
}

.sliders_step1 .ui-slider a:focus {
    outline: none;
}

.program-add .wizard.vertical > .content .body {
    padding-right: 0 !important;
    padding-left: 20px !important;
}

.program-add .user_heading.md-bg-grey-900 {
    margin-top: -15px;
    margin-bottom: 25px;
}

.program-add .columnCard {
    width: 100%;
    padding: 10px;
    background-color: #f4f4f4;
    box-sizing: border-box;
}

.program-add #programBuilder {
    padding-top: 10px;
}

.program-add #programBuilder #programTtimeInfo {
    font-style: italic;
    text-align: right;
    padding: 0 15px 0 0;
}

.program-add #programBuilder #programTtimeInfo #programTotalTime {
    font-size: 22px;
    line-height: 35px;
}

.program-add #programBuilder #programTtimeInfo #programTimeSlash {
    font-size: 16px;
}

.program-add #programBuilder #programTtimeInfo #programAvailableTime {
    font-size: 14px;
}

.program-add #programBuilder #programBlocks .emptyBlocks {
    border: 2px dashed #dedede;
    text-align: center;
    color: #a7a3a3;
    height: 35px;
    line-height: 35px;
    margin-top: 20px !important;
}

.program-add #programBuilder #blockEditor .emptyBlocks {
    border: 2px dashed #dedede;
    text-align: center;
    color: #a7a3a3;
    height: 35px;
    line-height: 35px;
    margin-top: 20px !important;
}

.program-add #programBuilder #blockEditor #formAdder {
    display: none;
}

.program-add #builderTemplates {
    display: none;
}

.program-add .uk-nestable-empty {
    min-height: 0;
}

.uk-nestable .uk-nestable-item,
.uk-nestable-list .uk-nestable-item {
    margin-top: 10px !important;
    position: relative;
}

.uk-nestable .uk-nestable-item .programBlockTime,
.uk-nestable-list .uk-nestable-item .programBlockTime {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 36px;
    font-style: italic;
    font-size: 12px;
}

.uk-nestable .uk-nestable-item.programNestable,
.uk-nestable-list .uk-nestable-item.programNestable {
    cursor: pointer;
}

.uk-nestable .uk-nestable-item.programNestable.musicalBlock .uk-nestable-panel,
.uk-nestable-list .uk-nestable-item.programNestable.musicalBlock .uk-nestable-panel {
    background-color: #e6ee9c !important;
}

.uk-nestable .uk-nestable-item.programNestable.musicalBlock.selected .uk-nestable-panel,
.uk-nestable-list .uk-nestable-item.programNestable.musicalBlock.selected .uk-nestable-panel,
.uk-nestable .uk-nestable-item.programNestable.musicalBlock:hover .uk-nestable-panel,
.uk-nestable-list .uk-nestable-item.programNestable.musicalBlock:hover .uk-nestable-panel {
    background-color: #dce775 !important;
}

.uk-nestable .uk-nestable-item.programNestable.comercialBlock .uk-nestable-panel,
.uk-nestable-list .uk-nestable-item.programNestable.comercialBlock .uk-nestable-panel {
    background-color: #b3e5fc !important;
}

.uk-nestable .uk-nestable-item.programNestable.comercialBlock.selected .uk-nestable-panel,
.uk-nestable-list .uk-nestable-item.programNestable.comercialBlock.selected .uk-nestable-panel,
.uk-nestable .uk-nestable-item.programNestable.comercialBlock:hover .uk-nestable-panel,
.uk-nestable-list .uk-nestable-item.programNestable.comercialBlock:hover .uk-nestable-panel {
    background-color: #80deea !important;
}

.program-add #programBuilder #programBlockItems {
    padding-left: 10px;
    position: relative;
}

.program-add #programBuilder #programBlockItems:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #bcbcbc;
    position: absolute;
    left: 0;
    top: 0;
}

.program-add #programBuilder #programBlockItems .uk-nestable-item .uk-nestable-panel {
    overflow: visible !important;
    position: relative !important;
}

.uk-nestable .programBlockPlaceholder .uk-nestable-panel:before,
.uk-nestable-list .programBlockPlaceholder .uk-nestable-panel:before {
    opacity: 0;
}

.uk-nestable .programBlockPlaceholder .uk-nestable-panel:before,
.uk-nestable-list .programBlockPlaceholder .uk-nestable-panel:before {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    left: -14px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.08), -1px 0px 2px rgba(0, 0, 0, 0.15);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.uk-nestable .programBlockPlaceholder .uk-nestable-panel:after,
.uk-nestable-list .programBlockPlaceholder .uk-nestable-panel:after {
    opacity: 0;
}

.uk-nestable .programBlockPlaceholder .uk-nestable-panel:after,
.uk-nestable-list .programBlockPlaceholder .uk-nestable-panel:after {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.program-add #programBuilder #saveBlock {
    margin-top: 5px;
}

.program-add #programBuilder #cancelBlock {
    margin-top: 6px;
}

.program-add #programBuilder #deleteBlock {
    background: transparent;
    border: 0 none;
    font-size: 16px;
    color: #5a6473;
    height: 35px;
    font-style: italic;
    cursor: pointer;
    margin-top: 5px;
}

.program-add #programBuilder #deleteBlock i {
    font-size: 20px;
    vertical-align: bottom;
}

.uk-nestable .programBlockPlaceholder .deletePlaceholder,
.uk-nestable-list .programBlockPlaceholder .deletePlaceholder {
    border: 0 none;
    background: transparent;
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 35px;
    cursor: pointer;
    font-size: 12px;
}

.uk-nestable .programBlockPlaceholder .deletePlaceholder i,
.uk-nestable-list .programBlockPlaceholder .deletePlaceholder i {
    font-size: 14px;
}

.uk-nestable .programBlockPlaceholder .blockPlaceholderData,
.uk-nestable-list .programBlockPlaceholder .blockPlaceholderData {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 35px;
    font-style: italic;
    font-size: 14px;
    color: #515151;
    opacity: 0.7;
}

.uploaderAvatarCover {
    width: 100%;
    height: 100%;
    background-position: center;
}

.JCLRgrips th,
.icheckbox_md + label,
.icheck-inline {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#favButton #favorite-btn,
#favButton.favorited #favorite-btn-o {
    display: inline-block;
}

#favButton.favorited #favorite-btn,
#favButton #favorite-btn-o {
    display: none;
}

/*======================================
    Categories
======================================*/

.categoriesBox.locked:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/*======================================
    Media Share
======================================*/

/*----------------------------------------
    BODY
------------------------------------------*/

body.hasSuperbar {
    padding-bottom: 128px !important;
}

body.hasSuperbar .md-fab-wrapper {
    bottom: 44px !important;
}

#superbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background-color: #3f8cd8;
    color: #fff;
    z-index: 1300;
}

.hideElement {
    visibility: hidden;
}

/*======================================
    Caminho de pao com infos do logado
======================================*/

#infoLogged {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

#infoLogged > li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#infoLogged > li {
    display: inline-block;
}

#infoLogged > li a {
    color: #fff;
}

#infoLogged > li span {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 0;
    line-height: 24px;
}

#infoLogged > li + li span {
    margin-left: 10px;
}

#infoLogged > li + li a:hover {
    color: #1e88e5;
}

#infoLogged > li + li span:before {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -12px;
    font-family: "Material Icons";
    font-size: 24px;
    display: block;
    color: #727272;
}

#top_bar {
    background-color: #424242;
    color: #fff;
    fill: #fff;
    height: 41px;
    box-shadow: none;
}

#top_bar .selectize-input.full,
#top_bar .selectize-dropdown {
    background-color: #424242;
}

#top_bar,
#top_bar *,
#top_bar :after,
#top_bar :before,
#top_bar:after,
#top_bar:before {
    color: #fff;
}

@media (max-width: 550px) {
    .isSuperadmin #top_bar {
        height: 75px;
        transition: 0s none;
    }
    .isSuperadmin #navigateAs {
        width: 100% !important;
        margin-top: -15px;
        transition: 0 none;
    }
    .isSuperadmin #navigateAs .md-input-wrapper.md-input-filled.throw-right {
        float: left !important;
    }
}

.musicListingTable .details-control {
    position: relative;
}

.musicListingTable .details-control .md-list-addon-element {
    width: 45px;
    height: 45px;
    padding: 0;
    position: relative;
    left: 0;
}

.musicListingTable .details-control .md-list-addon-element i {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    font-size: 35px;
}

#programMapTagCloud .md-btn {
    background-color: #fff;
    color: #e2e2e2;
}

#programMapTagCloud .md-btn.uk-active {
    background-color: #424242;
    color: #fff;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    border: 0 none;
}

#programMapTagCloud .md-btn.uk-active:after {
    display: none;
}

#nameMedia {
    margin-bottom: 10px;
}

#confirmNameMedia {
    margin-left: 0;
}

#confirmNameMedia,
#cancelNameMedia {
    display: none;
}

#driveInfo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #d6d6d6;
}

#driveInfo .spaceUsed {
    list-style: none;
    padding: 0 10px;
    margin: 15px 0;
    list-style: none;
}

#driveInfo .spaceUsed li {
    padding: 3px 0;
    color: #797979;
}

#driveInfo .spaceUsed li > div > i {
    color: #a5a5a5;
}

#driveInfo .uk-dropdown {
    text-align: center;
}

#lastModCloser.uk-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    padding: 0;
    display: block;
    height: 35px;
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

#lastModCloser.uk-modal-close i {
    cursor: pointer;
}

#lastModCloser.uk-modal-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#programMap {
    margin-top: 30px;
}

#programMap .dayColumn {
    float: left;
    position: relative;
    width: 165px;
    height: 900px;
}

#programMap .dayColumn .commercialItem,
#programMap .dayColumn .programItem {
    position: absolute;
    left: 0;
    border: 2px solid transparent;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
}

#programMap .dayColumn .commercialItem {
    left: auto;
    right: 2px;
    width: calc(100% - 26px);
}

#programMap .dayColumn .commercialMediaBlock {
    font-size: 11px;
    font-weight: normal;
    line-height: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
    padding-left: 22px;
    background-color: transparent !important;
    color: #9e9e9e !important;
}

#programMap .dayColumn .programItem > * {
    position: relative;
    z-index: 1;
}

#programMap .dayColumn .programItem .colorRibon {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.2;
}

#programMap .dayColumn#dayTime {
    width: 45px;
    height: auto;
    background-color: #363c4a;
    border-right: 2px solid rgb(255, 255, 255);
    box-sizing: border-box;
}

#programMap .dayColumn#dayTime > div {
    border: 1px solid #414755;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
    color: #bfc1c7;
    text-align: center;
}

#programMap .dayColumn#dayTime > div:hover {
    background-color: #00b09c;
    color: #fff;
}

#programMap .dayColumn#dayTime > div span {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #4e4d4d;
    opacity: 0.2;
    transition: 0.3s ease;
    margin-top: -1px;
    max-width: 500px;
}

#programMap .dayColumn#dayTime > div:hover span {
    width: 100vw;
}

#programMap .dayColumn#dayTime > div.dayName {
    border-right: 2px solid #414755;
    box-sizing: content-box;
    border-bottom: 0 none;
    border-top: 0 none;
    border-left: 0 none;
    height: 30px;
}

#programMap .dayColumn .dayName {
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: sticky !important;
    top: 88px;
    left: 0;
    width: 100%;
    border: 2px solid #414755;
    box-sizing: border-box;
    background-color: #363c4a;
    color: #bfc1c7;
    z-index: 1000;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: -30px;
    overflow: hidden;
}

#scrum_board {
    position: relative;
}

#scrum_board .scrum_column_heading {
    position: relative;
}

#scrum_board .scrum_column_heading_wrapper {
    position: unset;
    top: unset;
    left: unset;
    right: unset;
}

#scrum_board .scrum_column_heading button.md-btn-primary {
    position: absolute;
    top: 0;
    right: 0;
}

#commercialLoader {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.62);
}

#commercialLoader:before,
#commercialLoader p {
    display: block;
    white-space: pre-wrap;
    text-align: center;
    top: 74px;
    color: #fff;
    font-size: 22px;
    text-shadow: 0 0 10px #000;
    position: absolute;
    left: 0;
    width: 100%;
}

#mainRange::-webkit-scrollbar {
    height: 8px;
}

#mainRange::-webkit-scrollbar-track {
    margin: 0 20px;
    border-radius: 4px;
    background-color: #dedede;
}

#mainRange::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #88b854d6;
    cursor: pointer;
}

#mainRange::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background-color: #88b854;
}

#playPauseWavesurfer {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

#playPauseWavesurfer i {
    font-size: 15px;
    line-height: 33px;
}

#playPauseWavesurfer .fa.fa-play {
    display: block;
    transform: translateX(2px);
}

#playPauseWavesurfer .fa.fa-pause {
    display: none;
}

#playPauseWavesurfer.playing .fa.fa-play {
    display: none;
}

#playPauseWavesurfer.playing .fa.fa-pause {
    display: block;
}

#skipbk,
#skipff {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

#skipbk i,
#skipff i {
    line-height: 25px;
    font-size: 15px;
}

#wavesurferControls {
    text-align: center;
    padding: 5px 0;
}

.range > wave {
    overflow: visible !important;
    margin-top: 25px;
}

.range > wave canvas {
    max-width: none !important;
}

.range {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 195px;
    overflow: auto;
}

#bars .introMarker {
    position: absolute;
    left: 0;
    height: 9px;
    background-color: #f92a82;
    top: 50%;
    margin-top: 7px;
    z-index: -1;
    opacity: 0.5;
}

#bars .mediaIndicator {
    position: absolute;
    height: 9px;
    background-color: #4392f1;
    opacity: 0.8;
    top: 50%;
    margin-top: 7px;
    z-index: -1;
    opacity: 0.5;
    pointer-events: auto;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

#bars .mediaIndicator:hover {
    opacity: 1;
}

#bars .chorusIndicator {
    background-color: #09d097b3;
    position: absolute;
    height: 13px;
    opacity: 0.8;
    top: 50%;
    margin-top: 4px;
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

#bars .chorusIndicator .chorusDuration {
    position: absolute;
    white-space: nowrap;
    right: 0;
    line-height: 14px;
    color: #000;
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
}

#bars .chorusIndicator .chorusDragRange {
    position: absolute;
    width: 10px;
    height: 20px;
    left: 100%;
    transform: translate(0, -50%);
    top: 50%;
    cursor: -webkit-grab;
    user-select: none;
    overflow: hidden;
}

#bars .chorusIndicator .chorusDragRange:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00a878;
    right: 0;
    transform: translate(0, -50%);
    top: 50%;
    cursor: -webkit-grab;
    user-select: none;
}

#bars .box .time:before {
    content: attr(title);
    display: block;
    color: #fff;
    font-size: 11px;
}

#bars .box .time:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
}

#bars .box {
    pointer-events: auto;
}

#bars .box .time {
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 12px;
    color: #fff;
    transform: translateX(-50%);
    padding: 2px 5px;
    left: 50%;
    border-radius: 4px;
    cursor: -webkit-grab;
    text-align: center;
    line-height: 13px;
}

#bars .box.start .time {
    transform: translateX(-1px);
    border-bottom-left-radius: 0;
}

#bars .box.start .time:after {
    transform: translateX(0);
    border-left-color: #ff715b;
    border-bottom: 5px solid transparent;
    left: 0;
}

#bars .box.end .time {
    transform: translateX(1px);
    border-bottom-right-radius: 0;
    left: auto;
    right: 50%;
}

#bars .box.end .time:after {
    transform: translateX(0);
    border-right-color: #d81e5b;
    border-bottom: 5px solid transparent;
    left: auto;
    right: 0;
    width: 0;
}

#bars .box.dragging:hover .time {
    cursor: -webkit-grabbing !important;
}

#bars .box.dragging {
    z-index: 100;
}

.box {
    width: 6px;
    height: 150px;
    position: absolute;
    margin: 0;
    top: 25px;
    left: 0;
    cursor: col-resize;
    transform: translateX(-50%);
    user-select: none;
}

.box:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    margin-left: 2px;
}

.box:before,
.box .time {
    background-color: #000;
}

.box .time:after {
    border-top-color: #000;
}

.box.chorus:before,
.box.chorus .time {
    background-color: #00a878;
}

.box.chorus .time:after {
    border-top-color: #00a878 !important;
}

.box.start:before,
.box.start .time {
    background-color: #ff715b;
}

.box.start .time:after {
    border-top-color: #ff715b !important;
}

.box.end:before,
.box.end .time {
    background-color: #d81e5b;
}

.box.end .time:after {
    border-top-color: #d81e5b !important;
}

.box.bumper:before,
.box.bumper .time {
    background-color: #4392f1;
}

.box.bumper .time:after {
    border-top-color: #4392f1 !important;
}

.box.intro:before,
.box.intro .time {
    background-color: #f92a82;
}

.box.intro .time:after {
    border-top-color: #f92a82 !important;
}

#rangeLoader {
    position: absolute;
    left: 0;
    top: 90px;
    height: 20px;
    width: 100%;
}

#bars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 175px;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
}

#mediasInserted tr {
    cursor: pointer;
    user-select: none;
}

#mediasInserted tr td {
    vertical-align: middle;
}

#mediasInserted tr i {
    pointer-events: none;
}

#mediasInserted .labelColor {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    pointer-events: none;
}

#mediasInserted .namedLabel {
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    pointer-events: none;
}

#mediasInserted button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    padding: 0;
    border-radius: 50%;
    transition: 0.2s ease;
}

#mediasInserted button:hover {
    background-color: #fff;
}

#mediasInserted li {
    width: 100px;
    line-height: 20px;
    background-color: #dedede;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    list-style: none;
    display: inline-block;
}

#contextMenu {
    background-color: #fff;
    position: fixed;
    top: 100px;
    left: 100px;
    z-index: 1000;
    box-shadow: 1px 1px 5px #00000040;
}

#contextMenu.invertX {
    transform: translateX(-100%);
}

#contextMenu.invertY {
    transform: translateY(-100%);
}

#contextMenu.invertX.invertY {
    transform: translate(-100%, -100%);
}

#contextMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#contextMenu ul li {
    width: 100px;
    padding: 10px;
}

#contextMenu ul li:hover {
    background-color: #efefef;
    cursor: pointer;
}

#contextMenu ul li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.rangeprogress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

.rangeprogress[value] {
    -webkit-appearance: none;
    color: #0074d9;
    border: 0;
    -moz-appearance: none;
    appearance: none;
}

.rangeprogress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 0.25rem;
}

.rangeprogress[value]::-webkit-progress-value::before {
    content: attr(value);
}

.rangeprogress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rangeprogress[value="100"]::-webkit-progress-value {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

@media screen and (min-width: 00) {
    .rangeprogress {
        background-color: #eee;
        border-radius: 0.25rem;
    }
    .rangeprogress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .rangeprogress[width^="0"] {
        min-width: 2rem;
        color: #818a91;
        background-color: transparent;
        background-image: none;
    }
    .rangeprogress[width="100%"] {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
}

.rangeprogress-striped[value]::-webkit-progress-value {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
}

.rangeprogress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

@media screen and (min-width: 00) {
    .rangeprogress-bar-striped {
        background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
        );
        background-image: -o-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
        );
        background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
        );
        -webkit-background-size: 1rem 1rem;
        background-size: 1rem 1rem;
    }
}

.rangeprogress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.rangeprogress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 00) {
    .rangeprogress-animated .rangeprogress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }
}

.rangeprogress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

.rangeprogress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

@media screen and (min-width: 00) {
    .rangeprogress-success .rangeprogress-bar {
        background-color: #5cb85c;
    }
}

.rangeprogress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

.rangeprogress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

@media screen and (min-width: 00) {
    .rangeprogress-info .rangeprogress-bar {
        background-color: #5bc0de;
    }
}

.rangeprogress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

.rangeprogress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

@media screen and (min-width: 00) {
    .rangeprogress-warning .rangeprogress-bar {
        background-color: #f0ad4e;
    }
}

.rangeprogress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

.rangeprogress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

@media screen and (min-width: 00) {
    .rangeprogress-danger .rangeprogress-bar {
        background-color: #d9534f;
    }
}

.nameExtraInfo {
    color: #810bff;
    font-size: 27px;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 16px;
    line-height: 23px;
}

#musicAdvancedSearch .openIcon {
    display: none;
}

#musicAdvancedSearch .closedIcon {
    display: block;
}

#musicAdvancedSearch.open .openIcon {
    display: block;
}

#musicAdvancedSearch.open .closedIcon {
    display: none;
}

.blcokHasConfig {
    color: #1ad611;
}

#displacementGraphWrap {
    background-color: #212121;
    height: 80px;
    position: relative;
}

#minGraphMark,
#maxGraphMark {
    position: absolute;
    font-size: 13px;
    color: #fff;
    line-height: 13px;
    top: -15px;
}

#maxGraphMark {
    right: 10px;
    padding-right: 5px;
}

#minGraphMark {
    left: 10px;
    padding-left: 5px;
}

#minGraphMark:before {
    content: "";
    display: block;
    background-color: #fff;
    height: 15px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
}

#maxGraphMark:after {
    content: "";
    display: block;
    background-color: #fff;
    height: 15px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    top: 0;
}

#displacementGraph:after {
    content: "";
    height: 80%;
    width: 2px;
    left: 50%;
    bottom: 50%;
    position: absolute;
    background-color: #fff;
    transform: translateX(-50%);
}

#displacementGraph {
    background: #c23136;
    background: -moz-linear-gradient(top, #c23136 1%, #c23136 48%, #a6282b 49%, #a6282b 100%);
    background: -webkit-linear-gradient(top, #c23136 1%, #c23136 48%, #a6282b 49%, #a6282b 100%);
    background: linear-gradient(to bottom, #c23136 1%, #c23136 48%, #a6282b 49%, #a6282b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c23136', endColorstr='#a6282b', GradientType=0);
    height: 15px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#displacementGraph .levelIndicator {
    width: 1px;
    height: 100%;
    background-color: #00a652;
    position: absolute;
    top: 0;
}

#displacementGraph .levelIndicator .time {
    position: absolute;
    left: 0;
    top: -19px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 13px;
}

#displacementGraph .levelIndicator.liMore .time {
    border-left: 2px solid #fff;
    padding-left: 8px;
}

#displacementGraph .levelIndicator.liLess .time {
    border-right: 2px solid #fff;
    padding-right: 8px;
    left: auto;
    right: 0;
}

#displacementGraph #goodLevelIndicator {
    height: 15px;
    left: 40%;
    top: 0;
    position: absolute;
    background: #00a652;
    background: -moz-linear-gradient(top, #00a652 2%, #00a652 48%, #038f46 49%, #038f46 100%);
    background: -webkit-linear-gradient(top, #00a652 2%, #00a652 48%, #038f46 49%, #038f46 100%);
    background: linear-gradient(to bottom, #00a652 2%, #00a652 48%, #038f46 49%, #038f46 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a652', endColorstr='#038f46', GradientType=0);
}

#displacementGraph .levelIndicator.liMore {
    left: 35%;
}

#displacementGraph .levelIndicator.liLess {
    left: 65%;
}

#displacementGraph #level {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    top: 50%;
    transition: 0.5s ease;
}

#displacementGraph #level:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 10px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

#displacementGraph #level .time {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
}

#displacementGraph #level.altLeft .time {
    transform: translateX(0%);
}

#displacementGraph #level.altRight .time {
    transform: translateX(-100%);
}

#displacementGraph #level.error .time {
    color: red;
}

#displacementGraph #level.success .time {
    color: #00a652;
}

#displacementGraph #middlePGTime {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    line-height: 12px;
    top: -29px;
    text-align: center;
    font-size: 12px;
}

#nextCommercialBlock,
#prevCommercialBlock {
    text-align: left;
    line-height: 26px;
    background-color: gainsboro;
    padding-left: 40px;
    position: relative;
}

#nextCommercialBlock b,
#prevCommercialBlock b {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

#nextCommercialBlock {
    border-top: 2px solid #fff;
}

#prevCommercialBlock {
    border-top: 4px solid #fff;
    border-bottom: 0px solid #fff;
}

.favoriteIcon {
    color: red;
}

.previewIcon {
    color: orange;
}

.introIcon {
    color: #00b4ff;
}

#blockTimeProgress {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 15px;
    background-color: #000;
    z-index: 1;
}

#blockTimeProgress:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: 83%;
    top: 0;
    z-index: 0;
}

#blockTimeProgress progress {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

#blockTimeProgress progress[value].success::-webkit-progress-value {
    background: #00a652;
    background: -moz-linear-gradient(top, #00a652 2%, #00a652 48%, #038f46 49%, #038f46 100%);
    background: -webkit-linear-gradient(top, #00a652 2%, #00a652 48%, #038f46 49%, #038f46 100%);
    background: linear-gradient(to bottom, #00a652 2%, #00a652 48%, #038f46 49%, #038f46 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a652', endColorstr='#038f46', GradientType=0);
}

#blockTimeProgress progress[value].error::-webkit-progress-value {
    background: #c23136;
    background: -moz-linear-gradient(top, #c23136 1%, #c23136 48%, #a6282b 49%, #a6282b 100%);
    background: -webkit-linear-gradient(top, #c23136 1%, #c23136 48%, #a6282b 49%, #a6282b 100%);
    background: linear-gradient(to bottom, #c23136 1%, #c23136 48%, #a6282b 49%, #a6282b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c23136', endColorstr='#a6282b', GradientType=0);
}

#blockTimeProgress #progressPercentage {
    position: absolute;
    line-height: 17px;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 11px;
    padding: 0 0 0 6px;
    box-sizing: border-box;
    transition: 0.3s ease;
    z-index: 3;
}

#blockTimeProgress #progressPercentage.goodLeft {
    transform: translateX(-110%);
}

.assetsFilter .ui-slider {
    margin: 10px 0 15px !important;
    background-color: #e6e6e6;
    height: 3px;
    position: relative;
}

.assetsFilter .ui-slider .ui-slider-range {
    background-color: #2196f3;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.assetsFilter .ui-slider .ui-slider-handle {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background-color: #2196f3;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    outline: 0 none;
    cursor: pointer;
}

#rightBlockInfo {
    text-align: right;
    line-height: 14px;
}

#rightBlockInfo > span {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

#rightBlockInfo > span.success {
    color: #06e806;
}

#rightBlockInfo > span.error {
    color: red;
}

#mediaBlockSearch,
#musicBlockSearch {
    display: none;
}

#mediaBlockSearch input,
#musicBlockSearch input {
    vertical-align: middle;
    margin: 0 5px 3px 0px;
}

.generatorList li.generator-item {
    padding: 0px;
    border-top: 0 none;
    min-height: auto;
    overflow: hidden;
    width: 100%;
}

.itemCardList {
    padding: 0 10px;
}

.itemCardList.generatorList li.generator-item {
    padding: 0px;
    border-top: 0 none;
    min-height: auto;
    overflow: hidden;
    width: 100%;
    margin: 5px 0 11px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border-bottom: 0 none;
    position: relative;
}

.itemCardList.generatorList li.generator-item.playing {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 1);
}

#generatorProgramsList {
    padding: 0 10px;
}

#generatorProgramsList.generatorList li.generator-item {
    padding: 0px;
    border-top: 0 none;
    min-height: auto;
    overflow: hidden;
    width: 100%;
    margin: 8px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09), 0 1px 1px rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    border-bottom: 0 none;
}

.generatorList li.generator-item:nth-child(odd) .generator-item-head {
    background-color: #f7f7f7;
}

#blockMediaList.generatorList li.generator-item .generator-item-head {
    background-color: #f7f7f7;
}

#generatorProgramsList.generatorList li.generator-item .generator-item-head {
    background-color: #e4e4e4;
    min-height: 44px;
}

#generatorProgramsList.generatorListAccordion li.generator-item .md-list-addon {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.generatorList li.generator-item .generator-item-head {
    padding: 5px 8px;
    position: static;
    cursor: pointer;
    transition: 0.3s ease;
}

.generatorList li.generator-item .generator-item-head:hover {
    background-color: rgb(227, 227, 227);
}

.generatorList li.generator-item .generator-item-head .md-list-heading {
    font-size: 13px;
    line-height: 12px;
    margin: 3px 0;
    padding-right: 11px;
}

#generatorProgramsList > li > div > div > .md-list-heading:before,
#generatorProgramsList .md-list > li > div > div > .md-list-heading:before,
.md-list > li.warning > div > div > .md-list-heading:before,
.md-list > li.timeError > div > div > .md-list-heading:before,
.md-list > li.mediaError > div > div > .md-list-heading:before,
.md-list > li.error > div > div > .md-list-heading:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    vertical-align: middle;
}

#generatorProgramsList > li > div > div > .md-list-heading:before,
#generatorProgramsList .md-list > li.BV > div > div > .md-list-heading:before,
#generatorProgramsList .md-list > li.BM > div > div > .md-list-heading:before {
    background-color: #01e801;
}

.md-list > li.error > div > div > .md-list-heading:before {
    background-color: red !important;
}

.md-list > li.mediaError > div > div > .md-list-heading:before {
    background-color: red !important;
}

.generator-item-collapse .md-list > li.warning > div > div > .md-list-heading:after {
    content: "warning";
    content: "error_outline";
    color: #ffd600;
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: inline-block;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    font-family: "Material Icons";
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" 1;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 5px;
    text-align: center;
}

.md-list > li.timeError > div > div > .md-list-heading:after {
    content: "access_time" !important;
    color: red !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
    display: inline-block;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    font-family: "Material Icons";
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" 1;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    text-shadow: 0 0 1px #ff000066;
    position: absolute;
    right: 5px;
    border: 0 none !important;
}

#generatorProgramsList.md-list > li > div > div > .md-list-heading:before {
    margin-left: 0;
}

.md-list > li.mediaError .playButton,
.md-list > li.warning .playButton {
    display: none;
}

#generatorProgramsList.md-list > li > div > div .actionButton {
    border: 0 none;
    background: transparent;
    font-size: 17px;
    cursor: pointer;
}

#generatorProgramsList.md-list > li > div > div .actionButton.actionSpotifyGen {
    display: none;
}

#generatorProgramsList.md-list > li > div > div .actionButton.actionSpotifyGen.programHasSpotify {
    display: inline-block;
}

#generatorProgramsList.md-list > li > div > div .actionButton.actionSpotifyGen:hover {
    color: #1db954;
}

#generatorProgramsList.md-list > li > div .actions {
    position: absolute;
    bottom: 3px;
    right: 25px;
    pointer-events: none;
}

#generatorProgramsList.md-list > li > div .actions button {
    pointer-events: auto;
}

.generatorListAccordion .generator-item .BM.active {
    font-weight: bold;
    background-color: #a4a6a7 !important;
    color: #fff;
}

.generatorListAccordion .generator-item-collapse {
    display: none;
}

.generatorListAccordion li.generator-item .generator-item-head:after {
    position: absolute;
    top: 20px;
    right: 5px;
    content: "\e313";
    font-family: "Material Icons";
    font-size: 18px;
    line-height: 8px;
    display: block;
    color: #727272;
    -webkit-transition: -webkit-transform 280ms;
    transition: -webkit-transform 280ms;
    transition: transform 280ms;
    transition: transform 280ms, -webkit-transform 280ms;
}

.generatorListAccordion li.generator-item.active .generator-item-head:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.generatorListAccordion li.generator-item .md-list-addon {
    border: 1px solid #000;
    border-top: 0px none;
    border-top: 1px solid #989898;
}

.generatorListAccordion li.generator-item .md-list-addon > li {
    margin-left: 0px;
    position: relative;
    min-height: auto;
}

.generatorListAccordion li.generator-item .md-list-addon.blocksList .BC {
    opacity: 0.6;
    padding: 0 4px;
    font-size: 11px;
    background-color: #f7f7f7;
}

.generatorListAccordion li.generator-item .md-list-addon.blocksList .BM {
    cursor: pointer;
}

.generatorListAccordion li.generator-item .md-list-addon.blocksList .BM:hover {
    background-color: #f5f5f5;
}

#blockMediaList {
    min-height: 44px;
}

#blockMediaList .error .md-list-heading {
    color: #da1818;
}

.verticalTabList {
    margin-top: 40px;
    margin-bottom: -4px !important;
    overflow: hidden;
    padding-left: 3px;
}

.verticalTabList > li {
    min-height: auto;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 0 none;
    position: relative;
    margin-bottom: 3px;
}

.verticalTabList > li .verticalTabItem {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    border: 3px solid transparent;
    background-color: #eaeaea;
    border-right: 0 none;
    transition: 0.3s ease;
}

.verticalTabList > li .verticalTabItem:hover {
    background-color: #f1f1f1;
}

.verticalTabList > li .verticalTabItem.active {
    border-right: 0 none;
    background-color: #fff;
    position: relative;
    z-index: 10;
    box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.05), -1px 3px 2px rgba(0, 0, 0, 0.13);
}

.verticalTabList > li .verticalTabItem .verticalTabItemButton {
    border: 0 none;
    background: transparent;
    white-space: nowrap;
    padding: 0 10px;
    pointer-events: none;
    font-size: 12px;
    font-family: unset;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotateZ(-90deg);
    backface-visibility: hidden;
    perspective: 1000px;
    transform-origin: 50% 47%;
    text-rendering: optimizeLegibility;
    transform-style: preserve-3d;
}

.generatorMediaList .playButton {
    font-size: 20px;
    line-height: 20px;
    border: 0 none;
    padding: 0;
    background: transparent;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.generatorMediaList .playButton i {
    font-size: 22px;
    line-height: 22px;
}

.generatorMediaList .playButton.error {
    pointer-events: none;
    position: relative;
    background-color: #ececec;
    display: inline-block !important;
}

.generatorMediaList .playButton.error:after {
    content: "X";
    text-transform: uppercase;
    color: red;
    position: absolute;
    right: -6px;
    bottom: -6px;
    font-size: 13px;
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    line-height: 15px;
    font-size: 10px;
    box-shadow: -1px -1px 3px #8080809c;
}

.generatorMediaList .playButton.error i {
    opacity: 0.6;
}

.generatorMediaList .playButton i.pauseIcon {
    display: none;
}

.generatorMediaList .playButton.onThePlayer i.pauseIcon {
    display: block;
}

.generatorMediaList .playButton.onThePlayer i.playIcon {
    display: none;
}

.generatorMediaList .playButton.onThePlayer,
.generatorMediaList .playButton:hover {
    background-color: #7cb342;
}

.generatorMediaList .playButton.onThePlayer i,
.generatorMediaList .playButton:hover i {
    color: #fff;
}

.generatorMediaList .md-list-item-music-name {
    vertical-align: middle;
    display: inline-block;
    line-height: 16px;
    width: calc(100% - 92px);
    float: none;
    font-weight: normal;
    position: relative;
}

.generatorMediaList .md-list-item-music-name .infoExtra {
    font-size: 12px;
    color: #8e8e8e;
    font-style: italic;
}

.generatorMediaList .md-list-item-music-name .infoExtra.unavailableMedia {
    color: red;
}

.generatorMediaList .md-list-item-music-time {
    line-height: 16px;
    font-weight: bold;
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    min-height: 32px;
}

.generatorMediaList .generator-item-head .md-list-heading {
    margin: 0 !important;
}

#generatorProgramsCard {
    max-height: calc(100vh - 230px);
    overflow: auto;
}

#generatorMediasCard {
    max-height: calc(100vh - 167px);
    overflow: auto;
}

.generatorList li.generator-item.active {
    border-top: 3px solid #000;
}

.generatorList li.generator-item .generator-item-head {
    position: relative;
}

.generatorList li.generator-item.active .generator-item-head {
    background-color: #212121 !important;
    color: #fff;
}

.generatorList li.generator-item.active .generator-item-head .actionButton {
    color: #fff;
}

.generatorList.generatorMediaList li.generator-item.mediaError .generator-item-head {
    color: red;
    font-weight: bold;
}

.generatorList.generatorMediaList li.generator-item.warning .generator-item-head {
    color: #9aa227;
    color: hsla(64, 61%, 29%, 1);
}

#blockMediaList.generatorList li.generator-item.musicsMedia .generator-item-head {
    background-color: hsla(120, 70%, 80%, 1);
}

#blockMediaList.generatorList li.generator-item.mediasMedia .generator-item-head {
    background-color: hsla(30, 98%, 61%, 1);
}

#blockMediaList.generatorList li.generator-item.vemMedia .generator-item-head {
    background-color: hsla(47, 100%, 63%, 1);
}

#blockMediaList.generatorList li.generator-item.introMedia .generator-item-head {
    background-color: hsla(202, 100%, 86%, 1);
}

#blockMediaList.generatorList li.generator-item.introMedia + li.generator-item .generator-item-head {
    background-color: hsla(202, 100%, 86%, 1) !important;
}

#blockMediaList.generatorList li.generator-item.previewMedia .generator-item-head {
    background-color: hsla(202, 100%, 86%, 1) !important;
}

#blockMediaList.generatorList li.generator-item.bloquinhoMedia .generator-item-head {
    background-color: rgba(245, 181, 245, 0.51);
}

#blockMediaList.generatorList li.generator-item.chamadaMedia .generator-item-head {
    background-color: hsla(219, 100%, 85%, 1);
}

#blockMediaList.generatorList li.generator-item.MM .generator-item-head {
    background-color: hsla(120, 70%, 80%, 1);
}

#blockMediaList.generatorList li.generator-item.ME .generator-item-head {
    background-color: hsla(30, 98%, 61%, 1);
}

#blockMediaList.generatorList li.generator-item.ME.vem .generator-item-head {
    background-color: hsla(47, 100%, 63%, 1);
}

#blockMediaList.generatorList li.generator-item.ME.media .generator-item-head {
    background-color: hsla(219, 100%, 85%, 1);
}

.assetsHolder {
    display: none;
}

.mediaListsLoader {
    text-align: center;
}

.assetContentScroller {
    max-height: 735px;
    overflow-y: auto;
    overflow-x: hidden;
}

.match > div > .md-list-heading .match > div > .md-list-heading,
.match > div > div > .md-list-heading .match > div > div > .md-list-heading,
.match > div > .md-list-heading,
.match > div > div > .md-list-heading {
    font-weight: bold;
    color: rgba(5, 137, 255, 0.98) !important;
}

#toggleMediaSearch {
    padding: 0 7px;
    position: absolute;
    right: 12px;
    top: 14px;
    border-radius: 50%;
}

.mediaItemActions {
    position: absolute;
    left: 100%;
    top: 0;
    height: 44px;
    top: 50%;
    transform: translate(-20%, -50%);
    padding: 0 10px;
    border-radius: 22px 0 0 22px;
    background-color: #fff;
    transition: 0.3s ease;
    display: none;
    box-shadow: 1px 0px 5px #cecece;
}

#blockMediaList .mediaItemActions {
    display: block;
    z-index: 5;
}

.generator-item .mediaItemActions:hover {
    transform: translate(-100%, -50%);
    transition-delay: 0.1s;
}

.disabled .generationPlayer + .mediaItemActions {
    transform: translate(-20%, -50%);
}
.disabled.generator-item .generationPlayer + .mediaItemActions:hover {
    transform: translate(-100%, -50%);
}

.generator-item.playing .generationPlayer + .mediaItemActions {
    transform: translate(-20%, -100%);
}

.generator-item.playing .generationPlayer + .mediaItemActions:hover {
    transform: translate(-100%, -100%);
}

.mediaItemActions > div button {
    border: 0 none;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 7px 0;
}

.mediaItemActions > div button:hover {
    background-color: darkgrey;
}

.mediaItemActions > div button i {
    transition: 0.3s ease;
}

#altActions {
    width: 100%;
    height: 88px;
    background-color: #fff;
    z-index: 1110;
    box-sizing: border-box;
    padding: 26px 15px;
    transition: 0.3s ease;
}

#altActions .hasAltLabel {
    display: none;
}

#altActions.open {
    position: fixed;
    top: 0;
    left: 0;
}

#altActions.open .hasAltLabel {
    display: block;
}

#altActions .md-btn-flat {
    margin-top: 2px;
}

.hasAltLabel {
    float: right;
    font-size: 14px;
    margin: 0;
    color: #de8888;
    padding: 10px 0;
}

body > .content-preloader.preloader-active {
    top: 18px;
    z-index: 1115;
}

.mediaSchedule {
    color: #77848e;
}

#innerSwalTable {
    margin: 30px auto 0;
    min-width: 240px;
    border: 1px solid #d8d8d8;
}

#innerSwalTable td {
    vertical-align: top;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
}

#innerSwalTable tr:last-child td {
    border-bottom: 0 none;
}

#innerSwalTable td:nth-child(1) {
    font-weight: bold;
    padding-right: 15px;
    text-align: left;
}

#innerSwalTable td:nth-child(2) {
    text-align: left;
}

#middleTabsColumn {
    z-index: 0;
}

@media screen and (max-width: 640px) {
    #middleTabsColumn {
        display: none;
    }
    #displacementGraphWraped {
        display: none;
    }
    #programsListWrapper .uk-sticky-placeholder {
        height: auto !important;
    }
    #generatorProgramsCard {
        max-height: 390px !important;
    }
}

#spotifyGeneratorLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    text-align: center;
    display: none;
}

#spotifyGeneratorLoader .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#spotifyGeneratorLoader #progressBox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 300px;
    max-width: 600px;
    background-color: #fff;
    border-radius: 3px;
}

#pgenloading {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 400ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 400ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 400ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 400ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.multiSelected {
    box-shadow: 0 0 3px 1px rgb(0, 209, 255);
}

.playgenControls {
    border: 0 none;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.playgenControls i {
    color: #fff;
    color: #ee5c5e;
    font-size: 22px;
}

.durationGraphWrap {
    padding: 34px 0;
}

#durationGraph {
    background: #c23136;
    background: -moz-linear-gradient(top, #c23136 1%, #c23136 48%, #a6282b 49%, #a6282b 100%);
    background: -webkit-linear-gradient(top, #c23136 1%, #c23136 48%, #a6282b 49%, #a6282b 100%);
    background: linear-gradient(to bottom, #c23136 1%, #c23136 48%, #a6282b 49%, #a6282b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c23136', endColorstr='#a6282b', GradientType=0);
    position: relative;
    height: 10px;
}

#durationGraph .perfectDuration .time {
    position: absolute;
    top: -26px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 12px;
}

#durationGraph .level.altRight .time {
    transform: translateX(-100%);
}

#durationGraph .level.altLeft .time {
    transform: translateX(0%);
}

#durationGraph .level.error .time {
    color: #a6282b;
}

#durationGraph .level.success .time {
    color: #038f46;
}

#durationGraph .perfectDuration {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50%;
}

#durationGraph .goodDurationRange {
    background: #00a652;
    background: -moz-linear-gradient(top, #00a652 2%, #00a652 48%, #038f46 49%, #038f46 100%);
    background: -webkit-linear-gradient(top, #00a652 2%, #00a652 48%, #038f46 49%, #038f46 100%);
    background: linear-gradient(to bottom, #00a652 2%, #00a652 48%, #038f46 49%, #038f46 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a652', endColorstr='#038f46', GradientType=0);
    position: absolute;
    left: 20%;
    top: 0;
    height: 100%;
    width: 40%;
}

#durationGraph .level {
    position: absolute;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: 0.3s ease;
}

#durationGraph .level:after {
    content: "";
    height: 10px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

#durationGraph .level .time {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 11px;
    font-size: 12px;
    font-weight: bold;
}

#blockActions {
    box-sizing: border-box;
    background-color: #212121;
    width: 100%;
    padding: 5px 10px;
}

#removeAllWarnings,
#removeWithoutMidia {
    border: 0 none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    cursor: pointer;
    display: none;
    padding: 0;
    background: transparent;
    padding: 0;
    font-size: 20px;
}

#removeAllWarnings i,
#removeWithoutMidia i {
    font-size: 1.1em;
    transform: translateY(-2px);
}

#removeAllWarnings:hover i,
#removeWithoutMidia:hover i {
    color: #fff;
}

#removeAllWarnings i {
    color: #ffd600;
}

#removeWithoutMidia i {
    color: red;
}

/* #removeAllWarnings {} */
/* #removeWithoutMidia {} */

.list_view > *,
.grid_view > * {
    -webkit-transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
}

.grid_view.uk-grid-medium {
    margin-top: -32px;
}

.grid_view.uk-grid-small {
    margin-top: -5px;
}

.list_view {
    margin-left: 0 !important;
}

.list_view > div,
.list_view > li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.list_view > div .md-card,
.list_view > li .md-card {
    overflow: hidden;
}

.list_view > div .md-card-head,
.list_view > li .md-card-head {
    float: left;
    border: none;
    width: 200px;
}

.list_view > div .md-card-content,
.list_view > li .md-card-content {
    overflow: hidden;
}

.list_view > div + div,
.list_view > li + li {
    border-top: 1px solid #ededed;
    margin: 0 !important;
}

#blockMediaList.generatorList li.generator-item.sortable-ghost {
    box-shadow: 0 -1px 1px #000, 0 2px 2px #000;
}

#blockMediaList.generatorList li.generator-item.sortable-ghost .generator-item-head {
    background-color: #fff;
}

#musicsForm label,
#distributormediastypesForm label,
#distributormediasForm label,
.formLabelRelative label,
#musicstoreForm label {
    position: relative;
}

#musicsForm #collection-suggestions ul,
#musicsForm .guestArtistsError ul,
#musicstoreForm #collection-suggestions ul,
#musicstoreForm .guestArtistsError ul {
    padding-left: 0;
}

#musicsForm #collection-suggestions strong,
#musicsForm #collection-suggestions strong {
    margin-right: 6px;
    display: block;
}

#musicsForm #collection-suggestions li,
#musicsForm .guestArtistsError li,
#musicstoreForm #collection-suggestions li,
#musicstoreForm .guestArtistsError li {
    list-style: none;
    background-color: hsl(0, 31%, 78%) !important;
    padding: 3px 8px;
    border-radius: 3px;
    width: fit-content;
    margin-right: 7px;
    margin-bottom: 10px;
    color: #d40909 !important;
    float: left;
}

#musicsForm #collection-suggestions li:hover,
#musicstoreForm #collection-suggestions li:hover {
    cursor: pointer;
}

#musicsForm #collection-suggestions li a,
#musicsForm .guestArtistsError li a,
#musicstoreForm #collection-suggestions li a,
#musicstoreForm .guestArtistsError li a {
    font-size: 12px !important;
    color: #a14fb0 !important;
    margin-left: 4px;
    font-weight: bold;
}

#musicsForm #collection-suggestions li a i,
#musicsForm .guestArtistsError li a i,
#musicstoreForm #collection-suggestions li a i,
#musicstoreForm .guestArtistsError li a i {
    color: rgb(161, 79, 176);
}

#changeInterpreterName i.edit {
    font-size: 14px !important;
    cursor: pointer;
    color: #fff;
    vertical-align: baseline;
}

.buttonsBox {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.buttonsBox .sa-label-btn {
    background-color: #7cb342;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 3px 6px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 280ms ease;
    transition: all 280ms ease;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font: 600 14px/100% Roboto, sans-serif !important;
    margin: 0 0 0 5px;
}

.buttonsBox .sa-label-btn i {
    color: #fff;
}

.buttonsBox .sa-label-btn:first-child {
    margin: 0;
}
.buttonsBox .sa-label-btn:hover {
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#changeInterpreterName {
    padding: 2px 3px;
}

#fileupload .progress {
    display: block !important;
    position: relative;
    margin-bottom: 0;
}

#fileupload td .progress,
#fileupload td p {
    margin: 6px 0;
}

#fileupload td p.name {
    font-weight: 500;
}

#fileupload tr button {
    background: transparent;
    border: 0 none;
    padding-right: 0;
    padding-left: 0;
}

.w60 {
    min-width: 60px;
}

.container {
    width: auto !important;
}

#mediasColumn {
    background-color: #212121;
    color: #fff;
}

.generationPlayer {
    background-color: hsla(120, 74%, 60%, 0.55);
    display: none;
}

.generationAudio + div {
    background-color: transparent !important;
    color: #444 !important;
}

.generationAudio + div i {
    color: #444;
}

#blockMediaList.generatorList li.generator-item.musicsMedia .generationPlayer,
#blockMediaList.generatorList li.generator-item.MM .generationPlayer {
    background-color: hsla(120, 70%, 80%, 1);
    border-top: 1px solid hsla(120, 70%, 80%, 1);
}

#blockMediaList.generatorList li.generator-item.mediasMedia .generationPlayer,
#blockMediaList.generatorList li.generator-item.ME .generationPlayer {
    background-color: hsla(30, 98%, 61%, 1);
    border-top: 1px solid hsla(30, 98%, 61%, 1);
}

#blockMediaList.generatorList li.generator-item.previewMedia .generationPlayer {
    background-color: hsla(202, 100%, 86%, 1) !important;
    border-top: 1px solid hsla(202, 100%, 86%, 1) !important;
}

#blockMediaList.generatorList li.generator-item.introMedia + li.generator-item .generationPlayer {
    background-color: hsla(202, 100%, 86%, 1) !important;
    border-top: 1px solid hsla(202, 100%, 86%, 1) !important;
}

#blockMediaList.generatorList li.generator-item.vemMedia .generationPlayer,
#blockMediaList.generatorList li.generator-item.ME.vem .generationPlayer {
    background-color: hsla(47, 100%, 63%, 1);
    border-top: 1px solid hsla(47, 100%, 63%, 1);
}

#blockMediaList.generatorList li.generator-item.chamadaMedia .generationPlayer,
#blockMediaList.generatorList li.generator-item.ME.media .generationPlayer {
    background-color: hsla(219, 100%, 85%, 1);
    border-top: 1px solid hsla(219, 100%, 85%, 1);
}

#blockMediaList .generationPlayer.dark {
    border-top-color: #000 !important;
}

#blockMediaList .plyr--audio .plyr__controls {
    background: transparent !important;
}

#blockMediaList li.generator-item.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

#blockMediaList li.generator-item.disabled .generationPlayer {
    display: none;
}

.js-modal-confirm,
.js-modal-confirm-cancel {
    letter-spacing: 2px;
}

.js-modal-confirm {
    background-color: #7cb342 !important;
    color: #fff !important;
}

.js-modal-confirm:hover {
    background-color: #7dbf36 !important;
}

#new_modal_export_player .exportType {
    display: none;
}

.exportItem {
    transition: background-color 0.2s ease;
    border-radius: 2px;
}

.exportItem:hover {
    background-color: #F5F5F5 !important;
}

.exportItem a {
    overflow: hidden;
    display: inline-block !important;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.54) !important;
}
.exportItem a:hover {
    background: none !important;
}

.exportItem a:hover,
.exportItem a:hover i {
    color: rgba(0, 0, 0, 0.8) !important;
}
.exportItem a:first-child {
    width: 80%;
}
.exportItem a:last-child {
    padding-left: 0;
    width: 18%;
}

#getGracenote:active,
#getGracenote:focus,
#getGracenote:hover,
#getSpotify:active,
#getSpotify:focus,
#getSpotify:hover {
    background-color: #fff !important;
}

.user_heading_avatar .thumbnail {
    border: 0;
}

.user_heading_avatar .thumbnail img {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 1px;
}

/*
 * BASIC THEME
 */
.theme .btn-logo {
    box-shadow: none;
}

.theme .selectize-control.multi .selectize-input > div,
.theme .user_heading_avatar .thumbnail {
    border-radius: 3px;
}

.theme .md-card {
    box-shadow: 0 12px 20px -15px hsla(0, 0%, 0%, 0.8);
}

.theme form > .uk-grid {
    background-color: #fff;
}

.theme .selectize-control.single .selectize-input.input-active,
.theme .selectize-input,
.theme .selectize-input.full,
.theme .btn-logo {
    background: transparent !important;
}

.theme .uk-margin-top {
    margin-top: 25px !important;
}

.theme .uk-margin-bottom {
    margin-bottom: 25px !important;
}

/*
 * PURPLE THEME
 */

.theme_purple .md-color-active,
.theme_purple .user_heading_avatar .btn-file .material-icons,
.MU-tags-actions a,
.ME-tags-actions a {
    color: hsl(291, 38%, 50%);
}

.theme_purple .md-bleft,
.theme_purple .md-bleft-music {
    border-left-color: hsl(291, 38%, 50%) !important;
}

.theme_purple .md-card .full_width_in_card,
.theme_purple .selectize-control.multi .selectize-input > div,
.theme_purple .selectize-control.plugin-remove_button [data-value] .remove:after {
    color: #fff;
}

.theme_purple .playerWrap,
.theme_purple .user_heading,
.theme_purple .md-card .full_width_in_card,
.theme_purple .selectize-control.multi .selectize-input > div,
.theme_purple .sa-label-btn,
.theme_purple .md-btn-success,
.theme_purple .md-btn-success.uk-active,
.theme_purple .md-btn-success:active,
.theme_purple .md-btn-success:focus,
.theme_purple .md-btn-success:hover,
.theme_purple .md-input-wrapper-success .md-input-bar:after,
.theme_purple .md-input-wrapper-success .md-input-bar:before,
.theme_purple .uk-datepicker-nav,
.theme_purple .uk-datepicker-table a.uk-active,
.theme_purple .icheckbox_md.checked,
.theme_purple .icheckbox_md.hover.checked,
.md-input-wrapper .md-input-bar:after,
.md-input-wrapper .md-input-bar:before {
    background-color: hsl(291, 38%, 50%) !important;
    color: #fff !important;
}

.theme_purple .icheckbox_md.checked,
.theme_purple .icheckbox_md.hover.checked {
    border-color: hsl(291, 38%, 50%) !important;
}

/*
 * PLANOS
*/
#tablePlanItens,
#tableNegociate {
    border: 1px solid #eee;
}

#tablePlanItens tbody tr td input,
#tableNegociate tbody tr td input,
#tablePlanItens tbody tr td select,
#tableNegociate tbody tr td select {
    text-align: right;
    background: hsla(0, 0%, 99%, 1) !important;
    padding: 0 5px !important;
    height: 34px;
    border-radius: 3px !important;
    border: 1px solid transparent !important;
    border-top: none;
    border-bottom: 1px solid #ddd !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #fff, 0 1px 0 #fff !important;
}

#tablePlanItens tbody tr td,
#tableNegociate tbody tr td {
    vertical-align: middle;
}

#tablePlanItens tbody tr:hover,
#tableNegociate tbody tr:hover {
    background: rgba(0, 0, 0, 0.02);
}

#tablePlanItens tbody tr:hover td,
#tableNegociate tbody tr:hover td {
    border-color: #ccc;
}

/* #tablePlanItens tbody tr td:first-child,
#tableNegociate tbody tr td:first-child,
#tablePlanItens thead tr th,
#tableNegociate thead tr th {
    background: hsla(222, 86%, 62%, 1);
    color: #fff;
} */

#tablePlanItens .index,
#tableNegociate .index {
    background-color: hsla(222, 86%, 62%, 1);
    color: #fff;
}

#tablePlanItens .bonus,
#tableNegociate .bonus {
    /* background:hsla(213, 100%, 74%, 0.4); */
    background-color: #d9e7ef;
    color: #333;
}

#tablePlanItens tr,
#tableNegociate tr {
    background-color: #d4d5d6;
}

#tablePlanItens td,
#tableNegociate td {
    border-bottom-color: rgba(0, 0, 0, 0.12);
}

#tableNegociate .subTotal,
#tablePlanItens .subTotal {
    background: #c8e2ff;
    color: #333;
}

#tableNegociate thead td:last-child,
#tableNegociate tbody td:last-child {
    text-align: right;
    letter-spacing: 1px;
}

#tableNegociate thead td b,
#tableNegociate tbody td.b,
#tableNegociate thead td.bold,
#tableNegociate tbody td.bold {
    font-weight: 600;
}

#tableNegociate thead .lighter,
#tableNegociate tbody .lighter {
    font-weight: 300;
}

/* DAQUI PRA BAIXO NÃO TA NO SCSS */

input:not([type]).md-input,
input[type="text"].md-input,
input[type="password"].md-input,
input[type="datetime"].md-input,
input[type="datetime-local"].md-input,
input[type="date"].md-input,
input[type="month"].md-input,
input[type="time"].md-input,
input[type="week"].md-input,
input[type="number"].md-input,
input[type="email"].md-input,
input[type="url"].md-input,
input[type="search"].md-input,
input[type="tel"].md-input,
input[type="color"].md-input,
select.md-input,
textarea.md-input {
    padding: 10px 4px 11px;
    float: left;
}

#musicsForm label,
#musicstoreForm label {
    float: left;
}

.md-input-wrapper {
    padding-top: 8px;
}

.uk-tab > li > a {
    min-width: initial;
}

/* GAMBIARRA */
.md-input-wrapper-success .selectize-input {
    border-color: #7cb342 !important;
}
.md-input-wrapper-danger .selectize-input {
    border-color: #e53935 !important;
}

.required input[type="text"].md-input,
.required .selectize-input {
    border-color: #a14fb0;
}

footer {
    position: relative;
    width: 100%;
    z-index: 200;
    bottom: 0;
    background-color: #424242;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    min-height: 40px;
}

.sidebar_main_open footer {
    width: calc(100% - 240px);
    margin-left: auto;
}

footer p {
    margin: 0;
}

footer p a {
    margin-right: 15px;
}

.sidebar_main_header #info {
    color: #fff;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    list-style: none;
}

.sidebar_main_header #info li {
    padding: 7px 0;
}

.sidebar_main_header #info li a {
    color: #fff;
}

.sidebar_main_header #info li a:hover {
    color: #fff;
    text-decoration: underline;
}

.user_actions .company {
    padding: 4px 0px;
    color: #fff;
}

.user_actions .company a {
    color: #fff;
}

.user_actions .company a:hover {
    color: #fff;
    text-decoration: underline;
}

.md-list .uk-nestable-list>li, .md-list>li {
    border-bottom: 5px solid #fff !important;
}
