﻿/* Padrão */
html {
    width: 100%;
    height: 100%; /*precisou ser 100% por causa do mobile*/
}

body {
    margin: 0px;
    font: 12px Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: whitesmoke;
}

.TextBoxLocked {
    background-color: transparent;
    border-style: none;
}

.TextBoxUnlocked {
    background-color: White;
    border: 1px solid black;
}

.ButtonEnable {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.ButtonDisable {
    opacity: 0.4;
    filter: alpha(opacity = 40);
}

/* Contorno para a quebra de linha na Treeview*/
div.RadTreeView span.rtIn {
    display: inline;
}

div.RadMediaPlayer .rmpSubtitles {
    font-size: 18px;
}

div.RadMediaPlayer .rmpSubtitlesInner {
    text-shadow: 1px 1px 0px black;
    color: gold;
}

/* Div principal */
#maindiv {
    width: 100%;
    overflow: hidden;
}

/* Cabeçalho */
#topodiv {
    width: 100%;
    height: 80px;
    background-color: #EBEBEB;
    min-width: 800px;
    max-height: 80px;
}

#topolinha1div {
    display: inline-block;
    height: 60px;
    width: 100%;
}

#topolinha2div {
    display: inline-block;
    width: 100%;
}

#topoleftdiv {
    float: left;
    width: 20%;
}

#topomiddlediv {
    float: left;
    text-align: center;
    width: 65%;
}

#toporightdiv {
    float: right;
    text-align: right;
    padding: 3px;
    width: 15%;
}

/* Logo ou descrição do acervo */
#acervologodiv {
    float: left;
    width: 200px;
    height: 50px;
}

#acervologoconteudodiv {
    padding: 5px;
    width: 290px;
    float: left;
}

#AcervoDescLbl {
    vertical-align: middle;
    font-size: small;
    font-weight: bold;
    color: #9F0102;
    width: 270px;
    cursor: pointer;
    overflow: auto;
}

#AcervoDescEditaBtn {
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-image: url('pencil.png');
}

/* Titulo das RadDocks (Thumbs) */
.TituloRadDock {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    padding-top: 2px;
    float: left;
    height: 24px;
    line-height: 26px;
}

::-ms-clear {
    display: none;
}

a:link {text-decoration: underline; color: #000000;}
a:visited {text-decoration: underline; color: #000000;}
a:hover {text-decoration: underline; color: #FF0000;}
a:active {text-decoration: underline;color: #000000;}

/* Barra de Pesquisa e paginas */
#navegacaodiv {
    position: relative;
    text-align: center;
    margin-top: 10px;
    padding: 4px;
    height: 26px;
    min-width: 700px;
    border-radius: 8px;
    background-color: #e0e0e0;
}

/* Pesquisas */
#pesquisadiv {
    padding: 1px 3px 3px 3px;
    margin: 0px;
    float: left;
    height: 22px;
    background-color: #FFFFFF;
    width: 355px;
}

#pesquisacontentdiv {
    float: left;
    padding-top: 2px;
}

#pesquisatxtdiv {
    float: left;
}

#PesquisarTxt {
    display: block;
    width: 245px;
    font-size: 14px;
    Border-Style: none;
}

#PesquisarTxt:hover {
    outline: none;
}

#PesquisarTxt:focus {
    outline: none;
}

#PesquisarTxt:active {
    outline: none;
}

#pesqsugestoesdiv {
    float: right;
    margin-top: -14px;
    margin-left: -14px;
}

#PesqSugestoesBtn {
    background: url('SearchTip.png') no-repeat;
}

#pesqsharelinkdiv {
    float: right;
    margin-top: 2px;
    margin-left: -8px;
    width: 7px;
    /*visibility:collapse;*/
}

#pesquisabtndiv {
    margin: 0px;
    padding: 0px;
    float: right;
}

/* Ocorrencias */
#ocorrenciadiv {
    padding-left: 3px;
    margin: 0px;
    float: left;
    height: 26px;
}

#OcorLbl {
    font-size: 12px;
}

#ocorrencianavdiv {
    padding: 0px;
    margin: 0px;
    float: left;
    height: 14px;
}

#ocorrenciaantdiv {
    margin-top: -1px;
    float: left;
    height: 14px;
}

#ocorrenciaatualdiv {
    margin-top: -1px;
    float: left;
    height: 14px;
    width: 80px;
}

#ocoratualdiv {
    margin: 0px 0px 0px 4px;
    float: left;
}

#ocortotaldiv {
    margin: 0px;
    text-align: left;
}

#OcorAtualTxt {
    vertical-align: bottom;
    margin: 0px;
    width: 30px;
    height: 12px;
    Border-Style: none;
    font-size: 12px;
    text-align: right;
    border-radius: 4px;
}

#OcorAtualTxt:hover, focus, active {
    outline: none;
}

#OcorTotalLbl {
    vertical-align: bottom;
    margin: 0px;
    width: 30px;
    height: 16px;
    Border-Style: none;
    font-size: 12px;
    text-align: left;
    background-color: transparent;
}

#OcorTotalLbl:hover, focus, active {
    outline: none;
    cursor: default;
}

#OcorNroLbl {
    vertical-align: middle;
    padding-top: 2px;
    font-size: 12px;
}

#ocorrenciaposdiv {
    margin-top: -1px;
    float: left;
    height: 14px;
}

#sharelinkpesqdiv {
    padding: 3px 0px 0px 5px;
    float: left;
}

/* Páginas */
#paginadiv {
    padding: 0px;
    margin: 0px;
    float: right;
    height: 26px;
    width: 120px;
}

#paginaantdiv {
    float: left;
    padding: 0px;
    margin-top: -3px;
}

#paginaatualdiv {
    padding-top: 4px;
    margin: 0px;
    float: left;
    height: 22px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

#paginatotaldiv {
    padding: 6px 2px 0px 1px;
    margin: 0px;
    float: left;
    width: 40px;
    text-align: left;
}

#paginaposdiv {
    float: left;
    padding: 0px;
    margin-top: -3px;
}

#PagAtualTxt {
    padding: 2px 1px 0px 0px;
    margin: 0px;
    width: 40px;
    Border-Style: none;
    font-size: 14px;
    text-align: right;
}

#PagAtualTxt:hover, focus, active {
    outline: none;
}

#PagTotalLbl {
    vertical-align: bottom;
    text-align: left;
    font-size: 14px;
    Height: 18px;
    margin-right: 2px;
}

/* Pastas */
#pastadiv {
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 3px;
    background-color: #FCFCFC;
    border: 1px solid #D9DEE2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 14px;
    vertical-align: bottom;
    width: 78%;
    float:left; 
}

#pastaeditadiv {
    width: 100%;
    padding-top: 2px;
    text-align: center;
    vertical-align: middle;
    border-bottom: ridge;
    height: 34px;
}

#pastasdiv {
    overflow: auto;
}

#PastaTxt {
    height: 14px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

/* Thumbs */
#ThumbsMenu {
    z-index: 9000;
}

#ThumbsMenuDock {
    position:relative;
    z-index: 30000;
}

#ThumbsRadDock {
    z-index: 8000;
}

.ThumbsDockCommand {
    /*width: 18px ;
    background-color: #e6e6e6;
    background: url('ThumbsMenuIcon.png');*/
}

/* Botões flutuantes de pagina anterior, proxima pagina e barra de zoom */
#paganteriorgrandediv {
    position: fixed;
    z-index: 1000;
    left: 50px;
    top: 45%;
    padding: 0px;
    margin: 0px;
    float: left;
}

#pagposteriorgrandediv {
    position: fixed;
    z-index: 1000;
    right: 25px;
    top: 45%;
    padding: 0px;
    margin: 0px;
    float: right;
}

#zoomdiv {
    position: absolute;
    z-index: 2000;
    right: 10px;
    top: 95px;
    padding: 2px 3px 0px 3px;
    margin: 0px;
    float: right;
    background-color: #e6e6e6;
    border-radius: 6px;
}

.botoesflut {
    padding: 3px;
    border: 1px solid transparent;
}

.botoesflut:hover {
    border: 1px solid darkgray;
    background: #e6e6e6;
    border-radius: 3px;
    background-image: linear-gradient(gainsboro, #c2c2c2);
}

.botoesflut:disabled {
    opacity: 0.4;
    filter: alpha(opacity = 40);
    margin-top: -2px;
}

/* Documento */
#documentoseparadordiv {
    position: absolute;
    left: 0px;
    top: 79px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

#documentoseparadorconteudodiv {
    height: 5px;
    float: left;
    width: 100%;
    background-image: linear-gradient(#A0A0A0,transparent);
}

#documentodiv {
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
    border: 0px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    background-color: whitesmoke;
    overflow: auto;
}
       
.MarcaBolinha {
    background-color:#0f0;
    border-radius: 50%;
    position:absolute; 
    z-index:10;
    filter:alpha(opacity=40);
    opacity:0.4;
}

#DocumentoUpdatePanel {
    position: relative;
    border: 0px;
} 

#DocumentoImg {
    text-align: center;
	cursor: url(Mao.cur), move; 
	border: 0px;
}
        
/* Texto Digitado */
#textodigitadocontentdiv {
    vertical-align: top;
    overflow: hidden;
}

#textodigitadotxtdiv {
    float: left;
    width: 99%;
}

#TextoDigitadoTxt, #TextoDigitadoEditaTxt {
    font-size: 14px;
    width: 100%;
    overflow: auto;
    border: none;
    margin: 2px;
    padding: 1px;
}

#TextoDigitadoEditaTxt:focus {
    width: 100%;
    overflow: auto;
    border: 1px solid;
    margin: 1px;
    padding: 1px;
}

#textodigitadookbtndiv {
    float:left;
    margin-left: 8px;
}

/* MsgBox */
#MensagensRadToolTip {
    text-align: center;
    z-index: 60000;
}

#caixamensagemdiv {
    text-align: center;
}

#MsgConfirmRadToolTip {
    text-align: center;
    z-index: 60000;
}

#caixamensagemconfirmdiv{
    text-align: center;    
}

/* Thumbs */
#thumbsdiv {
    width: 99%;
    text-align: center;
    margin: 5px;
}

#thumbsprevdiv {
    margin: 5px;
    float: left;
    position:relative;
    width: 20px;
}

#thumbsnextdiv {
    margin: 5px 0px 5px 5px;
    float: right;
    position:relative;
    width: 20px;
}

#thumbscontentsdiv {
    margin: 0px;
    float: left;
    vertical-align: bottom; 
    position:relative;
    background-color: #EFEFEF;
}

.thumbspagdiv {
    padding: 1px;
    margin: 2px;
    float: left;
    vertical-align: bottom;
    border: 1px solid gray;
    width: 90px;
    position:relative;
    height: 110px;
    background-color: #EFEFEF;
}

.thumbsimgdiv {
    margin: 0px;
    vertical-align:middle;
    text-align:center;
    height:90px;
}

.thumbschkdiv {
    margin-left: -2px;
    padding-top:1px;
    float: left;
    z-index:1000;
}

.thumbslbldiv {
    float: left;
    margin: 3px 0px 3px 4px;
}

.thumbslbl {
    font-size: 10px;
    border: thin solid #EFEFEF;
}

.thumbssellbl {
    font-size: 10px;
    border: thin solid #C0C0C0;
    background-color: #CDCDCD;
}

/* Update Progress */
.updateprogressdiv {
    position: fixed;
    z-index: 10000;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    text-align: center;
    color: dimgray;
    background-color: lightgrey;
    opacity: 0.8;
    border-radius: 7px;
    padding: 10px 20px;
    min-width: 100px;
}

/* Marcadores */
#marcadoreditadiv {
    width: 100%;
    padding-top: 2px; 
    text-align: center;
    border-bottom: ridge;
    height: 34px;
}

/* Anexos */
.RadGridAddLbl {
    cursor: pointer;
    top: -5px;
    font-size: 16px;
    position: relative;
}

/* Captcha */
#captchadiv {
    vertical-align: middle;
    text-align: center;
    margin: 30px 10px 10px 10px;
    width: 450px;
}

.RadCaptcha {
    margin-left: 120px;
}
    
.textboxstyle {
    margin-top: 23px;
    margin-left: -90px;
}
         
.labelstyle {
    margin-left: -200px;
    position: fixed;
}

#logindiv {
    width: 10%;
    float: left;
    margin: 2px 0px 0px 5px;
}

#LoginLnk {
    color: white;
    background-color: black;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    padding: 3px 10px 3px 10px;
}

#MenuLnk {
    color: white;
    background-color: black;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    padding: 3px 10px 3px 10px;
}

#ServerLbl {
    font-size: xx-small;
    padding: 10px 3px 0px 3px;
    color: transparent;
}

#sharediv {
    padding-top: 4px;
    width: 10%;
    min-width: 125px; 
    float: right;
}

#sharelinkdiv {
    float:left;
    margin: -1px -1px 0px 0px;
}

#sharesocialdiv {
    float:left;
    margin: -8px 0px 0px -2px;
}

.RadSocialShare.DocPro {
    border: 1px;
    background-color: transparent;
}

.RadSocialShare.DocPro .sshCustomIcon {
    width: 22px !important;
    height: 22px !important;
}

#notificationdiv {
    margin: 20px 0px auto 0px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.rwDialogPopup {
    margin: auto 5px auto 5px;
}

.rwPopupButton {
    position: absolute;
    bottom: 20px;
}

/* Acessibilidade(PNE) */
#pnediv {
    padding: 5px;
    font: bold 22px Verdana, Arial, Tahoma, Helvetica, Calibri;
}

.pnebtndiv {
    text-align: left;
    border: 1px solid transparent;
    cursor: pointer;
    height: 80px;
    width: 100%;
}

.pnebtndiv:hover {
    border: 1px solid darkgray;
    background: #e6e6e6;
    border-radius: 3px;
    background-image: linear-gradient(gainsboro, #c2c2c2);
}

.pneimgbtndiv {
    float: left;
    margin-left: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.pnelblbtndiv {
    margin-left: 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.pnehr {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.pne-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 5px;
    cursor: none;
    width: 350px;
    height: 200px;
    z-index:11;
}

#pnetamteladiv {
    text-align: center;
    margin: 40px 10px;
    color: black;
}
