/**** element styles ****/
hr { border-color: #cccccc; margin: 0px; }

/**** header, main and footer divs ****/
.header-title { font-size: 30px; }

/**** class-based style modifiers ****/

.no-margins { margin: 0px; }

.with-margins { margin: 10px; }

.col-centered { float: none; margin: 0 auto; }


.footer {
    position:fixed;
     bottom: 0;
     width: 100%;
     height: 60px;
     background-color: #f5f5f5;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.footer .selectors, .block{
    height:100%;
    width:100%;
}

.footer .selectors a{
    border: 0;
    border-radius: 0;
    background-color: #f8f9fa !important;
    width:25%;
    margin-left: 0;
}
.footer .selectors a div{
    align-items: center;
}
.footer .selectors a:active{
    border:0;
}

.footer .selectors a:focus{
    border:0;
    outline: 0;
    box-shadow: 0 0 0 0px;
}

.footer .active, .selector-holder{
    display: flex;
    flex-direction: column;
}

.footer .selector-holder span{
    font-size: 0.8rem;
}

/* Colors of the buttons*/
.footer .selectors a:hover, .selectors a:active, .selectors a:focus{
    color: #ff0000;
}

.footer .button-inactive{
    color: #000;
}