.blackAndWhite {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.blackAndWhiteInvert,
.blackAndWhiteInvert img,
.blackAndWhiteInvert embed,
.blackAndWhiteInvert video {
    -webkit-filter: grayscale(100%) invert(100%);
    -moz-filter: grayscale(100%) invert(100%);
    -ms-filter: grayscale(100%) invert(100%);
    -o-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
}

.specialViewArea {
    padding: 4px 16px;
    color: #000;
}

.appearance {
    margin-bottom: 10px;
    clear: both;
    display: table;
    width: 100%;
}

.squareBox {
    width: 40px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    font-weight: bolder;
    cursor: pointer;
    background: #828282;
    border: 2px solid #353535;
    color: #fff;
}

.specialTitle {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}

.squareAppearances {
    float: left;
    margin-right: 5px;
}

.squareBox.spcNormal {
    background: #00a2e0;
    border-color: #034e6b;
}

.squareBox.spcWhiteAndBlack {
    background: #828282;
    border-color: #353535;
}

.squareBox.spcDark {
    background: #3e3e3e;
    border-color: #777777;
}

.fontSmaller {
    font-size: 24px;
}

.fontBigger {
    font-size: 26px;
}

.defaultSlider {
    height: 6px !important;
    background: #b7b7b7;
    margin-top: 20px;
    border: none;
}

.defaultSlider span {
    border-radius: 50%;
    outline: none;
    background: #fff !important;
    cursor: pointer !important;
    top: -7px !important;
}

.defaultSlider span:focus, .defaultSlider span:hover {
    border-color: #d3d3d3;
}

.defaultSlider .ui-slider-range {
    background: #0da525;
}

.special-normal {
    font-size: 24px;
}

.special-min {
    font-size: 20px;
}

.special-max {
    font-size: 32px;
}

.special-drop {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.special-drop .col {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 240px;
}

.squareAppearances-block {
    display: flex;
    flex-direction: row;
}

.special-drop p {
    padding: 0;
    font-size: 14px;
    margin: 0 4px 0 0;
}

.special-drop ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.special-drop li {
    margin-right: 8px;
}

.special-size {
    cursor: pointer;
}

.special-name{
    font-size: 16px;
}

.dropdown-special{
    width: 450px !important;
}