.flot-rightdiv {
    display: inline-block;
    float: right;
    margin-right: 50px;
    cursor: pointer;
    position: relative;
    border: 6px solid transparent;
}

.flot-rightdiv:hover .trdown-div {
    display: block;
}

.trdown-div {
    width: 120px;
    position: absolute;
    bottom: -88px;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(150, 150, 150, 0.15);
    border-radius: 4px;
    padding: 5px 0;
    display: none;
}

.trdown-div > .li-divmy {
    width: 100%;
    line-height: 36px;
    text-align: center;
    height: 36px;
}

.trdown-div > .li-divmy:hover {
    background-color: #31ACFF;
}

.trdown-div > .li-divmy:hover > a {
    color: #ffffff;
}

.trdown-div > .li-divmy > a {
    display: block;
    color: #333333;
    font-size: 14px;
}

.hportrait {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 10px;
}

.python-editor-header {
    padding: 0;
}

.hoptrioe_idv > span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50px;
    vertical-align: middle;
}

.width-icon {
    width: 15px;
    margin-right: 3px;
}

.run-btn, .clear-btn {
    font-size: 16px;
    height: 40px;
    width: 110px;
}

.width-icon2 {
    width: 17px;
    vertical-align: bottom;
    padding-bottom: 1px;
    margin-right: 8px;
}

.qp_divicon {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 99;

}

.sf_divcon {
    position: fixed;
    top: 50px;
    left: 23%;
    display: none;
    z-index: 9999;
}

.full_right {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999;
    left: 0;
    top: 0;
    padding-left: 20%;
    background-color: aliceblue;
    transform: translatey(0) translateX(0px) !important;
}

.full_rights {
    position: fixed !important;
    width: 100% !important;
    height: 96% !important;
    z-index: 9999;
}

#output {
    font-size: 18px;
}

b {
    font-size: 20px;
    color: #ff5050 !important;
    font-weight: normal;

}

xmp {
    display: inline-block;
}

#myModal > .modal-dialog{
    width: 520px;
    top: 40px;
    height: 125px;
    background: rgb(255, 255, 255);
}
#myModalSubmit > .modal-dialog{
    width: 520px;
    top: 40px;
    height: 125px;
    background: rgb(255, 255, 255);
}
.modal-footer{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFF;
    width: 100%;
}
.modal-body{
    height: 150px;
}
.release-btn{
    display: block;
    color: #fff;
    width: 80px;
    height: 36px!important;
    line-height: 36px;
    text-align: center;
    border-radius: 18px!important;
    font-size: 13px;
    overflow: hidden;
    background: #ffcc2b;
    border: 1px solid #ffcc2b;
}