﻿body {
    font-family:arial;
    padding-bottom:70px;
}

.header
{
    height: auto;
    width:100%;
}

.header .h1
{
    height: 3px;
    width:100%;
    font-size:11pt;
}

.pagina
{
    width:80%;
    margin:0 auto;
    min-width:320px;
    background-color:white;
    height:auto;
    min-height:700px;
}

#pageview
{
    opacity : 1
}

.apontar
{
    cursor:pointer;
}

select
{
   
    min-width:120px;
    
}

.tarea
{
    resize:none;
    min-height:100px;
}

.cont-separador
{
    border:1px solid #DDD;
    border-top:none;
    min-height:350px;
    padding-top:10px;
    /*background-color:rgb(250,250,250);*/
}

.limparFundo
{
    background-color:none;
}

.sep
{
    border: 1px solid #DDD;
    border-top: none; 
    padding: 10px; 
    
    min-height:410px; 
    min-width:300px; 
    margin-bottom:10px
}

.sep1
{
    border: 1px solid #DDD;
    border-top: none;
    padding: 0px; 
    overflow: auto; 
    min-width:300px;
    height:390px; 
    
    
}

.margem
{
    border: 1px solid #EEE;
    padding: 0px; 
    height:auto; 
    margin-bottom:10px;
    
}



.dropbox
{
    border:1px solid #DDD; 
    height:180px; 
    width:180px; 
    text-align:center; 
    color:#888; 
    font-size:9pt; 
    padding:10px;
}

.input_tab
{
    border:none;
    background:none;
    width:100%;
}



.readonly:hover {
     cursor: pointer;
     
}

.linkAccordion a:hover
{
    text-decoration:none;
    cursor:pointer;
}

.loginFrm
{
    min-width:300px;
    margin:0 auto;
    max-width:400px;
    padding:10px;
    margin-top:50px;
    background-color:rgb(250,250,250);
}

.prever
{
    -webkit-box-shadow: 2px 2px 5px #44;
    -moz-box-shadow: 2px 2px 5px #444;
    box-shadow:2px 2px 5px #444;
    width:210px;
    height:297px;
    margin:0 auto;
    border:1px solid #EEE;
    background-color:white;
}

div {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */

  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;          
}

.fill { 
    min-height: 100%;
    height: 100%;
}

#editableDiv {
    min-height: 200px;
    border:1px solid #DDD;
}

.content_td p {
    max-width: 100%;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}


