﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.isProcessing {
}

.error {
    color: red;
    font-size: .9em;
}


    #content input.ng-dirty.ng-invalid {
        border: 1px solid red;
        background-color: rgb(255, 244, 244);
    }

    .preloader {
        position: fixed;
        left: 50%;
        top: 50%;
        border-radius: 15px;
        z-index: 10000000;
    }
    .preloader-inner {
        position: relative; left: -50%;
        background-color: #fff;
        border: 3px solid #ccc;
        border-radius: 15px;
        padding: 15px;
    }

.modal-xs {
    width: 120px;
}
.modal-lg .modal-dialog {
    width: 700px;
}

.view-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.offline {
    border-radius: 15px;
    color: #ffffff;
    background-color: #ff0000;
    padding:2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
}

.online {
    border-radius: 15px;
    color: #ffffff;
    background-color: #008000;
    padding:2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
}
.cached-item {
    font-size: .8em;
    color: #ccc;
}

body {
    padding-top: 10px;
}

.gray-bg {
    background-color: #eee;   
}

/*.bootbox {
    z-index: 3000 !important;
}*/

.hidden {
    display: none;
}

/*.pre-display {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    max-height: 250px;
    font-size: .9em;
}*/

.pre-display {
    overflow-x: auto;
    white-space: pre-line;
    max-height: 250px;
    font-size: .9em;
}

.pre-display-no-overflow {
    white-space: pre-line;
    max-height: 150px;
    font-size: .9em;
    overflow-y: auto;
}