﻿/*
    Site.css
    Esta es la hoja de estilos que agrega por defecto el VS2010 para un proyecto asp.net.
    contiene las secciones:

    DEFAULTS:
        Elementos por defecto para toda la pagina: body, enlaces, p y una clase displayNone para mayor comodidad

    HEADINGS:
        Elementos de cabecera h1,h2, etc...
        En las páginas de contenido se utiliza h2 como cabecera principal.

    PRIMARY LAYOUT ELEMENTS:
        Aspecto general de la pagina (ancho total,...) seccion de cabecera de la pagina, sección de pie. 
        
    TAB MENU:
        Linea del menú. Importante no cambiar por completo el menú dado que sus elementos se generan dinámicamente.

    FORM ELEMENTS: 
        elementos típicos de menu: input, legend, fieldset

    MISC:  
        Elementos varios: configuración del area y control de login, clase bold
        
    CUSTOM KIBI:
        Elementos definidos para esta aplicación (no son los que aplica por defecto el VS)
*/

.cartel
{
    border: 1px solid orange;
    border-radius: 4px;
    color: #60bdce;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px 3px;
    text-align: center;    
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.9);
}

/* DEFAULTS
----------------------------------------------------------*/

html,body   
{
    /*background: #b6b7bc;*/    
    /*background: #666d70 url('../images/fondoWebRestalia.png') repeat-x;*/
    font-size: .90em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    border: 0 none;
    color: #034af3;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

a img{
    border:0;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.displayNone
{
    display:none;
}


/* HEADINGS   
----------------------------------------------------------*/


h1, h2
{
    color: #4B4B4B;
    font-family: Tahoma;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;    
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0;
}

h3, h4, h5, h6
{
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}


h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.contPage
{
    /*width: 960px;*/
    background-color: #fff;
    /*margin: 20px auto 0px auto;*/
    /*border: 1px solid #496077;*/    
}

.page
{
    padding-top:12px;
    width: 1064px;
    margin: 0 auto;
}

.pageTop
{
    width:1110px;    
    margin: 0 auto;
}

.header
{
    background: transparent url('../images/inetdreams/top_bg.jpg') repeat-x scroll center top;
    
    height: 120px;

    position: relative;
    margin: 0px;
    padding: 0px;
    
    width: 100%;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 1050px;
}

#contMenu 
{ 
    float:left;
    height:39px;    
}

#contMenu > a { display:none;}

#contLogin
{
    float:right;
}


.navDivider
{
    background: transparent url('../images/inetdreams/divider.jpg') no-repeat scroll center top;
    float: left;
    height: 36px;
    width: 15px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0;
    margin: 0;
    min-height: 420px;
    clear:both;
    background: url('../images/inetdreams/content_repeat.jpg') repeat-x scroll 0 0 transparent;
    
    /*para posicionar el footer autom.*/
    position: relative;
    min-height: 400px;
}

html , body {height: 100%;}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


* html .main{ height: 100%;}
footer
{
    /*background: url("../images/shared/icon_idlogo.jpg") no-repeat scroll 0 12px transparent;*/
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    color: #818181;
    font-size: 11px;
    line-height: 11px;
    /*margin: 80px auto 0 auto;*/
    padding: 15px 0 15px 25px;    
    width:100%;
    /*bottom:0;*/
    text-align:center;
    padding:10px 0px 10px 0px;
    
    /*para posicionar el footer autom.*/
    position: relative;
    margin-top: 7.5em;
    
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background: transparent url('../images/inetdreams/repeat.jpg') repeat-x scroll 0 0;
    height:39px;
    width: 100%;
    border-top: 1px solid #AAAA99;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu .has-popup .static
{
    background-color:transparent;
}




div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 4; /*Importante para que el menu no quede debajo de los controles ReportViewer*/
    
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    color:White;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: transparent;
    /*border: 1px #4e667d solid;*/
    
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}


div.menu ul li.static a.highlighted
{
    border-radius: 14px 14px 14px 14px;
    border-top: 2px solid #7e7e7e;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    border-bottom: 2px solid silver;
    
    background-color:#3e3e3e;
    color: #FFFFFF;
}

div.menu ul li.dynamic a.highlighted
{
    border:0;    
    color: #F49E16;
    cursor: pointer;

}

div.menu a:hover
{
    cursor:default;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}



div.menu ul.dynamic
{
    background-color: #3E3E3E;
    border-color: #494949 #272727 #272727 #494949;
    border-radius: 14px 14px 14px 14px;
    border-style: solid;
    border-width: 2px;
    margin-left: 0;
    margin-top: 0;
    min-width: 170px;    
}

div.menu ul.level2.dynamic
{
    margin-top:10px;   
}

div.menu ul.level3.dynamic
{
    border-color:transparent;
    border-width:5px;
}

li.dynamic a
{
    color:White;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label.inline 
{
    display: inline;
}



/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;    
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

#contLoginName
{
    float: left;
    padding-top: 12px;
    padding-left: 15px;
    font-size: 0.8em;
    font-weight: bold;
    background-image: url('../images/inetdreams/userlogedIcon.png');
    background-repeat: no-repeat;
    background-position: left 16px;
    text-overflow:ellipsis;
    width:100px;
    overflow:hidden;
    text-align:left;
}

#contLogout
{
    background-image: url('../images/inetdreams/logoutIcon.png');
    background-repeat: no-repeat;
    background-position: left 13px;
    float: left;
    padding-top: 12px;
    padding-left: 15px;
    font-size: 0.8em;
    font-weight: bold;
    width: 25px;
}

#contLogout a:link{ text-decoration:none;}


.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* CUSTOM KIBI
***********************************************/

.innerTitle 
{
    margin-bottom:20px;
}

.contExplicacion /* explicacion debajo del titulo h2 y dentro del innerbody */
{
    margin-bottom: 25px;
    margin-top: -5px;
}

.innerBody
{
    border-radius: 14px;
    padding:10px;
    border: 1px solid  #F0F0F5;
    width:960px;
    min-height:300px;

}

.inBodyleftSide
{
    background-image: url('../images/inetdreams/side_shadowleft.jpg');
    background-repeat: no-repeat;    
    background-position: center center;
    width:20px;
    height:300px;
}

.inBodyrightSide
{
    background-image: url('../images/inetdreams/side_shadowright.jpg');
    background-repeat: no-repeat;    
    background-position: center center;
    width:20px;
    height:300px;
}



/*contenedor de final de pagina con botones de submit*/
.contSubmits
{
    /*outline:1px solid red;*/
    text-align:center;
    margin-top:20px;
    margin-bottom:10px;
    clear:both;
}

/*contenerdor para el semaforo de la agenda. Nuevo codigo Gonzalo*/
.contSemáforo
{
    text-align:left;
    margin-top:20px;
    margin-bottom:10px;
    clear:both;
}
    

/*espaciado para los botones de tipo guardar*/
.contSubmits .saveBtn, .contSubmits .basicButton
{
    margin-left:20px;
    margin-right:20px;
}

div.title
{
    /*outline: 1px solid pink;*/
    width:1050px;
    height:80px;    
}


#contLogoFranq
{
    /*outline: 1px solid pink;*/
    width:400px;
    height:80px;
    float:left;
}


#logoKobal
{
    background-position: center center;
    float: left;
    background-image: url('../images/kibilogos/logoKobal.png');
    background-repeat: no-repeat;
    height:75px;
    width:55px;
}

#contLogoFranq a:link, #contLogoFranq a:visited
{
    margin-left:36px;
    color:#9E6A37;
}

div.lblFranquicia
{
    /*outline: 1px solid pink;*/
    /*clear:both;*/
    float:left;
    color:white; /*color: #46A9C1;*/
    font-size:20px;
    font-weight:bold;
    margin-left:32px;
    margin-top:30px;
    width:300px;
    
}

/*control de cambio de aplicacion*/
#contSwtichApp
{
    /*outline: 1px solid pink;*/
    height:55px;
    width: 400px;
    float:right;
    margin-top:10px;
}


.contLnkApp
{
    /*outline: 1px solid green;*/    
    display:inline-block;
    height:50px;
    width:50px;    
    text-align: center;
    margin-left: 10px;
}

.lnkLabelTitle, .lnkLabelTitleOn
{
    font-size: 12px;
}

.lnkLabelTitleOn 
{
    color: #E99C51;
    font-weight:bold;
}

a:link .lnkLabelTitle, a:visited .lnkLabelTitle 
{
    color: #60BDCE;
}

.contExternals
{
    float:right;
}

#sepExternals
{
    height:40px;
    width:1px;
    background-color:gray;
    border-left: 1px solid gray;
    border-right: 1px solid black;
    float:left;
    margin-top:7px;
}

.contExternals .contLnkApp:hover span.lnkLabelTitle 
{
    color: white;
}

.logoFranq 
{ 
    float: right;
    display:inline-block;
    height:65px;
    margin-top:6px;
    margin-left:10px;
}


/* Control de propagacion de usuario de Kobal*/
.contUCPropagarUK
{
    border: 2px dashed #CC0000;
    width: 600px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #800000;
    background-color: #F0BCB7;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.contUCPropagarUK p
{
    text-align:left;
}

.contUCPropagarUK h2
{
    color: #800000;
}

/* Control: UcNavRuta
****************************************/
.contMigas
{
    background-color:#C0C1C4;
}
.ucNavRuta
{
    width:960px;
    margin: 0 auto;
    background-color: #C0C1C4;
    clear:both;
    height:13px;
    padding-top:5px;
    border-bottom:1px solid gray;
    
}
    
    
.ucNavRuta .lborder
{
    background-image: url('../images/degrad/tabGreyL.png');
    background-repeat: no-repeat;
    background-color: #C0C1C4;
    width:9px;
    height:13px;
    float: left;
}

.ucNavRuta .rborder
{
    background-image: url('../images/degrad/tabGreyR.png');
    background-repeat: no-repeat;
    width:9px;
    height:13px;
    float: left;
}

    
.ucNavRuta .innerCont
{
    float: left;
    background-color:#484a4a;
    color: White;
    font-size:11px;
}

/* MASTER EDIT DETALLES
*****************************************************/
#contPnlEdicionDet 
{ 
    clear: both;     
}

/* ucProgressTemplate
*****************************************************/
.contLoading
{
    background-color: #FFFFFF;
    border-radius: 45px;
    height: 100px;
    left: 40%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    padding-left: 70px;
    padding-top: 46px;
    position: fixed;
    top: 45%;
    width: 275px;
    z-index: 9999999;                            
}