﻿body {
    padding-top: 50px;
}

.value 
{
    -webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
    font-size: 1em;
    padding: 1px 4px 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.value a 
{
    display:inline-block;
    min-width: 50%;
}

.value a .icon
{
    display: none;
    float: left;
    margin-top: 2px;
}

.value:hover a .icon
{
    display: inherit;
}

.value:hover, .value.selected
{
    background-color: #CCC;
    padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.value.changed 
{
	background-color: #FFFF99;
}

.value,
.value a 
{
    color: #000;
    text-decoration: none;
}

.value-alert,
.value-warning a
{
    color: #FF6600;
}

.value-alert,
.value-alert a 
{
    color: #CC0000;
    font-weight: bold;
}

.labels-inline label 
{
    display: inline;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.label a 
{
    color: #FFF;
}
.table-row-selected 
{
    background-color: #DEF;
}

.multi-row 
{
    margin-top: 20px;
}

.multi-row > .row-fluid, .multi-row > .row
{
    border-top: 1px solid #dddddd;
    padding: 8px;
}

.multi-row > .row-fluid:hover, .multi-row > .row:hover
{
    background-color: #f5f5f5;
}

.multi-row-striped > .row-fluid:nth-child(odd), .multi-row-striped > .row:nth-child(odd) {
    background-color: #f9f9f9;
}

.badge-alert {
    background-color: #b94a48;
    color: #FFF;
}

.carousel-caption {
    background-color: rgba(0,0,0,0.3);
}