/* Animation */
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-o-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.progression-step.active .progression-step-indicator:before {
    border: 3px solid #00779c;
    content: '';
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: block;
    -webkit-animation: pulsate 2s ease-out;
    -o-animation: pulsate 2s ease-out;
    animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
    position: absolute;
    top: -5px;
    left: -5px;
}

.progression-step.overdue .progression-step-indicator:before {
    border: 3px solid #df4d4d;
    content: '';
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: block;
    -webkit-animation: pulsate 2s ease-out;
    -o-animation: pulsate 2s ease-out;
    animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
    position: absolute;
    top: -5px;
    left: -5px;
}

.h-actionable {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media (min-width: 576px) {
    .progression-step-indicator {
        width: 50px;
        height: 50px;
    }

    .progression-step.active .progression-step-indicator:before {
        height: 60px;
        width: 60px;
    }

    .progression-step .progression-step-indicator:before {
        height: 60px;
        width: 60px;
    }
}

.checklist li:before,
.menu li.active:before,
.nav-toggle:after,
.nav-toggle:before,
.progression-bar:before,
.project-phases:after,
body:after {
    content: '';
}

.asset-filters ul,
.modal-icon .loading-percentage,
.progression-step-indicator,
nav {
    font-family: Montserrat, 'helvetica neue', arial, sans-serif;
}

::-moz-selection {
    background: #00779c;
    color: #fff;
}

::selection {
    background: #00779c;
    color: #fff;
}

body {
    background: #f0f0f0;
    position: relative;
}

.navbar,
body:after,
nav {
    position: fixed;
    left: 0;
    top: 0;
}

body:after {
    background-image: url("//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/bg_2.jpg?_=036d2c8a87d12546340d02f0090aaa76");
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.3;
}

.alert,
.logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.alert {
    padding: 9px 12px 12px;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
}

.logo,
.user-icon {
    -webkit-flex-direction: column;
}

.alert svg {
    margin-left: 5px;
    margin-right: 20px;
}

.alert-primary {
    background-color: #009c85;
    border: 1px solid #009c85;
    color: #fff;
}

.alert-secondary {
    background-color: #1c1c1c;
    border: 1px solid #1c1c1c;
    color: #fff;
}

.alert-success {
    background-color: #009c85;
    border: 1px solid #009c85;
    color: #fff;
}

.alert-danger {
    background-color: #b91b1b;
    border: 1px solid #b91b1b;
    color: #fff;
}

nav {
    z-index: 100;
}

.navbar {
    right: 0;
    height: 80px;
    background-color: #fff;
    z-index: 3;
    border-bottom: 1px solid #ebebeb;
}

.logo {
    position: absolute;
    left: 52px;
    border-left: 1px solid #dfdfdf;
    top: 0;
    height: 80px;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.menu,
.user {
    position: fixed;
}

.user,
.user-credentials {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.logo img {
    max-height: 52px;
    margin-left: 15px;
    max-width: 170px;
    width: auto;
    height: auto;
}

.user {
    right: 15px;
    top: 20px;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    line-height: 150%;
}

.user-icon {
    background-color: #00779c;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    margin-right: 6px;
    margin-top: 1px;
    color: #fff;
    display: none;
}

.help-center-icon {
    border-radius: 50px;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    margin-right: 26px;
    margin-top: 13px;
}

.menu,
.user-credentials {
    -webkit-flex-direction: column;
}

.user-credentials {
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    text-align: right;
}

.menu,
.menu li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.user .username {
    font-weight: 700;
    color: #262a3a;
}

.user .action a {
    color: #777887;
}

.menu {
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    margin: 0;
    padding: 80px 0 0;
    border-right: 1px solid #ebebeb;
    width: 193px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.5s ease;
}

#navigation:not(:checked) ~ nav .menu {
    left: -193px;
    box-shadow: none;
}

.menu li {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    font-size: 14px;
}

.menu li a,
nav + div.content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.menu li.active {
    background-color: rgba(0, 156, 133, 0.08);
    position: relative;
}

.menu li.active a {
    color: #009c85;
}

.menu li.active:before {
    background-color: rgba(0, 156, 133, 1);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
}

.menu li a {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 14px 20px;
    color: #1d1d1b;
}

.menu li a:hover {
    box-shadow: inset 0 0 9999px 0 rgba(0, 0, 0, 0.03);
}

.menu li.disabled {
    pointer-events: none;
    opacity: 0.3;
}

nav + div.content {
    margin-top: 80px;
    transition: 0.5s ease all;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.checklist li,
.modal-sku .modal-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

#navigation:checked + nav .nav-toggle {
    border-top: 2px solid RGBA(0, 156, 133, 0);
    margin-top: 4px;
}

.nav-toggle,
.nav-toggle:after,
.nav-toggle:before {
    border-top: 2px solid rgba(0, 156, 133, 1);
    position: absolute;
    width: 22px;
    transition: 0.3s ease all;
}

#navigation:checked + nav .nav-toggle::after {
    transform: rotate(45deg);
    top: 8px;
    right: 0.5px;
}

#navigation:checked + nav .nav-toggle::before {
    transform: rotate(-45deg);
    top: 8px;
    left: 0.5px;
}

.nav-toggle {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 30px;
    margin-top: 13px;
    z-index: 101;
}

.nav-toggle:after {
    left: 0;
    bottom: 21px;
    top: -9px;
}

.nav-toggle:before {
    left: 0;
    bottom: 14px;
    top: 5px;
}

.page-content {
    width: 100%;
    padding: 0 15px;
}

.checklist {
    list-style: none;
    padding: 0;
}

.checklist li {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}

.checklist li:before {
    display: inline-flex;
    background-image: url("//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/check.svg?_=eb1132123cc1beb4bdd0bd8328b26fa9");
    width: 15px;
    height: 11px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    flex-shrink: 0;
}

.checklist li.in-progress:before {
    background-image: url("//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/in-progress.svg?_=784b16019149d501f0920a8d01949640");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.modal-sku .modal-content {
    /*min-height: 500px;*/
    display: flex;
}

.progression,
.progression-bar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.modal-open .modal {
    padding: 0 !important;
}

.modal-dialog,
.modal.show .modal-dialog {
    /*top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: calc(100vw - 60px);
    max-width: 1000px;
    max-height: calc(100vh - 60px);
    overflow-y: auto*/
}

.modal.show.small .modal-dialog,
.small .modal-dialog {
    max-width: 400px;
}

.modal .close {
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
}

.modal-title {
    font-size: 28px;
    padding: 0 10px;
}

.modal-body {
    padding: 15px 25px;
}

.main-content {
    width: 100%;
    margin-bottom: 30px;
    height: 100%;
    max-width: 1400px;
}

.progression {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: calc(100% - 0px);
    margin: 0 auto;
}

.progression-bar {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin: 35px 0;
    max-width: 1400px;
    width: 100%;
}

.progression-bar-progress,
.progression-bar:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.progression-bar:before {
    height: 5px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.progression-bar-progress {
    height: 3px;
    background-color: #009c85;
    left: 0;
    right: 0;
    width: 20%;
}

.progression-step {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.progression-step-title {
    position: absolute;
    white-space: nowrap;
    top: -30px;
    opacity: 0.7;
    display: none;
}

.input-wrap,
.main-content {
    position: relative;
}

.progression-step-indicator,
.project-stats {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.sub .progression-step-title {
    top: 58px;
    text-align: center;
}

.progression-step-indicator {
    width: 40px;
    height: 40px;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 100%;
    font-weight: 600;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.progression-step.active .progression-step-title {
    opacity: 1;
}

.progression-step.active .progression-step-indicator {
    background-color: #00779c;
    color: #fff;
}

.progression-step.overdue .progression-step-title {
    opacity: 1;
}

.progression-step.overdue .progression-step-indicator {
    background-color: #df4d4d;
    color: #fff;
}

.progression-step.done .progression-step-indicator {
    background-color: #009c85;
    color: #fff;
}

.content-block,
.main-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}

.main-content {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

@media (min-width: 576px) {
    .progression-bar {
        margin: 35px 20px;
    }

    .progression-step-indicator {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 992px) {
    .progression-bar {
        margin: 70px 50px 45px;
    }

    .progression-bar.sub {
        margin: 30px 50px 50px;
    }

    .progression-step-title {
        display: block;
    }
}

@media (min-width: 1200px) {
    #navigation:not(:checked) ~ div .main-content,
    .main-content {
        width: calc(100% - 390px);
    }

    .main-content {
        margin-right: 30px;
        transition: 0.2s ease all;
    }
}

.medium-content {
    max-width: 1200px;
}

.positive {
    color: #009c85;
}

.negative {
    color: #af1010;
}

.input-wrap input + svg {
    position: absolute;
    right: 13px;
    top: 50%;
    opacity: 0.2;
    pointer-events: none;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    nav + div.content {
        margin-top: 90px;
        /*margin-left: 193px;*/
        /*width: calc(100% - 193px)*/
    }

    #navigation:not(:checked) + nav + div.content {
        margin-left: 0;
        width: 100%;
    }

    /* Use this if u want the content slide effect */
    /*#navigation:checked + nav + div.content {*/
    /*    margin-left: 193px*/
    /*}*/

    .menu {
        box-shadow: 0 0 0 0 transparent;
    }

    .user-icon {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .progression {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        width: calc(100% - 100px);
        margin: 0 auto;
    }
}

.content-block {
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.project-stats {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin: 15px 0 0;
    color: #aaa;
}

.project-stats .small-btn {
    flex-shrink: 0;
    height: 100%;
    margin-right: auto;
}

.project-stat {
    margin-right: 30px;
    margin-top: 2px;
}

.project-stat svg {
    margin-right: 5px;
}

.project-stat:last-child {
    margin-right: 0;
}

.project-status {
    color: #fff;
    text-align: left;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    font-style: italic;
}

.add-users,
.modal-header-alt,
.modal-svg,
.td-success,
.td-waiting {
    text-align: center;
}

.project-status .status-badge {
    background-color: #00779c;
    padding: 2px 10px 4px;
    border-radius: 5px;
    font-style: normal;
    margin-right: 5px;
}

.project-in-progress.project-delayed .project-status .status-badge {
    background-color: #fa8f13;
}

.project-in-progress .project-status .status-badge {
    background-color: #00779c;
}

.project-delayed .project-status .status-badge {
    background-color: #b91b1b;
}

.status-description {
    color: #777;
    margin-left: 0;
    font-style: italic;
}

.project-status + h2 {
    margin-top: 35px;
}

.main-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .checked-by {
        border-left: 1px solid #ddd;
        padding-left: 30px;
        margin-left: 15px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .main-block h2 {
        font-size: 28px;
    }

    .project-stats {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .project-status + h2 {
        margin-top: 0;
    }
}

.project-phase,
.project-phases {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

@media (min-width: 992px) {
    .main-block .project-stats {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }
}

.project-phases {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    max-width: 300px;
    position: relative;
}

.project-phases:after {
    height: 1px;
    background-color: #ccc;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.project-phase {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 50px;
    color: #ccc;
    border: 1px solid #ccc;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.card.team-role,
.task-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.project-phase.active {
    background-color: #00779c;
    color: #fff;
    border: none;
}

.project-phase.done {
    background-color: #009c85;
    color: #fff;
    border: none;
}

.project-phase.phase-overdue {
    background-color: #DF4D4D;
    color: #fff;
    border: none;
}

.project-phase.delayed {
    background-color: #fa8f13;
    color: #fff;
    border: none;
}

.project-phase.delayed.closed {
    background-color: #b91b1b;
    color: #fff;
    border: none;
}

.full-content {
    max-width: 1590px;
    margin-left: auto;
    margin-right: auto;
}

.full-content.medium {
    max-width: 1200px;
}

.sub-head-phase {
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.sub-head-phase span {
    color: #333;
}

.project-task .quickspecs {
    margin-top: 0;
    margin-bottom: auto;
}

.table-quickspecs {
    width: 100%;
    margin-top: 15px;
}

.table-quickspecs tr td {
    padding: 5px 0 0;
}

.project-task .table-quickspecs tr td {
    vertical-align: top;
}

.task-head {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}

.project-phase {
    flex-shrink: 0;
}

.card.team-role {
    border-radius: 8px;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    min-height: 289px;
    margin-bottom: 30px;
}

.card.team-role .card-header h3,
.chosen-user {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.card.team-role.success .card-header,
.card.team-role.success .card-header h3 {
    background-color: #009d85;
    color: #fff;
}

.card.team-role.failed .card-header,
.card.team-role.failed .card-header h3 {
    background-color: #d0021b;
    color: #fff;
}

.card-header {
    padding-top: 17px;
    padding-bottom: 17px;
}

.card.team-role .card-header h3 {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    min-height: 28px;
}

.card.team-role .card-header .role-status,
.pretty-checkbox-label,
.pretty-radio-label {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
}

.card.team-role .card-header .role-status {
    display: inline-flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    width: 25px;
    flex-shrink: 0;
    padding-bottom: 2px;
}

.card-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.role-toggler:not(:checked) + div {
    filter: grayscale(1);
    opacity: 0.7;
}

.role-toggler:not(:checked) + div .card-header h3,
.role-toggler:not(:checked) + div .card-body,
.role-toggler:not(:checked) + div .card-footer {
    pointer-events: none;
}

.card-header h3 {
    margin-right: 10px;
}

.toggle-available {
    position: relative;
    width: 48px;
    height: 28px;
    margin-left: auto;
    flex-shrink: 0;
}

.toggle-available label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
    box-shadow: 0 0 0 1px #fff;
    margin: 0;
}

.toggle-available label:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.role-toggler:checked + div .card-header label {
    background-color: #009c85;
}

.role-toggler:focus + div .card-header label {
    box-shadow: 0 0 1px #009c85;
}

.role-toggler:checked + div .card-header label:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.role-toggler:not(:checked) + div .card.team-role {
    background: #f0f0f0;
}

.role-toggler:not(:checked) + div .add-user-input input {
    background: #f2f2f2;
}

.chosen-user {
    display: flex;
    justify-content: space-between;
    color: #595959;
}

.new-sku,
.sku-creds {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.chosen-user-name {
    margin-right: 15px;
    margin-bottom: 8px;
}

.remove-chosen-user {
    font-size: 14px;
    opacity: 0.7;
    transition: 0.2s ease all;
}

.remove-chosen-user:hover {
    opacity: 1;
}

.add-user-input svg,
.search-wrap svg {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    pointer-events: none;
}

.add-users {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
}

.role-users,
.table tr th,
label {
    font-weight: 600;
}

.table tr th {
    white-space: nowrap;
}

.add-users svg {
    margin-right: 4px;
}

.add-user-input {
    position: relative;
    margin-bottom: 9px;
}

.add-user-input svg {
    position: absolute;
    padding: 0;
    margin: 0 10px 0 0;
}

.add-user-input input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 35px 10px 14px;
}

.search-wrap {
    position: relative;
    margin-bottom: 9px;
}

.search-wrap svg {
    position: absolute;
    padding: 0;
    margin: 0 10px 0 0;
}

.search-wrap input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    padding: 5px 35px 10px 12px;
}

.role-users {
    font-size: 16px;
    margin-bottom: 8px;
}

.none-chosen {
    color: #ccc;
}

.table tr th {
    background-color: #00769e;
    color: #fff;
    border: 1px solid #006385;
}

.new-sku {
    display: flex;
    flex-wrap: wrap;
    margin: 22px 0 12px;
}

.new-sku-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
}

.sku-title-row {
    border-top: 1px solid #ddd;
}

.sku-creds .sku-input,
.sku-input.actions {
    margin-right: 7.5px;
    margin-left: 7.5px;
}

.sku-creds {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}

.add-sku-actions,
.card-options {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.sku-input {
    width: 33.33%;
}

.sku-input.actions {
    margin-top: 7px;
}

.sku-input {
    min-width: 100px;
    width: 33.33%;
    flex-grow: 1;
}

.sku-input:first-child {
    margin-left: auto;
}

.sku-input {
    width: 100%;
}

@media (min-width: 500px) {
    .sku-input {
        width: 33.33%;
    }
}

.sku-input .form-control {
    height: 43px;
    padding-top: 4.5px;
    padding-bottom: 7px;
}

.add-sku-actions {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    margin: 0 -7.5px;
}

.add-sku-actions .btn {
    margin-right: 7.5px;
    margin-left: 7.5px;
    flex-grow: 1;
}

.add-sku-actions .btn {
    margin-top: -15px;
}

@media (min-width: 992px) {
    .new-sku {
        flex-wrap: nowrap;
    }

    .sku-creds {
        width: 65%;
        flex-grow: 1;
    }

    .sku-input {
        width: 33.33%;
        flex-grow: 0;
        max-width: 270px;
        margin-bottom: 20px;
    }

    .sku-input.actions {
        width: auto;
    }

    .add-sku-actions .btn {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .new-sku {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1400px) {
    .new-sku {
        flex-wrap: nowrap;
    }

    .sku-creds {
        width: 75%;
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f9fa;
}

label {
    margin-bottom: 5px;
}

.icon-head {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .icon-head {
        font-size: 60px;
        margin-bottom: 28px;
    }
}

.card-options {
    width: 100%;
    display: flex;
    max-width: 800px;
    margin: 20px -15px;
    justify-content: center;
}

a.card-button svg {
    color: #999;
}

.card-button {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 20px;
    width: 100%;
    margin: 0 15px;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: 0.2s ease all;
    border-radius: 8px;
}

.card-button:hover {
    background-color: #fff;
    transform: scale(1.05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.card-button svg {
    transition: 0.2s ease all;
    font-size: 46px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.card-button p {
    color: #777;
}

.card-button:hover svg {
    color: #009d85;
}

.card-button input {
    display: none;
}

.pretty-checkbox-label,
.pretty-radio-label {
    position: relative;
    display: inline-flex;
    margin-bottom: 10px;
    cursor: pointer;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.pretty-checkbox-label:before,
.pretty-radio-label:before {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    content: '';
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-right: 8px;
    border-radius: 50%;
    transition: 0.2s ease;
    background-color: #fff;
    flex-shrink: 0;
    -ms-align-items: center;
    align-items: center;
    margin-top: 2px;
}

.td-success,
.td-waiting,
tr.closed td:first-child,
tr.delayed td:first-child,
tr.on-time td:first-child,
tr.open td:first-child,
tr.overdue td:first-child {
    padding-left: 20px;
    border-left: 0;
}

#project-timing-end-date:not(:checked) ~ .project-timing-end-date,
#project-timing-start-date:not(:checked) ~ .project-timing-start-date,
#project-timing-milestones:not(:checked) ~ .project-timing-milestones {
    display: none;
}

#project-timing-milestones:checked ~ .project-timing-milestones,
#project-timing-milestones:checked ~ .project-timing-end-date {
    display: inline-flex;
}

.closed,
.delayed,
.on-time,
.open,
.overdue {
}

.pretty-checkbox:checked + .pretty-checkbox-label:before,
.pretty-radio:checked + .pretty-radio-label:before {
    background: #009c85;
}

.pretty-checkbox-label:after,
.pretty-radio-label:after {
    content: url("//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/check-white.svg?_=2465673f2aee5b14413460e98f207f25");
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transition: 0.2s ease all;
    line-height: 1;
    margin-top: 3px;
}

.solo-pretty:after,
.solo-pretty:before {
    align-items: flex-end;
}

.pretty-checkbox:checked + .pretty-checkbox-label:after,
.pretty-radio:checked + .pretty-radio-label:after {
    content: url("//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/check-white.svg?_=2465673f2aee5b14413460e98f207f25");
    transform: scale(0.6);
    line-height: 1;
}

.pretty-checkbox-label:before {
    border-radius: 0;
}

.project-timing-end-date,
.project-timing-start-date,
.project-timing-milestones {
    max-width: 340px;
    display: inline-flex;
}

.tab + label.tab {
    position: relative;
    overflow: hidden;
}

label.tab {
    margin-right: 30px;
    font-weight: 400;
    color: #ccc;
    margin-bottom: 10px;
    cursor: pointer;
}

.tab:checked + label.tab,
.td-success {
    color: #009d85;
}

label.tab:after {
    background-color: #009d85;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 2px;
    content: '';
    bottom: 0;
    transition: 0.2s ease all;
}

.tab:checked + label.tab:after {
    left: 0;
}

.td-success {
    box-shadow: inset 5px 0 0 0 #009d85;
}

.td-waiting {
    box-shadow: inset 5px 0 0 0 #bbb;
    color: #bbb;
}

tr.open td:first-child {
    box-shadow: inset 5px 0 0 0 #00779c;
}

tr.closed td:first-child {
    box-shadow: inset 5px 0 0 0 #bbb;
}

tr.closed td {
    color: #bbb;
    background-color: #f8f8f8;
}

tr.on-time td:first-child {
    box-shadow: inset 5px 0 0 0 #009d85;
}

tr.overdue td:first-child {
    box-shadow: inset 5px 0 0 0 #fa8f13;
}

tr.delayed td:first-child {
    box-shadow: inset 5px 0 0 0 #b91b1b;
}

#all:checked ~ * .closed,
#all:checked ~ * .delayed,
#all:checked ~ * .on-time,
#all:checked ~ * .open,
#all:checked ~ * .overdue,
#closed:checked ~ * .closed,
#delayed:checked ~ * .delayed,
#on-time:checked ~ * .on-time,
#open:checked ~ * .open,
#overdue:checked ~ * .overdue {
    display: table-row;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #009d85;
    border-radius: 50px;
}

.inner.nav-pills .nav-link.active {
    box-shadow: none;
}

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

.content-tabs {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 0;
}

.content-tabs + .content-block {
    margin-top: 0;
}

.content-tab.terminate,
.nav-pills .nav-link {
    border-radius: 50px;
    margin-top: 10px;
    transition: 0.2s ease all;
    white-space: nowrap;
}

.nav-pills .nav-link {
    background: #fff;
    color: #333;
    margin-right: 10px;
}

.nav-pills .nav-link {
    padding: 6px 17px 7px;
}

.nav-pills .nav-link:hover {
    box-shadow: inset 0 0 999px rgba(0, 0, 0, 0.04);
}

.inner.nav-pills .nav-link {
    box-shadow: inset 0 0 0 1px #ccc;
    padding: 6px 24px;
    border-radius: 6px;
}

.inner.nav-pills .nav-link:hover {
    box-shadow:
        inset 0 0 0 1px #ccc,
        inset 0 0 999px rgba(0, 0, 0, 0.04);
}

.content-tab.terminate {
    background: 0 0;
    padding: 0.5rem 1rem;
    margin-bottom: 10px;
    box-shadow: inset 0 0 0 1px #d0021b;
    color: #d0021b;
    margin-left: auto;
}

.content-tab.terminate:hover {
    background-color: #d0021b;
    color: #fff;
}

.nav-pills {
    flex-shrink: 0;
    flex-wrap: wrap;
    width: 100%;
}

.content-tabs {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.content-block.project-detail-tabs,
.content-block.management-page,
.content-block.tab-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 768px) {
    .content-tabs .nav-pills .nav-link {
        margin-right: 20px;
        margin-top: 0;
        font-size: 16px;
        width: 100%;
        border-radius: 0 !important;
        padding: 20px;
        text-align: center;
        display: inline-flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .nav-pills:not(.inner) .nav-link.active {
        background: none;
        border-bottom: 3px solid #009d85 !important;
        color: #009d85 !important;
    }

    .content-tabs:not(.no-new-buttons) {
        margin-top: 30px;
        margin-bottom: 0;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        border-bottom: 2px solid #cccccc;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        background-color: white;
        overflow: hidden;
    }

    .content-tabs.content-tabs-on-hold {
        margin-top: 50px;
    }
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.modal.xs .modal-dialog {
    max-width: 492px;
}

.modal .modal-dialog.terminate h2 {
    color: #d0021b;
}

.modal.xs h2 {
    font-size: 26px;
}

.modal .modal-dialog.terminate .modal-header {
    border-top: 5px solid #d0021b;
    background-color: #fff;
}

.modal.xs .modal-dialog .modal-content {
    min-height: none;
}

.project-summary strong {
    display: block;
}

.project-summary {
    max-width: 1000px;
    position: relative;
}

@media screen and (min-width: 766.98px) {
    .project-summary .split-projects-absolute {
        position: absolute;
        right: 0;
    }
}

.breadcrumble {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-top: 30px;
}

.breadcrumble svg {
    margin-right: 10px;
    color: #009383;
    font-size: 11px;
}

a.breadcrumble {
    color: #505050;
    opacity: 0.4;
    transition: 0.2s ease all;
}

a.breadcrumble:hover {
    opacity: 1;
}

#projects-state-all:checked ~ div .projects-on-track,
#projects-state-all:checked ~ div .projects-overdue,
#projects-state-all:checked ~ div .projects-upcoming,
#projects-state-all:checked ~ div .projects-on-hold,
#projects-state-on-track:checked ~ div .projects-all,
#projects-state-on-track:checked ~ div .projects-overdue,
#projects-state-on-track:checked ~ div .projects-upcoming,
#projects-state-on-track:checked ~ div .projects-on-hold,
#projects-state-on-hold:checked ~ div .projects-all,
#projects-state-on-hold:checked ~ div .projects-overdue,
#projects-state-on-hold:checked ~ div .projects-upcoming,
#projects-state-on-hold:checked ~ div .projects-on-track,
#projects-state-overdue:checked ~ div .projects-all,
#projects-state-overdue:checked ~ div .projects-on-track,
#projects-state-overdue:checked ~ div .projects-upcoming,
#projects-state-overdue:checked ~ div .projects-on-hold,
#projects-state-upcoming:checked ~ div .projects-all,
#projects-state-upcoming:checked ~ div .projects-on-track,
#projects-state-upcoming:checked ~ div .projects-overdue,
#projects-state-upcoming:checked ~ div .projects-on-hold,
.not-selected {
    opacity: 0.5;
}

.inline-select select {
    background-color: transparent;
    width: auto;
    color: #333;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 0 27px 0 0;
    min-width: 100%;
}

.inline-select {
    position: relative;
}

.inline-select:after {
    content: url(//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/chev-down.svg?_=1cdb8059f58ee7dbc11800ea063794b2);
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    padding-bottom: 2px;
    pointer-events: none;
}

.action-option {
    width: 36px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

td.action-options {
    white-space: nowrap;
    vertical-align: middle;
}

.badge-comments {
    position: absolute;
    background-color: #009d85;
    color: #fff;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    font-size: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-shrink: 0;
    top: -6px;
    right: 5px;
}

.qs-icon {
    width: 17px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
}

.modal-icon svg {
    font-size: 130px;
}

.modal-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 50px;
    position: relative;
    margin-bottom: 20px;
}

.modal-icon.loader {
    color: #00779c;
}

.modal-icon.done {
    color: #009d85;
}

.modal-icon .loading-percentage {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    text-align: center;
    margin: 0 auto;
    line-height: 0;
    color: #009d85;
    font-weight: 600;
}

.project-block:hover,
.projects-btn:hover {
    transform: scale(1.02);
}

.table-responsive {
    /* background: radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 100% 0;
     background-color: #fff;
     background-repeat: no-repeat;
     background-size: 10px 100%; */
    margin-bottom: 15px;
}

.table-responsive > .table {
    background:
        linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)),
        linear-gradient(to left, #fff 30%, rgba(255, 255, 255, 0)) 100% 0;
    background-size: 50px 100%;
    background-repeat: no-repeat;
    max-width: none;
    margin-bottom: 0;
}

.project-block,
.projects-btn {
    background-color: #fff;
    cursor: pointer;
    transition: 0.2s ease all;
}

.qs-icon {
    margin-right: 8px;
    -ms-align-items: center;
    align-items: center;
}

.projects-btn,
.projects-toggles .col-3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

#projects-state-all:checked ~ div .projects-all:hover,
#projects-state-all:checked ~ div .projects-on-track:hover,
#projects-state-all:checked ~ div .projects-overdue:hover,
#projects-state-all:checked ~ div .projects-upcoming:hover,
#projects-state-all:checked ~ div .projects-on-hold:hover,
#projects-state-on-track:checked ~ div .projects-all:hover,
#projects-state-on-track:checked ~ div .projects-on-track:hover,
#projects-state-on-track:checked ~ div .projects-overdue:hover,
#projects-state-on-track:checked ~ div .projects-upcoming:hover,
#projects-state-on-track:checked ~ div .projects-on-hold:hover,
#projects-state-on-hold:checked ~ div .projects-all:hover,
#projects-state-on-hold:checked ~ div .projects-on-track:hover,
#projects-state-on-hold:checked ~ div .projects-overdue:hover,
#projects-state-on-hold:checked ~ div .projects-upcoming:hover,
#projects-state-on-hold:checked ~ div .projects-on-hold:hover,
#projects-state-overdue:checked ~ div .projects-all:hover,
#projects-state-overdue:checked ~ div .projects-on-track:hover,
#projects-state-overdue:checked ~ div .projects-overdue:hover,
#projects-state-overdue:checked ~ div .projects-upcoming:hover,
#projects-state-overdue:checked ~ div .projects-on-hold:hover,
#projects-state-upcoming:checked ~ div .projects-all:hover,
#projects-state-upcoming:checked ~ div .projects-on-track:hover,
#projects-state-upcoming:checked ~ div .projects-overdue:hover,
#projects-state-upcoming:checked ~ div .projects-upcoming:hover,
#projects-state-upcoming:checked ~ div .projects-on-hold:hover {
    opacity: 1;
}

.projects-toggles .col-3 {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.projects-toggles .custom-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.projects-toggles .item {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
}

.projects-toggles .item:first-of-type {
    margin-left: 0;
}

.projects-toggles .item:last-of-type {
    margin-right: 0;
}

.projects-btn {
    padding: 14px;
    margin-top: 25px;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 8px;
    box-shadow:
        0 0 20px 0 rgba(0, 0, 0, 0.08),
        inset 0 5px 0 0 #009e85;
}

.projects-btn h1 {
    font-size: 22px;
}

.projects-btn h3 {
    font-size: 12px;
    margin-top: 5px;
    white-space: nowrap;
}

.projects-btn svg {
    font-size: 22px;
    margin-bottom: 8px;
}

.project-tile-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 15px;
}

.project-tile-icon svg {
    margin-bottom: 0;
}

.projects-toggles .row {
    margin: 0 -5px;
}

.projects-toggles .col-3 {
    padding: 0 5px;
}

@media (min-width: 768px) {
    .projects-toggles .row {
        margin: 0 -15px;
    }

    .projects-toggles .col-3 {
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .projects-btn {
        padding: 30px 25px 25px;
    }

    .projects-btn h1 {
        font-size: 32px;
    }

    .projects-btn h3 {
        font-size: 24px;
        margin-top: 3px;
    }
}

.projects-btn.projects-all h1 {
    color: #009e85;
}

.projects-btn.projects-all .project-tile-icon {
    background-color: #009e85;
    color: #fff;
}

.projects-btn.projects-overdue {
    box-shadow:
        0 0 20px 0 rgba(0, 0, 0, 0.08),
        inset 0 5px 0 0 #df4d4d;
}

.projects-btn.projects-overdue h1 {
    color: #df4d4d;
}

.projects-btn.projects-overdue .project-tile-icon {
    background-color: #df4d4d;
    color: #fff;
}

.projects-btn.projects-on-track {
    box-shadow:
        0 0 20px 0 rgba(0, 0, 0, 0.08),
        inset 0 5px 0 0 #00769e;
}

.projects-btn.projects-on-track h1 {
    color: #00769e;
}

.projects-btn.projects-on-track .project-tile-icon {
    background-color: #00769e;
    color: #fff;
}

.projects-btn.projects-on-track .project-tile-icon.on-hold {
    background-color: #00769e;
    color: #fff;
}

.projects-btn.projects-upcoming {
    box-shadow:
        0 0 20px 0 rgba(0, 0, 0, 0.08),
        inset 0 5px 0 0 #c3c3c3;
}

.projects-btn.projects-upcoming h1 {
    color: #c3c3c3;
}

.projects-btn.projects-upcoming .project-tile-icon {
    background-color: #c3c3c3;
    color: #fff;
}

.project-block {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    color: #333;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  
}

.project-block:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    box-shadow: 0 0 25px 0 transparent;
    transition: 0.2s ease all;
    z-index: 13;
    pointer-events: none;
}

td .tooltip-dep-project {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-top: -3px;
}

.tooltip-dep-project {
    width: 38px;
    height: 38px;
    background: #cccccc;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition: 0.2s ease all;
    flex-shrink: 0;
    margin-left: 15px;
    border: none;
}

.card-tile-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.card-tile-head h3 {
    margin-bottom: 5px;
}

.card-project-qi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
}

.tooltip-dep-project:hover {
    background-color: #00779c;
}

.project-archived,
.projects-view-cards {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.asset-block,
.thumbnail-icon {
    position: relative;
}

.project-block:hover {
    color: #333;
    z-index: 13;
}

.project-block:hover:after {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    z-index: 13;
}

.project-block h3 {
    font-size: 18px;
}

.project-block h4 {
    font-size: 16px;
}

.project-block p {
    margin-bottom: 0;
}

.project-block .project-phases {
    max-width: none;
    margin-bottom: 8px;
}

.project-block .project-status {
    margin-top: 12px;
    margin-bottom: 12px;
}

.project-block .project-main-info {
    padding: 25px 20px 20px;
    border-radius: 8px 8px 0 0;
}

.project-block .project-task {
    padding: 20px;
    border-top: 1px solid #dfdfdf;
    border-radius: 0 0 8px 8px;
    background-color: #f5f5f5;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.project-block .table-quickspecs tr td,
.project-block .table-quickspecs tr td:first-child {
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-block .table-quickspecs {
    opacity: 0.4;
    margin-top: 10px;
    table-layout: fixed;
}

.project-block .table-quickspecs tr td:first-child {
    box-sizing: border-box;
}

.tr-project-upcoming td:first-child {
    box-shadow: inset 5px 0 0 0 #c3c3c3;
}

.tr-project-on-track td:first-child {
    box-shadow: inset 5px 0 0 0 #00769e;
}

.tr-project-on-hold td:first-child {
    box-shadow: inset 5px 0 0 0 #9e3eb0;
}

.tr-project-overdue td:first-child {
    box-shadow: inset 5px 0 0 0 #df4d4d;
}

.tr-project-archived td:first-child {
    box-shadow: inset 5px 0 0 0 #cccccc;
}

.tr-project-terminated td:first-child {
    box-shadow: inset 5px 0 0 0 #d0011b;
}

table tr .td-project-name {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}

.project-archived .project-block .project-main-info {
    border-radius: 8px;
}

.project-on-track .project-block {
    box-shadow: inset 0 5px 0 0 #00769e;
}

.project-on-hold .project-block {
    box-shadow: inset 0 5px 0 0 #9e3eb0;
}

.project-on-hold .project-block .active:not(.project-phase),
.project-on-hold .project-block .status-badge {
    background-color: #9e3eb0;
}

.project-archived {
    display: flex;
}

.project-archived .project-phase {
    background-color: #d0d0d0;
    color: #fff;
}

.project-archived .project-block {
    width: 100%;
    box-shadow: inset 0 5px 0 0 #d0d0d0;
}

.project-terminated .project-block {
    box-shadow: inset 0 5px 0 0 #d0021b;
}

.project-terminated .project-block .active:not(.project-phase) {
    background-color: #d0021b;
}

.project-overdue .project-block {
    box-shadow: inset 0 5px 0 0 #df4d4d;
}

.project-overdue .project-block .active:not(.project-phase),
.project-overdue .project-block .status-badge {
    background-color: #df4d4d;
}

.project-upcoming .project-block {
    box-shadow: inset 0 5px 0 0 #c3c3c3;
}

.project-upcoming .project-block .status-badge {
    background-color: #c3c3c3;
}

.wordwrap {
    white-space: nowrap;
}

.quickspecs {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: auto;
    white-space: nowrap;
}

.btn-circular {
    height: 44px;
    width: 44px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.project-phase {
    font-size: 14px;
    width: 38px;
    height: 38px;
}

.projects-view-cards {
    width: 100%;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}

.projects-view-table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
}

#projects-cards:checked ~ div .btn-cards-view,
#projects-table:checked ~ div .btn-table-view,
#projects-cards1:checked ~ div .btn-cards-view,
#projects-table1:checked ~ div .btn-table-view,
#projects-cards2:checked ~ div .btn-cards-view.archived-card,
#projects-table2:checked ~ div .btn-table-view.archived-list,
#projects-cards3:checked ~ div .btn-cards-view.terminated-card,
#projects-table3:checked ~ div .btn-table-view.terminated-list {
    background: #00779c;
    color: #fff;
}

#projects-cards:checked ~ .projects-view-table,
#projects-table:checked ~ .projects-view-cards,
#projects-cards1:checked ~ .projects-view-table.archive-all,
#projects-table1:checked ~ .projects-view-cards.archive-all,
#projects-cards2:checked ~ .projects-view-table.archived,
#projects-table2:checked ~ .projects-view-cards.archived,
#projects-cards3:checked ~ .projects-view-table.terminated,
#projects-table3:checked ~ .projects-view-cards.terminated {
    display: none;
}

.nav-tab .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.7);
    padding: 0 0 2px;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}

.nav-tab .nav-item .nav-link.active {
    border-bottom: 2px solid #009d85;
    font-weight: 600;
}

.nav-tab .nav-item {
    margin-right: 30px;
}

.nav.nav-tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: visible;
    -ms-align-items: center;
    align-items: center;
}

.nav-tab-wrap {
    background:
        radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)),
        radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 10px 100%;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    overflow-y: visible;
    overflow-x: auto;
}

.nav-tab-wrap .shadow-hints {
    background:
        linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)),
        linear-gradient(to left, #fff 30%, rgba(255, 255, 255, 0)) 100% 0;
    background-size: 50px 100%;
    background-repeat: no-repeat;
    max-width: none;
    margin-bottom: 0;
    width: 100%;
    display: table;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: #009c85;
    border-color: #009c85;
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #009c85;
}

.modal-svg {
    display: block;
    margin: 0 auto 22px;
    font-size: 64px;
    color: #333;
}

.asset-library,
.modal-header-alt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.modal-header-alt {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 30px 0;
}

.asset-loader {
    padding-bottom: 20px;
    text-align: center;
}

.asset-loader h2 {
    margin-bottom: 15px;
}

.asset-loader svg {
    width: auto;
    height: auto;
    font-size: 50px;
    color: #00779c;
    margin-top: 8px;
}

.loader-div {
    padding-bottom: 20px;
    text-align: center;
}

.loader-div h2 {
    margin-bottom: 15px;
}

.loader-div svg {
    width: auto;
    height: auto;
    font-size: 50px;
    color: #00779c;
    margin-top: 8px;
}

.asset-filters ul {
    list-style: none;
    padding: 0;
    margin: 2px 0 50px;
    font-weight: 500;
}

.asset-filters ul li {
    margin-top: 12px;
}

.asset-filters ul li ul {
    padding-top: 5px;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 5px;
    margin-left: 17px;
}

.asset-filters ul li ul li {
    margin-top: 0;
    margin-bottom: 3px;
}

.asset-filters a {
    color: #1d1d1b;
}

.asset-filters label {
    font-weight: 500;
    margin-bottom: 0;
}

.asset-filters h3 {
    font-weight: 600;
    font-size: 20px;
    color: #ccc;
    margin-bottom: 0;
}

.expandable-filter {
    display: inline-block;
}

.expandable-filter:before {
    content: url("//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/chev-down.svg?_=1cdb8059f58ee7dbc11800ea063794b2");
    display: inline-flex;
    width: 9px;
    transform: rotate(0) translateY(-3px) translateX(0);
    transition: 0.2s ease all;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 0.5;
    margin-right: 3px;
}

.expandable-filter.collapsed:before {
    transform: rotate(-90deg) translateY(-3px) translateX(0);
    opacity: 0.3;
}

.asset-filters ul * {
    white-space: nowrap;
}

a.expandable-filter {
    color: #009d85;
    transition: 0.2s ease all;
}

.expandable-filter.collapsed {
    color: #1d1d1b;
}

.asset-filters {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 220px;
    padding-right: 30px;
    flex-shrink: none;
    display: none;
}

.asset-results {
    width: 100%;
}

@media (min-width: 768px) {
    .asset-filters {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .asset-results {
        width: 100%;
    }
}

#assetlibrary-cards:checked ~ div .btn-cards-view,
#assetlibrary-list:checked ~ div .btn-table-view {
    background: #00779c;
    color: #fff;
}

#assetlibrary-cards:checked ~ div .assetlibrary-list,
#assetlibrary-list:checked ~ .assetlibrary-cards,
#assetlibrary-list:checked ~ div .assetlibrary-cards {
    display: none;
}

.asset-library {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}

.asset-block,
.assetlibrary-cards .row > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.assetlibrary-cards .row > div {
    display: flex;
}

.asset-block {
    border: 1px solid #dfdfdfdf;
    border-radius: 8px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    color: #333;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease all;
    z-index: 11;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.asset-block .asset-thumbnail,
.asset-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.asset-block:hover {
    color: #333;
    transform: scale(1.02);
    z-index: 13;
}

.asset-block:hover:after {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    z-index: 13;
}

.asset-block .asset-thumbnail {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 200px;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.asset-block .project-task {
    padding: 20px;
    border-top: 1px solid #dfdfdfdf;
    border-radius: 0 0 8px 8px;
}

.asset-info {
    padding: 20px;
    white-space: nowrap;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
}

.approval-actions,
.comment-badge {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.asset-info h3 {
    white-space: normal;
    margin-bottom: 8px;
    font-size: 18px;
}

.asset-info table {
    margin-top: auto;
}

.version-date {
    font-size: 14px;
    opacity: 0.5;
}

.thumbnail-icon svg {
    font-size: 90px;
}

.thumbnail-icon .ti-type {
    position: absolute;
    right: 6px;
    bottom: 3px;
    font-size: 14px;
    color: #fff;
    text-align: right;
}

/*.approval-actions {
  width: 80px;
  display: flex;
  justify-content: space-between
}*/

.label-approved,
.label-open,
.label-rejected,
.label-concept {
    background-color: #009d85;
    font-size: 14px;
    padding: 0 10px 4px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    color: #fff;
    border-radius: 5px;
    width: 100%;
}

.label-open {
    background-color: #f5a623;
}

.label-rejected {
    background-color: #d0021b;
}

.label-concept {
    color: #aaa;
    border: 1px solid #ccc;
    background-color: #fff;
}

.approve-action,
.approve-action:focus {
    color: #009d85;
}

.disapprove-action,
.disapprove-action:focus {
    color: #d0021b;
}

.approve-action:hover,
.disapprove-action:hover {
    color: #00769e;
}

.pretty-checkbox:disabled + label {
    opacity: 0.5;
    filter: grayscale(1);
    cursor: not-allowed;
}

.pretty-checkbox:disabled + label:before {
    background-color: #eeee;
}

.pretty-checkbox:checked:disabled + label {
    opacity: 0.3;
    filter: grayscale(1);
    cursor: not-allowed;
}

/*.project-file-approved,
.project-file-open,
.project-file-rejected,
.sku-file-approved,
.sku-file-open,
.sku-file-rejected {
  display: none
}*/

#project-file-all:checked ~ * .project-file-approved,
#project-file-all:checked ~ * .project-file-open,
#project-file-all:checked ~ * .project-file-rejected,
#project-file-approved:checked ~ * .project-file-approved,
#project-file-open:checked ~ * .project-file-open,
#project-file-rejected:checked ~ * .project-file-rejected,
#sku-file-all:checked ~ * .sku-file-approved,
#sku-file-all:checked ~ * .sku-file-open,
#sku-file-all:checked ~ * .sku-file-rejected,
#sku-file-approved:checked ~ * .sku-file-approved,
#sku-file-open:checked ~ * .sku-file-open,
#sku-file-rejected:checked ~ * .sku-file-rejected {
    display: table-row;
}

.i-comments {
    position: relative;
}

.comment-badge {
    position: absolute;
    background-color: #009d85;
    border-radius: 50%;
    right: -5px;
    top: 0;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    padding-left: 1px;
    padding-bottom: 1.5px;
    width: 15px;
    height: 15px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.modal.medium .modal-dialog {
    max-width: 740px;
}

.location-add-users {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    background-color: #fafafa;
    padding: 15px;
    justify-content: space-between;
    border: 1px solid #ececec;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.location-add-users .search-wrap {
    width: calc(100% - 240px);
}

.location-add-users .search-wrap input {
    height: 44px;
    padding-top: 6px;
}

.section-block {
    background-color: #fafafa;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 30px;
}

.reports .date-picker input {
    height: 38px;
    padding-bottom: 7px;
    background-color: #fff;
}

.project-archived .status-badge {
    background-color: #ccc;
}

.project-terminated .status-badge {
    background-color: #d0021b;
}

.project-upcoming .project-block {
    box-shadow: inset 0 5px 0 0 #c3c3c3;
}

.project-upcoming .project-block .status-badge {
    background-color: #c3c3c3;
}

nav button {
    cursor: pointer;
}

.gantt-frame .btn::after {
    border-radius: 50px;
}

/* Datatables */

.dataTables_wrapper {
    margin-top: 20px;
}

/* Create P. modal */
#create-project-modal .modal-dialog {
    position: relative;
}

#create-project-modal .close {
    position: absolute;
    right: 15px;
    top: 10px;
    float: none;
    padding: 0;
    margin: 0;
}

#create-project-modal .modal-dialog .modal-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
}

#create-project-modal .modal-body.d-flex {
    margin-top: -7px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.modal-big-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    margin: 20px 0 20px;
    font-size: 70px;
    color: #333;
}

#create-project-modal .modal-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
}

#create-project-modal .modal-dialog {
    max-width: 440px;
}

#create-project-modal .create-modal-p {
    margin: 0 0 20px;
}

/* document viewer modal */
/* Create P. modal */
#document-viewer-modal .modal-dialog {
    position: relative;
}

#document-viewer-modal .close {
    position: absolute;
    right: 15px;
    top: 10px;
    float: none;
    padding: 0;
    margin: 0;
}

#document-viewer-modal .modal-dialog .modal-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
}

#document-viewer-modal .modal-body.d-flex {
    margin-top: -7px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.modal-big-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    margin: 20px 0 20px;
    font-size: 70px;
    color: #333;
}

#document-viewer-modal .modal-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
}

#document-viewer-modal .modal-dialog {
    max-width: 440px;
}

#document-viewer-modal .btn-default {
    background-color: #fff;
}

#document-viewer-modal .create-modal-p {
    margin: 0 0 20px;
}

.history-activity {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
}

.history-activity:first-child .history-date:before {
    top: auto;
    height: 50%;
}

.history-activity:last-child .history-date:before {
    height: 50%;
}

.history-log {
    position: relative;
    margin-top: 30px;
}

.history-date:before {
    position: absolute;
    content: '';
    border-left: 1px solid #ccc;
    left: 50%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.history-date {
    color: #333;
    z-index: 2;
    min-width: 100px;
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
}

.date-spec {
    position: relative;
    background-color: #fff;
    z-index: 2;
    padding: 0;
    width: 100px;
}

.history-icon {
    background-color: #00779c;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 25px;
    margin-top: 1px;
    color: #fff;
}

.history-icon.in-progress {
    background-color: #00779c;
}

.history-icon.completed {
    background-color: #009681;
}

.history-icon.overdue {
    background-color: #df4d4d;
}

.history-icon.delayed {
    background-color: #df4d4d;
}

.history-icon.skipped {
    background-color: #c3c3c3;
}

.history-icon.terminated {
    background-color: #d0011b;
}

.history-icon.on-hold {
    background-color: #9e3eb0;
}

.history-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
}

.history-activity:first-child {
    margin-top: -15px;
}

.history-user {
    font-weight: bold;
    color: #00769e;
}

.history-user.in-progress {
    font-weight: bold;
    color: #00769e;
}

.history-user.completed {
    font-weight: bold;
    color: #009681;
}

.history-user.overdue {
    font-weight: bold;
    color: #df4d4d;
}

.history-user.delayed {
    font-weight: bold;
    color: #df4d4d;
}

.history-user.skipped {
    font-weight: bold;
    color: #c3c3c3;
}

.history-user.terminated {
    font-weight: bold;
    color: #d0011b;
}

.history-user.on-hold {
    font-weight: bold;
    color: #9e3eb0;
}

.on-hold-text {
    color: #9e3eb0;
}

.active-text {
    color: #00779c;
}

.other {
    color: #009d85;
}

.history-phase,
.history-step {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    margin-right: 20px;
}

.history-phase strong,
.history-step strong {
    margin-right: 6px;
}

.history-event {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    padding: 5px 0 5px;
}

.history-event-specs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    color: #333;
}

.history-indicator {
    padding: 0px 7px 2px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    background-color: #009d85;
}

.history-indicator.in-progress {
    background-color: #00779c;
}

.history-indicator.completed {
    background-color: #009681;
}

.history-indicator.overdue {
    background-color: #df4d4d;
}

.history-indicator.delayed {
    background-color: #df4d4d;
}

.history-indicator.skipped {
    background-color: #c3c3c3;
}

.history-indicator.terminated {
    background-color: #d0011b;
}

.history-indicator.on-hold {
    background-color: #9e3eb0;
}

/* Deprecated alert */
.deprecated-alert {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 20px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #333;
    margin-bottom: 30px;
    border-radius: 5px;
    width: 100%;
}

.dep-alert-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-size: 16px;
    background-color: #fff;
    margin-right: 15px;
    flex-shrink: 0;
}

.block-upload-files {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin: 3vw auto;
    max-width: 440px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    padding: 40px 30px;
}

.block-upload-files svg.big-icon {
    font-size: 62px;
    margin-bottom: 20px;
}

.block-upload-files h2 {
    margin-bottom: 8px;
}

.block-upload-files p {
    margin-bottom: 18px;
}

.block-upload-files .btn {
    margin-bottom: 18px;
}

.block-upload-files .drag-drop {
    color: #aaa;
}

/* essentials */
/* Tables */
.table-wrap table {
    border-spacing: 0 8px;
    background-color: transparent;
    margin-bottom: 20px;
}

table.dataTable {
    width: 100% !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.even,
table.dataTable.display tbody tr.even {
    background: #f8f8f8;
    padding: 5px 3px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: none;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: none;
}

table.dataTable.no-footer {
    border-bottom: none;
}

div:has(> table.update-upload-table) {
    overflow: auto;
    max-height: 50vh;
    display: block;
}

.dataTables_filter label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.dataTables_length {
    margin-bottom: 15px;
}

.dataTables_length label,
.dataTables_filter label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    font-weight: 400;
}

.dataTables_length label select {
    margin: 0 8px;
    padding-right: 27px;
}

.dataTables_wrapper {
    margin-top: 0;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: none;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    background-image: none;
}

table.dataTable thead .sorting_asc:after {
    content: url("//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/sort-up.svg?_=594502367e515589daef95ec8c5aebc2");
    margin-left: 6px;
    bottom: 0px;
    position: relative;
    display: inline-block;
    opacity: 1;
    right: auto;
}

table.dataTable thead .sorting_desc:after {
    content: url("//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/sort-down.svg?_=06b26925cfd65e7995e145f0ca6eb6e0");
    margin-left: 6px;
    bottom: 0px;
    position: relative;
    position: relative;
    bottom: auto;
    display: inline-block;
    opacity: 1;
    right: auto;
}

table.dataTable thead .sorting:after {
    content: url("//assets.bettyblocks.com/5aabe5eb24c7465fbba9f87d5ad22e6a_assets/files/sort-both.svg?_=f2f8d78eb21460da7a6a389e02b0b29c") !important;
    margin-left: 6px;
    bottom: 0px;
    position: relative;
    right: 0px;
    position: relative;
    bottom: auto;
    display: inline-block;
    opacity: 1;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc:before {
    display: none;
}

.page-item.disabled .page-link {
    background-color: transparent;
    border: none;
    color: #333;
    opacity: 0.7;
}

.page-item.active .page-link {
    background-color: #eaeaea;
    border-radius: 5px;
    color: #333;
    padding: 4px 10px 6px;
}

.page-link {
    border: none;
    background-color: transparent;
    color: #333;
    padding: 4px 0px 6px;
    margin-left: 5px;
    margin-right: 5px;
}

.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.dataTables_wrapper .page-item.active .page-link {
    border: none;
}

.dataTables_wrapper .dataTables_paginate .page-item.previous {
    margin-right: 8px;
}

.dataTables_wrapper .dataTables_paginate .page-item.next {
    margin-left: 8px;
}

.table-wrap .dataTables_wrapper table.dataTable.borderless tr > td {
    border: none;
}

/* specific */
table.dataTable thead th {
    padding: 10px 10px 5px;
    font-weight: normal;
    color: #333;
    display: none;
}

table.dataTable thead {
    display: table-header-group;
}

table.dataTable tr th {
    display: table-cell;
    word-break: break-word;
    hyphens: auto;
}

.table-wrap .dataTables_wrapper table.dataTable tr > td {
    padding: 12px 12px 10px;
}

.table-files.table-wrap .dataTables_wrapper table.dataTable tr > td {
    padding: 14px 12px;
    position: relative;
}

.table-files .approve,
.table-files .status,
.table-files .doctype,
.table-files .addeddate,
.table-files .actions {
    white-space: nowrap;
}

.table-files .filename {
    hyphens: auto;
}

.table-files th {
    white-space: nowrap;
}

.approve-table {
    table-layout: fixed;
}

table.dataTable .no-sort {
    pointer-events: none;
    display: none;
}

table.dataTable .no-sort:after {
    opacity: 0;
}

.text-grey {
    color: #bbb;
}

.switch-type {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.label-project-sku {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    color: #bbb;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 1px;
}

.label-project-sku:first-of-type {
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.label-project-sku:last-of-type {
    border-radius: 0 5px 5px 0;
}

.label-project-sku:hover {
    color: #999;
}

.label-project-sku svg {
    margin-right: 5px;
}

.project-radio:checked + label {
    background-color: #009d85;
    color: #fff;
}

.sku-radio:checked + label {
    background-color: #00779c;
    color: #fff;
}

.sku-radio:checked + label.has-deleted-sku {
    background-color: #df4d4d;
    color: #fff;
}

.table-files tr td:last-of-type:not(.dataTables_empty) {
    white-space: nowrap;
    text-align: right;
}

.approval-actions-new {
    width: auto;
    padding-left: 10px;
    -ms-align-items: center;
    align-items: center;
}

.btn-update-files {
    flex-shrink: 0;
    padding: 2px 10px 4px;
    margin: 0 0 0 12px;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
}

.page-item.active .page-link {
    background-color: #eaeaea;
    border-radius: 5px;
    color: #333;
    padding: 4px 10px 6px;
}

.table-files .status svg {
    margin-top: 2px;
}

.approval-actions-new {
    width: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer {
    text-align: center;
    color: #1d1d1b;
    font-family: 'Montserrat', 'helvetica neue', 'arial', sans-serif;
    margin-bottom: 2.5rem;
}

.new-project-title {
    height: 100px;
}

.open-DeleteFileModal, .open-ReplaceFile {
    cursor: pointer;
}

.user:hover {
    display: block;
}

.hover-text {
    position: absolute;
    margin-top: 50px;
    height: 23px;
    top: 12px;
    right: 0;
    padding: 6px;
    background-color: #140909;
    color: rgb(247, 243, 243);
    white-space: nowrap;
    font-size: 14px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.avatar {
    position: relative;
}

.avatar:before {
    content: '';
    width: 60px;
    height: 60px;
    background: rgba(140, 140, 140, 0.3);
    opacity: 0;
    transition: 0.25s opacity ease-in-out;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avatar:hover::before,
.avatar.active:before {
    opacity: 1;
}

.avatar:hover .hover-text {
    opacity: 1;
}

.dropdown-menu.account {
    left: unset;
    top: calc(100% + 14px);
    right: 0;
}

.dropdown.account-dropdown {
    cursor: pointer;
}

.avatar.active .hover-text {
    display: none;
}

.user {
    top: unset;
    align-items: center;
    justify-content: center;
}

.user-picture {
  height: 100px;
}
