/* jQuery UI - v1.12.1 - 2017-10-15
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(0);
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

    .ui-menu .ui-menu {
        position: absolute
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        cursor: pointer;
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 3px 1em 3px .4em
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0
    }

    .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
        margin: -1px
    }

.ui-menu-icons {
    position: relative
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none
    }

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

        .ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
            z-index: 9999
        }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

    .ui-controlgroup .ui-controlgroup-label span {
        font-size: 80%
    }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0
    }

    .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
        width: 7px;
        height: 7px
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        opacity: .25
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px .4em;
            margin: .5em 0 0 0;
            height: auto;
            border: 0
        }

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit
    }

.ui-slider-horizontal {
    height: .8em
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

    .ui-widget .ui-widget {
        font-size: 1em
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

    .ui-widget-content a {
        color: #333
    }

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

    .ui-widget-header a {
        color: #333
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
            color: #454545;
            text-decoration: none
        }

            .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
                border: 1px solid #ccc;
                background: #ededed;
                font-weight: normal;
                color: #2b2b2b
            }

                .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
                    color: #2b2b2b;
                    text-decoration: none
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

    .ui-icon-background, .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #fff
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #fff;
        text-decoration: none
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

    .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
        color: #5f3f3f
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(35);
    background-image: none
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(35);
    }

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}
/*
 * jquery-confirm v3.2.0 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2018jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body[class*=jconfirm-no-scroll-] {
    overflow: hidden !important
}

.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden
}

    .jconfirm .jconfirm-bg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: opacity .4s;
        transition: opacity .4s
    }

        .jconfirm .jconfirm-bg.jconfirm-bg-h {
            opacity: 0 !important
        }

    .jconfirm .jconfirm-scrollpane {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        -webkit-perspective: 500px;
        perspective: 500px;
        -webkit-perspective-origin: center;
        perspective-origin: center
    }

    .jconfirm .jconfirm-box {
        background: #fff;
        border-radius: 4px;
        position: relative;
        outline: none;
        padding: 15px 15px 0;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto
    }

@-webkit-keyframes type-blue {
    1%,100% {
        border-color: #3498db
    }

    50% {
        border-color: #5faee3
    }
}

@-webkit-keyframes type-green {
    1%,100% {
        border-color: #2ecc71
    }

    50% {
        border-color: #54d98c
    }
}

@-webkit-keyframes type-red {
    1%,100% {
        border-color: #e74c3c
    }

    50% {
        border-color: #ed7669
    }
}

@-webkit-keyframes type-orange {
    1%,100% {
        border-color: #f1c40f
    }

    50% {
        border-color: #f4d03f
    }
}

@-webkit-keyframes type-purple {
    1%,100% {
        border-color: #9b59b6
    }

    50% {
        border-color: #b07cc6
    }
}

@-webkit-keyframes type-dark {
    1%,100% {
        border-color: #34495e
    }

    50% {
        border-color: #46627f
    }
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #3498db;
    -webkit-animation-name: type-blue;
    animation-name: type-blue
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px #2ecc71;
    -webkit-animation-name: type-green;
    animation-name: type-green
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    -webkit-animation-name: type-red;
    animation-name: type-red
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f1c40f;
    -webkit-animation-name: type-orange;
    animation-name: type-orange
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
    border-top: solid 7px #9b59b6;
    -webkit-animation-name: type-purple;
    animation-name: type-purple
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #34495e;
    -webkit-animation-name: type-dark;
    animation-name: type-dark
}

.jconfirm .jconfirm-box.loading {
    height: 120px
}

    .jconfirm .jconfirm-box.loading:before {
        content: '';
        position: absolute;
        left: 0;
        background: #fff;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 10px;
        z-index: 1
    }

    .jconfirm .jconfirm-box.loading:after {
        opacity: .6;
        content: '';
        height: 30px;
        width: 30px;
        border: solid 3px transparent;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        border-radius: 50%;
        -webkit-animation: jconfirm-spin 1s infinite linear;
        animation: jconfirm-spin 1s infinite linear;
        border-bottom-color: #1e90ff;
        top: 50%;
        margin-top: -15px;
        z-index: 2
    }

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none
}

    .jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
        display: none
    }

    .jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
        font-size: 16px
    }

    .jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
        font-size: 16px
    }

    .jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
        font-size: 16px
    }

    .jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
        opacity: 1
    }

.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
        cursor: move
    }

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
        font-size: inherit;
        padding-bottom: 15px;
        display: inline-block;
        vertical-align: middle
    }

        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
            vertical-align: middle
        }

        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
            display: none
        }

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: inherit;
        font-family: inherit;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 15px
    }

        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
            display: none
        }

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 15px;
    height: auto;
    -webkit-transition: height .4s ease-in;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden
}

    .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
        max-width: 100%;
        height: auto
    }

    .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
        display: none
    }

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px
}

    .jconfirm .jconfirm-box .jconfirm-buttons > button {
        margin-bottom: 4px;
        margin-left: 2px;
        margin-right: 2px
    }

    .jconfirm .jconfirm-box .jconfirm-buttons button {
        display: inline-block;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        border-radius: 4px;
        min-height: 1em;
        outline: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
        transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
        -webkit-tap-highlight-color: transparent;
        border: none;
        background-image: none
    }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
            background-color: #3498db;
            color: #fff;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
                background-color: #2980b9;
                color: #fff
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
            background-color: #2ecc71;
            color: #fff;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
                background-color: #27ae60;
                color: #fff
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
            background-color: #e74c3c;
            color: #fff;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
                background-color: #c0392b;
                color: #fff
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
            background-color: #f1c40f;
            color: #fff;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
                background-color: #f39c12;
                color: #fff
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
            background-color: #ecf0f1;
            color: #000;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
                background-color: #bdc3c7;
                color: #000
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
            background-color: #9b59b6;
            color: #fff;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
                background-color: #8e44ad;
                color: #fff
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
            background-color: #34495e;
            color: #fff;
            text-shadow: none;
            -webkit-transition: background .2s;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
                background-color: #151515;
                color: #fff
            }

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #e74c3c !important
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #3498db !important
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #2ecc71 !important
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
    color: #9b59b6 !important
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #f1c40f !important
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    color: #34495e !important
}

.jconfirm .jconfirm-clear {
    clear: both
}

.jconfirm.jconfirm-rtl {
    direction: rtl
}

    .jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
        left: 5px;
        right: auto
    }

.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #444;
    opacity: .2
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border-radius: 5px
}

    .jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
        margin-right: 8px;
        margin-left: 0
    }

    .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
        float: right
    }

        .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            text-shadow: none
        }

            .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
                box-shadow: none;
                color: #333
            }

                .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
                    background: #ddd
                }

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: #2f4f4f;
    opacity: .4
}

.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    background: #444;
    border-radius: 5px;
    color: #fff
}

    .jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
        margin-right: 8px;
        margin-left: 0
    }

    .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
        float: right
    }

        .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
            border: none;
            background-image: none;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            text-shadow: none;
            -webkit-transition: background .1s;
            transition: background .1s;
            color: #fff
        }

            .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
                box-shadow: none;
                color: #fff;
                background: none
            }

                .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
                    background: #666
                }

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    -webkit-animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;
    animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    -webkit-animation: glow .82s cubic-bezier(.36,.07,.19,.97) both;
    animation: glow .82s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@-webkit-keyframes shake {
    10%,90% {
        -webkit-transform: translate3d(-2px,0,0);
        transform: translate3d(-2px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(4px,0,0);
        transform: translate3d(4px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-8px,0,0);
        transform: translate3d(-8px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(8px,0,0);
        transform: translate3d(8px,0,0)
    }
}

@-webkit-keyframes glow {
    0%,100% {
        box-shadow: 0 0 3px #f00
    }

    50% {
        box-shadow: 0 0 30px #f00
    }
}

.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px
}

    .jconfirm .jconfirm-box {
        opacity: 1;
        -webkit-transition-property: all;
        transition-property: all
    }

        .jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex {
            opacity: 0
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotate {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotatex {
            -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
            -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotatey {
            -webkit-transform: rotatey(90deg);
            -ms-transform: rotatey(90deg);
            transform: rotatey(90deg);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
            -webkit-transform: rotatey(-90deg);
            -ms-transform: rotatey(-90deg);
            transform: rotatey(-90deg);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-scaley {
            -webkit-transform: scaley(1.5);
            -ms-transform: scaley(1.5);
            transform: scaley(1.5);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-scalex {
            -webkit-transform: scalex(1.5);
            -ms-transform: scalex(1.5);
            transform: scalex(1.5);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-top {
            -webkit-transform: translate(0,-100px);
            -ms-transform: translate(0,-100px);
            transform: translate(0,-100px)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-left {
            -webkit-transform: translate(-100px,0);
            -ms-transform: translate(-100px,0);
            transform: translate(-100px,0)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-right {
            -webkit-transform: translate(100px,0);
            -ms-transform: translate(100px,0);
            transform: translate(100px,0)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-bottom {
            -webkit-transform: translate(0,100px);
            -ms-transform: translate(0,100px);
            transform: translate(0,100px)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-zoom {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-scale {
            -webkit-transform: scale(.5);
            -ms-transform: scale(.5);
            transform: scale(.5)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-none {
            visibility: hidden
        }

    .jconfirm.jconfirm-supervan .jconfirm-bg {
        background-color: rgba(54,70,93,0.95)
    }

    .jconfirm.jconfirm-supervan .jconfirm-box {
        background-color: transparent
    }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
            border: none
        }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
            border: none
        }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
            border: none
        }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
            border: none
        }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
            border: none
        }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
            border: none
        }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
            color: #fff
        }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
            text-align: center;
            color: #fff;
            font-size: 28px;
            font-weight: normal
        }

            .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
                padding-bottom: 25px
            }

            .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
                margin-right: 8px;
                margin-left: 0
            }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
            margin-bottom: 25px
        }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
            text-align: center;
            color: #fff
        }

        .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
            text-align: center
        }

            .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
                font-size: 16px;
                border-radius: 2px;
                background: #303f53;
                text-shadow: none;
                border: none;
                color: #fff;
                padding: 10px;
                min-width: 100px
            }

    .jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
        margin-left: 8px;
        margin-right: 0
    }

    .jconfirm.jconfirm-material .jconfirm-bg {
        background-color: rgba(0,0,0,0.67)
    }

    .jconfirm.jconfirm-material .jconfirm-box {
        background-color: #fff;
        box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);
        padding: 30px 25px 10px 25px
    }

        .jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
            margin-right: 8px;
            margin-left: 0
        }

        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
            color: rgba(0,0,0,0.87)
        }

        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
            color: rgba(0,0,0,0.87);
            font-size: 22px;
            font-weight: bold
        }

        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
            color: rgba(0,0,0,0.87)
        }

        .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
            text-align: right
        }

            .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
                text-transform: uppercase;
                font-weight: 500
            }

    .jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
        margin-left: 8px;
        margin-right: 0
    }

    .jconfirm.jconfirm-bootstrap .jconfirm-bg {
        background-color: rgba(0,0,0,0.21)
    }

    .jconfirm.jconfirm-bootstrap .jconfirm-box {
        background-color: #fff;
        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
        border: solid 1px rgba(0,0,0,0.4);
        padding: 15px 0 0
    }

        .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
            margin-right: 8px;
            margin-left: 0
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
            color: rgba(0,0,0,0.87)
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
            color: rgba(0,0,0,0.87);
            font-size: 22px;
            font-weight: bold;
            padding-left: 15px;
            padding-right: 15px
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
            color: rgba(0,0,0,0.87);
            padding: 0 15px
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
            text-align: right;
            padding: 10px;
            margin: -5px 0 0;
            border-top: solid 1px #ddd;
            overflow: hidden;
            border-radius: 0 0 4px 4px
        }

            .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
                font-weight: 500
            }

    .jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
        margin-left: 8px;
        margin-right: 0
    }

    .jconfirm.jconfirm-modern .jconfirm-bg {
        background-color: #708090;
        opacity: .6
    }

    .jconfirm.jconfirm-modern .jconfirm-box {
        background-color: #fff;
        box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);
        padding: 30px 30px 15px
    }

        .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
            color: rgba(0,0,0,0.87);
            top: 15px;
            right: 15px
        }

        .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
            color: rgba(0,0,0,0.87);
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 10px
        }

            .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
                -webkit-transition: -webkit-transform .5s;
                transition: transform .5s;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                display: block;
                margin-right: 0;
                margin-left: 0;
                margin-bottom: 10px;
                font-size: 69px;
                color: #aaa
            }

        .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
            text-align: center;
            font-size: 15px;
            color: #777;
            margin-bottom: 25px
        }

        .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
            text-align: center
        }

            .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
                font-weight: bold;
                text-transform: uppercase;
                -webkit-transition: background .1s;
                transition: background .1s;
                padding: 10px 20px
            }

                .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
                    margin-left: 4px
                }

    .jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

@-moz-keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes type-blue {
    1%,100% {
        border-color: #3498db
    }

    50% {
        border-color: #5faee3
    }
}

@-webkit-keyframes type-blue {
    1%,100% {
        border-color: #3498db
    }

    50% {
        border-color: #5faee3
    }
}

@-o-keyframes type-blue {
    1%,100% {
        border-color: #3498db
    }

    50% {
        border-color: #5faee3
    }
}

@keyframes type-blue {
    1%,100% {
        border-color: #3498db
    }

    50% {
        border-color: #5faee3
    }
}

@-moz-keyframes type-green {
    1%,100% {
        border-color: #2ecc71
    }

    50% {
        border-color: #54d98c
    }
}

@-webkit-keyframes type-green {
    1%,100% {
        border-color: #2ecc71
    }

    50% {
        border-color: #54d98c
    }
}

@-o-keyframes type-green {
    1%,100% {
        border-color: #2ecc71
    }

    50% {
        border-color: #54d98c
    }
}

@keyframes type-green {
    1%,100% {
        border-color: #2ecc71
    }

    50% {
        border-color: #54d98c
    }
}

@-moz-keyframes type-red {
    1%,100% {
        border-color: #e74c3c
    }

    50% {
        border-color: #ed7669
    }
}

@-webkit-keyframes type-red {
    1%,100% {
        border-color: #e74c3c
    }

    50% {
        border-color: #ed7669
    }
}

@-o-keyframes type-red {
    1%,100% {
        border-color: #e74c3c
    }

    50% {
        border-color: #ed7669
    }
}

@keyframes type-red {
    1%,100% {
        border-color: #e74c3c
    }

    50% {
        border-color: #ed7669
    }
}

@-moz-keyframes type-orange {
    1%,100% {
        border-color: #f1c40f
    }

    50% {
        border-color: #f4d03f
    }
}

@-webkit-keyframes type-orange {
    1%,100% {
        border-color: #f1c40f
    }

    50% {
        border-color: #f4d03f
    }
}

@-o-keyframes type-orange {
    1%,100% {
        border-color: #f1c40f
    }

    50% {
        border-color: #f4d03f
    }
}

@keyframes type-orange {
    1%,100% {
        border-color: #f1c40f
    }

    50% {
        border-color: #f4d03f
    }
}

@-moz-keyframes type-purple {
    1%,100% {
        border-color: #9b59b6
    }

    50% {
        border-color: #b07cc6
    }
}

@-webkit-keyframes type-purple {
    1%,100% {
        border-color: #9b59b6
    }

    50% {
        border-color: #b07cc6
    }
}

@-o-keyframes type-purple {
    1%,100% {
        border-color: #9b59b6
    }

    50% {
        border-color: #b07cc6
    }
}

@keyframes type-purple {
    1%,100% {
        border-color: #9b59b6
    }

    50% {
        border-color: #b07cc6
    }
}

@-moz-keyframes type-dark {
    1%,100% {
        border-color: #34495e
    }

    50% {
        border-color: #46627f
    }
}

@-webkit-keyframes type-dark {
    1%,100% {
        border-color: #34495e
    }

    50% {
        border-color: #46627f
    }
}

@-o-keyframes type-dark {
    1%,100% {
        border-color: #34495e
    }

    50% {
        border-color: #46627f
    }
}

@keyframes type-dark {
    1%,100% {
        border-color: #34495e
    }

    50% {
        border-color: #46627f
    }
}

@-moz-keyframes shake {
    10%,90% {
        -webkit-transform: translate3d(-2px,0,0);
        transform: translate3d(-2px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(4px,0,0);
        transform: translate3d(4px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-8px,0,0);
        transform: translate3d(-8px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(8px,0,0);
        transform: translate3d(8px,0,0)
    }
}

@-webkit-keyframes shake {
    10%,90% {
        -webkit-transform: translate3d(-2px,0,0);
        transform: translate3d(-2px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(4px,0,0);
        transform: translate3d(4px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-8px,0,0);
        transform: translate3d(-8px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(8px,0,0);
        transform: translate3d(8px,0,0)
    }
}

@-o-keyframes shake {
    10%,90% {
        -webkit-transform: translate3d(-2px,0,0);
        transform: translate3d(-2px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(4px,0,0);
        transform: translate3d(4px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-8px,0,0);
        transform: translate3d(-8px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(8px,0,0);
        transform: translate3d(8px,0,0)
    }
}

@keyframes shake {
    10%,90% {
        -webkit-transform: translate3d(-2px,0,0);
        transform: translate3d(-2px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(4px,0,0);
        transform: translate3d(4px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-8px,0,0);
        transform: translate3d(-8px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(8px,0,0);
        transform: translate3d(8px,0,0)
    }
}

@-moz-keyframes glow {
    0%,100% {
        box-shadow: 0 0 3px #f00
    }

    50% {
        box-shadow: 0 0 30px #f00
    }
}

@-webkit-keyframes glow {
    0%,100% {
        box-shadow: 0 0 3px #f00
    }

    50% {
        box-shadow: 0 0 30px #f00
    }
}

@-o-keyframes glow {
    0%,100% {
        box-shadow: 0 0 3px #f00
    }

    50% {
        box-shadow: 0 0 30px #f00
    }
}

@keyframes glow {
    0%,100% {
        box-shadow: 0 0 3px #f00
    }

    50% {
        box-shadow: 0 0 30px #f00
    }
}

.circliful .outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 19.8;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    -moz-transform: rotate(-89deg) translateX(-190px)
}

.circliful .inner {
    fill: transparent;
    stroke: #ffa500;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    -moz-transform: rotate(-89deg) translateX(-190px);
    stroke-dashoffset: 0
}

.circliful {
    overflow: visible !important
}

.svg-container {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    position: relative
}

svg .icon {
    font-family: FontAwesome
}

.legend-line {
    white-space: nowrap
}

.color-box {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    display: inline-block;
    float: left;
    padding-top: 3px;
    margin: 2px 5px 0 0
}
/*
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        z-index: 1010;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
        box-shadow: 0 4px 5px rgba(0,0,0,0.15);
        clip: rect(0,0,0,0)
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        clip: auto
    }

    .chosen-container a {
        cursor: pointer
    }

    .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
        color: #999
    }

        .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top
        }

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 100%;
    border: 1px solid #ced8dc;
    border-radius: 4px;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    font-size: 1.2rem;
    color: rgba(0,0,0,0.54);
    margin-right: 26px;
    line-height: 42px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    display: block;
    width: 16px
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url("chosen-sprite.png") no-repeat 0 2px
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

    .chosen-container-single .chosen-search input[type="text"] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: url("chosen-sprite.png") no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0,0,0,0)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
            background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
            color: #fff
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline
        }

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
                width: 25px
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 3px;
            background-color: #eee;
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-size: 100% 19px;
            background-repeat: repeat-x;
            background-clip: padding-box;
            -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
            box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
            color: #333;
            line-height: 13px;
            cursor: default
        }

            .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url("chosen-sprite.png") -42px 1px no-repeat;
                font-size: 1px
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            color: #666
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image: linear-gradient(#eee 20%,#fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #222 !important
    }

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

    .chosen-disabled .chosen-single {
        cursor: default
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default
    }

.chosen-rtl {
    text-align: right
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px
    }

    .chosen-rtl .chosen-choices li {
        float: right
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px
            }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: url("chosen-sprite.png") no-repeat -30px -20px;
        direction: rtl
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px
    }

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}
/* ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle, .checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px
}

.toggle {
    position: relative;
    overflow: hidden
}

    .toggle input[type=checkbox] {
        display: none
    }

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none
}

.toggle.off .toggle-group {
    left: -100%
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px
}

.toggle.btn {
    min-width: 55px;
    min-height: 34px
}

.toggle-on.btn {
    padding-right: 24px
}

.toggle-off.btn {
    padding-left: 24px
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px
}

.toggle-on.btn-lg {
    padding-right: 31px
}

.toggle-off.btn-lg {
    padding-left: 31px
}

.toggle-handle.btn-lg {
    width: 40px
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px
}

.toggle-on.btn-sm {
    padding-right: 20px
}

.toggle-off.btn-sm {
    padding-left: 20px
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px
}

.toggle-on.btn-xs {
    padding-right: 12px
}

.toggle-off.btn-xs {
    padding-left: 12px
}

table th {
    font-weight: bold
}

table td, table th {
    padding: 9px 10px;
    text-align: left
}

@media only screen and (max-width:767px) {
    table.responsive {
        margin-bottom: 0
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc
    }

        .pinned table {
            border-right: none;
            border-left: none;
            width: 100%
        }

            .pinned table th, .pinned table td {
                white-space: nowrap
            }

        .pinned td:last-child {
            border-bottom: 0
        }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc
    }

        div.table-wrapper div.scrollable table {
            margin-left: 35%
        }

        div.table-wrapper div.scrollable {
            overflow: scroll;
            overflow-y: hidden
        }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden
    }

        table.responsive th:first-child, table.responsive td:first-child, table.responsive.pinned td {
            display: none
        }
}

.ball-pulse-sync > div, .ball-pulse > div {
    width: 15px;
    height: 15px;
    margin: 2px;
    display: inline-block
}

.ball-pulse-sync > div, .ball-pulse > div, .ball-scale > div {
    background-color: #fff;
    border-radius: 100%
}

@-webkit-keyframes scale {
    0%,80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

.ball-pulse > div:nth-child(0) {
    -webkit-animation: scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.ball-pulse-sync > div:nth-child(0) {
    -webkit-animation: ball-pulse-sync .6s -.21s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.21s infinite ease-in-out
}

.ball-pulse-sync > div:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.14s infinite ease-in-out
}

.ball-pulse-sync > div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s -.07s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.07s infinite ease-in-out
}

.ball-pulse-sync > div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out
}

.ball-pulse-sync > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale > div {
    height: 60px;
    width: 60px;
    animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-scale-random > div, .ball-scale > div {
    display: inline-block;
    margin: 2px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-scale-random {
    width: 37px;
    height: 40px
}

    .ball-scale-random > div {
        background-color: #fff;
        border-radius: 100%;
        position: absolute;
        height: 30px;
        width: 30px;
        animation: ball-scale 1s 0s ease-in-out infinite
    }

.ball-rotate > div, .ball-rotate > div:after, .ball-rotate > div:before {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%
}

.ball-rotate, .ball-rotate > div {
    position: relative
}

.ball-scale-random > div:nth-child(1) {
    margin-left: -7px;
    -webkit-animation: ball-scale 1s .2s ease-in-out infinite;
    animation: ball-scale 1s .2s ease-in-out infinite
}

.ball-scale-random > div:nth-child(3) {
    margin-left: -2px;
    margin-top: 9px;
    -webkit-animation: ball-scale 1s .5s ease-in-out infinite;
    animation: ball-scale 1s .5s ease-in-out infinite
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ball-rotate > div {
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .ball-rotate > div:first-child {
        -webkit-animation: rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;
        animation: rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite
    }

    .ball-rotate > div:after, .ball-rotate > div:before {
        margin: 2px;
        content: "";
        position: absolute;
        opacity: .8
    }

    .ball-rotate > div:before {
        top: 0;
        left: -28px
    }

    .ball-rotate > div:after {
        top: 0;
        left: 25px
    }

.ball-clip-rotate > div {
    border-radius: 100%;
    margin: 2px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: 0 0 !important;
    display: inline-block;
    -webkit-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite
}

.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

    .ball-clip-rotate-pulse > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100%
    }

        .ball-clip-rotate-pulse > div:first-child {
            background: #fff;
            height: 16px;
            width: 16px;
            top: 7px;
            left: -7px;
            -webkit-animation: scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
            animation: scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite
        }

        .ball-clip-rotate-pulse > div:last-child {
            position: absolute;
            width: 30px;
            height: 30px;
            left: -16px;
            top: -2px;
            background: 0 0;
            border: 2px solid;
            border-color: #fff transparent;
            -webkit-animation: rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
            animation: rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
            -webkit-animation-duration: 1s;
            animation-duration: 1s
        }

.ball-clip-rotate-multiple {
    position: relative
}

    .ball-clip-rotate-multiple > div {
        position: absolute;
        left: -20px;
        top: -20px;
        border: 2px solid #fff;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-radius: 100%;
        height: 35px;
        width: 35px;
        -webkit-animation: rotate 1s 0s ease-in-out infinite;
        animation: rotate 1s 0s ease-in-out infinite
    }

        .ball-clip-rotate-multiple > div:last-child {
            display: inline-block;
            top: -10px;
            left: -10px;
            width: 15px;
            height: 15px;
            -webkit-animation-duration: .5s;
            animation-duration: .5s;
            border-color: #fff transparent;
            -webkit-animation-direction: reverse;
            animation-direction: reverse
        }

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

.ball-scale-ripple > div {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8)
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

    .ball-scale-ripple-multiple > div:nth-child(0) {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s
    }

    .ball-scale-ripple-multiple > div:nth-child(1) {
        -webkit-animation-delay: -.6s;
        animation-delay: -.6s
    }

    .ball-scale-ripple-multiple > div:nth-child(2) {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s
    }

    .ball-scale-ripple-multiple > div:nth-child(3) {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s
    }

    .ball-scale-ripple-multiple > div {
        position: absolute;
        top: -2px;
        left: -26px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        border: 2px solid #fff;
        -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);
        animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)
    }

@-webkit-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-beat > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    -webkit-animation: ball-beat .7s 0s infinite linear;
    animation: ball-beat .7s 0s infinite linear
}

    .ball-beat > div:nth-child(2n-1) {
        -webkit-animation-delay: -.35s !important;
        animation-delay: -.35s !important
    }

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

    .ball-scale-multiple > div:nth-child(2) {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s
    }

    .ball-scale-multiple > div:nth-child(3) {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s
    }

    .ball-scale-multiple > div {
        background-color: #fff;
        border-radius: 100%;
        position: absolute;
        left: -30px;
        top: 0;
        opacity: 0;
        margin: 0;
        width: 60px;
        height: 60px;
        -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
        animation: ball-scale-multiple 1s 0s linear infinite
    }

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px,-50px);
        transform: translate(25px,-50px)
    }

    66% {
        -webkit-transform: translate(50px,0);
        transform: translate(50px,0)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px,50px);
        transform: translate(25px,50px)
    }

    66% {
        -webkit-transform: translate(-25px,50px);
        transform: translate(-25px,50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px,0);
        transform: translate(-50px,0)
    }

    66% {
        -webkit-transform: translate(-25px,-50px);
        transform: translate(-25px,-50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-29.99px,-37.51px);
    -ms-transform: translate(-29.99px,-37.51px);
    transform: translate(-29.99px,-37.51px)
}

    .ball-triangle-path > div:nth-child(1) {
        -webkit-animation-name: ball-triangle-path-1;
        animation-name: ball-triangle-path-1;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .ball-triangle-path > div:nth-child(2) {
        -webkit-animation-name: ball-triangle-path-2;
        animation-name: ball-triangle-path-2;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .ball-triangle-path > div:nth-child(2), .ball-triangle-path > div:nth-child(3) {
        -webkit-animation-duration: 2s;
        -webkit-animation-timing-function: ease-in-out
    }

    .ball-triangle-path > div:nth-child(3) {
        -webkit-animation-name: ball-triangle-path-3;
        animation-name: ball-triangle-path-3;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .ball-triangle-path > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 1px solid #fff
    }

.ball-grid-beat > div, .ball-pulse-rise > div {
    background-color: #fff;
    height: 15px;
    border-radius: 100%;
    margin: 2px
}

.ball-triangle-path > div:nth-of-type(1) {
    top: 50px
}

.ball-triangle-path > div:nth-of-type(2) {
    left: 25px
}

.ball-triangle-path > div:nth-of-type(3) {
    top: 50px;
    left: 50px
}

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.ball-pulse-rise > div {
    width: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.15,.46,.9,.6);
    animation-timing-function: cubic-bezier(.15,.46,.9,.6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

    .ball-pulse-rise > div:nth-child(2n) {
        -webkit-animation-name: ball-pulse-rise-even;
        animation-name: ball-pulse-rise-even
    }

    .ball-pulse-rise > div:nth-child(2n-1) {
        -webkit-animation-name: ball-pulse-rise-odd;
        animation-name: ball-pulse-rise-odd
    }

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

.ball-grid-beat {
    width: 57px
}

    .ball-grid-beat > div:nth-child(1) {
        -webkit-animation-delay: .44s;
        animation-delay: .44s;
        -webkit-animation-duration: 1.27s;
        animation-duration: 1.27s
    }

    .ball-grid-beat > div:nth-child(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
        -webkit-animation-duration: 1.52s;
        animation-duration: 1.52s
    }

    .ball-grid-beat > div:nth-child(3) {
        -webkit-animation-delay: .14s;
        animation-delay: .14s;
        -webkit-animation-duration: .61s;
        animation-duration: .61s
    }

    .ball-grid-beat > div:nth-child(4) {
        -webkit-animation-delay: .15s;
        animation-delay: .15s;
        -webkit-animation-duration: .82s;
        animation-duration: .82s
    }

    .ball-grid-beat > div:nth-child(5) {
        -webkit-animation-delay: -.01s;
        animation-delay: -.01s;
        -webkit-animation-duration: 1.24s;
        animation-duration: 1.24s
    }

    .ball-grid-beat > div:nth-child(6) {
        -webkit-animation-delay: -.07s;
        animation-delay: -.07s;
        -webkit-animation-duration: 1.35s;
        animation-duration: 1.35s
    }

    .ball-grid-beat > div:nth-child(7) {
        -webkit-animation-delay: .29s;
        animation-delay: .29s;
        -webkit-animation-duration: 1.44s;
        animation-duration: 1.44s
    }

    .ball-grid-beat > div:nth-child(8) {
        -webkit-animation-delay: .63s;
        animation-delay: .63s;
        -webkit-animation-duration: 1.19s;
        animation-duration: 1.19s
    }

    .ball-grid-beat > div:nth-child(9) {
        -webkit-animation-delay: -.18s;
        animation-delay: -.18s;
        -webkit-animation-duration: 1.48s;
        animation-duration: 1.48s
    }

    .ball-grid-beat > div {
        width: 15px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: ball-grid-beat;
        animation-name: ball-grid-beat;
        animation-iteration-count: infinite;
        -webkit-animation-delay: 0;
        animation-delay: 0
    }

    .ball-grid-beat > div, .ball-grid-pulse > div {
        display: inline-block;
        float: left;
        -webkit-animation-iteration-count: infinite
    }

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.ball-grid-pulse {
    width: 57px
}

    .ball-grid-pulse > div, .ball-spin-fade-loader > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px
    }

        .ball-grid-pulse > div:nth-child(1) {
            -webkit-animation-delay: .58s;
            animation-delay: .58s;
            -webkit-animation-duration: .9s;
            animation-duration: .9s
        }

        .ball-grid-pulse > div:nth-child(2) {
            -webkit-animation-delay: .01s;
            animation-delay: .01s;
            -webkit-animation-duration: .94s;
            animation-duration: .94s
        }

        .ball-grid-pulse > div:nth-child(3) {
            -webkit-animation-delay: .25s;
            animation-delay: .25s;
            -webkit-animation-duration: 1.43s;
            animation-duration: 1.43s
        }

        .ball-grid-pulse > div:nth-child(4) {
            -webkit-animation-delay: -.03s;
            animation-delay: -.03s;
            -webkit-animation-duration: .74s;
            animation-duration: .74s
        }

        .ball-grid-pulse > div:nth-child(5) {
            -webkit-animation-delay: .21s;
            animation-delay: .21s;
            -webkit-animation-duration: .68s;
            animation-duration: .68s
        }

        .ball-grid-pulse > div:nth-child(6) {
            -webkit-animation-delay: .25s;
            animation-delay: .25s;
            -webkit-animation-duration: 1.17s;
            animation-duration: 1.17s
        }

        .ball-grid-pulse > div:nth-child(7) {
            -webkit-animation-delay: .46s;
            animation-delay: .46s;
            -webkit-animation-duration: 1.41s;
            animation-duration: 1.41s
        }

        .ball-grid-pulse > div:nth-child(8) {
            -webkit-animation-delay: .02s;
            animation-delay: .02s;
            -webkit-animation-duration: 1.56s;
            animation-duration: 1.56s
        }

        .ball-grid-pulse > div:nth-child(9) {
            -webkit-animation-delay: .13s;
            animation-delay: .13s;
            -webkit-animation-duration: .78s;
            animation-duration: .78s
        }

    .ball-grid-pulse > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: ball-grid-pulse;
        animation-name: ball-grid-pulse;
        animation-iteration-count: infinite;
        -webkit-animation-delay: 0;
        animation-delay: 0
    }

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px
}

    .ball-spin-fade-loader > div:nth-child(1) {
        top: 25px;
        left: 0;
        -webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
        animation: ball-spin-fade-loader 1s -.96s infinite linear
    }

    .ball-spin-fade-loader > div:nth-child(2) {
        top: 17.05px;
        left: 17.05px;
        -webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
        animation: ball-spin-fade-loader 1s -.84s infinite linear
    }

    .ball-spin-fade-loader > div:nth-child(3) {
        top: 0;
        left: 25px;
        -webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
        animation: ball-spin-fade-loader 1s -.72s infinite linear
    }

    .ball-spin-fade-loader > div:nth-child(4) {
        top: -17.05px;
        left: 17.05px;
        -webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
        animation: ball-spin-fade-loader 1s -.6s infinite linear
    }

    .ball-spin-fade-loader > div:nth-child(5) {
        top: -25px;
        left: 0;
        -webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
        animation: ball-spin-fade-loader 1s -.48s infinite linear
    }

    .ball-spin-fade-loader > div:nth-child(6) {
        top: -17.05px;
        left: -17.05px;
        -webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
        animation: ball-spin-fade-loader 1s -.36s infinite linear
    }

    .ball-spin-fade-loader > div:nth-child(7) {
        top: 0;
        left: -25px;
        -webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
        animation: ball-spin-fade-loader 1s -.24s infinite linear
    }

    .ball-spin-fade-loader > div:nth-child(8) {
        top: 17.05px;
        left: -17.05px;
        -webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
        animation: ball-spin-fade-loader 1s -.12s infinite linear
    }

    .ball-spin-fade-loader > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute
    }

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

.ball-spin-loader {
    position: relative
}

    .ball-spin-loader > span:nth-child(1) {
        top: 45px;
        left: 0;
        -webkit-animation: ball-spin-loader 2s .9s infinite linear;
        animation: ball-spin-loader 2s .9s infinite linear
    }

    .ball-spin-loader > span:nth-child(2) {
        top: 30.68px;
        left: 30.68px;
        -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
        animation: ball-spin-loader 2s 1.8s infinite linear
    }

    .ball-spin-loader > span:nth-child(3) {
        top: 0;
        left: 45px;
        -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
        animation: ball-spin-loader 2s 2.7s infinite linear
    }

    .ball-spin-loader > span:nth-child(4) {
        top: -30.68px;
        left: 30.68px;
        -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
        animation: ball-spin-loader 2s 3.6s infinite linear
    }

    .ball-spin-loader > span:nth-child(5) {
        top: -45px;
        left: 0;
        -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
        animation: ball-spin-loader 2s 4.5s infinite linear
    }

    .ball-spin-loader > span:nth-child(6) {
        top: -30.68px;
        left: -30.68px;
        -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
        animation: ball-spin-loader 2s 5.4s infinite linear
    }

    .ball-spin-loader > span:nth-child(7) {
        top: 0;
        left: -45px;
        -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
        animation: ball-spin-loader 2s 6.3s infinite linear
    }

    .ball-spin-loader > span:nth-child(8) {
        top: 30.68px;
        left: -30.68px;
        -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
        animation: ball-spin-loader 2s 7.2s infinite linear
    }

    .ball-spin-loader > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background: #008000
    }

.ball-zig-zag-deflect > div, .ball-zig-zag > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px 2px 2px 15px;
    top: 4px;
    left: -7px
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    66% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.ball-zig-zag {
    position: relative;
    -webkit-transform: translate(-15px,-15px);
    -ms-transform: translate(-15px,-15px);
    transform: translate(-15px,-15px)
}

    .ball-zig-zag > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute
    }

        .ball-zig-zag > div:first-child {
            -webkit-animation: ball-zig .7s 0s infinite linear;
            animation: ball-zig .7s 0s infinite linear
        }

        .ball-zig-zag > div:last-child {
            -webkit-animation: ball-zag .7s 0s infinite linear;
            animation: ball-zag .7s 0s infinite linear
        }

@-webkit-keyframes ball-zig-deflect {
    17%,84% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    34%,67% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100%,50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-zag-deflect {
    17%,84% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    34%,67% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100%,50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.ball-zig-zag-deflect {
    position: relative;
    -webkit-transform: translate(-15px,-15px);
    -ms-transform: translate(-15px,-15px);
    transform: translate(-15px,-15px)
}

    .ball-zig-zag-deflect > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute
    }

        .ball-zig-zag-deflect > div:first-child {
            -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
            animation: ball-zig-deflect 1.5s 0s infinite linear
        }

        .ball-zig-zag-deflect > div:last-child {
            -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
            animation: ball-zag-deflect 1.5s 0s infinite linear
        }

@-webkit-keyframes line-scale {
    0%,100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale > div {
    animation-fill-mode: both;
    display: inline-block
}

.line-scale-party > div, .line-scale > div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    width: 4px;
    height: 35px;
    -webkit-animation-fill-mode: both
}

@-webkit-keyframes line-scale-party {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.line-scale-party > div:nth-child(1) {
    -webkit-animation-delay: -.09s;
    animation-delay: -.09s;
    -webkit-animation-duration: .83s;
    animation-duration: .83s
}

.line-scale-party > div:nth-child(2) {
    -webkit-animation-delay: .33s;
    animation-delay: .33s;
    -webkit-animation-duration: .64s;
    animation-duration: .64s
}

.line-scale-party > div:nth-child(3) {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
    -webkit-animation-duration: .39s;
    animation-duration: .39s
}

.line-scale-party > div:nth-child(4) {
    -webkit-animation-delay: .47s;
    animation-delay: .47s;
    -webkit-animation-duration: .52s;
    animation-duration: .52s
}

.line-scale-party > div {
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes line-scale-pulse-out {
    0%,100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

.line-scale-pulse-out > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);
    animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)
}

    .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
        -webkit-animation-delay: -.4s !important;
        animation-delay: -.4s !important
    }

    .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
        -webkit-animation-delay: -.2s !important;
        animation-delay: -.2s !important
    }

@-webkit-keyframes line-scale-pulse-out-rapid {
    0%,90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}

.line-scale-pulse-out-rapid > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);
    animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)
}

    .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
        -webkit-animation-delay: -.25s !important;
        animation-delay: -.25s !important
    }

    .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important
    }

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

.line-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -4px
}

    .line-spin-fade-loader > div:nth-child(1) {
        top: 20px;
        left: 0;
        -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out
    }

    .line-spin-fade-loader > div:nth-child(2) {
        top: 13.64px;
        left: 13.64px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out
    }

    .line-spin-fade-loader > div:nth-child(3) {
        top: 0;
        left: 20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out
    }

    .line-spin-fade-loader > div:nth-child(4) {
        top: -13.64px;
        left: 13.64px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out
    }

    .line-spin-fade-loader > div:nth-child(5) {
        top: -20px;
        left: 0;
        -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out
    }

    .line-spin-fade-loader > div:nth-child(6) {
        top: -13.64px;
        left: -13.64px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out
    }

    .line-spin-fade-loader > div:nth-child(7) {
        top: 0;
        left: -20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out
    }

    .line-spin-fade-loader > div:nth-child(8) {
        top: 13.64px;
        left: -13.64px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out
    }

    .line-spin-fade-loader > div {
        background-color: #fff;
        border-radius: 2px;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        width: 5px;
        height: 15px
    }

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.triangle-skew-spin > div {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.square-spin > div {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #f00;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite
}

.pacman > div:first-of-type, .pacman > div:nth-child(2) {
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    position: relative;
    left: -30px
}

@-webkit-keyframes rotate_pacman_half_up {
    0%,100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0%,100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: .7
    }

    100% {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px)
    }
}

.pacman {
    position: relative
}

    .pacman > div:nth-child(3) {
        -webkit-animation: pacman-balls 1s -.66s infinite linear;
        animation: pacman-balls 1s -.66s infinite linear
    }

    .pacman > div:nth-child(4) {
        -webkit-animation: pacman-balls 1s -.33s infinite linear;
        animation: pacman-balls 1s -.33s infinite linear
    }

    .pacman > div:nth-child(5) {
        -webkit-animation: pacman-balls 1s 0s infinite linear;
        animation: pacman-balls 1s 0s infinite linear
    }

    .pacman > div:first-of-type {
        -webkit-animation: rotate_pacman_half_up .5s 0s infinite;
        animation: rotate_pacman_half_up .5s 0s infinite
    }

    .pacman > div:nth-child(2) {
        -webkit-animation: rotate_pacman_half_down .5s 0s infinite;
        animation: rotate_pacman_half_down .5s 0s infinite;
        margin-top: -50px
    }

    .pacman > div:nth-child(3), .pacman > div:nth-child(4), .pacman > div:nth-child(5), .pacman > div:nth-child(6) {
        background-color: #fff;
        border-radius: 100%;
        margin: 2px;
        width: 10px;
        height: 10px;
        position: absolute;
        -webkit-transform: translate(0,-6.25px);
        -ms-transform: translate(0,-6.25px);
        transform: translate(0,-6.25px);
        top: 25px;
        left: 70px
    }

@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px,50px) rotate(-180deg);
        transform: translate(50px,50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.cube-transition {
    position: relative;
    -webkit-transform: translate(-25px,-25px);
    -ms-transform: translate(-25px,-25px);
    transform: translate(-25px,-25px)
}

    .cube-transition > div {
        width: 10px;
        height: 10px;
        position: absolute;
        top: -5px;
        left: -5px;
        background-color: #fff;
        -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
        animation: cube-transition 1.6s 0s infinite ease-in-out
    }

        .cube-transition > div:last-child {
            -webkit-animation-delay: -.8s;
            animation-delay: -.8s
        }

@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden
}

    .semi-circle-spin > div {
        position: absolute;
        border-width: 0;
        border-radius: 100%;
        -webkit-animation: spin-rotate .6s 0s infinite linear;
        animation: spin-rotate .6s 0s infinite linear;
        background-image: -webkit-linear-gradient(transparent 0,transparent 70%,#fff 30%,#fff 100%);
        background-image: linear-gradient(transparent 0,transparent 70%,#fff 30%,#fff 100%);
        width: 100%;
        height: 100%
    }

@-webkit-keyframes bar-progress {
    0%,100% {
        -webkit-transform: scaleY(20%);
        transform: scaleY(20%);
        opacity: 1
    }

    25%,75% {
        -webkit-transform: translateX(6%) scaleY(10%);
        transform: translateX(6%) scaleY(10%);
        opacity: .7
    }

    50% {
        -webkit-transform: translateX(20%) scaleY(20%);
        transform: translateX(20%) scaleY(20%);
        opacity: 1
    }
}

.bar-progress {
    width: 30%;
    height: 12px
}

    .bar-progress > div {
        position: relative;
        width: 20%;
        height: 12px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-animation: bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;
        animation: bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;
        opacity: 1
    }

.bar-swing, .bar-swing > div {
    height: 8px;
    width: 30%
}

@-webkit-keyframes bar-swing {
    0%,100% {
        left: 0
    }

    50% {
        left: 70%
    }
}

.bar-swing > div {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation: bar-swing 1.5s infinite;
    animation: bar-swing 1.5s infinite
}

@-webkit-keyframes bar-swing-container {
    0%,100% {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        left: 70%;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

.bar-swing-container {
    width: 20%;
    height: 8px;
    position: relative
}

    .bar-swing-container div:nth-child(1) {
        position: absolute;
        width: 100%;
        background-color: rgba(255,255,255,0.2);
        height: 12px;
        border-radius: 10px
    }

    .bar-swing-container div:nth-child(2) {
        position: absolute;
        width: 30%;
        height: 8px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-animation: bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;
        animation: bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;
        margin: 2px 2px 0
    }

@-moz-keyframes scale {
    0%,80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

@-webkit-keyframes scale {
    0%,80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

@-o-keyframes scale {
    0%,80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

@keyframes scale {
    0%,80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

@-moz-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@-o-keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@-moz-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px,-50px);
        transform: translate(25px,-50px)
    }

    66% {
        -webkit-transform: translate(50px,0);
        transform: translate(50px,0)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px,-50px);
        transform: translate(25px,-50px)
    }

    66% {
        -webkit-transform: translate(50px,0);
        transform: translate(50px,0)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-o-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px,-50px);
        transform: translate(25px,-50px)
    }

    66% {
        -webkit-transform: translate(50px,0);
        transform: translate(50px,0)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px,-50px);
        transform: translate(25px,-50px)
    }

    66% {
        -webkit-transform: translate(50px,0);
        transform: translate(50px,0)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-moz-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px,50px);
        transform: translate(25px,50px)
    }

    66% {
        -webkit-transform: translate(-25px,50px);
        transform: translate(-25px,50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px,50px);
        transform: translate(25px,50px)
    }

    66% {
        -webkit-transform: translate(-25px,50px);
        transform: translate(-25px,50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-o-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px,50px);
        transform: translate(25px,50px)
    }

    66% {
        -webkit-transform: translate(-25px,50px);
        transform: translate(-25px,50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px,50px);
        transform: translate(25px,50px)
    }

    66% {
        -webkit-transform: translate(-25px,50px);
        transform: translate(-25px,50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-moz-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px,0);
        transform: translate(-50px,0)
    }

    66% {
        -webkit-transform: translate(-25px,-50px);
        transform: translate(-25px,-50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px,0);
        transform: translate(-50px,0)
    }

    66% {
        -webkit-transform: translate(-25px,-50px);
        transform: translate(-25px,-50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-o-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px,0);
        transform: translate(-50px,0)
    }

    66% {
        -webkit-transform: translate(-25px,-50px);
        transform: translate(-25px,-50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px,0);
        transform: translate(-50px,0)
    }

    66% {
        -webkit-transform: translate(-25px,-50px);
        transform: translate(-25px,-50px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-moz-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@-o-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@-moz-keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-o-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-moz-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    66% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    66% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-o-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    66% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    66% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-moz-keyframes ball-zig-deflect {
    17%,84% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    34%,67% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100%,50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-zig-deflect {
    17%,84% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    34%,67% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100%,50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-o-keyframes ball-zig-deflect {
    17%,84% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    34%,67% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100%,50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-zig-deflect {
    17%,84% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    34%,67% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    100%,50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-moz-keyframes ball-zag-deflect {
    17%,84% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    34%,67% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100%,50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ball-zag-deflect {
    17%,84% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    34%,67% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100%,50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-o-keyframes ball-zag-deflect {
    17%,84% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    34%,67% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100%,50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball-zag-deflect {
    17%,84% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    34%,67% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    100%,50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-moz-keyframes line-scale {
    0%,100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@-webkit-keyframes line-scale {
    0%,100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@-o-keyframes line-scale {
    0%,100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@keyframes line-scale {
    0%,100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@-moz-keyframes line-scale-party {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@-webkit-keyframes line-scale-party {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@-o-keyframes line-scale-party {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes line-scale-party {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@-moz-keyframes line-scale-pulse-out {
    0%,100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@-webkit-keyframes line-scale-pulse-out {
    0%,100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@-o-keyframes line-scale-pulse-out {
    0%,100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@keyframes line-scale-pulse-out {
    0%,100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@-moz-keyframes line-scale-pulse-out-rapid {
    0%,90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}

@-webkit-keyframes line-scale-pulse-out-rapid {
    0%,90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}

@-o-keyframes line-scale-pulse-out-rapid {
    0%,90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}

@keyframes line-scale-pulse-out-rapid {
    0%,90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}

@-moz-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@-o-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@-moz-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@-o-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@-moz-keyframes rotate_pacman_half_up {
    0%,100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate_pacman_half_up {
    0%,100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotate_pacman_half_up {
    0%,100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate_pacman_half_up {
    0%,100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate_pacman_half_down {
    0%,100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0%,100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-o-keyframes rotate_pacman_half_down {
    0%,100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotate_pacman_half_down {
    0%,100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes pacman-balls {
    75% {
        opacity: .7
    }

    100% {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px)
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: .7
    }

    100% {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px)
    }
}

@-o-keyframes pacman-balls {
    75% {
        opacity: .7
    }

    100% {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px)
    }
}

@keyframes pacman-balls {
    75% {
        opacity: .7
    }

    100% {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px)
    }
}

@-moz-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px,50px) rotate(-180deg);
        transform: translate(50px,50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px,50px) rotate(-180deg);
        transform: translate(50px,50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-o-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px,50px) rotate(-180deg);
        transform: translate(50px,50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px,50px) rotate(-180deg);
        transform: translate(50px,50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-moz-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes bar-progress {
    0%,100% {
        -webkit-transform: scaleY(20%);
        transform: scaleY(20%);
        opacity: 1
    }

    25%,75% {
        -webkit-transform: translateX(6%) scaleY(10%);
        transform: translateX(6%) scaleY(10%);
        opacity: .7
    }

    50% {
        -webkit-transform: translateX(20%) scaleY(20%);
        transform: translateX(20%) scaleY(20%);
        opacity: 1
    }
}

@-webkit-keyframes bar-progress {
    0%,100% {
        -webkit-transform: scaleY(20%);
        transform: scaleY(20%);
        opacity: 1
    }

    25%,75% {
        -webkit-transform: translateX(6%) scaleY(10%);
        transform: translateX(6%) scaleY(10%);
        opacity: .7
    }

    50% {
        -webkit-transform: translateX(20%) scaleY(20%);
        transform: translateX(20%) scaleY(20%);
        opacity: 1
    }
}

@-o-keyframes bar-progress {
    0%,100% {
        -webkit-transform: scaleY(20%);
        transform: scaleY(20%);
        opacity: 1
    }

    25%,75% {
        -webkit-transform: translateX(6%) scaleY(10%);
        transform: translateX(6%) scaleY(10%);
        opacity: .7
    }

    50% {
        -webkit-transform: translateX(20%) scaleY(20%);
        transform: translateX(20%) scaleY(20%);
        opacity: 1
    }
}

@keyframes bar-progress {
    0%,100% {
        -webkit-transform: scaleY(20%);
        transform: scaleY(20%);
        opacity: 1
    }

    25%,75% {
        -webkit-transform: translateX(6%) scaleY(10%);
        transform: translateX(6%) scaleY(10%);
        opacity: .7
    }

    50% {
        -webkit-transform: translateX(20%) scaleY(20%);
        transform: translateX(20%) scaleY(20%);
        opacity: 1
    }
}

@-moz-keyframes bar-swing {
    0%,100% {
        left: 0
    }

    50% {
        left: 70%
    }
}

@-webkit-keyframes bar-swing {
    0%,100% {
        left: 0
    }

    50% {
        left: 70%
    }
}

@-o-keyframes bar-swing {
    0%,100% {
        left: 0
    }

    50% {
        left: 70%
    }
}

@keyframes bar-swing {
    0%,100% {
        left: 0
    }

    50% {
        left: 70%
    }
}

@-moz-keyframes bar-swing-container {
    0%,100% {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        left: 70%;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

@-webkit-keyframes bar-swing-container {
    0%,100% {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        left: 70%;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

@-o-keyframes bar-swing-container {
    0%,100% {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        left: 70%;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

@keyframes bar-swing-container {
    0%,100% {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        left: 70%;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/Iconos/icomoon.eot?lhuils");
    src: url("../fonts/Iconos/icomoon.eot?lhuils#iefix") format('embedded-opentype'),url("../fonts/Iconos/icomoon.ttf?lhuils") format('truetype'),url("../fonts/Iconos/icomoon.woff?lhuils") format('woff'),url("../fonts/Iconos/icomoon.svg?lhuils#icomoon") format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-DropdownMenuCerrar:before {
    content: "\e92f"
}

.icon-TimbradoIlimitado:before {
    content: "\e92e"
}

.icon-Search:before {
    content: "\e92b"
}

.icon-DropdownMenu:before {
    content: "\e92c"
}

.icon-Editar:before {
    content: "\e92d"
}

.icon-AccionRapida:before {
    content: "\e900"
}

.icon-Adelante:before {
    content: "\e901"
}

.icon-Add:before {
    content: "\e902"
}

.icon-AgregarCliente:before {
    content: "\e903"
}

.icon-Ajustes:before {
    content: "\e904"
}

.icon-Atras:before {
    content: "\e905"
}

.icon-Ayuda:before {
    content: "\e906"
}

.icon-CambiarContrasena:before {
    content: "\e907"
}

.icon-Catalogos:before {
    content: "\e908"
}

.icon-Close:before {
    content: "\e909"
}

.icon-CerrarSesion:before {
    content: "\e90a"
}

.icon-CheckSeleccionado:before {
    content: "\e90b"
}

.icon-CheckVacio:before {
    content: "\e90c"
}

.icon-ComprarTimbres:before {
    content: "\e90d"
}

.icon-Comprobantes:before {
    content: "\e90e"
}

.icon-Configuracion:before {
    content: "\e90f"
}

.icon-Contabilidad:before {
    content: "\e910"
}

.icon-Correcto:before {
    content: "\e911"
}

.icon-CrearComprobante:before {
    content: "\e912"
}

.icon-Descargar:before {
    content: "\e913"
}

.icon-Dropdown:before {
    content: "\e914"
}

.icon-Dropup:before {
    content: "\e915"
}

.icon-Egresos:before {
    content: "\e916"
}

.icon-Eliminar:before {
    content: "\e917"
}

.icon-EnviarCorreo:before {
    content: "\e918"
}

.icon-Error:before {
    content: "\e919"
}

.icon-Informacion:before {
    content: "\e91a"
}

.icon-Ir:before {
    content: "\e91b"
}

.icon-Menu:before {
    content: "\e91c"
}

.icon-MiContador:before {
    content: "\e91d"
}

.icon-MiEmpresa:before {
    content: "\e91e"
}

.icon-MisNotas:before {
    content: "\e91f"
}

.icon-MiTablero:before {
    content: "\e920"
}

.icon-MostrarContrasena:before {
    content: "\e921"
}

.icon-Notificacion:before {
    content: "\e922"
}

.icon-NotificacionVacia:before {
    content: "\e923"
}

.icon-OcultarContrasena:before {
    content: "\e924"
}

.icon-ReportaUnProblema:before {
    content: "\e925"
}

.icon-Reportes:before {
    content: "\e926"
}

.icon-SubMenu:before {
    content: "\e927"
}

.icon-Timbres:before {
    content: "\e928"
}

.icon-VersionAnterior:before {
    content: "\e929"
}

.icon-Volver:before {
    content: "\e92a"
}

@font-face {
    font-family: 'SFUIDisplay-Medium';
    src: url("../fonts/SFUIDisplay/medium.eot");
    src: url("../fonts/SFUIDisplay/medium.woff2") format('woff2'),url("../fonts/SFUIDisplay/medium.woff") format('woff'),url("../fonts/SFUIDisplay/medium.ttf") format('truetype'),url("../fonts/SFUIDisplay/medium.svg#SFUIDisplay-Medium") format('svg'),url("../fonts/SFUIDisplay/medium.eot?#iefix") format('embedded-opentype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'SFUIDisplay-Light';
    src: url("../fonts/SFUIDisplay/light.eot");
    src: url("../fonts/SFUIDisplay/light.woff2") format('woff2'),url("../fonts/SFUIDisplay/light.woff") format('woff'),url("../fonts/SFUIDisplay/light.ttf") format('truetype'),url("../fonts/SFUIDisplay/light.svg#SFUIDisplay-Light") format('svg'),url("../fonts/SFUIDisplay/light.eot?#iefix") format('embedded-opentype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'SFUIDisplay-Thin';
    src: url("../fonts/SFUIDisplay/thin.eot");
    src: url("../fonts/SFUIDisplay/thin.woff2") format('woff2'),url("../fonts/SFUIDisplay/thin.woff") format('woff'),url("../fonts/SFUIDisplay/thin.ttf") format('truetype'),url("../fonts/SFUIDisplay/thin.svg#SFUIDisplay-Thin") format('svg'),url("../fonts/SFUIDisplay/thin.eot?#iefix") format('embedded-opentype');
    font-weight: normal;
    font-style: normal
}

html, body {
    margin: 0;
    font-family: SFUIDisplay-Thin;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.87);
    height: 100%
}

* {
    box-sizing: border-box
}

figure {
    margin: 0
}

h1 {
    font-family: SFUIDisplay-Thin;
    font-size: 3.42rem
}

h2 {
    font-family: SFUIDisplay-Thin;
    font-size: 2.57rem;
    color: #474747
}

h3 {
    font-family: SFUIDisplay-Light;
    font-size: 1.28rem
}

h4 {
    font-family: SFUIDisplay-Medium;
    font-size: 1.28rem;
    color: #474747
}

h5 {
    font-family: SFUIDisplay-Light;
    font-size: 1rem
}

h6 {
    font-family: SFUIDisplay-Light;
    font-size: .85rem
}

a {
    color: inherit;
    text-decoration: none;
    outline: none
}

b {
    font-family: SFUIDisplay-Medium
}

::-webkit-input-placeholder {
    color: rgba(0,0,0,0.38);
    font-size: 1.28rem
}

:-moz-placeholder {
    color: rgba(0,0,0,0.38);
    font-size: 1.28rem
}

::-moz-placeholder {
    color: rgba(0,0,0,0.38);
    font-size: 1.28rem
}

:-ms-input-placeholder {
    color: rgba(0,0,0,0.38);
    font-size: 1.28rem
}

input, select {
    font-family: SFUIDisplay-Thin;
    outline: none;
    letter-spacing: 2px
}

.contenedor-el {
    margin-bottom: 10px;
    position: relative
}

    .contenedor-el label {
        font-size: .85rem;
        display: block;
        padding: 10px 0;
        font-family: SFUIDisplay-Medium;
        color: rgba(0,0,0,0.87);
        text-align: left
    }

    .contenedor-el input, .contenedor-el textarea, .contenedor-el select {
        height: 45px;
        padding: 0 10px;
        font-size: 1rem;
        background-color: #fff;
        border: 1px solid #ced8dc;
        border-radius: 4px;
        margin: 0
    }

        .contenedor-el input:focus, .contenedor-el select:focus {
            border-color: #3498db;
            border-width: 2px
        }

        .contenedor-el select.placeholder {
            color: rgba(0,0,0,0.54);
            font-size: 1.2rem
        }

        .contenedor-el input.error, .contenedor-el select.error {
            border-color: #e74c3c;
            border-width: 2px
        }

        .contenedor-el input.mostrarValor {
            padding-right: 40px
        }

            .contenedor-el input.mostrarValor + span {
                position: absolute;
                right: 10px;
                bottom: 12px;
                color: rgba(0,0,0,0.54);
                cursor: pointer
            }

                .contenedor-el input.mostrarValor + span:hover {
                    color: rgba(0,0,0,0.87)
                }

    .contenedor-el .icon-MostrarContrasena {
        font-size: 1rem;
        margin-bottom: 2px
    }

    .contenedor-el .icon-OcultarContrasena {
        font-size: 1.23rem
    }

.contenedor-checkbox span {
    font-size: 18px;
    cursor: pointer
}

    .contenedor-checkbox span.icon-CheckVacio {
        color: rgba(0,0,0,0.54)
    }

        .contenedor-checkbox span.icon-CheckVacio:hover {
            color: rgba(0,0,0,0.87)
        }

    .contenedor-checkbox span.icon-CheckSeleccionado {
        color: #474747
    }

.file-el {
    position: relative;
    overflow: hidden;
    padding: 7px 0;
    text-align: left
}

    .file-el:hover span {
        color: rgba(0,0,0,0.87)
    }

    .file-el span {
        font-size: 1.2rem;
        text-decoration: underline;
        color: rgba(0,0,0,0.54);
        cursor: pointer
    }

        .file-el span.activo {
            color: rgba(0,0,0,0.87)
        }

    .file-el input {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer
    }

.forma-acciones {
    text-align: center;
    margin-top: 50px
}

.pan {
    overflow-x: auto
}

.row {
    display: table;
    table-layout: fixed;
    width: 100%
}

    .row > * {
        display: table-cell;
        padding: 5px
    }

    .row > :first-child {
        padding-left: 0
    }

    .row > :last-child {
        padding-right: 0
    }

    .row input, .row textarea, .row select {
        width: 100%
    }

.ancho100 {
    width: 100%
}

.ancho80 {
    width: 80%
}

.ancho70 {
    width: 70%
}

.ancho60 {
    width: 60%
}

.ancho65 {
    width: 65%
}

.ancho50 {
    width: 50%
}

.ancho40 {
    width: 40%
}

.ancho33 {
    width: 35%
}

.ancho33 {
    width: 33%
}

.ancho30 {
    width: 30%
}

.ancho25 {
    width: 25%
}

.ancho12 {
    width: 12.5%
}

.ancho20 {
    width: 20%
}

.ancho15 {
    width: 15%
}

.ancho10 {
    width: 10%
}

.link {
    color: rgba(0,0,0,0.54);
    text-decoration: underline;
    font-size: .85rem;
    cursor: pointer
}

    .link:hover {
        color: rgba(0,0,0,0.87)
    }

.boton {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    font-family: SFUIDisplay-Medium;
    background-color: #fefefe;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    border-radius: 30px;
    cursor: pointer;
    color: #474747;
    text-align: center;
    border: 1px solid #ced8dc;
    font-size: 1rem;
    outline: none
}

    .boton:hover {
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.2)
    }

.circulo-azul {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #474747;
    border-radius: 5px
}

.circulo-verde {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #7ed321;
    border-radius: 5px
}

.circulo-rojo {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #e74c3c;
    border-radius: 5px
}

.fondo-color {
    border-radius: 4px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    font-size: .86rem
}

.fondo-color-azul {
    background-color: #3498db
}

.fondo-color-rojo {
    background-color: #e74c3c
}

.wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.vista {
    margin-top: 50px;
    margin-bottom: 50px
}

    .vista .contenedor-forma {
        max-width: 500px;
        margin: 0 auto
    }

.margen-bottom {
    margin-bottom: 20px
}

.ocultar {
    display: none !important
}

.limpiar {
    clear: both
}

.texto-left {
    text-align: left
}

.texto-right {
    text-align: right
}

.texto-center {
    text-align: center
}

.texto-tachado {
    text-decoration: line-through
}

.table {
    display: table;
    width: 100%
}

    .table > * {
        display: table-cell;
        vertical-align: top
    }

.checkboxes {
    margin: 0;
    padding: 0
}

    .checkboxes input {
        vertical-align: middle
    }

    .checkboxes > * {
        list-style: none;
        display: inline-block;
        width: 240px;
        margin: 10px 0;
        font-size: 1.28rem;
        vertical-align: top
    }

.dropdown {
    position: relative;
    display: inline-block
}

    .dropdown span {
        color: rgba(0,0,0,0.54)
    }

        .dropdown span:hover, .dropdown span.selected {
            color: rgba(0,0,0,0.87)
        }

.dropdown-trigger {
    cursor: pointer
}

.dropdown-content {
    position: absolute;
    right: 0;
    background-color: #151515;
    width: 260px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 4
}

    .dropdown-content a {
        color: rgba(255,255,255,0.54) !important;
        padding: 0 22px;
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        display: block;
        text-transform: none;
        border-bottom: 1px solid #253546;
        font-size: 1.2rem;
        font-family: SFUIDisplay-Thin
    }

        .dropdown-content a:hover {
            color: rgba(255,255,255,0.87) !important;
            background-color: #34495e
        }

.dropdown .icon-SubMenu {
    padding: 10px
}

.dropdown-background {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.contenedor-totales {
    border: 1px solid #ced8dc;
    border-radius: 4px
}

    .contenedor-totales > .table:not(:last-child) {
        border-bottom: 1px solid #ced8dc
    }

    .contenedor-totales > .table > * {
        width: 50%;
        vertical-align: middle
    }

    .contenedor-totales > .table > :first-child {
        font-family: SFUIDisplay-Medium;
        border-right: 1px solid #ced8dc;
        color: rgba(0,0,0,0.87)
    }

        .contenedor-totales > .table > :first-child > * {
            vertical-align: middle
        }

        .contenedor-totales > .table > :first-child > :first-child {
            width: 140px;
            border-right: 1px solid #ced8dc
        }

        .contenedor-totales > .table > :first-child input {
            padding: 15px 0 15px 10px
        }

    .contenedor-totales label {
        padding: 15px;
        color: rgba(0,0,0,0.87);
        text-align: left
    }

    .contenedor-totales input {
        width: 100%;
        border: none;
        text-align: right;
        background-color: #fff;
        font-size: 1rem;
        font-family: SFUIDisplay-Thin;
        padding: 15px 0
    }

.limitar-alert {
    max-width: 300px;
    margin: auto
}

div.header-filtros {
    display: none
}

    div.header-filtros h4 {
        position: relative
    }

        div.header-filtros h4 span {
            color: rgba(0,0,0,0.54);
            font-size: 8px;
            position: absolute;
            right: 0;
            padding: 10px 0 10px 10px;
            cursor: pointer
        }

div.filtros {
    margin: 10px 0
}

    div.filtros .contenedor-el {
        display: inline-block;
        margin-right: 8px
    }

        div.filtros .contenedor-el:last-child {
            margin-right: 0
        }

div.acciones {
    margin: 85px 0 20px;
    text-align: right
}

    div.acciones > * {
        margin: 0 10px
    }

    div.acciones > :last-child {
        margin-right: 0
    }

    div.acciones span {
        cursor: pointer;
        color: #474747;
        text-transform: uppercase;
        font-family: SFUIDisplay-Medium
    }

.header-catalogo {
    display: none;
    position: relative
}

    .header-catalogo span {
        position: absolute;
        right: 0;
        color: rgba(0,0,0,0.54);
        font-size: 14px
    }

table.catalogo {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%
}

    table.catalogo thead tr td {
        background-color: #ecf0f1;
        text-transform: uppercase;
        font-family: SFUIDisplay-Light;
        color: rgba(0,0,0,0.54)
    }

        table.catalogo thead tr td:first-child {
            border-top-left-radius: 5px
        }

        table.catalogo thead tr td:last-child {
            border-top-right-radius: 5px
        }

    table.catalogo td {
        padding: 16px 20px
    }

    table.catalogo tbody td {
        border-bottom: 1px solid #ecf0f1;
        color: rgba(0,0,0,0.87)
    }

        table.catalogo tbody td:first-child {
            border-left: 1px solid #ecf0f1
        }

        table.catalogo tbody td:last-child {
            border-right: 1px solid #ecf0f1
        }

    table.catalogo tbody tr:last-child td:first-child {
        border-bottom-left-radius: 5px
    }

    table.catalogo tbody tr:last-child td:last-child {
        border-bottom-right-radius: 5px
    }

    table.catalogo input[type="checkbox"] {
        display: none
    }

    table.catalogo tbody a {
        color: rgba(0,0,0,0.54)
    }

        table.catalogo tbody a:hover {
            color: rgba(0,0,0,0.87)
        }

    table.catalogo .fondo-color {
        width: 100%
    }

    table.catalogo .cancelado {
        color: rgba(0,0,0,0.87);
        font-size: .86rem;
        text-align: center;
        font-family: SFUIDisplay-Medium
    }

    table.catalogo .circulo-verde {
        margin-right: 13px
    }

table.conceptos {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%
}

    table.conceptos thead tr td {
        color: rgba(0,0,0,0.87);
        font-size: .86rem;
        font-family: SFUIDisplay-Light
    }

    table.conceptos td {
        padding: 10px
    }

    table.conceptos tbody td {
        color: rgba(0,0,0,0.87);
        font-size: .86rem
    }

    table.conceptos tbody textarea {
        width: 100%;
        resize: none;
        border: none;
        outline: none;
        overflow: hidden;
        color: rgba(0,0,0,0.87);
        font-size: 1rem;
        height: 1.1rem;
        font-family: SFUIDisplay-Thin;
        padding: 0;
        background-color: #fff
    }

    table.conceptos tbody a {
        color: rgba(0,0,0,0.54)
    }

    table.conceptos tfoot .ocultar {
        display: none !important
    }

    table.conceptos .contenedor-el {
        margin-bottom: 0
    }

    table.conceptos .icon-Eliminar {
        font-size: 1.2rem
    }

        table.conceptos .icon-Eliminar:hover {
            color: rgba(0,0,0,0.87)
        }

    table.conceptos .icon-Add {
        color: #7ed321;
        font-size: 1.5rem
    }

    table.conceptos .icon-Informacion {
        font-size: 1.5rem
    }

    table.conceptos .gris {
        color: #ced8dc
    }

    table.conceptos .rojo {
        color: #e74c3c
    }

    table.conceptos .azul {
        color: #474747
    }

    table.conceptos .contenedor-totales {
        border: 1px solid #ced8dc;
        border-radius: 4px
    }

        table.conceptos .contenedor-totales > .table:not(:last-child) {
            border-bottom: 1px solid #ced8dc
        }

        table.conceptos .contenedor-totales > .table > * {
            width: 50%;
            vertical-align: middle
        }

        table.conceptos .contenedor-totales > .table > :first-child {
            font-family: SFUIDisplay-Medium;
            border-right: 1px solid #ced8dc;
            color: rgba(0,0,0,0.87)
        }

            table.conceptos .contenedor-totales > .table > :first-child > * {
                vertical-align: middle
            }

            table.conceptos .contenedor-totales > .table > :first-child > :first-child {
                width: 140px;
                border-right: 1px solid #ced8dc
            }

            table.conceptos .contenedor-totales > .table > :first-child input {
                padding: 15px 0 15px 10px
            }

        table.conceptos .contenedor-totales label {
            padding: 15px;
            color: rgba(0,0,0,0.87)
        }

        table.conceptos .contenedor-totales input {
            width: 100%;
            border: none;
            text-align: right;
            font-size: 1rem;
            font-family: SFUIDisplay-Thin;
            padding: 15px 0
        }

    table.conceptos .forma-acciones {
        margin-top: 20px
    }

        table.conceptos .forma-acciones > :first-child {
            text-align: left
        }

        table.conceptos .forma-acciones > :last-child {
            width: 240px
        }

    table.conceptos textarea::-webkit-input-placeholder {
        color: #e74c3c;
        font-size: .86rem
    }

    table.conceptos textarea:-moz-placeholder {
        color: #e74c3c;
        font-size: .86rem
    }

    table.conceptos textarea::-moz-placeholder {
        color: #e74c3c;
        font-size: .86rem
    }

    table.conceptos textarea:-ms-input-placeholder {
        color: #e74c3c;
        font-size: .86rem
    }

    table.conceptos [disabled] {
        cursor: not-allowed
    }

nav.paginado {
    display: table;
    width: 100%;
    height: 50px;
    color: rgba(0,0,0,0.87);
    margin: 20px 0;
    position: relative
}

    nav.paginado > * {
        display: table-cell;
        vertical-align: top
    }

    nav.paginado > :nth-child(1) {
        width: 180px;
        font-size: .86rem
    }

    nav.paginado > :nth-child(2) {
        text-align: center
    }

    nav.paginado > :nth-child(3) {
        width: 180px;
        text-align: right;
        font-size: .86rem;
        position: relative;
        z-index: 1
    }

    nav.paginado .pagination {
        margin: 0;
        padding: 0;
        font-size: 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 0
    }

        nav.paginado .pagination li {
            list-style: none;
            display: inline;
            text-align: center;
            color: rgba(0,0,0,0.54)
        }

            nav.paginado .pagination li a {
                padding: 16px 20px;
                font-size: 1rem;
                display: inline-block;
                font-family: SFUIDisplay-Light;
                border-top: 1px solid #ecf0f1;
                border-bottom: 1px solid #ecf0f1;
                border-left: 1px solid #ecf0f1
            }

            nav.paginado .pagination li:last-child a {
                border-right: 1px solid #ecf0f1
            }

            nav.paginado .pagination li.active a, nav.paginado .pagination li:not(.disabled):hover {
                color: rgba(0,0,0,0.87);
                font-family: SFUIDisplay-Medium
            }

            nav.paginado .pagination li.disabled a {
                cursor: not-allowed
            }

    nav.paginado .offset a {
        cursor: pointer
    }

        nav.paginado .offset a.selected, nav.paginado .offset a:hover {
            text-decoration: underline
        }

div .contenedor-listado {
    position: relative
}

    div .contenedor-listado .modal-buscador.show {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255,255,255,0.5);
        z-index: 1
    }

html.login body {
    height: 100%
}

    html.login body .contenedor-general {
        display: table;
        width: 100%
    }

        html.login body .contenedor-general > div {
            display: table-cell
        }

    html.login body .contenedor-login {
        width: 640px;
        padding: 50px 120px 80px;
        position: relative
    }

    html.login body h1 {
        font-size: 2.57rem;
        color: #474747;
        margin-top: 40px
    }

    html.login body .forma-login {
        max-width: 304px
    }

    html.login body .fondo-login {
        width: 100%
    }

    html.login body p {
        font-size: 1.22rem;
        font-family: SFUIDisplay-Thin;
        color: rgba(0,0,0,0.54);
        margin-bottom: 40px
    }

    html.login body input {
        width: 100%
    }

    html.login body .contenedor-recuperar {
        color: rgba(0,0,0,0.54);
        font-size: .85rem;
        margin-top: 2px
    }

    html.login body .boton {
        width: 100%;
        margin: 50px 0 20px
    }

    html.login body .contenedor-registrate {
        text-align: center
    }

    html.login body .contenedor-error {
        font-size: .85rem;
        color: #e74c3c;
        text-align: left
    }

    html.login body footer {
        position: absolute;
        bottom: 20px;
        font-size: .85rem
    }

    html.login body .contenedor-registro {
        max-width: 1200px;
        margin: auto;
        padding: 50px 80px;
        position: relative
    }

        html.login body .contenedor-registro .boton {
            width: inherit;
            margin: 0
        }

        html.login body .contenedor-registro + footer {
            text-align: center
        }

html.bienvenida body {
    height: 100%;
    background-color: #151515
}

    html.bienvenida body .wrap-bienvenida {
        display: table;
        width: 100%;
        min-height: 100%;
        margin-bottom: -54px
    }

        html.bienvenida body .wrap-bienvenida > div {
            display: table-cell;
            vertical-align: middle
        }

    html.bienvenida body section {
        max-width: 960px;
        margin: 0 auto;
        padding: 30px 16px
    }

    html.bienvenida body h1 {
        color: #474747;
        margin-top: 0
    }

    html.bienvenida body p {
        color: rgba(255,255,255,0.87);
        font-size: 1.6rem;
        max-width: 700px
    }

    html.bienvenida body .boton {
        color: #151515;
        margin-top: 60px
    }

        html.bienvenida body .boton span {
            margin-left: 20px;
            font-size: .86rem
        }

    html.bienvenida body footer {
        color: rgba(255,255,255,0.87);
        font-size: 12px;
        text-align: center;
        padding: 20px 16px
    }

html.bienvenida-info body {
    height: 100%
}

html.bienvenida-info .wrap-bienvenida {
    max-width: 1024px;
    min-height: 100%;
    margin: 0 auto -54px;
    padding: 60px 16px
}

html.bienvenida-info footer {
    color: rgba(0,0,0,0.87);
    font-size: 12px;
    text-align: center;
    padding: 20px 16px
}

html.bienvenida-info h1 {
    color: #474747;
    margin-top: 0
}

html.bienvenida-info p {
    font-size: 24px;
    color: rgba(0,0,0,0.54);
    margin: 50px 0
}

html.bienvenida-info .boton {
    color: #151515;
    margin-top: 60px
}

    html.bienvenida-info .boton span {
        font-size: .86rem
    }

    html.bienvenida-info .boton .icon-Ir {
        margin-left: 20px
    }

    html.bienvenida-info .boton .icon-Volver {
        margin-right: 20px
    }

html.bienvenida-info .sig-ant {
    margin: 70px 0 100px
}

    html.bienvenida-info .sig-ant > :last-child {
        text-align: right
    }

.bienvenida-comprobantes .contenedor-checkbox {
    display: inline-block;
    width: 460px;
    margin: 10px 20px 10px 0;
    font-size: 24px;
    color: rgba(0,0,0,0.87)
}

    .bienvenida-comprobantes .contenedor-checkbox span {
        margin-right: 12px
    }

.bienvenida-impuestos table {
    display: inline-block;
    width: 49%
}

    .bienvenida-impuestos table td {
        font-size: 24px
    }

    .bienvenida-impuestos table thead td {
        color: #474747
    }

    .bienvenida-impuestos table tbody input {
        width: 80px;
        line-height: 50px;
        background-color: #ecf0f1;
        border: none;
        font-size: 24px;
        text-align: center
    }

.bienvenida-comprobante .contenedor-pasos > :first-child {
    float: right;
    width: 400px;
    padding-left: 40px
}

.bienvenida-comprobante .contenedor-pasos img {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    width: 550px
}

.bienvenida-comprobante .contenedor-pasos .acciones-diseno {
    margin-bottom: 50px
}

    .bienvenida-comprobante .contenedor-pasos .acciones-diseno .accion {
        color: #1f5f8b;
        font-family: SFUIDisplay-Medium
    }

        .bienvenida-comprobante .contenedor-pasos .acciones-diseno .accion .margin-left {
            margin-left: 16px
        }

        .bienvenida-comprobante .contenedor-pasos .acciones-diseno .accion .margin-right {
            margin-right: 16px
        }

.bienvenida-comprobante .template h2 {
    font-size: 48px;
    margin: 0 15px 0 0
}

.bienvenida-comprobante .template .cambiar-template {
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 12px;
    background-color: #f9f9f9;
    width: 24px;
    line-height: 24px
}

    .bienvenida-comprobante .template .cambiar-template:first-child {
        margin-bottom: 5px
    }

.bienvenida-comprobante .logotipo .contenedor-file {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 0
}

    .bienvenida-comprobante .logotipo .contenedor-file input {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
        opacity: 0;
        width: 100%
    }

    .bienvenida-comprobante .logotipo .contenedor-file span {
        font-size: 18px;
        text-decoration: underline
    }

.bienvenida-comprobante .logotipo .mensaje {
    margin: 10px 0;
    font-size: 12px
}

.bienvenida-comprobante .logotipo .mensaje-error {
    margin: 10px 0;
    font-size: 12px;
    color: #e74c3c
}

.bienvenida-comprobante .colores .contenedor-paleta {
    width: 44%;
    display: inline-block
}

    .bienvenida-comprobante .colores .contenedor-paleta:nth-child(odd) {
        margin-right: 9%
    }

    .bienvenida-comprobante .colores .contenedor-paleta .table {
        font-family: SFUIDisplay-Medium;
        margin: 10px 0
    }

    .bienvenida-comprobante .colores .contenedor-paleta .icon-Correcto {
        color: #7ed321
    }

.bienvenida-comprobante .colores .color-pin {
    border: 2px solid #000;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    position: relative
}

    .bienvenida-comprobante .colores .color-pin > :first-child {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50%;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px
    }

    .bienvenida-comprobante .colores .color-pin:hover {
        box-shadow: 1px 4px 10px rgba(0,0,0,0.1)
    }

        .bienvenida-comprobante .colores .color-pin:hover > :first-child {
            top: -2px;
            bottom: -2px;
            left: -2px;
            width: 51%;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

    .bienvenida-comprobante .colores .color-pin .domino {
        background-color: #1c1c1c
    }

    .bienvenida-comprobante .colores .color-pin .noche {
        background-color: #1c1c1c
    }

    .bienvenida-comprobante .colores .color-pin .oceano {
        background-color: #1f5f8b
    }

    .bienvenida-comprobante .colores .color-pin .caribe {
        background-color: #1f5f8b
    }

    .bienvenida-comprobante .colores .color-pin .orquidea {
        background-color: #1f5f8b
    }

    .bienvenida-comprobante .colores .color-pin .menta {
        background-color: #1f5f8b
    }

.bienvenida-comprobante .colores .acciones-diseno {
    margin-top: 60px
}

.bienvenido-nuevo-2subeCSD .contenedor-forma {
    max-width: 300px;
    margin: 0 auto
}

.bienvenido-nuevo-2subeCSD .icon-MostrarContrasena {
    bottom: 19px !important
}

.bienvenido-nuevo-3paquete .contenedor-paquetes {
    margin: 80px 0;
    width: 1200px
}

.bienvenido-nuevo-3paquete .paquete-el {
    width: 216px;
    height: 302px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    border-radius: 4px;
    border: 1px solid #ecf0f1;
    position: relative
}

    .bienvenido-nuevo-3paquete .paquete-el:last-child {
        margin-right: 0
    }

    .bienvenido-nuevo-3paquete .paquete-el .nombre {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        line-height: 50px;
        font-family: SFUIDisplay-Medium;
        text-transform: uppercase;
        background-color: #ced8dc;
        border-radius: 4px 4px 0 0
    }

    .bienvenido-nuevo-3paquete .paquete-el .timbres {
        position: absolute;
        left: 0;
        right: 0;
        top: 100px
    }

        .bienvenido-nuevo-3paquete .paquete-el .timbres span:not(.icon-TimbradoIlimitado) {
            color: #474747;
            font-size: 48px
        }

    .bienvenido-nuevo-3paquete .paquete-el .prepago {
        position: absolute;
        top: 80px;
        left: 20px;
        right: 20px
    }

        .bienvenido-nuevo-3paquete .paquete-el .prepago .texto-right {
            text-align: right !important
        }

    .bienvenido-nuevo-3paquete .paquete-el .precio {
        position: absolute;
        left: 0;
        right: 0;
        top: 230px;
        color: rgba(0,0,0,0.87);
        font-size: 18px
    }

    .bienvenido-nuevo-3paquete .paquete-el .accion {
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0
    }

        .bienvenido-nuevo-3paquete .paquete-el .accion .boton {
            padding: 0 13px
        }

        .bienvenido-nuevo-3paquete .paquete-el .accion .icon-Correcto {
            color: #7ed321
        }

    .bienvenido-nuevo-3paquete .paquete-el .icon-TimbradoIlimitado {
        color: #474747;
        font-size: 24px;
        display: inline-block;
        margin: 25px 0 10px
    }

.bienvenido-nuevo-4metodopago h4 {
    text-align: left;
    padding-left: 20px
}

.bienvenido-nuevo-4metodopago > .table > :first-child {
    width: 240px
}

.bienvenido-nuevo-4metodopago .contenedor-rotadorpaquetes {
    width: 216px;
    height: 323px;
    overflow: hidden
}

.bienvenido-nuevo-4metodopago .rotador-paquetes {
    padding: 0;
    margin: 0;
    text-align: left;
    width: 1100px;
    font-size: 0
}

    .bienvenido-nuevo-4metodopago .rotador-paquetes li {
        width: 216px;
        height: 302px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        border-radius: 4px;
        border: 1px solid #ecf0f1;
        position: relative;
        font-size: 1rem
    }

        .bienvenido-nuevo-4metodopago .rotador-paquetes li .nombre {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            line-height: 50px;
            font-family: SFUIDisplay-Medium;
            text-transform: uppercase;
            background-color: #ced8dc;
            border-radius: 4px 4px 0 0
        }

            .bienvenido-nuevo-4metodopago .rotador-paquetes li .nombre > :nth-child(odd) {
                width: 40px
            }

        .bienvenido-nuevo-4metodopago .rotador-paquetes li .timbres {
            position: absolute;
            left: 0;
            right: 0;
            top: 100px
        }

            .bienvenido-nuevo-4metodopago .rotador-paquetes li .timbres span {
                color: #474747;
                font-size: 48px
            }

        .bienvenido-nuevo-4metodopago .rotador-paquetes li .prepago {
            position: absolute;
            top: 80px;
            left: 20px;
            right: 20px
        }

            .bienvenido-nuevo-4metodopago .rotador-paquetes li .prepago .texto-right {
                text-align: right !important
            }

        .bienvenido-nuevo-4metodopago .rotador-paquetes li .precio {
            position: absolute;
            left: 0;
            right: 0;
            top: 230px;
            color: rgba(0,0,0,0.87);
            font-size: 18px
        }

        .bienvenido-nuevo-4metodopago .rotador-paquetes li .accion {
            position: absolute;
            bottom: -20px;
            left: 0;
            right: 0
        }

            .bienvenido-nuevo-4metodopago .rotador-paquetes li .accion .boton {
                padding: 0 12px;
                cursor: inherit
            }

            .bienvenido-nuevo-4metodopago .rotador-paquetes li .accion .icon-Correcto {
                color: #7ed321
            }

        .bienvenido-nuevo-4metodopago .rotador-paquetes li .icon-TimbradoIlimitado {
            color: #474747;
            font-size: 30px !important;
            display: inline-block;
            margin: 25px 0 10px
        }

        .bienvenido-nuevo-4metodopago .rotador-paquetes li .icon-Atras, .bienvenido-nuevo-4metodopago .rotador-paquetes li .icon-Adelante {
            padding: 5px;
            cursor: pointer
        }

.bienvenido-nuevo-4metodopago .listado-formaspago-responsivo {
    display: none
}

    .bienvenido-nuevo-4metodopago .listado-formaspago-responsivo select {
        width: 100%
    }

.bienvenido-nuevo-4metodopago .contenedor-metodospago {
    border-radius: 4px;
    border: 1px solid #ecf0f1;
    color: rgba(0,0,0,0.87);
    text-align: left;
    margin-bottom: 20px
}

    .bienvenido-nuevo-4metodopago .contenedor-metodospago > :first-child {
        width: 225px
    }

.bienvenido-nuevo-4metodopago ul.listado-formaspago {
    width: 225px;
    padding: 0;
    margin: 0;
    background-color: #151515;
    font-size: 18px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

    .bienvenido-nuevo-4metodopago ul.listado-formaspago li {
        list-style: none;
        color: rgba(255,255,255,0.54);
        padding: 14px 16px;
        border-bottom: 1px solid #253546;
        cursor: pointer
    }

        .bienvenido-nuevo-4metodopago ul.listado-formaspago li:hover {
            color: rgba(255,255,255,0.87)
        }

        .bienvenido-nuevo-4metodopago ul.listado-formaspago li.selected {
            color: #7ed321
        }

        .bienvenido-nuevo-4metodopago ul.listado-formaspago li:last-child {
            border-bottom: none
        }

.bienvenido-nuevo-4metodopago .metodo-contenido {
    height: 300px;
    overflow-y: auto;
    padding: 10px 20px 20px
}

    .bienvenido-nuevo-4metodopago .metodo-contenido img {
        margin: 20px 0
    }

    .bienvenido-nuevo-4metodopago .metodo-contenido .boton {
        margin: 10px 0
    }

    .bienvenido-nuevo-4metodopago .metodo-contenido .tip {
        font-size: .85rem;
        margin-top: 20px
    }

.bienvenido-nuevo-4metodopago .contenedor-cupon {
    float: left;
    text-align: left;
    font-size: .86rem
}

    .bienvenido-nuevo-4metodopago .contenedor-cupon .contenedor-el {
        margin-top: 20px
    }

        .bienvenido-nuevo-4metodopago .contenedor-cupon .contenedor-el input {
            width: 200px
        }

.bienvenido-nuevo-4metodopago .contenedor-totales {
    float: right;
    max-width: 350px;
    margin-bottom: 20px
}

.template-contenido {
    min-height: 100%;
    max-width: 1240px;
    margin: 0 auto -68px;
    padding: 80px 20px
}

    .template-contenido h2 {
        margin: 20px 0
    }

    .template-contenido h3 {
        margin: 10px 0
    }

.template-contenido { /*color:rgba(0,0,0,0.54)*/
}

.template-header {
    height: 60px;
    background-color: #151515;
    color: rgba(255,255,255,0.54);
    font-size: 1.2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #243545;
    z-index: 10
}

    .template-header .left, .template-header .right {
        display: table;
        vertical-align: middle;
        height: 100%
    }

        .template-header .left > *, .template-header .right > *:not(nav) {
            display: table-cell;
            vertical-align: middle;
            padding: 0 20px
        }

    .template-header .left {
        width: 360px;
        text-align: left;
        float: left
    }

    .template-header .right {
        max-width: 360px;
        text-align: right;
        float: right;
        position: relative
    }

    .template-header .center {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 360px
    }

    .template-header .left > :nth-child(1) {
        text-align: center
    }

    .template-header .left > :nth-child(1) {
        width: 64px
    }

    .template-header .left > :nth-child(2) {
        width: 297px
    }

    .template-header .left > * {
        border-right: 1px solid #243545
    }

    .template-header .left input {
        padding-left: 15px;
        width: 230px;
        font-size: 1.1rem;
        background-color: inherit;
        color: rgba(255,255,255,0.87);
        border: none;
        vertical-align: bottom
    }

        .template-header .left input::-webkit-input-placeholder {
            color: rgba(255,255,255,0.38);
            font-size: 1.2rem
        }

        .template-header .left input:-moz-placeholder {
            color: rgba(255,255,255,0.38);
            font-size: 1.2rem
        }

        .template-header .left input::-moz-placeholder {
            color: rgba(255,255,255,0.38);
            font-size: 1.2rem
        }

        .template-header .left input:-ms-input-placeholder {
            color: rgba(255,255,255,0.38);
            font-size: 1.2rem
        }

    .template-header .center > div {
        display: table;
        width: 100%;
        height: 100%;
        text-align: center
    }

        .template-header .center > div > div {
            display: table-cell;
            vertical-align: middle
        }

    .template-header .right > :nth-child(1), .template-header .right > :nth-child(3) {
        text-align: center
    }

    .template-header .right > :nth-child(1), .template-header .right > :nth-child(3) {
        width: 64px
    }

    .template-header .right > *:not(nav) {
        border-left: 1px solid #243545
    }

    .template-header .right .user-nombre {
        display: inline-block;
        vertical-align: bottom;
        margin-right: 16px;
        max-width: 105px
    }

    .template-header .right .icon-DropdownMenu {
        font-size: .6rem
    }

    .template-header .right .accion-user-responsivo {
        display: none
    }

    .template-header a {
        cursor: pointer
    }

        .template-header a:hover {
            color: rgba(255,255,255,0.87);
            background-color: #34495e
        }

    .template-header .icon-Menu {
        font-size: .88rem
    }

    .template-header .icon-AccionRapida {
        font-size: 1.02rem
    }

    .template-header .icon-NotificacionVacia {
        font-size: 1.34rem
    }

    .template-header .selected {
        color: #7ed321;
        background-color: #34495e
    }

.template-footer {
    text-align: center;
    font-size: .85rem;
    padding: 20px 16px
}

.template-titulo {
    display: table;
    width: 100%
}

    .template-titulo > * {
        display: table-cell;
        vertical-align: bottom
    }

    .template-titulo > :last-child {
        text-align: right
    }

.sidebar {
    background-color: #151515;
    color: rgba(255,255,255,0.54);
    font-size: 1.2rem
}

    .sidebar .sidebar-wrapper {
        position: relative;
        height: 100%;
        overflow-y: auto
    }

#sidebar-menu ul {
    padding: 0;
    margin: 0
}

#sidebar-menu li {
    list-style: none
}

    #sidebar-menu li.list-title {
        font-size: .85rem;
        padding: 20px
    }

    #sidebar-menu li:not(.list-title) {
        border-bottom: 1px solid #243545
    }

        #sidebar-menu li:not(.list-title):hover {
            color: #7ed321
        }

    #sidebar-menu li > a {
        display: table;
        width: 100%;
        height: 60px;
        cursor: pointer
    }

        #sidebar-menu li > a > * {
            display: table-cell;
            vertical-align: middle
        }

        #sidebar-menu li > a > :nth-child(1) {
            width: 63px;
            text-align: center;
            border-right: 1px solid #243545
        }

        #sidebar-menu li > a > :nth-child(2) {
            padding-left: 20px;
            text-align: left
        }

    #sidebar-menu li ul {
        height: 0;
        overflow: hidden
    }

    #sidebar-menu li li {
        background-color: #34495e;
        color: rgba(255,255,255,0.54)
    }

        #sidebar-menu li li:hover {
            color: rgba(255,255,255,0.87)
        }

#sidebar-menu .notificacion {
    width: 1px;
    padding-right: 20px
}

#sidebar-notificaciones .tabmenu {
    display: table;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #243545
}

    #sidebar-notificaciones .tabmenu > * {
        display: table-cell;
        width: 50%;
        text-align: center;
        vertical-align: middle;
        cursor: pointer
    }

    #sidebar-notificaciones .tabmenu > :first-child {
        border-right: 1px solid #243545
    }

    #sidebar-notificaciones .tabmenu > *:hover, #sidebar-notificaciones .tabmenu .selected {
        color: rgba(255,255,255,0.87);
        background-color: #34495e
    }

#sidebar-notificaciones section[data-seccion='novedades'] {
    display: none
}

#sidebar-notificaciones section h3 {
    color: #474747;
    font-size: 36px;
    margin: 0;
    padding: 20px
}

#sidebar-notificaciones section h2 {
    color: rgba(255,255,255,0.87);
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
    font-family: SFUIDisplay-Light;
    position: relative;
    padding-right: 20px
}

    #sidebar-notificaciones section h2 span {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        color: rgba(255,255,255,0.54);
        cursor: pointer
    }

        #sidebar-notificaciones section h2 span:hover {
            color: rgba(255,255,255,0.87)
        }

#sidebar-notificaciones section ul {
    margin: 0;
    padding: 0
}

#sidebar-notificaciones section li {
    list-style: none;
    padding: 20px;
    border-bottom: 1px solid #243545;
    font-size: 1rem
}

    #sidebar-notificaciones section li p {
        margin-bottom: 0;
        margin-top: 10px
    }

    #sidebar-notificaciones section li a {
        font-size: .85rem;
        margin-top: 20px;
        display: inline-block;
        text-decoration: underline
    }

        #sidebar-notificaciones section li a:hover {
            color: rgba(255,255,255,0.87)
        }

.menu-header {
    z-index: 100;
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
    width: 286px
}

    .menu-header ul {
        margin: 0;
        padding: 0;
        background-color: #151515;
        color: rgba(255,255,255,0.54);
        font-size: 1.2rem
    }

        .menu-header ul li {
            list-style: none;
            border-bottom: 1px solid #243545
        }

            .menu-header ul li:hover {
                color: rgba(255,255,255,0.87);
                background-color: #34495e
            }

            .menu-header ul li > a {
                display: table;
                width: 100%;
                height: 60px;
                cursor: pointer
            }

                .menu-header ul li > a > * {
                    display: table-cell;
                    vertical-align: middle
                }

                .menu-header ul li > a > :nth-child(1) {
                    width: 65px;
                    text-align: center;
                    border-right: 1px solid #243545;
                    border-left: 1px solid #243545
                }

                .menu-header ul li > a > :nth-child(2) {
                    padding-left: 20px;
                    text-align: left
                }

    .menu-header .background {
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.1)
    }

#Panel4 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    overflow: auto;
    text-align: center
}

.modal-net {
    z-index: 100;
    position: relative;
    outline: 0;
    width: 1000px;
    display: inline-block
}

    .modal-net::after {
        vertical-align: middle;
        display: inline-block;
        height: 100%;
        content: ""
    }

    .modal-net .background {
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.1)
    }

    .modal-net #emision-concepto {
        background-color: #fff;
        padding: 20px
    }

.buscador-MazMarketingSolutions {
    position: fixed;
    top: 60px;
    left: 62px;
    height: 80%;
    max-height: 400px;
    overflow-y: auto;
    display: none
}

    .buscador-MazMarketingSolutions .wrapper {
        background-color: #ecf0f1
    }

    .buscador-MazMarketingSolutions h3 {
        background-color: #e1e7e9;
        margin: 0;
        font-size: .85rem;
        font-family: SFUIDisplay-Medium;
        text-transform: uppercase;
        padding: 10px 20px
    }

    .buscador-MazMarketingSolutions ul {
        margin: 0;
        padding: 0
    }

    .buscador-MazMarketingSolutions li {
        list-style: none;
        padding: 10px 20px;
        font-size: 1.2rem;
        color: rgba(0,0,0,0.54)
    }

        .buscador-MazMarketingSolutions li:hover {
            color: rgba(0,0,0,0.87)
        }

    .buscador-MazMarketingSolutions .background {
        z-index: -1;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7)
    }

    .buscador-MazMarketingSolutions .reSkip {
        background-color: #fff;
        border-radius: 5px;
        padding: 3px
    }

.tablero-nuevo {
    text-align: center;
    padding: 100px 0
}

    .tablero-nuevo .boton {
        margin-top: 20px
    }

    .tablero-nuevo .pago-exitoso {
        margin: 40px 0
    }

        .tablero-nuevo .pago-exitoso h2 {
            margin: 10px 0;
            font-size: 50px
        }

.tablero .mistimbres-miscomprobantes > :first-child {
    width: 300px;
    padding-right: 20px
}

.tablero .mis-timbres {
    width: 280px
}

    .tablero .mis-timbres > div {
        border: 1px solid #ecf0f1;
        padding: 0 20px 20px;
        border-radius: 4px;
        text-align: center
    }

    .tablero .mis-timbres p {
        margin: 0 0 30px
    }

    .tablero .mis-timbres .timbres-total {
        margin-top: 5px;
        color: rgba(0,0,0,0.87);
        font-size: 18px;
        font-family: SFUIDisplay-Light
    }

    .tablero .mis-timbres #porcentaje-timbres {
        max-width: 300px
    }

.tablero .mis-comprobantes .no-registros {
    border: 1px solid #ecf0f1;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding: 60px 20px 20px 20px
}

    .tablero .mis-comprobantes .no-registros p {
        margin-bottom: 50px
    }

    .tablero .mis-comprobantes .no-registros .icon-Comprobantes {
        font-size: 20px
    }

.tablero .misclientes-ingresosegresos > :last-child {
    padding-left: 20px
}

.tablero .misclientes-ingresosegresos .ingresos .table {
    background-color: #f6ffec;
    padding: 17px
}

    .tablero .misclientes-ingresosegresos .ingresos .table > * {
        vertical-align: middle;
        padding: 10px
    }

    .tablero .misclientes-ingresosegresos .ingresos .table > :first-child {
        width: 35px
    }

    .tablero .misclientes-ingresosegresos .ingresos .table > :last-child {
        font-size: 48px;
        font-family: SFUIDisplay-Thin;
        color: rgba(0,0,0,0.87)
    }

.tablero .misclientes-ingresosegresos .ingresos .icon-Reportes {
    color: #7ed321;
    font-size: 18px
}

.tablero .misclientes-ingresosegresos .egresos .table {
    background-color: #ffeef0;
    padding: 17px
}

    .tablero .misclientes-ingresosegresos .egresos .table > * {
        vertical-align: middle;
        padding: 10px
    }

    .tablero .misclientes-ingresosegresos .egresos .table > :first-child {
        width: 35px
    }

    .tablero .misclientes-ingresosegresos .egresos .table > :last-child {
        font-size: 48px;
        font-family: SFUIDisplay-Thin;
        color: rgba(0,0,0,0.87)
    }

.tablero .misclientes-ingresosegresos .egresos .icon-Egresos {
    color: #d0021b;
    font-size: 18px
}

.unidades table.catalogo input[type="checkbox"] {
    display: block
}

.unidades .table > :first-child {
    position: relative
}

    .unidades .table > :first-child .boton {
        position: absolute;
        right: 0;
        top: 55px
    }

.unidades .table > :last-child {
    padding-left: 20px;
    padding-top: 50px
}

    .unidades .table > :last-child section {
        border: 1px solid #ced8dc;
        border-radius: 4px;
        padding: 5px 20px 20px;
        text-align: center
    }

        .unidades .table > :last-child section .boton {
            margin-top: 50px
        }

.sucursales-agregar .table :last-child {
    text-align: right;
    cursor: pointer;
    width: 150px
}

    .sucursales-agregar .table :last-child span {
        color: #7ed321;
        margin-right: 20px;
        font-size: 1.4rem;
        vertical-align: middle
    }

.folios-agregar .tooltip-inner {
    width: 260px;
    text-align: left
}

.folios-agregar .checkboxes li {
    width: 390px
}

.emision33 [data-el="codigo"] + div .chosen-drop {
    width: 500px
}

.emision33 [data-el="codigo"] + div .chosen-single span {
    width: 85px
}

.comprobantes-emision-vistaprevia > .tabla {
    width: 100%
}

    .comprobantes-emision-vistaprevia > .tabla :last-child {
        max-width: 450px
    }

.comprobantes-emision-vistaprevia .icon-SubMenu {
    margin-left: 20px;
    font-size: 20px
}

.comprobantes-emision-vistaprevia .cont-icon span {
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: middle
}

.comprobantes-emision-vistaprevia .cont-icon a {
    font-size: 16px
}

.comprobantes-emision-vistaprevia .cont-icon .icon-Download {
    font-size: 20px
}

.comprobantes-emision-vistaprevia .cont-icon .icon-EnviarCorreo {
    font-size: 18px
}

.comprobantes-nomina-agregar .totales td:first-child {
    text-align: right
}

.comprobantes-nomina-agregar .totales .contenedor-totales {
    display: inline-block;
    width: 400px
}

.comprobantes-nomina-agregar .totales .forma-acciones > :first-child {
    text-align: right;
    padding-right: 32px
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: .86rem;
    line-height: 1.42857143;
    text-align: left;
    opacity: 0
}

    .tooltip.in {
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    padding: 9px 10px;
    color: #fff;
    text-align: center;
    background-color: #151515;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #151515
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #151515
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #151515
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #151515
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #151515
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #151515
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #151515
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #151515
}

.btn-primary {
    color: #fff;
    background-color: #44db5e
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #adadad
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.125)
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.toggle.ios {
    width: 55px !important
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px
}

    .toggle.ios .toggle-handle {
        border-radius: 20px;
        width: 50px
    }

.jconfirm.jconfirm-my-simple .jconfirm-bg {
    background-color: rgba(0,0,0,0.7)
}

.jconfirm.jconfirm-my-simple .jconfirm-box {
    background-color: #fff;
    border: 1px solid #f2f6f8;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
    text-align: center;
    padding: 50px 30px;
    width: 90%;
    max-width: 560px
}

.jconfirm.jconfirm-my-simple.largo .jconfirm-box {
    max-width: 800px
}

.jconfirm.jconfirm-my-simple .jconfirm-box .jconfirm-title-c .jconfirm-title {
    font-size: 1.28rem;
    color: #474747;
    font-family: SFUIDisplay-Medium
}

.jconfirm.jconfirm-my-simple .jconfirm-box .jconfirm-content-pane {
    margin: 10px 0 25px;
    height: auto !important
}

.jconfirm.jconfirm-my-simple .jconfirm-box .jconfirm-content {
    color: rgba(0,0,0,0.54);
    font-family: SFUIDisplay-Light
}

.jconfirm.jconfirm-my-simple .jconfirm-box .jconfirm-buttons button {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    font-family: SFUIDisplay-Medium;
    background-color: #fefefe;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    border-radius: 30px;
    color: #474747;
    border: 1px solid #ced8dc
}

    .jconfirm.jconfirm-my-simple .jconfirm-box .jconfirm-buttons button:hover {
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
        background-color: inherit;
        color: #474747
    }

.jconfirm.jconfirm-my-simple h5 {
    font-size: 1rem;
    color: #474747
}

.jconfirm.jconfirm-my-simple .notas {
    font-size: .85rem;
    text-align: left;
    font-family: SFUIDisplay-Medium;
    color: rgba(0,0,0,0.87)
}

.jconfirm.jconfirm-my-simple .btn-link {
    display: block !important;
    margin: 20px auto !important;
    line-height: inherit !important;
    border: none !important;
    font-size: .85rem !important;
    color: rgba(0,0,0,0.54) !important;
    text-decoration: underline !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important
}

    .jconfirm.jconfirm-my-simple .btn-link:hover {
        color: rgba(0,0,0,0.87) !important
    }

.template-header .ball-pulse-sync > div, .ball-pulse > div {
    width: 10px;
    height: 10px;
    margin: 3px
}

ul.listado-codigos-SAT {
    margin: 20px 0;
    padding: 0;
    color: rgba(0,0,0,0.87)
}

    ul.listado-codigos-SAT li {
        list-style: none
    }

        ul.listado-codigos-SAT li div {
            cursor: pointer
        }

            ul.listado-codigos-SAT li div.selected, ul.listado-codigos-SAT li div:hover {
                text-decoration: underline
            }

@media only screen and (max-width:767px) {
    .pinned {
        border-left-color: #ecf0f1;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-right-color: #ced8dc
    }

    div.table-wrapper {
        margin-bottom: 0;
        border-right-color: #ecf0f1;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px
    }
}

.fondo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.fondo-login {
    background-image: url("/shared/images/fondo-login.png")
}

.linear {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transform: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

@media only screen and (max-width:550px) {
    html.login body .contenedor-login {
        width: 100%;
        padding: 50px 20px 80px
    }

    html.login body .forma-login {
        max-width: 100%
    }

    html.login body footer {
        left: 0;
        right: 0;
        text-align: center
    }

    html.bienvenida-info .boton {
        padding-left: 15px;
        padding-right: 15px
    }

    html.bienvenida-info .sig-ant {
        margin: 10px 0 30px
    }

    .bienvenida-comprobantes .contenedor-checkbox {
        width: 100%
    }
}

@media only screen and (min-width:551px) and (max-width:900px) {
    html.login body .contenedor-general > :nth-child(1) {
        width: 100%;
        padding: 50px 100px 80px
    }

    html.login body .contenedor-general > :nth-child(2) {
        display: none
    }
}

@media only screen and (max-width:800px) {
    .header-catalogo {
        display: block
    }

    table.catalogo td {
        padding: 16px 5px
    }

    table.catalogo .circulo-verde {
        margin-right: 3px
    }

    table.catalogo .menu-tabla {
        display: none
    }

    nav.paginado .pagination {
        top: 30px
    }

        nav.paginado .pagination .first, nav.paginado .pagination .prev, nav.paginado .pagination .next, nav.paginado .pagination .last {
            display: none
        }

        nav.paginado .pagination li:nth-last-child(3) a {
            border-right: 1px solid #ecf0f1
        }

    .row > * {
        display: block
    }

    .ancho80 {
        width: 100%
    }

    .ancho70 {
        width: 100%
    }

    .ancho50 {
        width: 100%
    }

    .ancho40 {
        width: 100%
    }

    .ancho33 {
        width: 100%
    }

    .ancho30 {
        width: 100%
    }

    .ancho25 {
        width: 100%
    }

    .ancho20 {
        width: 100%
    }

    .bienvenida-impuestos table {
        width: 100%
    }

    .bienvenida-comprobante .contenedor-pasos > :first-child {
        float: inherit;
        width: 100%;
        padding-left: 0
    }

    .bienvenida-comprobante .contenedor-pasos img {
        width: 100%
    }

    .template-contenido {
        padding: 80px 16px
    }

    .template-header .left {
        width: 63px
    }

        .template-header .left > :nth-child(2) {
            display: none
        }

    .template-header .right .accion-user {
        display: none
    }

    .template-header .right .accion-user-responsivo {
        display: table-cell
    }

    .template-header .center {
        margin: 0 186px 0 64px
    }

    .menu-header {
        width: 100%
    }

    .template-titulo > * {
        display: block;
        text-align: center
    }

    .template-titulo > :last-child {
        text-align: center
    }

    div.header-filtros {
        display: block
    }

    div.filtros {
        margin: 0 0 40px
    }

        div.filtros .contenedor-el {
            display: block;
            margin-right: 0
        }

            div.filtros .contenedor-el input, div.filtros .contenedor-el select {
                width: 100% !important
            }

    .tablero .mistimbres-miscomprobantes > * {
        display: block
    }

    .tablero .mistimbres-miscomprobantes > :first-child {
        width: 100%;
        padding-right: 0
    }

    .tablero .mis-timbres {
        width: 100%
    }

    .tablero .misclientes-ingresosegresos > * {
        display: block
    }

    .tablero .misclientes-ingresosegresos > :last-child {
        padding-left: 0
    }

    .tablero .misclientes-ingresosegresos .ingresos .table {
        padding: 10px 0
    }

        .tablero .misclientes-ingresosegresos .ingresos .table > :last-child {
            font-size: 38px
        }

    .tablero .misclientes-ingresosegresos .egresos .table {
        padding: 10px 0
    }

        .tablero .misclientes-ingresosegresos .egresos .table > :last-child {
            font-size: 38px
        }

    .bienvenido-nuevo-4metodopago > .table > * {
        display: inline-block
    }

    .bienvenido-nuevo-4metodopago > .table > :first-child {
        margin-bottom: 40px
    }

    .bienvenido-nuevo-4metodopago h4 {
        text-align: inherit;
        padding-left: 0
    }

    .bienvenido-nuevo-4metodopago .listado-formaspago-responsivo {
        display: block
    }

    .bienvenido-nuevo-4metodopago .contenedor-metodospago > * {
        display: block
    }

    .bienvenido-nuevo-4metodopago .contenedor-metodospago > :first-child {
        width: 100%
    }

    .bienvenido-nuevo-4metodopago ul.listado-formaspago {
        display: none
    }

    .bienvenido-nuevo-4metodopago .metodo-contenido {
        height: auto;
        overflow: inherit
    }
}

@media only screen and (min-width:801px) and (max-width:990px) {
    .bienvenida-comprobante .contenedor-pasos img {
        width: 360px
    }
}

@media only screen and (max-width:1100px) {
    .bienvenido-nuevo-4metodopago .contenedor-totales {
        float: inherit;
        max-width: inherit
    }

    .bienvenido-nuevo-4metodopago .contenedor-cupon {
        float: inherit
    }

        .bienvenido-nuevo-4metodopago .contenedor-cupon .contenedor-el input {
            width: 100%
        }
}