﻿body
{
    margin: 0px;
    padding: 0px;
}

#footer
{
    height: 27px;
    background-color: #1c1c1c;
    color: #CCC;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    /*text-align: center;*/
    position: relative;
}

.left
{
    width: 50px;
}

.center
{
    text-align: center;
    font-size: 15px;
}

.right
{
    width: 220px;
    font-size: 15px;
    vertical-align: middle;
    text-align: right;
    padding-right: 5px;
}


.maxWidth
{
    width: 100%;
}


a, a:visited
{
    color: #00b8e0;
    text-decoration: none;
}
.DI {
    background-image: none;
}
.DTW {
    background-color: #2b2b2b;
    border: 1px solid #555;
    box-shadow: 5px 5px 5px rgba(55, 55, 55, 0.3);
}

.DTW .widget-box-arrow {
    top: 32px;
}

.DTW .widget-box-arrow.first {
    top: 26px;
    left: 42px;
    border-width: 15px 15px 0 0;
}

.DTW .widget-box-arrow.second {
    top: 26px;
    left: 42px;
    border-top-width: 15px;
    border-right-width: 15px;
}
.EDC {
    top: 35px;
}

.footer .footer-img {
    position: absolute;
    top: 2px;
}
.footer .footer-link {
    position: absolute;
    left: 40%;
    left: calc(50% - 60px);
    margin-top: 2px;
}
.footer .footer-info {
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
    font-size: 12pt;
}

.replay-controls {
    position: fixed;
    top: 10px;
    right: 10px;
    text-align: right;
    text-shadow: 1px 1px 1px #666;
    white-space: nowrap;
    /*padding: 10px;*/
/*    background-color: rgba(55, 55, 55, .6);
    box-shadow: 0 0 1px rgba(55, 55, 55, .6);
*/}

.replay-controls  img {
    vertical-align: middle;
}

.replay-controls  select {
    width: 85px;
}

.mk {
    position: absolute;
}

.WGI {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: '...';
    text-overflow: ellipsis;
    display: block;
}

dl.inline {
    margin-bottom: 0;
    line-height: 1.5;
}

dl.inline::after {
    content: '';
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

dl.inline dt {
    float: left;
    width: 45%;
    color: #CCC;
}

dl.inline dd {
    float: left;
    width: 55%;
    margin-left: 0;
    color: #FFF;
}

.smooth {
    transition: top 33ms linear, left 33ms linear;
    -webkit-transition: top 33ms linear, left 33ms linear;
    -ms-transition: top 33ms linear, left 33ms linear;
}

.replay-controls  button.fancybutton {
    width: 85px;
}
@media screen and (max-width: 900px) {
    .footer .footer-info {
        line-height: 22px;
        font-size: 10pt;
    }
    .footer .footer-link {
        left: 30%;
        left: calc(50% - 60px);
    }
}

@media screen and (max-width: 720px) {
    #footer {
        height: 40px;
        text-align: center;
    }
    .footer .footer-link {
        font-size: 10pt;
        position: static;
    }
    .footer .footer-info {
        position: static;
        line-height: 1;
        font-size: 10pt;
        text-align: center;
        padding-top: 6px;
    }
}

.rd {
    border-radius: 12px;
    padding: 4px;
}

.focus {
    z-index: 9999;
}

.focus.rd {
    background-color: #FFF;
    box-shadow: 0 0 5px #FFF;
}

#devices {
    position: absolute;
    left: 0px;
    top: 139px;
    background-color: #222;
    padding: 10px 0;
    z-index: 999;
}

#devices ul {
    padding: 0;
    margin: 0 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

#devices ul li {
    padding: 5px 5px;
    border-bottom: dashed 1px #666;
    list-style: none;
    margin: 0;
    position: relative;
}

#devices ul li .n {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: '...';
    text-overflow: ellipsis;
}

#devices ul li:hover {
    background-color: #444;
    background-color: rgba(255, 255, 255, .15);
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
}
#devices a {
    color: #FFF;
}

#devices a:hover {
    color: #0098C0;
}

#devices ul li.uc a {
    color: #AAA;
}

#devices ul li.uc a:hover {
    color: #AAA;
}

#devices ul li:nth-child(2n) {
    background-color: #333;
}

#devices ul li.uc {
    font-style: italic;
    color: #AAA;
    background-color: rgba(255, 255, 255, .15);
}

#devices ul li .cb {
    display: block;
    position: absolute;
    right: 10px;
    margin-top: -13px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: solid 1px #FFF;
}

#devices ul li.uc .cb {
    border: solid 1px #000;
}

#devices .controls {
    margin: 0 10px 10px 10px;
    background-color: #444;
    border: solid 1px #666;
}
#devices .handle {
    position: fixed;
    top: 50%;
    margin-top: -84px;
    height: 100px;
    padding-top: 80px;
    background-color: #222;
    left: 0;
    right: auto;
}
#devices .handle .icon {
    background-image: url('Black/sprite.png');
    background-repeat: no-repeat;
    background-position: -4px -18px;
    width: 9px;
    height: 18px;
    display: block;
}

#devices.open .handle {
    position: absolute;
    right: 0;
    left: auto;
/*    margin-top: -84px;
    height: 100px;
    padding-top: 80px;
*/    margin-top: -8px;
    height: auto;
    padding-top: 0;
}
#devices.open .handle .icon {
    background-position: -4px -48px;
}

.timeline {
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.timeline .controls {
    box-sizing: border-box;
    padding: 10px;
    width: 90%;
    margin: auto;
    background-color: #2b2b2b;
    background-color: rgba(43, 43, 43, .9);
    max-width: 800px;
}

.timeline .controls .scales {
    margin-bottom: 10px;
}
