.fa-sm {
	font-size: 12px !important;
}
.font-red {
	color:#df3a3a;
}
label.error {
	color:#df3a3a;
}
li.active {
	border-left: 5px solid #1c6db4;
}
/*Table checkbox*/
.table-checkbox + .label-text:before{
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
    font-size: 24px;
}
.table-checkbox-title {
    margin-left: 50px;
}
.table-checkbox:checked + .label-text:before{
    content: "\f14a";
    color: #4da54d;
    animation: effect 250ms ease-in;
}
.table-checkbox {
    position: absolute;
    right: 9000px;
}
.bd {
    border-radius: 20px;
}
.italic-note {
    font-style: italic;
}
.medium {
    font-size: 90%;
    font-weight: 500;
} 
.italic {
    font-style: italic;
}
.hidden {
    display: none;
}
.site-logo {
    width: 80%;
    padding-top: 5px;
    padding-bottom: 4px;
    max-height: 75px;
    max-width: 75px;
}