﻿


.BloqueGestion .GestionContent
{
    position: relative;
    height: 100%;
    width: 100%; 
    
    border: 1px solid #5C9CCC;
    background-color: #FFFFFF;
    border-radius: 5px;
}
.BloqueGestion .GestionContent .b1
{
    float: left;
    height: 100%;
    padding: 5px;
    position: relative;
    width: 60%;
}
.BloqueGestion .GestionContent .b1 .InputPar { padding-top: 4px;}
.BloqueGestion .GestionContent .b1 .f1,
.BloqueGestion .GestionContent .b1 .f2,
.BloqueGestion .GestionContent .b1 .f3,
.BloqueGestion .GestionContent .b1 .f4
{
    position: relative;float: left;width: 100%;height:28px;
}
.BloqueGestion .GestionContent .b2
{
    float: left;
    height: 100%;
    padding-bottom: 15px;
    padding-right: 40px;
    padding-top: 10px;
    position: relative;
    width: 30%;
    
}
.BloqueGestion .GestionContent .b2 .f1,
.BloqueGestion .GestionContent .b2 .f2,
.BloqueGestion .GestionContent .b2 .f3,
.BloqueGestion .GestionContent .b2 .f4
{
    position: relative; float: left; width: 100%; height:25px;
}      
.GestionContent .b1 .InputPar.InputCode 
{
    float:left;width:185px;
}      
.GestionContent .b1 .InputPar.InputDesc 
{
    float:left;width:400px;
}
.GestionContent .icoEliminar
{
    position: absolute;
}
.SgaCollapseDiv 
{
    border: 1px solid #5C9CCC;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    list-style-type: none;
    overflow: hidden;
    position: absolute;
    right: 2px;
    text-align: center;
    text-indent: -3333px;
    top: 5px;
    vertical-align: middle;
    width: 16px;
    z-index: 1;
    background-color: White;
}
.SgaCollapseDiv:hover 
{
    border: none;    
}
.SgaCollapseDiv.Colapsado
{
    background-image: url("/Scripts/kendoUI/styles/BlueOpal/sprite.png");
    background-repeat: no-repeat; 
    background-position: -16px -32px;
}
.SgaCollapseDiv.Descolapsado
{
    background-image: url("/Scripts/kendoUI/styles/BlueOpal/sprite.png");
    background-repeat: no-repeat; 
    background-position: -16px 0;   
}
.BloqueEscondido .FilaBloque .GestionContent
{
    height: 25px !important;
    background: url("/Content/css/jQuery/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #5C9CCC;
}
.BloqueEscondido .FilaBloque .GestionContent *
{
    display:none;
}
.BloqueEscondido .SpanEscondido 
{
    display: block !important;
}
.SpanEscondido
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    left: 12px;
    position: absolute;
    top: 4px;
    z-index: 1;
}

.boton_set .ui-button-text
{
    font-size: 11px !important;
    padding: 1px !important;
    width: 100px !important;
}      
    
.popInventarios 
{
    background-image: url("/Content/images/iconos/play_blue.png");
    float: right;
    height: 18px;
    width: 12px;
    margin-left: 15px;
}
    
    
    
    