﻿body {
    font-family: Arial;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}
/*set the validation error text red*/
.field-validation-error{ color: red; font-weight: bold; }

/*set the validation error color of the input box*/
.input-validation-error{ border: 1px solid red; }

.standOut {
    color: #0000CC;
}

.highPriority {
    background-color: #CCC;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
    margin-top:20px;
    }

.popup {
    visibility: hidden;
    display: none;
    z-index: 100;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    position: absolute;
    margin: auto;
    width: 80%;
    max-width: 460px;
    background-color: #FFF;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.exampleTag {
    border-radius: 10px;
    border: 1px solid #999;
}
.red {
    color: #C33;
}

#logo{
    padding: 60px 0 30px;
}

#logo img {
}

#caring-logo {
    background-color: rgba(0,126,197,1);
    color: #fff;
    border-radius: 50%;
    padding: 33px 10px;
    margin: 0 0 0 5px;
    font-size: 25px;
}

.btnPrimary {
    background-color: #0093D4;
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
}