

/* ==========================================================================
   Main Custom Styles
   ========================================================================== */

body {
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 40px;
}

#log-chart {
    height: 300px;
    margin-top: 60px;
}

#log-chart .loading {
    color: #DDD;
    font-size: 72px;
    padding-top: 130px;
    text-align: center;
}

#log-levels {
    margin-bottom: 0;
}

.associated {
    color: #999;
}

#wysiwyg-modal .modal-body {
    max-height: 400px;
    overflow: auto;
}

#wysiwyg-modal .thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wysiwyg-modal .thumbnails li {
    display: inline-block;
    margin: 7px;
    max-width: 125px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

#wysiwyg-modal .thumbnails li .thumbnail {
    height: 125px;
    margin-bottom: 0;
    position: relative;
}

#wysiwyg-modal .thumbnails li .overlay {
    background: #9f9;
    border-radius: 5px;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

#wysiwyg-modal .thumbnails li .thumbnail.selected {
    border: 1px solid #090;
}

#wysiwyg-modal .thumbnails li img {
    width: 115px;
}

#wysiwyg-modal .thumbnails li div {
    background-color: #F7F7F7;
    border-radius: 0 0 5px 5px;
    bottom: -34px;
    color: #999;
    font-size: 11px;
    height: 33px;
    left: 0;
    padding: 2px;
    position: absolute;
    text-align: left;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

#wysiwyg-modal .thumbnails li a:hover div {
    bottom: 0;
}

#wysiwyg-modal .thumbnails li.upload a {
    background-color: #f7f7f7;
    font-size: 20px;
    line-height: 115px;
    width: 121px;
}

#chart-container {
    position: relative;
}

#chart-legend {
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #999;
    position: absolute;
    right: 1em;
    top: 0;
    width: 6em;
}

#chart-legend .title {
    display: block;
    margin: 0.5em;
    border-style: solid;
    border-width: 0 0 0 1em;
    padding: 0 0.3em;
}

.stats {
    margin-bottom: 1em;
}

.stats .panel-heading {
    border-radius: 3px;
    text-align: center;
}