
.ont-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    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;
}
.ont-btn:focus,
.ont-btn:active:focus,
.ont-btn.active:focus,
.ont-btn.focus,
.ont-btn:active.focus,
.ont-btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.ont-btn:hover,
.ont-btn:focus,
.ont-btn.focus {
    color: #333;
    text-decoration: none;
}
.ont-btn:active,
.ont-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);
}
.ont-btn.disabled,
.ont-btn[disabled],
fieldset[disabled] .ont-btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
a.ont-btn.disabled,
fieldset[disabled] a.ont-btn {
    pointer-events: none;
}
.ont-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.ont-btn-default:focus,
.ont-btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.ont-btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.ont-btn-default:active,
.ont-btn-default.active,
.open > .dropdown-toggle.ont-btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.ont-btn-default:active:hover,
.ont-btn-default.active:hover,
.open > .dropdown-toggle.ont-btn-default:hover,
.ont-btn-default:active:focus,
.ont-btn-default.active:focus,
.open > .dropdown-toggle.ont-btn-default:focus,
.ont-btn-default:active.focus,
.ont-btn-default.active.focus,
.open > .dropdown-toggle.ont-btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.ont-btn-default:active,
.ont-btn-default.active,
.open > .dropdown-toggle.ont-btn-default {
    background-image: none;
}
.ont-btn-default.disabled:hover,
.ont-btn-default[disabled]:hover,
fieldset[disabled] .ont-btn-default:hover,
.ont-btn-default.disabled:focus,
.ont-btn-default[disabled]:focus,
fieldset[disabled] .ont-btn-default:focus,
.ont-btn-default.disabled.focus,
.ont-btn-default[disabled].focus,
fieldset[disabled] .ont-btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.ont-btn-default .badge {
    color: #fff;
    background-color: #333;
}

.ont-btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.ont-btn-primary:focus,
.ont-btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.ont-btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.ont-btn-primary:active,
.ont-btn-primary.active,
.open > .dropdown-toggle.ont-btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.ont-btn-primary:active:hover,
.ont-btn-primary.active:hover,
.open > .dropdown-toggle.ont-btn-primary:hover,
.ont-btn-primary:active:focus,
.ont-btn-primary.active:focus,
.open > .dropdown-toggle.ont-btn-primary:focus,
.ont-btn-primary:active.focus,
.ont-btn-primary.active.focus,
.open > .dropdown-toggle.ont-btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.ont-btn-primary:active,
.ont-btn-primary.active,
.open > .dropdown-toggle.ont-btn-primary {
    background-image: none;
}
.ont-btn-primary.disabled:hover,
.ont-btn-primary[disabled]:hover,
fieldset[disabled] .ont-btn-primary:hover,
.ont-btn-primary.disabled:focus,
.ont-btn-primary[disabled]:focus,
fieldset[disabled] .ont-btn-primary:focus,
.ont-btn-primary.disabled.focus,
.ont-btn-primary[disabled].focus,
fieldset[disabled] .ont-btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.ont-btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.ont-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.ont-btn-success:focus,
.ont-btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.ont-btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.ont-btn-success:active,
.ont-btn-success.active,
.open > .dropdown-toggle.ont-btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.ont-btn-success:active:hover,
.ont-btn-success.active:hover,
.open > .dropdown-toggle.ont-btn-success:hover,
.ont-btn-success:active:focus,
.ont-btn-success.active:focus,
.open > .dropdown-toggle.ont-btn-success:focus,
.ont-btn-success:active.focus,
.ont-btn-success.active.focus,
.open > .dropdown-toggle.ont-btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.ont-btn-success:active,
.ont-btn-success.active,
.open > .dropdown-toggle.ont-btn-success {
    background-image: none;
}
.ont-btn-success.disabled:hover,
.ont-btn-success[disabled]:hover,
fieldset[disabled] .ont-btn-success:hover,
.ont-btn-success.disabled:focus,
.ont-btn-success[disabled]:focus,
fieldset[disabled] .ont-btn-success:focus,
.ont-btn-success.disabled.focus,
.ont-btn-success[disabled].focus,
fieldset[disabled] .ont-btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.ont-btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.ont-btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.ont-btn-info:focus,
.ont-btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.ont-btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.ont-btn-info:active,
.ont-btn-info.active,
.open > .dropdown-toggle.ont-btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.ont-btn-info:active:hover,
.ont-btn-info.active:hover,
.open > .dropdown-toggle.ont-btn-info:hover,
.ont-btn-info:active:focus,
.ont-btn-info.active:focus,
.open > .dropdown-toggle.ont-btn-info:focus,
.ont-btn-info:active.focus,
.ont-btn-info.active.focus,
.open > .dropdown-toggle.ont-btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.ont-btn-info:active,
.ont-btn-info.active,
.open > .dropdown-toggle.ont-btn-info {
    background-image: none;
}
.ont-btn-info.disabled:hover,
.ont-btn-info[disabled]:hover,
fieldset[disabled] .ont-btn-info:hover,
.ont-btn-info.disabled:focus,
.ont-btn-info[disabled]:focus,
fieldset[disabled] .ont-btn-info:focus,
.ont-btn-info.disabled.focus,
.ont-btn-info[disabled].focus,
fieldset[disabled] .ont-btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.ont-btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.ont-btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.ont-btn-warning:focus,
.ont-btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.ont-btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.ont-btn-warning:active,
.ont-btn-warning.active,
.open > .dropdown-toggle.ont-btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.ont-btn-warning:active:hover,
.ont-btn-warning.active:hover,
.open > .dropdown-toggle.ont-btn-warning:hover,
.ont-btn-warning:active:focus,
.ont-btn-warning.active:focus,
.open > .dropdown-toggle.ont-btn-warning:focus,
.ont-btn-warning:active.focus,
.ont-btn-warning.active.focus,
.open > .dropdown-toggle.ont-btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.ont-btn-warning:active,
.ont-btn-warning.active,
.open > .dropdown-toggle.ont-btn-warning {
    background-image: none;
}
.ont-btn-warning.disabled:hover,
.ont-btn-warning[disabled]:hover,
fieldset[disabled] .ont-btn-warning:hover,
.ont-btn-warning.disabled:focus,
.ont-btn-warning[disabled]:focus,
fieldset[disabled] .ont-btn-warning:focus,
.ont-btn-warning.disabled.focus,
.ont-btn-warning[disabled].focus,
fieldset[disabled] .ont-btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.ont-btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.ont-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.ont-btn-danger:focus,
.ont-btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.ont-btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.ont-btn-danger:active,
.ont-btn-danger.active,
.open > .dropdown-toggle.ont-btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.ont-btn-danger:active:hover,
.ont-btn-danger.active:hover,
.open > .dropdown-toggle.ont-btn-danger:hover,
.ont-btn-danger:active:focus,
.ont-btn-danger.active:focus,
.open > .dropdown-toggle.ont-btn-danger:focus,
.ont-btn-danger:active.focus,
.ont-btn-danger.active.focus,
.open > .dropdown-toggle.ont-btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.ont-btn-danger:active,
.ont-btn-danger.active,
.open > .dropdown-toggle.ont-btn-danger {
    background-image: none;
}
.ont-btn-danger.disabled:hover,
.ont-btn-danger[disabled]:hover,
fieldset[disabled] .ont-btn-danger:hover,
.ont-btn-danger.disabled:focus,
.ont-btn-danger[disabled]:focus,
fieldset[disabled] .ont-btn-danger:focus,
.ont-btn-danger.disabled.focus,
.ont-btn-danger[disabled].focus,
fieldset[disabled] .ont-btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.ont-btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.ont-btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}
.ont-btn-link,
.ont-btn-link:active,
.ont-btn-link.active,
.ont-btn-link[disabled],
fieldset[disabled] .ont-btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ont-btn-link,
.ont-btn-link:hover,
.ont-btn-link:focus,
.ont-btn-link:active {
    border-color: transparent;
}
.ont-btn-link:hover,
.ont-btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.ont-btn-link[disabled]:hover,
fieldset[disabled] .ont-btn-link:hover,
.ont-btn-link[disabled]:focus,
fieldset[disabled] .ont-btn-link:focus {
    color: #777;
    text-decoration: none;
}
.ont-btn-lg,
.ont-btn-group-lg > .ont-btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.ont-btn-sm,
.ont-btn-group-sm > .ont-btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.ont-btn-xs,
.ont-btn-group-xs > .ont-btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.ont-btn-block {
    display: block;
    width: 100%;
}
.ont-btn-block + .ont-btn-block {
    margin-top: 5px;
}
input[type="submit"].ont-btn-block,
input[type="reset"].ont-btn-block,
input[type="button"].ont-btn-block {
    width: 100%;
}
.ont-btn-group,
.ont-btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ont-btn-group > .ont-btn,
.ont-btn-group-vertical > .ont-btn {
    position: relative;
    float: left;
}
.ont-btn-group > .ont-btn:hover,
.ont-btn-group-vertical > .ont-btn:hover,
.ont-btn-group > .ont-btn:focus,
.ont-btn-group-vertical > .ont-btn:focus,
.ont-btn-group > .ont-btn:active,
.ont-btn-group-vertical > .ont-btn:active,
.ont-btn-group > .ont-btn.active,
.ont-btn-group-vertical > .ont-btn.active {
    z-index: 2;
}
.ont-btn-group .ont-btn + .ont-btn,
.ont-btn-group .ont-btn + .ont-btn-group,
.ont-btn-group .ont-btn-group + .ont-btn,
.ont-btn-group .ont-btn-group + .ont-btn-group {
    margin-left: -1px;
}
.ont-btn-toolbar {
    margin-left: -5px;
}
.ont-btn-toolbar .ont-btn,
.ont-btn-toolbar .ont-btn-group,
.ont-btn-toolbar .input-group {
    float: left;
}
.ont-btn-toolbar > .ont-btn,
.ont-btn-toolbar > .ont-btn-group,
.ont-btn-toolbar > .input-group {
    margin-left: 5px;
}
.ont-btn-group > .ont-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.ont-btn-group > .ont-btn:first-child {
    margin-left: 0;
}
.ont-btn-group > .ont-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ont-btn-group > .ont-btn:last-child:not(:first-child),
.ont-btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ont-btn-group > .ont-btn-group {
    float: left;
}
.ont-btn-group > .ont-btn-group:not(:first-child):not(:last-child) > .ont-btn {
    border-radius: 0;
}
.ont-btn-group > .ont-btn-group:first-child:not(:last-child) > .ont-btn:last-child,
.ont-btn-group > .ont-btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ont-btn-group > .ont-btn-group:last-child:not(:first-child) > .ont-btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ont-btn-group .dropdown-toggle:active,
.ont-btn-group.open .dropdown-toggle {
    outline: 0;
}
.ont-btn-group > .ont-btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.ont-btn-group > .ont-btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.ont-btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.ont-btn-group.open .dropdown-toggle.ont-btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ont-btn .caret {
    margin-left: 0;
}
.ont-btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .ont-btn-lg .caret {
    border-width: 0 5px 5px;
}
.ont-btn-group-vertical > .ont-btn,
.ont-btn-group-vertical > .ont-btn-group,
.ont-btn-group-vertical > .ont-btn-group > .ont-btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.ont-btn-group-vertical > .ont-btn-group > .ont-btn {
    float: none;
}
.ont-btn-group-vertical > .ont-btn + .ont-btn,
.ont-btn-group-vertical > .ont-btn + .ont-btn-group,
.ont-btn-group-vertical > .ont-btn-group + .ont-btn,
.ont-btn-group-vertical > .ont-btn-group + .ont-btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.ont-btn-group-vertical > .ont-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.ont-btn-group-vertical > .ont-btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ont-btn-group-vertical > .ont-btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.ont-btn-group-vertical > .ont-btn-group:not(:first-child):not(:last-child) > .ont-btn {
    border-radius: 0;
}
.ont-btn-group-vertical > .ont-btn-group:first-child:not(:last-child) > .ont-btn:last-child,
.ont-btn-group-vertical > .ont-btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ont-btn-group-vertical > .ont-btn-group:last-child:not(:first-child) > .ont-btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ont-btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.ont-btn-group-justified > .ont-btn,
.ont-btn-group-justified > .ont-btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.ont-btn-group-justified > .ont-btn-group .ont-btn {
    width: 100%;
}
.ont-btn-group-justified > .ont-btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .ont-btn input[type="radio"],
[data-toggle="buttons"] > .ont-btn-group > .ont-btn input[type="radio"],
[data-toggle="buttons"] > .ont-btn input[type="checkbox"],
[data-toggle="buttons"] > .ont-btn-group > .ont-btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-ont-btn:first-child > .ont-btn,
.input-group-ont-btn:first-child > .ont-btn-group > .ont-btn,
.input-group-ont-btn:first-child > .dropdown-toggle,
.input-group-ont-btn:last-child > .ont-btn:not(:last-child):not(.dropdown-toggle),
.input-group-ont-btn:last-child > .ont-btn-group:not(:last-child) > .ont-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-ont-btn:last-child > .ont-btn,
.input-group-ont-btn:last-child > .ont-btn-group > .ont-btn,
.input-group-ont-btn:last-child > .dropdown-toggle,
.input-group-ont-btn:first-child > .ont-btn:not(:first-child),
.input-group-ont-btn:first-child > .ont-btn-group:not(:first-child) > .ont-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-ont-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-ont-btn > .ont-btn {
    position: relative;
}
.input-group-ont-btn > .ont-btn + .ont-btn {
    margin-left: -1px;
}
.input-group-ont-btn > .ont-btn:hover,
.input-group-ont-btn > .ont-btn:focus,
.input-group-ont-btn > .ont-btn:active {
    z-index: 2;
}
.input-group-ont-btn:first-child > .ont-btn,
.input-group-ont-btn:first-child > .ont-btn-group {
    margin-right: -1px;
}
.input-group-ont-btn:last-child > .ont-btn,
.input-group-ont-btn:last-child > .ont-btn-group {
    z-index: 2;
    margin-left: -1px;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
}
label.ont-btn{width:auto!important;min-width:60px;}