@font-face {
    font-family: 'Lato';
    src: url('/sites/vast-inspector/font/Lato-Regular.woff2') format('woff2'),
        url('/sites/vast-inspector/font/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    overflow-x: hidden;
    font-family: Lato;
    font-weight: 200;
}

.vast-testpage-container {
    margin: 0 auto 0;
    position: relative;
}

.log-player-container {
    margin-bottom: 20px;
}

div.vast-testpage-container {
    margin-top: 0;
}

.show-log-button,
.show-settings-button {
    display: none;
}

.ad-block-detection {
    display: none;
    position: absolute;
    width: 50%;
    left: 25%;
    text-align: center;
    background: #f0a800;
    color: #000;
    padding: 8px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.vast-testpage-container .hidden {
    display: none;
}

button {
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 3px 5px;
    border-radius: 2px;
    padding: 8px 15px;
    font-size: 13px;
    cursor: pointer;
}

.vast-testpage-container button.submit,
.vast-testpage-container button.active {
    background-color: #7AB1DF;
    border-color: #7AB1DF;
    color: #FFF;
    font-weight: bold;
}

.vast-testpage-container textarea,
.vast-testpage-container input {
    display: block;
    width: 100%;
    max-width: 700px;
    font-size: 13px;
}

.input small {
    display: block;
    color: #888;
    font-style: italic;
    font-size: 11px;
}

label {
    font-weight: bold;
    margin: 0 5px;
}

label.option {
    font-weight: normal;
    margin: 0 30px 0 5px;
}

.form-item {
    margin-bottom: 15px;
}

.form-item::after {
    content: "";
    display: table;
    clear: both;
}

.form-item>label,
.form-item>.label {
    width: 20%;
    float: left;
    margin: 10px 0 0;
    min-width: 0;
    display: block;
}

.form-item>input,
.form-item>textarea,
.form-item>.input {
    width: 80%;
    float: left;
}

.submit-container {
    text-align: right;
    margin: 0;
    clear: both;
}

.submit-container button,
.submit-container input {
    display: inline-block;
    width: auto;
    margin: 0 0 5px 0;
}

.sharing-container {
    display: none;
}

.sharing-seperator {
    clear: both;
    border-bottom: 1px solid #7AB1DF;
    color: #7AB1DF;
    font-weight: bold;
    height: 0px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.sharing-seperator span {
    margin-top: -7px;
    background-color: #FFF;
    padding-right: 10px;
    display: inline-block;
}

.settings-container {
    padding-top: 10px;
    padding-bottom: 12px;
}

.log-container {
    box-sizing: border-box;
    display: block;
    position: relative;
    background-color: #394049;
    padding: 20px 20px 100px;
    padding-left: 0;
    width: 45%;
    float: left;
    color: #FFF;
}

.log-container .log {
    font-weight: bold;
    line-height: 150%;
    font-family: monospace;
    margin-bottom: 10px;
}

.log-container .timestamp {
    display: none;
    opacity: 0.6;
}

.log-container.show-timestamps .timestamp {
    display: inline;
}

.log-container::before {
    content: "";
    position: absolute;
    right: 100%;
    left: -10000px;
    top: 0;
    bottom: 0;
}

.log-container h3 {
    padding-bottom: 5px;
    color: #7AB1DF;
    margin: 0;
}

.player-container {
    box-sizing: border-box;
    padding-right: 0;
    float: left;
    width: 55%;
}

.player {
    width: 100%;
    max-width: 650px;
}

.player input {
    max-width: 100%;
}



.bb-checkbox,
.bb-radiobutton {
    display: inline-block;
    position: relative;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    line-height: 1em;
    border-radius: 2px;
    border-color: #CCC;
    background-color: #FFF;
    width: 22px;
    height: 22px;
    padding: 0;
}

.bb-checkbox input[type="checkbox"]+i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    pointer-events: none;
    color: #7AB1DF;
    display: none;
}

.bb-checkbox input[type="checkbox"]:checked+i {
    display: block;
}

.bb-checkbox input[type="checkbox"] {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.bb-radiobutton {
    border-radius: 24px;
}

.bb-radiobutton input[type="radio"]+span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 4px;
    width: 14px;
    height: 14px;
    pointer-events: none;
    background-color: #7AB1DF;
    display: none;
    border-radius: 14px;
}

.bb-radiobutton input[type="radio"]:checked+span {
    display: block;
}

.bb-radiobutton input[type="radio"] {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* advanced */
.advanced {
    border: 1px dashed #000;
    margin: 2px;
    padding: 10px 5px;
    display: none;
}

.advanced.open {
    display: block;
}

.advanced-options {
    cursor: pointer;
}

.advanced-options .arrow-down,
.advanced-options.open .arrow-right {
    display: none;
}

.advanced-options.open .arrow-down {
    display: inline;
}

/* note */
.note {
    padding: 10px;
    background: #e1f5fe;
    color: #0288d1;
}

/* companions */
.vsi-companion-ad {
    border: 1px dashed black;
    margin: 2px;
    float: left;
    clear: both;
}

.ad img {
    padding: 0;
    border: none;
}

.clear-left {
    clear: left;
}

#mediumRectangle {
    width: 302px;
    height: 252px;
}

#rectangle {
    width: 182px;
    height: 152px;
}

#leaderboard {
    width: 100%;
    height: 92px;
}

#smallBanner {
    width: 470px;
    height: 62px;
}

#wideSkyscraper {
    width: 162px;
    height: 602px;
}

#halfPageAd {
    width: 302px;
    height: 602px;
}

#button2 {
    width: 122px;
    height: 62px;
}

#microBar {
    width: 90px;
    height: 33px;
}

#smallRectangle {
    width: 302px;
    height: 62px;
}

#threeByOne {
    width: 302px;
    height: 102px;
}

#mobileBanner {
    width: 322px;
    height: 52px;
}
