.button-new-item {
   padding-bottom: 30px;
}

/*.dataTables_length,.dataTables_filter,.dataTables_info{
    color:#337ab7;
}*/

.titulo{
    //color:#337ab7;
    color:#18bc9c;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}


.glyphicon-rotate{
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}