.breadcrumb{
    border: 0px !important;
    /*border-top: 1px solid #aaaaaa !important;*/
    border-radius: 0px !important;
    padding: 0px 5px 0px 5px !important;                                
}
.breadcrumb > li + li::before{
    color: #aaa;
}
.breadcrumb > li{
    font-size: 15px;
}

.search-form form input::placeholder{
    color: #aaa !important;
}
.search-form form input{
    color: #454545 !important;
}

/*.shortcut-small{
    height: <?php echo $tema_height . 'px'; ?>;
}*/
.shortcut-small p.big{font-size: 17px;line-height: 1.25;}
.shortcut-small .left-floated{
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 10px;
    transition: .15s ease-out;
}
.shortcut-small .left-floated .fa{font-size: 30px; margin-top: 0px !important;}
.shortcut-small i{color: white; font-size: 25px !important;}
.shortcut-small .content{margin-left: 70px;}
/*.shortcut-small:hover {box-shadow: 0px 0px 10px rgba(0,0,0,0.05);}*/

.shortcut-small:hover i{color: white;}
.shortcut-small:hover .left-floated{background-color: #5fad43;}

.shortcut-small.active {border-color: #5fad43 !important;}
.shortcut-small.active .left-floated{background-color: #5fad43;}
/*.shortcut-small.active i{color: #5fad43;}*/
.shortcut-small.active p.big{color: #5fad43;}

@media only screen and (max-width : 1200px) {
    .shortcut-small{
        height: 175px;
    }
}
@media only screen and (max-width : 991px) {
    .shortcut-small{
        height: 105px;
    }
}
@media only screen and (max-width : 768px) {
    .shortcut-small{
        height: unset;
    }
}

/*SHORTCUT SMALL 2*/
.shortcut-small-2 {padding: 20px; border-radius: 5px; transition: .15s ease-out; background-color: white; border:2px solid #eee;}
.shortcut-small-2 i{color: #454545; transition: .15s ease-out;}
.shortcut-small-2 p.big{font-size: 17px;}
.shortcut-small-2 .left-floated{
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 10px;
    transition: .15s ease-out;
}
.shortcut-small-2 .left-floated .fa {font-size: 25px; margin-top: 0px;}
.shortcut-small-2 .content {margin-left: 60px;}
.shortcut-small-2:hover {border-color: #f57e2d !important;}
.shortcut-small-2:hover i{color: #f57e2d;}
.shortcut-small-2:hover p.big{color: #f57e2d;}

/*RANKING*/
.ranking-container > .ranking > div{
    padding: 0px !important;
    border: 0px solid !important;
    border-radius: 0px !important;
}
.ranking-container > .ranking > div > ul > a > li{
    padding: 15px;
    padding-bottom: 18px;
    background-color: #f4f4f4;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: .15s ease-out;
}
.ranking-container > .ranking > div > ul > a:last-child > li{
    margin-bottom: 0px;
}
.ranking-container > .ranking > div > ul > a > li > b{
    font-size: 20px;
    position: relative;
    /*display: inline-flex;*/
    margin-left: 5px;
    /*display: inline-block;
    position: absolute;*/
    float: left;
}
.ranking-container > .ranking > div > ul > a > li > span{
    display: inline-flex;
    margin-left: 5px;
    width: 85%;
}

.ranking-container > .ranking > div > ul > a:hover > li{
    background-color: #f57e2d;
}
.ranking-container > .ranking > div > ul > a:hover > li > b, .ranking-container > .ranking > div > ul > a:hover > li > span{
    color: white;
}