﻿/* css dos botoes */

.btn {
    border-radius: 8px;
    /*height: 29px;*/
    height: 38px;
}

button:focus {
    outline: none !important;
}

.btn-slim {
    border-radius: 8px;
    height: 27px !important;
}

.btn-large {
    border-radius: 8px;
    height: 40px;
    border: 1px solid transparent;
}

.btn-new-secondary {
    color: #393939;
    background-color: #fff;
    border: 1px solid #cccccc;
}

    .btn-new-secondary:hover {
        color: #fff;
        background-color: #11c26d;
        border-color: #cccccc;
    }

    .btn-new-secondary:focus, .btn-new-secondary.focus {
        box-shadow: 1px 1px 1px 1px #e5e5e5;
    }

    .btn-new-secondary.disabled, .btn-new-secondary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #cccccc;
    }

    .btn-new-secondary:not(:disabled):not(.disabled):active, .btn-new-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-new-secondary.dropdown-toggle, .tool-button:hover .button-outer {
        color: #fff;
        background-color: #11c26d !important;
        border-color: #cccccc;
    }

        .btn-new-secondary:not(:disabled):not(.disabled):active:focus, .btn-new-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-new-secondary.dropdown-toggle:focus {
            box-shadow: 1px 1px 1px 1px #e5e5e5;
        }

    .btn-new-secondary:not([disabled]):not(.disabled).active, .btn-new-secondary:not([disabled]):not(.disabled):active {
        background-color: #ccd5db;
        border-color: #ccd5db;
        box-shadow: none;
    }

.btn-new-primary {
    color: #fff;
    background-color: #11c26d;
    border: 1px solid transparent;
    border-radius: 8px;
    outline: none;
}

    .btn-new-primary:hover {
        color: #fff;
        /*background-color: #fff;*/
        border-color: #11c26d;
        background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
    }

    .btn-new-primary:focus, .btn-new-primary.focus {
        box-shadow: 1px 1px 1px 1px #e5e5e5;
        outline: none;
    }

    .btn-new-primary.disabled, .btn-new-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: transparent;
    }

    .btn-new-primary:not([disabled]):not(.disabled).active, .btn-new-primary:not([disabled]):not(.disabled):active {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
        border-color: #ccd5db;
        box-shadow: none;
    }
/* fim dos css dos botoes */

.botaoUltVendas {
    border-radius: 30px;
    width: auto;
    float: right;
    height: auto;
    margin-left: 6px;
}

.textoBotao {
    color: white;
    font-size: 14px;
    line-height: 10px;
}

    .textoBotao:visited, .textoBotao:hover, .textoBotao:focus {
        color: white;
    }

.fullWidth {
    width: 100% !important;
}

.ajustarSpanMenu {
    width: 216px;
    word-break: break-word;
    white-space: break-spaces;
}

.itensFilial {
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .itensFilial:hover {
        background-color: #e5e5e5;
    }

        .itensFilial:hover > .textoItensFilial, .itensFilial:hover > i {
            color: #11c26d;
        }

.textoItensFilial {
    margin: 0;
    font-size: 16px;
    white-space: pre;
    padding: 0px 15px;
    width: 100%;
    overflow: hidden;
    text-align: initial;
}

.main-header .logo {
    width: initial !important;
    display: flex;
    position: initial;
    height: 66px;
    flex-direction: row;
    align-items: center;
}

a.logo:not([href]):not([tabindex]):hover, a.logo:not([href]):not([tabindex]):focus {
    color: white;
}

.skin-azure-light .navbar-nav > li > a {
    border-left: 0px;
}

.skin-azure .navbar-nav > .user-menu .user-image, .skin-azure-light .navbar-nav > .user-menu .user-image {
    border: 0px;
}

.skin-azure-light .main-sidebar {
    background-color: #e5e5e5;
}

.skin-azure-light .sidebar-menu > li.active > a, .skin-azure-light .sidebar-menu > li:hover > a {
    /*border-left-color: #5da63d;*/
    border-left-color: #11c26d;
    background-color: #11c26d;
}

.skin-azure-light .sidebar-menu > li > ul > li:hover > a, .skin-azure-light .sidebar-menu > li li li:hover > a,
.skin-azure-light .sidebar-menu > li > ul > li.active > a {
    background-color: #5fc192;
    border-right: 4px solid #5fc192;
    border-left: 4px solid #5fc192;
}

.skin-azure-light .sidebar-menu > li li li:hover > a,
.skin-azure-light .sidebar-menu li li li.active > a {
    color: #fff;
    background-color: #5fc192;
    border-radius: 13px;
    border-right: 1px solid #5fc192;
    border-left: 4px solid #5fc192;
    box-shadow: 0px 0px 2px white;
    padding-left: 15px;
}

.skin-azure-light .grid-title {
    color: #393939;
    font-size: 24px;
}

.grid-title {
    background-color: white;
    border: 0;
}

.skin-azure-light .main-header li.user-header {
    background-color: #11c26d;
}

.dropdown-menu {
    top: 54px;
    padding: 0 !important;
}

.s-QuickSearchBar input.s-QuickSearchInput {
    line-height: 23px;
    height: 29px;
    border: 1px #e5e5e5 solid;
    border-left: 0;
    background-color: white;
    font-size: medium;
}

    .s-QuickSearchBar input.s-QuickSearchInput:focus {
        border: 1px #11c26d solid;
        border-left: 0;
        background-color: white;
    }

.skin-azure-light .s-QuickSearchBar .quick-search-icon {
    background-color: white;
    border: 1px #e5e5e5 solid;
    border-right: 0;
    height: 29px;
}

.s-QuickSearchBar:focus-within .quick-search-icon {
    border: 1px #11c26d solid;
    border-right: 0;
    background-color: white;
}

    .s-QuickSearchBar:focus-within .quick-search-icon .fa-search::before {
        color: #11c26d;
    }

.content-wrapper, .right-side, .main-footer {
    /*margin-left: 62px;*/
    margin-left: 250px;
}

@media (min-width: 768px) {
    .skin-azure .main-sidebar, .skin-azure-light .main-sidebar, .skin-azure .left-side, .skin-azure-light .left-side {
        padding-top: 65px;
    }
}

.grid-toolbar > .tool-button {
    height: 29px;
}

div.s-Toolbar .tool-button.icon-tool-button.no-text span.button-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.dropdownMWY:hover {
    background-color: #11c26d !important;
}

.dropdownMWY > a {
    color: #3C4858 !important;
}

.dropdownMWY:hover > a {
    background-color: #11c26d !important;
    color: #fff !important;
}

.s-QuickSearchBar {
    margin: 5px !important;
}

.grid-toolbar, .grid-container, .s-SlickPager .slick-pg {
    padding-left: 0px !important;
    background-color: #e9f2f0 !important;
}

.skin-azure .quick-filters-bar, .skin-azure .grid-title, .skin-azure-light .grid-title, .skin-azure .panel-titlebar, .skin-azure-light .panel-titlebar {
    /*background-color: white !important;*/
    background-color: #e9f2f0 !important;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px #11c26d solid;
}

.select2-drop-active {
    border-top: 0px #11c26d solid;
    border-left: 1px #11c26d solid;
    border-right: 1px #11c26d solid;
    border-bottom: 1px #11c26d solid;
}

.select2-results .select2-highlighted {
    background: #11c26d;
}

.quick-filter-active .quick-filter-label {
    color: #11c26d !important;
}

.skin-azure .slick-cell > a, .skin-azure-light .slick-cell > a {
    color: #393939 !important;
    font-size: 14px;
    font-style: italic;
}

.slick-pg-btn > span:before {
    color: #393939 !important;
}

.s-PropertyGrid .category-title a {
    color: #393939 !important;
}

.skin-azure .grid-title, .skin-azure-light .grid-title, .skin-azure .panel-titlebar, .skin-azure-light .panel-titlebar {
    color: #393939 !important;
    font-size: 17px;
    font-weight: 700;
}

.s-PropertyGrid .category-title i.fa {
    color: #393939 !important;
}

.s-PropertyGrid .category-links a.category-link {
    color: #393939 !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-top: 3px solid #11c26d !important;
}

.inplace-create b {
    color: #393939 !important;
}
/*scrool*/
::-webkit-scrollbar {
    width: 12px !important;
}

::-webkit-scrollbar-track {
    background-color: transparent !important;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1 !important;
    border-radius: 20px !important;
    border: 3px solid transparent !important;
    background-clip: content-box !important;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf !important;
    }
/*fim scrool*/
.form-control:focus {
    border-color: #11c26d;
}

.s-Form label.caption {
    color: #393939;
}

.s-DialogContent > .s-Form {
    padding: 0px 5px 0px 5px;
}

.skin-azure .ui-dialog .ui-dialog-titlebar, .skin-azure-light .ui-dialog .ui-dialog-titlebar {
    border-top: 5px solid #22a258;
    background: #11c26d;
}

.sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
.sidebar-mini.sidebar-collapse .sidebar-form .s-SidebarSearch,
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
}

#collapsed-filter, .skin-azure-light .quick-filters-bar {
    /*background-color: #e5e5e5 !important;*/
    /*background-color: white !important;*/
    background-color: transparent !important;
}

.ui-state-default, .ui-state-default:visited {
    color: #393939;
}

/*.ui-state-hover, .ui-state-active {
    background-color: #393939 !important;
    border-color: #393939 !important;
}*/

.ui-state-highlight {
    border-color: #393939 !important;
}

.ui-widget-overlay {
    background-color: #00000045;
    opacity: 0.7 !important;
}

/*tela de carregamento nova*/
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
}

.middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.bar {
    width: 10px;
    height: 70px;
    background: #fff;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
    animation: loader 1.2s linear infinite;
}

.bar1 {
    animation-delay: 0.1s;
}

.bar2 {
    animation-delay: 0.2s;
}

.bar3 {
    animation-delay: 0.3s;
}

.bar4 {
    animation-delay: 0.4s;
}

.bar5 {
    animation-delay: 0.5s;
}

.bar6 {
    animation-delay: 0.6s;
}

.bar7 {
    animation-delay: 0.7s;
}

.bar8 {
    animation-delay: 0.8s;
}

@keyframes loader {
    0% {
        transform: scaleY(0.1);
        /*background:;*/
    }

    50% {
        transform: scaleY(1);
        background: white;
    }

    100% {
        transform: scaleY(0.1);
        background: transparent;
    }
}

.holder {
    background-color: #11c26d;
}

/*tela de carregamento nova*/

.skin-azure-light .main-sidebar {
    background-color: white !important;
}

.skin-azure-light .sidebar-menu > li > a > .nav-icon,
.skin-azure-light .sidebar a {
    /*color: rgba(118,131,143,.9);*/
    color: #3C4858;
}

.quick-filters-bar {
    padding: 0px 8px 0px 8px !important;
}

.grid-title {
    padding-bottom: 0px;
    padding-top: 3px;
}

.skin-azure .main-header .sidebar-toggle, .skin-azure-light .main-header .sidebar-toggle {
    border-right: 1px solid transparent;
}

@media (min-width: 768px) {
    .skin-azure.fixed .content-wrapper, .skin-azure-light.fixed .content-wrapper, .skin-azure.fixed .right-side, .skin-azure-light.fixed .right-side {
        padding-top: 66px;
    }
}

.sidebar-expanded-on-hover > .wrapper > .content-wrapper {
    margin-left: 62px;
}

.content-header {
    padding: 0px 15px 0 15px;
}

.skin-azure .sidebar-form input[type="text"], .skin-azure-light .sidebar-form input[type="text"], .skin-azure .sidebar-form .btn, .skin-azure-light .sidebar-form .btn {
    border: 0px solid transparent;
}

.s-DialogContent .grid-title > .title-text {
    font-weight: lighter !important;
    padding: 4px 0px;
}

.ui-dialog .ui-dialog-title {
    margin: 2px 4px 2px 0 !important;
    font-size: 19px !important;
    font-weight: 900 !important;
}

@media (min-width: 768px) {
    .skin-azure .main-header .logo, .skin-azure-light .main-header .logo {
        border-left: 1px solid transparent;
    }
}

.slick-viewport {
    background-color: white;
}

.icon-tool-button span.button-inner i {
    margin: 0px 5px;
}

.btn-outline-danger {
    background-color: white;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-form {
        display: flex !important;
        -webkit-transform: translateZ(0);
    }

    .sidebar-mini.sidebar-collapse #SidebarSearch {
        display: none !important;
        -webkit-transform: translateZ(0);
    }
}

.s-DialogContent .grid-toolbar,
.s-DialogContent .grid-container,
.s-DialogContent .s-SlickPager .slick-pg,
.s-DialogContent .grid-title {
    background-color: white !important;
}

.check-box {
    top: 0px !important;
}

.novaTabHeader {
    background-color: #11c26d !important;
}

    .novaTabHeader > ul > li {
        border-top: 3px solid transparent !important;
    }

        /*, .novaTabHeader > ul > li > a:focus, .novaTabHeader > ul > li > a:active*/ .novaTabHeader > ul > li > a {
            background-color: #11c26d !important;
        }

        .novaTabHeader > ul > li:hover, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            border-top: 3px solid #22a258 !important;
        }



.inline-actions > .fa {
    cursor: pointer;
}

.inline-actions > .fa-pencil-square-o {
    color: #393939a3 !important;
}

    .inline-actions > .fa-pencil-square-o:hover {
        color: #393939 !important;
    }

.inline-actions > .fa-trash-o {
    color: #dd4b39a6 !important;
}

    .inline-actions > .fa-trash-o:hover {
        color: #dd4b39 !important;
    }



/*carregador remark*/

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #11c26d;
}

.loader-content {
    margin: 50vh auto 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .loader-content h2 {
        font-weight: 500;
        color: #fff
    }

.loader-index {
    margin-top: 20px
}

    .loader-index > div {
        display: inline-block;
        width: 4px;
        height: 25px;
        margin: 2px;
        background: #fff;
        border-radius: 2px;
        -webkit-animation: loader-index .9s -.8s infinite cubic-bezier(.85, .25, .37, .85);
        -o-animation: loader-index .9s -.8s infinite cubic-bezier(.85, .25, .37, .85);
        animation: loader-index .9s -.8s infinite cubic-bezier(.85, .25, .37, .85);
        -webkit-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both
    }

        .loader-index > div:nth-child(2),
        .loader-index > div:nth-child(4) {
            -webkit-animation-delay: -.6s !important;
            -o-animation-delay: -.6s !important;
            animation-delay: -.6s !important
        }

        .loader-index > div:nth-child(1),
        .loader-index > div:nth-child(5) {
            -webkit-animation-delay: -.4s !important;
            -o-animation-delay: -.4s !important;
            animation-delay: -.4s !important
        }

        .loader-index > div:nth-child(6) {
            -webkit-animation-delay: -.2s !important;
            -o-animation-delay: -.2s !important;
            animation-delay: -.2s !important
        }

@-webkit-keyframes loader-index {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    50% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-o-keyframes loader-index {
    0% {
        -o-transform: scaleY(1);
        transform: scaleY(1)
    }

    50% {
        -o-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    100% {
        -o-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes loader-index {
    0% {
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1)
    }

    50% {
        -webkit-transform: scaleY(.4);
        -o-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    100% {
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.slick-group-toggle {
    position: initial !important;
}

.slick-group-title {
    font-size: 17px;
}

.slick-group-toggle.expanded {
    background-image: url(images/minus_icon.png) !important;
}

.slick-group-toggle.collapsed {
    background-image: url(images/plus_icon.png) !important;
}

.slick-group, .slick-group.ui-widget-content {
    background-color: #f8f9fc !important;
}

.swal-icon--error {
    border-color: #f27474;
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

.swal-icon--error__x-mark {
    position: relative;
    display: block;
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s
}

.swal-icon--error__line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.swal-icon--error__line--left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.swal-icon--error__line--right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

@-webkit-keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes animateXMark {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.swal-icon--warning {
    border-color: #f8bb86;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

.swal-icon--warning__body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px
}

.swal-icon--warning__body, .swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86
}

.swal-icon--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

.swal-icon--success {
    border-color: #a5dc86
}

    .swal-icon--success:after, .swal-icon--success:before {
        content: "";
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .swal-icon--success:before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px
    }

    .swal-icon--success:after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
        transform-origin: 0 60px;
        -webkit-animation: rotatePlaceholder 4.25s ease-in;
        animation: rotatePlaceholder 4.25s ease-in
    }

.swal-icon--success__ring {
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98,55%,69%,.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.swal-icon--success__hide-corners {
    width: 5px;
    height: 90px;
    background-color: #fff;
    padding: 1px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal-icon--success__line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.swal-icon--success__line--tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.swal-icon--success__line--long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.swal-icon--info {
    border-color: #c9dae1
}

    .swal-icon--info:before {
        width: 5px;
        height: 29px;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px
    }

    .swal-icon--info:after, .swal-icon--info:before {
        content: "";
        position: absolute;
        left: 50%;
        background-color: #c9dae1
    }

    .swal-icon--info:after {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px
    }

.swal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto
}

    .swal-icon:first-child {
        margin-top: 32px
    }

.swal-icon--custom {
    width: auto;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0
}

.swal-icon img {
    max-width: 100%;
    max-height: 100%
}

.swal-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0
}

    .swal-title:first-child {
        margin-top: 26px
    }

    .swal-title:not(:first-child) {
        padding-bottom: 0
    }

    .swal-title:not(:last-child) {
        margin-bottom: 13px
    }

.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    /*color: rgba(0,0,0,.64);*/
    color: #545454;
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
    text-align: justify;
}

    .swal-text:first-child {
        margin-top: 45px
    }

    .swal-text:last-child {
        margin-bottom: 45px
    }

.swal-footer {
    text-align: right;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.swal-button-container {
    margin: 5px;
    display: inline-block;
    position: relative
}

.swal-button {
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer
}

    .swal-button:not([disabled]):hover {
        background-color: #78cbf2
    }

    .swal-button:active {
        background-color: #70bce0
    }

    .swal-button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(43,114,165,.29)
    }

    .swal-button[disabled] {
        opacity: .5;
        cursor: default
    }

    .swal-button::-moz-focus-inner {
        border: 0
    }

.swal-button--cancel {
    color: #555;
    background-color: #efefef
}

    .swal-button--cancel:not([disabled]):hover {
        background-color: #e8e8e8
    }

    .swal-button--cancel:active {
        background-color: #d7d7d7
    }

    .swal-button--cancel:focus {
        box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(116,136,150,.29)
    }

.swal-button--danger {
    background-color: #e64942
}

    .swal-button--danger:not([disabled]):hover {
        background-color: #df4740
    }

    .swal-button--danger:active {
        background-color: #cf423b
    }

    .swal-button--danger:focus {
        box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(165,43,43,.29)
    }

.swal-content {
    padding: 0 20px;
    margin-top: 20px;
    font-size: medium
}

    .swal-content:last-child {
        margin-bottom: 20px
    }

.swal-content__input, .swal-content__textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0,0,0,.14);
    padding: 10px 13px;
    border-radius: 2px;
    transition: border-color .2s
}

    .swal-content__input:focus, .swal-content__textarea:focus {
        outline: none;
        border-color: #6db8ff
    }

.swal-content__textarea {
    resize: vertical
}

.swal-button--loading {
    color: transparent
}

    .swal-button--loading ~ .swal-button__loader {
        opacity: 1
    }

.swal-button__loader {
    position: absolute;
    height: auto;
    width: 43px;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    pointer-events: none;
    opacity: 0
}

    .swal-button__loader div {
        display: inline-block;
        float: none;
        vertical-align: baseline;
        width: 9px;
        height: 9px;
        padding: 0;
        border: none;
        margin: 2px;
        opacity: .4;
        border-radius: 7px;
        background-color: hsla(0,0%,100%,.9);
        transition: background .2s;
        -webkit-animation: swal-loading-anim 1s infinite;
        animation: swal-loading-anim 1s infinite
    }

        .swal-button__loader div:nth-child(3n+2) {
            -webkit-animation-delay: .15s;
            animation-delay: .15s
        }

        .swal-button__loader div:nth-child(3n+3) {
            -webkit-animation-delay: .3s;
            animation-delay: .3s
        }

@-webkit-keyframes swal-loading-anim {
    0% {
        opacity: .4
    }

    20% {
        opacity: .4
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

@keyframes swal-loading-anim {
    0% {
        opacity: .4
    }

    20% {
        opacity: .4
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

.swal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(0,0,0,.4);
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s
}

    .swal-overlay:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

.swal-overlay--show-modal {
    opacity: 1;
    pointer-events: auto
}

    .swal-overlay--show-modal .swal-modal {
        opacity: 1;
        pointer-events: auto;
        box-sizing: border-box;
        -webkit-animation: showSweetAlert .3s;
        animation: showSweetAlert .3s;
        /*will-change: transform*/
    }

.swal-modal {
    width: 478px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    position: static;
    margin: 20px auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10001;
    transition: opacity .2s,-webkit-transform .3s;
    transition: transform .3s,opacity .2s;
    transition: transform .3s,opacity .2s,-webkit-transform .3s
}

@media (max-width:500px) {
    .swal-modal {
        width: calc(100% - 20px)
    }
}

@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
/*---*/

.s-PermissionCheckEditor .effective-permission.view {
    background-image: url(../MWY/images/eye.png);
}

.s-PermissionCheckEditor .effective-permission.edit {
    background-image: url(../MWY/images/pencil.png);
}

.slick-group > .slick-cell, .slick-group-toggle {
    cursor: pointer !important;
}

input[type="number"] {
    padding: 3px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.badge-category-bg {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    display: inline-block;
}