.blog-footer {
    padding: 2.5rem 0;
    color: #FFF;
    text-align: center;
    background-color: #212529!important;
    border-top: .05rem solid #333;
}
.blog-footer p:last-child {
    margin-bottom: 0;
}

/*** LOGIN ***/
#bg-login {
    background: url(../img/bg-login.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    min-height: 320px;
}
/*** LOGIN ***/


/* DATATABLES */
table.dataTable tbody td {
    vertical-align: middle;
}
/* DATATABLES */


/*** LEADS ***/
#tabsLeads a {
    color: #777 !important;
    /*color: #ff8400 !important;*/
}
#tabsLeads a.active {
    color: #333 !important;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.1;
}
.display-6 {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.1;
}
.display-7 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
}
.display-8 {
    font-size: 1.5rem;
    font-weight: lighter;
    line-height: 1;
}
.display-9 {
    font-size: 1.3rem;
    font-weight: lighter;
    line-height: 1;
}
.display-10 {
    font-size: 1rem;
    font-weight: lighter;
    line-height: 1;
}

/*** CLASS ROW TO COL HOVER BG ***/
.rowColHover div[class*='col-']:hover {
    background-color: rgba(0,0,0,.03);
    cursor: default;
}
.rowHover:hover {
    background-color: rgba(0,0,0,.03);
    cursor: default;
}


/** DESKTOP **/
@media (min-width: 768px) {

    .breadcrumb_rule {
        margin-top:10px;
    }

}

/** TABLET **/
@media (max-width: 767px) {

    .breadcrumb_rule {
        margin-top:10px;
    }

}

/** MOBILE **/
@media (max-width: 414px) {

    .breadcrumb_rule {
        margin-top:-5px;
    }

}