﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.8;
    text-rendering: optimizeLegibility;
}

th {
    font-weight: bold;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom { 
    margin-right: 0;
}
.modal {
    overflow-y: auto;
}
.navbar-logo {
    float: left;
    padding: 7px 20px 0 0;
}
img.logo {
    height: 24px;
    width: 80px;
}
img.status {
    width: 10px;
    height: 10px;
}

.navbar-title {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #f0f0f0;
}

.serko-color {
    background-color: #0071AF;
    border-color: #0071AF;
}

.note {
    border: 1px solid #999999;
    background-color: #eeeeee;
    padding: 15px;
}

.api-response {
    float:left;
}

span.command-icon {    
    float: left;
    padding: 1px 4px;
    opacity: 0.5;
}
span.red {
    color: #CC0000;
}
span.green {
    color: #00CC00;
}
span.blue {
    color: #0000CC;
}
span.white {
    color: #FFFFFF;
}

.username {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #999
}

#log-list .list-key {
    width: 60%;
}

#hub-list .list-key {
    width: 50%;
}

.list-key-input {
    width: 100%;
    border: none;
    background-color: #FFF;
}

input[type=checkbox].form-control {
    width: 10%;
    -webkit-box-shadow: none;
}

input[type=checkbox].form-control:focus {
    box-shadow: none;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

label.error {
    font-weight: normal;
    font-size: 0.9em;
    color: red;
}

input.error {
    border-color: lightpink;
}

p.danger {
    margin-top: 10px;
    padding: 10px;
}