/*
.btn {
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    background-image: none;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-mini {
    padding: 2px 6px;
}
.btn-large {
    padding: 6px 12px;
}
.btn-form {
    padding-right: 20px;
    padding-left: 20px;
}
.btn-default {
    color: #333;
    background-color: #fcfcfc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #fcfcfc 0, #f1f1f1 100%);
    background-image: linear-gradient(to bottom, #fcfcfc 0, #f1f1f1 100%);
}
.btn-default:active {
    background-color: #ddd;
    background-image: none;
}
.btn-negative,
.btn-positive,
.btn-primary,
.btn-warning {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.btn-primary {
    border-color: #388df8 #388df8 #0866dc;
    background-color: #6eb4f7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6eb4f7), color-stop(100%, #1a82fb));
    background-image: -webkit-linear-gradient(top, #6eb4f7 0, #1a82fb 100%);
    background-image: linear-gradient(to bottom, #6eb4f7 0, #1a82fb 100%);
}
.btn-primary:active {
    background-color: #3e9bf4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e9bf4), color-stop(100%, #0469de));
    background-image: -webkit-linear-gradient(top, #3e9bf4 0, #0469de 100%);
    background-image: linear-gradient(to bottom, #3e9bf4 0, #0469de 100%);
}
.btn-positive {
    border-color: #29a03b #29a03b #248b34;
    background-color: #5bd46d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bd46d), color-stop(100%, #29a03b));
    background-image: -webkit-linear-gradient(top, #5bd46d 0, #29a03b 100%);
    background-image: linear-gradient(to bottom, #5bd46d 0, #29a03b 100%);
}
.btn-positive:active {
    background-color: #34c84a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #34c84a), color-stop(100%, #248b34));
    background-image: -webkit-linear-gradient(top, #34c84a 0, #248b34 100%);
    background-image: linear-gradient(to bottom, #34c84a 0, #248b34 100%);
}
.btn-negative {
    border-color: #fb2f29 #fb2f29 #fb1710;
    background-color: #fd918d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fd918d), color-stop(100%, #fb2f29));
    background-image: -webkit-linear-gradient(top, #fd918d 0, #fb2f29 100%);
    background-image: linear-gradient(to bottom, #fd918d 0, #fb2f29 100%);
}
.btn-negative:active {
    background-color: #fc605b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc605b), color-stop(100%, #fb1710));
    background-image: -webkit-linear-gradient(top, #fc605b 0, #fb1710 100%);
    background-image: linear-gradient(to bottom, #fc605b 0, #fb1710 100%);
}
.btn-warning {
    border-color: #fcaa0e #fcaa0e #ee9d02;
    background-color: #fece72;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fece72), color-stop(100%, #fcaa0e));
    background-image: -webkit-linear-gradient(top, #fece72 0, #fcaa0e 100%);
    background-image: linear-gradient(to bottom, #fece72 0, #fcaa0e 100%);
}
.btn-warning:active {
    background-color: #fdbc40;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdbc40), color-stop(100%, #ee9d02));
    background-image: -webkit-linear-gradient(top, #fdbc40 0, #ee9d02 100%);
    background-image: linear-gradient(to bottom, #fdbc40 0, #ee9d02 100%);
}
.btn .icon {
    float: left;
    width: 14px;
    height: 14px;
    margin-bottom: 1px;
    color: #737475;
    font-size: 14px;
    line-height: 1;
}
.btn .icon-text {
    margin-right: 5px
}
.btn-dropdown:after {
    margin-left: 5px;
    content: "";
}
.btn-group {
    position: relative;
    display: inline-block;
}
.toolbar-actions:after,
.toolbar-actions:before,
.toolbar:after,
.toolbar:before {
    display: table;
    content: " ";
}
.btn-group .btn {
    position: relative;
    float: left;
}
.btn-group .btn:active,
.btn-group .btn:focus {
    z-index: 2;
}
.btn-group .btn.active {
    z-index: 3;
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-group>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group .active {
    color: #fff;
    border: 1px solid transparent;
    background-color: #6d6c6d;
    background-image: none;
}
.btn-group .active .icon {
    color: #fff;
}
.toolbar {
    min-height: 22px;
    box-shadow: inset 0 1px 0 #f5f4f5;
    background-color: #e8e6e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e6e8), color-stop(100%, #d1cfd1));
    background-image: -webkit-linear-gradient(top, #e8e6e8 0, #d1cfd1 100%);
    background-image: linear-gradient(to bottom, #e8e6e8 0, #d1cfd1 100%);
}
.toolbar-header {
    border-bottom: 1px solid #c2c0c2;
}
.toolbar-footer {
    border-top: 1px solid #c2c0c2;
    -webkit-app-region: drag;
}
.title {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #555;
}
.toolbar-borderless {
    border-top: 0;
    border-bottom: 0;
}
.toolbar-actions {
    margin-top: 4px;
    margin-bottom: 3px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    -webkit-app-region: drag;
}
.form-control,
label {
    display: inline-block;
    font-size: 13px;
}
.toolbar-actions>.btn,
.toolbar-actions>.btn-group {
    margin-left: 4px;
    margin-right: 4px;
}
*/
