﻿/*************************************************************************************************************************************/
/* DIV *******************************************************************************************************************************/
/*************************************************************************************************************************************/
.Style_div_InfoModalidades
{
    min-width: 7em;
    width: 25%;
    min-height: 5em;
    padding: 1em 1em 1em 1em;
    float: left;
    margin-left: 2.2%;
    margin-right: 2%;
    margin-bottom: 2%;
    /*background-image: linear-gradient(to bottom, #c8e5fb, #00416f, #c8e5fb);*/
    /*background-color: #c8e5fb;*/
    text-align: center;
    border-radius: 4px;
    border: 1px #ccc solid;
    -webkit-box-shadow: 8px 6px 21px -4px rgba(60,159,237,0.39);
    -moz-box-shadow: 8px 6px 21px -4px rgba(60,159,237,0.39);
    box-shadow: 8px 6px 21px -4px rgba(60,159,237,0.39);
}

.Style_div_InfoModalidades:hover
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.div_InfoItem
{
    margin: 1em 2.6em 1.3em;
    float: left;
    width: 80%;
    text-align: justify;
    text-justify: inter-word;
}

.Style_div_InfoItem_Mapa
{
    margin: 1em 2.6em 1.3em;
    float: left;
    width: 80%;
    text-align: justify;
    text-justify: inter-word;
}

.Style_Div_ItemResultado
{
    /*background-color: #c8e5fb;*/
    border-radius: 4px;
    border: 1px #ccc solid;
    -webkit-box-shadow: 3px 3px 15px 0px rgb(202, 198, 202);
    -moz-box-shadow: 3px 3px 15px 0px rgb(202, 198, 202);
    box-shadow: 3px 3px 15px 0px rgb(202, 198, 202);
    width: 90%;
    padding: 2em;
    float: left;
    line-height: 2em;
}

.Style_Div_ItemResultado:hover
{
    background-color: #e0effb;
}

.Style_Div_ItemResultado_Divisao
{
    width: 45%;
    margin-right: 5%;
    float: left;
    position: relative;
}

.Style_div_Info_OCs_Gerais
{
    width: 95%;
    text-align: right;
}

.Style_div_Chart
{
    display:table-cell; 
    vertical-align:middle; 
    text-align:center;
    width: 40%;
    float: left;
    border-radius: 4px;
    border: 1px #ccc solid;
    -webkit-box-shadow: 3px 3px 15px 0px rgb(202, 198, 202);
    -moz-box-shadow: 3px 3px 15px 0px rgb(202, 198, 202);
    box-shadow: 3px 3px 15px 0px rgb(202, 198, 202);
}
 
.Style_div_Chart_Quartil
{
    display:table-cell; 
    vertical-align:middle; 
    text-align:center;
    width: 100%;
    float: left;
}

.Style_div_Graficos
{
    min-width: 750px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.Style_div_Faixas
{
    min-width: 650px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.Style_div_Faixa
{
    min-width: 500px;
    width: 90%;
}

.div_Style_RegMap
{
    width: 750px;
    margin-left : auto;
    margin-right: auto;
}

@media screen and (max-width:730px) 
{   
    .Style_div_InfoModalidades  
    {
        width: 80%;
        min-height: 1em;
    }
    
    .Style_Div_ItemResultado_Divisao
    {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    
    .Style_div_Info_OCs_Gerais
    {
        margin-top: 2em;
    }
    
    .Style_div_InfoItem_Mapa
    {
        display: none;
    }
    
    .Style_div_Chart
    {
        width: 100%;
    }
    
    .Style_div_Mapa_RegAdm
    {
        display: none;
    }

}

/*************************************************************************************************************************************/
/* Table *****************************************************************************************************************************/
/*************************************************************************************************************************************/
.Style_Table_OCs_Ativas
{
    width: 100%;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 1.1em;
    border-style: none;
}

.Style_Table_OCs_Ativas td
{
    padding: 0em 2.5% 1em 2em;
    border-style: none;
}
.Style_Table_Precos {
    min-width: 7em;
    width: 20%;
    /* min-height: 5em; */
    padding: 1.5em 0.7em;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    /* background-image: linear-gradient(to bottom, #c8e5fb, #00416f, #c8e5fb); */
    /* background-color: #c8e5fb; */
    text-align: center;
    border-radius: 4px;
    border: 1px #ccc solid;
    -webkit-box-shadow: 8px 6px 21px -4px rgba(60,159,237,0.39);
    -moz-box-shadow: 8px 6px 21px -4px rgba(60,159,237,0.39);
    box-shadow: 8px 6px 21px -4px rgba(60,159,237,0.39);
}
.Style_Table_Precos:hover{
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
tyle_Table_Precos {
    min-width: 7em;
    width: 20%;
    /* min-height: 5em; */
    padding: 1.5em 0.7em;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    /* background-image: linear-gradient(to bottom, #c8e5fb, #00416f, #c8e5fb); */
    /* background-color: #c8e5fb; */
    text-align: center;
    border-radius: 4px;
    border: 1px #ccc solid;
    -webkit-box-shadow: 8px 6px 21px -4px rgba(60,159,237,0.39);
    -moz-box-shadow: 8px 6px 21px -4px rgba(60,159,237,0.39);
    box-shadow: 8px 6px 21px -4px rgba(60,159,237,0.39);
}
.Style_Table_Precos:hover{
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*************************************************************************************************************************************/
/* Label *****************************************************************************************************************************/
/*************************************************************************************************************************************/
.Style_Label_Titulo_Negociacao
{
    color: White;
} 

.Style_Label_Titulo_Resultado_OC_Ativa
{
    font-weight: bold;
    color: #0e2f44;
}

.Style_Label_Sub_Titulo_Resultado_OC_Ativa
{
    color: #0e2f44;
}

.Style_Label_Texto_Resultado_OC_Ativa
{
    text-decoration: none;
}

.Style_Label_Obs_OC_Ativa
{
    padding-left: 2em;
    font-style: italic;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 0.8em;
    line-height: 2em;
}

.Style_Label_Obs_Sub_OC_Ativa
{
    padding-left: 3em;
    font-style: italic;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 1em;
    line-height: 2em;
}

.Style_Label_QtdOcsAtivas
{
    font-style: italic;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 1em;
    line-height: 2em;
}

.Style_Label_Texto_Light
{
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 1.2em;
    color: #0e2f44;
    line-height: 2.5em;
}

.Style_Label_TituloHierarquiaItem_Light
{
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 1.1em;
    color: #0e2f44;
    font-weight: bold;
    line-height: 2.5em;
}

.Style_Label_InfoHierarquiaItem_Light
{
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 1em;
    color: #0e2f44;
}

/********************************************************************/
.style_Tela_Consulta_MAPA
{
                width: 100%;
                border: thin dotted #CCCCCC;
                padding: 0px;
                margin: 0px;
                font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
                font-size: 16px;
}
.style_Tela_Consulta_TD02
{
                width: 100%;
                font-size: 16px;
                vertical-align:top;
                /*border: thin dotted #CCCCCC;                                             */
}                              
                
.style_BEC_mapa_Localizacao
{
                width:100%;
                height:620px;
                z-index:10;
}                     

/*************************************************************************************************************************************/
/* Table Quartil *********************************************************************************************************************/
/*************************************************************************************************************************************/
.Style_Quartil_Columns
{
    width: 75px;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 0.7em;
}

.Style_Quartil_Valores_Referenciais
{
    padding-left: 35px;
    padding-right: 20px;
    font-family: Verdana, "Segoe UI Light", "Segoe UI", "Titillium Web", Geneva, sans-serif;
    font-size: 8.5px;
}

.Style_Quartil_Background
{
    background-image: url('/BEC_Catalogo_UI/_Imagens/quartil_transparente_Faixa.png'); 
    background-repeat: no-repeat;
    height: 135px;
}

/*************************************************************************************************************************************/
/* UPDATEPROGRESS ********************************************************************************************************************/
/*************************************************************************************************************************************/
.UpdatePG_Centro
{
    vertical-align: middle;
    z-index: 99999999;
    position: fixed;
    top: 0%;
    left: 0%;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.texto_catalogo_ui {
	/* [disabled]float: left;
*/
	font-size: 14px;
	font-family: Segoe UI, arial, Georgia, serif;
	padding: 10px;
	font-weight: normal;
	margin-top: -17px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #5593B0;
	text-shadow: 1px 1px 1px #ccc;
	border: 1px solid #93BBCE;
	-webkit-box-shadow: 5px 5px 5px 0px #ccc;
	-moz-box-shadow: 5px 5px 5px 0px #ccc;
	box-shadow: 3px 3px 3px 0px #ccc;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.linha-horizontal-catalogo {
	height: 12px;
	overflow: hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
	border-top-width: 0.3px;
	border-top-style: solid;
	border-top-color: #09C;
}
.corpo_geral_catalogo {
	border: 1px solid #CFCBCB;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-shadow: 5px 5px 5px 0px #ccc;
	-moz-box-shadow: 5px 5px 5px 0px #ccc;
	box-shadow: 5px 5px 5px 0px #ccc;
}