.imagenModulo
{
    width: auto;
    max-width: 100%;
    max-height: 200px;
}

.imagenModuloVacia
{
    height: 200px;
    width: auto;
    text-align: center;
    vertical-align: center;
    font-size: 50px;
    padding-top: 50px;
}

.marcoImagen
{
    border: 3px solid #262626;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 2px 2px 4px #444;
    min-height: 200px;
}

.marcoImagenAgregar
{
    border: 3px solid #262626;
    border-radius: 5px 5px 0px 0px;
    padding: 5px;
    min-height: 200px;
}

.botonVerImagen
{
    position:absolute;
    top:10px;
    left:30px;
}

.botonOperacionMarcoNaranja, botonOperacionMarcoNaranja:active
{
    border: 2px solid rgb(250, 97, 21);
    color: rgb(250, 97, 21) !important;
    background: white;
    outline: none !important;
    box-shadow: none;
}

.pasoActivo, .pasoActivo:hover, .pasoActivo:disabled
{
    border-style: solid;
    border-color:  #262626;
    border-width: 2px 2px 0px 2px;
    border-radius: 3px 3px 0px 0px;
    
    background: #262626;
    color: #D9D9D9;
    cursor: default;
    font-size: 14pt;
    opacity: 1.0;
}

.pasoNoActivo, .pasoNoActivo:hover, .pasoNoActivo:disabled
{
    border: none;
    
    background: white;
    color: #777;
    cursor: default;
    font-size: 14pt;
    opacity: 1.0;
}

.bordePaso
{
    border: 3px solid #262626;
    border-radius: 0px 5px 5px 5px;
    padding: 15px 10px 10px 15px;
}

/*Buscador de archivos*/
.image-preview-input 
{
    overflow: hidden;
	margin: 0px;    
    color: white;
    background-color: #262626;
    
    border-color: #262626;
    border-width: 0px 3px 2px 0px ;
    border-radius: 0px 0px 5px 5px;
}

.image-preview-input input[type=file] 
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.image-preview-input-title 
{
    margin-left:2px;
    color:white !important;
}

.image-preview-input:hover 
{
    color:white !important;
    background: rgb(250, 97, 21);
}

.cargarArchivo
{
    border-style: solid;
    border-color: #262626;
    border-width: 0px 3px 3px 3px ;
    border-radius: 0px 0px 5px 5px;
}

.cantidadModulo
{
    min-width: 140px;
}

/*Simulando un popover*/
.dropdown ul.dropdown-popover 
{
    background: rgba(245, 245, 245, 0.95);
    margin-top: 10px;
    width: 350px;
    padding: 20px;
}

.dropdown ul.dropdown-popover:before 
{
    content: "";
    border-bottom: 10px rgb(235, 235, 235);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 5px;
    z-index: 100;
}

.dropdown ul.dropdown-popover:after 
{
    content: "";
    border-bottom: 12px solid rgb(235, 235, 235);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    left: 3px;
    z-index: 100;
}

/*-------------------Acordio vertical---------------*/
.opcionAcordion, .opcionAcordion:active, .opcionAcordion:focus
{
    color: #262626;
    background: rgb(249, 249, 249);
    border-radius: 0px;
    border-color: #262626;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    text-align: left;
    outline: none !important;
    box-shadow: none;
}

.opcionAcordionSeleccionado, .opcionAcordionSeleccionado:active, .opcionAcordionSeleccionado:focus
{
    background: rgb(249, 249, 249);
    border-radius: 0px;
    border-color: rgb(250, 97, 21);
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    color: rgb(250, 97, 21);
    text-align: left;
    outline: none !important;
    box-shadow: none;
}

.opcionAcordion:hover, .opcionAcordionSeleccionado:hover
{
    background: rgba(38,38, 38, 0.2);
}

/*---------Formula------------------*/
.margenValor
{
    border-color: #262626;
    border-style:  solid;
    border-width: 3px;
    border-radius: 3px;
}

/*------------- costo de modulos --------*/
.botonIrA
{
    color: #262626;
    background: white;
    border-radius: 0px;
    text-align: left;
    font-size: 12pt;
    outline: none !important;
    box-shadow: none;
}

.botonIrA:hover
{
    color: rgb(250, 97, 21);
    outline: none !important;
    box-shadow: none;
}

