﻿* {
    font-family: "Verdana";
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    margin: 4px;
    padding: 4px;
    white-space: nowrap;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

*:focus {
    outline: none;
}

button[title] {
    color: #210c21;
    background-color: #cabf9e;
}

body {
    vertical-align: top;
    background-color: #210c21;
    color: #cabf9e;
    font-size: 16px;
}

td {
    vertical-align: middle;
    display: table-cell;
}

.topbar .newshow {
    background-color: lime;
    border-color: #eba04b;
    border-style: solid;
    overflow-x: auto;
}

.shows .episodes .submitted {
    background-color: lime;
    border-style: solid;
    border-color: #eba04b;
    border-width: 8px;
    border-style: solid;
}

a {
    display: block;
    min-width: 48px;
    min-height: 48px;
    vertical-align: middle;
}

a:link {
    color: #cabf9e;
}

a:visited {
    color: lime;
}

label, pre {
    color: #eba04b;
    font-size: 18px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

button, input {
    color: #210c21;
    font-size: 18px;
    background-color: #e43c37;
    border-color: #eba04b;
    border-style: solid;
    min-width: 48px;
    min-height: 48px;
    vertical-align: middle;
}

select {
    min-width: 48px;
    min-height: 48px;
}

button:hover {
    background-color: lime;
}

.table-container button {
    color: #210c21;
    font-size: 36px;
    text-align: center;
    background-color: #cabf9e;
    border-color: #eba04b;
    border-style: solid;
}

.table-container button:hover {
    background-color: #e43c37;
}

.table-container a:hover {
    background-color: #e43c37;
}

.small-table-container button {
    color: #210c21;
    text-align: center;
    background-color: #cabf9e;
    border-color: #eba04b;
    border-style: solid;
}

.small-table-container button:hover {
    background-color: #e43c37;
}

.small-table-container a:hover {
    background-color: #e43c37;
}

button.report {
    color: #210c21;
    font-size: 27px;
    text-align: center;
    background-color: #e43c37;
    border-style: none;
}

button:hover.report {
    background-color: lime;
}

a:hover.report {
    background-color: lime;
}

.table-container {
    height: 400px;
    max-height: 400px;
    overflow-y: scroll;
}

.small-table-container {
    height: 200px;
    max-height: 200px;
    overflow-y: scroll;
}

.new-table-container {
    height: 200px;
    max-height: 200px;
}

tbody, thead {
    display: block;
}

::-webkit-scrollbar {
    width: 20px;
    background-color: #e43c37;
}

::-webkit-scrollbar-thumb {
    background: #e43c37;
}

::-webkit-scrollbar-thumb:vertical:active {
    background: lime;
}

::-webkit-scrollbar-track {
    background: #eba04b;
}

body { /*Internet Explorer*/
    scrollbar-face-color: #eba04b;
    scrollbar-track-color: #e43c37;
}

::-webkit-input-placeholder { /* Chrome */
    color: #eba04b;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #eba04b;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #eba04b;
    opacity: 1;
}

label {
    display: block;
}

input {
    font-size: 14px;
}

#txtShow {
    width: 80%;
}

#lblAuth {
    font-size: 12px;
}

#title {
    color: lime;
    font-size: 60px;
    font-family: "Verdana";
    text-align: center;
    display: inline;
    text-shadow: 0 0 20px #e43c37, 0 0 40px #eba04b;
}

#viewDemo {
    text-align: center;
    margin: auto;
    display: block;
}

#videoFrame {
    border: solid 4px #e43c37;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #210c21; /* Fallback color */
    background-color: rgba(33,12,33,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #210c21;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid lime;
    width: 40%;
    overflow-x: scroll;
}

/* The Close Button */
.close {
    color: #e43c37;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

iframe.video {
    width: 75%;
}

table {
    width: 100%;
    display: block;
    border-collapse: collapse;
}