/*custom css for nice bootstrap Tables and buttons*/

bTable {
    background-color: transparent;
}

.bTable > thead > tr > td > input,
.bTable > tbody > tr > td > input,
.bTable > tfoot > tr > td > input {
    max-width: 100%;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.bTable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.bbTable > thead > tr > th,
.bTable > tbody > tr > th,
.bTable > tfoot > tr > th,
.bTable > thead > tr > td,
.bTable > tbody > tr > td,
.bTable > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    max-width: 100%;
}

.bTable > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.bTable > caption + thead > tr:first-child > th,
.bTable > colgroup + thead > tr:first-child > th,
.bTable > thead:first-child > tr:first-child > th,
.bTable > caption + thead > tr:first-child > td,
.bTable > colgroup + thead > tr:first-child > td,
.bTable > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.bTable > tbody + tbody {
    border-top: 2px solid #ddd;
}

.bTable .bTable {
    background-color: #fff;
}

.bTable-condensed > thead > tr > th,
.bTable-condensed > tbody > tr > th,
.bTable-condensed > tfoot > tr > th,
.bTable-condensed > thead > tr > td,
.bTable-condensed > tbody > tr > td,
.bTable-condensed > tfoot > tr > td {
    padding: 5px;
}

.bTable-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.bTable-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

bTable col[class*="col-"] {
    position: static;
    display: bTable-column;
    float: none;
}

bTable td[class*="col-"],
bTable th[class*="col-"] {
    position: static;
    display: bTable-cell;
    float: none;
}

.bTable > thead > tr > td.active,
.bTable > tbody > tr > td.active,
.bTable > tfoot > tr > td.active,
.bTable > thead > tr > th.active,
.bTable > tbody > tr > th.active,
.bTable > tfoot > tr > th.active,
.bTable > thead > tr.active > td,
.bTable > tbody > tr.active > td,
.bTable > tfoot > tr.active > td,
.bTable > thead > tr.active > th,
.bTable > tbody > tr.active > th,
.bTable > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.bTable-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .bTable-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .bTable-responsive > .bTable {
        margin-bottom: 0;
    }
    .bTable-responsive > .bTable > thead > tr > th,
    .bTable-responsive > .bTable > tbody > tr > th,
    .bTable-responsive > .bTable > tfoot > tr > th,
    .bTable-responsive > .bTable > thead > tr > td,
    .bTable-responsive > .bTable > tbody > tr > td,
    .bTable-responsive > .bTable > tfoot > tr > td {
        white-space: nowrap;
    }
    .bTable-responsive > .bTable-bordered {
        border: 0;
    }
    .bTable-responsive > .bTable-bordered > thead > tr > th:first-child,
    .bTable-responsive > .bTable-bordered > tbody > tr > th:first-child,
    .bTable-responsive > .bTable-bordered > tfoot > tr > th:first-child,
    .bTable-responsive > .bTable-bordered > thead > tr > td:first-child,
    .bTable-responsive > .bTable-bordered > tbody > tr > td:first-child,
    .bTable-responsive > .bTable-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .bTable-responsive > .bTable-bordered > thead > tr > th:last-child,
    .bTable-responsive > .bTable-bordered > tbody > tr > th:last-child,
    .bTable-responsive > .bTable-bordered > tfoot > tr > th:last-child,
    .bTable-responsive > .bTable-bordered > thead > tr > td:last-child,
    .bTable-responsive > .bTable-bordered > tbody > tr > td:last-child,
    .bTable-responsive > .bTable-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .bTable-responsive > .bTable-bordered > tbody > tr:last-child > th,
    .bTable-responsive > .bTable-bordered > tfoot > tr:last-child > th,
    .bTable-responsive > .bTable-bordered > tbody > tr:last-child > td,
    .bTable-responsive > .bTable-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.bBtn {
    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;
}

.bBtn:focus,
.bBtn:active:focus,
.bBtn.active:focus,
.bBtn.focus,
.bBtn:active.focus,
.bBtn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.bBtn:hover,
.bBtn:focus,
.bBtn.focus {
    color: #333;
    text-decoration: none;
}

.bBtn:active,
.bBtn.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);
}

.bBtn.disabled,
.bBtn[disabled],
fieldset[disabled] .bBtn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.bBtn.disabled,
fieldset[disabled] a.bBtn {
    pointer-events: none;
}

.bBtn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bBtn-default:focus,
.bBtn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.bBtn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.bBtn-default:active,
.bBtn-default.active,
.open > .dropdown-toggle.bBtn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.bBtn-default:active:hover,
.bBtn-default.active:hover,
.open > .dropdown-toggle.bBtn-default:hover,
.bBtn-default:active:focus,
.bBtn-default.active:focus,
.open > .dropdown-toggle.bBtn-default:focus,
.bBtn-default:active.focus,
.bBtn-default.active.focus,
.open > .dropdown-toggle.bBtn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.bBtn-default:active,
.bBtn-default.active,
.open > .dropdown-toggle.bBtn-default {
    background-image: none;
}

.bBtn-default.disabled:hover,
.bBtn-default[disabled]:hover,
fieldset[disabled] .bBtn-default:hover,
.bBtn-default.disabled:focus,
.bBtn-default[disabled]:focus,
fieldset[disabled] .bBtn-default:focus,
.bBtn-default.disabled.focus,
.bBtn-default[disabled].focus,
fieldset[disabled] .bBtn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.bBtn-default .badge {
    color: #fff;
    background-color: #333;
}

.bBtn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bBtn-primary:focus,
.bBtn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.bBtn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.bBtn-primary:active,
.bBtn-primary.active,
.open > .dropdown-toggle.bBtn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.bBtn-primary:active:hover,
.bBtn-primary.active:hover,
.open > .dropdown-toggle.bBtn-primary:hover,
.bBtn-primary:active:focus,
.bBtn-primary.active:focus,
.open > .dropdown-toggle.bBtn-primary:focus,
.bBtn-primary:active.focus,
.bBtn-primary.active.focus,
.open > .dropdown-toggle.bBtn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.bBtn-primary:active,
.bBtn-primary.active,
.open > .dropdown-toggle.bBtn-primary {
    background-image: none;
}

.bBtn-primary.disabled:hover,
.bBtn-primary[disabled]:hover,
fieldset[disabled] .bBtn-primary:hover,
.bBtn-primary.disabled:focus,
.bBtn-primary[disabled]:focus,
fieldset[disabled] .bBtn-primary:focus,
.bBtn-primary.disabled.focus,
.bBtn-primary[disabled].focus,
fieldset[disabled] .bBtn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bBtn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.bBtn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.bBtn-success:focus,
.bBtn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.bBtn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.bBtn-success:active,
.bBtn-success.active,
.open > .dropdown-toggle.bBtn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.bBtn-success:active:hover,
.bBtn-success.active:hover,
.open > .dropdown-toggle.bBtn-success:hover,
.bBtn-success:active:focus,
.bBtn-success.active:focus,
.open > .dropdown-toggle.bBtn-success:focus,
.bBtn-success:active.focus,
.bBtn-success.active.focus,
.open > .dropdown-toggle.bBtn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.bBtn-success:active,
.bBtn-success.active,
.open > .dropdown-toggle.bBtn-success {
    background-image: none;
}

.bBtn-success.disabled:hover,
.bBtn-success[disabled]:hover,
fieldset[disabled] .bBtn-success:hover,
.bBtn-success.disabled:focus,
.bBtn-success[disabled]:focus,
fieldset[disabled] .bBtn-success:focus,
.bBtn-success.disabled.focus,
.bBtn-success[disabled].focus,
fieldset[disabled] .bBtn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.bBtn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.bBtn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.bBtn-info:focus,
.bBtn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.bBtn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.bBtn-info:active,
.bBtn-info.active,
.open > .dropdown-toggle.bBtn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.bBtn-info:active:hover,
.bBtn-info.active:hover,
.open > .dropdown-toggle.bBtn-info:hover,
.bBtn-info:active:focus,
.bBtn-info.active:focus,
.open > .dropdown-toggle.bBtn-info:focus,
.bBtn-info:active.focus,
.bBtn-info.active.focus,
.open > .dropdown-toggle.bBtn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.bBtn-info:active,
.bBtn-info.active,
.open > .dropdown-toggle.bBtn-info {
    background-image: none;
}

.bBtn-info.disabled:hover,
.bBtn-info[disabled]:hover,
fieldset[disabled] .bBtn-info:hover,
.bBtn-info.disabled:focus,
.bBtn-info[disabled]:focus,
fieldset[disabled] .bBtn-info:focus,
.bBtn-info.disabled.focus,
.bBtn-info[disabled].focus,
fieldset[disabled] .bBtn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.bBtn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.bBtn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.bBtn-warning:focus,
.bBtn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.bBtn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.bBtn-warning:active,
.bBtn-warning.active,
.open > .dropdown-toggle.bBtn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.bBtn-warning:active:hover,
.bBtn-warning.active:hover,
.open > .dropdown-toggle.bBtn-warning:hover,
.bBtn-warning:active:focus,
.bBtn-warning.active:focus,
.open > .dropdown-toggle.bBtn-warning:focus,
.bBtn-warning:active.focus,
.bBtn-warning.active.focus,
.open > .dropdown-toggle.bBtn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.bBtn-warning:active,
.bBtn-warning.active,
.open > .dropdown-toggle.bBtn-warning {
    background-image: none;
}

.bBtn-warning.disabled:hover,
.bBtn-warning[disabled]:hover,
fieldset[disabled] .bBtn-warning:hover,
.bBtn-warning.disabled:focus,
.bBtn-warning[disabled]:focus,
fieldset[disabled] .bBtn-warning:focus,
.bBtn-warning.disabled.focus,
.bBtn-warning[disabled].focus,
fieldset[disabled] .bBtn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.bBtn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.bBtn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.bBtn-danger:focus,
.bBtn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.bBtn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.bBtn-danger:active,
.bBtn-danger.active,
.open > .dropdown-toggle.bBtn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.bBtn-danger:active:hover,
.bBtn-danger.active:hover,
.open > .dropdown-toggle.bBtn-danger:hover,
.bBtn-danger:active:focus,
.bBtn-danger.active:focus,
.open > .dropdown-toggle.bBtn-danger:focus,
.bBtn-danger:active.focus,
.bBtn-danger.active.focus,
.open > .dropdown-toggle.bBtn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.bBtn-danger:active,
.bBtn-danger.active,
.open > .dropdown-toggle.bBtn-danger {
    background-image: none;
}

.bBtn-danger.disabled:hover,
.bBtn-danger[disabled]:hover,
fieldset[disabled] .bBtn-danger:hover,
.bBtn-danger.disabled:focus,
.bBtn-danger[disabled]:focus,
fieldset[disabled] .bBtn-danger:focus,
.bBtn-danger.disabled.focus,
.bBtn-danger[disabled].focus,
fieldset[disabled] .bBtn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.bBtn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.bBtn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

.bBtn-link,
.bBtn-link:active,
.bBtn-link.active,
.bBtn-link[disabled],
fieldset[disabled] .bBtn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bBtn-link,
.bBtn-link:hover,
.bBtn-link:focus,
.bBtn-link:active {
    border-color: transparent;
}

.bBtn-link:hover,
.bBtn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.bBtn-link[disabled]:hover,
fieldset[disabled] .bBtn-link:hover,
.bBtn-link[disabled]:focus,
fieldset[disabled] .bBtn-link:focus {
    color: #777;
    text-decoration: none;
}

.bBtn-lg,
.bBtn-group-lg > .bBtn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.bBtn-sm,
.bBtn-group-sm > .bBtn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.bBtn-xs,
.bBtn-group-xs > .bBtn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.bBtn-block {
    display: block;
    width: 100%;
}

.bBtn-block + .bBtn-block {
    margin-top: 5px;
}