﻿body 
{
    background: url("images/background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #eee;
}

html, body, .container-table {
    height: 100%;
}

.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.toppad
{
    margin-top:20px;
}

fieldset
{
    margin-bottom: 30px;
    border: none;
}

legend
{
    font-size: 1.4em;
    margin-bottom: 10px;
}

sup 
{
    color: red !important;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.number
{
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 100%;
}

.multiselect-container > li > a > label {
    white-space: normal !important;
}

.dropdown-menu {
    min-width: 100% !important;
}

.btn-default {
    text-align: left !important;
}

.btn .caret {
    float: right;
    margin-top: 8px;
}