/* CSS Document */
html {
position: relative;
min-height: 100%;
}
body
{
color: #fff;
font-family: 'Inter', sans-serif;
font-size: 1rem;
//background-color: #F7F7F7;
background-color: #fff;
//margin-bottom: 88px;
}
a, a:hover, a:active{
color: #fff;
}
.table{
color: white !important;
}
/* // HEADER **********/
/********** HEADER // */
/* // CONTENT **********/
.common-validation_errors
{
p
{
margin:0 0 0.2rem 0;
font-size: 0.8rem;
font-style:italic;
}
}
// MAIN
.main {
//padding-bottom: 20px;
}
.blu{
background-color: #2167ad;
}
/********** CONTENT // */
/* // FOOTER **********/
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 88px;
//background-color: #f7f7f7;
background-color: #fff;
}
/********** FOOTER // */
.alert-primary{
background-color: #1fb1e6 !important;
border-color: #1fb1e6 !important;
color: #fff;
}