body {
    color: #6C6C6C;
}

#sideNav {
    border-top: 5px solid rgba(218, 228, 235, 0.5) !important;
}

    #sideNav a:not([href]):not([tabindex]) {
        cursor: pointer !important;
    }

    #sideNav a:not([href]):not([tabindex]),
    .u-sidebar-navigation--light a,
    .u-sidebar-navigation--light .has-active > a {
        color: #55585B;
    }

#sideNavMenu {
    top: 20px;
    position: absolute;
}

    #sideNavMenu, #sideNavMenu li {
        background: #fff;
        /*border-right: solid 2px #8c8f92;*/
    }


[ng-cloak] {
    display: none;
}

/*#sideNavMenu {
    position: fixed;
    top: 70px;
    width: 250px;
    height: 100%;
}*/



.selector-input {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    /*background-image: -webkit-linear-gradient(#fff, #fff) !important;*/
    padding: .5em 2.6em .5em .7em;
}

/*increase size heigth because select datalist bigger*/
.page-content .form-control {
    line-height: 1.6;
}

.page-content label.control-label {
    margin-bottom: 2px;
    font-weight: 600;
}

/*logotipo image height*/
.u-header__section .logo {
    height: 40px;
}


/*.show-on-hover:hover > div.dropdown-menu {
    display: block;
}

.show-on-hover > .dropdown-toggle:active {
    pointer-events: none;
}*/

.action-table {
    background-color: #FFF;
}

.btn-actions-menu .dropdown-menu {
    width: 150px !important;
}

.btn-actions-menu .dropdown-item {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer !important;
}

.u-btn-outline-defato {
    color: #808080 !important;
    border-color: #8c8f92;
    background-color: transparent;
}

    .u-btn-outline-defato:hover {
        color: #000;
        background-color: #eeefef;
    }

.u-btn-outline-defato-danger {
    color: #fffbfb;
    border-color: #8c8f92;
    background-color: #dc3545 !important;
}

    .u-btn-outline-defato-danger:hover {
        color: #fff;
        background-color: #f5606f;
    }

    .u-btn-outline-defato-danger span {
        color: #fffbfb !important;
    }

.u-btn-outline-defato-apply {
    color: #808080 !important;
    border-color: #8c8f92;
    background-color: transparent;
    margin-top: 20px;
    width: 70px;
}

    .u-btn-outline-defato-apply:hover {
        color: #000;
        background-color: #eeefef;
        margin-top: 20px;
        width: 70px;
    }

.find-filter-container {
    color: #717171;
}

    .find-filter-container .dropdown-menu {
        border: solid 1px #808080;
        border-radius: 8px;
    }

    .find-filter-container a.btn-filter, .find-filter-container .btn-group .btn {
        background-color: #f5f9f9;
        border: solid 1px #ccc !important;
    }

    .find-filter-container .dropdown-toggle {
        padding-left: 2px;
        padding-right: 8px;
    }

    .find-filter-container a.btn-filter:hover {
        background-color: #eaeaea;
    }

    .find-filter-container input.form-control {
        line-height: 1.5;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .find-filter-container .selector-input {
        padding: .4em 2.6em .4em .7em;
    }

    .find-filter-container .dropdown-menu {
        background-color: #f5f9f9;
    }

/* ========================================================================
   Component: notify.less
 ========================================================================== */
.uk-notify {
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 1040;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
}

.uk-notify-top-right,
.uk-notify-bottom-right {
    left: auto;
    right: 50px;
}

.uk-notify-top-center,
.uk-notify-bottom-center {
    left: 50%;
    margin-left: -250px;
}

.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
    top: auto;
    bottom: 50px;
}

@media (max-width: 480px) {
    .uk-notify {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0;
    }
}

.uk-notify-message {
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 3px;
    padding-right: 35px;
    cursor: pointer;
}

    .uk-notify-message.alert.alert-normal {
        background: #444444;
        color: #ffffff;
    }

    .uk-notify-message > .close {
        visibility: hidden;
    }

    .uk-notify-message:hover > .close {
        visibility: visible;
    }



.div-select-container .form-group {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#wait-bar {
    position: fixed;
    z-index: 1111111;
    height: 7px;
    width: 100%;
    top: 0;
}

.spinner-select {
    position: absolute;
    top: 40px;
    left: 5px;
}

[class*="u-table--v3"] td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}


.nav-tabs a.nav-item {
    margin: 0 !important;
    border: solid 1px #dee2e6 !important;
}

.nav-tabs a.active {
    font-weight: bold;
    border-bottom: solid 2px #dc3545 !important;
}

.nav-tabs--vertical {
    border-bottom: none;
    border-right: 1px solid #ddd;
    display: flex;
    flex-flow: column nowrap;
}

.nav-tabs--left {
    margin: 0 15px;
}

    .nav-tabs--left .nav-item + .nav-item {
        margin-top: .25rem;
    }

    .nav-tabs--left .nav-link {
        transition: border-color .125s ease-in;
        white-space: nowrap;
    }

        .nav-tabs--left .nav-link:hover {
            background-color: #f7f7f7;
            border-color: transparent;
        }

        .nav-tabs--left .nav-link.active {
            border-bottom-color: #ddd;
            border-right-color: #fff;
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
            margin-right: -1px;
        }

            .nav-tabs--left .nav-link.active:hover {
                background-color: #fff;
                border-color: #0275d8 #fff #0275d8 #0275d8;
            }

td div.u-check-icon-checkbox-v6 {
    margin-top: -5px;
}

.no-border {
    border-width: 0 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.font-italic {
    font-style: italic !important;
}


.selector-container.multiple .selector-values > li {
    border-color: #c0c0c0;
    color: #000;
    background-color: #fff;
}

.selector-container.multiple.remove-button .selector-helper {
    border-left: 1px solid #c0c0c0;
}


.btn-action {
    margin-top: 25px;
    height: 35px;
}

.g-first-child {
    min-width: 120px;
}


.active-item-menu {
    font-weight: bold;
    color: #dc3545 !important;
}


.bold {
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-block {
    cursor: not-allowed !important;
}

.transition {
    transition-duration: 0.5s, 0.5s;
    transition-property: top;
    opacity: 0.25;
}

.col-action {
    width: 100px;
}



.opacity::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #6C6C6C;
}

.opacity:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6C6C6C;
    opacity: 1;
}

.opacity::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6C6C6C;
    opacity: 1;
}

.opacity:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6C6C6C;
}

.table-select-row td.active {
    font-weight: bold;
    border: solid 2px #c15403 !important;
}

.ng-confirm-box .ng-confirm-buttons {
    text-align: right !important;
}

.table-checkbox {
    width: 10px;
    text-align: right;
}

tr.modal-row-selected {
    border: solid 1px #000;
}

    tr.modal-row-selected td {
        background-color: #efdab1;
        color: #000;
    }

tr.selectable td {
    cursor: pointer;
}

.selector-container.disabled {
    opacity: 1 !important;
}

    .selector-container.disabled .selector-input {
        background-color: #e9ecef !important;
    }

    .selector-container.disabled li {
        opacity: .6 !important;
    }

.ng-confirm.ng-confirm-modern .ng-confirm-box div.ng-confirm-closeIcon {
    background-color: red !important;
    color: white !important;
}

/*Modal*/
.modal-dialog {
    height: 28% !important;
    max-width: 50% !important;
}

.modal-content {
    margin-top: 15% !important;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
}

.fade {
    opacity: unset;
}

.modal-dialog .menus .navbar {
    background-color: #fff !important;
    border: solid 1px #8c8f92 !important;
}

    .modal-dialog .menus .navbar .w-100 {
        margin-top: 13px;
    }

        .modal-dialog .menus .navbar .w-100 .voltar {
            display: none;
        }

.modal {
    box-shadow: 10px 10px 8px 10px #888888;
}


tr.row-deleted:not(a), tr.row-deleted td:not(a) {
    text-decoration: line-through !important;
    color: #dc3545;
}

.w-actions {
    width: 90px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-left: solid 1px #c0c0c0;
}

    .w-actions a {
        cursor: pointer !important;
    }

    .w-actions a, .w-actions i {
        text-decoration: none !important;
    }

.logo-login {
    background-image: url("../images/logo.png");
}

.card-header {
    background-color: white !important;
}

textarea {
    resize: none !important;
}

/*.defato-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}*/

.defato-table-wrapper-scroll-x {
    display: block;
}



input:focus, input:disabled:focus, button:focus, a.btn:focus, a.nav-item:focus {
    border: solid 2px #E52555 !important;
}



div[auto-complete] > input:not(.disabled) {
    background-color: #fff !important;
}

auto-complete-div {
    z-index: 1000;
}

    auto-complete-div input {
        width: 100% !important;
        background-color: #fff !important;
    }


[class*="u-table--v3"] th, [class*="u-table--v3"] td {
    padding: 5px !important;
}


fieldset {
    border: 1px solid #dee2e6;
    /*background: #ddd;*/
    border-radius: 5px;
    padding: 10px;
}

    fieldset legend {
        background: #fffafa;
        width: 350px;
        color: #000;
        padding: 1px 10px;
        font-size: 1.2rem;
        border: 1px solid #dee2e6;
        border-radius: 3px;
        /*box-shadow: 0 0 0 5px #ddd;*/
        margin-left: 10px;
        opacity: 0.7;
    }

.min-h-100 {
    min-height: 100px !important;
}


.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
    content: "\f060";
}

.glyphicon-chevron-right:before {
    content: "\f061";
}
