@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

body {
    font-family: 'Lucida Grande', Geneva, Arial, Verdana, Helvetica,
    sans-serif;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

button {
    /*
    border-color: #010101;
    border-style: solid;
    border-radius: 0.5em;
    padding: 0.75em;
    background-color: #FFFFFF;
    color: black;
    min-width: 10em;
    */
}

button:hover {

}

.LinkColor {
    color: #336699;
    cursor: Pointer;
}

.topCol {
    background-color: #666666;
    color: #FFFFFF;
    font-size: 12pt;
    padding: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}
.topColLeft {
    padding-left: 0.7em;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
}
.topColRight {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
}

.mainCol {
    background-color: #EBEDF1;
    padding: 10px;
}

.mainColAuto {
    width: auto;
}

h1 {
    font-size: 13pt;
    color: #444444;
    font-weight: bold;
}

h2 {
    font-size: 11pt;
    color: #444444;
    font-weight: bold;
}

a:active {
    color: #336699;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #336699;
    text-decoration: none;
    font-weight: normal;
}

a:link {
    color: #336699;
    text-decoration: none;
    font-weight: normal;
    border: 0;
}

a:visited {
    color: #336699;
    text-decoration: none;
    font-weight: normal;
}

img {
    border: 0;
}

td {
    font-size: 9pt;
    color: #111111;
}

td.license {
    /*border: 1px solid green;*/
}

.centered {
    text-align: center;
}

.rightTxt{
    text-align: right;
}

.td_bold {
    font-size: 9pt;
    color: #111111;
    font-weight: bold;
}

td.license.InvFooterInfo {
    white-space: unset;
}

p {
    font-size: 9pt;
    color: #111111
}

.tdbold {
    font-weight: bold;
}

td.license.x20px {
    width: 20px;
}

td.license.x40px {
    width: 40px;
}

input.txt {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px
}

textarea {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    background-color: transparent;
}

textarea#xLeadTxtArea {
    width: 350px
}

textarea#xDemoKeyTxtArea {
    width: 450px;
}

.topNav {
    border-top: 7px solid #c6c7ce;
    border-right: 1px solid #c6c7ce;
    border-bottom: 1px solid #c6c7ce;
    vertical-align: bottom;
    padding-right: 10px;
    padding-left: 5px;
    text-align: left;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    background: #ffffff;
}

.topNavLight {
    border-top: 7px solid #c6c7ce;
    border-right: 1px solid #c6c7ce;
    border-bottom: 1px solid #c6c7ce;
    vertical-align: bottom;
    padding-right: 10px;
    padding-left: 5px;
    text-align: left;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    background: #deebff;
}

.topNavgrau {
    border-top: 7px solid #c6c7ce;
    border-right: 1px solid #c6c7ce;
    border-bottom: 1px solid #c6c7ce;
    vertical-align: bottom;
    padding-right: 10px;
    padding-left: 5px;
    text-align: left;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background: #c6c7ce;
}

.topNavRight {
    border-top: 7px solid #c6c7ce;
    border-bottom: 1px solid #c6c7ce;
    vertical-align: bottom;
    padding-right: 10px;
    padding-left: 5px;
    text-align: left;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

.topNavRightLight {
    border-top: 7px solid #c6c7ce;
    border-bottom: 1px solid #c6c7ce;
    vertical-align: bottom;
    padding-right: 10px;
    padding-left: 5px;
    text-align: left;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    background: #deebff;
}

.mainBox {
    border: thin solid #BBBBBB;
    margin: 15px;
    margin-top: 0px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
}

.mainBoxClear {
    margin: 15px;
    margin-top: 0px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
}

.linie {
    border-top: 1px solid #BBBBBB;
    margin-left: 15px;
}

.copyright {
    font-size: 11px;
}

.license {
    font-size: 11px;
    white-space: nowrap;
    border: 0;
}

.licenseGreen {
    font-size: 11px;
    white-space: nowrap;
    border: 0;
    color: #009933;
}

.licenseLink {
    font-size: 11px;
    white-space: nowrap;
    border: 0;
    color: #336699;
    cursor: Pointer;
}

.licenseML {
    font-size: 10px;
    white-space: normal;
}

.hosts {
    font-size: 11px;
    white-space: nowrap;
    border: 0;
    border-top-color: #333333;
    border-top-color: #000000;
    border-right-color: #000000;
    border-right-color: #000000;
    border-top-style: solid;
    vertical-align: top;
}

.cred {
    color: #FF0000;
}

.cGreenMessage {
    color: white;
    background-color: darkgreen;
    padding: 1em;
}

.cRedMessage {
    color: white;
    background-color: #FF0000;
}

.cOrchidMessage {
    color: white;
    background-color: darkorchid;
}

.cGoldenRodMessage {
    color: white;
    background-color: darkgoldenrod;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 10px 0px;
    padding: 0px;
}

.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-color: #FEEFB3;

}

.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}

.isa_info td, .isa_success div, .isa_warning div, .isa_error div {
    margin: 10px 22px;
    font-size: 2em;
    vertical-align: middle;
}

td.aw_info_msgtxt {
    font-style: normal;
    font-size: 1em;
}
.tdBtnNext{
    padding-right: 2em;
}

#MessageSign {
}

.topColLight {
    background-color: #CCCCCC;
    color: #000000;
    font-size: 12pt;
    padding: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.topColTransp {
    color: #000000;
    font-size: 12pt;
    padding: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    margin: auto;
}

.LicOVHostInfo {
    font-size: 12px;
}

.xTable {
    width: 100%;
    border-width: 0;
    border-spacing: 0;
    padding: 0;
}

.xTableNoWidth {
    border-width: 0;
    border-spacing: 0;
    padding: 0;
}

.xTableFixWidth {
    width: 768px;
    border-width: 0;
    border-spacing: 0;
    padding: 0;
}

.DescCol {
    border-bottom-width: thin;
    border-bottom-style: inset;
    border-bottom-color: #E8E8E8;
}

.licenseBold {
    font-size: 10px;
    white-space: nowrap;
    border: 0;
    font-weight: bold;
}

.td_h1 {
    font-size: 12pt;
    font-weight: normal;
}


.addarticlepos {
    font-size: 11px;
    white-space: nowrap;
    border-width: 1px;
    border-top-color: #CCCCCC;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-top-style: solid;
    vertical-align: top;
}

.shoppos {
    font-size: 11px;
    white-space: nowrap;
    border-width: 1px;
    border-top-color: #CCCCCC;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-top-style: solid;
    vertical-align: top;
    padding: 1em;
}

.shopposbold {
    font-weight: bold;
    font-size: 11px;
    /*white-space: nowrap;*/
    border-width: 0px;
    border-top-color: #CCCCCC;
    border-top-color: #000000;
    border-right-color: #000000;
    border-right-color: #000000;
    border-top-style: solid;
    vertical-align: top;
    padding: 1em;
}

.shoptitlebold {
    font-weight: bold;
    font-size: 11px;
    /*white-space: nowrap;*/
    border: 1px;
    border-top-color: #333333;
    border-top-color: #000000;
    border-right-color: #000000;
    border-right-color: #000000;
    border-top-style: solid;
    vertical-align: top;
}

/* CSS3 border radius for various elements . yea  - CSS isn 't perfect */
.rounded, #sheet input, .error {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}

/* validation error message */
.error {
    background-color: #E8FF6D;
    padding: 4px;
    -webkit-box-shadow: #000 0 0 12px;
    -moz-box-shadow: #000 0 0 12px;
}

/* nested arrow inside error message. It's 100% CSS. No images. */
.error em {
    border: 10px solid;
    border-color: #E8FF6D transparent transparent;
    bottom: -17px;
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
    width: 0;
}

/* input field that caused validation error */
.invalid {
    background-color: rgba(221, 233, 255, 0.898) !important;
}

.modal {
    background-color: #fff;
    display: none;
    width: 620px;
    padding: 15px;
    text-align: left;
    border: 2px solid #333;
    opacity: 0.8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.modalResellerList {
    background-color: #fff;
    display: none;
    height: 560px;
    padding: 30px;
    text-align: left;
    border: 2px solid #333;
    opacity: 0.8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.modalStatusList {
    background-color: #fff;
    display: none;
    height: 210px;
    padding: 30px;
    text-align: left;
    border: 2px solid #333;
    opacity: 0.8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.modal h2 {
    background: 0 50% no-repeat;
    margin: 0px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #333;
    font-size: 20px;
}

.modal p label {
    padding-left: 10px;
}

.modal #xAWModulesLabel {
    padding: 0;
}

.modal button {
    padding: 15px;
}

.modal select, input {
    width: 170px;
}

.modal input[type="checkbox"] {
    width: 10px;
}

input[type="submit"] {
    width: 170px;
    padding: 1em;
}

input[type="radio"]{
    padding: 0;
    width: 10px;
}

.modal #BtnLinePrompt {
    text-align: right;
    margin-top: -50px;
}

.xCheckBoxOne {
    width: auto;
    margin-right: 1em;
}

.xCheckBoxOneLabel {
}

#ajxlod {
    visibility: hidden;
}

#loaico {
    z-index: 6;
    position: absolute;
    top: 35%;
    left: 45%
}

#tohide {
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.ajximg {
    border: 1px solid #949494;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    padding: 6px;
    background-color: #F5F5F5;
}

.boxhide {
    background-color: #EEEEEE;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.topColXtrLight {
    background-color: #E8E8E8;
    color: #000000;
    font-size: 12pt;
    padding: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.xBtn {
}

.xBtn:hover {
}

.xBtn:active {
}

.BtnDel {
}

.tdlabel {
    width: 30%;
}
.tdLabelRightPadding{
    padding-right: 2em;
}

.tdcontent {
    width: 70%;
}

.tdBorderTopLeftBottom {
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-collapse: collapse;
    border-color: #b3b3b3;
    text-align: left;
}

.tdBorderTopRightBottom {
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-collapse: collapse;
    border-color: #b3b3b3;
    text-align: left;
}

.tdBorderTopBottom {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-collapse: collapse;
    border-color: #b3b3b3;
    text-align: left;
}

.tdBorderTopLeft {
    border-top: 1px solid;
    border-left: 1px solid;
    border-collapse: collapse;
    border-color: #b3b3b3;
    text-align: left;
}

.tdBorderTopRight {
    border-top: 1px solid;
    border-right: 1px solid;
    border-collapse: collapse;
    border-color: #b3b3b3;
    text-align: left;
}

.tdBorderTopLeftBottom {
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-collapse: collapse;
    border-color: #b3b3b3;
    text-align: left;
}

.tdBorderTopRightBottom {
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-collapse: collapse;
    border-color: #b3b3b3;
}

.tdBorderBottomLeft {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-collapse: collapse;
    border-color: #b3b3b3;
    text-align: left;
}

.tdBorderBottomRight {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-collapse: collapse;
    border-color: #b3b3b3;
}

.tdTxtAlignRight {
    text-align: right;
    padding-right: 8px;
    width: 200px;
}

.tdTxtAlignLeft {
    text-align: left;
    padding-left: 8px;
    width: 200px;
}
.tdInput {
    text-align: left;
    padding: 0;
}
.tdInputAlignLeft {
    text-align: left;
    padding-left: 8px;
    width: 175px;
}
.tdInputLicRec {
    padding-left: 2em;
}
.tdButton {
    padding-left: 2em;
    padding-right: 2em;
}
.tdButtonHostID {
    padding-left: 3em;
    padding-right: 3em;
}

.tdBlocksatz {
    text-align: justify
}

.tdTxtSUAContract {
    font-size: 11px;
}

.tdTxtSUAContractBold {
    font-weight: bold;
}

.tdBgYellowSUAContract {
    background-color: #aaffaa;
}

.tdTxtYellowSUAContract {
    color: #00a500;
}

.tdLeadLabel, .tdLeadLabel label, .LeadHeadlineRow, .tdLabel {
    padding-left: 1em;
}
.tdLabelHostID, .tdLabelLogin{
    padding-top: 0;
}

.tdLeadLabelTxtArea {
    text-align: left;
    padding-left: 3em;
}

.tdLeadSpace {
    width: 10px;
}

.tdLeadInput {

}

.tdLeadLineSpaceSmall {
    padding: 0;
}

.tdLeadInput {
    width: 33em;
}

.tdLeadInput ul {
    list-style: none;
    padding: 0;
}

.tdLeadInput ul li {
    margin-bottom: 0;
    display: inline;
}
.tdInputRadio, .tdInputCheckbox, .tdInputTxtArea {
    padding-left: 6em;
    padding-top: 0;
    padding-bottom: 1em;
}

.tdLabelH1 {
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 0.3em;
}
.tdLabelH2 {
    padding-right: 3em;
    padding-bottom: 0.4em;
}
.tdCheckBox{
    padding: 1em;
    padding-left: 4em;
}
.tdCheckboxLabel{
    padding: 0;
    padding-right: 4em;
    padding-left: 1em;
}
.tdAWModulSelect{
    padding: 0;
}
/* Column widths are based on these cells */
.ColLabel {
    width: 280px;
}

.ColInputArea {
}

.ColLabelDealerInfo {
    width: 12em;
}

.ColInputAreaDealerInfo {
    width: 15em;
}

.ColInfoAreaDealerInfo {
    width: 18em;
}
.ColLabelHostTransfer {
    width: 200px;
}
.ColInputAreaHostTransfer {
    width: 200px;
}

.InpLead {
    height: 20px;
    padding: 0.3em;
    width: 21rem;
}
.InpDealerForm {
    width: 20em;
}
.InpLicSNRegForm {
    width: 12em;
}

.InpLeadSelect {
    height: 3em;
    background-color: #fdfdfd;
}

.InpLeadSmall {
    width: 4rem;
}

.InpLeadMiddle {
    width: 10rem;
}

.InpLeadTxtArea {
    width: 350px;
    min-height: 100px;
    background-color: white;
}
.InpReasonOfChangeTxtArea {
    width: 100%;
    height: 40px;
    background-color: white;
}
.InpLeadCheckbox {
    width: auto;
    padding: 0.3em;
    zoom: 1.5;
}
.InpAWModulCheckbox {
    width: auto;
    padding: 0.3em;
    zoom: 1.5;
}

.LeadStandardRow {
}

.LeadHeadlineRow {
    padding: 0;
    background-color: #d5d5d5;
    height: 10px;
}

.tdLeadText {
    padding-left: 2em;
}

.trHeadLine {
}

.trSubHeadLine {
}

.trStandard {
}

.BtnLead {
    padding: 1em;
    border-color: #010101;
    border-style: solid;
    border-radius: 0.5em;
    padding: 0.75em;
    background-color: #FFFFFF;
    color: black;
    min-width: 10em;
}
.BtnLead:hover {
    border-color: #000000;
    background-color: #c1c1c1;
    color: #ffffff;
}
.BtnLead:active {
    border-color: #ffffff;
    background-color: #a3a3a3;
    color: #dcdcdc;
}


.BtnNext, .BtnPurchase {
    float: right;
    padding-right: 2em;
}


#InstInfoTable {
    max-width: 320px;
}

#InstInfoSelect {
    width: 320px;
    max-width: 320px;
}

#InstallationInfoTxt {
    width: 250px;
}

#HeaderLicensee {
    width: 350px;
}

.PosHeadline {
    white-space: normal;
}

.LicenseeInfoLabel {
    padding-left: 6px;
    width: 150px;
}

.ResellerInfoLabel, .InfoLabel {
    padding-left: 6px;
}

.ResellerInfoTextArea {
    padding-left: 4px;
}

.InstInfoContent {
    width: 180px;
}

#TDWrapperResellerInfo {
    vertical-align: top;
}

.InstHeaderSpace {
    width: 50px;
}

label .InfoButton, td button.InfoButton {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    border: none;
    color: #000000;
    background-color: lightgray;
    position: absolute;
    padding: 0px;
}

.AWdate {
}

#ResellerInfoLabel {
    padding-top: 5px;
}

#InstInfoTxtArea {
}

.ContactDetails {
    padding-left: 5px;
}

.DemoKeyMain {
    padding: 5px 0px 5px 10px;
    line-height: 1.9;
}

.DemoKeyLabel {
    width: 160px;
}

.DemoKeyInputField {
    width: 170px;
    margin-left: 13px;
}

select.DemoKeyInputListField {
    width: 175px;
    margin-left: 12px;
}

.DemoKeyInputField input {
    width: 170px;
}

.MaintenanceMainTxt {
    padding: 5px 0px 5px 10px;
    line-height: 1.3;
}

.SubmitButtonClass {
    padding: 1em;
    width: 200px;
}

.ButtonClass {
    padding: 1em;
}

.xAWModules {
    width: 20px;
}
.xAWModulesDealerForm {
    width: auto;
}

#AWModulesFieldset, #AWPureModulesFieldset, #AWModulesFieldsetNewReg, #AWModulesPureFieldsetNewReg, #PymtAgreeCheckboxes {
    border: none;
}
.AWModulesFieldsetTrialFeedback {
    padding-left: 4.75em;
}

#AWModulesFieldset label {
    padding-right: 1em;
    font-size: 1em;
}

#AWModulesFieldsetNewReg label{
    padding-left: 0.2em;
    padding-right: 1.4em;
    font-size: 1em;
}

.DemoKeyThankYou {
    font-size: 0.8em;
}

.NotificationLink {
}

.tableCenterCenter {
    position: absolute;
    top: 40%;
    left: 40%;
}
.tableCenter {
    margin-left: auto;
    margin-right: auto;
}

.tablePaddLeft {
    padding-left: 5%;
}
.tablePaddLeftRight {
    padding-left: 5%;
    padding-right: 5%;
}
.tableLogin{
    height: 23em;
    width: 25em;
}
td.mainCol.xRadio Input {
    width: 10px;
}

.MiddleDistance {
    width: 60px;
}

.labelLead {
    padding: 3px;
}

.LinkLandingPage {
    padding-left: 4px;
    padding-bottom: 2px;

}

.InfoLandingPage {
    padding-left: 4px;
    padding-top: 2px;
}

.IndexMgmSpace {
    width: 80px;
}

.IndexMgmContent {
    padding-top: 0.5em;
}

.xTxtWhite {
    color: white;
}

#InformationArrow {
    float: left;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgb(146, 146, 146);
    margin-top: 4px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid rgb(146, 146, 146);
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid black;
}

#xTableStatusDetailTable {
    /*width: 300px;*/
}

.StatusClass {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: inline-block;
}

.w50px {
    width: 50px;
}
.w20px {
    width: 30px;
}

.SetReseller {
    margin-left: 10px;
    margin-top: -2px;
    color: #336699;
}

.amount {
    text-align: right;
}

.InstallationFunctionsTD {
    min-width: 380px;
    padding-bottom: 0.5em;
}

.InstallationFunctionsTDImg {
    padding-bottom: 0.5em;
}

Input#HostTransferButton {
    width: auto;
}

label.labelFormReset{
    padding-left: 0;
}
.xRed{
    color: red;
}
.HeadlineCommentAlignRightSmall{
    padding-right: 1em;
    text-align: right;
    vertical-align: middle;
    font-size: 11px;

}
table#iTableStatusList.xTableStatusList, table#iTableResellerList.xTableResellerList{
    width: 210px;
}
div.divLeadStatusChoice{
    width: 210px;
    margin: auto ;
}
.txtHP{
    opacity: 0;
    position: absolute;
    top: -7px;
    left: -5px;
    display: none;
}
.BtnSubmit{
    width: 21rem;
    padding: 10px;
}
.BtnSubmitLicRecSN{
    width: 12rem;
    padding: 0.8em;
}
.BtnSubmitHostID{
    width: 12rem;
    padding: 0.8em;
}
.BtnSubmitAddLead{
    width: 22.5rem;
    padding: 0.8em;
}
.BtnSubmitLogin{
    width: 14.2rem;
    padding: 0.8em;
}
.BtnSubmitRequestPassword{
    width: 22.5rem;
    padding: 0.8em;
}
.GDPRInfoText{
    margin-left: 4.2em;
    margin-right: 4.2em;
}

.DE_EN {
    text-align: right;
    padding-right: 20px;
}
.ReasonOfChangeLable, .ReasonOfChangeTextArea {
    padding-left: 9em;
    padding-right: 7em;
}
.WelcomeText{
    padding-left: 7em;
    padding-top: 3em;
}
.LeftWOPadding{
    padding: 0;
}
.DivBodyHeight{
    height: 500px;
}
.columnsPriceOption{
    float: left;
    width: 200px;
    stroke: #00cc00;
    stroke-width: 20px;
    padding-left: 40px;
}
.price-box{
    float: left;
    width: 200px;
    stroke: #00cc00;
    stroke-width: 20px;
}
.ui.button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #0804bd;
    color: #fff;
    margin: 0;
    padding: 10px 30px;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}
.table-box{
    background-color: #a5d2a4;
}
.table-top{
    padding-left: 5px;
    padding-right: 5px;
}
.table-bottom{
    padding-left: 5px;
    padding-right: 5px;
}
.price-box span {
    display: block;
    white-space: nowrap;
    font-size: 13px;
}
span.price{
    color: #0804bd;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.3;
}
#xAnswer {
    display: none;
    opacity: 0;
    visibility: hidden;
}