* {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #d6001c;
    text-decoration: none;
}

a:hover {
    color: #000;
}

body, html {
    height: 100%;
}

body {
    background-color: #d7d2cb;
    display: flex;
    flex-direction: column;
}

.modal-avatar .modal-header-avatar {
    border: none;
    padding: 0;
}

.modal-avatar .modal-header .avatar-big {
    margin-top: -75px;
}

.modal-avatar .modal-body-avatar {
    padding-top: 5px;
}

.modal-avatar .modal-body h4 {
    color: #d6001c;
}

.modal-avatar .modal-footer {
    border: none;
    justify-content: center;
    padding-bottom: 30px;
}

.datatable td {
    font-weight: 300;
    vertical-align: middle;
}

.datatable .nav, .table-convert .nav, .table-quality .nav {
    flex-wrap: nowrap;
}

.datatable .nav i, .table-convert .nav i, .table-quality .nav i {
    font-size: 22px;
}

.datatable .nav .nav-link, .table-convert .nav .nav-link, .table-quality .nav .nav-link {
    color: #d6001c;
    cursor: pointer;
    padding: 0;
}

.datatable .nav .nav-item:not(:last-child) .nav-link, .table-convert .nav .nav-item:not(:last-child) .nav-link, .table-quality .nav .nav-item:not(:last-child) .nav-link {
    margin-right: 10px;
}

.datatable .nav .nav-link:hover, .table-convert .nav .nav-link:hover, .table-quality .nav .nav-link:hover {
    color: #000;
}

.datatable .success td {
    background-color: #75b798;
}

.datatable .success td {
    color: #fff !important;
}

.dropdown-item:active {
    background-color: #d6001c;
    color: #fff;
}

#form-record label {
    font-weight: 700;
}

.active>.page-link, .page-link.active {
    background-color: #d6001c;
    border-color: #d6001c;
}

.avatar, .avatar-big, .avatar-profile {
    border-radius: 50%;
    height: 65px;
    object-fit: cover;
    width: 65px;
}

.avatar-big {
    height: 150px;
    width: 150px;
}

.avatar-small {
    height: 45px;
    width: 45px;
}

.avatar-profile {
    height: 250px;
    width: 250px;
}

.btn:not(.prev-button):not(.next-button):not(.view-switch) {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.btn-primary {
    background-color: #d6001c;
    border-color: #d6001c;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
    background-color: #000 !important;
}

.card-project {
    overflow: hidden;
    position: relative;
    transition: transform 0.250s ease;
}

.card-project:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    transform: scale(1.075);
}

.card-project .card-img-top {
    border-top-right-radius: 0;
    min-height: 100%;
    object-fit: cover;
}

@media (max-width: 575px) {
    .card-project .card-img-top {
        border-bottom-left-radius: 0 !important;
    }
}

.card-project .card-title {
    font-size: 18px;
}

.card-project .module {
    max-width: 20px;
}

.card-project .project-label {
    background-color: #ffc107;
    color: #fff;
    font-weight: 700;
    left: 0;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    top: 0;
}

.client-logo {
    background-color: #fff;
    max-height: 65px;
    max-width: 180px;
    padding: 5px;
}

.container {
    max-width: 1410px;
}

.datatable {
    width: 100% !important;
}

.datatable .avatar {
    cursor: pointer;
}

.feature-box {
    background-color: #d7d2cb;
    width: 100%;
}

.feature-box h4 {
    color: #d6001c;
}

.file-caption {
    border-radius: 0.375rem;
}

.file-caption, .file-preview {
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.form-check-input:checked {
    background-color: #d6001c;
    border-color: #d6001c;
}

.highcharts-data-table table {
    font-family: "Times New Roman";
}

.img-wrapper {
    line-height: 65px;
    min-height: 65px;
}

.filter {
    padding-right: 50px;
}

.inactive td {
    color: #aaa;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 100%;
    height: 80px;
}

.krajee-default .file-other-icon {
    font-size: 3em;
}

.list-group i {
    font-size: 24px;
}

.lds-dual-ring {
    display: inline-block;
    height: 80px;
    width: 80px;
}

.lds-dual-ring:after {
    animation: lds-dual-ring 1.2s linear infinite;
    border: 6px solid #000;
    border-color: #000 transparent #000 transparent;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 64px;
    margin: 8px;
    width: 64px;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    font-size: 10px;
    height: 25px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}

.spinner > div {
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    background-color: #d6001c;
    display: inline-block;
    height: 100%;
    width: 6px;
}

.spinner .rect2 {
    animation-delay: -1.1s;
}

.spinner .rect3 {
    animation-delay: -1.0s;
}

.spinner .rect4 {
    animation-delay: -0.9s;
}

.spinner .rect5 {
    animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

.content {
    flex: 1 0 auto;
}

.icon-fmeserver {
    align-items: center;
    display: flex;
    float: left;
    height: 20px;
    border-radius: 50px;
    justify-content: center;
    width: 20px;
}

.icon-fmeserver i {
    font-size: 10px;
}

.icon-fmeserver-success {
    background-color: rgb(21, 115, 71);
    color: #fff;
}

.icon-fmeserver-info {
    background-color: rgb(13, 110, 253);
    color: #fff;
}

.icon-fmeserver-warning {
    background-color: rgb(255, 193, 7);
    color: #fff;
}

.icon-fmeserver-alert {
    background-color: rgb(220, 53, 69);
    color: #fff;
}

.login-form {
    height: 100%;
}

.login-form .logo, .container-fluid-powered .logo {
    height: auto;
    width: 216px;
}

.login-form .logo-mandator {
    max-height: 60px;
}

.messages .avatar {
    cursor: pointer;
}

.messages .dropdown-menu {
    border: none;
    padding: 0 15px;
    width: 430px;
}

.messages .nav-tabs .nav-link {
    font-size: 15px;
}

.message small {
    color: #999;
    font-size: 12px;
}

.message p {
    color: #666;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
}

.message .title {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}

.message .conversion {
    background-color: #F8F8F8;
    border-radius: 15px;
    padding: 15px;
    position: relative;
}

.message .conversion img {
    right: -5px;
    position: absolute;
    top: -15px;
}

.modal-body-bg {
    background-color: #d7d2cb;
}

.navbar {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.navbar-fixed {
    padding-top: 82px;
}

.navbar .logo {
    width: 216px;
}

.navbar .logo-mandator {
    max-height: 50px;
}

.nav-tabs .nav-link {
    color: #d6001c;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #d6001c;
    color: #fff;
}

.pagination .page-link {
    color: #d6001c;
}

.pagination .page-item.active .page-link {
    color: #fff;
}

.preview {
    border: 1px solid #000;
    overflow: hidden;
    height: 500px;
    max-width: 100%;
    width: 500px;
}

.preview img {
    max-width: 100%;
}

.project-image {
    max-height: 65px;
    max-width: 65px;
}

.project-image-big {
    border: 5px solid #fff;
}

.red {
    color: #d6001c;
}

.symbol {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    left: 25px;
    padding: 15px;
    position: absolute;
    top: 15px;
}

.symbol img {
    max-width: 100px;
}

.table-convert .badge, .table-quality .badge {
    font-size: 14px;
}

.table-quality td {
    vertical-align: middle;
}

.text-bg-orange {
    background-color: #fd7e14 !important;
}

.text-bg-yellow {
    background-color: #ffc107 !important;
}

.select2-selection__clear {
    position: absolute !important;
    right: 35px !important;
}

.nav-pills-quality > div {
    background-color: #999;
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    opacity: 0.65;
    padding: 15px 10px;
    text-align: center;
}

.nav-pills-quality > div.active {
    box-shadow: inset 1px 2px 5px #000;
}

.nav-pills-quality > div:hover, .nav-pills-quality > div.active {
    background-color: #666;
    opacity: 1;
}

.nav-pills-quality > div span {
    font-size: 13px;
}

.fileinput-upload-button-red {
    background-color: #d6001c;
    border-color: #d6001c;
    color: #fff;
}

.btn-file-white {
    background-color: #fff;
    border-color: #fff;
    color: rgb(108, 117, 125);
}

.container-offset {
    height: 100%;
    position: fixed;
    top: 82px;
    width: 100px;
}

.breadcrumb-item {
    font-size: 15px;
}

.breadcrumb-item a {
    font-size: 15px;
}

.documentation {
    h1 {
        font-size: 1.6rem;
        margin-bottom: 0.75rem;
    }

    h2 {
        font-size: 1.45rem;
        margin-bottom: 0.65rem;
    }

    h3 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    table {
        margin-bottom: 1.5rem;
    }

    video {
        height: auto;
        max-width: 100%;
    }
}

.browser {
    background-color: #eee;

    a {
        color: #d6001c;
    }

    a.active, a:hover {
        color: #000;
    }

    a.disabled {
        color: #999;
        cursor: not-allowed;
        pointer-events: none;
    }
}