html, body, #geral { position:relative; min-height:100%; margin:0 auto;}

body {font-family: sans-serif;font-weight:400}
* html #geral { color: #000; height: 100%;}

#rodape {
    background-color: #2d79c0;
    width:100%;
    bottom: 0;
    position: absolute;
    border-width: 1px 0;
    text-align: right;
    height: 30px;
    color:#000;
}

.visualizar { display: none; }
.titulo {
   font-size: 18px; 
   color: #2f5bb7;
}


.clear {clear: both;}

/* Formularios */
textarea {
    display: inline-block;
    margin: 0;
}
input, textarea {
    padding: 0 0 0 8px;    
    text-transform:uppercase;
}
input[type=text],input[type=password], textarea, select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    display: inline-block;
    background: #f8f8f8;
}
input[type=text], input[type=password], select {
    height: 30px;
    line-height: 30px;
}
select {
    cursor: pointer; 
    text-transform:uppercase;
}
.ui-datepicker-title select{font-size:1em;margin:1px 0; padding: 0;     width: 80px!important;}
input[type=text]:focus, input[type=password]:focus, input[type=text]:hover, input[type=password]:hover, select:hover {
    outline: none;
    border: 1px solid #000!important;
    font-weight: bold;
}


#button_blue {
    border: 1px solid #000;
    background-color: #4889F0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

input[type=submit], input[type=button] {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    font-weight:bold;
    height:29px;
    line-height:29px;
    min-width:54px;
    *min-width:70px;
    display:inline-block;
    padding:0 8px;
    text-align:center;
    color:#444;
    border:1px solid #dcdcdc;
    border-color:rgba(0,0,0,.1);
    background-color:#f5f5f5;
    cursor: pointer;
    width: 120px;
    margin-right: 5px;
}

input[type=submit]:hover, input[type=button]:hover{
    background-color: #95c2ec;
}
.button_conteudon, .button_conteudos{
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    font-weight:bold;
    height:29px;
    line-height:29px;
    display:inline-block;
    padding:0 8px;
    text-align:center;
    background-color:#f5f5f5;
    font-size: 16px;
    width: 150px;
    border:1px solid #d0d0d0;
    cursor: pointer;
}
.button_conteudon {
    color: #444;
}
.button_conteudos {
    color: #2f5bb7;
}
.PagMenuOpcaoS{ background-color: #6b98c3!important;}
.PagMenuOpcaoN { width: 170px!important;}

#con_conteudo {
    width: 100%;
    height: 370px;
}
/* /Formularios */


/* Menu */
#hd-menu {
    clear: both;
    background-color: #2d79c0;
	border-top:1px solid #a6a1cc;
	z-index: 1;
    color: #fff;
}

.menuPrincipal .menu-principal {
	max-width:1020px;
    min-height:36px;
	margin:0 auto;
}

.menuPrincipal li {
    display:inline-block; 
    list-style:none; 
    position:relative;
}

.menuPrincipal li:first-child a {border-left:none;}
.menuPrincipal li:last-child a {padding-right:0; border-right:none;}
.menuPrincipal li a {
    height:18px;
    display:inline-block;
    vertical-align:top;
    width:135px;
    padding:8px;
    color:#000;
    text-decoration:none;
    font:16px MuseoSans500, arial, tahoma, sans-serif;
    text-transform:uppercase;
    -webkit-transition: 2.3s;
    -moz-transition: 2.3s;
    -o-transition: 2.3s;
    transition: 2.3s normal;
}
.menuPrincipal li a:hover, li.selecting a {
    background:#1B60E0;
    color:#fff;
    -webkit-transition: 2.3s;
    -moz-transition: 2.3s;
    -o-transition: 2.3s;
    transition: 2.3s normal;
}


.menuPrincipal ul > li:hover ul.sub-menu {
    display:block;
    -webkit-animation: menuDesce ease-in 0.3s normal;
    animation: menuDesce ease-in 0.3s normal;
}


.menuPrincipal .sub-menu {
  margin-left:-4px;
    background:#FFF;
    overflow: hidden;
    width:200px;
    position:absolute;
    top:34px; left:1px;
    z-index: 1;
    box-shadow: 0 3px 6px -0.9px rgba(0, 0, 0, 0.3);
	 display:none;
}
.menuPrincipal ul > li:hover ul.sub-menu {display:block; -webkit-animation: menuDesce ease-in 0.3s normal; animation: menuDesce ease-in 0.3s normal;}
.menuPrincipal ul.sub-menu li {float:none; display:block;}

.menuPrincipal ul.sub-menu a {
    border:none;
    border-top:1px solid #DDD;
    color:#333;
    display:block;
    height: auto;
    width:auto;
    text-transform: none;
   	font:14px MuseoSans300, arial, tahoma, sans-serif;
}
.menuPrincipal ul.sub-menu a:hover { color:#FFF; background:#1B60E0;}
.menuPrincipal ul.sub-menu a small {   display:none;}
/* /menu*/


/* pagina login */
.div_centro {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-200px;
    margin-top:-200px;
    font-weight: bold;
    
}
#login h2 {
    font-size: 25px;
}
#login input {
    width: 300px;
}

#login #button_blue {
    width: 150px;
}
    
.upload_process {
    z-index:100;
    position:absolute;
    display:none;
    text-align:center;
    width:400px;
    margin:0px;
    padding:0px;
    color: red;

}

/* Tabelas Calendario */
.DiaSemana {width: 80px; height: 40px;}
.DiaDisponivel, .Ambos { height: 40px;}
.CalendarioAgendamento  { border: 1px solid #ccc; padding-right: 5px;}
.CalendarioAgendamento tbody td { border: 1px solid #ccc; padding-right: 5px;}
.Ambos {color: #ccc;}
.Anterior {border: 0px solid #ccc;}
/* /pagina login */


/* Formulario de cadastro */
.Mapeamento select{
    height: 26px;
    padding: 0;
}
.Frequencia select {
    outline:none;
    padding: 0;
    border: 0;
    -webkit-appearance:none!important;
    -moz-appearance:none!important;
    appearance:none!important;
    height: 30x;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    width: 55px!important;
}
/* Usado na frequencia e Mapeamento*/
.ColorF, .ColorS {height: 30px!important;}
.Mapeamento .x-large, .Frequencia .x-large {line-height: 26px; vertical-align: middle; margin-left: 10px; font-size: 12px;}
.ColorF, .ColorF select{ background-color: #A3C3FF;}
.ColorS, .ColorS select{ background-color: #E1E1FF;}
.Frequencia .ColorF select, .Frequencia .ColorS select { color:#808080;}
.FrequenciaRed{color: #990606!important; font-weight: bold;}
.Frequencia .xxx-small {
    margin: 0px!important;
    padding: 0px!important;
}
.Frequencia select::-ms-expand {
    display: none!important;
}
select::-ms-expand {
    display: none!important;
}
.Frequencia .FrequeciaScroll {
    width: 1190px;
    height: 250px;
    overflow: auto;
}
.MapeamentoScroll {
    width: 700px;
    height: 250px;
    overflow: auto;
}
.EnturmacaoScroll {
    width: 950px;
    height: 250px;
    overflow: auto;    
}

.Maior { /* Usado em frequencia*/
    width: 1200px!important;
}
.Cadastro {
    margin: 0 auto;
    width:1050px;
    z-index:1;
    padding-bottom: 30px;
}

.Cadastro br {
    clear: left;
}

.Cadastro label, .Cadastro fieldset {
    display: block;
    margin: 0 10px 0 0;
    padding: 0 0 4px 0;
    line-height: 1.2em;
    float: left;
}
.Cadastro  input[text], .Cadastro span {
    display:block;
    float:left;

}
.Cadastro span {
    width: 420px;
}
.Cadastro img {
    vertical-align: middle;
}
.Cadastro legend, .Cadastro p, .Cadastro h2 {
    font-size: 18px;
    margin-bottom: 10px;

}
.Cadastro label, .Cadastro .FieldsetDiferente legend  {
    font-size: 14px;
}
.Cadastro .TelAdd, .Cadastro .Excluir, .H2Toggle {
    cursor: pointer;
}
.DivAdd {
    width: 1040px;
    height: 170px;
    overflow: auto;
}

.ImprimirColunas {width: 640px; float: left}
.ImprimirFiltros {width: 400px; float: left}

.full, .full input[type=text], .full select {
    width: 420px;
}

.x-large, .x-large input[type=text], .x-large select {
    width: 320px;
}

.large, .large input[type=text], .large select {
    width: 200px;
}


.small, .small input[type=text], .small input[type=password], .small select {
    width: 150px;
}

.x-small, .x-small input[type=text], .x-small select {
    width: 100px;
}
.xx-small, .xx-small input[type=text], .xx-small select {
    width: 70px;
}

.xxx-small, .xxx-small input[type=text], .xxx-small select {
    width: 35px;
}
.TextoRight {text-align: right;}
.PermissoesPrincipal {width: 110px; float: left;}
.PermissoesSecundario {width: 800px; float: left;}
.Cadastro :invalid { 
  border-color: #e88;
  -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
  -moz-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  -o-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  -ms-box-shadow: 0 0 5px rbba(255, 0, 0, .8);
  box-shadow:0 0 5px rgba(255, 0, 0, .8);
}

.Cadastro .Required {
  border-color: #88a;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  box-shadow: 0 0 5px rgba(0, 0, 255, .5);
}
input[type=radio] {
  border: 0px!important;
  -webkit-box-shadow: 0 0 0!important;
  -moz-box-shadow: 0 0 0!important;
  -o-box-shadow: 0 0 0!important;
  -ms-box-shadow: 0 0 0!important;
  box-shadow: 0 0 0!important;
}