@CHARSET "UTF-8";

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

label
{
    margin-right: 10px;
}

label.lastChild
{
    margin-right: 0px;
}

a:focus
{
    outline: none;
}

h2
{
    font-size: 1.4em;
    margin-top: 40px;
}

h3
{
    font-size: 1.2em;
    margin-top: 40px;
}

td
{
    text-align: center;
}

.center
{
    margin-top: 45px;
    text-align: center;
    font-weight: bold;
}

.clear
{
    clear: both;
}

.spaceb20
{
    margin-bottom: 20px;
}

.input-group
{
    margin: 2px;
}

.form_container
{
    width: 800px;
    margin: 20px auto 0;
}

.input-group
{

}

.tooltip.right .tooltip-arrow
{
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #B24747;
    border-width: 5px 5px 5px 0;
}

.tooltip-inner
{
    color: #fff;
    background: #B24747;
    border: solid 1px #B24747;
}

.form-horizontal .control-label
{
    text-align: right;
    width: 200px;
    padding-top: 10px;
}

.formFooter
{
    width: 100%;
    text-align: right;
}

#register_form
{
    margin-bottom: 20px;
}

.glyphicon-plus, .glyphicon-minus
{
    cursor: pointer;
}

.label-danger
{
    float: right;
}

.btn-primary
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #5C8AE5;
    border-color: rgba(255, 255, 255, 0.5) -moz-use-text-color rgba(0, 0, 0, 0.25);
    border-left: 0 none;
    border-radius: 8px;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    color: #FFFFFF;
    font: 14px/25px 'Mako', Arial, Helvetica, sans-serif;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms ease 0s;
    width: 160px;
}

.btn-primary:hover
{
    background-color: #527ACC;
}

label.control-label.twolines
{
    padding-top: 7px;
}

.input-group-addon:first-child.radio
{
    border-right: 1px solid #cccccc;
    border-radius: 4px;
}

div.form-group.has-error div.input-group span.input-group-addon.radio
{
    border-right: 1px solid #b94a48;
}

@media screen and (max-width: 767px)
{
    .form-horizontal .control-label
    {
        text-align: left;
        width: 450px;
        padding-top: 0;
    }
}

/* CHECKBOX */
input.cbInput
{
    visibility: hidden;
    width: 0;
    position: absolute;
}

div.error
{
    color: #B94A48;
    text-align: right;
    font-size: 10px;
}

label.cbLabel
{
    display: inline;
}

label.cbLabel.normal
{
    font-weight: normal;
}

.checkbox
{
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    background: url('images/checkbox.png')
}

.checkbox.checked
{
    background-position: -60px 0
}

label.btn
{
    padding: 3px 5px;
    width: auto;
}

/* Radiobuttons */

label.btn-default:active, label.btn-default.active, label.btn.btn-default.active.disabled
{
    border-color: #000;
    background-color: #5c8ae5;
    color: #fff;
}
