﻿body {
    font-family: "Segoe UI", "Open Sans", sans-serif, serif;
    font-size: .8rem;
    line-height: 1.1;
    font-weight: 400;
    font-style: normal;
}

.app-bar.navy
{
    background-color: #5ca2d6;
}
.app-bar .app-bar-element.branding
{
    padding-left: 1rem;
    padding-right: 1rem;
    left: 50%;
}

a
{
    text-decoration: none; 
    color:inherit ;
}

a:visited 
{
   text-decoration: none; 
   color:inherit ;
}

a:focus, a:hover {
    text-decoration: none;
    color:inherit ;
}

.btn a:visited
{
    color: #2086bf;
}

.btn a
{
    color: #2086bf;
}

.Estado0 
{
    background-color: White;
    color: Black;
}
.Estado1
{
    background-color: #FB7171;
    color: Black;
}
.Estado2
{
    background-color: #84ADFB;
    color: Black;
}
.Estado3
{
    background-color: #3399FF;
    color: Black;
}
.Estado4
{
    background-color: #FF80FF;
    color: Black;
}
.Estado5
{
    background-color: #FFFFBB;
    color: Black;
}
.Estado6
{
    background-color: #FFFF6F;
    color: Black;
}
.Estado7
{
    background-color: Yellow;
    color: Black;
}
.Estado8
{
    background-color: #FF3300;
    color: White;
}
.Estado9
{
    background-color: #006600;
    color: White;
}
.Estado10
{
    background-color: #3366CC;
    color: White;
}
.fuente_small
{
    font-size: small;
}


.Right
{
    text-align: right;
}

.Etiqueta
{
    width: 150px;
    font-size: 12px;
    font-weight: bold;
    color: Navy;
}

.Campo
{
    font-weight: bold;
}


.Campo_Corto
{
    width: 10%;
}

.Campo_Medio
{
    width: 50%;
}

.Campo_Largo
{
    width: 100%;
}

.Campo_Boton
{
    width: 60px;
}

.Campo_Completo
{
    width: 100%;
}


.form-group {
    margin-bottom: 3px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}

.row {
    margin-right: 1px;
    margin-left: 1px;
}


.example {
    padding: .1rem .1rem .1rem 2.5rem;
    border: 1px #ccc dashed;
    position: relative;
    margin: 0 0 .625rem 0;
}

.example:before {
    position: absolute;
    content: attr(data-text);
    text-transform: lowercase;
    left: 1.5rem;
    top: 11.875rem;
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    height: 1rem;
    text-align: right;
    white-space: nowrap;
    direction: ltr;
    width: 12.5rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.example2 {
    padding: .1rem .1rem .1rem 2.5rem;
    border: 1px #ccc dashed;
    position: relative;
    margin: 0 0 0 0;
}

.example2:before {
    position: absolute;
    content: attr(data-text);
    left: 1.5rem;
    top: 11.3rem;
    display: block;
    font-size: 1.6rem;
    line-height: 1rem;
    height: 1rem;
    text-align: right;
    white-space: nowrap;
    direction: ltr;
    width: 12.5rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.tile-chema {
    width: 150px;
    height: 150px;
    display: block;
    float: left;
    margin: 5px;
    background-color: #eeeeee;
    box-shadow: inset 0 0 1px #FFFFCC;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    width: 100px;
    height: 130px;
}

.breadcrumbs2 a {
    background: #d9d9d9;
    padding: .1em .3em;
    float: left;
    text-decoration: none;
    color: #2086bf;
    position: relative;
}

.fc-event, .fc-event:hover, .ui-widget .fc-event {
    text-decoration: none;
    color: inherit;
}

.first-lettter:first-letter {
    font-size: 200%;
    font-weight: bold;
}

.input-group-addon {
    padding: 3px 3px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: #4c2cce;
    text-align: left;
    background-color:#9cb6cc;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 3px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 3px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: Black ;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.grid {
    display: block;
    position: relative;
    margin: .1rem 0;
}

.grid .row > .cell {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    min-height: 10px;
    margin: 0 0 0 .5%;
}

.logo {
    width: 240px;
    margin-top: 3px;
}