
#content {
    max-width: 700px;
    float: none;
    margin: 0 auto;
}
#content:after {
    content: " ";
    display: table;
    clear: both;
}
#btnSearch {
    color: #fff;
}
#eventsearch {
    float: left; clear: both;
    width: 100%;
}

/* show above dialog */
.waitMessageOverlay,
.waitMessageOverlay1 {
    z-index: 10010;
}
.waitMessage,
.waitMessage1 {
    z-index: 10020;
}

#msg-agent-created {
    display: none;
}
/*#msg-agent-created p {
    font-size: 16px; text-align: center;
    margin: 0.2em; padding: 1em;
    border: dotted 1px #D69F4D;
}*/
#msg-agent-created a {
    color: #E07F26;
    text-decoration: underline;
}
#msg-agent-created a:hover {
    text-decoration: none;
}

#SaveAsAgentDialog .actionBar {
    float: left; clear: both;
    width: 100%;
    margin: 1em 0;
}


#search-tags-cnt .chkbox-group .chk-cnt {
    width: 30%;
    float: left;
    margin-right: 1%;
}

#search-tags-cnt label:not(.lbl-chk) {
    width: 80%; height: 18px;
}