﻿html {
    height: 100%;
}

body {
    padding-bottom: 20px;
}

nav.navbar .navbar-right .navbar-btn {
    margin-left: 15px;
    margin-right: 15px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="file"].form-control {
    height: auto;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.modal-header button {
    display: none;
}

.modal .modal-header button {
    display: block;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    margin-bottom: 15px;
    padding: 15px;
}

#ajax-loading {
    background: url(/Content/async.gif) no-repeat scroll 14px center #ffffff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    color: black;
    display: none;
    font-size: 11pt;
    left: 45%;
    padding: 5px 10px 5px 50px;
    position: fixed;
    top: 47%;
    white-space: nowrap;
    z-index: 10000;
}

#ajax-loading a {
    font-size: 9pt;
}

#content-editor {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 300px;
    margin-top: 5px;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 5px;
}

#html-editor {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 300px;
    margin-top: 5px;
    padding: 5px;
    width: 100%;
}

.code-editor .CodeMirror {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.url-popup {
    padding: 5px;
}

.imagelist-popup {
    max-height: 300px;
    min-width: 300px;
    overflow-y: auto;
}

.imagelist-popup ul {
    line-height: 2em;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

.imagelist-popup ul li ul {
    padding: 0 0 0 10px;
}

.imagelist-popup ul li ul li {
    padding: 0 0 0 15px;
    border-left: 3px solid #f9f9f9;
}

#overwriteModal div.modal-content {
    background-color: #f2dede;
    color: #a94442;
}

#jobtable .inactive {
    background-color: #f2dede;
}

#jobtable .inactive td {
    color: #777;
    text-decoration: line-through;
}

#jobtable .inactive td.job-table-btns {
    text-decoration: none;
}

#jobtable .running {
    background-color: #fcf8e3;
}

#live-preview-panel .panel-body {
    background: url(/Content/checker.gif);
}

#live-preview-frame {
    background: #fff;
    border: none;
    box-shadow: 0 0 10px #333;
}

.live-preview-desktop {
    width: 100%;
}

.live-preview-tablet {
    width: 800px;
}

.live-preview-mobile {
    width: 480px;
}

.tree {
    margin-bottom: 15px;
}

.tree ul.tree-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tree ul.tree-list li.tree-list-item {
    line-height: 3.5;
}

.tree ul.tree-list li.tree-list-item .site {
    background: #f9f9f9;
    padding: 2px 0px 2px 10px;
}

.tree ul.tree-list li.tree-list-item ul.tree-list {
    padding: 0 0 0 7px;
}

.tree ul.tree-list li.tree-list-item ul.tree-list li.tree-list-item {
    padding: 0 0 0 13px;
    border-left: 3px solid #f9f9f9;
}

.tree .inner .textbuttons {
    display: none;
}

.tree .inner:hover .textbuttons {
    display: inline;
}

.tree .inner:hover {
    background-color: #f9f9f9;
}

.tree .filename {
}

.tree .filelist li.tree-list-item {
    padding-left: 22px;
}

.tree .rightfloat {
    display: inline-block;
    float: right;
    padding-left: 10px;
    width: 150px;
}

.tree .textbuttons a {
    padding-right: 10px;
}

#site-list .rightfloat {
    padding-right: 10px;
    width: auto;
}

ul.wizard-plugin .panel-heading h3 {
    line-height: 34px;
    margin: 0;
}

table.plugin-settings td {
    padding: 5px;
    width: 150px;
}

table.plugin-settings td.plugin-setting-name {
    text-align: right;
}

table.plugin-settings td.plugin-setting-name label {
    margin: 0;
}

#import-documentation {
    margin-bottom: 10px;
}

div.limit-height {
    max-height: 300px;
    overflow: hidden;
}

.job-result {
    font-size: 0.8em;
    white-space: pre;
}