/*Grid*/
a img{
    border:none;
}
#form_cadastro_grid{  
    background-color:#ffffff;
    text-align:center;
    vertical-align: middle;
}
#form_cadastro_grid p{
    padding:12px;
    width: -moz-available;
    height: 7px;
    border:1px solid #ccc;
}
#form_cadastro_grid p label{
    color:#333;
    vertical-align: top;
}
#form_cadastro_grid input{
    border:1px solid #ccc;
}
#tbl_grid_janela,#tbl_grid_voz{
    width:100%;
    border:1px solid #ccc;
    font-size: 12px;
}
#tbl_grid_janela,#tbl_grid_voz{
    width: 100%;
}
#tbl_grid_janela thead th,#tbl_grid_voz thead th{
    background-color: #C3C3CB;
    padding:6px;
    color:#000;
    text-align:center;    
}
#tbl_grid_janela thead th.header, #tbl_grid_voz thead th.header{
    cursor:pointer;
}
#tbl_grid_janela tbody td,#tbl_grid_voz tbody td{
    padding:2px;
    text-align:center;
}

.pagedisplay{
    width:40px;
    text-align:center;
    border:none;
    background-color:#f2f2f2;    
}
#pager span{
    display:inline-block;
    margin:0 0 0 20px;
    color:#666;
    float:right;
}
#pager form{
    text-align:left;
    padding:10px;
    width: -moz-calc(100% - 23px);
    width: -webkit-calc(100% - 23px);
    width: calc(100% - 23px);
    border:1px solid #ccc;        
}
#form_rodape_grid{
    margin-bottom: 3px;
} 
.linha_tbl_grid1
{
    background-color: #FFFFFF;
    /*font-size:12px;*/
    height: 30px;    
}
.linha_tbl_grid1:hover
{
    background-color: #3276B1;  
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    /*font-size:13px;
    font-weight: 900;*/
}

.linha_tbl_grid2
{
    background-color: #E4E4E4;
    /*font-size:12px;*/
    height: 30px;
}
.linha_tbl_grid2:hover
{
    background-color: #3276B1;     
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    /*font-size:13px;
    font-weight: 900;*/
}

/*Busca-Grid*/
.DIV_AREA_BUSCA{
    width: 100%;    
    height: 65px;
    position: relative;   
    margin-top: -50px;   
}
.tam_CAMP_BUSCA{
    width: 470px;    
}
#sele_busca:hover{
    cursor: pointer;
}
.campo_select{
    background:#ffffff;   
    margin: auto;  
    width: 100%;
    height: 30px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#BUSC_AVANC_CATEG{
    border: 0px solid yellowgreen; 
    width: 130px; 
    position: relative; 
    float: left;
}
#BUSC_AVANC_COLUN{
    margin-left: 15px;
    border: 0px solid red; 
    width: 150px; 
    position: relative; 
    float: left;
}
#BUSC_AVANC{
    display:none; 
    border-top: 1px solid #c0c0c0; 
    border-bottom: 1px solid #c0c0c0; 
    position: relative; 
    float: left; 
    width: 100%; 
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #DDD; 
}

@media only screen and (min-width: 381px) and (max-width: 500px)
{
    .tam_CAMP_BUSCA{
        width: 350px;
    }    
}

@media only screen and (min-width: 50px) and (max-width: 380px)
{
    .tam_CAMP_BUSCA{
        width: 100%;
    }
    #BUSC_AVANC_CATEG{
        border: 0px solid yellowgreen; 
        width: 100%; 
        position: relative; 
        float: left;
    }
    #BUSC_AVANC_COLUN{     
        margin-left: 0px;
        border: 0px solid red; 
        width: 100%; 
        position: relative; 
        float: left;
    }
}