.bs-mselect-choices {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.bs-mselect-seperator:before {
    content: "/\009B";
    padding: 0 5px;
    color: #ccc;
}

.bs-mselect-choices li {
    font-family: sans-serif;
    font-size: 13px;
    padding: 5px 6px;
}

.bs-mselect-group-choice {
    font-weight: bold;
    color: #444;
    font-weight: bold;
    cursor: default;
}

.bs-mselect-choice-in-group {
    text-indent: 10px;
}

.bs-mselect-choice {
    color: #444;
    cursor: pointer;
}

.bs-mselect-choice:hover {
    background-color: #5897fb;
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
    color: white;
}

.bs-mselect-drop-selector-container {
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    min-height: 100px;
    overflow: auto;
}

.bs-mselect-container-active {
    border: 1px solid #5897fb !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

ul.bs-mselect-container {
    display: inline-block;
    padding: 3px 0px 3px 3px;
    min-height: 34px;

    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
}

li.bs-mselect-caption {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: 1;
    border-radius: 0;
    text-align: center;
    list-style-type: none;
}

li.bs-mselect-selection {
    display: inline-block;

    padding: 0px 6px 0px 4px;
    margin-right: 5px;
    margin-bottom: 3px;

    position: relative;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 1;
    cursor: default;
}

.bs-mselect-selection span.bs-mselect-selection-text {
    vertical-align: middle;
    display: inline-block;
    float: right;
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    font-size: 13px;
    padding-top: 5px;
}

.bs-mselect-close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    font-size: 1.3em;
}

.sma-capacity {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: bold;

    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;

    width: 80px;
    text-align: center;
}

p.sma-agenda-nice-p {
    margin: 0px 0px !important;
    padding: 0px 0px !important;
    color: #000;
    word-spacing: 2px;
    margin: 0;
    padding: 0 0 7px;
    font-family: Arial;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
}

.sma-nice-input {
    height: 34px;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    text-align: center;
}

.sma-nice-drop-down {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sma-nice-drop-down-lg {
    display: inline-block;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sma-badge {
    display: inline;
    padding: .4em .6em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .50em;
}

.bs3-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sma-cp-default { background-color: #999; color: #fff; }
.sma-cp-primary { background-color: #428bca; color: #fff; }
.sma-cp-success { background-color: #5cb85c; color: #fff; }
.sma-cp-info { background-color: #5bc0de; color: #fff; }
.sma-cp-warning { background-color: #f0ad4e; color: #fff; }
.sma-cp-danger { background-color: #d9534f; color: #fff; }

.sma-cp-default-inverse { background-color: #fff; color: #999; }
.sma-cp-primary-inverse { background-color: #fff; color: #428bca; }
.sma-cp-success-inverse { background-color: #fff; color: #5cb85c; }
.sma-cp-info-inverse { background-color: #fff; color: #5bc0de; }
.sma-cp-warning-inverse { background-color: #fff; color: #f0ad4e; }
.sma-cp-danger-inverse { background-color: #fff; color: #d9534f; }

.bs3-input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.bs3-label {
    display: inline;
    padding: .3em .6em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.bs3-label-default {
    background-color: #999;
}

.bs3-label-primary {
    background-color: #428bca;
}

.bs3-label-success {
    background-color: #5cb85c;
}

.bs3-label-info {
    background-color: #5bc0de;
}

.bs3-label-warning {
    background-color: #f0ad4e;
}

.bs3-label-danger {
    background-color: #d9534f;
}

.bs3-list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.bs3-list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.bs3-list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.bs3-list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0px !important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.bs3-list-group-item-active {
    background-color: #428bca;
    color: #fff;
}

.empty-well {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    background-color: #fff;
}

table {
    width: 100%;
    margin-bottom: 20px;
}
.bs3-table > thead > tr > th,
.bs3-table > tbody > tr > th,
.bs3-table > tfoot > tr > th,
.bs3-table > thead > tr > td,
.bs3-table > tbody > tr > td,
.bs3-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.bs3-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.bs3-table > caption + thead > tr:first-child > th,
.bs3-table > colgroup + thead > tr:first-child > th,
.bs3-table > thead:first-child > tr:first-child > th,
.bs3-table > caption + thead > tr:first-child > td,
.bs3-table > colgroup + thead > tr:first-child > td,
.bs3-table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.bs3-table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.bs3-table .bs3-table {
    background-color: #ffffff;
}
.bs3-table-condensed > thead > tr > th,
.bs3-table-condensed > tbody > tr > th,
.bs3-table-condensed > tfoot > tr > th,
.bs3-table-condensed > thead > tr > td,
.bs3-table-condensed > tbody > tr > td,
.bs3-table-condensed > tfoot > tr > td {
    padding: 5px;
}
.bs3-table-bordered {
    border: 1px solid #dddddd;
}
.bs3-table-bordered > thead > tr > th,
.bs3-table-bordered > tbody > tr > th,
.bs3-table-bordered > tfoot > tr > th,
.bs3-table-bordered > thead > tr > td,
.bs3-table-bordered > tbody > tr > td,
.bs3-table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.bs3-table-bordered > thead > tr > th,
.bs3-table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.bs3-table-striped > tbody > tr:nth-child(odd) > td,
.bs3-table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.bs3-table-hover > tbody > tr:hover > td,
.bs3-table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.bs3-table > thead > tr > td.active,
.bs3-table > tbody > tr > td.active,
.bs3-table > tfoot > tr > td.active,
.bs3-table > thead > tr > th.active,
.bs3-table > tbody > tr > th.active,
.bs3-table > tfoot > tr > th.active,
.bs3-table > thead > tr.active > td,
.bs3-table > tbody > tr.active > td,
.bs3-table > tfoot > tr.active > td,
.bs3-table > thead > tr.active > th,
.bs3-table > tbody > tr.active > th,
.bs3-table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.bs3-table-hover > tbody > tr > td.active:hover,
.bs3-table-hover > tbody > tr > th.active:hover,
.bs3-table-hover > tbody > tr.active:hover > td,
.bs3-table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.bs3-table > thead > tr > td.success,
.bs3-table > tbody > tr > td.success,
.bs3-table > tfoot > tr > td.success,
.bs3-table > thead > tr > th.success,
.bs3-table > tbody > tr > th.success,
.bs3-table > tfoot > tr > th.success,
.bs3-table > thead > tr.success > td,
.bs3-table > tbody > tr.success > td,
.bs3-table > tfoot > tr.success > td,
.bs3-table > thead > tr.success > th,
.bs3-table > tbody > tr.success > th,
.bs3-table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.bs3-table-hover > tbody > tr > td.success:hover,
.bs3-table-hover > tbody > tr > th.success:hover,
.bs3-table-hover > tbody > tr.success:hover > td,
.bs3-table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.bs3-table > thead > tr > td.info,
.bs3-table > tbody > tr > td.info,
.bs3-table > tfoot > tr > td.info,
.bs3-table > thead > tr > th.info,
.bs3-table > tbody > tr > th.info,
.bs3-table > tfoot > tr > th.info,
.bs3-table > thead > tr.info > td,
.bs3-table > tbody > tr.info > td,
.bs3-table > tfoot > tr.info > td,
.bs3-table > thead > tr.info > th,
.bs3-table > tbody > tr.info > th,
.bs3-table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.bs3-table-hover > tbody > tr > td.info:hover,
.bs3-table-hover > tbody > tr > th.info:hover,
.bs3-table-hover > tbody > tr.info:hover > td,
.bs3-table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.bs3-table > thead > tr > td.warning,
.bs3-table > tbody > tr > td.warning,
.bs3-table > tfoot > tr > td.warning,
.bs3-table > thead > tr > th.warning,
.bs3-table > tbody > tr > th.warning,
.bs3-table > tfoot > tr > th.warning,
.bs3-table > thead > tr.warning > td,
.bs3-table > tbody > tr.warning > td,
.bs3-table > tfoot > tr.warning > td,
.bs3-table > thead > tr.warning > th,
.bs3-table > tbody > tr.warning > th,
.bs3-table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.bs3-table-hover > tbody > tr > td.warning:hover,
.bs3-table-hover > tbody > tr > th.warning:hover,
.bs3-table-hover > tbody > tr.warning:hover > td,
.bs3-table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.bs3-table > thead > tr > td.danger,
.bs3-table > tbody > tr > td.danger,
.bs3-table > tfoot > tr > td.danger,
.bs3-table > thead > tr > th.danger,
.bs3-table > tbody > tr > th.danger,
.bs3-table > tfoot > tr > th.danger,
.bs3-table > thead > tr.danger > td,
.bs3-table > tbody > tr.danger > td,
.bs3-table > tfoot > tr.danger > td,
.bs3-table > thead > tr.danger > th,
.bs3-table > tbody > tr.danger > th,
.bs3-table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.bs3-table-hover > tbody > tr > td.danger:hover,
.bs3-table-hover > tbody > tr > th.danger:hover,
.bs3-table-hover > tbody > tr.danger:hover > td,
.bs3-table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
@media (max-width: 767px) {
    .bs3-table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }
    .bs3-table-responsive > .bs3-table {
        margin-bottom: 0;
    }
    .bs3-table-responsive > .bs3-table > thead > tr > th,
    .bs3-table-responsive > .bs3-table > tbody > tr > th,
    .bs3-table-responsive > .bs3-table > tfoot > tr > th,
    .bs3-table-responsive > .bs3-table > thead > tr > td,
    .bs3-table-responsive > .bs3-table > tbody > tr > td,
    .bs3-table-responsive > .bs3-table > tfoot > tr > td {
        white-space: nowrap;
    }
    .bs3-table-responsive > .bs3-table-bordered {
        border: 0;
    }
    .bs3-table-responsive > .bs3-table-bordered > thead > tr > th:first-child,
    .bs3-table-responsive > .bs3-table-bordered > tbody > tr > th:first-child,
    .bs3-table-responsive > .bs3-table-bordered > tfoot > tr > th:first-child,
    .bs3-table-responsive > .bs3-table-bordered > thead > tr > td:first-child,
    .bs3-table-responsive > .bs3-table-bordered > tbody > tr > td:first-child,
    .bs3-table-responsive > .bs3-table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .bs3-table-responsive > .bs3-table-bordered > thead > tr > th:last-child,
    .bs3-table-responsive > .bs3-table-bordered > tbody > tr > th:last-child,
    .bs3-table-responsive > .bs3-table-bordered > tfoot > tr > th:last-child,
    .bs3-table-responsive > .bs3-table-bordered > thead > tr > td:last-child,
    .bs3-table-responsive > .bs3-table-bordered > tbody > tr > td:last-child,
    .bs3-table-responsive > .bs3-table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .bs3-table-responsive > .bs3-table-bordered > tbody > tr:last-child > th,
    .bs3-table-responsive > .bs3-table-bordered > tfoot > tr:last-child > th,
    .bs3-table-responsive > .bs3-table-bordered > tbody > tr:last-child > td,
    .bs3-table-responsive > .bs3-table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.bs3-table th {
    text-align: left;
}

.bs3-jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
    border-radius: 6px;
    padding-left: 60px;
    padding-right: 60px;
}
.bs3-jumbotron h1,
.bs3-jumbotron .h1 {
    color: inherit;
}
.bs3-jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
    color: rgb(0, 0, 0);
    display: block;
    height: 50px;
    line-height: normal;
    margin-bottom: 15px;
    width: 860px;
}

@media screen and (min-width: 768px) {
    .bs3-jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .bs3-container .bs3-jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .bs3-jumbotron h1,
    .bs3-jumbotron .h1 {
        font-size: 63px;
    }
}

.bs3-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bs3-btn:focus,
.bs3-btn:active:focus,
.bs3-btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bs3-btn:hover,
.bs3-btn:focus {
    color: #333333;
    text-decoration: none;
}
.bs3-btn:active,
.bs3-btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bs3-btn.disabled,
.bs3-btn[disabled],
fieldset[disabled] .bs3-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bs3-btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.bs3-btn-default:hover,
.bs3-btn-default:focus,
.bs3-btn-default:active,
.bs3-btn-default.active,
.open .dropdown-toggle.bs3-btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.bs3-btn-default:active,
.bs3-btn-default.active,
.open .dropdown-toggle.bs3-btn-default {
    background-image: none;
}
.bs3-btn-default.disabled,
.bs3-btn-default[disabled],
fieldset[disabled] .bs3-btn-default,
.bs3-btn-default.disabled:hover,
.bs3-btn-default[disabled]:hover,
fieldset[disabled] .bs3-btn-default:hover,
.bs3-btn-default.disabled:focus,
.bs3-btn-default[disabled]:focus,
fieldset[disabled] .bs3-btn-default:focus,
.bs3-btn-default.disabled:active,
.bs3-btn-default[disabled]:active,
fieldset[disabled] .bs3-btn-default:active,
.bs3-btn-default.disabled.active,
.bs3-btn-default[disabled].active,
fieldset[disabled] .bs3-btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.bs3-btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.bs3-btn-primary {
    color: #ffffff !important;
    background-color: #428bca;
    border-color: #357ebd;
}
.bs3-btn-primary:hover,
.bs3-btn-primary:focus,
.bs3-btn-primary:active,
.bs3-btn-primary.active,
.open .dropdown-toggle.bs3-btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.bs3-btn-primary:active,
.bs3-btn-primary.active,
.open .dropdown-toggle.bs3-btn-primary {
    background-image: none;
}
.bs3-btn-primary.disabled,
.bs3-btn-primary[disabled],
fieldset[disabled] .bs3-btn-primary,
.bs3-btn-primary.disabled:hover,
.bs3-btn-primary[disabled]:hover,
fieldset[disabled] .bs3-btn-primary:hover,
.bs3-btn-primary.disabled:focus,
.bs3-btn-primary[disabled]:focus,
fieldset[disabled] .bs3-btn-primary:focus,
.bs3-btn-primary.disabled:active,
.bs3-btn-primary[disabled]:active,
fieldset[disabled] .bs3-btn-primary:active,
.bs3-btn-primary.disabled.active,
.bs3-btn-primary[disabled].active,
fieldset[disabled] .bs3-btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.bs3-btn-primary .badge {
    color: #428bca;
    background-color: #ffffff;
}
.bs3-btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bs3-btn-success:hover,
.bs3-btn-success:focus,
.bs3-btn-success:active,
.bs3-btn-success.active,
.open .dropdown-toggle.bs3-btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}
.bs3-btn-success:active,
.bs3-btn-success.active,
.open .dropdown-toggle.bs3-btn-success {
    background-image: none;
}
.bs3-btn-success.disabled,
.bs3-btn-success[disabled],
fieldset[disabled] .bs3-btn-success,
.bs3-btn-success.disabled:hover,
.bs3-btn-success[disabled]:hover,
fieldset[disabled] .bs3-btn-success:hover,
.bs3-btn-success.disabled:focus,
.bs3-btn-success[disabled]:focus,
fieldset[disabled] .bs3-btn-success:focus,
.bs3-btn-success.disabled:active,
.bs3-btn-success[disabled]:active,
fieldset[disabled] .bs3-btn-success:active,
.bs3-btn-success.disabled.active,
.bs3-btn-success[disabled].active,
fieldset[disabled] .bs3-btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bs3-btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.bs3-btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.bs3-btn-info:hover,
.bs3-btn-info:focus,
.bs3-btn-info:active,
.bs3-btn-info.active,
.open .dropdown-toggle.bs3-btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.bs3-btn-info:active,
.bs3-btn-info.active,
.open .dropdown-toggle.bs3-btn-info {
    background-image: none;
}
.bs3-btn-info.disabled,
.bs3-btn-info[disabled],
fieldset[disabled] .bs3-btn-info,
.bs3-btn-info.disabled:hover,
.bs3-btn-info[disabled]:hover,
fieldset[disabled] .bs3-btn-info:hover,
.bs3-btn-info.disabled:focus,
.bs3-btn-info[disabled]:focus,
fieldset[disabled] .bs3-btn-info:focus,
.bs3-btn-info.disabled:active,
.bs3-btn-info[disabled]:active,
fieldset[disabled] .bs3-btn-info:active,
.bs3-btn-info.disabled.active,
.bs3-btn-info[disabled].active,
fieldset[disabled] .bs3-btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.bs3-btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.bs3-btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.bs3-btn-warning:hover,
.bs3-btn-warning:focus,
.bs3-btn-warning:active,
.bs3-btn-warning.active,
.open .dropdown-toggle.bs3-btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.bs3-btn-warning:active,
.bs3-btn-warning.active,
.open .dropdown-toggle.bs3-btn-warning {
    background-image: none;
}
.bs3-btn-warning.disabled,
.bs3-btn-warning[disabled],
fieldset[disabled] .bs3-btn-warning,
.bs3-btn-warning.disabled:hover,
.bs3-btn-warning[disabled]:hover,
fieldset[disabled] .bs3-btn-warning:hover,
.bs3-btn-warning.disabled:focus,
.bs3-btn-warning[disabled]:focus,
fieldset[disabled] .bs3-btn-warning:focus,
.bs3-btn-warning.disabled:active,
.bs3-btn-warning[disabled]:active,
fieldset[disabled] .bs3-btn-warning:active,
.bs3-btn-warning.disabled.active,
.bs3-btn-warning[disabled].active,
fieldset[disabled] .bs3-btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.bs3-btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.bs3-btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.bs3-btn-danger:hover,
.bs3-btn-danger:focus,
.bs3-btn-danger:active,
.bs3-btn-danger.active,
.open .dropdown-toggle.bs3-btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.bs3-btn-danger:active,
.bs3-btn-danger.active,
.open .dropdown-toggle.bs3-btn-danger {
    background-image: none;
}
.bs3-btn-danger.disabled,
.bs3-btn-danger[disabled],
fieldset[disabled] .bs3-btn-danger,
.bs3-btn-danger.disabled:hover,
.bs3-btn-danger[disabled]:hover,
fieldset[disabled] .bs3-btn-danger:hover,
.bs3-btn-danger.disabled:focus,
.bs3-btn-danger[disabled]:focus,
fieldset[disabled] .bs3-btn-danger:focus,
.bs3-btn-danger.disabled:active,
.bs3-btn-danger[disabled]:active,
fieldset[disabled] .bs3-btn-danger:active,
.bs3-btn-danger.disabled.active,
.bs3-btn-danger[disabled].active,
fieldset[disabled] .bs3-btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.bs3-btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.bs3-btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.bs3-btn-link,
.bs3-btn-link:active,
.bs3-btn-link[disabled],
fieldset[disabled] .bs3-btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bs3-btn-link,
.bs3-btn-link:hover,
.bs3-btn-link:focus,
.bs3-btn-link:active {
    border-color: transparent;
}
.bs3-btn-link:hover,
.bs3-btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.bs3-btn-link[disabled]:hover,
fieldset[disabled] .bs3-btn-link:hover,
.bs3-btn-link[disabled]:focus,
fieldset[disabled] .bs3-btn-link:focus {
    color: #999999;
    text-decoration: none;
}
.bs3-btn-lg,
.bs3-btn-group-lg > .bs3-btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.bs3-btn-sm,
.bs3-btn-group-sm > .bs3-btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bs3-btn-xs,
.bs3-btn-group-xs > .bs3-btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bs3-btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.bs3-btn-block + .bs3-btn-block {
    margin-top: 5px;
}
input[type="submit"].bs3-btn-block,
input[type="reset"].bs3-btn-block,
input[type="button"].bs3-btn-block {
    width: 100%;
}
.bs3-btn-group,
.bs3-btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.bs3-btn-group > .bs3-btn,
.bs3-btn-group-vertical > .bs3-btn {
    position: relative;
    float: left;
}
.bs3-btn-group > .bs3-btn:hover,
.bs3-btn-group-vertical > .bs3-btn:hover,
.bs3-btn-group > .bs3-btn:focus,
.bs3-btn-group-vertical > .bs3-btn:focus,
.bs3-btn-group > .bs3-btn:active,
.bs3-btn-group-vertical > .bs3-btn:active,
.bs3-btn-group > .bs3-btn.active,
.bs3-btn-group-vertical > .bs3-btn.active {
    z-index: 2;
}
.bs3-btn-group > .bs3-btn:focus,
.bs3-btn-group-vertical > .bs3-btn:focus {
    outline: none;
}
.bs3-btn-group .bs3-btn + .bs3-btn,
.bs3-btn-group .bs3-btn + .bs3-btn-group,
.bs3-btn-group .bs3-btn-group + .bs3-btn,
.bs3-btn-group .bs3-btn-group + .bs3-btn-group {
    margin-left: -1px;
}
.bs3-btn-toolbar {
    margin-left: -5px;
}
.bs3-btn-toolbar .bs3-btn-group,
.bs3-btn-toolbar .input-group {
    float: left;
}
.bs3-btn-toolbar > .bs3-btn,
.bs3-btn-toolbar > .bs3-btn-group,
.bs3-btn-toolbar > .input-group {
    margin-left: 5px;
}
.bs3-btn-group > .bs3-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.bs3-btn-group > .bs3-btn:first-child {
    margin-left: 0;
}
.bs3-btn-group > .bs3-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bs3-btn-group > .bs3-btn:last-child:not(:first-child),
.bs3-btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.bs3-btn-group > .bs3-btn-group {
    float: left;
}
.bs3-btn-group > .bs3-btn-group:not(:first-child):not(:last-child) > .bs3-btn {
    border-radius: 0;
}
.bs3-btn-group > .bs3-btn-group:first-child > .bs3-btn:last-child,
.bs3-btn-group > .bs3-btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bs3-btn-group > .bs3-btn-group:last-child > .bs3-btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.bs3-btn-group .dropdown-toggle:active,
.bs3-btn-group.open .dropdown-toggle {
    outline: 0;
}
.bs3-btn-group > .bs3-btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.bs3-btn-group > .bs3-btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.bs3-btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bs3-btn-group.open .dropdown-toggle.bs3-btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bs3-btn .caret {
    margin-left: 0;
}
.bs3-btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .bs3-btn-lg .caret {
    border-width: 0 5px 5px;
}
.bs3-btn-group-vertical > .bs3-btn,
.bs3-btn-group-vertical > .bs3-btn-group,
.bs3-btn-group-vertical > .bs3-btn-group > .bs3-btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.bs3-btn-group-vertical > .bs3-btn-group > .bs3-btn {
    float: none;
}
.bs3-btn-group-vertical > .bs3-btn + .bs3-btn,
.bs3-btn-group-vertical > .bs3-btn + .bs3-btn-group,
.bs3-btn-group-vertical > .bs3-btn-group + .bs3-btn,
.bs3-btn-group-vertical > .bs3-btn-group + .bs3-btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.bs3-btn-group-vertical > .bs3-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.bs3-btn-group-vertical > .bs3-btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.bs3-btn-group-vertical > .bs3-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.bs3-btn-group-vertical > .bs3-btn-group:not(:first-child):not(:last-child) > .bs3-btn {
    border-radius: 0;
}
.bs3-btn-group-vertical > .bs3-btn-group:first-child:not(:last-child) > .bs3-btn:last-child,
.bs3-btn-group-vertical > .bs3-btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.bs3-btn-group-vertical > .bs3-btn-group:last-child:not(:first-child) > .bs3-btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.bs3-btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.bs3-btn-group-justified > .bs3-btn,
.bs3-btn-group-justified > .bs3-btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.bs3-btn-group-justified > .bs3-btn-group .bs3-btn {
    width: 100%;
}
[data-toggle="buttons"] > .bs3-btn > input[type="radio"],
[data-toggle="buttons"] > .bs3-btn > input[type="checkbox"] {
    display: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}
