﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.info {
    background: #F8F8F8;
    border: 1px solid #cccccc;
    padding: 15px;
    font-weight: bold;
}

.typeLink.modeldesc {
    font-weight:600;
    font-size:11px;
}

ul.multibletypes{
    padding:0;
    margin:0;
    list-style:none;
}

ul.multibletypes li:after{
    content:"or";
    
}

ul.multibletypes li:last-child:after{
    display:none;
}

.modelDescriptionLink {
    white-space: nowrap;
}

.help-page-table{
    margin-top:7px !important;
}

.apiWrapper {
    margin-bottom:25px;
}

.apiWrapper h1{
    padding:0 15px 7px 15px;
}

.content-wrapper.main-content {
    background-color: none;
}

    .content-wrapper.main-content > h1 {
        border-bottom: 1px solid #eeeeee;
        padding-bottom:12px;
    }
.tab-content {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow: hidden;
    padding: 0 15px;
}
.table{
    max-width:100%;
    overflow:hidden;
}

.table .ERROR td {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb !important;
}

    .table .DEBUG td {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc !important;
    }

.table .INFO td {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb !important;
}


    .table .highlight > td:first-child {
        white-space: nowrap;
    }

    .table .plusbutton {
        background: orange;
       
        left: 21px;
        top:-2px;
        border: 0px;
        font-size: 19px;
        font-weight: bold;
        background: WhiteSmoke;
        line-height:1.15em;
        padding:0 7px 2px 7px;
        margin: 0 12px 0 0;
    }

    .table .details td{
        white-space:normal !important;
        vertical-align:top;
        padding:3px 7px;
    }

    .table .grow{
        width:100%;
    }

    .table .customerName{
        min-width:200px;
        position:relative;
        padding-right:30px;
    }

    .table .logLevels {
        min-width: 140px;
        position: relative;
        padding-right: 30px;
    }

.yadcf-filter-reset-button {
    position: absolute;
    right: 0px;
    bottom: 10px;
    background: WhiteSmoke;
    border: 0px;
    height: 25px;
    border: 1px solid #eee;
}

.chosen-container{
    font-weight:normal;
    font-size:11px;
}

#logTable_filter{
    display:none;
}

.alert{
    position:absolute;
    top:60px;
    left:0;
    right:0;
    max-width:800px;
    margin: 0 auto;
}