/*TABLETS PADRÃO*/
@media only screen and (max-width: 768px) {
    
    .mobile {
        display: none;
    }
    ul .mobile {
        display: none;
    }
    .small-box h3 {
        font-size: 33px;
    }
    section .inner a {
        color: #FFF;
    }
    section .inner a:hover {
        color: #EEE;
    }
    .fa-lock,
    .fa-unlock{
        font-size: 18px;
        position: relative;
        top: -25px;
        margin-left: 95%;
        cursor: pointer;
    }

}

/*SMARTPHONE PADRÃO*/
@media only screen and (max-width: 480px) {
    
    .mobile {
        display: none;
    }
    ul .mobile {
        display: none;
    }
    .small-box h3 {
        font-size: 20px;
    }
    section .inner a {
        color: #FFF;
    }
    section .inner a:hover {
        color: #EEE;
    }
    .fa-lock,
    .fa-unlock{
        font-size: 18px;
        position: relative;
        top: -25px;
        margin-left: 91%;
        cursor: pointer;
    }
    .main-header .navbar-custom-menu a, .main-header .navbar-right a {
        margin-top: 8px;
        margin-right: 4px;
        border-radius: 5px;
        border-top: 1px solid #23527c;
        border-bottom: 1px solid #23527c;
        border-right: 1px solid #23527c;
        border-left: 1px solid #23527c;
        background: #337ab7;  
    }
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #FFF;
}