/* Add here all your CSS customizations */

/* theme.css Update: Font Awesome 5 Free >>> Font Awesome 7 Pro */

.body-sign {
    max-width: 600px;
}

.form-group + .form-group {
    border-top: 0;
}

.card-header small {
    font-size: 75%;
	font-weight: 300;
	color: #808697;
}

.label-required:after {
    color: #D2312D;
    content: ' *';
    display: inline;
}

td, th { vertical-align: middle;}

.card-with-actions .card-title {
	line-height: 31px;
}

.flotTip {
    background: #444 !important;
    color: #fff !important;
    border: 1px solid #444 !important;
    padding: 0 !important;
    border-radius: 4px !important;
    z-index: 99999 !important;
}