﻿.btn.btn-primary {
    color: #363b3f;
    font-weight: bold;
    border-color: #b2b4b4;
    font-size: 12pt;
    background: linear-gradient(#e6e6e7, #cbcccd);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .btn.btn-primary:hover,
    .btn.btn-primary:focus,
    .btn.btn-primary:active,
    .btn.btn-primary.active {
        color: #23282c;
        font-weight: bold;
        background: linear-gradient(#e6e6e7, #cbcccd);
        font-size: 13pt;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.auto-style1 {
    font-size: 16pt;
    font-weight: bold;
    background-color: white;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.auto-style2 {
    font-size: 13pt;
    font-weight: bold;
    background: #ffffff;
    border-radius: 2px;
    vertical-align: central;
    margin: 1px;
    margin-left: 0px;
    height: auto;
}

.auto-style3 {
    font-size: 11pt;
    font-weight: bold;
    background-color: white;
    margin-bottom: 2px;
}

.auto-style4 {
    font-size: 11pt;
    font-weight: bold;
    background-color: white;
    margin: 10px;
}

.auto-style5 {
    font-size: 13pt;
    font-weight: bold;
    background-color: white;
    border-radius: 2px;
    vertical-align: central;
    margin: 1px;
    margin-left: 0px;
    height: auto;
}

.auto-style6 {
    font-size: 11pt;
    font-weight: bold;
    background-color: white;
    margin: 25px;
    text-align: center;
}

.auto-style8 {
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
}

.radiostyle {
    height: auto;
}

    .radiostyle label {
        margin-left: 3px !important;
        margin-right: 10px !important;
    }

.class_Required {
    color: #ff0000;
    font-weight: bold;
    font-size: 15pt;
}

.ground_txt:focus {
    color: #000000;
    background-color: #f8fbec;
}
