html,
body {
    height: 100%;
}



#contact-reminder-form .has-success label{
       color: #FFFFFF;
}
#contact-reminder-form .btn-success.active, .open > .dropdown-toggle.btn-success{
       background-color: #425C42 !important;
       border-color: #425C42 !important;
}

#contact-reminder-form .btn-info.active, .open > .dropdown-toggle.btn-success{
       background-color: #425C42 !important;
       border-color: #425C42 !important;
}

#contact-reminder-form .btn-warning.active, .open > .dropdown-toggle.btn-success{
       background-color: #425C42 !important;
       border-color: #425C42 !important;
}

#contact-reminder-form .btn-danger.active, .open > .dropdown-toggle.btn-success{
       background-color: #425C42 !important;
       border-color: #425C42 !important;
}

.progress {
    position: relative;
    height: 25px;
}
.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 0px solid #eee;
    border-left-width: 11px;
    border-radius: 4px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}

/* Division by status */
    
.bs-callout-not-contacted {
    border-left-color: #FE0000;
}
.bs-callout-not-contacted h4 {
    color: #FE0000;
}

.bs-callout-invalid {
    border-left-color: #000000;
}
.bs-callout-invalid h4 {
    color: #000000;
}

.bs-callout-sold {
    border-left-color: #11DC24;
}
.bs-callout-sold h4 {
    color: #11DC24;
}

.bs-callout-lost {
    border-left-color: #E91CCA;
}
.bs-callout-lost h4 {
    color: #E91CCA;
}

.bs-callout-in-progress {
    border-left-color: #1101E9;
}
.bs-callout-in-progress h4 {
    color: #1101E9;
}

.bs-callout-re-contact {
    border-left-color: #949394;
}
.bs-callout-re-contact h4 {
    color: #949394;
}

.bs-callout-finished {
    border-left-color: #07E7EF;
}
.bs-callout-finished h4 {
    color: #07E7EF;
}

.bs-callout-interview {
    border-left-color: #EB8F0C;
}

.bg-custom-yellow {
    background-color: #D2E71E !important;
    color: white !important;
}

.bs-callout-partial-payment {
    border-left-color: #D2E71E;
}

.bs-callout-interview h4 {
    color: #EB8F0C;
}

/* END Division by status */


.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
