.representImage {
    width: 35; 
    background: rgb(100, 100, 184); 
    color: #fff; 
    border-radius: 50%;
    text-align: center;
    padding: 10px;
}

/* log viewer */
.CodeMirror {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 1.3;
    height: 500px;
}

.CodeMirror-linenumbers {
    padding: 0 8px;
}

​.custom-css p,
.custom-css li,
.custom-css span {
    color: white;
}

​.cm-s-monokai span.cm-tag {
    margin-left: 15px;
}
/* end log viewer */

.notice-badge {
    background: rgb(243, 4, 4);
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    width: 30px;
    text-align: center;
    margin-bottom: 2px;
}

.search-start-date {
    background-color:#fdfdff;
    border: 1px solid #cbcbcf;
    border-radius: 30px 0 0 30px;
    outline: none;
    padding: 0px 5px 0 15px;
    font-size: 13px;
}

.search-end-date {
    background-color:#fdfdff;
    border: 1px solid #cbcbcf;
    outline: none;
    padding: 0px 5px 0 10px;
    font-size: 13px;
}

.search-date-btn {
    color: #fff;
    background: #6777ef;
    border: none;
    padding: 0px 15px 0 10px;
    border-radius: 0 30px 30px 0;
    outline: none;
}