html, body {
    background-color: #F1F1F1;
}

#header {
    height: 130px;
    background-color: #789FD6;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
    line-height: 10px;
}

#logo {
    max-height: 100px;
}

#code-pre {
}

#code-viewer {
    width:100%;
    min-height: 500px;
    border-radius: 5px!important;
}

#code-paste {
    width:100%;
    height: 500px;
    border-radius: 5px!important;
}

#content {
    padding-top:10px;
}

.float-right{
    float: right;
}

.center {
    text-align: center;
}

#server-status {
    font-size: 20px;
}

.connected {
    color: rgb(1, 151, 1);
}

.disconnected {
    color: rgb(151, 1, 1);
}

footer {
    font-size: 12px;
}

.tcs-device {
    width: 100%!important;
    padding: 10px;
    color: #fff;
    margin: 5px;
    font-size: 16px;
    border-radius: 5px;
    cursor:pointer;
}

.normal {
    background-color: rgb(11, 94, 215);
}

.tcs-device-info {
}

.text-bg-diamond {
    color: #000!important;
    background-color: #30BDAE!important;
}

hr {
    margin-top: 6px;
    margin-bottom: 6px;
}
.device-progress {
    text-align: right;
    font-size: 32px;
}
.device-id {
    padding-bottom: 5px;
}
.gps-detail {
    width: 100%;
}

.configuration-detail {
    width: 100%;
}
#selected-device-computerID {
    font-size: 20px;
    font-weight: bold;
}
#selected-device-data {
    height: 350px!important;
}
#selected-device-data-prompt {
    padding-top: 115px;
    padding-bottom: 115px;
}
.selected-device {
    box-shadow: #1b1b1b 0px 2px 6px;
}

.gps-detail > li {
    font-size: 14px!important;
}
.configuration-detail > li {
    font-size: 14px!important;
}

#device-map {
    background-color: #fff!important;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: 1px solid #000;
    height: 200px;
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1199px) {
    #selected-device-data {
        height: 630px!important;
    }
    #selected-device-data-prompt {
        height: 430px!important;
    }
    #device-map {
        background-color: #fff!important;
        padding: 0px;
        margin: 0px;
        width: 100%;
        border: 1px solid #000;
        height: 300px;
    }
}

