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


.mo_btn:focus, .mo_btn:active:focus, .mo_btn.active:focus, .mo_btn.focus, .mo_btn:active.focus, .mo_btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.mo_btn:hover, .mo_btn:focus, .mo_btn.focus {

    text-decoration: none
}

.mo_btn:active, .mo_btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.mo_btn.disabled, .mo_btn[disabled], fieldset[disabled] .mo_btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.mo_btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.mo_btn-primary:hover, .mo_btn-primary:focus, .mo_btn-primary.focus, .mo_btn-primary:active, .mo_btn-primary.active, .open > .dropdown-toggle.mo_btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.mo_btn-primary:active, .mo_btn-primary.active, .open > .dropdown-toggle.mo_btn-primary {
    background-image: none
}

.mo_btn-primary.disabled, .mo_btn-primary[disabled], fieldset[disabled] .mo_btn-primary, .mo_btn-primary.disabled:hover, .mo_btn-primary[disabled]:hover, fieldset[disabled] .mo_btn-primary:hover, .mo_btn-primary.disabled:focus, .mo_btn-primary[disabled]:focus, fieldset[disabled] .mo_btn-primary:focus, .mo_btn-primary.disabled.focus, .mo_btn-primary[disabled].focus, fieldset[disabled] .mo_btn-primary.focus, .mo_btn-primary.disabled:active, .mo_btn-primary[disabled]:active, fieldset[disabled] .mo_btn-primary:active, .mo_btn-primary.disabled.active, .mo_btn-primary[disabled].active, fieldset[disabled] .mo_btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}

.mo_btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.mo_btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.mo_btn-danger:hover, .mo_btn-danger:focus, .mo_btn-danger.focus, .mo_btn-danger:active, .mo_btn-danger.active, .open > .dropdown-toggle.mo_btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.mo_btn-danger:active, .mo_btn-danger.active, .open > .dropdown-toggle.mo_btn-danger {
    background-image: none
}

.mo_btn-danger.disabled, .mo_btn-danger[disabled], fieldset[disabled] .mo_btn-danger, .mo_btn-danger.disabled:hover, .mo_btn-danger[disabled]:hover, fieldset[disabled] .mo_btn-danger:hover, .mo_btn-danger.disabled:focus, .mo_btn-danger[disabled]:focus, fieldset[disabled] .mo_btn-danger:focus, .mo_btn-danger.disabled.focus, .mo_btn-danger[disabled].focus, fieldset[disabled] .mo_btn-danger.focus, .mo_btn-danger.disabled:active, .mo_btn-danger[disabled]:active, fieldset[disabled] .mo_btn-danger:active, .mo_btn-danger.disabled.active, .mo_btn-danger[disabled].active, fieldset[disabled] .mo_btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.mo_btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}


.mo_btn-sm, .mo_btn-group-sm > .mo_btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}


