body {
    font-size: 90%;
    letter-spacing: 0px;
}

.form-control {
    font-size: 100%;
    border: 1px solid #A9A9A9;
}

.greenColor {
    background-color: #33CC33;
}

.redColor {
    background-color: #E60000;
}

.dropdown-menu.status.show {
    padding: 0;
}

#navbarSupportedContent ul a {
    font-size: 100%;
}

.bg-primary {
    background-color: #006452!important;
}

.container {
    max-width: 100%;
}

.is-mobile-only {
    font-size: 150%;
}

.card-header {
    padding: 0px;
    padding-bottom: 0!important;
}

.card-header-title {
    padding: 1rem 0rem 0 1rem;
}

.card-footer {
    padding: 0;
}

label {
    display: inline-block;
    margin-bottom: 0rem;
}

@media screen and (max-width: 600px) {
    body {
        font-size: 120%;
    }
    .card-content {
        padding: 1rem;
    }
    p {
        line-height: 110%;
    }
    #navbarSupportedContent ul a {
        font-size: 100%;
        font-weight: bold;
        cursor: pointer;
        border-top: 2px solid #922f08;
        padding-left: 7px;
        width: 100%;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin-top: 28px;
    }
}

.bg-primary {
    background-color: #1c5d83!important;
}

.text-danger {
    color: #922f08!important;
}

input.form-control.text-uppercase.campopeq {
    padding: 2px;
    text-align: center;
    width: 50px;
}


/* pureseelct */

.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
}

.select-pure__select {
    align-items: center;
    background: #f9f9f8;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}

.select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
}

.select-pure__option--disabled {
    color: #e4e4e4;
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    align-items: 'center';
    background: #5e6264;
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-flex;
    justify-content: 'center';
    margin: 5px 10px 5px 0;
    padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
    margin-right: 0;
}

.select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
}

.select-pure__selected-label img {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-left: 7px;
    width: 14px;
}

.select-pure__selected-label i:hover {
    color: #e4e4e4;
}

.select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}

.select-pure__placeholder--hidden {
    display: none;
}

.coluna_direita_td {
    border-right: 1px solid #777!important;
}

.ui.selection.dropdown .menu>.item {
    text-transform: uppercase;
}

.ui.multiple.dropdown>.label {
    text-transform: uppercase;
}

.ui.search.selection.dropdown>input.search {
    text-transform: uppercase;
}

.ui.selection.dropdown {
    min-width: auto!important;
}

i.icon.delete:before {
    display: none;
}

.select2-results__option--selectable {
    cursor: pointer;
    text-transform: uppercase;
}

li.parsley-required {
    color: red;
    font-weight: bold;
    background: #efefef;
    padding: 6px 10px;
    width: max-content;
    margin-bottom: 0px;
}

.parsley-errors-list {
    margin: 0px
}

.is-checkradio[type="checkbox"].is-black.is-block:checked+label {
    color: #fff;
    border-color: #0a0a0a !important;
    background: #999;
    color: #000;
}