﻿.box-color {
    position: fixed;
    top: 200px;
    left: 0;
    width: 0;
    display: none;
    z-index: 888;
    background-color: #fff;
    padding-bottom: 20px;
}

    .box-color:after {
        clear: both;
        display: table;
        content: '';
    }

.line-box {
    display: inline-block;
    clear: both;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

    .line-box label {
        font-size: 15px;
        color: #333;
    }

    .line-box label {
        float: right;
        margin: 0 10px;
        font-weight: inherit;
    }

    .line-box input {
        margin: 0 auto;
        font-weight: inherit;
        border-radius: 10px;
        -o-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        text-align: center;
        width: 90%;
    }

.showmaterial {
    display: block;
    width: 215px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
}

.ion-android-settings, .ion-close-round {
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    position: fixed;
    top: 185px;
    left: 15px;
    color: #fff;
    z-index: 99999;
    background-color: #000;
    width: 45px;
    height: 45px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
}

    .ion-android-settings:before {
        content: "\F493";
        font-family: "Material Design Icons";
        font-style: normal;
    }

    .ion-close-round:before {
        content: "\F156";
        font-family: "Material Design Icons";
        font-style: normal;
        text-align: center;
        display: block;
        line-height: 45px;
        font-size: 30px;
    }

    .ion-android-settings:before, .ion-close-round:before {
        text-align: center;
        display: block;
        line-height: 45px;
        font-size: 17pt;
        -webkit-animation-name: spin;
        -webkit-animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 4000ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 4000ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: spin;
        animation-duration: 4000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width:767px) {
    #style-selector, #ss-on, #ss-off {
        visibility: hidden;
    }
}
