﻿/* 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;
}

.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);}
.pdl15 {padding-left: 15px;}
.pdr15 {padding-right: 15px;}
.default-size{
    width: 1.2em;
    height: 1.2em;
    border: none;
}

.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;
}

.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%;
}

