body {
    font-family: "Lato", sans-serif;
    background: #303030;
    color: white;
}

.text-success {
    color: #98FFD9 !important;
}

.text-danger {
    color: #FFB2B2 !important;
}

.material-icons {
    font-size: 18px;
    vertical-align: middle;
}

#heading {
    margin-top: 30px;
}

#heading .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

#heading .col-lg-6 h5 {
    display: inline-block;
}

#app-icon {
    width: 70px;
    float: left;
    margin-right: 15px;
}

#aws-status {
    text-align: right;
    position: relative;
    margin-top: 0;
}

#aws-status p {
    display: inline-block;
    margin: 0;
}

#aws-status i {
    display: inline-block;
}

h5 {
    margin-bottom: 0;
    color: #F74E27;
}

h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

h1 a, h1 a:hover {
    color: white;
}

.row {
    margin: 0;
}

#container-canvas {
    margin: 0;
    background: #4D4D4D;
    border-radius: 5px 0 0 5px;
}

#boost-minutes-display {
    display: block;
    margin-top: 20px;
}

#canvas {
    padding-top: 5px;
    border: 2px solid white;
    margin: 10px 5px 15px 5px;
}

#mode-display {
    display: inline;
}

#mode-display img {
    height: 20px;
}

#mode-display span {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
}

#container-layers {
    margin: 0;
    padding: 20px 20px 0 0;
    background: #4D4D4D;
    border-radius: 0 5px 5px 0;
}

#table-layers .thead-light th {
    background: white;
    vertical-align: middle;
}

#table-layers td {
    background: #4D4D4D;
    border-color: white !important;
}

#container-layers p {
    line-height: 10px;
}

#container-layers p span {
    float: right;
}

#container-inputs {
    padding-left: 15px;
    padding-right: 0;
}

#btn-listen {
    border-left: 1px solid white;
}

.nav-link {
    color: white!important;
}

.nav-link.active {
    color: #303030 !important;
    background: white !important;
}

h6 {
    font-weight: bold;
}

.nav-pills {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.disabled {
    opacity: 0.4;
}

.input-group-text {
    background: #4D4D4D;
    border-color: #4D4D4D;
    color: white;
    width: 100%;
}

#form-unit .input-group-prepend {
    width: 80px;
}

#form-boost .input-group-prepend {
    width: 115px;
}

#form-status .input-group-prepend {
    width: 125px;
}

#form-tank .input-group-prepend {
    width: 95px;
}

#form-diagnostics .input-group-prepend {
    width: 85px;
}

#form-dsm .input-group-prepend {
    width: 100px;
}

.custom-checkbox * {
    cursor: pointer !important;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-input:disabled~.custom-control-label:before {
    background-color: #4D4D4D;
    border-color: #4D4D4D;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before, .custom-checkbox .custom-control-input:checked:disabled~.custom-control-label:before {
    background-color: white;
    border-color: white;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23303030' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled~.custom-control-label {
    color: white;
}

#btn-connect, #btn-listen, #btn-run, #btn-apply-status, #btn-reset-status, #btn-apply-tank-info, #btn-reset-tank-info, #btn-restart, #btn-diagnostics-start, #btn-diagnostics-stop, .custom-file-label::after, #btn-apply-dsm, #btn-dsm-create, #btn-set-tank-layers {
    background: #6095FF;
    color: white;
}

.custom-file-label {
    border: 0;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    height: 100%;
    content: "Choose CSV";
}

.daterangepicker {
    color: black !important;
}

#container-server {
    margin-top: 20px;
    margin-bottom: 30px;
}

#container-server .custom-checkbox {
    display: inline-block;
}

#btn-log {
    float: right;
    margin-top: -7px;
    text-decoration: none;
}

#container-server #logs {
    clear: both;
    padding: 5px 10px 5px 10px;
    height: 800px;
    overflow-y: auto;
    resize: both;
    background: #4D4D4D;
    border-radius: 5px;
    line-height: 1;
}

#container-server p {
    margin-bottom: 0;
}

#container-server i {
    padding-right: 5px;
}

#container-server p button {
    height: 10px;
    line-height: 0;
    font-size: 16px;
    padding: 4px 1px 8px 1px;
    margin-left: 8px;
}

pre {
    color: white;
    font-size: 10px;
    line-height: 1.1;
    padding-bottom: 1px;
}

@media (max-width: 991px) {
    #container-canvas {
        border-radius: 5px 5px 0 0;
    }
    #aws-status {
        text-align: left;
        margin-top: 20px;
    }
    .col-lg-5 {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #container-layers {
        padding: 0 20px 0 20px;
        border-radius: 0 0 5px 5px;
    }
    #container-inputs {
        padding-left: 0;
    }
    #container-server {
        margin-top: 0px;
    }
}

@media (min-width: 991px) {
    #form-boost, #form-tank {
        overflow-y: auto;
        background: #303030;
        height: 320px;
    }
    pre {
        margin-left: 22px;
        color: white;
        font-size: 10px;
    }
    #pills-tabContent {
        max-height: 375px;
    }
}