#theme-switcher * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#theme-switcher {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    position: fixed;
    left: -190px;
    top: 50px;
    width: 190px;
    color: #9f9f9f;
    text-shadow: 1px 1px 1px #fff;
    background: #fff;
    padding: 20px 15px;
    z-index: 10000;
    border: solid 1px #b7b7b7;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out
}

    #theme-switcher.right {
        right: -190px;
        left: auto;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    #theme-switcher.active {
        left: 0
    }

    #theme-switcher.right.active {
        left: auto;
        right: 0
    }

    #theme-switcher .theme-switcher-toggle {
        background: #fff;
        border-right: solid 1px #b7b7b7;
        border-bottom: solid 1px #b7b7b7;
        border-top: solid 1px #b7b7b7;
        width: 35px;
        height: 35px;
        
        padding-top: 7px;
        right: -35px;
        top: 40px;
        text-align: center;
        border-radius: 0 10px 10px 0;
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        text-decoration: none
    }

    #theme-switcher.right .theme-switcher-toggle {
        right: auto;
        left: -35px;
        border-left: solid 1px #b7b7b7;
        border-right: none;
        border-bottom: solid 1px #b7b7b7;
        border-top: solid 1px #b7b7b7;
        border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px
    }

.theme-switcher-toggle:hover {
    text-decoration: none
}

.theme-switcher-toggle:before {
    color: #f4594e;
    content: "\f013";
    font-size: 20px;
    width: 32px;
    display: block;
    text-align: center;
    margin-right: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

#theme-switcher.active .theme-switcher-toggle:before {
    content: "\f013"
}

.theme-switcher-inner ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .theme-switcher-inner ul li {
        display: inline-block;
        margin: 0
    }

        .theme-switcher-inner ul li:before {
            display: none
        }

        .theme-switcher-inner ul li a {
            padding: 10px;
            margin: 1px;
            border: solid 0 #b7b7b7;
            display: block;
            -moz-opacity: .2;
            opacity: .2;
            position: relative;
            border-radius: 100%
        }

            .theme-switcher-inner ul li a.setlayoutbackground {
                opacity: 1;
                border: solid 1px #fff
            }

a.setlayoutcolor.active, a.setlayoutbackground.active {
    border: solid 0 #777;
    -moz-opacity: 1;
    opacity: 1
}

.theme-switcher-inner ul li a.setlayoutbackground.active {
    border: solid 1px #d1d1d1
}

.theme-switcher-inner ul li a i {
    position: absolute;
    top: 4px;
    left: 5px;
    color: #777
}

.theme-switcher-inner ul li:first-child {
}

.theme-switcher-inner .tooltip-inner {
    min-width: 100px
}

.setlayoutfont {
    padding: 5px;
    line-height: 5px;
    height: 25px;
    margin-bottom: 10px;
    font-size: 11px;
    width: auto
}

.theme-switcher-inner h4 {
    font-family: helvetica neue,Helvetica,Arial,sans-serif !important;
    font-weight: 700 !important;
    margin-top: 15px;
    font-size: 15px
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=default] {
    background-size: cover
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=sand] {
    background-image: url(../img/themeSwitcher/sand.html)
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=diamond] {
    background-image: url(../img/themeSwitcher/diamond.html)
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=diagonalnarrow] {
    background-image: url(../img/themeSwitcher/diagonalnarrow.html)
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=diamondwide] {
    background-image: url(../img/themeSwitcher/diamondwide.html)
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=arabian] {
    background-image: url(../img/themeSwitcher/arabian.html)
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=strange] {
    background-image: url(../img/themeSwitcher/strange.html)
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=tile] {
    background-size: cover;
    background-image: url(../img/themeSwitcher/tile.html)
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=linen] {
    background-image: url(../img/themeSwitcher/linen.html)
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=stripes] {
    background-image: url(../img/themeSwitcher/stripes.html)
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=squares] {
    background-image: url(../img/themeSwitcher/squares.html)
}

.theme-switcher-inner ul li a.setlayoutbackground[data-name=image] {
    background-size: cover;
    background-image: url(../img/themeSwitcher/image_thumb.html)
}

.layout-style:before, .layout-style:after {
    display: table;
    content: " ";
    clear: both
}

.img-radio-button {
    float: left;
    width: 70px;
    height: 50px;
    position: relative;
    margin-right: 4px;
    cursor: pointer
}

    .img-radio-button label {
        text-indent: -9999px
    }

    .img-radio-button input[name=layout-style-boxed] + label {
        background: url(../img/themeSwitcher/img-layout-boxed.html) 0 0 no-repeat
    }

    .img-radio-button input[name=layout-style-boxed]:checked + label {
        background-position-y: -50px
    }

    .img-radio-button input[name=layout-style-wide] + label {
        background: url(../img/themeSwitcher/img-layout-wide.html) 0 0 no-repeat
    }

    .img-radio-button input[name=layout-style-wide]:checked + label {
        background-position-y: -50px
    }

    .img-radio-button input {
        visibility: hidden
    }

    .img-radio-button label {
        display: block;
        position: absolute;
        width: 70px;
        height: 50px;
        top: 0;
        left: 0;
        cursor: pointer
    }

body.layoutbackground-sand {
    background-image: url(../img/themeSwitcher/sand.html)
}

body.layoutbackground-diamond {
    background-image: url(../img/themeSwitcher/diamond.html)
}

body.layoutbackground-diagonalwide {
    background-image: url(../img/themeSwitcher/diagonalwide.html)
}

body.layoutbackground-diagonalnarrow {
    background-image: url(../img/themeSwitcher/diagonalnarrow.html)
}

body.layoutbackground-diamondwide {
    background-image: url(../img/themeSwitcher/diamondwide.html)
}

body.layoutbackground-strange {
    background-image: url(../img/themeSwitcher/strange.html)
}

body.layoutbackground-arabian {
    background-image: url(../img/themeSwitcher/arabian.html)
}

body.layoutbackground-tile {
    background-image: url(../img/themeSwitcher/tile.html)
}

body.layoutbackground-linen {
    background-image: url(../img/themeSwitcher/linen.html)
}

body.layoutbackground-stripes {
    background-image: url(../img/themeSwitcher/stripes.html)
}

body.layoutbackground-squares {
    background-image: url(../img/themeSwitcher/squares.html)
}

body.layoutbackground-image {
    background-image: url(../img/themeSwitcher/image.html);
    background-size: cover;
    background-attachment: fixed
}
