div.logo {
    text-align: center;
    margin: 5px 0 30px auto;
}

    div.logo img {
        max-height: 70px;
    }

.navbar-ms .navbar-brand {
    height: 80px;
    padding: 12px 25px 12px 0;
}

    .navbar-ms .navbar-brand img {
        height: 55px;
    }

.top-navigation .navbar-ms .navbar-brand {
    background: #fff;
}

.top-navigation .wrapper.wrapper-content {
    padding: 40px 0 60px 0;
}

.breadcrumb > .active {
    font-weight: bold;
}

.no-horiz-paddding {
    padding-left: 0;
    padding-right: 0;
}

.navbar-ms ul.nav {
    font-size: 16px;
    padding-top: 15px;
}

.profile-element .img-circle {
    height: 48px;
    width: 48px;
}

.dropdown-menu {
    font-size: 14px;
}

.nav.nav-third-level > li.active {
    border: none;
}

.passwordBox {
    padding: 20px;
}

.text-nowrap {
    white-space: nowrap;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}

.form-group .switch {
    margin-top: 5px;
}

.not-visible {
    border: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
    width: 0;
}

.col-inline-left {
    padding-left: 0;
    padding-right: 10px;
}

.col-inline-right {
    padding-left: 0;
    padding-right: 0;
}

.row.gutter-4 {
    margin-left: -2px;
    margin-right: -2px;
}

    .row.gutter-4 [class*="col-"] {
        padding-left: 2px;
        padding-right: 2px;
    }

.row.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row.gutter-10 [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

        .row.gutter-10 [class*="col-"] + [class*="col-"] {
            margin-top: 10px;
        }


.row.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row.gutter-20 [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

li.with-link > a.hover-link {
    font-size: 10px;
    margin-left: 2px;
    margin-right: 2px;
}
li.with-link:not(:hover) a.hover-link {
    color: white;
}

li.with-link:hover a.hover-link {
    color: black;
}
li.with-link:not(:hover) a.appearing-link {
    display: none;
}

li.with-link:hover a.appearing-link {
    display: inline-block;
}

/* tree view and details*/
h4.entities {
    border-bottom: 1px solid #e7eaec;
    padding-top: 9px;
    padding-bottom: 10px;
    margin: 0px 0px 9px 0px;
}

div.treeview-container {
    background-color: #fff;
    height: 100%;
}

ul.entity-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    ul.entity-nav li {
        padding: 5px 0 5px 0;
    }

        ul.entity-nav li.active {
            font-weight: bold;
        }

.hr-text {
    border: 0;
    line-height: 1em;
    position: relative;
    text-align: center;
    height: 1.5em;
    font-size: 14px;
    font-weight: 700;
    margin: 30px 15px;
}

    .hr-text::before {
        content: "";
        background: linear-gradient(to right, transparent, #e7eaec, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text::after {
        content: attr(data-content);
        position: relative;
        padding: 0 7px;
        line-height: 1.5em;
        color: #676a6c;
        background-color: white;
    }

@media (min-width: 1200px) {
    .row.gutter-10 [class*="col-"] + [class*="col-lg"],
    .row.gutter-10 [class*="col-"] {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .row.gutter-10 [class*="col-"] + [class*="col-md"],
    .row.gutter-10 [class*="col-"] {
        margin-top: 0;
    }

    .control-label.sm-info {
        padding-top: 0;
    }

    label.sm-info small {
        display: block;
    }
}

@media (min-width: 768px) {
    .row.gutter-10 [class*="col-"] + [class*="col-sm"],
    .row.gutter-10 [class*="col-"] {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    .row.gutter-10 [class*="col-"] + [class*="col-xs"],
    .row.gutter-10 [class*="col-"] {
        margin-top: 0;
    }
}

label.sm-info small {
    font-weight: normal;
    white-space: nowrap;
}

#ContributionList .img-circle {
    width: 32px;
    height: 32px;
}

.hide-item {
    position: absolute;
    left: -9999px;
}

tr[data-status="empty"] {
    display: none;
}

table.table-edit input:read-only:not([type=checkbox]),
table.table-edit input:read-only:focus:not([type=checkbox]),
table.table-edit input:read-only:focus-visible:not([type=checkbox]) {
    outline: none;
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
    height: 30px;
    cursor: pointer;
    width: 100%;
}

table.table-edit .form-control {
    padding: 2px 4px;
    height: 30px;
    background-color: transparent;
    margin-left: -4px;
}

table.table-edit select.form-control {
    margin-left: -10px;
}

table.table-edit .form-control:focus {
    background-color: white;
    border-color: #1ab394;
}

.table-edit > thead > tr > th,
.table-edit > tbody > tr > th,
.table-edit > tfoot > tr > th,
.table-edit > thead > tr > td,
.table-edit > tbody > tr > td,
.table-edit > tfoot > tr > td {
    line-height: 1.2;
    padding: 4px;
    vertical-align: middle;
}

.table tbody > tr > td.vert-align {
    vertical-align: middle;
}

.table h4 {
    font-size: 13px;
    margin: 4px 0;
}

.dataTables_wrapper {
    padding-bottom: 0;
}

.edit-container {
    position: relative;
}

[contenteditable]:focus {
    outline: 1px solid #1BB394;
    background-color: #fff;
    padding: 6px 8px;
}

.edit-container span.delete-me {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 14px;
    color: #ccc;
}

#contributions_filter {
    float: right;
}

#contributions {
    margin-top: 12px !important;
}

p.version-mixes,
p.version-stems {
    margin-bottom: 5px;
}

.upload-next {
    padding: 0.8em;
}

.upload-status {
    line-height: 32px;
    padding: 5px 0 5px 4px;
}

.faq-item {
    padding-left: 0;
}

.modal-fs {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

    .modal-fs .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
    }

.modal-body .list-group-item {
    background-color: white;
}

.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tfoot > tr > th,
.table.table-condensed > thead > tr > td,
.table.table-condensed > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px;
    table-layout: fixed;
}

.note-editing-area {
    border-left: solid 1px rgb(229, 230, 231);
    border-right: solid 1px rgb(229, 230, 231);
}

.bootstrap-tagsinput {
    background-color: #FFFFFF;
    background-image: none;
    box-shadow: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.chat-users {
    height: auto;
}

.chat-user-name {
    padding: 10px 0 10px 10px;
}

    .chat-user-name span {
        font-size: 18px;
        width: 17px;
    }

table.table-edit tr.clickable {
    height: 39px;
}

.clickable {
    cursor: pointer
}

.label-link {
    cursor: pointer;
    text-decoration: underline;
}

a.composer-link {
    padding-right: 5px;
}

#composersContainer div.composer-row {
    cursor: move;
}

    #composersContainer div.composer-row.non-sortable {
        cursor: default;
    }

a.play-track {
    color: #333333;
}

    a.play-track i {
        width: 12px;
        font-size: 12px;
        padding-right: 5px;
    }

    a.play-track:hover i {
        color: #333333;
    }

.form-buttons .btn {
    margin-bottom: 3px;
}

.btn.singletrack small {
    font-size: 80%;
    padding-left: 8px;
}

.btn.singletrack i {
    width: 11px;
    margin-right: 3px;
}

.btn.maintrack {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 5px;
}

span[class*="badge-"] {
    font-size: 12px;
    color: white;
}

.btn-success.input-group-addon.open-uploader-new {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFFFFF;
    border-radius: 3px;
}

.badge.badge-0 {
    font-weight: normal;
    font-size: 13px;
    color: #5e5e5e;
    padding-bottom: 3px;
    background-color: transparent;
}

.badge.badge-1 {
    background-color: #8bd7c7;
}

.badge.badge-2 {
    background-color: #70cdbb;
}

.badge.badge-3 {
    background-color: #4fc2aa;
}

.badge.badge-4 {
    background-color: #2db69b;
}

.badge.badge-5 {
    background-color: #09aa89;
}

.artworkcontainer {
    position: relative;
    width: 225px;
}

.cursor-pointer {
    cursor: pointer;
}

.artworkimage {
    opacity: 1;
    display: block;
    max-height: 225px;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.artworkmiddle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.artworkcontainer:hover .artworkimage {
    opacity: 0.3;
}

.artworkcontainer:hover .artworkmiddle {
    opacity: 1;
}

.artwork-list-item {
    max-width: 75px;
}

.artworktext {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.file .file-name {
    background-color: #fff;
    overflow: hidden;
}

.corner {
    border-right-color: #f8f8f8;
    border-bottom-color: #f8f8f8;
}

    .corner.corner-active {
        border-right-color: #1ab394;
        border-bottom-color: #1ab394;
    }


.fa-pulse {
    display: inline-block;
    -moz-animation: pulse 2s infinite linear;
    -o-animation: pulse 2s infinite linear;
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
}



@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*audio player START*/
.playercontainer {
    position: relative;
}

.cutting-point-info {
    position: absolute;
    top: -3px;
    background-color: black;
    color: white;
    display: none;
    z-index: 1;
    line-height: 21px;
    padding: 0 5px;
}

.player-margin {
    margin-bottom: 100px;
}

.footer.player {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
}

div.audiowrapper {
    width: 100%;
    background: white;
    line-height: 2;
    text-align: center;
    height: 66px;
    z-index: 3;
}


div.jp-audio {
    max-width: 1172px;
}


#playerartwork {
    width: 50px;
    height: 50px;
    float: left;
    border: none;
    border-right: 1px solid #353535;
}

.playerinfo {
    position: relative;
    margin-top: -23px;
    height: 23px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    z-index: 3;
}

    .playerinfo .meta,
    .playerinfo .time {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        position: absolute;
        height: 24px;
        line-height: 24px;
        padding: 0 8px;
        font-weight: 500;
    }

    .playerinfo .meta {
        left: 0;
        font-size: 1em;
        vertical-align: top;
        text-transform: uppercase;
    }

    .playerinfo .time {
        width: 95px;
        right: 0;
    }

div.jp-jplayer {
    top: 0;
    left: 0;
    /*position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
    overflow: hidden;
}

div.jp-interface {
    overflow: hidden;
    width: 100%;
}

ul.jp-controls {
    float: left;
    width: 150px;
    height: 100%;
}


div.jp-audio div.jp-type-single div.jp-interface {
    height: 76px;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
    height: 72px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
    height: 72px;
}

div.jp-video div.jp-interface {
    border-top: 1px solid #009be3;
}

/* @group CONTROLS */

div.jp-controls-holder {
    clear: both;
    width: 440px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
    list-style-type: none;
    margin: 0;
    padding: 12px 0 0 0;
    overflow: hidden;
    width: 50px;
}

div.player-actions {
    float: right;
    width: 130px;
    overflow: hidden;
    padding: 14px 0 0 0;
}

ul.player-actions {
    padding: 0 0 0 10px;
    list-style-type: none;
}

.singletrack {
    cursor: pointer;
}

ul.track-actions {
    padding-top: 18px;
}

    ul.player-actions li,
    ul.track-actions li {
        display: inline;
    }

        ul.player-actions li a,
        ul.track-actions li a {
            padding-left: 15px;
            cursor: pointer;
        }

        ul.track-actions li a {
            color: #d05163;
        }

        ul.player-actions li a {
            color: #1a7bb9;
        }

            ul.track-actions li a:hover,
            ul.player-actions li a:hover {
                color: #c33549;
            }

div.jp-video div.jp-type-single ul.jp-controls {
    width: 78px;
    margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
    width: 134px;
    margin-left: 172px;
}

div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
    display: inline;
    float: left;
}

div.jp-interface ul.jp-controls a {
    display: block;
    overflow: hidden;
    /*text-indent: -9999px;*/
}

ul.jp-controls li a {
    width: 24px;
    height: 24px;
    margin: 8px;
    cursor: pointer;
    color: #1c84c6;
}

    ul.jp-controls li a:hover {
        color: #1a7bb9;
    }

a.jp-pause,
a.jp-play {
    font-size: 25px;
}

a.jp-pause {
    display: none;
}

a.jp-next,
a.jp-previous {
    padding-top: 5px;
    font-size: 14px
}

.move {
    cursor: move;
}
.drag-handle {
    cursor: move;
    font-size: 18px;
    line-height: 1;
    color: #ccc;
    position: absolute;
    right: 20px;
    top: 54px;
}

/*.add-version-wrapper,*/
.play-upload-widget-wrapper {
    min-height: 57px;
}

.close-uploader {
    font-size: 22px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=40);
    opacity: .3;
    position: absolute;
    right: 35px;
    top: 14px;
    cursor: pointer;
}

    .close-uploader:hover {
        filter: alpha(opacity=60);
        opacity: .6;
    }
/* @group progress bar */
div.progress-wrapper {
    overflow: hidden;
    margin: 9px 0 45px 0;
    height: 50px;
    border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px #cccccc solid;
    height: 48px;
    position: relative;
}


div.jp-progress {
    overflow: hidden;
    height: 50px;
}

div.jp-play-bar {
    background-color: transparent;
    overflow: hidden;
    width: 0;
    height: 100%;
    border-right: solid;
    border-right-color: red;
    border-right-width: 1px;
}

div.jp-seek-bar {
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}

div.cutting-point-bar {
    height: 17px;
    background-color: #f1fff7;
}

img.cutting-point {
    z-index: 3;
    height: 67px;
    position: absolute;
    top: 0;
}

#soundgraph {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.6;
    height: 50px;
    width: 100%;
}



a.jp-mute,
a.jp-unmute {
    width: 39px;
    height: 26px;
}


div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
    margin-left: 10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
    margin-left: 56px;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
    position: absolute;
    top: 12px;
    margin-top: 0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
    left: 50px;
}

div.jp-video a.jp-volume-max {
    left: 134px;
}

a.jp-mute {
    background: url("img/audioplayer.png") 0 -81px no-repeat;
}

    a.jp-mute:hover {
        background: url("img/audioplayer.png") -39px -81px no-repeat;
    }

a.jp-unmute {
    background: url("img/audioplayer.png") 0px -108px no-repeat;
    display: none;
}

    a.jp-unmute:hover {
        background: url("img/audioplayer.png") -39px -108px no-repeat;
    }

a.jp-volume-max {
    background: url("img/audioplayer.png") 0 -186px no-repeat;
}

    a.jp-volume-max:hover {
        background: url("img/audioplayer.png") -19px -186px no-repeat;
    }

li.timeholder {
    line-height: 26px;
    text-align: center;
    background: url("img/audioplayer.png") 0 -189px;
}

/*li.divider {
    width: 1px;
    line-height: 26px;
    background: url("img/audioplayer.png") -27px -0px;
}*/

.time-standard {
    width: 54px;
}

.time-noadd {
    width: 98px;
}

.time-wide {
    width: 189px;
}

span.jp-current-time,
span.jp-duration {
    width: 50px;
    vertical-align: top;
    font-size: 1em;
}

div.jp-jplayer audio,
div.jp-jplayer {
    width: 0px;
    height: 0px;
}

div.jp-jplayer {
    background-color: #000000;
}


.jp-no-solution {
    padding: 5px;
    font-size: .8em;
    background-color: #eee;
    border: 2px solid #009be3;
    color: #000;
    display: none;
}

    .jp-no-solution a {
        color: #000;
    }

    .jp-no-solution span {
        font-size: 1em;
        display: block;
        text-align: center;
        font-weight: bold;
    }

/* @end audio player*/

/*kendo overwrites*/
span.k-widget.k-maskedtextbox.form-control {
    border: none;
}

input.k-textbox {
    line-height: 1.93571428em;
    text-indent: 0;
    padding: 6px 12px;
}

.k-messagebox a {
    font-style: normal;
}

/*Syncfusion */
input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal
}

    .e-input-group.e-disabled, .e-input-group.e-control-wrapper.e-disabled {
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: normal
    }

    .e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
        border-color: #e5e6e7;
    }

    .e-input-group, .e-input-group.e-control-wrapper {
        font-size: 13px;
        border-radius: 0;
    }

.e-chips.dragged {
    padding: 6px 10px;
    border: 1px dashed #4679cc;
}

.e-chips.dragged,
.e-multi-select-wrapper .e-chips,
.tag-wrapper .tag {
    background-color: #edf2f9;
    border-radius: 4px;
    height: 26px;
    font-size: 13px;
}

    .e-chips.dragged,
    .e-multi-select-wrapper .e-chips > .e-chipcontent,
    .tag-wrapper .tag > .tag-content {
        font-size: 13px;
        color: #4679cc;
        -webkit-text-fill-color: #4679cc;
    }

        .e-multi-select-wrapper .e-chips > .e-chipcontent:hover,
        .tag-wrapper .tag > .tag-content:hover {
            color: #333;
            -webkit-text-fill-color: #333;
        }

    .tag-wrapper .tag-close::before,
    .e-multi-select-wrapper .e-chips .e-chips-close::before {
        -webkit-text-fill-color: #4679cc;
        color: #4679cc;
        font-size: 10px;
    }

.e-multi-select-wrapper .e-chips-close {
    cursor: pointer;
}
/*manual tags to have styling like syncfusion multiselects*/
.tag-wrapper {
    box-sizing: border-box;
    cursor: text;
    line-height: normal;
    min-height: 32px;
    padding: 0 2px 0 2px;
    position: relative;
    user-select: none;
    width: 100%;
}

    .tag-wrapper .tag-collection {
        cursor: default;
        display: block;
    }

    .tag-wrapper .tag-gray {
        background-color: gray;
    }

    .tag-wrapper .tag-close {
        align-self: center;
        display: flex;
        float: right;
        font-family: "e-icons";
        height: 30px;
        margin: 0 0 0;
        width: 30px;
    }

        .tag-wrapper .tag-close::before {
            content: "\e842";
            cursor: pointer;
            left: 10px;
            position: relative;
            top: 9px
        }

.tag-collection .tag {
    align-items: center;
    display: inline-flex;
    float: left;
    margin: 2px 4px 2px 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-wrapper .tag > .tag-content {
    max-width: 100%;
    overflow: hidden;
    padding: 6px 10px 6px 10px;
    text-indent: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-wrapper .tag.tag-gray > .tag-content {
    color: white;
    -webkit-text-fill-color: white;
}

/*end manual tags*/

.e-popup-open,
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
    background-color: white;
}

.e-fixed-head,
.e-dropdownbase .e-list-group-item .e-fixed-head,
.e-dropdownbase .e-list-group-item {
    font-size: 13px;
    font-weight: bold;
}

.e-ddl.e-input-group .e-ddl-hidden, .e-ddl.e-float-input .e-ddl-hidden {
    -webkit-appearance: initial;
    border: 0;
    height: 0;
    padding: 0;
    visibility: hidden;
    width: 0;
}
/*pace.js min styles*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #1ba98d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.form-control[readonly] {
    background: white;
    cursor: default;
}
/* type ahead styles */
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    cursor: pointer;
}

    span.twitter-typeahead .tt-suggestion.tt-cursor,
    span.twitter-typeahead .tt-suggestion:hover,
    span.twitter-typeahead .tt-suggestion:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.tag {
    font-size: 100%;
    font-weight: 400;
    padding: 2px 8px;
    border-radius: 0.25em;
    cursor: pointer;
}

    .tag.badge-blue {
        color: #4679cc;
        background: #edf2f9;
    }

    .tag.badge-green {
        color: white;
        background: #5cb85c;
    }

    .tag.badge-turquoise {
        color: white;
        background: #23c6c8;
    }

    .tag.badge-warning {
        color: white;
        background: #f8ac59;
    }

    .tag.badge-start {
        font-size: 100%;
        font-weight: 400;
        color: white;
        background-color: gray;
        padding: 2px 8px;
        border-radius: 0.25em;
    }

    [data-role="sortable"] span.e-chips,
    .tag.ui-sortable-handle {
        cursor: move;
    }




.typeahead-container span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

    .input-group span.twitter-typeahead .tt-menu,
    .input-group span.twitter-typeahead .tt-dropdown-menu {
        top: 32px !important;
    }

    .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
        border-radius: 0;
    }

    .input-group span.twitter-typeahead:first-child .form-control {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group span.twitter-typeahead:last-child .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

    .input-group.input-group-sm span.twitter-typeahead .tt-menu,
    .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
        top: 30px !important;
    }

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

    .input-group.input-group-lg span.twitter-typeahead .tt-menu,
    .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
        top: 46px !important;
    }
/* type ahead styles END*/
.dropzone.single {
    min-height: 0;
    margin-bottom: 20px;
}

div.play-upload-widget {
    border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px #cccccc solid;
}

    div.play-upload-widget div.k-dropzone.form-inline {
        margin-right: 28px;
    }

.singletrack.btn.margin {
    margin: 5px 14px 4px 14px;
}



@media (min-width: 992px) {
    .row.equal-md {
        display: flex;
        flex-wrap: wrap;
    }

    .drag-handle {
        top: 18px;
    }
}

@media (max-width: 450px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .html5buttons {
        float: right;
        margin-top: 0;
    }

    .dataTables_length {
        float: left;
    }
}

@media (max-width: 767px) {
    div.dataTables_info {
        display: none;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
    }
}

@media (width: 768px) {
    .navbar-right {
        margin-right: 15px;
    }
}

@media (max-width: 600px) {
    .dataTables_length {
        display: none;
    }
}
