/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.tabs-vertical .tabs .no-tab
{
    /* tab inside tabs*/
    width: 100%;

    text-align: start;
}

.tabs-vertical .tabs .no-tab a
{
    -webkit-transition: none !important;
            transition: none !important;

    color: #6b6f82;
}

.tabs-vertical .tabs .no-tab a:hover
{
    color: #6b6f82 !important;
}

.tabs .no-tab
{
    line-height: 48px;

    display: inline-block;

    height: 48px;
    margin: 0;
    padding: 0;

    text-align: center;
    text-transform: uppercase;
}

.tabs .no-tab a
{
    font-size: 14px;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    padding: 0 24px;

    -webkit-transition: color .28s ease, background-color .28s ease;
            transition: color .28s ease, background-color .28s ease;
    text-overflow: ellipsis;

    color: rgba(33, 150, 243, .7);
}

@media only screen and (max-width: 992px)
{
    .tabs .no-tab
    {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .tabs .no-tab a
    {
        padding: 0 12px;
    }
}