﻿*:focus, *:active {
    outline: 0 !important;
}

html, body {
    /*font-family:  SFPro,Roboto,Verdana,Arial,sans-serif !important;*/
    font-family: SFProRegular,-apple-system, BlinkMacSystemFont, sans-serif !important;
    /*font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;*/
    height: 100%;
}


body {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #FFF;
    /*overflow: hidden;*/
    min-width: 900px;
}

#loading-mark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    opacity: 0.2;
    background-color: #808080;
    display: none;
}



[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}


a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        text-decoration: none;
    }

    a:not([href]):not([class]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none;
        }

/******************SIDEBAR***************/
.fixed-top, .nav-fixed #layout-wrapper #sidebar-content, .nav-fixed .topnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 90;
}

.nav-fixed .topnav {
    z-index: 93;
    background-color: #FFF;
    padding: 0;
    padding-right: 12px;
}

#layout-wrapper {
    display: flex;
}

    #layout-wrapper #sidebar-content {
        flex-basis: 225px;
        flex-shrink: 0;
        transition: transform 0.3s ease-in-out;
        z-index: 92;
        /*transform: translateX(-183px);*/
        color: #fff;
    }

    #layout-wrapper #main-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 0;
        flex-grow: 1;
        min-height: calc(100vh - 56px);
        max-height: calc(100vh - 56px);
        margin-left: 225px;
        top: 56px;
        border-top: solid 1px #ddd;
        box-shadow: inset 5px 0px 8px 0px #ddd;
        transition: margin 0.15s ease-in-out;
        background: url("../img/main-loader.gif") center center no-repeat #F0F2F5;
        /*margin-left: -183px;*/
    }




    #layout-wrapper #sidebar-content {
        width: 225px;
        height: 100vh;
        z-index: 92;
    }

        #layout-wrapper #sidebar-content .sidenav {
            padding-top: 56px;
        }

            #layout-wrapper #sidebar-content .sidenav .sidenav-menu {
                overflow: auto;
                overflow: auto hidden;
                overflow-y: auto;
                overflow-x: hidden;
            }

/*#layout-wrapper #main-wrapper {
       
    }*/

.sidenav-toggled #layout-wrapper #main-wrapper {
    margin-left: 55px;
}

.sidenav-toggled #layout-wrapper #sidebar-content {
    transform: translateX(-170px);
}

.sidenav-toggled .navbar-brand,
.sidenav-toggled .topnav .company-info {
    transform: translateX(-170px);
    padding-left: 16px;
}

.sidenav-toggled .nav-link {
    justify-content: flex-end;
    margin-top: 8px;
}

    .sidenav-toggled .nav-link:first-child {
        margin-top: 0px;
    }

.sidenav-toggled .sidenav .sidenav-menu .nav .nav-link {
    padding: 8px 12px;
}

.sidenav-toggled .nav-link-icon ~ div {
    display: none;
}

.nav-link-icon ~ div {
    margin-left: 0.5rem;
}

.sidenav-toggled .submenu {
    display: none;
}

#layoutError {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    #layoutError #layoutError_content {
        min-width: 0;
        flex-grow: 1;
    }

    #layoutError #layoutError_footer {
        min-width: 0;
    }

.img-error {
    max-width: 20rem;
}

/*.nav .nav-link .nav-link-icon,
.sidenav-menu .nav-link .nav-link-icon {
    margin-right: 0.5rem;
}*/

.topnav {
    padding-left: 0;
    height: 56px;
    z-index: 93;
}

    .topnav .navbar-brand {
        width: 225px;
        min-width: 225px;
        margin: 0;
        background-color: #0e1d38;
        transition: transform 0.3s ease-in-out;
        height: 100%;
        padding: 8px 16px;
    }

.sidenav-toggled .topnav .navbar-brand {
    padding: 8px 4px;
}

.topnav .company-info {
    transition: transform 0.3s ease-in-out;
    font-size: 13px;
}

.topnav.navbar-dark #sidebarToggle {
    color: rgba(255, 255, 255, 0.5);
}

.sidenav {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
}

    /*.sidenav .nav-link-name {
        display: none;
    }*/

    .sidenav .sidenav-menu {
        flex-grow: 1;
    }

        .sidenav .sidenav-menu .nav {
            flex-direction: column;
            flex-wrap: nowrap;
        }

            .sidenav .sidenav-menu .nav .sidenav-menu-heading {
                padding: 1.75rem 1rem 0.75rem;
                font-size: 0.75rem;
                font-family: SFProBold !important;
                font-weight: bold;
                text-transform: uppercase;
            }



            .sidenav .sidenav-menu .nav .nav-link,
            .sidenav-footer .nav-link {
                position: relative;
                display: flex;
                align-items: center;
                padding: 8px 4px 8px 8px;
                font-size: 14px;
                cursor: pointer;
                color: #FFF;
                opacity: 0.6;
                margin-top: 4px;
                border-radius: 6px;
                margin-left: 8px;
                margin-right: 8px;
                /*-webkit-transition-duration: 0.4s;
                transition-duration: 0.4s;*/
                overflow: hidden;
                transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
                transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
            }

                .sidenav .sidenav-menu .nav .nav-link.nav-link-sub {
                    padding-left: 2.5rem;
                }

                .sidenav .sidenav-menu .nav .nav-link:after,
                .sidenav-footer .nav-link:after {
                    content: "";
                    background: rgba(255,255,255,0.5);
                    display: block;
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 209px;
                    opacity: 0;
                    transition: all 0.8s;
                    border-radius: 50%;
                }

                .sidenav .sidenav-menu .nav .nav-link:active:after,
                .sidenav-footer .nav-link:active:after {
                    right: 50%;
                    left: 50%;
                    width: 0;
                    height: 0;
                    opacity: 1;
                    transition: 0s;
                    border-radius: 50%;
                }

                .sidenav .sidenav-menu .nav .nav-link:first-child {
                }

                .sidenav .sidenav-menu .nav .nav-link .nav-link-icon {
                }

.sidenav-collapse-arrow .i-arrow {
    width: 24px;
    background-position: 0px -806px;
}

.sidenav .sidenav-menu .nav .nav-link .sidenav-collapse-arrow {
    opacity: 0;
    transition: transform 0.3s ease;
}

.sidenav .sidenav-menu .nav .nav-link.collapsed .sidenav-collapse-arrow {
    transform: rotate(-90deg);
}

.sidenav .sidenav-menu .nav .sidenav-menu-nested {
    flex-direction: column;
}

.sidenav .sidenav-footer {
    flex-shrink: 0;
}

.sidenav-dark {
    background-color: #0e1d38;
}

#sidebar-content .nav, #sidebar-content .sidenav-footer {
    opacity: 0;
}

#sidebar-content .nav-link:hover {
    opacity: 1;
    background-color: rgba(255,255,255,0.2);
}

#sidebar-content .sidenav-menu .nav-link.active {
    opacity: 1;
}

#sidebar-content .nav-link:hover,
#sidebar-content .sidenav-menu .nav-link-sub.active,
#sidebar-content .sidenav-menu .nav-no-sub.active,
.sidenav-toggled #sidebar-content .sidenav-menu .nav-link.active {
    background-color: rgba(255,255,255,0.2);
}

.sidenav-dark .sidenav-footer {
    border-top: solid 1px #444;
}

    .sidenav-dark .sidenav-footer .nav-link {
        margin-top: 8px;
        margin-bottom: 8px;
        padding: 8px 0 8px 8px;
    }

.sidenav-toggled .sidenav-dark .sidenav-footer .nav-link {
    padding: 8px;
}

@media (min-width: 992px) {
    /*#layout-wrapper #sidebar-content,
    .topnav .navbar-brand {
        transform: translateX(0);
    }

    #layout-wrapper #main-wrapper {
        margin-left: 0;
        transition: margin 0.15s ease-in-out;
    }*/
    .sidenav-toggled #layout-wrapper #sidebar-content {
        transform: translateX(-170px);
    }



    /*.sidenav-toggled #layout-wrapper #main-wrapper:before {
            display: none;
        }*/

    .sidenav-toggled .navbar-brand,
    .sidenav-toggled .topnav .company-info {
        transform: translateX(-170px);
        transition: transform 0.3s ease-in-out;
    }
}
/******************END SIDEBAR***************/

.line-loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

    .line-loading-container .progress-line {
        height: 4px;
        background-color: #08bf1e;
        width: 1%;
    }


main {
    height: 100%;
    overflow: hidden;
}

    main .body-content {
        /*height: 100%;*/
    }

/*HEADER*/
.header .logo {
    background: url('../img/Logo/logo_full.svg') no-repeat;
    width: 170px;
    height: 40px;
}

.header #userDropdown {
    color: #404040;
    border: none;
    outline: none !important;
}

.header .btn-toggle-menu {
    border: solid 1px transparent;
    background-color: transparent;
    width: 32px;
    height: 32px;
    display: flex;
    opacity: 0.5;
    cursor: pointer;
}

    .header .btn-toggle-menu:hover, .header .btn-toggle-menu:active {
        opacity: 1;
    }

.sidenav-toggled .header .btn-toggle-menu {
    transform: translateX(174px);
}

.sidenav-toggled .navbar-brand a {
    display: none;
}

.header .quick-access span {
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

    .header .quick-access span:hover,
    .header .quick-access span:focus,
    .header .quick-access span:active {
        background-color: #e7f3ff;
    }

.header .list-type-invoice {
    right: -30px;
    left: unset;
    width: unset;
    padding: 16px !important;
}

#viewOldInvoice.reverse .i-arrow-down-blue {
    background-position: -140px -1501px;
    transform: rotate(180deg)
}

.header .list-type-invoice .label-nd123 {
    background-position: -795px -7px;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 65px;
    height: 65px;
}

    .header .list-type-invoice .inv-type {
        cursor: pointer;
        width: 150px;
        height: 114px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        border-radius: 6px;
        border: 1px solid #f3f3f3;
    }

        .header .list-type-invoice .inv-type:hover {
            background-color: #f3f3f3;
        }

    .header .list-type-invoice .title-description {
        font-size: 10px;
    }

    .header .list-type-invoice .type-icon {
        width: 60px;
        height: 60px;
        display: inline-block;
        background-color: #EEEEEE;
        text-align: center;
        border-radius: 50%;
        padding-top: 12px;
        border: solid 2px #EEEEEE;
    }

    .header .list-type-invoice .inv-type.active .type-icon,
    .header .list-type-invoice .inv-type:hover .type-icon,
    .header .list-type-invoice .inv-type:active .type-icon,
    .header .list-type-invoice .inv-type:focus .type-icon {
        border-color: #1877F2;
    }

    .header .list-type-invoice .inv-type.active {
        background-color: #e7f3ff;
        border-radius: 5.5px;
        border: 1px solid #1877f2;
        font-family: SFProBold !important;
        font-weight: 600;
        color: #1877f2;
    }

    .header .list-type-invoice .inv-type, .header .list-type-invoice .inv-type div {
        text-align: center;
    }

    .header .list-type-invoice .label-invoice {
        width: 60px;
        height: 60px;
        position: absolute;
        background-size: contain;
        top: -8px;
        right: -8px;
    }

.header .dropdown-menu {
    top: 42px;
}

.group-type-invoice .container-content-arrow {
    right: 36px;
}

.header .list-notify {
    right: -30px;
    left: unset;
    width: 300px;
    padding: 0 !important;
}

    .header .list-notify .list-notify-detail {
        height: 400px;
        overflow: auto;
    }

    .header .list-notify .notify-icon {
        width: 50px;
        height: 50px;
        background-color: #dedede;
        border-radius: 50%;
    }

    .header .list-notify .notify-detail {
        padding: 10px;
        border-top: 1px solid #eeeeee;
    }

        .header .list-notify .notify-detail:first-child {
            border-top: none;
        }

        .header .list-notify .notify-detail:hover {
            background-color: #e7f3ff;
        }


    .header .list-notify .notify-content {
        flex: 1;
        padding-left: 10px;
    }

    .header .list-notify .notify-detail-time {
        color: #979797;
        margin-top: 4px;
    }

.notify-app .container-content-arrow {
    right: 36px
}

.header .list-channel-help {
    right: -30px;
    left: unset;
    width: 300px;
    padding: 0 !important;
}

    .header .list-channel-help .container-content-arrow {
        right: 36px;
    }

    .header .list-channel-help a {
        padding: 10px 16px;
        align-items: center;
    }

        .header .list-channel-help a:hover {
            background-color: #e7f3ff;
            /*font-family: SFProBold !important;
            font-weight: 600;
            color: #1877f2;*/
        }

    .header .list-channel-help .high-ligh-text {
        font-family: SFProBold !important;
        font-weight: bold;
        color: #1877f2;
    }

    .header .list-channel-help .channel-help-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #dedede;
    }

.header .quick-access .group-contact-help span:hover {
    background-color: #ff7300;
}

    .header .quick-access .group-contact-help span:hover .i-contact {
        background-position: -49px -240px !important;
    }

.header .quick-access .quick-add:hover .i-quick-add {
    background-position: -49px -201px !important;
}

.header .quick-access .ask:hover .i-ask {
    background-position: -49px -321px !important;
}

.header .quick-access .me-notify {
    position: relative;
}

    .header .quick-access .me-notify:hover .i-notify {
        background-position: -49px -401px !important;
    }


    .header .quick-access .me-notify.shake .i-notify {
        animation-iteration-count: infinite;
    }

.shake {
    animation: shake 1.5s;
}

.header .quick-access .me-notify .new-number {
    display: none;
    z-index: auto;
    min-width: 20px;
    width: unset;
    height: 20px;
    padding: 0 6px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #ff4d4f;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
    position: absolute;
    top: 8px;
    right: 11px;
    transform: translate(50%,-50%);
    transform-origin: 100% 0%;
}

.header .quick-access span.ant-scroll-number-only {
    position: relative;
    display: inline-block;
    width: unset;
    border-radius: unset;
    height: 20px;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    background-color: white;
    transition: none 0s ease 0s;
}

.header .quick-access .me-notify .new-number p {
    height: 20px;
    margin: 0;
    padding: 0;
    background: #ff4d4f;
}

@keyframes shake {
    20%,40%,60%,80%,90%,100% {
        transform: rotate(0deg);
    }

    10%,50%,70% {
        transform: rotate(-15deg);
    }

    0%,30% {
        transform: rotate(15deg);
    }
}

.header .quick-access .launch:hover .i-launch {
    background-position: -49px -161px !important;
}

.header .quick-access .feedback:hover .i-feedback {
    background-position: -49px -361px !important;
}

.header .contact-help {
    right: -100px;
    left: unset;
    width: 300px;
    padding: 0 !important;
    background-image: linear-gradient(to right, #0189ff, #29b9fa);
    color: #fff;
}

    .header .contact-help a {
        color: #fff;
    }

        .header .contact-help a:hover {
            color: #fff;
        }

    .header .contact-help .container-content-arrow {
        right: 104px;
    }

    .header .contact-help .dropdown-content-arrow {
        background: #1dabfb;
    }

    .header .contact-help .contact-help-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #fff;
    }

.header .list-quick-add {
    right: -30px;
    left: unset;
    width: 700px;
    padding: 12px !important;
}

    .header .list-quick-add .container-content-arrow {
        right: 36px;
    }

.header .quick-add-table .quick-add-header {
    font-family: SFProBold !important;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin: 8px;
    padding: 8px 0;
}

.header .quick-add-table .quick-add-item {
    padding: 8px;
}

    .header .quick-add-table .quick-add-item:hover {
        background-color: #e7f3ff;
        cursor: pointer;
    }


.header .quick-add-table a:hover {
    color: #212529;
}

.header .quick-add-table .quick-add-col {
    /*margin-right: 40px;*/
}

    .header .quick-add-table .quick-add-col:last-child {
        margin-right: 0;
    }

.header .dropdown-account-option {
    right: 0;
    left: unset;
    width: 350px;
    padding: 0 !important;
}

    .header .dropdown-account-option .container-content-arrow {
        right: 2px;
        filter: unset;
    }

    .header .dropdown-account-option .dropdown-content-arrow {
        background-color: #f0f1f5;
    }

    .header .dropdown-account-option .container-content-arrow {
        right: 2px;
        filter: unset;
    }

.header .account-option .account-information {
    /*background-color: #f0f1f5;*/
}

.header .account-setting {
    list-style: none;
}

    .header .account-setting li {
        padding: 8px 20px;
        border-radius: 6px;
        font-size: 14px;
    }

.header .div-logout {
}

.header .account-option .icon-setting-option {
    background-color: #eeeeee;
    border-radius: 50%;
}

.header .account-option .icon-setting-option {
    background-color: #eeeeee;
    border-radius: 50%;
}

.header .account-option .account-setting-item:hover {
    background-color: #e7f3ff;
}

.header .account-option .btn-logout {
    width: 100%;
    color: #ff0000a6;
    font-family: SFProBold !important;
    font-weight: bold;
    border-radius: 7px !important;
}

.header .group-ask-help .ask:hover .i-ask {
    background-position: -49px -321px;
}

.header .group-ask-help .ask-help {
    right: -70px;
    left: unset;
    width: 340px;
    padding: 0 !important;
}

.header .group-ask-help .container-content-arrow {
    right: 76px;
}

.header .group-ask-help .see-more-ask, .see-more-notify {
    color: #1877f2;
}

    .header .group-ask-help .see-more-ask:hover, .see-more-notify:hover {
        text-decoration: underline;
        color: #1877f2;
    }

.header .group-ask-help .ask-item:hover {
    background-color: #e7f3ff;
}

.header .dropdown-menu-language {
    top: 20px;
    right: 0;
    left: unset;
    padding: 0 !important;
}

/*END HEADER*/
/*SEARCH FORM*/
.m-search-group {
    position: relative;
    /*width: 100%;*/
    /*padding-left: 8px;*/
}

    .m-search-group .i-search {
        position: absolute;
        top: calc(50% - 11px);
        left: 8px;
    }

    .m-search-group > input[type=text], .m-search-group input[type=text][name="TaxCodeSearch"] {
        padding-left: 39px;
    }
/*END SEARCH FORM*/

.col-1, .col-2, .col-3, .col-4 {
    max-width: unset;
    flex: unset;
    -ms-flex: unset;
    -webkit-flex: unset;
    padding: 0;
}

.header.hide-layout {
    display: none !important;
}

#layout-wrapper.hide-layout {
    height: 100vh;
}

    /*  #layout-wrapper.hide-layout #sidebar-content {
        display: none !important;
    }*/

    #layout-wrapper.hide-layout #main-wrapper {
        margin-left: 0;
        top: 0;
        border: none;
        box-shadow: none;
        max-height: 100vh;
    }

.popup-detail {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
}

#body-wrapper {
}

.hide {
    display: none !important;
}

.header .btn-back-old-version {
    font-family: SFProMedium !important;
    font-weight: normal;
    border-radius: 50px !important;
    color: #1877F2;
    border-color: #1877F2;
    padding: 0px 8px;
    white-space: nowrap;
    visibility: hidden;
    /* Firefox */
    -moz-animation: cssShowAnimation 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -webkit-animation: cssShowAnimation 0s ease-in 3s forwards;
    /* Opera */
    -o-animation: cssShowAnimation 0s ease-in 3s forwards;
    animation: cssShowAnimation 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssShowAnimation {
    to {
        visibility: visible;
    }
}

@-webkit-keyframes cssShowAnimation {
    to {
        visibility: visible;
    }
}

.header .btn-back-old-version:hover {
    background-color: #E7F3FF;
}

.nav-link .shimmer {
    background-color: #fff;
    background-image: linear-gradient(to right,#fff 0%, #f7f7f7 20%, #e4e6eb 40%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    animation-duration: 1s;
    animation-name: grid-busy;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    color: transparent;
    display: inline-block;
}

@keyframes grid-busy {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 120px 0;
    }
}

.service-agreement .footer-content {
    position: absolute;
    line-height: 32px;
    padding-left: 10px;
    border-top: 1px solid #dddd;
    width: 100%;
}

.subsytem-wrapper {
    position: relative;
    background-color: #F0F2F5;
}

.copyright {
    padding: 0px 20px;
    font-size: 12px;
    color: #CED0D4;
}

.user_agreement {
    float: right;
    color: #0056b3;
}

.notify-detail-content {
    word-break: break-word;
}

.tour-guide {
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 999999999999;
}

.tour-guide-button.btn {
    display: none;
    height: 28px;
    padding: 0 0.75rem;
}

.step-description {
    color: #b3b3af;
}

.hightlight-step {
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1000;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: rgba(33, 33, 33, .8) 0px 0px 1px 0px, rgba(33, 33, 33, .5) 0px 0px 0px 5000px;
    opacity: 1;
    border-radius: 8px;
    border: 1px solid #fff;
}

.tour-guide-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 130px;
    border-radius: 8px;
    z-index: 1000;
    background-color: #fff;
    padding: 12px;
    margin-top: 4px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.arrow-step-img {
    display: inline-block;
    width: 24px;
    height: 14px;
    content: "";
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #fff;
}

.tour-guide-description .arrow-by-step {
    position: absolute;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.tour-guide-description .arrow-left, .tour-guide-description .arrow-right {
    background: none;
}

    .tour-guide-description .arrow-left .arrow-step-img {
        transform: rotate(270deg);
    }

    .tour-guide-description .arrow-right .arrow-step-img {
        transform: rotate(540deg);
    }

.tour-guide-invoice .tour-guide-description[step="2"] .arrow-step-img {
    transform: none;
}

.tour-guide-description[step="3"] .arrow-by-step {
    position: absolute;
    top: -14px;
    left: 242px;
}

.tour-guide-description[step="4"] .arrow-by-step {
    position: absolute;
    top: -14px;
    left: 285px;
}

.filter-icon-text {
    width: 16px;
    height: 12px;
    background-position: -144px -1057px;
}

#div-sys-msg {
    background-color: yellow;
    color: red;
    /*font-weight: bold;*/
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

    #div-sys-msg #sys-msg-content {
        line-height: 20px;
        /*-webkit-animation: flickerAnimation 5s infinite;
        -moz-animation: flickerAnimation 5s infinite;
        -o-animation: flickerAnimation 5s infinite;
        animation: flickerAnimation 5s infinite;*/
    }
        #div-sys-msg #sys-msg-content a{
            color: blue;
            font-weight: bold;
        }
        @keyframes flickerAnimation {
            0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@media (max-height: 800px) {
    div#ipusedamount-filter-popup {
        max-height: 60vh;
        overflow: auto;
    }
}