
html, body{
    color: #777;
    font-size: 16px;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

form {
	margin-bottom:0px;
}

#full-screen-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1200px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#full-screen-image-mymobile {
  z-index: -999;
  min-height: 100%;
  min-width: 700px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

h1{
    font-family: Calibri;
    font-weight: normal;
    color: #fff;
    font-size: 27px;
    text-shadow: 1px 1px #333;
}

#topo{
    position: relative;
    background-color: #000;
    height: 76px;
    width: 100%;
    color: #DDD;
    font-size: 13px;
}
.content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#topo .logo{
    position: absolute;
    top: 20px;
    left: 0px;
}

#topo .atividades{
    float: right;
    min-width: 320px;
    margin-top: 5px;
}
#topo .atividades span{
    color: #72B2D6;
}
#topo .atividades input{
    color: #72B2D6;
}


#topo .gestor{
    float: right;
    width: 230px;
    text-align: left;
    margin-top: 5px;
}
#topo .gestor span{
    color: #72B2D6;
}
#topo .gestor img{
    float: left;
}


#topo .cliente{
    float: right;
    width: 240px;
    text-align: left;
    margin-top: 5px;
}
#topo .cliente span{
    color: #72B2D6;
}
#topo .cliente img{
    float: left;
}

#topo .div{
    float: right;
    margin: 6px 20px 0 20px;
    height: 55px;
    width: 1px;
}

#topo .box{
    display: inline;
    padding: 4px;
    color: #999;
    background-color: #333;
    font-size: 11px;
}

#painel{
    /*background: url(../img_painel/bg.jpg) top center no-repeat;*/
    width: 1200px;
    min-height:598px;
    position: relative;
    margin: 0 auto;
}
#menu{
    position: absolute;
    width: 188px;
    height: 470px;
    top: 12px;
    left: 12px;
}


#pagina{
    position: absolute;
    height: 100% !important;
    width: 657px;
    min-width:657px;
    left: 216px;
    top: 12px;
    padding: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:url("../img_painel/black_60percent.png");
}

.visivel{ display: inline; }
.invisivel{ display: none; }


#menu_top{
    width: 130px;
    height: 25px;
    position: absolute;
    top: 33px;
    right: 5px;
    cursor: pointer;
}

#menu ul{
	margin:0px;
	padding:0px;
	background:url(../img_painel/black_60percent.png);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-bottom:10px;
}
#menu ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	color:#fff;
	font-size:13px;
	padding-top:6px;
	padding-bottom:6px;
	min-height:28px;
}
#menu ul li.line{
	height:2px;
	padding:0px;
	margin-top:1px;
	margin-bottom:1px;
	background:url(../img_painel/menu_div.png) repeat-x;
	min-height:0px;
}

#menu ul li img{
	margin-right:3px;
	float:left;
	display:block;
	margin-left:5px;
}
#menu ul li small{
	color:#CCC;
}
#menu ul li a{
	color:#fff;
	text-decoration:none;
}
#menu ul li a.chart{
	float:right;
	margin-right:10px;
	width:18px;
	height:19px;
	background:url(../img_painel/ico_chart.png) no-repeat;
}
#menu ul li span.inline{
	padding-top:3px;
	padding-left:5px;
	display:inline-block;
}
#menu ul li span.count{
	float:right;
	margin-right:10px;
	padding:0px 5px;
	background:url(../img_painel/black_60percent.png);
	color:#FFBF00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rounded_small{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rounded{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box-white{
    background-color:#fff;
    padding-top:8px;
    padding-bottom:8px;
}

.box-alphablack{
	background:url(../img_painel/black_60percent.png);
}

.dicas-saude a{
    display: block;
    text-decoration: none;
    color: #666;
    margin: 15px;
}
.dicas-saude i{
    color: #59B200;
}

#perfil_dados .control-group strong{
	display:block;
	padding-top:5px;
	font-size:13px;
	color:#69C;
}


.content-container.layout-text .container {
	border-left: 6px solid #FC0;
}

.content-container.layout-text .container h2, .content-container.layout-text .container h3, .content-container.layout-text .container p{
	margin-left:8px;	
}

.table-timeline-legenda{
	padding-left: 15px;
	font-size:12px;	
	color:#fff;
}
