body {
    font-family: helvetica;
}

h2 {
    text-align: center;
}

/* Table styles */
td {
    font-family: helvetica;
    font-size: 11px;
    padding: 5px;
}

.rowodd {
    background-color: #6b98ad;
}

.roweven {
    background-color: #90cee2;
}

/* Divs */

.container {
    width: 100%;
}

.inner {
    width: 100%;
    margin: auto;
}

div {
    padding: 5px;
}

/* Buttons */
a, a:hover, a:visited, a:active {
    background-color: #c34512;
    border: none;
    padding: 10px 15px;
    margin: 2px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    display: inline-block;
}

.plainlink, .plainlink:hover, .plainlink:active {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.box {
    border: none;
    padding: 10px 15px;
    margin: 2px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    display: inline-block;
}

.blue {
    background-color: #6b98ad;
}

.black {
    background-color: #000 !important;
    color: #fff !important;
}

 button, input[type=submit] {
     background-color: #e0b318;
     border: none;
     padding: 10px 15px;
     color: #000000;
     margin: 2px;
 }

/* MODAL */
.modal {
    display: none;
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-content {
    background-color: #90cee2;
    margin: 30% auto;
    padding: 20px;
    border: none;
    width: 50%;
    box-shadow: 3px 5px 20px rgba(2, 2, 2, 0.35);
}

/* others */
textarea:disabled {
    background-color: white;
}

.fakeartistformtd {
    vertical-align: top;
}

/* -----------------
 * wavesurfer
 * -----------------
 */
.playInWavesurfer {
    background-color: #c34512;
}

.wavesurfer_container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #d1d1d1;
    z-index: 1000;
    padding: 10px 15px 10px 15px;
    display: flex;
    align-items: center;
    height: 68px;
}

#waveform_playbutton__container {
    width: 50px;
}

#waveform_span {
    width: calc(100% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#waveform_playbutton {
    box-sizing: border-box;
    height: 32px;

    border-color: transparent transparent transparent #538cc6;
    transition: 100ms all ease;
    will-change: border-width;
    cursor: pointer;

    border-style: solid;
    border-width: 16px 0 16px 25px;
    margin-right: 20px;
}

#waveform_playbutton.pause {
    border-style: double;
    border-width: 0px 0 0px 25px;
}

#waveform_container {
    width: 50%;
    height: 100%;
    margin: 10px;
    margin-right: 20px;
}

#waveform_info {
    margin-right: 20px;
    visibility: hidden;
}

#waveform_info.show {
    visibility: visible;
}

#waveform_title {
    color: #212121;
}

#waveform_artist {
    color: #d1d1d1;
}

.uglytable {
    border: 1px solid grey;

}

.uglytable td {
    border: 1px solid grey;
}


.albumart {
    width: 200px;
    height: 200px;
}

.playlist_short {
    display: grid;
}

.playlist_short .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 3fr 2fr 1fr 1fr;
}

.playlist_short .header {
    font-weight: bold;
}

.playlist_short .controls {
    display: flex;
    flex-direction: row;
}

.playlist_short .button {
    background-color: #c34512;
    color: #fff;
    font-size: 8px;
    padding: 5px;
    margin: 2px;
    cursor: pointer;
}

.print_tracks_header {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-orientation: sideways;
}
