/*
    azul escuro: #002A5C
    azul medio: #1569C7
    azul claro: #CEE3F6
*/

html, body{
    margin:0;
    padding:0;
    background: #FFFFFF;
    /*background: url('images/bgPattern.png')*/
}

*{
    font-family: Calibri;
    font-size:14px;
}

/*span,div {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/

body{
    overflow-y:scroll;    
}

a{
    color:white;
    text-decoration:none;
}

table{
    border-spacing: 0px;
}

#page{
    width:1200px;
    margin: 0 auto;
    position:relative;
}

#page_header{
    width:100%;
    height:90px;
    color:white;
    position:relative;
    border-radius: 2px;
    background: #002a5c;
}

#page_content {
    min-height:400px;
    margin-top: 20px;
}

#page_footer {
    width:100%;
    text-align:center;
    margin-top:100px;
    /*border-top: 1px solid #002A5C;*/
    padding-top: 10px;
}

input[type="text"], input[type="password"]{
    border: 1px solid #002A5C;
    padding-left: 5px;
    padding-right: 5px;
}

input[type="checkbox"]{
    margin: 0px;
    vertical-align: middle;
    margin-right: 3px;
}

textarea{
    border: 1px solid #002A5C;
    padding-left: 5px;
    padding-right: 5px;
    resize: none;
}

select{
    border: 1px solid #002A5C;
    /*padding-left: 5px;*/
    height: 22px;
}

:focus {
    outline: 0;
}

#lblUser, #lblPerfil { color:white;}

/* menu */
#menu a{
    padding:5px !important;
    margin-right: 8px;
    font-size:17px;
    vertical-align: bottom;
    text-align:center;
    font-size: 14px;
    text-transform: uppercase;
}

#menu a:hover,.menuActive{
    background:white;
    color:#002A5C;
    border-radius:5px;
}

#menu img{
    height:24px;
    padding-right: 2px;
    margin-bottom:5px;
}

ul.level2{
    border: 1px solid #002A5C;
    border-top: 0px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    background: white;
    margin-top: 3px;
}
a.level2{
    background: white;
    color: #002A5C;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

    a.level2:hover {
        background:#002A5C;
        color:white;
    }


/***/
.tabOption{
    border: 1px solid #002A5C;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px; 
    background: #002A5C;
    color: white;
    cursor:pointer;
    margin-bottom: -1px;
}
    .tabOption:hover {
        background: white;
        color: #002A5C;
    }

.tabOptionActive {
    border: 1px solid #002A5C;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px; 
    background: white;
    color: #002A5C;
    cursor:pointer;
    margin-bottom: -1px;
}


.btnOption {
    border: 1px solid #002A5C;
    padding: 7px 15px;
    border-radius: 2px;
    background: #002A5C;
    color: white;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
    .btnOption:hover{
        background: white;
        color: #002A5C;
        cursor:pointer;
    }
    
.btnOptionImg{
    height:23px;
    cursor:pointer;
}
    .btnOptionImg:hover {
            opacity:0.9;
        } 

.input[type="image"]:hover{
    opacity:0.9;
}

.tblTerminal{
    width:100%;
    border:0;
    word-break: break-all;
    /*margin-top:30px;*/
}
.tblTerminalHeader th{
    border:0;
    border-bottom: 1px solid #002A5C;
    color: #002A5C;
}
    .tblTerminalHeader th a {
        color: #002A5C;
        text-decoration: none;
    }

.tblTerminalRow td, .tblTerminalAlternateRow td, .tblTerminalRowNoHover td, .tblTerminalAlternateRowNoHover td {
    padding: 3px 5px 3px 5px;
    border: 0;
    text-align: center;
}
.tblTerminalRow td img, .tblTerminalAlternateRow td img, .tblTerminalRowNoHover td img, .tblTerminalAlternateRowNoHover td img  {
    vertical-align:middle;
}

.tblTerminalRow td input[type="image"], .tblTerminalAlternateRow td input[type="image"], .tblTerminalRowNoHover td input[type="image"], .tblTerminalAlternateRowNoHover td input[type="image"]  {
    vertical-align:middle;
}

.tblTerminalRow{
    /*min-height:20px;*/
}
.tblTerminalAlternateRow, .tblTerminalAlternateRowNoHover{
    background-color:#CEE3F6;
}
.tblTerminalRow:hover, .tblTerminalAlternateRow:hover{
    background-color:#002A5C;
    color:white;
}

.tblTerminalPager{
    border-bottom: 1px solid #002A5C;
}
.tblTerminalPager td{
    border:0px;
    position:relative;
    vertical-align: bottom;
}

.tblTerminalPager td span{
    color:#002A5C;
    font-weight:bold;
    font-size:16px;
}

.tblTerminalPager a {
    color:#002A5C;
    text-decoration:none;
    opacity:0.9;
}

.tblTerminalPager a:hover {
    font-weight:bold;
    opacity:1;
}

.tblTerminalPager table{
    position: absolute;
    right: 0;
    margin-top: 3px;
}



.tblTerminalFooter_Item{
    padding-top:5px;
    margin-left:5px;
}

.tblTerminalEmpty td{
    border: 0;
    padding-left: 10px;
}

.tblTerminalFooter td{
    border:0px;
    /*padding-top: 5px;*/
}

.tblTerminalLegend{
    float: right;
    margin-top: 50px;
    border: 1px solid #002A5C;
    border-radius:5px;
    padding:5px;
    margin-bottom:20px;
}
    .tblTerminalLegend table td{
        vertical-align:top;
    }

.tblAction{
    vertical-align: middle;
    padding-bottom:2px;
    height:14px !important;
}

.tblEditTxt{
    font-size: 14px !important;
    font-family: Calibri !important;
    /*background: #002A5C !important;
    color: white !important;*/
    /*border:0px !important;*/
    padding:0px !important;
    margin:0px !important;
    padding-left:5px !important;
    padding-right:5px !important;
    height:18px !important;
}

.tblEditDdl{
    font-size: 14px !important;
    font-family: Calibri !important;
    /*border:0px !important;*/
    padding:0px !important;
    margin:0px !important;
    padding-left:5px !important;
    height:20px !important;
}

.cPageTitle span{
    display:inline-block;
    font-size:26px;
    color: #002A5C;
    margin-bottom:30px;
    position:relative;
}



.cPesquisa{
    color: #002A5C;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}
    .cPesquisa table {
        border-spacing:0px;
        position:relative;
        width:600px;
    }

    .txtPesquisa{
        position:absolute;
        left:0px;
        top:0px;
        width:550px;        
    }

    .btnPesquisa{
        position:absolute;
        top:0px;
        border: 1px solid #002A5C;
        left: 561px;
        height: 23px !important;
        width: 39px !important;
    }   
        .btnPesquisa:hover {
            opacity:0.9;
        } 

    .cPesquisa input[type="text"]{
        height:21px;
    }

.lkPesquisaAvancada{
    cursor:pointer;
    left: 360px;
    width:200px;
    position: absolute;
    font-size:12px;
}

.lkPesquisaAvancada:hover{
    color:#1569C7;
}

.divPesquisaAvancada{
    border: 1px dashed #002A5C;
    margin-top: 17px;
    padding: 5px;
    width: 548px;
    position: relative
}
    .divPesquisaAvancada table{
        border-spacing:0px;
    }

    .divPesquisaAvancada td {
        text-align:left;
    } 

    .divPesquisaAvancada input[type="text"] {
        height: 18px !important;
    }

    .btnPesquisaAvancada{
        position:absolute;        
        bottom: -1px;
        border: 1px dashed #002A5C;
        left: 558px;
        height: 23px !important;
        width: 39px !important;
    }

        .btnPesquisaAvancada:hover {
            opacity:0.9;
        }
    

/* login */
.tblLoginTitle{
    margin: 0 auto;
    padding: 20px;
    color: #002A5C;
    font-size:40px;
    margin-top:15px;
}

.tblLogin {
    margin: 0 auto;
    border-radius: 8px;
    padding: 34px;
    background: white;
    text-transform:uppercase;
	background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}
    .tblLogin input[type=text], .tblLogin input[type=password] {
        padding: 5px 10px;
        margin: 5px;
        margin-left: 10px;
        border-radius: 3px;
        border-color: gray;
    }

.erroLogin{
    font-size:12px;
    color:red;
}

.inputLogin{
    width: 150px;
    height: 15px;
}

/***/


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}



.tblRelMenus{
    /*padding:10px;*/
    position:relative;
    margin-top:20px;
}

.tblRelMenus a{
    color:#002A5C;
}

.tblRelMenus a:hover, .relMenuActice{
    border-bottom: 1px solid #002A5C;
}

.relMenuSubMenu{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #002a5c;
    color: white;
    font-size: 16px;
    padding: 1px;
    padding-left: 10px;
    border: 1px dashed white;
}

.relMenuSubMenuRelatorios{
    padding-left: 10px;
    border: 1px dashed #002A5C;
    margin-top: -1px;
    height: 85px;
    padding-top: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.imgPlusMinus{
    cursor: pointer;
}

.divPlusMinus{
    overflow:hidden;
}

.imgBtn:hover{
    opacity:0.9;
}

.alignLeft{
    text-align:left !important;
    padding-left: 5px !important;
}

.gridRowCounts {
    position: absolute;
    left: 10px;
    bottom: -19px;
    color: #002A5C;
}
.popupContent .gridRowCounts {
    bottom: 10px !important;
}

.tooltip {
    position:absolute;
    background:#002A5C;
    padding:1px;
    color:white;
    z-index: 1;
    display:table;
}
    .tooltip div{
        border:1px solid white;
        padding:2px;
        padding-left:5px;
        padding-right:5px;
    }

.btnTabButton{
    border: 1px solid #002A5C;
    padding: 5px;
    border-radius: 5px;
    width: 130px;
    background: #002A5C;
    color: white;
    cursor:pointer;

    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}

    .btnTabButton:hover {
        background: white;
        color: #002A5C;        
        cursor:pointer;
        border-bottom:1px solid white;
    }

    .btnTabButton_Active{
        border: 1px solid #002A5C;
        padding: 5px;
        border-radius: 5px;
        width: 110px;
        background: white;
        color: #002A5C;

        border-bottom:1px solid white;
        border-bottom-left-radius:0px;
        border-bottom-right-radius:0px;
    }


.popupBG{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    background:white;
    opacity:0.7;
    z-index:9998;
}

.loader{
    position:fixed;
    top:0px;
    z-index:999999;
}

.popup {
    border: 2px solid #002A5C;
    border-radius:10px;
    background: white;
    padding:1px;
    position:fixed;
    top: 150px;
    left: 250px;      
    z-index:9999;
}

.popupContent{
    position:relative;
    border:1px solid #002A5C;
    border-radius: 10px;
    width: 410px;
    height: 600px;  
    padding:10px;
}

    .popup_Subtitle{
        color:#002A5C;
        font-size:16px;
    }

    .popup_Subtitle_line1{
        margin-top:5px;
        border-bottom:2px solid #002A5C;
        width:100%;
        border-radius: 10px;
    }

    .popup_Subtitle_line2{
        margin-top:1px;
        border-bottom:1px solid #002A5C;
        width:100%;
        border-radius: 10px;
    }




.txtPesquisaContentor{
    width:200px;
}

.btnPesquisaContentor{
    height: 21px;    
    position: absolute;
    top: 0px;
    left: 212px;
}
    .btnPesquisaContentor:hover {
        opacity:0.9;
    }

.divGridOptions{
    text-align:right;
    margin-bottom:15px;
    margin-top: 30px;
}

    .divGridOptions table {
        width:100%;
    }

    .divGridOptions input[type="image"]{
        height: 26px;
        width: 26px;        
    }


.contentData_Left, .contentData_Right{
    width:48%;
    vertical-align: top;
}
.contentData_Sep{
    width:4%;
}

.contentSubTitle{
    color:#002A5C;
    width:120px;
}

.contentData{
    display:block;
    padding:1px;
}

.contentData_Left table, .contentData_Right table{
    width:100%;
}

.contentData_Left td, .contentData_Right td{
    border-bottom: 1px solid #002A5C;
    padding:7px;
    vertical-align: top;
}

.contentData_Left select, .contentData_Right select {
    height:19px;
}

.contentData_Left input[type="text"], .contentData_Right input[type="text"] {
    height:15px;
}

.contentData_Left input[type="image"], .contentData_Right input[type="image"], .contentData_Left img, .contentData_Right img  {
    padding-top:3px;
}

input:disabled{
    cursor:default !important;
    background-color:transparent !important;
}

.hidden{
    width: 1px !important;
    height: 1px !important;
    position: fixed !important;
    top: 0 !important;
    z-index: -9999999 !important;
    opacity: 0 !important;
}

.tblNovoContent input[type="text"]{
    height:18px;
}
.tblNovoContent td{
    padding: 1px;
    padding-left: 0px;
    color:#002A5C;
}

.upCVCG{
    margin-top:-1px;
    padding-top:30px;
    border-top:1px solid #002A5C;
    color:#002A5C;
}


#menu ul li ul
{
    display: none;
}

#menu ul li 
{
    position: relative; 
    float: left;
    list-style: none;
}




/* para mensagem de Sim/Não */
.popupMensagemBG{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left: 0px;
    background:white;
    opacity:0.8;
    z-index:9999998;
}

.popupMensagem{
    position:fixed;
    width: 300px;
    height: 150px;
    background:white;
    border: 2px solid #002A5C;
    border-radius:10px;
    padding:1px;
    z-index:9999999;
    font-family: Calibri;
}

.popupMensagemContent{
    position:relative;
    border:1px solid #002A5C;
    border-radius: 10px;
    height: 128px;/* 148 - (padding*2) */
    padding:10px;
}

.popupMensagemText{
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}

.popupMensagemOptions{
    position:absolute;
    bottom: 20px;
    width: 278px;
}
    .popupMensagemOptions div{
        margin:0 auto;
        text-align: center;
    }


.lkSetting{
    font-size:12px;color:#002A5C;width:90px;display: block;padding:5px;
}
.lkSetting:hover{
    text-decoration:underline;
}

.prevText{
    text-align:center;    
}

.upper { text-transform: uppercase; }

.anuncio {
    opacity:0.3;
    font-size: 26px;
    color: #002A5C;
    cursor:pointer;
}
.anuncio:hover {
    opacity:1;
    text-decoration:underline;
    font-size: 26px;
    color: #002A5C;
}
.anuncioAtivo {
    font-size: 26px;
    color: #002A5C;
}

textarea.aspNetDisabled{
    background:white;
}


.subtituloOfDiv{
    position: absolute;
    top: -10px;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color:#002A5C;
}