﻿/* Move down content because we have a fixed navbar that is 50px tall */
.body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    background-size:100% auto;
}



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.login {
    width: 410px;
    margin: 2% auto 0 auto;
    font-size: 1.6em;
}

.bckg {
    background-image:url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    text-align:center;
}

.calcinoses {
    background-image:url("../images/BSA.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 360px;
    height: 417px;
    text-align:center;
    border: 1px solid #7BD2F0;
}

.entesis {
    background-image:url("../images/entesis.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 287px;
    height: 397px;
    text-align:center;
    border: 1px solid #7BD2F0;
}

.homunculo {
    background-image:url("../images/homunculo.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 291px;
    height: 313px;
    text-align:center;
    border: 1px solid black;
}

.maos {
    background-image:url("../images/maos.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 400px;
    height: 212px;
    text-align:center;
    border: 1px solid black;
}

.pes {
    background-image:url("../images/pes.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 400px;
    height: 173px;
    text-align:center;
    border: 1px solid black;
}

.imagemMao{
    background-repeat: no-repeat;
    background-position: center top;
    width: 196px;
    height: 296px;
    text-align:center;
    border: 1px solid black;
}

.imagemPe{
    background-repeat: no-repeat;
    background-position: center top;
    width: 140px;
    height: 149px;
    text-align:center;
    border: 1px solid black;
}

.imagemPercentil{
    background-repeat: no-repeat;
    background-position: center top;
    width: 400px;
    height: 453px;
    text-align:center;
    border: 1px solid black;
}

.imagemGrafico{
    background-repeat: no-repeat;
    background-position: center top;
    width: 736px;
    height: 348px;
    text-align:center;
    border:none;
}

.cvRisk{
    background-repeat: no-repeat;
    background-position: center top;
    width: 870px;
    height: 420px;
    text-align:center;
}

.rodnan{
    background-repeat: no-repeat;
    background-position: center top;
    width: 170px;
    height: 376px;
    text-align:center;
}

.imagemUlceras{
    background-repeat: no-repeat;
    background-position: center top;
    width: 400px;
    height: 212px;
    text-align:center;
}
.imagemOlho3Areas{
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 120px;
    text-align:center;
}


.border_linhas_grossas {border: 1px solid; color:steelblue}

.border_linhas_grossas_pretas {border: 1px solid}

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spr-background {
    background: url('../images/spr_bg.png') no-repeat center top fixed;
    background-size:100% auto;
    padding-top: 20px;
}

.reuma-background {
    background: url('../images/reuma_bg.png') no-repeat center top fixed;
    background-size:100% auto;
}

.reuma-logo {
    text-align: center;
    background: url('../images/reuma_logo.png') no-repeat center top fixed;
    background-size:auto;
}

.login-button {
   border: 1px solid rgba(0, 0, 0, 0.3);
    background: #64c8ef; /* Old browsers */
    background: -moz-linear-gradient(top,  #64c8ef 0%, #00a2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64c8ef), color-stop(100%,#00a2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #64c8ef 0%,#00a2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c8ef', endColorstr='#00a2e2',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 5px 15px;
    margin-right: 0;
    margin-top: 15px;
    border-radius: 3px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);

}

.nounderline { text-decoration: none;}
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.alignjustify {text-align:justify;}
.width-100 {width:100%;}
.weight-normal {font-weight:400;}
.semi-bold {font-weight: 600;}
.bold {font-weight: 700;}
.dark-blue {color: #364B69;}
.dark-red {color: #8B0000;}
.over { overflow: auto; width: 95%; }
.transparent {background: transparent;}
.margin-auto {margin: auto;}
.valignsuper {vertical-align:super;}
.valignbottom {vertical-align:bottom;}
.slider {width: 411px;margin-top: -14px;}
.vslider {width: 411px;
     -webkit-transform:rotate(270deg); 
     -moz-transform:rotate(270deg); 
     -o-transform:rotate(270deg); 
     -ms-transform:rotate(270deg); 
     transform:rotate(270deg);}
.pd15 {padding-left: 15px;padding-right: 15px;}
.pdl15 {padding-left: 15px;}
.pdr15 {padding-right: 15px;}
.pdr20 {padding-right: 20px;}
.minimum-width {min-width:880px;margin: auto;}
.min-width-100 {min-width:100%;}
.default-size{
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    position: relative;
    bottom: 4px;
}
.ml-25 {margin-left: -25px;}
.round-corners { 
    margin-top: 20px;
    padding-left: 15px;
    font-size:21px;
    font-weight:200;
    line-height:2.1428571435;
    color:inherit;
    background-color:#eee;
    border-radius:6px;
}

.round-border { 
    border: 1px solid #7BD2F0;
    padding: 6px;
    border-radius:6px;
    text-align:left;
}

.round-title { 
    border: 1px solid #7BD2F0;
    background-color:#7BD2F0;
    border-radius:3px;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    top:-17px;
    left:10px;
}

.rbutton-asp input[type="radio"] 
{ 
    font-weight: 400;
    margin:0;
    padding:0;
    width:15px;
    margin-right:5px;
}

.checkbox-asp input[type="checkbox"] 
{ 
    font-weight: 400;
    margin:0;
    padding:0;
    width:20px;
    margin-right:5px;
}

.checkbox-big
{
  width: 16px; 
  height: 16px; 
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px;
  margin: 0px;
}

.txt-small-just {
 		font: xx-small verdana,arial,helvetica,sans-serif;
        font-size: 10px;
        text-align: justify;
        }       
    
.txt-small-left {
 		font: xx-small verdana,arial,helvetica,sans-serif;
        font-size: 10px;
        text-align: left;
        }  

.txt-small {
 		font: xx-small verdana,arial,helvetica,sans-serif;
        font-size: small;
        }       

.txt-medium {
 		font: xx-small verdana,arial,helvetica,sans-serif;
        font-size: medium;
        }       

.txt-medium-semi-bold {
 		font: xx-small verdana,arial,helvetica,sans-serif;
        font-size: medium;
        font-weight: 600;
        }       

.FixedHeader {
    position: absolute;
    font-weight: 500;
    border-width: 1px;
    color: Black;
    border-style: solid;
    background-color: #C5DEF4;
    border-color: Black;
    margin-top:-2px;
    margin-left:-1px;
    overflow:hidden;
    padding-right:17px;
}

.GridHeader {
    font-weight: 500;
    border-width: 1px;
    color: Black;
    border-style: solid;
    background-color: #C5DEF4;
    border-color: Black;
    outline:0;
}

.GridCell td
{
    padding-left: 1px;
    padding-right: 10px;
}


/* Tabulador */
#container {
    margin: 0 auto;
    width: 100%;  /* Ancho del contenedor */
}

.container-input {
	height: 2.5em;
	visibility: hidden;
}

.container-label {
	background: #F8FAFD;  /* Fondo de las pestañas */
	border-radius: .25em .25em 0 0;
	color: #888;  /* Color del texto de las pestañas */
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1em;  /* Tamaño del texto de las pestañas */
	height: 2.5em;
	line-height: 2.5em;
	margin-right: .25em;
	padding: 0 1.5em;
	text-align: center;
}

#container input:hover + label {
	background: #ddd;  /* Fondo de las pestañas al pasar el cursor por encima */
	color: #666;  /* Color del texto de las pestañas al pasar el cursor por encima */
}

#container input:checked + label {
	background: #EEF9FC;  /* Fondo de las pestañas al presionar */
	color: #444; /* Color de las pestañas al presionar */
	position: relative;
	z-index: 6;
}

#tabs-content {
	background: #F8FAFD;  /* Fondo del contenido */
	border-radius: 0 .25em .25em .25em;
	min-height: 640px;  /* Alto del contenido */
	position: relative;
	width: 100%;
	z-index: 5;
}

.tabs-content-div {
	opacity: 0;
	padding: 1.5em;
	position: absolute;
	z-index: -100;
	/*
	transition: all linear 0.1s;
	*/
}

#content-1 p {
	clear: both;
	margin-bottom: 1em;
}
#content-2 p {
	clear: both;
	margin-bottom: 1em;
}

#content-3 p {
	clear: both;
	margin-bottom: 1em;
}

#content-4 p {
	clear: both;
	margin-bottom: 1em;
}


#container input#tab-1:checked ~ #tabs-content #content-1,
#container input#tab-2:checked ~ #tabs-content #content-2,
#container input#tab-3:checked ~ #tabs-content #content-3,
#container input#tab-4:checked ~ #tabs-content #content-4 {
    opacity: 1;
    z-index: 100;
}

.ContextItem    /* Context Menu Item Style--> */
{
    color:Black;
    font-weight:bold;
}

/* Context Menu Item Style On Mouse Over
.ContextItem:hover 
{
    background-color:#0066FF;
    color:White;
    font-weight:bold;            
}
*/

.detailItem
{
    background:transparent;
}

.detailItem:hover
{
    background-color:#FEE378;
    border: 1px outset #222222;
    font-weight:bold;
    cursor:default;
}

.input-group
{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.form-control {
    padding: 10px;
    font-size: 1.6em;
    width: 100%;
}

/* Paginação grelhas */

    .Pager span
    {
        color: #333;
        background-color: #F7F7F7;
        font-weight: bold;
        text-align: center;
        display: inline-block;
        width: 32px;
        margin-right: 3px;
        line-height: 150%;
        border: 1px solid #ccc;
    }
    .Pager a
    {
        text-align: center;
        display: inline-block;
        width: 32px;
        border: 1px solid #ccc;
        color: #fff;
        color: #333;
        margin-right: 3px;
        line-height: 150%;
        text-decoration: none;
    }


/* Drop down menus */

#drop-down-menu {
    list-style:none;
}
 
#drop-down-menu li {
    float:left;
    text-align:center;
    position:relative;
    padding: 4px 10px 4px 10px;
    margin-right:5px;
    margin-top:7px;
    border:none;
}
 
#drop-down-menu li:hover {
    border: 1px solid #777777;
    padding: 4px 9px 4px 9px;
     
    /* Background color and gradients */
     
    background: white;
    /* background: -moz-linear-gradient(top, white, #FAFCFD);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#FAFCFD)); */
     
    /* Rounded corners */
     
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
 
#drop-down-menu li a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px; 
    display:block;
    outline:0;
    text-decoration:none;
    color:#161616;
    /* text-shadow: 1px 1px 1px #000; */
}
 
#drop-down-menu li:hover a:hover {
    color:#161616;
    text-decoration: underline;
    /* text-shadow: 1px 1px 1px #FFFFFF; */
}

#drop-down-menu li .drop {
    padding-right:21px;
    background:url("../images/drop.png") no-repeat right 8px;
}
#drop-down-menu li:hover .drop {
    background:url("../images/drop.png") no-repeat right 7px;
}
 
/* Drop Down */
 
.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
    margin:0px auto;
    float:left;
    position:absolute;
    left:-999em; /* Hides the drop down */
    text-align:left;
    padding:10px 5px 10px 5px;
    border:1px solid #777777;
    border-top:none;
     
    /* Gradient background */
    background:white;
    /* background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB)); */
 
    /* Rounded Corners */
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}
 
.dropdown_1column {width: 184px;} /* 160 * 1 + 2*12 */
.dropdown_2columns {width: 356px;} /* 160 * 2 + 3*12 */
.dropdown_3columns {width: 528px;} /* 160 * 3 + 4*12 */
.dropdown_4columns {width: 700px;} /* 160 * 4 + 5*12 */
.dropdown_5columns {width: 872px;} /* 160 * 5 + 6*12 */
 
#drop-down-menu li:hover .dropdown_1column, 
#drop-down-menu li:hover .dropdown_2columns, 
#drop-down-menu li:hover .dropdown_3columns,
#drop-down-menu li:hover .dropdown_4columns,
#drop-down-menu li:hover .dropdown_5columns {
    left:-1px;
    top:auto;
}
 
/* Columns */
 
.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.col_1 {width:160px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
 
/* Right alignment */
 
#drop-down-menu .menu_right {
    float:right;
    margin-right:0px;
}
#drop-down-menu li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
#drop-down-menu li:hover .align_right {
    left:auto;
    right:-1px;
    top:auto;
}
 
/* Drop Down Content Stylings */
 
#drop-down-menu p, #drop-down-menu h2, #drop-down-menu h3, #drop-down-menu ul li {
    font-family:Arial, Helvetica, sans-serif;
    line-height:21px;
    font-size:12px;
    text-align:left;
    color:#161616;
    /* text-shadow: 1px 1px 1px #FFFFFF; */
}
#drop-down-menu h2 {
    font-size:21px;
    font-weight:400;
    letter-spacing:-1px;
    margin:7px 0 14px 0;
    padding-bottom:14px;
    border-bottom:1px solid #666666;
}
#drop-down-menu h3 {
    font-size:14px;
    margin:7px 0 14px 0;
    padding-bottom:7px;
    border-bottom:1px solid #888888;
}
#drop-down-menu p {
    line-height:18px;
    margin:0 0 10px 0;
}
 
#drop-down-menu li:hover div a {
    font-size:12px;
    color:#015b86;
}
#drop-down-menu li:hover div a:hover {
    color:#029feb;
}
.strong {
    font-weight:bold;
}
.italic {
    font-style:italic;
}
.imgshadow {
    background:#FFFFFF;
    padding:4px;
    border:1px solid #777777;
    margin-top:5px;
    -moz-box-shadow:0px 0px 5px #666666;
    -webkit-box-shadow:0px 0px 5px #666666;
    box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
    width:auto;
    float:left;
    margin:5px 15px 5px 5px;
}
#drop-down-menu li .black_box {
    background-color:#333333;
    /* color: #eeeeee; */
    color:#161616;
    /* text-shadow: 1px 1px 1px #000; */
    padding:4px 6px 4px 6px;
 
    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 
    /* Shadow 
    -webkit-box-shadow:inset 0 0 3px #000000;
    -moz-box-shadow:inset 0 0 3px #000000;
    box-shadow:inset 0 0 3px #000000; */
}
#drop-down-menu li ul {
    list-style:none;
    padding:0;
    margin:0 0 12px 0;
}
#drop-down-menu li ul li {
    font-size:12px;
    line-height:24px;
    position:relative;
    color:#161616;
    /* text-shadow: 1px 1px 1px #ffffff; */
    padding:0;
    margin:0;
    float:none;
    text-align:left;
    width:160px;
}
#drop-down-menu li ul li:hover {
    background:none;
    border:none;
    padding:0;
    margin:0;
}
#drop-down-menu li .greybox li {
    background:white;
    border:1px solid #bbbbbb;
    margin:0px 0px 4px 0px;
    padding:4px 6px 4px 6px;
    width:158px;
 
    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#drop-down-menu li .greybox li:hover {
    background:#ffffff;
    border:1px solid #aaaaaa;
    padding:4px 6px 4px 6px;
    margin:0px 0px 4px 0px;
}

.cabec-doente {
    height:36px;
    width:100%;
    margin:auto;
    background-color:#C5DEF4;
    border-top: 1px solid;
    font: xx-small verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
}


.separador1a {
    position: relative;
    left: 91px;
    border-bottom:1px solid #888888;
    width:85px;
    margin-top:-10px;
}

.separador1b {
    position: relative;
    left: 111px;
    border-bottom:1px solid #888888;
    width:65px;
    margin-top:-10px;
}

.separador3 {
    position: relative;
    left: 107px;
    border-bottom:1px solid #888888;
    width:412px;
    margin-top:-10px;
}
.separador4 {
    position: relative;
    left: 91px;
    border-bottom:1px solid #888888;
    width:600px;
    margin-top:-10px;
}

.separador4b {
    position: relative;
    left: 132px;
    border-bottom:1px solid #888888;
    width:559px;
    margin-top:-10px;
}

.separador4c {
    position: relative;
    left: 125px;
    border-bottom:1px solid #888888;
    width:566px;
    margin-top:-10px;
}

.separador4d {
    position: relative;
    left: 139px;
    border-bottom:1px solid #888888;
    width:552px;
    margin-top:-10px;
}

.separador4e {
    position: relative;
    left: 176px;
    border-bottom:1px solid #888888;
    width:516px;
    margin-top:-10px;
}

.separador4f {
    position: relative;
    left: 135px;
    border-bottom:1px solid #888888;
    width:556px;
    margin-top:-10px;
}

.separador4g {
    position: relative;
    left: 209px;
    border-bottom:1px solid #888888;
    width:482px;
    margin-top:-10px;
}

.separador4h {
    position: relative;
    left: 159px;
    border-bottom:1px solid #888888;
    width:533px;
    margin-top:-10px;
}

.separador4i {
    position: relative;
    left: 163px;
    border-bottom:1px solid #888888;
    width:529px;
    margin-top:-10px;
}

.separador5 {
    position: relative;
    left: 131px;
    border-bottom:1px solid #888888;
    width:732px;
    margin-top:-10px;
}

/* ————————————————————–
  Tree core styles
*/
.tree { margin: 1em; font-size: 14px;list-style-type: none;}

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  }

.tree input ~ ul { display: none; }

.tree input:checked ~ ul { display: block; }

/* ————————————————————–
  Tree rows
*/
.tree li {
  line-height: 1.0;
  position: relative;
  padding: 0 0 1em 1em;
  }

.tree ul li { padding: 1em 0 0 1em; margin-left:-41px;margin-top:-5px;list-style-type: none;}

.tree > li:last-child { padding-bottom: 0;}

/* ————————————————————–
  Tree labels
*/
.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
  }

label.tree_label { cursor: pointer; }

label.tree_label:hover { color: #666; }

/* ————————————————————–
  Tree expanded icon
*/
label.tree_label:before {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: .9em;
  }

:checked ~ label.tree_label:before { content: '–'; }

/* ————————————————————–
  Tree branches
*/
.tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
  }

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0 0 0 .3em;
  content: '';
  }

label.tree_label:after { border-bottom: 0; }

:checked ~ label.tree_label:after {
  border-radius: 0 .3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
  }

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
  }

.tree > li:last-child:before { display: none; }

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}