﻿
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;
}

body {
    background-color: white;
}

label {
    font-weight: 500;
}

.background-accent {
    background-color: #243850;
    color: #fff;
}

.shortDiv {
    width: 30%;
    float:left;
}

.noLeftPadding{
    padding-left:0px;
}
.rightPadding {
    padding-right: 20px;
}

.noRightPadding {
    padding-right:0px;
    margin-bottom:15px;
}
.minWidth {
    min-width: 220px;
}
.hidden{
    display:none;
}

#wb-cont {
    display: none;
}

.customDivRow {
    margin-top: 15px;
}

.RadComboBox_Default {
    margin-top: 7px;
}

.color-attention{
    color: #C00 !important;
}

.textbox_maxwidth {
    width:100% !important;
}