.box.box-success {
    border-top-color: #00a65a;
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #f9f9f9;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.text-right{text-align: right}
.myPlagin{width: 100%; min-width: 850px; max-width: 1100px; margin: 0 auto;}
.myPlagin .elementor-message{display: none}

#list {
}
#list > li {
}
#list > li > ul {
    display: none;
}
#list span{padding: 6px 0px; cursor: pointer; width: 100%; font-size: 12px;}
#list span:hover{color: orange;}

.droplist .dropdown-menu:first{display: block;}

.lili-list ul{padding-left: 20px;padding-top: 10px;}
.lili-list li{padding: 7px 0px; cursor: pointer; list-style: none; position: relative; color: #444444; }
.lili li ul{display: none; padding-top: 5px;}
.lili-list .fa{position: absolute; left:-20px; top: 11px;}
#ontop{
    position: fixed;
    background: url(../image/up.png) no-repeat;
    width: 40px;
    height: 40px;
    bottom: 90px;
    right: 20px;
    cursor: pointer;
    z-index: 99999;
}#ontop:hover{opacity: 0.9;}

.font11{font-size: 11px !important}
.font22{font-size: 22px !important}
.form-group{margin-top: 10px;}
