.action-button {
    padding: 0 2px 0 2px;
    background-color: #045eb3;
    border: 2px solid;
    border-color: #89b2db #00327b #00327b #89b2db;
    color: #fff;
}

.add-button .action-button {
    display: block;
    padding-top: 5px;
    width: 176px;
    height: 24px;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
}

.action-button:hover {
    background-color: #247ee3;
}

.add-button .action-button:hover {
    background: none !important;
}

.action-button:active {
    border-color: #00528b #89b2db #89b2db #00528b;
}

.add-button .action-button:active {
    border: none !important;
}

.action-button.gray {
    padding: 0 2px;
    background: #ede9e9;
    background: -webkit-linear-gradient(top, #fff, #ede9e9);
    background: linear-gradient(top, #fff, #ede9e9);
    border: 1px solid #a4a4a4;
    color: #666;
    text-shadow: 0 1px #fff;
}

.action-button.gray:hover {
    background: #fff;
    background: -webkit-linear-gradient(top, #ede9e9, #fff);
    background: linear-gradient(top, #ede9e9, #fff);
}

.action-button.corner-all {
    border-radius: 5px;
}

#import-button {
    margin-top: 2px;
    margin-right: 35px;
}

.sidebar-box .toggle-button {
    display: block;
    margin: 8px auto;
    max-width: 200px;
}

.push-button,
.dropdown-button,
.toggle-button,
.toggle-button-group,
ul.dropdown-options li {
    min-height: 28px;
    color: #666;
    font-weight: bold;
    font-size: 13px;
    line-height: 31px;
    text-align: center;
}
.toggle-button-group.vertical-toggle {
    height: auto;
}

.dropdown-button.disabled {
    color: #999;
}

.push-button,
.dropdown-button,
.toggle-button,
.toggle-button-group {
    text-shadow: 0 1px 0 #fff;
}

.push-button,
.dropdown-button,
.toggle-button,
.toggle-button-group {
    position: relative;
    background: #ede9e9;
    background-image: linear-gradient(bottom, #ede9e9 1%, #fff 87%);
    background-image: -webkit-linear-gradient(bottom, #ede9e9 1%, #fff 87%);
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    box-shadow: 0 1px 3px #ccc;
}

.vertical-toggle > span {
    height: 25px;
    background-image: -webkit-linear-gradient(bottom, #f1eded 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #f1eded 100%);
}

.dropdown-button {
    padding: 0 24px 0 10px;
    max-width: 190px;
}

.dropdown-button.elastic {
    display: inline-block;
    width: auto;
    min-width: 81px;
}

.dropdown-options.elastic {
    display: inline-block;
    width: auto;
    min-width: 75px;
}

.dropdown-button .arrow-down {
    position: absolute;
    top: 6px;
    right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../style/images/dropdown-arrow-down.png) no-repeat 5px 8px;
    cursor: pointer;
}

.dropdown-options {
    display: none;
    position: absolute;
    z-index: 100;
    width: 170px;
    border: 1px solid #bbb;
    border-radius: 3px;
    border-top-right-radius: 0;
    box-shadow: 1px 1px 3px #ccc;
}

ul.dropdown-options li {
    margin: 0;
    background-color: #fafafb;
    border-bottom: 1px solid #bbb;
    list-style: none;
}

ul.dropdown-options li.first {
    border-top-left-radius: 3px;
}

ul.dropdown-options li.last {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: none;
}

.push-button,
.toggle-button-group > span {
    display: inline-block;
    padding: 0 12px;
}

.toggle-button-group > span {
    border-right: 1px solid #a4a4a4;
}

.toggle-button-group > span.last {
    border-right: none;
}

.toggle-button-group.vertical-toggle > span {
    display: block;
    border-right: none;
    border-bottom: 1px solid #a4a4a4;
}

.toggle-button-group.vertical-toggle > span.first {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.toggle-button-group.vertical-toggle > span.first:hover {
    border-bottom-left-radius: 0;
}

.toggle-button-group.vertical-toggle > span.last {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: none;
}

.toggle-button-group.vertical-toggle > span.last:hover {
    border-top-right-radius: 0;
}

.push-button:hover {
    cursor: pointer;
}

.toggle-button:hover,
.toggle-button-group > span:hover,
ul.dropdown-options li:hover {
    background: #d9eefd;
    box-shadow: 0 1px 5px #bbb inset;
    cursor: pointer;
}

.toggle-button-group span:first-child:hover {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 3px;
}

.toggle-button-group > span:last-child,
.toggle-button-group > span:last-child:hover {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.toggle-button.selected,
.toggle-button-group span.selected {
    background: #999;
    box-shadow: inset 0 3px 12px #333;
    color: #fff;
    text-shadow: 0 1px 0 #333;
}

.toggle-button-group .dropdown-button {
    padding: 0;
    border: none;
    border-radius: 0;
}

.toggle-button-group .dropdown-button.last {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.toggle-button-group .dropdown-button .arrow-down {
    padding: 0;
}

.dropdown-button span {
    color: inherit;
    font-size: inherit;
}

.card-audio-player {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 29px;
    height: 29px;
}

#card-audio.card-audio-player .player-button,
#lingq-widget .card-audio-player .player-button {
    width: 27px;
    height: 24px;
    background: url(../img/audio-icon.png) no-repeat;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 0 1px 3px #ccc;
}

.btn-lingq {
    color: #333;
    background: #fefeff;
    border-color: #a7ccdb;
}

.btn-lingq-action {
    color: #2087c8;
    background: #f1f9ff;
    border-color: #2087c8;
    font-weight: bold;
}

.btn-group-lingq,
.btn-lingq-3d {
    border-radius: 4px;
    box-shadow: 0 1px 2px #a7ccdb;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #ebebeb;
    border-color: #adadad;
    color: #333;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}