html {
    background: rgb(184,22,66);
    background: -moz-linear-gradient(-45deg,  rgba(184,22,66,1) 0%, rgba(181,44,85,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(184,22,66,1)), color-stop(100%,rgba(181,44,85,1)));
    background: -webkit-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: -o-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: linear-gradient(135deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81642', endColorstr='#b52c55',GradientType=1 );
    padding: 20px 20px 0px 20px;;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
}

body {
    padding: 0;
    margin: 0em; /* 3em */
    -webkit-text-size-adjust: none;
}
label {
    cursor: pointer;
}
table {
    border-spacing: 3px;
    width: 100%;
    padding-right: 3px;
}
table tr td {
    vertical-align: -webkit-baseline-middle;
}

button::-moz-focus-inner {
    border: 0;
}

.bold {
    font-weight: bold;
}
.inline {
    display: inline-block;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.pointer {
    cursor: pointer;
}
.background{
    background: rgb(184,22,66) !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYjgxNjQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1MmM1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
    background: -moz-linear-gradient(-45deg,  rgba(184,22,66,1) 0%, rgba(181,44,85,1) 100%) !important;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(184,22,66,1)), color-stop(100%,rgba(181,44,85,1))) !important;
    background: -webkit-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%) !important;
    background: -o-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%) !important;
    background: -ms-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%) !important;
    background: linear-gradient(135deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81642', endColorstr='#b52c55',GradientType=1 ) !important;
}

/* SPINNER */
.spinner {
    position: relative;
    top: 47%;
    margin: 0 auto;
    width: 63px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background: rgb(184,22,66);
    background: -moz-linear-gradient(-45deg,  rgba(184,22,66,1) 0%, rgba(181,44,85,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(184,22,66,1)), color-stop(100%,rgba(181,44,85,1)));
    background: -webkit-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: -o-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: linear-gradient(135deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81642', endColorstr='#b52c55',GradientType=1 );
    height: 100%;
    width: 5px;
    display: inline-block;
    margin: 0 3px;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.ui-tooltip {
    padding: 6px 8px;
    position: absolute;
    z-index: 9999;
    background: #686868;
    background: -moz-linear-gradient(-45deg,  #686868 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#686868), color-stop(100%,#333333));
    background: -webkit-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: -o-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: -ms-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: linear-gradient(135deg,  #686868 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#333333',GradientType=1 );
    text-shadow: 1px 1px 2px #000000;
    border: 1px solid rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* HEADER */
.header {
    height: 145px;
    background-color: #171717;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    background: url('../img/header_bg.png') repeat-x left center;
}
.header.animate {
    -webkit-animation: slide 35s linear infinite;
    animation: slide 35s linear infinite;
}
@-webkit-keyframes slide {
    from { background-position: 0 center; }
    to { background-position: 1105px center; }
}
@-moz-keyframes slide {
    from { background-position: 0 center; }
    to { background-position: 1105px center; }
}
@keyframes slide {
    from { background-position: 0 center; }
    to { background-position: 1105px center; }
}

.headerOverlay {
    height: 145px;
    background-image: url('../img/header_links.png'), url('../img/header_rechts.png'), url('../img/header_mitte.png');
    background-position: left top, right top, center top;
    background-repeat: no-repeat, no-repeat, repeat;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    position: relative;
    top: 0;
}

.headerLogo {
    width: 220px;
    height: 97px;
    background-image: url('../img/logos/heldentour.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 20px;
}

/* MAIN */
#main {
    display:flex;
    position: relative;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-size: 0px;
}
#main > div {
    font-size: 10px;
}
/* MAP */
#map {
    display:inline-block;
}
.markerLabel {
    position: relative;
    left: 10px;
    top: -30px;
    padding: 2px 5px;
    background: #686868;
    background: -moz-linear-gradient(-45deg,  #686868 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#686868), color-stop(100%,#333333));
    background: -webkit-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: -o-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: -ms-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: linear-gradient(135deg,  #686868 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#333333',GradientType=1 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 2px #000000;
    white-space: nowrap;
}
.markerLabel:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent #505050;
    display: block;
    width: 0;
    z-index: 1;
    left: 0;
    top: 15px;
}
.markerLabel.active {
    background: rgb(184,22,66);
    background: -moz-linear-gradient(-45deg,  rgba(184,22,66,1) 0%, rgba(181,44,85,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(184,22,66,1)), color-stop(100%,rgba(181,44,85,1)));
    background: -webkit-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: -o-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: linear-gradient(135deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81642', endColorstr='#b52c55',GradientType=1 );
}
.markerLabel.active:after {
    border-color: transparent #B81642;
}
#showAnimation {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    right: 10px;
    background: #686868;
    background: -moz-linear-gradient(-45deg,  #686868 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#686868), color-stop(100%,#333333));
    background: -webkit-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: -o-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: -ms-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: linear-gradient(135deg,  #686868 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#333333',GradientType=1 );
    text-shadow: 1px 1px 2px #000000;
    border: 1px solid rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
}
.showAnimationText {
    line-height: 18px;
    vertical-align: bottom;
}

/* FAHRZEUGLEISTE */
#devicelist {
    width: 319px;
    background: #212121;
    background: -moz-linear-gradient(left,  #212121 0%, #363636 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#212121), color-stop(100%,#363636));
    background: -webkit-linear-gradient(left,  #212121 0%,#363636 100%);
    background: -o-linear-gradient(left,  #212121 0%,#363636 100%);
    background: -ms-linear-gradient(left,  #212121 0%,#363636 100%);
    background: linear-gradient(to right,  #212121 0%,#363636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#363636',GradientType=1 );
    border-right: 1px solid rgba(0,0,0,0.8);
    -webkit-box-shadow: 8px 0 20px -7px #000000;
    box-shadow: 8px 0 20px -7px #000000;
    z-index: 3;
    position: relative;
}
.enscroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}
#devicelist ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 5px 6px 5px 10px;
}
#devicelist ul li {
    cursor: pointer;
    display: block;
    text-shadow: 1px 1px 2px #000000;
    padding: 3px 5px;
    margin: 5px 0;
    background: #686868;
    background: -moz-linear-gradient(-45deg,  #686868 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#686868), color-stop(100%,#333333));
    background: -webkit-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: -o-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: -ms-linear-gradient(-45deg,  #686868 0%,#333333 100%);
    background: linear-gradient(135deg,  #686868 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#333333',GradientType=1 );
    border: 1px solid rgba(0, 0, 0, 0.6);
}
#devicelist ul li:hover,
#devicelist ul li.active{
    background: rgb(184,22,66);
    background: -moz-linear-gradient(-45deg,  rgba(184,22,66,1) 0%, rgba(181,44,85,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(184,22,66,1)), color-stop(100%,rgba(181,44,85,1)));
    background: -webkit-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: -o-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: linear-gradient(135deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81642', endColorstr='#b52c55',GradientType=1 );
}
.devicecolor {
    border-right: 2px solid;
    position: relative;
}
.devicecolor.yellow {
    border-color: yellow;
}
.devicecolor.red {
    border-color: red;
}
.devicecolor.black {
    border-color: black;
}
.devicecolor.blue {
    border-color: blue;
}
.devicecolor.green {
    border-color: green;
}
.devicecolor.orange {
    border-color: orange;
}
.devicecolor.white {
    border-color: white;
}
.device-img-laps {
    position: absolute;
    top: 21px;
    right: 6px;
    height: 15px;
}
.track3 {
    width: 7px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
    z-index: 4;
}
.track3:hover,
.track3.dragging {
    background: rgba(0, 0, 0, 0.15);
}
.handle3 {
    width: 7px;
    right: 0;
    background: rgb(184,22,66);
    background: -moz-linear-gradient(-45deg,  rgba(184,22,66,1) 0%, rgba(181,44,85,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(184,22,66,1)), color-stop(100%,rgba(181,44,85,1)));
    background: -webkit-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: -o-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    background: linear-gradient(135deg,  rgba(184,22,66,1) 0%,rgba(181,44,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81642', endColorstr='#b52c55',GradientType=1 );
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
    z-index: 4;
}
/* TEAMWINDOW */
#teamWindow {
    background: #212121;
    background: -moz-linear-gradient(left,  #212121 0%, #363636 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#212121), color-stop(100%,#363636));
    background: -webkit-linear-gradient(left,  #212121 0%,#363636 100%);
    background: -o-linear-gradient(left,  #212121 0%,#363636 100%);
    background: -ms-linear-gradient(left,  #212121 0%,#363636 100%);
    background: linear-gradient(to right,  #212121 0%,#363636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#363636',GradientType=1 );
    border-right: 1px solid rgba(0,0,0,0.8);
    z-index: 2;
    display:none;
    position: absolute;
    -webkit-box-shadow: 8px 0 20px -7px #000000;
    box-shadow: 8px 0 20px -7px #000000;
    top: 0px;
}
.div-team,
.div-laps {
    white-space: nowrap;
    margin: 15px;
}
.div-twitter {
    margin: 15px 15px 15px 20px
}
.team-image {
    width: 300px;
    height: 120px;
    border: 1px solid #000;
}
.team-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.team-device-name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
.team-device-image {
    position: absolute;
    right: -260px;
    bottom: 13px;
    width: 250px;
    /*display: none;*/
    z-index: 1;
}
.team-number {
    float: right;
    font-size: 12px;
    line-height: 24px;
/*    color: rgba(255, 255, 255, 0.6);*/
}
.team-div-images {
    width: 300px;
    float: left;
}
.team-driver-image {
    width: 90px;
    height: 120px;
    margin: 3px;
    border: 1px solid #000;
    float: left;
}
.team-driver-title {
    font-size: 16px;
    margin: 15px 0 6px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    clear: both;
    float: left;
    width: 100%;
}

/* LAPSWINDOW */
.laps-ul-li {
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid #212121;
}
.laps-ul-li:first-child {
    border-top:0px;
}
.laps-ul-li:last-child {
    border-bottom:0px;
}
.laps-ul-li:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
}
.laps-ul {
    padding: 0px;
}
.laps-title {
    font-size: 18px;
    font-weight: bold;
}
.laps-count {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    width: 50px;
}
.lap-fastest {
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    margin: 8px 0px;
    position: relative;
}
.lap-highlight {
    background: #FFD65E !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
    background: -moz-linear-gradient(-45deg, rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%) !important;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#FFD65E), color-stop(100%,#FEBF04)) !important;
    background: -webkit-linear-gradient(-45deg, #FFD65E 0%,#FEBF04 100%) !important;
    background: -o-linear-gradient(-45deg, rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%) !important;
    background: -ms-linear-gradient(-45deg, rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%) !important;
    background: linear-gradient(135deg, #FFD65E 0%,#FEBF04 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=1 ) !important;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
.lap-fastest:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -2px;
    left: 0px;
    right: 0px;
    bottom: -2px;
    border-top: 1px solid rgba(0, 0, 0, 0.75);
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}
.laps-fastest-count {
    /*-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);*/
    /*box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75)*/
}
.laps-timestamp {
    color: rgba(255, 255, 255, 0.5);
}
.laps-time-needed {
    font-size: 11px;
}
.lap-highlight .laps-timestamp {
    color: #FFF6BB;
}
.laps-table-empty {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 5px;
}
.laps-table .team-driver-image {
    width: initial;
    height: 45px;
    margin: 2px 0px 0px 0px;
}

/* COPYRIGHT */
.copyright {
    background: rgb(14,14,14);
    background: -moz-linear-gradient(top,  rgba(14,14,14,1) 0%, rgba(117,117,117,1) 8%, rgba(117,117,117,1) 8%, rgba(7,7,7,1) 54%, rgba(63,63,63,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(8%,rgba(117,117,117,1)), color-stop(8%,rgba(117,117,117,1)), color-stop(54%,rgba(7,7,7,1)), color-stop(100%,rgba(63,63,63,1)));
    background: -webkit-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(117,117,117,1) 8%,rgba(117,117,117,1) 8%,rgba(7,7,7,1) 54%,rgba(63,63,63,1) 100%);
    background: -o-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(117,117,117,1) 8%,rgba(117,117,117,1) 8%,rgba(7,7,7,1) 54%,rgba(63,63,63,1) 100%);
    background: -ms-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(117,117,117,1) 8%,rgba(117,117,117,1) 8%,rgba(7,7,7,1) 54%,rgba(63,63,63,1) 100%);
    background: linear-gradient(to bottom,  rgba(14,14,14,1) 0%,rgba(117,117,117,1) 8%,rgba(117,117,117,1) 8%,rgba(7,7,7,1) 54%,rgba(63,63,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#3f3f3f',GradientType=0 );
    height: 33px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}
.copyright-right {
    float:right;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    border-radius: 0 0 20px 0;
    background-image: url('../img/copyright_gpsoverip.png');
    width: 275px;
    height: 33px;
}
.footer-left {
    float:left;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    border-radius: 0 0 0 20px;
    background-image: url('../img/footer_links.png');
    width: 313px;
    height: 33px;
}

/* FOOTER */
.footer {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 2px #000000;
    padding: 15px;
    text-align: center;
    margin: 20px -20px 0px -20px;
}
.footer a {
    text-shadow: none;
}

#toggleButtonPanel {
    position: absolute;
    z-index: 2; 
    margin: 0px; 
    padding: 0px; 
    display: block; 
    left: 34em; 
    bottom: 15px;
}

#buttonContainer {
    position: static;
    display: table-cell;
    vertical-align:middle;
}

#deviceslist_toggle{
    background-color: #000;
    width: 1.6em;
    height: 4em;
    border-top-right-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    border: none;
    color: #ffffff;
    vertical-align: middle;
}

#clickapointBanner{
    margin: 0 auto;
    display: block;
}
.action-buttons {
    list-style: none;
    padding: 0px;
    font-size: 12px;
    cursor: pointer;
}
.action-buttons li {
    padding: 4px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.action-buttons li:first-child {
    padding-top: 0px;
    border-top: 0px;
}
.action-buttons li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.action-buttons li:nth-child(even) {
    background: rgba(0,0,0,0.05)
}
.action-buttons img {
    vertical-align: middle;
    margin: 0px 8px;
}
.beta-feature {
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 23px;
    cursor: help;
}
.lap-rank {
    width: 30px;
    text-align: center;
    vertical-align: middle;
}
.twitter-timeline {
    color: #D97B00;
    text-decoration: none;
    display: block;
    text-align: center;
    white-space: nowrap;
}
.toggle-twitter {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 320px;
    margin: 20px;
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #329FD6;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    line-height: 16px;
    background: rgb(122,220,249);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhZGNmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjNWNjM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjNDBhZWUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlODhjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(122,220,249,1) 0%, rgba(92,195,243,1) 2%, rgba(64,174,225,1) 98%, rgba(30,136,207,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,220,249,1)), color-stop(2%,rgba(92,195,243,1)), color-stop(98%,rgba(64,174,225,1)), color-stop(100%,rgba(30,136,207,1)));
    background: -webkit-linear-gradient(top,  rgba(122,220,249,1) 0%,rgba(92,195,243,1) 2%,rgba(64,174,225,1) 98%,rgba(30,136,207,1) 100%);
    background: -o-linear-gradient(top,  rgba(122,220,249,1) 0%,rgba(92,195,243,1) 2%,rgba(64,174,225,1) 98%,rgba(30,136,207,1) 100%);
    background: -ms-linear-gradient(top,  rgba(122,220,249,1) 0%,rgba(92,195,243,1) 2%,rgba(64,174,225,1) 98%,rgba(30,136,207,1) 100%);
    background: linear-gradient(to bottom,  rgba(122,220,249,1) 0%,rgba(92,195,243,1) 2%,rgba(64,174,225,1) 98%,rgba(30,136,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7adcf9', endColorstr='#1e88cf',GradientType=0 );
}
.toggle-twitter img {
    vertical-align: text-top;
}
.cutname {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 11px;
}
#tabSearch {
    padding: 0 0.5em;
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 2em;
    font-size: 150%;
    margin-bottom: 20px;
    border-radius: .2em;
    border: 1px solid silver;
    background-color: #e9e9e9;
    box-shadow: inset 1px 1px 5px -2px #7E7E7E;
}
#tabSearch:focus {
    background-color: white;
}
div#search-no-result {
    color: #565656;
    background: none;
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    top: 50%;
    margin-top: -10px;
    display: none;
}
div#main-message {
    position: absolute;
    font-size: 20px;
    width: 300px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -150px;
    background-color: white;
    border: 2px solid #c71300;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #282828;
    text-align: center;
    padding: 1em;
    display: none;
    box-shadow: 0px 5px 10px;
    -moz-box-shadow: 0px 5px 10px;
    -webkit-box-shadow: 0px 5px 10px;
    z-index: 9999;
}
div#main-message .main-message-close {
  width: 6em;
  margin: auto;
  margin-top: 1em;
  border-radius: .2em;
  background-color: #c71300;
  display: block;
  text-decoration: none;
  color: white;
  padding: .3em 0;
}
div#main-message .main-message-close:hover {
    background-color: #d72310;
}