/*body{*/
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*!*background: #171717;*!*/
    /*font-family: proxima_nova,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*!*color: #b9b9b9 !important;*!*/
/*}*/

md-progress-linear .md-container.md-mode-buffer .md-dashed:before{
    display: none !important;
}

md-progress-linear.md-default-theme[md-mode=buffer].md-warn ._md-dashed:before, md-progress-linear[md-mode=buffer].md-warn ._md-dashed:before {
    background: none !important;
}

md-progress-linear.md-default-theme[md-mode=buffer].md-accent ._md-dashed:before, md-progress-linear[md-mode=buffer].md-accent ._md-dashed:before{
    background: none !important;
}

md-list-item {
    min-height: 30px;
    border-bottom: thin solid silver;
}

.md-button.md-icon-button {
    height: 30px;
}

.search-bar{
  margin-top: 10px;
}
#myPlaylist{
    z-index: 500;
}

.list-button:hover {
    background-color: rgba(158,158,158,0.2);
}

.cursor {
    cursor: pointer;
}

.md-list-2 {
    font-size: 11px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: 0px;
}

.md-list-sm{
    /*min-height: 30px !important;*/
    /*max-height: 30px !important;*/
}

.jform-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-color: #1c2126;
    color: #b9b9b9;
    background-color: #2a3840;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #2a3840;
    border: 1px solid #20272d;
    border-radius: 4px;
}

.modal-body {
    background-color: #2a3840 !important;
}

.modal-header, .modal-footer{
    background: #171717 !important;
}

.song-name-wrapper {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.queue-header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #b7c6c9 !important;
}

.artist-name-wrapper {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#my-browse{
  white-space: nowrap;
    font-size: small;
}

a {
    /*color: #f2f2f2 !important;*/
}

td {
    padding: 2px !important;
}

th {
    cursor: pointer;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #2a3840 !important;
}

ul.sidebar-menu li a:hover {
    background: #2a3840 !important;
}

ul.top-menu > li > a {
    border: 1px solid #2a3840 !important;
}

/*.joafy-sidebar {*/
    /*background: #20272d !important;*/
/*}*/

/*.joafy-nav {*/
    /*background: #171717 !important;*/
    /*border-bottom: 1px solid #20272d !important;*/
/*}*/

.j-row {
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis ;
    cursor: pointer;
    align-items: center;
}

.j-playing {
    color: rgb(96,125,139); !important;
}

.jbtn-default {
    padding: 15px 0 15px 10px;
    margin: 10px !important;
    border: 1px solid #2a3840 !important;
    border-radius: 4px;
    text-align: center;
}

/*a.active, a:hover, a:focus {*/
    /*background: #2a3840;*/
/*}*/

a > i > span {
    font-size: 16px;
}

/*::selection {*/
    /*background: #70c989 !important;*/
    /*color: #fff;*/
/*}*/

/*::-moz-selection {*/
    /*background: #70c989 !important;*/
    /*color: #fff;*/
/*}*/

.repeating-elements {
    overflow: scroll;
}

.left-sidebar-bottom{
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding:10px;
}

.dropzone {
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/*.drag-enter{*/
    /*background: #097f63 !important;*/
/*}*/

/*.dragging {*/
    /*background: #097f63 !important;*/
    /*!*content: url("../media/images/icon.png");*!*/
/*}*/

ul.context-menu__items {
    margin-left: -20px !important;
}

.context-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    /*background:#20272d;*/
    display: none;
    position: absolute;
    z-index: 10;
}

.context-menu--active {
    display: block;
}

.context-menu--hidden {
    display: block;
}

tr.grid-body.ng-scope {
    display: table-row
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 8.3px 0;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: rgba(0, 0, 0, 0);
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 22px;
    width: 22px;
    border-radius: 37px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(0, 0, 0, 0);
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 5.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: rgba(0, 0, 0, 0);
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 22px;
    width: 22px;
    border-radius: 37px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 5.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0);
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0);
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 22px;
    width: 22px;
    border-radius: 37px;
    background: #ffffff;
    cursor: pointer;
    height: 5.4px;
}
input[type=range]:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0);
}
input[type=range]:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0);
}


::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
    border-radius: 50%;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}



