﻿.inline-rb input[type="radio"] {
    width: auto;
    padding-left: 14px;
}

.inline-rb label {
    display: inline;
    padding-left: 4px;
    font-weight: normal !important;
}

.error_lbl {
    color: red;
}

body {
    /*background-color: #DFEAEE !important;*/
    background-color: #E1EFF0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: #0096A9;
}

#body {
    /*background-color: #DFEAEE !important;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}

.container {
    /*background-color: #E1EFF0;*/
}

.rlbl {
    /*text-align: right;*/
}

.pageTitle {
    background-color: white;
    border: 1px solid darkslategrey;
    color: #0096A9;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border-radius: 4px;
}

.input {
    color: darkslategrey;
}

.num_input{
    width:60px !important;
    text-align:right;
}

.logo_splash{
    width:100%;
}
