﻿

/*input, label {
    display: block;
}*/

a {
    color: white;
    text-decoration: none;
    display: block;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 5px;
    margin-inline-end: 0px;
}

/*ul {
    background-color: #003244;
    list-style: none;
}*/

.hiddencol {
    display: none;
}

.divSeparator {
    border: 1px solid white;
    border-radius: 4px;
    width: calc(100% - 15px);
    margin: 2px;
}

.btn {
    margin: 5px;
    /*cursor: pointer;*/
    display: inline-block;
    font-weight: 700;
    color: #212529;
    background-image: linear-gradient(90deg, #FFC312 0%, #DDA302 50%);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.btn {
    font-size: 14px;
    height: 38px;
    width: 139px;
}

.text-input {
    position: relative;
    color: #003244;
    border-color: white;
    cursor: text;
    display: inline-flex;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-weight: 400;
    line-height: 1.1876em;
    letter-spacing: .00938em;
}

.cAudio {
    width: 100%;
    table-layout: auto;
    /* overflow-wrap: break-word; */
}

.cSettings {
    width: 100%;
    table-layout: auto;
}

.cAudio td {
    /* border: 3px solid yellow;     */
    margin: 0;
    padding: 0;
}

.cAudio tr {
    /* border: 3px solid yellow;     */
    margin: 0;
    padding: 0;
}

.cAudioSlider {
    /* width: 600px; */
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    /*color: antiquewhite;*/
    accent-color: #f2bb15;
}

.cColorOpacity {
    opacity: 0.6;
}

.cAudioColors {
    /* width: 600px;     */
    /*width: calc(100% - 20px);*/
    width: 100%;
    height: 20px;
    background-color: #FFFFFFFF;
    position: relative;
    border: 1px solid darkblue;
    /*margin-left: 10px;*/
}

.cAudioPart {
    /*cursor: pointer;*/
    height: 100%;
    display: inline-block;
    border-width: 0;
    position: absolute;
}

.mud-chart {
    width: inherit !important;
    height: inherit !important;
}

.mud-chart svg g {
    width: 100% !important;
    height: 150px !important;
}