body {
    background: #f1f1f1;
    -webkit-font-smoothing: antialiased;
}

a:active,
button:active,
.btn:active,
a:focus,
button:focus,
.btn:focus,
a:active:focus,
button:active:focus,
.btn:active:focus,
a.active:focus,
button.active:focus,
.btn.active:focus {
    outline: none;
}

.collapsing {
    -moz-transition: none;
    transition: none;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -5px;
    }
}

.navbar-inverse {
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-brand {
    padding: 5px;
}

.navbar-brand > img {
    height: 40px;
}

.tablenav {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.tablenav .form-inline {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.tablenav .form-inline + .form-inline {
    margin-left: 10px;
}

.tablenav .form-inline .form-group + .form-group {
    margin-left: 10px;
}

.table-action,
.table-number {
    width: 1%;
}

.table-name {
    width: 30%;
}

.table-number {
    text-align: right;
    white-space: nowrap;
}

.table > tbody > tr.inactive .list-actions {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.table > tbody > tr.inactive .list-actions li {
    display: none;
}

.table > tbody > tr.inactive .list-actions .status-comment {
    display: block;
}

.table > tbody > tr.inactive:not(:hover) {
    background: #fafafa;
    color: #aaa;
}

.table > tbody > tr.inactive:not(:hover) a {
    color: inherit;
}

.table > tbody > tr.inactive:hover li {
    display: inline;
}

.table > tbody > tr.inactive:hover .status-comment {
    display: none;
}

.panel-body {
    overflow: hidden;
    position: relative;
}

.panel-body .pagination {
    margin: 0;
}

.panel-title small {
    font-size: 85%;
}

.panel-heading,
.panel-footer {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.panel-footer {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.form-control:invalid {
    border-color: #f0ad4e;
}

.form-control.error {
    border-color: #f00;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.nav-tabs {
    margin-bottom: 15px;
}

.list-actions {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px;
}

.status-comment {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.status-comment b {
    line-height: 1;
}

tr:focus .list-actions,
tr:hover .list-actions {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.panel-login {
    margin: 12% auto 0;
    max-width: 320px;
}

.panel-login .panel-body {
    padding: 25px;
}

.panel-login .logo {
    margin-bottom: 15px;
}

.loading {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    bottom: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.modal {
    display: block;
    text-align: center;
    overflow-y: scroll;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.modal .close {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    font-size: 30px;
    font-weight: normal;
    margin-top: 0;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.modal:before {
    content: "";
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 100%;
    vertical-align: middle;
}

.modal-dialog {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-align: left;
    position: relative;
    vertical-align: middle;
    z-index: 1050;
}

.modal-content {
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-enter,
.modal-leave-active {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.modal-enter .modal-content,
.modal-leave-active .modal-content {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.alert button.close {
    color: inherit;
    height: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    line-height: 20px;
    position: relative;
    top: -1px;
}

@media print {
    body,
  .form-control {
        font-size: 11px;
    }

    .container {
        padding: 0;
    }

    label {
        margin-bottom: 0;
    }

    label:after {
        content: ":";
    }

    .form-group {
        display: table;
        margin-bottom: 10px;
        overflow: hidden;
        width: 100%;
    }

    .form-group > label,
  .form-group > .form-control {
        display: table-cell;
        vertical-align: top;
    }

    .form-group > label {
        white-space: nowrap;
        width: 1%;
    }

    .form-group > .form-control {
        padding-left: 10px;
    }

    .form-control {
        border: none;
        height: auto;
        padding: 0;
    }

    select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    select.form-control::-ms-expand {
        display: none;
    }

    .checkbox,
  .radio {
        margin: 0;
    }

    .checkbox label {
        font-weight: bold;
        padding-left: 0;
        position: relative;
    }

    .checkbox label:after {
        margin-left: -3px;
    }

    .checkbox input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: absolute;
        right: -32px;
        top: -3px;
    }

    .checkbox input::-ms-expand {
        display: none;
    }

    .checkbox input:after {
        font-weight: normal;
        content: "Não";
    }

    .checkbox input:checked:after {
        content: "Sim";
    }

    .radio-inline {
        display: none;
    }

    .radio-inline input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .radio-inline input::-ms-expand {
        display: none;
    }

    .radio-inline:after {
        display: none;
    }

    .radio-inline.active {
        display: block;
    }

    .status-comment {
        width: auto;
    }

    .break-print {
        word-break: break-all;
    }

    .table {
        border: 1px solid #ddd;
    }

    .table > thead > tr > th {
        border-bottom-width: 1px;
    }

    .table-name,
  .table-action,
  .table-number {
        width: auto;
    }

    #list .panel,
  #list .panel-heading,
  #list .panel-body,
  #list .panel-footer {
        border: none !important;
        padding-left: 0;
        padding-right: 0;
    }

    #list .panel-footer {
        padding-bottom: 0;
        padding-top: 0;
    }
}
