input[type=text].ui-autocomplete-input {
    width: 758px !important;
}

.ui-menu li:first-child span {
    display: inline !important;
    padding: 0 !important;
}

.historico-autorizacao {
    width: auto;
    margin-bottom: 10px;
}

.historico-autorizacao ul {
    max-height: 70px;
    overflow-y: auto;
}

.historico-autorizacao ul li {
    line-height: 22px;
    border-top: 1px solid #eee;
}

input.error, textarea.error {
    border-color: #bf3030;
}

h3 {
    padding: 5px 0;
}

h3.error, span.error {
    color: #bf3030;
}

span.error {
    margin-top: 6px !important;
    display: block;
}

textarea#justificativa {
    max-height: 100px;
    max-width: 460px;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
    color: #bf3030;
}

input.error:-moz-placeholder,
textarea.error:-moz-placeholder { /* Firefox 18- */
    color: #bf3030;
}

input.error::-moz-placeholder,
textarea.error::-moz-placeholder { /* Firefox 19+ */
    color: #bf3030;
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
    color: #bf3030;
}

.modal-consulta-nf .resultado label {
    width: 120px;
    display: inline-block;
    font-weight: bold;
}

.modal-consulta-nf .resultado > div {
    display: flex;
}

#_modal {
    transform: translate(-50%, -50%) !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    min-width: 460px;
    width: auto;
}

html {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

html, body {
    /* For the loading indicator to be vertically centered ensure */
    /* the html and body elements take up the full viewport */
    min-height: 100%;
}

html.loading {
    /* Replace #333 with the background-color of your choice */
    /* Replace loading.gif with the loading image of your choice */
    background: rgba(0, 0, 0, 1);

    /* Ensures that the transition only runs in one direction */
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    pointer-events: none;
}

html.loading:after {
    content: 'Aguarde...';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    display: block;
    color: #fff;
    font-family: Arial;
    font-size: 23px;
    text-shadow: 1px 1px #000;
}

body {
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

html.loading body {
    /* Make the contents of the body opaque during loading */
    opacity: 0.3;

    /* Ensures that the transition only runs in one direction */
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

select[readonly] {
    background: #eee !important;
    pointer-events: none !important;
    touch-action: none !important;
    border-style: dotted !important;
}

.related-lookup {
    display: none;
}

/* BOOTSTRAP */

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: auto;
    height: auto;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72,180,97,.5);
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222,170,12,.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225,83,97,.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58,176,195,.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82,88,93,.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.swal2-styled {
    width: auto;
    height: auto;
}

.grp-cell.compliance_check {
}

.grp-cell.value_check {

}

.grp-module .l-2c-fluid.grp-cell.compliance_check .c-1,
.grp-module .l-2c-fluid.grp-cell.value_check .c-1
{
    width: auto;
    min-width: auto;
}

.readonly_field {
    margin: 0;
    padding: 6px 7px;
    height: 25px;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #555;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fdfdfd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: inset 0 1px 3px 0 #eee;
    -webkit-box-shadow: inset 0 1px 3px 0 #eee;
    box-shadow: inset 0 1px 3px 0 #eee;
    overflow: hidden;
    vertical-align: middle;
}

header#grp-header #grp-navigation img {
    margin: 3px 0;
}

.grp-group {
    position: relative;
    float: left;
    clear: both;
    margin: 0;
    padding: 2px;
    width: 100%;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.grp-submit-row>ul>li input.grp-button,
.grp-submit-row>ul>li a.grp-button,
.grp-submit-row>ul>li button.grp-button {
    opacity: 1;
}

header#grp-header #grp-navigation ul#grp-notificacoes {
    border-left: 1px solid #090909;
}

header#grp-header #grp-notificacoes {
    position: relative;
    float: right;
    font-weight: bold;
}

header#grp-header #grp-navigation ul#grp-notificacoes>li.grp-user-options-container {
}

header#grp-header #grp-navigation ul#grp-notificacoes>li:first-child {
}

header#grp-header #grp-navigation ul#grp-notificacoes>li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 0;
    padding-right: 0;
    border-left: 1px solid #343434;
    border-right: 1px solid #090909;
}

ul#grp-notificacoes>li a {
    display: block;
    padding: 10px 20px;
    font-size: 1.5em;
}

header#grp-header #grp-navigation ul#grp-notificacoes li.grp-collapse.grp-open>ul li {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

header#grp-header #grp-navigation ul#grp-notificacoes > li > ul > li > a {
    font-size: 1em;
    padding: 15px;
}

header#grp-header #grp-navigation ul#grp-notificacoes > li > ul > li > a:hover {
    color: #1b1e21;
}

header#grp-header #grp-navigation ul#grp-notificacoes > li > ul {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    margin-top: 7px;
}

.toast-top-right {
    top: 52px;
    right: 12px;
}

#toast-container > div {
    opacity: 1;
}

.btn.btn-process {
    background-color: #FFFFFF;
    color: #000000;
    float: right;
}

#search {
    width: 205px;
}

.grp-module .grp-row  .c-1 {
    display: flex;
}

form#grp-changelist-search-form {
    position: relative;
}
form#grp-changelist-search-form .grp-search-button{
    position: absolute;
    right: 2px;
}

.grp-submit-row.grp-fixed-footer>ul>li{
    background: none;
}

.grp-fixed-footer {
    background: #000000;
}

input[type="button"].grp-button, input[type="submit"].grp-button {
    padding: 20px;
    height: auto;
    min-width: 165px;
    font-size: 14px;
}

input[Value="Filtro"].grp-button {
    padding: 5px;
    min-width: auto;
}


.grp-module .l-2c-fluid.grp-cell .c-2 * {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.float-right {
    float: right;
}