@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}

/** Main Wrapper **/
#main-content {
    padding: 0 20px;
}

#main-content.sidebar {
    margin-right: 300px;
}

#main-content .media-body h4 {
    display: inline;
    margin-right: 10px;
}

#main-content .media-body .label {
    vertical-align: 2px;
}

/** Global Alert **/
#global-alert {
    margin: 0;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#global-alert .alert-content {
    text-align: center;
}

#sendEmailModalLabel {
    color: black;
}

/** Sidebar **/
#sidebar {
    position: absolute;
    margin-top: 0px;
    width: 300px;
    right: 0;
    padding-right: 20px;
}

#sidebar .list-group-item, #sidebar .panel-heading {
    padding: 5px 10px;
    overflow: auto;
}

#sidebar .delete-button, #sidebar #clear-filters, #apply-filters, #sidebar .add-button  {
    float: right;
    cursor: pointer;
}

#sidebar .delete-button, #sidebar #clear-filters, #apply-filters, #sidebar .loadMoreFacet  {
    cursor: pointer;
}

.btn-send-error-report {
    position: relative;
    top: -3px;
    right: -14px;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: inherit;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.btn-send-error-report:focus, .btn-send-error-report:hover {
    color: green;
    opacity: 0.5;
}

#sidebar>.form-control {
    margin-bottom: 20px;
}

#sidebar .list-group-item.clickable {
    cursor: pointer;
}

#sidebar .list-group-item.clickable:hover {
    background-color: #d9edf7;
}

#sidebar .filter-show-more {
    text-align: center;
}

#sidebar .filter-show-more:hover {
    background-color: #f5f5f5 !important;
}

/* make the range slider look nicer. */
#sidebar .slider {
    width: 260px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

#sidebar .slider-handle {
    outline: none !important;
}

#sidebar .slider-selection {
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf),
        to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',
        endColorstr='#ff0480be', GradientType=0);
}

/** Search Area **/
#search-pane {
    margin-bottom: 10px;
    width: 100%;
}

/** Search Results **/
.stats #select-all {
    vertical-align: -2px;
    margin-right: 6px;
}

#song-results,#album-results,#artist-results {
    padding-left: 14px;
}

.highlight_row {
    background: #91b9e2 !important;
}

#search-results-top {
    height: 44px;
    padding-left: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#search-results-top .stats {
    display:inline-block;
    padding: 5px 0;
}

.well {
    display: inline-block;
}

a.catalog-lyricfind {
    color: #428BCA;
}

a.catalog-dashboard {
    background-color: #3b9758;
    color: #FFF;
}

a.catalog-rovi {
    color: #D9534F;
    cursor :pointer;
}

a.catalog-publisher-track {
    color: green;
    cursor: pointer;
}

a.catalog-composition {
    color: #428BCA;
}

span.catalog-rovi {
    background-color: #D9534F;
    color: #FFF;
}

span.catalog-lyricfind {
    background-color: #428BCA;
    color: #FFF;
}

span.catalog-dashboard {
    background-color: #3b9758;
    color: #FFF;
}

span.catalog-publisher-track {
    background-color: green;
    color: #FFF;
}

span.catalog-composition {
    background-color: #428BCA;
    color: #FFF;
}

span.time-label {
    padding-top: 3.15px;
}

select.input-medium {
    width: 160px;
    height: 34px;
}

span.text-addition {
    color: #00CC00;
    font-weight: bold;
}

span.text-deletion {
    color: #CC0000;
    font-weight: bold;
}

span.history-addition {
    background-color: #CCFFDD;
    display: inline-block;
    width: 100%;
}

span.history-deletion {
    background-color: #FFDDDD;
    display: inline-block;
    width: 100%;
}

span.history-date {
    display: inline-block;
    font-weight: bold;
    text-align: right;
}

th,td {
    padding: 10px;
}

/** Modal **/
.modal-footer-message {
    float: left !important;
    margin-top: 6px;
}

.content .remove {
    display: inline-block;
}

.modal input[type=radio] {
    cursor: pointer;
}

#modal-artist span+span::before, .artistColumn span+span::before, .song-artist span+span::before, .album-artist span+span::before{
    content: ", ";
    margin-left:-5px;
}

/** Panel Header **/
.header h1 {
    display: inline;
    vertical-align: middle;
}

.header .form-inline {
    display: inline-block;
    margin-left: 20px;
}

/** Input icon addon **/
.left-inner-addon {
    position: relative;
    width: 100%;
}

.left-inner-addon input {
    padding-left: 30px;
}

.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
    z-index: 100;
}

#logout-dropdown {
    z-index: 1300 !important;
}

/** Typeahead **/
.twitter-typeahead {
    width: 100%;
}

.tt-dropdown-menu {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
}

/** General Table **/
div.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px 0;
    margin-bottom: 0;
}
div.table-cell {
    display: table-cell;
}
div.table > div.table-cell {
    border-spacing: 0;
}
div#panel-add {
    width: 120px;
}
div#panel-search {
    width: 100%;
}

/** Miscellaneous **/
.title-case {
    text-transform: capitalize;
}

.radio-label {
    font-weight:400;
    vertical-align: middle;
}

.popover {
    max-width: 650px;
}

.hidden {
    display: none;
}

.datetimepicker {
    z-index: 1000;
}

.label-tag {
    background-color: white;
    border-color: #333;
    border-style: solid;
    border-width: 1px;
    color: #333;
}

.label-tag-assigned-user {
    margin-right: 5px;
    background-color: #E9DEFF;
    color: black;
    border: 1px solid #8066B3;
}

.autotag {
    display: none;
}

#song-actions > div {
    float: right;
    padding: 5px 0 0 10px;
}

#song-actions > div button label{
    margin-bottom: 0;
    padding-left: 5px;
}

.no-search-result-messsage {
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

.label-as-badge {
    border-radius: 1em;
}

/* artist list page */
.show-album {
    font-size: 75%;
    vertical-align: 1px;
    padding: 0.5px 5px;
    font-weight: 700;
}

.userSelector {
    width: 280px;
}

/* submission list page */
#submission-actions > div, .submission-assign-button {
    padding: 5px 0 0 10px;
}

/* make text more visible by outlining it */
.text-outline-black {
    text-shadow: 1px 0 0 #333, -1px 0 0 #333, 0 1px 0 #333, 0 -1px 0 #333;
}
.text-outline-white {
    text-shadow: 1px 0 0 #FFF, -1px 0 0 #FFF, 0 1px 0 #FFF, 0 -1px 0 #FFF;
}
#assignments {
    width: 100%;
}
#assignments td {
    padding-top: 0;
    padding-bottom: 0;
}

#summary-panels > div {
    padding: 0 3px;
    margin-bottom: 20px;
}

#summary-panels .panel {
    width: 100%;
    min-height:310px;
    margin: 0;
}

#summary-panels .panel .panel-body {
    max-height:100%;
}

#summary-panels pre {
     white-space: pre;           /* CSS 2.0 */
     white-space: pre-wrap;      /* CSS 2.1 */
     white-space: pre-line;      /* CSS 3.0 */
     white-space: -pre-wrap;     /* Opera 4-6 */
     white-space: -o-pre-wrap;   /* Opera 7 */
     white-space: -moz-pre-wrap; /* Mozilla */
     white-space: -hp-pre-wrap;  /* HP Printers */
     word-wrap: break-word;      /* IE 5+ */
     width: 100%
}

#summary-panels table {
    width: 100%;
}

#summary-panels th {
    padding: 0 0 5px 0;
    vertical-align: top;
}

#summary-panels td {
    padding: 0 0 5px 0;
}

#summary-panels .panel .panel-heading h3 {
    margin-top:10px;
    font-weight: bold;
}

/** important allows to be above modals**/
.top-layer{
    z-index:1500 !important;
}

.panel-body {
    max-height: 300px;
    overflow-y: auto;
}

.verification-panel-body {
    height: 35vh;
    overflow-y: auto;
    padding: 8px 12px;
    padding: 0px;
}

.verification-panel-body table tbody tr {
    height: 55px;
}

/** multi user notification **/
#usersOnPage {
    position: relative;
    display: block;
    padding: 15px 15px;
}

.user-label {
    margin-right: 5px;
    background-color: #fd0;
    color: black;
    border: 1px solid #db0;
}

/** catalog-search plugin **/
.half-opaque {
   opacity: 0.5;
}

.flex-row, .flex-row > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:0 auto;
    height:100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.padded-top {
    padding-top: 20px !important;
}

.draggable {
    bottom: auto;
    right: auto;
    z-index: auto;
}

.draggable .modal-body{
    max-height: 750px;
    overflow-y: auto;
}

.lyric-panel {
    display: block;
    white-space: pre-line; 
    min-height: 800px;
    height: 100%;
    resize: none;
}

.modal-fill {
    width: 75%;
}

@media (min-width: 900px) {
    .modal-xl {
        width: 90%;
    }
}

.dev-header {
    background-color: #39985c;
    border-color: #369258;
}

.collapse.navbar-collapse.dev-menu-links ul li a {
    color: black;
}

.collapse.navbar-collapse.dev-menu-links ul li a:hover {
    color: #4b4b4b;
}

.collapse.navbar-collapse.dev-menu-links ul li.active a {
    background-color: #46b369;
}

.queue-error {
    background-color: #982828 !important;
}

.disabled-new-composition {
    opacity: 0.5;
}
.grey-out {
     pointer-events:none;
     color: gray !important;
}
.react-bootstrap-table-header-container {
    display: flex;
    flex-wrap: nowrap;
}

.flex-align-left {
    justify-content: flex-start;
}

.flex-align-center {
    justify-content: center;
}

.flex-align-right {
    justify-content: flex-end;
}

.modal-scrollable {
    max-height: 90%;
    overflow: auto;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
}

.semibold-xl {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
}

.heading-title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    color: #525252;
}

.spacer {
    margin-bottom: 40px;
}
