#content {max-width: 1800px;  width: 100%; min-width:1100px; margin: 0 auto}
#content #main{ text-align: left;}

#actionBox{
    position: static;
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}

#main h3{
    padding: 10px 0 10px 5px;
    font-size: 16px;
    margin-top: 20px;
}

.textarea{
    background: #2B2D31;
    width: calc(100% - 20px);
    padding: 10px;
    color: #fff;
    outline: none;
    height: 50px;
    border: 0px solid #E3E4E8;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.7;
    overflow: hidden;
}

#filters li,#parameters li{
    float: left; width: 23%;
    border-radius: 5px;
    background: #E3E4E8;
    text-align: center;
    margin: 5px;
    color: #000;
    padding: 10px 5px;
    cursor: pointer;
}

#filters li{
    width: 12.5%;
}

#filtersLeven1 li{
    display: inline-block; padding: 10px 20px; color: #999;
}
#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: 140px; height:140px; 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: #4E5058;
    color: #fff;
}

#filtersLeven2 li em{
    display: none;
}

h4,h3{
    color: #fff;
    font-weight: bold;
}

h4{
    padding: 10px 5px; margin: 0; font-weight: normal; text-align: left; color: #fff;
    font-weight: bold; padding-bottom: 5px;
}

#fancybox-wrap {
    z-index: 99999;
    left: -20px;
    top: -20px;
}
#fancybox-overlay{
    z-index: 99991;
}

#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;
}

#formButton2{
    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: none;
    margin-top: 10px;
}

#formButton2:hover{
    background: #5865F2;
}

form small,h3 small, h4 small{
    font-weight: normal;
}

.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;
}

@keyframes action-wandering {
    0% { box-shadow: 0 0 0px #6D27F2; }
    50% { box-shadow: 0 0 16px #6D27F2; }
    100% { box-shadow: 0 0 0px #6D27F2; }
}
.flash-animate {
    animation: action-wandering 1s ease-in-out 1;
}

#parametersTable table{ margin: 5px 0; }
#parametersTable table td label{ color: #fff; }
#parametersTable table td:nth-child(1){ color: #999}
#parametersTable table td:nth-child(1) a{ color: #999}
#parametersTable table td:nth-child(1) a:hover{ color:#F66E14}