@charset "utf-8";
/* CSS Document */

#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom:150px;  /*this needs to be bigger than footer height*/
}

body
{
	font-family: 'Roboto', sans-serif;
}

.text-capitalize
{
	text-transform: capitalize;
}

.index_logo
{
	font-size: 30px;
	width: 109px;
}
.cubo
{
	padding: 15px;
	display: table;
	width: 100%;
}

.table-fix
{
	table-layout:fixed;
}

.text-gray
{
	color: rgb(100, 100, 100);
}
.text-white
{
	color: white;
}

.push-top
{
	padding-top: 5px;
	padding-bottom: 35px;
}

.flex_usuario
{
	height: 115px;
	display: flex;
}

.fondo
{
	background-color: rgb(58, 85, 134);
	padding-top: 10px;
	padding-bottom: 4px;
}
.fondo_buscador
{

background-color: rgb(70, 96, 143);

}

#inicio
{
	padding: 8px;
	padding-bottom: 16px;
	background-color: rgb(58, 85, 134);
	color: white;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 12px -2px gray;	
}

.modificar_user
{
	color: white;
    font-size: 24px;
    width: 25px;
    position: relative;
    left: -4px;
    top: -17px;
    cursor: pointer;
    text-shadow: 1px 1px 5px gray;
}

.modificar_user a
{
	color:#fff !important;
}

.cerrar_session
{
	color: white;
    font-size: 20px;
    width: 21px;
    position: relative;
    left: 40px;
    top: -38px;
    cursor: pointer;
    text-shadow: 1px 1px 5px gray;
}

.cerrar_session a
{
	color:#fff !important;
}

.mundo_idioma
{
	color: white;
    font-size: 20px;
    width: 21px;
    position: relative;
    left: 19px;
    top: -50px;
    cursor: pointer;
    text-shadow: 1px 1px 5px gray;
}

.img_user
{
	float: left;
	width: 60px;
	height: 60px;
}

.img_user img
{
	height: 60px;
}
.nombre
{
	color: white;
	font-size: 15px;
	float: left;
	padding-left: 5px;
	font-weight: bold;
	width: 143px;
}

.pais_usuario
{
	color: white;
	font-size: 12px;
	float: left;
	padding-left: 5px;
	font-weight: bold;
	width: 143px;
}

.cargo
{
	color: white;
	font-size: 11px;
	float: left;
	padding-left: 5px;
	width: 143px;
	height: 15px;
}

.info_user
{
	float: left;
	width: 143px;
	margin-top: 0px;
}
.logo
{
	font-size: 30px;
	width: 160px;
}
.moto
{
	font-size: 12px;
	width: 107px;
	text-align: center;
}
.menu_header
{
	margin-top: 18px;
	
}
.menu_header a
{
	margin-bottom: 5px;
}
.lista_user_botons
{
	color: rgb(80, 80, 80) !important;
	font-size: 20px;
	text-align: center;
}

.guincha
{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgb(58, 85, 134);
	min-height: initial;
	border-bottom: 4px solid rgb(49, 49, 94);
	border-right: 4px solid rgb(63, 63, 109);
	box-shadow: 0px 12px 10px 1px rgba(233, 233, 233, 0.42);
	padding-right: 8px;
	padding-left: 8px;
}

.perfiles_circle
{
	color: rgb(88, 88, 88);
	text-transform: capitalize;
	width: 172px;
	display: block;
	font-size: 10px;
}
.buscar_usuario
{
	height: 100px;
	position: absolute;
	width: 95%;
	z-index: 1;
	background-color: white;
	border: 1px solid rgba(233, 233, 233, 0.72);
	overflow: auto;
	display: block;
}

.lupa
{
	font-size: 11px;
	color: rgb(100, 100, 100);
}

.footer
{
	position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 150px;
  clear:both;
  padding-top:20px;
}

.formulario
{
	display: block;
	margin: 4px 0px;
}
.formulario label
{
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
	width: 215px;
	float: left;
}

.formulario input
{
	border: 1px solid #cccccc;
	width: 50%;
	color: #555555;
	padding: 3px 12px;
	background-color: #ffffff;
	
}
.formulario textarea
{
	border: 1px solid rgb(219, 219, 219);
	width: 50%;
	color: #555555;
	padding: 3px 12px;
	background-color: #ffffff;
	resize:vertical;
	height:50px;
}

.span_margen
{
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
}

.factores
{
	width:100% !important;
	box-shadow: 0 0 5px -1px #D3D3D3;
}

.formulario select
{
	border: none;
	width: 50%;
	color: #555555;
	border: 1px solid #cccccc;
	border-radius: 2px;
	padding: 3px 12px;
	background-color: #ffffff;
	
}

.firma
{
	border: 1px solid rgb(213, 213, 213);
	height: 100px;
}

.form_gate
{
	width: auto;
	float: right;
	position: relative;
	right: 0;
	top: -5px;
	display: block;
}

.gate_actual
{
	background-color: rgba(58, 85, 134, 0.21) !important;
}

.list_menu
{
	list-style: none;
	display: inline-flex;
	padding: 0;
}

.gate_fondo
{
	background-color:rgb(48, 131, 255) !important;
	color:white !important;
}
.paises
{
	margin-top: 2px;
	display: inline-block;
}
.paises a 
{
	text-decoration:none;
}

#caja_buscador1
{
	float: left;
    margin-top: 0 !important;
}
#caja_buscador2y3
{
	float: left;
    margin-top: 0;
    padding-left: 9px;
}

#buscador_ancho
{
	max-width: 475px;
	padding-top: 5px;
}

.buscador_header
{
	border-radius: 5px 0 0 5px;
	float: left;
	width: 20%;
}


.font_11
{
	font-size: 9px;
}

.boton_user
{
	display: inline-flex;
    padding-top: 5px;
}
.boton_user div
{
	margin-left:2px;
}
.boton_user a
{
	text-decoration: none;
}
.a_hover a
{
	text-decoration: none;
}
.inline-flex
{
	display:inline-flex;
}
.si_no_file
{	
	margin: 3px !important;
	width: auto !important;
}
.arbol
{
	color: #FFFFFF;
    display: block;
    float: left;
    height: 26px;
}
.arbol b
{
	display: block;
	float: left;
	font-size: 13px;
	margin-top: 3px;
	min-width: 149px;
}

.opciones_arbol
{
	float: left;
	margin-top: 3px;
}

.opciones_arbol a
{
    margin-left: 4px;
    text-decoration: none;
}

.buscador_mini
{
	width: 93%;
	display:inline-flex;
}
.table-gate td
{
	padding:2px !important;
}
.select_buscar
{
	
    background-color: #FFFFFF;
    float: left;
    height: 25px;
    width: 20%;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
}

.content_buscador
{

}

.centrador_buscador
{
	display: table;
    margin: 15px auto auto;
    width: auto;
}
.centrador_buscador a
{
	text-decoration:none;
}

.contenedor_buscador_header
{
	display: block;
    float: left;
    height: 26px;
    margin-bottom: 10px;
    width: 560px;
}
.button_right_modal
{
	float:right;
	margin-top:3px;
}

.creacion_buscador
{
	float: left;
	margin-right: 7px;
}

.acomododador_crear
{
	margin-top:5px;
}
.acomodador_crear_a
{
	padding-bottom: 4px;
    padding-top: 6px;
}
.acomodador_proyectos_a
{
	margin-top: 1px;
    padding-bottom: 2px;
    padding-top: 4px;
}
.input_menu_mas
{
	width: 15% !important;
	border: 1px solid rgb(184, 184, 184) !important;
	
}

.select_menu_mas
{
	width: 15% !important;
}

.float_none
{
	float: none !important;
}

.gate_fechas_def
{
	float: left;
    margin-top: 2px;
    width: 24% !important;
}

.gate_fechas_text
{
	color: #808080;
    float: left;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 2px;
    width: auto !important;
}

.gate_gatecriteria
{
	 display: block;
    float: right;
    position: relative;
    right: 0;
    top: -5px;
    width: 580px;
}

.ancho_button_gate
{
	border-radius: 3px;
	float: left;
	height: 10px;
	margin-top: 2px;
	padding-bottom: 18px;
	width: 25px !important;
	font-size: 12px;
	padding-left: 6px;
}
.definir_gate
{
	width: 75% !important;
	float: left;
}

.definir_gate_boton
{
	float: left;
    margin-top: 0px !important;
    width: 25% !important;
}
.lightbox
{
	width: 285px;
	display: block;
}
.radio_productos
{
	width: 19px !important;
	display: block;
	height: 14px;
	position: relative;
	top: -3px;
}

.contenedor_de_sku
{
    min-width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
}

.contenedor_de_sku table
{
	
    display: -moz-inline-box;
    width: 3210px !important;
	border: medium none;
}

.float_class
{
	width: 50% !important;
}
.float_class_tel
{
	padding-right: 0 !important;
	width: 78px !important;
	box-shadow:0px 0px 2px 1px lightgray;
}

.sacar_margen
{
	margin-bottom: 0 !important;
}

.gate_ok
{
	color: #29B244;
    font-size: 21px;
}
.gate_no
{
	font-size: 21px
	
}
.auto_ancho
{
	width:auto !important;
}
.gate_fechas_option
{
	border: 1px solid #D3D3D3;
    border-radius: 2px;
    color: #696969;
    float: left;
    font-size: 14px;
    height: 26px;
    margin-left: 6px;
    margin-top: 2px;
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 2px;
}

.gate_bien
{
	border: 1px solid #62B400 !important;
}

.provisional
{
	width: 20%;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
	border-right: 1px solid rgb(218, 218, 218);
	margin-left: 5px;
	margin-top: 5px;
}

.logisticos_alto
{
	height: 276px;
}

.comprador_proyecto
{
	width: 50%;
	display: inline-table;
	padding-bottom: 5px;
}

.paises_desplegable
{
	width: 8% !important;
	display: table-header-group;
	margin-top: auto !important;
}

.paises_mark
{
	width: 8% !important;
	display: inline-block;
	margin-top: auto !important;
}

.marca_table
{
	padding: 0px !important;
	display: block;
}
.marca_table td
{
	padding: 6px !important;
}
.boton_fantasna
{
	display:none !important;
}
.pipeline_line
{
	font-size: 10px !important;
	line-height: 14px !important;
	color: #111111 !important;
}

/* valores meeting IPP */

.ipp_valor
{
	display: inline-block;
	height: 100%;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0px 2px 10px 0px rgb(213, 213, 213);
}

.proyectos_sku
{
	width: 100%;
	display: inline-block;
}

.cubo_valor
{
	float: left;
	width: 20%;
	height: 42px;
	font-weight: bold;
	color: white;
	background-color: #3A5586;
	margin-right: 0.1%;
	text-align: center;
	font-size: 15px;
	padding-top: 14px;
	margin-bottom: 0.3%;
	line-height: 15px;
}

.cubo_titulo
{
	float: left;
	width: 20%;
	height: 42px;
	font-weight: bold;
	color: white;
	background-color: #4478BD;
	margin-right: 0.1%;
	text-align: center;
	font-size: 15px;
	padding-top: 14px;
	margin-bottom: 0.3%;
	line-height: 15px;
}

.ipp_info
{
	width: auto;
	display: block;
}

.ipp_titulo_inicial
{
	float: left;
	width: 59.7%;
	height: 42px;
	font-weight: bold;
	color: white;
	background-color: #3A5586;
	margin-right: 0.1%;
	text-align: center;
	font-size: 17px;
	padding-top: 12.3px;
	margin-bottom: 0.3%;
	text-shadow: 0px 0px 4px rgb(37, 37, 37);
	line-height: 15px;

}

.ipp_titulo
{
	float: left;
	width: 59.7%;
	height: 42px;
	font-weight: bold;
	color: white;
	background-color: #4478BD;
	margin-right: 0.1%;
	text-align: center;
	font-size: 15px;
	padding-top: 14px;
	margin-bottom: 0.3%;
	line-height: 15px;
}


.ipp_titulo_inicial_manager
{
	float: left;
	width: 39.6%;
	height: 42px;
	font-weight: bold;
	color: white;
	background-color: #3A5586;
	margin-right: 0.1%;
	text-align: center;
	font-size: 17px;
	padding-top: 12.3px;
	margin-bottom: 0.3%;
	text-shadow: 0px 0px 4px rgb(37, 37, 37);
	line-height: 15px;

}

.ipp_titulo_manager
{
	float: left;
	width: 39.6%;
	height: 42px;
	font-weight: bold;
	color: white;
	background-color: #4478BD;
	margin-right: 0.1%;
	text-align: center;
	font-size: 15px;
	padding-top: 14px;
	margin-bottom: 0.3%;
	line-height: 15px;
}

.ipp_manager_header
{
	width: 50%;
	height: 42px;
	font-weight: bold;
	color: white;
	background-color: #3A5586;
	margin-right: 0.1%;
	text-align: center;
	font-size: 17px;
	padding-top: 12.3px;
	margin-bottom: 0.3%;
	text-shadow: 0px 0px 4px rgb(37, 37, 37);
	line-height: 15px;
}

.meeting_separador
{

	margin-top: 0px;
	margin-bottom: 100px;
	box-shadow: 0px 0px 16px -7px gray;
	
}

.grafico_meeting
{
	float: left;
	width: 405px;
	position: relative;
	right: 33px;
}

.contenedor_graficos
{
	display: table;
	width: 840px;
	height: 100%;
	margin: auto;
}

.contenedor_graficos_tabla
{
	display: table;
	width: 41%;
	height: 100%;
	margin: auto;
	float: right;
}

.grafico_meeting_tabla
{
	width: 100%;
	position: relative;
	right: 0;
}
.contenedor_reporte
{
	width: 100%;
	overflow: auto;
}
.boton_pagina
{
	border: 3px solid white;
	border-radius: 100px;
	height: 41px;
	width: 43px;
	text-align: center;
	padding: 9px;
	padding-left: 4.8px;
	float: right;
	margin-top: -17px;
}
.boton_pagina:hover
{
	border: 3px solid white;
}

.flecha_pagina
{
	  position: relative;
	  float: right;
	  top: -22px;
	  left: 29px;
	  text-shadow: rgb(90, 90, 90) 2.5px 0px 3px;
}

.disabled
{
	cursor: not-allowed;
    background-color: #eeeeee !important;
    opacity: 1;
}