body {
    color: rgba(0, 0, 0, 0.6);
    background: #f4f4f4;
}

* {
    outline: none;
}

.vh-100 {
    height: 100vh !important;
}

a,
.btn {
    cursor: pointer;
}

a,
a:hover,
.text-roxo {
    color: #62508f;
}

button:focus {
    outline: none;
}

.custom-file-label::after {
    content: "Buscar";
    background-color: #62508f;
    border-radius: 0 0.375rem 0.375rem 0;
    width: 120px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.btn {
    border-radius: .6rem;
}

label {
    font-size: .85rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #62508f;
}

.card {
    border-radius: 1rem;
}

.card-header {
    border-radius: 1rem 1rem 0 0 !important;
}

.table thead>tr>td:first-child,
.table thead>tr>th:first-child {
    border-radius: 1rem 0 0 0 !important;
}

.table thead>tr>td:last-child,
.table thead>tr>th:last-child {
    border-radius: 0 1rem 0 0 !important;
}

.table thead th {
    border: none !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .85rem;
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
    font-weight: 300;
}

.table .td-priority {
    cursor: pointer !important;
}

.table-jobs tbody>tr>td {
    width: 64px;
}

.table-jobs tbody>tr>td.td-priority {
    width: 5%;
}

.table-jobs tbody>tr>td.td-job {
    width: 8%;
}

.table-jobs tbody>tr>td.td-project {
    width: 15%;
}

.table-jobs tbody>tr>td.td-customer {
    width: 22%;
}

.table-jobs tbody>tr>td.td-subject {
    width: 20%;
}

.table-jobs tbody>tr>td.td-user {
    width: 10%;
}

.table-jobs tbody>tr>td.td-start,
.table-jobs tbody>tr>td.td-end {
    width: 10%;
}

.table-jobs tbody>tr>td.td-time {
    width: 15%;
}

#table-jobs-cliente tbody>tr>td.td-job {
    width: 10%;
}

#table-jobs-cliente tbody>tr>td.td-project {
    width: 30%;
}

#table-jobs-cliente tbody>tr>td.td-subject {
    width: 30%;
}

#table-jobs-cliente tbody>tr>td.td-team,
#table-jobs-cliente tbody>tr>td.td-end {
    width: 15%;
}

.btn-inner--icon i:not(.fa) {
    top: 1px;
}

.load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1101;
    text-align: center;
    -webkit-animation: 2.1s infinite linear;
    animation: 2.1s infinite linear;
    animation-delay: 0.5s;
}

.loadingCard {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 4rem;
    z-index: 10;
}

.loadingCard .loaderCard {
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 10px solid #F3F3F3;
    /* Light grey */
    border-top: 10px solid #62508f;
    /* Blue */
    border-radius: 50%;
    width: 65px;
    height: 65px;
    animation: spin 0.8s linear infinite;
    z-index: 1;
}

.loadingTable,
.loadingModal {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

.loadingTable .loaderTable,
.loadingModal .loaderModal {
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 10px solid #F3F3F3;
    border-top: 10px solid #62508f;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    animation: spin 0.8s linear infinite;
    z-index: 1;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card .table td,
.card .table th {
    padding-left: 1rem;
    padding-right: 1rem;
}

.table td {
    border-top: none;
}

.table .thead-light th {
    color: rgba(0, 0, 0, 0.6);
    background-color: #f1f2f5;
    font-weight: bold;
}

.table-hover tbody tr:hover {
    background-color: #f1f2f5;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(2n+2) {
    background-color: #f1f2f5;
}

.table-striped tbody tr td:last-child {
    width: 64px;
}

.list-group-item.active {
    background-color: transparent;
    border-color: #e9ecef;
}

.list-group-item .badge-default,
.table td .badge-default {
    background-color: #f7f7f7 !important;
}

.list-group-item.bg-default {
    background-color: #0b1526 !important;
}

.list-group-item {
    padding: .5rem 1rem;
}

#cardbody-status-admin .list-group-item.active {
    border-color: transparent;
}

.badge {
    line-height: 1.3;
}

.table td .badge {
    line-height: 1;
}

.dataTable td .badge {
    font-size: 70%;
}

.navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 3.1rem;
}

.navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active::before {
    border-left: 5px solid #62508f;
}

.menu-rapido .nav-link:hover {
    background: #f4f5f7;
}

.nav-link,
.dropdown-item {
    cursor: pointer;
}

.nav-link i.ni {
    top: 0;
}

.avatar,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #66cccc;
}

.nav-pills .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.nav-pills .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.nav-pills .nav-link.active:hover {
    color: #fff;
}

.job .card,
.historico .card {
    height: 100% !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    background: #66cccc;
}

.btn.bg-yellow {
    color: #fff !important;
}

.btn.bg-yellow,
.bg-yellow {
    border-color: #ffc11a !important;
}

.btn.bg-yellow,
.btn.bg-yellow:hover {
    background-color: #ffc11a !important;
}

.bg-default,
.bg-gradient-jobman {
    background: #62508f !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #62508f !important;
    color: #fff !important;
}

.page-item.active .page-link,
.badge-roxo,
.bg-roxo {
    background: #62508f;
    border-color: #62508f;
    color: #fff;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    border-color: #24a46d;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #62508f;
    border-color: #62508f;
}

.btn-azul,
.btn-azul:hover {
    color: #fff;
    background-color: #66cccc;
    border-color: #66cccc;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-opacity {
    opacity: 1 !important;
}

.btn-outline-roxo {
    color: #62508f;
    background-color: transparent;
    background-image: none;
    border-color: #62508f;
}

.btn-outline-roxo:hover {
    color: #fff;
    background-color: #62508f;
    border-color: #62508f;
}

.input-group .form-control-alternative,
.input-group .btn {
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.btn-warning {
    color: #fff;
    background-color: #ff702a !important;
    border-color: #ff702a !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.alert-warning {
    color: #856404;
    border-color: #ffeeba;
    background-color: #fff3cd;
}

.fc-today-button {
    line-height: 1;
    background-color: #6cc !important;
    border-color: #6cc !important;
}

.fc-today {
    background-color: rgba(104, 204, 204, .45);
}

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

table.dataTable tr.danger {
    background-color: rgba(251, 175, 190, 0.25) !important;
}

table.dataTable {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.table-bordered th {
    background-color: #f6f9fc !important;
}

.fc-dayGrid-view .fc-day-number {
    padding: 6px;
}

.modal-open #wrapper {
    filter: blur(1px);
    min-height: 100vh;
}

.modal-body {
    border-bottom-left-radius: 0.4375rem;
    border-bottom-right-radius: 0.4375rem;
}

.modal-header .close,
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    padding: .6rem;
    margin: -2.3rem -2.45rem -1rem auto;
    border-radius: 50%;
    background: #62508f;
    opacity: 1;
}

.close {
    opacity: 1;
}

.close>span:not(.sr-only) {
    color: #fff;
    font-size: 1rem;
}

.dataTables_wrapper label {
    margin: 0;
    display: inline-block;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.dataTables_length .form-control {
    margin-right: 15px !important;
}

.dataTables_filter .form-control {
    margin-left: 15px !important;
}

.dt-buttons {
    width: auto !important;
    margin-left: 1.5rem;
    padding-left: 0;
    float: left;
}

.btn-group .btn+.btn {
    margin: 0;
}

.dt-buttons .dt-button {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #62508f;
    background: #62508f;
    padding: 0.250rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    color: #fff;
}

.dt-buttons .btn {
    box-shadow: none !important;
    opacity: .4;
    border: none;
    margin: 0 1px !important;
}

.table-projeto .dt-buttons .btn {
    border-color: #f7fafc !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    opacity: 1;
    margin: 0;
}

.dt-buttons .btn.active {
    opacity: 1;
}

.card-header.filtros .btn .badge-default {
    background-color: #f7f7f7 !important;
}

.card-header.filtros .btn-sm {
    padding: 0.5rem 0.5rem;
    line-height: 20px;
    box-shadow: none !important;
}

.atrasado {
    background-color: #ffecee !important;
}

.removeCorAtrasado {
    background-color: transparent !important;
}

.table tfoot th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e9ecef;
}

.dataTables_info,
.dataTables_paginate {
    padding: 1.5rem !important;
}

.dataTables_info {
    line-height: 36px !important;
}

.dataTables_paginate .pagination {
    margin: 0;
}

.table-projeto .dataTables_info {
    display: block;
    float: left;
    margin-bottom: 0;
}

@media (min-width: 768px) {

    .dataTables_filter,
    .dataTables_paginate {
        float: right;
    }
}

.dataTables_filter .form-control,
.dataTables_length .form-control {
    width: auto;
    display: inline-block;
    height: 34px;
    padding: .25rem .5rem;
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
    border: 0;
    transition: box-shadow .15s ease;
}

.dataTables_length .form-control {
    width: 80px !important;
}

.letra-usuario {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dt-buttons .btn {
    margin: 0 1px !important;
}

.input-group .form-control:not(:first-child) {
    padding-left: 0.75rem;
}

.cke_chrome {
    /*box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);*/
    /*border: 0 !important;*/
    /*transition: box-shadow .15s ease !important;*/
    border-radius: 0.4375rem;
}

.cke_inner {
    border-radius: 0.4375rem !important;
}

.cke_top {
    border-top-right-radius: 0.4375rem;
    border-top-left-radius: 0.4375rem;
    /*border-bottom: 1px solid #e9ecef !important;*/
}

.cke_editable {
    font-size: 0.875rem;
    line-height: 1.5;
    word-wrap: break-word;
    color: #8898aa !important;
}

.modal-footer,
.cke_reset {
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
}

.dropdown-menu,
.dropdown-item {
    color: rgba(0, 0, 0, 0.6);
}

.list-datas {
    min-height: 120px;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}

.loading .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/*.timesheet .list-group-item {
    padding-left: 0;
    padding-right: 0;
}*/

.lista-timesheet {
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
}

.historico-briefing,
.historico-refacao {
    margin-left: calc(1rem + 40px);
}

.box-email {
    background: rgb(248, 249, 254) none repeat scroll 0% 0%;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.375rem;
}

@media (min-width: 1200px) {
    .card-stats {
        height: 100%;
    }
}

.card-stats .col-auto {
    padding: 0;
}

.card-body .valor {
    font-size: 50px;
    line-height: 50px;
}

.historico-pagamento .table-bordered td {
    border: none;
}

.historico-pagamento .table-bordered thead th {
    border-bottom: 1px solid #e9ecef;
}

.icone-assinatura {
    font-size: 160px;
    line-height: 160px;
    text-align: center;
}

.assinatura-cancelada .navbar,
.periodo-avaliacao .navbar {
    top: 55px;
}

.assinatura-cancelada .main-content .navbar,
.periodo-avaliacao .main-content .navbar {
    top: 0;
}

.modal-backdrop.show {
    opacity: 0.46;
}

#calendar .fc-center {
    margin-left: -185.5px;
}

.info-empresa {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.card-info-empresa {
    overflow: hidden;
    background-color: #f8f9fe;
    padding: 15px;
}

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

@media (max-width: 1645px) {
    .dataTables_wrapper {
        overflow-x: scroll;
    }
}

/** COLOR PICKER BOOTSTRAP  */
.colorpickerplus .input-group {
    margin-top: 10px;
}

.colorpickerplus .input-group .btn {
    padding: 0.25rem 0.625rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.colorpickerplus-container {
    border-radius: 0.4375rem;
    margin-top: 0.125rem;
    border: 1px solid #ccc;
}

.colorpicker {
    border: 1px solid #ccc;
    margin: 0.125rem 0 0 -3px;
    padding: 0.5rem;
}

.colorpicker.colorpicker-visible {
    z-index: 99999;
}

.colorpicker-right::before {
    right: 15px;
}

.colorpicker-right::after {
    right: 16px;
}

.custom-checkbox .custom-control-label span {
    top: 0;
}

.custom-checkbox .custom-control-label .badge {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.footer {
    background: #fff;
    padding: 20px 39px;
    box-shadow: none;
}

.main-content {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .main-content .container-fluid {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

#sidenav-main-admin {
    top: 0;
}

#sidenav-main-client {
    top: 55px;
}

@media (max-width: 767px) {
    #card-status {
        margin-top: 20px;
    }

    .modal-dialog {
        margin: 25px;
    }

    .info-empresa {
        position: relative;
        margin-top: 25px;
    }

    .table-jobs .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.close-alert {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: none;
    opacity: .5;
    background: none;
    border: none;
}