.text-bold {
    font-weight: bold;
}

#slide-out li a i {
    margin-right: 0.2rem !important;
}

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

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

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

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

.text-large {
    margin: 10px 0;
    font-size: 2rem;
    font-weight: 300;
}

.text-title {
    margin: 0;
    font-size: 14px;
    color: #9e9e9e;
}

.error-span {
    color: red;
    font-size: 10px;
}

.text-info {
    font-size: 14px;
    font-weight: 300;
}

.cursor-disabled {
    cursor: not-allowed !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

.inline {
    display: inline;
}

.element-off {
    opacity: 0.3;
}

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

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

input {
    color: rgba(0, 0, 0, 0.68) !important;
}

label {
    color: black !important;
}

.btn-tabs {
    height: 28px;
    line-height: 28px;
    background: #00897b;
}

.btn-tabs:hover {
    background: #00897b;
}

.rounded-btn {
    border-radius: 25px;
}

.title-sec {
    padding: 2px !important;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.tab-content {
    height: 58px;
}

.pago {
    color: #3380bd;
    font-weight: bold !important;
}

.title-int {
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #353647;
}

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

.flex-end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mult-custom .multiselect__tags {
    border-bottom: 1px solid gray;
    border-top: 0px solid gray;
    border-left: 0px solid gray;
    border-right: 0px solid gray;
    border-radius: 0px;
}

.mult-custom .multiselect__input {
    margin: 0px !important;
    height: 2em !important;
}

.mult-custom .multiselect__single {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

#atendimento-page .card-bottom {
    padding: 10px !important;
    color: white;
}

.gradient-45deg-amber-amber {
    background: #ff6f00;
    background: -webkit-linear-gradient(45deg, #ff6f00 0%, #ff5a28 100%);
    background: linear-gradient(45deg, #ff6f00 0%, #ff5a28 100%);
}

.gradient-45deg-orange-amber {
    background: #966305;
    background: -webkit-linear-gradient(45deg, #966305 0%, #e9a703 100%);
    background: linear-gradient(45deg, #966305 0%, #e9a703 100%);
}

.gradient-45deg-green-teal {
    background: #43A047;
    background: -webkit-linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
    background: linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
}

.gradient-45deg-purple {
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg, #8e24aa 0%, #c87bdd 100%);
    background: linear-gradient(45deg, #8e24aa 0%, #c87bdd 100%);
}


.gradient-45deg-indigo-light-blue {
    background: #3949ab;
    background: -webkit-linear-gradient(45deg, #3949ab 0%, #4fc3f7 100%);
    background: linear-gradient(45deg, #3949ab 0%, #4fc3f7 100%);
}

.gradient-45deg-light-blue-cyan {
    background: #0288d1;
    background: -webkit-linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
    background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
}

.gradient-45deg-red-pink {
    background: #FF5252;
    background: -webkit-linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
    background: linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
}

.gradient-45deg-white {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    background: #ffffff;
    color: '#000';
    background: -webkit-linear-gradient(45deg, #ffffff 0%, #f1e9e9 100%);
    background: linear-gradient(45deg, #ffffff 0%, #f1e9e9 100%);
}

#atendimento-page input[type=text]:focus:not([readonly]),
#atendimento-page input[type=password]:focus:not([readonly]),
#atendimento-page input[type=email]:focus:not([readonly]),
#atendimento-page input[type=url]:focus:not([readonly]),
#atendimento-page input[type=time]:focus:not([readonly]),
#atendimento-page input[type=date]:focus:not([readonly]),
#atendimento-page input[type=datetime-local]:focus:not([readonly]),
#atendimento-page input[type=tel]:focus:not([readonly]),
#atendimento-page input[type=number]:focus:not([readonly]),
#atendimento-page input[type=search]:focus:not([readonly]),
#atendimento-page textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 0px solid #ff4081;
    box-shadow: 0 0px 0 0 #ff4081;
}

#atendimento-page .filtro-item {
    margin: 10px;
}

#atendimento-page .sec-pag {
    color: #3380bd
}

#atendimento-page .multiselect input {
    margin: 0px;
    height: 2rem;
}

#atendimento-page .chip-close {
    display: inline-flex;
    height: 26px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    padding: 0 8px;
    border-radius: 6px;
    background-color: #e4e4e4;
}

#atendimento-page .input-date {
    border: 0;
    border-radius: 0.4em;
    /* padding: 0px 10px; */
    height: 37px;
    /* margin: 0px !important; */
    background: #FFF;
    border: 1px solid #bbdefb;
    /* font-size: 1em; */
    box-shadow: 0 0 0.75em 0.25em #bbdefb63;
}

#atendimento-page .campo-normal {
    width: 130px;
}

.title-page {
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #575674;
    padding: 0 !important;
    -webkit-margin-before: 15px;
    -webkit-margin-after: 5px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.sub-title {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #8e8da2;
    padding: 0 !important;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.sub-title-int {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    padding: 0 !important;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#atendimento-page .campo-select {
    width: 210px;
}

#atendimento-page .chip-close i.material-icons {
    font-size: 16px;
    line-height: 26px;
}

#atendimento-page .campo-chip {
    padding: 5px;
    /* border: 1px dashed; */
    border-radius: 5px;
}

#atendimento-page .campo-chip .filtro-title {
    padding-left: 10px;
}

#atendimento-page .chip-close {
    margin: 5px;
    cursor: pointer;
}

#atendimento-page .multiselect {
    border: 1px solid #bbdefb;
    border-radius: 0.4em;
}

#atendimento-page .filtro-input:focus {
    box-shadow: 0 0 0.75em 0.25em #bbdefb63;
    border: 2px solid #bbdefb !important
}

#atendimento-page .filtro-input {
    border: 0;
    border-radius: 0.4em;
    width: 90%;
    padding: 0px 10px;
    height: 37px;
    margin: 0px !important;
    background: #FFF;
    border: 1px solid #bbdefb;
    font-size: 1em;
    box-shadow: 0 0 0.75em 0.25em #bbdefb63;
}

#atendimento-page .card-buttons {
    position: absolute;
    right: 5px;
    top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#atendimento-page .btn-card {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12) !important;
}

#atendimento-page .legend-custom {
    width: auto;
    display: flex;
    margin: 10px;
    align-items: center;
}

#atendimento-page .leg-title {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #8e8da2;
}

#atendimento-page .leg-status {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 12px;
    float: left;
}

#atendimento-page .card-title-tel {
    padding: 2px 10px 10px !important;
    /* margin-bottom: 18px; */
}

#atendimento-page .card-title-tel p {
    padding: 0px !important;
}

#atendimento-page .tabs-transparent {
    background: transparent;
    height: 24px !important;
    overflow: hidden;
}

#atendimento-page .tab a {
    padding: 0px !important;
    color: white;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

#atendimento-page .tab .active {
    font-weight: bold;
}

#atendimento-page .tabs .indicator {
    background-color: white;
}

#atendimento-page .table-card {
    margin: 0 auto;
    width: 100%;
}

#atendimento-page .table-card th {
    /* font-size: 10px; */
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #6c7485;
}

#atendimento-page .title-pag {
    font-size: 14px;
    margin: 0;
    padding: 10px 0 !important;
    color: #6c7485;
}

#atendimento-page .card-pag {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #cacaca;
}

#atendimento-page .card-pag-2 {
    display: flex;
    width: 80%;
    margin: 20px auto;
    margin-bottom: 20px !important;
    justify-content: center;
    align-items: center;
}

#atendimento-page .card .card-title-c {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#atendimento-page .card .card-btn-pag {
    border-radius: 50px;
    display: inline-block;
    height: 36px;
    padding: 0 1rem;
    background: white;
    color: black;
}

#atendimento-page .card .card-btn-final {
    border-radius: 50px;
    display: inline-block;
    height: 36px;
    padding: 0 2rem;
}

#atendimento-page .card-value {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    padding: 5px 0 !important;
    letter-spacing: normal;
    text-align: left;
    color: #3d414a;
}

#atendimento-page .flex {
    display: flex;
}

#atendimento-page .btn-close {
    position: absolute;
    right: 10px;
    top: 0px;
}

#atendimento-page .collection .collection-item.avatar p {
    padding: 0 !important;
    margin: 0;
}

#atendimento-page #projects-collection {
    width: 80%;
    margin: 20px auto;
}

#atendimento-page .card-pagamento {
    width: 80%;
    margin: 5px auto;
}

#atendimento-page p.collections-title {
    font-size: 1.0rem;
    padding: 0 !important;
    margin: 0;
    font-weight: 500;
}

#atendimento-page .card .card-content {
    padding: 10px;
}

#atendimento-page .card .title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 194px;
}

.sms-page .card .title {
    max-width: 250px !important;
}

#atendimento-page .id-cliente {
    width: 25px;
    float: left;
    height: 25px;
    border-radius: 50%;
    background-color: #02a9f4;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 5px;
}

#atendimento-page .card-col {
    width: 250px;
    margin: auto 10px;
}

#atendimento-page .card-full {
    width: 640px;
    margin: 0 auto;
}

.fadein {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

#atendimento-page .btn-full {
    margin-right: 10px;
    background: #bfdbf8;
    color: #405180;
}

#atendimento-page .card-buttons-full {
    position: absolute;
    right: 10px;
    top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.print-card-bottom .col {
    line-height: 28px;
    white-space: nowrap;
}

.print-card-bottom .col .print-action {
    padding: 0px 0.5rem;
    margin-left: 5px;
}

.flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#tabela_preco-page .card-col {
    margin: 0px;
    max-width: 1280px;
}

#tabela_preco-page .tabs .tab a {
    color: rgba(255, 255, 255, 0.7);
}

#tabela_preco-page .card {
    border-radius: 5px;
}

.dusk-text {
    color: #8fa2b2 !important;
}

.flex-td {
    display: flex;
    align-items: center;
}

#tabela_preco-page .card-int {
    width: 220px;
    border-radius: 5px;
    height: 100px;
    margin: 5px 5px;
}

#tabela_preco-page .card-padrao {
    height: 60vh;
}

#tabela_preco-page .card-padrao ul {
    overflow: auto;
    height: 54vh;
}

#tabela_preco-page .card-padrao-int {
    height: 55vh;
}

#tabela_preco-page .tabs .tab a.active {
    color: white;
    font-weight: bold
}

#tabela_preco-page .card-content-list {
    overflow: auto;
    width: 100%;
    height: 88%;
}

#tabela_preco-page .btn-new-item {
    padding: 0px;
    display: flex;
    border: 1px solid;
    width: 120px;
    height: 30px;
    color: #8893a8 !important;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    /* border-radius: 15.5px; */
    border: solid 1px #8dafc2;
}

.btn-new-item {
    padding: 0px;
    display: flex;
    border: 1px solid;
    width: 120px;
    height: 30px;
    color: #8893a8 !important;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    /* border-radius: 15.5px; */
    border: solid 1px #8dafc2;
}

#tabela_preco-page .btn-default-padrao {
    position: absolute;
    right: 20px;
}

#tabela_preco-page .title-padrao {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #575674;
}

#tabela_preco-page .btn-edit {
    display: block;
    /* text-align: right; */
    position: absolute;
    color: white;
    bottom: 5px;
    right: 10px;
}

#tabela_preco-page .tab-content {
    height: 68vh;
}

#tabela_preco-page .indicator {
    background: white
}

#tabela_preco-page .btn-tab {
    border-radius: 50px;
}

#tabela_preco-page .row-tab {
    margin-top: 20px;
}

#tabela_preco-page .cont {
    margin-top: 20px;
    justify-content: center;
}

#tabela_preco-page .card-padrao-int table td {
    padding: 5px 5px;
}

.blue {
    background-color: #2196F3 !important;
}

.tabs-transparent {
    background-color: transparent;
}

#ajax-modal {
    border-radius: 10px;
}

.header-modal {
    padding: 15px !important;
    background-color: #316be7 !important;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    /* text-align: center; */
    color: #bfd7e7 !important;
}

.btn-modal {
    border-radius: 50px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
    background-color: #03a9f4 !important;
}

.btn-modal-close {
    border-radius: 50px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
}

body.layout-semi-dark #main .brand-sidebar .logo-wrapper {
    padding: 4px 30px;
}

body.layout-semi-dark #main .brand-sidebar .logo-wrapper img {
    width: 100%;
}

.brand-sidebar {
    position: fixed;
    left: 0;
    width: 240px;
    top: 0px;
    z-index: 9;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-search-wrapper {
    margin: 10px auto 0 260px;
    max-width: 400px;
}

.color-header {
    color: rgba(0, 0, 0, 0.87);
}

body.layout-semi-dark #header nav.navbar-color .header-search-wrapper input.header-search-input {
    border: 1px solid #d2d2d2;
    color: rgba(0, 0, 0, 0.87);
    background: rgba(230, 230, 230, 0.3);
}

.black-placeholder::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */
}

.black-placeholder:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
    opacity: 1;
    /* Firefox */
}

.black-placeholder::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
    opacity: 1;
    /* Firefox */
}

.card-itens {
    height: 300px;
    overflow: auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    margin: 35px;
}

.card-item {
    padding: 20px;
}

.card-item .icon-add {
    background: #03a9f4;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    padding: 2px;
}

#form-add-fechamento .dd-handle {
    height: auto;
    color: #d28298;
    border-radius: 20px;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px 10px !important;
}

#form-add-fechamento .dd {
    margin: 0 auto !important;
}

#form-add-fechamento .dd-item>button {
    margin: 10px 0px 0px 10px !important;
    /* background-color: #e6e6e6; */
    border-radius: 50%;
    height: 25px !important;
    font-weight: normal;
    color: white;
    background: #FF5252;
    font-size: 18px;
    background: -webkit-linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
    background: linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
}

#form-add-fechamento .dd-handle .item-title {
    margin-left: 10px;
}

#faturas-table thead th {
    color: #9e9e9e !important;
    font-size: 12px;
}

#faturas-table tbody tr {
    background: transparent !important;
}

#faturas-table tbody th {
    color: #2196F3 !important;
}

#faturas-table i.small {
    color: #2196F3 !important;
    font-size: 18px;
}

#faturamento_page .card {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12) !important;
    background-color: transparent !important;
}

.btn-new-style {
    width: 105px;
    height: 34px;
    border-radius: 8px;
    border: solid 1px #a7a6b8;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #575674;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.table-list {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.table-list .item {
    height: 60px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 2px rgba(54, 72, 101, 0.1);
}

.table-list th,
.table-list td {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #82819a;
}

.table-list .green-text td {
    color: #1cc082;
}

.table-list .yellow-text td {
    color: #ceaa2b;
}

.table-list .blue-text td {
    color: #5598da;
}

.table-list .red-text td {
    color: #e06a6a;
}

.table-list thead th {
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a2a1b2;
}

.card-plano{
    text-align: center;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 2px rgba(32, 51, 96, 0.1);
}
.card-plano i{
    font-size: 80px !important;
}
.card-plano a{
    font-weight: bold;
}
.card-plano .totalItensPlano{
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Extra small devices (phones, 600px and down) */

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

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .container-center {
        width: 72vw;
        margin: 0 auto;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .container-center {
        width: 62vw;
        margin: 0 auto;
    }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .container-center {
        width: 66vw;
        margin: 0 auto;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .container-center {
        max-width: 940px;
        width: 64vw;
        margin: 0 auto;
    }
}

.side-nav .collapsible-body li a {
    margin: 0;
}
