﻿/* 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-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;
    }
}

.uveitis-login {
    width: 410px;
    margin: 2% auto 0 auto;
    font-size: 1.6em;
}

.uveitisbckg {
    background-image:url("../images/logo_uveitis.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    text-align:center;
}

.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);
}

.spo-background {
    background: url('../images/spo_bg.png') no-repeat center top fixed;
    background-size:100% auto;
    padding-top: 20px;
}

.uveitis-background {
    background: url('../images/uveitis_bg.png') no-repeat center top fixed;
    background-size:100% auto;
}

.uveitis-logo {
    text-align: center;
    background: url('../images/uveitis_logo.png') no-repeat center top fixed;
    background-size:auto;
}

.imagemGrafico{
    background-repeat: no-repeat;
    background-position: center top;
    width: 736px;
    height: 348px;
    text-align:center;
    border:none;
}

.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);}
.pdl15 {padding-left: 15px;}
.pdr15 {padding-right: 15px;}
.pdr20 {padding-right: 20px;}
.pdlfinding {padding-left: 35px;}
.pdlfindingdet {padding-left: 56px;}
.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;
}

.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%;
}

/* 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: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE));
     
    /* 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; 
    color: #EEEEEE;
    display:block;
    outline:0;
    text-decoration:none;
    color:#161616;
    /* text-shadow: 1px 1px 1px #000; */
}
 
#drop-down-menu li:hover a {
    color:#161616;
    /* 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:#FFFFFF;
    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;}
.dropdown_2columns {width: 356px;}
.dropdown_3columns {width: 528px;}
.dropdown_4columns {width: 650px;}
.dropdown_5columns {width: 872px;}
 
#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:280px;}
.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:#FFFFFF;
    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:#C2E8F0;
    border-top: 1px solid;
    font: xx-small verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
}

.separador1 {
    position: relative;
    left: 91px;
    border-bottom:1px solid #888888;
    width:85px;
    margin-top:-10px;
}

.separador4 {
    position: relative;
    left: 123px;
    border-bottom:1px solid #888888;
    width:518px;
    margin-top:-10px;
}

 /* Tabuladores */
 .deselected-tab
{
  display: block;
  padding: 4px 18px 4px 18px;
  float: left;
  background: url("../images/TabInitialImage.png") no-repeat right top;
  color: Black;
  font-weight: bold;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.deselected-tab:hover
{
  color: #0F4EA9;
  background: url("../images/TabSelectedButton.png") no-repeat right top;
}
.selected-tab
{
  float: left;
  display: block;
  background: url("../images/TabSelectedButton.png") no-repeat right top;
  padding: 4px 18px 4px 18px;
  color: #0F4EA9;
  font-weight: bold;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}

.botaoEliminar{
    width:75px;
    word-wrap : break-word ;
    word-break : normal
}

.retina_esq {
    background-image:url("../images/areas_retina_esq.png");
    background-repeat: no-repeat;
    background-position: left top;
    width:400px;
    height: 400px;
    text-align:center;
}

.retina_dir {
    background-image:url("../images/areas_retina_dir.png");
    background-repeat: no-repeat;
    background-position: left top;
    width:400px;
    height: 400px;
    text-align:center;
}

/* ————————————————————–
  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;
}
