.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:2px;  /* added a soft box shadow */    
}

#logodiv
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; 
}
.normaltext{
    font-weight:200;
}
#logo
{
    
      
    width: 50%;
}

.dx-form-group-caption {
    font-size: 16px;
    text-align: center !important;
}

.dx-field-button-item
{
    text-align: center !important;
}

.hidemobile
{
    display:none;
}

.mobilecenter
{
    text-align:center;
    justify-content: center;
}

.dx-checkbox-text{
    height:40px;
    background-image: url(../../inc/img/IDEA.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    width:150px;
}

.dx-checkbox-has-text{
    margin-left: 15px;
}

#tips{
    float:right;
    height:75px;
}

.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;
}

#ChatLog{
    max-height: 400px;
    overflow-y: scroll;
}
.dx-htmleditor{
    background-color: #fff;
}