body { 
    padding-top: 0px;
}
@media (max-width: 980px) {
    body {
        padding-top: 0;
    }
}
input:-webkit-autofill { -webkit-box-shadow:0 0 0 500px white inset; }
textarea {
    resize: none;
}
.panel {
    margin-top: 0px;
}
.add-left-margin-sm {
    margin-left: 12px;
}
.add-left-margin-md {
    margin-left: 16px;
}
.align-input-label {
    padding-right: 2px;
}
.required-marker {
    color: #cc0000;
}
.fa-spinner {
    color: #cc0000;
}
.faint {
    opacity: 0.4;
}
.width-50px {
    width: 50px;
}
.width-80px {
    width: 80px;
}
.label-progress {
    background-color:#eeeeee;
    color:#777777;
}
.funding_source_field, .annex_a_field, #icf_directors .form-control {
   margin-bottom: 6px;
}
h4 {
    display: inline;
}
.validation_message{
    font-size: 80%;
    display: block;
    margin-top: 10px;
}

#input_fields_wrap_funding .form-control-feedback {
    top: 0px;
    right: 160px;
}
#input_fields_wrap_annex_a .form-control-feedback {
    top: 0px;
    right: 160px;
}
#icf_funding_source_euros {
    cursor: default;
}

.explainer {
    margin-top: 12px;
    margin-bottom: 16px;
}

.word-count {
    margin-top: 4px;
    text-align: right;
    color: #999999;
}

.banner-container {
    background:url('http://www.lancaster.ac.uk/engage/erdf-projects/images/fst-banner.jpg') no-repeat;
    height:140px;
    background-size:contain;
    background-position: left bottom;
}

.btn-edit-po, .btn-save-po, .btn-cancel-po, .btn-edit-pa, .btn-save-pa, .btn-cancel-pa {
    width: 24px;
    height: 24px;
    color: #b5121b;
}

.ok-list {
    margin-right: 5px;
    color: #b5121b;
}

.contact-details {
    margin-top: 20px;
    /*line-height: 1.8;*/
    
}

p.hanging-quotation {
    margin-left: 1em;
}

p.hanging-quotation-no-margin {
    margin-left: 0em;
}

p.hanging-quotation:before, p.hanging-quotation-no-margin:before {
    content: '"';
    position: absolute;
    margin-left: -.4em;
}

p.hanging-quotation:after, p.hanging-quotation-no-margin:after {
    content: '"';
}

.quotation-source {
    margin-top: 12px; 
    margin-left: 1em; 
    display: block;
}

#pad-this-row .row {
    padding-left: 15px;
}

#business-application-form hr {
   margin-left: -15px;
}

h5 {
    color: #b5121b;
    font-weight: bold; 
}

.borderless td, .borderless th {
    border: none !important; 
}

.list {
    color: #b5121b;
    margin-right: 6px;
}

.glyphicon-flag {
    color: #b5121b;
}

.glyphicon-thumbs-up {
    color: #00cc00;
}

.glyphicon-ok {
    color: #00cc00;
}

.glyphicon-exclamation-sign {
    color: #b5121b;
}

.small-bottom-margin {
    margin-bottom: 15px;
}

[data-hidden="hidden"] {
   display: none; /* OR */
}

.table.scores-total-average-table td {
    border: 0px;
}

.pa-options .glyphicon {
    margin-right: 6px;
}

.email-outcome-text {
    margin-left: 6px;
}

/*.explainer:before {
    font-family: "Glyphicons Halflings";
    content: "\e086";
}*/