/**FOR WAFFLE ONLY (should already be in PAYROLL)***/
#waffle-menu-button {
    height: 25px;
    margin-top: 15px;
    margin-left: 20px;
    padding-right: 10px;
    float: left;
}

#waffleicon {
    fill: #AEAEAE;
}

    #waffleicon:hover {
        fill: #165585;
    }

.TopNav_Text {
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .05);
    height: 50px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
}

/**END**/
/** title **/
.welcome-title {
    color: #0A2463;
    font-size: 44px;
    font-weight: 300;
    padding-top: 60px;
    padding-bottom: 60px;
}

.payroll-content {
    width: 100%;
}

#sidebar {
    top: 54px;
    background: #f6f8fa;
    position: fixed;
    width: 46px;
    overflow: hidden;
    z-index: 10000;
    box-shadow: 0 14px 10px 3px rgba(0, 0, 0, .15);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: "open sans";
}

    #sidebar ul p, #sidebar ul li.active > a, a[aria-expanded="true"], #sidebar ul li a {
        color: #808EAE;
        border-bottom: 1px solid #ededed;
    }

    #sidebar ul.components {
        border-bottom: 1px solid #ededed;
    }

.marginstepicon {
    font-size: 20px;
    margin-right: 20px;
    margin-left: 5px;
    max-width: 20px;
}

#sidebar ul.components {
    padding: 0px;
}

.k-tabstrip > .k-content {
    padding: 0px;
}

.k-tabstrip .k-tabstrip-items > .k-item.k-state-active {
    background-color: rgba(255, 255, 255, 0);
}

.bottom-fixed-elements {
    position: fixed;
    bottom: 0px;
    width: 50px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.active-nav-section {
    background: #2285D0;
    color: #FFF !important;
}

#sidebar ul li a:hover {
    color: #808EAE;
    background: rgba(34,133,208,0.1);
}

.k-tabstrip-items .k-link {
    padding: 10px 15px;
}

.mini-tab {
    /* padding-left: 60px; */
    margin-bottom: 10px;
    border: none;
    margin-left: 60px !important;
    margin-right: 0px !important;
}

.k-tabstrip-top .k-tabstrip-items .k-item::after {
    border-bottom-width: 0px;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pin-position {
    position: absolute;
    right: 10px;
    float: right;
    top: 5px;
}

.nav-pe-logo {
    width: 100px;
    padding-top: 10px;
    margin-left: 15px;
}

.margin-top-100 {
    margin-top: 100px;
}

#sidebar {
    width: 55px;
    min-width: 50px;
}

.collapse-hide {
    display: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#sidebar:hover, .sidebarhover {
    width: 250px !important;
}

    #sidebar:hover .collapse-hide {
        display: inline-block;
    }

    .sidebarhover > ul > li > a > .collapse-hide {
        display: inline-block;
    }

    #sidebar:hover .bottom-fixed-elements {
        width: 250px;
    }

    .sidebarhover > .bottom-fixed-elements {
        width: 250px;
    }

.tab-collapse-hide {
    display: none;
}

#sidebar:hover .tab-collapse-hide {
    display: flex;
}

.sidebarhover > div > div > div > .tab-collapse-hide {
    display: flex;
}

.sidebarhover > div > div > div > div > ul > li > a > .collapse-hide {
    display: inline-flex !important;
}

.sidebarhover > div > div > div > div > ul > li > ul > li > a > .collapse-hide {
    display: inline-flex !important;
}

.sidebarhover > div > div > div > ul > .collapse-hide {
    display: inline-flex !important;
}

.chevron-nav {
    position: static;
    color: #808EAE;
    margin-left: 22px;
    padding-top: 10px;
    padding-bottom: 17px;
}

#sidebar:hover .chevron-nav {
    position: absolute;
    top: 10px;
    left: 22px;
    color: #808EAE;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#sidebar:hover #menuchevron {
    display: none;
}

.sidebarhover > div > div > div > #menuchevron {
    display: none;
}

.sidebarhover > div > div > div > a > .chevron-nav {
    position: absolute;
    top: 10px;
    left: 22px;
    color: #808EAE;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.actioncaret::after {
    display: none;
}

.sidebarhover > div > div > div > div > ul > li > .actioncaret::after {
    display: block;
}

#sidebar:hover .actioncaret::after {
    display: block;
}

.padding-report-nav {
    padding-left: 5px;
}

.padding-actions-nav {
    padding-left: 7px;
}

.padding-building-nav {
    padding-left: 3px;
}

.padding-calendar-nav {
    padding-left: 3px;
}

.padding-calendar-cog {
    padding-left: 2px;
}

.margin-left-250 {
    margin-left: 250px;
}

.no-nav-shadow {
    box-shadow: 0 14px 10px 3px rgba(0, 0, 0, 0) !important;
}

/** Avatar**/
.avatar-profile {
    background: #F75C03;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 5px;
    margin-right: 20px;
}

.avatar-text {
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #fff;
    display: flex;
    font-size: 17px;
    font-weight: 300;
}

.avatar-profile:hover {
    box-shadow: 0px 0px 0px 7px rgba(34, 133, 208, 0.15);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.help-circle-icon {
    float: right;
    margin-top: 14px;
    margin-right: 15px;
    border-radius: 50px;
}

    .help-circle-icon > i:hover {
        box-shadow: 0px 0px 0px 7px rgba(34, 133, 208, 0.15);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        cursor: pointer;
        border-radius: 50%;
        line-height: 18px
    }

    .help-circle-icon > i {
        color: #2285D0;
    }

.avatar-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .08);
    max-width: 215px;
    width: 200px;
    background: #fff;
    padding-bottom: 5px;
    font-family: "open sans";
    font-size: 15px;
    z-index: 1111111;
}

.avatar-dropdown-header {
    color: #2e384d;
    padding: 10px;
}

.avatar-dropdown-options {
    padding: 5px 15px;
    color: #808eae;
}

    .avatar-dropdown-options:hover {
        background-color: #EBF6FF;
        cursor: pointer;
    }

.profile-button-action:focus .avatar-dropdown {
    display: block;
}

.profile-icon, .sign-out-icon {
    color: #2285D0;
    float: right;
    padding-top: 5px;
}

.avatar-border-bottom {
    border-bottom: 1px solid #EDEDED;
}

.avatar-dropdown:before {
    position: absolute;
    top: -7px;
    right: 18px;
    visibility: visible;
    opacity: 1;
    /* display: inline-block !important; */
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: #a7ceec;
    content: '';
}

.mobile-hamburger-menu {
    display: none;
    padding-top: 16px;
    padding-left: 15px;
}

.no-style-button {
    border: none;
    padding: 0px;
    background-color: white;
}

    .no-style-button:hover {
        background-color: rgba(0,0,0,.075);
    }

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}


.validation-summary-errors {
    margin: 5px 5px -11px 5px;
}

    .validation-summary-errors ul {
        margin-top: 0px !important;
        list-style: none;
    }


        .validation-summary-errors ul li:before {
            content: "\10f05a";
            padding-right: 30px;
            font-family: "Font Awesome 5 Duotone";
            display: inline-block;
            margin-left: -32px;
            width: 1.3em;
            font-size: 16px;
            color: #F8333C;
        }

        .validation-summary-errors ul li {
            /*padding-left: 1.3em;*/
            color: #F8333C;
            text-transform: none;
            font-weight: 400;
            display: flex;
            align-items: center;
        }

.no-capcase {
    text-transform: none !important;
}

.filter-pill {
    padding: 0px 15px;
    width: auto;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    margin: 5px 5px;
}

    .filter-pill:hover {
        background-color: #EBF6FF;
    }

.filter-pill-selected {
    background-color: #2285D0;
    color: white;
}

    .filter-pill-selected:hover {
        color: #2285D0;
    }


.step-header {
    color: #797676;
    font-size: 16px;
    font-weight: 400;
    padding: 40px;
}

.security-hover {
    color: #808EAE;
    padding-top: 18px;
    padding-right: 0px;
    position: absolute;
    right: 0px;
}

    .security-hover:hover {
        color: #2285D0;
    }



.app-selecter-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0px;
    padding: 40px;
    justify-content: start;
}

.filter-pill-parent {
    padding: 8px 13px 13px 54px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.no-apps-auth {
    padding: 0px 40px 40px 40px;
    width: 100%;
}

.mr-10 {
    margin-right: 10px;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    /* #sidebar.active {
    margin-left: 0;
  } */

    .step-header {
        color: #797676;
        font-size: 16px;
        font-weight: 400;
        padding: 40px 40px 40px 13px;
    }
}

#waffle-menu-button-mobile {
    display: none;
    position: absolute;
    top: 10px;
    left: 18px;
    color: #808EAE;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.codeBtn {
    background-color: white !important;
    color: #2285D0;
    font-size: 12px;
}

    .codeBtn:hover {
        opacity: 0.4;
        color: #2285D0 !important;
    }

@media (max-width: 768px) {
    #waffle-menu-button {
        display: none;
    }

    #waffle-menu-button-mobile {
        display: inline-block;
    }

    .pin-position {
        display: none;
    }

    .mobile-hamburger-menu {
        display: inline-block;
    }

    .app-selecter-nav {
        display: flex;
        flex-direction: row;
        list-style: none;
        margin-bottom: 0px;
        padding: 0px;
        justify-content: start;
    }

    .filter-pill-parent {
        padding: 8px 13px 13px 18px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .no-apps-auth {
        padding: 50px 0px 40px 0px;
        width: 100%;
    }
}

.mobile-hamburger-menu:focus .side-bar-menu {
    margin-left: 0px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.open-dropdown {
    display: block !important;
}

.dashboard-sub-nav {
    width: 100%;
    margin-top: 12px;
    height: 45px;
}



.dashboard-link-active {
    font-size: 16px;
    font-weight: bold;
    font-family: open sans;
    color: white;
    margin-top: 2px;
    margin-left: -10px;
    padding-left: 10px;
}

.dashboard-link-inactive {
    font-size: 16px;
    font-weight: normal;
    font-family: open sans;
    color: white;
    margin-top: 2px;
    margin-left: -10px;
    padding-left: 10px;
}

.dashboard-link-active:hover {
    font-size: 16px;
    font-weight: bold;
    font-family: open sans;
    color: #eef7ff;
}

.dashboard-link {
    font-size: 16px;
    font-weight: normal;
    font-family: open sans;
    color: white;
    margin-top: 5px;
}

.welcome-msg {
    font-size: 26px;
    font-family: open sans;
    color: #212121;
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
}

.header-msg {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #212121;
    margin-top: -15px;
}

.dash-avatar {
    margin-top: 15px;
    text-align: center;
}

.company-avatar {
    text-align: center;
    position: absolute;
    cursor: pointer !important;
    color: #0A2463;
}

.company-name {
    color: #212121;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.app-selecter {
    min-height: 725px;
    height: auto;
    width: 898px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    padding-bottom: 50px;
}

.app-header {
    color: #212121;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 500;
}

.app-card {
    height: 280px;
    min-width: 310px;
    float: left;
    position: relative;
    margin-left: 1rem;
    margin-top: 40px;
    margin-right: 1rem;
    cursor: pointer !important;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
}

    .app-card:hover {
        background-color: #eef7ff !important;
    }



#listView {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    border: none;
    margin-top: -19px;
}

.disabled-button {
    pointer-events: none;
    text-decoration: none;
    opacity: 0.5;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.app-card div {
    cursor:pointer!important;
}

.app-logo {
    padding: 5px 0px 5px 5px;
    cursor: pointer !important;
}

.footer-card {
    height: 37px;
    width: 100%;
    margin-left: -15px;
    margin-top: 203px;
    border-radius: 0px 0px 5px 5px;
    background-color: #2285D0;
    position: absolute;
    cursor: pointer !important;
}

.app-name {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
    cursor: pointer !important;
}

.app-desc {
    opacity: 0.61;
    color: #212121;
    font-family: "Open Sans";
    font-size: 12px;
    text-align: center;
    cursor: pointer !important;
}

.EV-button {
    background-color: #0A2463 !important;
}

.PR-button {
    background-color: #2285D0 !important;
}

.PC-button {
    background-color: #4CAF50 !important;
}

.EV-role {
    background-color: #FFEEE5;
}

.PR-role {
    background-color: rgb(34,133,208,0.2);
}

.PC-role {
    background-color: #EBF7EC;
}

.top-sub-nav {
    height: 45px;
    width: 100%;
    background-image: url(../images/navbackground.svg);
}

.dashlink {
    min-width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-family: open sans;
    color: white;
}

.active-link {
    font-weight: bold !important;
}


.header-text {
    padding: 10px;
    font-weight: bold;
    color: black;
}

@media (max-width:640px) {
    .margin-left {
        margin-left: 10px !important;
    }

    #listView {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        border: none;
        justify-content: center;
        margin-top: -19px;
    }

    .app-card {
        height: 280px;
        float: left;
        min-width: 325px;
        position: relative;
        margin-left: 1rem;
        margin-top: 40px;
        margin-right: 1rem;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    }

    .footer-card {
        height: 37px;
        width: 100%;
        margin-left: -15px;
        margin-top: 203px;
        border-radius: 0px 0px 5px 5px;
        background-color: #2285D0;
        position: absolute;
    }
}

@media (min-width:640px) and (max-width: 729px) {
    .editView {
        padding: 20px;
    }

    .margin-left {
        margin-left: 10px !important;
    }

    .app-card {
        height: 280px;
        float: left;
        min-width: 325px;
        position: relative;
        margin-left: 1rem;
        margin-top: 40px;
        margin-right: 1rem;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    }

    .footer-card {
        height: 37px;
        width: 100%;
        margin-left: -15px;
        margin-top: 203px;
        border-radius: 0px 0px 5px 5px;
        background-color: #2285D0;
        position: absolute;
    }
}

@media (min-width:730px) and (max-width: 767px) {
    .margin-left {
        margin-left: 10px !important;
        margin-right: 20px !important;
    }

    .app-card {
        height: 280px;
        float: left;
        min-width: 310px;
        position: relative;
        margin-left: 1rem;
        margin-top: 40px;
        margin-right: 1rem;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    }

    .footer-card {
        height: 37px;
        width: 100%;
        margin-left: -15px;
        margin-top: 203px;
        border-radius: 0px 0px 5px 5px;
        background-color: #2285D0;
        position: absolute;
    }

    .dashboard-link-active {
        font-size: 16px;
        font-weight: bold;
        font-family: open sans;
        color: white;
        margin-top: 2px;
        margin-left: -10px;
        padding-left: 10px;
    }

    .dashboard-link-inactive {
        font-size: 16px;
        font-weight: normal;
        font-family: open sans;
        color: white;
        margin-top: 2px;
        margin-left: -10px;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .app-card {
        height: 280px;
        float: left;
        min-width: 310px;
        position: relative;
        margin-left: 1rem;
        margin-top: 40px;
        margin-right: 1rem;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    }

    .footer-card {
        height: 37px;
        width: 100%;
        margin-left: -15px;
        margin-top: 203px;
        border-radius: 0px 0px 5px 5px;
        background-color: #2285D0;
        position: absolute;
    }

    .dashboard-link-active {
        font-size: 16px;
        font-weight: bold;
        font-family: open sans;
        color: white;
        margin-left: -10px;
        margin-top: 2px;
    }

    .dashboard-link-inactive {
        font-size: 16px;
        font-weight: normal;
        font-family: open sans;
        color: white;
        margin-top: 2px;
        margin-left: -10px;
        padding-left: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .app-card {
        height: 280px;
        float: left;
        min-width: 268px;
        position: relative;
        margin-left: 1rem;
        margin-top: 40px;
        margin-right: 1rem;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    }

    .footer-card {
        height: 37px;
        width: 100%;
        margin-left: -15px;
        margin-top: 203px;
        border-radius: 0px 0px 5px 5px;
        background-color: #2285D0;
        position: absolute;
    }

    .dashboard-link-active {
        font-size: 16px;
        font-weight: bold;
        font-family: open sans;
        color: white;
        margin-top: 2px;
        margin-left: -10px;
        padding-left: 10px;
    }

    .dashboard-link-inactive {
        font-size: 16px;
        font-weight: normal;
        font-family: open sans;
        color: white;
        margin-top: 2px;
        margin-left: -10px;
        padding-left: 10px;
    }
}

.left-image-sucess {
    height: 150px;
    width: 180px;
    background-image: url('../images/leftside.svg');
    background-size: cover;
    z-index: 111;
}

.flex-container {
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: row; /* align in row all div inside this container */
    justify-content: center;
}


@media (max-width: 575px) {
    .left-image-sucess {
        display: none;
    }

    .right-image-sucess {
        display: none;
    }

    .svg-display {
        display: none;
    }
}




@media (min-width: 769px) and (max-width: 900px) {
    .left-image-sucess {
        display: none;
    }

    .right-image-sucess {
        display: none;
    }

    .svg-display {
        display: none;
    }
}

.dropdown-toggle::after {
    display: none;
}

.app-card:hover .exports {
    display: block;
}

.exports {
    display: none;
    position: absolute;
    top: 25px;
    right: 28px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

    .exports:hover {
        background-color: #ededed !important;
    }

    .exports .a-toggle {
        height: 47px;
        width: 47px;
        margin-top: 0px;
    }

    .exports .cirles {
        margin-top: 8px;
        margin-left: 6px;
    }
