a, button {
    font-weight: 500;
}

.margin-10 {
    margin: 10px;
}

.margin-20 {
    margin: 20px;
}

::-webkit-input-placeholder {
    color: #9E9E9E;
    opacity: 1 !important; /* for older chro    me versions. may no longer apply. */
}

:-moz-placeholder { /* Firefox 18- */
    color: #9E9E9E;
    opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #9E9E9E;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #9E9E9E;
}

.breadcrumb-wrapper {
    color: black;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.no-break {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.no-margin-top {
    margin-top: 0;
}

.introjs-helperLayer {
    opacity: 0.3;
}

input {
    padding-left: 5px !important;
    font-size: 14px !important;
}

label {
    font-size: 14px !important;
}

.btn-active {
    background-color: #6a80de !important;
    color: #fff0ff !important;
}

.avoid-line-break {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avoid-text-overflow {
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
}

[v-cloak] > * {
    display: none
}

[v-cloak]::before {
    content: "carregando…"
}

.light-white-text {
    color: #e1e1e1;
}

.background-decorated {
    background: linear-gradient(260deg, rgba(50, 69, 153, 1) 0%, rgba(81, 97, 168, 1) 100%);
}


@media only screen and (max-width: 600px) {
    .modal {
        width: 100%;
    }
}

.errorSummary {
    font-size: 12px !important;
    color: #d0181e;
}

.errorMessage {
    font-size: 10px !important;
    color: #d0181e;
}

.card-title {
    white-space: nowrap !important;
}

.card-content {
    padding-bottom: 5px !important;
}

.fa {
    position: relative;
    vertical-align: middle;
}

a {
    font-weight: 500 !important;
}

button {
    font-weight: 500 !important;
}

.loading-text {
    position: relative;
    color: rgba(0, 0, 0, .3);
    font-size: 5em
}

.loading-text:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    max-width: 7em;
    white-space: nowrap;
    color: #fff;
    animation: loading 8s linear;
}

@keyframes loading {
    0% {
        max-width: 0;
    }
}

#loading-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: #4f5d9f;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#loading-image {
    background-image: url("/images/fitcheck-logo-white.png");
    z-index: 1001;
}

.awesomplete {
    width: 100%;
}

.awesomplete ul {
    z-index: 9999 !important;
}

.fitcheck-search-input {
    border: none;
    padding: 4px;
    height: 3rem;
    width: 100%;
    color: ghostwhite;
    background-color: #99a2cc !important;
}

.fitcheck-search-input::placeholder {
    color: ghostwhite;
}

.awesomplete > ul > li:hover {

    color: black;
}

.awesomplete > ul li {
    background: white !important;
    line-height: 22px !important;
    border-bottom: 1px solid #6a80de;
    padding: 5px;
}

.awesomplete mark {
    background: #e6e9f3 !important;
    color: black !important;
}

.awesomplete li:hover mark {
    background: #e6e9f3 !important;
    color: black !important;
}

.awesomplete li[aria-selected="true"] mark {
    background: #eaedfa !important;
    color: black !important;
}

.awesomplete > ul > li[aria-selected="true"] {
    background: #c2c7e0 !important;
    color: black;
}

.fitcheck-table thead tr {
    height: 56px !important;
}

.fitcheck-table tbody td:first-child p {
    text-align: center !important;
    width: 40px;
    margin: 0 auto;
}

.fitcheck-table tbody td:first-child {
    text-align: center !important;
    width: 40px;
}

.fitcheck-table tbody td p span {
    display: inline !important;
    padding-left: 20px !important;
}

.fitcheck-table tbody tr {
    border-bottom: 1px solid #ddd;
    height: 56px !important;
}

.fitcheck-table tbody tr:last-child {
    border-bottom: none;
}

.fitcheck-table thead tr:first-child {
    border-bottom: 2px solid #ddd;
}

.fitcheck-table tbody {
    background-color: white;
}

.fitcheck-table thead td p span {
    display: inline !important;
    padding-left: 20px !important;
}

.fitcheck-table tbody tr {
    height: 53px !important;
}

td, th {
    padding: 10px;
}

.fitcheck-table {
    background: white !important;
    border-color: #e3e3e3;
}

.fitcheck-table tbody {
    font-weight: 300 !important;
}

.fitcheck-table thead {
    font-weight: 400;
    color: dimgrey !important;
}

.fitcheck-table table {
    border: none;
    border-collapse: collapse;
}

.fitcheck-table td {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.fitcheck-table td:first-child {
    border-left: none;
}

.fitcheck-table td:last-child {
    border-right: none;
}

.fitcheck-table tbody tr {
    overflow: hidden !important;
}

.collapsible-row {
    flex: auto !important;
    display: flex;
    flex-wrap: wrap;
}

.splash-loading {
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 200px;
    height: 200px;
}

#holdon-overlay {
    opacity: 0.9 !important;
    transition: opacity 1s ease-out;
}


.bordered-form {
    border: 1px solid #bdbdbd;
}

.card-content {
    padding: 10px !important;
}

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

.upper-text {
    text-transform: uppercase;
}

.no-margin {
    margin: 0;
}

.errorMessage {
    padding-left: 10px;
}

.toast-white {
    background-color: white !important;
    z-index: 99999999999999999 !important;
}

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

.autocomplete-input {
    border: 1px solid #eee;
    width: 100%;
    padding: 12px 12px 12px 48px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 12px
}

.autocomplete-input:focus, .autocomplete-input[aria-expanded=true] {
    border-color: rgba(0, 0, 0, .12);
    background-color: #fff;
    outline: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .16)
}

[data-position=below] .autocomplete-input[aria-expanded=true] {
    border-bottom-color: transparent;
}

[data-position=above] .autocomplete-input[aria-expanded=true] {
    border-top-color: transparent;
    border-radius: 0 0 8px 8px;
    z-index: 2
}

.autocomplete[data-loading=true]:after {
    content: "";
    border: 3px solid rgba(0, 0, 0, .12);
    border-right-color: rgba(0, 0, 0, .48);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    animation: rotate 1s linear infinite
}

.autocomplete-result-list {
    z-index: 99999 !important;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 0;
    box-sizing: border-box;
    max-height: 296px;
    overflow-y: auto;
    background: #fff;
    list-style: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .16)
}

[data-position=below] .autocomplete-result-list {
    margin-top: -1px;
    border-top-color: transparent;
    border-radius: 0 0 8px 8px;
    padding-bottom: 8px
}

[data-position=above] .autocomplete-result-list {
    margin-bottom: -1px;
    border-bottom-color: transparent;
    border-radius: 8px 8px 0 0;
    padding-top: 8px
}

.autocomplete-result {
    cursor: default;
    padding: 12px 12px 12px 12px;
}

.autocomplete-result:hover, .autocomplete-result[aria-selected=true] {
    background-color: rgba(0, 0, 0, .06)
}

@keyframes rotate {
    0% {
        transform: translateY(-50%) rotate(0deg)
    }
    to {
        transform: translateY(-50%) rotate(359deg)
    }
}

/** Vue good table */

.vgt-table {
    background: white;
    width: 100%;
    table-layout: fixed;;
}

.modal-title {
    color: #414a4c !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    font-size: 22px !important;
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color: #eeeeee;
}

.error-message {
    color: indianred;
    font-weight: 500;
    font-size: 14px;
}

.card-title {
    font-size: 20px !important;
    font-weight: normal !important;
    letter-spacing: 0.15px !important;
    font-family: 'Roboto', sans-serif !important;
    position: relative;
    left: -2px !important;
}

.card-content {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

table tbody {
    width: 100% !important;
}

.fitcheck-top-navbar {
    background-color: #324599 !important;
}
