.wrapper {
    background-color: #f5f7fa;
}

.container {
    padding: 0;
}

.error-border {
    border-color: #f05050 !important;
}

.error-text {
    color: #f05050;
}

.error-border+.input-group-btn>button {
    border-color: #f05050;
}

.errorlist {
    list-style-type: none;
    padding-left: 0;
    color: #f05050;
    clear: both;
    overflow: hidden;
    animation: FadeInError .4s ease forwards;
    position: relative;
}

@keyframes FadeInError {
    from {
        opacity: 0;
        top: -10px;
        max-height: 0;
    }

    to {
        opacity: 1;
        top: 0;
        max-height: 100px;
    }
}

.alert-warning {
    color: #555555 !important;
    background-color: #FFEFC2 !important;
    border: none !important;
}

.alert-neutral {
    background: rgba(120, 134, 148, 0.09) !important;
    color: rgba(119, 119, 119, 1) !important;
}

.alert-info {
    border: none !important;
}

.full-width {
    width: 100%;
    display: table;
}

.a__a {
    position: absolute;
    top: 25%;
    margin-left: 10px;
}

.panel-no-shadow {
    box-shadow: none !important;
}

.panel-no-margin {
    margin: 0 !important;
}

.panel-no-border {
    border: 0 !important;
}

.dropdown-menu>li>a.menu-dropdown__header:hover {
    text-decoration: none;
    color: #5f5f5f;
    background-color: transparent;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

fieldset .form-group {
    margin-bottom: 15px;
}

.content {
    margin-top: 50px !important;
}

.primary-title.first {
    margin-top: 0;
}

.primary-title {
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
}

.primary-title hr {
    border-top: 2px dotted #E9E9E9;
    margin: 0;
}

.label-tag {
    background-color: #777;
}

.icon {
    text-align: center;
}

.label-secundario {
    color: #BBBBBB;
    font-style: italic;
}

.texto-alinhado-botao {
    padding: 10px;
}

.truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

.truncate-ellipsis>* {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}

::placeholder {
    color: #C9D3DD;
    opacity: 1;
}

.max-width-input input {
    max-width: 213px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.alertify.ajs-movable .ajs-header {
    font-weight: bold;
}

.alertify-backdrop {
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    animation: backdropFadeIn .3s ease forwards;
    background: #000;
    z-index: 999;

}

@keyframes backdropFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}

.alert.alert-warning .badge {
    background-color: #8a6d3b;
}

.all-caps {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.static {
    position: static !important;
}

.fixed {
    position: fixed !important;
}

.h100 {
    height: 100%;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.text-hint {
    color: #666;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.bold {
    font-weight: bold;
}

[hidden] {
    display: none !important;
}

.margin-0-2 {
    margin: 0px 2px;
}

.bootstrap-datetimepicker-widget {
    z-index: 9999999;
}

.date-separator-comprovacoes {
    color: #b1b1b1;
    margin: 0 5px;
}

.text-align-right {
    text-align: right;
}

.modal .modal-body {
    min-height: 100px;
}

.modal .loading {
    text-align: center;
    transition: all 0.3s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aux-text-modal {
    padding: 15px;
    text-align: justify;
    display: block;
}

textarea.form-control {
    resize: none;
}

.table-tooltip .table-links #cancelCopContainer a {
    color: #fb5656;
}

#modalCancelamentoCop a {
    float: right;
    cursor: pointer;
}

#modalCancelamentoCop textarea {
    height: 60px;
}

#modalCancelamentoCop .modal-footer {
    margin-top: 20px;
}

#modalCancelamentoCop .modal-body .text-input-row {
    margin-top: 20px;
}

#modalCancelamentoCop .modal-body .alert {
    margin-bottom: 0;
}

.btn.btn-danger:hover, .btn.btn-danger:focus {
    background-color: #E85F5F !important;
}

.no-padding {
    padding: 0 !important;
}

/*Scroll Bar*/

.scroll-thin::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    transition: all .3s ease;
}

html.scroll-thin::-webkit-scrollbar {
    width: 10px;
}

.scroll-thin::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

.scroll-thin::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}

.scroll-thin::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

.scroll-thin::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.9);
}

.scroll-larger::-webkit-scrollbar {
    width: 10px !important;
}

.scroll-hover::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
    transition: all .3s ease;
}

.scroll-hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
    transition: all .3s ease;
}

.scroll-hover:hover::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.scroll-hover:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

#aside-button-left, #aside-button-right, #top-button-close {
    display: none;
}

/* CARD SELECT */

.select-card {
    display: none;
}

.select-card+label {
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 20px;
    cursor: pointer;
    background: #ffff;
}

.select-card.select-without-border-radius+label {
    border-radius: 8px;
}

.select-card.select-card-small+label {
    padding: 2px 7px;
    font-size: 90%;
}

.select-card:checked+label {
    background: #FFF;
    border-color: #EB9C00 !important;
    border-radius: 8px;
}

.select-card:disabled+label {
    cursor: not-allowed;
    opacity: .6;
}

.select-card+label .card-for-select {
    display: flex;
    align-items: center;
}

.select-card+label .description {
    font-weight: normal;
}

.select-card+label .select {
    width: 25px;
    height: 25px;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-card+label .select-checkbox {
    width: 25px;
    height: 25px;
    background-color: #eee;
    border-radius: 3px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-card.select-card-small+label .select {
    width: 15px;
    height: 15px;
}

.select-card.select-card-small+label .select-checkbox {
    width: 15px;
    height: 15px;
}

.select-card+label .text-container {
    width: calc(100% - 35px);
}

.select-card+label p {
    margin: 0;
}

.select-card+label .subselect {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    transition: all .3s ease;
}

.select-card+label .subselect-checkbox {
    width: 90%;
    height: 90%;
    border-radius: 3px;
    transition: all .3s ease;
}

.select-card.select-card-small+label .subselect {
    background-color: #eee;
    position: relative;
}

.select-card.select-card-small+label .subselect-checkbox {
    background-color: #eee;
    position: relative;
}

.select-card+label:hover {
    background-color: #f4f9f7;
}

.select-card:checked+label .subselect::after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 13px FontAwesome;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select-card.select-card-small:checked+label .subselect::after {
    font-size: 11px;
}

.select-card:checked+label .subselect {
    background-color: #32B67A;
    position: relative;
}

.select-card:checked+label .subselect-checkbox::after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 13px FontAwesome;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select-card.select-card-small:checked+label .subselect-checkbox::after {
    font-size: 11px;
}

.select-card:checked+label .subselect-checkbox {
    background-color: #32B67A;
    position: relative;
}


.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: default !important;
    opacity: .6 !important;
    background-color: #ccc !important;
    color: #555 !important;
    border: none !important;
}

.btn.disabled:hover, .btn:hover[disabled], fieldset[disabled] .btn:hover {
    cursor: default;
    opacity: .6 !important;
    background-color: #ccc !important;
    color: #555 !important;
    border: none !important;
}

.btn.btn-link[disabled] {
    opacity: 0.9 !important;
    background-color: transparent !important;
    color: #555;
    border: none !important;
    text-decoration: underline;
}

.text-cta {
    font-size: 14px;
}

/* Epic Loader */

#container-epic-loader {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

#wrap-epic-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#wrap-epic-loader p {
    text-align: center;
    color: #235025;
}

.epic-loader {
    width: 3.1em;
    height: 3.1em;
    left: calc(50% - 1.1em);
    top: 50%;
    z-index: 200;
    transform: scale(2);
    display: table;
    margin: 20px auto;
}

#title-epic-loader {
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.epic-loader svg {
    position: absolute;
}

.epic-loader .leaf {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
}

.epic-loader .leaf.l1 {
    left: 0;
    background-color: #FFC037;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
}

.epic-loader .leaf.l2 {
    margin-left: 0.1em;
    left: 1.5em;
    background-color: #3AAD57;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
}

.epic-loader .leaf.l3 {
    top: 1.5em;
    margin-top: 0.1em;
    background-color: #3AAD57;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.epic-loader .leaf.l4 {
    top: 1.5em;
    left: 1.5em;
    margin-left: 0.1em;
    margin-top: 0.1em;
    background-color: #FFC037;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
}

.epic-loader.style1 {
    animation: fa-spin 3s ease-in-out infinite;
}

.epic-loader.style1 .leaf {
    animation: fa-spin 3s ease-in-out infinite;
}

.tagify {
    min-height: 76px !important;
}

.tagify__tag-text {
    color: #555555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tagify__tag > div {
    background-color: #FDF3E5 !important;
    color: #555555;
    line-height: 17.57px;
    border-radius: 4px;
}

.tagify__tag.tagify--invalid > div,
.tagify__tag.tagify--notAllowed > div {
    background-color: #FCE7E7 !important;
    color: #555555;
}

.tagify__tag  > div:before {
    box-shadow: none !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.tagify__tag__removeBtn::after {
    font-family: "Material Icons" !important;
    content: "\e5cd" !important;
    font-size: 14px !important;
}

.tagify__tag__removeBtn:hover {
    background: transparent !important;
    color: #555555 !important;
}

.tagify__tag__removeBtn:hover+div::before {
    opacity: 1 !important;
}

.tagify__tag__removeBtn:hover+div>span {
    opacity: 1 !important;
}

.tagify__input {
    display: inherit !important;
    width: 98% !important;
}
