﻿body {
    background: #333;
}

.form_bg {
    background-color: #f4f4f4;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    border: 1px solid #fff;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /*height: 400px;*/
}

.align-center {
    text-align: center;
}

.labelstyle {
    position: relative;
    margin-bottom: 1rem;
    font: 100%;
    font-family: 'Times New Roman';
    font-size: x-large;
    font-weight: bold;
}

.LabelStyleRequired {
    color: Red;
    font-weight: bold;
    font-family: 'Times New Roman';
    font-size: 11pt;
}

.LabelStyleValidation {
    color: red;
    font-weight: normal;
    /*background-color: silver;*/
    padding: 1px 5px 1px 5px;
    border-radius: 7px;
    font-family: 'Times New Roman';
    font-size: 10pt;
}

.radio .btn,
.radio-inline .btn {
    padding-left: 2em;
    min-width: 7em;
}

.radio label,
.radio-inline label {
    text-align: left;
    padding-left: 0.5em;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    /*touch-action: manipulation;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}