﻿body {
    font-family: Arial !important;
    font-size: 16px !important;
}

.input-validation-error {
    border-color: #EB0400 !important;
}

    .input-validation-error + .checkmark {
        border-color: #EB0400 !important;
    }

.navbar-inverse {
    background-color: #ffffff !important;
    border-color: #CA4E21 !important;
}

h3 {
    color: #CA4E21 !important;
}

.text-danger {
    color: #EB0400 !important;
}

/*.form-control {
    margin-bottom: 30px !important;
}*/

input {
    height: 45px !important;
}

label {
    margin-bottom: 15px !important;
}

.input-group {
    margin-bottom: 30px !important;
}

.JQValidationSummary ul li {
    margin-bottom: 15px;
    font-weight: bold;
}

.glyphicon-asterisk {
    color: #d71111;
    font-size: 23px;
    position: relative;
    top: 6px;
}

/*.xxx {
    padding: 4px 8px 8px 40px;
}

input[type=radio] {
    width: 2.375rem !important;
    height: 2.375rem !important;
    text-align: justify;
}*/

/*input[type=radio] {
    width: 2.375rem !important;
    height: 2.375rem !important;
    text-align: justify;
}

.radio-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}*/

.Logo-Master {
    width: 175px;
    margin: 10px;
}

h3 {
    margin-top: 40px !important;
}

.navbar-fixed-top {
    border-width: 0 0 5px;
}


.btn-default {
    width: 250px;
    background-color: #ffffff !important;
    border-color: #CA4E21 !important;
    color: #CA4E21 !important;
}


    .btn-default:hover,
    .btn-default:focus {
        background-color: #CA4E21 !important;
        color: #ffffff !important;
    }

    .btn-default:active,
    .btn-default.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }
