﻿body {
    margin-top: 20px;
    background: #eee;
}

.dash-video-player {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

.panel.charts, .panel.debug {
    margin: 15px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

#shaka-player .form-horizontal {
    margin-top: 20px;
} 

.licenseInputs {
    width: 80%;
    float: left;
}

.licenseInputs.sm {
    width: 20%;
}

button#dash-open-player,
button#hls-open-player,
button#open-player {
    margin-top: 10px;
}

.notice {
    font-weight: normal; 
    font-size: 10px;
}

.buttons .form-control {
    border: none;
    box-shadow: none;
    padding: 0;
}

video {
    width: 100%;
    height: auto;
}

.nav-tabs {
    border: 0;
}

#akamai-page textarea {
    min-height: 140px;
    height: 540px;
    resize: vertical;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: transparent;
    font-size: 13px !important;
    font-family: monospace;
    line-height: 1.1 !important;
    color: black !important;
    white-space: pre;
}

#akamai-page .textarea-validation {
    background-color: #ffb6c15e;
}

#akamai-page .error-message {
    color: indianred;
    font-size: 12px;
    min-height: 14px;
    display: block;
}

#akamai-page .sample-json {
    float: right;
    cursor: pointer;
    color: #337ab7;
    text-decoration: none;
}

#akamai-page .akamai-video-player-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

#akamai-page .akamai-video-player-wrapper,
#akamai-page .akamai-video-player-wrapper > div {
        min-height: 500px;
    }

#akamai-page .error-placeholder {
    margin-bottom: 10px;
    width: calc(100% - 28px);
    margin-left: 14px;
}

#akamai-page .error-placeholder-error {
    width: 95%;
    display: inline-block;
}
