﻿#layout-content { min-height: 500px; }

h2 { color: #8CC63F; }
    
/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error { color: #ff0000; }

.field-validation-valid { display: none; }

.input-validation-error {
    background-color: #ffeeee !important;
    border: 1px solid #ff0000 !important;
}

.validation-summary-errors ul { margin-bottom: 0 }

.validation-summary-valid { display: none; }

a.disabled,
a.disabled:visited,
a.disabled:active,
a.disabled:hover { color: #aaa !important; }

.modal form { margin: 0; }

.well form { margin: 0; }

.well .form-actions {
    border-radius: 5px;
    margin-bottom: 0;
}

.well-light { background-color: #fff; }

.well-tight { padding: 0px; }

.well-lip {
    box-shadow: inset 0 3px 18px -2px rgba(0, 0, 0, .2);
    border-top: none;
    border-radius: 10px;
}

legend { margin-bottom: 10px; }

.table th { font-weight: normal !important }

.btn-loan {
    background-color: #336699 !important;
    border: none;
    font-size: 12px !important;
    white-space: nowrap;
}

.logo-image {
    max-height: 26px;
}

.badge-large {
    font-size: 1.1em;
    line-height: 1em;
}

.no-wrap {
    white-space: nowrap;
}

/* upload page */

.fileupload { display: none; }

.bar {
    background-image: url(../../MortgageTrade.Web/Content/images/progressbar.gif);
    height: 22px;
}

.loan-number-text-area {
    width: 100%;
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
}

/*
 * Processing indicator
 */

.dataTables_processing {
    background-color: white;
    color: #6699FF;
    font-size: 3em;
    font-weight: bold;
    left: 50%;
    opacity: 0.8;
    padding: 1em;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 99999999;
}

.note {
    background: #F7F7F7;
    overflow: hidden;
    position: relative;
}

.note:before {
    /* Optional: shadow */
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
    background: #ebebeb; /* For when also applying a border-radius */
    border-color: #fff #fff #ebebeb #ebebeb; /* A bit more verbose to work with .rounded too */
    border-style: solid;
    border-width: 0 16px 16px 0; /* This trick side-steps a webkit bug */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0; /* Only for Firefox 3.0 damage limitation */
}

@media only screen and (max-width: 767px) {
    .hero-unit h1 {
        font-size: 1.65em;
        font-weight: bold;
        padding-bottom: 7px;
    }

    .hero-unit p {
        font-size: 12px;
        line-height: normal;
    }
}

.page-content-paper {
    background-color: #fff; 
    border-radius: 1px; 
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25); 
    box-sizing: border-box; 
    height: 100%; 
    margin-top: 15px; 
    padding: 30px 30px 48px; 
    width: 75%;
}

/*
 *  A very special Stormtrooper Panel to look like that one section in Clean Room
 */
.panel-stormtrooper {
    border-color: #222222;
}
.panel-stormtrooper > .panel-heading {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}
.panel-stormtrooper > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #222222;
}
.panel-stormtrooper > .panel-heading .badge {
    color: #222222;
    background-color: #ffffff;
}
.panel-stormtrooper > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #222222;
}