html {
    font-family: verdana;
}
body {
    font-size: 16px;
}
video, canvas {
    width: 100%;
    height: auto;
    border: 1px solid #b0c8ea;
    border-radius: 5px;
    overflow: hidden;
}
video {
    margin: 0 0 10px;
}
input {
    margin: 16px;
}
.container {
    max-width:1000px;
    margin: 0 auto;
    padding: 15px;
}
.copyright {
    position: absolute; bottom: 6px; text-align:center; left:0; right:0; font-size:11px;
}
#errors > div {
    border: 1px solid #b0c8ea;
    padding: 10px 15px;
    margin: 0 0 10px;
    border-radius: 5px;
}
#errors > div i {
    float: left;
    margin: 0 5px 0 0;
    font-size: 18px;
    display: none;
}
#errors > div.error i {
    display: inline-block;
}
.error {
    background:#ed7880 !important;
    border-color: #cc0000 !important;
    color: #ffffff !important;
}
#errors > div .count-px {
    float: right;
}
#buttons {
    overflow: hidden;
    background:rgba(18,149,205,.1);
    padding: 4px 2px;
    border: 1px solid #b0c8ea;
    border-radius: 5px;
}
#buttons > div {
    float: left;
    display: inline-block;
    width: 33.333333333%;
}
#buttons > div > span {
    border: 1px solid #b0c8ea;
    padding: 15px;
    display: block;
    cursor: pointer;
    text-align: center;
    margin: 0 2px;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
}
#buttons > div > span.active {
    border-color: #18d767;
    background: #bcffcf;
}
#buttons > div > span i {
    margin: 0 10px 0 0;
}

.center-left, .center-right {
    float: left;
    display: inline-block;
}
.center-left {
    width: 40%;
}
.center-right {
    width: 60%;
}
.center-right aside {
    padding: 0 0 0 30px;
}
#times {
    background:rgba(18,149,205,.1);
    border: 1px solid #b0c8ea;
    margin: 15px 0 25px;
    padding: 10px 15px;
    border-radius: 5px;
}
.warning {
    background: #F9DE2C !important;
}
#signal .audio {
    display: none;
}
#signal i {}
#signal.error i.fa-volume-off {
    display: none;
}
#signal i.fa-volume-up {
    display: none;
}
#signal.error i.fa-volume-up {
    display:inline-block;
}
#errors-system {
    background:rgba(18,149,205,.1);
    overflow: hidden;
    border: 1px solid #b0c8ea;
    border-radius: 5px;
    margin:25px 0 15px;
}
#errors-system > .sys-col {
    display: inline-block;
    float: left;
    width: 33.3333333%;
}
#errors-system > .sys-col > div {
    border: 1px solid #b0c8ea;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
    font-size: 13px;
    background: #fff;
}
#errors-system > .sys-col > div i {
    font-size: 16px;
    margin: 0 0 5px;
}
#canvas-img {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #b0c8ea;
    display: none;
}
#canvas-img img {
    width: 100%;
    height: auto;
}
#canvas-img-error {
    padding: 10px 15px;
    display: none;
    background: #ed7880;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #b0c8ea;
    color: #fff;
}
#canvas-hidden {
    display: none;
}

#signal {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #b0c8ea;
    background: #10c650;
    padding: 15px;
}
.header {
    margin: 0 0 20px;
}
.header .header-info {
    background: url("img/logo.png") no-repeat scroll 4px 4px rgba(18,149,205,.1);
    height: 58px;
    padding: 0 0 0 82px;
    border-radius: 5px;
    border: 1px solid #b0c8ea;
}
.proh-ip {
    display: inline-block;
    border: 1px solid #c00;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px 15px;
    margin: 7px 0 20px;
    font-size: 18px;
    color: #c00;
}
.proh-text {
    font-weight: bold;
}
.prohibited form input[type="text"] {
    border: 1px solid #b0c8ea;
    border-radius: 5px;
    margin: 0;
    padding: 0 15px;
    font-size: 30px;
    width: 92px;
    text-align: center;
    letter-spacing: 6px;
    height: 48px;
}
.prohibited form input[type = 'submit'] {
    cursor: pointer;
    border: 1px solid #b0c8ea;
    font-size: 18px;
    border-radius: 5px;
    padding: 0 15px;
    height: 48px;
    margin: 20px 0 0;
    width: 123px;
}
#OnlineStatus.online > div {
    color: #17C12F;
}
#header-info-errors {
    padding: 19px 15px 0 15px;
    font-size: 14px;
    color: #CF0808;
}



@media only screen and (max-width : 500px) {
    .center-left {
        width: 100%;
    }
    .center-right {
        width: 100%;
    }
    .center-right aside {
        padding: 25px 0 0;
    }
}