html, body, #geral { position:relative; min-height:100%; margin:0 auto; font-family: arial, helvetica, sans-serif;}

* html #geral { color: #000; height: 100%;}

#rodape {
    background-color: #4889F0;
    width:100%;
    bottom: 0;
    position: absolute;
    border-width: 1px 0;
    text-align: right;
    height: 30px;
    color:#000;
}

#limites {
    margin: 0 auto;
    width:1200px;
    z-index:1;
    padding-bottom: 30px
}
.visualizar { display: none; }
.titulo {
   font-size: 18px;
   color: #2f5bb7;
}
.clear {clear: both;}
#table_cadastro tr {height: 37px;}

/* Formularios */
textarea {
    display: inline-block;
    margin: 0;
}
input, textarea {
    margin: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border: 0px;
    border-radius: 1px;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    text-transform: uppercase;
}
input[type=text], input[type=password] {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    text-transform: uppercase;
}

input[type=text]:focus, input[type=password]:focus {
    outline: none;
    border-top: 1px solid #4d90fe;
    border-bottom: 1px solid #4d90fe;
}

#button_blue {
    border: 1px solid #000;
    background-color: #4889F0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.button_white {
    -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;
}
.ButtonGreen {
  background-color: #97c664;
}
.ButtonRed {
  background-color: #ebaa4b;
}
.BotaoCodigo {
  width: 150px;
}
.button_red, .button_green {
    -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;
    border:1px solid #dcdcdc;
    border-color:rgba(0,0,0,.1);
    cursor: pointer;
    width: 55px;
    font-size: 13px;
    background-color:#f5f5f5;
}
.button_green {     color: green;}
.button_red {     color: red; }
.button_white:hover
{
    background-color: #4889F0;
}
.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;
}
#con_conteudo {
    width: 100%;
    height: 370px;
}
/* Formulario produtos */
#form_produto #pro_input { width: 400px;}
#form_produto textarea { height: 50px;}

/* /Formulario produtos
/* /Formularios */


/* Menu */
#hd-menu {
        clear: both;
        background-color: #4889F0;
	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:28px;
    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:44px; 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;}
.menuPrincipal ul.sub-menu li:first-child a { border-top: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;

}

.RecepcaoCodigo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
}
/* 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;}
.PagMenuOpcaoS, .PagMenuOpcao2S0, .PagMenuOpcao2S1, .PagMenuOpcao2S2, .PagMenuOpcao2S3, .PagMenuOpcao2S4, .PagMenuOpcao2S5, .PagMenuOpcao2S6 { background-color: #4889F0!important;}
/* /pagina login */

.Limites {
  margin-left: 60px;
  width: auto;
  z-index: 120;
  position: relative;
}

.Cadastro {
  margin: 0 auto;
  width: 100%;
  height: calc(100% - 90px);
  z-index:-20;
  overflow: auto;
  padding-bottom: 30px;
  /*margin-left:10px;*/
}
.Cadastro br {
  clear: left;
}



.Cadastro label, .Cadastro fieldset, #DialogCidades label {
  display: block;
  margin: 0 10px 0 0;
  padding: 0 0 4px 0;
  line-height: 1.2em;
  float: left;
}
.Cadastro label, .Cadastro .FieldsetDiferente legend  {
  font-size: 14px;
}


.xxx-small, .xxx-small input[type=text], .xxx-small select {
  width: 35px;
}

.xx-small, .xx-small input[type=text], .xx-small select {
  width: 70px;
}

.x-small, .x-small input[type=text], .x-small select {
  width: 100px;
}

.small, .small input[type=text],  .small input[type=password], .small select {
  width: 150px;
}

.large, .large input[type=text], .large select, .large input[type=file] {
  width: 200px;
}

.x-large, .x-large input[type=text], .x-large select {
  width: 320px;
}
.full, .full input[type=text], .full select {
  width: 420px;
}
.x-full, .x-full input[type=text], .x-full select {
  width: 520px;
}
.xx-full, .xx-full input[type=text], .xx-full select {
  width: 675px;
}

.xxxx-full, .xxxx-full input[type=text], .xxx-full select {
  width: 1350px;
}
.TextoRight {text-align: right;}


.table-rfm {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

.table-rfm th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:16px;
  font-weight: 100;
  padding:16px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.table-rfm th:first-child {
  border-top-left-radius:3px;
}

.table-rfm th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

.table-rfm tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
.table-rfm div {
  position: relative;
}
.table-rfm tr:hover td {
  background:#4E5066!important;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}

.table-rfm tr:first-child {
  border-top:none;
}

.table-rfm tr:last-child {
  border-bottom:none;
}

.table-rfm tr:nth-child(odd) td {
  background:#EBEBEB;
}

.table-rfm tr:nth-child(odd):hover td {
  background:#4E5066;
}

.table-rfm tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}

.table-rfm tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

.table-rfm td {
  background:#FFFFFF;
  padding: 12px 7px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:14px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

.table-rfm td:last-child {
  border-right: 0px;
}

.table-rfm th.text-left {
  text-align: left;
}

.table-rfm th.text-center {
  text-align: center;
}

.table-rfm th.text-right {
  text-align: right;
}

.table-rfm td.text-left {
  text-align: left;
}

.table-rfm td.text-center {
  text-align: center;
}

.table-rfm td.text-right {
  text-align: right;
}

.PagMenuOpcaoN  { background-color: #fff;}
.PagMenuOpcaoS { background-color: #6b98c3!important;}

.Button {
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  font-weight:bold;
  height:29px;
  line-height:29px;
  display:inline-block;
  padding: 4px  20px;
  text-align:center;
  color:#444;
  border: 1px solid #dcdcdc;


  border-top:    1px solid #dcdcdc;
  border-right:  1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;

  border-color:rgba(0,0,0,.1);
  cursor: pointer;
  margin-right: 10px;

}