body {
    font-family: Helvetica, sans-serif;
}

h1, h2, h3, h4 {
    font-family: Helvetica, serif;
    font-weight: 600;
    text-transform: uppercase;
}

h1 {
    color: #003366;
    font-size: 2.25em;
    margin-bottom: 1em;
}

.alert {
    background-color: #f1f1f1;
    border: 0;
    border-radius: 0;
    color: #1B1C1A;
    margin-top: 1.5em;
    padding: 1em;
    position: relative;
}

.alert span {
    color: #1B1C1A;
    position: absolute;
    left: .5em;
    top: .5em;
    font-size: 1.75em;
}

.alert-body {
    display: table-cell;
    padding-left: 2.75em;
    vertical-align: top;
}


.alert h3 {
    margin-top: 0;
}

.alert p:last-child {
    margin-bottom: 0;
}

.alert.alert-info {
    background-color: #E1F3F8;
}

.alert.alert-warning {
    background-color: #FFF1D2;
}

.form-control,
.input-group-addon {
    border-radius: 0;
}

label.error {
    display: block;
    font-size: .9em;
    color: #a94442;
    margin-top: 5px;
}

select:not(.datepick-month-year) {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select-group {
    position: relative;
}

.select-group-addon {
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
}

.input-group-addon {
    background-color: #0071BC;
    border: 0;
    color: white;
    cursor: pointer;
}

.radio-inline .help-block {
    display: none;
}

.btn {
    border-radius: 2px;
    font-weight: bold;
    padding-left: 1.5em;
    padding-right: 1.5em;
    min-width: 8em;
}

.btn.btn-primary {
    background-color: #0872B9;
}

/*.form-required:after {*/
/*content: 'Required';*/
/*display: inline-block;*/
/*position: absolute;*/
/*right: 15px;*/
/*top: 0;*/
/*font-style: italic;*/
/*}*/

.form-group.form-required > label:after,
.form-group.form-required .control-label:after {
    content:"*";
    color:red;
    font-size: 20px;
    line-height: 16px;
}

.help-block {
    color: rgba(27,28,26,.6);
    font-size: .9em;
}

.table-fixed {
    table-layout: fixed;
}

footer {
    background-color: #F7F7F7;
    padding: 1.25em 1em;
}

@media (min-width: 768px) {

    .navbar {

    }

    .main {
        padding-top: 2em;
    }

    .sidebar nav {
        margin-bottom: 3em;
        margin-top: 5em;
    }
}

/* overwrite basic */
.input-group[class*=col-] {
    padding-right: 15px !important;
}

.radio-inline {
    padding-left: 25px !important;
}

@media (min-width: 768px) {
    div[class*=col-sm-] {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .input-group[class*=col-] {
        padding-left: 15px !important;
    }
}

.date {
    background: none;
}

.date input[readonly] {
    background: #fff;
}


/* other */
.errorElement {
    border: 1px solid red !important;
    box-shadow: 0 0 2px #CC0000;
}

.entry {
    font-weight: bold;
    font-family: Tahoma;
    color: #000;
}

span.entry {
    display: block;
}

pre.entry {
    white-space: pre-wrap;
}

form .error{
    color: red;
    font-weight: bold;
    background: none;
    border: none;
    padding: inherit;
}

.text-underline {
    text-decoration: underline;
}

.header-with-bkg {
    background: linear-gradient(to right, rgba(218, 210, 210, .4), #ffffff);
    padding: 10px;
}

@media only screen and (min-width: 769px) {
    .fl {
        float: left !important;
    }
}

.datepicker-switch {
    text-decoration: underline !important;
}