/* app css stylesheet */



/*List Values*/
/*li span{color:gray;}*/

label {
    font-weight: normal;
}

/*VALIDATION*/
.css-form input.ng-invalid.ng-dirty {
background-color: #FAA8AE;
}

.css-form input.ng-valid.ng-dirty {
background-color: #A8FAA9;
}
/**/

.logo img
{
    width:250px;
    padding:20px 0px 15px 0px;

}

/*Bibles LIST COLOR LEGEND*/
/* PRESERVE THE ORDER OF THESE FOUR */

.inCAM {
    color: #8A2BE2;
}

.inBMT {
    color: #996633;
}

.inTMS {
    color: #dd4400;
}

.inDBL {
    color: #196C19;
}

/*--*/

.iso-tag {
    font-variant: small-caps;
    display: inline-block;
    margin-left: 2em;
    float: right;
    color: #999;
}
.active .iso-tag {
    color: #ddd;
}

.languageTabel-staticData
{
    color:gray;
    font-style:italic;
}

.bibleGrid-about{
    font-size:small;
}

.required{
    font-weight:bolder;
}

div.ta-readonly {
    background-color: #eee;
}
