﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined);

@import "./tailwind.css";

@font-face {
  font-family: 'Aeonik';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url('fonts/woff2/Aeonik-Regular.woff2') format('woff2'),
    url('fonts/woff/Aeonik-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Aeonik';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url('fonts/woff2/Aeonik-Medium.woff2') format('woff2'),
    url('fonts/woff/Aeonik-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Aeonik';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src:
            url('fonts/woff2/Aeonik-Medium.woff2') format('woff2'),
            url('fonts/woff/Aeonik-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Aeonik';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src:
            url('fonts/woff2/Aeonik-Medium.woff2') format('woff2'),
            url('fonts/woff/Aeonik-Medium.woff') format('woff');
}


html,
body {
  margin: 0;
  font-family: 'Aeonik', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 150%;
  padding-top: 0;
  height: 100%;
}

.btn-full-w
{
 width: 100%;
}
/* Auto hide placeholders - start */
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* Auto hide placeholders - End */
/* IE 10+ */
.angular-google-map-container {
    height: 350px;
}


/*i.fa {
    color: var(--interaction);
}*/
.itemtranstable {
    border-collapse: collapse; 
    width: 100%; 
    border-top: 2px solid #ccc; 
    border-bottom: 2px solid #ccc;
}

.itemtranstable th, .itemtranstable td {
    text-align: center !important; 
    vertical-align: middle !important; 
    padding: 8px; 
}

.itemtranstable tr {
    border-bottom: 0.5px solid #ccc; 
}

.itemtranstable thead tr {
    border-bottom: 2px solid #ccc; 
}

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

.info-box {
    border: 1px solid var(--interactionSharp);
    text-align: left;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 12px;
    background-color: white;
}

.info-box .fa-info {
    color: var(--interactionSharp);
}

pre.word-wrap {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.align-image {
  display: inline-block;
  vertical-align: middle;
}

.badge-primary {
    background-color: var(--accent);
}

.badge-success {
    background-color: var(--success);
}

.badge-info {
    background-color: var(--interactionSharp);
}

.badge-warning {
    background-color: var(--accent);
}
.language-company
{
    padding: 6px 10px;
}
.badge-danger {
    background-color: var(--danger);
}
.language-font
{
    color: white;
}
.text-ditio-orange {
    color: #000738;
}

.text-primary {
    color: #348ed1;
}

.text-info {
    color: var(--interactionSharp);
}

.text-info:focus,
.text-info:hover {
    color: var(--interactionSharp);
}

.text-success {
    color: var(--success);
}

.text-warning {
    color: var(--accent);
}

.text-danger {
    color: var(--danger);
}

.text-light-black {
    color: #8a898b;
}

.text-dark-black {
    color: #333;
}

.impersonating {
    background-color: #e5a42f;
}

.impersonating-test {
    background-color: var(--success);
}

.impersonating-dev {
    background-color: var(--interactionSharp);
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}


.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar img.avatar {
    height: 21px;
    width: 21px;
    border: 2px solid white;
}

.navbar .badge.notifications {
    padding: 2px 5px;
    position: relative;
    top: -11px;
    right: 13px;
    font-weight: normal;
    font-size: 14px;
}

.menu-squares .well {
    /*min-height:200px;*/
    padding: 10px;
    margin-bottom: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .23), 0 3px 10px rgba(0, 0, 0, .16);
    border-radius: 0;
    border: 0;
    color: black;
    background-color: white;
}

.menu-squares .well:hover {
    box-shadow: 0 2px 10px #455A64, 0 3px 10px #455A64;
    /*border-radius: 5px;*/
    border: 0;
}

.menu-squares a {
    padding-top: 25%;
    padding-bottom: 25%;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

#r-navigation-menu.loading-menu {
    min-width: 14rem;
    min-height: 100vh;
    background-color: white; 
    border-right: 1px solid var(--dividerAlpha50);
}

#r-top-bar.loading-menu {
    min-height: 4rem;
    width: 100%;
    border-bottom: 1px solid var(--dividerAlpha50);
}

.tooltip {
    z-index: 5000;
}

a.disabled {
    color: #777;
    opacity: 0.7;
}


.menu-squares .badge {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 15px;
}

.top-menu-squares {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background-color: white;
    top: 50px;
    border-bottom: 1px solid #3c454f;
}

.top-menu-squares .badge {
    padding: 2px 4px;
    /*background-color: #dd4b39;*/
    position: absolute;
    top: 7px;
    left: 47px;
    font-weight: normal;
    font-size: 11px;
}

.top-menu-squares .col,
.top-menu-squares li {
    /*float: left;
        width: 16.66%;*/
    position: relative;
    /*min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px;*/
    font-weight: bold;
    color: #777;
    display: table-cell;
    width: 1%;
}

.top-menu-squares .col span.icon,
.top-menu-squares li span.icon {
    color: inherit;
    font-size: 30px;
}

.top-menu-squares .col span.name,
.top-menu-squares li span.name {
    position: absolute;
    top: 15px;
}

.top-menu-squares .col a,
.top-menu-squares li a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: inherit;
}

.top-menu-squares .col a:hover,
.top-menu-squares li a:hover {
    text-decoration: none;
}

.top-menu-squares .col a.active,
.top-menu-squares li a.active {
    color: #0c86e6;
}

.typeahead-input {
    padding-right: 15px;
}

.typeahead-wait {
    position: absolute;
    right: 8px;
    top: 38px;
}

.typeahead-clear {
    position: absolute;
    right: 8px;
    top: 38px;
    cursor: pointer;
}

.form-inline .typeahead-wait {
    right: 8px;
    top: 9px;
}

.form-inline .typeahead-clear {
    right: 8px;
    top: 9px;
}

.login-container {
    /*margin-top: -40px;*/
}

#qrcode_login img {
    height: 174px;
    display: inline !important;
}

/* ------------------------- dashboard*/
/*.dashboard.bottom-menu {
    position: fixed;
    bottom: 0;
    z-index: 50000;
}

    .dashboard.bottom-menu.expanded {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .dashboard.bottom-menu .menu {
        background: grey;
        position: relative;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
    }*/
.main-container
{
  display: flex;
}
.dashboard {
    height: 0vh;
    display: flex;
    flex-flow: column;
}

.dashboard>* {
    flex: 1 1 auto;
}

.dashboard>*:last-child {
    flex: 0 0 auto;
}

.dashboard .badge {
    position: absolute;
    right: 3px;
    top: 10px;
}

/* centered columns styles */
.dashboard .row-centered {
    text-align: center;
}

.dashboard .col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.dashboard .menu {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 16px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .dashboard .menu {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width : 992px) {
    .dashboard .menu {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width : 1040px) {
    .dashboard .menu {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1285px) {
    .dashboard .menu {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

.dashboard-content {
    height: 100%;
    max-height: calc(100% - 213px);
    padding: 15px 20px 20px;
}

.dashboard .dashboard-area {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin-top: 0;
    position: relative;
    height: calc(100vh - 85px);
    padding-top: 5px;
    z-index: 1;
}

.dashboard .list-group-item.title {
    font-weight: bold;
    font-size: 18px;
}

.dashboard .list-group.main {
    border-radius: 3px;
    background-color: var(--grayBackgroundDark);
    border: 1px solid var(--divider);
    border-color: var(--dividerAlpha50);
    padding: 3px;
    font-size: 15px;
}

.dashboard .main .list-group-item {
    border-radius: 3px;
    background-color: var(--grayBackgroundDark);
    border: none;
    padding: 8px;
}

@media all and (min-width: 1540px) {
    .dashboard-content {
        max-height: calc(100% - 233px);
    }

    .dashboard .list-group.main {
        padding: 10px;
        font-size: 16px;
    }
}

.dashboard .main a.list-group-item {
    color: var(--selectedPrimary);
}

.dashboard .main a.list-group-item:hover {
    color: var(--hoverPrimary);
}

.dashboard .main .list-group-item.title {
    /*background-color: #6a6a6b;
        background-color: rgba(106,106,107, 1); ????????????????*/
}

.dashboard .main i {
    color: var(--accent);
}

.dashboard .main .menu-title {
    padding-left: 5px;
    font-weight: 500;
}

.dashboard .main .badge {
    background-color: var(--accent);
}

.dashboard hr {
    margin-bottom: 10px;
    margin-top: 10px;
}


.raised-well {
    padding: 10px;
    font-size: 16px;
    box-shadow: 0px 1px 2px var(--blackAlpha25);
    border-radius: 3px;
    border: 1px solid var(--grayBackgroundDark);
    background-color: var(--white);
    position: relative;
}

.raised-well.active {
    box-shadow: 0px 1px 6px var(--interactionAlpha60);
}

.dashboard-stats-well.external {
    background-color: #f3f3f3;
}

.dashboard-stats-well h4 {
    margin-bottom: 10px;
    margin-top: 0;
}

.dashboard-stats-well h4 .company-name {
    position: absolute;
    font-size: 60%;
    left: 55px;
    top: 38px;
    color: var(--secondaryText);
}

.dashboard-stats-well h4 a.proj-name {
    width: 54%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .dashboard-stats-well h4 a.proj-name {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .dashboard-stats-well h4 a.proj-name {
        width: 50%;
    }
}

@media (min-width: 1440px) {
    .dashboard-stats-well h4 a.proj-name {
        width: 60%;
    }
}

@media (min-width: 1920px) {
    .dashboard-stats-well h4 a.proj-name {
        width: 55%;
    }
}

.dashboard-stats-well {
    height: 300px;
    padding: 10px;
    /*padding: 10px;
    font-size: 16px;
    box-shadow: 4px 0px 4px rgba(0, 0, 0, .23), 3px 6px 6px rgba(0, 0, 0, .16);
    border-radius: 0;
    border: 0;
    color: black;
    background-color: white;
    position: relative;*/
}

.dashboard-stats-well:hover {
    /*box-shadow: 4px 0px 4px rgba(0, 0, 0, .23), 6px 12px 12px rgba(0, 0, 0, .16);*/
}

.small .dashboard-stats-well {
    font-size: 12px;
}

.dashboard-stats-well td a {
    display: block;
}

.dashboard-stats-well a:hover {
    text-decoration: none;
}


table.dashboard-stats-table {
    margin-bottom: 6px;
}

.dashboard-stats-table td {
    border-top: none !important;
}

.dashboard-stats-table td.icon {
    width: 8px;
}

.dashboard-stats-table .stat-text {
    font-size: 80%;
    color: var(--secondaryText);
}

table.dashboard-stats-progress {
    table-layout: fixed;
}

.dashboard-stats-progress td {
    white-space: nowrap;
    overflow: hidden;
}

.dashboard-stats-progress input {
    border: none;
    text-align: right;
    width: 40px;
}

/* ------------------------- dashboard*/

.impersonate-well:hover {
    box-shadow: 4px 0px 4px rgba(0, 0, 0, .23), 6px 12px 12px rgba(0, 0, 0, .16);
}

/*>> Info center stuff */
/*.feed-legacy .uib-datepicker .btn-default {
    box-shadow: none;
}*/

.input-group-date-picker .dropdown-menu {
    padding: 5px;
}

.input-group-date-picker .btn-default {
    border-radius: 0;
}

.input-group-date-picker th .btn-default {
    width: 100%;
}


.change-log-details {

    &>span {
        display: block;
        line-height: 24px;
    }
}

.change-log-name {
    font-weight: 500;
    color: #3949AB;
    line-height: 24px;
}
.change-log-content{
    max-height:75vh ;
    overflow-y: auto;
    padding: 1rem 0rem 1rem 0rem;
}
.change-log-row {
    display: flex;
    align-items: center;
    padding: 1rem 2rem 1rem 2rem;
    gap: 2rem;
}

.change-log-time {
    font-size: 14px;
    color: #6D6E83;
}

.change-log-avatar {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.change-log-not-available {
    font-weight: 500;
    padding: 1rem;
}

.transaction-view-button {
   margin: 1rem 1.5rem;
}

.input-group-date-picker .btn,
.input-group-date-picker .btn.focus,
.input-group-date-picker .btn:focus,
.input-group-date-picker .btn.hover,
.input-group-date-picker .btn:hover,
.input-group-date-picker .btn.active,
.input-group-date-picker .btn:active,
.input-group-date-picker .btn.dropdown-toggle {
    box-shadow: none;
}

.feed-legacy .btn-icon {
    font-size: 18px;
    color: var(--interaction);
    background: transparent;
}

.feed-legacy .btn-icon:hover {
    color: var(--hoverPrimary);
}

.feed-legacy .btn-icon:disabled {
    color: var(--disabledTextOnDark);
}

.info-center img {
    max-width: 100%;
}

.info-center .html-content h1 {
    margin-bottom: 20px;
}

.info-center .html-content h2 {
    margin-bottom: 18px;
}

.info-center .html-content h3 {
    margin-bottom: 16px;
}

.info-center .html-content img {
    margin-bottom: 16px;
}

.info-center .html-content p {
    margin-bottom: 16px;
}

.info-center .html-content .novorender-block {
    display: inline-flex;
    flex-flow: column;
    align-items: flex-start;
    border: 1px solid var(--divider);
    border-radius: 8px;
    padding: 6px 12px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.info-center .html-content .novorender-block img {
    max-width: 130px;
}

.info-center .message-time {
    position: absolute;
    top: 39px;
    right: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #9197a3;
}

.info-center .stage {
    position: absolute;
    top: 13px;
    right: 9px;
}

.info-center-multiple-feedback {
    padding-top: 8px;
}

span.system-message-badge {
    background: var(--accent);
    color: var(--white);
    border-radius: 50%;
    height: 18px;
    width: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 4px;
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pulsing-icon {
    border: 3px solid #d00;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    opacity: 1;
}

.pulsing-icon:after {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-shadow: inset 0 0 0 3px #d00;
    transition: transform 0.2s, opacity 0.2s;
}

.pulsing-icon:hover:after {
    transform: scale(2.45);
    opacity: 0.8;
}

.pulsing-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-shadow: inset 0 0 0 3px #d00;
    transition: transform 0.2s, opacity 0.2s;
    animation: pulsing 2.7s infinite;
}

@keyframes pulsing {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(2.8);
        opacity: 0;
    }

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


.pulse-square {
    display: block;
    color: white;
    font: bold 14px Roboto;
    font: bold 14px 'LFT Etica', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.65;
    width: 100px;
    height: 29px;
    border-radius: 0%;
    background: #e51c30;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(229, 28, 48, 0.4);
    /*animation: pulse 2s infinite;*/
    -webkit-animation: red_glow 2s ease-out infinite;
    animation: red_glow 2s ease-out infinite;
    text-transform: uppercase;
    padding: 5px;
    right: 4px;
    top: 5px;
    position: absolute;
    text-align: center;
}

.pulse-square:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 28, 48, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(229, 28, 48, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 28, 48, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(229, 28, 48, 0.4);
        box-shadow: 0 0 0 0 rgba(229, 28, 48, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(229, 28, 48, 0);
        box-shadow: 0 0 0 15px rgba(229, 28, 48, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(229, 28, 48, 0);
        box-shadow: 0 0 0 0 rgba(229, 28, 48, 0);
    }
}

@-webkit-keyframes red_glow {
    0% {
        -webkit-box-shadow: 0 0 0 0 #e51c30;
        box-shadow: 0 0 0 0 #e51c30
    }

    50% {
        -webkit-box-shadow: 0 0 0 0 #e51c30;
        box-shadow: 0 0 0 0 #e51c30
    }

    100% {
        -webkit-box-shadow: 0 0 8px 12px rgba(229, 28, 48, 0);
        box-shadow: 0 0 8px 12px rgba(229, 28, 48, 0)
    }
}

@keyframes red_glow {
    0% {
        -webkit-box-shadow: 0 0 0 0 #e51c30;
        box-shadow: 0 0 0 0 #e51c30
    }

    50% {
        -webkit-box-shadow: 0 0 0 0 #e51c30;
        box-shadow: 0 0 0 0 #e51c30
    }

    100% {
        -webkit-box-shadow: 0 0 8px 12px rgba(229, 28, 48, 0);
        box-shadow: 0 0 8px 12px rgba(229, 28, 48, 0)
    }
}

/*<< Info center stuff*/



/* CSS used here will be applied after bootstrap.css */
.nav-wizard>li {
    float: left;
}

.nav-wizard>li>a {
    position: relative;
    background-color: #eeeeee;
}

.nav-wizard>li>a .badge {
    margin-left: 3px;
    color: #eeeeee;
    background-color: #4A577A;
}

.nav-wizard>li>a .badge.badge-step {
    color: #4A577A;
    border: 1px solid #4A577A;
    border-radius: 50%;
    padding: 3px 5px;
    background-color: transparent;
}

.nav-wizard>li.active>a .badge.badge-step {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    padding: 3px 5px;
    background-color: transparent;
}

.nav-wizard>li:not(:first-child)>a {
    padding-left: 34px;
}

.nav-wizard>li:not(:first-child)>a:before {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #ffffff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.nav-wizard>li:not(:last-child)>a {
    margin-right: 4px;
}

.nav-wizard>li:not(:last-child)>a:after {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #eeeeee;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}

/*.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}*/
/*.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}*/
.nav-wizard>li.done:hover>a,
.nav-wizard>li:hover>a {
    background-color: #d5d5d5;
}

.nav-wizard>li.done:hover>a:before,
.nav-wizard>li:hover>a:before {
    border-right-color: #d5d5d5;
}

.nav-wizard>li.done:hover>a:after,
.nav-wizard>li:hover>a:after {
    border-left-color: #d5d5d5;
}

.nav-wizard>li.done>a {
    background-color: #e2e2e2;
}

.nav-wizard>li.done>a:before {
    border-right-color: #e2e2e2;
}

.nav-wizard>li.done>a:after {
    border-left-color: #e2e2e2;
}

.nav-wizard>li.active>a,
.nav-wizard>li.active>a:hover,
.nav-wizard>li.active>a:focus {
    color: #ffffff;
    background-color: #4A577A;
}

.nav-wizard>li.active>a:after {
    border-left-color: #4A577A;
}

.nav-wizard>li.active>a .badge {
    color: #4A577A;
    background-color: #ffffff;
}

.nav-wizard>li.disabled>a {
    color: #777777;
}

.nav-wizard>li.disabled>a:hover,
.nav-wizard>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: #eeeeee;
    cursor: default;
}

.nav-wizard>li.disabled>a:before {
    border-right-color: #eeeeee;
}

.nav-wizard>li.disabled>a:after {
    border-left-color: #eeeeee;
}

.nav-wizard.nav-justified>li {
    float: none;
}

.nav-wizard.nav-justified>li>a {
    padding: 10px 15px;
}

@media (max-width: 768px) {
    .nav-wizard.nav-justified>li>a {
        /*border-radius: 4px;*/
        margin-right: 0;
    }

    .nav-wizard.nav-justified>li>a:before,
    .nav-wizard.nav-justified>li>a:after {
        border: none !important;
    }
}

.map-thumbnail-panel {
    height: 46px;
    width: 46px;
    position: absolute;
    right: 16px;
    top: 0;
    cursor: pointer;
}

.map-thumbnail-free {
    display: inline;
    height: 46px;
    width: 46px;
    cursor: pointer;
}

.map-thumbnail-large {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.map-location .controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.map-location #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

.map-location #pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
    z-index: 5000;
}

.map-location #type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

.map-location #type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

.map-location #target {
    width: 345px;
}

.qrcode-thumbnail-free {
    display: inline;
    height: 46px;
    width: 46px;
    cursor: pointer;
}

.qrcode-thumbnail-panel {
    height: 46px;
    width: 46px;
    position: absolute;
    right: 66px;
    top: 0;
    cursor: pointer;
}

.input-group-addon.location-prefix {
    padding: 0;
    padding-left: 5px;
    width: 45px;
}

/* Feed */
#feed .facets-fixed {
    position: fixed;
    left: 6px;
    top: 133px;
    background-color: white;
    border: 1px solid black;
    border-radius: 4px;
    z-index: 100;
}

#feed .facets {
    padding: 5px 5px;
    border-right: 10px solid var(--grayBackground);
    border-left: 1px solid #e6e6e6;
    background-color: white;
}

/*#feed .facets .facet-name{
    font-weight:bold;
}*/
#feed .filter-title {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

#feed .active-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
}

#feed .active-filter-list a {
    line-height: 2.1em;
}

#feed .filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
}

#feed .filter-list a:before {
    position: relative;
    top: -1px;
    margin-right: 10px;
    color: inherit;
    content: '\f054';
    font-size: 8px;
    font-family: 'FontAwesome';
}

#feed .filter-list a {
    position: relative;
    display: block;
    line-height: 2.1em;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

#feed .refresh-view {
    position: fixed;
    top: 9em;
    margin: 0 auto;
    text-decoration: none;
    background-color: rgba(28, 42, 90, 0.8);
    padding: 8px;
    display: none;
    z-index: 1000;
    color: white;
    border-radius: 12px;
    right: 0;
    left: 0;
    width: 175px;
    text-align: center;
}

#feed .refresh-view:hover {
    background-color: rgba(28, 42, 90, 1);
}

#feed .btn-checkin {
    background-color: rgba(28, 42, 90, 0.8);
    color: white;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 5px;
}

#feed .btn-checkin:hover {
    background-color: rgba(28, 42, 90, 0.8);
    color: white;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#feed .btn-checkout,
#feed .btn-alert,
#feed .btn-item {
    /*background-color: rgba(28, 42, 90, 0.8);*/
    color: white;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 5px;
    border: 2px solid white;
    background-color: inherit;
    width: 80px;
}


#feed .panel,
.card.panel {
    /*min-height:200px;*/
    /*padding: 19px;*/
    margin-bottom: 15px;
    /*box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);*/
    box-shadow: 0 0px 0px rgba(0, 0, 0, .23), 0 1px 5px rgba(0, 0, 0, .16);
    border-radius: 3px;
    border: 0;
    color: black;
    background-color: white;
    position: relative;
}

#feed #top-toggle .btn {
    color: var(--interaction);
    text-transform: uppercase;
    font-size: 13px;
    height: 40px;
}

#feed .search {
    width: 100%;
    margin-bottom: 10px;
}

#feed .search .search-icon {
    position: absolute;
    z-index: 99;
    top: 14px;
    left: 17px;
    color: var(--disabledTextOnDark);
}

#feed .search .search-input.stand-out {
    height: 48px;
    padding: 0 15px 0 40px;
    border-radius: 30px;
}

#feed .avatar-sm {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-xs {
    height: 40px;
    width: 40px;
}

/*#feed .fa .fa-fixed {
    width: 14px;
    height: 14px;
    text-align: center;
}*/
#feed .edit-mode {
    font-size: 18px;
    cursor: pointer;
    margin-left: 7px;
}

.img-delete {
    position: absolute;
    top: 0;
    right: 16px;
    background-color: var(--interaction);
    padding: 4px;
    border-radius: 3px;
    color: white;
}

#feed .img-thumbnail {
    padding: 0;
}

#feed .likescount {
    color: #9197a3;
    padding-right: 5px;
}

#feed .top-name {
    font-size: 15px;
    margin-bottom: 4px;
}

#feed .timestamp {
    color: #9197a3;
    font-size: 0.9em;
}

#feed .post-caption {
    font-size: 1.1em;
    font-weight: bold;
}

/*#feed .timestamp .fa{
}*/

#feed .created-datetime {
    position: absolute;
    right: 15px;
    top: 0;
    color: #9197a3;
    text-align: right;
}

#feed .project-info {
    color: #9197a3;
    font-size: 0.9em;
}

#feed pre {
    border: none;
    background-color: #fff;
    font-family: "RobotoDraft", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    white-space: pre-wrap;
    font-size: 14px;
}

#feed .comment {
    position: relative;
    padding: 10px 7px;
}

#feed .comments .comment+.input-group {
    border-top: 1px solid var(--divider);
}

#feed .comments .input-group {
    padding: 15px 7px;
}

#feed .comments .input-group .input-group-addon,
#feed .comments .input-group .input-group-btn .btn {
    border: none;
    background-color: var(--grayBackground);
    margin: 0;
    padding: 0 10px;
}

#feed .comments .input-group .input-group-btn .btn {
    padding: 0 15px;
}

#feed .comments .input-group .form-control {
    /*    height: 32px;*/
    border-radius: 4px;
}

#feed .comments .avatar-xs {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    object-fit: cover;
}

#feed .comment .timestamp {
    /*left: 48px;
    position: relative;
    bottom: 0;*/
}

#feed .comment .comment-icon {
    padding: 0 10px;
}

#feed .comment .comment-text {
    /*    margin-left: 48px;*/
    line-height: 1.34;
    font-size: 13px;
    padding: 0 10px
}

#feed .datetime {
    color: #9197a3;
    font-size: 0.9em;
}

#feed .footer-action {
    cursor: pointer;
    text-decoration: none;
    padding-right: 45px;
    color: #7f7f7f;
}

#feed .footer-actions {
    padding: 10px 15px;
}

#feed .footer-action.action-done {
    color: var(--interactionSharp);
}

#feed .footer-action:hover {
    text-decoration: none;
    font-weight: bold;
}

#feed .panel.post-item {
    box-shadow: none;
    /*0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);*/
}

/*#feed .panel-footer {
    background-color: white;
}*/

#feed .panel-footer.comments {
    background-color: var(--grayBackground);
    border-radius: 0 0 6px 6px;
    /*    padding: 15px 10px;*/
    padding: 0;
}

#feed .panel.post-item .panel-footer {
    background-color: white;
    /*padding: 0;
    padding-top: 10px;*/
}

#feed .dropzone {
    /*border: 2px dashed #03a9f4;*/
    border: none;
    border-radius: 5px;
    background: white;
    position: relative;
}

#feed .dz-message {
    color: #03a9f4;
    /* position: absolute; */
    /* left: 39%; */
    /* top: 62px; */
    font-size: 12px;
    /* display: block; */
    /* float: left; */
    /* width: 100%; */
    position: relative;
    display: inline-block;
}


#feed .panel.post-item .new-post-title {
    font-weight: bold;
    padding-bottom: 5px;
    /*padding: 0;
    padding-top: 10px;*/
}

.panel.post-item .panel-heading {
    height: 130px;
    background-color: rgba(28, 41, 89, 0.8);
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.trans-info {
    text-align: center;
    /*float: left;*/
    padding-right: 5px;
    display: inline-block;
}

.trans-info a {
    color: white;
    text-decoration: none;
}

.trans-info a:hover {
    color: white;
    text-decoration: none;
}

.panel.post-item .panel-heading .img-circle {
    border: 2px solid white;
}

.panel.post-item .panel-body {
    padding: 5px;
}

.panel.post-item .user-avatar {
    position: absolute;
}

.panel.post-item textarea {
    border: none;
    box-shadow: none;
    overflow: hidden;
    padding: 4px;
    padding-left: 50px;
}

.panel.post-item textarea:focus {
    border: none;
    box-shadow: none;
}

.alert-badge {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px;
    float: left;
    background-color: #e9eaed;
    color: black;
    border: none;
}

.alert-badge.alert-dismissible .close {
    top: -2px;
    right: -1px;
    color: black;
}


#qrcode_print img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Fullcalendar stuff */
.calendar-container {
    padding-top: 10px;
}

.fc-day-grid-event {
    margin: 5px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .23), 0 3px 10px rgba(0, 0, 0, .16);
    border-radius: 0;
    border: 0;
    cursor: pointer;
}

.fc-day-grid-event:hover {
    box-shadow: 0 2px 10px #455A64, 0 3px 10px #455A64;
    /*border-radius: 5px;*/
    border: 0;
}

.fc-day-grid-event.mtd-do-pulse {
    box-shadow: 0 2px 10px #455A64, 0 3px 10px #455A64;
    /*border-radius: 5px;*/
    border: 0;
}

.fc-time-grid-event {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .23), 0 2px 5px rgba(0, 0, 0, .16);
    border-radius: 0;
    border: 0;
    color: black;
}

.fc-timelineDay-view .fc-content>table {
    width: auto;
}

.fc-timelineDay-view .fc-content>table .fc-widget-content {
    text-align: center;
}

.fc .fa {
    text-shadow: 1px 1px 1px #777;
    /*font-size: 1.5em;*/
}

.fa-12px-w {
    /*font-size: 1em;*/
    width: 12px;
}

/* Approval calender misc*/
.calendar-month .empty {
    cursor: default;
    background: #f7f7f7;
}

/* Live view button styles */
.live-pulse {
    -webkit-animation: livePulse 2s infinite;
    animation: livePulse 2s infinite;
    color: #28a745 !important;
}

@-webkit-keyframes livePulse {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

@keyframes livePulse {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.btn.live-view-btn {
    min-width: 85px;
}

.btn.live-view-btn .fa-circle {
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
}

/* Make the button more visible when active */
.btn.btn-success.live-view-btn {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: white !important;
}

.btn.btn-success .fa-circle {
    color: white !important;
}

/* Disabled state */
.btn.live-view-btn[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Existing workers-details styles */
.workers-details {
    /*height: 182px;*/
    position: relative;
    flex-grow: 1;
    align-items: center;
    justify-items: center;
    padding-top: 8px;
}

.workers-details > div {
    width: 100%;
}

.workers-details .avatar {
    display: flex;
    background: transparent;
    border: 0;
    padding: 4px;
    margin: 0 auto;
}

.workers-details .shift-icon {
    position: absolute;
    top: 4px;
    left: 6px;
    color: #333;
}

.workers-details .shift-icon.no-work-shift {
    opacity: 0.4;
}

.workers-details .company-name {
    text-align: center;
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 8px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.workers-details .avatar .image-container {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    border: 2px solid white;
    box-sizing: border-box;
}

.workers-details .avatar {
    height: auto !important;
}

.workers-details .avatar.not-approved {
    cursor: pointer;
}

.workers-details .avatar.not-approved:hover .icon {
    background: var(--success);
}

.workers-details .avatar.not-approved:hover .icon i:before {
    content: "\f046";
    transform: translate3d(0, 1px, 0);
}

.workers-details .avatar .icon {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-items: center;
    align-items: center;
    position: absolute;
    transform: translate3d(40px, 36px, 0);
    transition: background 200ms ease;
}

.workers-details .avatar .icon i {
    flex-grow: 1;
}

.workers-details .person-name {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: none;
    background: none;
    max-width: 100%;
    font-weight: 400;
}

.workers-details .person-name span {
    display: block;
    height: 100%;
    padding: 6px 8px 2px 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.workers-details .avatar.working .icon {
    background: var(--interactionSharp);
}

.workers-details .avatar.working .icon i:before {
    content: "\f017";
}

.workers-details .avatar.not-approved .icon {
    background: var(--accent);
}

.workers-details .avatar.not-approved .icon i {
    transform: translate3d(0, 1px, 0);
}

.workers-details .avatar.not-approved .icon i:before {
    content: "\f096";
}

.workers-details .avatar.approved .icon i {
    transform: translate3d(1px, 1px, 0);
}

.workers-details .avatar.approved .icon i:before {
    content: "\f046";
}

.workers-details .avatar.approved .icon {
    background: var(--success);
}

.workers-details .list-details {
    text-align: left;
    min-height: 92px;
}

.workers-details .list-details dl {
    padding: 4px 8px;
}

.workers-details .list-details dt {
    display: flex;
    width: 85%;
    max-width: 140px;
    margin: 4px auto;
    font-size: 12px;
    line-height: 12px;
    align-items: center;
}

.workers-details .list-details dt a:not(.split-hours) {
    display: flex;
    flex: 1 1 auto;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.workers-details .list-details .split-hours {
    padding-left: 8px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.workers-details .list-details dt.overtime,
.workers-details .list-details dt.additions {
    cursor: pointer;
}

.workers-details .list-details dt span:first-child {
    flex-grow: 1;
    font-weight: normal !important;
}

.workers-details .list-details dt span:last-child {
    align-items: flex-end;
    font-weight: 700;
}

.workers-details .list-details dt span:last-child {
    align-items: flex-end;
    font-weight: 700;
}

.workers-details .hour-total {
    background: #FFFFFF;
    padding: 1px;
    color: #3949AB;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin: 0 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

.workers-details .edit-transactions {
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    top: 2px;
    height: 1.5em;
    padding: 0 4px;
}

.workers-details .edit-transactions .fa {
    text-shadow: none;
}


.calendar-filter-row {
    margin-bottom: 20px;
}

.calendar-container .fc-view {
    overflow-x: scroll;
}

.calendar-container .floating-qty {
    position: absolute;
    bottom: -16px;
    z-index: 10000;
    text-align: center;
    left: 0;
    right: 0;
    color: white;
    font-weight: normal;
    font-size: 80%;
    background-color: #4a577a;
    margin-left: 6px;
    margin-right: 6px;
    border-color: grey;
    border: 1px solid transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
    opacity: 0.8;
}

.calendar-container .fc-agenda-view .fc-bg .fc-day,
.calendar-container .fc-agenda-view .fc-bg .fc-axis,
.calendar-container .fc-month-view {
    background: white;
}

.calendar-container .fc-resource-cell {
    border: none;
}

.calendar-container .shift-block {
    opacity: 1 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #CDCED4;
}

.calendar-container .shift-block .background {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
}

.calendar-container .shift-block .white-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
}

.calendar-container .shift-block.absence .background {
    opacity: 1 !important;
    background-color: #E2BEF4 !important;
    border-color: #E2BEF4 !important;
}

.calendar-container .shift-block.absence .white-overlay {
    display: none !important;
}

.calendar-container .shift-block .shift-name {
    position: absolute;
    left: 8px;
    bottom: 4px;
    z-index: 1;
    font-size: 10px;
    color: #40405C;
}

.calendar-container .fc-toolbar .fc-center {
    display: inline-flex;
    align-items: center;
}

.calendar-container .fc-toolbar .fc-center .badge {
    margin-top: 4px;
}

.calendar-title {
    padding-top: 4px !important;
}

.calendar-title .title-item {
    display: block;
    margin-bottom: 8px;
    margin-left: 4px;
    margin-right: 4px;
}

.calendar-title .title-item span {
    display: block;
    margin-bottom: 2px;
}

.calendar-title .title-item span:last-child {
    margin-bottom: 0;
}

.calendar-title .title-item.bold {
    font-weight: 500;
    margin-bottom: 4px;
}

.calendar-title .title-item.auxiliary {
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.4);
}

.calendar-title .title-item--with-icon {
    display: flex;
    align-items: center;
    gap: 4px;
}

.calendar-title .title-item.title-item--with-icon span {
    margin-bottom: 0;
}

.calendar-title .title-item.title-item--with-icon i.fa {
    margin-top: 0;
}

.event-tooltip__icon-and-desc {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.container{
    padding: 20px;
}

.BrainhubCarousel.BrainhubCarousel--isRTL {
    direction: rtl
}

.BrainhubCarousel.BrainhubCarousel--isRTL .BrainhubCarousel__trackContainer .BrainhubCarousel__track {
    direction: rtl
}

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

.BrainhubCarouselItem.BrainhubCarouselItem--clickable {
    cursor: pointer
}

.BrainhubCarouselItem .debug-number {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    font-size: 2em;
    text-shadow: 0px 0px 9px white
}

.BrainhubCarousel__container {
    width: 100%;
    overflow: hidden
}
.BrainhubCarousel {
    overflow: hidden;
    display: flex;
    align-items: center
}

.BrainhubCarousel.BrainhubCarousel--isRTL {
    direction: rtl
}

.BrainhubCarousel.BrainhubCarousel--isRTL .BrainhubCarousel__trackContainer .BrainhubCarousel__track {
    direction: rtl
}

.BrainhubCarousel .BrainhubCarousel__trackContainer {
    width: 100%;
    overflow: hidden
}

.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track {
    display: flex;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0
}

.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track.BrainhubCarousel__track--transition {
    transition: transform
}

.BrainhubCarousel__arrows {
    cursor: pointer
}

.BrainhubCarousel__loader {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 4px solid #7b59ff;
    border-left-color: transparent;
    -webkit-animation: loader 1s infinite linear;
    animation: loader 1s infinite linear
}

@-webkit-keyframes loader {
    0% {
        transform: rotate(0deg)
    }

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

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

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

.BrainhubCarousel__arrows {
    position: relative;
    padding: 21px;
    border: none;
    overflow: hidden;
    outline: 0;
    font-size: 0;
    line-height: 0;
    background-color: #7b59ff
}

.BrainhubCarousel__arrows span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: #fff;
    border-width: 3px 3px 0 0;
    padding: 5px;
    transition: 0.3s;
    font-size: 0
}

.BrainhubCarousel__arrows:hover {
    background-color: #8768ff
}

.BrainhubCarousel__arrows:hover span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: #fff;
    border-width: 3px 3px 0 0;
    padding: 5px;
    transition: 0.3s;
    font-size: 0
}

.BrainhubCarousel__arrows:hover:enabled {
    background-color: #8768ff
}

.BrainhubCarousel__arrows:hover:enabled span {
    border-color: #fff;
    margin: 0
}

.BrainhubCarousel__arrows:disabled {
    background-color: #ccc
}

.BrainhubCarousel__arrowLeft span {
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-left: 2.45px
}

.BrainhubCarousel__arrowRight span {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -2.45px
}

.BrainhubCarousel--isRTL .BrainhubCarousel__arrowLeft span {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -2.45px
}

.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowLeft span {
    transform: rotate(180deg)
}

.BrainhubCarousel--isRTL .BrainhubCarousel__arrowRight span {
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-left: 2.45px
}

.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowRight span {
    transform: rotate(-180deg)
}

.BrainhubCarousel--isRTL .BrainhubCarousel__arrows:hover span {
    margin: 0
}

.BrainhubCarousel__arrow--disable {
    pointer-events: none
}

.BrainhubCarousel__dots {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0
}

.BrainhubCarousel__dots.BrainhubCarousel__dots--isRTL {
    direction: rtl
}

.BrainhubCarousel__dots .BrainhubCarousel__dot {
    outline: 0;
    padding: 10px;
    border: none;
    opacity: 0.5;
    font-size: 0;
    cursor: pointer;
    -webkit-appearance: none
}

.BrainhubCarousel__dots .BrainhubCarousel__dot.BrainhubCarousel__dot--selected {
    opacity: 1 !important
}

.BrainhubCarousel__dots .BrainhubCarousel__dot:hover {
    opacity: 1
}

.BrainhubCarousel__dots .BrainhubCarousel__dot:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    padding: 0;
    border: none;
    background: #000
}

.BrainhubCarousel__dots .BrainhubCarousel__thumbnail {
    outline: 0;
    padding: 10px;
    border: none;
    opacity: 0.5;
    font-size: 0;
    cursor: pointer
}

.BrainhubCarousel__dots .BrainhubCarousel__thumbnail.BrainhubCarousel__thumbnail--selected {
    opacity: 1 !important
}

.BrainhubCarousel__dots .BrainhubCarousel__thumbnail:hover {
    opacity: 1
}

.BrainhubCarousel__thumbnail[type=button] {
    -webkit-appearance: none
}

.BrainhubCarousel--isRTL+.BrainhubCarousel__dots {
    direction: rtl
}
  
.calendar-title .title-item i.fa {
    min-width: 16px;
    margin-top: 2px;
}

.calendar-title .waiting-time {
    padding-top: 8px;
}

.calendar-title .waiting-time ul {
    list-style: none;
    margin: 0;
    padding: 4px 0 0 0;
}

.calendar-title .waiting-time li {
    margin-bottom: 4px;
    font-style: italic;
}

.calendar-container .fc-time-grid-event .fc-time,
.calendar-container .fc-time-grid-event .fc-title {
    font-size: 1em;
}

.calendar-container .fc-time-grid-event .fc-time {
    margin-left: 4px;
    padding-top: 2px;
}

/* event colors */

.calendar-container .fc-event:not(.overflows-backward, .overflows-forward) {
    border-bottom: 2px solid #CDCED4 !important;
}

.calendar-container .fc-event:last-child:not(.overflows-backward, .overflows-forward) {
    border-bottom: none !important;
}

.calendar-container .fc-event,
.calendar-container .fc-event:hover {
    color: #40405C;
    box-shadow: none;
}

.calendar-container .fc-event .fc-bg {
    opacity: 0;
}

.calendar-container .fc-event.hour--completed,
.color-explanation.hour--completed {
    background-color: #CCEBFF;
    border-color: #CCEBFF;
}

.calendar-container .fc-event.hour--completed.overflows-forward {
    border-bottom: 4px dashed #87cfff;
}

.calendar-container .fc-event.hour--completed.overflows-backward {
    background-color: #F0F9FF;
    border-color: #CCEBFF;
    border-width: 2px;
}

.calendar-container .fc-event.hour--approved,
.color-explanation.hour--approved {
    background-color: #ADEBC5;
    border-color: #ADEBC5;
}

.calendar-container .fc-event.hour--approved.overflows-forward {
    border-bottom: 4px dashed #7bdfa2;
}

.calendar-container .fc-event.hour--approved.overflows-backward {
    background-color: #E5FFEF;
    border-color: #ADEBC5;
    border-width: 2px;
}

.calendar-container .fc-event.hour--autocompleted,
.color-explanation.hour--autocompleted {
    background-color: #FFB2B2;
    border-color: #FFB2B2;
}

.calendar-container .fc-event.hour--open,
.color-explanation.hour--open {
    background: repeating-linear-gradient(45deg,
            #e3f1f8,
            #e3f1f8 10px,
            #F5FCFF 10px,
            #F5FCFF 20px);
    background-color: white;
    border-color: transparent;
}

.calendar-container .fc-event.absence,
.color-explanation.absence {
    background: repeating-linear-gradient(-45deg,
            #f9f1fc,
            #f9f1fc 10px,
            #f0def9 10px,
            #f0def9 20px);
    background-color: white;
    border-color: transparent;
}

.calendar-container .fc-event.absence--approved,
.color-explanation.absence--approved {
    background-color: #E2BEF4;
    border-color: #E2BEF4;
}

.overflows-backward {
    border-top-style: dashed !important;
    border-top-width: 4px !important;
}

/* Financial end date styling */
.financial-end-date-passed + .fa-lock {
    color: var(--danger);
}

.color-explanation-wrapper {
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: 12px;
}

.color-explanation {
    padding: 4px 8px;
    color: #40405C;
}

.table>thead>tr>th[data-sortby] {
    cursor: pointer;
}

/* Progress circles - Start */
.circle {
    background: white;
    border-radius: 50%;
    color: black;
    display: table;
    height: 50px;
    font-weight: bold;
    width: auto;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 2px #242424;
    -webkit-box-shadow: 0px 0px 10px 2px #242424;
    -moz-box-shadow: 0px 0px 10px 2px #242424;
    -o-box-shadow: 0px 0px 10px 2px #242424;
}

.circleGreen {
    box-shadow: 0px 0px 10px 2px #8bbc21;
    -webkit-box-shadow: 0px 0px 10px 2px #8bbc21;
    -moz-box-shadow: 0px 0px 10px 2px #8bbc21;
    -o-box-shadow: 0px 0px 10px 2px #8bbc21;
}

.circleOrange {
    box-shadow: 0px 0px 10px 2px #f28f43;
    -webkit-box-shadow: 0px 0px 10px 2px #f28f43;
    -moz-box-shadow: 0px 0px 10px 2px #f28f43;
    -o-box-shadow: 0px 0px 10px 2px #f28f43;
}

.circleRed {
    box-shadow: 0px 0px 10px 2px #c42525;
    -webkit-box-shadow: 0px 0px 10px 2px #c42525;
    -moz-box-shadow: 0px 0px 10px 2px #c42525;
    -o-box-shadow: 0px 0px 10px 2px #c42525;
}

.circle span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 0;
}

/* Progress circles - end */
.payroll-report-total-row {
    border-bottom: 2px solid black;
}

.payroll-report-total-row td {
    font-size: 16px !important;
    font-weight: bold;
}
.qrcode-wrapper{
  display: flex;
}
.center-layout
{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
#payrolltableview .table-striped>tbody:nth-of-type(odd)>tr {
    background-color: #f9f9f9;
}

#payrolltableview .table-striped>tbody:nth-of-type(even)>tr {
    background-color: inherit;
}

#payrolltableview .table-striped>tbody:nth-child(odd)>tr>td,
#payrolltableview .table-striped>tbody:nth-child(odd)>tr>th {
    background-color: inherit;
}

#payrolltableview .table-striped>tbody:nth-child(even)>tr>td,
#payrolltableview .table-striped>tbody:nth-child(even)>tr>th {
    background-color: inherit;
}

#payrolltableview .locked {
    color: #bcbfc4;
}

#payroll-main .selected td {
    background-color: #d9edf7;
}

#payroll-main .recalculating td {
    color: #bcbfc4;
}

#payroll-types .popover {
    max-width: 648px;
}

#payrolltableview .dropdown-submenu {
    position: relative;
}


@media (min-width: 1920px) {

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }
     
    
       
/*# sourceMappingURL=style.css.map*/
}
