﻿.row-bottom-10 {
    margin-bottom: 10px !important;
}

.input-filter-card {
    display: grid;
    justify-items: center;
    border-radius: 8px;
    border: .01em solid #ccc;
    margin: 5px !important;
    padding: 10px;
}

.input-file-filter-card {
    border-radius: 8px;
    border: .01em solid #ccc;
    margin: 5px !important;
    padding: 10px;
}

.toast i.material-icons {
    margin-right: 15px !important;
}

.break-word-and-fit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

i.small-plus {
    font-size: 3rem;
}

blockquote {
    border-left-color: #44a7fd !important;
    background-color: aliceblue;
    padding: 5px 5px 5px 15px;
}

.blockquote-warning {
    border-left-color: #dbdb32 !important;
    background-color: lightgoldenrodyellow;
    padding: 5px 5px 5px 15px;
}

.blockquote-light {
    border-left-color: #b9b9b7 !important;
    background-color: #f3f3f1;
    padding: 5px 5px 5px 15px;
}

.btn {
    border-radius: 8px;
}

.btn-small {
    border-radius: 8px;
}

.card-panel {
    border-radius: 8px;
}

.card {
    border-radius: 8px;
}

.toast {
    border-radius: 8px;
}

.collapsible {
    border-radius: 8px;
}

.pagination-element {
    border-radius: 8px;
}

.badge {
    border-radius: 8px !important;
}

.progress {
    border-radius: 8px;
}

.collection {
    border-radius: 8px !important;
}

.modal {
    border-radius: 8px !important;
}

.modal-small {
    top: 25% !important;
    height: 50% !important;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 10px 30px 10px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
}

    .dd-button:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
    }

    .dd-button:hover {
        background-color: #eeeeee;
    }


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: -20%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
    z-index: 1999;
    text-align: left;
    left: 100%;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}

    .dd-menu li:hover {
        background-color: #f6f6f6;
    }

    .dd-menu li a {
        display: block;
        margin: -10px -20px;
        padding: 10px 20px;
    }

    .dd-menu li.divider {
        padding: 0;
        border-bottom: 1px solid #cccccc;
    }


.fixed-action-btn {
    z-index: 0;
    position: absolute !important;
}

nav {
    padding-right: 5px;
    padding-left: 5px;
}

span.badge-sec {
    min-width: 3rem;
    padding: 0 6px;
    text-align: center;
    font-size: 1rem;
    line-height: inherit;
    color: #757575;
    position: absolute;
    box-sizing: border-box;
}

span.badge-no-height {
    height: unset !important;
}

.click {
    cursor: pointer;
}

.visible {
    display: block;
}

.hidden {
    display: none !important;
}

.input-field {
    margin-bottom: .5rem;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
    padding-left: 25px;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

.loader {
    position: absolute;
    margin: auto;
    top: 50vh;
    bottom: 50vh;
    left: 0;
    right: 0;
}

.toast {
    background-color: #2e7d32;
}

.toast-red {
    background-color: red;
}

.toast-blue {
    background-color: blue;
}

.tabs .tab a {
    color: #2e7d32;
}

.tabs .tab a:hover {
    color: #2e7d32;
}

.tabs .tab a.active {
    color: #2e7d32;
}

.tabs .indicator {
    background-color: #2e7d32;
}

.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: #99e09c;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #ebf9ec;
}

.board-header-facepile {
    cursor: default;
    float: left;
    margin-left: 4px;
    overflow: hidden;
    padding: 2px 0 0 2px;
}

    .board-header-facepile .member {
        height: 28px;
        width: 28px;
        margin: 0 0 0 -2px;
        float: left;
        z-index: 1;
    }

.member {
    background-color: #1a237e;
    border-radius: 25em;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    margin: 0 4px 4px 0;
    overflow: visible;
    position: relative;
    width: 32px;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 0;
}

.board-header-facepile .member .member-initials {
    height: 28px;
    line-height: 28px;
    width: 28px;
}

.member-initials {
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    left: 0;
    line-height: 32px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

@media only screen and (min-width: 0) {
    #divCollectionTemas {
        height: 250px;
        overflow-y: auto;
    }

    #ulCollectionTemas {
        height: 435px;
        overflow-y: auto;
    }

    #ulCollectionIndicadores {
        height: 387px;
        overflow-y: auto;
    }
}



@media only screen and (min-width: 1600px) {
    #divCollectionTemas {
        height: 431px;
        overflow-y: auto;
    }

    #ulCollectionTemas {
        height: 728px;
        overflow-y: auto;
    }

    #ulCollectionIndicadores {
        height: 680px;
        overflow-y: auto;
    }
}

.fixed-action-btn {
    top: 75px !important;
    right: 50px !important;
}

.fixed-action-btn-down {
    top: unset !important;
    z-index: 997 !important;
    position: fixed !important;
}

.material-icons-help {
    font-size: 36px !important;
    color: #2e7d32;
}

.modal-85 {
    width: 85% !important;
}

.modal-help-85 {
    height: 85% !important;
    max-height: 85% !important;
    overflow: unset !important;
}

.modal-content-help-85 {
    height: 85% !important;
    max-height: 85% !important;
    overflow: auto;
}

.fixed-action-btn-up {
    bottom: unset !important;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-left {
    right: unset;
    left: 0;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 90%;
    text-align: center;
    margin: 15px;
}

.overlay a {
    padding: 2px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    /*top: 20px;*/
    right: 15px;
    /*font-size: 60px;*/
}

@@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.badge-header {
    height: unset !important;
    min-height: 22px;
}

.badge-red-inverted {
    color: red !important;
    font-weight: 500 !important;
    background-color: #fdd3d3 !important;
}

.badge-green {
    background-color: #2e7d32 !important;
    margin-left: 1em !important;
}

.badge-green-inverted {
    color: green !important;
    font-weight: 500 !important;
    background-color: #b4e1b4 !important;
    margin-left: 1em !important;
}

.badge-green-inverted-v2 {
    color: green !important;
    font-weight: 500 !important;
    background-color: gainsboro !important;
    margin-left: 1em !important;
}

.badge-grey {
    background-color: #c5c5c5 !important;
    margin-left: 1em !important;
    color: black !important;
}

.badge-blue {
    background-color: #1a237e !important;
    margin-left: 1em !important;
    color: white !important;
}

.badge-blue-inverted {
    color: #1565C0 !important;
    font-weight: 500 !important;
    background-color: #dde9ef !important;
    margin-left: 1em !important;
}

.badge-black-inverted {
    color: black !important;
    font-weight: 500 !important;
    background-color: #e7e7e7 !important;
    margin-left: 1em !important;
}

.badge-yellow-inverted {
    color: black !important;
    font-weight: 500 !important;
    background-color: yellow !important;
    margin-left: 1em !important;
}

input[type='file'] {
    color: transparent;
}

.bottom-left-fornecedor {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 18px;
    z-index: 1000;
    color: #64daed !important;
}

    .bottom-left-fornecedor .toast {
        background-color: #64daed !important;
    }

.bottom-left-comprador {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 18px;
    z-index: 1000;
    color: #7864ed !important;
}

    .bottom-left-comprador .toast {
        background-color: #7864ed !important;
    }

.bottom-left-administrador {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 18px;
    z-index: 1000;
    color: #ed6495 !important;
}

    .bottom-left-administrador .toast {
        background-color: #ed6495 !important;
    }

.h5-empty-panels {
    color: #26a69a;
    width: 100%;
}

.material-icons-aligned {
    display: inline-flex !important;
    vertical-align: top !important;
}

.collapsible-header-questionarios svg {
    width: 1.5em !important;
}

.collapsible-header-right i {
    position: absolute;
    right: 20px;
}

.collapsible-right li.active i.rotate {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.rotate {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.helper-text-16 {
    color: red !important;
    font-size: 16px !important;
}

table.highlight > tbody > tr:hover {
    background-color: #D1EEE1;
}

.modal.top-sheet {
    top: 0% !important;
    bottom: auto !important;
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) .2s;
    will-change: transform;
    transform: translate(0, -100%) scale(1) !important;
    width: 100%;
    opacity: 1 !important;
}

.top-sheet-50 {
    height: 50%
}

.top-sheet .dropdown-content li > a, .dropdown-content li > span {
    padding: 2px 16px !important;
}

.top-sheet .dropdown-content li {
    min-height: 30px !important;
}
    .modal.top-sheet.open {
        transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) .35s .25s;
    }

        .modal.top-sheet.open:not([style*="display: none"]):not([style*="opacity: 0;"]) {
            transform: translate(0, 0%) !important;
        }

.btn-choice {
    border-radius: 8px;
    display: flex;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    /*margin-left: 25px;
        margin-top: 10px;
        height: 25px;*/
}

    .btn-choice a {
        box-shadow: none;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        background-color: #f5f5f5 !important;
        color: #9e9e9e !important;
    }

        .btn-choice a.active {
            background-color: #2e7d32 !important;
            color: #fff !important;
        }

.dropdown-content {
    top: -50px;
}

    .dropdown-content li {
        min-height: 10px;
    }

.modal .dropdown-content li {
    min-height: 10px;
}

.modal .dropdown-content {
    top: -50px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #636363;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #636363;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #2e7d32;
    }

::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: #ffffff;
    }

    ::-webkit-scrollbar-track:active {
        background: #636363;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.btn-red {
    background-color: red !important;
}