

.btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000   !important;
}

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto  !important;
}

.btn {
    display: inline-block  !important;
    padding: 6px 12px  !important;
    margin-bottom: 0  !important;
    font-size: 14px  !important;
    font-weight: normal  !important;
    line-height: 1.42857143  !important;
    text-align: center  !important;
    white-space: nowrap  !important;
    vertical-align: middle  !important;
    -ms-touch-action: manipulation  !important;
    touch-action: manipulation  !important;
    cursor: pointer  !important;
    -webkit-user-select: none  !important;
    -moz-user-select: none  !important;
    -ms-user-select: none  !important;
    user-select: none  !important;
    background-image: none  !important;
    border: 1px solid transparent  !important;
    border-radius: 4px  !important;
}

.btn-primary {
    color: #fff  !important;
    background-color: #337ab7  !important;
    border-color: #2e6da4  !important;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff  !important;
    background-color: #286090  !important;
    border-color: #122b40  !important;
}
.btn-primary:hover {
    color: #fff  !important;
    background-color: #286090  !important;
    border-color: #204d74  !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff  !important;
    background-color: #286090  !important;
    border-color: #204d74  !important;
}


.btn-primary .badge {
    color: #337ab7  !important;
    background-color: #fff  !important;
}
.btn-success {
    color: #fff  !important;
    background-color: #5cb85c  !important;
    border-color: #4cae4c  !important;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff  !important;
    background-color: #449d44  !important;
    border-color: #255625  !important;
}
.btn-success:hover {
    color: #fff  !important;
    background-color: #449d44  !important;
    border-color: #398439  !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff  !important;
    background-color: #449d44  !important;
    border-color: #398439  !important;
}

.btn-success .badge {
    color: #5cb85c  !important;
    background-color: #fff  !important;
}
.btn-info {
    color: #fff  !important;
    background-color: #5bc0de  !important;
    border-color: #46b8da  !important;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff  !important;
    background-color: #31b0d5  !important;
    border-color: #1b6d85  !important;
}
.btn-info:hover {
    color: #fff  !important;
    background-color: #31b0d5  !important;
    border-color: #269abc  !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff  !important;
    background-color: #31b0d5  !important;
    border-color: #269abc  !important;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff  !important;
    background-color: #269abc  !important;
    border-color: #1b6d85  !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none  !important;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de  !important;
    border-color: #46b8da  !important;
}
.btn-info .badge {
    color: #5bc0de  !important;
    background-color: #fff  !important;
}
.btn-warning {
    color: #fff  !important;
    background-color: #f0ad4e  !important;
    border-color: #eea236  !important;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff  !important;
    background-color: #ec971f  !important;
    border-color: #985f0d  !important;
}
.btn-warning:hover {
    color: #fff  !important;
    background-color: #ec971f  !important;
    border-color: #d58512  !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff  !important;
    background-color: #ec971f  !important;
    border-color: #d58512  !important;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff  !important;
    background-color: #d58512  !important;
    border-color: #985f0d  !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none  !important;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e  !important;
    border-color: #eea236  !important;
}
.btn-warning .badge {
    color: #f0ad4e  !important;
    background-color: #fff  !important;
}
.btn-danger {
    color: #fff  !important;
    background-color: #d9534f  !important;
    border-color: #d43f3a  !important;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff  !important;
    background-color: #c9302c  !important;
    border-color: #761c19  !important;
}
.btn-danger:hover {
    color: #fff  !important;
    background-color: #c9302c  !important;
    border-color: #ac2925  !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff  !important;
    background-color: #c9302c  !important;
    border-color: #ac2925  !important;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff  !important;
    background-color: #ac2925  !important;
    border-color: #761c19  !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none  !important;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f  !important;
    border-color: #d43f3a  !important;
}
.btn-danger .badge {
    color: #d9534f  !important;
    background-color: #fff  !important;
}
.btn-link {
    font-weight: normal  !important;
    color: #337ab7  !important;
    border-radius: 0  !important;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent  !important;
    -webkit-box-shadow: none  !important;
    box-shadow: none  !important;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent  !important;
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c  !important;
    text-decoration: underline  !important;
    background-color: transparent  !important;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777  !important;
    text-decoration: none  !important;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px  !important;
    font-size: 18px  !important;
    line-height: 1.3333333  !important;
    border-radius: 6px  !important;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px  !important;
    font-size: 12px  !important;
    line-height: 1.5  !important;
    border-radius: 3px  !important;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px  !important;
    font-size: 12px  !important;
    line-height: 1.5  !important;
    border-radius: 3px  !important;
}
.btn-block {
    display: block  !important;
    width: 100%  !important;
}
.btn-block + .btn-block {
    margin-top: 5px  !important;
}

a {
    color: #337ab7  !important;
    text-decoration: none  !important;
}
a:hover,
a:focus {
    color: #23527c  !important;
    text-decoration: underline  !important;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color  !important;
    outline-offset: -2px  !important;
}