html, body {
    margin: 20px 25px 20px;
    min-width: 800px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.pagination_end::before {
    content: ' ...';
}

.pagination_start::after {
    content: '... ';
}

table td.number {
    text-align: right;
}

.navbar-fixed-top {
    z-index: 1111;
}

.inputs-list li {
    display: inline-block;
    margin-right: 20px;
}

.inputs-list > li input[type="checkbox"] {
    margin: 0;
}

.clickable {
    cursor: pointer;
}

.right {
    float: right;
}

.left {
    float: left;
}

a.inactive {
    color: #999999;
}

#tab-content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    min-height: 400px;
    padding: 20px;
}

#tab-content .row {
    margin-left: 0;
    margin-right: 0;
}

.margin0 {
    margin: 0 !important;
}

.padding0 {
    padding: 0 !important;
}

#main-pane {
    margin-left: auto;
    margin-right: auto;

    max-width: 900px;
}

label {
    font-weight: normal;
}

.user-photo {
    float: right;
    height: 170px;
}

.btn.btn-link.cancel:hover,
.cancel:hover,
.btn.btn-link.btn-delete:hover,
.delete:hover {
    color: #b94a48;
}

.dataTables_filter {
    float: right;
    margin-top: -30px;
}

.nav.nav-tabs i.named {
    margin-right: 10px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}

/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

@media print {
    .nav.nav-tabs {
        display: none;
    }

    #tab-content {
        border: 0;
    }

    html, body {
        margin: 0;
    }
}

i.labeled {
    width: 15px;
    margin-right: 10px;
}

.table > tfoot {
    vertical-align: bottom;
    border-top: 2px solid #dddddd;
}

table tbody input,
table tfoot input {
    border: 0;
    width: 100%;
    height: 100%;
    cursor: text;
}

table tbody input:focus,
table tfoot input:focus {
    border-bottom: 1px solid #3c3c3c;
}

input[type=checkbox] {
    height: 20px;
    width: 20px;
}