
.item{
    background: #444037;
    border-left:solid 3px #F0B132;
    padding: 20px 20px 20px 70px;
    margin-top: 10px;
    margin-left: 240px;
}


#formButton{
    background: #6D27F2;
    padding: 20px 0;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    font-size: 18px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    float: right;
}

#formButton:hover{
    background: #5865F2;
}


.addButton{
    background: #999;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #666;
    font-size: 16px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    float: left;
    height: 170px;
    width: 100px;
}

.addButton:hover{
    background: #fff;
    color: #000;
}




#actionBox #mjIcon{
    background: #fff; padding: 3px; border-radius: 5px; margin-top: 15px; margin-left: -40px; position: absolute;
}

#actionBox ul{
    background: #2B2D31;padding: 10px 10px; margin-top: 10px;
}

#actionBox li{
    background: #2B2D31;padding: 10px 15px 10px 50px; font-size: 16px; border-radius: 10px; cursor: pointer;
}

#actionBox li:hover{
    background: #36373D;
}

#actionBox li span{
    display: block; font-size: 12px; color: #B3B8BF;
}
#actionBox li .en{
    display: block; font-size: 12px; float: right; color: #B3B8BF; margin-top: -35px;
}
#actionBox li img{
    border-radius: 15px; margin-left: -40px; display: block; position: absolute; margin-top: 10px;
}

#actionBox #actionTitle{
    padding: 23px 15px 0px 0px; font-size: 12px;  font-weight: normal; margin: 0;
}

#actionBox em{
    width: 150px;height: 150px;border: 2px dashed #fff;background: #2B2D31;border-radius: 10px;display: inline-block;text-align: center;vertical-align: center;font-style: normal;margin: 15px 10px;color: #B3B8BF;cursor: pointer;float: left;
}

#actionBox em .file{
    margin: 20px auto 20px auto; display: block;
}

#actionBox em .del{
    background: #313338; padding: 8px; border-radius: 3px; position: absolute; margin-top: -10px; margin-left: 125px;
}

#actionBox em .del:hover{
    box-shadow: 1px 1px 1px 1px #000; cursor: pointer;
}

#actionBox em .img{
    width: 150px; height: 150px; border-radius: 10px;
}


#actionBox ul{
    background: #2B2D31;padding: 10px 10px; margin-top: 10px;
}

#actionBox li{
    background: #2B2D31;padding: 10px 15px 10px 50px; font-size: 16px; border-radius: 10px; cursor: pointer;
}

#actionBox li:hover{
    background: #36373D;
}

#actionBox li span{
    display: block; font-size: 12px; color: #B3B8BF;
}
#actionBox li .en{
    display: block; font-size: 12px; float: right; color: #B3B8BF; margin-top: -35px;
}
#actionBox li img{
    border-radius: 15px; margin-left: -40px; display: block; position: absolute; margin-top: 10px;
}

#actionBox #actionTitle{
    padding: 23px 15px 0px 0px; font-size: 12px;  font-weight: normal; margin: 0;
}

#actionBox em{
    width: 150px;height: 150px;border: 2px dashed #fff;background: #2B2D31;border-radius: 10px;display: inline-block;text-align: center;vertical-align: center;font-style: normal;margin: 15px 10px;color: #B3B8BF;cursor: pointer;float: left;
}

#actionBox em .file{
    margin: 20px auto 20px auto; display: block;
}

#actionBox em .del{
    background: #313338; padding: 8px; border-radius: 3px; position: absolute; margin-top: -10px; margin-left: 125px;
}

#actionBox em .del:hover{
    box-shadow: 1px 1px 1px 1px #000; cursor: pointer;
}

#actionBox em .img{
    width: 150px; height: 150px; border-radius: 10px;
}

#changeButton{
    background: #000; cursor: pointer; border-radius: 5px; font-size: 12px; padding: 5px 10px; display: inline-block; margin-top: 10px; margin-right: 20px;
}

#changeButton:hover{
    background: #1E1F22;
}

.upfile{
    position: absolute;
    width: 130px;
    height: 130px;
    overflow: hidden;
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    margin-left: -75px;
    margin-top: 0px;
    border: 1px solid red;
}

#add{
    padding: 10px;  display: inline-block;position: absolute;margin-left: -50px; margin-top: 4px;
}
#add img{
    width: 10px; height: 10px;
    padding: 5px; border-radius: 10px;background: #DBDEE1;
}
#add:hover img { background: #fff}




#sideBar{
    width: 360px; margin-left: -380px;
    position: absolute;
    margin-top: 0;
}

#sideBar .divBlock,#main .divBlock{
    background: #1E1F22;
    padding: 20px;
    border-radius:8px;
}

#sideBar .divBlock svg{
    padding: 5px;
    background: #1E1F22;
    border-radius: 5px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

#sideBar .divBlock svg:hover{
    background: #333;
}

#sideBar .divBlock img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#sideBar .divBlock span{
    width: 230px;
    display: inline-block;
    min-height: 50px;
    vertical-align: middle;
    word-wrap: break-word;
}

#sideBar .divBlock svg.left{
    float: left;
    background: #4E5058;
    margin-left: 0px;
}

#sideBar li{
    background: #4E5058;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

#sideBar h3{
    padding: 10px 0 10px 5px;
    font-size: 16px;
}

#sideBar h3 svg{
    margin-bottom: -5px;
    margin-right: 5px;
}

#main h3{
    padding: 10px 0 10px 5px;
    font-size: 16px;
    margin-top: 20px;
}

#main h3 svg{
    margin-bottom: -5px;
    margin-right: 5px;
}

.textarea{
    background: #2B2D31;
    width: calc(100% - 20px);
    border: none;
    padding: 10px;
    color: #999;
    outline: none;
    height: 150px;
    overflow: hidden;
}


h4,h3{
    color: #999;
}

h4{
    padding: 10px 5px; margin: 0; font-weight: normal;
}

#filters li,#parameters li{
    float: left; width: 23%;
    border-radius: 5px;
    background: #4E5058;
    text-align: center;
    margin: 5px;
    padding: 10px 5px;
    cursor: pointer;
}

#filters li{
    width: 12.5%;
}

#filtersLeven1 li{
    display: inline-block; padding: 10px 20px; color: #999999;
}
#filtersLeven1 li svg{
    padding-right: 3px; margin-bottom: -2px;
}
#filtersLeven1 li:hover,#filtersLeven1 li.on{
    color: #ff6600;
}

#filtersLeven2 li{
    display: inline-block; padding: 10px 20px; color: #999999; text-align: center;
}
#filtersLeven2 li img{
    display: block; width: 150px; height:150px; margin-bottom: 10px;
}
#filtersLeven2 li:hover,#filtersLeven2 li.on{
    color: #ff6600;
    cursor: pointer;
    filter:alpha(opacity=75);
    opacity:.75;
}

#filters li:hover,#parameters li:hover,#filters li.on{
    background: #333;
}

#filtersLeven2 li em{
    display: none;
}

.notification {
    position: fixed;
    top: 20%;
    left: 47%;
    padding: 15px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

div.showBox{
    font-size: 14px;
}

div.showBox h4{
    font-size: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #333;
}

div.showBox input{
    width: calc(100% - 10px);
    line-height: 1.5;
    display: block;
    padding: 5px;
}

div.showBox .box{
    padding: 20px ;
}

.submit{
    background: #6D27F2;
    border: none;
    padding: 10px 30px;
    color: #fff;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 15px;
    cursor: pointer;
}

#wightBox,#seedBox,#arBox,#chaosBox,#iwBox,#sBox,#tileBox,#qBox{
    width: 420px;
}

.hot{
    color: #ff6600;
}