﻿
input[type=radio].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=radio].css-checkbox + label.css-label {
							padding-left:23px;
							height:18px; 
							display:inline-block;
							line-height:18px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:18px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=radio].css-checkbox:checked + label.css-label {
							background-position: 0 -18px;
						}
						label.css-label {
				background-image:url(../images/csscheckbox.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

.divInfoContainer {
  border: 1px solid #A6C9E2;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.55);
  overflow: auto;
  padding: 7px 15px 15px 15px;
  margin: 5px 15px 20px 10px;
}

.div-icon-valor {
    position: absolute;
    top: 5px;
    left: 2px;
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Segoe UI', 'Segoe UI Symbol', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    height: 18px;
    width: 18px;

}

#page {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0;
    margin-bottom: -200px; /* espaço para o rodapé  -- só para pagina de login. no Master.css é sobrescrito */
    margin-bottom: 0px !important;
}

#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%;
}


.bodyModal {
    /*height: 100%;*/
    font-size: 14px;
    font-family: 'Segoe UI', 'Segoe UI Symbol', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgba(240, 240, 240, 0);
}


#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/BordaSupEsq.png');
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
    }

#pageRight {
    float: right;
    width: calc((100% - 995px)/ 2);/*995-498*/
    height: inherit;
}

    #pageRight div#LineTopRight {
        float: right;
        height: 147px;
        background-color: #FFFFFF !important;
        background-image: url('../Images/BordaSupDir.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', 'Segoe UI Symbol', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 15px;
        text-shadow: 1px 1px #C0C0C0;
    }

#menu {
    background-image: url('../Images/BordaSupMeio.png');
    height: 52px;
    width: 995px;
    float: left;
    clear: both;
}

    #menu div#menuLeft {
        width: 664px;
        height: 52px;
        float: left;
    }

    #menu div#menuCurva {
        width: 85px;
        height: 52px;
        float: right;
    }


    #menu div#menuNomeSair {
        width: 246px;
        height: 52px;
        float: right;
    }



#LinhaComSombra {
    background: url('../images/headerLoginFundoBottom.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 11px;
    clear: both;
}

.Clear {
    clear: both;
    height: 0px;
}

#divLogoSSDPCJ2 {
    width: 144px;
    height: 95px;
    float: left;
}

    #divLogoSSDPCJ2 img {
        width: 90px;
        height: 83px;
        padding-left: 25px;
        padding-top: 5px;
        border: 0px;
    }


#divTituloSelCenario {
    width: 561px;
    float: left;
}

#divTextoSSDPCJ2 {
    width: 561px;
    height: 70px;
    line-height: 35px; /* centraliza texto */
    float: left;
    color: #005aa8;
    font-family: 'Segoe UI', 'Segoe UI Symbol', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    vertical-align: middle;
    text-align: left;
    text-shadow: 1px 1px #f1f1f1;
    margin-top: 10px
    /*clear: both;*/
}

#divSelecionaCenario {
    width: 540px;
    height: 30px;
    line-height: 30px; /* centraliza texto */
    float: left;
    vertical-align: middle;
    text-align: center;
    /*clear: both;*/
    float: left;
    font-family: 'Segoe UI', 'Segoe UI Symbol', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(128, 128, 128, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(128, 128, 128, 0.2);
}

    #divSelecionaCenario .Label {
        color: #005aa8;
        float: left;
    }

    #divSelecionaCenario .selectCenario {
        margin-left: 10px;
        color: #2d44b1;
        font-weight: bold;
        
        float: left;
    }

    
    #divSelecionaCenario .imgSearchCenario  {
        margin-left: 5px;
        float: left;
        height: 30px;
        vertical-align: middle;
    }


    #divSelecionaCenario .imgSearchCenario img {
        cursor: pointer;
        margin: 0 auto;
    }

#divSearchBoxCenario {
    display: none;
        /*
    overflow: auto;
    padding: 5px;
    position: relative;
    margin-left: 10px;*/
    /*color: #2d44b1;
    font-weight: bold;*/
    cursor: de/*fault;
    float: left;
    overflow: visible;
    width: 550px;
    height: 500px;*/
    /*background-color: rgba(128, 128, 128, 0.2);*/
    /*border-color: gray;
    border-width: 1px;

    border-style: solid;
    background-color: rgba(255,255,255, 0.9);
    z-index: 9999 !important;
    font-family: 'Segoe UI', 'Segoe UI Symbol', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(128, 128, 128, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(128, 128, 128, 0.2);*/
}
/*
#divSearchBoxCenario ul
{
     padding-top: 5px;
    margin-top: 5px;
    width: 300px;
    height: 300px;
    overflow: auto;
    border: 1px solid grey;
    text-align: left;
}
#divSearchBoxCenario ul li
{
    cursor: pointer;
}
#divSearchBoxCenario ul li:hover
{
    cursor: pointer;
    color: blue;
}*/


#divLogoAgenciaPCJ {
    width: 180px;
    height: 90px;
    float: left;
}

    #divLogoAgenciaPCJ img {
        padding-left: 17px;
        padding-top: 20px;
        border: 0px;
    }


#divLogoComitePCJ {
    width: 104px;
    height: 95px;
    float: left;
}

    #divLogoComitePCJ img {
        padding-top: 17px;
        padding-left: 28px;
    }


.divSpace {
    margin: 0;
    width: 100%;
    height: 10px;
    float: left;
    background-color: transparent;
    clear: both;
}


#menu {
    background: url('../Images/BordaSupMeio.png');
    background-repeat: no-repeat;
    background-color: #FFFFFF !important;
    height: 52px !important;
}

#content {
    background-color: #FFFFFF !important;
}

#div20px {
    height: 20px;
    clear: both;
    width: 100%;
    background-color: transparent;
}

#masterFooter {
    background: url('../Images/Footer.png');
    background-repeat: no-repeat;
    height: 74px !important;
    float: left;
    clear: both;
    width: 995px;
    background-position: top;
}

#contentMarginLeft {
    width: 4px;
    min-height: 500px;
    float: left;
    background-repeat: repeat-y;
    background-image: url('../images/imgMarginLeft.png');
}

#contentMarginRight {
    width: 4px;
    min-height: 500px;
    float: right;
    background-repeat: repeat-y;
    background-image: url('../images/imgMarginRight.png');
}

#conteudoCentral {
    min-height: 500px;
    height: 100%;
    width: 987px;
    float: left;
}

#conteudoCentralModal {
    height: 100%;
    width: 100%;
    float: left;
}

#content {
    width: 995px;
    float: left;
    clear: both;
    display: inline-block;
    min-height: inherit !important;
    height: inherit !important;
}

#IconManual {
    width: 41px;
    padding-top: 8px;
    float: right;
    top: 0px;
}

    #IconManual img {
        border: 0px;
        float: left;
    }

#IconContato {
    width: 41px;
    padding-top: 8px;
    float: right;
    top: 0px;
}

    #IconContato img {
        border: 0px;
        float: left;
    }


#IconVersao {
    width: 33px;
    padding-top: 11px;
    float: right;
    top: 0px;
}

    #IconVersao img {
        border: 0px;
        float: left;
    }


#FooterFCTH {
    width: 64px;
    padding-top: 19px;
    padding-left: 10px;
    float: left;
    top: 0px;
}

    #FooterFCTH img {
        border: 0px;
        float: left;
    }


#FooterLabSid {
    width: 116px;
    padding-top: 19px;
    padding-left: 312px;
    float: left;
    top: 0px;
}

    #FooterLabSid img {
        border: 0px;
        float: left;
    }



#txtVersaoSSDPCJ {
    text-shadow: 1px 1px #C0C0C0;
    font-family: 'Segoe UI Symbol';
    font-size: 13px;
    float: right;
    width: 144px;
    padding-top: 17px;
    line-height: 100%;
}

#txtCopyright {
    text-shadow: 1px 1px #C0C0C0;
    padding-left: 226px;
    vertical-align: bottom;
    margin-top: -17px;
    font-family: 'Segoe UI Symbol';
    font-size: 13px;
    float: left;
    width: 100%;
    clear: both;
}

#divUsuario {
    width: 186px;
    height: 32px;
    float: left;
    margin-left: -10px;
    float: left;
}

    #divUsuario img {
        height: 32px !important;
        cursor: pointer !important;
        margin: 0 !important;
        float: left !important;
    }

    #divUsuario span {
        line-height: 42px !important;
        margin-left: 10px;
        float: left;
        display: block;
    }


#divUsuarioSair {
    width: 70px;
    height: 32px;
    float: left;
}

#MenuIconTitle {
    width: auto;
    height: 54px;
    float: left;
}

    #MenuIconTitle img {
        float: left;
        padding-left: 7px;
        height: 54px;
        margin: 0px;
        border: 0px;
    }

    #MenuIconTitle .Title {
        float: left;
        padding-left: 10px;
        line-height: 54px;
        height: 54px;
        font-size: 26px;
        margin: 0px;
        border: 0px;
        color: #005aa8;
    }

/*#MenuBar {
    padding-top: 4px;
    padding-left: 8px;
    min-width: 517px;
    width: auto;
    height: 36px;
    float: right;
    margin-right: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    box-shadow: 1px 0px 1px #999999;
    border-radius: 3px;
    margin-bottom: 5px;
}*/

#MenuBar {
    padding: 4px 5px 0px 8px;
    height: 37px;
    float: right;
    margin-right: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    box-shadow: 1px 0px 1px #999999;
    border-radius: 3px;
    margin-bottom: 5px;
}

#MenuBarResultados input {
        float: left;
        width: 100px;
        margin-left: 5px;
    }

#MenuBarResultados p {
        margin-left: 15px;
        line-height: 36px;
        float: left;
    }

#MenuBarCenario {
    padding: 4px 0px 0px 8px;
    height: 37px;
    /*width: 540px;*/
    float: right;
    margin-right: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    box-shadow: 1px 0px 1px #999999;
    border-radius: 3px;
    margin-bottom: 5px;
}

    #MenuBar input {
        float: left;
        width: 100px;
        margin-left: 5px;
    }

    #MenuBar p {
        margin-left: 15px;
        line-height: 36px;
        float: left;
    }



#divErro404 {
    margin-left: 10px;
}


    #divErro404 p {
        float: left;
        padding-left: 10px;
        line-height: 54px;
        height: 54px;
        font-size: 36px;
        margin: 0px;
        border: 0px;
        color: #005aa8;
    }


    #divErro404 img {
        height: 32px !important;
        cursor: pointer !important;
        margin: 0 !important;
        float: left !important;
    }


#cntConteudo_map_Canvas {
}

.Mapas {
    padding-left: 2px;
    margin-left: 7px;
    width: 970px;
    height: 510px;
    border-radius: 5px !important;
    border: 1px solid black !important;
    background-color: white; /* #f0f0f0;*/
}

    /*Estilo para jqxGrid*/
    .jqxGridContainer{
        /*display: table;*/
        margin: 0 auto 0 auto;
    }

    .hPostos{
        margin-top: 8px;
        margin-bottom: 8px;
        text-align: center;
    }

