﻿div .module-attention, div .module-answer {
    background-image: url("../images/module.jpg");
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div .module-attention {
    background-color: #fbebeb;
    outline: 1px solid #d73d38;
    background-position: 0 0;
}

div .module-answer {
    background-color: #f0f5ec;
    outline: 1px solid #6c9f42;
    background-position: -6000px 0;
}


label {
    font-weight: 500;
}

.span-1 p {
    font-weight: 500;
}

.span-3 p {
    font-weight: 500;
}

p {
    font-weight: 500;
}

.RadComboBox, .rcbInputCell {
    font-size: 14px;
}

.RadComboBox {
    margin: 5px 0 0 0;
    width: 250px;
}

.RadInput {
    width: 100% !important;
    width: 250px;
}

.RadComboBox_Default, .RadComboBox_Default .rcbInput, .RadComboBoxDropDown_Default, .RadInput_Default, .RadInput_Default .riTextBox, html body .RadInputMgr_Default, .RadUpload_Default, .RadUpload_Default a, /*.RadUpload_Default input,*/ .RadUploadProgressArea_Default, .RadUploadProgressArea_Default input, .RadCaptcha_Default input {
    font: inherit !important;
}

.RadComboBox table td.rcbInputCell {
    line-height: 18px !important;
}

.span-1 {
    margin-bottom: 5px;
}

.span-3 {
    margin-bottom: 15px;
}

.span-4 {
    margin-top: 30px;
}

h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

h3 {
    margin-bottom: 20px;
}

.color-attention {
    color: crimson;
}

.RegValidMargin {
    margin-bottom: 7px;
}

.addBottomMargin {
    margin-bottom: 25px;
}

.addSmallBottomMargin {
    margin-bottom: 5px;
}

.alert > :first-child::before {
    font-size: 200%;
    position: relative;
}



.RadComboBox {
    width: 60%;
    min-width: 320px;
}

#divPreview {
    height: auto !important;
}

#wb-cont {
    display: none;
}

html body .riSingle .riTextBox {
    width: 60%;
    min-width: 320px;
}

.alert {
    width: 60%;
    min-width: 320px;
}

    .alert > :first-child::before {
        font-family: none;
        display: none;
    }

.comboLabelDiv p {
    font-weight: bold;
    margin-bottom: 5px;
}

.fileUploadLableDiv {
    margin-top: 20px;
}

input[type=button], input[type=reset], input[type=submit], button {
    padding: 0;
}

.RadUpload .ruButton {
    border: 1px solid #A9A9A9;
}

.rcbFocused {
    width: 100%;
}

.ruFakeInput {
    width: 320px;
    font-size: 14px;
}

.rcbHovered {
    width: 100% !important;
}

.RadButton_Default {
    font-size: 16px !important;
}

.RadCaptcha_Default {
    margin-bottom: 40px;
}

.info-section {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.RadTextBox[disabled], .rtbWrapper, .rtbInput, .riDisabled {
    background-color: #f5f5f5 !important;
    color: #a0a0a0 !important;
    border: 1px solid #dcdcdc;
    cursor: not-allowed;
}

.no-wrap {
    white-space: nowrap;
}

.required {
    color: #FF0000;
}

.long-label {
    display: inline !important;
}
