/* side form */
.side-form {
    position: absolute;
    width: 325px;
    height: 100%;
    left:28px;
    padding-top: 20px;
    background: #fff;
    border-left: 1px solid #e0e0e0;
}
.eventInfo {display: flex; justify-content: flex-start; align-content: flex-start;
    padding: 8px 5px 8px 10px; border-bottom: 1px solid #ccc;}
.iconsArea{ flex-shrink: 1;}
.infoArea{ margin-left: 10px; width: 270px;}
.eventName{display: block; margin-bottom: -5px;font-size: 16px; color: rgb(11, 127, 189); }
.eventErrorInf {display:block; font-size: 12px;color:red;line-height: .6rem;}
.eventTarget{display: inline-flex; width: 172px; font-size: 12px; flex-shrink:1; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.eventTime{ float: right; font-size: 12px;}
:host >>> .nav{padding-left: 38px;}
.operDiv{position: fixed; top: 60px; right: 0; z-index:100}
.toolBar{
    float: left;border-top: 1px solid #ccc;
    transform: rotate(-90deg);
    margin-top: 10px;
    padding: 2px 4px;
    width: 86px;
    height: 84px;
    background-color: white;
    letter-spacing: 1.2px;
    font-weight: 500;
    box-shadow: -2px -1px 3px #bebbbb;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
   }
.freshIcon{float: right;     margin-right: 20px;  margin-top: -10px;cursor: pointer;}
#contentFailed, #contentAll, #contentRun{
    position: absolute;
    top: 95px;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
}
