p{
    color: #666;
    font-size: 14px;
    word-break: normal;
    word-wrap:break-word;
}

button{
    color:#ffffff;
    background-color:#0079c1;
}

.WBheading {
    font-size: 25px;

    color: #000;
    margin: 20px 0 15px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

@media screen and (min-width: 1000px) {
    .WBheading {
        font-size: 2vw;
    }
}

@media screen and (min-width: 601px) and (max-width: 999px) {
    .WBheading {
        font-size: 4vw;
    }
}

@media screen and (max-width: 600px) {
    .WBheading {
        font-size: 6vw;
    }
}

.WBheadingSmall {
    font-size: 20px;
    color: #000;
    margin: 20px 0 15px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;

}

.WBheader{
    margin: auto;
    padding: 10px;
    color: #0079c1;
    background-color: #ffffff !important;
}

.WBheader > strong{
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    display: block;
}

.WBheader > strong > span{
    font-weight: normal;
    display: block;
}

.WBformitem{
    margin-top: 0.5rem;
}

.WBformitem > label{
    margin-bottom: -0.48rem;
}

.WBformitem > p{
    margin-bottom: 0.2rem;
}

.WBformitem > div > label{
    margin-bottom: -0.46rem;
}

.WBcard > p{
    margin-bottom: 0rem;
}

.WBcard > p > span{
    font-weight: bold;
    color: #000000;
}

.WBcard > button{
    margin-top: 1rem;
}

.WBtext{
    background-color: #f7f7f7;
}

.WBcontent{
    width: 100%;
    height: 100%;
}
.WBrequiredfield{
    color: #ff0000;
    font-weight: bold;
}

.WBinputInfo{
    color:#666;
    text-decoration: underline red
}

.card{
    margin-bottom: 0.5rem;
}

.WBformitem > input.ng-invalid {
    background-color: #ffcdc6;
}

.WBformitem > input.ng-valid {
    background-color: lightgreen;
}

.WBFile{
    padding-bottom: 2.3rem !important;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fa-trash-alt:hover{
     color: red;
 }
.glyphicon {
    font-size: 20px;
}
/*.fa-frown-o:hover{*/
/*    color: red;*/
/*}*/

#dvLoading.showloading{
    display:block
}
