﻿/* Bootstrap */

.top
{
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.form-horizontal .control-label,
.form-horizontal .controls,
.form-horizontal .control-group
{
    padding: 0px;
    margin: 2px 0px 2px 0px;
    text-align: left;
}

td
{
    padding: 0px;
    margin: 0px;
}

.control-label
{
    font-weight: bold;
    line-height: 14px;
    padding: 10px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

.controls
{
    font-weight: bold;
    line-height: 14px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

span.badge
{
    display: inline-block;
    float: right;
    margin-top: 1px;
    color: #ffffff !important;
}

label
{
    display: inline-block;
    padding: 0px 0px 0px 7px;
    line-height: 10px;
    vertical-align: middle;
    margin: 7px 0px 4px 0px;
}

.well.stat
{
    cursor: pointer;
    padding: 10px 0 5px 0;
    width: 100px;
}

.well.stat:hover
{
    border-color: #777777;
}

/* jQuery Validate */

label.valid
{
    width: 10px;
    height: 17px;
    background: url(/Includes/Libraries/jquery-validate/img/valid.png) top center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

label.error
{
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.summary
{
    text-align: center;
    margin-right: 10px;
    width: 120px;
}

.summary img
{
    height: 40px;
}

.summary label
{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    cursor: text;
}

.summary span
{
    font-weight: bold;
    color: #aaaaaa;
}

.problem,
.problem *
{
    color: red !important;
}

.warning,
.warning *
{
    color: orange !important;
}

.working,
.working *
{
    color: green !important;
}

.unknown,
.unknown *
{
    color: gray !important;
}

.display-logs tr td
{
	padding: 5px;
	border: 1px solid #ededed;
	background-color: #ffffff;
}

.display-logs tr:nth-of-type(odd) td:nth-of-type(odd),
.display-logs tr:nth-of-type(even) td:nth-of-type(even)
{
	background-color: #fafafa;
}

.alert
{
	margin-bottom: 2px;
}

.table select
{
	margin: 0;
	padding: 2px;
	height: auto;
	line-height: 14px;
	font-size: 14px;
}