/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

/*define Progress Bar override bootstrap */

.progress-bar {
  
    background-color: #961e29;

}
/* Define the color for Awesome Bootsrap Checkboxes ; based on bg-primary background-color*/

label::after{
    background-color:#FFFFFF;
    
    
}

.radio-item label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #761820;
}

.checkbox-item input[type="checkbox"]:focus + label::before,
.checkbox-item input[type="radio"]:focus + label::before {
  outline: thin;
  outline: 5px auto;
  outline-offset: -2px;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #961e29;
  border-color: #961e29;
}

.radio-item input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto;
  outline-offset: -2px;
}

/*SH Overriding bootstrap Infotext color*/

.text-primary {
    color: #961e29;
}

.text-info{
    color:#961e29;
    
}

/*SH: Overriding bootstrap buttons */

.btn-primary{
    color:#fff;
    background-color:#961e29;
    border-color:#961e29
    
}
    
.btn-primary:focus,
.btn-primary.focus{
    color:#fff;
    background-color:#761820;
    border-color:#761820;
    
}
    
.btn-primary:hover{
    color:#fff;
    background-color:#761820;
    border-color:#761820;
    
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary{
    color:#fff;
    background-color:#761820;
    border-color:#761820;
    
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus{
    color:#fff;
    background-color:#761820;
    border-color:#761820;
    
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary{
    background-image:none
}

.btn.active.focus{
    outline:5px auto;
    outline-offset:-2px;
    
}

    




    
    