﻿/*************************************************************/
/* DIVs ******************************************************/
/*************************************************************/
.Style_Div_Pesquisar_Filtro
{
    width: 100%;
}



.Style_div_btn_Pesquisas
{
    margin-top: 0%;
    float: left;
    width: 100%;
}


.Style_Div_Filtro_Principal
{
    float:left;
    width: 90%;
    margin-top: 0.1%;
    padding-bottom: 0.3em;
}

.Style_Div_Pesquisa_Geral
{
    float:left;
    width: 100%;
    background-color: #0a3354;
}

.Style_Div_User_Name
{
    float: right;
    margin-top: 1em;
    margin-bottom: 1em;
    color: Black;
    margin-right: 10%;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 1em;
    font-weight: bold;
}
    
@media screen and (min-width: 731px) 
{
    .Style_Div_Logo
    {
        float: left;
        width: 10%;
    }
    
    .Style_Div_Pesquisar
    {
        float: right;
        position: relative;
        width: 90%;
        padding-top: 1%;
        padding-bottom: 2em;
        
    }
    
    .Style_Div_Pesquisar_Filtro
    {
        top: 0;
        position: relative;
        width: 100%;
        font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
        font-size: 1em;
        font-weight: bold;
        
    }
   
}

@media screen and (max-width: 730px) 
{
    .Style_Div_Pesquisar
    {
        position: relative;
        width: 90%;
        margin-left: 5%;
    }
    
    .Style_Div_Pesquisar_Filtro
    {
        display: none;
    }
    
    .Style_Div_Pesquisa_Geral
    {
        background: white;
    }
    
    .Style_Div_User_Name
    {
        float: left;
        color: Black;
        width: 90%;
        margin-left: 5%;
        padding-left: 5%;
        margin-bottom: 0px;
    }
}

#footer {
    position:fixed;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
    clear: both;
    left: 0px;
}

/*************************************************************/
/* Text Box **************************************************/
/*************************************************************/
.Style_tbx_Pesquisar_Codigo
{
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    display: inline-block;
    height: 1.5em;
    font-style: normal;
    line-height: 1.1em;
    font-weight: normal;
    font-variant: normal;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}


.Style_tbx_Pesquisar_Descricao
{
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    display: inline-block;
    height: 1.5em;
    font-style: normal;
    line-height: 1.1em;
    font-weight: normal;
    font-variant: normal;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

@media screen and (min-width: 731px) 
{
    .Style_tbx_Pesquisar_Codigo
    {
        min-width: 4%;
        width: 8em;
    }
    
    .Style_tbx_Pesquisar_Descricao
    {
        min-width: 8%;
        width: 70%;
    }
    
}

@media screen and (max-width: 730px) 
{
    .Style_tbx_Pesquisar_Codigo
    {
        width: 95%;
        
    }
    
    .Style_tbx_Pesquisar_Descricao
    {
        width: 95%;
    }
    

    
}

/*************************************************************/
/* Botões ****************************************************/
/*************************************************************/

.Style_btn_Busca_Avancada
{
    color: #f7f7f7;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    text-align: right;
    
}

.Style_btn_Comparativo
{
    color: #f7f7f7;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    text-align: right;
    margin-left: 35px;
}

.Style_btn_Pesquisar_Lupa
{
    display: inline-block;
    height: 2.8em;
    font-style: normal;
    line-height: 1.1em;
    font-weight: normal;
    font-variant: normal;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 2px;
    vertical-align:bottom;
    outline: none;
}

.Style_Btn_Pesquisar_Interno
{
    border-style: none solid solid none;
    background-color: #1479c8;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    display: inline-block;
    height: 3.5em;
    color: #FFF;
    font-style: normal;
    line-height: 1.1em;
    font-weight: normal;
    font-variant: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-weight: bold;
    margin: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #999;
    border-bottom-color: #999;
    white-space: normal;
    min-width: 12%;
}
    
.Style_Btn_Pesquisar_Avancado_Interno
{
    border-style: none solid solid none;
    background-color: #15b182;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    display: inline-block;
    height: 3.5em;
    color: #FFF;
    font-style: normal;
    line-height: 1.1em;
    font-weight: normal;
    font-variant: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-weight: bold;
    margin: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #999;
    border-bottom-color: #999;
    white-space: normal;
    text-align: center;
    min-width: 12%;
}

.Style_ImageButton_SeloVerde
{
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 9em;
    opacity: 0.5;
    cursor: default;
}


@media screen and (min-width: 731px) 
{
    .Style_Btn_Pesquisar
    {
        display:none;
    }
    
    .Style_Btn_Pesquisar_Avancado
    {
        display: none;
    }
}

@media screen and (max-width: 950px ), screen and (max-height: 400px)
{
    .Style_ImageButton_SeloVerde
    {
        display: none;
    }
}

@media screen and (max-width: 730px) 
{
    .Style_Btn_Pesquisar_Avancado
    {
        border-style: none solid solid none;
        background-color: #179BA9;
        font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000000;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-box-shadow: 1px 1px 1px #999;
        -webkit-box-shadow: 1px 1px 1px #999;
        display: inline-block;
        height: 3.5em;
        color: #FFF;
        font-style: normal;
        line-height: 1.1em;
        font-weight: normal;
        font-variant: normal;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
        font-weight: bold;
        margin: 5px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-color: #999;
        border-bottom-color: #999;
        white-space: normal;
        min-width: 12%;
    }
    
    .Style_Btn_Pesquisar
    {
        border-style: none solid solid none;
        background-color: #179BA9;
        font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000000;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-box-shadow: 1px 1px 1px #999;
        -webkit-box-shadow: 1px 1px 1px #999;
        display: inline-block;
        height: 3.5em;
        color: #FFF;
        font-style: normal;
        line-height: 1.1em;
        font-weight: normal;
        font-variant: normal;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
        font-weight: bold;
        margin: 5px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-color: #999;
        border-bottom-color: #999;
        white-space: normal;
        text-align: center;
        width: 100%;
    }
    
    .Style_Btn_Pesquisar_Avancado
    {
        width: 100%;
    }
    
    .Style_btn_Pesquisar_Lupa
    {
        display: none;
    }
    
    .Style_btn_Busca_Avancada
    {
        display:none;
    }
    
    .Style_btn_Comparativo
    {
        display: none;
    }
    
    
}

/*************************************************************/
/* DropDownList **********************************************/
/*************************************************************/
.Style_DDL_FiltroPrincipal
{
    margin-left: 1.5em;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 1em;
    border-right: 0.2em solid gray;
    border-bottom: 0.2em solid gray;
    right: 0;
    width: 80%;
    padding-bottom: 0.3em;
}


/*************************************************************/
/* Label *****************************************************/
/*************************************************************/
.Style_Label_FiltroPrincipal 
{
    display:inline-block;
    width: 14%;
    text-align: right;
    font-size: 0.9em;
}

.Style_Label_FiltroTexto
{
    font-size: 1em;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
}

.Style_Label_Text_Sub
{
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 0.9em;
    font-style: italic;
    color: #126bb1;
}

@media screen and (min-width: 731px) 
{
    .Style_Label_Codigo_Item
    {
        font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
        font-size: 1.2em;  
        color: #f7f7f7;
    }
    
    .Style_Label_Descricao_Item
    {
        padding-left: 0.8em;
        font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
        font-size: 1.2em;
        color: #f7f7f7;
    }
    
    .Style_Label_Descricao_Item_Responsivo
    {
        display:none;
    }
}

@media screen and (max-width: 730px) 
{
    .Style_Label_Codigo_Item
    {
        font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
        font-size: 1.2em;  
        color: #f7f7f7;
    }
    
    .Style_Label_Descricao_Item
    {
        display:none;
    }
    
    .Style_Label_Descricao_Item_Responsivo
    {
        font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
        font-size: 1.2em;  
        margin-top: 3em;
        color: #f7f7f7;
    }
}

/*************************************************************/
/* HR ********************************************************/
/*************************************************************/
@media screen and (max-width: 730px) 
{
    .Style_hr_Separacao
    {
        display: none;
    }
}