﻿body
{  
    height:100%;  
    width:100%;  
    margin:0;  
    padding:0;  
    cursor:default;  
} 

html,form
{  
    height:100%;  
    width:100%;  
    margin:0;  
    padding:0;  
    cursor:default;  
}

.labelstyle1 {
font-family: Verdana;
font-size: .8em;
font-weight: 400;
font-style:normal ;
color: royalblue ;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
} 

.lblDataStyle {
font-family: Verdana;
font-size: .8em;
font-weight: 400;
font-style:normal ;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
} 

.lblErrorStyle {
    font-weight:700;
    font-family:Tahoma;
    Color:Red;
}

.lblOkStyle {
    font-weight:700;
    font-family:Tahoma;
    Color:darkgreen;
}


#DivHeader
{  
    height:38px;
    width:100%;
    background-image:url(/Imagenes/DegradeSuperior.jpg);
    background-size: 100% 100%;
    position:relative;  
    background-repeat:repeat;
} 
     
#DivPanelCabeceraWindow
{  
    height:24px;
    width:100%;
    background-color:steelblue;
    /*background-image:url(/Imagenes/PanelCabecera.png);*/
    /*background-size: 100% 100%;*/
    /*background-repeat:repeat;*/
    position:relative;  
} 

.DivPanelCabeceraWindow
{  
    height:24px;
    width:100%;
    background-color:steelblue;
    /*background-image:url(/Imagenes/PanelCabecera.png);*/
    /*background-size: 100% 100%;*/
    /*background-repeat:repeat;*/
    position:relative;  
} 

.LabelAccionCabeceraWindow {
    Color:White;
    font-weight:bold;
}

#DivContenidoMain
{  
    height:100%;
    width:100%;
    background-image:url(/Imagenes/MainBack.png); 
    background-size: 100% 100%;
    position:relative;  
}


#DivContenidoAPP
{  
    height:100%;
    width:100%;
    background-image:url(/Imagenes/AppBack.png); 
    background-size: 100% 100%;
    position:relative;  
} 

#CabeceraWindowApp
{  
    height:700px;
    width:100%;
    position:relative;  
} 


.tableabm {
color:lightcyan;
} 

/*TBODY.igg_Item > TR > TD*/
TBODY.igg_Item > TR.RushCss > TD
{
    background-color:#fb7575;
    color:white; 
    font-weight:900;
}
TBODY.igg_Item > TR.ConfirmadoCSS > TD
{
    background-color:#50ba0f;
    color:white; 
    font-weight:900;
}
TBODY.igg_Item > TR.RushConfirmadoCSS > TD
{
    background-color:#963939;
    color:white; 
    font-weight:900;
}

.gcbtn-accion {
    color: #fff !important;
    background-color: rgb(28, 83, 53) !important;
    border-color: rgb(28, 83, 53) !important;
}

    .gcbtn-accion:hover {
        background-color: rgb(36, 119, 69) !important;
        border-color: rgb(36, 119, 69) !important;
    }

    .gcbtn-accion:disabled {
        background-color: rgb(173, 173, 173) !important;
        border-color: rgb(173, 173, 173) !important;
    }

.gcbtn-accion2 {
    color: #fff !important;
    background-color: rgb(84, 50, 139) !important;
    border-color: rgb(84, 50, 139) !important;
}

    .gcbtn-accion2:hover {
        background-color: rgb(106, 67, 168) !important;
        border-color: rgb(106, 67, 168) !important;
    }

    .gcbtn-accion2:disabled {
        background-color: rgb(173, 173, 173) !important;
        border-color: rgb(173, 173, 173) !important;
    }

.gcbtn-aceptar {
    color: #fff !important;
    background-color: rgb(49, 75, 148) !important;
    border-color: rgb(49, 75, 148) !important;
}

    .gcbtn-aceptar:hover {
        background-color: rgb(75, 97, 168) !important;
        border-color: rgb(75, 97, 168) !important;
    }

    .gcbtn-aceptar:disabled {
        background-color: rgb(173, 173, 173) !important;
        border-color: rgb(173, 173, 173) !important;
    }

.gcbtn-cancelar {
    color: #fff !important;
    background-color: rgb(75, 97, 168) !important;
    border-color: rgb(75, 97, 168) !important;
}

    .gcbtn-cancelar:hover {
        background-color: rgb(120, 127, 160) !important;
        border-color: rgb(133, 141, 180) !important;
    }

    .gcbtn-cancelar:disabled {
        background-color: rgb(173, 173, 173) !important;
        border-color: rgb(173, 173, 173) !important;
    }

.gcbtn-warning {
    color: #fff !important;
    background-color: rgb(199, 70, 31) !important;
    border-color: rgb(199, 70, 31) !important;
}

    .gcbtn-warning:hover {
        background-color: rgb(172, 60, 26) !important;
        border-color: rgb(172, 60, 26) !important;
    }

    .gcbtn-warning:disabled {
        background-color: rgb(173, 173, 173) !important;
        border-color: rgb(173, 173, 173) !important;
    }

.gcbtn-sm {
    padding: 0.25rem 0.5rem !important;
    font-size: .875rem !important;
    border-radius: 0.2rem !important;
}

.gcbtn-xs {
    padding: 0.20rem 0.4rem !important;
    font-size: smaller !important;
    border-radius: 0.2rem !important;
}

.gcbtn-xxs {
    padding: 0.15rem 0.35rem !important;
    font-size: .75rem !important;
    border-radius: 0.2rem !important;
}
