﻿#page
{
    width: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0;
    margin-bottom: -150px; /* espaço para o rodapé  -- só para pagina de login. no Master.css é sobrescrito */
}

#pageCenter
{
    float: left;
    width: 995px; /* para a página de login no Master.css é um 6px maior por causa das bordas*/
    display: inline-block;
    height: inherit;
    height: 100%;
}

#pageLeft
{
    float: left;
    width: calc((100% - 995px)/ 2); /*995-497*/
    height: inherit;
}


    #pageLeft div#LineTopLeft
    {
        float: left;
        height: 147px;
        background-color: #FFFFFF !important;
        background-image: url('../Images/BordaSupEsqLogin.png');
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
    }


#pageRight
{
    float: right;
    width: calc((100% - 995px)/ 2); /*995-497*/
    height: inherit;
}
    
    #pageRight div#LineTopRight
    {
        float: right;
        height: 147px;
        background-color: #FFFFFF !important;
        background-image: url('../Images/BordaSupDirLogin.png');
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
    }

#header
{
    width: 100%;
    height: 95px;
    float: left;
    clear: both;
    background-color: #FFFFFF;
}

    #header p#TitleSSDPCJ2
    {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 15px;
    }


#LinhaComSombra
{
    background: url('../images/headerLoginFundoBottom.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 11px;
    clear: both;
}

.Clear
{
    clear: both;
    height: 0px;
}

#divLogoSSDPCJ2
{
    width: 110px;
    height: 95px;
    float: left;
}

#divLogoSSDPCJ2 img {
    width: 90px;
    height: 83px;
    /*padding-left: 25px;*/
    padding-top: 5px;
    border: 0px;
}

#divTextoSSDPCJ2
{
    width: 610px;
    height: 70px;
    line-height: 70px;
    float: left;
    color: #005aa8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 26px;
    vertical-align: middle;
    text-align: center;
}


#divLogoAgenciaPCJ
{
    width: 175px;
    height: 95px;
    float: left;
    padding-left: 0px;
    padding-top: 20px;
    margin: 0 auto;
}

#divLogoComitePCJ
{
    padding-top: 20px;
    width: 100px;
    height: 95px;
    float: left;
}

.divSpace
{
    margin: 0;
    width: 100%;
    height: 10px;
    float: left;
    background-color: transparent;
    clear: both;
}


#contentLogin
{
    width: 100%;
    float: left;
    clear: both;
    display: inline-block;
    min-height: inherit !important;
    height: inherit !important;
}

#contentMarginLeft
{
    width: 4px;
    height: 52px !important;
    float: right;
    background-repeat: repeat-y;
    min-height: inherit !important;
    height: inherit !important;
    background-image: url('../images/imgMarginRight.png');
}

#contentMarginRight
{
    width: 4px;
    height: 52px !important;
    float: right;
    background-repeat: repeat-y;
    min-height: inherit !important;
    height: inherit !important;
    background-image: url('../images/imgMarginRight.png');
}


.label
{
    float: left;
    font-size: 14px;
    text-align: left;
    color: #000;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    clear: both;
}

#divLogin
{
    margin: 40px auto;
    width: 400px;
    /*height: 289px;*/
}

    #divLogin div#loginHeader
    {
        height: 43px;
        width: 400px;
        clear: both;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        color: #FFFFFF;
        font-size: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 43px; /* necessário por causa do IE  */
        background-color: #6098c8;
        background-image: -moz-linear-gradient(#6098c8, #035ca9);
        background-image: -webkit-linear-gradient(#6098c8, #035ca9);
        background-image: linear-gradient(#6098c8, #035ca9);
        background-repeat: repeat-x;
        border: 1px solid #7e7e7e;
        border-bottom-color: #4b5258;
        border-radius: 4px 4px 0 0;
    }

    #divLogin div#loginBody
    {
        padding: 20px;
        border-style: solid;
        border-width: 1px;
        border-color: white #7e7e7e #7e7e7e #7e7e7e;
        /*height: 200px;*/
        width: 400px;
        clear: both;
        vertical-align: middle;
        text-align: left;
        display: table-cell;
        color: #FFFFFF;
        font-size: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 43px; /* necessário por causa do IE */
        padding: 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
        background-color: #FFFFFF;
        border-radius: 0 0 4px 4px;
        display: inline-block;
    }

    
#menuLogin
{
    width: 100%;
    height: 52px;
    float: left;
    clear: both;
    background: url('../Images/BordaSupMeioLogin.png');
}

    #menuLogin div#menuCurvaLogin
    {
        width: 85px;
        height: 49px;
        float: right;
    }

    #menuLogin div#menuNomeSairLogin
    {
        width: 246px;
        height: 49px;
        float: right;
    }

    #menuLogin div#menuLeftLogin
    {
        width: 664px;
        height: 49px;
        float: left;
    }


#loginFooter
{
    clear: both;
    margin-bottom: 0;
    width: 100%;
    height: 130px;
    
    background-image: url('../Images/headerLoginFundoLinha.png');
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 20px;
}

    #loginFooter div#imgsFooter
    {
        margin: 0 auto;
        height: 50px;
        width: 595px;
        clear: both;
    }

        #loginFooter div#imgsFooter div#logoFCTH
        {
            float: left;
            vertical-align: middle;
            height: inherit;
        }

        #loginFooter div#imgsFooter div#logoLabSid
        {
            float: right;
            vertical-align: middle;
            height: inherit;
            
        }

    #loginFooter div#txtFooter
    {
        margin: 0 auto;
        height: 15px;
        width: 595px;
        clear: both;
        text-align: center;
        vertical-align: middle;
        line-height: 15px;
        font-size: 14px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }



#EsqueceuSenha
{
    float: left;
    margin-left: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}


#TextoNovaConta
{
    color: black;
    width: 200px;
    height: 32px;
    float: left;
    line-height: 32px;
}

#LinkNovaConta
{
    width: auto;
    height: 32px;
    line-height: 32px;
}


input[type="checkbox"]
{
    vertical-align: middle;
    bottom: 1px;
    left: 0px;
    height: 20px;
    line-height: 20px;
    color: black;
    /*
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.15s ease-in 0;
    -webkit-transition: all 0.15s ease-in 0;
    outline: none;*/
    color: #333;
}

.Checkbox label
{
    vertical-align: middle;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
    color: black;
}
