/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 13/06/2016, 19:08:14
    Author     : Claudio
*/


/*ALPHA - HTML*/


/*ALPHA - HTML - FIM*/

/*ALPHA - BODY*/


/*ALPHA - BODY - FIM*/


/*ALPHA - NAV*/

.alpha-navbar {
    /*font-size: 14px !important;*/
}

.alpha-navbar a:link {
    text-decoration: none;
    color: #fff;
}
.alpha-navbar a:visited {
    text-decoration: none;
    color: #fff;
}
.alpha-navbar a:hover {
    text-decoration: underline;
    color: black;
}
.alpha-navbar a:active {
    text-decoration: none;
    color: #fff;
}

.alpha-navbar li{
    /*font-size: 14px !important;*/
}

@media (min-width:991px){
    .w3-hide-large{display:none!important}
    .alphaRemoveMargemEsquerda{margin-left:0px !important}
    .alphaAdicionaMargemEsquerda{margin-left:290px !important}
    .w3-sidenav {
        background-color: transparent;
    }
    .alphaMenuLateralAjuste {
        height: 74px;
        padding-right: 15px !important;
    }
}

.alphaRemoveMargemEsquerdaForced{
    margin-left:0px !important;
}

.alphaOcultaForcado{
    /*    display:none!important;*/
}
.alphaMostraForcado{
    /*display:block!important;*/
}
.alphaMarcaCompensacao{
    background-color: yellow !important;
}
.alphaMarcaDescarte{
    background-color:#9d9d9d  !important;
}


@media (max-width:992px){
    .w3-sidenav {
        background-image: url('../img/az/bg.jpg');
    }
}

/*ALPHA - NAV - FIM*/


