body {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #bcd0f7;
    background: #1A233A;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
a {
    color: #2ac5ed;
}
a:hover {
    color: #71d8f3;
}
.glyphicons {
    line-height: 0.6;
}
.glyphicons-log-out {
    line-height: 1.2;
}
.header_title {
    float: left;
}
.header_text {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 20px;
    margin-left: 10px;
}
.header_logo {
    float: right;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb {
    background-color: #272E48;
}
.breadcrumb-item.active {
    color: #bcd0f7;
}
hr {
    background-color: silver;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #272E48;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
    margin-bottom: 1rem;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}
.gutters-sm {
    margin-top: 10px;
    margin-right: -8px;
    margin-left: -8px;
}
.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100% !important;
}
.shadow-none {
    box-shadow: none !important;
}
.ico {
    font-size: 20px;
}
.bootbox-body {
    color: black;
}
.bootbox-body code {
    white-space: nowrap;
}
.modal-title {
    color: black;
}
.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}
.form-highlight {
    margin: 8px 8px;
    padding: 10px 20px;
    background-color: #303959;
    border-radius: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-alert {
    padding: 10px 20px;
    color: #151927;
    background-color: #bcd0f7;
    border-radius: .25rem;
}
.form-danger {
    padding: 10px 20px;
    color: #fff;
    background-color: #833;
    border-radius: .25rem;
}
.list-item-container {
    float: left;
    width: 90%;
    background: silver;
    border-radius: 4px;
    padding: 4px;
    color: #007bff;
}
.list-item-container-fieldname {
    display: inline-block;
    width: 25%;
    color: white;
}
.list-item-container-fieldvalue {
    display: inline-block;
    background: white;
    width: 75%;
    padding: 2px;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
.list-item-container-clear {
    clear: both;
    margin-top: 4px;
}
.list-item-avatar {
    width: 30px;
    margin-right: 10px;
}
.list-group-item-icon {
    padding-left: 80px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 60px;
}
.list-group-item-icon2 {
    padding-left: 60px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
}
.list-group-item-container {
    display: inline-block;
    max-width: 82%;
    vertical-align: bottom;
}
.list-group-item-container .mb-0 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-group-item-container > h6 {
    padding-bottom: 4px;
}
.list-group-item-selectors {
    background-color: #303959;
}
.plugin-item, .credit-item, .device-item {
    background-color: #303959;
}
#tracklog-list, #plugins-all, #plugins-installed, #credits-history {
    max-height: 380px;
    overflow-y: auto;
}
code {
    color: #666;
}
.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    display: table;
    width: 100%;
}
.alert-white {
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}
.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
}
.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}
.alert-white .icon i {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-white.alert-success .icon, 
.alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}
.alert-white.alert-info .icon, 
.alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}
.alert-white.alert-warning .icon, 
.alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #333;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}
.alert-white.alert-danger .icon, 
.alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}
.label-info {
    background-color: #5bc0de;
    border: #0d3541 1px solid;
}
.label-success {
    background-color: #5cb85c;
    border: #122a12 1px solid;
}
.label-warning {
    background-color: #f0ad4e;
    border: #3a2405 1px solid;
}
.label-danger {
    background-color: #d9534f;
    border: #320c0b 1px solid;
}
.label-dirty {
    margin-top: -2px;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-left: 4px;
}
.bootbox-body a, .bootbox-prompt-message a {
    color: #111;
    text-decoration: underline;
}
.bootbox-body a:hover, .bootbox-prompt-message a:hover {
    color: #333;
    text-decoration: underline;
}
.bootbox .modal-body {
    max-height: 400px;
    overflow-y: auto;
}
.text-copy {
    color: #fff !important;
    text-decoration: none !important;
}
.selector-label {
    cursor: pointer;
    user-select: none;
}
.not-allowed {
    cursor: not-allowed;
}
.nav-custom {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.content-custom {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.expander {
    float: right;
}
.container-expander {
    max-width: 100%;
}
.nav-expander {
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px;
}
.content-expander {
    -ms-flex: 0 0 calc(100% - 340px);
    flex: 0 0 calc(100% - 340px);
    max-width: calc(100% - 340px);
}
.sl-overlay {
    background: #000;
    z-index: 1065;
}
.sl-wrapper {
    z-index: 1070;
}
.hidden {
    display: none;
}
@media screen and (max-width: 767px) {
    .content-custom {
        -ms-flex: none;
        flex: none;
        max-width: none;
    }
    .content-expander {
        -ms-flex: none;
        flex: none;
        max-width: none;
    }
}