body.pushable {
    background: #FFF !important;
}

.verde {
    background-color: #399994;
    color: #FFF;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-collapse > .navbar-form > .form-group {
    margin-bottom: 0;
}

.navbar[class*="fixed-top"] {
    /* -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15); */
    padding: 0;
}

.navbar-collapse .nav > li {
    padding-left: 10px;
    padding-right: 0;
}

.navbar-custom-menu .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-collapse .nav > li:first-child {
    padding-left: 0;
    padding-right: 0;
}

.main-header .dropdown-menu.show {
    margin-top: 18px;
}

.ui.search > .results {
    width: 40rem;
}

.ui.search > .results .result {
    padding: .4286em .54285714em;
}

.ui.search > .results .result .content {
    padding-top: 0;
}

.ui.card > .image > img, .ui.cards > .card > .image > img {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}

.mdl-component > .card {
    max-width: 120px;
    height: 100%;
}

.mdl-component > .card-diff {
    max-width: 290px;
    height: 100%;
}

.ui.card > .content > a.header, .ui.cards > .card > .content > a.header {
    color: rgb(0 151 152);
}

@media (max-width: 767.98px) {

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.list-group-item {
    margin-top: 0.2rem;
    margin-bottom: 1.5rem;
    background-color: #FFFFFF;
    border-radius: 0.28571429rem !important;
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: wrap;
        flex-flow: row wrap;
    }
}

.navbar-brand {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 389px) {
    .main-header .navbar-brand {
        margin-right: 0;
    }

    .main-header .navbar-brand {
        font-size: 1.25rem;
    }

    .navbar-custom-menu .navbar-nav > li > a {
        margin-left: 3px;
    }
}

@media (max-width: 372px) {
    .main-header .navbar-brand {
        font-size: 1rem;
    }
}

@media (max-width: 333px) {
    .main-header .navbar-brand {
        font-size: 0.8rem;
    }
}

@media (max-width: 302px) {
    .main-header .navbar-brand .text {
        display: none !important;
    }
}

@media (max-height: 1100px) {
    .main-header > .dropdown-menu {
        height: 800px;
        overflow-y: auto;
    }
}

@media (max-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100% !important;
    }
}

@media (max-width: 1023px) {
    .d-lg-inline {
        display: none !important;
    }
}

@media (max-height: 800px) {
    .main-header > .dropdown-menu {
        height: 400px;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 767px) {
    .ui.four.doubling.cards > .card {
        width: calc(50% - 0.9em);
        margin-left: 0.6em;
        margin-right: 0;
    }

    .ui.six.doubling.cards > .card {
        width: calc(50% - 0.9em);
        margin-left: 0.6em;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .content-header {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .ui.search > .results {
        width: 20rem;
    }

    .container,
    .container-sm {
        max-width: 98%;
    }

    .h1,
    h1 {
        font-size: 1.4rem;
    }

    .img-wrap .h4,
    .img-wrap h4 {
        font-size: 1.1rem;
    }

    .box-header > .box-tools {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .main-header .dropdown-menu.show {
        margin-top: 2px;
    }

    .ui.three.cards > .card {
        width: 100%;
        margin: 0.875em 0.5em;
    }

    .ui.three.cards {
        margin: -0.875em -0.5em;
    }

    .ui.five.cards > .card {
        width: 100%;
        margin: 0.875em 0.5em;
    }

    .ui.five.cards {
        margin: -0.875em -0.5em;
    }

    .ui.one.cards > .card {
        width: 100%;
        margin: 0.875em 0.5em;
    }

    .ui.one.cards {
        margin: -0.875em -0.5em;
    }

    .ui.stackable.card > .image > img, .ui.stackable.cards > .card > .image > img {
        width: 100%;
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0;
    }

}

form .invalid-feedback {
    display: block;
}

.nav-link {
    color: #000000;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .675rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.font .icon {
    margin: 0;
}

.page-link {
    border-width: 1px 1px 4px 1px;
    padding: .75rem 1.0rem;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    color: #000000;
}

.page-link i.icon {
    margin: 0;
    width: auto;
    font-size: 0.9em;
}

.page-item.active .page-link {
    border-color: rgba(0, 0, 0, 0.15);
    background-color: #e2e6ea;
    color: #000000;
}

.ui.button {
    /* background-color: #FFF; */
    color: #2a2a2a;
    padding: 0.671429em 1em 0.671429em;
}

.header .user-info {
    min-width: 220px;
}

.modal {
    position: absolute;
    top: auto;
    left: auto;
    height: auto;
}

.ui.unstackable.items > .item > .image:not(.ui) {
    width: 100px;
}

.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
}

.ui.search .prompt {
    border-radius: 0;
}

.jumbotron {
    background-color: #399994 !important;
    /* background-color: #b5a7dd !important; */
    /* #6b4fbb roxo #b5a7dd*/
    /* background-image: linear-gradient( 135deg, #97ABFF 10%, #123597 100%); */
    color: #FFF;
    padding: 1rem 1rem;
    margin-bottom: 0;
    border-radius: 0;
}

.jumbotron .display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.breadcrumb {
    padding: .5rem 0;
}

.ui.breadcrumb .divider {
    margin: 0;
    width: .8em;
}

.ui.header {
    font-weight: unset;
}

.ui.header > .image:not(.icon),
.ui.header > img {
    width: 3.0em;
}

.ui.bottom.visible.sidebar,
.ui.top.visible.sidebar {
    -webkit-box-shadow: 0 0 2px rgba(34, 36, 38, .15);
    box-shadow: 0 0 2px rgba(34, 36, 38, .15);
}

.ui.mini.menu {
    font-size: .78571429rem;
}

.ui.push.sidebar {
    z-index: 1031;
}

.ui.multiple.dropdown > .label {
    background-color: #f2711c;
}

.ui.multiple.dropdown > .label {
    color: #FFFFFF;
}

.ui.dropdown > .text > .icon {
    color: #f2711c;
}

.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
    background-color: #f2711c !important;
}

.ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before {
    background-color: #f2711c !important;
}

.ui.items:not(.unstackable) > .item > .image > img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 300px !important;
}

.ui.items.unstackable > .item > .image > img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 300px !important;
}

.ui.card > .content, .ui.cards > .card > .content {
    padding: 0.75em 0.75em;
}

.ui.statistic > .label, .ui.statistics .statistic > .label {
    font-size: 0.9em;
}

.ui.tiny.horizontal.statistic > .label, .ui.tiny.horizontal.statistics .statistic > .label {
    font-size: 1.2rem !important;
}

.ui.mini.horizontal.statistic > .value, .ui.mini.horizontal.statistics .statistic > .value {
    font-size: 1.3rem !important;
}

.ui.mini.horizontal.statistic > .value > small, .ui.mini.horizontal.statistics .statistic > .value > small {
    font-size: 75% !important;
}

.ui.statistic > .label, .ui.statistics .statistic > .label {
    color: #fff;
}

.ui.statistic > .label, .ui.statistics .statistic > .label.orange {
    color: #f59005 !important;
}

.ui.statistic > .value, .ui.statistics .statistic > .value {
    font-weight: bold;
}

.ui.card > .content > .header:not(.ui), .ui.cards > .card > .content > .header:not(.ui) {
    font-size: 1em;
    line-height: 1em;
}

.ui.items > .item > .content > .header:not(.ui) {
    font-size: 1.185714em;
    line-height: 1.18571429em;
}

@media only screen and (max-width: 767px) {

    .ui.unstackable.items > .item > .image.small,
    .ui.unstackable.items > .item > .image.small > img {
        width: 120px !important;
    }

    .ui.unstackable.items > .item > .image.tiny,
    .ui.unstackable.items > .item > .image.tiny > img {
        width: 80px !important;
    }

    .ui.unstackable.items > .item > .image.mini,
    .ui.unstackable.items > .item > .image.mini > img {
        width: 50px !important;
    }

    .ui.items.unstackable > .item > .image > img {
        max-width: 100% !important;
        width: auto !important;
        max-height: 300px !important;
        /* width: 80px !important; */
    }

    .ui.items.unstackable > .item > .image.mini > img {
        max-width: 100% !important;
        max-height: 300px !important;
        width: 50px !important;
    }

    .ui.items:not(.unstackable) > .item > .image,
    .ui.items:not(.unstackable) > .item > .image > img {
        max-width: 100% !important;
        width: auto !important;
        max-height: 180px !important;
    }
}

.ui.text.menu.icon.sidebar .active.item {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    color: rgb(245 144 5);
}

.ui.text.menu .item {
    padding: .65714286em .5em;
}

.ui.items > .item > .content > a.header {
    color: #009999;
}

.ui.items {
    margin: 1em 0;
}

/* alertify */

.alertify .ajs-dialog {
    max-width: 80%;
    background-color: #ffffff;
    margin: 25% auto;
}

.alertify-notifier.ajs-bottom {
    bottom: 60px;
}

.alertify .ajs-body {
    font-family: "Gotham", Helevetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.alertify .ajs-header {
    color: #555;
    background-color: #f8f7fc;
}

.alertify .ajs-footer {
    background-color: #f8f7fc;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2 none;
    color: rgba(0, 0, 0, .6);
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button:hover {
    background: transparent none !important;
    color: rgba(255, 85, 0, 1) !important;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 85, 0, .35) inset, 0 0 0 0 rgba(255, 85, 0, .15) inset;
    box-shadow: 0 0 0 1px rgba(255, 85, 0, .35) inset, 0 0 0 0 rgba(255, 85, 0, .15) inset;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
    margin-left: 15px;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok {
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.alertify-notifier .ajs-message.ajs-visible {
    padding: 5px;
}

.alertify-notifier .ajs-message {
    background: rgba(255, 255, 255, 0.95);
    color: #000;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 2px;
    min-height: 1em;
    background: #f8f8f9;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, .87);
    -webkit-transition: opacity .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease;
    transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, .22) inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px rgba(34, 36, 38, .22) inset, 0 0 0 0 transparent;
    width: 300px;
}

.alertify-notifier .ajs-message.ajs-error {
    background-color: #fff6f6;
    color: #9f3a38;
    text-shadow: none;
    -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
    border: 0;
}

.alertify-notifier .ajs-message.ajs-success {
    background-color: #fcfff5;
    color: #2c662d;
    text-shadow: none;
    -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
    border: 0;
}

.alertify-notifier .ajs-message.ajs-warning {
    background-color: #fffaf3;
    color: #573a08;
    text-shadow: none;
    -webkit-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
    border: 0;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 300px;
}

.alertify .ajs-commands {
    margin: -14px 5px 0 0;
}

.alertify .ajs-header {
    padding: 1rem 2rem .5rem 1rem;
}

@media only screen and (max-width: 420px) {
    .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok {
        margin-top: 10px;
    }

    .alertify .ajs-dialog {
        margin: 60% auto;
        max-width: 95%;
    }
}

/* alertify */

.ui.selection.dropdown .menu {
    max-height: 20.01428571rem;
}

@media only screen and (max-height: 321px) {
    .ui.selection.dropdown .menu {
        max-height: 8.01428571rem;
    }
}

.ui.basic.orange.button,
.ui.basic.orange.buttons .button {
    background: transparent none !important;
    color: rgba(255, 85, 0, .8) !important;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 85, 0, .15) inset;
    box-shadow: 0 0 0 1px rgba(255, 85, 0, .15) inset;
}

.ui.basic.orange.button:hover,
.ui.basic.orange.buttons .button:hover {
    background: transparent none !important;
    color: rgba(255, 85, 0, 1) !important;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 85, 0, .35) inset, 0 0 0 0 rgba(255, 85, 0, .15) inset;
    box-shadow: 0 0 0 1px rgba(255, 85, 0, .35) inset, 0 0 0 0 rgba(255, 85, 0, .15) inset;
}

.ui.basic.orange.button:active,
.ui.basic.orange.buttons .button:active {
    background: transparent none !important;
    color: rgba(255, 85, 0, 1) !important;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 85, 0, .15) inset, 0 0 0 0 rgba(255, 85, 0, .15) inset;
    box-shadow: 0 0 0 1px rgba(255, 85, 0, .15) inset, 0 0 0 0 rgba(255, 85, 0, .15) inset;
}

.ui.basic.orange.active.button,
.ui.basic.orange.buttons .active.button {
    background: rgba(0, 0, 0, .05) !important;
    -webkit-box-shadow: '' !important;
    box-shadow: '' !important;
    color: rgba(255, 85, 0, 1) !important;
}

.ui.dropdown .menu > .item i {
    color: rgba(255, 85, 0, 1) !important;
}

.ui.labeled.icon.menu .item > .icon:not(.dropdown) {
    height: 1em;
    display: block;
    font-size: 1.1428571em !important;
    margin: 0 auto .5rem !important;
}

.ui.text.menu {
    background: #FFF;
}

.ui.placeholder.segment {
    background: #ffffff;
    border-color: rgba(34, 36, 38, .15);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui.dimmer {
    z-index: 1031;
    top: 4px !important;
    background-color: rgba(0, 0, 0, .5);
}

.ui.inverted.dimmer {
    background-color: rgba(255, 255, 255, .5);
}

.navbar .ui.form {
    width: 80%;
}

@media only screen and (min-width: 1023px) {
    .navbar .ui.form {
        width: 60%;
    }
}

/* material */

.btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0;
}

.orange.accent-3 {
    background-color: #ff9100 !important;
}

.btn-large {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    padding: 0 28px;
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
}

.btn,
.btn-large,
.btn-small {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

.btn,
.btn-large,
.btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
    font-size: 14px;
    outline: 0;
}

.z-depth-1,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-small,
.btn-floating,
.dropdown-content,
.collapsible,
.sidenav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.fixed-action-btn {
    position: fixed;
    right: 14px;
    bottom: 60px;
    padding-top: 0;
    margin-bottom: 0;
    z-index: 997;
}

.btn-floating.btn-large i {
    line-height: 56px;
}

.btn-large i {
    font-size: 1.6rem;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
    font-size: 1.3rem;
    line-height: inherit;
}

i.large {
    font-size: 2rem;
}

.material-icons {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    line-height: 1em;
    display: inline-flex;
    vertical-align: top;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons-outlined,
.material-symbols-outlined {
    font-size: 24px;
    line-height: 1em;
    display: inline-flex;
    vertical-align: top;
}

.ui.list .list > .item > i.material-icons-outlined,
.ui.list > .item > i.material-icons-outlined,
.ui.list .list > .item > i.material-symbols-outlined,
.ui.list > .item > i.material-symbols-outlined {
    display: table-cell;
    margin: 0;
    padding-top: 0;
    padding-right: .28571429em;
    vertical-align: top;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
}

/* Rules for sizing the icon. */

.material-icons-outlined.md-15,
.material-symbols-outlined.md-15 {
    font-size: 15px;
}

.material-icons-outlined.md-16,
.material-symbols-outlined.md-16 {
    font-size: 16px;
}

.material-icons-outlined.md-18,
.material-symbols-outlined.md-18 {
    font-size: 18px;
}

.material-icons-outlined.md-20,
.material-symbols-outlined.md-20 {
    font-size: 20px;
}

.material-icons-outlined.md-24,
.material-symbols-outlined.md-24 {
    font-size: 24px;
}

.material-icons-outlined.md-36,
.material-symbols-outlined.md-36 {
    font-size: 36px;
}

.material-icons-outlined.md-48,
.material-symbols-outlined.md-48 {
    font-size: 48px;
}

.material-icons.md-15 {
    font-size: 15px;
}

.material-icons.md-16 {
    font-size: 16px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */

.material-icons-outlined.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons-outlined.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */

.material-icons-outlined.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons-outlined.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.material-icons-outlined.orange {
    color: #f59005;
}

i.orange.icon {
    color: #f59005 !important;
}

.material-icons-outlined.max {
    font-size: 40px;
    position: absolute;
    top: -15px;
}

.ui.buttons .or:before {
    content: 'ou';
}

.ui.statistic {
    margin: .25em 0;
}

.ui.items > .item > .content > .description {
    margin-top: .3em;
}

.table.definition td,
.table.definition th {
    border-top: 0;
}

.ui.secondary.pointing.menu .active.item {
    border-color: #f2711c;
}

.ui.secondary.pointing.menu .active.item:hover {
    border-color: #f2711c;
}

.ui.action.input:not([class*="left action"]) > .button:not(:first-child),
.ui.action.input:not([class*="left action"]) > .buttons:not(:first-child) > .button,
.ui.action.input:not([class*="left action"]) > .dropdown:not(:first-child) {
    border-radius: .28571429rem;
    border-end-start-radius: 0;
    border-start-start-radius: 0;
}

.ui.form .field > label {
    font-weight: 500;
}

.ui.statistic > .label.preco,
.ui.statistics .statistic > .label.preco {
    text-transform: none;
    text-align: center;
}

.ui.sortable.table thead th {
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.ui.inverted.sortable.table thead th.sorted {
    background: rgba(0, 0, 0, .05);
}

.ui.unstackable.table {
    border: 0;
}

.alertify .ajs-header {
    font-size: 1em;
}

.progress {
    display: -ms-flexbox;
    height: auto;
    overflow: auto;
    line-height: normal;
    background-color: transparent;
}

.ui.yellow.label, .ui.yellow.labels .label {
    background-color: #e7ac00 !important;
    border-color: #fbbd08 !important;
    color: #fff !important;
}

.ui.circled.button {
    border-radius: 1em;
}

.ui.header > a > small {
    font-size: 75% !important;
    font-weight: 400;
}

.ui.header > a {
    color: rgba(0, 0, 0, .85);
}
