
.del-style-switcher {
    width: 90%;
    height: 90%;
    position: fixed;
    bottom: 10px;
    padding: 14px;
    right: -90%;
    background: white;
    border: 1px solid #CCC;
    z-index: 999;
}

.del-switcher-toggle {
    background: url('/Content/img/cog.png') 8px 8px no-repeat white;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -40px;
    cursor: pointer;
    border: 1px solid #CCC;
    border-right: none;
}

.del-style-switcher-theme {
    width: 250px;
    position: fixed;
    bottom: 0px;
    padding: 14px;
    left: -250px;
    background: white;
    border: 1px solid #CCC;
    z-index: 999;
}

.del-switcher-toggle-theme {
    background: url('/Content/img/paleta.png') 8px 6px no-repeat white;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -40px;
    cursor: pointer;
    border: 1px solid #CCC;
    border-left: none;
}

    .del-switcher-toggle-theme:hover,
    .del-switcher-toggle:hover {
        background-color: #f2f2f2;
    }

.del-section-skin p {
    margin-bottom: 0;
}

.del-style-switcher-theme a.del-reset-style,
.del-style-switcher a.del-reset-style {
    color: #4d4d4d;
    text-decoration: underline;
    font-size: 0.8em;
}

    .del-style-switcher-theme a.del-reset-style:hover,
    .del-style-switcher a.del-reset-style:hover {
        text-decoration: none;
    }

.del-switcher-header {
    color: #4d4d4d;
    margin-bottom: 7px;
    font-size: 1.1em;
}

.del-section {
    margin-bottom: 10px;
}

.del-small-info {
    font-style: italic;
    font-size: 0.8em;
}

.del-style-switcher-theme ul,
.del-style-switcher ul {
    margin-bottom: 10px;
    padding-left: 0;
}

.del-style-switcher-theme li,
.del-style-switcher li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 10px 5px 10px;
}

    .del-style-switcher-theme li a,
    .del-style-switcher li a {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        border: 2px solid transparent;
    }

        .del-style-switcher-theme li a:hover,
        .del-style-switcher-theme li a:focus,
        .del-style-switcher li a:hover,
        .del-style-switcher li a:focus {
            border: 2px solid #fff;
            outline: none;
        }

        .del-style-switcher-theme li a.slategray,
        .del-style-switcher li a.slategray {
            background: #708090;
        }

        .del-style-switcher-theme li a.darkblue,
        .del-style-switcher li a.darkblue {
            background: #1e6887;
        }

        .del-style-switcher-theme li a.darkbrown,
        .del-style-switcher li a.darkbrown {
            background: #512222;
        }

        .del-style-switcher-theme li a.orange,
        .del-style-switcher li a.orange {
            background: #ee9109;
        }

        .del-style-switcher-theme li a.red,
        .del-style-switcher li a.red {
            background: #ab1d1d;
        }

        .del-style-switcher-theme li a.lightgreen,
        .del-style-switcher li a.lightgreen {
            background: #bcbf23;
        }

        .del-style-switcher-theme li a.teal,
        .del-style-switcher li a.teal {
            background: #084951;
        }

        .del-style-switcher-theme li a.yellow,
        .del-style-switcher li a.yellow {
            background: #dcad2a;
        }

/* button switch style */
.switch-skin-full {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    padding: 8px;
    font-size: 1.2em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .switch-skin-full.selected:before {
        content: '\221A';
        margin-right: 5px;
    }

    .switch-skin-full.fulldark {
        background: #304A54;
        color: #fff;
    }

        .switch-skin-full.fulldark:hover,
        .switch-skin-full.fulldark:focus {
            background: #3A5762;
        }

    .switch-skin-full.fullbright {
        background: #fff;
        color: #646464;
        border: 1px solid #646464;
    }

        .switch-skin-full.fullbright:hover,
        .switch-skin-full.fullbright:focus {
            background: #f2f2f2;
        }
