@import url("https://members.pfh.org/qm/inc/css/global.css");

.panel{
    border-radius: 5px;
    border-color: #666;
    margin: 10px 5% 10px;
    border: 0.1em solid #ccc;               /* custom border style */
    background-color: #eee;  
    box-shadow: 0.08em 0.05em 0.08em #ccc;
    padding:10px;  /* added a soft box shadow */    
}

.center{
    text-align: center;
}
.label-margin{
    margin-left:370px;
}
.normaltext{
    font-weight:200;
}

.dx-field-item-label,
.dx-field-item-label-content,
.dx-field-item-label-text{
    max-width:360px !important;    
    margin-right:10px;
    white-space: normal;
    word-wrap: break-word !important;
    text-overflow: ellipsis !important;
}

.dx-form-group-caption {
    font-size: 24px;
    font-weight: 500;
}

.dx-field-item-label-text{
    font-weight: 500;
}

.dx-field-button-item{
    text-align:center !important;
}

.hidden{
    display:none;
}

.center{
    text-align: center;
}

.dx-checkbox-text-idea{
    height:50px;
    background-image: url(../../inc/img/IDEA.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    width:200px;
}

#tips{
    margin-left:20px;
    height:125px;
}

#logodiv
{
    display: block;
    text-align: center;
}

.message {
    /*height: 85px;
    display: inline-block;
    width: 100%;
    */
    background-color: inherit;

    border-radius: 5px;
    margin: 5px 0px;
    padding: 10px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.name {
    font-weight: bold;
}

.date {
    opacity: 0.5;
}

.dx-htmleditor{
    background-color: #fff;
}

