.theme-switch-dropdwn:hover {
    background: transparent;
}

.theme-switch-dropdwn .checkmark {
    width: 20px;
    text-align: center;
    display: inline-block;
    padding-right: 10px;
}

.theme-switch-btn {
    color: #00A9AA;
    padding: 5px 15px 3px 15px;
    border-radius: 11px;
    font-size: 13px;
    background: #DDEFEC;
    border: 1px solid #DDEFEC;
    line-height: normal;
}

.theme-switch-btn:hover,
.theme-switch-btn:focus,
.theme-switch-btn:active {
    background: #E5F3F1;
    text-decoration: none;
}

.theme-switch-btn.unimplemented {
    color: #aa8000;
    background-color: #efeedd;
    border-color: #efeedd;
}

.theme-switch-btn.unimplemented:hover,
.theme-switch-btn.unimplemented:focus,
.theme-switch-btn.unimplemented:active {
    background-color: #f1f3e5;
}

.theme-switch-btn svg {
    height: 15px;
    vertical-align: middle;
}

.theme-switch-btn .selected-title {
    margin-left: 10px;
}

.theme-switch-dropdwn .dropdown-menu {
    display: none;
}

.theme-switch-dropdwn:hover .dropdown-menu {
    display: block;
}

.theme-switch-dropdwn .dropdown-menu > li.checked > a {
    padding-left: 15px;
}

.theme-switch-dropdwn .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    padding-left: 35px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.theme-switch-dropdwn .dropdown-menu > li > a[disabled] {
    cursor: no-drop;
    color: #777;
}

.theme-switch-dropdwn .dropdown-menu > li.unimplemented > a[disabled] {
    color: #b3994b;
}

.theme-switch-dropdwn .dropdown-menu > li:hover {
    background-color: #f3f3f3;
}