﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 30px 15px 0 15px;
}

.render-body {
    margin-top: 40px;
    margin-bottom: 40px;
}


/* 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;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.account-search {
    color: #ffffff;
    font-weight: bold;
}

.account-search span {
    padding-left: 15px;
}

.clear {
    clear: both;
    font-size: 1px;
    padding: 0 !important;
    margin: 0 !important;
}

.panel-title {
    font-weight: bold;
}

.message {
    margin: 30px 20px !important; 
}

.info, .success, .warning, .error, .information, .question {
    border: 3px solid;
    margin: 10px 0;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #0c58aa;
    background-color: #D8EEFF;
    border-color: #43B1FF;
    background-image: url('information.png');
}
.question {
    color: #4E9BEF;
    background-color: #D8EEFF;
    border-color: #43B1FF;
    background-image: url('question.png');
}
.success {
    color: #25A628;
    background-color: #E2FFE0;
    border-color: #BBFFB0;
    background-image:url('success.png');
}
.warning {
    color: #97670f;
    background-color: #FFFFC0;
    border-color: #ff8c15;
    background-image: url('warning.png');
}
.error {
    color: #FF0000;
    background-color: #FFFF00;
    border-color: #FF5050;
    background-image: url('error.png');
}

#loading {
    padding: 40px 30px 15px 120px;
    background : url("ajax-loader.gif") #fdfdfd 70px center no-repeat;
}

.add-a-note {
    padding: 10px 50px 40px 50px;    
}

.note-editor {
    padding-top: 30px;
}

button.ui-dialog-titlebar-close {
    min-width: 16px !important;
}

button {
    min-width: 90px;
}


#add-a-note-buttons button {
    margin: 10px;
}

.search-help {
    padding-top: 3px;
}

.col-md-1-2 {
    width: 10% !important;
}
.col-md-1-5 {
    width: 12.5% !important;
}

.edit-link {
    float: right;
    color: #ffffff;
    font-weight: bold;
}

a.edit-link:hover {
    color: #d8eeff;
    text-decoration: none;
}

.ckeditor-light {
    display: none; 
}

body {
    z-index: 100;
}

#audit-header {
    margin-bottom: 10px;
}

.table-row {
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: 1px solid #faf5f2;   /* this is only to keep the same size when the row is hovered, because a border is added */
    border-top: 1px solid #faf5f2;      /* this is only to keep the same size when the row is hovered, because a border is added */
}

.table-row:hover {
    background-color: #fef9f6;
    border-bottom: 1px solid #ab422a;
    border-top: 1px solid #ab422a;
}

.btn {
    border: #e6e6e6 1px solid;
}

.selectAnOption {
    font-style: italic;
}

.line-spacing {
    margin-bottom: 6px;
}

.text-spacing {
    margin-left: 6px;
}

.large-text-spacing {
    margin-left: 12px;
}

.text-spacing-right {
    margin-right: 6px;
}

.badge a {
    color: #ffffff;
}

.badge a:hover {
    color: #e6e6e6;
    text-decoration: none;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.searching {
    background-image: url('/Content/searching.gif');
    background-repeat:no-repeat;
    background-position: center center;
}

.hideable, .truncatable, .notImplemented, .jsShowDetails, .jsExclude, .jsInclude, .jsRemoveManualAdjustment, .jsCancel, .jsValidateAndSubmit, 
.jsSeeNote, .jsMakeAdjustment {
    /* These are classes used in JavaScript. */
}

.note-textarea {
    max-width: 100%;
    width: 100%;
}

.ui-datepicker {
    z-index: 200 !important; 
}

.label-min-width {
    min-width: 80px;
}

.top-spacing {
    margin-top: 20px;
}

.large-top-spacing {
    margin-top: 40px;
}

.bottom-spacing {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5 {
    color: #ab422a;
}

.imagedropshadow {
    padding: 5px; 
    margin: 0 3px 0 3px;

    border: solid 1px #CCC; -moz-box-shadow: 1px 1px 5px #999; -webkit-box-shadow: 1px 1px 5px #999; box-shadow: 1px 1px 5px #999;
} 

.top-band {
    margin-top: 50px;
    background-color: #e28740;
    border-bottom: 1px solid #c64c31;
}

.logo {
    float: left;
    margin-top: -35px;
    margin-right: 15px;
    /* border: solid 1px #e28740; -moz-box-shadow: 1px 1px 5px #c64c31; -webkit-box-shadow: 1px 1px 5px #c64c31; box-shadow: 1px 1px 5px #c64c31;*/
    border: solid 1px #c64c31; -moz-box-shadow: 1px 1px 5px #c64c31; -webkit-box-shadow: 1px 1px 5px #c64c31; box-shadow: 1px 1px 5px #c64c31;
}

.help {
    border: solid 1px #e28740; -moz-box-shadow: 1px 1px 5px #e28740; -webkit-box-shadow: 1px 1px 5px #e28740; box-shadow: 1px 1px 5px #e28740;
}

.header1 {
    font-size: 1.4em;
    color: #ffffff;
}

.header2 {
    font-size: 0.7em;
    color: #e28740;
}

@media (min-width: 992px) {
    .header1 {
        font-size: 2em;
    }

    .header2 {
        font-size: 1em;
    }
}

.panel-link:hover {
    text-decoration: none;    
}

a .panel-primary:hover {
    border-color: #6e2a1b;
}

a .panel-primary:hover .panel-heading {
    background-color: #6e2a1b;
}

a .panel-primary:hover .panel-body {
    background-color: #fffcfc;
}

.input-group {
    width: 100%;
}

.input-group textarea {
    width: 100%;
}

.navbar-default {
    border-color: #e28740;
}

.log {
    font-family: courier;
}

#contact-form .input-group-addon {
    width: 115px;
    text-align: left;
}

#enquiry-view .input-group-addon {
    width: 115px;
    text-align: left;
}

#password-reset .input-group-addon {
    width: 180px;
    text-align: left;
}

.has-error textarea {
    border-color: #a94442;
}

.text-muted {
    color: #e28740;
}

.menu-active {
    background-color: #e28740;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

body {
  background-color: #ffffff;
}
