/* MYPOST 1.11.2 STABLE 201811230752 */
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-webkit-keyframes ui-select-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes ui-select-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes anim-ripple {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

@keyframes anim-ripple {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

@-webkit-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 ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

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

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6);
    }

    to {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-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;
    }

    to {
        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;
    }

    to {
        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;
    }

    to {
        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;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes ball-beat {
    50% {
        -webkit-transform: scale(.75);
        transform: scale(.75);
        opacity: .2;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ball-beat {
    50% {
        -webkit-transform: scale(.75);
        transform: scale(.75);
        opacity: .2;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    to {
        -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;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 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);
    }

    to {
        -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);
    }

    to {
        -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);
    }

    to {
        -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);
    }

    to {
        -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);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@-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);
    }

    to {
        -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);
    }

    to {
        -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);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }
}

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: .7;
    }

    to {
        opacity: 1;
    }
}

@keyframes ball-grid-beat {
    50% {
        opacity: .7;
    }

    to {
        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;
    }

    to {
        -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;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: .3;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: .3;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

@keyframes ball-spin-loader {
    75% {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px);
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px);
    }

    to {
        -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);
    }

    to {
        -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);
    }

    to {
        -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);
    }

    to {
        -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);
    }

    50%,
    to {
        -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);
    }

    50%,
    to {
        -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);
    }

    50%,
    to {
        -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);
    }

    50%,
    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@-webkit-keyframes line-scale {
    0%,
    to {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }
}

@keyframes line-scale {
    0%,
    to {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }
}

@-webkit-keyframes line-scale-party {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

@keyframes line-scale-party {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

@-webkit-keyframes line-scale-pulse-out {
    0%,
    to {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }
}

@keyframes line-scale-pulse-out {
    0%,
    to {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }
}

@-webkit-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);
    }
}

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3;
    }

    to {
        opacity: 1;
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: .3;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0deg);
        transform: perspective(100px) rotateX(180deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(180deg);
        transform: perspective(100px) rotateX(0deg) rotateY(180deg);
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
        transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0deg);
        transform: perspective(100px) rotateX(180deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(180deg);
        transform: perspective(100px) rotateX(0deg) rotateY(180deg);
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
        transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    }
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0deg);
        transform: perspective(100px) rotateX(180deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(180deg);
        transform: perspective(100px) rotateX(0deg) rotateY(180deg);
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
        transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0deg);
        transform: perspective(100px) rotateX(180deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(180deg);
        transform: perspective(100px) rotateX(0deg) rotateY(180deg);
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
        transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    }
}

@-webkit-keyframes rotate_pacman_half_up {
    0%,
    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate_pacman_half_up {
    0%,
    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0%,
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate_pacman_half_down {
    0%,
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: .7;
    }

    to {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px);
    }
}

@keyframes pacman-balls {
    75% {
        opacity: .7;
    }

    to {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px);
    }
}

@-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);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

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

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

html {
    font-family: sans-serif;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    overflow-x: hidden;
    margin: 0;
    letter-spacing: .1px;
    color: #646567;
    background-color: #f3efec;
    -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: 500;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    color: #000;
    background: #ff0;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 1px;
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: none;
    background: #ddd;
}

pre {
    overflow: auto;
}

samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    min-width: 0;
    margin: 0;
    border: 0;
}

legend {
    font-size: 24px;
    display: block;
    width: 100%;
    margin-bottom: 19px;
    color: #646567;
    border: 0;
    border-bottom: 1px solid #efefef;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

fieldset,
legend,
td,
th {
    padding: 0;
}

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        background: 0 0!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }

    blockquote,
    pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

    .table td,
    .table th {
        background-color: #fff!important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important;
    }
}

*,
:after,
:before,
input[type=search] {
    box-sizing: border-box;
}

button,
input {
    font-size: inherit;
}

button,
legend {
    line-height: inherit;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

a {
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
    color: #2196f3;
}

a:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a>img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded,
.img-thumbnail {
    border-radius: 3px;
}

.img-thumbnail {
    line-height: 1.2;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    transition: all .2s ease-in-out;
    border: 1px solid #ddd;
    background-color: #f3efec;
}

.img-circle {
    border-radius: 50%;
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0,0,0,0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

[role=button] {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #646567;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #97989a;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 19px;
    margin-bottom: 9.5px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}

.h1,
h1 {
    font-size: 45px;
}

.h2,
h2 {
    font-size: 40px;
}

.h3,
h3 {
    font-size: 35px;
}

.h4,
h4 {
    font-size: 30px;
}

.h5,
h5 {
    font-size: 25px;
}

.h6,
h6 {
    font-size: 20px;
}

p {
    margin: 0;
    padding: 0;
}

.lead {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 19px;
}

@media (min-width:900px) {
    .lead {
        font-size: 24px;
    }
}

.small {
    font-size: 75%;
}

.mark,
mark {
    padding: .2em;
    background-color: #fff8e8;
}

.text-left,
th {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-primary {
    color: #00a6d4;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #007ea1;
}

.text-success {
    color: #008836;
}

a.text-success:focus,
a.text-success:hover {
    color: #052;
}

.text-info {
    color: #5ec5ed;
}

a.text-info:focus,
a.text-info:hover {
    color: #30b4e8;
}

.text-warning {
    color: #fabb00;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #c79500;
}

.text-danger {
    color: #ed1c24;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c61017;
}

.bg-primary {
    color: #fff;
    background-color: #00a6d4;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #007ea1;
}

.bg-success {
    background-color: #eaf9f0;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c2eed4;
}

.bg-info {
    background-color: #f6fafe;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #c8e0f9;
}

.bg-warning {
    background-color: #fff8e8;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ffe8b5;
}

.bg-danger {
    background-color: #fceff0;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #f4c4c8;
}

.page-header {
    margin: 38px 0 19px;
    padding-bottom: 8.5px;
    border-bottom: 1px solid #cbcbcc;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 9.5px;
}

.alert > p,
.alert > ul,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-bottom: 19px;
}

dd,
dt {
    line-height: 1.2;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:900px) {
    .dl-horizontal dt {
        float: left;
        clear: left;
        overflow: hidden;
        width: 160px;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #97989a;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    font-size: 20px;
    margin: 0 0 19px;
    padding: 9.5px 19px;
    border-left: 5px solid #cbcbcc;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
    font-size: 80%;
    line-height: 1.2;
    display: block;
    color: #97989a;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #cbcbcc;
    border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: '';
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

address {
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 19px;
}

code,
kbd,
pre,
samp {
    font-family: Menlo,Monaco,Consolas,'Courier New',monospace;
}

code,
pre {
    background-color: #f5f5f5;
}

code,
kbd {
    font-size: 90%;
    padding: 2px 4px;
    color: #ed1c24;
}

kbd {
    color: #fff;
    background-color: #39383b;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0;
    box-shadow: none;
}

code,
kbd,
pre,
pre code {
    border-radius: 3px;
}

pre {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    margin: 0 0 9.5px;
    padding: 2px;
    word-wrap: break-word;
    word-break: break-all;
    color: #646567;
    border: 1px solid #ccc;
}

pre code {
    font-size: inherit;
    line-height: normal;
    padding: 0;
    white-space: pre-wrap;
    color: inherit;
    background-color: transparent;
}

.pre-scrollable {
    overflow-y: scroll;
    max-height: 340px;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    color: #97989a;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 19px;
}

.table > thead > tr>th {
    line-height: 1.2;
    padding: 8px;
    border-top: 1px solid #ddd;
}

.table > tbody > tr>td,
.table > tbody > tr>th,
.table > tfoot > tr>td,
.table > tfoot > tr>th,
.table > thead > tr>td {
    line-height: 1.2;
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th,
.table > caption + thead > tr:first-child>td,
.table > caption + thead > tr:first-child>th,
.table > colgroup + thead > tr:first-child>td,
.table > colgroup + thead > tr:first-child>th,
.table > thead:first-child > tr:first-child>td,
.table > thead:first-child > tr:first-child>th {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #f3efec;
}

.table-condensed > tbody > tr>td,
.table-condensed > tbody > tr>th,
.table-condensed > tfoot > tr>td,
.table-condensed > tfoot > tr>th,
.table-condensed > thead > tr>td,
.table-condensed > thead > tr>th {
    padding: 5px;
}

.table-bordered,
.table-bordered > tbody > tr>td,
.table-bordered > tbody > tr>th,
.table-bordered > tfoot > tr>td,
.table-bordered > tfoot > tr>th,
.table-bordered > thead > tr>td,
.table-bordered > thead > tr>th {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr>td,
.table-bordered > thead > tr>th {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover,
.table > tbody > tr.active>td,
.table > tbody > tr.active>th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active>td,
.table > tfoot > tr.active>th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active>td,
.table > thead > tr.active>th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table-hover > tbody > tr.active:hover>td,
.table-hover > tbody > tr.active:hover>th,
.table-hover > tbody > tr:hover>.active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success>td,
.table > tbody > tr.success>th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success>td,
.table > tfoot > tr.success>th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success>td,
.table > thead > tr.success>th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #eaf9f0;
}

.table-hover > tbody > tr.success:hover>td,
.table-hover > tbody > tr.success:hover>th,
.table-hover > tbody > tr:hover>.success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d6f3e2;
}

.table > tbody > tr.info>td,
.table > tbody > tr.info>th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info>td,
.table > tfoot > tr.info>th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info>td,
.table > thead > tr.info>th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #f6fafe;
}

.table-hover > tbody > tr.info:hover>td,
.table-hover > tbody > tr.info:hover>th,
.table-hover > tbody > tr:hover>.info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #dfedfb;
}

.table > tbody > tr.warning>td,
.table > tbody > tr.warning>th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning>td,
.table > tfoot > tr.warning>th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning>td,
.table > thead > tr.warning>th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fff8e8;
}

.table-hover > tbody > tr.warning:hover>td,
.table-hover > tbody > tr.warning:hover>th,
.table-hover > tbody > tr:hover>.warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #fff0ce;
}

.table > tbody > tr.danger>td,
.table > tbody > tr.danger>th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger>td,
.table > tfoot > tr.danger>th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger>td,
.table > thead > tr.danger>th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #fceff0;
}

.table-hover > tbody > tr.danger:hover>td,
.table-hover > tbody > tr.danger:hover>th,
.table-hover > tbody > tr:hover>.danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #f8dadc;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:899px) {
    .table-responsive {
        overflow-y: hidden;
        width: 100%;
        margin-bottom: 14.25px;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > tbody > tr>td,
    .table-responsive > .table > tbody > tr>th,
    .table-responsive > .table > tfoot > tr>td,
    .table-responsive > .table > tfoot > tr>th,
    .table-responsive > .table > thead > tr>td,
    .table-responsive > .table > thead > tr>th {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > tbody > tr>td:first-child,
    .table-responsive > .table-bordered > tbody > tr>th:first-child,
    .table-responsive > .table-bordered > tfoot > tr>td:first-child,
    .table-responsive > .table-bordered > tfoot > tr>th:first-child,
    .table-responsive > .table-bordered > thead > tr>td:first-child,
    .table-responsive > .table-bordered > thead > tr>th:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > tbody > tr>td:last-child,
    .table-responsive > .table-bordered > tbody > tr>th:last-child,
    .table-responsive > .table-bordered > tfoot > tr>td:last-child,
    .table-responsive > .table-bordered > tfoot > tr>th:last-child,
    .table-responsive > .table-bordered > thead > tr>td:last-child,
    .table-responsive > .table-bordered > thead > tr>th:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child>td,
    .table-responsive > .table-bordered > tbody > tr:last-child>th,
    .table-responsive > .table-bordered > tfoot > tr:last-child>td,
    .table-responsive > .table-bordered > tfoot > tr:last-child>th {
        border-bottom: 0;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin: 0;
}

input[type=checkbox],
input[type=radio] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px \9;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
select[multiple],
select[multiple].input-sm,
select[size],
textarea.form-control,
textarea.input-sm {
    height: auto;
}

.form-control,
output {
    font-size: 16px;
    display: block;
    color: #646567;
}

output {
    line-height: 1.2;
    padding-top: 7px;
}

.form-control {
    width: 100%;
    padding: 6px 16px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-control:focus {
    border-color: #5ec5ed;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(94,197,237,.6);
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #97989a;
}

.form-control:-ms-input-placeholder {
    color: #97989a;
}

.form-control::-webkit-input-placeholder {
    color: #97989a;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 1;
    background-color: transparent;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 33px;
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px;
    }
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    font-weight: 400;
    min-height: 19px;
    margin-bottom: 0;
    cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
    cursor: pointer;
    vertical-align: middle;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 35px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.form-group-sm .form-control,
.input-sm {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    padding: 5px 10px;
    border-radius: 3px;
}

.form-group-sm select.form-control,
select.input-sm {
    line-height: 30px;
    height: 30px;
}

.form-group-sm .form-control-static {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    min-height: 31px;
    padding: 6px 10px;
}

.form-group-lg .form-control,
.input-lg {
    font-size: 18px;
    line-height: 1.3333333;
    height: 46px;
    padding: 10px 16px;
    border-radius: 3px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}

.form-group-lg select.form-control,
select.input-lg {
    line-height: 46px;
    height: 46px;
}

.form-group-lg .form-control-static {
    font-size: 18px;
    line-height: 1.3333333;
    height: 46px;
    min-height: 37px;
    padding: 11px 16px;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 41.25px;
}

.form-control-feedback {
    line-height: 33px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 33px;
    height: 33px;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    line-height: 46px;
    width: 46px;
    height: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #008836;
}

.has-success .form-control {
    border-color: #008836;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
    border-color: #052;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #00ee5e;
}

.has-success .form-control-feedback {
    color: #008836;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #fabb00;
}

.has-warning .form-control {
    border-color: #fabb00;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
    border-color: #c79500;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffd761;
}

.has-warning .form-control-feedback {
    color: #fabb00;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #ed1c24;
}

.has-error .form-control {
    border-color: #ed1c24;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
    border-color: #c61017;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f47b7f;
}

.has-error .form-control-feedback {
    color: #ed1c24;
}

.has-feedback label ~ .form-control-feedback {
    top: 24px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
}

@media (min-width:900px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 26px;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width:900px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}

@media (min-width:900px) {
    .form-horizontal .form-group-lg .control-label {
        font-size: 18px;
        padding-top: 14.333333px;
    }

    .form-horizontal .form-group-sm .control-label {
        font-size: 12px;
        padding-top: 6px;
    }
}

.btn {
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    touch-action: manipulation;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none;
    color: #3e3d40;
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none;
    filter: alpha(opacity=65);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    border-color: transparent;
    background-color: #fff;
}

.btn-default.focus,
.btn-default:focus {
    color: #3e3d40;
    border-color: transparent;
    background-color: #e6e6e6;
}

.btn-default.active,
.btn-default:active {
    color: #3e3d40;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    border-color: transparent;
    background-color: #e6e6e6;
}

.open > .dropdown-toggle.btn-default {
    color: #3e3d40;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #3e3d40;
    border-color: transparent;
    background-color: #d4d4d4;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    border-color: transparent;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #3e3d40;
}

.btn-primary {
    border-color: transparent;
    background-color: #00a6d4;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    border-color: transparent;
    background-color: #007ea1;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: transparent;
    background-color: #007ea1;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    border-color: transparent;
    background-color: #00627d;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    border-color: transparent;
    background-color: #00a6d4;
}

.btn-primary .badge {
    color: #00a6d4;
    background-color: #fff;
}

.btn-success {
    border-color: transparent;
    background-color: #008836;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    border-color: transparent;
    background-color: #052;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    border-color: transparent;
    background-color: #052;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    border-color: transparent;
    background-color: #003114;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    border-color: transparent;
    background-color: #008836;
}

.btn-success .badge {
    color: #008836;
    background-color: #fff;
}

.btn-info {
    border-color: transparent;
    background-color: #5ec5ed;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    border-color: transparent;
    background-color: #30b4e8;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    border-color: transparent;
    background-color: #30b4e8;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    border-color: transparent;
    background-color: #19a5dc;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    border-color: transparent;
    background-color: #5ec5ed;
}

.btn-info .badge {
    color: #5ec5ed;
    background-color: #fff;
}

.btn-warning {
    border-color: transparent;
    background-color: #fabb00;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    border-color: transparent;
    background-color: #c79500;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    border-color: transparent;
    background-color: #c79500;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    border-color: transparent;
    background-color: #a37a00;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    border-color: transparent;
    background-color: #fabb00;
}

.btn-warning .badge {
    color: #fabb00;
    background-color: #fff;
}

.btn-danger {
    border-color: transparent;
    background-color: #ed1c24;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    border-color: transparent;
    background-color: #c61017;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    border-color: transparent;
    background-color: #c61017;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    border-color: transparent;
    background-color: #a50d13;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    border-color: transparent;
    background-color: #ed1c24;
}

.btn-danger .badge {
    color: #ed1c24;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    border-radius: 0;
    background-color: transparent;
}

.btn-link:active {
    box-shadow: none;
}

.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #006a88;
    background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    text-decoration: none;
    color: #97989a;
}

.btn-group-lg > .btn,
.btn-lg,
.btn-sm,
.btn-xs {
    line-height: 1.3333333;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    font-size: 18px;
    padding: 10px 16px;
}

.btn-sm,
.btn-xs {
    line-height: 1.5;
}

.btn-group-sm > .btn,
.btn-group-xs > .btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
    border-radius: 3px;
}

.btn-group-xs > .btn {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
}

.alert > p + p,
.btn-block + .btn-block {
    margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%;
}

.fade {
    transition: opacity .15s linear;
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    overflow: hidden;
    height: 0;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height,visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    font-size: 16px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    overflow: hidden;
    height: 1px;
    background-color: #f5f5f5;
}

.dropdown-menu > li > a {
    font-weight: 400;
    line-height: 1.2;
    display: block;
    clear: both;
    padding: 3px 20px;
    white-space: nowrap;
    color: #646567;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #57585a;
    background-color: #cbcbcc;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    text-decoration: none;
    color: #fff;
    outline: 0;
    background-color: #00a6d4;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #97989a;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    cursor: not-allowed;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    color: #97989a;
}

.dropdown-backdrop {
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: '';
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:900px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn {
    float: left;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

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

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified,
.input-group {
    display: table;
    border-collapse: separate;
}

.btn-group-justified {
    width: 100%;
    table-layout: fixed;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: 18px;
    line-height: 1.3333333;
    height: 46px;
    padding: 10px 16px;
    border-radius: 3px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    line-height: 46px;
    height: 46px;
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    padding: 5px 10px;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    line-height: 30px;
    height: 30px;
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon {
    white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    vertical-align: middle;
}

.input-group-addon {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 16px;
    text-align: center;
    color: #646567;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: transparent;
}

.input-group-addon.input-sm {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    font-size: 18px;
    padding: 10px 16px;
    border-radius: 3px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li,
.nav > li > a {
    position: relative;
    display: block;
}

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

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #cbcbcc;
}

.nav > li.disabled > a {
    color: #97989a;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    cursor: not-allowed;
    text-decoration: none;
    color: #97989a;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    border-color: #00a6d4;
    background-color: #cbcbcc;
}

.nav .nav-divider {
    overflow: hidden;
    height: 1px;
    margin: 8.5px 0;
    background-color: #e5e5e5;
}

.nav > li > a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    border: 1px solid transparent;
}

.nav-tabs > li > a:hover {
    border-color: #cbcbcc #cbcbcc transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    cursor: default;
    background-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:900px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px;
}

@media (min-width:900px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid transparent;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #f3efec;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 3px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #00a6d4;
}

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

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

@media (min-width:900px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 3px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid transparent;
}

@media (min-width:900px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid transparent;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #f3efec;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    margin-bottom: 19px;
    padding: 8px 15px;
    list-style: none;
    border-radius: 3px;
    background-color: #f5f5f5;
}

.breadcrumb > li,
.pagination {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    content: '/\00a0';
    color: #ccc;
}

.breadcrumb > .active {
    color: #97989a;
}

.pagination {
    padding-left: 0;
    border-radius: 3px;
}

.pager li,
.pagination > li {
    display: inline;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #006a88;
    border-color: #ddd;
    background-color: #cbcbcc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    cursor: default;
    color: #fff;
    border-color: #00a6d4;
    background-color: #00a6d4;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    cursor: not-allowed;
    color: #97989a;
    border-color: #ddd;
    background-color: #fff;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #fff;
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #cbcbcc;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    cursor: not-allowed;
    color: #97989a;
    background-color: #fff;
}

.label {
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    display: inline;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    color: #fff;
    border-radius: .25em;
}

a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #97989a;
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #7d7e81;
}

.label-primary,
.radio-primary input[type=radio] + label::after {
    background-color: #00a6d4;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #007ea1;
}

.label-success {
    background-color: #008836;
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #052;
}

.label-info {
    background-color: #5ec5ed;
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #30b4e8;
}

.label-warning {
    background-color: #fabb00;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #c79500;
}

.label-danger {
    background-color: #ed1c24;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c61017;
}

.badge {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    min-width: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;
    background-color: #97989a;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a>.badge {
    color: #00a6d4;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a>.badge {
    margin-left: 3px;
}

.thumbnail {
    line-height: 1.2;
    display: block;
    margin-bottom: 19px;
    padding: 4px;
    transition: border .2s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f3efec;
}

.thumbnail a > img,
.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #00a6d4;
}

.thumbnail .caption {
    padding: 9px;
    color: #646567;
}

.alert {
    margin-bottom: 19px;
    padding: 15px;
    border-radius: 3px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #008836;
    border-color: #d6f3dd;
}

.alert-success hr {
    border-top-color: #c2eecc;
}

.alert-success .alert-link {
    color: #052;
}

.alert-info {
    color: #5ec5ed;
    border-color: #d6eefa;
}

.alert-info hr {
    border-top-color: #bfe5f8;
}

.alert-info .alert-link {
    color: #30b4e8;
}

.alert-warning {
    color: #fabb00;
    border-color: #ffe8ce;
}

.alert-warning hr {
    border-top-color: #ffdcb5;
}

.alert-warning .alert-link {
    color: #c79500;
}

.alert-danger {
    color: #ed1c24;
    border-color: #f8dae1;
}

.alert-danger hr {
    border-top-color: #f4c4d0;
}

.alert-danger .alert-link {
    color: #c61017;
}

.progress {
    overflow: hidden;
    margin-bottom: 19px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    font-size: 12px;
    line-height: 19px;
    float: left;
    width: 0;
    height: 100%;
    transition: width .6s ease;
    text-align: center;
    color: #fff;
    background-color: #00a6d4;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #008836;
}

.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5ec5ed;
}

.progress-bar-warning {
    background-color: #fabb00;
}

.progress-bar-danger,
.radio-danger input[type=radio] + label::after {
    background-color: #ed1c24;
}

.media {
    margin-top: 15px;
}

.media:first-child,
.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row-collapse > div:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

a.list-group-item,
button.list-group-item {
    color: #646567;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #3e3d40;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #646567;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    cursor: not-allowed;
    color: #97989a;
    background-color: #cbcbcc;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #97989a;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    border-color: #00a6d4;
    background-color: #00a6d4;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #a1ebff;
}

.list-group-item-success {
    color: #008836;
    background-color: #eaf9f0;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #008836;
}

.panel-heading > .dropdown .dropdown-toggle,
a.list-group-item-danger .list-group-item-heading,
a.list-group-item-info .list-group-item-heading,
a.list-group-item-success .list-group-item-heading,
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading,
button.list-group-item-info .list-group-item-heading,
button.list-group-item-success .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #008836;
    background-color: #d6f3e2;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    border-color: #008836;
    background-color: #008836;
}

.list-group-item-info {
    color: #5ec5ed;
    background-color: #f6fafe;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #5ec5ed;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #5ec5ed;
    background-color: #dfedfb;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    border-color: #5ec5ed;
    background-color: #5ec5ed;
}

.list-group-item-warning {
    color: #fabb00;
    background-color: #fff8e8;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #fabb00;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #fabb00;
    background-color: #fff0ce;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    border-color: #fabb00;
    background-color: #fabb00;
}

.list-group-item-danger {
    color: #ed1c24;
    background-color: #fceff0;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #ed1c24;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #ed1c24;
    background-color: #f8dadc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    border-color: #ed1c24;
    background-color: #ed1c24;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0;
}

.panel {
    margin-bottom: 19px;
    background-color: #fff;
}

.panel-body {
    padding: 20px;
}

.panel-heading {
    padding: 0 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}

.panel-footer {
    padding: 0 15px;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-right: 20px;
    padding-left: 20px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child>tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child>tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child>tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child>tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > tbody > tr>td:first-child,
.panel > .table-bordered > tbody > tr>th:first-child,
.panel > .table-bordered > tfoot > tr>td:first-child,
.panel > .table-bordered > tfoot > tr>th:first-child,
.panel > .table-bordered > thead > tr>td:first-child,
.panel > .table-bordered > thead > tr>th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr>td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr>th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr>td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr>th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr>td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr>th:first-child {
    border-left: 0;
}

.panel > .table-bordered > tbody > tr>td:last-child,
.panel > .table-bordered > tbody > tr>th:last-child,
.panel > .table-bordered > tfoot > tr>td:last-child,
.panel > .table-bordered > tfoot > tr>th:last-child,
.panel > .table-bordered > thead > tr>td:last-child,
.panel > .table-bordered > thead > tr>th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr>td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr>th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr>td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr>th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr>td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr>th:last-child {
    border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child>td,
.panel > .table-bordered > tbody > tr:first-child>th,
.panel > .table-bordered > thead > tr:first-child>td,
.panel > .table-bordered > thead > tr:first-child>th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child>td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child>th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child>td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child>th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child>td,
.panel > .table-bordered > tbody > tr:last-child>th,
.panel > .table-bordered > tfoot > tr:last-child>td,
.panel > .table-bordered > tfoot > tr:last-child>th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child>td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child>th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child>td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child>th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 19px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #646567;
    border-color: #ddd;
    background-color: #f5f5f5;
}

.panel-default > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #646567;
}

.panel-default > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #00a6d4;
}

.panel-primary > .panel-heading {
    color: #fff;
    border-color: #00a6d4;
    background-color: #00a6d4;
}

.panel-primary > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #00a6d4;
}

.panel-primary > .panel-heading .badge {
    color: #00a6d4;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #00a6d4;
}

.panel-success {
    border-color: #d6f3dd;
}

.panel-success > .panel-heading {
    color: #fff;
    border-color: #d6f3dd;
    background-color: #008836;
}

.panel-success > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #d6f3dd;
}

.panel-success > .panel-heading .badge {
    color: #008836;
    background-color: #fff;
}

.panel-success > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #d6f3dd;
}

.panel-info {
    border-color: #d6eefa;
}

.panel-info > .panel-heading {
    color: #fff;
    border-color: #d6eefa;
    background-color: #5ec5ed;
}

.panel-info > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #d6eefa;
}

.panel-info > .panel-heading .badge {
    color: #5ec5ed;
    background-color: #fff;
}

.panel-info > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #d6eefa;
}

.panel-warning {
    border-color: #ffe8ce;
}

.panel-warning > .panel-heading {
    color: #fff;
    border-color: #ffe8ce;
    background-color: #fabb00;
}

.panel-warning > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #ffe8ce;
}

.panel-warning > .panel-heading .badge {
    color: #fabb00;
    background-color: #fff;
}

.panel-warning > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #ffe8ce;
}

.panel-danger {
    border-color: #f8dae1;
}

.panel-danger > .panel-heading {
    color: #fff;
    border-color: #f8dae1;
    background-color: #ed1c24;
}

.panel-danger > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #f8dae1;
}

.panel-danger > .panel-heading .badge {
    color: #ed1c24;
    background-color: #fff;
}

.panel-danger > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #f8dae1;
}

.embed-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.close {
    float: right;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}

.close:focus,
.close:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .5;
    color: #000;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
}

.modal,
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: 0;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.modal-header {
    min-height: 16.2px;
    padding: 15px;
    border-bottom: 1px solid transparent;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    line-height: 1.2;
    margin: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid transparent;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    overflow: scroll;
    width: 50px;
    height: 50px;
}

@media (min-width:900px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:1200px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;
    opacity: 0;
    text-shadow: none;
    line-break: auto;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #727373;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #727373;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #727373;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #727373;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #727373;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #727373;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #727373;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #727373;
}

.popover {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;
    border-radius: 3px;
    background-color: #fff;
    background-clip: padding-box;
    text-shadow: none;
    line-break: auto;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    font-size: 16px;
    margin: 0;
    padding: 8px 14px;
    border-bottom: 1px solid #ebebeb;
    border-radius: 2px 2px 0 0;
    background-color: #f7f7f7;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: '';
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: transparent;
    border-top-color: rgba(0,0,0,.075);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: transparent;
    border-right-color: rgba(0,0,0,.075);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: ' ';
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: transparent;
    border-bottom-color: rgba(0,0,0,.075);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: transparent;
    border-left-color: rgba(0,0,0,.075);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: ' ';
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel,
.carousel-inner {
    position: relative;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > a>img,
.carousel-inner > .item > img {
    line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-control,
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .active.left,
.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    font-size: 20px;
    bottom: 0;
    left: 0;
    width: 15%;
    text-align: center;
    opacity: .5;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.carousel-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    text-decoration: none;
    opacity: .9;
    color: #fff;
    outline: 0;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-family: serif;
    line-height: 1;
    width: 20px;
    height: 20px;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    z-index: 15;
    bottom: 10px;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    cursor: pointer;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    z-index: 10;
    right: 15%;
    bottom: 20px;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:900px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        font-size: 30px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: ' ';
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible,
pre code.html {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.hidden {
    display: none!important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important;
}

@media (max-width:899px) {
    .visible-xs,
    .visible-xs-block {
        display: block!important;
    }

    table.visible-xs {
        display: table!important;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell!important;
    }

    .visible-xs-inline {
        display: inline!important;
    }

    .visible-xs-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:900px) and (max-width:1199px) {
    .visible-sm,
    .visible-sm-block {
        display: block!important;
    }

    table.visible-sm {
        display: table!important;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell!important;
    }

    .visible-sm-inline {
        display: inline!important;
    }

    .visible-sm-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:1200px) and (max-width:1699px) {
    .visible-md,
    .visible-md-block {
        display: block!important;
    }

    table.visible-md {
        display: table!important;
    }

    tr.visible-md {
        display: table-row!important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell!important;
    }

    .visible-md-inline {
        display: inline!important;
    }

    .visible-md-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:1700px) {
    .visible-lg,
    .visible-lg-block {
        display: block!important;
    }

    table.visible-lg {
        display: table!important;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell!important;
    }

    .visible-lg-inline {
        display: inline!important;
    }

    .visible-lg-inline-block {
        display: inline-block!important;
    }
}

@media (max-width:899px) {
    .hidden-xs {
        display: none!important;
    }
}

@media (min-width:900px) and (max-width:1199px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width:1200px) and (max-width:1699px) {
    .hidden-md {
        display: none!important;
    }
}

@media (min-width:1700px) {
    .hidden-lg {
        display: none!important;
    }
}

.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table!important;
    }

    tr.visible-print {
        display: table-row!important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell!important;
    }
}

.visible-print-block {
    display: none!important;
}

@media print {
    .visible-print-block {
        display: block!important;
    }
}

.visible-print-inline {
    display: none!important;
}

@media print {
    .visible-print-inline {
        display: inline!important;
    }
}

.visible-print-inline-block {
    display: none!important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important;
    }

    .hidden-print {
        display: none!important;
    }
}

.checkbox,
.radio {
    padding-left: 20px;
}

.checkbox label,
.radio label {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

.checkbox label::after,
.checkbox label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    margin-left: -20px;
}

.checkbox label::before {
    width: 17px;
    height: 17px;
    content: '';
    transition: border .15s ease-in-out,color .15s ease-in-out;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #fff;
}

.checkbox label::after {
    font-size: 11px;
    top: 0;
    width: 16px;
    height: 16px;
    padding-left: 3px;
    color: #646567;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=radio] {
    z-index: 1;
    opacity: 0;
}

.checkbox input[type=checkbox]:indeterminate + label::after,
.checkbox input[type=radio]:indeterminate + label::after {
    display: block;
    width: 10px;
    height: 3px;
    margin-top: 7px;
    margin-left: -16.5px;
    content: ' ';
    border-radius: 2px;
    background-color: #555;
}

.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label,
.radio input[type=radio]:disabled + label {
    opacity: .65;
}

.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=radio]:disabled + label::before {
    cursor: not-allowed;
    background-color: transparent;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline,
.radio.radio-inline {
    margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::before {
    border-color: #00a6d4;
    background-color: #00a6d4;
}

.checkbox-primary input[type=checkbox]:checked + label::after,
.checkbox-primary input[type=radio]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label::before,
.checkbox-danger input[type=radio]:checked + label::before {
    border-color: #ed1c24;
    background-color: #ed1c24;
}

.checkbox-danger input[type=checkbox]:checked + label::after,
.checkbox-danger input[type=radio]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label::before,
.checkbox-info input[type=radio]:checked + label::before {
    border-color: #5ec5ed;
    background-color: #5ec5ed;
}

.checkbox-info input[type=checkbox]:checked + label::after,
.checkbox-info input[type=radio]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label::before,
.checkbox-warning input[type=radio]:checked + label::before {
    border-color: #fabb00;
    background-color: #fabb00;
}

.checkbox-warning input[type=checkbox]:checked + label::after,
.checkbox-warning input[type=radio]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before,
.checkbox-success input[type=radio]:checked + label::before {
    border-color: #008836;
    background-color: #008836;
}

.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox-success input[type=radio]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type=checkbox]:indeterminate + label::before,
.checkbox-primary input[type=radio]:indeterminate + label::before {
    border-color: #00a6d4;
    background-color: #00a6d4;
}

.checkbox-primary input[type=checkbox]:indeterminate + label::after,
.checkbox-primary input[type=radio]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type=checkbox]:indeterminate + label::before,
.checkbox-danger input[type=radio]:indeterminate + label::before {
    border-color: #ed1c24;
    background-color: #ed1c24;
}

.checkbox-danger input[type=checkbox]:indeterminate + label::after,
.checkbox-danger input[type=radio]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type=checkbox]:indeterminate + label::before,
.checkbox-info input[type=radio]:indeterminate + label::before {
    border-color: #5ec5ed;
    background-color: #5ec5ed;
}

.checkbox-info input[type=checkbox]:indeterminate + label::after,
.checkbox-info input[type=radio]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type=checkbox]:indeterminate + label::before,
.checkbox-warning input[type=radio]:indeterminate + label::before {
    border-color: #fabb00;
    background-color: #fabb00;
}

.checkbox-warning input[type=checkbox]:indeterminate + label::after,
.checkbox-warning input[type=radio]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type=checkbox]:indeterminate + label::before,
.checkbox-success input[type=radio]:indeterminate + label::before {
    border-color: #008836;
    background-color: #008836;
}

.checkbox-success input[type=checkbox]:indeterminate + label::after,
.checkbox-success input[type=radio]:indeterminate + label::after {
    background-color: #fff;
}

.radio label::after,
.radio label::before {
    position: absolute;
    display: inline-block;
    margin-left: -20px;
    border-radius: 50%;
}

.radio label::before {
    left: 0;
    width: 17px;
    height: 17px;
    content: '';
    transition: border .15s ease-in-out;
    border: 1px solid transparent;
    background-color: #fff;
}

.radio label::after {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    content: ' ';
    transition: transform .1s cubic-bezier(.8,-.33,.2,1.33);
    transition: transform .1s cubic-bezier(.8,-.33,.2,1.33),-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    background-color: #646567;
}

.radio input[type=radio]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type=radio]:checked + label::after {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.radio input[type=radio]:disabled + label::before {
    cursor: not-allowed;
}

.radio-primary input[type=radio]:checked + label::before {
    border-color: #00a6d4;
}

.radio-primary input[type=radio]:checked + label::after {
    background-color: #00a6d4;
}

.radio-danger input[type=radio]:checked + label::before {
    border-color: #ed1c24;
}

.radio-danger input[type=radio]:checked + label::after {
    background-color: #ed1c24;
}

.radio-info input[type=radio] + label::after {
    background-color: #5ec5ed;
}

.radio-info input[type=radio]:checked + label::before {
    border-color: #5ec5ed;
}

.radio-info input[type=radio]:checked + label::after {
    background-color: #5ec5ed;
}

.radio-warning input[type=radio] + label::after {
    background-color: #fabb00;
}

.radio-warning input[type=radio]:checked + label::before {
    border-color: #fabb00;
}

.radio-warning input[type=radio]:checked + label::after {
    background-color: #fabb00;
}

.radio-success input[type=radio] + label::after {
    background-color: #008836;
}

.radio-success input[type=radio]:checked + label::before {
    border-color: #008836;
}

.radio-success input[type=radio]:checked + label::after {
    background-color: #008836;
}

input[type=checkbox] .styled:checked + label::after,
input[type=checkbox] .styled:checked + label::before,
input[type=radio] .styled:checked + label::after,
input[type=radio] .styled:checked + label::before {
    color: #fff;
}

* {
    word-wrap: normal;
    word-break: keep-all;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #00a6d4;
}

a:not(.btn)[disabled] {
    color: #ccc;
}

small {
    font-size: 12px;
}

input,
select {
    width: 100%;
}

input,
select,
textarea {
    transition: box-shadow .2s ease;
    background-color: transparent;
}

input:focus,
select:focus,
textarea:focus {
    transition: box-shadow .2s ease;
}

input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed!important;
    color: #999;
    border-bottom: 1px dotted #ddd!important;
    background-color: transparent;
    box-shadow: none;
    -webkit-text-fill-color: #999;
    -webkit-opacity: 1;
}

input[readonly],
select[readonly] {
    border: 0!important;
    box-shadow: none;
}

textarea[readonly] {
    border: 0!important;
}

input[type=text]::-ms-clear,
select[type=text]::-ms-clear,
textarea[type=text]::-ms-clear {
    display: none;
}

input.is-error,
input.is-success,
input.is-warning,
select.is-error,
select.is-success,
select.is-warning,
textarea.is-error,
textarea.is-success,
textarea.is-warning {
    border-bottom: none!important;
}

input.is-error,
select.is-error,
textarea.is-error {
    box-shadow: inset 0 -2px 0 #ed1c24!important;
}

input.is-warning,
select.is-warning,
textarea.is-warning {
    box-shadow: inset 0 -2px 0 #ff8400!important;
}

input.is-success,
select.is-success,
textarea.is-success {
    box-shadow: inset 0 -2px 0 #008836!important;
}

input.is-error,
input.is-success,
input.is-warning,
textarea.is-error,
textarea.is-success,
textarea.is-warning {
    padding-right: 27px!important;
}

input.is-error,
textarea.is-error {
    background: url(../img/input-error.svg) no-repeat right 1px center;
    background-size: 24px;
}

input.is-warning,
textarea.is-warning {
    background: url(input-warning.svg) no-repeat right 2px center;
    background-size: 20px;
}

input.is-success,
textarea.is-success {
    background: url(input-success.svg) no-repeat right 1px center;
    background-size: 24px;
}

input.is-pending,
textarea.is-pending {
    padding-right: 30px!important;
    background: url(../img/input-pending.gif) no-repeat right 1px center;
}

select:not([multiple]) {
    padding-right: 25px;
    background-image: url(../img/select-arrow.png)!important;
    background-size: 25px!important;
}

select:not([multiple]):disabled {
    background-image: none!important;
}

select:not([multiple])[readonly] {
    pointer-events: none!important;
    background-image: none!important;
}

select:not([multiple]) option:disabled {
    color: #999;
}

select[multiple] {
    display: none;
}

select.is-pending {
    padding-right: 30px!important;
    background-image: url(../img/input-pending.gif)!important;
    background-repeat: no-repeat!important;
    background-position: right 1px center!important;
}

.field-with-label label {
    font-size: 12px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    color: #999;
}

.field-with-label label:hover {
    color: #00a6d4;
}

.field-with-label label.is-disabled:hover,
.field-with-label label.no-hover:hover {
    cursor: default;
    color: #999;
}

.field-with-label input.is-error + label,
.field-with-label input.is-success + label,
.field-with-label input.is-warning + label,
.field-with-label textarea.is-error + label,
.field-with-label textarea.is-success + label,
.field-with-label textarea.is-warning + label {
    padding-right: 27px;
}

.field-with-label input.is-pending + label,
.field-with-label textarea.is-pending + label {
    padding-right: 30px;
}

.field-with-label input.is-error + label,
.field-with-label textarea.is-error + label {
    color: #ed1c24;
}

.field-with-label input.is-warning + label,
.field-with-label textarea.is-warning + label {
    color: #ff8400;
}

.field-with-label input.is-success + label,
.field-with-label textarea.is-success + label {
    color: #008836;
}

.field-with-label.is-animated-top {
    position: relative;
    padding-top: 16px;
}

.field-with-label.is-animated-top input:focus + label {
    font-size: 12px;
    bottom: 23px;
    transition: bottom .2s ease-in-out,font-size .2s ease-in-out;
}

.field-with-label.is-animated-top textarea:focus + label {
    font-size: 12px;
    bottom: 23px;
}

.field-with-label.is-animated-top input:valid + label {
    font-size: 12px;
    bottom: 23px;
    transition: bottom .2s ease-in-out,font-size .2s ease-in-out;
}

.field-with-label.is-animated-top textarea:valid + label {
    font-size: 12px;
    bottom: 23px;
}

.field-with-label.is-animated-top label {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: bottom .2s ease-in-out,font-size .2s ease-in-out;
}

.field-with-label.is-animated-top textarea + label {
    top: 16px;
    transition: top .2s ease-in-out,font-size .2s ease-in-out;
}

.field-with-label.is-animated-top textarea:focus + label,
.field-with-label.is-animated-top textarea:valid + label {
    top: -8px;
    transition: top .2s ease-in-out,font-size .2s ease-in-out;
}

.field-with-label.is-animated-bottom {
    position: relative;
    padding-bottom: 16px;
}

.field-with-label.is-animated-bottom input:focus + label,
.field-with-label.is-animated-bottom input:valid + label {
    font-size: 12px;
    top: 23px;
    transition: top .2s ease-in-out,font-size .2s ease-in-out;
}

.field-with-label.is-animated-bottom label {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    transition: top .2s ease-in-out,font-size .2s ease-in-out;
}

.field-with-label.is-animated-bottom textarea:focus + label,
.field-with-label.is-animated-bottom textarea:valid + label {
    font-size: 12px;
    top: 58px;
    transition: top .2s ease-in-out,font-size .2s ease-in-out;
}

.field-with-label > .input-date,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px;
}

input:focus {
    box-shadow: none;
}

select:focus {
    outline: 0;
}

.italic {
    font-style: italic;
}

.bg-white {
    background-color: #fff!important;
}

.bg-black {
    background-color: #000!important;
}

.bg-blue-jeans {
    background-color: #5ec5ed!important;
}

.bg-blue-jeans-light {
    background-color: #6ccaee!important;
}

.bg-blue-jeans-dark {
    background-color: #56b4d8!important;
}

.bg-blue-dodger {
    background-color: #2196f3!important;
}

.bg-blue-dodger-light {
    background-color: #359ff4!important;
}

.bg-blue-dodger-dark {
    background-color: #1e89dd!important;
}

.bg-blue-cerulean {
    background-color: #00a6d4!important;
}

.bg-blue-cerulean-light {
    background-color: #17aed7!important;
}

.bg-blue-cerulean-dark {
    background-color: #0097c1!important;
}

.bg-blue-sky {
    background-color: #00b2dd!important;
}

.bg-blue-sky-light {
    background-color: #17b9e0!important;
}

.bg-blue-sky-dark {
    background-color: #00a2c9!important;
}

.bg-blue-denim {
    background-color: #146eb5!important;
}

.bg-blue-denim-light {
    background-color: #297bbb!important;
}

.bg-blue-denim-dark {
    background-color: #1364a5!important;
}

.bg-green-pinetree {
    background-color: #008836!important;
}

.bg-green-pinetree-light {
    background-color: #179248!important;
}

.bg-green-pinetree-dark {
    background-color: #007c32!important;
}

.bg-green-kiwi {
    background-color: #0cb14b!important;
}

.bg-green-kiwi-light {
    background-color: #22b85b!important;
}

.bg-green-kiwi-dark {
    background-color: #0ba145!important;
}

.bg-green-android {
    background-color: #a7c638!important;
}

.bg-green-android-light {
    background-color: #afcb4a!important;
}

.bg-green-android-dark {
    background-color: #98b433!important;
}

.bg-yellow-mustard {
    background-color: #fabb00!important;
}

.bg-yellow-mustard-light {
    background-color: #fac117!important;
}

.bg-yellow-mustard-dark {
    background-color: #e4aa00!important;
}

.bg-orange-carrot {
    background-color: #ff8400!important;
}

.bg-orange-carrot-light {
    background-color: #ff8f17!important;
}

.bg-orange-carrot-dark {
    background-color: #e87800!important;
}

.bg-red-blood {
    background-color: #ed1c24!important;
}

.bg-red-blood-light {
    background-color: #ee3037!important;
}

.bg-red-blood-dark {
    background-color: #d81a21!important;
}

.bg-red-vermilion {
    background-color: #f15a29!important;
}

.bg-red-vermilion-light {
    background-color: #f2693c!important;
}

.bg-red-vermilion-dark {
    background-color: #dc5226!important;
}

.bg-purple-ube {
    background-color: #8883bc!important;
}

.bg-purple-ube-light {
    background-color: #928ec2!important;
}

.bg-purple-ube-dark {
    background-color: #7c78ab!important;
}

.bg-gray-white-smoke {
    background-color: #f5f5f5!important;
}

.bg-gray-white-smoke-light {
    background-color: #fafafa!important;
}

.bg-gray-white-smoke-dark {
    background-color: #efefef!important;
}

.bg-gray-silver {
    background-color: #ccc!important;
}

.bg-gray-silver-light {
    background-color: #d0d0d0!important;
}

.bg-gray-silver-dark {
    background-color: #bababa!important;
}

.bg-gray-spanish {
    background-color: #999!important;
}

.bg-gray-spanish-light {
    background-color: #a2a2a2!important;
}

.bg-gray-spanish-dark {
    background-color: #8c8c8c!important;
}

.bg-gray-granite {
    background-color: #646567!important;
}

.bg-gray-granite-light {
    background-color: #727373!important;
}

.bg-gray-granite-dark {
    background-color: #5b5c5d!important;
}

.bg-gray-onyx {
    background-color: #3e3d40!important;
}

.bg-gray-onyx-light {
    background-color: #4f4e51!important;
}

.bg-gray-onyx-dark {
    background-color: #39383b!important;
}

.bg-pastel-blue-cyan {
    background-color: #eef7fe!important;
}

.bg-pastel-blue-cyan-light {
    background-color: #f6fafe!important;
}

.bg-pastel-blue-cyan-dark {
    background-color: #edf5fc!important;
}

.bg-pastel-green-nyanza {
    background-color: #eaf9f0!important;
}

.bg-pastel-green-nyanza-light {
    background-color: #f3fbf6!important;
}

.bg-pastel-green-nyanza-dark {
    background-color: #e8f7ee!important;
}

.bg-pastel-yellow-vanilla {
    background-color: #fff8e8!important;
}

.bg-pastel-yellow-vanilla-light {
    background-color: #fffbf3!important;
}

.bg-pastel-yellow-vanilla-dark {
    background-color: #fcf6e8!important;
}

.bg-pastel-orange-papaya {
    background-color: #fff2e5!important;
}

.bg-pastel-orange-papaya-light {
    background-color: #fff7f0!important;
}

.bg-pastel-orange-papaya-dark {
    background-color: #fceee0!important;
}

.bg-pastel-red-misty {
    background-color: #fceff0!important;
}

.bg-pastel-red-misty-light {
    background-color: #fdf6f6!important;
}

.bg-pastel-red-misty-dark {
    background-color: #f9e5e7!important;
}

.bg-gradient-gray-white-smoke {
    background: linear-gradient(to bottom,#fff 0%,#f0f0f0 400%);
}

.bg-gradient-gray-white-smoke-inverse {
    background: linear-gradient(to top,#fff 0%,#f0f0f0 400%);
}

.bg-gradient-gray-silver {
    background: linear-gradient(to bottom,#fff 0%,#c7c7c7 400%);
}

.bg-gradient-gray-silver-inverse {
    background: linear-gradient(to top,#fff 0%,#c7c7c7 400%);
}

.bg-gradient-gray-spanish {
    background: linear-gradient(to bottom,#fff 0%,#949494 400%);
}

.bg-gradient-gray-spanish-inverse {
    background: linear-gradient(to top,#fff 0%,#949494 400%);
}

.bg-gradient-gray-granite {
    background: linear-gradient(to bottom,#fff 0%,#5f6062 400%);
}

.bg-gradient-gray-granite-inverse {
    background: linear-gradient(to top,#fff 0%,#5f6062 400%);
}

.bg-gradient-gray-onyx {
    background: linear-gradient(to bottom,#fff 0%,#39383b 400%);
}

.bg-gradient-gray-onyx-inverse {
    background: linear-gradient(to top,#fff 0%,#39383b 400%);
}

.bg-gradient-blue-jeans {
    background: linear-gradient(to bottom,#fff 0%,#55c2ec 400%);
}

.bg-gradient-blue-jeans-inverse {
    background: linear-gradient(to top,#fff 0%,#55c2ec 400%);
}

.bg-gradient-blue-dodger {
    background: linear-gradient(to bottom,#fff 0%,#1791f2 400%);
}

.bg-gradient-blue-dodger-inverse {
    background: linear-gradient(to top,#fff 0%,#1791f2 400%);
}

.bg-gradient-blue-cerulean {
    background: linear-gradient(to bottom,#fff 0%,#009eca 400%);
}

.bg-gradient-blue-cerulean-inverse {
    background: linear-gradient(to top,#fff 0%,#009eca 400%);
}

.bg-gradient-blue-sky {
    background: linear-gradient(to bottom,#fff 0%,#00aad3 400%);
}

.bg-gradient-blue-sky-inverse {
    background: linear-gradient(to top,#fff 0%,#00aad3 400%);
}

.bg-gradient-blue-denim {
    background: linear-gradient(to bottom,#fff 0%,#1368ac 400%);
}

.bg-gradient-blue-denim-inverse {
    background: linear-gradient(to top,#fff 0%,#1368ac 400%);
}

.bg-gradient-green-pinetree {
    background: linear-gradient(to bottom,#fff 0%,#007e32 400%);
}

.bg-gradient-green-pinetree-inverse {
    background: linear-gradient(to top,#fff 0%,#007e32 400%);
}

.bg-gradient-green-kiwi {
    background: linear-gradient(to bottom,#fff 0%,#0ba747 400%);
}

.bg-gradient-green-kiwi-inverse {
    background: linear-gradient(to top,#fff 0%,#0ba747 400%);
}

.bg-gradient-green-android {
    background: linear-gradient(to bottom,#fff 0%,#a0be36 400%);
}

.bg-gradient-green-android-inverse {
    background: linear-gradient(to top,#fff 0%,#a0be36 400%);
}

.bg-gradient-yellow-mustard {
    background: linear-gradient(to bottom,#fff 0%,#f0b300 400%);
}

.bg-gradient-yellow-mustard-inverse {
    background: linear-gradient(to top,#fff 0%,#f0b300 400%);
}

.bg-gradient-orange-carrot {
    background: linear-gradient(to bottom,#fff 0%,#f57f00 400%);
}

.bg-gradient-orange-carrot-inverse {
    background: linear-gradient(to top,#fff 0%,#f57f00 400%);
}

.bg-gradient-red-blood {
    background: linear-gradient(to bottom,#fff 0%,#ec131b 400%);
}

.bg-gradient-red-blood-inverse {
    background: linear-gradient(to top,#fff 0%,#ec131b 400%);
}

.bg-gradient-red-vermilion {
    background: linear-gradient(to bottom,#fff 0%,#f0531f 400%);
}

.bg-gradient-red-vermilion-inverse {
    background: linear-gradient(to top,#fff 0%,#f0531f 400%);
}

.bg-gradient-purple-ube {
    background: linear-gradient(to bottom,#fff 0%,#827cb8 400%);
}

.bg-gradient-purple-ube-inverse {
    background: linear-gradient(to top,#fff 0%,#827cb8 400%);
}

.text-white {
    color: #fff!important;
}

.text-black {
    color: #000!important;
}

.text-blue-jeans {
    color: #5ec5ed!important;
}

.text-blue-jeans-light {
    color: #6ccaee!important;
}

.text-blue-jeans-dark {
    color: #56b4d8!important;
}

.text-blue-dodger {
    color: #2196f3!important;
}

.text-blue-dodger-light {
    color: #359ff4!important;
}

.text-blue-dodger-dark {
    color: #1e89dd!important;
}

.text-blue-cerulean {
    color: #00a6d4!important;
}

.text-blue-cerulean-light {
    color: #17aed7!important;
}

.text-blue-cerulean-dark {
    color: #0097c1!important;
}

.text-blue-sky {
    color: #00b2dd!important;
}

.text-blue-sky-light {
    color: #17b9e0!important;
}

.text-blue-sky-dark {
    color: #00a2c9!important;
}

.text-blue-denim {
    color: #146eb5!important;
}

.text-blue-denim-light {
    color: #297bbb!important;
}

.text-blue-denim-dark {
    color: #1364a5!important;
}

.text-green-pinetree {
    color: #008836!important;
}

.text-green-pinetree-light {
    color: #179248!important;
}

.text-green-pinetree-dark {
    color: #007c32!important;
}

.text-green-kiwi {
    color: #0cb14b!important;
}

.text-green-kiwi-light {
    color: #22b85b!important;
}

.text-green-kiwi-dark {
    color: #0ba145!important;
}

.text-green-android {
    color: #a7c638!important;
}

.text-green-android-light {
    color: #afcb4a!important;
}

.text-green-android-dark {
    color: #98b433!important;
}

.text-yellow-mustard {
    color: #fabb00!important;
}

.text-yellow-mustard-light {
    color: #fac117!important;
}

.text-yellow-mustard-dark {
    color: #e4aa00!important;
}

.text-orange-carrot {
    color: #ff8400!important;
}

.text-orange-carrot-light {
    color: #ff8f17!important;
}

.text-orange-carrot-dark {
    color: #e87800!important;
}

.text-red-blood {
    color: #ed1c24!important;
}

.text-red-blood-light {
    color: #ee3037!important;
}

.text-red-blood-dark {
    color: #d81a21!important;
}

.text-red-vermilion {
    color: #f15a29!important;
}

.text-red-vermilion-light {
    color: #f2693c!important;
}

.text-red-vermilion-dark {
    color: #dc5226!important;
}

.text-purple-ube {
    color: #8883bc!important;
}

.text-purple-ube-light {
    color: #928ec2!important;
}

.text-purple-ube-dark {
    color: #7c78ab!important;
}

.text-gray-white-smoke {
    color: #f5f5f5!important;
}

.text-gray-white-smoke-light {
    color: #fafafa!important;
}

.text-gray-white-smoke-dark {
    color: #efefef!important;
}

.text-gray-silver {
    color: #ccc!important;
}

.text-gray-silver-light {
    color: #d0d0d0!important;
}

.text-gray-silver-dark {
    color: #bababa!important;
}

.text-gray-spanish {
    color: #999!important;
}

.text-gray-spanish-light {
    color: #a2a2a2!important;
}

.text-gray-spanish-dark {
    color: #8c8c8c!important;
}

.text-gray-granite,
.ui-select-container ul.ui-select-choices.ui-select-choices-content .ui-select-choices-group .ui-select-choices-row,
.ui-select-container ul.ui-select-choices.ui-select-choices-content .ui-select-choices-group .ui-select-choices-row *,
.ui-select-container ul.ui-select-choices.ui-select-choices-content .ui-select-choices-group .ui-select-choices-row.active,
.ui-select-container ul.ui-select-choices.ui-select-choices-content .ui-select-choices-group .ui-select-choices-row.active * {
    color: #646567!important;
}

.text-gray-granite-light {
    color: #727373!important;
}

.text-gray-granite-dark {
    color: #5b5c5d!important;
}

.text-gray-onyx {
    color: #3e3d40!important;
}

.text-gray-onyx-light {
    color: #4f4e51!important;
}

.text-gray-onyx-dark {
    color: #39383b!important;
}

.text-pastel-blue-cyan {
    color: #eef7fe!important;
}

.text-pastel-blue-cyan-light {
    color: #f6fafe!important;
}

.text-pastel-blue-cyan-dark {
    color: #edf5fc!important;
}

.text-pastel-green-nyanza {
    color: #eaf9f0!important;
}

.text-pastel-green-nyanza-light {
    color: #f3fbf6!important;
}

.text-pastel-green-nyanza-dark {
    color: #e8f7ee!important;
}

.text-pastel-yellow-vanilla {
    color: #fff8e8!important;
}

.text-pastel-yellow-vanilla-light {
    color: #fffbf3!important;
}

.text-pastel-yellow-vanilla-dark {
    color: #fcf6e8!important;
}

.text-pastel-orange-papaya {
    color: #fff2e5!important;
}

.text-pastel-orange-papaya-light {
    color: #fff7f0!important;
}

.text-pastel-orange-papaya-dark {
    color: #fceee0!important;
}

.text-pastel-red-misty {
    color: #fceff0!important;
}

.text-pastel-red-misty-light {
    color: #fdf6f6!important;
}

.text-pastel-red-misty-dark {
    color: #f9e5e7!important;
}

.text-light,
.text-muted {
    color: #999!important;
}

.text-doc-black {
    color: #272822!important;
}

.text-doc-red {
    color: #e1305c!important;
}

.text-doc-blue {
    color: #16168b!important;
}

.text-doc-green {
    color: #219090!important;
}

.text-doc-orange {
    color: #fd971f!important;
}

.margin-auto {
    margin: auto!important;
}

.margin-right-auto {
    margin-right: auto!important;
}

.margin-left-auto {
    margin-left: auto!important;
}

.margin-top-auto {
    margin-top: auto!important;
}

.margin-bottom-auto {
    margin-bottom: auto!important;
}

.margin-left-right-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}

.margin-top-bottom-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
}

.margin-100 {
    margin: 100px!important;
}

.margin-95 {
    margin: 95px!important;
}

.margin-90 {
    margin: 90px!important;
}

.margin-85 {
    margin: 85px!important;
}

.margin-80 {
    margin: 80px!important;
}

.margin-75 {
    margin: 75px!important;
}

.margin-70 {
    margin: 70px!important;
}

.margin-65 {
    margin: 65px!important;
}

.margin-60 {
    margin: 60px!important;
}

.margin-55 {
    margin: 55px!important;
}

.margin-50 {
    margin: 50px!important;
}

.margin-45 {
    margin: 45px!important;
}

.margin-40 {
    margin: 40px!important;
}

.margin-35 {
    margin: 35px!important;
}

.margin-30 {
    margin: 30px!important;
}

.margin-25 {
    margin: 25px!important;
}

.margin-20 {
    margin: 20px!important;
}

.margin-15 {
    margin: 15px!important;
}

.margin-10 {
    margin: 10px!important;
}

.margin-5 {
    margin: 5px!important;
}

.margin-0 {
    margin: 0!important;
}

.margin-left-100 {
    margin-left: 100px!important;
}

.margin-left-95 {
    margin-left: 95px!important;
}

.margin-left-90 {
    margin-left: 90px!important;
}

.margin-left-85 {
    margin-left: 85px!important;
}

.margin-left-80 {
    margin-left: 80px!important;
}

.margin-left-75 {
    margin-left: 75px!important;
}

.margin-left-70 {
    margin-left: 70px!important;
}

.margin-left-65 {
    margin-left: 65px!important;
}

.margin-left-60 {
    margin-left: 60px!important;
}

.margin-left-55 {
    margin-left: 55px!important;
}

.margin-left-50 {
    margin-left: 50px!important;
}

.margin-left-45 {
    margin-left: 45px!important;
}

.margin-left-40 {
    margin-left: 40px!important;
}

.margin-left-35 {
    margin-left: 35px!important;
}

.margin-left-30 {
    margin-left: 30px!important;
}

.margin-left-25 {
    margin-left: 25px!important;
}

.margin-left-20 {
    margin-left: 20px!important;
}

.margin-left-15 {
    margin-left: 15px!important;
}

.margin-left-10 {
    margin-left: 10px!important;
}

.margin-left-5 {
    margin-left: 5px!important;
}

.margin-left-0 {
    margin-left: 0!important;
}

.margin-right-100 {
    margin-right: 100px!important;
}

.margin-right-95 {
    margin-right: 95px!important;
}

.margin-right-90 {
    margin-right: 90px!important;
}

.margin-right-85 {
    margin-right: 85px!important;
}

.margin-right-80 {
    margin-right: 80px!important;
}

.margin-right-75 {
    margin-right: 75px!important;
}

.margin-right-70 {
    margin-right: 70px!important;
}

.margin-right-65 {
    margin-right: 65px!important;
}

.margin-right-60 {
    margin-right: 60px!important;
}

.margin-right-55 {
    margin-right: 55px!important;
}

.margin-right-50 {
    margin-right: 50px!important;
}

.margin-right-45 {
    margin-right: 45px!important;
}

.margin-right-40 {
    margin-right: 40px!important;
}

.margin-right-35 {
    margin-right: 35px!important;
}

.margin-right-30 {
    margin-right: 30px!important;
}

.margin-right-25 {
    margin-right: 25px!important;
}

.margin-right-20 {
    margin-right: 20px!important;
}

.margin-right-15 {
    margin-right: 15px!important;
}

.margin-right-10 {
    margin-right: 10px!important;
}

.margin-right-5 {
    margin-right: 5px!important;
}

.margin-right-0 {
    margin-right: 0!important;
}

.margin-top-100 {
    margin-top: 100px!important;
}

.margin-top-95 {
    margin-top: 95px!important;
}

.margin-top-90 {
    margin-top: 90px!important;
}

.margin-top-85 {
    margin-top: 85px!important;
}

.margin-top-80 {
    margin-top: 80px!important;
}

.margin-top-75 {
    margin-top: 75px!important;
}

.margin-top-70 {
    margin-top: 70px!important;
}

.margin-top-65 {
    margin-top: 65px!important;
}

.margin-top-60 {
    margin-top: 60px!important;
}

.margin-top-55 {
    margin-top: 55px!important;
}

.margin-top-50 {
    margin-top: 50px!important;
}

.margin-top-45 {
    margin-top: 45px!important;
}

.margin-top-40 {
    margin-top: 40px!important;
}

.margin-top-35 {
    margin-top: 35px!important;
}

.margin-top-30 {
    margin-top: 30px!important;
}

.margin-top-25 {
    margin-top: 25px!important;
}

.margin-top-20 {
    margin-top: 20px!important;
}

.margin-top-15 {
    margin-top: 15px!important;
}

.margin-top-10 {
    margin-top: 10px!important;
}

.margin-top-5 {
    margin-top: 5px!important;
}

.margin-top-0 {
    margin-top: 0!important;
}

.margin-bottom-100 {
    margin-bottom: 100px!important;
}

.margin-bottom-95 {
    margin-bottom: 95px!important;
}

.margin-bottom-90 {
    margin-bottom: 90px!important;
}

.margin-bottom-85 {
    margin-bottom: 85px!important;
}

.margin-bottom-80 {
    margin-bottom: 80px!important;
}

.margin-bottom-75 {
    margin-bottom: 75px!important;
}

.margin-bottom-70 {
    margin-bottom: 70px!important;
}

.margin-bottom-65 {
    margin-bottom: 65px!important;
}

.margin-bottom-60 {
    margin-bottom: 60px!important;
}

.margin-bottom-55 {
    margin-bottom: 55px!important;
}

.margin-bottom-50 {
    margin-bottom: 50px!important;
}

.margin-bottom-45 {
    margin-bottom: 45px!important;
}

.margin-bottom-40 {
    margin-bottom: 40px!important;
}

.margin-bottom-35 {
    margin-bottom: 35px!important;
}

.margin-bottom-30 {
    margin-bottom: 30px!important;
}

.margin-bottom-25 {
    margin-bottom: 25px!important;
}

.margin-bottom-20 {
    margin-bottom: 20px!important;
}

.margin-bottom-15 {
    margin-bottom: 15px!important;
}

.margin-bottom-10 {
    margin-bottom: 10px!important;
}

.margin-bottom-5 {
    margin-bottom: 5px!important;
}

.margin-bottom-0 {
    margin-bottom: 0!important;
}

.margin-inverse-100 {
    margin: -100px!important;
}

.margin-inverse-95 {
    margin: -95px!important;
}

.margin-inverse-90 {
    margin: -90px!important;
}

.margin-inverse-85 {
    margin: -85px!important;
}

.margin-inverse-80 {
    margin: -80px!important;
}

.margin-inverse-75 {
    margin: -75px!important;
}

.margin-inverse-70 {
    margin: -70px!important;
}

.margin-inverse-65 {
    margin: -65px!important;
}

.margin-inverse-60 {
    margin: -60px!important;
}

.margin-inverse-55 {
    margin: -55px!important;
}

.margin-inverse-50 {
    margin: -50px!important;
}

.margin-inverse-45 {
    margin: -45px!important;
}

.margin-inverse-40 {
    margin: -40px!important;
}

.margin-inverse-35 {
    margin: -35px!important;
}

.margin-inverse-30 {
    margin: -30px!important;
}

.margin-inverse-25 {
    margin: -25px!important;
}

.margin-inverse-20 {
    margin: -20px!important;
}

.margin-inverse-15 {
    margin: -15px!important;
}

.margin-inverse-10 {
    margin: -10px!important;
}

.margin-inverse-5 {
    margin: -5px!important;
}

.margin-inverse-0 {
    margin: 0!important;
}

.margin-left-inverse-100 {
    margin-left: -100px!important;
}

.margin-left-inverse-95 {
    margin-left: -95px!important;
}

.margin-left-inverse-90 {
    margin-left: -90px!important;
}

.margin-left-inverse-85 {
    margin-left: -85px!important;
}

.margin-left-inverse-80 {
    margin-left: -80px!important;
}

.margin-left-inverse-75 {
    margin-left: -75px!important;
}

.margin-left-inverse-70 {
    margin-left: -70px!important;
}

.margin-left-inverse-65 {
    margin-left: -65px!important;
}

.margin-left-inverse-60 {
    margin-left: -60px!important;
}

.margin-left-inverse-55 {
    margin-left: -55px!important;
}

.margin-left-inverse-50 {
    margin-left: -50px!important;
}

.margin-left-inverse-45 {
    margin-left: -45px!important;
}

.margin-left-inverse-40 {
    margin-left: -40px!important;
}

.margin-left-inverse-35 {
    margin-left: -35px!important;
}

.margin-left-inverse-30 {
    margin-left: -30px!important;
}

.margin-left-inverse-25 {
    margin-left: -25px!important;
}

.margin-left-inverse-20 {
    margin-left: -20px!important;
}

.margin-left-inverse-15 {
    margin-left: -15px!important;
}

.margin-left-inverse-10 {
    margin-left: -10px!important;
}

.margin-left-inverse-5 {
    margin-left: -5px!important;
}

.margin-left-inverse-0 {
    margin-left: 0!important;
}

.margin-right-inverse-100 {
    margin-right: -100px!important;
}

.margin-right-inverse-95 {
    margin-right: -95px!important;
}

.margin-right-inverse-90 {
    margin-right: -90px!important;
}

.margin-right-inverse-85 {
    margin-right: -85px!important;
}

.margin-right-inverse-80 {
    margin-right: -80px!important;
}

.margin-right-inverse-75 {
    margin-right: -75px!important;
}

.margin-right-inverse-70 {
    margin-right: -70px!important;
}

.margin-right-inverse-65 {
    margin-right: -65px!important;
}

.margin-right-inverse-60 {
    margin-right: -60px!important;
}

.margin-right-inverse-55 {
    margin-right: -55px!important;
}

.margin-right-inverse-50 {
    margin-right: -50px!important;
}

.margin-right-inverse-45 {
    margin-right: -45px!important;
}

.margin-right-inverse-40 {
    margin-right: -40px!important;
}

.margin-right-inverse-35 {
    margin-right: -35px!important;
}

.margin-right-inverse-30 {
    margin-right: -30px!important;
}

.margin-right-inverse-25 {
    margin-right: -25px!important;
}

.margin-right-inverse-20 {
    margin-right: -20px!important;
}

.margin-right-inverse-15 {
    margin-right: -15px!important;
}

.margin-right-inverse-10 {
    margin-right: -10px!important;
}

.margin-right-inverse-5 {
    margin-right: -5px!important;
}

.margin-right-inverse-0 {
    margin-right: 0!important;
}

.margin-top-inverse-100 {
    margin-top: -100px!important;
}

.margin-top-inverse-95 {
    margin-top: -95px!important;
}

.margin-top-inverse-90 {
    margin-top: -90px!important;
}

.margin-top-inverse-85 {
    margin-top: -85px!important;
}

.margin-top-inverse-80 {
    margin-top: -80px!important;
}

.margin-top-inverse-75 {
    margin-top: -75px!important;
}

.margin-top-inverse-70 {
    margin-top: -70px!important;
}

.margin-top-inverse-65 {
    margin-top: -65px!important;
}

.margin-top-inverse-60 {
    margin-top: -60px!important;
}

.margin-top-inverse-55 {
    margin-top: -55px!important;
}

.margin-top-inverse-50 {
    margin-top: -50px!important;
}

.margin-top-inverse-45 {
    margin-top: -45px!important;
}

.margin-top-inverse-40 {
    margin-top: -40px!important;
}

.margin-top-inverse-35 {
    margin-top: -35px!important;
}

.margin-top-inverse-30 {
    margin-top: -30px!important;
}

.margin-top-inverse-25 {
    margin-top: -25px!important;
}

.margin-top-inverse-20 {
    margin-top: -20px!important;
}

.margin-top-inverse-15 {
    margin-top: -15px!important;
}

.margin-top-inverse-10 {
    margin-top: -10px!important;
}

.margin-top-inverse-5 {
    margin-top: -5px!important;
}

.margin-top-inverse-0 {
    margin-top: 0!important;
}

.margin-bottom-inverse-100 {
    margin-bottom: -100px!important;
}

.margin-bottom-inverse-95 {
    margin-bottom: -95px!important;
}

.margin-bottom-inverse-90 {
    margin-bottom: -90px!important;
}

.margin-bottom-inverse-85 {
    margin-bottom: -85px!important;
}

.margin-bottom-inverse-80 {
    margin-bottom: -80px!important;
}

.margin-bottom-inverse-75 {
    margin-bottom: -75px!important;
}

.margin-bottom-inverse-70 {
    margin-bottom: -70px!important;
}

.margin-bottom-inverse-65 {
    margin-bottom: -65px!important;
}

.margin-bottom-inverse-60 {
    margin-bottom: -60px!important;
}

.margin-bottom-inverse-55 {
    margin-bottom: -55px!important;
}

.margin-bottom-inverse-50 {
    margin-bottom: -50px!important;
}

.margin-bottom-inverse-45 {
    margin-bottom: -45px!important;
}

.margin-bottom-inverse-40 {
    margin-bottom: -40px!important;
}

.margin-bottom-inverse-35 {
    margin-bottom: -35px!important;
}

.margin-bottom-inverse-30 {
    margin-bottom: -30px!important;
}

.margin-bottom-inverse-25 {
    margin-bottom: -25px!important;
}

.margin-bottom-inverse-20 {
    margin-bottom: -20px!important;
}

.margin-bottom-inverse-15 {
    margin-bottom: -15px!important;
}

.margin-bottom-inverse-10 {
    margin-bottom: -10px!important;
}

.margin-bottom-inverse-5 {
    margin-bottom: -5px!important;
}

.margin-bottom-inverse-0 {
    margin-bottom: 0!important;
}

.padding-100 {
    padding: 100px!important;
}

.padding-95 {
    padding: 95px!important;
}

.padding-90 {
    padding: 90px!important;
}

.padding-85 {
    padding: 85px!important;
}

.padding-80 {
    padding: 80px!important;
}

.padding-75 {
    padding: 75px!important;
}

.padding-70 {
    padding: 70px!important;
}

.padding-65 {
    padding: 65px!important;
}

.padding-60 {
    padding: 60px!important;
}

.padding-55 {
    padding: 55px!important;
}

.padding-50 {
    padding: 50px!important;
}

.padding-45 {
    padding: 45px!important;
}

.padding-40 {
    padding: 40px!important;
}

.padding-35 {
    padding: 35px!important;
}

.padding-30 {
    padding: 30px!important;
}

.padding-25 {
    padding: 25px!important;
}

.padding-20 {
    padding: 20px!important;
}

.padding-15 {
    padding: 15px!important;
}

.padding-10 {
    padding: 10px!important;
}

.padding-5 {
    padding: 5px!important;
}

.padding-0 {
    padding: 0!important;
}

.padding-left-100 {
    padding-left: 100px!important;
}

.padding-left-95 {
    padding-left: 95px!important;
}

.padding-left-90 {
    padding-left: 90px!important;
}

.padding-left-85 {
    padding-left: 85px!important;
}

.padding-left-80 {
    padding-left: 80px!important;
}

.padding-left-75 {
    padding-left: 75px!important;
}

.padding-left-70 {
    padding-left: 70px!important;
}

.padding-left-65 {
    padding-left: 65px!important;
}

.padding-left-60 {
    padding-left: 60px!important;
}

.padding-left-55 {
    padding-left: 55px!important;
}

.padding-left-50 {
    padding-left: 50px!important;
}

.padding-left-45 {
    padding-left: 45px!important;
}

.padding-left-40 {
    padding-left: 40px!important;
}

.padding-left-35 {
    padding-left: 35px!important;
}

.padding-left-30 {
    padding-left: 30px!important;
}

.padding-left-25 {
    padding-left: 25px!important;
}

.padding-left-20 {
    padding-left: 20px!important;
}

.padding-left-15 {
    padding-left: 15px!important;
}

.padding-left-10 {
    padding-left: 10px!important;
}

.padding-left-5 {
    padding-left: 5px!important;
}

.padding-left-0 {
    padding-left: 0!important;
}

.padding-right-100 {
    padding-right: 100px!important;
}

.padding-right-95 {
    padding-right: 95px!important;
}

.padding-right-90 {
    padding-right: 90px!important;
}

.padding-right-85 {
    padding-right: 85px!important;
}

.padding-right-80 {
    padding-right: 80px!important;
}

.padding-right-75 {
    padding-right: 75px!important;
}

.padding-right-70 {
    padding-right: 70px!important;
}

.padding-right-65 {
    padding-right: 65px!important;
}

.padding-right-60 {
    padding-right: 60px!important;
}

.padding-right-55 {
    padding-right: 55px!important;
}

.padding-right-50 {
    padding-right: 50px!important;
}

.padding-right-45 {
    padding-right: 45px!important;
}

.padding-right-40 {
    padding-right: 40px!important;
}

.padding-right-35 {
    padding-right: 35px!important;
}

.padding-right-30 {
    padding-right: 30px!important;
}

.padding-right-25 {
    padding-right: 25px!important;
}

.padding-right-20 {
    padding-right: 20px!important;
}

.padding-right-15 {
    padding-right: 15px!important;
}

.padding-right-10 {
    padding-right: 10px!important;
}

.padding-right-5 {
    padding-right: 5px!important;
}

.padding-right-0 {
    padding-right: 0!important;
}

.padding-top-100 {
    padding-top: 100px!important;
}

.padding-top-95 {
    padding-top: 95px!important;
}

.padding-top-90 {
    padding-top: 90px!important;
}

.padding-top-85 {
    padding-top: 85px!important;
}

.padding-top-80 {
    padding-top: 80px!important;
}

.padding-top-75 {
    padding-top: 75px!important;
}

.padding-top-70 {
    padding-top: 70px!important;
}

.padding-top-65 {
    padding-top: 65px!important;
}

.padding-top-60 {
    padding-top: 60px!important;
}

.padding-top-55 {
    padding-top: 55px!important;
}

.padding-top-50 {
    padding-top: 50px!important;
}

.padding-top-45 {
    padding-top: 45px!important;
}

.padding-top-40 {
    padding-top: 40px!important;
}

.padding-top-35 {
    padding-top: 35px!important;
}

.padding-top-30 {
    padding-top: 30px!important;
}

.padding-top-25 {
    padding-top: 25px!important;
}

.padding-top-20 {
    padding-top: 20px!important;
}

.padding-top-15 {
    padding-top: 15px!important;
}

.padding-top-10 {
    padding-top: 10px!important;
}

.padding-top-5 {
    padding-top: 5px!important;
}

.padding-top-0 {
    padding-top: 0!important;
}

.padding-bottom-100 {
    padding-bottom: 100px!important;
}

.padding-bottom-95 {
    padding-bottom: 95px!important;
}

.padding-bottom-90 {
    padding-bottom: 90px!important;
}

.padding-bottom-85 {
    padding-bottom: 85px!important;
}

.padding-bottom-80 {
    padding-bottom: 80px!important;
}

.padding-bottom-75 {
    padding-bottom: 75px!important;
}

.padding-bottom-70 {
    padding-bottom: 70px!important;
}

.padding-bottom-65 {
    padding-bottom: 65px!important;
}

.padding-bottom-60 {
    padding-bottom: 60px!important;
}

.padding-bottom-55 {
    padding-bottom: 55px!important;
}

.padding-bottom-50 {
    padding-bottom: 50px!important;
}

.padding-bottom-45 {
    padding-bottom: 45px!important;
}

.padding-bottom-40 {
    padding-bottom: 40px!important;
}

.padding-bottom-35 {
    padding-bottom: 35px!important;
}

.padding-bottom-30 {
    padding-bottom: 30px!important;
}

.padding-bottom-25 {
    padding-bottom: 25px!important;
}

.padding-bottom-20 {
    padding-bottom: 20px!important;
}

.padding-bottom-15 {
    padding-bottom: 15px!important;
}

.padding-bottom-10 {
    padding-bottom: 10px!important;
}

.padding-bottom-5 {
    padding-bottom: 5px!important;
}

.padding-bottom-0 {
    padding-bottom: 0!important;
}

.margin-left-right-100 {
    margin-right: 100px!important;
    margin-left: 100px!important;
}

.margin-left-right-95 {
    margin-right: 95px!important;
    margin-left: 95px!important;
}

.margin-left-right-90 {
    margin-right: 90px!important;
    margin-left: 90px!important;
}

.margin-left-right-85 {
    margin-right: 85px!important;
    margin-left: 85px!important;
}

.margin-left-right-80 {
    margin-right: 80px!important;
    margin-left: 80px!important;
}

.margin-left-right-75 {
    margin-right: 75px!important;
    margin-left: 75px!important;
}

.margin-left-right-70 {
    margin-right: 70px!important;
    margin-left: 70px!important;
}

.margin-left-right-65 {
    margin-right: 65px!important;
    margin-left: 65px!important;
}

.margin-left-right-60 {
    margin-right: 60px!important;
    margin-left: 60px!important;
}

.margin-left-right-55 {
    margin-right: 55px!important;
    margin-left: 55px!important;
}

.margin-left-right-50 {
    margin-right: 50px!important;
    margin-left: 50px!important;
}

.margin-left-right-45 {
    margin-right: 45px!important;
    margin-left: 45px!important;
}

.margin-left-right-40 {
    margin-right: 40px!important;
    margin-left: 40px!important;
}

.margin-left-right-35 {
    margin-right: 35px!important;
    margin-left: 35px!important;
}

.margin-left-right-30 {
    margin-right: 30px!important;
    margin-left: 30px!important;
}

.margin-left-right-25 {
    margin-right: 25px!important;
    margin-left: 25px!important;
}

.margin-left-right-20 {
    margin-right: 20px!important;
    margin-left: 20px!important;
}

.margin-left-right-15 {
    margin-right: 15px!important;
    margin-left: 15px!important;
}

.margin-left-right-10 {
    margin-right: 10px!important;
    margin-left: 10px!important;
}

.margin-left-right-5 {
    margin-right: 5px!important;
    margin-left: 5px!important;
}

.margin-left-right-0 {
    margin-right: 0!important;
    margin-left: 0!important;
}

.margin-top-bottom-100 {
    margin-top: 100px!important;
    margin-bottom: 100px!important;
}

.margin-top-bottom-95 {
    margin-top: 95px!important;
    margin-bottom: 95px!important;
}

.margin-top-bottom-90 {
    margin-top: 90px!important;
    margin-bottom: 90px!important;
}

.margin-top-bottom-85 {
    margin-top: 85px!important;
    margin-bottom: 85px!important;
}

.margin-top-bottom-80 {
    margin-top: 80px!important;
    margin-bottom: 80px!important;
}

.margin-top-bottom-75 {
    margin-top: 75px!important;
    margin-bottom: 75px!important;
}

.margin-top-bottom-70 {
    margin-top: 70px!important;
    margin-bottom: 70px!important;
}

.margin-top-bottom-65 {
    margin-top: 65px!important;
    margin-bottom: 65px!important;
}

.margin-top-bottom-60 {
    margin-top: 60px!important;
    margin-bottom: 60px!important;
}

.margin-top-bottom-55 {
    margin-top: 55px!important;
    margin-bottom: 55px!important;
}

.margin-top-bottom-50 {
    margin-top: 50px!important;
    margin-bottom: 50px!important;
}

.margin-top-bottom-45 {
    margin-top: 45px!important;
    margin-bottom: 45px!important;
}

.margin-top-bottom-40 {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
}

.margin-top-bottom-35 {
    margin-top: 35px!important;
    margin-bottom: 35px!important;
}

.margin-top-bottom-30 {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.margin-top-bottom-25 {
    margin-top: 25px!important;
    margin-bottom: 25px!important;
}

.margin-top-bottom-20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.margin-top-bottom-15 {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

.margin-top-bottom-10 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.margin-top-bottom-5 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}

.margin-top-bottom-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.padding-left-right-100 {
    padding-right: 100px!important;
    padding-left: 100px!important;
}

.padding-left-right-95 {
    padding-right: 95px!important;
    padding-left: 95px!important;
}

.padding-left-right-90 {
    padding-right: 90px!important;
    padding-left: 90px!important;
}

.padding-left-right-85 {
    padding-right: 85px!important;
    padding-left: 85px!important;
}

.padding-left-right-80 {
    padding-right: 80px!important;
    padding-left: 80px!important;
}

.padding-left-right-75 {
    padding-right: 75px!important;
    padding-left: 75px!important;
}

.padding-left-right-70 {
    padding-right: 70px!important;
    padding-left: 70px!important;
}

.padding-left-right-65 {
    padding-right: 65px!important;
    padding-left: 65px!important;
}

.padding-left-right-60 {
    padding-right: 60px!important;
    padding-left: 60px!important;
}

.padding-left-right-55 {
    padding-right: 55px!important;
    padding-left: 55px!important;
}

.padding-left-right-50 {
    padding-right: 50px!important;
    padding-left: 50px!important;
}

.padding-left-right-45 {
    padding-right: 45px!important;
    padding-left: 45px!important;
}

.padding-left-right-40 {
    padding-right: 40px!important;
    padding-left: 40px!important;
}

.padding-left-right-35 {
    padding-right: 35px!important;
    padding-left: 35px!important;
}

.padding-left-right-30 {
    padding-right: 30px!important;
    padding-left: 30px!important;
}

.padding-left-right-25 {
    padding-right: 25px!important;
    padding-left: 25px!important;
}

.padding-left-right-20 {
    padding-right: 20px!important;
    padding-left: 20px!important;
}

.padding-left-right-15 {
    padding-right: 15px!important;
    padding-left: 15px!important;
}

.padding-left-right-10 {
    padding-right: 10px!important;
    padding-left: 10px!important;
}

.padding-left-right-5 {
    padding-right: 5px!important;
    padding-left: 5px!important;
}

.padding-left-right-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}

.padding-top-bottom-100 {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
}

.padding-top-bottom-95 {
    padding-top: 95px!important;
    padding-bottom: 95px!important;
}

.padding-top-bottom-90 {
    padding-top: 90px!important;
    padding-bottom: 90px!important;
}

.padding-top-bottom-85 {
    padding-top: 85px!important;
    padding-bottom: 85px!important;
}

.padding-top-bottom-80 {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
}

.padding-top-bottom-75 {
    padding-top: 75px!important;
    padding-bottom: 75px!important;
}

.padding-top-bottom-70 {
    padding-top: 70px!important;
    padding-bottom: 70px!important;
}

.padding-top-bottom-65 {
    padding-top: 65px!important;
    padding-bottom: 65px!important;
}

.padding-top-bottom-60 {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}

.padding-top-bottom-55 {
    padding-top: 55px!important;
    padding-bottom: 55px!important;
}

.padding-top-bottom-50 {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}

.padding-top-bottom-45 {
    padding-top: 45px!important;
    padding-bottom: 45px!important;
}

.padding-top-bottom-40 {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}

.padding-top-bottom-35 {
    padding-top: 35px!important;
    padding-bottom: 35px!important;
}

.padding-top-bottom-30 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.padding-top-bottom-25 {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}

.padding-top-bottom-20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.padding-top-bottom-15 {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.padding-top-bottom-10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.padding-top-bottom-5 {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.padding-top-bottom-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.no-border {
    border: 0!important;
}

.no-border-top {
    border-top: none!important;
}

.no-border-right {
    border-right: none!important;
}

.no-border-bottom {
    border-bottom: none!important;
}

.no-border-left {
    border-left: none!important;
}

.margin-top-8 {
    margin-top: 8px;
}

.no-background {
    background: 0 0!important;
}

.museo {
    font-family: 'Museo',Arial,sans-serif;
}

.museo-sans {
    font-family: 'Museo Sans',Arial,sans-serif;
}

.museo-slab {
    font-family: 'Museo Slab',Georgia,serif;
}

.roboto {
    font-family: 'Roboto',Arial,sans-serif;
}

.text-8 {
    font-size: 8px!important;
}

.text-10 {
    font-size: 10px!important;
}

.text-12 {
    font-size: 12px!important;
}

.text-14 {
    font-size: 14px!important;
}

.text-16 {
    font-size: 16px!important;
}

.text-18 {
    font-size: 18px!important;
}

.text-20 {
    font-size: 20px!important;
}

.text-22 {
    font-size: 22px!important;
}

.text-24 {
    font-size: 24px!important;
}

.text-26 {
    font-size: 26px!important;
}

.text-28 {
    font-size: 28px!important;
}

.text-30 {
    font-size: 30px!important;
}

.text-32 {
    font-size: 32px!important;
}

.text-34 {
    font-size: 34px!important;
}

.text-36 {
    font-size: 36px!important;
}

.text-38 {
    font-size: 38px!important;
}

.text-40 {
    font-size: 40px!important;
}

.text-42 {
    font-size: 42px!important;
}

.text-44 {
    font-size: 44px!important;
}

.text-46 {
    font-size: 46px!important;
}

.text-48 {
    font-size: 48px!important;
}

.text-50 {
    font-size: 50px!important;
}

.text-400 {
    font-weight: 400!important;
}

.text-500 {
    font-weight: 500!important;
}

.text-700 {
    font-weight: 700!important;
}

.text-900 {
    font-weight: 900!important;
}

.text-wrap {
    white-space: pre-wrap!important;
}

.text-nowrap {
    white-space: nowrap!important;
}

.text-lowercase {
    text-transform: lowercase!important;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.text-capitalize {
    text-transform: capitalize!important;
}

.text-no-uppercase {
    text-transform: none!important;
}

.text-condensed {
    line-height: 1!important;
}

.text-no-bold {
    font-weight: 400!important;
}

.text-no-italic {
    font-style: normal!important;
}

.text-ellipsis,
.text-truncated {
    text-overflow: ellipsis;
}

.text-truncated {
    overflow: hidden;
    white-space: nowrap;
}

.is-italic {
    font-style: italic!important;
}

.is-bold {
    font-weight: 700!important;
}

.word-wrap {
    word-break: break-all!important;
}

.no-line-height {
    line-height: 1!important;
}

.is-flex {
    display: flex;
}

.is-flex-stretch {
    display: flex;
    justify-content: stretch!important;
}

.is-flex-justify-content-space-between {
    display: flex;
    justify-content: space-between!important;
}

.is-flex-justify-content-center {
    display: flex;
    justify-content: center!important;
}

.is-flex-with-align-items-center {
    display: flex;
    align-items: center!important;
}

.is-flex-with-align-items-baseline {
    display: flex;
    align-items: baseline!important;
}

.is-flex-no-grow {
    flex-grow: 0;
}

.is-flex-no-shrink {
    flex-shrink: 0;
}

.is-block {
    display: block;
}

.cursor-pointer {
    cursor: pointer!important;
}

.is-scrollable {
    position: relative;
}

.is-invisible {
    visibility: hidden!important;
}

.no-shadow {
    box-shadow: none!important;
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-135 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-225 {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.rotate-315 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

input.no-browser-style {
    -moz-appearance: textfield;
}

input.no-browser-style::-webkit-inner-spin-button,
input.no-browser-style::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input.no-browser-style::-webkit-calendar-picker-indicator {
    display: none;
}

input.no-browser-style::-webkit-input-placeholder {
    visibility: hidden!important;
}

header.post-header ~ main.post-container {
    top: 70px;
}

header.post-header ~ main.post-container nav.post-main-menu {
    top: 70px;
    height: calc(100vh - 70px);
}

header.post-header ~ main.post-container.is-offset-by-packup-sidebar .packup-sidebar {
    padding-top: 70px;
}

header.post-header ~ main.post-container.is-offset-by-packup-sidebar .packup-sidebar .ps-panel {
    margin-top: 70px;
}

@media (min-width:900px) {
    nav.post-submenu ~ main.post-container {
        top: 120px;
    }

    nav.post-submenu ~ main.post-container nav.post-main-menu {
        top: 120px;
        height: calc(100vh - (70px + 50px));
    }

    nav.post-submenu ~ main.post-container.is-offset-by-packup-sidebar .packup-sidebar {
        padding-top: 120px;
    }

    nav.post-submenu ~ main.post-container.is-offset-by-packup-sidebar .packup-sidebar .ps-panel {
        margin-top: 120px;
    }

    nav.post-submenu ~ main.post-container .post-page-header {
        padding-top: 20px;
    }
}

@media (max-width:899px) {
    nav.post-submenu {
        display: none;
    }
}

@font-face {
    font-family: 'Roboto';font-weight: 100;font-style: normal;src: url(../fonts/roboto/roboto-thin-webfont.eot);src: url(../fonts/roboto/roboto-thin-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-thin-webfont.woff) format('woff'),url(../fonts/roboto/roboto-thin-webfont.woff) format('woff'),url(../fonts/roboto/roboto-thin-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-thin-webfont.svg#robotothin) format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 100;font-style: italic;src: url(../fonts/roboto/roboto-thinitalic-webfont.eot);src: url(../fonts/roboto/roboto-thinitalic-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-thinitalic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-thinitalic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-thinitalic-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-thinitalic-webfont.svg#robotothin_italic) format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 300;font-style: normal;src: url(../fonts/roboto/roboto-light-webfont.eot);src: url(../fonts/roboto/roboto-light-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-light-webfont.woff) format('woff'),url(../fonts/roboto/roboto-light-webfont.woff) format('woff'),url(../fonts/roboto/roboto-light-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-light-webfont.svg#robotolight) format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 300;font-style: italic;src: url(../fonts/roboto/roboto-lightitalic-webfont.eot);src: url(../fonts/roboto/roboto-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-lightitalic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-lightitalic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-lightitalic-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-lightitalic-webfont.svg#robotolight_italic) format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 400;font-style: normal;src: url(../fonts/roboto/roboto-regular-webfont.eot);src: url(../fonts/roboto/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-regular-webfont.woff) format('woff'),url(../fonts/roboto/roboto-regular-webfont.woff) format('woff'),url(../fonts/roboto/roboto-regular-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-regular-webfont.svg#robotoregular) format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 400;font-style: italic;src: url(../fonts/roboto/roboto-italic-webfont.eot);src: url(../fonts/roboto/roboto-italic-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-italic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-italic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-italic-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-italic-webfont.svg#robotoitalic) format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 500;font-style: normal;src: url(../fonts/roboto/roboto-medium-webfont.eot);src: url(../fonts/roboto/roboto-medium-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-medium-webfont.woff) format('woff'),url(roboto-medium-webfont.woff) format('woff'),url(../fonts/roboto/roboto-medium-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-medium-webfont.svg#robotomedium) format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 500;font-style: italic;src: url(../fonts/roboto/roboto-mediumitalic-webfont.eot);src: url(../fonts/roboto/roboto-mediumitalic-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-mediumitalic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-mediumitalic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-mediumitalic-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-mediumitalic-webfont.svg#robotomedium_italic) format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 700;font-style: normal;src: url(../fonts/roboto/roboto-bold-webfont.eot);src: url(../fonts/roboto/roboto-bold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-bold-webfont.woff) format('woff'),url(../fonts/roboto/roboto-bold-webfont.woff) format('woff'),url(../fonts/roboto/roboto-bold-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-bold-webfont.svg#robotobold) format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 700;font-style: italic;src: url(../fonts/roboto/roboto-bolditalic-webfont.eot);src: url(../fonts/roboto/roboto-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-bolditalic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-bolditalic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-bolditalic-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-bolditalic-webfont.svg#robotobold_italic) format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 900;font-style: normal;src: url(../fonts/roboto/roboto-black-webfont.eot);src: url(../fonts/roboto/roboto-black-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-black-webfont.woff) format('woff'),url(../fonts/roboto/roboto-black-webfont.woff) format('woff'),url(../fonts/roboto/roboto-black-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-black-webfont.svg#robotoblack) format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 900;font-style: italic;src: url(../fonts/roboto/roboto-blackitalic-webfont.eot);src: url(../fonts/roboto/roboto-blackitalic-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto/roboto-blackitalic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-blackitalic-webfont.woff) format('woff'),url(../fonts/roboto/roboto-blackitalic-webfont.ttf) format('truetype'),url(../fonts/roboto/roboto-blackitalic-webfont.svg#robotoblack_italic) format('svg');
}

@font-face {
    font-family: 'Museo';font-weight: 900;font-style: normal;src: url(../fonts/museo/museo900-regular.eot);src: url(../fonts/museo/museo900-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/museo/museo900-regular.woff) format('woff'),url(../fonts/museo/museo900-regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Sans';font-weight: 100;font-style: normal;src: url(../fonts/museo-sans/museo-sans-100.eot);src: url(../fonts/museo-sans/museo-sans-100.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-sans/museo-sans-100.woff) format('woff'),url(../fonts/museo-sans/museo-sans-100.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Sans';font-weight: 100;font-style: italic;src: url(../fonts/museo-sans/museo-sans-100-italic.eot);src: url(../fonts/museo-sans/museo-sans-100-italic.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-sans/museo-sans-100-italic.woff) format('woff'),url(../fonts/museo-sans/museo-sans-100-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Sans';font-weight: 300;font-style: normal;src: url(../fonts/museo-sans/museo-sans-300.eot);src: url(../fonts/museo-sans/museo-sans-300.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-sans/museo-sans-300.woff) format('woff'),url(../fonts/museo-sans/museo-sans-300.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Sans';font-weight: 300;font-style: italic;src: url(../fonts/museo-sans/museo-sans-300-italic.eot);src: url(../fonts/museo-sans/museo-sans-300-italic.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-sans/museo-sans-300-italic.woff) format('woff'),url(../fonts/museo-sans/museo-sans-300-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Sans';font-weight: 500;font-style: normal;src: url(../fonts/museo-sans/museo-sans-500.eot);src: url(../fonts/museo-sans/museo-sans-500.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-sans/museo-sans-500.woff) format('woff'),url(../fonts/museo-sans/museo-sans-500.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Sans';font-weight: 500;font-style: italic;src: url(../fonts/museo-sans/museo-sans-500-italic.eot);src: url(../fonts/museo-sans/museo-sans-500-italic.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-sans/museo-sans-500-italic.woff) format('woff'),url(../fonts/museo-sans/museo-sans-500-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Sans';font-weight: 700;font-style: normal;src: url(../fonts/museo-sans/museo-sans-700.eot);src: url(../fonts/museo-sans/museo-sans-700.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-sans/museo-sans-700.woff) format('woff'),url(../fonts/museo-sans/museo-sans-700.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Sans';font-weight: 700;font-style: italic;src: url(../fonts/museo-sans/museo-sans-700-italic.eot);src: url(../fonts/museo-sans/museo-sans-700-italic.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-sans/museo-sans-700-italic.woff) format('woff'),url(../fonts/museo-sans/museo-sans-700-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Sans';font-weight: 900;font-style: normal;src: url(../fonts/museo-sans/museo-sans-900.eot);src: url(../fonts/museo-sans/museo-sans-900.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-sans/museo-sans-900.woff) format('woff'),url(../fonts/museo-sans/museo-sans-900.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Sans';font-weight: 900;font-style: italic;src: url(../fonts/museo-sans/museo-sans-900-italic.eot);src: url(../fonts/museo-sans/museo-sans-900-italic.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-sans/museo-sans-900-italic.woff) format('woff'),url(../fonts/museo-sans/museo-sans-900-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Slab';font-weight: 100;font-style: normal;src: url(../fonts/museo-slab/museo-slab-100.eot);src: url(../fonts/museo-slab/museo-slab-100.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-slab/museo-slab-100.woff) format('woff'),url(../fonts/museo-slab/museo-slab-100.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Slab';font-weight: 100;font-style: italic;src: url(../fonts/museo-slab/museo-slab-100-italic.eot);src: url(../fonts/museo-slab/museo-slab-100-italic.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-slab/museo-slab-100-italic.woff) format('woff'),url(../fonts/museo-slab/museo-slab-100-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Slab';font-weight: 300;font-style: normal;src: url(../fonts/museo-slab/museo-slab-300.eot);src: url(../fonts/museo-slab/museo-slab-300.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-slab/museo-slab-300.woff) format('woff'),url(../fonts/museo-slab/museo-slab-300.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Slab';font-weight: 300;font-style: italic;src: url(../fonts/museo-slab/museo-slab-300-italic.eot);src: url(../fonts/museo-slab/museo-slab-300-italic.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-slab/museo-slab-300-italic.woff) format('woff'),url(../fonts/museo-slab/museo-slab-300-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Slab';font-weight: 500;font-style: normal;src: url(../fonts/museo-slab/museo-slab-500.eot);src: url(../fonts/museo-slab/museo-slab-500.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-slab/museo-slab-500.woff) format('woff'),url(../fonts/museo-slab/museo-slab-500.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Slab';font-weight: 500;font-style: italic;src: url(../fonts/museo-slab/museo-slab-500-italic.eot);src: url(../fonts/museo-slab/museo-slab-500-italic.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-slab/museo-slab-500-italic.woff) format('woff'),url(../fonts/museo-slab/museo-slab-500-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Slab';font-weight: 700;font-style: normal;src: url(../fonts/museo-slab/museo-slab-700.eot);src: url(../fonts/museo-slab/museo-slab-700.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-slab/museo-slab-700.woff) format('woff'),url(../fonts/museo-slab/museo-slab-700.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Slab';font-weight: 700;font-style: italic;src: url(../fonts/museo-slab/museo-slab-700-italic.eot);src: url(../fonts/museo-slab/museo-slab-700-italic.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-slab/museo-slab-700-italic.woff) format('woff'),url(../fonts/museo-slab/museo-slab-700-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Slab';font-weight: 900;font-style: normal;src: url(../fonts/museo-slab/museo-slab-900.eot);src: url(../fonts/museo-slab/museo-slab-900.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-slab/museo-slab-900.woff) format('woff'),url(../fonts/museo-slab/museo-slab-900.ttf) format('truetype');
}

@font-face {
    font-family: 'Museo Slab';font-weight: 900;font-style: italic;src: url(../fonts/museo-slab/museo-slab-900-italic.eot);src: url(../fonts/museo-slab/museo-slab-900-italic.eot?#iefix) format('embedded-opentype'),url(../fonts/museo-slab/museo-slab-900-italic.woff) format('woff'),url(../fonts/museo-slab/museo-slab-900-italic.ttf) format('truetype');
}

.navbar {
    border: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.navbar-brand {
    font-size: 24px;
}

.navbar-inverse .navbar-form input[type=password],
.navbar-inverse .navbar-form input[type=text] {
    color: #fff;
    box-shadow: inset 0 -1px 0 #6ee0ff;
}

.navbar-inverse .navbar-form input[type=password]::-moz-placeholder,
.navbar-inverse .navbar-form input[type=text]::-moz-placeholder {
    opacity: 1;
    color: #6ee0ff;
}

.navbar-inverse .navbar-form input[type=password]:-ms-input-placeholder,
.navbar-inverse .navbar-form input[type=text]:-ms-input-placeholder {
    color: #6ee0ff;
}

.navbar-inverse .navbar-form input[type=password]::-webkit-input-placeholder,
.navbar-inverse .navbar-form input[type=text]::-webkit-input-placeholder {
    color: #6ee0ff;
}

.navbar-inverse .navbar-form input[type=password]:focus,
.navbar-inverse .navbar-form input[type=text]:focus {
    box-shadow: inset 0 -2px 0 #fff;
}

.navbar .form-group {
    min-height: auto;
    padding: 0;
    border: 0;
    background: 0 0;
}

input ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
    color: #999;
}

input :-moz-placeholder,
input ::-moz-placeholder,
select :-moz-placeholder,
select ::-moz-placeholder {
    opacity: 1;
    color: #999;
}

input :-ms-input-placeholder,
select :-ms-input-placeholder {
    color: #999;
}

button,
input {
    letter-spacing: .1px;
    -webkit-font-smoothing: antialiased;
}

button:active,
button:focus,
button:hover,
button:visited,
input:active,
input:focus,
input:hover,
input:visited {
    outline: 0!important;
}

button {
    border: 0;
    outline: 0!important;
    background: 0 0;
}

.nav-tabs {
    display: flex;
    align-items: flex-start;
}

.nav-tabs.is-floating {
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.nav-tabs > li,
.selectize-control.single > .selectize-input > input {
    width: 100%;
}

.nav-tabs > li.is-highlighted-gray-silver > a:focus,
.nav-tabs > li.is-highlighted-gray-silver > a:hover,
.nav-tabs > li.is-highlighted-gray-spanish > a:focus,
.nav-tabs > li.is-highlighted-gray-spanish > a:hover,
.nav-tabs > li.is-highlighted-gray-white-smoke > a:focus,
.nav-tabs > li.is-highlighted-gray-white-smoke > a:hover {
    color: #f5f5f5!important;
    box-shadow: inset 0 -4px 0 #f5f5f5!important;
}

.nav-tabs > li.is-highlighted-gray-granite > a:focus,
.nav-tabs > li.is-highlighted-gray-granite > a:hover {
    color: #646567!important;
    box-shadow: inset 0 -4px 0 #646567!important;
}

.nav-tabs > li.is-highlighted-gray-onyx > a:focus,
.nav-tabs > li.is-highlighted-gray-onyx > a:hover {
    color: #3e3d40!important;
    box-shadow: inset 0 -4px 0 #3e3d40!important;
}

.nav-tabs > li.is-highlighted-blue-jeans > a:focus,
.nav-tabs > li.is-highlighted-blue-jeans > a:hover {
    color: #5ec5ed!important;
    box-shadow: inset 0 -4px 0 #5ec5ed!important;
}

.nav-tabs > li.is-highlighted-blue-dodger > a:focus,
.nav-tabs > li.is-highlighted-blue-dodger > a:hover {
    color: #2196f3!important;
    box-shadow: inset 0 -4px 0 #2196f3!important;
}

.nav-tabs > li.is-highlighted-blue-cerulean > a:focus,
.nav-tabs > li.is-highlighted-blue-cerulean > a:hover {
    color: #00a6d4!important;
    box-shadow: inset 0 -4px 0 #00a6d4!important;
}

.nav-tabs > li.is-highlighted-blue-sky > a:focus,
.nav-tabs > li.is-highlighted-blue-sky > a:hover {
    color: #00b2dd!important;
    box-shadow: inset 0 -4px 0 #00b2dd!important;
}

.nav-tabs > li.is-highlighted-blue-denim > a:focus,
.nav-tabs > li.is-highlighted-blue-denim > a:hover {
    color: #146eb5!important;
    box-shadow: inset 0 -4px 0 #146eb5!important;
}

.nav-tabs > li.is-highlighted-green-pinetree > a:focus,
.nav-tabs > li.is-highlighted-green-pinetree > a:hover {
    color: #008836!important;
    box-shadow: inset 0 -4px 0 #008836!important;
}

.nav-tabs > li.is-highlighted-green-kiwi > a:focus,
.nav-tabs > li.is-highlighted-green-kiwi > a:hover {
    color: #0cb14b!important;
    box-shadow: inset 0 -4px 0 #0cb14b!important;
}

.nav-tabs > li.is-highlighted-green-android > a:focus,
.nav-tabs > li.is-highlighted-green-android > a:hover {
    color: #a7c638!important;
    box-shadow: inset 0 -4px 0 #a7c638!important;
}

.nav-tabs > li.is-highlighted-yellow-mustard > a:focus,
.nav-tabs > li.is-highlighted-yellow-mustard > a:hover {
    color: #fabb00!important;
    box-shadow: inset 0 -4px 0 #fabb00!important;
}

.nav-tabs > li.is-highlighted-orange-carrot > a:focus,
.nav-tabs > li.is-highlighted-orange-carrot > a:hover {
    color: #ff8400!important;
    box-shadow: inset 0 -4px 0 #ff8400!important;
}

.nav-tabs > li.is-highlighted-red-blood > a:focus,
.nav-tabs > li.is-highlighted-red-blood > a:hover {
    color: #ed1c24!important;
    box-shadow: inset 0 -4px 0 #ed1c24!important;
}

.nav-tabs > li.is-highlighted-red-vermilion > a:focus,
.nav-tabs > li.is-highlighted-red-vermilion > a:hover {
    color: #f15a29!important;
    box-shadow: inset 0 -4px 0 #f15a29!important;
}

.nav-tabs > li.is-highlighted-purple-ube > a:focus,
.nav-tabs > li.is-highlighted-purple-ube > a:hover {
    color: #8883bc!important;
    box-shadow: inset 0 -4px 0 #8883bc!important;
}

.nav-tabs > li.active.is-highlighted-gray-silver > a,
.nav-tabs > li.active.is-highlighted-gray-silver > a:focus,
.nav-tabs > li.active.is-highlighted-gray-spanish > a,
.nav-tabs > li.active.is-highlighted-gray-spanish > a:focus,
.nav-tabs > li.active.is-highlighted-gray-white-smoke > a,
.nav-tabs > li.active.is-highlighted-gray-white-smoke > a:focus {
    color: #f5f5f5!important;
    box-shadow: inset 0 -4px 0 #f5f5f5!important;
}

.nav-tabs > li.active.is-highlighted-gray-granite > a,
.nav-tabs > li.active.is-highlighted-gray-granite > a:focus {
    color: #646567!important;
    box-shadow: inset 0 -4px 0 #646567!important;
}

.nav-tabs > li.active.is-highlighted-gray-onyx > a,
.nav-tabs > li.active.is-highlighted-gray-onyx > a:focus {
    color: #3e3d40!important;
    box-shadow: inset 0 -4px 0 #3e3d40!important;
}

.nav-tabs > li.active.is-highlighted-blue-jeans > a,
.nav-tabs > li.active.is-highlighted-blue-jeans > a:focus {
    color: #5ec5ed!important;
    box-shadow: inset 0 -4px 0 #5ec5ed!important;
}

.nav-tabs > li.active.is-highlighted-blue-dodger > a,
.nav-tabs > li.active.is-highlighted-blue-dodger > a:focus {
    color: #2196f3!important;
    box-shadow: inset 0 -4px 0 #2196f3!important;
}

.nav-tabs > li.active.is-highlighted-blue-cerulean > a,
.nav-tabs > li.active.is-highlighted-blue-cerulean > a:focus {
    color: #00a6d4!important;
    box-shadow: inset 0 -4px 0 #00a6d4!important;
}

.nav-tabs > li.active.is-highlighted-blue-sky > a,
.nav-tabs > li.active.is-highlighted-blue-sky > a:focus {
    color: #00b2dd!important;
    box-shadow: inset 0 -4px 0 #00b2dd!important;
}

.nav-tabs > li.active.is-highlighted-blue-denim > a,
.nav-tabs > li.active.is-highlighted-blue-denim > a:focus {
    color: #146eb5!important;
    box-shadow: inset 0 -4px 0 #146eb5!important;
}

.nav-tabs > li.active.is-highlighted-green-pinetree > a,
.nav-tabs > li.active.is-highlighted-green-pinetree > a:focus {
    color: #008836!important;
    box-shadow: inset 0 -4px 0 #008836!important;
}

.nav-tabs > li.active.is-highlighted-green-kiwi > a,
.nav-tabs > li.active.is-highlighted-green-kiwi > a:focus {
    color: #0cb14b!important;
    box-shadow: inset 0 -4px 0 #0cb14b!important;
}

.nav-tabs > li.active.is-highlighted-green-android > a,
.nav-tabs > li.active.is-highlighted-green-android > a:focus {
    color: #a7c638!important;
    box-shadow: inset 0 -4px 0 #a7c638!important;
}

.nav-tabs > li.active.is-highlighted-yellow-mustard > a,
.nav-tabs > li.active.is-highlighted-yellow-mustard > a:focus {
    color: #fabb00!important;
    box-shadow: inset 0 -4px 0 #fabb00!important;
}

.nav-tabs > li.active.is-highlighted-orange-carrot > a,
.nav-tabs > li.active.is-highlighted-orange-carrot > a:focus {
    color: #ff8400!important;
    box-shadow: inset 0 -4px 0 #ff8400!important;
}

.nav-tabs > li.active.is-highlighted-red-blood > a,
.nav-tabs > li.active.is-highlighted-red-blood > a:focus {
    color: #ed1c24!important;
    box-shadow: inset 0 -4px 0 #ed1c24!important;
}

.nav-tabs > li.active.is-highlighted-red-vermilion > a,
.nav-tabs > li.active.is-highlighted-red-vermilion > a:focus {
    color: #f15a29!important;
    box-shadow: inset 0 -4px 0 #f15a29!important;
}

.nav-tabs > li.active.is-highlighted-purple-ube > a,
.nav-tabs > li.active.is-highlighted-purple-ube > a:focus {
    color: #8883bc!important;
    box-shadow: inset 0 -4px 0 #8883bc!important;
}

.nav-tabs > li > a {
    line-height: 1;
    display: flex;
    height: 50px;
    margin-right: 0;
    padding: 2px 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.nav-tabs > li > a sup,
.post-submenu .sm-button sup,
.post-tab .pm-header .pm-button sup {
    top: -12px;
    padding-left: 5px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
    transition: all .2s;
    color: #646567;
    border: 0;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 #ddd;
}

.nav-tabs > li > a:focus:hover,
.nav-tabs > li > a:hover {
    color: #00a6d4;
    background-color: transparent;
    box-shadow: inset 0 -4px 0 #00a6d4;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    color: #00a6d4;
    border: 0;
    box-shadow: inset 0 -4px 0 #00a6d4;
}

.nav-tabs > li.active > a:focus:hover,
.nav-tabs > li.active > a:hover {
    color: #00a6d4;
    border: 0;
}

.nav-tabs > li.disabled > a {
    box-shadow: inset 0 -1px 0 #ddd;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > li > a:hover {
    border: 0;
}

.nav-tabs .dropdown-menu {
    margin-top: 0;
}

@media (max-width:499px) {
    .nav-tabs {
        flex-direction: column;
        height: auto;
    }
}

.dropdown-menu {
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.dropdown-menu .divider {
    margin: 0;
    padding: 0;
}

.dropdown-menu li a {
    font-size: 15px;
    padding: 9px 20px;
}

.help-block {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 2px;
    color: #999;
}

.help-block.is-success {
    color: #008836;
}

.help-block.is-warning,
.post-main-menu .menu-contracts .dropdown-menu .with-icons .icons .default.is-active i,
.post-main-menu .menu-contracts .dropdown-menu a .with-icons .icons .default.is-active i,
.post-main-menu .menu-contracts .dropdown-toggle .with-icons .icons .default.is-active i,
.post-main-menu .menu-contracts .dropdown-toggle a .with-icons .icons .default.is-active i,
.post-main-menu .pmm-row-menu .pmm-row-menu-icon.with-icons .icons .default.is-active i,
.post-submenu .menu-contracts .dropdown-menu .with-icons .icons .default.is-active i,
.post-submenu .menu-contracts .dropdown-menu a .with-icons .icons .default.is-active i,
.post-submenu .menu-contracts .dropdown-toggle .with-icons .icons .default.is-active i,
.post-submenu .menu-contracts .dropdown-toggle a .with-icons .icons .default.is-active i {
    color: #fabb00;
}

.help-block.is-error {
    color: #ed1c24;
}

.tooltip-inner {
    line-height: 21px;
}

@media (max-width:1199px) {
    .tooltip {
        display: none!important;
    }
}

.alert {
    color: #fff;
    border: 0;
}

.alert button {
    box-shadow: none;
}

.alert-success {
    background-color: #008836;
}

.alert-info {
    background-color: #5ec5ed;
}

.alert-warning {
    background-color: #fabb00;
}

.alert-danger {
    background-color: #ed1c24;
}

.alert .alert-link,
.alert a:not(.close) {
    font-weight: 700;
    color: #fff;
}

.alert .close,
.toast-message a,
.toast-message label {
    color: #fff;
}

.badge {
    line-height: 11px;
    padding: 4px 6px;
}

.progress {
    position: relative;
    z-index: 1;
    height: 6px;
    border-radius: 0;
}

.progress,
.progress-bar {
    box-shadow: none;
}

.progress-bar:last-child {
    border-radius: 0 3px 3px 0;
}

.progress-bar:last-child:before {
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #f6fafe;
}

.progress-bar-success:last-child.progress-bar:before {
    background-color: #eaf9f0;
}

.progress-bar-info:last-child.progress-bar:before {
    background-color: #f6fafe;
}

.progress-bar-warning:last-child.progress-bar:before {
    background-color: #fff8e8;
}

.progress-bar-danger:last-child.progress-bar:before {
    background-color: #fceff0;
}

.pager,
.pagination,
.toggle-button .button-checkbox ~ label {
    margin: 0;
}

.pagination > li > a,
.pagination > li > span {
    font-size: 12px;
    line-height: 30px;
    position: relative;
    display: flex;
    float: left;
    min-width: 30px;
    height: 30px;
    margin: 0 1px;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    color: #646567;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    cursor: pointer;
    color: #999;
    background-color: rgba(128,128,128,.1);
}

.pagination > li > a:active,
.pagination > li > span:active {
    cursor: pointer;
    color: #646567;
    background-color: rgba(128,128,128,.2);
}

.pagination > li.page-number > a,
.pagination > li.page-number > span {
    color: #999;
    border: 0!important;
    border-radius: 0;
}

.pagination > li.etc > a,
.pagination > li.etc > a:active,
.pagination > li.etc > a:focus,
.pagination > li.etc > a:hover,
.pagination > li.etc > span,
.pagination > li.etc > span:active,
.pagination > li.etc > span:focus,
.pagination > li.etc > span:hover {
    cursor: default;
    color: #999;
    border: 0!important;
    border-radius: 0;
    background: 0 0;
}

.pagination > li.first a:after,
.pagination > li.first a:before,
.pagination > li.first span:after,
.pagination > li.first span:before,
.pagination > li.last a:after,
.pagination > li.last a:before,
.pagination > li.last span:after,
.pagination > li.last span:before,
.pagination > li.next a:after,
.pagination > li.next a:before,
.pagination > li.next span:after,
.pagination > li.next span:before,
.pagination > li.previous a:after,
.pagination > li.previous a:before,
.pagination > li.previous span:after,
.pagination > li.previous span:before {
    font-family: 'post-icons';
    font-size: 12px;
    font-weight: 700;
}

.pagination > li.first a:before,
.pagination > li.first span:before {
    margin-left: -2px;
    content: '\e924';
}

.pagination > li.first a:after,
.pagination > li.first span:after {
    margin-left: -7px;
    content: '\e924';
}

.pagination > li.previous a:before,
.pagination > li.previous span:before {
    content: '\e924';
}

.pagination > li.next a:before,
.pagination > li.next span:before {
    content: '\e963';
}

.pagination > li.last a:before,
.pagination > li.last span:before {
    margin-left: 2px;
    content: '\e963';
}

.pagination > li.last a:after,
.pagination > li.last span:after {
    margin-left: -7px;
    content: '\e963';
}

.pagination > li.active a,
.pagination > li.active a:active,
.pagination > li.active a:focus,
.pagination > li.active a:hover {
    color: #646567;
    border-color: #ddd;
    background-color: rgba(128,128,128,.2);
}

.pagination.pagination-lg li a,
.pagination.pagination-lg li span {
    line-height: 45px;
    min-width: 45px;
    height: 45px;
}

.pagination.pagination-lg li a,
.pagination.pagination-lg li a:after,
.pagination.pagination-lg li a:before,
.pagination.pagination-lg li span,
.pagination.pagination-lg li span:after,
.pagination.pagination-lg li span:before {
    font-size: 16px;
}

.pagination.pagination-sm li a,
.pagination.pagination-sm li span {
    line-height: 22px;
    min-width: 22px;
    height: 22px;
}

.pagination.pagination-sm li a,
.pagination.pagination-sm li a:after,
.pagination.pagination-sm li a:before,
.pagination.pagination-sm li span,
.pagination.pagination-sm li span:after,
.pagination.pagination-sm li span:before {
    font-size: 10px;
}

.pagination.pagination-sm li.first a,
.pagination.pagination-sm li.first span,
.pagination.pagination-sm li.last a,
.pagination.pagination-sm li.last span {
    padding: 0 2px;
}

.pagination.pagination-sm li.first a:after,
.pagination.pagination-sm li.first span:after,
.pagination.pagination-sm li.last a:after,
.pagination.pagination-sm li.last span:after {
    margin-left: -6px;
}

.pager li a {
    font-size: 12px;
    line-height: 30px;
    position: relative;
    display: flex;
    float: left;
    min-width: 30px;
    height: 30px;
    margin: 0 1px;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #646567;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.pager li a:hover {
    cursor: pointer;
    color: #999;
    background-color: rgba(128,128,128,.1);
}

.pager li a:active {
    cursor: pointer;
    color: #646567;
    background-color: rgba(128,128,128,.2);
}

.pager.pager-sm li a,
.pager.pager-sm li span {
    line-height: 22px;
    min-width: 22px;
    height: 22px;
}

.pager.pager-sm li a,
.pager.pager-sm li a:after,
.pager.pager-sm li a:before,
.pager.pager-sm li span,
.pager.pager-sm li span:after,
.pager.pager-sm li span:before {
    font-size: 10px;
}

.pager.pager-lg li a,
.pager.pager-lg li span {
    line-height: 45px;
    min-width: 45px;
    height: 45px;
    padding: 0 10px;
}

.pager.pager-lg li a,
.pager.pager-lg li a:after,
.pager.pager-lg li a:before,
.pager.pager-lg li span,
.pager.pager-lg li span:after,
.pager.pager-lg li span:before {
    font-size: 16px;
}

.modal .modal-dialog .modal-content .modal-header {
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.modal .modal-dialog .modal-content .modal-header button.close {
    font-size: 14px;
    position: absolute;
    top: calc(50% - 15px);
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 8px;
    transition: all .2s ease;
    border-radius: 50%;
    outline: 0;
}

.modal .modal-dialog .modal-content .modal-header button.close:hover {
    background-color: rgba(128,128,128,.1);
}

.modal .modal-dialog .modal-content .modal-header button.close:active {
    background-color: rgba(128,128,128,.2);
}

.modal .modal-dialog .modal-content .modal-footer {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

.close {
    font-size: 34px;
    font-weight: 300;
    line-height: 24px;
    transition: all .2s;
    opacity: .6;
}

.close:hover {
    opacity: 1;
}

.list-group-item {
    padding: 15px;
}

.list-group-item-text {
    color: #97989a;
}

.well {
    border-radius: 0;
    box-shadow: none;
}

.popover {
    border: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.jumbotron {
    padding: 50px;
}

.ps-scrollbar-x-rail,
.ps-scrollbar-y-rail {
    z-index: 105;
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after,
input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
    font-family: 'post-icons';
    margin-top: 3px;
    content: '\e807';
}

.checkbox label::before,
.radio label::before {
    border-color: #ccc;
}

.checkbox label::after,
.radio label::after {
    padding-top: 0;
}

.checkbox label::after,
.checkbox label::before,
.radio label::after,
.radio label::before {
    margin-top: 0;
}

.checkbox,
.radio {
    height: 17px;
}

.checkbox.checkbox-inverse,
.radio.radio-inverse {
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 0;
    cursor: pointer;
    vertical-align: middle;
}

.radio.radio-inverse label:after {
    right: -17px!important;
    left: initial!important;
}

.radio.radio-inverse label:before {
    right: -20px!important;
    left: initial!important;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.checkbox.checkbox-inverse label:after {
    right: -19px!important;
    left: initial!important;
}

.checkbox.checkbox-inverse label:before {
    right: -20px!important;
    left: initial!important;
}

.toast:before {
    font-family: 'post-icons'!important;
    font-size: 20px;
    position: absolute;
    left: 20px;
}

.toast-message,
.toast-title {
    margin-left: 30px;
}

.toast-title {
    font-weight: 500;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.toast-message a:hover {
    text-decoration: none;
    color: #ccc;
}

.toast-close-button {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: -.3em;
    right: -.3em;
    float: right;
    opacity: .8;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.toast-close-button:focus,
.toast-close-button:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .4;
    color: #3e3d40;
    filter: alpha(opacity=40);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    border: 0;
    background: 0 0;
}

.toast-top-center {
    top: 45px;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    right: 0;
    bottom: 30px;
    width: 100%;
}

.toast-top-full-width {
    top: 45px;
    right: 30px;
    width: 100%;
}

.toast-bottom-full-width {
    right: 30px;
    bottom: 30px;
    width: 100%;
}

.toast-top-left {
    top: 45px;
    left: 30px;
}

.toast-top-right {
    top: 45px;
    right: 30px;
}

.toast-bottom-right {
    right: 30px;
    bottom: 30px;
}

.toast-bottom-left {
    bottom: 30px;
    left: 30px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

#toast-container * {
    box-sizing: border-box;
}

#toast-container .toast,
#toast-container .toast:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#toast-container .toast {
    position: relative;
    overflow: hidden;
    width: 300px;
    margin: 0 0 6px;
    padding: 18px 25px;
    pointer-events: auto;
    color: #fff;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 15px center;
    box-shadow: 0 0 12px #999;
}

#toast-container .toast:hover {
    cursor: pointer;
    box-shadow: 0 0 12px #3e3d40;
}

#toast-container .toast-info:before {
    content: '\e92f';
    color: #2196f3;
}

#toast-container .toast-error:before {
    content: '\e809';
    color: #ed1c24;
}

#toast-container .toast-success:before {
    content: '\e9b6';
    color: #008836;
}

#toast-container .toast-warning:before {
    content: '\e946';
    color: #ff8400;
}

#toast-container.toast-bottom-center .toast,
#toast-container.toast-top-center .toast {
    font-size: 14px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:400px) {
    #toast-container.toast-bottom-center .toast,
    #toast-container.toast-top-center .toast {
        width: 360px;
    }
}

#toast-container.toast-bottom-full-width .toast,
#toast-container.toast-top-full-width .toast {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

.toast {
    background-color: #252426;
}

.toast-success {
    border: solid 1px #008836;
    background-color: #f3fbf6;
}

.toast-success .toast-message,
.toast-success .toast-title {
    color: #008836;
}

.toast-error {
    border: solid 1px #ed1c24;
    background-color: #fdf6f6;
}

.toast-error .toast-message,
.toast-error .toast-title {
    color: #ed1c24;
}

.toast-info {
    border: solid 1px #2196f3;
    background-color: #f6fafe;
}

.toast-info .toast-message,
.toast-info .toast-title {
    color: #2196f3;
}

.toast-warning {
    border: solid 1px #ff8400;
    background-color: #fff7f0;
}

.toast-warning .toast-message,
.toast-warning .toast-title {
    color: #ff8400;
}

.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    opacity: .4;
    background-color: #3e3d40;
    filter: alpha(opacity=40);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

@media all and (max-width:499px) {
    #toast-container .toast {
        width: 18em;
        padding: 8px 8px 8px 50px;
    }

    #toast-container .toast-close-button {
        top: -.2em;
        right: -.2em;
    }
}

@media all and (max-width:899px) {
    #toast-container .toast {
        width: 25em;
        padding: 15px 15px 15px 50px;
    }
}

.panel.panel-bubble .panel-heading .ph-row.text-bottom .center strong,
.post-banner .pt-big-title strong,
.post-header .waffle-menu .dropdown-menu .item .item-text strong,
.post-tile .pt-big-title strong,
.ui-select-highlight {
    font-weight: 700;
}

.ui-select-offscreen {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0 0 0 0)!important;
    width: 1px!important;
    height: 1px!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    outline: 0!important;
}

.ui-select-choices-row:hover {
    background-color: #f5f5f5;
}

.ng-dirty.ng-invalid > a.select2-choice,
.ng-dirty.ng-invalid > div.selectize-input,
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #d44950;
}

.select2-result-single {
    padding-left: 0;
}

.select-locked > .ui-select-match-close,
.select2-locked > .select2-search-choice-close {
    display: none;
}

body > .select2-container.open {
    z-index: 9999;
}

.ui-select-container.select2.direction-up .ui-select-match,
.ui-select-container[theme=select2].direction-up .ui-select-match {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-select-container.select2.direction-up .ui-select-dropdown,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
    margin-top: -4px;
    border-top-width: 1px;
    border-top-style: solid;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -4px 8px rgba(0,0,0,.25);
}

.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: 0;
}

.selectize-input.selectize-focus {
    border-color: #007fbb!important;
}

.selectize-control.multi > .selectize-input > input {
    margin: 0!important;
}

.selectize-control > .selectize-dropdown,
.uib-datepicker-popup .uib-datepicker .uib-daypicker table,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table {
    width: 100%;
}

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
    margin-top: -2px;
    box-shadow: 0 -4px 8px rgba(0,0,0,.25);
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
    width: 0;
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: 0;
}

.btn-default-focus {
    text-decoration: none;
    color: #333;
    border-color: #adadad;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    background-color: #ebebeb;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.ui-select-bootstrap .ui-select-toggle {
    position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 10px;
    margin-top: -2px;
}

.input-group > .ui-select-bootstrap.dropdown {
    position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
    border-radius: 4px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.ui-select-bootstrap .ui-select-search-hidden {
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn {
    text-align: left!important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
    position: absolute;
    top: 45%;
    right: 15px;
}

.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
    overflow-x: hidden;
    width: 100%;
    height: auto;
    max-height: 200px;
    margin-top: -1px;
}

body > .ui-select-bootstrap.open {
    z-index: 1000;
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    padding: 3px 3px 0;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    height: 1.666666em;
    margin-bottom: 3px;
    border: 0;
    outline: 0;
    background-color: transparent!important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    font-size: 1.6em;
    line-height: .75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    margin: 0 3px 3px 0;
    outline: 0;
}

.ui-select-multiple .ui-select-match-item {
    position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
    pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    margin-right: 2px;
    content: '';
    border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    margin-left: 2px;
    content: '';
    border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    font-weight: 400;
    line-height: 1.42857143;
    display: block;
    clear: both;
    padding: 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #333;
}

.ui-select-bootstrap .ui-select-choices-row > span:focus,
.ui-select-bootstrap .ui-select-choices-row > span:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
    text-decoration: none;
    color: #fff;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.active.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.disabled > span {
    cursor: not-allowed;
    color: #777;
    background-color: #fff;
}

.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none!important;
}

.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0,0,0,.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
    position: absolute;
    right: 10px;
    height: 10px;
    margin-top: -2px;
}

.ui-select-refreshing {
    font-family: 'Glyphicons Halflings',sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 1px;
    right: 0;
    display: inline-block;
    padding: 8px 27px;
    -webkit-font-smoothing: antialiased;
}

.ui-select-spin {
    -webkit-animation: ui-select-spin 2s infinite linear;
    animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
    -webkit-animation: none 0s;
}

.ui-select-container {
    line-height: 30px;
    height: 30px;
    outline: 0!important;
    background-repeat: no-repeat;
    background-position: center right;
    box-shadow: inset 0 -1px 0 #ddd!important;
}

.ui-select-container * {
    outline: 0!important;
    background-color: transparent!important;
    box-shadow: none!important;
}

.ui-select-container .btn {
    margin: 0!important;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    box-shadow: none;
}

.ui-select-container .btn:hover:not([disabled]) {
    background: 0 0!important;
}

.ui-select-container.open {
    box-shadow: inset 0 -2px 0 #00a6d4!important;
}

.ui-select-container[disabled] {
    border-bottom: 1px dotted #ddd!important;
    box-shadow: none!important;
}

.ui-select-container[readonly] {
    pointer-events: none;
    border: 0!important;
    box-shadow: none!important;
}

.ui-select-container.with-chevron {
    padding-right: 25px;
    background-size: 25px!important;
}

.ui-select-container.with-chevron,
.ui-select-container.with-chevron.is-error,
.ui-select-container.with-chevron.is-success,
.ui-select-container.with-chevron.is-warning {
    background-image: url(../img/select-arrow.png);
}

.ui-select-container.is-error {
    padding-right: 25px;
    background: url(../img/input-error.svg) no-repeat right 1px center;
    background-size: 24px;
    box-shadow: inset 0 -2px 0 #ed1c24!important;
}

.ui-select-container.is-warning {
    padding-right: 25px;
    background: url(input-warning.svg) no-repeat right 2px center;
    background-size: 20px;
    box-shadow: inset 0 -2px 0 #ff8400!important;
}

.ui-select-container.is-success {
    padding-right: 25px;
    background: url(input-success.svg) no-repeat right 1px center;
    background-size: 24px;
    box-shadow: inset 0 -2px 0 #008836!important;
}

.ui-select-container.is-pending {
    padding-right: 30px;
    background: url(../img/input-pending.gif) no-repeat right 1px center!important;
}

.ui-select-container.w50 {
    width: 50px;
}

.ui-select-container.w100 {
    width: 100px;
}

.ui-select-container.w150 {
    width: 150px;
}

.ui-select-container.w200 {
    width: 200px;
}

.ui-select-container.w250 {
    width: 250px;
}

.ui-select-container.w300 {
    width: 300px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input.fixed-height,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input.fixed-height,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input.fixed-height,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input.fixed-height,
.ui-select-container .ui-select-match {
    height: 30px;
}

.ui-select-container .ui-select-match .ui-select-toggle {
    line-height: 30px;
    display: block;
    height: 30px;
}

.ui-select-container .ui-select-match .ui-select-toggle .ui-select-placeholder {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
}

.ui-select-container .ui-select-match .ui-select-toggle .ui-select-match-text {
    font-size: 16px;
    height: 30px;
}

.ui-select-container .ui-select-match .ui-select-toggle .caret {
    border: 0!important;
}

.ui-select-container input.ui-select-search {
    line-height: 30px;
    height: 30px;
    margin: 0!important;
    box-shadow: none!important;
}

.ui-select-container ul.ui-select-choices {
    margin-top: 0;
    border: 1px solid #ddd!important;
    background-color: #fff!important;
}

.ui-select-container ul.ui-select-choices.ui-select-choices-content .ui-select-choices-group .ui-select-choices-row:hover {
    color: #fff!important;
    background-color: #2196f3!important;
}

.ui-select-container ul.ui-select-choices.ui-select-choices-content .ui-select-choices-group .ui-select-choices-row:hover * {
    color: #fff!important;
}

.ui-select-container ul.ui-select-choices.ui-select-choices-content .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner {
    display: flex;
    align-items: center;
}

.ui-select-container ul.ui-select-choices.ui-select-choices-content .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner .icon {
    font-size: 20px;
    line-height: 1;
    margin-right: 5px;
}

.uib-datepicker-popup .uib-datepicker {
    padding: 0 0 15px;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker {
    padding: 0;
    outline: 0!important;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child {
    background-color: #00a6d4;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th {
    height: 45px;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn {
    color: #fff!important;
    border: 0!important;
    background: 0 0!important;
    box-shadow: none;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn:hover,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn:hover,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn:hover {
    color: #3e3d40!important;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-left,
.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-right,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-left,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-right,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-left,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-right {
    width: 45px;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-left:before,
.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-right:before,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-left:before,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-right:before,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-left:before,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-right:before {
    font-family: 'post-icons',sans-serif;
    font-size: 18px;
    transition: color .2s ease-in-out;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-left .glyphicon-chevron-left,
.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-left .glyphicon-chevron-right,
.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-left .sr-only,
.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-right .glyphicon-chevron-left,
.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-right .glyphicon-chevron-right,
.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-right .sr-only,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-left .glyphicon-chevron-left,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-left .glyphicon-chevron-right,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-left .sr-only,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-right .glyphicon-chevron-left,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-right .glyphicon-chevron-right,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-right .sr-only,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-left .glyphicon-chevron-left,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-left .glyphicon-chevron-right,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-left .sr-only,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-right .glyphicon-chevron-left,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-right .glyphicon-chevron-right,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-right .sr-only {
    display: none;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-left:before,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-left:before,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-left:before {
    content: '\e924';
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-right:before,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-right:before,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-right:before {
    content: '\e963';
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:first-child th .btn.uib-title,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:first-child th .btn.uib-title,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:first-child th .btn.uib-title {
    font-size: 18px;
    transition: color .2s ease-in-out;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table thead tr:nth-child(2) small,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table thead tr:nth-child(2) small,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table thead tr:nth-child(2) small {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #3e3d40;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table tbody .btn {
    font-size: 16px;
    color: #3e3d40;
    border: 0;
}

.uib-datepicker-popup .uib-datepicker .uib-monthpicker table tbody .btn {
    font-size: 16px;
    color: #3e3d40;
    border: 0;
    background: 0 0;
    box-shadow: none;
}

.uib-datepicker-popup .uib-datepicker .uib-yearpicker table tbody .btn {
    font-size: 16px;
    padding: 20px;
    color: #3e3d40;
    border: 0;
    background: 0 0;
    box-shadow: none;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table tbody .btn:disabled:hover,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table tbody .btn:disabled:hover,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table tbody .btn:disabled:hover {
    cursor: not-allowed!important;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table tbody .btn:disabled:hover span,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table tbody .btn:disabled:hover span,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table tbody .btn:disabled:hover span {
    color: #3e3d40!important;
    background: 0 0!important;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table tbody .btn:disabled:hover span.text-muted,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table tbody .btn:disabled:hover span.text-muted,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table tbody .btn:disabled:hover span.text-muted {
    color: #ddd!important;
    background: 0 0!important;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table tbody .btn:hover span,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table tbody .btn:hover span,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table tbody .btn:hover span {
    color: #fff!important;
    background: #00a6d4!important;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table tbody .btn.active span,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table tbody .btn.active span,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table tbody .btn.active span {
    color: #fff!important;
    background: #008836!important;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table tbody .btn .text-info,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table tbody .btn .text-info,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table tbody .btn .text-info {
    color: #fff!important;
    background-color: #eef7fe!important;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table tbody .btn .text-muted,
.uib-datepicker-popup .uib-datepicker .uib-monthpicker table tbody .btn .text-muted,
.uib-datepicker-popup .uib-datepicker .uib-yearpicker table tbody .btn .text-muted {
    color: #ddd!important;
}

.uib-datepicker-popup .uib-datepicker .uib-yearpicker table tbody .btn {
    width: 72px;
    height: 32px;
}

.uib-datepicker-popup .uib-datepicker .uib-yearpicker table tbody .btn span {
    line-height: 32px;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 64px;
    height: 32px;
    vertical-align: middle;
    border-radius: 32px;
}

.uib-datepicker-popup .uib-datepicker .uib-monthpicker {
    max-width: 400px;
}

.uib-datepicker-popup .uib-datepicker .uib-monthpicker table {
    table-layout: fixed;
}

.uib-datepicker-popup .uib-datepicker .uib-monthpicker table tbody .btn {
    padding: 10px 15px;
}

.uib-datepicker-popup .uib-datepicker .uib-monthpicker table tbody .btn span {
    padding: 5px 10px;
    border-radius: 10px;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table tbody .btn {
    width: 32px;
    height: 34px;
    padding: 0 20px;
    background: 0 0;
    box-shadow: none;
}

.uib-datepicker-popup .uib-datepicker .uib-daypicker table tbody .btn span {
    line-height: 32px;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border-radius: 32px;
}

.uib-datepicker-popup .uib-button-bar {
    display: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width:900px) {
    .container {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width:1700px) {
    .container {
        width: 100%;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xxs-offset-0 {
    margin-left: 0;
}

@media (min-width:500px) {
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xs-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:900px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1700px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

@font-face {
    font-family: 'post-icons';font-weight: 400;font-style: normal;src: url(../fonts/post-icons/post-icons.ttf) format('truetype'),url(post-icons.woff) format('woff'),url(../fonts/post-icons/post-icons.svg?75jpje#post-icons) format('svg');
}

[class*=' pi-'],
[class^=pi-] {
    font-family: 'post-icons',sans-serif!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi-mail-laptop-box:before {
    content: '\ea28';
}

.pi-laptop-phone:before {
    content: '\ea2b';
}

.pi-laptop-tv-phone:before {
    content: '\ea2c';
}

.pi-laptop-tv:before {
    content: '\ea34';
}

.pi-txt-packup-24-24:before {
    content: '\e9a8';
}

.pi-txt-packup-home:before {
    content: '\e9a9';
}

.pi-txt-packup-import:before {
    content: '\e9aa';
}

.pi-txt-packup-point:before {
    content: '\e9ab';
}

.pi-txt-scoubido:before {
    content: '\ea06';
}

.pi-txt-scoubido-pro:before {
    content: '\ea07';
}

.pi-txt-bamboo:before {
    content: '\ea29';
}

.pi-idcard:before {
    content: '\e988';
}

.pi-smartcard:before {
    content: '\e98a';
}

.pi-token:before {
    content: '\e98c';
}

.pi-usb:before {
    content: '\e98e';
}

.pi-euro:before {
    content: '\e983';
}

.pi-euro-bold:before {
    content: '\ea03';
}

.pi-percent:before {
    content: '\e941';
}

.pi-question:before {
    content: '\e907';
}

.pi-hashtag:before {
    content: '\e92e';
}

.pi-alert-triangle:before {
    content: '\e946';
}

.pi-check-bold:before {
    content: '\e944';
}

.pi-check:before {
    content: '\e807';
}

.pi-cross:before {
    content: '\e808';
}

.pi-flag-bold:before {
    content: '\e80f';
}

.pi-pending:before {
    content: '\e81c';
}

.pi-padlock-bold:before {
    content: '\e80a';
}

.pi-padlock-round:before {
    content: '\e815';
}

.pi-clock-dots-padlock-round:before {
    content: '\e9ed';
}

.pi-padlock-user:before {
    content: '\e9c3';
}

.pi-padlock:before {
    content: '\e90e';
}

.pi-localize:before {
    content: '\e92b';
}

.pi-star:before {
    content: '\e92c';
}

.pi-star-full:before {
    content: '\e80e';
}

.pi-shield:before {
    content: '\e933';
}

.pi-hand:before {
    content: '\ea01';
}

.pi-pencil:before {
    content: '\e80d';
}

.pi-pencil-underlined:before {
    content: '\e993';
}

.pi-trash:before {
    content: '\e951';
}

.pi-magnifier-bold:before {
    content: '\e91a';
}

.pi-cross-bold:before {
    content: '\e920';
}

.pi-play:before {
    content: '\e91c';
}

.pi-share:before {
    content: '\e99e';
}

.pi-new-window:before {
    content: '\e919';
}

.pi-mail-bold:before {
    content: '\e994';
}

.pi-mail-light:before {
    content: '\e904';
}

.pi-mail-open:before {
    content: '\e91f';
}

.pi-mail-check:before {
    content: '\e9bf';
}

.pi-mail-curved-arrow:before {
    content: '\ea0f';
}

.pi-mail-pencil:before {
    content: '\ea11';
}

.pi-floppy:before {
    content: '\e90b';
}

.pi-floppy-bold:before {
    content: '\e9b7';
}

.pi-magnifier:before {
    content: '\e930';
}

.pi-plus:before {
    content: '\e966';
}

.pi-refresh:before {
    content: '\e960';
}

.pi-trafic-info:before {
    content: '\e956';
}

.pi-merge:before {
    content: '\e818';
}

.pi-split-merge:before {
    content: '\e81d';
}

.pi-invert-mastery:before {
    content: '\e813';
}

.pi-magnifier-list:before {
    content: '\e922';
}

.pi-magnifier-user:before {
    content: '\e937';
}

.pi-disconnect:before {
    content: '\e9b0';
}

.pi-connect:before {
    content: '\e9b1';
}

.pi-eye:before {
    content: '\e9d9';
}

.pi-eye-line-through:before {
    content: '\e9d8';
}

.pi-house:before {
    content: '\e97a';
}

.pi-house-big:before {
    content: '\e906';
}

.pi-house-light:before {
    content: '\e911';
}

.pi-house-light-box:before {
    content: '\e9ac';
}

.pi-smarthome:before {
    content: '\e95c';
}

.pi-www:before {
    content: '\e913';
}

.pi-menu-dots:before {
    content: '\e816';
}

.pi-menu-list:before {
    content: '\e817';
}

.pi-dashboard:before {
    content: '\e967';
}

.pi-waffle-cc:before {
    content: '\e9d7';
}

.pi-waffle:before {
    content: '\e9e6';
}

.pi-menu-app:before {
    content: '\e9ea';
}

.pi-gear:before {
    content: '\ea2a';
}

.pi-printer-full:before {
    content: '\e975';
}

.pi-print-stamp:before {
    content: '\e918';
}

.pi-print-file:before {
    content: '\e929';
}

.pi-fax:before {
    content: '\e92d';
}

.pi-print-stamps:before {
    content: '\e93c';
}

.pi-print-barcode:before {
    content: '\ea30';
}

.pi-mobile:before {
    content: '\e903';
}

.pi-mobile-network2:before {
    content: '\e9ef';
}

.pi-mobile-merge:before {
    content: '\e9f0';
}

.pi-mobile-euro:before {
    content: '\e9f1';
}

.pi-mobile-checked:before {
    content: '\e9f2';
}

.pi-mobile-at:before {
    content: '\e914';
}

.pi-mobile-network:before {
    content: '\e9a5';
}

.pi-mobile-arrow:before {
    content: '\e9a1';
}

.pi-mobile-shield:before {
    content: '\e977';
}

.pi-mobile-xl:before {
    content: '\e961';
}

.pi-mobile-2:before {
    content: '\e962';
}

.pi-mobile-pencil:before {
    content: '\e902';
}

.pi-mobile-sim:before {
    content: '\e9cc';
}

.pi-mobile-phone:before {
    content: '\e9d4';
}

.pi-mobile-tem:before {
    content: '\e9dd';
}

.pi-mobile-12:before {
    content: '\e9ff';
}

.pi-mobile-24:before {
    content: '\ea00';
}

.pi-phone:before {
    content: '\e927';
}

.pi-phone-combine:before {
    content: '\ea1b';
}

.pi-phone-integral:before {
    content: '\ea26';
}

.pi-phone-integral-text:before {
    content: '\ea27';
}

.pi-package:before {
    content: '\e912';
}

.pi-packages:before {
    content: '\e81a';
}

.pi-box-closed:before {
    content: '\e917';
}

.pi-box-opened:before {
    content: '\e91e';
}

.pi-packages-opened:before {
    content: '\e819';
}

.pi-box-at:before {
    content: '\e9ad';
}

.pi-box-poi:before {
    content: '\e9ae';
}

.pi-box-at-stamp:before {
    content: '\e9d5';
}

.pi-box-two-arrows:before {
    content: '\ea32';
}

.pi-box-mail-stamp:before {
    content: '\ea33';
}

.pi-clock-ouvert:before {
    content: '\e9a2';
}

.pi-clock-ferme:before {
    content: '\e9a3';
}

.pi-mobile-codes:before {
    content: '\e9a4';
}

.pi-mobile-no-pic:before {
    content: '\e990';
}

.pi-dashboard-360:before {
    content: '\e980';
}

.pi-sim-paid:before {
    content: '\e95e';
}

.pi-sim-prepaid:before {
    content: '\e95f';
}

.pi-bamboo-text:before {
    content: '\e95d';
}

.pi-euro-totals:before {
    content: '\e969';
}

.pi-clock-dots:before {
    content: '\e943';
}

.pi-clock:before {
    content: '\e9a0';
}

.pi-clock-history:before {
    content: '\e810';
}

.pi-clock-warning:before {
    content: '\e955';
}

.pi-blocked:before {
    content: '\e96f';
}

.pi-suspended:before {
    content: '\e970';
}

.pi-plus-circled:before {
    content: '\e801';
}

.pi-cross-circled:before {
    content: '\e809';
}

.pi-excl-circled:before {
    content: '\e811';
}

.pi-info-circled:before {
    content: '\e94c';
}

.pi-info-circled-incomplete:before {
    content: '\e92f';
}

.pi-pending-circled:before {
    content: '\e995';
}

.pi-info-circled-incomplete-box:before {
    content: '\e9af';
}

.pi-info-circled-incomplete-mail-light:before {
    content: '\ea21';
}

.pi-info-circled-incomplete-euro:before {
    content: '\ea22';
}

.pi-question-circled:before {
    content: '\ea38';
}

.pi-no-phone-circled:before {
    content: '\e965';
}

.pi-mobile-circled:before {
    content: '\e94b';
}

.pi-no-mobile-circled:before {
    content: '\e97d';
}

.pi-no-mobile-network-circled:before {
    content: '\e9a6';
}

.pi-no-mobile-shield-circled:before {
    content: '\e935';
}

.pi-no-circle-empty:before {
    content: '\e992';
}

.pi-idcard-circled:before {
    content: '\e989';
}

.pi-smartcard-circled:before {
    content: '\e98b';
}

.pi-token-circled:before {
    content: '\e98d';
}

.pi-usb-circled:before {
    content: '\e991';
}

.pi-iptv1-circled:before {
    content: '\e985';
}

.pi-iptv2-circled:before {
    content: '\e986';
}

.pi-iptv3-circled:before {
    content: '\e987';
}

.pi-no-12-24-circled:before {
    content: '\e934';
}

.pi-email-circled:before {
    content: '\e94e';
}

.pi-no-email-circled:before {
    content: '\e97b';
}

.pi-no-laptop-circled:before {
    content: '\e97c';
}

.pi-no-desktop-circled:before {
    content: '\e98f';
}

.pi-customer-circled:before {
    content: '\e81e';
}

.pi-customer-merged-circled:before {
    content: '\e95b';
}

.pi-customer-assignment:before {
    content: '\e9e7';
}

.pi-company-circled:before {
    content: '\e93e';
}

.pi-company-merged-circled:before {
    content: '\e964';
}

.pi-company-child:before {
    content: '\e9da';
}

.pi-spotify-circled:before {
    content: '\e99d';
}

.pi-no-smarthome-circled:before {
    content: '\e9a7';
}

.pi-no-bamboo-circled:before {
    content: '\e9b5';
}

.pi-full-circle-co:before {
    content: '\e957';
}

.pi-full-circle-np:before {
    content: '\e958';
}

.pi-full-circle-plus:before {
    content: '\e947';
}

.pi-full-circle-s:before {
    content: '\e948';
}

.pi-full-circle-m:before {
    content: '\e94a';
}

.pi-full-circle-padlock:before {
    content: '\e95a';
}

.pi-full-circle-minus:before {
    content: '\e996';
}

.pi-full-circle-i:before {
    content: '\e94d';
}

.pi-full-circle-excl:before {
    content: '\e812';
}

.pi-full-circle-question:before {
    content: '\e974';
}

.pi-full-circle-check-fat:before {
    content: '\e916';
}

.pi-full-circle-check:before {
    content: '\e9b6';
}

.pi-full-circle-disconnect:before {
    content: '\e9b2';
}

.pi-full-circle-connect:before {
    content: '\e9b3';
}

.pi-full-circle-0:before {
    content: '\e9e3';
}

.pi-full-circle-1:before {
    content: '\e9c5';
}

.pi-full-circle-2:before {
    content: '\e9c6';
}

.pi-full-circle-3:before {
    content: '\e9c7';
}

.pi-full-circle-4:before {
    content: '\e9c8';
}

.pi-full-circle-5:before {
    content: '\e9c9';
}

.pi-full-circle-6:before {
    content: '\e9ca';
}

.pi-pack-luxfibre-l:before {
    content: '\e96a';
}

.pi-pack-luxfibre-m:before {
    content: '\e96b';
}

.pi-pack-luxfibre-s:before {
    content: '\e96c';
}

.pi-pack-luxfibre-xl:before {
    content: '\e96d';
}

.pi-pack-box-l:before {
    content: '\e968';
}

.pi-pack-box-m:before {
    content: '\e96e';
}

.pi-pack-l:before {
    content: '\e81f';
}

.pi-pack-m:before {
    content: '\e820';
}

.pi-pack-s:before {
    content: '\e821';
}

.pi-pack-xl:before {
    content: '\e822';
}

.pi-pack-xs:before {
    content: '\e823';
}

.pi-pack-xxs:before {
    content: '\e824';
}

.pi-pack-xs-flat:before {
    content: '\ea08';
}

.pi-pack-s-flat:before {
    content: '\ea09';
}

.pi-pack-m-flat:before {
    content: '\ea0a';
}

.pi-pack-l-flat:before {
    content: '\ea0b';
}

.pi-pack-xl-flat:before {
    content: '\ea0c';
}

.pi-pack-xxl-flat:before {
    content: '\ea36';
}

.pi-pack-xs-circled:before {
    content: '\ea12';
}

.pi-pack-s-circled:before {
    content: '\ea13';
}

.pi-pack-m-circled:before {
    content: '\ea14';
}

.pi-pack-l-circled:before {
    content: '\ea15';
}

.pi-pack-xl-circled:before {
    content: '\ea16';
}

.pi-pack-mini:before {
    content: '\ea17';
}

.pi-pack-mini-circled:before {
    content: '\ea18';
}

.pi-pack-maxi:before {
    content: '\ea1c';
}

.pi-pack-maxi-circled:before {
    content: '\ea1d';
}

.pi-full-circle-chevron-up:before {
    content: '\e9f9';
}

.pi-full-circle-chevron-down:before {
    content: '\e9fa';
}

.pi-full-circle-chevron-right:before {
    content: '\e954';
}

.pi-full-circle-chevron-left:before {
    content: '\e9fb';
}

.pi-arrow-up-circled:before {
    content: '\e97e';
}

.pi-arrow-down-circled:before {
    content: '\e97f';
}

.pi-arrow-right-circled:before {
    content: '\e9f4';
}

.pi-arrow-left-circled:before {
    content: '\e9f5';
}

.pi-arrow-up-squared:before {
    content: '\e9f6';
}

.pi-arrow-down-squared:before {
    content: '\e9f7';
}

.pi-arrow-right-squared:before {
    content: '\e80c';
}

.pi-arrow-left-squared:before {
    content: '\e972';
}

.pi-arrow-top-left-squared:before {
    content: '\e9be';
}

.pi-arrow-up-full-square:before {
    content: '\e9fc';
}

.pi-arrow-down-full-square:before {
    content: '\e999';
}

.pi-arrow-right-full-square:before {
    content: '\e9fd';
}

.pi-arrow-left-full-square:before {
    content: '\e9fe';
}

.pi-arrow-up:before {
    content: '\e982';
}

.pi-arrow-down:before {
    content: '\e981';
}

.pi-arrow-right:before {
    content: '\e804';
}

.pi-arrow-left:before {
    content: '\e803';
}

.pi-arrows-exchange-horizontal:before {
    content: '\e984';
}

.pi-arrows-exchange-vertical:before {
    content: '\e950';
}

.pi-arrow-up-right:before {
    content: '\e99c';
}

.pi-arrow-up-fat:before {
    content: '\e976';
}

.pi-arrow-down-fat-underlined:before {
    content: '\e952';
}

.pi-arrow-up-fat-underlined:before {
    content: '\e953';
}

.pi-chevron-up:before {
    content: '\e805';
}

.pi-chevron-down:before {
    content: '\e802';
}

.pi-chevron-right:before {
    content: '\e963';
}

.pi-chevron-left:before {
    content: '\e924';
}

.pi-chevron-up-bold:before {
    content: '\e9f8';
}

.pi-chevron-down-bold:before {
    content: '\e926';
}

.pi-chevron-right-bold:before {
    content: '\e923';
}

.pi-chevron-left-bold:before {
    content: '\e925';
}

.pi-arrow-down-circled-bold:before {
    content: '\e92a';
}

.pi-arrows-up-down:before {
    content: '\e9c0';
}

.pi-arrows-exchange-horizontal-linked:before {
    content: '\e9e4';
}

.pi-arrow-curved:before {
    content: '\ea1e';
}

.pi-file-xls:before {
    content: '\e99f';
}

.pi-file-ppt:before {
    content: '\e909';
}

.pi-file-jpg:before {
    content: '\e90a';
}

.pi-file-pdf:before {
    content: '\e928';
}

.pi-file-mov:before {
    content: '\e931';
}

.pi-file-csv:before {
    content: '\e94f';
}

.pi-file-xml:before {
    content: '\e9dc';
}

.pi-file-cloud:before {
    content: '\e939';
}

.pi-file-arrow-down:before {
    content: '\e998';
}

.pi-file-checked:before {
    content: '\e99a';
}

.pi-file-checked-bold:before {
    content: '\e945';
}

.pi-file-euro-small:before {
    content: '\ea1a';
}

.pi-file-euro:before {
    content: '\e93f';
}

.pi-file-calc:before {
    content: '\e9de';
}

.pi-file-stats:before {
    content: '\e9cd';
}

.pi-file-exchange:before {
    content: '\e9c1';
}

.pi-file-eye:before {
    content: '\e9c2';
}

.pi-file:before {
    content: '\e932';
}

.pi-file-upload:before {
    content: '\e93a';
}

.pi-file-export:before {
    content: '\e9ce';
}

.pi-files:before {
    content: '\e942';
}

.pi-files-two:before {
    content: '\ea02';
}

.pi-file-pencil:before {
    content: '\e9b8';
}

.pi-man-mobile:before {
    content: '\ea2e';
}

.pi-man-mail:before {
    content: '\ea24';
}

.pi-desktop:before {
    content: '\e908';
}

.pi-laptop:before {
    content: '\e905';
}

.pi-laptop-stats:before {
    content: '\e93d';
}

.pi-chat:before {
    content: '\e921';
}

.pi-chat-avatars:before {
    content: '\e936';
}

.pi-chat-avatar-question:before {
    content: '\e9ee';
}

.pi-dialog:before {
    content: '\e9cb';
}

.pi-question-bubble:before {
    content: '\e901';
}

.pi-calls:before {
    content: '\e900';
}

.pi-mms-bubble:before {
    content: '\e9df';
}

.pi-sms-bubble:before {
    content: '\e9e0';
}

.pi-email:before {
    content: '\e90c';
}

.pi-mengpost:before {
    content: '\e938';
}

.pi-camera:before {
    content: '\e90d';
}

.pi-video:before {
    content: '\e910';
}

.pi-tools:before {
    content: '\e90f';
}

.pi-cloud:before {
    content: '\e915';
}

.pi-calendar:before {
    content: '\e91d';
}

.pi-calendar-euro:before {
    content: '\e940';
}

.pi-cart:before {
    content: '\e949';
}

.pi-key-arrow-curved:before {
    content: '\e93b';
}

.pi-key-horizontal:before {
    content: '\ea1f';
}

.pi-key:before {
    content: '\e814';
}

.pi-lang:before {
    content: '\e99b';
}

.pi-connectivity:before {
    content: '\e997';
}

.pi-12:before {
    content: '\e978';
}

.pi-24:before {
    content: '\e979';
}

.pi-simcard:before {
    content: '\e825';
}

.pi-simcard-12:before {
    content: '\ea04';
}

.pi-calc:before {
    content: '\e800';
}

.pi-bar-stats:before {
    content: '\e9d3';
}

.pi-bar-chart:before {
    content: '\e9e1';
}

.pi-line-chart:before {
    content: '\e9e2';
}

.pi-pie-chart:before {
    content: '\ea2f';
}

.pi-deposit:before {
    content: '\e80b';
}

.pi-arrows-exchange-euro:before {
    content: '\e959';
}

.pi-bar-chart-euro:before {
    content: '\e81b';
}

.pi-network-euro:before {
    content: '\e971';
}

.pi-credit-card-euro:before {
    content: '\e91b';
}

.pi-clock-dots-euro:before {
    content: '\e806';
}

.pi-nested:before {
    content: '\e973';
}

.pi-bamboo:before {
    content: '\e9b4';
}

.pi-terrace:before {
    content: '\e9b9';
}

.pi-house-tree:before {
    content: '\e9ba';
}

.pi-neighbour:before {
    content: '\ea31';
}

.pi-post-box:before {
    content: '\e9bb';
}

.pi-door:before {
    content: '\e9bc';
}

.pi-garbage-room:before {
    content: '\e9bd';
}

.pi-identity:before {
    content: '\e9c4';
}

.pi-identity-plus:before {
    content: '\ea05';
}

.pi-contact-question:before {
    content: '\e9cf';
}

.pi-user-hierarchy:before {
    content: '\e9d0';
}

.pi-user-connectivity:before {
    content: '\e9e8';
}

.pi-gauge:before {
    content: '\e9d1';
}

.pi-bell:before {
    content: '\e9d2';
}

.pi-building:before {
    content: '\e9d6';
}

.pi-building-users:before {
    content: '\e9e9';
}

.pi-database:before {
    content: '\e9db';
}

.pi-square-dot:before {
    content: '\e9e5';
}

.pi-user:before {
    content: '\e9eb';
}

.pi-group:before {
    content: '\e9ec';
}

.pi-eservices:before {
    content: '\e9f3';
}

.pi-reaper:before {
    content: '\ea20';
}

.pi-bars-plus:before {
    content: '\ea0d';
}

.pi-play-streaming:before {
    content: '\ea0e';
}

.pi-ers:before {
    content: '\ea10';
}

.pi-globe-world:before {
    content: '\ea19';
}

.pi-shop:before {
    content: '\ea23';
}

.pi-man-woman:before {
    content: '\ea25';
}

.pi-paper-plane:before {
    content: '\ea2d';
}

.pi-weight:before {
    content: '\ea37';
}

.pi-mailbox-arrow:before {
    content: '\ea39';
}

.pi-mail-arrow:before {
    content: '\ea3a';
}

.post-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}

@media (max-width:899px) {
    .post-container {
        padding-bottom: 20px;
    }
}

@media (min-width:1200px) {
    .post-container {
        padding: 0 70px;
    }
}

.post-container .container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    min-height: calc(100% - 90px);
    margin: 0 auto;
}

.post-header {
    position: relative;
    z-index: 101;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.post-header .burger-menu {
    position: relative;
    float: left;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: background-color .2s ease;
    background-color: #fff;
}

.post-header .burger-menu:hover {
    transition: background-color .2s ease;
    background-color: #fafafa;
}

.post-header .burger-menu ul {
    padding: 19px 5px;
    list-style: none;
}

.post-header .burger-menu .menu-trigger {
    width: 65px;
    height: 35px;
}

.post-header .burger-menu > li:not(:last-child) {
    margin-right: -2px;
}

.post-header .burger-menu > li {
    display: inline-block;
    vertical-align: top;
}

.post-header .burger-menu *,
.post-header .burger-menu :active,
.post-header .burger-menu :hover {
    outline: 0!important;
    -webkit-tap-highlight-color: transparent!important;
}

.post-header .burger-menu *,
.post-header .burger-menu a,
.post-header .burger-menu button,
.post-header .burger-menu i,
.post-header .burger-menu input {
    -webkit-font-smoothing: antialiased;
}

.post-header .burger-menu * {
    box-sizing: border-box;
}

.post-header .burger-menu .menu-trigger.open:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.post-header .burger-menu .menu-trigger:before {
    position: absolute;
    z-index: 0;
    top: 13px;
    left: 12px;
    width: 45px;
    height: 45px;
    content: '';
    transition: all;
    transition-duration: 300ms;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    background: #fafafa;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post-header .burger-menu .open .line-wrap {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-header .burger-menu .line-wrap {
    width: 18px;
    height: 12px;
    margin: 10px 20px;
    transition: all;
    transition-duration: 300ms;
}

.post-header .burger-menu .menu-trigger .line-wrap .line {
    background-color: #000;
}

.post-header .burger-menu .open .line-wrap .line.top {
    width: 12px;
    -webkit-transform: translateX(8px) translateY(1px) rotate(45deg);
    transform: translateX(8px) translateY(1px) rotate(45deg);
}

.post-header .burger-menu .line-wrap .line {
    width: 18px;
    height: 2px;
    transition: all;
    transition-duration: 300ms;
}

.post-header .burger-menu .line-wrap .line.center {
    margin: 3px 0;
}

.post-header .burger-menu .open .line-wrap .line.bottom {
    width: 12px;
    -webkit-transform: translateX(8px) translateY(-1px) rotate(-45deg);
    transform: translateX(8px) translateY(-1px) rotate(-45deg);
}

.post-header .burger-menu.with-label ul {
    padding: 12px 5px;
}

.post-header .burger-menu.with-label .menu-trigger:before {
    top: 5px;
    width: 40px;
    height: 40px;
    background: 0 0;
}

.post-header .burger-menu.with-label .open .line-wrap .line.top {
    width: 8px;
    -webkit-transform: translateX(10px) translateY(2px) rotate(45deg);
    transform: translateX(10px) translateY(2px) rotate(45deg);
}

.post-header .burger-menu.with-label .open .line-wrap .line.bottom {
    width: 8px;
    -webkit-transform: translateX(10px) translateY(-2px) rotate(-45deg);
    transform: translateX(10px) translateY(-2px) rotate(-45deg);
}

.post-header .burger-menu.with-label .menu-label {
    font-size: 10px;
    position: absolute;
    top: 41px;
    width: 100%;
    text-align: center;
    color: #646567;
}

.post-header .language-menu {
    border-bottom: 3px solid #3e3d40;
}

.post-header .language-menu:hover {
    transition: background-color .2s ease;
    background-color: rgba(255,255,255,.1);
}

.post-header .language-menu .icon {
    font-size: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 4px 4px 2px 2px;
    transition: transform .3s cubic-bezier(.95,.05,.795,.035);
    transition: transform .3s cubic-bezier(.95,.05,.795,.035),-webkit-transform .3s cubic-bezier(.95,.05,.795,.035);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.post-header .language-menu.open {
    transition: background-color .2s ease;
    background-color: rgba(255,255,255,.2);
}

.post-header .language-menu.open .icon {
    transition: transform .3s cubic-bezier(.19,1,.22,1);
    transition: transform .3s cubic-bezier(.19,1,.22,1),-webkit-transform .3s cubic-bezier(.19,1,.22,1);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.post-header .language-menu .dropdown-toggle {
    line-height: 70px;
    cursor: pointer;
    transition: background-color .2s ease;
    text-align: center;
    color: #fff;
}

.post-header .language-menu .dropdown-menu {
    min-width: 0;
    margin-top: 3px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
}

.post-header .language-menu .dropdown-menu li {
    width: 70px;
    height: 70px;
    text-align: center;
    color: #323233;
}

.post-header .language-menu .dropdown-menu li a {
    line-height: 70px;
    padding: 0;
}

.post-header .language-menu,
.post-header .profile-menu {
    float: left;
    width: 70px;
    height: 70px;
    transition: background-color .2s ease;
}

.post-header .profile-menu.open,
.post-header .profile-menu:hover {
    transition: background-color .2s ease;
    background-color: rgba(255,255,255,.1);
}

.post-header .profile-menu.open {
    background-color: rgba(255,255,255,.2);
}

.post-header .profile-menu button {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    border: 0;
    box-shadow: none;
}

.post-header .profile-menu button i {
    font-size: 30px;
    color: #fff;
}

.post-header .profile-menu .dropdown-menu {
    width: 250px;
    margin-left: -180px;
    padding: 0;
}

.post-header .profile-menu .dropdown-menu .btn-profile {
    position: relative;
}

.post-header .profile-menu .dropdown-menu .btn-profile a {
    line-height: normal;
    margin: 0;
    padding: 5px 15px;
    white-space: initial;
}

.post-header .profile-menu .dropdown-menu .btn-profile a .help {
    font-size: 12px;
    color: #999;
}

.post-header .profile-menu .dropdown-menu .btn-profile a i {
    position: absolute;
    top: 18px;
    right: 15px;
    color: #999;
}

.post-header .profile-menu .dropdown-menu .btn-logoff {
    border-top: 1px solid #ddd;
    background: #f5f5f5;
}

.post-header .profile-menu .dropdown-menu .btn-logoff a {
    display: flex;
    height: 36px;
    margin: 0;
    padding: 5px 15px;
    align-items: center;
    flex-grow: 1;
}

.post-header .profile-menu .dropdown-menu .btn-logoff a i {
    position: absolute;
    right: 15px;
    padding: 2px 0;
    color: #999;
}

.post-header .search-bar-menu {
    float: left;
}

.post-header .search-bar-menu.is-closed .menu-item .search-bar-toggle {
    font-size: 20px;
}

.post-header .search-bar-menu.is-closed .menu-item .search-bar-toggle:before {
    content: '\e91a';
}

.post-header .profile-menu .dropdown-menu .btn-logoff a span,
.post-header .search-bar-menu.is-opened .menu-item .search-bar-toggle {
    font-size: 14px;
}

.post-header .search-bar-menu.is-opened .menu-item .search-bar-toggle:before {
    content: '\e808';
}

.post-header .search-bar-menu .search-bar {
    position: absolute;
    z-index: 105;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 20px;
    background: #a2a2a2;
}

.post-header .search-bar-menu .search-bar .inputs {
    max-width: 600px;
    margin: 0 auto;
}

.post-header .search-bar-menu .search-bar .inputs button.btn-prefix,
.post-header .search-bar-menu .search-bar .inputs button.btn-suffix {
    line-height: 30px;
    display: block;
    float: left;
    min-width: 30px;
    min-height: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: rgba(0,0,0,.54);
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.post-header .search-bar-menu .search-bar .inputs button.btn-prefix.pi-cross,
.post-header .search-bar-menu .search-bar .inputs button.btn-suffix.pi-cross {
    font-size: 12px;
}

.post-header .search-bar-menu .search-bar .inputs button.btn-prefix:before,
.post-header .search-bar-menu .search-bar .inputs button.btn-suffix:before {
    transition: all;
    transition-duration: 250ms;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    border-radius: 50%;
}

.post-header .search-bar-menu .search-bar .inputs button.btn-prefix:hover:before,
.post-header .search-bar-menu .search-bar .inputs button.btn-suffix:hover:before {
    padding: 5px;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    color: #646567;
    background: #f5f5f5;
}

.post-header .search-bar-menu .search-bar .inputs input {
    font-size: 14px;
    display: block;
    float: left;
    width: calc(100% - 110px);
    min-height: 30px;
    margin-top: 0;
    outline: 0;
    background: #fff;
    box-shadow: none;
}

.post-header .search-bar-menu .menu-item {
    position: relative;
    z-index: 106;
    float: right;
    width: 70px;
    min-height: 70px;
    padding: 15px;
}

.post-header .search-bar-menu .menu-item .search-bar-toggle {
    font-family: 'post-icons',sans-serif;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    background: #3e3d40;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post-header .search-bar-menu .menu-item .search-bar-toggle:hover {
    background: #57585a;
}

.post-header .menu-button,
.post-header .waffle-menu {
    display: flex;
    float: left;
    flex-direction: column;
    width: 70px;
    height: 70px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.post-header .menu-button:hover {
    background-color: rgba(255,255,255,.1);
}

.post-header .menu-button:active,
.post-header .menu-button:focus {
    background-color: rgba(255,255,255,.2);
}

.post-header .menu-button a,
.post-header .menu-button a:active,
.post-header .menu-button a:focus,
.post-header .menu-button a:hover,
.post-header .menu-button button,
.post-header .menu-button button:active,
.post-header .menu-button button:focus,
.post-header .menu-button button:hover {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #fff;
    border: 0;
    box-shadow: none;
}

.post-header .menu-button a,
.post-header .menu-button button,
.post-header .waffle-menu a.dropdown-toggle,
.post-header .waffle-menu button.dropdown-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.post-header .menu-button a .icon,
.post-header .menu-button button .icon,
.post-header .waffle-menu button.dropdown-toggle .icon {
    display: block;
    width: 70px;
    height: 40px;
    padding: 20px 20px 0;
}

.post-header .menu-button a .menu-label,
.post-header .menu-button button .menu-label,
.post-header .waffle-menu a.dropdown-toggle .menu-label,
.post-header .waffle-menu button.dropdown-toggle .menu-label {
    font-size: 10px;
    display: block;
    width: 70px;
    height: 30px;
}

.post-header .waffle-menu.open,
.post-header .waffle-menu:hover {
    transition: background-color .2s ease;
    background-color: rgba(255,255,255,.1);
}

.post-header .waffle-menu.open {
    background-color: rgba(255,255,255,.2);
}

.post-header .waffle-menu a.dropdown-toggle,
.post-header .waffle-menu a.dropdown-toggle:active,
.post-header .waffle-menu a.dropdown-toggle:focus,
.post-header .waffle-menu a.dropdown-toggle:hover,
.post-header .waffle-menu button.dropdown-toggle,
.post-header .waffle-menu button.dropdown-toggle:active,
.post-header .waffle-menu button.dropdown-toggle:focus,
.post-header .waffle-menu button.dropdown-toggle:hover {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #fff;
    border: 0;
    box-shadow: none;
}

.post-header .waffle-menu a.dropdown-toggle .icon {
    display: block;
    width: 70px;
    height: 40px;
    padding: 15px 20px 0!important;
}

.post-header .waffle-menu a.dropdown-toggle .icon .dot-line {
    display: block;
    margin-left: 4px;
    text-align: center;
}

.post-header .waffle-menu a.dropdown-toggle .icon .dot-line .dot {
    float: left;
    width: 4px;
    height: 4px;
    margin: 2px;
    background: #fff;
}

.post-header .waffle-menu .dropdown-menu {
    padding: 5px;
    text-decoration: none;
    background: #fff;
}

.post-header .waffle-menu .dropdown-menu.with-2-items-per-row {
    width: calc(200px + 10px);
    margin-left: -70px;
}

.post-header .waffle-menu .dropdown-menu.with-3-items-per-row {
    width: calc(300px + 10px);
    margin-left: -170px;
}

.post-header .waffle-menu .dropdown-menu .item {
    float: left;
    width: 100px;
    height: 100px;
    padding: 15px 5px 0;
    text-align: center;
    color: #3e3d40;
}

.post-header .waffle-menu .dropdown-menu .item:hover {
    cursor: pointer;
}

.post-header .waffle-menu .dropdown-menu .item .item-icon {
    font-size: 40px;
}

.post-header .waffle-menu .dropdown-menu .item .item-text {
    font-family: 'Museo Sans',Arial,sans-serif;
    font-size: 12px;
}

.post-header .waffle-menu .dropdown-menu .item:hover {
    background: #5ec5ed;
}

.post-header .waffle-menu .dropdown-menu .item:hover .item-icon,
.post-header .waffle-menu .dropdown-menu .item:hover .item-text {
    color: #fff;
}

.post-header .waffle-menu .dropdown-menu:before {
    position: absolute;
    right: 95px;
    bottom: 100%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}

@media (max-width:899px) {
    .post-header .waffle-menu .dropdown-menu.with-2-items-per-row {
        margin-left: -141px;
    }

    .post-header .waffle-menu .dropdown-menu.with-3-items-per-row {
        margin-left: -241px;
    }

    .post-header .waffle-menu .dropdown-menu:after,
    .post-header .waffle-menu .dropdown-menu:before {
        right: 25px;
    }
}

.post-header.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.post-header .background-left,
.post-header .background-right {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 70px;
}

.post-header .background-right {
    right: 0;
    width: 30%;
    background: #0b9133;
}

@media (min-width:900px) {
    .post-header .background-right {
        width: 50%;
    }
}

.post-header .background-left {
    left: 0;
    width: 70%;
    background: #00a6d4;
}

@media (min-width:900px) {
    .post-header .background-left {
        width: 50%;
    }
}

.post-header .toolbar {
    height: 70px;
    background: url(../img/post-header-bg-mobile.png) 70% top repeat-y;
    background-size: contain;
}

@media (min-width:900px) {
    .post-header .toolbar {
        background: url(../img/post-header-bg.png) 50% top repeat-y;
        background-size: 362px 70px;
    }
}

.post-header .toolbar .post-logo {
    float: left;
    height: 70px;
}

.post-header .toolbar .post-logo img {
    height: 70px;
}

.post-header .toolbar .toolbar-text {
    line-height: normal;
    position: relative;
    display: flex;
    float: left;
    flex-direction: column;
    height: 70px;
    padding: 5px;
    color: #fff;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width:900px) {
    .post-header .toolbar .toolbar-text {
        display: none!important;
    }
}

.post-header.is-grey .toolbar {
    background: url(../img/post-header-bg-grey.jpg) 50% top repeat-y;
    background-size: 254.5px 70px;
}

.post-header.is-grey .background-left,
.post-header.is-grey .waffle-menu a .icon .dot-line .dot {
    background: #646567;
}

.post-header.is-grey .background-right {
    background: #b7b7b7;
}

.post-header.is-grey .profile-menu button i,
.post-header.is-grey .waffle-menu a {
    color: #646567;
}

.post-submenu {
    z-index: 100;
    display: flex;
    width: 100%;
    height: 50px;
    background: #fff;
    align-items: flex-start;
    justify-content: center;
}

.post-submenu.has-scroller {
    min-width: 100%;
    justify-content: space-between;
}

.post-submenu.has-scroller .btn-scroll {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.post-submenu.has-scroller .btn-scroll,
.post-submenu.has-scroller .btn-scroll:active,
.post-submenu.has-scroller .btn-scroll:focus,
.post-submenu.has-scroller .btn-scroll:hover {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    box-shadow: none;
}

.post-submenu.has-scroller .btn-scroll:before {
    font-family: 'post-icons'!important;
}

.post-submenu.has-scroller .btn-scroll.is-left {
    box-shadow: 2px 0 4px 0 rgba(0,0,0,.1);
}

.post-submenu.has-scroller .btn-scroll.is-left:before {
    content: '\e924';
}

.post-submenu.has-scroller .btn-scroll.is-right {
    box-shadow: -2px 0 4px 0 rgba(0,0,0,.1);
}

.post-submenu.has-scroller .btn-scroll.is-right:before {
    content: '\e963';
}

.post-submenu.has-scroller .btn-scroll:disabled {
    cursor: not-allowed;
    opacity: .5;
}

.post-submenu.has-scroller .btn-scroll:disabled:hover {
    color: #646567;
    background-color: #fff;
}

.post-submenu.has-scroller .btn-scroll:hover {
    color: #3e3d40;
    background: #fafafa;
}

.post-submenu.has-scroller .wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
}

.post-submenu.has-scroller .wrapper .list {
    position: inherit;
    display: inline-flex;
    flex-shrink: 0;
}

.post-submenu.has-scroller .wrapper .list .sm-button {
    display: inline-flex;
    width: 238px;
    justify-content: center;
    align-items: center;
}

.post-submenu.is-floating {
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.post-submenu.is-fixed {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
}

.post-submenu.is-underlined-gray-silver,
.post-submenu.is-underlined-gray-spanish,
.post-submenu.is-underlined-gray-white-smoke {
    border-bottom: 4px solid #f5f5f5;
}

.post-submenu.is-underlined-gray-granite {
    border-bottom: 4px solid #646567;
}

.post-submenu.is-underlined-gray-onyx {
    border-bottom: 4px solid #3e3d40;
}

.post-submenu.is-underlined-blue-jeans {
    border-bottom: 4px solid #5ec5ed;
}

.post-submenu.is-underlined-blue-dodger {
    border-bottom: 4px solid #2196f3;
}

.post-submenu.is-underlined-blue-cerulean {
    border-bottom: 4px solid #00a6d4;
}

.post-submenu.is-underlined-blue-sky {
    border-bottom: 4px solid #00b2dd;
}

.post-submenu.is-underlined-blue-denim {
    border-bottom: 4px solid #146eb5;
}

.post-submenu.is-underlined-green-pinetree {
    border-bottom: 4px solid #008836;
}

.post-submenu.is-underlined-green-kiwi {
    border-bottom: 4px solid #0cb14b;
}

.post-submenu.is-underlined-green-android {
    border-bottom: 4px solid #a7c638;
}

.post-submenu.is-underlined-yellow-mustard {
    border-bottom: 4px solid #fabb00;
}

.post-submenu.is-underlined-orange-carrot {
    border-bottom: 4px solid #ff8400;
}

.post-submenu.is-underlined-red-blood {
    border-bottom: 4px solid #ed1c24;
}

.post-submenu.is-underlined-red-vermilion {
    border-bottom: 4px solid #f15a29;
}

.post-submenu.is-underlined-purple-ube {
    border-bottom: 4px solid #8883bc;
}

.post-submenu a,
.post-submenu button {
    line-height: normal;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.post-submenu a,
.post-submenu a:active,
.post-submenu a:focus,
.post-submenu a:hover,
.post-submenu button,
.post-submenu button:active,
.post-submenu button:focus,
.post-submenu button:hover {
    text-decoration: none;
    color: #646567;
    box-shadow: none;
}

.post-submenu .sm-button {
    position: relative;
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    transition: all .2s ease;
    border-bottom: 4px solid transparent;
}

.post-submenu .sm-button.is-active,
.post-submenu .sm-button:hover {
    cursor: pointer;
    color: #00a6d4;
    border-bottom: 4px solid #00a6d4;
}

.post-submenu .sm-button.is-highlighted-gray-silver.is-active,
.post-submenu .sm-button.is-highlighted-gray-silver:hover,
.post-submenu .sm-button.is-highlighted-gray-spanish.is-active,
.post-submenu .sm-button.is-highlighted-gray-spanish:hover,
.post-submenu .sm-button.is-highlighted-gray-white-smoke.is-active,
.post-submenu .sm-button.is-highlighted-gray-white-smoke:hover {
    color: #f5f5f5;
    border-bottom: 4px solid #f5f5f5;
}

.post-submenu .sm-button.is-highlighted-gray-granite.is-active,
.post-submenu .sm-button.is-highlighted-gray-granite:hover {
    color: #646567;
    border-bottom: 4px solid #646567;
}

.post-submenu .sm-button.is-highlighted-gray-onyx.is-active,
.post-submenu .sm-button.is-highlighted-gray-onyx:hover {
    color: #3e3d40;
    border-bottom: 4px solid #3e3d40;
}

.post-submenu .sm-button.is-highlighted-blue-jeans.is-active,
.post-submenu .sm-button.is-highlighted-blue-jeans:hover {
    color: #5ec5ed;
    border-bottom: 4px solid #5ec5ed;
}

.post-submenu .sm-button.is-highlighted-blue-dodger.is-active,
.post-submenu .sm-button.is-highlighted-blue-dodger:hover {
    color: #2196f3;
    border-bottom: 4px solid #2196f3;
}

.post-submenu .sm-button.is-highlighted-blue-cerulean.is-active,
.post-submenu .sm-button.is-highlighted-blue-cerulean:hover {
    color: #00a6d4;
    border-bottom: 4px solid #00a6d4;
}

.post-submenu .sm-button.is-highlighted-blue-sky.is-active,
.post-submenu .sm-button.is-highlighted-blue-sky:hover {
    color: #00b2dd;
    border-bottom: 4px solid #00b2dd;
}

.post-submenu .sm-button.is-highlighted-blue-denim.is-active,
.post-submenu .sm-button.is-highlighted-blue-denim:hover {
    color: #146eb5;
    border-bottom: 4px solid #146eb5;
}

.post-submenu .sm-button.is-highlighted-green-pinetree.is-active,
.post-submenu .sm-button.is-highlighted-green-pinetree:hover {
    color: #008836;
    border-bottom: 4px solid #008836;
}

.post-submenu .sm-button.is-highlighted-green-kiwi.is-active,
.post-submenu .sm-button.is-highlighted-green-kiwi:hover {
    color: #0cb14b;
    border-bottom: 4px solid #0cb14b;
}

.post-submenu .sm-button.is-highlighted-green-android.is-active,
.post-submenu .sm-button.is-highlighted-green-android:hover {
    color: #a7c638;
    border-bottom: 4px solid #a7c638;
}

.post-submenu .sm-button.is-highlighted-yellow-mustard.is-active,
.post-submenu .sm-button.is-highlighted-yellow-mustard:hover {
    color: #fabb00;
    border-bottom: 4px solid #fabb00;
}

.post-submenu .sm-button.is-highlighted-orange-carrot.is-active,
.post-submenu .sm-button.is-highlighted-orange-carrot:hover {
    color: #ff8400;
    border-bottom: 4px solid #ff8400;
}

.post-submenu .sm-button.is-highlighted-red-blood.is-active,
.post-submenu .sm-button.is-highlighted-red-blood:hover {
    color: #ed1c24;
    border-bottom: 4px solid #ed1c24;
}

.post-submenu .sm-button.is-highlighted-red-vermilion.is-active,
.post-submenu .sm-button.is-highlighted-red-vermilion:hover {
    color: #f15a29;
    border-bottom: 4px solid #f15a29;
}

.post-submenu .sm-button.is-highlighted-purple-ube.is-active,
.post-submenu .sm-button.is-highlighted-purple-ube:hover {
    color: #8883bc;
    border-bottom: 4px solid #8883bc;
}

.post-submenu .sm-button.is-disabled {
    color: #999;
}

.post-submenu .sm-button.is-disabled.active,
.post-submenu .sm-button.is-disabled:hover {
    cursor: default;
    color: #999;
    border-bottom: 4px solid transparent;
}

.post-submenu .menu-contracts {
    position: absolute;
    left: 70px;
    display: block;
    width: 210px;
    padding-top: 6px;
}

.post-submenu .menu-contracts.open .down-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-submenu .menu-contracts .dropdown-menu .with-icons,
.post-submenu .menu-contracts .dropdown-menu a .with-icons,
.post-submenu .menu-contracts .dropdown-toggle .with-icons,
.post-submenu .menu-contracts .dropdown-toggle a .with-icons {
    display: flex;
}

.post-submenu .menu-contracts .dropdown-menu .with-icons .icons,
.post-submenu .menu-contracts .dropdown-menu a .with-icons .icons,
.post-submenu .menu-contracts .dropdown-toggle .with-icons .icons,
.post-submenu .menu-contracts .dropdown-toggle a .with-icons .icons {
    position: relative;
    margin-right: 20px;
}

.post-submenu .menu-contracts .dropdown-menu .with-icons .icons .default i,
.post-submenu .menu-contracts .dropdown-menu a .with-icons .icons .default i,
.post-submenu .menu-contracts .dropdown-toggle .with-icons .icons .default i,
.post-submenu .menu-contracts .dropdown-toggle a .with-icons .icons .default i {
    font-size: 16px;
    position: absolute;
    top: 2px;
    left: -7px;
    color: #dedede;
}

.post-submenu .menu-contracts .dropdown-menu .with-icons .icons .icon,
.post-submenu .menu-contracts .dropdown-menu a .with-icons .icons .icon,
.post-submenu .menu-contracts .dropdown-toggle .with-icons .icons .icon,
.post-submenu .menu-contracts .dropdown-toggle a .with-icons .icons .icon {
    width: 30px;
    height: 30px;
}

.post-submenu .menu-contracts .dropdown-menu .with-icons .icons .icon i,
.post-submenu .menu-contracts .dropdown-menu a .with-icons .icons .icon i,
.post-submenu .menu-contracts .dropdown-toggle .with-icons .icons .icon i,
.post-submenu .menu-contracts .dropdown-toggle a .with-icons .icons .icon i {
    font-size: 30px;
    display: block;
    padding-top: 3px;
    text-align: center;
    color: #999;
}

.post-main-menu .menu-contracts .dropdown-menu .with-icons .icons .icon img,
.post-main-menu .menu-contracts .dropdown-menu a .with-icons .icons .icon img,
.post-main-menu .menu-contracts .dropdown-toggle .with-icons .icons .icon img,
.post-main-menu .menu-contracts .dropdown-toggle a .with-icons .icons .icon img,
.post-main-menu .pmm-row-menu .pmm-row-menu-icon.with-icons .icons .icon img,
.post-submenu .menu-contracts .dropdown-menu .with-icons .icons .icon img,
.post-submenu .menu-contracts .dropdown-menu a .with-icons .icons .icon img,
.post-submenu .menu-contracts .dropdown-toggle .with-icons .icons .icon img,
.post-submenu .menu-contracts .dropdown-toggle a .with-icons .icons .icon img {
    display: block;
    width: 25px;
    margin: 5px auto 0;
}

.post-submenu .menu-contracts .dropdown-menu {
    overflow: hidden;
    max-height: 190px;
    margin-top: 0;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.post-submenu .menu-contracts .dropdown-menu li {
    position: relative;
    display: block;
    float: left;
    width: 212px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: solid 1px #ddd;
}

.post-submenu .menu-contracts .dropdown-menu li:first-child {
    border-top: none;
}

.post-submenu .menu-contracts .dropdown-menu li a {
    height: auto;
    min-height: 50px;
    padding: 6px 20px 2px 15px;
    transition: none;
    border-bottom: none;
}

.post-submenu .menu-contracts .dropdown-menu .title {
    font-size: 14px;
    position: relative;
    height: 38px;
    padding: 9px 20px 2px 15px;
    text-align: left;
    text-transform: uppercase;
}

.post-main-menu .menu-contracts .dropdown-menu .title sup,
.post-submenu .menu-contracts .dropdown-menu .title sup {
    position: absolute;
    top: 10px;
    right: 10px;
}

.post-submenu .menu-contracts .dropdown-menu .is-highligted {
    font-size: 15px;
    height: 50px;
    padding: 5px 20px 0 15px;
    color: #2196f3!important;
    background-color: #f5f5f5;
}

.post-submenu .menu-contracts a {
    display: block;
    height: 45px;
    margin: 0;
    padding-left: 15px;
}

.post-submenu .menu-contracts a .down-caret {
    font-size: 12px;
    position: absolute;
    top: 20px;
    right: 5px;
    display: initial;
    float: right;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.post-submenu .menu-contracts .phoneline {
    width: 180px;
    margin: 0;
    padding-top: 5px;
    text-align: left;
}

.post-submenu .menu-contracts .phoneline .icon {
    font-size: 26px;
    padding: 3px 10px 0 0;
}

.post-submenu .menu-contracts .phoneline .info {
    display: inline-block;
    width: 120px;
    margin: 0;
    padding: 0;
}

.post-submenu .menu-contracts .phoneline .info .number {
    font-size: 14px;
    line-height: 1.2;
    display: block;
}

.post-submenu .menu-contracts .phoneline .info .name {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: normal;
    color: #999;
}

.post-main-menu {
    position: relative;
    height: 100%;
    transition: margin 300ms ease;
    background: #fff;
}

.post-main-menu .pmm-row-title {
    font-weight: 500;
    line-height: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

.post-main-menu .pmm-row-title.with-border-top {
    border-top: 1px solid #ddd;
}

.post-main-menu .pmm-row-title.with-border-bottom,
.post-tab .pm-header.with-border-bottom a,
.post-tab .pm-header.with-border-bottom button {
    border-bottom: 1px solid #ddd;
}

.post-main-menu .pmm-row-title.is-active {
    cursor: default;
    color: #2196f3;
    background: #eee;
}

.post-main-menu .pmm-row-divider {
    border-bottom: 1px solid #eee;
}

.post-main-menu .pmm-row-text {
    font-size: 12px;
    line-height: 1.4;
    margin: 20px;
}

.post-main-menu .collapse {
    overflow: hidden;
}

.post-main-menu .pmm-row-menu {
    position: relative;
    display: flex;
    height: 50px;
    padding-right: 5px;
    padding-left: 5px;
    align-items: flex-start;
}

.post-main-menu .pmm-row-menu:hover,
.post-main-menu .pmm-row-title.is-clickable:hover {
    cursor: pointer;
    background: #eee;
}

.post-main-menu .pmm-row-menu.is-active {
    cursor: default;
    color: #2196f3;
    background: #eee;
}

.post-main-menu .pmm-row-menu.is-active .pmm-row-menu-label {
    color: #2196f3;
}

.post-main-menu .pmm-row-menu.is-disabled,
.post-main-menu .pmm-row-menu.is-disabled .pmm-row-menu-label,
.post-main-menu .pmm-row-menu.is-disabled .pmm-row-menu-label.is-active,
.post-main-menu .pmm-row-menu.is-disabled.is-active,
.post-main-menu .pmm-row-menu.is-disabled:hover,
.post-main-menu .pmm-row-menu.is-disabled:hover .pmm-row-menu-label,
.post-main-menu .pmm-row-menu.is-disabled:hover .pmm-row-menu-label.is-active,
.post-main-menu .pmm-row-menu.is-disabled:hover.is-active {
    cursor: not-allowed!important;
    color: #ccc;
    background: 0 0;
}

.post-main-menu .pmm-row-menu .pmm-row-menu-icon {
    font-size: 28px;
    width: 50px;
    height: 100%;
    padding: 11px;
}

.post-main-menu .pmm-row-menu .pmm-row-menu-icon.with-icons {
    padding: 0!important;
}

.post-main-menu .pmm-row-menu .pmm-row-menu-icon.with-icons .icons {
    position: relative;
    margin-left: -10px;
    padding-top: 4px;
}

.post-main-menu .pmm-row-menu .pmm-row-menu-icon.with-icons .icons .default i {
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: 4px;
    color: #dedede;
}

.post-main-menu .menu-contracts .dropdown-menu .with-icons .icons .icon,
.post-main-menu .menu-contracts .dropdown-menu a .with-icons .icons .icon,
.post-main-menu .menu-contracts .dropdown-toggle .with-icons .icons .icon,
.post-main-menu .menu-contracts .dropdown-toggle a .with-icons .icons .icon,
.post-main-menu .pmm-row-menu .pmm-row-menu-icon.with-icons .icons .icon {
    width: 30px;
    height: 30px;
    padding-left: 8px;
}

.post-main-menu .pmm-row-menu .pmm-row-menu-icon.with-icons .icons .icon i {
    font-size: 26px;
    display: block;
    padding-top: 3px;
    text-align: center;
    color: #999;
}

.post-main-menu .pmm-row-menu .pmm-row-menu-big-icon {
    font-size: 16px;
    width: 50px;
    height: 100%;
    padding: 0;
    color: #646567;
}

.post-main-menu .pmm-row-menu .pmm-row-menu-big-icon i {
    position: absolute;
    top: 14px;
    right: 10px;
}

.post-main-menu .pmm-row-menu .pmm-row-menu-label {
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 10px;
    vertical-align: middle;
    color: #646567;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
}

.post-main-menu .pmm-row-menu .pmm-row-menu-label .label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: normal;
    color: #999;
}

.post-main-menu .pmm-row-menu .pmm-row-menu-label input,
.post-main-menu .pmm-row-menu .pmm-row-menu-label select {
    font-size: 14px;
    width: 100%;
    box-shadow: none;
}

.post-main-menu .pmm-row-menu .pmm-row-menu-count {
    font-size: 12px;
    min-width: 10px;
    height: 100%;
    padding-left: 10px;
}

.post-main-menu .pmm-row-menu.collapsed .pmm-row-menu-chevron {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-main-menu .pmm-row-menu .pmm-row-menu-chevron {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 13px;
    display: initial;
    float: right;
    transition: transform .3s ease,-webkit-transform .3s ease;
    transition: all ease .3s;
    color: #646567;
}

.post-main-menu .pmm-row-menu.is-submenu {
    height: 40px;
    padding-left: 20px;
}

.post-main-menu .pmm-row-menu.is-submenu.is-active {
    cursor: default;
    color: #646567;
    background: #fff;
}

.post-main-menu .pmm-row-menu.is-submenu.is-active .pmm-row-menu-count,
.post-main-menu .pmm-row-menu.is-submenu.is-active .pmm-row-menu-label {
    color: #2196f3;
}

.post-main-menu .pmm-row-menu.is-submenu .pmm-row-menu-icon {
    font-size: 15px;
    width: 40px;
    padding: 7px;
}

.post-main-menu .pmm-row-menu.is-submenu .pmm-row-menu-label {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
}

.post-main-menu .pmm-row-menu.title-categorie {
    border-top: solid 1px #eee;
    border-bottom: solid 1px transparent;
}

.post-main-menu .pmm-row-menu.title-categorie:not(.collapsed) {
    border-bottom: solid 1px #eee;
}

.post-main-menu .pmm-row-menu.title-categorie .pmm-row-menu-icon {
    font-size: 10px;
    width: auto;
    height: 100%;
    padding-top: 18px;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.post-main-menu .pmm-row-menu.title-categorie.collapsed .pmm-row-menu-icon,
.post-main-menu .pmm-row-menu.title-categorie.collapsing .pmm-row-menu-icon {
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-main-menu .pmm-row-sub-menu ul {
    padding-left: 20px;
    list-style-type: none;
}

.post-main-menu .pmm-row-sub-menu ul li .pmm-row-menu-label {
    font-size: 14px;
    text-transform: inherit;
    color: #646567;
}

.post-main-menu .pmm-row-sub-menu ul li .pmm-row-menu-label:hover {
    cursor: pointer;
    text-decoration: underline;
}

.post-main-menu .pmm-row-sub-menu.is-active {
    cursor: default;
    color: #2196f3;
    background: #eee;
}

.post-main-menu .pmm-row-sub-menu.is-active .pmm-row-menu-label {
    color: #2196f3;
}

.post-main-menu .pmm-row-sub-menu .pmm-row-menu-icon {
    font-size: 28px;
    width: 50px;
    height: 100%;
    padding: 11px;
}

.post-main-menu.is-opened + .pmm-backdrop {
    display: block;
}

.post-main-menu + .pmm-backdrop {
    position: fixed;
    z-index: 98;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.post-main-menu .menu-contracts {
    list-style-type: none;
}

.floating-menu .fl-list .fl-list-row a:hover,
.post-main-menu .menu-contracts:hover {
    background: #eee;
}

.post-main-menu .menu-contracts.open .down-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-main-menu .menu-contracts .dropdown-menu .with-icons,
.post-main-menu .menu-contracts .dropdown-menu a .with-icons,
.post-main-menu .menu-contracts .dropdown-toggle .with-icons,
.post-main-menu .menu-contracts .dropdown-toggle a .with-icons {
    display: flex;
}

.post-main-menu .menu-contracts .dropdown-menu .with-icons .icons,
.post-main-menu .menu-contracts .dropdown-menu a .with-icons .icons,
.post-main-menu .menu-contracts .dropdown-toggle .with-icons .icons,
.post-main-menu .menu-contracts .dropdown-toggle a .with-icons .icons {
    position: relative;
    margin-right: 20px;
    padding-top: 4px;
}

.post-main-menu .menu-contracts .dropdown-menu .with-icons .icons .default i,
.post-main-menu .menu-contracts .dropdown-menu a .with-icons .icons .default i,
.post-main-menu .menu-contracts .dropdown-toggle .with-icons .icons .default i,
.post-main-menu .menu-contracts .dropdown-toggle a .with-icons .icons .default i {
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: 4px;
    color: #dedede;
}

.post-main-menu .menu-contracts .dropdown-menu .with-icons .icons .icon i,
.post-main-menu .menu-contracts .dropdown-menu a .with-icons .icons .icon i,
.post-main-menu .menu-contracts .dropdown-toggle .with-icons .icons .icon i,
.post-main-menu .menu-contracts .dropdown-toggle a .with-icons .icons .icon i {
    font-size: 26px;
    display: block;
    padding-top: 3px;
    text-align: center;
    color: #999;
}

.post-main-menu .menu-contracts .dropdown-toggle {
    padding-top: 4px;
}

.post-main-menu .menu-contracts .dropdown-menu {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
}

.post-main-menu .menu-contracts .dropdown-menu li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
}

.post-main-menu .menu-contracts .dropdown-menu li a {
    height: auto;
    min-height: 50px;
    margin-bottom: 1px;
    padding: 6px 20px 2px 10px;
    transition: none;
    border-bottom: none;
}

.post-main-menu .menu-contracts .dropdown-menu li a:hover {
    background: #eee!important;
}

.post-main-menu .menu-contracts .dropdown-menu .title {
    font-size: 14px;
    position: relative;
    height: 38px;
    padding: 9px 20px 2px 15px;
    text-align: left;
    text-transform: uppercase;
}

.post-main-menu .menu-contracts .dropdown-menu .is-highligted {
    font-size: 15px;
    height: 50px;
    padding: 5px 20px 0 10px;
    color: #2196f3!important;
    background-color: #eee;
}

.post-main-menu .menu-contracts a {
    display: block;
    height: 45px;
    margin: 0;
    padding-left: 10px;
}

.post-main-menu .menu-contracts a .down-caret {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 13px;
    display: initial;
    float: right;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    color: #646567;
}

.post-main-menu .menu-contracts .phoneline {
    width: 180px;
    margin: 0;
    padding-top: 5px;
    text-align: left;
}

.post-main-menu .menu-contracts .phoneline .icon {
    font-size: 26px;
    width: 50px;
    padding: 3px 10px 0 0;
    text-align: center;
    color: #646567;
}

.post-main-menu .menu-contracts .phoneline .info {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 5px;
}

.post-main-menu .menu-contracts .phoneline .info .number {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    color: #646567;
}

.post-main-menu .menu-contracts .phoneline .info .name {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: normal;
    color: #999;
}

.post-page-header {
    display: flex;
    margin: auto;
    margin-bottom: 0!important;
    padding: 20px 0;
    justify-content: space-between;
}

.post-page-header .ph-left-block {
    padding-left: 20px;
    color: #646567;
}

.post-page-header .ph-left-block .ph-title-page {
    font-size: 20px;
    line-height: 22px;
    display: none;
    color: #00a6d4;
}

.post-page-header .ph-left-block .ph-headline {
    font-size: 25px;
}

.post-page-header .ph-left-block .number,
.post-page-header .ph-left-block .ph-subline {
    font-size: 16px;
}

.post-page-header .ph-left-block .ph-email,
.post-page-header .ph-left-block .ph-type {
    font-size: 12px;
    color: #999;
}

.post-page-header .ph-right-block {
    font-size: 12px;
    text-align: right;
    color: #999;
    align-self: flex-end;
}

.post-page-header.no-left-block-info {
    justify-content: flex-end;
}

.post-page-header.no-left-block-info .ph-left-block {
    display: none;
}

@media (max-width:899px) {
    .post-page-header {
        flex-direction: column;
        margin: 10px auto 30px;
        padding: 10px 15px;
        background: #fff;
    }

    .post-page-header .ph-left-block {
        padding-left: 0;
    }

    .post-page-header .ph-left-block :not(.ph-title-page) {
        display: none;
    }

    .post-page-header .ph-left-block .ph-title-page,
    .post-page-header.no-left-block-info .ph-left-block {
        display: block;
    }

    .post-page-header .ph-right-block {
        text-align: left;
        align-self: flex-start;
    }
}

.post-footer,
.post-tab .pm-header a,
.post-tab .pm-header button {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.post-footer {
    font-size: 12px;
    position: relative;
    height: 90px;
    padding-top: 30px;
    color: #999;
}

.post-tab .pm-header {
    z-index: 100;
    display: flex;
    width: 100%;
    height: 50px;
    background: #fff;
    align-items: flex-start;
    justify-content: center;
}

.post-tab .pm-header.is-floating {
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.post-tab .pm-header.with-border-top a,
.post-tab .pm-header.with-border-top button {
    border-top: 1px solid #ddd;
}

.post-tab .pm-header a,
.post-tab .pm-header button {
    line-height: normal;
    flex-direction: row;
    padding-bottom: 0!important;
    border-radius: 0;
}

.post-tab .pm-header a,
.post-tab .pm-header a:active,
.post-tab .pm-header a:focus,
.post-tab .pm-header a:hover,
.post-tab .pm-header button,
.post-tab .pm-header button:active,
.post-tab .pm-header button:focus,
.post-tab .pm-header button:hover {
    color: #646567;
}

.post-tab .pm-header a:active,
.post-tab .pm-header a:focus,
.post-tab .pm-header a:hover,
.post-tab .pm-header button:active,
.post-tab .pm-header button:focus,
.post-tab .pm-header button:hover {
    text-decoration: none;
    box-shadow: inset 0 -4px 0 #00a6d4;
}

.post-tab .pm-header button {
    display: block;
}

.post-tab .pm-header button span {
    margin: 0 auto;
}

.post-tab .pm-header .pm-button {
    line-height: 1;
    position: relative;
    z-index: 101;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    transition: all .2s ease;
    box-shadow: inset 0 0 0 #ddd;
    flex-grow: 1;
}

.post-tab .pm-header .pm-button.is-active,
.post-tab .pm-header .pm-button:hover {
    cursor: pointer;
    color: #00a6d4;
    box-shadow: inset 0 -4px 0 #00a6d4;
}

.post-tab .pm-header .pm-button.is-highlighted-gray-silver.is-active,
.post-tab .pm-header .pm-button.is-highlighted-gray-silver:hover,
.post-tab .pm-header .pm-button.is-highlighted-gray-spanish.is-active,
.post-tab .pm-header .pm-button.is-highlighted-gray-spanish:hover,
.post-tab .pm-header .pm-button.is-highlighted-gray-white-smoke.is-active,
.post-tab .pm-header .pm-button.is-highlighted-gray-white-smoke:hover {
    color: #f5f5f5;
    box-shadow: inset 0 -4px 0 #f5f5f5;
}

.post-tab .pm-header .pm-button.is-highlighted-gray-granite.is-active,
.post-tab .pm-header .pm-button.is-highlighted-gray-granite:hover {
    color: #646567;
    box-shadow: inset 0 -4px 0 #646567;
}

.post-tab .pm-header .pm-button.is-highlighted-gray-onyx.is-active,
.post-tab .pm-header .pm-button.is-highlighted-gray-onyx:hover {
    color: #3e3d40;
    box-shadow: inset 0 -4px 0 #3e3d40;
}

.post-tab .pm-header .pm-button.is-highlighted-blue-jeans.is-active,
.post-tab .pm-header .pm-button.is-highlighted-blue-jeans:hover {
    color: #5ec5ed;
    box-shadow: inset 0 -4px 0 #5ec5ed;
}

.post-tab .pm-header .pm-button.is-highlighted-blue-dodger.is-active,
.post-tab .pm-header .pm-button.is-highlighted-blue-dodger:hover {
    color: #2196f3;
    box-shadow: inset 0 -4px 0 #2196f3;
}

.post-tab .pm-header .pm-button.is-highlighted-blue-cerulean.is-active,
.post-tab .pm-header .pm-button.is-highlighted-blue-cerulean:hover {
    color: #00a6d4;
    box-shadow: inset 0 -4px 0 #00a6d4;
}

.post-tab .pm-header .pm-button.is-highlighted-blue-sky.is-active,
.post-tab .pm-header .pm-button.is-highlighted-blue-sky:hover {
    color: #00b2dd;
    box-shadow: inset 0 -4px 0 #00b2dd;
}

.post-tab .pm-header .pm-button.is-highlighted-blue-denim.is-active,
.post-tab .pm-header .pm-button.is-highlighted-blue-denim:hover {
    color: #146eb5;
    box-shadow: inset 0 -4px 0 #146eb5;
}

.post-tab .pm-header .pm-button.is-highlighted-green-pinetree.is-active,
.post-tab .pm-header .pm-button.is-highlighted-green-pinetree:hover {
    color: #008836;
    box-shadow: inset 0 -4px 0 #008836;
}

.post-tab .pm-header .pm-button.is-highlighted-green-kiwi.is-active,
.post-tab .pm-header .pm-button.is-highlighted-green-kiwi:hover {
    color: #0cb14b;
    box-shadow: inset 0 -4px 0 #0cb14b;
}

.post-tab .pm-header .pm-button.is-highlighted-green-android.is-active,
.post-tab .pm-header .pm-button.is-highlighted-green-android:hover {
    color: #a7c638;
    box-shadow: inset 0 -4px 0 #a7c638;
}

.post-tab .pm-header .pm-button.is-highlighted-yellow-mustard.is-active,
.post-tab .pm-header .pm-button.is-highlighted-yellow-mustard:hover {
    color: #fabb00;
    box-shadow: inset 0 -4px 0 #fabb00;
}

.post-tab .pm-header .pm-button.is-highlighted-orange-carrot.is-active,
.post-tab .pm-header .pm-button.is-highlighted-orange-carrot:hover {
    color: #ff8400;
    box-shadow: inset 0 -4px 0 #ff8400;
}

.post-tab .pm-header .pm-button.is-highlighted-red-blood.is-active,
.post-tab .pm-header .pm-button.is-highlighted-red-blood:hover {
    color: #ed1c24;
    box-shadow: inset 0 -4px 0 #ed1c24;
}

.post-tab .pm-header .pm-button.is-highlighted-red-vermilion.is-active,
.post-tab .pm-header .pm-button.is-highlighted-red-vermilion:hover {
    color: #f15a29;
    box-shadow: inset 0 -4px 0 #f15a29;
}

.post-tab .pm-header .pm-button.is-highlighted-purple-ube.is-active,
.post-tab .pm-header .pm-button.is-highlighted-purple-ube:hover {
    color: #8883bc;
    box-shadow: inset 0 -4px 0 #8883bc;
}

.post-tab .pm-header .pm-button.is-disabled,
.post-tab .pm-header .pm-button:disabled {
    color: #999;
}

.post-tab .pm-header .pm-button.is-disabled.active,
.post-tab .pm-header .pm-button.is-disabled:focus,
.post-tab .pm-header .pm-button.is-disabled:hover,
.post-tab .pm-header .pm-button:disabled.active,
.post-tab .pm-header .pm-button:disabled:focus,
.post-tab .pm-header .pm-button:disabled:hover {
    cursor: not-allowed;
    color: #999;
    box-shadow: inset 0 0 0 #ddd;
}

.post-tab .pm-contents.with-border-bottom {
    border-bottom: 1px solid #ddd;
}

@media (max-width:499px) {
    .post-tab .pm-header {
        flex-direction: column;
        height: auto;
    }

    .post-tab .pm-header .pm-button {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
}

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

.post-pagination .pm-max-lines {
    font-weight: 400;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 3px;
    align-items: stretch;
}

.post-pagination .pm-max-lines .pm-label {
    font-family: 'post-icons';
    font-size: 18px;
    line-height: 28px;
    width: calc(30px - 2px);
    height: calc(30px - 2px);
    text-align: center;
    color: #646567;
    background: #f5f5f5;
}

.post-pagination .pm-max-lines .pm-label:before {
    content: '\e817';
}

.post-pagination .pm-max-lines .pm-input {
    width: calc(30px - 2px);
    height: calc(30px - 2px);
    color: #999;
    background: #fff;
}

.post-pagination .pm-max-lines .pm-input input {
    font-size: 12px;
    height: calc(30px - 2px);
    margin-top: 0!important;
    text-align: center;
    box-shadow: none;
}

.post-pagination .pm-first,
.post-pagination .pm-last,
.post-pagination .pm-next,
.post-pagination .pm-previous {
    font-family: 'post-icons';
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0 1px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
}

.post-pagination .pm-first:hover,
.post-pagination .pm-last:hover,
.post-pagination .pm-next:hover,
.post-pagination .pm-previous:hover {
    cursor: pointer;
    background-color: rgba(128,128,128,.1);
}

.post-pagination .pm-first:active,
.post-pagination .pm-first:focus,
.post-pagination .pm-last:active,
.post-pagination .pm-last:focus,
.post-pagination .pm-next:active,
.post-pagination .pm-next:focus,
.post-pagination .pm-previous:active,
.post-pagination .pm-previous:focus {
    background-color: rgba(128,128,128,.2);
}

.post-pagination .pm-first.is-disabled,
.post-pagination .pm-first:disabled,
.post-pagination .pm-last.is-disabled,
.post-pagination .pm-last:disabled,
.post-pagination .pm-next.is-disabled,
.post-pagination .pm-next:disabled,
.post-pagination .pm-previous.is-disabled,
.post-pagination .pm-previous:disabled {
    cursor: not-allowed;
    color: #999;
    background: #fff;
}

.post-pagination .pm-first:before {
    margin-left: -2px;
    content: '\e924';
}

.post-pagination .pm-first:after {
    margin-left: -7px;
    content: '\e924';
}

.post-pagination .pm-previous:before {
    display: inline-block;
    width: 12px;
    margin-right: 2px;
    content: '\e924';
}

.post-pagination .pm-next:before {
    display: inline-block;
    width: 12px;
    margin-right: -2px;
    content: '\e963';
}

.post-pagination .pm-last:before {
    margin-left: 2px;
    content: '\e963';
}

.post-pagination .pm-last:after {
    margin-left: -7px;
    content: '\e963';
}

.post-pagination .pm-etc,
.post-pagination .pm-page {
    font-size: 12px;
    line-height: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0 1px;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    color: #999;
}

.post-pagination .pm-etc:hover,
.post-pagination .pm-page:hover {
    cursor: pointer;
    background-color: rgba(128,128,128,.1);
}

.post-pagination .pm-etc:active,
.post-pagination .pm-etc:focus,
.post-pagination .pm-page:active,
.post-pagination .pm-page:focus {
    background-color: rgba(128,128,128,.2);
}

.post-pagination .pm-etc.is-active,
.post-pagination .pm-page.is-active {
    color: #646567;
    background-color: rgba(128,128,128,.2);
}

.post-pagination .pm-etc:active,
.post-pagination .pm-etc:focus,
.post-pagination .pm-etc:hover {
    cursor: default;
    background-color: transparent;
}

.post-stepper {
    display: flex;
    margin-bottom: 0!important;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

.post-stepper .step-container {
    line-height: 25px;
    display: flex;
    margin: 0 16px 5px 0;
    padding: 0;
    cursor: default!important;
}

.post-stepper .step-container.hide-content .step {
    display: none!important;
}

.post-stepper .step-container .number i {
    font-size: 24px;
    color: #999;
}

.post-stepper .step-container .number span {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.post-stepper .step-container .step {
    font-size: 16px;
    padding-left: 12px;
    text-align: left;
    color: #999;
}

.post-stepper .step-container .step .more {
    font-size: 12px;
    line-height: 1;
    display: block;
    max-width: 140px;
    margin-top: 5px;
    text-align: left;
    word-wrap: break-word;
    color: #999;
}

.post-stepper .step-container.is-done {
    cursor: pointer!important;
}

.post-stepper .step-container.is-done .number,
.post-stepper .step-container.is-done .number i,
.post-stepper .step-container.is-done .step,
.post-stepper .step-container.is-done .step i {
    color: rgba(33,150,243,.5);
}

.post-stepper .step-container.is-done:hover .number,
.post-stepper .step-container.is-done:hover .number i,
.post-stepper .step-container.is-done:hover .step,
.post-stepper .step-container.is-done:hover .step i {
    transition: color ease .3s;
    color: #2196f3;
}

.post-stepper .step-container.is-active .number i,
.post-stepper .step-container.is-active .step {
    color: #2196f3;
}

.post-stepper .step-container.is-active .step .step-name {
    border-bottom: solid 1px #2196f3;
}

@media (max-width:1199px) {
    .post-stepper .step-container {
        margin: 0 8px;
    }

    .post-stepper .step-container:not(:first-child):not(:nth-child(2)) .step {
        display: none;
    }
}

@media (max-width:899px) {
    .post-stepper .step-container {
        margin: 0 8px;
    }

    .post-stepper .step-container .step {
        display: none;
    }
}

@media (max-width:499px) {
    .post-stepper .step-container {
        margin: 0 2px;
    }
}

.post-service-navigation-container {
    display: flex;
    width: 100%;
}

@media (max-width:899px) {
    .post-service-navigation-container.is-desactivate {
        display: none;
    }
}

.post-service-navigation-container.is-package-2-1 .post-service-navigation-toggle:nth-child(1) .post-service-navigation-header .wrapper-service .border-fade:last-child {
    display: none;
}

.post-service-navigation-container.is-package-2-1 .post-service-navigation-toggle:nth-child(3) .post-service-navigation-header .wrapper-service .border-fade:first-child {
    display: none;
}

.post-service-navigation-container.is-package-1-2 .separator:nth-child(4),
.post-service-navigation-container.is-package-2-1 .separator:nth-child(2) {
    border-top: solid 1px #ddd;
    background: linear-gradient(to bottom,#fff 0%,#f3efec 100%);
}

.post-service-navigation-container.is-package-1-2 .post-service-navigation-toggle:nth-child(3) .post-service-navigation-header .wrapper-service .border-fade:last-child {
    display: none;
}

.post-service-navigation-container.is-package-1-2 .post-service-navigation-toggle:nth-child(5) .post-service-navigation-header .wrapper-service .border-fade:first-child {
    display: none;
}

.post-service-navigation-container.is-package-1-2-3 .post-service-navigation-toggle:nth-child(1) .post-service-navigation-header .wrapper-service .border-fade:last-child {
    display: none;
}

.post-service-navigation-container.is-package-1-2-3 .post-service-navigation-toggle:nth-child(3) .post-service-navigation-header .wrapper-service .border-fade:first-child,
.post-service-navigation-container.is-package-1-2-3 .post-service-navigation-toggle:nth-child(3) .post-service-navigation-header .wrapper-service .border-fade:last-child {
    display: none;
}

.post-service-navigation-container.is-package-1-2-3 .post-service-navigation-toggle:nth-child(5) .post-service-navigation-header .wrapper-service .border-fade:first-child {
    display: none;
}

.post-service-navigation-container.is-package-1-2-3 .separator {
    border-top: solid 1px #ddd;
    background: linear-gradient(to bottom,#fff 0%,#f3efec 100%);
}

.post-service-navigation-container .post-service-navigation-toggle {
    width: 33.33%;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service {
    display: flex;
    width: 100%;
    height: 60px;
    border-top: solid 1px #ddd;
    background: linear-gradient(to bottom,#fff 0%,#f3efec 100%);
    align-items: center;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service:hover {
    cursor: pointer;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service.is-single {
    border: 0!important;
    background: 0 0!important;
}

.floating-menu .fl-list .fl-list-row.is-disabled a:hover,
.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service.is-single .border-fade {
    background: 0 0;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service.is-disabled {
    border-top: none;
    background: 0 0;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service.is-disabled .service-content {
    cursor: default;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service.is-disabled .border-fade {
    display: none;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service.is-disabled .service-content .left .icon,
.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service.is-disabled .service-content .left .icon .title,
.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service.is-disabled .service-content .left .title-container,
.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service.is-disabled .service-content .left .title-container .title {
    color: #999;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .border-fade {
    width: 1px;
    height: 100%;
    background: linear-gradient(to top,#f1f1f1 0%,#ddd 100%);
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content {
    display: flex;
    height: 60px;
    padding: 0 10px;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .left {
    display: flex;
    align-items: center;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .left .icon {
    padding: 0 20px 0 10px;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .left .icon i {
    font-size: 30px;
    display: block;
    text-align: center;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .left .title-container .title {
    font-size: 20px;
    color: #646567;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .left .title-container .subline {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info {
    text-align: right;
    flex-basis: 140px;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .headline {
    font-size: 12px;
    color: #999;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .big-line .amount {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

@-moz-document url-prefix() {
    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .big-line .amount,
    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .big-line .unit {
        font-weight: 500;
    }
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .big-line .unit {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .plus {
    font-size: 20px;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .plus:hover {
    cursor: pointer;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .chevron i {
    display: none;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-body {
    width: 100%;
    background: #fff;
}

.post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-body .content {
    padding: 5px 10px;
}

.post-service-navigation-container .separator {
    line-height: 60px;
    width: 30px;
    height: 60px;
}

.post-service-navigation-container .separator .plus {
    font-size: 20px;
    display: none;
}

.post-service-navigation-container .price {
    display: none;
}

@media (max-width:899px) {
    .post-service-navigation-container {
        flex-direction: column;
        width: 100%;
        padding: 15px 0;
        border: solid 1px #ddd;
        background: linear-gradient(to top,#fff 0%,#f3efec 100%);
    }

    .post-service-navigation-container .hide-mobile,
    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .border-fade,
    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .big-line,
    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .headline,
    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .plus,
    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service.is-disabled {
        display: none;
    }

    .post-service-navigation-container .post-service-navigation-toggle {
        width: 100%;
    }

    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service {
        margin-left: -5px;
        background: #fff!important;
        box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
    }

    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .chevron {
        display: block;
        float: right;
        width: 12px;
    }

    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .chevron i {
        font-size: 12px;
        display: block;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
    }

    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service .service-content .more-info .chevron:hover {
        cursor: pointer;
    }

    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-header .wrapper-service.collapsed .service-content .chevron i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .post-service-navigation-container .post-service-navigation-toggle .post-service-navigation-body {
        margin: 0 auto 0 -5px!important;
    }

    .post-service-navigation-container .separator {
        line-height: 30px;
        width: 100%;
        height: 30px;
        padding-right: 20px;
        text-align: right;
        border-top: none!important;
        background: 0 0!important;
    }

    .post-service-navigation-container .separator .plus {
        display: block;
    }

    .post-service-navigation-container .price {
        display: block;
        margin: 15px 10px 0 0;
        text-align: right;
    }

    .post-service-navigation-container .price .headline {
        font-size: 12px;
        color: #999;
    }

    .post-service-navigation-container .price .big-line .amount {
        font-size: 20px;
        font-weight: 700;
        white-space: nowrap;
    }

    .post-service-navigation-container .price .big-line .unit {
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
    }
}

.floating-menu,
.floating-menu .fl-list {
    position: relative;
}

.floating-menu .fl-list .fl-list-row a {
    line-height: 1;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    color: #646567;
    background: #fff;
    align-items: center;
}

.floating-menu .fl-list .fl-list-row:not(:last-child) {
    border-bottom: solid 1px #ddd;
}

.floating-menu .fl-list .fl-list-row.is-disabled a {
    cursor: not-allowed;
    color: #999;
}

.floating-menu .floating-menu-button {
    position: relative;
    right: 10px;
    bottom: 10px;
}

.footer-navigation.with-border-top {
    border-top: solid 1px #ddd;
}

.footer-navigation .fn-actions {
    padding: 10px;
}

.footer-navigation .fn-actions .btn {
    width: 100%;
}

.footer-navigation .fn-navigation {
    display: flex;
    height: 56px;
    padding: 0 10px;
    border-top: 1px solid #ddd;
    align-items: center;
    justify-content: space-between;
}

.btn-action > span,
.footer-navigation .fn-navigation .btn-icon,
.panel .panel-heading .panel-title {
    font-size: 20px;
}

.panel {
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
}

.panel .panel-heading {
    overflow: hidden;
    padding: 15px 25px;
}

.panel .panel-heading .panel-subtitle {
    font-size: 14px;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel .panel-heading.panel-header-post {
    position: relative;
    min-height: 55px;
    padding: 15px 15px 5px;
}

.panel .panel-heading.panel-header-post.is-big {
    min-height: 80px;
}

.panel .panel-heading.panel-header-post.is-big .watermark {
    font-size: 80px;
}

.panel .panel-heading.panel-header-post.is-big .content .counter {
    margin-top: 0;
}

.panel .panel-heading.panel-header-post .watermark {
    font-size: 55px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: 5px;
    opacity: .3;
}

.panel .panel-heading.panel-header-post .content {
    line-height: normal;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: start;
}

.panel .panel-heading.panel-header-post .content .mark-danger {
    font-size: 20px;
    line-height: 1;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    color: #ed1c24;
}

.panel .panel-heading.panel-header-post .content .wording {
    flex-grow: 2;
}

.panel .panel-heading.panel-header-post .content .wording .title,
.post-consumption .pc-header .text .description .cell span.cell-body.is-big {
    font-size: 20px;
    font-weight: 500;
}

.panel .panel-heading.panel-header-post .content .wording .description {
    display: flex;
    align-items: start;
}

.panel .panel-heading.panel-header-post .content .wording .description i {
    font-size: 20px;
    margin-top: 5px;
    margin-right: 5px;
}

.panel .panel-heading.panel-header-post .content .wording .description .baseline {
    font-size: 12px;
    flex: 2;
}

.panel .panel-heading.panel-header-post .content .counter {
    font-size: 90px;
    font-weight: 700;
    line-height: 70px;
    margin-top: -26px;
    margin-bottom: -10px;
    opacity: .6;
    align-self: flex-end;
}

.panel .panel-body,
.panel .panel-footer {
    padding: 15px 25px;
}

.panel.panel-dashed {
    padding: 10px 20px;
    border: dashed 3px #ccc;
    border-radius: 13px;
    background-color: transparent;
    box-shadow: none;
}

.panel.panel-dashed .panel-heading {
    padding: 5px 0 10px;
}

.panel.panel-dashed .panel-body {
    padding: 0;
}

.panel.panel-dashed .panel-footer {
    padding: 10px 0 5px;
    border: 0;
    background: 0 0;
}

.panel.panel-rounded {
    border: 1px solid #ddd;
    border-radius: 13px;
    box-shadow: none;
}

.panel.is-squared,
.panel.is-tiny {
    width: 110px;
    justify-content: center;
}

.panel.is-squared {
    display: inline-flex;
    height: 110px;
    padding: 5px;
    text-align: center;
    align-items: center;
}

.panel.is-squared + .is-squared {
    margin-left: 20px;
}

.panel.is-squared a i,
.post-panel-info .is-squared i,
.post-panel-info .is-tiny i {
    font-size: 45px;
}

.panel.is-squared .text,
.panel.is-tiny .panel-body .text {
    font-size: 16px;
}

.panel.is-tiny {
    display: flex;
    padding: 5px 10px;
}

.panel.is-tiny .panel-body {
    display: flex;
    align-items: center;
}

.panel.is-tiny .panel-body a i {
    font-size: 30px;
    margin-right: 5px;
}

.panel.is-hoverable:hover {
    cursor: pointer;
    background: #fafafa;
}

.panel.is-hoverable:hover a b,
.panel.is-hoverable:hover a i,
.post-panel-info + .panel-important:hover a b,
.post-panel-info + .panel-important:hover a i {
    color: #2196f3;
}

.panel.panel-bubble {
    position: relative;
    margin-top: 40px;
    margin-bottom: 0;
}

.panel.panel-bubble .bubble .pt-bubble {
    position: absolute;
    z-index: 1;
    top: -40px;
    bottom: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    padding: 19px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 1px 1px rgba(0,0,0,.2);
}

.panel.panel-bubble .bubble .pt-bubble i {
    font-size: 42px;
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    transition: color .2s ease;
    color: #00a6d4;
}

.panel.panel-bubble .bubble .pt-bubble img {
    max-width: 35px;
    max-height: 35px;
}

.panel.panel-bubble .bubble .pt-bubble.with-number {
    padding: 22px 0;
    text-align: center;
}

.panel.panel-bubble .bubble .pt-bubble.with-number span {
    font-size: 24px;
    font-weight: 900;
    color: #2196f3;
}

.panel.panel-bubble .bubble .pt-bubble.with-number i {
    font-size: 36px;
}

.panel.panel-bubble .panel-heading {
    position: relative;
    min-height: 90px;
    padding: 10px 0;
    color: #fff;
}

.panel.panel-bubble .panel-heading .ph-row.text-top {
    margin-bottom: 10px;
}

.panel.panel-bubble .panel-heading .ph-row.text-top .center,
.panel.panel-bubble .panel-heading .ph-row.text-top .left,
.panel.panel-bubble .panel-heading .ph-row.text-top .right {
    float: left;
    min-height: 30px;
}

.panel.panel-bubble .panel-heading .ph-row.text-top .left,
.panel.panel-bubble .panel-heading .ph-row.text-top .right {
    line-height: 1;
    width: calc(50% - 40px);
    padding: 0 10px;
}

.panel.panel-bubble .panel-heading .ph-row.text-top .right {
    text-align: right;
}

.panel.panel-bubble .panel-heading .ph-row.text-top .center {
    width: 80px;
}

.panel.panel-bubble .panel-heading .ph-row.text-bottom {
    z-index: 2;
}

.panel.panel-bubble .panel-heading .ph-row.text-bottom .left {
    line-height: 1;
    float: left;
    width: 140px;
    padding: 0 0 0 10px;
}

.panel.panel-bubble .panel-heading .ph-row.text-bottom .center {
    font-family: 'Museo Sans',Arial,sans-serif;
    font-size: 20px;
    float: left;
    width: calc(100% - 280px);
    padding: 0 5px;
    text-align: center;
}

.panel.panel-bubble .panel-heading .ph-row.text-bottom .right {
    float: left;
    width: 140px;
    padding: 0 10px 0 5px;
}

.panel.panel-bubble .panel-heading .ph-row.text-bottom .right .counter {
    font-size: 90px;
    font-weight: 700;
    line-height: 90px;
    position: absolute;
    right: 15px;
    bottom: -12px;
    opacity: .6;
}

@media (max-width:499px) {
    .panel.panel-bubble .panel-heading .ph-row.text-bottom .left,
    .panel.panel-bubble .panel-heading .ph-row.text-bottom .right {
        width: 80px;
    }

    .panel.panel-bubble .panel-heading .ph-row.text-bottom .center {
        width: calc(100% - 160px);
    }
}

.panel.panel-primary > .panel-heading {
    background: linear-gradient(to left,#00c6fd 0%,#009eca 100%);
}

.panel.panel-success > .panel-heading {
    border-color: #0b9e45;
    background: linear-gradient(to left,#00b146 0%,#007e32 100%);
}

.panel.panel-warning > .panel-heading {
    background: linear-gradient(to left,#ffc824 0%,#f0b300 100%);
}

.panel.panel-1 > .panel-heading {
    background: linear-gradient(to left,#f04248 0%,#ec131b 100%);
}

.panel.is-blue-jeans .panel-heading,
.panel.panel-info > .panel-heading {
    background: linear-gradient(to left,#83d2f1 0%,#55c2ec 100%);
}

.panel.is-blue-jeans .panel-heading {
    color: #fff;
}

.panel.is-blue-dodger .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#48a8f5 0%,#1791f2 100%);
}

.panel.is-blue-cerulean .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#00aede 0%,#0086ab 100%);
}

.panel.is-blue-sky .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#07cfff 0%,#00aad3 100%);
}

.panel.is-blue-denim .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#1884da 0%,#1368ac 100%);
}

.panel.is-green-pinetree .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#00b146 0%,#007e32 100%);
}

.panel.is-green-kiwi .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#0fd75b 0%,#0ba747 100%);
}

.panel.is-green-android .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#b5d057 0%,#a0be36 100%);
}

.panel.is-yellow-mustard .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#ffc824 0%,#f0b300 100%);
}

.panel.is-orange-carrot .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#ff9829 0%,#f57f00 100%);
}

.panel.is-red-blood .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#f04248 0%,#ec131b 100%);
}

.panel.is-red-vermilion .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#f4784f 0%,#f0531f 100%);
}

.panel.is-purple-ube .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#a19dca 0%,#827cb8 100%);
}

.panel.is-gray-white-smoke .panel-heading {
    color: #646567;
    background: linear-gradient(to left,#fff 0%,#f0f0f0 100%);
}

.panel.is-gray-silver .panel-heading {
    color: #646567;
    background: linear-gradient(to left,#e0e0e0 0%,#c7c7c7 100%);
}

.panel.is-gray-spanish .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#adadad 0%,#949494 100%);
}

.panel.is-gray-granite .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#78797c 0%,#5f6062 100%);
}

.panel.is-gray-onyx .panel-heading {
    color: #fff;
    background: linear-gradient(to left,#525155 0%,#39383b 100%);
}

.panel.is-options .panel-body {
    padding: 0;
}

.panel.is-options .panel-body .options-title {
    display: flex;
    padding: 20px;
    color: #646567;
    align-items: center;
}

@media (min-width:1200px) {
    .panel.is-options .panel-body .options-title.hidden-md-screen {
        display: none;
    }
}

@media (max-width:1199px) {
    .panel.is-options .panel-body .options-title.visible-md-screen {
        display: none;
    }
}

.panel.is-options .panel-body .options-title .icon {
    font-size: 27px;
}

.panel.is-options .panel-body .options-title .text {
    font-size: 20px;
    padding-left: 15px;
}

.panel.is-options .panel-body .options-title .chevron {
    position: absolute;
    top: 29px;
    right: 20px;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.panel.is-options .panel-body .options-title.collapsed .chevron {
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width:899px) {
    .panel.is-options .panel-body .options-title .icon {
        font-size: 40px;
    }
}

.panel.is-options .panel-body .options-container {
    display: flex;
    padding: 0 15px;
}

.panel.is-options .panel-body .options-container .option {
    position: relative;
    margin: 10px;
    padding: 10px;
    flex: 1;
}

.panel.is-options .panel-body .options-container .option.is-active {
    background: #eef7fe;
}

.panel.is-options .panel-body .options-container .option.is-active .option-name .option-icon {
    display: none;
}

@media (max-width:899px) {
    .panel.is-options .panel-body .options-container .option.is-active .option-icon {
        display: none;
    }

    .panel.is-options .panel-body .options-container .option.is-active .option-name .option-icon {
        display: block;
    }

    .panel.is-options .panel-body .options-container .option.is-active .option-text {
        margin-left: 80px;
    }
}

.panel.is-options .panel-body .options-container .option .option-icon {
    margin-bottom: 20px;
    text-align: center;
}

.panel.is-options .panel-body .options-container .option .option-icon .option-icon,
.panel.is-options .panel-body .options-container .option .option-name .option-icon {
    display: none;
}

.panel.is-options .panel-body .options-container .option .option-icon img {
    width: 50px;
    height: 50px;
}

.panel.is-options .panel-body .options-container .option .option-name {
    display: flex;
    margin-bottom: 8px;
    justify-content: center;
}

@media (min-width:1200px) {
    .panel.is-options .panel-body .options-container .option .option-name {
        height: 80px;
    }
}

.panel.is-options .panel-body .options-container .option .option-name .image {
    width: 65px;
    margin-right: 10px;
    text-align: center;
}

.panel.is-options .panel-body .options-container .option .option-name .image img {
    width: 35px;
    height: 35px;
}

.panel.is-options .panel-body .options-container .option .option-name .image + .text .name,
.panel.is-options .panel-body .options-container .option .option-name .image + .text .price {
    text-align: left;
}

.panel.is-options .panel-body .options-container .option .option-name .text .name {
    font-size: 20px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
}

.panel.is-options .panel-body .options-container .option .option-name .text .price {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.panel.is-options .panel-body .options-container .option .option-name .text .price sup,
.post-consumption .pc-content .service-line sup {
    vertical-align: sub;
}

.panel.is-options .panel-body .options-container .option .option-details {
    font-size: 14px;
    display: flex;
    margin-bottom: 25px;
    text-align: center;
    align-items: center;
}

.panel.is-options .panel-body .options-container .option .option-details .option-text {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.panel.is-options .panel-body .options-container .option .option-details .option-text.text-left {
    text-align: left;
}

.panel.is-options .panel-body .options-container .option .option-details img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
}

.panel.is-options .panel-body .options-container .option .option-activation {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    margin: 0 auto;
    padding: 7px 15px;
    text-align: center;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.panel.is-options .panel-body .options-container .option .option-activation label {
    font-size: 12px;
    font-weight: 500;
}

.panel.is-options .panel-body .options-container .option .option-activation label:after {
    background: #fff;
}

.panel.is-options .panel-body .options-container .option .option-activation.to-activate {
    color: #008836;
    background: #eaf9f0;
}

.panel.is-options .panel-body .options-container .option .option-activation.to-send-message {
    color: #646567;
    background: #fff8e8;
}

.panel.is-options .panel-body .options-container .option .option-activation.is-being-activated a {
    cursor: default;
    color: #646567;
}

@media (max-width:899px) {
    .panel.is-options .panel-body .options-container .option .option-name {
        justify-content: flex-start;
    }

    .panel.is-options .panel-body .options-container .option .option-name .price {
        text-align: left!important;
    }

    .panel.is-options .panel-body .options-container .option .option-name .option-icon {
        display: block;
        width: 80px;
        height: 50px;
    }

    .panel.is-options .panel-body .options-container .option .option-name .image {
        width: 30px;
    }

    .panel.is-options .panel-body .options-container .option .option-name .image img {
        width: 30px;
        height: 30px;
    }

    .panel.is-options .panel-body .options-container .option .option-details .option-text {
        font-size: 13px;
        text-align: left;
    }

    .panel.is-options .panel-body .options-container .option .option-details .option-text.push-in-mobile {
        margin-left: 80px;
    }

    .panel.is-options .panel-body .options-container .option .option-details img {
        display: none;
    }

    .panel.is-options .panel-body .options-container .option .option-activation {
        right: 10px;
    }

    .panel.is-options .panel-body .options-container .option .option-activation.is-being-activated,
    .panel.is-options .panel-body .options-container .option .option-activation.to-deactivate {
        margin-left: 80px;
        padding-left: 0;
        text-align: left;
    }
}

@media (max-width:1199px) {
    .panel.is-options .panel-body .options-container {
        border-top: solid 1px #ddd;
        flex-wrap: wrap;
    }

    .panel.is-options .panel-body .options-container .option {
        flex: 0 1 calc(50% - 20px);
    }
}

@media (max-width:899px) {
    .panel.is-options .panel-body .options-container {
        padding: 0;
        border-top: none;
    }

    .panel.is-options .panel-body .options-container .option {
        margin: 0;
        flex-basis: 100%;
    }

    .panel.is-options .panel-body .options-container .option:first-child {
        border-top: solid 1px #ddd;
    }

    .panel.is-options .panel-body .options-container .option:not(:last-child) {
        border-bottom: solid 1px #ddd;
    }
}

.post-panel-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post-panel-info-with-important {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.post-panel-info-with-important .post-panel-info {
    float: left;
    width: calc(100% - 140px - 10px);
}

.post-panel-info-with-important .panel-important {
    width: 140px;
    margin: 0 0 0 10px!important;
}

@media (max-width:499px) {
    .post-panel-info-with-important {
        display: block;
    }

    .post-panel-info-with-important .panel-important,
    .post-panel-info-with-important .post-panel-info {
        width: 100%;
        margin: 0 0 10px!important;
    }
}

.post-panel-info + .panel-important {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.post-panel-info + .panel-important a i,
.post-panel-with-important .panel-important a i {
    font-size: 45px;
    display: block;
    color: #2196f3;
}

.post-panel-info + .panel-important a b,
.post-panel-with-important .panel-important a b {
    display: block;
    color: #646567;
}

.post-panel-info + .panel-important:hover {
    cursor: pointer;
    background: #fafafa;
}

.post-panel-info,
.post-panel-info.is-dashed {
    border: dashed 3px #d9d8d6;
    border-radius: 13px;
}

.post-panel-info.is-wide {
    width: 100%;
}

.post-panel-info.is-narrow {
    max-width: 400px;
}

.post-panel-info .is-squared {
    width: 110px;
    height: 110px;
}

.post-panel-info .is-tiny {
    width: 110px;
    height: 40px;
}

.post-panel-info[class*=bg-gradient-] {
    border: 0;
}

.post-panel-info.has-border-shadow,
.post-panel-info[class*=bg-gradient-] {
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
}

.post-panel-info .block-icon {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin-left: -15px;
    padding: 10px;
}

.post-panel-info .block-icon .icon {
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: #646567;
}

.post-panel-info .block-icon .cpt {
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    padding: 5px 6px;
    color: #fff;
    border-radius: 2px;
    background: #3e3d40;
}

.post-panel-info .p-line {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
}

.post-panel-info .p-line.is-centered {
    justify-content: space-around;
}

.post-panel-info .p-line .p-col .p-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    padding: 15px 0 15px 20px;
    align-items: center;
}

.post-panel-info .p-line .p-col .p-body {
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
}

.post-panel-info .p-line .p-col .p-body a.help-number:focus,
.post-panel-info .p-line .p-col .p-body a.help-number:hover,
.post-panel-info .p-line .p-col .p-body a.help-number:link {
    cursor: default;
    color: #008836;
}

@media (max-width:1199px) {
    .post-panel-info .p-line .p-col .p-body a.help-number:focus,
    .post-panel-info .p-line .p-col .p-body a.help-number:hover,
    .post-panel-info .p-line .p-col .p-body a.help-number:link {
        color: #2196f3;
    }
}

.post-panel-info .p-line .p-col .p-footer {
    line-height: 1;
    padding: 5px 20px 15px;
}

.post-panel-info .p-line .p-col.picture {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
}

@media (max-width:899px) {
    .post-panel-info .p-line .p-col.picture {
        width: 40%;
    }

    .post-panel-info .p-line .p-col.picture img.auto-resize {
        max-width: 100%;
    }
}

.post-panel-info .p-line .p-col.picture.is-on-top {
    justify-content: flex-start;
}

.post-panel-info .p-line .p-col.picture.is-centered {
    justify-content: center;
}

.post-panel-info .p-line .p-col.picture,
.post-panel-info .p-line .p-col.picture.is-on-bottom {
    justify-content: flex-end;
}

@media (max-width:899px) {
    .post-panel-info .p-line .p-col:first-child .p-col {
        width: 60%;
        max-width: none;
    }

    .post-panel-info .p-line .p-col:first-child .p-col:not(.picture) {
        padding-right: 10px;
    }
}

.post-panel-with-important {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.post-panel-with-important .post-panel-info {
    float: left;
    width: calc(100% - 140px - 10px);
}

.post-panel-with-important .panel-important {
    display: flex;
    width: 140px;
    margin: 0 0 0 10px!important;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@media (max-width:499px) {
    .post-panel-with-important {
        display: block;
    }

    .post-panel-with-important .panel-important,
    .post-panel-with-important .post-panel-info {
        width: 100%;
        margin: 0 0 10px!important;
    }
}

.post-maintenance.is-banner,
.post-maintenance.is-page {
    display: flex;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: linear-gradient(to bottom,#fff 0%,#fff8e9 120%);
    align-items: flex-start;
}

.post-maintenance.is-banner.is-floating {
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.1);
}

.post-maintenance.is-banner .pm-icon img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.post-maintenance.is-banner .pm-content {
    flex: 1;
}

.post-maintenance.is-banner .pm-content .pm-title {
    font-weight: 500;
}

@media (max-width:899px) {
    .post-maintenance.is-banner .pm-content .pm-title {
        margin: 10px 0;
    }
}

.post-maintenance.is-banner .pm-content .pm-message {
    font-size: 14px;
}

@media (max-width:899px) {
    .post-maintenance.is-banner .pm-content .pm-message {
        width: calc(100% + 55px);
        margin-top: 15px;
        margin-left: -55px;
    }
}

.post-maintenance.is-page {
    flex-direction: column;
    padding: 20px;
    align-items: center;
}

.post-maintenance.is-page.is-floating {
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.1);
}

.post-maintenance.is-page .pm-icon img {
    width: 120px;
    height: 120px;
}

.post-maintenance.is-page .pm-content,
.post-tile .pt-content .panel-body img {
    width: 100%;
}

.post-maintenance.is-page .pm-content .pm-title {
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0;
    text-align: center;
}

.btn,
.post-maintenance.is-page .pm-content .pm-message {
    font-size: 14px;
}

.btn {
    position: relative;
    z-index: 1!important;
    display: inline-flex;
    padding: 9px 15px;
    transition: all .2s ease;
    white-space: normal;
    color: #646567;
    border: 0;
    border-radius: 2px;
    outline: 0!important;
    box-shadow: 0 1px 4px rgba(0,0,0,.4);
    align-items: center;
    justify-content: center;
}

.btn.no-hover:hover {
    background: 0 0!important;
}

.btn .btn-link[disabled] {
    color: #2196f3;
}

.btn-default {
    color: #646567;
    background: linear-gradient(to bottom,#fff 0%,#fafafa 100%);
}

.btn-default:hover:not([disabled]) {
    background: linear-gradient(to bottom,#fff 10%,#fff 100%);
}

.btn-default:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-default[disabled] {
    cursor: not-allowed;
}

.btn-default[disabled]:focus {
    box-shadow: none!important;
}

.btn-default:hover,
.post-tile.is-dashboard .panel.panel-bubble .bubble .pt-bubble i {
    color: #3e3d40;
}

.btn-link {
    text-decoration: none;
    color: #2196f3;
    background: 0 0;
    box-shadow: none;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}

.btn-link:active,
.btn-link:active:hover {
    background-color: #f2f2f2;
}

.btn-danger[disabled],
.btn-info[disabled],
.btn-link[disabled]:hover,
.btn-primary[disabled],
.btn-success[disabled],
.btn-warning[disabled],
.btn.btn-colored.btn-blue-cerulean[disabled],
.btn.btn-colored.btn-blue-denim[disabled],
.btn.btn-colored.btn-blue-dodger[disabled],
.btn.btn-colored.btn-blue-jeans[disabled],
.btn.btn-colored.btn-blue-sky[disabled],
.btn.btn-colored.btn-gray-granite[disabled],
.btn.btn-colored.btn-gray-onyx[disabled],
.btn.btn-colored.btn-gray-silver[disabled],
.btn.btn-colored.btn-gray-spanish[disabled],
.btn.btn-colored.btn-gray-white-smoke[disabled],
.btn.btn-colored.btn-green-android[disabled],
.btn.btn-colored.btn-green-kiwi[disabled],
.btn.btn-colored.btn-green-pinetree[disabled],
.btn.btn-colored.btn-orange-carrot[disabled],
.btn.btn-colored.btn-purple-ube[disabled],
.btn.btn-colored.btn-red-blood[disabled],
.btn.btn-colored.btn-red-vermilion[disabled],
.btn.btn-colored.btn-yellow-mustard[disabled] {
    cursor: not-allowed;
}

.btn-link[disabled]:focus {
    background: 0 0;
    box-shadow: none!important;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(to bottom,#48a8f5 0%,#1791f2 100%);
}

.btn-primary:hover:not([disabled]) {
    background: linear-gradient(to bottom,#2196f3 10%,#2196f3 100%);
}

.btn-primary:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-primary[disabled]:focus {
    box-shadow: none!important;
}

.btn-warning {
    color: #fff;
    background: linear-gradient(to bottom,#ffc824 0%,#f0b300 100%);
}

.btn-warning:hover:not([disabled]) {
    background: linear-gradient(to bottom,#fabb00 10%,#fabb00 100%);
}

.btn-warning:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-warning[disabled]:focus {
    box-shadow: none!important;
}

.btn-danger {
    color: #fff;
    background: linear-gradient(to bottom,#f04248 0%,#ec131b 100%);
}

.btn-danger:hover:not([disabled]) {
    background: linear-gradient(to bottom,#ed1c24 10%,#ed1c24 100%);
}

.btn-danger:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-danger[disabled]:focus {
    box-shadow: none!important;
}

.btn-success {
    color: #fff;
    background: linear-gradient(to bottom,#00b146 0%,#007e32 100%);
}

.btn-success:hover:not([disabled]) {
    background: linear-gradient(to bottom,#008836 10%,#008836 100%);
}

.btn-success:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-success[disabled]:focus {
    box-shadow: none!important;
}

.btn-info {
    color: #fff;
    background: linear-gradient(to bottom,#83d2f1 0%,#55c2ec 100%);
}

.btn-info:hover:not([disabled]),
.btn.btn-colored.btn-blue-jeans:hover:not([disabled]) {
    background: linear-gradient(to bottom,#5ec5ed 10%,#5ec5ed 100%);
}

.btn-info:active:not([disabled]),
.btn.btn-colored.btn-blue-jeans:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-info[disabled]:focus,
.btn.btn-colored.btn-blue-jeans[disabled]:focus {
    box-shadow: none!important;
}

.btn.with-icon {
    display: inline-flex;
    align-items: center;
}

.btn.with-icon i {
    font-size: 22px;
    float: left;
    margin-right: 5px;
}

.btn.with-icon.btn-lg i {
    font-size: 22px;
}

.btn.with-icon.btn-sm i {
    font-size: 18px;
}

.btn.with-icon.btn-xs i {
    font-size: 14px;
}

.btn-xs {
    font-size: 12px;
    padding: 1px 5px;
}

.btn-sm {
    font-size: 14px;
    padding: 2px 8px;
}

.btn-md {
    padding: 5px 15px;
}

.btn-lg {
    font-size: 18px;
    padding: 10px 20px;
}

.btn.btn-colored.btn-blue-jeans {
    color: #fff;
    background: linear-gradient(to bottom,#83d2f1 0%,#55c2ec 100%);
}

.btn.btn-colored.btn-blue-dodger {
    color: #fff;
    background: linear-gradient(to bottom,#48a8f5 0%,#1791f2 100%);
}

.btn.btn-colored.btn-blue-dodger:hover:not([disabled]) {
    background: linear-gradient(to bottom,#2196f3 10%,#2196f3 100%);
}

.btn.btn-colored.btn-blue-dodger:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-blue-dodger[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-blue-sky {
    color: #fff;
    background: linear-gradient(to bottom,#07cfff 0%,#00aad3 100%);
}

.btn.btn-colored.btn-blue-sky:hover:not([disabled]) {
    background: linear-gradient(to bottom,#00b2dd 10%,#00b2dd 100%);
}

.btn.btn-colored.btn-blue-sky:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-blue-sky[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-blue-cerulean {
    color: #fff;
    background: linear-gradient(to bottom,#00c6fd 0%,#009eca 100%);
}

.btn.btn-colored.btn-blue-cerulean:hover:not([disabled]) {
    background: linear-gradient(to bottom,#00a6d4 10%,#00a6d4 100%);
}

.btn.btn-colored.btn-blue-cerulean:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-blue-cerulean[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-blue-denim {
    color: #fff;
    background: linear-gradient(to bottom,#1884da 0%,#1368ac 100%);
}

.btn.btn-colored.btn-blue-denim:hover:not([disabled]) {
    background: linear-gradient(to bottom,#146eb5 10%,#146eb5 100%);
}

.btn.btn-colored.btn-blue-denim:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-blue-denim[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-green-pinetree {
    color: #fff;
    background: linear-gradient(to bottom,#00b146 0%,#007e32 100%);
}

.btn.btn-colored.btn-green-pinetree:hover:not([disabled]) {
    background: linear-gradient(to bottom,#008836 10%,#008836 100%);
}

.btn.btn-colored.btn-green-pinetree:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-green-pinetree[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-green-kiwi {
    color: #fff;
    background: linear-gradient(to bottom,#0fd75b 0%,#0ba747 100%);
}

.btn.btn-colored.btn-green-kiwi:hover:not([disabled]) {
    background: linear-gradient(to bottom,#0cb14b 10%,#0cb14b 100%);
}

.btn.btn-colored.btn-green-kiwi:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-green-kiwi[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-green-android {
    color: #fff;
    background: linear-gradient(to bottom,#b5d057 0%,#a0be36 100%);
}

.btn.btn-colored.btn-green-android:hover:not([disabled]) {
    background: linear-gradient(to bottom,#a7c638 10%,#a7c638 100%);
}

.btn.btn-colored.btn-green-android:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-green-android[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-yellow-mustard {
    color: #fff;
    background: linear-gradient(to bottom,#ffc824 0%,#f0b300 100%);
}

.btn.btn-colored.btn-yellow-mustard:hover:not([disabled]) {
    background: linear-gradient(to bottom,#fabb00 10%,#fabb00 100%);
}

.btn.btn-colored.btn-yellow-mustard:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-yellow-mustard[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-orange-carrot {
    color: #fff;
    background: linear-gradient(to bottom,#ff9829 0%,#f57f00 100%);
}

.btn.btn-colored.btn-orange-carrot:hover:not([disabled]) {
    background: linear-gradient(to bottom,#ff8400 10%,#ff8400 100%);
}

.btn.btn-colored.btn-orange-carrot:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-orange-carrot[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-red-vermilion {
    color: #fff;
    background: linear-gradient(to bottom,#f4784f 0%,#f0531f 100%);
}

.btn.btn-colored.btn-red-vermilion:hover:not([disabled]) {
    background: linear-gradient(to bottom,#f15a29 10%,#f15a29 100%);
}

.btn.btn-colored.btn-red-vermilion:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-red-vermilion[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-red-blood {
    color: #fff;
    background: linear-gradient(to bottom,#f04248 0%,#ec131b 100%);
}

.btn.btn-colored.btn-red-blood:hover:not([disabled]) {
    background: linear-gradient(to bottom,#ed1c24 10%,#ed1c24 100%);
}

.btn.btn-colored.btn-red-blood:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-red-blood[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-purple-ube {
    color: #fff;
    background: linear-gradient(to bottom,#a19dca 0%,#827cb8 100%);
}

.btn.btn-colored.btn-purple-ube:hover:not([disabled]) {
    background: linear-gradient(to bottom,#8883bc 10%,#8883bc 100%);
}

.btn.btn-colored.btn-purple-ube:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-purple-ube[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-gray-white-smoke {
    background: linear-gradient(to bottom,#fff 0%,#f0f0f0 100%);
}

.btn.btn-colored.btn-gray-white-smoke:hover:not([disabled]) {
    background: linear-gradient(to bottom,#f5f5f5 10%,#f5f5f5 100%);
}

.btn.btn-colored.btn-gray-white-smoke:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-gray-white-smoke[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-gray-white-smoke,
.btn.btn-colored.btn-gray-white-smoke span {
    color: #646567;
}

.btn.btn-colored.btn-gray-silver {
    background: linear-gradient(to bottom,#e0e0e0 0%,#c7c7c7 100%);
}

.btn.btn-colored.btn-gray-silver:hover:not([disabled]) {
    background: linear-gradient(to bottom,#ccc 10%,#ccc 100%);
}

.btn.btn-colored.btn-gray-silver:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-gray-silver[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-gray-silver,
.btn.btn-colored.btn-gray-silver span {
    color: #646567;
}

.btn.btn-colored.btn-gray-spanish {
    color: #fff;
    background: linear-gradient(to bottom,#adadad 0%,#949494 100%);
}

.btn.btn-colored.btn-gray-spanish:hover:not([disabled]) {
    background: linear-gradient(to bottom,#999 10%,#999 100%);
}

.btn.btn-colored.btn-gray-spanish:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-gray-spanish[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-gray-granite {
    color: #fff;
    background: linear-gradient(to bottom,#78797c 0%,#5f6062 100%);
}

.btn.btn-colored.btn-gray-granite:hover:not([disabled]) {
    background: linear-gradient(to bottom,#646567 10%,#646567 100%);
}

.btn.btn-colored.btn-gray-granite:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-gray-granite[disabled]:focus {
    box-shadow: none!important;
}

.btn.btn-colored.btn-gray-onyx {
    color: #fff;
    background: linear-gradient(to bottom,#525155 0%,#39383b 100%);
}

.btn.btn-colored.btn-gray-onyx:hover:not([disabled]) {
    background: linear-gradient(to bottom,#3e3d40 10%,#3e3d40 100%);
}

.btn.btn-colored.btn-gray-onyx:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.btn-colored.btn-gray-onyx[disabled]:focus {
    box-shadow: none!important;
}

.btn-icon,
.btn-icon.with-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-icon {
    font-size: 32px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0!important;
    transition: background-color .2s ease;
    text-align: center;
    vertical-align: middle;
    color: #2196f3;
    border: 0;
    border-radius: 0;
    outline: 0!important;
    background: 0 0;
}

.btn-icon.is-round,
.btn-icon.is-round-big {
    border-radius: 50%;
}

.btn-icon.with-label {
    flex-direction: column;
}

.btn-icon.with-label:hover {
    background: 0 0!important;
}

.btn-icon.with-label > span {
    font-size: 10px;
}

.btn-icon.with-label.btn-lg > span {
    font-size: 11px;
}

.btn-icon.with-label.btn-sm > span {
    font-size: 9px;
}

.btn-icon.with-label.btn-xs > span {
    font-size: 8px;
}

.btn-icon:not([disabled]):hover {
    transition: background-color .2s ease;
    background-color: #f5f5f5;
}

.btn-icon.text-gray-white-smoke:not([disabled]):hover {
    background-color: #fafafa;
}

.btn-icon[disabled] {
    cursor: not-allowed;
    opacity: .7;
}

.btn-icon.btn-lg {
    font-size: 40px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
}

.btn-icon.btn-sm {
    font-size: 26px;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
}

.btn-icon.btn-xs {
    font-size: 20px;
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
}

.btn-action {
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border-radius: 50%;
    outline: 0!important;
    background: linear-gradient(to bottom,#78797c 0%,#5f6062 100%);
    align-items: center;
    justify-content: center;
    align-content: center;
}

.btn-action:active:hover:not([disabled]),
.btn-action:hover:not([disabled]) {
    background: linear-gradient(to bottom,#646567 10%,#646567 100%);
}

.btn-action:active:active:not([disabled]),
.btn-action:active:not([disabled]) {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-action[disabled] {
    cursor: not-allowed;
}

.btn-action:active[disabled]:focus,
.btn-action[disabled]:focus {
    box-shadow: none!important;
}

.btn-action:active,
.btn-action:focus,
.btn-action:hover {
    color: #fff;
}

.btn-action:active {
    color: #fff;
    background: linear-gradient(to bottom,#78797c 0%,#5f6062 100%);
}

.btn-action:active[disabled] {
    cursor: not-allowed;
}

.btn-action.is-floating {
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.btn-action[class*=pi-] {
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
}

.btn-action.btn-lg {
    width: 60px;
    height: 60px;
}

.btn-action.btn-lg > span,
.btn-action.btn-lg[class*=pi-] {
    font-size: 26px;
}

.btn-action.btn-sm {
    width: 28px;
    height: 28px;
}

.btn-action.btn-sm[class*=pi-] {
    font-size: 14px;
}

.btn-action.btn-sm > span {
    font-size: 16px;
}

.btn-action.btn-xs {
    width: 22px;
    height: 22px;
}

.btn-action.btn-xs[class*=pi-] {
    font-size: 10px;
}

.btn-action.btn-xs > span {
    font-size: 14px;
}

.action-button {
    font-weight: 400;
    line-height: 40px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(to bottom,#7d7e81 0%,#5f6062 100%);
    touch-action: manipulation;
}

.action-button.with-ripple .ripple {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: 0 0;
}

.action-button.with-ripple .ripple .ripple-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
}

.action-button.with-ripple .ripple .ripple-circle.dark {
    background: rgba(200,200,200,.25);
}

.action-button.with-ripple .ripple.is-active .ripple-circle {
    -webkit-animation: anim-ripple .4s ease;
    animation: anim-ripple .4s ease;
}

.action-button > span {
    font-size: 20px;
    line-height: 2;
}

.action-button[class*=pi-],
.action-button[class^=pi-] {
    font-size: 18px;
}

.action-button.is-floating {
    transition: box-shadow .2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,.4);
}

.action-button:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.action-button.is-big {
    line-height: 60px;
    width: 60px;
    height: 60px;
}

.action-button.is-big[class*=pi-],
.action-button.is-big[class^=pi-] {
    font-size: 26px;
}

.action-button.is-big > span {
    font-size: 30px;
    line-height: 2;
}

.action-button.is-white {
    color: #646567;
    background: #fff;
}

.action-button.is-blue-jeans {
    background: linear-gradient(to bottom,#8cd6f2 0%,#55c2ec 100%);
}

.action-button.is-blue-dodger {
    background: linear-gradient(to bottom,#51adf6 0%,#1791f2 100%);
}

.action-button.is-blue-cerulean {
    background: linear-gradient(to bottom,#08c9ff 0%,#009eca 100%);
}

.action-button.is-blue-sky {
    background: linear-gradient(to bottom,#11d1ff 0%,#00aad3 100%);
}

.action-button.is-blue-denim {
    background: linear-gradient(to bottom,#198ae3 0%,#1368ac 100%);
}

.action-button.is-green-pinetree {
    background: linear-gradient(to bottom,#00bb4a 0%,#007e32 100%);
}

.action-button.is-green-kiwi {
    background: linear-gradient(to bottom,#0fe15f 0%,#0ba747 100%);
}

.action-button.is-green-android {
    background: linear-gradient(to bottom,#b9d25f 0%,#a0be36 100%);
}

.action-button.is-orange-carrot {
    background: linear-gradient(to bottom,#ff9d33 0%,#f57f00 100%);
}

.action-button.is-yellow-mustard {
    background: linear-gradient(to bottom,#ffca2e 0%,#f0b300 100%);
}

.action-button.is-red-blood {
    background: linear-gradient(to bottom,#f14b52 0%,#ec131b 100%);
}

.action-button.is-red-vermilion {
    background: linear-gradient(to bottom,#f47f59 0%,#f0531f 100%);
}

.action-button.is-purple-ube {
    background: linear-gradient(to bottom,#a8a4ce 0%,#827cb8 100%);
}

.action-button.is-gray-white-smoke {
    color: #646567;
    background: linear-gradient(to bottom,#fff 0%,#f0f0f0 100%);
}

.action-button.is-gray-silver {
    color: #646567;
    background: linear-gradient(to bottom,#e6e6e6 0%,#c7c7c7 100%);
}

.action-button.is-gray-spanish {
    background: linear-gradient(to bottom,#b3b3b3 0%,#949494 100%);
}

.action-button.is-gray-onyx {
    background: linear-gradient(to bottom,#57565a 0%,#39383b 100%);
}

.toggle-button,
.toggle-button .button-checkbox ~ .button-label,
.toggle-button .button-checkbox ~ span {
    display: inline-block;
}

.toggle-button .button-label,
.toggle-button .button-label:after {
    display: block;
    transition: all .3s ease;
    border-radius: 100px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.toggle-button .button-label {
    position: relative;
    width: 30px;
    height: 13px;
    cursor: pointer;
    background: #898989;
}

.toggle-button .button-label:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 17px;
    height: 17px;
    content: '';
    background: #fff;
}

.toggle-button .button-label:active:after {
    -webkit-transform: scale(1.15,.85);
    transform: scale(1.15,.85);
}

.toggle-button .button-checkbox {
    display: none;
    margin: 0;
}

.toggle-button .button-checkbox:checked ~ label {
    background: #cbcbcc;
}

.toggle-button .button-checkbox:checked ~ label:after {
    left: 12px;
    background: linear-gradient(to bottom,#7d7e81 0%,#646567 100%);
}

.toggle-button .button-checkbox:disabled ~ label {
    cursor: not-allowed;
    background: #d5d5d5;
}

.toggle-button .button-checkbox:disabled ~ label:after {
    background: #bcbdbc;
}

.toggle-button.is-big .button-label {
    width: 40px;
    height: 20px;
}

.toggle-button.is-big .button-label:after {
    width: 25px;
    height: 25px;
}

.toggle-button.is-big .button-checkbox:checked ~ label:after {
    left: 17px;
}

.toggle-button.is-gray-onyx .button-checkbox:checked ~ label,
.toggle-button.is-gray-silver .button-checkbox:checked ~ label,
.toggle-button.is-gray-spanish .button-checkbox:checked ~ label,
.toggle-button.is-gray-white-smoke .button-checkbox:checked ~ label {
    background: #d0d0d0;
}

.toggle-button.is-gray-white-smoke .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#fff 0%,#f5f5f5 100%);
}

.toggle-button.is-gray-silver .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#e6e6e6 0%,#ccc 100%);
}

.toggle-button.is-gray-spanish .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#b3b3b3 0%,#999 100%);
}

.toggle-button.is-gray-onyx .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#57565a 0%,#3e3d40 100%);
}

.toggle-button.is-blue-cerulean .button-checkbox:checked ~ label,
.toggle-button.is-blue-denim .button-checkbox:checked ~ label,
.toggle-button.is-blue-dodger .button-checkbox:checked ~ label,
.toggle-button.is-blue-jeans .button-checkbox:checked ~ label,
.toggle-button.is-blue-sky .button-checkbox:checked ~ label {
    background: #edf5fc;
}

.toggle-button.is-blue-jeans .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#8cd6f2 0%,#5ec5ed 100%);
}

.toggle-button.is-blue-dodger .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#51adf6 0%,#2196f3 100%);
}

.toggle-button.is-blue-cerulean .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#08c9ff 0%,#00a6d4 100%);
}

.toggle-button.is-blue-sky .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#11d1ff 0%,#00b2dd 100%);
}

.toggle-button.is-blue-denim .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#198ae3 0%,#146eb5 100%);
}

.toggle-button.is-green-android .button-checkbox:checked ~ label,
.toggle-button.is-green-kiwi .button-checkbox:checked ~ label,
.toggle-button.is-green-pinetree .button-checkbox:checked ~ label {
    background: #e8f7ee;
}

.toggle-button.is-green-pinetree .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#00bb4a 0%,#008836 100%);
}

.toggle-button.is-green-kiwi .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#0fe15f 0%,#0cb14b 100%);
}

.toggle-button.is-green-android .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#b9d25f 0%,#a7c638 100%);
}

.toggle-button.is-yellow-mustard .button-checkbox:checked ~ label {
    background: #fcf6e8;
}

.toggle-button.is-yellow-mustard .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#ffca2e 0%,#fabb00 100%);
}

.toggle-button.is-orange-carrot .button-checkbox:checked ~ label {
    background: #fceee0;
}

.toggle-button.is-orange-carrot .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#ff9d33 0%,#ff8400 100%);
}

.toggle-button.is-red-blood .button-checkbox:checked ~ label,
.toggle-button.is-red-vermilion .button-checkbox:checked ~ label {
    background: #f9e5e7;
}

.toggle-button.is-red-blood .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#f14b52 0%,#ed1c24 100%);
}

.toggle-button.is-red-vermilion .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#f47f59 0%,#f15a29 100%);
}

.toggle-button.is-purple-ube .button-checkbox:checked ~ label {
    background: rgba(146,142,194,.3);
}

.toggle-button.is-purple-ube .button-checkbox:checked ~ label:after {
    background: linear-gradient(to bottom,#a8a4ce 0%,#8883bc 100%);
}

.post-banner {
    display: flex;
    height: 100%;
    min-height: 118px;
    border: 1px solid #fff;
}

.post-banner .pb-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: opacity .2s ease;
    opacity: 0;
    background: #2196f3;
}

.post-banner .pb-overlay-icon i {
    font-size: 35px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 80px;
    transition: all .5s ease;
    opacity: 0;
    color: #fff;
    text-shadow: 3px 3px rgba(0,0,0,.5);
}

@media (min-width:900px) {
    .post-banner:hover {
        cursor: pointer;
    }

    .post-banner:hover .pb-overlay {
        transition: opacity .2s ease;
        opacity: .5;
    }

    .post-banner:hover .pb-overlay-icon i {
        top: 50%;
        margin-top: -14px;
        transition: all .5s ease;
        opacity: 1;
    }

    .post-banner:hover .pb-bubble i,
    .post-banner:hover .pb-logo i {
        transition: color .2s ease;
        color: #fff;
    }

    .post-banner:hover .pt-big-title,
    .post-banner:hover .pt-big-title i {
        color: #fff!important;
    }
}

.post-banner .pb-img {
    position: absolute;
    width: 200px;
    height: 100%;
    background-size: cover;
}

.post-banner .pb-img img {
    width: 100%;
    height: 100%;
}

.post-banner .pt-big-title {
    font-family: 'Museo Slab',Georgia,serif;
    font-size: 20px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 15px;
    text-align: center;
    color: #00a6d4;
}

.post-banner .pb-bubble {
    position: absolute;
    top: 50%;
    left: 160px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    padding: 19px;
    border-radius: 50%;
    background: #fff;
    box-shadow: -4px 0 1px 1px rgba(0,0,0,.2);
}

.post-banner .pb-bubble i {
    font-size: 42px;
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    transition: color .2s ease;
    color: #00a6d4;
}

.post-banner .pb-bubble img {
    max-width: 35px;
    max-height: 35px;
}

.post-banner .pb-text-container {
    display: flex;
    width: calc(100% - 200px);
    height: auto;
    margin-left: 200px;
    padding: 5px 10px 5px 40px;
    align-items: center;
    flex-basis: 100%;
}

.post-banner .pb-text-container .pb-text {
    font-size: 16px;
    line-height: 1.2;
    float: left;
    width: auto;
}

.post-banner .pb-text-container .pb-text .pt-big-title {
    padding-left: 0;
    text-align: left;
}

.post-banner .pb-text-container .pb-text .chevron {
    font-size: 12px;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    color: #00a6d4;
}

@media (max-width:1699px) {
    .post-banner .pb-text-container {
        width: calc(100% - 140px);
        margin-left: 140px;
    }

    .post-banner .pb-text-container .pb-text {
        font-size: 15px;
        float: left;
        width: auto;
    }

    .post-banner .pb-overlay-icon i {
        font-size: 35px;
        left: 20px;
    }

    .post-banner .pb-img {
        width: 140px;
    }

    .post-banner .pt-big-title {
        font-size: 19px;
    }

    .post-banner .pb-bubble {
        top: 50%;
        left: 105px;
        width: 70px;
        height: 70px;
        margin-top: -35px;
        padding: 14px;
    }

    .post-banner .pb-bubble i {
        font-size: 38px;
        position: relative;
        z-index: 2;
        width: 38px;
        height: 38px;
        transition: color .2s ease;
    }
}

@media (max-width:499px) {
    .post-banner .pb-text-container {
        width: calc(100% - 100px);
        margin-left: 100px;
    }

    .post-banner .pb-img {
        width: 100px;
    }

    .post-banner .pt-big-title {
        font-size: 16px;
    }

    .post-banner .pb-bubble {
        left: 65px;
    }
}

.post-banner,
.post-tile {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
}

.post-tile.is-hoverable:hover .pt-big-title {
    color: #fff;
}

.post-tile.is-hoverable:hover .pt-overlay {
    transition: opacity .2s ease;
    opacity: .5;
    background: #2196f3;
}

.post-tile.is-hoverable:hover .pt-overlay-content .text {
    top: 50%;
    margin-top: -65px;
    transition: all .5s ease;
    opacity: 1;
}

.post-tile.is-hoverable:hover .pt-overlay-content i {
    top: 50%;
    margin-top: -20px;
    transition: all .5s ease;
    opacity: 1;
}

.post-tile.is-hoverable:hover .pt-overlay-text span {
    opacity: 1;
}

.post-tile.is-hoverable:hover .pt-bubble i,
.post-tile.is-hoverable:hover .pt-logo i {
    transition: color .2s ease;
    color: #fff;
}

.post-tile.is-hoverable:hover .pt-action .btn-link {
    color: #fff;
}

.post-tile.is-clickable,
.post-tile.is-dashboard:hover {
    cursor: pointer;
}

.post-tile.is-disabled {
    cursor: not-allowed;
}

.post-tile.is-disabled:hover .pt-big-title,
.post-tile.is-disabled:hover .pt-big-title i,
.post-tile.is-disabled:hover .pt-bubble,
.post-tile.is-disabled:hover .pt-bubble i {
    opacity: 1;
    color: #00a6d4;
}

.post-tile.is-disabled:hover .pt-overlay {
    transition: opacity .2s ease;
    opacity: .5;
    background: #a2a2a2;
}

.post-tile.is-disabled:hover .pt-overlay-content .text {
    top: 50%;
    margin-top: -65px;
    transition: all .5s ease;
    opacity: 1;
}

.post-tile.is-disabled:hover .pt-overlay-content i {
    top: 50%;
    margin-top: -20px;
    transition: all .5s ease;
    opacity: 1;
}

.post-tile.is-dashboard:hover .panel-heading {
    border-color: #83b8e5!important;
}

.post-tile.is-dashboard:hover .panel-heading .title {
    color: #fff!important;
}

.post-tile.is-dashboard:hover .pt-overlay {
    transition: opacity .2s ease;
    opacity: .5;
    background: #2196f3;
}

.post-tile.is-dashboard:hover .pt-overlay-content i {
    top: 145px;
    margin-top: -20px;
    transition: all .6s ease;
    opacity: 1;
}

.post-tile.is-dashboard .pt-overlay-content i {
    font-size: 35px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: calc(50% - 20px);
    transition: all .6s ease;
    opacity: 0;
    color: #fff;
    text-shadow: 2px 2px rgba(0,0,0,.5);
}

.post-tile.is-dashboard.is-active {
    background: 0 0!important;
    box-shadow: none;
}

.post-tile.is-dashboard.is-active .panel .panel-heading {
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 75px;
    min-height: 75px;
    padding: 50px 0 0;
    text-align: center;
    color: #646567;
    border-bottom: solid 1px #ddd;
    align-items: center;
    justify-content: flex-end;
}

.post-tile.is-dashboard.is-active .panel .panel-heading .packup-number {
    position: absolute;
    top: 20px;
    left: -5px;
    width: 120px;
}

.post-tile.is-dashboard.is-active .panel .panel-heading .packup-number p {
    line-height: 1.1;
}

.post-tile.is-dashboard.is-active .panel .panel-heading .devices-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    color: #bababa;
}

.post-tile.is-dashboard.is-active .panel .panel-heading .devices-wrapper .icon {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.post-tile.is-dashboard.is-active .panel .panel-heading .devices-wrapper .number {
    font-size: 60px;
    font-weight: 900;
    line-height: 42px;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.post-tile.is-dashboard.is-active .panel .panel-heading .title {
    font-family: 'Museo Sans',Arial,sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #3e3d40;
}

.post-tile.is-dashboard.is-active .panel .panel-heading .subtitle {
    font-size: 16px;
}

.post-tile.is-dashboard.is-active .panel .panel-body {
    height: 100px;
    padding: 0;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row-container {
    display: flex;
    height: 100px;
    padding: 0 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row {
    display: flex;
    height: 50px;
    padding: 0 10px 0 15px;
    align-items: center;
    justify-content: space-between;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.is-success,
.table tbody tr.success td,
.table tfoot tr.success td,
.table thead tr.success td,
table tbody tr.success td,
table tfoot tr.success td,
table thead tr.success td {
    background-color: #eaf9f0!important;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.is-success .icon-wrapper {
    color: #008836;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.is-error,
.table tbody tr.danger td,
.table tfoot tr.danger td,
.table thead tr.danger td,
table tbody tr.danger td,
table tfoot tr.danger td,
table thead tr.danger td {
    background-color: #fceff0!important;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.is-error .icon-wrapper {
    color: #ed1c24;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.is-out-of-bundle {
    border-right: solid 3px #ed1c24;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.with-border-top {
    border-top: solid 1px #d9d9d9;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.is-last-packup .icon-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 26px;
    height: 20px;
    margin: 0 10px 0 0;
    align-items: center;
    justify-content: center;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.is-last-packup .icon-wrapper .icon {
    font-size: 18px!important;
    width: auto!important;
    height: 20px!important;
    margin: 0!important;
    flex-shrink: 0;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.is-last-packup .icon-wrapper .icon.flag {
    width: 20px!important;
    height: 15px!important;
}

.post-consumption .pc-content .service-line.package .package-content .content-line .package-prix .down-caret i,
.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.is-last-packup .icon-wrapper .text-sub-icon {
    font-size: 10px;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.is-last-packup .timestamp {
    font-size: 12px;
    text-align: right;
    color: #999;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row .info-col {
    display: flex;
    align-items: center;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row .info-col .action {
    font-size: 14px;
    color: #ccc;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row .info-col:nth-child(1) {
    text-align: left;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row .info-col:nth-child(2) {
    flex-direction: column;
    align-items: flex-end;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row .info-col .icon-wrapper {
    width: 36px;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row .info-col .icon-wrapper .flag {
    width: 24px;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row .info-col .icon-wrapper .icon {
    font-size: 26px;
    line-height: normal;
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row .info-col .icon-wrapper .icon.is-small {
    font-size: 20px;
    height: 20px;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row .info-col .name-option .icon {
    font-size: 15px;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row .info-col .name-option .text {
    font-size: 15px;
    line-height: 1.1;
}

.post-tile.is-dashboard.is-active .panel .panel-body .infos-row.infos-line {
    line-height: normal;
    display: block;
}

.post-tile.is-dashboard.is-inactive .pt-bubble i {
    color: #00a6d4;
}

.post-tile.is-dashboard.is-inactive .pt-img {
    height: 170px;
}

.post-tile.is-dashboard.is-inactive .pt-content .pt-wrapper-text {
    height: 70px;
    padding: 0 15px;
}

.post-tile.is-dashboard.is-inactive .pt-content .pt-wrapper-text .pt-title {
    font-family: 'Museo Sans',Arial,sans-serif;
    font-size: 22px;
    font-weight: 900;
    height: 25px;
    margin-top: 30px;
    padding: 0;
    color: #00a6d4;
}

.post-tile.is-dashboard.is-inactive .pt-content .pt-wrapper-text .pt-text {
    font-size: 14px;
    display: flex;
    height: 45px;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.post-tile.is-dashboard.is-inactive .pt-overlay-content .text {
    font-size: 16px;
    padding: 0 10px;
}

.post-tile.is-dashboard.is-inactive .pt-overlay-content i {
    font-size: 25px;
    margin-top: 0;
}

.post-tile.is-dashboard.is-inactive:hover .pt-img .pt-overlay-content .text {
    top: 50%;
    margin-top: -65px;
    transition: all .5s ease;
    opacity: 1;
}

.post-tile.is-dashboard.is-inactive:hover .pt-img .pt-overlay-content i {
    top: 50%;
    margin-top: 25px;
    transition: all .5s ease;
    opacity: 1;
}

.post-tile.is-dashboard.is-maintenance {
    cursor: not-allowed;
}

.post-tile.is-dashboard.is-maintenance:hover .panel-heading {
    border-color: #ddd!important;
}

.post-tile.is-dashboard.is-maintenance .panel-bubble .bubble .pt-bubble i,
.post-tile.is-dashboard.is-maintenance:hover .panel-heading .title {
    color: #8c8c8c;
}

.post-tile.is-dashboard.is-maintenance .panel-heading .title {
    color: #8c8c8c!important;
}

.post-tile.is-dashboard.is-maintenance .panel-body {
    display: flex;
    padding: 0 15px!important;
    align-items: center;
}

.post-tile.is-dashboard.is-maintenance .panel-body .picto {
    display: flex;
    width: 50px;
    margin-right: 15px;
    align-items: center;
    flex-shrink: 0;
}

.post-tile.is-dashboard.is-maintenance .panel-body .picto img {
    width: 50px;
}

.post-tile.is-dashboard.is-pro.is-active {
    cursor: pointer;
}

.post-tile.is-dashboard.is-pro.is-active:hover .panel-heading {
    border-color: #83b8e5!important;
}

.post-tile.is-dashboard.is-pro.is-active:hover .panel-heading .title {
    color: #fff;
}

.post-tile.is-dashboard.is-pro .panel-body {
    display: flex;
    padding: 0 15px!important;
    align-items: center;
}

.post-tile.is-dashboard.is-pro .panel-body .text {
    text-align: center;
}

.post-tile.is-mobile {
    width: 165px;
    height: 165px;
    border-radius: 20px;
}

.post-tile.is-mobile .option-name {
    font-family: 'Museo Sans',Arial,sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.post-tile.is-mobile .option-name.is-long {
    font-size: 15px!important;
}

.post-tile.is-mobile.is-on .option-name.is-long {
    line-height: 14px;
}

.post-tile.is-mobile.is-maintenance .icon-wrapper .icon-maintenance img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
}

.post-tile.is-mobile.is-maintenance .icon,
.post-tile.is-mobile.is-maintenance .text-wrapper .option-name {
    color: #8c8c8c;
}

.post-tile.is-mobile.is-maintenance .text-wrapper {
    font-size: 14px;
    border-top: solid 1px #ddd;
}

.post-tile.is-mobile .icon-wrapper,
.post-tile.is-mobile .text-wrapper {
    display: flex;
    height: 115px;
    text-align: center;
    justify-content: center;
}

.post-tile.is-mobile .icon-wrapper .number {
    font-family: 'Museo Sans',Arial,sans-serif;
    font-size: 46px;
    font-weight: 900;
    line-height: 36px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #bababa;
}

.post-tile.is-mobile .icon-wrapper .option-icon {
    font-size: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.post-tile.is-mobile .icon-wrapper .option-icon i {
    line-height: 22px;
    width: auto;
    height: auto;
    margin: 0;
}

.post-tile.is-mobile .icon-wrapper .option-icon img {
    width: 32px;
    height: 32px;
}

.post-tile.is-mobile .icon-wrapper .icon {
    margin-top: 35px;
}

.post-tile.is-mobile .icon-wrapper .icon i {
    font-size: 74px;
}

.post-tile.is-mobile .text-wrapper {
    position: relative;
    height: 50px;
    align-items: center;
}

.post-tile.is-mobile .text-wrapper .option-name {
    font-size: 20px;
}

.post-tile.is-mobile.is-on .icon-wrapper {
    flex-direction: column;
}

.post-tile.is-mobile.is-on .icon-wrapper .number {
    font-size: 30px;
    line-height: 20px;
    top: 20px;
    right: 40px;
}

.post-tile.is-mobile.is-on .icon-wrapper .icon {
    margin-top: 20px;
}

.post-tile.is-mobile.is-on .icon-wrapper .icon i {
    font-size: 54px;
}

.post-tile.is-mobile.is-on .icon-wrapper .option-name {
    margin-top: 5px;
}

.post-tile.is-mobile.is-on .text-wrapper {
    flex-direction: column;
    border-top: solid 1px #ddd;
}

.post-tile.is-mobile.is-on .text-wrapper .bar {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.post-tile.is-options .panel.panel-bubble .bubble .pt-bubble i {
    color: #3e3d40;
}

.post-tile.is-options .panel.panel-bubble .panel-heading {
    display: flex;
    flex-direction: column;
    min-height: 75px;
    padding: 50px 0 5px;
    text-align: center;
    color: #646567;
    border-bottom: solid 1px #ddd;
    align-items: center;
    justify-content: flex-end;
}

.post-tile.is-options .panel.panel-bubble .panel-heading .title {
    font-family: 'Museo Sans',Arial,sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #3e3d40;
}

.post-tile.is-options .panel.panel-bubble .panel-heading .subtitle {
    font-size: 16px;
}

.post-tile.is-options .panel.panel-bubble .panel-body {
    padding: 0;
}

.post-tile.is-options .panel.panel-bubble .panel-body .infos-container {
    line-height: 1.2;
    display: flex;
    height: 45px;
    padding: 0 0 0 15px;
    border-right: solid 3px #008836;
    align-items: center;
    justify-content: space-between;
}

.post-tile.is-options .panel.panel-bubble .panel-body .infos-container.is-error {
    border-right: solid 3px #ed1c24;
}

.post-tile.is-options .panel.panel-bubble .panel-body .infos-container .service {
    display: flex;
    align-items: center;
}

.post-tile.is-options .panel.panel-bubble .panel-body .infos-container .price {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 3px;
    margin-left: 10px;
    align-items: flex-end;
}

.post-tile.is-options .panel.panel-bubble .panel-body .infos-container .price .label {
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 2px;
    color: #999;
}

.post-tile.is-options .panel.panel-bubble .panel-body .more-infos-container {
    line-height: 1.2;
    display: flex;
    height: 55px;
    padding-right: 5px;
    padding-left: 15px;
    align-items: center;
    justify-content: space-between;
}

.post-tile.is-options .panel.panel-bubble .panel-body .more-infos-container:hover {
    cursor: pointer;
    background: #f5f5f5;
}

.post-tile.is-options .panel.panel-bubble .panel-body .more-infos-container a {
    font-size: 12px;
}

.post-tile.is-options .panel.panel-bubble .panel-body .more-infos-container a.action {
    width: 30px;
    height: 30px;
    padding: 9px;
    transition: all .2s ease;
    color: #999;
    border-radius: 50%;
}

.post-tile.is-options .panel.panel-bubble .panel-body .more-infos-container a.action:hover {
    background: #efefef;
}

.post-tile.is-options .panel.panel-bubble .panel-body .more-infos-container a.action:active {
    background: #eaeaea;
}

.post-tile .pt-content .panel-heading .ph-row .inactive {
    width: 100%!important;
}

.post-tile .pt-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: opacity .2s ease;
    opacity: 0;
}

.post-tile .pt-overlay-content .text,
.post-tile .pt-overlay-content i {
    position: absolute;
    z-index: 2;
    top: 0;
    transition: all .5s ease;
    opacity: 0;
    color: #fff;
    text-shadow: 2px 2px rgba(0,0,0,.5);
}

.post-tile .pt-overlay-content .text {
    font-size: 28px;
    font-weight: 500;
    left: auto;
    width: 100%;
    text-align: center;
}

.post-tile .pt-overlay-content i {
    font-size: 35px;
    left: calc(50% - 20px);
}

.post-tile .pt-img {
    position: relative;
    width: 100%;
}

.packup-sidebar .ps-row.ps-row-picture img,
.post-tile .pt-img img {
    width: 100%;
    height: 100%;
}

.post-tile .pt-bubble {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    padding: 19px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 -4px 1px 1px rgba(0,0,0,.2);
}

.post-tile .pt-bubble i {
    font-size: 42px;
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    transition: color .2s ease;
    color: #00a6d4;
}

.post-tile .pt-bubble img {
    max-width: 35px;
    max-height: 35px;
}

.post-tile .pt-bubble.with-number {
    padding: 6px 22px 0;
    text-align: center;
}

.post-tile .pt-bubble.with-number span {
    font-size: 24px;
    font-weight: 900;
    color: #2196f3;
}

.post-tile .pt-bubble.with-number i {
    font-size: 36px;
}

.post-tile .pt-big-title {
    font-family: 'Museo Slab',Georgia,serif;
    font-size: 20px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 26px 0 0;
    padding: 0 15px;
    text-align: center;
    color: #00a6d4;
}

.post-tile .pt-text {
    font-size: 20px;
    line-height: 1.2;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.post-tile .pt-text .chevron {
    font-size: 12px;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    color: #00a6d4;
}

.post-tile .pt-title {
    font-size: 18px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 35px 0 0;
    padding: 0 15px;
    text-align: center;
    color: #00a6d4;
}

.post-tile .pt-overlay-text span {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    z-index: 2;
    top: 0;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding-top: 50px;
    transition: all .5s ease;
    text-align: center;
    opacity: 0;
    color: #fff;
    text-shadow: 2px 2px rgba(0,0,0,.5);
}

.post-tile .pt-action {
    padding-bottom: 20px;
    text-align: center;
}

@media (min-width:900px) {
    .post-tile .pt-action {
        display: none;
    }
}

.post-tile .pt-action .btn {
    font-size: 18px;
}

.post-consumption .pc-content .service-line.title sup,
.post-consumption .pc-service .pc-service-content .info a,
.post-tile .pt-action .btn i {
    font-size: 12px;
}

@media (max-width:499px) {
    .post-tile .pt-text {
        font-size: 16px;
    }

    .post-tile .pt-bubble:not(.no-resize) {
        bottom: -30px;
        left: calc(50% - 30px);
        width: 60px;
        height: 60px;
        padding: 13px;
    }

    .post-tile .pt-bubble:not(.no-resize) i {
        font-size: 35px;
        width: 35px;
        height: 35px;
    }
}

.post-tiles-stretch .post-tile {
    margin-bottom: 30px;
}

.post-tiles-stretch.pts-xxs {
    display: flex;
    align-items: stretch;
}

.post-tiles-stretch.pts-xxs .post-tile {
    margin: 0 10px 30px;
}

.post-tiles-stretch.pts-xxs .post-tile:first-child {
    margin-left: 0;
}

.post-tiles-stretch.pts-xxs .post-tile:last-child {
    margin-right: 0;
}

@media (min-width:500px) {
    .post-tiles-stretch.pts-xs {
        display: flex;
        align-items: stretch;
    }

    .post-tiles-stretch.pts-xs .post-tile {
        margin: 0 10px 30px;
    }

    .post-tiles-stretch.pts-xs .post-tile:first-child {
        margin-left: 0;
    }

    .post-tiles-stretch.pts-xs .post-tile:last-child {
        margin-right: 0;
    }
}

@media (min-width:900px) {
    .post-tiles-stretch.pts-sm {
        display: flex;
        align-items: stretch;
    }

    .post-tiles-stretch.pts-sm .post-tile {
        margin: 0 10px 30px;
    }

    .post-tiles-stretch.pts-sm .post-tile:first-child {
        margin-left: 0;
    }

    .post-tiles-stretch.pts-sm .post-tile:last-child {
        margin-right: 0;
    }
}

@media (min-width:1200px) {
    .post-tiles-stretch.pts-md {
        display: flex;
        align-items: stretch;
    }

    .post-tiles-stretch.pts-md .post-tile {
        margin: 0 10px 30px;
    }

    .post-tiles-stretch.pts-md .post-tile:first-child {
        margin-left: 0;
    }

    .post-tiles-stretch.pts-md .post-tile:last-child {
        margin-right: 0;
    }
}

@media (min-width:1700px) {
    .post-tiles-stretch.pts-lg {
        display: flex;
        align-items: stretch;
    }

    .post-tiles-stretch.pts-lg .post-tile {
        margin: 0 10px 30px;
    }

    .post-tiles-stretch.pts-lg .post-tile:first-child {
        margin-left: 0;
    }

    .post-tiles-stretch.pts-lg .post-tile:last-child {
        margin-right: 0;
    }
}

.post-info-service {
    position: relative;
    z-index: 97;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 0;
    color: #fff;
}

.post-info-service.is-gray-white-smoke {
    background: linear-gradient(to bottom,#fff 0%,#f0f0f0 100%);
}

.post-info-service.is-gray-silver {
    background: linear-gradient(to bottom,#e0e0e0 0%,#c7c7c7 100%);
}

.post-info-service.is-gray-spanish {
    background: linear-gradient(to bottom,#adadad 0%,#949494 100%);
}

.post-info-service.is-gray-granite {
    background: linear-gradient(to bottom,#78797c 0%,#5f6062 100%);
}

.post-info-service.is-gray-onyx {
    background: linear-gradient(to bottom,#525155 0%,#39383b 100%);
}

.post-info-service.is-blue-jeans {
    background: linear-gradient(to bottom,#83d2f1 0%,#55c2ec 100%);
}

.post-info-service.is-blue-dodger {
    background: linear-gradient(to bottom,#48a8f5 0%,#1791f2 100%);
}

.post-info-service.is-blue-cerulean {
    background: linear-gradient(to bottom,#00aede 0%,#0086ab 100%);
}

.post-info-service.is-blue-sky {
    background: linear-gradient(to bottom,#07cfff 0%,#00aad3 100%);
}

.post-info-service.is-blue-denim {
    background: linear-gradient(to bottom,#1884da 0%,#1368ac 100%);
}

.post-info-service.is-green-pinetree {
    background: linear-gradient(to bottom,#00b146 0%,#007e32 100%);
}

.post-info-service.is-green-kiwi {
    background: linear-gradient(to bottom,#0fd75b 0%,#0ba747 100%);
}

.post-info-service.is-green-android {
    background: linear-gradient(to bottom,#b5d057 0%,#a0be36 100%);
}

.post-info-service.is-yellow-mustard {
    background: linear-gradient(to bottom,#ffc824 0%,#f0b300 100%);
}

.post-info-service.is-orange-carrot {
    background: linear-gradient(to bottom,#ff9829 0%,#f57f00 100%);
}

.post-info-service.is-red-blood {
    background: linear-gradient(to bottom,#f04248 0%,#ec131b 100%);
}

.post-info-service.is-red-vermilion {
    background: linear-gradient(to bottom,#f4784f 0%,#f0531f 100%);
}

.post-info-service.is-purple-ube {
    background: linear-gradient(to bottom,#a19dca 0%,#827cb8 100%);
}

.post-info-service .pis-col {
    width: auto;
    padding: 0 10px;
}

.post-info-service .pis-col .text {
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
}

.post-info-service .pis-col.pis-info {
    display: flex;
    flex-grow: 1;
}

.post-info-service .pis-col.pis-info .pis-icon {
    line-height: 60px;
    width: 40px;
    margin: 0 15px 0 5px;
    text-align: center;
}

.post-info-service .pis-col.pis-info .pis-icon i {
    font-size: 42px;
    vertical-align: middle;
}

.post-info-service .pis-col.pis-info .pis-package {
    display: flex;
}

.post-info-service .pis-col.pis-info .pis-package .col-package.col-package-icon {
    width: 30px;
    height: 60px;
    margin-right: 15px;
}

.post-info-service .pis-col.pis-info .pis-package .col-package.col-package-icon .post-icon-option {
    font-size: 30px;
    line-height: 30px;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
}

.post-info-service .pis-col.pis-info .pis-package .col-package .col-package-tel-number {
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}

.post-info-service .pis-col.pis-info .pis-package .col-package .col-package-services {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.post-info-service .pis-col.pis-info .pis-package .col-package .col-package-services i {
    font-size: 16px;
    padding: 0 5px;
}

.post-info-service .pis-col.pis-info .pis-package .col-package .col-package-services i:first-child {
    padding-left: 0;
}

.post-info-service .pis-col.pis-content {
    position: relative;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

.post-info-service .pis-col.pis-content .pis-text-col {
    display: flex;
    align-items: center;
}

.post-info-service .pis-col.pis-content .pis-price-col {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
}

.post-info-service .pis-col.pis-content .pis-price-col .text {
    height: 30px;
    margin-top: 5px;
}

.post-info-service .pis-col.pis-content .pis-price-col .wrapper-price {
    display: flex;
    height: 25px;
    margin-bottom: -3px;
    align-items: flex-end;
}

.post-info-service .pis-col.pis-content .pis-price-col .wrapper-price .price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.post-consumption .pc-header .icon i,
.post-info-service .pis-col.pis-content .pis-price-col .wrapper-price .price.is-big {
    font-size: 30px;
}

.post-info-service .pis-col.pis-content .pis-price-col .wrapper-price .tax {
    font-size: 16px;
    font-weight: 700;
}

.post-info-service .pis-col.pis-content .pis-price-col:not(:last-child),
.post-info-service .pis-col.pis-content .pis-text-col:not(:last-child) {
    margin-right: 20px;
}

@media (max-width:1199px) {
    .post-info-service {
        height: auto;
        flex-wrap: wrap;
    }

    .post-info-service .pis-col {
        flex-basis: 100%;
    }

    .post-info-service .pis-col.pis-content {
        padding-left: 15px;
        flex-basis: 100%;
    }
}

@media (max-width:899px) {
    .post-info-service .pis-col.pis-content {
        flex-wrap: wrap;
    }

    .post-info-service .pis-col.pis-content .pis-price-col,
    .post-info-service .pis-col.pis-content .pis-text-col {
        margin-right: 0!important;
        flex-basis: 50%;
    }

    .post-info-service .pis-col.pis-content .pis-price-col:nth-child(even),
    .post-info-service .pis-col.pis-content .pis-text-col:nth-child(even) {
        text-align: right;
        justify-content: flex-end;
    }

    .post-info-service .pis-col.pis-content .pis-price-col:nth-child(even) .wrapper-price,
    .post-info-service .pis-col.pis-content .pis-text-col:nth-child(even) .wrapper-price {
        justify-content: flex-end;
    }
}

@media (max-width:499px) {
    .post-info-service .pis-col.pis-content .pis-price-col .wrapper-price .price {
        font-size: 18px;
    }

    .post-info-service .pis-col.pis-content .pis-price-col .wrapper-price .price.is-big {
        font-size: 22px;
    }

    .post-info-service .pis-col.pis-content .pis-price-col .wrapper-price .tax {
        font-size: 14px;
    }
}

@media (max-width:360px) {
    .post-info-service .pis-col.pis-content .pis-price-col .text {
        font-size: 11px;
        line-height: 1.1;
    }

    .post-info-service .pis-col.pis-content .pis-price-col .wrapper-price .price {
        font-size: 14px;
    }

    .post-info-service .pis-col.pis-content .pis-price-col .wrapper-price .price.is-big {
        font-size: 20px;
    }

    .post-info-service .pis-col.pis-content .pis-price-col .wrapper-price .tax {
        font-size: 12px;
    }
}

.post-info-service-collapse {
    display: none;
}

@media (max-width:899px) {
    .post-info-service-collapse {
        display: block;
    }
}

.post-info-service-collapse .panel-heading {
    display: flex;
    min-height: 25px;
    padding: 5px 0 5px 10px!important;
    justify-content: space-between;
    align-items: center;
}

.post-info-service-collapse .panel-heading .icon {
    width: 50px;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
}

.post-info-service-collapse .panel-heading.collapsed .icon {
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-info-service-collapse .panel-body {
    padding: 0!important;
}

.post-info-service-collapse .panel-body > div {
    padding: 5px 10px!important;
}

@-moz-document url-prefix() {
    .post-info-service {
        font-weight: 400;
    }

    .post-info-service .pis-col.pis-info .pis-package .col-package .col-package-tel-number {
        font-weight: 500;
    }
}

.post-consumption {
    width: 100%;
    margin-bottom: 29px;
}

.post-consumption .pc-header {
    display: flex;
    width: 100%;
    padding: 10px 25px;
    color: #646567;
    background: #fff;
    align-items: center;
    justify-content: space-between;
}

.post-consumption .pc-header .icon {
    font-size: 25px;
    line-height: 1;
    display: inline-block;
    float: left;
    width: 35px;
    margin-right: 10px;
}

.post-consumption .pc-header .text {
    display: inline-block;
}

.post-consumption .pc-header .text .title {
    font-size: 25px;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width:899px) {
    .post-consumption .pc-header .text .title {
        font-size: 20px;
    }
}

.post-consumption .pc-header .text .title .baseline {
    font-size: 12px;
    font-weight: 700;
}

.post-consumption .pc-header .text .title .title-detail {
    display: block;
    text-transform: none;
}

.post-consumption .pc-header .text .description {
    margin-top: -5px;
}

.post-consumption .pc-header .text .description .cell {
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
    flex-grow: 1;
}

.post-consumption .pc-header .text .description .cell.on-right {
    position: absolute;
    top: 5px;
    right: 25px;
    text-align: right;
}

.post-consumption .pc-header .text .description .cell span {
    line-height: 1.2;
    display: block;
    color: #999;
}

.post-consumption .pc-header .text .description .cell span.cell-header {
    font-size: 12px;
    line-height: 10px;
    color: #999;
}

.post-consumption .pc-header .text .description .cell span.cell-body {
    font-size: 14px;
    line-height: 1.4;
}

.post-consumption .pc-header .pi-chevron-down {
    font-size: 2rem;
    line-height: 2;
    display: inline-block;
    float: right;
    margin-right: 5px;
    padding-top: 2px;
    transition: transform .3s cubic-bezier(.95,.05,.795,.035);
    transition: transform .3s cubic-bezier(.95,.05,.795,.035),-webkit-transform .3s cubic-bezier(.95,.05,.795,.035);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.post-consumption .pc-header .pull-right {
    float: right!important;
}

.post-consumption .pc-header .is-left-block {
    display: flex;
    align-items: center;
}

.post-consumption .pc-header.collapsed .pi-chevron-down,
.post-consumption .pc-header.open .dropdown-toggle .pi-chevron-down {
    transition: transform .3s cubic-bezier(.19,1,.22,1);
    transition: transform .3s cubic-bezier(.19,1,.22,1),-webkit-transform .3s cubic-bezier(.19,1,.22,1);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.post-consumption .pc-header.open .dropdown-toggle .pi-chevron-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.post-consumption .pc-header.open .dropdown-toggle .icon-mobile-internet,
.post-consumption .pc-header.open .dropdown-toggle .icon-sms {
    color: #646567;
}

.post-consumption .pc-content,
.post-consumption .pc-service {
    font-size: 14px;
    position: relative;
    z-index: 0;
    width: 100%;
    color: #646567;
    background-color: #fff;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
}

.post-consumption .pc-service {
    display: flex;
    padding: 20px;
}

.post-consumption .pc-service .icon {
    margin-right: 15px;
}

.post-consumption .pc-service .icon i {
    font-size: 55px;
    display: block;
    color: #ccc;
}

.post-consumption .pc-service .pc-service-content {
    flex-basis: 100%;
}

.post-consumption .pc-service .pc-service-content .info {
    display: flex;
    align-items: center;
}

.post-consumption .pc-service .pc-service-content .info i {
    margin-right: 20px;
}

.post-consumption .pc-service .pc-service-content .info .text {
    font-size: 14px;
    color: #646567;
}

.post-consumption .pc-service .pc-service-content button {
    margin-top: 15px;
    margin-left: 40px;
}

@media (max-width:499px) {
    .post-consumption .pc-service .pc-service-content button {
        line-height: 1.3;
        display: block;
        margin: 15px auto;
        padding: 5px 0;
        white-space: normal;
    }
}

.post-consumption .pc-content {
    padding: 0;
}

.post-consumption .pc-content .cpt {
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    height: 20px;
    padding: 5px 6px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #3e3d40;
}

.post-consumption .pc-content .scrollable-service-list {
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 185px;
}

.post-consumption .pc-content .service-line {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 40px;
    margin-bottom: -1px;
    padding: 15px 25px;
    border-top: 1px solid #ddd;
    border-radius: 0;
    align-items: center;
}

.post-consumption .pc-content .service-line .text .square {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #00a6d4;
}

.post-consumption .pc-content .service-line .text .square.is-blue-light {
    background: #eef7fe;
}

.post-consumption .pc-content .service-line .text .square.is-purple {
    background: #8883bc;
}

.post-consumption .pc-content .service-line .text .square.is-purple-light {
    background: rgba(136,131,188,.2);
}

.post-consumption .pc-content .service-line .text .title .flag {
    position: relative;
    top: 5px;
}

.post-consumption .pc-content .service-line .action-button {
    margin-right: 15px;
}

.post-consumption .pc-content .service-line .chevron {
    display: inline-block;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-consumption .pc-content .service-line .chevron.is-mobile {
    color: #2196f3;
}

.post-consumption .pc-content .service-line .chevron.is-fixe {
    color: #008836;
}

.post-consumption .pc-content .service-line .amount {
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    text-align: right;
    color: #646567;
    justify-content: center;
    flex-basis: 90px;
}

.post-consumption .pc-content .service-line .amount .original,
.post-consumption .pc-content .service-line.package .package-content .content-line .package-prix span.original {
    font-size: 11px;
    text-decoration: line-through;
    color: #999;
}

.post-consumption .pc-content .service-line.with-action-button {
    padding-right: 0!important;
}

.post-consumption .pc-content .service-line.with-action-button .package-content .content-line {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
}

.post-consumption .pc-content .service-line.with-action-button .pc-action-button .pc-button {
    line-height: 1;
    width: 20px;
    height: 20px;
    margin: -2px 4px 0 5px;
    transition: background .2s ease;
    border-radius: 50%;
}

.post-consumption .pc-content .service-line.with-action-button .pc-action-button .pc-button:hover {
    transition: background .2s ease;
    background-color: #efefef;
}

@media (max-width:899px) {
    .post-consumption .pc-content .service-line.with-action-button .pc-action-button .pc-button:hover {
        background: 0 0;
    }
}

.post-consumption .pc-content .service-line.collapsed .chevron {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #646567!important;
}

.post-consumption .pc-content .service-line.title {
    font-size: 16px;
    height: 40px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #646567;
    background-color: #eef7fe;
    justify-content: center;
}

.post-consumption .pc-content .service-line.title .cpt {
    display: inline-block;
    margin-right: 5px;
}

.post-consumption .pc-content .service-line.conso .text .conso-details .conso-volume .square.is-blue-light,
.post-consumption .pc-content .service-line.has-blue-background {
    background: #eef7fe;
}

.post-consumption .pc-content .service-line.text {
    height: 100%;
    min-height: 35px;
    padding: 6px 30px;
    justify-content: space-between;
}

.post-consumption .pc-content .service-line.conso {
    height: 100%;
    min-height: 120px;
    margin-bottom: 5px;
    padding: 15px;
    align-items: flex-start;
}

.post-consumption .pc-content .service-line.conso.with-gauge .text .title {
    position: relative;
    padding-left: 25px;
}

.post-consumption .pc-content .service-line.conso.with-gauge .text .title > .square {
    position: absolute;
    top: 8px;
    left: 0;
}

.post-consumption .pc-content .service-line.conso.mini {
    min-height: 60px;
    padding: 5px 15px;
    align-items: center;
}

.post-consumption .pc-content .service-line.conso.mini .illustration {
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-right: 15px;
}

.post-consumption .pc-content .service-line.conso * {
    word-break: keep-all;
}

.post-consumption .pc-content .service-line.conso .circular-gauge,
.post-consumption .pc-content .service-line.conso .illustration {
    display: flex;
    float: left;
    width: 80px;
    height: 80px;
    margin-top: 6px;
    margin-right: 10px;
    align-items: center;
    flex-shrink: 0;
}

.post-consumption .pc-content .service-line.conso .icon {
    display: flex;
    height: 80px;
    margin-right: 10px;
    align-items: center;
    flex-shrink: 0;
}

.post-consumption .pc-content .service-line.conso .icon span {
    flex-shrink: 0;
}

.post-consumption .pc-content .service-line.conso .package-icon {
    float: left;
    margin-top: 25px;
    margin-right: 10px;
}

.post-consumption .pc-content .service-line.conso .text {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    width: calc(100% - 80px);
    height: 100%;
    vertical-align: middle;
}

.post-consumption .pc-content .service-line.conso .text.no-details {
    padding-top: 10px;
}

.post-consumption .pc-content .service-line.conso .text .is-red {
    color: red;
}

.post-consumption .pc-content .service-line.conso .text .title {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}

.post-consumption .pc-content .service-line.conso .text .title img.flag {
    width: 25px;
    height: 25px;
    margin-top: -5px;
}

.post-consumption .pc-content .service-line.conso .text .title-mini {
    font-size: 16px;
}

.post-consumption .pc-content .service-line.conso .text .conso .number {
    font-size: 30px;
}

.post-consumption .pc-content .service-line.conso .text .conso .no-info {
    display: flex;
    align-items: center;
}

.post-consumption .pc-content .service-line.conso .text .conso .no-info .icon {
    font-size: 16px;
    margin-right: 10px;
}

.post-consumption .pc-content .service-line.conso .text .conso-details {
    font-size: 12px;
    margin-top: 5px;
}

.post-consumption .pc-content .service-line.conso .text .conso-details *,
.post-consumption .pc-content .service-line.package .package-content .content-line .package-prix span {
    word-break: keep-all;
}

.post-consumption .pc-content .service-line.conso .text .conso-details .conso-volume {
    display: flex;
    margin-top: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.post-consumption .pc-content .service-line.conso .text .conso-details .conso-volume .square {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: #00a6d4;
}

.dropdown .dropdown-menu li.is-selected a,
.post-consumption .pc-content .service-line.conso .text .conso-details .conso-volume .square + a,
.post-consumption .pc-content .service-line.conso .text .conso-details .conso-volume .square.is-blue-light + a {
    color: #00a6d4;
}

.post-consumption .pc-content .service-line.conso .text .conso-details .conso-volume .square.is-purple {
    background: #8883bc;
}

.post-consumption .pc-content .service-line.conso .text .conso-details .conso-volume .square.is-purple + a,
.post-consumption .pc-content .service-line.conso .text .conso-details .conso-volume .square.is-purple-light + a {
    color: #8883bc;
}

.post-consumption .pc-content .service-line.conso .text .conso-details .conso-volume .square.is-purple-light {
    background: rgba(136,131,188,.2);
}

.post-consumption .pc-content .service-line.conso .text .conso-details .legend {
    font-size: 12px;
    display: block;
    padding-left: 20px;
}

.post-consumption .pc-content .service-line.conso .text .conso-details .number {
    font-size: 16px;
}

.post-consumption .pc-content .service-line.conso .text .conso-details .conso-label {
    cursor: pointer;
    color: #2196f3;
}

.post-consumption .pc-content .service-line.package {
    overflow: visible;
    height: 100%;
    padding: 6px 30px;
}

@media (max-width:899px) {
    .post-consumption .pc-content .service-line.package {
        overflow: visible;
        height: 100%;
    }
}

.post-consumption .pc-content .service-line.package .package-badge {
    position: absolute;
    top: 9px;
    left: 20px;
}

.post-consumption .pc-content .service-line.package .package-badge span {
    font-size: 14px;
    line-height: 19px;
    width: 20px;
    height: 20px;
    background-color: #646567;
}

.post-consumption .pc-content .service-line.package .package-icon {
    width: 27px;
}

.post-consumption .pc-content .service-line.package .package-icon img {
    width: 100%;
    height: auto;
}

.post-consumption .pc-content .service-line.package .package-content {
    font-size: 14px;
    width: 100%;
    padding-left: 20px;
}

.post-consumption .pc-content .service-line.package .package-content .content-line {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.post-consumption .pc-content .service-line.package .package-content .content-line.collapsed .package-prix .down-caret span {
    transition: transform .3s ease-in;
    transition: transform .3s ease-in,-webkit-transform .3s ease-in;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.post-consumption .pc-content .service-line.package .package-content .content-line .package-label {
    font-size: 14px;
    display: inline-block;
}

.post-consumption .pc-content .service-line.package .package-content .content-line .package-prix {
    line-height: 1.3;
    display: flex;
    float: right;
    flex-direction: column;
    text-align: right;
    justify-content: center;
}

.post-consumption .pc-content .service-line.package .package-content .content-line .package-prix .down-caret {
    position: absolute;
    top: 7px;
    right: 15px;
    display: initial;
}

.post-consumption .pc-content .service-line.package .package-content .content-line .package-prix .down-caret span {
    display: block;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-consumption .pc-content .service-line.package .package-prix {
    flex-shrink: 0;
}

.post-consumption .pc-content .service-line.ico-title {
    min-height: 60px;
    padding: 15px 20px 10px;
}

.post-consumption .pc-content .service-line.ico-title .package-icon {
    float: left;
    margin-top: 0;
    margin-right: 10px;
}

.post-consumption .pc-content .service-line.ico-options .package-icon i,
.post-consumption .pc-content .service-line.ico-title .package-icon .option-button-mini,
.post-form.is-options .pf-body .pf-row.is-checkbox .pf-input label:after,
.post-form.is-options .pf-body .pf-row.is-radio .pf-input label:after {
    margin-left: 0;
}

.post-consumption .pc-content .service-line.ico-title .title {
    font-size: 16px;
    line-height: 2.4;
    text-transform: uppercase;
}

.post-consumption .pc-content .service-line.ico-options {
    height: 100%;
    padding: 15px 20px;
    align-items: flex-start;
}

.post-consumption .pc-content .service-line.ico-options .package-icon {
    float: left;
    text-align: center;
}

.post-consumption .pc-content .service-line.ico-options .package-icon .cpt {
    margin-top: 6px;
}

.post-consumption .pc-content .service-line.ico-options .option-content {
    font-size: 14px;
    display: inline-block;
    width: calc(100% - 40px);
    padding-left: 15px;
}

.post-consumption .pc-content .service-line.ico-options .option-content .title {
    font-size: 25px;
    line-height: normal;
}

.post-consumption .pc-content .service-line.ico-options .option-content .title.status-title {
    font-size: 16px;
}

.post-consumption .pc-content .service-line.ico-options .option-content .title.box-title {
    font-size: 16px;
    margin-top: 10px;
}

.post-consumption .pc-content .service-line.ico-options .option-content .title .description {
    font-size: 14px;
}

.post-consumption .pc-content .service-line.ico-options .option-content .description,
.post-consumption .pc-content .service-line.ico-options .option-content .description .cell span.cell-header {
    font-size: 12px;
}

.post-consumption .pc-content .service-line.ico-options .option-content .description .cell {
    float: left;
    width: 100px;
}

.post-consumption .pc-content .service-line.ico-options .option-content .description .cell span {
    line-height: 1.2;
    display: block;
    color: #999;
}

.post-consumption .pc-content .service-line.ico-options .option-content .description .cell span.cell-body {
    font-size: 14px;
}

.post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec {
    font-size: 14px;
    display: flex;
    min-height: 35px;
    margin-top: 5px;
}

.post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec .dec-name {
    font-weight: 500;
    padding-right: 30px;
}

.post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec .dec-description {
    word-break: keep-all;
}

.post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec .dec-icon {
    font-size: 35px;
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
    cursor: default;
}

.post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec .dec-image img {
    position: absolute;
    right: 20px;
    width: 58px;
    height: auto;
    margin-top: -5px;
    cursor: default;
}

.post-consumption .pc-content .service-line.service-panel-info {
    line-height: 1;
    padding-top: 20px;
    white-space: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-icon {
    font-size: 38px;
    position: relative;
    top: -12px;
    width: 47px;
    text-align: center;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-icon i {
    position: absolute;
    left: -10px;
    color: #646567;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content {
    font-size: 14px;
    line-height: 1;
    display: block;
    width: 50px;
    flex: 1 auto;
    justify-content: flex-start;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row {
    display: flex;
    margin: 0 0 5px;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row a {
    margin-right: 10px;
    text-decoration: none;
    color: inherit;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row.is-header {
    font-size: 16px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row.is-header .col1,
.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row.is-more .col1 {
    color: #646567;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row.is-more {
    font-size: 14px;
    margin: 15px 0;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row.is-more .col1 a.is-mobile {
    color: #2196f3;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row.is-more .col1 a.is-fixe {
    color: #008836;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row .col1 a,
.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row.is-more.collapsed .col1 a {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #646567;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row .col1 {
    width: 200px;
    color: #999;
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row .col1 a {
    font-size: 12px;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.post-consumption .pc-content .service-line.service-panel-info .panel-info-content .panel-content-row .col2 {
    flex: 1 auto;
}

.post-consumption .pc-content .service-line.service-detail {
    display: block;
    padding: 0;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-header {
    display: block;
    width: 100%;
    padding: 10px 15px 5px;
    background: linear-gradient(#fff,#efefef);
}

.post-consumption .pc-content .service-line.service-detail .service-detail-header div {
    line-height: 1;
    display: flex;
    padding-bottom: 2px;
    align-items: flex-end;
    justify-content: flex-end;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-header div .header-payment {
    font-size: 24px;
    font-weight: 600;
    float: right;
    width: 200px;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-header div .header-payment .currency {
    font-size: 16px;
    margin-left: 8px;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-header div .header-amount {
    font-size: 35px;
    font-weight: 600;
    float: right;
    width: 200px;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-header div .header-amount .currency {
    font-size: 24px;
    margin-left: 8px;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-header div .header-date {
    font-size: 18px;
    z-index: 30;
    flex: 1 auto;
    justify-content: flex-start;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-header div .header-icon {
    font-size: 40px;
    position: absolute;
    top: 25px;
    left: 5px;
    color: #ddd;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-header div .header-icon i {
    z-index: 10;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-header div .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    color: #999;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-header > div:first-child {
    margin: 0;
    color: #646567;
    align-items: flex-start;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 4px;
    border-top: 1px solid #d3d3d3;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border: 0;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content .chevron {
    font-size: 12px;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child {
    padding: 10px 0 20px;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row {
    padding: 7px 0;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row:last-child {
    border: 0;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row {
    line-height: 1;
    position: relative;
    display: flex;
    margin: 0;
    padding-right: 15px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    align-items: center;
    justify-content: flex-end;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child.no-border-bottom,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row.no-border-bottom {
    padding: 0;
    border-bottom: none;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col1,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col1 {
    width: 40px;
    text-align: center;
    justify-content: flex-start;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col1 > div,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col1 > div {
    position: relative;
    display: inline-block;
    width: 20px;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col1 > div .calendar,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col1 > div .calendar {
    font-size: 22px;
    position: absolute;
    z-index: 10;
    top: -18px;
    left: -1px;
    color: #ddd;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col1 > div .number,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col1 > div .number {
    position: absolute;
    z-index: 20;
    top: -12px;
    display: block;
    width: 20px;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col1 a,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col1 a {
    display: inline-block;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-decoration: none;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col1 a.is-mobile,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col1 a.is-mobile {
    color: #2196f3;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col1 a.is-fixe,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col1 a.is-fixe {
    color: #008836;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col2,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col2 {
    text-align: left;
    white-space: nowrap;
    flex: 1 auto;
    justify-content: flex-start;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col3,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col3 {
    width: 100px;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col4,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col4 {
    width: 200px;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col-small,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col-small {
    width: 20%;
    white-space: nowrap;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .col-small.is-left,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .col-small.is-left {
    text-align: left;
    justify-content: flex-start;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child .is-header,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row .is-header {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    color: #999;
}

.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-content:first-child.collapsed .col1 a,
.post-consumption .pc-content .service-line.service-detail .service-detail-content .detail-row.collapsed .col1 a {
    display: inline-block;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #646567;
}

.post-consumption .pc-content .service-line.status {
    overflow: hidden;
    padding: 15px;
}

.post-consumption .pc-content .service-line.status .package-icon {
    display: inline-block;
    float: left;
    height: 100%;
}

.post-consumption .pc-content .service-line.status .package-icon i {
    font-size: 80px;
    width: 80px;
    height: 80px;
    opacity: .5;
    color: #646567;
}

.post-consumption .pc-content .service-line.status .option-content {
    font-size: 14px;
    display: inline-block;
    height: 100%;
    padding-left: 15px;
}

.post-consumption .pc-content .service-line.status .option-content .title {
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
}

.post-consumption .pc-content .service-line.status .option-content .description {
    margin-top: 10px;
}

.post-consumption .pc-content .service-line.status.small .package-icon i {
    font-size: 40px;
    width: 40px;
    height: 40px;
}

.post-consumption .pc-content .service-line.information {
    line-height: 1;
    height: 100%;
    min-height: 35px;
}

.post-consumption .pc-content .service-line.information .description {
    display: inline-block;
    flex: 1 auto;
}

.post-consumption .pc-content .service-line.information .info {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    float: right;
    text-align: right;
}

.post-consumption .pc-content .service-line.device {
    overflow: auto;
    height: 100%;
    padding: 15px;
}

.post-consumption .pc-content .service-line.device .image {
    float: left;
    width: 100px;
    height: 80px;
    margin-right: 15px;
    text-align: center;
    color: #646567;
}

.post-consumption .pc-content .service-line.device .image img {
    max-width: 80px;
    max-height: 80px;
}

.post-consumption .pc-content .service-line.device .image i {
    font-size: 58px;
    line-height: 80px;
    padding: 8px;
    color: #999;
    border: dashed 3px #d9d8d6;
    border-radius: 13px;
    background-color: transparent;
    box-shadow: none;
}

.post-consumption .pc-content .service-line.device .description .title {
    font-size: 16px;
}

.post-consumption .pc-content .service-line.device .description .label-serial {
    font-size: 12px;
    line-height: 10px;
    color: #999;
}

.post-consumption .pc-content .service-line.device .description .serial {
    font-size: 14px;
}

@media all and (max-width:499px) {
    .post-consumption .pc-content .service-line.conso .text {
        width: 100%;
    }

    .post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec {
        position: relative;
        display: flex;
        flex-direction: row;
        margin-left: -50px;
    }

    .post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec .dec-description {
        width: 180px;
    }

    .post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec .dec-icon,
    .post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec .dec-image {
        right: 0;
    }

    .post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec .dec-icon img,
    .post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec .dec-image img {
        top: 0;
        right: 0;
    }
}

@media all and (max-width:499px) and (max-width:450px) {
    .post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec {
        flex-direction: column;
    }

    .post-consumption .pc-content .service-line.ico-options .option-content .description .row-dec .dec-description {
        width: 180px;
    }
}

.post-consumption .pc-current-month {
    display: flex;
    padding: 15px 25px;
    background-color: #fff;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
    justify-content: space-between;
}

.post-consumption .pc-current-month .left-col {
    flex-basis: 100%;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts {
    width: 100%;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-toggle {
    justify-content: flex-start;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-toggle:hover {
    box-shadow: inset 0 -2px 0 #00a6d4;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts a:first-child {
    margin: 0;
    padding: 0;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts a:first-child.no-focus {
    background-color: #fff!important;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts a:first-child .info {
    margin-top: -5px;
    text-align: left;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts a:first-child .info .number {
    font-size: 25px;
}

@media (max-width:1350px) {
    .post-consumption .pc-current-month .left-col .line-number .menu-contracts a:first-child .info .number {
        font-size: 20px;
    }
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts a:first-child .info .name {
    font-size: 12px;
    margin-top: 3px;
    color: #999;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts a:first-child .down-caret {
    font-size: 12px;
    position: absolute;
    top: 35px;
    right: 0;
    display: initial;
    float: right;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts.open .down-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-menu {
    position: absolute;
    max-height: 205px;
    padding: 0;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-menu li {
    min-width: 210px;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-menu li.title {
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-menu li .phoneline {
    margin: 0;
    padding: 10px 10px 10px 15px;
    text-align: left;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-menu li .phoneline .info {
    display: inline-block;
    width: 120px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-menu li .phoneline .info .number {
    font-size: 14px;
    display: block;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-menu li .phoneline .info .name {
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #999;
}

.post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-menu li.is-highlighted {
    color: #2196f3;
    background-color: #efefef;
}

@media (max-width:899px) {
    .post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-toggle,
    .post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-toggle:hover {
        color: #646567;
        box-shadow: none;
    }

    .post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-toggle .info .number {
        font-size: 16px;
    }

    .post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-toggle .info .name {
        display: none;
    }

    .post-consumption .pc-current-month .left-col .line-number .menu-contracts .down-caret,
    .post-consumption .pc-current-month .left-col .line-number .menu-contracts .dropdown-menu {
        display: none!important;
    }
}

.post-consumption .pc-current-month .right-col {
    flex: 1 0 150px;
}

.post-consumption .pc-current-month .right-col .block-price {
    line-height: 1;
    text-align: right;
}

.post-consumption .pc-current-month .right-col .block-price .price {
    font-size: 20px;
    font-weight: 400;
    margin-top: 6px;
}

.post-consumption .pc-current-month.is-success {
    border-right: 3px solid #008836;
}

.post-consumption .pc-current-month.is-success .price {
    color: #008836;
}

.post-consumption .pc-current-month.is-danger {
    border-right: 3px solid #ed1c24;
}

.post-consumption .pc-current-month.is-danger .price {
    color: #ed1c24;
}

@media (max-width:499px) {
    .post-consumption .pc-current-month {
        flex-direction: column;
    }

    .post-consumption .pc-current-month .right-col {
        flex-basis: auto;
    }

    .post-consumption .pc-current-month .right-col .block-price {
        text-align: left;
    }
}

@media (max-width:1199px) {
    .post-consumption .pc-header .icon i {
        font-size: 40px!important;
        margin-left: -10px!important;
    }
}

@media (min-width:1200px) {
    .post-consumption {
        border: 0;
        background-color: transparent;
    }

    .post-consumption .pc-header {
        background-color: transparent;
        box-shadow: none;
    }

    .post-consumption .pc-header .pi-chevron-down {
        display: none;
    }

    .post-consumption .dropdown-menu {
        box-shadow: 1px 2px 4px rgba(0,0,0,.25);
    }

    .post-consumption .collapse {
        display: block;
        height: initial!important;
    }

    .post-consumption .collapsing {
        height: initial!important;
    }

    .post-consumption .panel-title {
        font-size: 25px;
    }
}

@media (max-width:1199px) {
    .post-consumption .pc-service {
        flex-wrap: wrap;
    }

    .post-consumption .pc-service .icon {
        margin: 0 auto 10px!important;
    }
}

@media (max-width:899px) {
    .post-consumption .pc-service {
        flex-direction: column;
    }

    .post-consumption .pc-service .pc-service-content {
        flex-basis: auto;
    }

    .post-consumption .pc-service .icon {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }
}

.post-labels {
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 320px;
    height: 385px;
    padding: 25px 20px 12px;
    background: #fff;
}

.post-labels.with-no-radio-and-no-preview-button {
    height: 285px;
}

.post-labels.no-hover:hover {
    background: 0 0;
}

.post-labels.is-active,
.post-labels:hover {
    background: rgba(0,136,54,.06);
}

.packup-sidebar .ps-row.ps-row-disclaimer .psr-disclaimer-spire-2 i,
.packup-sidebar .ps-row.ps-row-poi .body .poi-address small,
.packup-sidebar .ps-row.ps-row-poi .body .poi-address span,
.post-labels .post-label-row {
    display: block;
}

.post-labels .post-label-row .radio {
    height: auto;
}

.post-labels .post-label-row.format {
    height: 40px;
}

.post-labels .post-label-row.format label {
    font-size: 16px;
    line-height: normal;
    color: #646567;
}

.post-labels .post-label-row.format .radio label:after,
.post-labels .post-label-row.format .radio label:before {
    margin-top: 2px;
}

.post-labels .post-label-row.paper {
    height: 28px;
    margin: 5px 0 14px;
}

.post-labels .post-label-row.actions {
    position: absolute;
    bottom: 0;
    display: flex;
    margin-top: 15px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: flex-start;
}

.post-labels .post-label-row.actions a,
.post-labels .post-label-row.actions i {
    color: #2196f3;
}

.post-labels .post-label-row.actions i {
    font-size: 20px!important;
    margin-right: 10px;
}

.post-labels .post-label-row.actions a {
    font-size: 14px;
}

.post-labels .post-labels-container {
    width: 160px;
    height: 226px;
    padding: 2px;
    border: solid 1px #000;
    background: #fff;
}

.post-labels .post-labels-container.is-2 .post-labels-placement {
    line-height: 109px;
    width: 100%;
    height: 109px;
}

.post-labels .post-labels-container.is-2 .post-labels-placement:not(:last-child),
.post-labels .post-labels-container.is-4 .post-labels-placement:not(:nth-last-child(-n+2)) {
    margin-bottom: 2px;
}

.post-labels .post-labels-container.is-4 .post-labels-placement {
    line-height: 109px;
    float: left;
    width: 76px;
    height: 109px;
}

.post-labels .post-labels-container.is-4 .post-labels-placement:nth-child(odd) {
    margin-right: 2px;
}

.post-labels .post-labels-container.is-7 .post-labels-placement {
    line-height: 30px;
    width: 100%;
    height: 29.75px;
}

.post-labels .post-labels-container.is-7 .post-labels-placement:not(:last-child),
.post-labels .post-labels-container.is-8 .post-labels-placement:not(:nth-last-child(-n+2)) {
    margin-bottom: 2px;
}

.post-labels .post-labels-container.is-8 .post-labels-placement {
    line-height: 53px;
    float: left;
    width: 76px;
    height: 53.5px;
}

.post-labels .post-labels-container.is-8 .post-labels-placement:nth-child(odd) {
    margin-right: 2px;
}

.post-labels .post-labels-container.is-14 .post-labels-placement {
    line-height: 29px;
    float: left;
    width: 76px;
    height: 29.8px;
}

.post-labels .post-labels-container.is-14 .post-labels-placement:not(:nth-last-child(-n+2)) {
    margin-bottom: 2px;
}

.post-labels .post-labels-container.is-14 .post-labels-placement:nth-child(odd) {
    margin-right: 2px;
}

.post-labels .post-labels-container .post-labels-placement {
    text-align: center;
    color: #000;
    background: #f5f5f5;
}

.post-labels .post-labels-container .post-labels-placement:hover {
    cursor: pointer;
    background: #edf5fc;
}

.post-labels .post-labels-container .post-labels-placement.is-active {
    background: #00a6d4;
}

.packup-sidebar,
.popover-packup {
    position: relative;
    background: #fff;
}

.popover-packup {
    line-height: normal;
    z-index: 200;
    display: flex;
    width: 400px;
    border: 1px solid #ddd;
    align-items: flex-start;
}

.popover-packup.is-floating {
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.popover-packup .picture,
.popover-packup .picture img {
    width: 110px;
    height: 110px;
}

.popover-packup .no-picture {
    width: 110px;
    height: 110px;
    text-align: center;
    background: linear-gradient(to bottom,#fff 0%,#edf5fd 100%);
}

.popover-packup .no-picture .icon {
    font-size: 70px;
    display: block;
    width: 100%;
    padding: 10px 20px 0;
}

.popover-packup .no-picture .p-label {
    font-size: 10px;
    line-height: 30px;
    width: 100%;
    height: 30px;
}

.popover-packup .info {
    font-size: 14px;
    width: 290px;
    min-height: 110px;
    padding: 7px 10px;
}

.popover-packup .info .name {
    font-weight: 500;
}

.packup-sidebar {
    width: 100%;
    height: 100%;
}

.packup-sidebar.w435,
.packup-sidebar.w435 .ps-row {
    width: 435px;
}

.packup-sidebar.is-floating {
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.packup-sidebar.is-closed .btn-toggle .icon {
    transition: transform .3s ease-in;
    transition: transform .3s ease-in,-webkit-transform .3s ease-in;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.packup-sidebar[data-placement=fixed-left] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

.packup-sidebar[data-placement=fixed-left] .ps-panel,
.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon i.is-left,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon i.is-left,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon i.is-left,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon i.is-left {
    left: 0;
}

.packup-sidebar[data-placement=fixed-right] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
}

.packup-sidebar[data-placement=fixed-right] .ps-panel {
    right: 0;
    width: 100%;
}

.packup-sidebar[data-placement=fixed-left] .ps-panel,
.packup-sidebar[data-placement=fixed-right] .ps-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.packup-sidebar .btn-toggle {
    position: absolute;
    z-index: 5;
    top: calc(50% - 50px);
    left: -15px;
    display: none;
    width: 15px;
    height: 100px;
    padding: 43px 0;
    cursor: pointer;
    border-right: 1px solid #f5f5f5;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background: #fff;
    box-shadow: -2px 1px 1px 2px rgba(0,0,0,.1);
}

.packup-sidebar .btn-toggle .icon {
    font-size: 14px;
    display: block;
    color: #2196f3;
}

.packup-sidebar .btn-toggle .overflow {
    position: absolute;
    z-index: 6;
    top: calc(50% - 50px);
    left: -5px;
    width: 30px;
    height: 100px;
    cursor: pointer;
    background: 0 0;
}

.packup-sidebar .ps-row {
    font-size: 14px;
    width: 100%;
}

.packup-sidebar .ps-row.with-border-top {
    border-top: 1px solid #ddd;
}

.packup-sidebar .ps-row.with-border-bottom {
    border-bottom: 1px solid #ddd;
}

.packup-sidebar .ps-row.ps-row-search {
    line-height: 50px;
    display: flex;
    vertical-align: middle;
    align-items: flex-start;
}

.packup-sidebar .ps-row.ps-row-search .psr-search-input {
    height: 60px;
    padding: 5px 0 5px 20px;
    box-shadow: none;
    flex-grow: 1;
}

.packup-sidebar .ps-row.ps-row-search .psr-search-icon {
    font-size: 20px;
    width: 60px;
    height: 60px;
    padding: 20px;
    color: #999;
}

.packup-sidebar .ps-row.ps-row-search .psr-search-icon:hover {
    cursor: pointer;
    transition: background .2s ease-in-out;
    background: #f5f5f5;
}

.packup-sidebar .ps-row.ps-row-search .psr-search-icon:active,
.packup-sidebar .ps-row.ps-row-search .psr-search-icon:focus {
    cursor: pointer;
    transition: background .2s ease-in-out;
    background: #e8e8e8;
}

.packup-sidebar .ps-row.ps-row-title {
    display: flex;
    vertical-align: middle;
    align-items: flex-start;
}

.packup-sidebar .ps-row.ps-row-title .psr-title-text {
    font-size: 16px;
    line-height: normal;
    display: flex;
    min-height: 60px;
    padding: 5px 20px;
    box-shadow: none;
    align-items: center;
    flex-grow: 1;
}

@media all and (-ms-high-contrast:none) {
    .packup-sidebar .ps-row.ps-row-title .psr-title-text,
    .packup-sidebar .ps-row.ps-row-title .psr-title-text ::-ms-backdrop {
        height: 60px;
    }
}

.packup-sidebar .ps-row.ps-row-title .psr-title-icon {
    font-size: 16px;
    width: 60px;
    height: 60px;
    padding: 22px;
    color: #646567;
}

.packup-sidebar .ps-row.ps-row-title .psr-title-icon:hover {
    cursor: pointer;
    transition: background .2s ease-in-out;
    background: #f5f5f5;
}

.packup-sidebar .ps-row.ps-row-title .psr-title-icon:active,
.packup-sidebar .ps-row.ps-row-title .psr-title-icon:focus {
    cursor: pointer;
    transition: background .2s ease-in-out;
    background: #e8e8e8;
}

.packup-sidebar .ps-row.ps-row-disclaimer {
    position: relative;
    border-bottom: 1px solid #ddd;
    background: #fffbf3;
}

.packup-sidebar .ps-row.ps-row-disclaimer.is-gradient {
    border-bottom: none;
    background: linear-gradient(to top,#fff 0%,#fff8e9 100%);
}

.packup-sidebar .ps-row.ps-row-disclaimer .psr-disclaimer-row,
.packup-sidebar .ps-row.ps-row-info {
    display: flex;
    align-items: flex-start;
}

.packup-sidebar .ps-row.ps-row-disclaimer .psr-disclaimer-row .psr-disclaimer-title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    height: 50px;
    padding-left: 20px;
    vertical-align: middle;
    align-items: center;
    flex-grow: 1;
}

.packup-sidebar .ps-row.ps-row-disclaimer .psr-disclaimer-row .psr-disclaimer-count {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    width: 60px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

.packup-sidebar .ps-row.ps-row-disclaimer .psr-disclaimer-spire {
    position: absolute;
    bottom: -8px;
    left: 12px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff8e6;
}

.packup-sidebar .ps-row.ps-row-disclaimer .psr-disclaimer-spire-2 {
    font-size: 16px;
    position: absolute;
    bottom: -5px;
    left: 50px;
    width: 16px;
    height: 16px;
}

.packup-sidebar .ps-row.ps-row-disclaimer .psr-disclaimer-spire-2 i:first-child {
    color: #008836;
}

.packup-sidebar .ps-row.ps-row-disclaimer .psr-disclaimer-spire-2 i:last-child {
    margin-top: -10px;
    color: #eaf9f0;
}

.packup-sidebar .ps-row.ps-row-info .icon {
    font-size: 20px;
    padding: 0 10px;
    color: #2196f3;
}

.packup-sidebar .ps-row.ps-row-info .text {
    font-size: 12px;
    line-height: normal;
    padding: 0 10px 15px 0;
    color: #999;
}

.packup-sidebar .ps-row.ps-row-picture {
    position: relative;
}

.packup-sidebar .ps-row.ps-row-picture .bubble-info {
    font-size: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    background: #3e3d40;
}

.packup-sidebar .ps-row.ps-row-no-picture {
    display: flex;
    height: 130px;
    background: linear-gradient(to bottom,#fff 0%,#edf5fd 100%);
    align-items: flex-start;
}

.packup-sidebar .ps-row.ps-row-no-picture .icon {
    font-size: 80px;
    width: 130px;
    height: 130px;
    padding: 25px;
}

.packup-sidebar .ps-row.ps-row-no-picture .text {
    font-size: 12px;
    display: flex;
    height: 130px;
    margin-right: 20px;
    text-align: center;
    color: #999;
    align-items: center;
}

.packup-sidebar .ps-row.ps-row-poi {
    position: relative;
    display: flex;
    padding: 10px 0;
    align-items: flex-start;
}

.packup-sidebar .ps-row.ps-row-poi.is-clickable:hover {
    cursor: pointer;
    transition: background .2s ease-in-out;
    background: #efefef;
}

.packup-sidebar .ps-row.ps-row-poi .icon {
    font-size: 20px;
    position: relative;
    padding: 0 10px;
    color: #2196f3;
}

.packup-sidebar .ps-row.ps-row-poi .icon.is-disabled {
    color: #999;
}

.packup-sidebar .ps-row.ps-row-poi .icon.is-bookmarked:after {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 9px;
    content: '\e80e';
    color: #fabb00;
}

.packup-sidebar .ps-row.ps-row-poi .icon.is-big {
    font-size: 40px;
    padding: 0;
}

.packup-sidebar .ps-row.ps-row-poi .icon.is-big.is-bookmarked:after {
    font-size: 12px;
    right: 4px;
}

.packup-sidebar .ps-row.ps-row-poi .body {
    line-height: normal;
    width: 100%;
}

.packup-sidebar .ps-row.ps-row-poi .body .poi-label {
    font-weight: 500;
    color: #2196f3;
}

.packup-sidebar .ps-row.ps-row-poi .body .poi-help {
    font-size: 12px;
    color: #999;
}

.packup-sidebar .ps-row.ps-row-poi .body .poi-address-input-label {
    line-height: 30px;
    width: calc(100% - 20px);
    height: 30px;
    margin-bottom: 10px;
    color: #999;
}

.packup-sidebar .ps-row.ps-row-poi .body .poi-address-input-btn {
    font-size: 14px;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #2196f3;
    box-shadow: none;
}

.packup-sidebar .ps-row.ps-row-poi .body .poi-address-input-btn.first {
    margin-left: -30px;
}

.packup-sidebar .ps-row.ps-row-poi .body .poi-address-input-btn.second {
    margin-left: -60px;
}

.packup-sidebar .ps-row.ps-row-poi .body .poi-address-input-btn:hover {
    transition: background .2s ease-in-out;
    border-radius: 50%;
    background: #efefef;
}

.packup-sidebar .ps-row.ps-row-poi .body .poi-address {
    float: left;
    margin-top: -5px;
    margin-left: -5px;
    padding: 5px;
    border-radius: 5px;
}

.packup-sidebar .ps-row.ps-row-poi .body .poi-address.spaced-lines {
    line-height: 1.5;
}

.packup-sidebar .ps-row.ps-row-poi .body .poi-address.is-clickable:hover {
    cursor: pointer;
    transition: background .2s ease-in-out;
    background: #e8f5fe;
}

.packup-sidebar .ps-row.ps-row-poi .poi-btn-detail {
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 22px;
    color: #999;
    border-radius: 50%;
}

.packup-sidebar .ps-row.ps-row-poi .poi-btn-detail:hover {
    cursor: pointer;
    transition: color .2s ease-in-out;
    color: #646567;
}

.packup-sidebar .ps-row.ps-row-poi .poi-btn-detail:active,
.packup-sidebar .ps-row.ps-row-poi .poi-btn-detail:focus {
    cursor: pointer;
    transition: color .2s ease-in-out;
    color: #3e3d40;
}

.packup-sidebar .ps-row.ps-row-poi.ps-row-poi-btn-show .icon {
    transition: color .5s ease-in-out;
    color: #fff;
}

.packup-sidebar .ps-row.ps-row-poi.ps-row-poi-btn-show .poi-btn-show {
    margin-right: 10px;
    padding: 5px 10px;
    color: #999;
    border-radius: 5px;
    background: #ddd;
}

.packup-sidebar .ps-row.ps-row-poi.ps-row-poi-btn-show:hover {
    cursor: pointer;
}

.packup-sidebar .ps-row.ps-row-poi.ps-row-poi-btn-show:hover .icon {
    color: #2196f3;
}

.packup-sidebar .ps-row.ps-row-poi.ps-row-poi-btn-show:hover .poi-btn-show {
    color: #646567;
    background: #e8f5fe;
}

@media (max-width:1199px) {
    .packup-sidebar {
        max-width: calc(100% - 20px);
    }

    .packup-sidebar .btn-toggle {
        display: block;
    }

    .packup-sidebar .ps-row {
        max-width: 100%;
    }
}

.post-sending-parcels {
    display: flex;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
    flex-wrap: wrap;
}

@media (max-width:899px) {
    .post-sending-parcels {
        flex-direction: column;
        padding: 0;
    }

    .post-sending-parcels .col {
        border-bottom: solid 1px #ddd;
    }

    .post-sending-parcels .col:nth-child(2) {
        border-top: solid 1px #ddd;
    }

    .post-sending-parcels .col.is-package {
        display: flex;
        flex-direction: row;
        padding: 10px 0;
        text-align: left;
        opacity: 1;
    }

    .post-sending-parcels .col.is-package.is-selected:hover {
        background: #eef7fe;
    }

    .post-sending-parcels .col.is-legend,
    .post-sending-parcels .col.is-package.is-selected:hover .infos-package .option {
        display: none;
    }

    .post-sending-parcels .col.is-package.is-selected:hover .infos .infos-price,
    .post-sending-parcels .col.is-package.is-selected:hover .infos .infos-size,
    .post-sending-parcels .col.is-package.is-selected:hover .infos .infos-weight,
    .post-sending-parcels .col.is-package.is-selected:hover .infos-package,
    .post-sending-parcels .col.is-package:hover .infos-package {
        opacity: 1;
    }

    .post-sending-parcels .col.is-package:hover {
        cursor: default;
        background: 0 0;
    }

    .post-sending-parcels .col.is-package .infos-package .option,
    .post-sending-parcels .col.is-package:hover .infos-package .option {
        display: none!important;
    }

    .post-sending-parcels .col.is-package .infos-package,
    .post-sending-parcels .col.is-package:hover .infos .infos-price,
    .post-sending-parcels .col.is-package:hover .infos .infos-size,
    .post-sending-parcels .col.is-package:hover .infos .infos-weight {
        opacity: 1;
    }

    .post-sending-parcels .col.is-package .post-checkbox-radio {
        display: block;
    }

    .post-sending-parcels .col.is-package .post-checkbox-radio label {
        position: absolute;
        top: 0;
        right: 10px;
        height: 100%;
        align-items: center;
    }

    .post-sending-parcels .col.is-package .infos {
        text-align: left;
    }

    .post-sending-parcels .col.is-package .infos .infos-price {
        height: 30px;
        opacity: 1;
    }

    .post-sending-parcels .col.is-package .infos .infos-size {
        height: auto;
        margin-bottom: 10px;
        opacity: 1;
    }

    .post-sending-parcels .col.is-package .infos .infos-weight {
        height: auto;
        opacity: 1;
    }

    .post-sending-parcels .more-infos {
        margin: 15px;
        margin-left: 15px!important;
    }

    .post-sending-parcels .col.is-package .infos-package {
        width: 85px;
    }

    .post-sending-parcels .col.is-package .infos-package .post-icon-option {
        font-size: 39px;
        line-height: 27px;
        margin-top: 0;
    }

    .post-sending-parcels .col.is-package .infos-package .post-icon-option.pack-xxl-flat {
        font-size: 56px;
    }
}

.post-sending-parcels .col.is-legend {
    text-align: center;
    color: #646567;
    flex: 0 0 100px;
}

.post-sending-parcels .col.is-legend:hover {
    background: 0 0;
}

.post-sending-parcels .col.is-legend .infos-package,
.post-sending-parcels .col.is-legend .infos-price,
.post-sending-parcels .col.is-legend .infos-size,
.post-sending-parcels .col.is-legend .infos-weight {
    opacity: 1!important;
}

.post-sending-parcels .col.is-legend .infos-price i {
    font-size: 24px;
    margin-top: -5px;
}

.post-sending-parcels .col.is-legend .infos-size i {
    font-size: 38px;
}

.post-sending-parcels .col.is-legend .infos-weight {
    margin-top: -3px;
}

.post-sending-parcels .col.is-legend .infos-weight i {
    font-size: 24px;
}

.post-sending-parcels .col.is-selected {
    background: #eef7fe;
}

.post-sending-parcels .col.is-selected .infos-package,
.post-sending-parcels .col.is-selected .infos-price,
.post-sending-parcels .col.is-selected .infos-size,
.post-sending-parcels .col.is-selected .infos-weight {
    cursor: default;
    opacity: 1;
}

.post-sending-parcels .col.is-selected .infos-package .option,
.post-sending-parcels .col.is-selected .infos-price .option,
.post-sending-parcels .col.is-selected .infos-size .option,
.post-sending-parcels .col.is-selected .infos-weight .option {
    display: block;
}

.post-sending-parcels .col.is-package {
    position: relative;
    text-align: center;
    flex: 1;
}

.post-sending-parcels .col.is-package:hover {
    cursor: pointer!important;
}

.post-sending-parcels .col.is-package .option {
    position: absolute;
    top: 15px;
    right: 10px;
    display: none;
    width: 25px;
    height: 25px;
}

.post-sending-parcels .col .infos-package,
.post-sending-parcels .col .infos-price,
.post-sending-parcels .col .infos-size,
.post-sending-parcels .col .infos-weight {
    opacity: .7;
}

.post-sending-parcels .col .infos-package {
    height: 70px;
}

.post-sending-parcels .col .infos-package .post-icon-option {
    font-size: 70px;
    width: auto;
    height: auto;
    text-align: center;
}

.post-sending-parcels .col .infos-package .post-icon-option.pack-xxl-flat {
    font-size: 105px;
}

.post-sending-parcels .col .infos-price {
    font-family: 'Museo',Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
}

.post-sending-parcels .col .infos-price .money {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 14px;
}

.post-sending-parcels .col .infos-size {
    height: 80px;
}

.post-sending-parcels .col .infos-size div,
.post-sending-parcels .col .infos-weight div {
    font-size: 15px;
    line-height: 17px;
}

.post-sending-parcels .col .infos-weight {
    height: 50px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input.is-error + i,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input.is-error + i,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input.is-error + i,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input.is-error + i,
.post-sending-parcels .col .post-checkbox-radio {
    display: none;
}

.post-sending-parcels .col:hover {
    background: #eef7fe;
}

.post-sending-parcels .col:hover .infos-package,
.post-sending-parcels .col:hover .infos-price,
.post-sending-parcels .col:hover .infos-size,
.post-sending-parcels .col:hover .infos-weight {
    opacity: 1;
}

.post-sending-parcels .col:hover .infos-package .option {
    display: block;
}

.post-sending-parcels .more-infos {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 100px;
    flex-basis: 100%;
}

[contenteditable].form-control,
[type=date].form-control,
[type=email].form-control,
[type=password].form-control,
[type=tel].form-control,
[type=text].form-control,
input.form-control,
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
textarea.form-control {
    font-size: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 #ddd;
    -webkit-appearance: none;
}

[contenteditable].form-control:focus,
[type=date].form-control:focus,
[type=email].form-control:focus,
[type=password].form-control:focus,
[type=tel].form-control:focus,
[type=text].form-control:focus,
input.form-control:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea.form-control:focus,
textarea:focus {
    box-shadow: inset 0 -2px 0 #00a6d4;
}

[contenteditable].form-control[disabled],
[contenteditable].form-control[readonly],
[type=date].form-control[disabled],
[type=date].form-control[readonly],
[type=email].form-control[disabled],
[type=email].form-control[readonly],
[type=password].form-control[disabled],
[type=password].form-control[readonly],
[type=tel].form-control[disabled],
[type=tel].form-control[readonly],
[type=text].form-control[disabled],
[type=text].form-control[readonly],
input.form-control[disabled],
input.form-control[readonly],
input[type=date][disabled],
input[type=date][readonly],
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
input[type=datetime][disabled],
input[type=datetime][readonly],
input[type=email][disabled],
input[type=email][readonly],
input[type=month][disabled],
input[type=month][readonly],
input[type=number][disabled],
input[type=number][readonly],
input[type=password][disabled],
input[type=password][readonly],
input[type=search][disabled],
input[type=search][readonly],
input[type=tel][disabled],
input[type=tel][readonly],
input[type=text][disabled],
input[type=text][readonly],
input[type=time][disabled],
input[type=time][readonly],
input[type=url][disabled],
input[type=url][readonly],
input[type=week][disabled],
input[type=week][readonly],
textarea.form-control[disabled],
textarea.form-control[readonly],
textarea[disabled],
textarea[readonly] {
    border-bottom: 1px dotted #ddd;
    box-shadow: none;
}

[contenteditable].form-control.input-sm,
[type=date].form-control.input-sm,
[type=email].form-control.input-sm,
[type=password].form-control.input-sm,
[type=tel].form-control.input-sm,
[type=text].form-control.input-sm,
input.form-control.input-sm,
input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=datetime].input-sm,
input[type=email].input-sm,
input[type=month].input-sm,
input[type=number].input-sm,
input[type=password].input-sm,
input[type=search].input-sm,
input[type=tel].input-sm,
input[type=text].input-sm,
input[type=time].input-sm,
input[type=url].input-sm,
input[type=week].input-sm,
textarea.form-control.input-sm,
textarea.input-sm {
    font-size: 12px;
}

[contenteditable].form-control.input-lg,
[type=date].form-control.input-lg,
[type=email].form-control.input-lg,
[type=password].form-control.input-lg,
[type=tel].form-control.input-lg,
[type=text].form-control.input-lg,
input.form-control.input-lg,
input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=datetime].input-lg,
input[type=email].input-lg,
input[type=month].input-lg,
input[type=number].input-lg,
input[type=password].input-lg,
input[type=search].input-lg,
input[type=tel].input-lg,
input[type=text].input-lg,
input[type=time].input-lg,
input[type=url].input-lg,
input[type=week].input-lg,
textarea.form-control.input-lg,
textarea.input-lg {
    font-size: 18px;
}

select,
select.form-control {
    font-size: 16px;
    padding-right: 0 \9;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px;
    box-shadow: inset 0 -1px 0 #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control {
    line-height: 1.5;
}

select.form-control::-ms-expand,
select::-ms-expand {
    display: none;
}

.post-form .pf-body .pf-row .btn-unlink a span,
select.form-control.input-sm,
select.input-sm {
    font-size: 12px;
}

select.form-control.input-lg,
select.input-lg {
    font-size: 18px;
}

select.form-control:focus,
select:focus {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
    box-shadow: inset 0 -2px 0 #00a6d4;
}

select.form-control[multiple],
select[multiple] {
    background: 0 0;
}

.has-error input,
.has-success input,
.has-warning input {
    padding-right: 25px!important;
}

.has-error .control-label {
    color: #ed1c24!important;
}

.has-success .control-label {
    color: #008836!important;
}

.has-warning .control-label {
    color: #fabb00!important;
}

.has-pending .control-label {
    color: #646567!important;
}

.has-pending input {
    padding-right: 30px!important;
}

.has-warning input {
    background: url(input-warning.svg) no-repeat right 2px center;
    background-size: 20px;
}

.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning [type=text].form-control[readonly],
.has-warning input.form-control[readonly],
.has-warning input[type=text][readonly] {
    border-bottom: none;
    box-shadow: inset 0 -2px 0 #fabb00;
}

.has-pending input {
    background: url(../img/input-pending.gif) no-repeat right 1px center;
}

.has-error input {
    background: url(../img/input-error.svg) no-repeat right 1px center;
}

.has-error .form-control,
.has-error .form-control:focus,
.has-error [type=text].form-control[readonly],
.has-error input.form-control[readonly],
.has-error input[type=text][readonly] {
    border-bottom: none;
    box-shadow: inset 0 -2px 0 #ed1c24;
}

.has-success input {
    background: url(input-success.svg) no-repeat right 1px center;
}

.has-success .form-control,
.has-success .form-control:focus,
.has-success [type=text].form-control[readonly],
.has-success input.form-control[readonly],
.has-success input[type=text][readonly] {
    border-bottom: none;
    box-shadow: inset 0 -2px 0 #008836;
}

.has-error .input-group-addon,
.has-success .input-group-addon,
.has-warning .input-group-addon {
    color: #646567;
    border-color: transparent;
    background-color: transparent;
}

.form-group {
    display: flex;
    min-height: 70px;
    margin: 0!important;
    padding: 20px;
    border: solid 1px #f5f5f5;
    background: #fff;
    align-items: flex-start;
}

@media (max-width:899px) {
    .form-group {
        align-items: flex-start;
    }
}

.form-group.actions-buttons {
    justify-content: flex-end;
}

.form-group.actions-buttons button {
    margin-left: 5px;
}

@media (max-width:899px) {
    .form-group.actions-buttons {
        flex-direction: column;
        align-items: center;
    }

    .form-group.actions-buttons > div {
        display: flex;
        flex-direction: column;
        padding: 0!important;
        flex-basis: auto!important;
    }

    .form-group.actions-buttons > div:first-child {
        margin-top: 10px;
    }

    .form-group.actions-buttons > div button {
        margin: 0 0 10px;
    }

    .form-group {
        flex-direction: column;
    }
}

.form-group:not(:last-child) {
    border-bottom: 0;
}

.form-control,
input,
select {
    line-height: auto;
    max-width: 100%;
    height: 30px;
    margin-bottom: 0;
}

.form-control.input-sm,
input.input-sm,
select.input-sm {
    width: 150px;
}

.form-control.input-lg,
input.input-lg,
select.input-lg {
    width: 100%;
}

:not(.post-form) .form-control,
:not(.post-form) input {
    margin-top: 1px;
}

:not(.post-form) select .form-control {
    margin-top: -3px;
}

:not(.post-form) textarea.form-control {
    margin-top: 5px;
}

textarea {
    line-height: 1.2!important;
    width: 100%;
    height: 60px!important;
    resize: none;
    outline: 0;
    background-position-y: 32px!important;
}

.select {
    font-size: 16px;
    padding-left: 0;
    border: 0;
    box-shadow: inset 0 -1px #ddd;
}

.control-label,
label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
    padding-top: 0!important;
    padding-right: 20px;
    text-align: left!important;
    color: #3e3d40;
    flex-basis: 200px;
    flex-shrink: 0;
}

@media (max-width:899px) {
    .control-label,
    label {
        margin-bottom: 5px;
        flex-basis: auto;
    }
}

.control-label.disabled,
label.disabled {
    color: #999;
}

.post-form {
    position: relative;
    width: 100%;
}

.post-form .pf-header {
    padding: 20px;
}

.post-form .pf-header .with-content-left-right {
    display: flex;
    justify-content: space-between;
}

@media (max-width:899px) {
    .post-form .pf-header .with-content-left-right {
        flex-direction: column;
    }

    .post-form .pf-header .with-content-left-right .content-right {
        margin-top: 5px!important;
    }
}

.post-form .pf-header .with-content-left-right .content-right {
    display: flex;
    margin-top: -5px;
    align-items: center;
}

.post-form .pf-header .pf-title {
    font-size: 28px;
}

@media (max-width:1199px) {
    .post-form .pf-header .pf-title {
        margin-bottom: 20px;
    }
}

.post-form .pf-header .pf-subtitle {
    font-size: 22px;
    display: flex;
    margin: 30px 0 10px;
    align-items: center;
}

.post-form .pf-header .pf-subtitle .icon {
    font-size: 24px;
    padding-right: 10px;
}

.post-form .pf-header .pf-description {
    font-size: 14px;
    position: relative;
}

.post-form .pf-body {
    border: 1px solid #f5f5f5;
    background: #fff;
}

.post-form .pf-body .nested-level-1 {
    margin-left: 35px;
}

@media (max-width:1199px) {
    .post-form .pf-body .nested-level-1 {
        margin-left: 0;
    }
}

.post-form .pf-body .nested-level-2 {
    margin-left: 55px;
}

@media (max-width:1199px) {
    .post-form .pf-body .nested-level-2 {
        margin-left: 20px;
    }
}

.post-form .pf-body.is-floating {
    border: 0;
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.post-form .pf-body.is-hoverable .pf-row:hover {
    background-color: #f5f5f5;
}

.post-form .pf-body.is-hoverable-blue-cyan .pf-row:hover {
    background-color: #eef7fe;
}

.post-form .pf-body.is-hoverable-green-nyanza .pf-row:hover {
    background-color: #eaf9f0;
}

.post-form .pf-body.is-hoverable-yellow-vanilla .pf-row:hover {
    background-color: #fff8e8;
}

.post-form .pf-body.is-hoverable-orange-papaya .pf-row:hover {
    background-color: #fff2e5;
}

.post-form .pf-body.is-hoverable-red-misty .pf-row:hover {
    background-color: #fceff0;
}

.post-form .pf-body.is-condensed .pf-row {
    min-height: 55px;
    padding: 12px 20px;
}

.post-form .pf-body.is-condensed .pf-row .pf-row-container .pf-row-label {
    margin-top: 11px;
}

.post-form .pf-body.is-condensed .pf-row .pf-row-container .pf-row-content {
    margin-top: 4px;
}

.post-form .pf-body.is-condensed .pf-row.is-disclaimer {
    margin-top: -25px;
}

.post-form .pf-body.is-narrow .pf-row {
    min-height: 55px;
    padding: 5px 20px;
}

.post-form .pf-body.is-narrow .pf-row .pf-row-container .pf-row-content,
.post-form .pf-body.is-narrow .pf-row .pf-row-container .pf-row-label {
    margin-top: 14px;
}

.post-form .pf-body .pf-row {
    position: relative;
    display: flex;
    min-height: 70px;
    padding: 20px;
    border-top: 1px solid #ddd;
}

.post-form .pf-body .pf-row.has-border {
    border: solid 1px #ddd;
}

.post-form .pf-body .pf-row.has-border-top {
    border-top: solid 1px #ddd;
}

.post-form .pf-body .pf-row.has-border-bottom {
    border-bottom: solid 1px #ddd;
}

.post-form .pf-body .pf-row.has-border-left {
    border-left: solid 1px #ddd;
}

.post-form .pf-body .pf-row.has-border-right {
    border-right: solid 1px #ddd;
}

.post-form .pf-body .pf-row.has-no-border {
    border: 0;
}

@media (max-width:1199px) {
    .post-form .pf-body .pf-row.is-line-cart {
        padding: 20px 5px 20px 10px;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container,
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left {
        flex-direction: column;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col {
        width: 100%!important;
        padding-left: 70px;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product {
        height: auto;
        padding-left: 0;
        border-right: none;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.option br,
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .preview-sticker {
        display: none;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .row-pack .size .post-icon-option {
        font-size: 40px!important;
        width: 70px!important;
        text-align: center!important;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .row-pack .size .post-icon-option.pack-xxl-flat {
        font-size: 60px!important;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .row-pack .country {
        line-height: 1.2;
        margin-right: 28px;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity {
        width: auto!important;
        margin-left: 35px;
        border-right: none;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity span {
        font-family: 'Roboto',Arial,sans-serif!important;
        font-size: 14px;
        display: none!important;
        text-transform: capitalize!important;
        color: #646567;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.option small:after,
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity span:after {
        content: ' :';
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity .dropdown {
        margin-top: 0;
        margin-left: 20px!important;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity .dropdown .dropdown-toggle {
        font-size: 14px;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity select {
        width: 50px;
        margin-left: 25px;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.option {
        width: auto;
        padding-left: 78px!important;
        border-right: none;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.option small,
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.option span {
        font-size: 14px;
        text-transform: initial;
        color: #646567!important;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.destinataire {
        display: none;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .right .price {
        font-size: 18px!important;
        margin-top: 7px;
        margin-left: 78px;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .right .pf-btn {
        position: absolute;
        top: 20px;
        right: 10px;
        border-left: none!important;
    }
}

@media (max-width:499px) {
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product {
        border-right: none;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .row-pack .size .post-icon-option {
        font-size: 35px!important;
        width: 60px!important;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .row-pack .size .post-icon-option.pack-xxl-flat {
        font-size: 50px!important;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.destinataire,
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.option,
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity {
        padding-left: 65px!important;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.destinataire .dropdown,
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.option .dropdown,
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity .dropdown {
        margin-left: -34px!important;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.destinataire select,
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.option select,
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity select {
        margin-left: -35px;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .right .price {
        margin-left: 66px;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .right .pf-btn a {
        font-size: 16px!important;
        margin-left: 5px!important;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container .right .pf-btn a:first-of-type {
        margin-left: 0!important;
    }
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container.for-download {
    flex-direction: row;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container.for-download .right .pf-btn {
    position: relative;
    top: initial;
    right: initial;
    padding-left: 25px;
    border-left: solid 1px #ddd!important;
}

@media (max-width:899px) {
    .post-form .pf-body .pf-row.is-line-cart .pf-row-container.for-download {
        flex-direction: column;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container.for-download .right.btn-actions .pf-btn {
        position: relative;
        width: 100%;
        padding-left: 0;
        border-left: none!important;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container.for-download .right.btn-actions .pf-btn a {
        font-size: 14px!important;
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .post-form .pf-body .pf-row.is-line-cart .pf-row-container.for-download .right.btn-actions .pf-btn a:first-of-type {
        margin-top: 20px;
    }
}

.post-form .pf-body .pf-row .btn-unlink a,
.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left,
.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .row-pack,
.post-form .pf-body .pf-row.is-line-cart .pf-row-container .right {
    display: flex;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col {
    padding: 0 20px;
    border-right: solid 1px #ddd;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col:last-child {
    border-right: none;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col:first-of-type {
    padding-left: 0;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product {
    width: 240px;
    min-width: 240px;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .row-pack .size .post-icon-option {
    font-size: 34px;
    line-height: 20px;
    width: 50px;
    height: 20px;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: left;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .row-pack .size .post-icon-option.pack-xxl-flat {
    font-size: 48px;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .row-pack .type {
    margin-right: 10px;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .row-pack .type i {
    font-size: 26px;
    line-height: 20px;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .row-pack .country {
    text-transform: uppercase;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .preview-sticker {
    margin-top: 10px;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.product .preview-sticker img {
    width: auto;
    height: 55px;
    margin-left: 5px;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,.1);
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.option {
    width: 160px;
    min-width: 160px;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity {
    display: inline-block;
    width: 200px;
    min-width: 200px;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity span {
    font-family: 'Museo',Arial,sans-serif;
    display: inline-block;
    float: initial;
    text-transform: uppercase;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.quantity .dropdown {
    float: initial;
    margin-left: 0;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .left .col.destinataire {
    width: 250px;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .right .price {
    font-family: 'Museo',Arial,sans-serif;
    font-size: 26px;
    padding-right: 25px;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .right .price .money {
    font-size: 14px;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .right .pf-btn {
    padding-left: 25px;
    border-left: solid 1px #ddd;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .right .pf-btn a {
    font-size: 18px;
    margin-left: 10px;
}

.post-form .pf-body .pf-row.is-line-cart .pf-row-container .right .pf-btn a:first-of-type {
    margin-left: 0;
}

.post-form .pf-body .pf-row.is-section {
    padding: 0;
    background: #fffbf3;
    align-items: center;
}

.post-form .pf-body .pf-row.is-section .pf-row-container .pf-row-content {
    font-weight: 500;
    padding: 0 20px;
}

.post-form .pf-body .pf-row.with-content-left-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:899px) {
    .post-form .pf-body .pf-row.with-content-left-right {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-form .pf-body .pf-row.with-content-left-right .pf-btn {
        margin-top: 10px;
    }
}

.post-form .pf-body .pf-row.is-disabled .pf-row-container .pf-row-content .pf-text,
.post-form .pf-body .pf-row.is-disabled .pf-row-container .pf-row-label,
.post-form .pf-body .pf-row.is-disabled .pf-row-content .pf-text,
.post-form .pf-body .pf-row.is-disabled .pf-row-label {
    color: #999;
}

.post-form .pf-body .pf-row.with-mark,
.post-form .pf-body .pf-row.with-mark-gray-silver {
    padding-left: 15px;
    border-left: 5px solid #ccc;
}

.post-form .pf-body .pf-row.with-mark-blue-jeans {
    padding-left: 15px;
    border-left: 5px solid #5ec5ed;
}

.post-form .pf-body .pf-row.with-mark-blue-dodger {
    padding-left: 15px;
    border-left: 5px solid #2196f3;
}

.post-form .pf-body .pf-row.with-mark-blue-cerulean {
    padding-left: 15px;
    border-left: 5px solid #00a6d4;
}

.post-form .pf-body .pf-row.with-mark-blue-sky {
    padding-left: 15px;
    border-left: 5px solid #00b2dd;
}

.post-form .pf-body .pf-row.with-mark-blue-denim {
    padding-left: 15px;
    border-left: 5px solid #146eb5;
}

.post-form .pf-body .pf-row.with-mark-green-pinetree {
    padding-left: 15px;
    border-left: 5px solid #008836;
}

.post-form .pf-body .pf-row.with-mark-green-kiwi {
    padding-left: 15px;
    border-left: 5px solid #0cb14b;
}

.post-form .pf-body .pf-row.with-mark-green-android {
    padding-left: 15px;
    border-left: 5px solid #a7c638;
}

.post-form .pf-body .pf-row.with-mark-yellow-mustard {
    padding-left: 15px;
    border-left: 5px solid #fabb00;
}

.post-form .pf-body .pf-row.with-mark-orange-carrot {
    padding-left: 15px;
    border-left: 5px solid #ff8400;
}

.post-form .pf-body .pf-row.with-mark-red-blood {
    padding-left: 15px;
    border-left: 5px solid #ed1c24;
}

.post-form .pf-body .pf-row.with-mark-red-vermilion {
    padding-left: 15px;
    border-left: 5px solid #f15a29;
}

.post-form .pf-body .pf-row.with-mark-purple-ube {
    padding-left: 15px;
    border-left: 5px solid #8883bc;
}

.post-form .pf-body .pf-row.is-narrow {
    line-height: normal;
    min-height: 0;
    padding: 5px 20px;
}

@media (max-width:1199px) {
    .post-form .pf-body .pf-row.is-narrow {
        flex-direction: column;
    }
}

.post-form .pf-body .pf-row.is-narrow .block-text {
    display: inline-block;
    padding-right: 15px;
}

.post-form .pf-body .pf-row.is-column .pf-row-container {
    flex-direction: row!important;
    align-items: center!important;
}

.post-form .pf-body .pf-row.is-disclaimer {
    line-height: 1;
    min-height: 50px;
    margin-top: -20px;
    padding-top: 0;
    border-top: none;
}

.post-form .pf-body .pf-row.is-disclaimer:hover {
    background-color: initial;
}

.post-form .pf-body .pf-row.is-nested {
    margin-left: 35px;
}

@media (max-width:1199px) {
    .post-form .pf-body .pf-row.is-nested {
        margin-left: 15px;
    }
}

.post-form .pf-body .pf-row.is-nested * {
    color: #ccc;
}

.post-form .pf-body .pf-row.collapsed .chevron {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-form .pf-body .pf-row[aria-expanded=false] .pf-row-label,
.post-form .pf-body .pf-row[aria-expanded=true] .pf-row-label {
    padding-right: 30px;
}

.post-form .pf-body .pf-row .chevron {
    position: absolute;
    top: 27px;
    right: 20px;
    display: block;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.post-form .pf-body .pf-row-actions {
    padding: 15px 20px;
}

.post-form .pf-body .pf-row:first-child {
    border-top: none;
}

.post-form .pf-body .pf-row .btn-unlink,
.post-form .pf-body .pf-row .is-on-right {
    position: absolute;
    right: 20px;
}

.post-form .pf-body .pf-row .btn-unlink a i,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .btn-unlink a i,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .btn-unlink a i,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .btn-unlink a i {
    font-size: 20px;
    margin-right: 3px;
}

.post-form .pf-body .pf-row .pf-row-container {
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
    flex-basis: 100%;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-label {
    font-weight: 500;
    line-height: 1.2;
    margin-top: 6px;
    padding-right: 20px;
    color: #3e3d40;
    flex-basis: 200px;
    flex-shrink: 0;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-label.w-auto {
    flex-basis: auto;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-label .sub-line {
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-label .sub-line * {
    display: block;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested {
    display: flex;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested .icon {
    font-size: 18px;
    position: absolute;
    display: inline-block;
    margin-top: -8px;
    padding-right: 10px;
    color: #999;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested .text {
    margin-left: 25px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-label .sublabel {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-label a,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-label a,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-label a,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-label a {
    font-weight: 400;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-mandatory {
    color: #2196f3;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-error {
    color: #ed1c24;
}

@media (max-width:899px) {
    .post-form .pf-body .pf-row .pf-row-container {
        flex-direction: column;
    }

    .post-form .pf-body .pf-row .pf-row-container .pf-row-label {
        flex-basis: auto;
    }
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content {
    display: flex;
    width: 100%;
}

@media (max-width:899px) {
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content {
        flex-direction: column;
    }
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content.input-with-checkbox {
    flex-direction: column;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content.input-with-checkbox .col.first {
    margin-right: 10px;
    flex-basis: 40%;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content.input-with-checkbox .col.second {
    margin-left: -5px;
    flex-basis: 60%;
}

@media (max-width:499px) {
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content.input-with-checkbox .pf-text {
        flex-direction: column;
    }
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content.with-no-input {
    margin-top: 5px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .post-checkbox-radio {
    margin-top: 6px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-sublink {
    display: flex;
    align-items: center;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    flex-grow: 1;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input + .pf-input {
    margin-left: 10px;
}

@media (max-width:899px) {
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input + .pf-input {
        margin: 0;
    }
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon {
    flex-direction: row!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon input {
    padding-right: 55px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon i,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon i,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon i,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon i {
    position: absolute;
    right: 0;
    margin-top: 5px;
    padding-left: 5px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.no-grow {
    flex-grow: 0;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.is-inline {
    flex-direction: row;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input {
    line-height: 30px;
    max-width: 100%;
    height: 30px;
    margin-top: -1px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select {
    line-height: 30px;
    max-width: 100%;
    height: 30px;
    margin-top: -1px;
    padding-right: 20px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50,
.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50 {
    width: 50px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100,
.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100 {
    width: 100px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150,
.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150 {
    width: 150px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200,
.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200 {
    width: 200px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250,
.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250 {
    width: 250px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300,
.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300 {
    width: 300px;
}

@media (max-width:899px) {
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50 {
        width: 100%;
    }

    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100.no-mobile-resize.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150.no-mobile-resize.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200.no-mobile-resize.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250.no-mobile-resize.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300.no-mobile-resize.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50.no-mobile-resize.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100.no-mobile-resize.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150.no-mobile-resize.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200.no-mobile-resize.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250.no-mobile-resize.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300.no-mobile-resize.w50,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50.no-mobile-resize.w50 {
        width: 50px;
    }

    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100.no-mobile-resize.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150.no-mobile-resize.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200.no-mobile-resize.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250.no-mobile-resize.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300.no-mobile-resize.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50.no-mobile-resize.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100.no-mobile-resize.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150.no-mobile-resize.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200.no-mobile-resize.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250.no-mobile-resize.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300.no-mobile-resize.w100,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50.no-mobile-resize.w100 {
        width: 100px;
    }

    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100.no-mobile-resize.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150.no-mobile-resize.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200.no-mobile-resize.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250.no-mobile-resize.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300.no-mobile-resize.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50.no-mobile-resize.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100.no-mobile-resize.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150.no-mobile-resize.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200.no-mobile-resize.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250.no-mobile-resize.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300.no-mobile-resize.w150,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50.no-mobile-resize.w150 {
        width: 150px;
    }

    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100.no-mobile-resize.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150.no-mobile-resize.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200.no-mobile-resize.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250.no-mobile-resize.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300.no-mobile-resize.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50.no-mobile-resize.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100.no-mobile-resize.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150.no-mobile-resize.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200.no-mobile-resize.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250.no-mobile-resize.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300.no-mobile-resize.w200,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50.no-mobile-resize.w200 {
        width: 200px;
    }

    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100.no-mobile-resize.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150.no-mobile-resize.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200.no-mobile-resize.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250.no-mobile-resize.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300.no-mobile-resize.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50.no-mobile-resize.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100.no-mobile-resize.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150.no-mobile-resize.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200.no-mobile-resize.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250.no-mobile-resize.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300.no-mobile-resize.w250,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50.no-mobile-resize.w250 {
        width: 250px;
    }

    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100.no-mobile-resize.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150.no-mobile-resize.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200.no-mobile-resize.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250.no-mobile-resize.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300.no-mobile-resize.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50.no-mobile-resize.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100.no-mobile-resize.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150.no-mobile-resize.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200.no-mobile-resize.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250.no-mobile-resize.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300.no-mobile-resize.w300,
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50.no-mobile-resize.w300 {
        width: 300px;
    }
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input textarea,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input textarea,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input textarea,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input textarea {
    margin-top: 6px;
    outline: 0;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text {
    display: flex;
    margin-top: 3px;
    align-items: flex-start;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text.with-text-right {
    width: 100%;
    justify-content: flex-end;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text.with-right-content {
    width: 100%;
    justify-content: space-between;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-content-right {
    display: flex;
    flex-direction: column;
    width: 110px;
    margin-left: 10px;
    align-items: flex-end;
    flex-shrink: 0;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-content-right.is-large,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250 {
    width: 250px;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-btn {
    display: flex;
    padding-top: 5px;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    justify-content: flex-end;
}

@media (max-width:499px) {
    .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-btn {
        margin-right: -25px;
    }
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container {
    width: 100%;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-40px {
    width: 40px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-50px {
    width: 50px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-60px {
    width: 60px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-70px {
    width: 70px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-80px {
    width: 80px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-90px {
    width: 90px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-100px {
    width: 100px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-110px {
    width: 110px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-120px {
    width: 120px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-130px {
    width: 130px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-140px {
    width: 140px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-150px {
    width: 150px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-160px {
    width: 160px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-170px {
    width: 170px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-180px {
    width: 180px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-190px {
    width: 190px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-200px {
    width: 200px!important;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-header {
    font-size: 12px;
    display: flex;
    margin-bottom: 5px;
    color: #999;
    align-items: center;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line {
    display: flex;
    margin: 2px 0;
    align-items: center;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell:nth-child(1),
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell:nth-child(1),
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell:nth-child(1),
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell:nth-child(1) {
    font-size: 20px;
    color: #999;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell .td-btn-delete,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell .td-btn-delete,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell .td-btn-delete,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell .td-btn-delete {
    padding: 5px 8px;
    color: #999;
    border-radius: 50%;
}

.post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell .td-btn-delete:hover,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell .td-btn-delete:hover,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell .td-btn-delete:hover,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line .td-cell .td-btn-delete:hover {
    background-color: #efefef;
}

.post-form .pf-body .pf-row .pf-row-container .visible-xs .pf-row-button .send-code {
    flex-direction: row;
}

.post-form .pf-body .pf-row .pf-row-buttons,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .btn-unlink a,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .btn-unlink a,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .btn-unlink a {
    display: flex;
}

.post-form .pf-body .pf-row .pf-row-buttons .pf-btn {
    padding-top: 5px;
}

.post-form .pf-body .pf-row .pf-row-buttons .pf-button {
    display: flex;
    cursor: pointer;
    color: #008836;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:active,
.post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:focus,
.post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:hover {
    background: 0 0!important;
}

@media (min-width:900px) {
    .post-form .pf-body .pf-row .pf-row-buttons .pf-button {
        margin: -10px 0;
    }

    .post-form .pf-body .pf-row .pf-row-buttons .pf-button:hover {
        background-color: #efefef;
    }
}

.post-form .pf-body .pf-row .pf-row-buttons .pf-button.is-column {
    flex-direction: column;
    width: 55px;
    height: 55px;
}

.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .pm-button span,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .pm-button span,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed .pm-thead tr td .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-thead tr td .pm-button span,
.post-datatable .pm-table.is-condensed .pm-thead tr th .btn-icon span,
.post-datatable .pm-table.is-condensed .pm-thead tr th .pm-button span,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .btn-icon span,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .pm-button span,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .btn-icon span,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .pm-button span,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed tbody tr td .btn-icon span,
.post-datatable .pm-table.is-condensed tbody tr td .pm-button span,
.post-datatable .pm-table.is-condensed tbody tr th .btn-icon span,
.post-datatable .pm-table.is-condensed tbody tr th .pm-button span,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .btn-icon span,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .pm-button span,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .btn-icon span,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .pm-button span,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed tfoot tr td .btn-icon span,
.post-datatable .pm-table.is-condensed tfoot tr td .pm-button span,
.post-datatable .pm-table.is-condensed tfoot tr th .btn-icon span,
.post-datatable .pm-table.is-condensed tfoot tr th .pm-button span,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed thead .pm-tr td .btn-icon span,
.post-datatable .pm-table.is-condensed thead .pm-tr td .pm-button span,
.post-datatable .pm-table.is-condensed thead .pm-tr th .btn-icon span,
.post-datatable .pm-table.is-condensed thead .pm-tr th .pm-button span,
.post-datatable .pm-table.is-condensed thead tr .pm-td .btn-icon span,
.post-datatable .pm-table.is-condensed thead tr .pm-td .pm-button span,
.post-datatable .pm-table.is-condensed thead tr .pm-th .btn-icon span,
.post-datatable .pm-table.is-condensed thead tr .pm-th .pm-button span,
.post-datatable .pm-table.is-condensed thead tr td .btn-icon span,
.post-datatable .pm-table.is-condensed thead tr td .pm-button span,
.post-datatable .pm-table.is-condensed thead tr th .btn-icon span,
.post-datatable .pm-table.is-condensed thead tr th .pm-button span,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon span,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button span,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon span,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button span,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .btn-icon span,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .pm-button span,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .btn-icon span,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .pm-button span,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .btn-icon span,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .pm-button span,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .btn-icon span,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .pm-button span,
.post-datatable table.is-condensed .pm-tbody tr td .btn-icon span,
.post-datatable table.is-condensed .pm-tbody tr td .pm-button span,
.post-datatable table.is-condensed .pm-tbody tr th .btn-icon span,
.post-datatable table.is-condensed .pm-tbody tr th .pm-button span,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon span,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button span,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon span,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button span,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .btn-icon span,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .pm-button span,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .btn-icon span,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .pm-button span,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .btn-icon span,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .pm-button span,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .btn-icon span,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .pm-button span,
.post-datatable table.is-condensed .pm-tfoot tr td .btn-icon span,
.post-datatable table.is-condensed .pm-tfoot tr td .pm-button span,
.post-datatable table.is-condensed .pm-tfoot tr th .btn-icon span,
.post-datatable table.is-condensed .pm-tfoot tr th .pm-button span,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon span,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .pm-button span,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon span,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .pm-button span,
.post-datatable table.is-condensed .pm-thead .pm-tr td .btn-icon span,
.post-datatable table.is-condensed .pm-thead .pm-tr td .pm-button span,
.post-datatable table.is-condensed .pm-thead .pm-tr th .btn-icon span,
.post-datatable table.is-condensed .pm-thead .pm-tr th .pm-button span,
.post-datatable table.is-condensed .pm-thead tr .pm-td .btn-icon span,
.post-datatable table.is-condensed .pm-thead tr .pm-td .pm-button span,
.post-datatable table.is-condensed .pm-thead tr .pm-th .btn-icon span,
.post-datatable table.is-condensed .pm-thead tr .pm-th .pm-button span,
.post-datatable table.is-condensed .pm-thead tr td .btn-icon span,
.post-datatable table.is-condensed .pm-thead tr td .pm-button span,
.post-datatable table.is-condensed .pm-thead tr th .btn-icon span,
.post-datatable table.is-condensed .pm-thead tr th .pm-button span,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .btn-icon span,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .pm-button span,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .btn-icon span,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .pm-button span,
.post-datatable table.is-condensed tbody .pm-tr td .btn-icon span,
.post-datatable table.is-condensed tbody .pm-tr td .pm-button span,
.post-datatable table.is-condensed tbody .pm-tr th .btn-icon span,
.post-datatable table.is-condensed tbody .pm-tr th .pm-button span,
.post-datatable table.is-condensed tbody tr .pm-td .btn-icon span,
.post-datatable table.is-condensed tbody tr .pm-td .pm-button span,
.post-datatable table.is-condensed tbody tr .pm-th .btn-icon span,
.post-datatable table.is-condensed tbody tr .pm-th .pm-button span,
.post-datatable table.is-condensed tbody tr td .btn-icon span,
.post-datatable table.is-condensed tbody tr td .pm-button span,
.post-datatable table.is-condensed tbody tr th .btn-icon span,
.post-datatable table.is-condensed tbody tr th .pm-button span,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .btn-icon span,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .pm-button span,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .btn-icon span,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .pm-button span,
.post-datatable table.is-condensed tfoot .pm-tr td .btn-icon span,
.post-datatable table.is-condensed tfoot .pm-tr td .pm-button span,
.post-datatable table.is-condensed tfoot .pm-tr th .btn-icon span,
.post-datatable table.is-condensed tfoot .pm-tr th .pm-button span,
.post-datatable table.is-condensed tfoot tr .pm-td .btn-icon span,
.post-datatable table.is-condensed tfoot tr .pm-td .pm-button span,
.post-datatable table.is-condensed tfoot tr .pm-th .btn-icon span,
.post-datatable table.is-condensed tfoot tr .pm-th .pm-button span,
.post-datatable table.is-condensed tfoot tr td .btn-icon span,
.post-datatable table.is-condensed tfoot tr td .pm-button span,
.post-datatable table.is-condensed tfoot tr th .btn-icon span,
.post-datatable table.is-condensed tfoot tr th .pm-button span,
.post-datatable table.is-condensed thead .pm-tr .pm-td .btn-icon span,
.post-datatable table.is-condensed thead .pm-tr .pm-td .pm-button span,
.post-datatable table.is-condensed thead .pm-tr .pm-th .btn-icon span,
.post-datatable table.is-condensed thead .pm-tr .pm-th .pm-button span,
.post-datatable table.is-condensed thead .pm-tr td .btn-icon span,
.post-datatable table.is-condensed thead .pm-tr td .pm-button span,
.post-datatable table.is-condensed thead .pm-tr th .btn-icon span,
.post-datatable table.is-condensed thead .pm-tr th .pm-button span,
.post-datatable table.is-condensed thead tr .pm-td .btn-icon span,
.post-datatable table.is-condensed thead tr .pm-td .pm-button span,
.post-datatable table.is-condensed thead tr .pm-th .btn-icon span,
.post-datatable table.is-condensed thead tr .pm-th .pm-button span,
.post-datatable table.is-condensed thead tr td .btn-icon span,
.post-datatable table.is-condensed thead tr td .pm-button span,
.post-datatable table.is-condensed thead tr th .btn-icon span,
.post-datatable table.is-condensed thead tr th .pm-button span,
.post-form .pf-body .pf-row .pf-row-buttons .pf-button.is-column span,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-button.is-column span,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-button.is-column span,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-button.is-column span {
    font-size: 10px;
}

.post-form .pf-body .pf-row .pf-row-buttons .pf-button i,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-button i,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-button i,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-button i {
    font-size: 22px;
}

.post-form .pf-body .pf-row .pf-row-buttons .pf-button span,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-button span,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-button span,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-button span {
    font-size: 12px;
    padding: 0 5px;
}

.post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next {
    width: 30px;
    height: 30px;
    margin-top: 1px;
    padding: 9px 8px 9px 10px;
    cursor: pointer;
    border-radius: 50%;
}

@media (min-width:900px) {
    .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next:hover {
        background-color: #efefef;
    }
}

.post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next i,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next i,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next i,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next i {
    font-size: 12px;
    float: right;
}

@media (max-width:499px) {
    .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next {
        top: 0;
        right: 10px;
        display: flex;
        height: 100%;
        margin-top: 0;
        align-items: center;
    }
}

.post-form .pf-body .pf-row .btn-help i,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .btn-help i,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .btn-help i,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .btn-help i {
    font-size: 20px;
    margin-right: 10px;
    transition: color .2s ease;
    color: #999;
}

.post-form .pf-body .pf-row .btn-help:hover i {
    color: #2196f3;
}

.post-form .pf-body .pf-row .btn-help:not(.collapsed) i {
    display: block;
    transition: color .2s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #2196f3;
}

.post-form .pf-body .pf-row .btn-help:not(.collapsed) i:before,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .btn-help:not(.collapsed) i:before,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .btn-help:not(.collapsed) i:before,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .btn-help:not(.collapsed) i:before {
    content: '\e954';
}

.post-form.is-options .pf-header .pf-subtitle {
    font-size: 20px;
    margin-bottom: 0;
}

.post-form.is-options .pf-body .pf-row.is-toggle .pf-input {
    width: 70px;
    min-width: 70px;
}

@media (max-width:899px) {
    .post-form.is-options .pf-body .pf-row.is-toggle .pf-input {
        width: 50px;
        min-width: 50px;
    }
}

.post-form.is-options .pf-body .pf-row.is-checkbox,
.post-form.is-options .pf-body .pf-row.is-radio {
    align-items: center;
}

.post-form.is-options .pf-body .pf-row.is-checkbox .pf-input,
.post-form.is-options .pf-body .pf-row.is-radio .pf-input {
    width: 35px;
    min-width: 35px;
}

@media (max-width:899px) {
    .post-form.is-options .pf-body .pf-row.is-checkbox .pf-input,
    .post-form.is-options .pf-body .pf-row.is-radio .pf-input {
        width: 50px;
        min-width: 50px;
    }
}

.post-form.is-options .pf-body .pf-row.is-checkbox .pf-input label,
.post-form.is-options .pf-body .pf-row.is-radio .pf-input label {
    margin: 0;
}

.post-form.is-options .pf-body .pf-row .pf-row-label {
    line-height: 1;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .btn-unlink a span,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .btn-unlink a span,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .btn-unlink a span {
    font-size: 12px;
}

.post-form.is-options .pf-body .pf-row .pf-row-label .price,
.post-form.is-options .pf-body .pf-row .pf-row-label .service-name {
    font-family: 'Museo Sans',Georgia,serif;
    font-size: 18px;
    font-weight: 900;
}

.post-form.is-options .pf-body .pf-row .pf-row-label .price .mandatory,
.post-form.is-options .pf-body .pf-row .pf-row-label .service-name .mandatory {
    font-size: 12px;
    font-weight: 400;
}

.post-form.is-options .pf-body .pf-row .pf-row-label p {
    font-size: 13px;
    line-height: 1.2;
    margin: 3px 0;
}

.post-form.is-options.is-nested {
    padding-left: 85px;
}

.post-form.is-options.is-nested.with-nested .pf-header .pf-subtitle:before {
    font-family: 'post-icons';
    position: absolute;
    margin-left: -75px;
    content: '\e973';
}

@media (max-width:499px) {
    .post-form.is-options.is-nested {
        padding-left: 35px;
    }

    .post-form.is-options.is-nested.with-nested .pf-header .pf-subtitle:before {
        margin-left: -50px;
    }
}

.post-form .pf-row-actions {
    position: relative;
    display: flex;
    min-height: 70px;
    padding: 20px!important;
    border-top: solid 1px #ddd;
    align-items: center;
    justify-content: space-between;
}

@media (max-width:899px) {
    .post-form .pf-row-actions {
        flex-direction: column;
    }

    .post-form .pf-row-actions div:first-child .btn:first-child {
        margin-top: 0;
    }

    .post-form .pf-row-actions > div {
        display: flex;
        flex-direction: column;
        padding: 0!important;
        flex-basis: auto!important;
    }

    .post-form .pf-row-actions > div .btn {
        margin-top: 10px;
    }

    .post-form .pf-row-actions > div .btn:last-child {
        margin-bottom: 0!important;
    }
}

.post-form .pf-row-actions.align-right {
    justify-content: flex-end;
}

.post-form .pf-row-actions .btn:not(:first-of-type) {
    margin-left: 15px;
}

.post-form .pf-row-actions .left {
    padding-right: 10px;
    flex-basis: 200px;
}

.post-form .pf-row-actions .center {
    padding: 0;
}

.post-form .pf-row-actions .center.align-left {
    flex-grow: 1;
}

.post-form .pf-row-actions .right {
    padding-left: 10px;
}

@media (max-width:899px) {
    .post-form .pf-row-actions .center,
    .post-form .pf-row-actions .left,
    .post-form .pf-row-actions .right {
        align-items: center;
    }
}

.post-form .pf-row-actions .center .post-form,
.post-form .pf-row-actions .left .post-form,
.post-form .pf-row-actions .right .post-form {
    position: relative;
    width: 100%;
}

.post-form .pf-row-actions .center .post-form .pf-header,
.post-form .pf-row-actions .left .post-form .pf-header,
.post-form .pf-row-actions .right .post-form .pf-header {
    padding: 20px;
}

.post-form .pf-row-actions .center .post-form .pf-header .pf-title,
.post-form .pf-row-actions .left .post-form .pf-header .pf-title,
.post-form .pf-row-actions .right .post-form .pf-header .pf-title {
    font-size: 28px;
}

@media (max-width:1199px) {
    .post-form .pf-row-actions .center .post-form .pf-header .pf-title,
    .post-form .pf-row-actions .left .post-form .pf-header .pf-title,
    .post-form .pf-row-actions .right .post-form .pf-header .pf-title {
        margin-bottom: 20px;
    }
}

.post-form .pf-row-actions .center .post-form .pf-header .pf-description,
.post-form .pf-row-actions .left .post-form .pf-header .pf-description,
.post-form .pf-row-actions .right .post-form .pf-header .pf-description {
    font-size: 14px;
    position: relative;
}

.post-form .pf-row-actions .center .post-form .pf-body,
.post-form .pf-row-actions .left .post-form .pf-body,
.post-form .pf-row-actions .right .post-form .pf-body {
    border: 1px solid #f5f5f5;
    background: #fff;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-floating,
.post-form .pf-row-actions .left .post-form .pf-body.is-floating,
.post-form .pf-row-actions .right .post-form .pf-body.is-floating {
    border: 0;
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.post-form .pf-row-actions .center .post-form .pf-body.is-hoverable .pf-row:hover,
.post-form .pf-row-actions .left .post-form .pf-body.is-hoverable .pf-row:hover,
.post-form .pf-row-actions .right .post-form .pf-body.is-hoverable .pf-row:hover {
    background-color: #f5f5f5;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-hoverable-blue-cyan .pf-row:hover,
.post-form .pf-row-actions .left .post-form .pf-body.is-hoverable-blue-cyan .pf-row:hover,
.post-form .pf-row-actions .right .post-form .pf-body.is-hoverable-blue-cyan .pf-row:hover {
    background-color: #eef7fe;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-hoverable-green-nyanza .pf-row:hover,
.post-form .pf-row-actions .left .post-form .pf-body.is-hoverable-green-nyanza .pf-row:hover,
.post-form .pf-row-actions .right .post-form .pf-body.is-hoverable-green-nyanza .pf-row:hover {
    background-color: #eaf9f0;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-hoverable-yellow-vanilla .pf-row:hover,
.post-form .pf-row-actions .left .post-form .pf-body.is-hoverable-yellow-vanilla .pf-row:hover,
.post-form .pf-row-actions .right .post-form .pf-body.is-hoverable-yellow-vanilla .pf-row:hover {
    background-color: #fff8e8;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-hoverable-orange-papaya .pf-row:hover,
.post-form .pf-row-actions .left .post-form .pf-body.is-hoverable-orange-papaya .pf-row:hover,
.post-form .pf-row-actions .right .post-form .pf-body.is-hoverable-orange-papaya .pf-row:hover {
    background-color: #fff2e5;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-hoverable-red-misty .pf-row:hover,
.post-form .pf-row-actions .left .post-form .pf-body.is-hoverable-red-misty .pf-row:hover,
.post-form .pf-row-actions .right .post-form .pf-body.is-hoverable-red-misty .pf-row:hover {
    background-color: #fceff0;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-condensed .pf-row,
.post-form .pf-row-actions .left .post-form .pf-body.is-condensed .pf-row,
.post-form .pf-row-actions .right .post-form .pf-body.is-condensed .pf-row {
    min-height: 55px;
    padding: 12px 20px;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-condensed .pf-row .pf-row-container .pf-row-label,
.post-form .pf-row-actions .left .post-form .pf-body.is-condensed .pf-row .pf-row-container .pf-row-label,
.post-form .pf-row-actions .right .post-form .pf-body.is-condensed .pf-row .pf-row-container .pf-row-label {
    margin-top: 11px;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-condensed .pf-row .pf-row-container .pf-row-content,
.post-form .pf-row-actions .left .post-form .pf-body.is-condensed .pf-row .pf-row-container .pf-row-content,
.post-form .pf-row-actions .right .post-form .pf-body.is-condensed .pf-row .pf-row-container .pf-row-content {
    margin-top: 4px;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-condensed .pf-row.is-disclaimer,
.post-form .pf-row-actions .left .post-form .pf-body.is-condensed .pf-row.is-disclaimer,
.post-form .pf-row-actions .right .post-form .pf-body.is-condensed .pf-row.is-disclaimer {
    margin-top: -25px;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-narrow .pf-row,
.post-form .pf-row-actions .left .post-form .pf-body.is-narrow .pf-row,
.post-form .pf-row-actions .right .post-form .pf-body.is-narrow .pf-row {
    min-height: 55px;
    padding: 5px 20px;
}

.post-form .pf-row-actions .center .post-form .pf-body.is-narrow .pf-row .pf-row-container .pf-row-content,
.post-form .pf-row-actions .center .post-form .pf-body.is-narrow .pf-row .pf-row-container .pf-row-label,
.post-form .pf-row-actions .left .post-form .pf-body.is-narrow .pf-row .pf-row-container .pf-row-content,
.post-form .pf-row-actions .left .post-form .pf-body.is-narrow .pf-row .pf-row-container .pf-row-label,
.post-form .pf-row-actions .right .post-form .pf-body.is-narrow .pf-row .pf-row-container .pf-row-content,
.post-form .pf-row-actions .right .post-form .pf-body.is-narrow .pf-row .pf-row-container .pf-row-label {
    margin-top: 14px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row {
    position: relative;
    display: flex;
    min-height: 70px;
    padding: 20px;
    border-top: 1px solid #ddd;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.has-border,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.has-border,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.has-border {
    border: solid 1px #ddd;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.has-border-top,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.has-border-top,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.has-border-top {
    border-top: solid 1px #ddd;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.has-border-bottom,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.has-border-bottom,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.has-border-bottom {
    border-bottom: solid 1px #ddd;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.has-border-left,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.has-border-left,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.has-border-left {
    border-left: solid 1px #ddd;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.has-border-right,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.has-border-right,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.has-border-right {
    border-right: solid 1px #ddd;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.has-no-border,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.has-no-border,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.has-no-border {
    border: 0;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-section,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-section,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-section {
    padding: 0;
    background: #fffbf3;
    align-items: center;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-section .pf-row-container .pf-row-content,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-section .pf-row-container .pf-row-content,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-section .pf-row-container .pf-row-content {
    font-weight: 500;
    padding: 0 20px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-disabled .pf-row-container .pf-row-content .pf-text,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-disabled .pf-row-container .pf-row-label,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-disabled .pf-row-content .pf-text,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-disabled .pf-row-label,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-disabled .pf-row-container .pf-row-content .pf-text,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-disabled .pf-row-container .pf-row-label,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-disabled .pf-row-content .pf-text,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-disabled .pf-row-label,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-disabled .pf-row-container .pf-row-content .pf-text,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-disabled .pf-row-container .pf-row-label,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-disabled .pf-row-content .pf-text,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-disabled .pf-row-label {
    color: #999;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-gray-silver,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-gray-silver,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-gray-silver {
    padding-left: 15px;
    border-left: 5px solid #ccc;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-blue-jeans,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-blue-jeans,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-blue-jeans {
    padding-left: 15px;
    border-left: 5px solid #5ec5ed;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-blue-dodger,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-blue-dodger,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-blue-dodger {
    padding-left: 15px;
    border-left: 5px solid #2196f3;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-blue-cerulean,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-blue-cerulean,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-blue-cerulean {
    padding-left: 15px;
    border-left: 5px solid #00a6d4;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-blue-sky,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-blue-sky,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-blue-sky {
    padding-left: 15px;
    border-left: 5px solid #00b2dd;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-blue-denim,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-blue-denim,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-blue-denim {
    padding-left: 15px;
    border-left: 5px solid #146eb5;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-green-pinetree,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-green-pinetree,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-green-pinetree {
    padding-left: 15px;
    border-left: 5px solid #008836;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-green-kiwi,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-green-kiwi,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-green-kiwi {
    padding-left: 15px;
    border-left: 5px solid #0cb14b;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-green-android,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-green-android,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-green-android {
    padding-left: 15px;
    border-left: 5px solid #a7c638;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-yellow-mustard,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-yellow-mustard,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-yellow-mustard {
    padding-left: 15px;
    border-left: 5px solid #fabb00;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-orange-carrot,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-orange-carrot,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-orange-carrot {
    padding-left: 15px;
    border-left: 5px solid #ff8400;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-red-blood,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-red-blood,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-red-blood {
    padding-left: 15px;
    border-left: 5px solid #ed1c24;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-red-vermilion,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-red-vermilion,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-red-vermilion {
    padding-left: 15px;
    border-left: 5px solid #f15a29;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.with-mark-purple-ube,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.with-mark-purple-ube,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.with-mark-purple-ube {
    padding-left: 15px;
    border-left: 5px solid #8883bc;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-narrow,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-narrow,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-narrow {
    line-height: normal;
    min-height: 0;
    padding: 5px 20px;
}

@media (max-width:1199px) {
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-narrow,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-narrow,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-narrow {
        flex-direction: column;
    }
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-narrow .block-text,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-narrow .block-text,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-narrow .block-text {
    display: inline-block;
    padding-right: 15px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-column .pf-row-container,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-column .pf-row-container,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-column .pf-row-container {
    flex-direction: row!important;
    align-items: center!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-disclaimer,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-disclaimer,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-disclaimer {
    line-height: 1;
    min-height: 50px;
    margin-top: -20px;
    padding-top: 0;
    border-top: none;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row.is-disclaimer:hover,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row.is-disclaimer:hover,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row.is-disclaimer:hover {
    background-color: initial;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row-actions,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row-actions,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row-actions {
    padding: 15px 20px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row:first-child,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row:first-child,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row:first-child {
    border-top: none;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .btn-unlink,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .is-on-right,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .btn-unlink,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .is-on-right,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .btn-unlink,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .is-on-right {
    position: absolute;
    right: 20px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container {
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
    flex-basis: 100%;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-label,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-label,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-label {
    font-weight: 500;
    line-height: 1;
    margin-top: 6px;
    padding-right: 20px;
    color: #3e3d40;
    flex-basis: 200px;
    flex-shrink: 0;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-label .sub-line,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-label .sub-line,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-label .sub-line {
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tbody .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tbody .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tbody tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tbody tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tbody tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tbody tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tfoot tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table tfoot tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table thead .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table thead .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table thead tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table thead tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table thead tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable .pm-table thead tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tbody .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tbody .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tbody tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tbody tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tbody tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tbody tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tfoot tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-tfoot tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-thead .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-thead .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-thead tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-thead tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-thead tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table .pm-thead tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tbody .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tbody .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tbody .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tbody .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tbody tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tbody tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tbody tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tbody tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tfoot .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tfoot .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tfoot tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tfoot tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tfoot tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table tfoot tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table thead .pm-tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table thead .pm-tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table thead .pm-tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table thead .pm-tr th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table thead tr .pm-td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table thead tr .pm-th .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table thead tr td .edit-infos.is-active .action-input .save-buttons button,
.post-datatable table thead tr th .edit-infos.is-active .action-input .save-buttons button,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-label .sub-line *,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-label .sub-line *,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-label .sub-line * {
    display: block;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested {
    display: flex;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested .icon,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested .icon,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested .icon {
    font-size: 18px;
    position: absolute;
    display: inline-block;
    margin-top: -8px;
    padding-right: 10px;
    color: #999;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested .text,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested .text,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-nested .text {
    margin-left: 25px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-label .sublabel,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-label .sublabel,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-label .sublabel {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .btn-help:hover i,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-mandatory,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .btn-help:hover i,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-mandatory,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .btn-help:hover i,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-mandatory {
    color: #2196f3;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-error,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-error,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-label .is-error {
    color: #ed1c24;
}

@media (max-width:899px) {
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container {
        flex-direction: column;
    }

    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-label,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-label,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-label {
        flex-basis: auto;
    }
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content {
    display: flex;
    width: 100%;
}

@media (max-width:899px) {
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content {
        flex-direction: column;
    }
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content.with-no-input,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content.with-no-input,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content.with-no-input {
    margin-top: 5px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .post-checkbox-radio,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .post-checkbox-radio,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .post-checkbox-radio {
    margin-top: 6px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-sublink,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-sublink,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-sublink {
    display: flex;
    align-items: center;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    flex-grow: 1;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input + .pf-input,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input + .pf-input,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input + .pf-input {
    margin-left: 10px;
}

@media (max-width:899px) {
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input + .pf-input,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input + .pf-input,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input + .pf-input {
        margin: 0;
    }
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.with-floating-icon {
    flex-direction: row!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.no-grow,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.no-grow,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.no-grow {
    flex-grow: 0;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.is-inline,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.is-inline,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input.is-inline {
    flex-direction: row;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input {
    line-height: 30px;
    max-width: 100%;
    height: 30px;
    margin-top: -1px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select {
    line-height: 30px;
    max-width: 100%;
    height: 30px;
    margin-top: -1px;
    padding-right: 20px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300 {
    width: 300px;
}

@media (max-width:899px) {
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100,
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150,
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200,
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250,
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300,
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50,
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100,
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150,
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200,
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250,
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300,
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w100,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w150,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w200,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w250,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w300,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input input.w50,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w100,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w150,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w200,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w250,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w300,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input select.w50 {
        width: 100%;
    }
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text {
    display: flex;
    margin-top: 3px;
    align-items: flex-start;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text.with-text-right,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text.with-text-right,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text.with-text-right {
    width: 100%;
    justify-content: flex-end;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text.with-right-content,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text.with-right-content,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text.with-right-content {
    width: 100%;
    justify-content: space-between;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-content-right,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-content-right,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-content-right {
    display: flex;
    flex-direction: column;
    width: 110px;
    margin-left: 10px;
    align-items: flex-end;
    flex-shrink: 0;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-content-right.is-large,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-content-right.is-large,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-content-right.is-large {
    width: 250px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-btn,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-btn,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-btn {
    display: flex;
    padding-top: 5px;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    justify-content: flex-end;
}

@media (max-width:499px) {
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-btn,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-btn,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-btn {
        margin-right: -25px;
    }
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container {
    width: 100%;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-40px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-40px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-40px {
    width: 40px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-50px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-50px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-50px {
    width: 50px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-60px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-60px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-60px {
    width: 60px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-70px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-70px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-70px {
    width: 70px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-80px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-80px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-80px {
    width: 80px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-90px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-90px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-90px {
    width: 90px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-100px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-100px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-100px {
    width: 100px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-110px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-110px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-110px {
    width: 110px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-120px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-120px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-120px {
    width: 120px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-130px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-130px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-130px {
    width: 130px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-140px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-140px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-140px {
    width: 140px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-150px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-150px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-150px {
    width: 150px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-160px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-160px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-160px {
    width: 160px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-170px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-170px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-170px {
    width: 170px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-180px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-180px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-180px {
    width: 180px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-190px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-190px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-190px {
    width: 190px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-200px,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-200px,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-cell.col-200px {
    width: 200px!important;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-header,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-header,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-header {
    font-size: 12px;
    display: flex;
    margin-bottom: 5px;
    color: #999;
    align-items: center;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .pf-row-content .table-multi-input-container .table-multi-input .td-body .td-line {
    display: flex;
    margin: 2px 0;
    align-items: center;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-container .visible-xs .pf-row-button .send-code,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-container .visible-xs .pf-row-button .send-code,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-container .visible-xs .pf-row-button .send-code {
    flex-direction: row;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons {
    display: flex;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-btn,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-btn,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-btn {
    padding-top: 5px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-button,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-button,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-button {
    display: flex;
    cursor: pointer;
    color: #008836;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:active,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:focus,
.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:hover,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:active,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:focus,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:hover,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:active,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:focus,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-button.no-hover:hover {
    background: 0 0!important;
}

@media (min-width:900px) {
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-button,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-button,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-button {
        margin: -10px 0;
    }

    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-button:hover,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-button:hover,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-button:hover {
        background-color: #efefef;
    }
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-button.is-column,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-button.is-column,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-button.is-column {
    flex-direction: column;
    width: 55px;
    height: 55px;
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next {
    width: 30px;
    height: 30px;
    margin-top: 1px;
    padding: 9px 8px 9px 10px;
    cursor: pointer;
    border-radius: 50%;
}

@media (min-width:900px) {
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next:hover,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next:hover,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next:hover {
        background-color: #efefef;
    }
}

@media (max-width:499px) {
    .post-form .pf-row-actions .center .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next,
    .post-form .pf-row-actions .left .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next,
    .post-form .pf-row-actions .right .post-form .pf-body .pf-row .pf-row-buttons .pf-btn-next {
        top: 0;
        right: 10px;
        display: flex;
        height: 100%;
        margin-top: 0;
        align-items: center;
    }
}

.post-form .pf-row-actions .center .post-form .pf-body .pf-row .btn-help:not(.collapsed) i,
.post-form .pf-row-actions .left .post-form .pf-body .pf-row .btn-help:not(.collapsed) i,
.post-form .pf-row-actions .right .post-form .pf-body .pf-row .btn-help:not(.collapsed) i {
    display: block;
    transition: color .2s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #2196f3;
}

.post-form .pf-row-actions .center .post-form .pf-row-actions,
.post-form .pf-row-actions .left .post-form .pf-row-actions,
.post-form .pf-row-actions .right .post-form .pf-row-actions {
    position: relative;
    display: flex;
    min-height: 70px;
    padding: 20px!important;
    border-top: solid 1px #ddd;
    align-items: center;
    justify-content: space-between;
}

@media (max-width:899px) {
    .post-form .pf-row-actions .center .post-form .pf-row-actions,
    .post-form .pf-row-actions .left .post-form .pf-row-actions,
    .post-form .pf-row-actions .right .post-form .pf-row-actions {
        flex-direction: column;
    }

    .post-form .pf-row-actions .center .post-form .pf-row-actions div:first-child .btn:first-child,
    .post-form .pf-row-actions .left .post-form .pf-row-actions div:first-child .btn:first-child,
    .post-form .pf-row-actions .right .post-form .pf-row-actions div:first-child .btn:first-child {
        margin-top: 0;
    }

    .post-form .pf-row-actions .center .post-form .pf-row-actions > div,
    .post-form .pf-row-actions .left .post-form .pf-row-actions > div,
    .post-form .pf-row-actions .right .post-form .pf-row-actions > div {
        display: flex;
        flex-direction: column;
        padding: 0!important;
        flex-basis: auto!important;
    }

    .post-form .pf-row-actions .center .post-form .pf-row-actions > div .btn,
    .post-form .pf-row-actions .left .post-form .pf-row-actions > div .btn,
    .post-form .pf-row-actions .right .post-form .pf-row-actions > div .btn {
        margin-top: 10px;
    }

    .post-form .pf-row-actions .center .post-form .pf-row-actions > div .btn:last-child,
    .post-form .pf-row-actions .left .post-form .pf-row-actions > div .btn:last-child,
    .post-form .pf-row-actions .right .post-form .pf-row-actions > div .btn:last-child {
        margin-bottom: 0!important;
    }
}

.post-form .pf-row-actions .center .post-form .pf-row-actions.align-right,
.post-form .pf-row-actions .left .post-form .pf-row-actions.align-right,
.post-form .pf-row-actions .right .post-form .pf-row-actions.align-right {
    justify-content: flex-end;
}

.post-form .pf-row-actions .center .post-form .pf-row-actions .left,
.post-form .pf-row-actions .left .post-form .pf-row-actions .left,
.post-form .pf-row-actions .right .post-form .pf-row-actions .left {
    padding-right: 10px;
    flex-basis: 200px;
}

.post-form .pf-row-actions .center .post-form .pf-row-actions .center,
.post-form .pf-row-actions .left .post-form .pf-row-actions .center,
.post-form .pf-row-actions .right .post-form .pf-row-actions .center {
    padding: 0;
}

.post-form .pf-row-actions .center .post-form .pf-row-actions .center.align-left,
.post-form .pf-row-actions .left .post-form .pf-row-actions .center.align-left,
.post-form .pf-row-actions .right .post-form .pf-row-actions .center.align-left {
    flex-grow: 1;
}

.post-form .pf-row-actions .center .post-form .pf-row-actions .right,
.post-form .pf-row-actions .left .post-form .pf-row-actions .right,
.post-form .pf-row-actions .right .post-form .pf-row-actions .right {
    padding-left: 10px;
}

@media (max-width:899px) {
    .post-form .pf-row-actions .center .post-form .pf-row-actions .center,
    .post-form .pf-row-actions .center .post-form .pf-row-actions .left,
    .post-form .pf-row-actions .center .post-form .pf-row-actions .right,
    .post-form .pf-row-actions .left .post-form .pf-row-actions .center,
    .post-form .pf-row-actions .left .post-form .pf-row-actions .left,
    .post-form .pf-row-actions .left .post-form .pf-row-actions .right,
    .post-form .pf-row-actions .right .post-form .pf-row-actions .center,
    .post-form .pf-row-actions .right .post-form .pf-row-actions .left,
    .post-form .pf-row-actions .right .post-form .pf-row-actions .right {
        align-items: center;
    }
}

.post-form .pf-footer,
.post-form .pf-row-actions .center .post-form .pf-footer,
.post-form .pf-row-actions .left .post-form .pf-footer,
.post-form .pf-row-actions .right .post-form .pf-footer {
    padding: 0 20px;
    background: #fff;
}

.post-form .pf-footnotes,
.post-form .pf-row-actions .center .post-form .pf-footnotes,
.post-form .pf-row-actions .left .post-form .pf-footnotes,
.post-form .pf-row-actions .right .post-form .pf-footnotes {
    font-size: 14px;
    margin-top: 20px;
    margin-right: 19px;
    margin-left: 19px;
}

.post-form .pf-footnotes .is-mandatory,
.post-form .pf-row-actions .center .post-form .pf-footnotes .is-mandatory,
.post-form .pf-row-actions .left .post-form .pf-footnotes .is-mandatory,
.post-form .pf-row-actions .right .post-form .pf-footnotes .is-mandatory {
    color: #2196f3;
}

.post-form .pf-comments,
.post-form .pf-row-actions .center .post-form .pf-comments,
.post-form .pf-row-actions .left .post-form .pf-comments,
.post-form .pf-row-actions .right .post-form .pf-comments {
    padding: 20px;
}

.input-file-container input[type=file]::-webkit-file-upload-button,
.input-file-container input[type=file]::-webkit-file-upload-button:hover,
.post-form .pf-row-actions .center .post-form input[type=file]::-webkit-file-upload-button,
.post-form .pf-row-actions .left .post-form input[type=file]::-webkit-file-upload-button,
.post-form .pf-row-actions .right .post-form input[type=file]::-webkit-file-upload-button,
.post-form input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

.post-form .pf-row-actions .floating-menu .floating-menu-button {
    right: 0;
    bottom: 0;
    align-self: flex-end;
}

.input-file-container {
    width: 100%;
}

.input-file-container input[type=file]:disabled::-webkit-file-upload-button:hover {
    cursor: not-allowed;
}

.input-file-container .input-content:hover .input-field + .action-container .button-container button {
    transition: background-color .2s ease;
    background: #efefef;
}

.input-file-container .input-content:hover .input-field:disabled + .action-container .button-container button {
    background: 0 0!important;
}

.input-file-container .input-content .input-field {
    line-height: 30px;
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 30px;
    padding-left: 34px;
    border: 0;
    box-shadow: inset 0 -1px 0 #ddd;
}

.input-file-container .input-content .input-field:disabled[value] {
    color: #999!important;
}

.input-file-container .input-content .input-field:disabled[value] + .action-container .button-container button {
    color: #ccc;
}

.input-file-container .input-content .action-container,
.input-file-container .input-content .input-field .action-container {
    top: 3px;
    left: 0;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    text-align: left;
}

.input-file-container .input-content .input-field .action-container .button-container {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 30px;
    height: 30px;
    color: #999;
    align-self: center;
}

.input-file-container .input-content .action-container .button-container button,
.input-file-container .input-content .input-field .action-container .button-container button {
    font-size: 20px;
    width: 30px;
    height: 30px;
    color: #2196f3;
    border-radius: 50%;
}

.input-file-container .input-content .action-container .button-container button:before,
.input-file-container .input-content .input-field .action-container .button-container button:before {
    font-family: 'post-icons'!important;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    content: '\e953';
}

.input-file-container .input-content .input-field .action-container input.button-upload {
    font-size: 20px;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.input-file-container .input-content.with-floating-icon i {
    font-size: 20px;
    position: absolute;
    top: 4px;
    right: 0;
}

.input-date {
    display: flex;
}

.input-date i {
    font-size: 24px;
    margin-right: -25px;
    color: #999;
}

.input-date input {
    padding-right: 25px;
    padding-left: 30px;
    background: no-repeat;
    background-image: url(../img/select-arrow.png)!important;
    background-position: bottom 5px right;
    background-size: 25px!important;
}

.input-date input[readonly] {
    pointer-events: none!important;
    background-image: none!important;
}

.input-file-container {
    display: flex;
    flex-direction: column;
}

.input-file-container .input-label {
    height: 30px;
}

.input-file-container .input-content {
    position: relative;
    display: flex;
    width: 100%;
}

.input-file-container .input-content:hover .action-container .button-container button {
    transition: background-color .2s ease;
    background: rgba(128,128,128,.1)!important;
}

.input-file-container .input-content:focus .action-container .button-container button {
    color: red!important;
    background: rgba(128,128,128,.2)!important;
}

.input-file-container .input-content .input-field:hover {
    cursor: pointer;
}

.input-file-container .input-content .input-field:focus {
    transition: box-shadow .2s ease;
    box-shadow: inset 0 -2px 0 #00a6d4;
}

.input-file-container .input-content .input-field[value] {
    color: #646567;
}

.input-file-container .input-content .action-container .button-container {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 30px;
    height: 30px;
    color: #999;
    align-self: center;
}

.input-file-container .input-content .action-container input.button-upload {
    font-size: 20px;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.input-file-container .input-content.with-floating-icon .button-upload {
    padding-right: 30px;
}

.dropdown {
    position: relative;
}

.dropdown.is-select .dropdown-toggle {
    line-height: 30px;
    max-width: 100%;
    height: 30px;
    margin-top: -1px;
    padding-right: 20px;
    transition: box-shadow .2s ease;
    text-align: left;
    background-image: url(../img/select-arrow.png)!important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px!important;
    box-shadow: inset 0 -1px 0 #ddd;
}

.dropdown.is-select .dropdown-toggle:focus {
    box-shadow: inset 0 -2px 0 #00a6d4;
}

.dropdown.is-select .dropdown-toggle + .dropdown-menu {
    width: inherit;
    min-width: 145px;
    margin-left: 0;
}

.dropdown.is-select .dropdown-toggle + .dropdown-menu .divider {
    background: #ddd;
}

.dropdown.is-select.w-number .dropdown-menu,
.dropdown.is-select.w-number .dropdown-toggle {
    width: 58px;
    min-width: 58px;
}

.dropdown.is-select.w50 .dropdown-menu,
.dropdown.is-select.w50 .dropdown-toggle {
    width: 50px;
}

.dropdown.is-select.w100 .dropdown-menu,
.dropdown.is-select.w100 .dropdown-toggle {
    width: 100px;
}

.dropdown.is-select.w150 .dropdown-menu,
.dropdown.is-select.w150 .dropdown-toggle {
    width: 150px;
}

.dropdown.is-select.w200 .dropdown-menu,
.dropdown.is-select.w200 .dropdown-toggle,
.multi-select.is-small {
    width: 200px;
}

.dropdown.is-select.w250 .dropdown-menu,
.dropdown.is-select.w250 .dropdown-toggle {
    width: 250px;
}

.dropdown.is-select.w300 .dropdown-menu,
.dropdown.is-select.w300 .dropdown-toggle {
    width: 300px;
}

@media (max-width:899px) {
    .dropdown.is-select.w100 .dropdown-menu,
    .dropdown.is-select.w100 .dropdown-toggle,
    .dropdown.is-select.w150 .dropdown-menu,
    .dropdown.is-select.w150 .dropdown-toggle,
    .dropdown.is-select.w200 .dropdown-menu,
    .dropdown.is-select.w200 .dropdown-toggle,
    .dropdown.is-select.w250 .dropdown-menu,
    .dropdown.is-select.w250 .dropdown-toggle,
    .dropdown.is-select.w300 .dropdown-menu,
    .dropdown.is-select.w300 .dropdown-toggle,
    .dropdown.is-select.w50 .dropdown-menu,
    .dropdown.is-select.w50 .dropdown-toggle {
        width: 100%;
    }

    .dropdown.is-select.w100.no-mobile-resize.w50 .dropdown-menu,
    .dropdown.is-select.w100.no-mobile-resize.w50 .dropdown-toggle,
    .dropdown.is-select.w150.no-mobile-resize.w50 .dropdown-menu,
    .dropdown.is-select.w150.no-mobile-resize.w50 .dropdown-toggle,
    .dropdown.is-select.w200.no-mobile-resize.w50 .dropdown-menu,
    .dropdown.is-select.w200.no-mobile-resize.w50 .dropdown-toggle,
    .dropdown.is-select.w250.no-mobile-resize.w50 .dropdown-menu,
    .dropdown.is-select.w250.no-mobile-resize.w50 .dropdown-toggle,
    .dropdown.is-select.w300.no-mobile-resize.w50 .dropdown-menu,
    .dropdown.is-select.w300.no-mobile-resize.w50 .dropdown-toggle,
    .dropdown.is-select.w50.no-mobile-resize.w50 .dropdown-menu,
    .dropdown.is-select.w50.no-mobile-resize.w50 .dropdown-toggle {
        width: 50px;
    }

    .dropdown.is-select.w100.no-mobile-resize.w100 .dropdown-menu,
    .dropdown.is-select.w100.no-mobile-resize.w100 .dropdown-toggle,
    .dropdown.is-select.w150.no-mobile-resize.w100 .dropdown-menu,
    .dropdown.is-select.w150.no-mobile-resize.w100 .dropdown-toggle,
    .dropdown.is-select.w200.no-mobile-resize.w100 .dropdown-menu,
    .dropdown.is-select.w200.no-mobile-resize.w100 .dropdown-toggle,
    .dropdown.is-select.w250.no-mobile-resize.w100 .dropdown-menu,
    .dropdown.is-select.w250.no-mobile-resize.w100 .dropdown-toggle,
    .dropdown.is-select.w300.no-mobile-resize.w100 .dropdown-menu,
    .dropdown.is-select.w300.no-mobile-resize.w100 .dropdown-toggle,
    .dropdown.is-select.w50.no-mobile-resize.w100 .dropdown-menu,
    .dropdown.is-select.w50.no-mobile-resize.w100 .dropdown-toggle {
        width: 100px;
    }

    .dropdown.is-select.w100.no-mobile-resize.w150 .dropdown-menu,
    .dropdown.is-select.w100.no-mobile-resize.w150 .dropdown-toggle,
    .dropdown.is-select.w150.no-mobile-resize.w150 .dropdown-menu,
    .dropdown.is-select.w150.no-mobile-resize.w150 .dropdown-toggle,
    .dropdown.is-select.w200.no-mobile-resize.w150 .dropdown-menu,
    .dropdown.is-select.w200.no-mobile-resize.w150 .dropdown-toggle,
    .dropdown.is-select.w250.no-mobile-resize.w150 .dropdown-menu,
    .dropdown.is-select.w250.no-mobile-resize.w150 .dropdown-toggle,
    .dropdown.is-select.w300.no-mobile-resize.w150 .dropdown-menu,
    .dropdown.is-select.w300.no-mobile-resize.w150 .dropdown-toggle,
    .dropdown.is-select.w50.no-mobile-resize.w150 .dropdown-menu,
    .dropdown.is-select.w50.no-mobile-resize.w150 .dropdown-toggle {
        width: 150px;
    }

    .dropdown.is-select.w100.no-mobile-resize.w200 .dropdown-menu,
    .dropdown.is-select.w100.no-mobile-resize.w200 .dropdown-toggle,
    .dropdown.is-select.w150.no-mobile-resize.w200 .dropdown-menu,
    .dropdown.is-select.w150.no-mobile-resize.w200 .dropdown-toggle,
    .dropdown.is-select.w200.no-mobile-resize.w200 .dropdown-menu,
    .dropdown.is-select.w200.no-mobile-resize.w200 .dropdown-toggle,
    .dropdown.is-select.w250.no-mobile-resize.w200 .dropdown-menu,
    .dropdown.is-select.w250.no-mobile-resize.w200 .dropdown-toggle,
    .dropdown.is-select.w300.no-mobile-resize.w200 .dropdown-menu,
    .dropdown.is-select.w300.no-mobile-resize.w200 .dropdown-toggle,
    .dropdown.is-select.w50.no-mobile-resize.w200 .dropdown-menu,
    .dropdown.is-select.w50.no-mobile-resize.w200 .dropdown-toggle {
        width: 200px;
    }

    .dropdown.is-select.w100.no-mobile-resize.w250 .dropdown-menu,
    .dropdown.is-select.w100.no-mobile-resize.w250 .dropdown-toggle,
    .dropdown.is-select.w150.no-mobile-resize.w250 .dropdown-menu,
    .dropdown.is-select.w150.no-mobile-resize.w250 .dropdown-toggle,
    .dropdown.is-select.w200.no-mobile-resize.w250 .dropdown-menu,
    .dropdown.is-select.w200.no-mobile-resize.w250 .dropdown-toggle,
    .dropdown.is-select.w250.no-mobile-resize.w250 .dropdown-menu,
    .dropdown.is-select.w250.no-mobile-resize.w250 .dropdown-toggle,
    .dropdown.is-select.w300.no-mobile-resize.w250 .dropdown-menu,
    .dropdown.is-select.w300.no-mobile-resize.w250 .dropdown-toggle,
    .dropdown.is-select.w50.no-mobile-resize.w250 .dropdown-menu,
    .dropdown.is-select.w50.no-mobile-resize.w250 .dropdown-toggle {
        width: 250px;
    }

    .dropdown.is-select.w100.no-mobile-resize.w300 .dropdown-menu,
    .dropdown.is-select.w100.no-mobile-resize.w300 .dropdown-toggle,
    .dropdown.is-select.w150.no-mobile-resize.w300 .dropdown-menu,
    .dropdown.is-select.w150.no-mobile-resize.w300 .dropdown-toggle,
    .dropdown.is-select.w200.no-mobile-resize.w300 .dropdown-menu,
    .dropdown.is-select.w200.no-mobile-resize.w300 .dropdown-toggle,
    .dropdown.is-select.w250.no-mobile-resize.w300 .dropdown-menu,
    .dropdown.is-select.w250.no-mobile-resize.w300 .dropdown-toggle,
    .dropdown.is-select.w300.no-mobile-resize.w300 .dropdown-menu,
    .dropdown.is-select.w300.no-mobile-resize.w300 .dropdown-toggle,
    .dropdown.is-select.w50.no-mobile-resize.w300 .dropdown-menu,
    .dropdown.is-select.w50.no-mobile-resize.w300 .dropdown-toggle {
        width: 300px;
    }
}

.dropdown .dropdown-menu li a:hover {
    background: #eee;
}

.multi-select {
    position: relative;
    width: 100%;
}

.multi-select.is-medium {
    width: 400px;
}

.multi-select.is-success.is-labeled .labeled-input {
    color: #008836!important;
}

.multi-select.is-success .ms-placeholder {
    box-shadow: inset 0 -2px 0 #008836!important;
}

.multi-select.is-warning.is-labeled .labeled-input {
    color: #ff8400!important;
}

.multi-select.is-warning .ms-placeholder {
    box-shadow: inset 0 -2px 0 #ff8400!important;
}

.multi-select.is-error.is-labeled .labeled-input {
    color: #ed1c24!important;
}

.multi-select.is-error .ms-placeholder {
    box-shadow: inset 0 -2px 0 #ed1c24!important;
}

.multi-select.is-labeled .labeled-input {
    font-size: 12px;
    font-weight: 400;
    display: block;
    color: #999;
}

.multi-select.is-labeled .labeled-input:hover {
    cursor: pointer;
    color: #00a6d4;
}

.multi-select .ms-header,
.multi-select .ms-placeholder {
    position: relative;
    display: flex;
    padding-left: 14px;
    align-items: center;
    justify-content: flex-start;
}

.multi-select .ms-header {
    font-weight: 500;
    height: 40px;
    border: solid 1px #eee;
    background: #fafafa;
}

.multi-select .ms-placeholder {
    font-size: 14px;
    height: 30px;
    background: #fff;
    box-shadow: inset 0 -1px 0 #ddd;
}

.multi-select .ms-placeholder:active {
    transition: box-shadow .2s ease;
    box-shadow: inset 0 -2px 0 #00a6d4;
}

.multi-select .ms-placeholder.with-tags {
    height: auto;
    min-height: 30px;
    padding: 0 6px 0 0;
}

.multi-select .ms-placeholder:after {
    font-family: 'post-icons'!important;
    font-size: 10px;
    position: absolute;
    top: 15px;
    right: 5px;
    content: '\e805';
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    color: #646567;
}

.multi-select .ms-placeholder:hover {
    cursor: pointer;
}

.multi-select .ms-placeholder.collapsed:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.multi-select .ms-placeholder .tags-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.multi-select .ms-placeholder .tags-container .tag + .text-placeholder,
.post-checkbox-radio input,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table .pm-thead tr th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tbody tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tbody tr th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tfoot tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table tfoot tr th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table thead .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table thead .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table thead tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table thead tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table thead tr td .edit-infos .action-input .save-buttons button,
.post-datatable .pm-table thead tr th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tbody tr td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tbody tr th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tfoot tr td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-tfoot tr th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-thead .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-thead .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-thead tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-thead tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-thead tr td .edit-infos .action-input .save-buttons button,
.post-datatable table .pm-thead tr th .edit-infos .action-input .save-buttons button,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table tbody .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable table tbody .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable table tbody tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table tbody tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table tbody tr td .edit-infos .action-input .save-buttons button,
.post-datatable table tbody tr th .edit-infos .action-input .save-buttons button,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table tfoot .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable table tfoot .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable table tfoot tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table tfoot tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table tfoot tr td .edit-infos .action-input .save-buttons button,
.post-datatable table tfoot tr th .edit-infos .action-input .save-buttons button,
.post-datatable table thead .pm-tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table thead .pm-tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table thead .pm-tr td .edit-infos .action-input .save-buttons button,
.post-datatable table thead .pm-tr th .edit-infos .action-input .save-buttons button,
.post-datatable table thead tr .pm-td .edit-infos .action-input .save-buttons button,
.post-datatable table thead tr .pm-th .edit-infos .action-input .save-buttons button,
.post-datatable table thead tr td .edit-infos .action-input .save-buttons button,
.post-datatable table thead tr th .edit-infos .action-input .save-buttons button {
    display: none;
}

.multi-select .ms-placeholder .tags-container .tag {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: flex;
    max-width: 200px;
    min-height: 25px;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 2px;
    padding-right: inherit;
    color: #646567;
    border-radius: 8px;
    background: #f6fafe;
    flex-shrink: inherit!important;
    flex-basis: auto!important;
}

.multi-select .ms-placeholder .tags-container .tag .tag-name {
    display: flex;
    padding: 0 9px 0 6px;
    cursor: default;
    align-items: center;
}

.multi-select .ms-placeholder .tags-container .tag .cross {
    display: flex;
    min-width: 20px;
    max-width: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.multi-select .ms-placeholder .tags-container .tag .cross:hover i {
    transition: background-color .2s ease;
    background-color: rgba(255,255,255,.4);
}

.multi-select .ms-placeholder .tags-container .tag .cross:before {
    position: absolute;
    display: block;
    width: 1px;
    height: 12px;
    margin-left: -10px;
    content: '';
    background: #eee;
}

.multi-select .ms-placeholder .tags-container .tag .cross i {
    font-size: 9px;
    display: block;
    margin-top: 1px;
    padding: 3px;
    border-radius: 50%;
}

.multi-select .collapse,
.multi-select .collapsing {
    position: absolute;
    z-index: 1;
    width: inherit;
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.multi-select .collapse .ms-body,
.multi-select .ms-body {
    overflow: hidden;
}

.multi-select .collapse .ms-body.with-2-lines,
.multi-select .ms-body.with-2-lines {
    height: calc(30px*2);
}

.multi-select .collapse .ms-body.with-3-lines,
.multi-select .ms-body.with-3-lines {
    height: calc(30px*3);
}

.multi-select .collapse .ms-body.with-4-lines,
.multi-select .ms-body.with-4-lines {
    height: calc(30px*4);
}

.multi-select .collapse .ms-body.with-5-lines,
.multi-select .ms-body.with-5-lines {
    height: calc(30px*5);
}

.multi-select .collapse .ms-body.with-6-lines,
.multi-select .ms-body.with-6-lines {
    height: calc(30px*6);
}

.multi-select .collapse .ms-body.with-7-lines,
.multi-select .ms-body.with-7-lines {
    height: calc(30px*7);
}

.multi-select .collapse .ms-body.with-8-lines,
.multi-select .ms-body.with-8-lines {
    height: calc(30px*8);
}

.multi-select .collapse .ms-body.with-9-lines,
.multi-select .ms-body.with-9-lines {
    height: calc(30px*9);
}

.multi-select .collapse .ms-body.with-10-lines,
.multi-select .ms-body.with-10-lines {
    height: calc(30px*10);
}

.multi-select .collapse .ms-body.is-selectors-white .ms-row label:after,
.multi-select .ms-body.is-selectors-white .ms-row label:after {
    color: #fff!important;
}

.multi-select .collapse .ms-body.is-selectors-gray-white-smoke .ms-row label:after,
.multi-select .ms-body.is-selectors-gray-white-smoke .ms-row label:after {
    color: #f5f5f5!important;
}

.multi-select .collapse .ms-body.is-selectors-gray-silver .ms-row label:after,
.multi-select .ms-body.is-selectors-gray-silver .ms-row label:after,
.post-checkbox-radio.is-disabled label {
    color: #ccc!important;
}

.multi-select .collapse .ms-body.is-selectors-gray-granite .ms-row label:after,
.multi-select .collapse .ms-body.is-selectors-gray-spanish .ms-row label:after,
.multi-select .ms-body.is-selectors-gray-granite .ms-row label:after,
.multi-select .ms-body.is-selectors-gray-spanish .ms-row label:after {
    color: #999!important;
}

.multi-select .collapse .ms-body.is-selectors-gray-onyx .ms-row label:after,
.multi-select .ms-body.is-selectors-gray-onyx .ms-row label:after {
    color: #3e3d40!important;
}

.multi-select .collapse .ms-body.is-selectors-blue-jeans .ms-row label:after,
.multi-select .ms-body.is-selectors-blue-jeans .ms-row label:after {
    color: #5ec5ed!important;
}

.multi-select .collapse .ms-body.is-selectors-blue-dodger .ms-row label:after,
.multi-select .ms-body.is-selectors-blue-dodger .ms-row label:after {
    color: #2196f3!important;
}

.multi-select .collapse .ms-body.is-selectors-blue-cerulean .ms-row label:after,
.multi-select .collapse .ms-body.is-selectors-blue-sky .ms-row label:after,
.multi-select .ms-body.is-selectors-blue-cerulean .ms-row label:after,
.multi-select .ms-body.is-selectors-blue-sky .ms-row label:after {
    color: #00a6d4!important;
}

.multi-select .collapse .ms-body.is-selectors-blue-denim .ms-row label:after,
.multi-select .ms-body.is-selectors-blue-denim .ms-row label:after {
    color: #146eb5!important;
}

.multi-select .collapse .ms-body.is-selectors-green-pinetree .ms-row label:after,
.multi-select .ms-body.is-selectors-green-pinetree .ms-row label:after {
    color: #008836!important;
}

.multi-select .collapse .ms-body.is-selectors-green-kiwi .ms-row label:after,
.multi-select .ms-body.is-selectors-green-kiwi .ms-row label:after {
    color: #0cb14b!important;
}

.multi-select .collapse .ms-body.is-selectors-green-android .ms-row label:after,
.multi-select .ms-body.is-selectors-green-android .ms-row label:after {
    color: #a7c638!important;
}

.multi-select .collapse .ms-body.is-selectors-yellow-mustard .ms-row label:after,
.multi-select .ms-body.is-selectors-yellow-mustard .ms-row label:after {
    color: #fabb00!important;
}

.multi-select .collapse .ms-body.is-selectors-orange-carrot .ms-row label:after,
.multi-select .ms-body.is-selectors-orange-carrot .ms-row label:after {
    color: #ff8400!important;
}

.multi-select .collapse .ms-body.is-selectors-red-blood .ms-row label:after,
.multi-select .ms-body.is-selectors-red-blood .ms-row label:after {
    color: #ed1c24!important;
}

.multi-select .collapse .ms-body.is-selectors-red-vermilion .ms-row label:after,
.multi-select .ms-body.is-selectors-red-vermilion .ms-row label:after {
    color: #f15a29!important;
}

.multi-select .collapse .ms-body.is-selectors-purple-ube .ms-row label:after,
.multi-select .ms-body.is-selectors-purple-ube .ms-row label:after {
    color: #8883bc!important;
}

.multi-select .collapse .ms-body .ms-row,
.multi-select .collapse .ms-body.is-scrollable .ms-row,
.multi-select .ms-body .ms-row,
.multi-select .ms-body.is-scrollable .ms-row {
    line-height: 30px;
    position: relative;
    height: 30px;
    padding: 0;
    vertical-align: middle;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-left: solid 1px #eee;
    background: #fff;
}

.multi-select .collapse .ms-body .ms-row:hover,
.multi-select .collapse .ms-body.is-scrollable .ms-row:hover,
.multi-select .ms-body .ms-row:hover,
.multi-select .ms-body.is-scrollable .ms-row:hover {
    cursor: pointer;
    background: #fafafa;
}

.multi-select .collapse .ms-body .ms-row:first-child,
.multi-select .collapse .ms-body.is-scrollable .ms-row:first-child,
.multi-select .ms-body .ms-row:first-child,
.multi-select .ms-body.is-scrollable .ms-row:first-child {
    border-top: solid 1px #eee;
}

.multi-select .collapse .ms-body .ms-row input,
.multi-select .collapse .ms-body.is-scrollable .ms-row input,
.multi-select .ms-body .ms-row input,
.multi-select .ms-body.is-scrollable .ms-row input {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 30px;
    margin: 0;
    opacity: 0;
}

.multi-select .collapse .ms-body .ms-row input + label,
.multi-select .collapse .ms-body.is-scrollable .ms-row input + label,
.multi-select .ms-body .ms-row input + label,
.multi-select .ms-body.is-scrollable .ms-row input + label {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding-right: 25px;
    padding-left: 14px;
    white-space: nowrap;
    color: #646567;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-white:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-white:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-white:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-white:after {
    color: #fff!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-gray-white-smoke:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-gray-white-smoke:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-gray-white-smoke:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-gray-white-smoke:after {
    color: #f5f5f5!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-gray-silver:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-gray-silver:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-gray-silver:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-gray-silver:after {
    color: #ccc!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-gray-granite:after,
.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-gray-spanish:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-gray-granite:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-gray-spanish:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-gray-granite:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-gray-spanish:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-gray-granite:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-gray-spanish:after {
    color: #999!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-gray-onyx:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-gray-onyx:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-gray-onyx:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-gray-onyx:after {
    color: #3e3d40!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-blue-jeans:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-blue-jeans:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-blue-jeans:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-blue-jeans:after {
    color: #5ec5ed!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-blue-dodger:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-blue-dodger:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-blue-dodger:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-blue-dodger:after {
    color: #2196f3!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-blue-cerulean:after,
.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-blue-sky:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-blue-cerulean:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-blue-sky:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-blue-cerulean:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-blue-sky:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-blue-cerulean:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-blue-sky:after {
    color: #00a6d4!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-blue-denim:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-blue-denim:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-blue-denim:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-blue-denim:after {
    color: #146eb5!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-green-pinetree:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-green-pinetree:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-green-pinetree:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-green-pinetree:after {
    color: #008836!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-green-kiwi:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-green-kiwi:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-green-kiwi:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-green-kiwi:after {
    color: #0cb14b!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-green-android:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-green-android:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-green-android:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-green-android:after {
    color: #a7c638!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-yellow-mustard:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-yellow-mustard:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-yellow-mustard:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-yellow-mustard:after {
    color: #fabb00!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-orange-carrot:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-orange-carrot:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-orange-carrot:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-orange-carrot:after {
    color: #ff8400!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-red-blood:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-red-blood:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-red-blood:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-red-blood:after {
    color: #ed1c24!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-red-vermilion:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-red-vermilion:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-red-vermilion:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-red-vermilion:after {
    color: #f15a29!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label.is-selector-purple-ube:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label.is-selector-purple-ube:after,
.multi-select .ms-body .ms-row input:checked + label.is-selector-purple-ube:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label.is-selector-purple-ube:after {
    color: #8883bc!important;
}

.multi-select .collapse .ms-body .ms-row input:checked + label:after,
.multi-select .collapse .ms-body.is-scrollable .ms-row input:checked + label:after,
.multi-select .ms-body .ms-row input:checked + label:after,
.multi-select .ms-body.is-scrollable .ms-row input:checked + label:after {
    font-family: 'post-icons';
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 8px;
    right: 5px;
    margin-top: 3px;
    content: '\e807';
    color: #999;
}

@font-face {
    font-family: 'post-checkbox-radio';font-weight: 400;font-style: normal;src: url(../fonts/post-checkbox-radio/post-checkbox-radio.ttf?7cr6gg) format('truetype'),url(../fonts/post-checkbox-radio/post-checkbox-radio.woff?7cr6gg) format('woff'),url(../fonts/post-checkbox-radio/post-checkbox-radio.svg?7cr6gg#post-checkbox-radio) format('svg');
}

.post-checkbox-radio {
    display: inline-block;
}

.post-checkbox-radio input:disabled + label {
    cursor: not-allowed;
}

.post-checkbox-radio input:disabled + label:after,
.post-checkbox-radio input:disabled + label:before {
    color: #ccc!important;
}

.post-checkbox-radio label {
    font-size: inherit;
    font-weight: inherit;
    margin: 0 5px;
    padding-right: 0;
    color: inherit;
}

.post-checkbox-radio label,
.post-checkbox-radio label:after,
.post-checkbox-radio label:before {
    line-height: 1;
    display: flex;
    align-items: center;
}

.post-checkbox-radio label:after {
    margin-left: 5px;
}

.post-checkbox-radio label:before {
    margin-right: 5px;
}

.post-checkbox-radio label:after,
.post-checkbox-radio label:before {
    font-family: 'post-checkbox-radio',sans-serif!important;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    vertical-align: middle;
    text-transform: none;
    color: #ccc;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post-checkbox-radio .help-block {
    margin-left: 37px;
}

.post-checkbox-radio input[type=checkbox] + label:after,
.post-checkbox-radio input[type=checkbox] + label:before {
    content: '\e901';
}

.post-checkbox-radio input[type=checkbox]:checked + label:after,
.post-checkbox-radio input[type=checkbox]:checked + label:before {
    content: '\e900';
}

.post-checkbox-radio input[type=checkbox] + label.is-round:after,
.post-checkbox-radio input[type=checkbox] + label.is-round:before {
    content: '\e903';
}

.post-checkbox-radio input[type=checkbox]:checked + label.is-round:after,
.post-checkbox-radio input[type=checkbox]:checked + label.is-round:before {
    content: '\e902';
}

.post-checkbox-radio input[type=checkbox] + label.is-full:after,
.post-checkbox-radio input[type=checkbox] + label.is-full:before {
    content: '\e901';
}

.post-checkbox-radio input[type=checkbox]:checked + label.is-full:after,
.post-checkbox-radio input[type=checkbox]:checked + label.is-full:before {
    content: '\e905';
}

.post-checkbox-radio input[type=checkbox] + label.is-radio:after,
.post-checkbox-radio input[type=checkbox] + label.is-radio:before,
.post-checkbox-radio input[type=radio] + label:after,
.post-checkbox-radio input[type=radio] + label:before {
    content: '\e903';
}

.post-checkbox-radio input[type=checkbox]:checked + label.is-radio:after,
.post-checkbox-radio input[type=checkbox]:checked + label.is-radio:before,
.post-checkbox-radio input[type=radio]:checked + label:after,
.post-checkbox-radio input[type=radio]:checked + label:before {
    content: '\e904';
}

.post-checkbox-radio input[type=radio] + label.is-checkbox-round:after,
.post-checkbox-radio input[type=radio] + label.is-checkbox-round:before {
    content: '\e903';
}

.post-checkbox-radio input[type=radio]:checked + label.is-checkbox-round:after,
.post-checkbox-radio input[type=radio]:checked + label.is-checkbox-round:before {
    content: '\e902';
}

.post-checkbox-radio input[type=radio] + label.is-checkbox-full:after,
.post-checkbox-radio input[type=radio] + label.is-checkbox-full:before,
.post-checkbox-radio input[type=radio] + label.is-checkbox:after,
.post-checkbox-radio input[type=radio] + label.is-checkbox:before {
    content: '\e901';
}

.post-checkbox-radio input[type=radio]:checked + label.is-checkbox-full:after,
.post-checkbox-radio input[type=radio]:checked + label.is-checkbox-full:before {
    content: '\e905';
}

.post-checkbox-radio input[type=radio]:checked + label.is-checkbox:after,
.post-checkbox-radio input[type=radio]:checked + label.is-checkbox:before {
    content: '\e900';
}

.post-checkbox-radio.is-background-white.on-left label:before,
.post-checkbox-radio.is-background-white.on-right label:after {
    background: #fff;
}

.post-checkbox-radio input[type=checkbox] + label.is-radio:after,
.post-checkbox-radio input[type=checkbox] + label.is-radio:before,
.post-checkbox-radio input[type=checkbox] + label.is-round:after,
.post-checkbox-radio input[type=checkbox] + label.is-round:before,
.post-checkbox-radio input[type=radio] + label.is-checkbox-round:after,
.post-checkbox-radio input[type=radio] + label.is-checkbox-round:before,
.post-checkbox-radio input[type=radio] + label:after,
.post-checkbox-radio input[type=radio] + label:before {
    width: 17px;
    height: 17px;
    border-radius: 50%!important;
}

.post-checkbox-radio input[type=checkbox] + label.is-full:after,
.post-checkbox-radio input[type=checkbox] + label.is-full:before,
.post-checkbox-radio input[type=checkbox] + label:after,
.post-checkbox-radio input[type=checkbox] + label:before,
.post-checkbox-radio input[type=radio] + label.is-checkbox-full:after,
.post-checkbox-radio input[type=radio] + label.is-checkbox-full:before,
.post-checkbox-radio input[type=radio] + label.is-checkbox:after,
.post-checkbox-radio input[type=radio] + label.is-checkbox:before {
    width: 17px;
    height: 17px;
    border-radius: 3px!important;
}

.post-checkbox-radio.on-left label:after,
.post-checkbox-radio.on-right label:before {
    display: none;
    content: ''!important;
}

.post-checkbox-radio.has-no-label label:before {
    margin-right: 0;
}

.post-checkbox-radio.has-no-label label:after,
.post-checkbox-radio.is-hidden label:after,
.post-checkbox-radio.is-hidden label:before {
    display: none;
    content: ''!important;
}

.post-checkbox-radio input:checked + label:after,
.post-checkbox-radio input:checked + label:before {
    color: #646567;
}

.post-checkbox-radio input + label.is-gray-onyx:after,
.post-checkbox-radio input + label.is-gray-onyx:before {
    color: #3e3d40;
}

.post-checkbox-radio input + label.is-gray-granite:after,
.post-checkbox-radio input + label.is-gray-granite:before {
    color: #646567;
}

.post-checkbox-radio input + label.is-gray-spanish:after,
.post-checkbox-radio input + label.is-gray-spanish:before {
    color: #999;
}

.post-checkbox-radio input + label.is-gray-silver:after,
.post-checkbox-radio input + label.is-gray-silver:before,
.post-checkbox-radio input + label:after,
.post-checkbox-radio input + label:before {
    color: #ccc;
}

.post-checkbox-radio input + label.is-gray-white-smoke:after,
.post-checkbox-radio input + label.is-gray-white-smoke:before {
    color: #f5f5f5;
}

.post-checkbox-radio input + label.is-blue-jeans:after,
.post-checkbox-radio input + label.is-blue-jeans:before {
    color: #5ec5ed;
}

.post-checkbox-radio input + label.is-blue-dodger:after,
.post-checkbox-radio input + label.is-blue-dodger:before {
    color: #2196f3;
}

.post-checkbox-radio input + label.is-blue-cerulean:after,
.post-checkbox-radio input + label.is-blue-cerulean:before {
    color: #00a6d4;
}

.post-checkbox-radio input + label.is-blue-sky:after,
.post-checkbox-radio input + label.is-blue-sky:before {
    color: #00b2dd;
}

.post-checkbox-radio input + label.is-blue-denim:after,
.post-checkbox-radio input + label.is-blue-denim:before {
    color: #146eb5;
}

.post-checkbox-radio input + label.is-green-pinetree:after,
.post-checkbox-radio input + label.is-green-pinetree:before {
    color: #008836;
}

.post-checkbox-radio input + label.is-green-kiwi:after,
.post-checkbox-radio input + label.is-green-kiwi:before {
    color: #0cb14b;
}

.post-checkbox-radio input + label.is-green-android:after,
.post-checkbox-radio input + label.is-green-android:before {
    color: #a7c638;
}

.post-checkbox-radio input + label.is-yellow-mustard:after,
.post-checkbox-radio input + label.is-yellow-mustard:before {
    color: #fabb00;
}

.post-checkbox-radio input + label.is-orange-carrot:after,
.post-checkbox-radio input + label.is-orange-carrot:before {
    color: #ff8400;
}

.post-checkbox-radio input + label.is-red-blood:after,
.post-checkbox-radio input + label.is-red-blood:before {
    color: #ed1c24;
}

.post-checkbox-radio input + label.is-red-vermilion:after,
.post-checkbox-radio input + label.is-red-vermilion:before {
    color: #f15a29;
}

.post-checkbox-radio input + label.is-purple-ube:after,
.post-checkbox-radio input + label.is-purple-ube:before {
    color: #8883bc;
}

.table thead,
table thead {
    text-align: left;
    vertical-align: middle;
}

.table thead tr th,
table thead tr th {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0;
}

.table tbody tr.info td,
.table tfoot tr.info td,
.table thead tr.info td,
table tbody tr.info td,
table tfoot tr.info td,
table thead tr.info td {
    background-color: #eef7fe!important;
}

.table tbody tr.warning td,
.table tfoot tr.warning td,
.table thead tr.warning td,
table tbody tr.warning td,
table tfoot tr.warning td,
table thead tr.warning td {
    background-color: #fff8e8!important;
}

.table.table-striped tbody tr:nth-child(odd),
table.table-striped tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.table.table-hover > tbody > tr,
.table.table-hover > tbody > tr>td,
.table.table-hover > tbody > tr>th,
table.table-hover > tbody > tr,
table.table-hover > tbody > tr>td,
table.table-hover > tbody > tr>th {
    transition: all .2s;
}

.table.table-hover tbody tr:hover,
table.table-hover tbody tr:hover {
    background: #f5f5f5;
}

.table.table-condensed tbody tr td,
.table.table-condensed tbody tr th,
.table.table-condensed tfoot tr td,
.table.table-condensed tfoot tr th,
.table.table-condensed thead tr td,
.table.table-condensed thead tr th,
table.table-condensed tbody tr td,
table.table-condensed tbody tr th,
table.table-condensed tfoot tr td,
table.table-condensed tfoot tr th,
table.table-condensed thead tr td,
table.table-condensed thead tr th {
    padding: 2px 5px;
}

.post-datatable {
    line-height: normal;
    position: relative;
    width: 100%;
}

.post-datatable .post-datatable-search-bar {
    position: absolute;
    z-index: 98;
    top: 0;
    right: 0;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0 30px 0 20px;
    transition: height 500ms ease,padding 500ms ease;
    background: #a2a2a2;
    align-items: center;
}

.post-datatable .post-datatable-search-bar.is-opened {
    height: 62px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-datatable .post-datatable-search-bar .inputs {
    width: 100%;
}

.post-datatable .post-datatable-search-bar .inputs .btn-prefix,
.post-datatable .post-datatable-search-bar .inputs .btn-suffix {
    line-height: 30px;
    display: block;
    float: left;
    min-width: 30px;
    min-height: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: #8c8c8c;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.post-datatable .post-datatable-search-bar .inputs button.btn-prefix:before,
.post-datatable .post-datatable-search-bar .inputs button.btn-suffix:before {
    transition: all;
    transition-duration: 250ms;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    border-radius: 50%;
}

.post-datatable .post-datatable-search-bar .inputs button.btn-prefix:hover:before,
.post-datatable .post-datatable-search-bar .inputs button.btn-suffix:hover:before {
    padding: 5px;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    color: #646567;
    background: #f5f5f5;
}

.post-datatable .post-datatable-search-bar .inputs input {
    font-size: 14px;
    display: block;
    float: left;
    width: calc(100% - 110px);
    min-height: 30px;
    margin-top: 0!important;
    outline: 0;
    background-color: #fff;
    box-shadow: none;
}

.post-datatable .post-datatable-search-bar .btn-close {
    font-size: 14px;
    line-height: normal;
    position: absolute;
    top: calc(50% - 20px);
    right: 25px;
    padding: 1px 0 0 1px;
    background: #3e3d40;
}

.post-datatable .post-datatable-search-bar .btn-close:hover {
    background: #646567;
}

.post-datatable .pm-header {
    position: relative;
    padding: 15px 20px;
}

.post-datatable .pm-header .block-icon {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin-left: -20px;
    padding: 10px;
}

.post-datatable .pm-header .block-icon .icon {
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: #646567;
}

.post-datatable .pm-header .block-icon .cpt {
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    padding: 5px 6px;
    color: #fff;
    border-radius: 2px;
    background: #3e3d40;
}

.post-datatable .pm-header h5 {
    margin: 0 0 10px;
}

.post-datatable .pm-header h6 {
    margin: 0 0 10px;
    padding-top: 10px;
}

.post-datatable .pm-header .info {
    font-size: 14px;
    position: relative;
    z-index: 2;
    width: calc(100% - 50px);
}

.post-datatable .pm-header .info.with-all-width {
    width: 100%;
    flex-basis: 100%;
}

.post-datatable .pm-header .count {
    font-size: 90px;
    font-weight: 700;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -30px;
    color: #d3e2e7;
}

.post-datatable .pm-header .count.is-small {
    font-size: 45px;
    bottom: -15px;
    color: #ddd;
}

.post-datatable .pm-search-bar {
    position: relative;
    width: 100%;
    height: 60px;
    margin-bottom: -60px;
}

.post-datatable .pm-table,
.post-datatable table {
    position: relative;
    z-index: 3;
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background: #fff;
}

.post-datatable .pm-table.is-floating,
.post-datatable table.is-floating {
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.post-datatable .pm-table.is-bordered,
.post-datatable table.is-bordered {
    border: 1px solid #ddd;
}

.post-datatable .pm-table.is-no-bordered,
.post-datatable .pm-table.is-no-bordered .pm-tr,
.post-datatable .pm-table.is-no-bordered tr,
.post-datatable table.is-no-bordered,
.post-datatable table.is-no-bordered .pm-tr,
.post-datatable table.is-no-bordered tr {
    border: 0;
}

.post-datatable .pm-table.is-thin .pm-tbody .pm-tr .pm-td,
.post-datatable .pm-table.is-thin .pm-tbody .pm-tr .pm-th,
.post-datatable .pm-table.is-thin .pm-tbody .pm-tr td,
.post-datatable .pm-table.is-thin .pm-tbody .pm-tr th,
.post-datatable .pm-table.is-thin .pm-tbody tr .pm-td,
.post-datatable .pm-table.is-thin .pm-tbody tr .pm-th,
.post-datatable .pm-table.is-thin .pm-tbody tr td,
.post-datatable .pm-table.is-thin .pm-tbody tr th,
.post-datatable .pm-table.is-thin .pm-tfoot .pm-tr .pm-td,
.post-datatable .pm-table.is-thin .pm-tfoot .pm-tr .pm-th,
.post-datatable .pm-table.is-thin .pm-tfoot .pm-tr td,
.post-datatable .pm-table.is-thin .pm-tfoot .pm-tr th,
.post-datatable .pm-table.is-thin .pm-tfoot tr .pm-td,
.post-datatable .pm-table.is-thin .pm-tfoot tr .pm-th,
.post-datatable .pm-table.is-thin .pm-tfoot tr td,
.post-datatable .pm-table.is-thin .pm-tfoot tr th,
.post-datatable .pm-table.is-thin .pm-thead .pm-tr .pm-td,
.post-datatable .pm-table.is-thin .pm-thead .pm-tr .pm-th,
.post-datatable .pm-table.is-thin .pm-thead .pm-tr td,
.post-datatable .pm-table.is-thin .pm-thead .pm-tr th,
.post-datatable .pm-table.is-thin .pm-thead tr .pm-td,
.post-datatable .pm-table.is-thin .pm-thead tr .pm-th,
.post-datatable .pm-table.is-thin .pm-thead tr td,
.post-datatable .pm-table.is-thin .pm-thead tr th,
.post-datatable .pm-table.is-thin tbody .pm-tr .pm-td,
.post-datatable .pm-table.is-thin tbody .pm-tr .pm-th,
.post-datatable .pm-table.is-thin tbody .pm-tr td,
.post-datatable .pm-table.is-thin tbody .pm-tr th,
.post-datatable .pm-table.is-thin tbody tr .pm-td,
.post-datatable .pm-table.is-thin tbody tr .pm-th,
.post-datatable .pm-table.is-thin tbody tr td,
.post-datatable .pm-table.is-thin tbody tr th,
.post-datatable .pm-table.is-thin tfoot .pm-tr .pm-td,
.post-datatable .pm-table.is-thin tfoot .pm-tr .pm-th,
.post-datatable .pm-table.is-thin tfoot .pm-tr td,
.post-datatable .pm-table.is-thin tfoot .pm-tr th,
.post-datatable .pm-table.is-thin tfoot tr .pm-td,
.post-datatable .pm-table.is-thin tfoot tr .pm-th,
.post-datatable .pm-table.is-thin tfoot tr td,
.post-datatable .pm-table.is-thin tfoot tr th,
.post-datatable .pm-table.is-thin thead .pm-tr .pm-td,
.post-datatable .pm-table.is-thin thead .pm-tr .pm-th,
.post-datatable .pm-table.is-thin thead .pm-tr td,
.post-datatable .pm-table.is-thin thead .pm-tr th,
.post-datatable .pm-table.is-thin thead tr .pm-td,
.post-datatable .pm-table.is-thin thead tr .pm-th,
.post-datatable .pm-table.is-thin thead tr td,
.post-datatable .pm-table.is-thin thead tr th,
.post-datatable table.is-thin .pm-tbody .pm-tr .pm-td,
.post-datatable table.is-thin .pm-tbody .pm-tr .pm-th,
.post-datatable table.is-thin .pm-tbody .pm-tr td,
.post-datatable table.is-thin .pm-tbody .pm-tr th,
.post-datatable table.is-thin .pm-tbody tr .pm-td,
.post-datatable table.is-thin .pm-tbody tr .pm-th,
.post-datatable table.is-thin .pm-tbody tr td,
.post-datatable table.is-thin .pm-tbody tr th,
.post-datatable table.is-thin .pm-tfoot .pm-tr .pm-td,
.post-datatable table.is-thin .pm-tfoot .pm-tr .pm-th,
.post-datatable table.is-thin .pm-tfoot .pm-tr td,
.post-datatable table.is-thin .pm-tfoot .pm-tr th,
.post-datatable table.is-thin .pm-tfoot tr .pm-td,
.post-datatable table.is-thin .pm-tfoot tr .pm-th,
.post-datatable table.is-thin .pm-tfoot tr td,
.post-datatable table.is-thin .pm-tfoot tr th,
.post-datatable table.is-thin .pm-thead .pm-tr .pm-td,
.post-datatable table.is-thin .pm-thead .pm-tr .pm-th,
.post-datatable table.is-thin .pm-thead .pm-tr td,
.post-datatable table.is-thin .pm-thead .pm-tr th,
.post-datatable table.is-thin .pm-thead tr .pm-td,
.post-datatable table.is-thin .pm-thead tr .pm-th,
.post-datatable table.is-thin .pm-thead tr td,
.post-datatable table.is-thin .pm-thead tr th,
.post-datatable table.is-thin tbody .pm-tr .pm-td,
.post-datatable table.is-thin tbody .pm-tr .pm-th,
.post-datatable table.is-thin tbody .pm-tr td,
.post-datatable table.is-thin tbody .pm-tr th,
.post-datatable table.is-thin tbody tr .pm-td,
.post-datatable table.is-thin tbody tr .pm-th,
.post-datatable table.is-thin tbody tr td,
.post-datatable table.is-thin tbody tr th,
.post-datatable table.is-thin tfoot .pm-tr .pm-td,
.post-datatable table.is-thin tfoot .pm-tr .pm-th,
.post-datatable table.is-thin tfoot .pm-tr td,
.post-datatable table.is-thin tfoot .pm-tr th,
.post-datatable table.is-thin tfoot tr .pm-td,
.post-datatable table.is-thin tfoot tr .pm-th,
.post-datatable table.is-thin tfoot tr td,
.post-datatable table.is-thin tfoot tr th,
.post-datatable table.is-thin thead .pm-tr .pm-td,
.post-datatable table.is-thin thead .pm-tr .pm-th,
.post-datatable table.is-thin thead .pm-tr td,
.post-datatable table.is-thin thead .pm-tr th,
.post-datatable table.is-thin thead tr .pm-td,
.post-datatable table.is-thin thead tr .pm-th,
.post-datatable table.is-thin thead tr td,
.post-datatable table.is-thin thead tr th {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table.is-condensed .pm-tbody tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table.is-condensed .pm-tfoot tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table.is-condensed .pm-thead tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table.is-condensed tbody .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table.is-condensed tbody tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table.is-condensed tfoot .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table.is-condensed tfoot tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table.is-condensed thead .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table.is-condensed thead tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed .pm-tbody .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed .pm-tbody tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed .pm-tfoot .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed .pm-tfoot tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed .pm-thead .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed .pm-thead tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed tbody .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed tbody tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed tfoot .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed tfoot tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed thead .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table.is-condensed thead tr.pm-row-collapse.is-body .pm-body-content {
    margin: 5px 0;
}

.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th,
.post-datatable .pm-table.is-condensed .pm-tbody tr td,
.post-datatable .pm-table.is-condensed .pm-tbody tr th,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th,
.post-datatable .pm-table.is-condensed .pm-thead tr td,
.post-datatable .pm-table.is-condensed .pm-thead tr th,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th,
.post-datatable .pm-table.is-condensed tbody .pm-tr td,
.post-datatable .pm-table.is-condensed tbody .pm-tr th,
.post-datatable .pm-table.is-condensed tbody tr .pm-td,
.post-datatable .pm-table.is-condensed tbody tr .pm-th,
.post-datatable .pm-table.is-condensed tbody tr td,
.post-datatable .pm-table.is-condensed tbody tr th,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th,
.post-datatable .pm-table.is-condensed tfoot tr td,
.post-datatable .pm-table.is-condensed tfoot tr th,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th,
.post-datatable .pm-table.is-condensed thead .pm-tr td,
.post-datatable .pm-table.is-condensed thead .pm-tr th,
.post-datatable .pm-table.is-condensed thead tr .pm-td,
.post-datatable .pm-table.is-condensed thead tr .pm-th,
.post-datatable .pm-table.is-condensed thead tr td,
.post-datatable .pm-table.is-condensed thead tr th,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th,
.post-datatable table.is-condensed .pm-tbody .pm-tr td,
.post-datatable table.is-condensed .pm-tbody .pm-tr th,
.post-datatable table.is-condensed .pm-tbody tr .pm-td,
.post-datatable table.is-condensed .pm-tbody tr .pm-th,
.post-datatable table.is-condensed .pm-tbody tr td,
.post-datatable table.is-condensed .pm-tbody tr th,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th,
.post-datatable table.is-condensed .pm-tfoot tr td,
.post-datatable table.is-condensed .pm-tfoot tr th,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th,
.post-datatable table.is-condensed .pm-thead .pm-tr td,
.post-datatable table.is-condensed .pm-thead .pm-tr th,
.post-datatable table.is-condensed .pm-thead tr .pm-td,
.post-datatable table.is-condensed .pm-thead tr .pm-th,
.post-datatable table.is-condensed .pm-thead tr td,
.post-datatable table.is-condensed .pm-thead tr th,
.post-datatable table.is-condensed tbody .pm-tr .pm-td,
.post-datatable table.is-condensed tbody .pm-tr .pm-th,
.post-datatable table.is-condensed tbody .pm-tr td,
.post-datatable table.is-condensed tbody .pm-tr th,
.post-datatable table.is-condensed tbody tr .pm-td,
.post-datatable table.is-condensed tbody tr .pm-th,
.post-datatable table.is-condensed tbody tr td,
.post-datatable table.is-condensed tbody tr th,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th,
.post-datatable table.is-condensed tfoot .pm-tr td,
.post-datatable table.is-condensed tfoot .pm-tr th,
.post-datatable table.is-condensed tfoot tr .pm-td,
.post-datatable table.is-condensed tfoot tr .pm-th,
.post-datatable table.is-condensed tfoot tr td,
.post-datatable table.is-condensed tfoot tr th,
.post-datatable table.is-condensed thead .pm-tr .pm-td,
.post-datatable table.is-condensed thead .pm-tr .pm-th,
.post-datatable table.is-condensed thead .pm-tr td,
.post-datatable table.is-condensed thead .pm-tr th,
.post-datatable table.is-condensed thead tr .pm-td,
.post-datatable table.is-condensed thead tr .pm-th,
.post-datatable table.is-condensed thead tr td,
.post-datatable table.is-condensed thead tr th {
    font-size: 14px;
    height: 30px;
    padding: 5px;
}

.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tbody tr td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tbody tr th.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-thead tr td.cell-pagination,
.post-datatable .pm-table.is-condensed .pm-thead tr th.cell-pagination,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed tbody .pm-tr td.cell-pagination,
.post-datatable .pm-table.is-condensed tbody .pm-tr th.cell-pagination,
.post-datatable .pm-table.is-condensed tbody tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed tbody tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed tbody tr td.cell-pagination,
.post-datatable .pm-table.is-condensed tbody tr th.cell-pagination,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td.cell-pagination,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th.cell-pagination,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed tfoot tr td.cell-pagination,
.post-datatable .pm-table.is-condensed tfoot tr th.cell-pagination,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed thead .pm-tr td.cell-pagination,
.post-datatable .pm-table.is-condensed thead .pm-tr th.cell-pagination,
.post-datatable .pm-table.is-condensed thead tr .pm-td.cell-pagination,
.post-datatable .pm-table.is-condensed thead tr .pm-th.cell-pagination,
.post-datatable .pm-table.is-condensed thead tr td.cell-pagination,
.post-datatable .pm-table.is-condensed thead tr th.cell-pagination,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td.cell-pagination,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th.cell-pagination,
.post-datatable table.is-condensed .pm-tbody .pm-tr td.cell-pagination,
.post-datatable table.is-condensed .pm-tbody .pm-tr th.cell-pagination,
.post-datatable table.is-condensed .pm-tbody tr .pm-td.cell-pagination,
.post-datatable table.is-condensed .pm-tbody tr .pm-th.cell-pagination,
.post-datatable table.is-condensed .pm-tbody tr td.cell-pagination,
.post-datatable table.is-condensed .pm-tbody tr th.cell-pagination,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td.cell-pagination,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th.cell-pagination,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td.cell-pagination,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th.cell-pagination,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td.cell-pagination,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th.cell-pagination,
.post-datatable table.is-condensed .pm-tfoot tr td.cell-pagination,
.post-datatable table.is-condensed .pm-tfoot tr th.cell-pagination,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td.cell-pagination,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th.cell-pagination,
.post-datatable table.is-condensed .pm-thead .pm-tr td.cell-pagination,
.post-datatable table.is-condensed .pm-thead .pm-tr th.cell-pagination,
.post-datatable table.is-condensed .pm-thead tr .pm-td.cell-pagination,
.post-datatable table.is-condensed .pm-thead tr .pm-th.cell-pagination,
.post-datatable table.is-condensed .pm-thead tr td.cell-pagination,
.post-datatable table.is-condensed .pm-thead tr th.cell-pagination,
.post-datatable table.is-condensed tbody .pm-tr .pm-td.cell-pagination,
.post-datatable table.is-condensed tbody .pm-tr .pm-th.cell-pagination,
.post-datatable table.is-condensed tbody .pm-tr td.cell-pagination,
.post-datatable table.is-condensed tbody .pm-tr th.cell-pagination,
.post-datatable table.is-condensed tbody tr .pm-td.cell-pagination,
.post-datatable table.is-condensed tbody tr .pm-th.cell-pagination,
.post-datatable table.is-condensed tbody tr td.cell-pagination,
.post-datatable table.is-condensed tbody tr th.cell-pagination,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td.cell-pagination,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th.cell-pagination,
.post-datatable table.is-condensed tfoot .pm-tr td.cell-pagination,
.post-datatable table.is-condensed tfoot .pm-tr th.cell-pagination,
.post-datatable table.is-condensed tfoot tr .pm-td.cell-pagination,
.post-datatable table.is-condensed tfoot tr .pm-th.cell-pagination,
.post-datatable table.is-condensed tfoot tr td.cell-pagination,
.post-datatable table.is-condensed tfoot tr th.cell-pagination,
.post-datatable table.is-condensed thead .pm-tr .pm-td.cell-pagination,
.post-datatable table.is-condensed thead .pm-tr .pm-th.cell-pagination,
.post-datatable table.is-condensed thead .pm-tr td.cell-pagination,
.post-datatable table.is-condensed thead .pm-tr th.cell-pagination,
.post-datatable table.is-condensed thead tr .pm-td.cell-pagination,
.post-datatable table.is-condensed thead tr .pm-th.cell-pagination,
.post-datatable table.is-condensed thead tr td.cell-pagination,
.post-datatable table.is-condensed thead tr th.cell-pagination {
    padding: 10px;
}

.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .pm-button,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .pm-button,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .pm-button,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .pm-button,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .pm-button,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .pm-button,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .pm-button,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .pm-button,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .pm-button,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .pm-button,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-thead tr td .btn-icon,
.post-datatable .pm-table.is-condensed .pm-thead tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-thead tr td .pm-button,
.post-datatable .pm-table.is-condensed .pm-thead tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed .pm-thead tr th .btn-icon,
.post-datatable .pm-table.is-condensed .pm-thead tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed .pm-thead tr th .pm-button,
.post-datatable .pm-table.is-condensed .pm-thead tr th .pm-button.is-round,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .btn-icon,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .pm-button,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .btn-icon,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .pm-button,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .pm-button.is-round,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed tbody tr td .btn-icon,
.post-datatable .pm-table.is-condensed tbody tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tbody tr td .pm-button,
.post-datatable .pm-table.is-condensed tbody tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed tbody tr th .btn-icon,
.post-datatable .pm-table.is-condensed tbody tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tbody tr th .pm-button,
.post-datatable .pm-table.is-condensed tbody tr th .pm-button.is-round,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .btn-icon,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .pm-button,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .btn-icon,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .pm-button,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .pm-button.is-round,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed tfoot tr td .btn-icon,
.post-datatable .pm-table.is-condensed tfoot tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tfoot tr td .pm-button,
.post-datatable .pm-table.is-condensed tfoot tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed tfoot tr th .btn-icon,
.post-datatable .pm-table.is-condensed tfoot tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed tfoot tr th .pm-button,
.post-datatable .pm-table.is-condensed tfoot tr th .pm-button.is-round,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed thead .pm-tr td .btn-icon,
.post-datatable .pm-table.is-condensed thead .pm-tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed thead .pm-tr td .pm-button,
.post-datatable .pm-table.is-condensed thead .pm-tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed thead .pm-tr th .btn-icon,
.post-datatable .pm-table.is-condensed thead .pm-tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed thead .pm-tr th .pm-button,
.post-datatable .pm-table.is-condensed thead .pm-tr th .pm-button.is-round,
.post-datatable .pm-table.is-condensed thead tr .pm-td .btn-icon,
.post-datatable .pm-table.is-condensed thead tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed thead tr .pm-td .pm-button,
.post-datatable .pm-table.is-condensed thead tr .pm-td .pm-button.is-round,
.post-datatable .pm-table.is-condensed thead tr .pm-th .btn-icon,
.post-datatable .pm-table.is-condensed thead tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed thead tr .pm-th .pm-button,
.post-datatable .pm-table.is-condensed thead tr .pm-th .pm-button.is-round,
.post-datatable .pm-table.is-condensed thead tr td .btn-icon,
.post-datatable .pm-table.is-condensed thead tr td .btn-icon.is-round,
.post-datatable .pm-table.is-condensed thead tr td .pm-button,
.post-datatable .pm-table.is-condensed thead tr td .pm-button.is-round,
.post-datatable .pm-table.is-condensed thead tr th .btn-icon,
.post-datatable .pm-table.is-condensed thead tr th .btn-icon.is-round,
.post-datatable .pm-table.is-condensed thead tr th .pm-button,
.post-datatable .pm-table.is-condensed thead tr th .pm-button.is-round,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .btn-icon,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .pm-button,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .pm-button.is-round,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .btn-icon,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .pm-button,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .pm-button.is-round,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .btn-icon,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .pm-button,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .btn-icon,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .pm-button,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed .pm-tbody tr td .btn-icon,
.post-datatable table.is-condensed .pm-tbody tr td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tbody tr td .pm-button,
.post-datatable table.is-condensed .pm-tbody tr td .pm-button.is-round,
.post-datatable table.is-condensed .pm-tbody tr th .btn-icon,
.post-datatable table.is-condensed .pm-tbody tr th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tbody tr th .pm-button,
.post-datatable table.is-condensed .pm-tbody tr th .pm-button.is-round,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .btn-icon,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .pm-button,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .pm-button.is-round,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .btn-icon,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .pm-button,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .pm-button.is-round,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .btn-icon,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .pm-button,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .btn-icon,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .pm-button,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed .pm-tfoot tr td .btn-icon,
.post-datatable table.is-condensed .pm-tfoot tr td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tfoot tr td .pm-button,
.post-datatable table.is-condensed .pm-tfoot tr td .pm-button.is-round,
.post-datatable table.is-condensed .pm-tfoot tr th .btn-icon,
.post-datatable table.is-condensed .pm-tfoot tr th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-tfoot tr th .pm-button,
.post-datatable table.is-condensed .pm-tfoot tr th .pm-button.is-round,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .pm-button,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .pm-button,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed .pm-thead .pm-tr td .btn-icon,
.post-datatable table.is-condensed .pm-thead .pm-tr td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-thead .pm-tr td .pm-button,
.post-datatable table.is-condensed .pm-thead .pm-tr td .pm-button.is-round,
.post-datatable table.is-condensed .pm-thead .pm-tr th .btn-icon,
.post-datatable table.is-condensed .pm-thead .pm-tr th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-thead .pm-tr th .pm-button,
.post-datatable table.is-condensed .pm-thead .pm-tr th .pm-button.is-round,
.post-datatable table.is-condensed .pm-thead tr .pm-td .btn-icon,
.post-datatable table.is-condensed .pm-thead tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-thead tr .pm-td .pm-button,
.post-datatable table.is-condensed .pm-thead tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed .pm-thead tr .pm-th .btn-icon,
.post-datatable table.is-condensed .pm-thead tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-thead tr .pm-th .pm-button,
.post-datatable table.is-condensed .pm-thead tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed .pm-thead tr td .btn-icon,
.post-datatable table.is-condensed .pm-thead tr td .btn-icon.is-round,
.post-datatable table.is-condensed .pm-thead tr td .pm-button,
.post-datatable table.is-condensed .pm-thead tr td .pm-button.is-round,
.post-datatable table.is-condensed .pm-thead tr th .btn-icon,
.post-datatable table.is-condensed .pm-thead tr th .btn-icon.is-round,
.post-datatable table.is-condensed .pm-thead tr th .pm-button,
.post-datatable table.is-condensed .pm-thead tr th .pm-button.is-round,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .btn-icon,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .pm-button,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .btn-icon,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .pm-button,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed tbody .pm-tr td .btn-icon,
.post-datatable table.is-condensed tbody .pm-tr td .btn-icon.is-round,
.post-datatable table.is-condensed tbody .pm-tr td .pm-button,
.post-datatable table.is-condensed tbody .pm-tr td .pm-button.is-round,
.post-datatable table.is-condensed tbody .pm-tr th .btn-icon,
.post-datatable table.is-condensed tbody .pm-tr th .btn-icon.is-round,
.post-datatable table.is-condensed tbody .pm-tr th .pm-button,
.post-datatable table.is-condensed tbody .pm-tr th .pm-button.is-round,
.post-datatable table.is-condensed tbody tr .pm-td .btn-icon,
.post-datatable table.is-condensed tbody tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed tbody tr .pm-td .pm-button,
.post-datatable table.is-condensed tbody tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed tbody tr .pm-th .btn-icon,
.post-datatable table.is-condensed tbody tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed tbody tr .pm-th .pm-button,
.post-datatable table.is-condensed tbody tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed tbody tr td .btn-icon,
.post-datatable table.is-condensed tbody tr td .btn-icon.is-round,
.post-datatable table.is-condensed tbody tr td .pm-button,
.post-datatable table.is-condensed tbody tr td .pm-button.is-round,
.post-datatable table.is-condensed tbody tr th .btn-icon,
.post-datatable table.is-condensed tbody tr th .btn-icon.is-round,
.post-datatable table.is-condensed tbody tr th .pm-button,
.post-datatable table.is-condensed tbody tr th .pm-button.is-round,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .btn-icon,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .pm-button,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .btn-icon,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .pm-button,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed tfoot .pm-tr td .btn-icon,
.post-datatable table.is-condensed tfoot .pm-tr td .btn-icon.is-round,
.post-datatable table.is-condensed tfoot .pm-tr td .pm-button,
.post-datatable table.is-condensed tfoot .pm-tr td .pm-button.is-round,
.post-datatable table.is-condensed tfoot .pm-tr th .btn-icon,
.post-datatable table.is-condensed tfoot .pm-tr th .btn-icon.is-round,
.post-datatable table.is-condensed tfoot .pm-tr th .pm-button,
.post-datatable table.is-condensed tfoot .pm-tr th .pm-button.is-round,
.post-datatable table.is-condensed tfoot tr .pm-td .btn-icon,
.post-datatable table.is-condensed tfoot tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed tfoot tr .pm-td .pm-button,
.post-datatable table.is-condensed tfoot tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed tfoot tr .pm-th .btn-icon,
.post-datatable table.is-condensed tfoot tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed tfoot tr .pm-th .pm-button,
.post-datatable table.is-condensed tfoot tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed tfoot tr td .btn-icon,
.post-datatable table.is-condensed tfoot tr td .btn-icon.is-round,
.post-datatable table.is-condensed tfoot tr td .pm-button,
.post-datatable table.is-condensed tfoot tr td .pm-button.is-round,
.post-datatable table.is-condensed tfoot tr th .btn-icon,
.post-datatable table.is-condensed tfoot tr th .btn-icon.is-round,
.post-datatable table.is-condensed tfoot tr th .pm-button,
.post-datatable table.is-condensed tfoot tr th .pm-button.is-round,
.post-datatable table.is-condensed thead .pm-tr .pm-td .btn-icon,
.post-datatable table.is-condensed thead .pm-tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed thead .pm-tr .pm-td .pm-button,
.post-datatable table.is-condensed thead .pm-tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed thead .pm-tr .pm-th .btn-icon,
.post-datatable table.is-condensed thead .pm-tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed thead .pm-tr .pm-th .pm-button,
.post-datatable table.is-condensed thead .pm-tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed thead .pm-tr td .btn-icon,
.post-datatable table.is-condensed thead .pm-tr td .btn-icon.is-round,
.post-datatable table.is-condensed thead .pm-tr td .pm-button,
.post-datatable table.is-condensed thead .pm-tr td .pm-button.is-round,
.post-datatable table.is-condensed thead .pm-tr th .btn-icon,
.post-datatable table.is-condensed thead .pm-tr th .btn-icon.is-round,
.post-datatable table.is-condensed thead .pm-tr th .pm-button,
.post-datatable table.is-condensed thead .pm-tr th .pm-button.is-round,
.post-datatable table.is-condensed thead tr .pm-td .btn-icon,
.post-datatable table.is-condensed thead tr .pm-td .btn-icon.is-round,
.post-datatable table.is-condensed thead tr .pm-td .pm-button,
.post-datatable table.is-condensed thead tr .pm-td .pm-button.is-round,
.post-datatable table.is-condensed thead tr .pm-th .btn-icon,
.post-datatable table.is-condensed thead tr .pm-th .btn-icon.is-round,
.post-datatable table.is-condensed thead tr .pm-th .pm-button,
.post-datatable table.is-condensed thead tr .pm-th .pm-button.is-round,
.post-datatable table.is-condensed thead tr td .btn-icon,
.post-datatable table.is-condensed thead tr td .btn-icon.is-round,
.post-datatable table.is-condensed thead tr td .pm-button,
.post-datatable table.is-condensed thead tr td .pm-button.is-round,
.post-datatable table.is-condensed thead tr th .btn-icon,
.post-datatable table.is-condensed thead tr th .btn-icon.is-round,
.post-datatable table.is-condensed thead tr th .pm-button,
.post-datatable table.is-condensed thead tr th .pm-button.is-round {
    width: 30px;
    height: 30px;
}

.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed .pm-thead tr th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tbody tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tbody tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tbody tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tbody tr th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tfoot tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tfoot tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed tfoot tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed tfoot tr th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed thead .pm-tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed thead .pm-tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed thead .pm-tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed thead .pm-tr th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed thead tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed thead tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed thead tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed thead tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed thead tr td .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed thead tr td .pm-button.is-round-big,
.post-datatable .pm-table.is-condensed thead tr th .btn-icon.is-round-big,
.post-datatable .pm-table.is-condensed thead tr th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tbody tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tbody tr td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tbody tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tbody tr th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tfoot tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tfoot tr td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-tfoot tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-tfoot tr th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-thead .pm-tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-thead .pm-tr td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-thead .pm-tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-thead .pm-tr th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-thead tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-thead tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-thead tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-thead tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-thead tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-thead tr td .pm-button.is-round-big,
.post-datatable table.is-condensed .pm-thead tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed .pm-thead tr th .pm-button.is-round-big,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed tbody .pm-tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed tbody .pm-tr td .pm-button.is-round-big,
.post-datatable table.is-condensed tbody .pm-tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed tbody .pm-tr th .pm-button.is-round-big,
.post-datatable table.is-condensed tbody tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed tbody tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed tbody tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed tbody tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed tbody tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed tbody tr td .pm-button.is-round-big,
.post-datatable table.is-condensed tbody tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed tbody tr th .pm-button.is-round-big,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed tfoot .pm-tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed tfoot .pm-tr td .pm-button.is-round-big,
.post-datatable table.is-condensed tfoot .pm-tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed tfoot .pm-tr th .pm-button.is-round-big,
.post-datatable table.is-condensed tfoot tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed tfoot tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed tfoot tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed tfoot tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed tfoot tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed tfoot tr td .pm-button.is-round-big,
.post-datatable table.is-condensed tfoot tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed tfoot tr th .pm-button.is-round-big,
.post-datatable table.is-condensed thead .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed thead .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed thead .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed thead .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed thead .pm-tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed thead .pm-tr td .pm-button.is-round-big,
.post-datatable table.is-condensed thead .pm-tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed thead .pm-tr th .pm-button.is-round-big,
.post-datatable table.is-condensed thead tr .pm-td .btn-icon.is-round-big,
.post-datatable table.is-condensed thead tr .pm-td .pm-button.is-round-big,
.post-datatable table.is-condensed thead tr .pm-th .btn-icon.is-round-big,
.post-datatable table.is-condensed thead tr .pm-th .pm-button.is-round-big,
.post-datatable table.is-condensed thead tr td .btn-icon.is-round-big,
.post-datatable table.is-condensed thead tr td .pm-button.is-round-big,
.post-datatable table.is-condensed thead tr th .btn-icon.is-round-big,
.post-datatable table.is-condensed thead tr th .pm-button.is-round-big {
    width: 40px;
    height: 40px;
}

.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .pm-button i,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .pm-button i,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed .pm-thead tr td .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-thead tr td .pm-button i,
.post-datatable .pm-table.is-condensed .pm-thead tr th .btn-icon i,
.post-datatable .pm-table.is-condensed .pm-thead tr th .pm-button i,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .btn-icon i,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .pm-button i,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .btn-icon i,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .pm-button i,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed tbody tr td .btn-icon i,
.post-datatable .pm-table.is-condensed tbody tr td .pm-button i,
.post-datatable .pm-table.is-condensed tbody tr th .btn-icon i,
.post-datatable .pm-table.is-condensed tbody tr th .pm-button i,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .btn-icon i,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .pm-button i,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .btn-icon i,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .pm-button i,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed tfoot tr td .btn-icon i,
.post-datatable .pm-table.is-condensed tfoot tr td .pm-button i,
.post-datatable .pm-table.is-condensed tfoot tr th .btn-icon i,
.post-datatable .pm-table.is-condensed tfoot tr th .pm-button i,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed thead .pm-tr td .btn-icon i,
.post-datatable .pm-table.is-condensed thead .pm-tr td .pm-button i,
.post-datatable .pm-table.is-condensed thead .pm-tr th .btn-icon i,
.post-datatable .pm-table.is-condensed thead .pm-tr th .pm-button i,
.post-datatable .pm-table.is-condensed thead tr .pm-td .btn-icon i,
.post-datatable .pm-table.is-condensed thead tr .pm-td .pm-button i,
.post-datatable .pm-table.is-condensed thead tr .pm-th .btn-icon i,
.post-datatable .pm-table.is-condensed thead tr .pm-th .pm-button i,
.post-datatable .pm-table.is-condensed thead tr td .btn-icon i,
.post-datatable .pm-table.is-condensed thead tr td .pm-button i,
.post-datatable .pm-table.is-condensed thead tr th .btn-icon i,
.post-datatable .pm-table.is-condensed thead tr th .pm-button i,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon i,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button i,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon i,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button i,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .btn-icon i,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .pm-button i,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .btn-icon i,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .pm-button i,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .btn-icon i,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .pm-button i,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .btn-icon i,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .pm-button i,
.post-datatable table.is-condensed .pm-tbody tr td .btn-icon i,
.post-datatable table.is-condensed .pm-tbody tr td .pm-button i,
.post-datatable table.is-condensed .pm-tbody tr th .btn-icon i,
.post-datatable table.is-condensed .pm-tbody tr th .pm-button i,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon i,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button i,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon i,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button i,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .btn-icon i,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .pm-button i,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .btn-icon i,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .pm-button i,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .btn-icon i,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .pm-button i,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .btn-icon i,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .pm-button i,
.post-datatable table.is-condensed .pm-tfoot tr td .btn-icon i,
.post-datatable table.is-condensed .pm-tfoot tr td .pm-button i,
.post-datatable table.is-condensed .pm-tfoot tr th .btn-icon i,
.post-datatable table.is-condensed .pm-tfoot tr th .pm-button i,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon i,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .pm-button i,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon i,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .pm-button i,
.post-datatable table.is-condensed .pm-thead .pm-tr td .btn-icon i,
.post-datatable table.is-condensed .pm-thead .pm-tr td .pm-button i,
.post-datatable table.is-condensed .pm-thead .pm-tr th .btn-icon i,
.post-datatable table.is-condensed .pm-thead .pm-tr th .pm-button i,
.post-datatable table.is-condensed .pm-thead tr .pm-td .btn-icon i,
.post-datatable table.is-condensed .pm-thead tr .pm-td .pm-button i,
.post-datatable table.is-condensed .pm-thead tr .pm-th .btn-icon i,
.post-datatable table.is-condensed .pm-thead tr .pm-th .pm-button i,
.post-datatable table.is-condensed .pm-thead tr td .btn-icon i,
.post-datatable table.is-condensed .pm-thead tr td .pm-button i,
.post-datatable table.is-condensed .pm-thead tr th .btn-icon i,
.post-datatable table.is-condensed .pm-thead tr th .pm-button i,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .btn-icon i,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .pm-button i,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .btn-icon i,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .pm-button i,
.post-datatable table.is-condensed tbody .pm-tr td .btn-icon i,
.post-datatable table.is-condensed tbody .pm-tr td .pm-button i,
.post-datatable table.is-condensed tbody .pm-tr th .btn-icon i,
.post-datatable table.is-condensed tbody .pm-tr th .pm-button i,
.post-datatable table.is-condensed tbody tr .pm-td .btn-icon i,
.post-datatable table.is-condensed tbody tr .pm-td .pm-button i,
.post-datatable table.is-condensed tbody tr .pm-th .btn-icon i,
.post-datatable table.is-condensed tbody tr .pm-th .pm-button i,
.post-datatable table.is-condensed tbody tr td .btn-icon i,
.post-datatable table.is-condensed tbody tr td .pm-button i,
.post-datatable table.is-condensed tbody tr th .btn-icon i,
.post-datatable table.is-condensed tbody tr th .pm-button i,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .btn-icon i,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .pm-button i,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .btn-icon i,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .pm-button i,
.post-datatable table.is-condensed tfoot .pm-tr td .btn-icon i,
.post-datatable table.is-condensed tfoot .pm-tr td .pm-button i,
.post-datatable table.is-condensed tfoot .pm-tr th .btn-icon i,
.post-datatable table.is-condensed tfoot .pm-tr th .pm-button i,
.post-datatable table.is-condensed tfoot tr .pm-td .btn-icon i,
.post-datatable table.is-condensed tfoot tr .pm-td .pm-button i,
.post-datatable table.is-condensed tfoot tr .pm-th .btn-icon i,
.post-datatable table.is-condensed tfoot tr .pm-th .pm-button i,
.post-datatable table.is-condensed tfoot tr td .btn-icon i,
.post-datatable table.is-condensed tfoot tr td .pm-button i,
.post-datatable table.is-condensed tfoot tr th .btn-icon i,
.post-datatable table.is-condensed tfoot tr th .pm-button i,
.post-datatable table.is-condensed thead .pm-tr .pm-td .btn-icon i,
.post-datatable table.is-condensed thead .pm-tr .pm-td .pm-button i,
.post-datatable table.is-condensed thead .pm-tr .pm-th .btn-icon i,
.post-datatable table.is-condensed thead .pm-tr .pm-th .pm-button i,
.post-datatable table.is-condensed thead .pm-tr td .btn-icon i,
.post-datatable table.is-condensed thead .pm-tr td .pm-button i,
.post-datatable table.is-condensed thead .pm-tr th .btn-icon i,
.post-datatable table.is-condensed thead .pm-tr th .pm-button i,
.post-datatable table.is-condensed thead tr .pm-td .btn-icon i,
.post-datatable table.is-condensed thead tr .pm-td .pm-button i,
.post-datatable table.is-condensed thead tr .pm-th .btn-icon i,
.post-datatable table.is-condensed thead tr .pm-th .pm-button i,
.post-datatable table.is-condensed thead tr td .btn-icon i,
.post-datatable table.is-condensed thead tr td .pm-button i,
.post-datatable table.is-condensed thead tr th .btn-icon i,
.post-datatable table.is-condensed thead tr th .pm-button i {
    font-size: 16px;
}

.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody .pm-tr th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tbody tr th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot .pm-tr th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-tfoot tr th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead .pm-tr th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed .pm-thead tr th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tbody .pm-tr th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tbody tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tbody tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tbody tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tbody tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tbody tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tbody tr th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tfoot .pm-tr th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tfoot tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tfoot tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tfoot tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tfoot tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed tfoot tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed tfoot tr th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed thead .pm-tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed thead .pm-tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed thead .pm-tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed thead .pm-tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed thead .pm-tr th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed thead tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed thead tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed thead tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed thead tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table.is-condensed thead tr td .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed thead tr td .pm-button i.is-big,
.post-datatable .pm-table.is-condensed thead tr th .btn-icon i.is-big,
.post-datatable .pm-table.is-condensed thead tr th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tbody .pm-tr th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tbody tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tbody tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tbody tr td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tbody tr td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tbody tr th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tbody tr th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tfoot .pm-tr th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tfoot tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tfoot tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tfoot tr td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tfoot tr td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-tfoot tr th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-tfoot tr th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-thead .pm-tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-thead .pm-tr td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-thead .pm-tr td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-thead .pm-tr th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-thead .pm-tr th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-thead tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-thead tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-thead tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-thead tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed .pm-thead tr td .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-thead tr td .pm-button i.is-big,
.post-datatable table.is-condensed .pm-thead tr th .btn-icon i.is-big,
.post-datatable table.is-condensed .pm-thead tr th .pm-button i.is-big,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed tbody .pm-tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed tbody .pm-tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed tbody .pm-tr td .btn-icon i.is-big,
.post-datatable table.is-condensed tbody .pm-tr td .pm-button i.is-big,
.post-datatable table.is-condensed tbody .pm-tr th .btn-icon i.is-big,
.post-datatable table.is-condensed tbody .pm-tr th .pm-button i.is-big,
.post-datatable table.is-condensed tbody tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed tbody tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed tbody tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed tbody tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed tbody tr td .btn-icon i.is-big,
.post-datatable table.is-condensed tbody tr td .pm-button i.is-big,
.post-datatable table.is-condensed tbody tr th .btn-icon i.is-big,
.post-datatable table.is-condensed tbody tr th .pm-button i.is-big,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed tfoot .pm-tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed tfoot .pm-tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed tfoot .pm-tr td .btn-icon i.is-big,
.post-datatable table.is-condensed tfoot .pm-tr td .pm-button i.is-big,
.post-datatable table.is-condensed tfoot .pm-tr th .btn-icon i.is-big,
.post-datatable table.is-condensed tfoot .pm-tr th .pm-button i.is-big,
.post-datatable table.is-condensed tfoot tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed tfoot tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed tfoot tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed tfoot tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed tfoot tr td .btn-icon i.is-big,
.post-datatable table.is-condensed tfoot tr td .pm-button i.is-big,
.post-datatable table.is-condensed tfoot tr th .btn-icon i.is-big,
.post-datatable table.is-condensed tfoot tr th .pm-button i.is-big,
.post-datatable table.is-condensed thead .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed thead .pm-tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed thead .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed thead .pm-tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed thead .pm-tr td .btn-icon i.is-big,
.post-datatable table.is-condensed thead .pm-tr td .pm-button i.is-big,
.post-datatable table.is-condensed thead .pm-tr th .btn-icon i.is-big,
.post-datatable table.is-condensed thead .pm-tr th .pm-button i.is-big,
.post-datatable table.is-condensed thead tr .pm-td .btn-icon i.is-big,
.post-datatable table.is-condensed thead tr .pm-td .pm-button i.is-big,
.post-datatable table.is-condensed thead tr .pm-th .btn-icon i.is-big,
.post-datatable table.is-condensed thead tr .pm-th .pm-button i.is-big,
.post-datatable table.is-condensed thead tr td .btn-icon i.is-big,
.post-datatable table.is-condensed thead tr td .pm-button i.is-big,
.post-datatable table.is-condensed thead tr th .btn-icon i.is-big,
.post-datatable table.is-condensed thead tr th .pm-button i.is-big {
    font-size: 30px;
}

.post-datatable .pm-table .pm-tbody .pm-tr.is-success,
.post-datatable .pm-table .pm-tbody tr.is-success,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-success,
.post-datatable .pm-table .pm-tfoot tr.is-success,
.post-datatable .pm-table tbody .pm-tr.is-success,
.post-datatable .pm-table tbody tr.is-success,
.post-datatable .pm-table tfoot .pm-tr.is-success,
.post-datatable .pm-table tfoot tr.is-success,
.post-datatable table .pm-tbody .pm-tr.is-success,
.post-datatable table .pm-tbody tr.is-success,
.post-datatable table .pm-tfoot .pm-tr.is-success,
.post-datatable table .pm-tfoot tr.is-success,
.post-datatable table tbody .pm-tr.is-success,
.post-datatable table tbody tr.is-success,
.post-datatable table tfoot .pm-tr.is-success,
.post-datatable table tfoot tr.is-success {
    background-color: #eaf9f0!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr.is-error,
.post-datatable .pm-table .pm-tbody tr.is-error,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-error,
.post-datatable .pm-table .pm-tfoot tr.is-error,
.post-datatable .pm-table tbody .pm-tr.is-error,
.post-datatable .pm-table tbody tr.is-error,
.post-datatable .pm-table tfoot .pm-tr.is-error,
.post-datatable .pm-table tfoot tr.is-error,
.post-datatable table .pm-tbody .pm-tr.is-error,
.post-datatable table .pm-tbody tr.is-error,
.post-datatable table .pm-tfoot .pm-tr.is-error,
.post-datatable table .pm-tfoot tr.is-error,
.post-datatable table tbody .pm-tr.is-error,
.post-datatable table tbody tr.is-error,
.post-datatable table tfoot .pm-tr.is-error,
.post-datatable table tfoot tr.is-error {
    background-color: #fceff0!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr.is-error .cell-packup-status span,
.post-datatable .pm-table .pm-tbody tr.is-error .cell-packup-status span,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-error .cell-packup-status span,
.post-datatable .pm-table .pm-tfoot tr.is-error .cell-packup-status span,
.post-datatable .pm-table tbody .pm-tr.is-error .cell-packup-status span,
.post-datatable .pm-table tbody tr.is-error .cell-packup-status span,
.post-datatable .pm-table tfoot .pm-tr.is-error .cell-packup-status span,
.post-datatable .pm-table tfoot tr.is-error .cell-packup-status span,
.post-datatable table .pm-tbody .pm-tr.is-error .cell-packup-status span,
.post-datatable table .pm-tbody tr.is-error .cell-packup-status span,
.post-datatable table .pm-tfoot .pm-tr.is-error .cell-packup-status span,
.post-datatable table .pm-tfoot tr.is-error .cell-packup-status span,
.post-datatable table tbody .pm-tr.is-error .cell-packup-status span,
.post-datatable table tbody tr.is-error .cell-packup-status span,
.post-datatable table tfoot .pm-tr.is-error .cell-packup-status span,
.post-datatable table tfoot tr.is-error .cell-packup-status span {
    color: #ed1c24;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-blue-cyan,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-selected,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-blue-cyan,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-selected,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tbody .pm-tr td.is,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-blue-cyan,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-selected,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tbody .pm-tr th.is,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-blue-cyan,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-selected,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tbody .pm-tr.is,
.post-datatable .pm-table .pm-tbody .pm-tr.is-blue-cyan,
.post-datatable .pm-table .pm-tbody .pm-tr.is-selected,
.post-datatable .pm-table .pm-tbody .pm-tr.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tbody tr .pm-td.is,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-blue-cyan,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-selected,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tbody tr .pm-th.is,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-blue-cyan,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-selected,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tbody tr td.is,
.post-datatable .pm-table .pm-tbody tr td.is-blue-cyan,
.post-datatable .pm-table .pm-tbody tr td.is-selected,
.post-datatable .pm-table .pm-tbody tr td.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tbody tr th.is,
.post-datatable .pm-table .pm-tbody tr th.is-blue-cyan,
.post-datatable .pm-table .pm-tbody tr th.is-selected,
.post-datatable .pm-table .pm-tbody tr th.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tbody tr.is,
.post-datatable .pm-table .pm-tbody tr.is-blue-cyan,
.post-datatable .pm-table .pm-tbody tr.is-selected,
.post-datatable .pm-table .pm-tbody tr.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-blue-cyan,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-selected,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-blue-cyan,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-selected,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-blue-cyan,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-selected,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-blue-cyan,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-selected,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tfoot .pm-tr.is,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-blue-cyan,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-selected,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-blue-cyan,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-selected,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-blue-cyan,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-selected,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tfoot tr td.is,
.post-datatable .pm-table .pm-tfoot tr td.is-blue-cyan,
.post-datatable .pm-table .pm-tfoot tr td.is-selected,
.post-datatable .pm-table .pm-tfoot tr td.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tfoot tr th.is,
.post-datatable .pm-table .pm-tfoot tr th.is-blue-cyan,
.post-datatable .pm-table .pm-tfoot tr th.is-selected,
.post-datatable .pm-table .pm-tfoot tr th.is-selected-blue-cyan,
.post-datatable .pm-table .pm-tfoot tr.is,
.post-datatable .pm-table .pm-tfoot tr.is-blue-cyan,
.post-datatable .pm-table .pm-tfoot tr.is-selected,
.post-datatable .pm-table .pm-tfoot tr.is-selected-blue-cyan,
.post-datatable .pm-table tbody .pm-tr .pm-td.is,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-blue-cyan,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-selected,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-selected-blue-cyan,
.post-datatable .pm-table tbody .pm-tr .pm-th.is,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-blue-cyan,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-selected,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-selected-blue-cyan,
.post-datatable .pm-table tbody .pm-tr td.is,
.post-datatable .pm-table tbody .pm-tr td.is-blue-cyan,
.post-datatable .pm-table tbody .pm-tr td.is-selected,
.post-datatable .pm-table tbody .pm-tr td.is-selected-blue-cyan,
.post-datatable .pm-table tbody .pm-tr th.is,
.post-datatable .pm-table tbody .pm-tr th.is-blue-cyan,
.post-datatable .pm-table tbody .pm-tr th.is-selected,
.post-datatable .pm-table tbody .pm-tr th.is-selected-blue-cyan,
.post-datatable .pm-table tbody .pm-tr.is,
.post-datatable .pm-table tbody .pm-tr.is-blue-cyan,
.post-datatable .pm-table tbody .pm-tr.is-selected,
.post-datatable .pm-table tbody .pm-tr.is-selected-blue-cyan,
.post-datatable .pm-table tbody tr .pm-td.is,
.post-datatable .pm-table tbody tr .pm-td.is-blue-cyan,
.post-datatable .pm-table tbody tr .pm-td.is-selected,
.post-datatable .pm-table tbody tr .pm-td.is-selected-blue-cyan,
.post-datatable .pm-table tbody tr .pm-th.is,
.post-datatable .pm-table tbody tr .pm-th.is-blue-cyan,
.post-datatable .pm-table tbody tr .pm-th.is-selected,
.post-datatable .pm-table tbody tr .pm-th.is-selected-blue-cyan,
.post-datatable .pm-table tbody tr td.is,
.post-datatable .pm-table tbody tr td.is-blue-cyan,
.post-datatable .pm-table tbody tr td.is-selected,
.post-datatable .pm-table tbody tr td.is-selected-blue-cyan,
.post-datatable .pm-table tbody tr th.is,
.post-datatable .pm-table tbody tr th.is-blue-cyan,
.post-datatable .pm-table tbody tr th.is-selected,
.post-datatable .pm-table tbody tr th.is-selected-blue-cyan,
.post-datatable .pm-table tbody tr.is,
.post-datatable .pm-table tbody tr.is-blue-cyan,
.post-datatable .pm-table tbody tr.is-selected,
.post-datatable .pm-table tbody tr.is-selected-blue-cyan,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-blue-cyan,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-selected,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-selected-blue-cyan,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-blue-cyan,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-selected,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-selected-blue-cyan,
.post-datatable .pm-table tfoot .pm-tr td.is,
.post-datatable .pm-table tfoot .pm-tr td.is-blue-cyan,
.post-datatable .pm-table tfoot .pm-tr td.is-selected,
.post-datatable .pm-table tfoot .pm-tr td.is-selected-blue-cyan,
.post-datatable .pm-table tfoot .pm-tr th.is,
.post-datatable .pm-table tfoot .pm-tr th.is-blue-cyan,
.post-datatable .pm-table tfoot .pm-tr th.is-selected,
.post-datatable .pm-table tfoot .pm-tr th.is-selected-blue-cyan,
.post-datatable .pm-table tfoot .pm-tr.is,
.post-datatable .pm-table tfoot .pm-tr.is-blue-cyan,
.post-datatable .pm-table tfoot .pm-tr.is-selected,
.post-datatable .pm-table tfoot .pm-tr.is-selected-blue-cyan,
.post-datatable .pm-table tfoot tr .pm-td.is,
.post-datatable .pm-table tfoot tr .pm-td.is-blue-cyan,
.post-datatable .pm-table tfoot tr .pm-td.is-selected,
.post-datatable .pm-table tfoot tr .pm-td.is-selected-blue-cyan,
.post-datatable .pm-table tfoot tr .pm-th.is,
.post-datatable .pm-table tfoot tr .pm-th.is-blue-cyan,
.post-datatable .pm-table tfoot tr .pm-th.is-selected,
.post-datatable .pm-table tfoot tr .pm-th.is-selected-blue-cyan,
.post-datatable .pm-table tfoot tr td.is,
.post-datatable .pm-table tfoot tr td.is-blue-cyan,
.post-datatable .pm-table tfoot tr td.is-selected,
.post-datatable .pm-table tfoot tr td.is-selected-blue-cyan,
.post-datatable .pm-table tfoot tr th.is,
.post-datatable .pm-table tfoot tr th.is-blue-cyan,
.post-datatable .pm-table tfoot tr th.is-selected,
.post-datatable .pm-table tfoot tr th.is-selected-blue-cyan,
.post-datatable .pm-table tfoot tr.is,
.post-datatable .pm-table tfoot tr.is-blue-cyan,
.post-datatable .pm-table tfoot tr.is-selected,
.post-datatable .pm-table tfoot tr.is-selected-blue-cyan,
.post-datatable table .pm-tbody .pm-tr .pm-td.is,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-blue-cyan,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-selected,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-selected-blue-cyan,
.post-datatable table .pm-tbody .pm-tr .pm-th.is,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-blue-cyan,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-selected,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-selected-blue-cyan,
.post-datatable table .pm-tbody .pm-tr td.is,
.post-datatable table .pm-tbody .pm-tr td.is-blue-cyan,
.post-datatable table .pm-tbody .pm-tr td.is-selected,
.post-datatable table .pm-tbody .pm-tr td.is-selected-blue-cyan,
.post-datatable table .pm-tbody .pm-tr th.is,
.post-datatable table .pm-tbody .pm-tr th.is-blue-cyan,
.post-datatable table .pm-tbody .pm-tr th.is-selected,
.post-datatable table .pm-tbody .pm-tr th.is-selected-blue-cyan,
.post-datatable table .pm-tbody .pm-tr.is,
.post-datatable table .pm-tbody .pm-tr.is-blue-cyan,
.post-datatable table .pm-tbody .pm-tr.is-selected,
.post-datatable table .pm-tbody .pm-tr.is-selected-blue-cyan,
.post-datatable table .pm-tbody tr .pm-td.is,
.post-datatable table .pm-tbody tr .pm-td.is-blue-cyan,
.post-datatable table .pm-tbody tr .pm-td.is-selected,
.post-datatable table .pm-tbody tr .pm-td.is-selected-blue-cyan,
.post-datatable table .pm-tbody tr .pm-th.is,
.post-datatable table .pm-tbody tr .pm-th.is-blue-cyan,
.post-datatable table .pm-tbody tr .pm-th.is-selected,
.post-datatable table .pm-tbody tr .pm-th.is-selected-blue-cyan,
.post-datatable table .pm-tbody tr td.is,
.post-datatable table .pm-tbody tr td.is-blue-cyan,
.post-datatable table .pm-tbody tr td.is-selected,
.post-datatable table .pm-tbody tr td.is-selected-blue-cyan,
.post-datatable table .pm-tbody tr th.is,
.post-datatable table .pm-tbody tr th.is-blue-cyan,
.post-datatable table .pm-tbody tr th.is-selected,
.post-datatable table .pm-tbody tr th.is-selected-blue-cyan,
.post-datatable table .pm-tbody tr.is,
.post-datatable table .pm-tbody tr.is-blue-cyan,
.post-datatable table .pm-tbody tr.is-selected,
.post-datatable table .pm-tbody tr.is-selected-blue-cyan,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-blue-cyan,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-selected,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-selected-blue-cyan,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-blue-cyan,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-selected,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-selected-blue-cyan,
.post-datatable table .pm-tfoot .pm-tr td.is,
.post-datatable table .pm-tfoot .pm-tr td.is-blue-cyan,
.post-datatable table .pm-tfoot .pm-tr td.is-selected,
.post-datatable table .pm-tfoot .pm-tr td.is-selected-blue-cyan,
.post-datatable table .pm-tfoot .pm-tr th.is,
.post-datatable table .pm-tfoot .pm-tr th.is-blue-cyan,
.post-datatable table .pm-tfoot .pm-tr th.is-selected,
.post-datatable table .pm-tfoot .pm-tr th.is-selected-blue-cyan,
.post-datatable table .pm-tfoot .pm-tr.is,
.post-datatable table .pm-tfoot .pm-tr.is-blue-cyan,
.post-datatable table .pm-tfoot .pm-tr.is-selected,
.post-datatable table .pm-tfoot .pm-tr.is-selected-blue-cyan,
.post-datatable table .pm-tfoot tr .pm-td.is,
.post-datatable table .pm-tfoot tr .pm-td.is-blue-cyan,
.post-datatable table .pm-tfoot tr .pm-td.is-selected,
.post-datatable table .pm-tfoot tr .pm-td.is-selected-blue-cyan,
.post-datatable table .pm-tfoot tr .pm-th.is,
.post-datatable table .pm-tfoot tr .pm-th.is-blue-cyan,
.post-datatable table .pm-tfoot tr .pm-th.is-selected,
.post-datatable table .pm-tfoot tr .pm-th.is-selected-blue-cyan,
.post-datatable table .pm-tfoot tr td.is,
.post-datatable table .pm-tfoot tr td.is-blue-cyan,
.post-datatable table .pm-tfoot tr td.is-selected,
.post-datatable table .pm-tfoot tr td.is-selected-blue-cyan,
.post-datatable table .pm-tfoot tr th.is,
.post-datatable table .pm-tfoot tr th.is-blue-cyan,
.post-datatable table .pm-tfoot tr th.is-selected,
.post-datatable table .pm-tfoot tr th.is-selected-blue-cyan,
.post-datatable table .pm-tfoot tr.is,
.post-datatable table .pm-tfoot tr.is-blue-cyan,
.post-datatable table .pm-tfoot tr.is-selected,
.post-datatable table .pm-tfoot tr.is-selected-blue-cyan,
.post-datatable table tbody .pm-tr .pm-td.is,
.post-datatable table tbody .pm-tr .pm-td.is-blue-cyan,
.post-datatable table tbody .pm-tr .pm-td.is-selected,
.post-datatable table tbody .pm-tr .pm-td.is-selected-blue-cyan,
.post-datatable table tbody .pm-tr .pm-th.is,
.post-datatable table tbody .pm-tr .pm-th.is-blue-cyan,
.post-datatable table tbody .pm-tr .pm-th.is-selected,
.post-datatable table tbody .pm-tr .pm-th.is-selected-blue-cyan,
.post-datatable table tbody .pm-tr td.is,
.post-datatable table tbody .pm-tr td.is-blue-cyan,
.post-datatable table tbody .pm-tr td.is-selected,
.post-datatable table tbody .pm-tr td.is-selected-blue-cyan,
.post-datatable table tbody .pm-tr th.is,
.post-datatable table tbody .pm-tr th.is-blue-cyan,
.post-datatable table tbody .pm-tr th.is-selected,
.post-datatable table tbody .pm-tr th.is-selected-blue-cyan,
.post-datatable table tbody .pm-tr.is,
.post-datatable table tbody .pm-tr.is-blue-cyan,
.post-datatable table tbody .pm-tr.is-selected,
.post-datatable table tbody .pm-tr.is-selected-blue-cyan,
.post-datatable table tbody tr .pm-td.is,
.post-datatable table tbody tr .pm-td.is-blue-cyan,
.post-datatable table tbody tr .pm-td.is-selected,
.post-datatable table tbody tr .pm-td.is-selected-blue-cyan,
.post-datatable table tbody tr .pm-th.is,
.post-datatable table tbody tr .pm-th.is-blue-cyan,
.post-datatable table tbody tr .pm-th.is-selected,
.post-datatable table tbody tr .pm-th.is-selected-blue-cyan,
.post-datatable table tbody tr td.is,
.post-datatable table tbody tr td.is-blue-cyan,
.post-datatable table tbody tr td.is-selected,
.post-datatable table tbody tr td.is-selected-blue-cyan,
.post-datatable table tbody tr th.is,
.post-datatable table tbody tr th.is-blue-cyan,
.post-datatable table tbody tr th.is-selected,
.post-datatable table tbody tr th.is-selected-blue-cyan,
.post-datatable table tbody tr.is,
.post-datatable table tbody tr.is-blue-cyan,
.post-datatable table tbody tr.is-selected,
.post-datatable table tbody tr.is-selected-blue-cyan,
.post-datatable table tfoot .pm-tr .pm-td.is,
.post-datatable table tfoot .pm-tr .pm-td.is-blue-cyan,
.post-datatable table tfoot .pm-tr .pm-td.is-selected,
.post-datatable table tfoot .pm-tr .pm-td.is-selected-blue-cyan,
.post-datatable table tfoot .pm-tr .pm-th.is,
.post-datatable table tfoot .pm-tr .pm-th.is-blue-cyan,
.post-datatable table tfoot .pm-tr .pm-th.is-selected,
.post-datatable table tfoot .pm-tr .pm-th.is-selected-blue-cyan,
.post-datatable table tfoot .pm-tr td.is,
.post-datatable table tfoot .pm-tr td.is-blue-cyan,
.post-datatable table tfoot .pm-tr td.is-selected,
.post-datatable table tfoot .pm-tr td.is-selected-blue-cyan,
.post-datatable table tfoot .pm-tr th.is,
.post-datatable table tfoot .pm-tr th.is-blue-cyan,
.post-datatable table tfoot .pm-tr th.is-selected,
.post-datatable table tfoot .pm-tr th.is-selected-blue-cyan,
.post-datatable table tfoot .pm-tr.is,
.post-datatable table tfoot .pm-tr.is-blue-cyan,
.post-datatable table tfoot .pm-tr.is-selected,
.post-datatable table tfoot .pm-tr.is-selected-blue-cyan,
.post-datatable table tfoot tr .pm-td.is,
.post-datatable table tfoot tr .pm-td.is-blue-cyan,
.post-datatable table tfoot tr .pm-td.is-selected,
.post-datatable table tfoot tr .pm-td.is-selected-blue-cyan,
.post-datatable table tfoot tr .pm-th.is,
.post-datatable table tfoot tr .pm-th.is-blue-cyan,
.post-datatable table tfoot tr .pm-th.is-selected,
.post-datatable table tfoot tr .pm-th.is-selected-blue-cyan,
.post-datatable table tfoot tr td.is,
.post-datatable table tfoot tr td.is-blue-cyan,
.post-datatable table tfoot tr td.is-selected,
.post-datatable table tfoot tr td.is-selected-blue-cyan,
.post-datatable table tfoot tr th.is,
.post-datatable table tfoot tr th.is-blue-cyan,
.post-datatable table tfoot tr th.is-selected,
.post-datatable table tfoot tr th.is-selected-blue-cyan,
.post-datatable table tfoot tr.is,
.post-datatable table tfoot tr.is-blue-cyan,
.post-datatable table tfoot tr.is-selected,
.post-datatable table tfoot tr.is-selected-blue-cyan {
    background-color: #eef7fe!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-green-nyanza,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-green-nyanza,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-green-nyanza,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-green-nyanza,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tbody .pm-tr.is-green-nyanza,
.post-datatable .pm-table .pm-tbody .pm-tr.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-green-nyanza,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-green-nyanza,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tbody tr td.is-green-nyanza,
.post-datatable .pm-table .pm-tbody tr td.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tbody tr th.is-green-nyanza,
.post-datatable .pm-table .pm-tbody tr th.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tbody tr.is-green-nyanza,
.post-datatable .pm-table .pm-tbody tr.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-green-nyanza,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-green-nyanza,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-green-nyanza,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-green-nyanza,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-green-nyanza,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-green-nyanza,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-green-nyanza,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tfoot tr td.is-green-nyanza,
.post-datatable .pm-table .pm-tfoot tr td.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tfoot tr th.is-green-nyanza,
.post-datatable .pm-table .pm-tfoot tr th.is-selected-green-nyanza,
.post-datatable .pm-table .pm-tfoot tr.is-green-nyanza,
.post-datatable .pm-table .pm-tfoot tr.is-selected-green-nyanza,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-green-nyanza,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-selected-green-nyanza,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-green-nyanza,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-selected-green-nyanza,
.post-datatable .pm-table tbody .pm-tr td.is-green-nyanza,
.post-datatable .pm-table tbody .pm-tr td.is-selected-green-nyanza,
.post-datatable .pm-table tbody .pm-tr th.is-green-nyanza,
.post-datatable .pm-table tbody .pm-tr th.is-selected-green-nyanza,
.post-datatable .pm-table tbody .pm-tr.is-green-nyanza,
.post-datatable .pm-table tbody .pm-tr.is-selected-green-nyanza,
.post-datatable .pm-table tbody tr .pm-td.is-green-nyanza,
.post-datatable .pm-table tbody tr .pm-td.is-selected-green-nyanza,
.post-datatable .pm-table tbody tr .pm-th.is-green-nyanza,
.post-datatable .pm-table tbody tr .pm-th.is-selected-green-nyanza,
.post-datatable .pm-table tbody tr td.is-green-nyanza,
.post-datatable .pm-table tbody tr td.is-selected-green-nyanza,
.post-datatable .pm-table tbody tr th.is-green-nyanza,
.post-datatable .pm-table tbody tr th.is-selected-green-nyanza,
.post-datatable .pm-table tbody tr.is-green-nyanza,
.post-datatable .pm-table tbody tr.is-selected-green-nyanza,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-green-nyanza,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-selected-green-nyanza,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-green-nyanza,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-selected-green-nyanza,
.post-datatable .pm-table tfoot .pm-tr td.is-green-nyanza,
.post-datatable .pm-table tfoot .pm-tr td.is-selected-green-nyanza,
.post-datatable .pm-table tfoot .pm-tr th.is-green-nyanza,
.post-datatable .pm-table tfoot .pm-tr th.is-selected-green-nyanza,
.post-datatable .pm-table tfoot .pm-tr.is-green-nyanza,
.post-datatable .pm-table tfoot .pm-tr.is-selected-green-nyanza,
.post-datatable .pm-table tfoot tr .pm-td.is-green-nyanza,
.post-datatable .pm-table tfoot tr .pm-td.is-selected-green-nyanza,
.post-datatable .pm-table tfoot tr .pm-th.is-green-nyanza,
.post-datatable .pm-table tfoot tr .pm-th.is-selected-green-nyanza,
.post-datatable .pm-table tfoot tr td.is-green-nyanza,
.post-datatable .pm-table tfoot tr td.is-selected-green-nyanza,
.post-datatable .pm-table tfoot tr th.is-green-nyanza,
.post-datatable .pm-table tfoot tr th.is-selected-green-nyanza,
.post-datatable .pm-table tfoot tr.is-green-nyanza,
.post-datatable .pm-table tfoot tr.is-selected-green-nyanza,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-green-nyanza,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-selected-green-nyanza,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-green-nyanza,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-selected-green-nyanza,
.post-datatable table .pm-tbody .pm-tr td.is-green-nyanza,
.post-datatable table .pm-tbody .pm-tr td.is-selected-green-nyanza,
.post-datatable table .pm-tbody .pm-tr th.is-green-nyanza,
.post-datatable table .pm-tbody .pm-tr th.is-selected-green-nyanza,
.post-datatable table .pm-tbody .pm-tr.is-green-nyanza,
.post-datatable table .pm-tbody .pm-tr.is-selected-green-nyanza,
.post-datatable table .pm-tbody tr .pm-td.is-green-nyanza,
.post-datatable table .pm-tbody tr .pm-td.is-selected-green-nyanza,
.post-datatable table .pm-tbody tr .pm-th.is-green-nyanza,
.post-datatable table .pm-tbody tr .pm-th.is-selected-green-nyanza,
.post-datatable table .pm-tbody tr td.is-green-nyanza,
.post-datatable table .pm-tbody tr td.is-selected-green-nyanza,
.post-datatable table .pm-tbody tr th.is-green-nyanza,
.post-datatable table .pm-tbody tr th.is-selected-green-nyanza,
.post-datatable table .pm-tbody tr.is-green-nyanza,
.post-datatable table .pm-tbody tr.is-selected-green-nyanza,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-green-nyanza,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-selected-green-nyanza,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-green-nyanza,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-selected-green-nyanza,
.post-datatable table .pm-tfoot .pm-tr td.is-green-nyanza,
.post-datatable table .pm-tfoot .pm-tr td.is-selected-green-nyanza,
.post-datatable table .pm-tfoot .pm-tr th.is-green-nyanza,
.post-datatable table .pm-tfoot .pm-tr th.is-selected-green-nyanza,
.post-datatable table .pm-tfoot .pm-tr.is-green-nyanza,
.post-datatable table .pm-tfoot .pm-tr.is-selected-green-nyanza,
.post-datatable table .pm-tfoot tr .pm-td.is-green-nyanza,
.post-datatable table .pm-tfoot tr .pm-td.is-selected-green-nyanza,
.post-datatable table .pm-tfoot tr .pm-th.is-green-nyanza,
.post-datatable table .pm-tfoot tr .pm-th.is-selected-green-nyanza,
.post-datatable table .pm-tfoot tr td.is-green-nyanza,
.post-datatable table .pm-tfoot tr td.is-selected-green-nyanza,
.post-datatable table .pm-tfoot tr th.is-green-nyanza,
.post-datatable table .pm-tfoot tr th.is-selected-green-nyanza,
.post-datatable table .pm-tfoot tr.is-green-nyanza,
.post-datatable table .pm-tfoot tr.is-selected-green-nyanza,
.post-datatable table tbody .pm-tr .pm-td.is-green-nyanza,
.post-datatable table tbody .pm-tr .pm-td.is-selected-green-nyanza,
.post-datatable table tbody .pm-tr .pm-th.is-green-nyanza,
.post-datatable table tbody .pm-tr .pm-th.is-selected-green-nyanza,
.post-datatable table tbody .pm-tr td.is-green-nyanza,
.post-datatable table tbody .pm-tr td.is-selected-green-nyanza,
.post-datatable table tbody .pm-tr th.is-green-nyanza,
.post-datatable table tbody .pm-tr th.is-selected-green-nyanza,
.post-datatable table tbody .pm-tr.is-green-nyanza,
.post-datatable table tbody .pm-tr.is-selected-green-nyanza,
.post-datatable table tbody tr .pm-td.is-green-nyanza,
.post-datatable table tbody tr .pm-td.is-selected-green-nyanza,
.post-datatable table tbody tr .pm-th.is-green-nyanza,
.post-datatable table tbody tr .pm-th.is-selected-green-nyanza,
.post-datatable table tbody tr td.is-green-nyanza,
.post-datatable table tbody tr td.is-selected-green-nyanza,
.post-datatable table tbody tr th.is-green-nyanza,
.post-datatable table tbody tr th.is-selected-green-nyanza,
.post-datatable table tbody tr.is-green-nyanza,
.post-datatable table tbody tr.is-selected-green-nyanza,
.post-datatable table tfoot .pm-tr .pm-td.is-green-nyanza,
.post-datatable table tfoot .pm-tr .pm-td.is-selected-green-nyanza,
.post-datatable table tfoot .pm-tr .pm-th.is-green-nyanza,
.post-datatable table tfoot .pm-tr .pm-th.is-selected-green-nyanza,
.post-datatable table tfoot .pm-tr td.is-green-nyanza,
.post-datatable table tfoot .pm-tr td.is-selected-green-nyanza,
.post-datatable table tfoot .pm-tr th.is-green-nyanza,
.post-datatable table tfoot .pm-tr th.is-selected-green-nyanza,
.post-datatable table tfoot .pm-tr.is-green-nyanza,
.post-datatable table tfoot .pm-tr.is-selected-green-nyanza,
.post-datatable table tfoot tr .pm-td.is-green-nyanza,
.post-datatable table tfoot tr .pm-td.is-selected-green-nyanza,
.post-datatable table tfoot tr .pm-th.is-green-nyanza,
.post-datatable table tfoot tr .pm-th.is-selected-green-nyanza,
.post-datatable table tfoot tr td.is-green-nyanza,
.post-datatable table tfoot tr td.is-selected-green-nyanza,
.post-datatable table tfoot tr th.is-green-nyanza,
.post-datatable table tfoot tr th.is-selected-green-nyanza,
.post-datatable table tfoot tr.is-green-nyanza,
.post-datatable table tfoot tr.is-selected-green-nyanza {
    background-color: #eaf9f0!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-yellow-vanilla,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-yellow-vanilla,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-yellow-vanilla,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-yellow-vanilla,
.post-datatable .pm-table .pm-tbody .pm-tr.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tbody .pm-tr.is-yellow-vanilla,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-yellow-vanilla,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-yellow-vanilla,
.post-datatable .pm-table .pm-tbody tr td.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tbody tr td.is-yellow-vanilla,
.post-datatable .pm-table .pm-tbody tr th.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tbody tr th.is-yellow-vanilla,
.post-datatable .pm-table .pm-tbody tr.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tbody tr.is-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot tr td.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot tr td.is-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot tr th.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot tr th.is-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot tr.is-selected-yellow-vanilla,
.post-datatable .pm-table .pm-tfoot tr.is-yellow-vanilla,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-selected-yellow-vanilla,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-yellow-vanilla,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-selected-yellow-vanilla,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-yellow-vanilla,
.post-datatable .pm-table tbody .pm-tr td.is-selected-yellow-vanilla,
.post-datatable .pm-table tbody .pm-tr td.is-yellow-vanilla,
.post-datatable .pm-table tbody .pm-tr th.is-selected-yellow-vanilla,
.post-datatable .pm-table tbody .pm-tr th.is-yellow-vanilla,
.post-datatable .pm-table tbody .pm-tr.is-selected-yellow-vanilla,
.post-datatable .pm-table tbody .pm-tr.is-yellow-vanilla,
.post-datatable .pm-table tbody tr .pm-td.is-selected-yellow-vanilla,
.post-datatable .pm-table tbody tr .pm-td.is-yellow-vanilla,
.post-datatable .pm-table tbody tr .pm-th.is-selected-yellow-vanilla,
.post-datatable .pm-table tbody tr .pm-th.is-yellow-vanilla,
.post-datatable .pm-table tbody tr td.is-selected-yellow-vanilla,
.post-datatable .pm-table tbody tr td.is-yellow-vanilla,
.post-datatable .pm-table tbody tr th.is-selected-yellow-vanilla,
.post-datatable .pm-table tbody tr th.is-yellow-vanilla,
.post-datatable .pm-table tbody tr.is-selected-yellow-vanilla,
.post-datatable .pm-table tbody tr.is-yellow-vanilla,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-selected-yellow-vanilla,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-yellow-vanilla,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-selected-yellow-vanilla,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-yellow-vanilla,
.post-datatable .pm-table tfoot .pm-tr td.is-selected-yellow-vanilla,
.post-datatable .pm-table tfoot .pm-tr td.is-yellow-vanilla,
.post-datatable .pm-table tfoot .pm-tr th.is-selected-yellow-vanilla,
.post-datatable .pm-table tfoot .pm-tr th.is-yellow-vanilla,
.post-datatable .pm-table tfoot .pm-tr.is-selected-yellow-vanilla,
.post-datatable .pm-table tfoot .pm-tr.is-yellow-vanilla,
.post-datatable .pm-table tfoot tr .pm-td.is-selected-yellow-vanilla,
.post-datatable .pm-table tfoot tr .pm-td.is-yellow-vanilla,
.post-datatable .pm-table tfoot tr .pm-th.is-selected-yellow-vanilla,
.post-datatable .pm-table tfoot tr .pm-th.is-yellow-vanilla,
.post-datatable .pm-table tfoot tr td.is-selected-yellow-vanilla,
.post-datatable .pm-table tfoot tr td.is-yellow-vanilla,
.post-datatable .pm-table tfoot tr th.is-selected-yellow-vanilla,
.post-datatable .pm-table tfoot tr th.is-yellow-vanilla,
.post-datatable .pm-table tfoot tr.is-selected-yellow-vanilla,
.post-datatable .pm-table tfoot tr.is-yellow-vanilla,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-selected-yellow-vanilla,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-yellow-vanilla,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-selected-yellow-vanilla,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-yellow-vanilla,
.post-datatable table .pm-tbody .pm-tr td.is-selected-yellow-vanilla,
.post-datatable table .pm-tbody .pm-tr td.is-yellow-vanilla,
.post-datatable table .pm-tbody .pm-tr th.is-selected-yellow-vanilla,
.post-datatable table .pm-tbody .pm-tr th.is-yellow-vanilla,
.post-datatable table .pm-tbody .pm-tr.is-selected-yellow-vanilla,
.post-datatable table .pm-tbody .pm-tr.is-yellow-vanilla,
.post-datatable table .pm-tbody tr .pm-td.is-selected-yellow-vanilla,
.post-datatable table .pm-tbody tr .pm-td.is-yellow-vanilla,
.post-datatable table .pm-tbody tr .pm-th.is-selected-yellow-vanilla,
.post-datatable table .pm-tbody tr .pm-th.is-yellow-vanilla,
.post-datatable table .pm-tbody tr td.is-selected-yellow-vanilla,
.post-datatable table .pm-tbody tr td.is-yellow-vanilla,
.post-datatable table .pm-tbody tr th.is-selected-yellow-vanilla,
.post-datatable table .pm-tbody tr th.is-yellow-vanilla,
.post-datatable table .pm-tbody tr.is-selected-yellow-vanilla,
.post-datatable table .pm-tbody tr.is-yellow-vanilla,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-selected-yellow-vanilla,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-yellow-vanilla,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-selected-yellow-vanilla,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-yellow-vanilla,
.post-datatable table .pm-tfoot .pm-tr td.is-selected-yellow-vanilla,
.post-datatable table .pm-tfoot .pm-tr td.is-yellow-vanilla,
.post-datatable table .pm-tfoot .pm-tr th.is-selected-yellow-vanilla,
.post-datatable table .pm-tfoot .pm-tr th.is-yellow-vanilla,
.post-datatable table .pm-tfoot .pm-tr.is-selected-yellow-vanilla,
.post-datatable table .pm-tfoot .pm-tr.is-yellow-vanilla,
.post-datatable table .pm-tfoot tr .pm-td.is-selected-yellow-vanilla,
.post-datatable table .pm-tfoot tr .pm-td.is-yellow-vanilla,
.post-datatable table .pm-tfoot tr .pm-th.is-selected-yellow-vanilla,
.post-datatable table .pm-tfoot tr .pm-th.is-yellow-vanilla,
.post-datatable table .pm-tfoot tr td.is-selected-yellow-vanilla,
.post-datatable table .pm-tfoot tr td.is-yellow-vanilla,
.post-datatable table .pm-tfoot tr th.is-selected-yellow-vanilla,
.post-datatable table .pm-tfoot tr th.is-yellow-vanilla,
.post-datatable table .pm-tfoot tr.is-selected-yellow-vanilla,
.post-datatable table .pm-tfoot tr.is-yellow-vanilla,
.post-datatable table tbody .pm-tr .pm-td.is-selected-yellow-vanilla,
.post-datatable table tbody .pm-tr .pm-td.is-yellow-vanilla,
.post-datatable table tbody .pm-tr .pm-th.is-selected-yellow-vanilla,
.post-datatable table tbody .pm-tr .pm-th.is-yellow-vanilla,
.post-datatable table tbody .pm-tr td.is-selected-yellow-vanilla,
.post-datatable table tbody .pm-tr td.is-yellow-vanilla,
.post-datatable table tbody .pm-tr th.is-selected-yellow-vanilla,
.post-datatable table tbody .pm-tr th.is-yellow-vanilla,
.post-datatable table tbody .pm-tr.is-selected-yellow-vanilla,
.post-datatable table tbody .pm-tr.is-yellow-vanilla,
.post-datatable table tbody tr .pm-td.is-selected-yellow-vanilla,
.post-datatable table tbody tr .pm-td.is-yellow-vanilla,
.post-datatable table tbody tr .pm-th.is-selected-yellow-vanilla,
.post-datatable table tbody tr .pm-th.is-yellow-vanilla,
.post-datatable table tbody tr td.is-selected-yellow-vanilla,
.post-datatable table tbody tr td.is-yellow-vanilla,
.post-datatable table tbody tr th.is-selected-yellow-vanilla,
.post-datatable table tbody tr th.is-yellow-vanilla,
.post-datatable table tbody tr.is-selected-yellow-vanilla,
.post-datatable table tbody tr.is-yellow-vanilla,
.post-datatable table tfoot .pm-tr .pm-td.is-selected-yellow-vanilla,
.post-datatable table tfoot .pm-tr .pm-td.is-yellow-vanilla,
.post-datatable table tfoot .pm-tr .pm-th.is-selected-yellow-vanilla,
.post-datatable table tfoot .pm-tr .pm-th.is-yellow-vanilla,
.post-datatable table tfoot .pm-tr td.is-selected-yellow-vanilla,
.post-datatable table tfoot .pm-tr td.is-yellow-vanilla,
.post-datatable table tfoot .pm-tr th.is-selected-yellow-vanilla,
.post-datatable table tfoot .pm-tr th.is-yellow-vanilla,
.post-datatable table tfoot .pm-tr.is-selected-yellow-vanilla,
.post-datatable table tfoot .pm-tr.is-yellow-vanilla,
.post-datatable table tfoot tr .pm-td.is-selected-yellow-vanilla,
.post-datatable table tfoot tr .pm-td.is-yellow-vanilla,
.post-datatable table tfoot tr .pm-th.is-selected-yellow-vanilla,
.post-datatable table tfoot tr .pm-th.is-yellow-vanilla,
.post-datatable table tfoot tr td.is-selected-yellow-vanilla,
.post-datatable table tfoot tr td.is-yellow-vanilla,
.post-datatable table tfoot tr th.is-selected-yellow-vanilla,
.post-datatable table tfoot tr th.is-yellow-vanilla,
.post-datatable table tfoot tr.is-selected-yellow-vanilla,
.post-datatable table tfoot tr.is-yellow-vanilla {
    background-color: #fff8e8!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-orange-papaya,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-orange-papaya,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-orange-papaya,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-orange-papaya,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tbody .pm-tr.is-orange-papaya,
.post-datatable .pm-table .pm-tbody .pm-tr.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-orange-papaya,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-orange-papaya,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tbody tr td.is-orange-papaya,
.post-datatable .pm-table .pm-tbody tr td.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tbody tr th.is-orange-papaya,
.post-datatable .pm-table .pm-tbody tr th.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tbody tr.is-orange-papaya,
.post-datatable .pm-table .pm-tbody tr.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-orange-papaya,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-orange-papaya,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-orange-papaya,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-orange-papaya,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-orange-papaya,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-orange-papaya,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-orange-papaya,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tfoot tr td.is-orange-papaya,
.post-datatable .pm-table .pm-tfoot tr td.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tfoot tr th.is-orange-papaya,
.post-datatable .pm-table .pm-tfoot tr th.is-selected-orange-papaya,
.post-datatable .pm-table .pm-tfoot tr.is-orange-papaya,
.post-datatable .pm-table .pm-tfoot tr.is-selected-orange-papaya,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-orange-papaya,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-selected-orange-papaya,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-orange-papaya,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-selected-orange-papaya,
.post-datatable .pm-table tbody .pm-tr td.is-orange-papaya,
.post-datatable .pm-table tbody .pm-tr td.is-selected-orange-papaya,
.post-datatable .pm-table tbody .pm-tr th.is-orange-papaya,
.post-datatable .pm-table tbody .pm-tr th.is-selected-orange-papaya,
.post-datatable .pm-table tbody .pm-tr.is-orange-papaya,
.post-datatable .pm-table tbody .pm-tr.is-selected-orange-papaya,
.post-datatable .pm-table tbody tr .pm-td.is-orange-papaya,
.post-datatable .pm-table tbody tr .pm-td.is-selected-orange-papaya,
.post-datatable .pm-table tbody tr .pm-th.is-orange-papaya,
.post-datatable .pm-table tbody tr .pm-th.is-selected-orange-papaya,
.post-datatable .pm-table tbody tr td.is-orange-papaya,
.post-datatable .pm-table tbody tr td.is-selected-orange-papaya,
.post-datatable .pm-table tbody tr th.is-orange-papaya,
.post-datatable .pm-table tbody tr th.is-selected-orange-papaya,
.post-datatable .pm-table tbody tr.is-orange-papaya,
.post-datatable .pm-table tbody tr.is-selected-orange-papaya,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-orange-papaya,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-selected-orange-papaya,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-orange-papaya,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-selected-orange-papaya,
.post-datatable .pm-table tfoot .pm-tr td.is-orange-papaya,
.post-datatable .pm-table tfoot .pm-tr td.is-selected-orange-papaya,
.post-datatable .pm-table tfoot .pm-tr th.is-orange-papaya,
.post-datatable .pm-table tfoot .pm-tr th.is-selected-orange-papaya,
.post-datatable .pm-table tfoot .pm-tr.is-orange-papaya,
.post-datatable .pm-table tfoot .pm-tr.is-selected-orange-papaya,
.post-datatable .pm-table tfoot tr .pm-td.is-orange-papaya,
.post-datatable .pm-table tfoot tr .pm-td.is-selected-orange-papaya,
.post-datatable .pm-table tfoot tr .pm-th.is-orange-papaya,
.post-datatable .pm-table tfoot tr .pm-th.is-selected-orange-papaya,
.post-datatable .pm-table tfoot tr td.is-orange-papaya,
.post-datatable .pm-table tfoot tr td.is-selected-orange-papaya,
.post-datatable .pm-table tfoot tr th.is-orange-papaya,
.post-datatable .pm-table tfoot tr th.is-selected-orange-papaya,
.post-datatable .pm-table tfoot tr.is-orange-papaya,
.post-datatable .pm-table tfoot tr.is-selected-orange-papaya,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-orange-papaya,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-selected-orange-papaya,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-orange-papaya,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-selected-orange-papaya,
.post-datatable table .pm-tbody .pm-tr td.is-orange-papaya,
.post-datatable table .pm-tbody .pm-tr td.is-selected-orange-papaya,
.post-datatable table .pm-tbody .pm-tr th.is-orange-papaya,
.post-datatable table .pm-tbody .pm-tr th.is-selected-orange-papaya,
.post-datatable table .pm-tbody .pm-tr.is-orange-papaya,
.post-datatable table .pm-tbody .pm-tr.is-selected-orange-papaya,
.post-datatable table .pm-tbody tr .pm-td.is-orange-papaya,
.post-datatable table .pm-tbody tr .pm-td.is-selected-orange-papaya,
.post-datatable table .pm-tbody tr .pm-th.is-orange-papaya,
.post-datatable table .pm-tbody tr .pm-th.is-selected-orange-papaya,
.post-datatable table .pm-tbody tr td.is-orange-papaya,
.post-datatable table .pm-tbody tr td.is-selected-orange-papaya,
.post-datatable table .pm-tbody tr th.is-orange-papaya,
.post-datatable table .pm-tbody tr th.is-selected-orange-papaya,
.post-datatable table .pm-tbody tr.is-orange-papaya,
.post-datatable table .pm-tbody tr.is-selected-orange-papaya,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-orange-papaya,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-selected-orange-papaya,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-orange-papaya,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-selected-orange-papaya,
.post-datatable table .pm-tfoot .pm-tr td.is-orange-papaya,
.post-datatable table .pm-tfoot .pm-tr td.is-selected-orange-papaya,
.post-datatable table .pm-tfoot .pm-tr th.is-orange-papaya,
.post-datatable table .pm-tfoot .pm-tr th.is-selected-orange-papaya,
.post-datatable table .pm-tfoot .pm-tr.is-orange-papaya,
.post-datatable table .pm-tfoot .pm-tr.is-selected-orange-papaya,
.post-datatable table .pm-tfoot tr .pm-td.is-orange-papaya,
.post-datatable table .pm-tfoot tr .pm-td.is-selected-orange-papaya,
.post-datatable table .pm-tfoot tr .pm-th.is-orange-papaya,
.post-datatable table .pm-tfoot tr .pm-th.is-selected-orange-papaya,
.post-datatable table .pm-tfoot tr td.is-orange-papaya,
.post-datatable table .pm-tfoot tr td.is-selected-orange-papaya,
.post-datatable table .pm-tfoot tr th.is-orange-papaya,
.post-datatable table .pm-tfoot tr th.is-selected-orange-papaya,
.post-datatable table .pm-tfoot tr.is-orange-papaya,
.post-datatable table .pm-tfoot tr.is-selected-orange-papaya,
.post-datatable table tbody .pm-tr .pm-td.is-orange-papaya,
.post-datatable table tbody .pm-tr .pm-td.is-selected-orange-papaya,
.post-datatable table tbody .pm-tr .pm-th.is-orange-papaya,
.post-datatable table tbody .pm-tr .pm-th.is-selected-orange-papaya,
.post-datatable table tbody .pm-tr td.is-orange-papaya,
.post-datatable table tbody .pm-tr td.is-selected-orange-papaya,
.post-datatable table tbody .pm-tr th.is-orange-papaya,
.post-datatable table tbody .pm-tr th.is-selected-orange-papaya,
.post-datatable table tbody .pm-tr.is-orange-papaya,
.post-datatable table tbody .pm-tr.is-selected-orange-papaya,
.post-datatable table tbody tr .pm-td.is-orange-papaya,
.post-datatable table tbody tr .pm-td.is-selected-orange-papaya,
.post-datatable table tbody tr .pm-th.is-orange-papaya,
.post-datatable table tbody tr .pm-th.is-selected-orange-papaya,
.post-datatable table tbody tr td.is-orange-papaya,
.post-datatable table tbody tr td.is-selected-orange-papaya,
.post-datatable table tbody tr th.is-orange-papaya,
.post-datatable table tbody tr th.is-selected-orange-papaya,
.post-datatable table tbody tr.is-orange-papaya,
.post-datatable table tbody tr.is-selected-orange-papaya,
.post-datatable table tfoot .pm-tr .pm-td.is-orange-papaya,
.post-datatable table tfoot .pm-tr .pm-td.is-selected-orange-papaya,
.post-datatable table tfoot .pm-tr .pm-th.is-orange-papaya,
.post-datatable table tfoot .pm-tr .pm-th.is-selected-orange-papaya,
.post-datatable table tfoot .pm-tr td.is-orange-papaya,
.post-datatable table tfoot .pm-tr td.is-selected-orange-papaya,
.post-datatable table tfoot .pm-tr th.is-orange-papaya,
.post-datatable table tfoot .pm-tr th.is-selected-orange-papaya,
.post-datatable table tfoot .pm-tr.is-orange-papaya,
.post-datatable table tfoot .pm-tr.is-selected-orange-papaya,
.post-datatable table tfoot tr .pm-td.is-orange-papaya,
.post-datatable table tfoot tr .pm-td.is-selected-orange-papaya,
.post-datatable table tfoot tr .pm-th.is-orange-papaya,
.post-datatable table tfoot tr .pm-th.is-selected-orange-papaya,
.post-datatable table tfoot tr td.is-orange-papaya,
.post-datatable table tfoot tr td.is-selected-orange-papaya,
.post-datatable table tfoot tr th.is-orange-papaya,
.post-datatable table tfoot tr th.is-selected-orange-papaya,
.post-datatable table tfoot tr.is-orange-papaya,
.post-datatable table tfoot tr.is-selected-orange-papaya {
    background-color: #fff2e5!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-red-misty,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-selected-red-misty,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-red-misty,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-selected-red-misty,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-red-misty,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-selected-red-misty,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-red-misty,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-selected-red-misty,
.post-datatable .pm-table .pm-tbody .pm-tr.is-red-misty,
.post-datatable .pm-table .pm-tbody .pm-tr.is-selected-red-misty,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-red-misty,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-selected-red-misty,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-red-misty,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-selected-red-misty,
.post-datatable .pm-table .pm-tbody tr td.is-red-misty,
.post-datatable .pm-table .pm-tbody tr td.is-selected-red-misty,
.post-datatable .pm-table .pm-tbody tr th.is-red-misty,
.post-datatable .pm-table .pm-tbody tr th.is-selected-red-misty,
.post-datatable .pm-table .pm-tbody tr.is-red-misty,
.post-datatable .pm-table .pm-tbody tr.is-selected-red-misty,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-red-misty,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-selected-red-misty,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-red-misty,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-selected-red-misty,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-red-misty,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-selected-red-misty,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-red-misty,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-selected-red-misty,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-red-misty,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-selected-red-misty,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-red-misty,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-selected-red-misty,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-red-misty,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-selected-red-misty,
.post-datatable .pm-table .pm-tfoot tr td.is-red-misty,
.post-datatable .pm-table .pm-tfoot tr td.is-selected-red-misty,
.post-datatable .pm-table .pm-tfoot tr th.is-red-misty,
.post-datatable .pm-table .pm-tfoot tr th.is-selected-red-misty,
.post-datatable .pm-table .pm-tfoot tr.is-red-misty,
.post-datatable .pm-table .pm-tfoot tr.is-selected-red-misty,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-red-misty,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-selected-red-misty,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-red-misty,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-selected-red-misty,
.post-datatable .pm-table tbody .pm-tr td.is-red-misty,
.post-datatable .pm-table tbody .pm-tr td.is-selected-red-misty,
.post-datatable .pm-table tbody .pm-tr th.is-red-misty,
.post-datatable .pm-table tbody .pm-tr th.is-selected-red-misty,
.post-datatable .pm-table tbody .pm-tr.is-red-misty,
.post-datatable .pm-table tbody .pm-tr.is-selected-red-misty,
.post-datatable .pm-table tbody tr .pm-td.is-red-misty,
.post-datatable .pm-table tbody tr .pm-td.is-selected-red-misty,
.post-datatable .pm-table tbody tr .pm-th.is-red-misty,
.post-datatable .pm-table tbody tr .pm-th.is-selected-red-misty,
.post-datatable .pm-table tbody tr td.is-red-misty,
.post-datatable .pm-table tbody tr td.is-selected-red-misty,
.post-datatable .pm-table tbody tr th.is-red-misty,
.post-datatable .pm-table tbody tr th.is-selected-red-misty,
.post-datatable .pm-table tbody tr.is-red-misty,
.post-datatable .pm-table tbody tr.is-selected-red-misty,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-red-misty,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-selected-red-misty,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-red-misty,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-selected-red-misty,
.post-datatable .pm-table tfoot .pm-tr td.is-red-misty,
.post-datatable .pm-table tfoot .pm-tr td.is-selected-red-misty,
.post-datatable .pm-table tfoot .pm-tr th.is-red-misty,
.post-datatable .pm-table tfoot .pm-tr th.is-selected-red-misty,
.post-datatable .pm-table tfoot .pm-tr.is-red-misty,
.post-datatable .pm-table tfoot .pm-tr.is-selected-red-misty,
.post-datatable .pm-table tfoot tr .pm-td.is-red-misty,
.post-datatable .pm-table tfoot tr .pm-td.is-selected-red-misty,
.post-datatable .pm-table tfoot tr .pm-th.is-red-misty,
.post-datatable .pm-table tfoot tr .pm-th.is-selected-red-misty,
.post-datatable .pm-table tfoot tr td.is-red-misty,
.post-datatable .pm-table tfoot tr td.is-selected-red-misty,
.post-datatable .pm-table tfoot tr th.is-red-misty,
.post-datatable .pm-table tfoot tr th.is-selected-red-misty,
.post-datatable .pm-table tfoot tr.is-red-misty,
.post-datatable .pm-table tfoot tr.is-selected-red-misty,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-red-misty,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-selected-red-misty,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-red-misty,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-selected-red-misty,
.post-datatable table .pm-tbody .pm-tr td.is-red-misty,
.post-datatable table .pm-tbody .pm-tr td.is-selected-red-misty,
.post-datatable table .pm-tbody .pm-tr th.is-red-misty,
.post-datatable table .pm-tbody .pm-tr th.is-selected-red-misty,
.post-datatable table .pm-tbody .pm-tr.is-red-misty,
.post-datatable table .pm-tbody .pm-tr.is-selected-red-misty,
.post-datatable table .pm-tbody tr .pm-td.is-red-misty,
.post-datatable table .pm-tbody tr .pm-td.is-selected-red-misty,
.post-datatable table .pm-tbody tr .pm-th.is-red-misty,
.post-datatable table .pm-tbody tr .pm-th.is-selected-red-misty,
.post-datatable table .pm-tbody tr td.is-red-misty,
.post-datatable table .pm-tbody tr td.is-selected-red-misty,
.post-datatable table .pm-tbody tr th.is-red-misty,
.post-datatable table .pm-tbody tr th.is-selected-red-misty,
.post-datatable table .pm-tbody tr.is-red-misty,
.post-datatable table .pm-tbody tr.is-selected-red-misty,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-red-misty,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-selected-red-misty,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-red-misty,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-selected-red-misty,
.post-datatable table .pm-tfoot .pm-tr td.is-red-misty,
.post-datatable table .pm-tfoot .pm-tr td.is-selected-red-misty,
.post-datatable table .pm-tfoot .pm-tr th.is-red-misty,
.post-datatable table .pm-tfoot .pm-tr th.is-selected-red-misty,
.post-datatable table .pm-tfoot .pm-tr.is-red-misty,
.post-datatable table .pm-tfoot .pm-tr.is-selected-red-misty,
.post-datatable table .pm-tfoot tr .pm-td.is-red-misty,
.post-datatable table .pm-tfoot tr .pm-td.is-selected-red-misty,
.post-datatable table .pm-tfoot tr .pm-th.is-red-misty,
.post-datatable table .pm-tfoot tr .pm-th.is-selected-red-misty,
.post-datatable table .pm-tfoot tr td.is-red-misty,
.post-datatable table .pm-tfoot tr td.is-selected-red-misty,
.post-datatable table .pm-tfoot tr th.is-red-misty,
.post-datatable table .pm-tfoot tr th.is-selected-red-misty,
.post-datatable table .pm-tfoot tr.is-red-misty,
.post-datatable table .pm-tfoot tr.is-selected-red-misty,
.post-datatable table tbody .pm-tr .pm-td.is-red-misty,
.post-datatable table tbody .pm-tr .pm-td.is-selected-red-misty,
.post-datatable table tbody .pm-tr .pm-th.is-red-misty,
.post-datatable table tbody .pm-tr .pm-th.is-selected-red-misty,
.post-datatable table tbody .pm-tr td.is-red-misty,
.post-datatable table tbody .pm-tr td.is-selected-red-misty,
.post-datatable table tbody .pm-tr th.is-red-misty,
.post-datatable table tbody .pm-tr th.is-selected-red-misty,
.post-datatable table tbody .pm-tr.is-red-misty,
.post-datatable table tbody .pm-tr.is-selected-red-misty,
.post-datatable table tbody tr .pm-td.is-red-misty,
.post-datatable table tbody tr .pm-td.is-selected-red-misty,
.post-datatable table tbody tr .pm-th.is-red-misty,
.post-datatable table tbody tr .pm-th.is-selected-red-misty,
.post-datatable table tbody tr td.is-red-misty,
.post-datatable table tbody tr td.is-selected-red-misty,
.post-datatable table tbody tr th.is-red-misty,
.post-datatable table tbody tr th.is-selected-red-misty,
.post-datatable table tbody tr.is-red-misty,
.post-datatable table tbody tr.is-selected-red-misty,
.post-datatable table tfoot .pm-tr .pm-td.is-red-misty,
.post-datatable table tfoot .pm-tr .pm-td.is-selected-red-misty,
.post-datatable table tfoot .pm-tr .pm-th.is-red-misty,
.post-datatable table tfoot .pm-tr .pm-th.is-selected-red-misty,
.post-datatable table tfoot .pm-tr td.is-red-misty,
.post-datatable table tfoot .pm-tr td.is-selected-red-misty,
.post-datatable table tfoot .pm-tr th.is-red-misty,
.post-datatable table tfoot .pm-tr th.is-selected-red-misty,
.post-datatable table tfoot .pm-tr.is-red-misty,
.post-datatable table tfoot .pm-tr.is-selected-red-misty,
.post-datatable table tfoot tr .pm-td.is-red-misty,
.post-datatable table tfoot tr .pm-td.is-selected-red-misty,
.post-datatable table tfoot tr .pm-th.is-red-misty,
.post-datatable table tfoot tr .pm-th.is-selected-red-misty,
.post-datatable table tfoot tr td.is-red-misty,
.post-datatable table tfoot tr td.is-selected-red-misty,
.post-datatable table tfoot tr th.is-red-misty,
.post-datatable table tfoot tr th.is-selected-red-misty,
.post-datatable table tfoot tr.is-red-misty,
.post-datatable table tfoot tr.is-selected-red-misty {
    background-color: #fceff0!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-gray-white-smoke,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-gray-white-smoke,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-gray-white-smoke,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-gray-white-smoke,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tbody .pm-tr.is-gray-white-smoke,
.post-datatable .pm-table .pm-tbody .pm-tr.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-gray-white-smoke,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-gray-white-smoke,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tbody tr td.is-gray-white-smoke,
.post-datatable .pm-table .pm-tbody tr td.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tbody tr th.is-gray-white-smoke,
.post-datatable .pm-table .pm-tbody tr th.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tbody tr.is-gray-white-smoke,
.post-datatable .pm-table .pm-tbody tr.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot tr td.is-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot tr td.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot tr th.is-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot tr th.is-selected-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot tr.is-gray-white-smoke,
.post-datatable .pm-table .pm-tfoot tr.is-selected-gray-white-smoke,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-gray-white-smoke,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-selected-gray-white-smoke,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-gray-white-smoke,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-selected-gray-white-smoke,
.post-datatable .pm-table tbody .pm-tr td.is-gray-white-smoke,
.post-datatable .pm-table tbody .pm-tr td.is-selected-gray-white-smoke,
.post-datatable .pm-table tbody .pm-tr th.is-gray-white-smoke,
.post-datatable .pm-table tbody .pm-tr th.is-selected-gray-white-smoke,
.post-datatable .pm-table tbody .pm-tr.is-gray-white-smoke,
.post-datatable .pm-table tbody .pm-tr.is-selected-gray-white-smoke,
.post-datatable .pm-table tbody tr .pm-td.is-gray-white-smoke,
.post-datatable .pm-table tbody tr .pm-td.is-selected-gray-white-smoke,
.post-datatable .pm-table tbody tr .pm-th.is-gray-white-smoke,
.post-datatable .pm-table tbody tr .pm-th.is-selected-gray-white-smoke,
.post-datatable .pm-table tbody tr td.is-gray-white-smoke,
.post-datatable .pm-table tbody tr td.is-selected-gray-white-smoke,
.post-datatable .pm-table tbody tr th.is-gray-white-smoke,
.post-datatable .pm-table tbody tr th.is-selected-gray-white-smoke,
.post-datatable .pm-table tbody tr.is-gray-white-smoke,
.post-datatable .pm-table tbody tr.is-selected-gray-white-smoke,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-gray-white-smoke,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-selected-gray-white-smoke,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-gray-white-smoke,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-selected-gray-white-smoke,
.post-datatable .pm-table tfoot .pm-tr td.is-gray-white-smoke,
.post-datatable .pm-table tfoot .pm-tr td.is-selected-gray-white-smoke,
.post-datatable .pm-table tfoot .pm-tr th.is-gray-white-smoke,
.post-datatable .pm-table tfoot .pm-tr th.is-selected-gray-white-smoke,
.post-datatable .pm-table tfoot .pm-tr.is-gray-white-smoke,
.post-datatable .pm-table tfoot .pm-tr.is-selected-gray-white-smoke,
.post-datatable .pm-table tfoot tr .pm-td.is-gray-white-smoke,
.post-datatable .pm-table tfoot tr .pm-td.is-selected-gray-white-smoke,
.post-datatable .pm-table tfoot tr .pm-th.is-gray-white-smoke,
.post-datatable .pm-table tfoot tr .pm-th.is-selected-gray-white-smoke,
.post-datatable .pm-table tfoot tr td.is-gray-white-smoke,
.post-datatable .pm-table tfoot tr td.is-selected-gray-white-smoke,
.post-datatable .pm-table tfoot tr th.is-gray-white-smoke,
.post-datatable .pm-table tfoot tr th.is-selected-gray-white-smoke,
.post-datatable .pm-table tfoot tr.is-gray-white-smoke,
.post-datatable .pm-table tfoot tr.is-selected-gray-white-smoke,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-gray-white-smoke,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-selected-gray-white-smoke,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-gray-white-smoke,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-selected-gray-white-smoke,
.post-datatable table .pm-tbody .pm-tr td.is-gray-white-smoke,
.post-datatable table .pm-tbody .pm-tr td.is-selected-gray-white-smoke,
.post-datatable table .pm-tbody .pm-tr th.is-gray-white-smoke,
.post-datatable table .pm-tbody .pm-tr th.is-selected-gray-white-smoke,
.post-datatable table .pm-tbody .pm-tr.is-gray-white-smoke,
.post-datatable table .pm-tbody .pm-tr.is-selected-gray-white-smoke,
.post-datatable table .pm-tbody tr .pm-td.is-gray-white-smoke,
.post-datatable table .pm-tbody tr .pm-td.is-selected-gray-white-smoke,
.post-datatable table .pm-tbody tr .pm-th.is-gray-white-smoke,
.post-datatable table .pm-tbody tr .pm-th.is-selected-gray-white-smoke,
.post-datatable table .pm-tbody tr td.is-gray-white-smoke,
.post-datatable table .pm-tbody tr td.is-selected-gray-white-smoke,
.post-datatable table .pm-tbody tr th.is-gray-white-smoke,
.post-datatable table .pm-tbody tr th.is-selected-gray-white-smoke,
.post-datatable table .pm-tbody tr.is-gray-white-smoke,
.post-datatable table .pm-tbody tr.is-selected-gray-white-smoke,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-gray-white-smoke,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-selected-gray-white-smoke,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-gray-white-smoke,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-selected-gray-white-smoke,
.post-datatable table .pm-tfoot .pm-tr td.is-gray-white-smoke,
.post-datatable table .pm-tfoot .pm-tr td.is-selected-gray-white-smoke,
.post-datatable table .pm-tfoot .pm-tr th.is-gray-white-smoke,
.post-datatable table .pm-tfoot .pm-tr th.is-selected-gray-white-smoke,
.post-datatable table .pm-tfoot .pm-tr.is-gray-white-smoke,
.post-datatable table .pm-tfoot .pm-tr.is-selected-gray-white-smoke,
.post-datatable table .pm-tfoot tr .pm-td.is-gray-white-smoke,
.post-datatable table .pm-tfoot tr .pm-td.is-selected-gray-white-smoke,
.post-datatable table .pm-tfoot tr .pm-th.is-gray-white-smoke,
.post-datatable table .pm-tfoot tr .pm-th.is-selected-gray-white-smoke,
.post-datatable table .pm-tfoot tr td.is-gray-white-smoke,
.post-datatable table .pm-tfoot tr td.is-selected-gray-white-smoke,
.post-datatable table .pm-tfoot tr th.is-gray-white-smoke,
.post-datatable table .pm-tfoot tr th.is-selected-gray-white-smoke,
.post-datatable table .pm-tfoot tr.is-gray-white-smoke,
.post-datatable table .pm-tfoot tr.is-selected-gray-white-smoke,
.post-datatable table tbody .pm-tr .pm-td.is-gray-white-smoke,
.post-datatable table tbody .pm-tr .pm-td.is-selected-gray-white-smoke,
.post-datatable table tbody .pm-tr .pm-th.is-gray-white-smoke,
.post-datatable table tbody .pm-tr .pm-th.is-selected-gray-white-smoke,
.post-datatable table tbody .pm-tr td.is-gray-white-smoke,
.post-datatable table tbody .pm-tr td.is-selected-gray-white-smoke,
.post-datatable table tbody .pm-tr th.is-gray-white-smoke,
.post-datatable table tbody .pm-tr th.is-selected-gray-white-smoke,
.post-datatable table tbody .pm-tr.is-gray-white-smoke,
.post-datatable table tbody .pm-tr.is-selected-gray-white-smoke,
.post-datatable table tbody tr .pm-td.is-gray-white-smoke,
.post-datatable table tbody tr .pm-td.is-selected-gray-white-smoke,
.post-datatable table tbody tr .pm-th.is-gray-white-smoke,
.post-datatable table tbody tr .pm-th.is-selected-gray-white-smoke,
.post-datatable table tbody tr td.is-gray-white-smoke,
.post-datatable table tbody tr td.is-selected-gray-white-smoke,
.post-datatable table tbody tr th.is-gray-white-smoke,
.post-datatable table tbody tr th.is-selected-gray-white-smoke,
.post-datatable table tbody tr.is-gray-white-smoke,
.post-datatable table tbody tr.is-selected-gray-white-smoke,
.post-datatable table tfoot .pm-tr .pm-td.is-gray-white-smoke,
.post-datatable table tfoot .pm-tr .pm-td.is-selected-gray-white-smoke,
.post-datatable table tfoot .pm-tr .pm-th.is-gray-white-smoke,
.post-datatable table tfoot .pm-tr .pm-th.is-selected-gray-white-smoke,
.post-datatable table tfoot .pm-tr td.is-gray-white-smoke,
.post-datatable table tfoot .pm-tr td.is-selected-gray-white-smoke,
.post-datatable table tfoot .pm-tr th.is-gray-white-smoke,
.post-datatable table tfoot .pm-tr th.is-selected-gray-white-smoke,
.post-datatable table tfoot .pm-tr.is-gray-white-smoke,
.post-datatable table tfoot .pm-tr.is-selected-gray-white-smoke,
.post-datatable table tfoot tr .pm-td.is-gray-white-smoke,
.post-datatable table tfoot tr .pm-td.is-selected-gray-white-smoke,
.post-datatable table tfoot tr .pm-th.is-gray-white-smoke,
.post-datatable table tfoot tr .pm-th.is-selected-gray-white-smoke,
.post-datatable table tfoot tr td.is-gray-white-smoke,
.post-datatable table tfoot tr td.is-selected-gray-white-smoke,
.post-datatable table tfoot tr th.is-gray-white-smoke,
.post-datatable table tfoot tr th.is-selected-gray-white-smoke,
.post-datatable table tfoot tr.is-gray-white-smoke,
.post-datatable table tfoot tr.is-selected-gray-white-smoke {
    background-color: #f5f5f5!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-disabled,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-disabled,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-disabled,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-disabled,
.post-datatable .pm-table .pm-tbody .pm-tr.is-disabled,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-disabled,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-disabled,
.post-datatable .pm-table .pm-tbody tr td.is-disabled,
.post-datatable .pm-table .pm-tbody tr th.is-disabled,
.post-datatable .pm-table .pm-tbody tr.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-disabled,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-disabled,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-disabled,
.post-datatable .pm-table .pm-tfoot tr td.is-disabled,
.post-datatable .pm-table .pm-tfoot tr th.is-disabled,
.post-datatable .pm-table .pm-tfoot tr.is-disabled,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-disabled,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-disabled,
.post-datatable .pm-table tbody .pm-tr td.is-disabled,
.post-datatable .pm-table tbody .pm-tr th.is-disabled,
.post-datatable .pm-table tbody .pm-tr.is-disabled,
.post-datatable .pm-table tbody tr .pm-td.is-disabled,
.post-datatable .pm-table tbody tr .pm-th.is-disabled,
.post-datatable .pm-table tbody tr td.is-disabled,
.post-datatable .pm-table tbody tr th.is-disabled,
.post-datatable .pm-table tbody tr.is-disabled,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-disabled,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-disabled,
.post-datatable .pm-table tfoot .pm-tr td.is-disabled,
.post-datatable .pm-table tfoot .pm-tr th.is-disabled,
.post-datatable .pm-table tfoot .pm-tr.is-disabled,
.post-datatable .pm-table tfoot tr .pm-td.is-disabled,
.post-datatable .pm-table tfoot tr .pm-th.is-disabled,
.post-datatable .pm-table tfoot tr td.is-disabled,
.post-datatable .pm-table tfoot tr th.is-disabled,
.post-datatable .pm-table tfoot tr.is-disabled,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-disabled,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-disabled,
.post-datatable table .pm-tbody .pm-tr td.is-disabled,
.post-datatable table .pm-tbody .pm-tr th.is-disabled,
.post-datatable table .pm-tbody .pm-tr.is-disabled,
.post-datatable table .pm-tbody tr .pm-td.is-disabled,
.post-datatable table .pm-tbody tr .pm-th.is-disabled,
.post-datatable table .pm-tbody tr td.is-disabled,
.post-datatable table .pm-tbody tr th.is-disabled,
.post-datatable table .pm-tbody tr.is-disabled,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-disabled,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-disabled,
.post-datatable table .pm-tfoot .pm-tr td.is-disabled,
.post-datatable table .pm-tfoot .pm-tr th.is-disabled,
.post-datatable table .pm-tfoot .pm-tr.is-disabled,
.post-datatable table .pm-tfoot tr .pm-td.is-disabled,
.post-datatable table .pm-tfoot tr .pm-th.is-disabled,
.post-datatable table .pm-tfoot tr td.is-disabled,
.post-datatable table .pm-tfoot tr th.is-disabled,
.post-datatable table .pm-tfoot tr.is-disabled,
.post-datatable table tbody .pm-tr .pm-td.is-disabled,
.post-datatable table tbody .pm-tr .pm-th.is-disabled,
.post-datatable table tbody .pm-tr td.is-disabled,
.post-datatable table tbody .pm-tr th.is-disabled,
.post-datatable table tbody .pm-tr.is-disabled,
.post-datatable table tbody tr .pm-td.is-disabled,
.post-datatable table tbody tr .pm-th.is-disabled,
.post-datatable table tbody tr td.is-disabled,
.post-datatable table tbody tr th.is-disabled,
.post-datatable table tbody tr.is-disabled,
.post-datatable table tfoot .pm-tr .pm-td.is-disabled,
.post-datatable table tfoot .pm-tr .pm-th.is-disabled,
.post-datatable table tfoot .pm-tr td.is-disabled,
.post-datatable table tfoot .pm-tr th.is-disabled,
.post-datatable table tfoot .pm-tr.is-disabled,
.post-datatable table tfoot tr .pm-td.is-disabled,
.post-datatable table tfoot tr .pm-th.is-disabled,
.post-datatable table tfoot tr td.is-disabled,
.post-datatable table tfoot tr th.is-disabled,
.post-datatable table tfoot tr.is-disabled {
    opacity: .5!important;
}

.post-datatable .pm-table.is-striped .pm-tbody .pm-tr:nth-child(even),
.post-datatable .pm-table.is-striped .pm-tbody tr:nth-child(even),
.post-datatable .pm-table.is-striped tbody .pm-tr:nth-child(even),
.post-datatable .pm-table.is-striped tbody tr:nth-child(even),
.post-datatable table.is-striped .pm-tbody .pm-tr:nth-child(even),
.post-datatable table.is-striped .pm-tbody tr:nth-child(even),
.post-datatable table.is-striped tbody .pm-tr:nth-child(even),
.post-datatable table.is-striped tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.post-datatable .pm-table.is-striped-inverse .pm-tbody .pm-tr:nth-child(even),
.post-datatable .pm-table.is-striped-inverse .pm-tbody tr:nth-child(even),
.post-datatable .pm-table.is-striped-inverse tbody .pm-tr:nth-child(even),
.post-datatable .pm-table.is-striped-inverse tbody tr:nth-child(even),
.post-datatable table.is-striped-inverse .pm-tbody .pm-tr:nth-child(even),
.post-datatable table.is-striped-inverse .pm-tbody tr:nth-child(even),
.post-datatable table.is-striped-inverse tbody .pm-tr:nth-child(even),
.post-datatable table.is-striped-inverse tbody tr:nth-child(even) {
    background-color: initial;
}

.post-datatable .pm-table.is-striped-inverse .pm-tbody .pm-tr:nth-child(odd),
.post-datatable .pm-table.is-striped-inverse .pm-tbody tr:nth-child(odd),
.post-datatable .pm-table.is-striped-inverse tbody .pm-tr:nth-child(odd),
.post-datatable .pm-table.is-striped-inverse tbody tr:nth-child(odd),
.post-datatable table.is-striped-inverse .pm-tbody .pm-tr:nth-child(odd),
.post-datatable table.is-striped-inverse .pm-tbody tr:nth-child(odd),
.post-datatable table.is-striped-inverse tbody .pm-tr:nth-child(odd),
.post-datatable table.is-striped-inverse tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.post-datatable .pm-table.is-hoverable .pm-tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable .pm-tbody tr:hover,
.post-datatable .pm-table.is-hoverable tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable tbody tr:hover,
.post-datatable table.is-hoverable .pm-tbody .pm-tr:hover,
.post-datatable table.is-hoverable .pm-tbody tr:hover,
.post-datatable table.is-hoverable tbody .pm-tr:hover,
.post-datatable table.is-hoverable tbody tr:hover {
    cursor: default!important;
    transition: all .2s!important;
    background-color: #f5f5f5!important;
}

.post-datatable .pm-table.is-hoverable .pm-tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable .pm-tbody tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable tbody tr .pm-button:hover,
.post-datatable table.is-hoverable .pm-tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable .pm-tbody tr .pm-button:hover,
.post-datatable table.is-hoverable tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable tbody tr .pm-button:hover {
    background-color: #efefef!important;
}

.post-datatable .pm-table.is-hoverable .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable tbody tr .pm-button.no-hover:hover {
    background-color: initial!important;
}

.post-datatable .pm-table.is-hoverable-cyan .pm-tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-cyan .pm-tbody tr:hover,
.post-datatable .pm-table.is-hoverable-cyan tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-cyan tbody tr:hover,
.post-datatable table.is-hoverable-cyan .pm-tbody .pm-tr:hover,
.post-datatable table.is-hoverable-cyan .pm-tbody tr:hover,
.post-datatable table.is-hoverable-cyan tbody .pm-tr:hover,
.post-datatable table.is-hoverable-cyan tbody tr:hover {
    cursor: default;
    transition: all .2s;
    background-color: #f2fcfe;
}

.post-datatable .pm-table.is-hoverable-cyan .pm-tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-cyan .pm-tbody tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-cyan tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-cyan tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-cyan .pm-tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-cyan .pm-tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-cyan tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-cyan tbody tr .pm-button:hover {
    background-color: #efefef;
}

.post-datatable .pm-table.is-hoverable-cyan .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-cyan .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-cyan tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-cyan tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-cyan .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-cyan .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-cyan tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-cyan tbody tr .pm-button.no-hover:hover {
    background-color: initial;
}

.post-datatable .pm-table.is-hoverable-blue-cyan .pm-tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-blue-cyan .pm-tbody tr:hover,
.post-datatable .pm-table.is-hoverable-blue-cyan tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-blue-cyan tbody tr:hover,
.post-datatable table.is-hoverable-blue-cyan .pm-tbody .pm-tr:hover,
.post-datatable table.is-hoverable-blue-cyan .pm-tbody tr:hover,
.post-datatable table.is-hoverable-blue-cyan tbody .pm-tr:hover,
.post-datatable table.is-hoverable-blue-cyan tbody tr:hover {
    cursor: default!important;
    transition: all .2s!important;
    background-color: #eef7fe!important;
}

.post-datatable .pm-table.is-hoverable-blue-cyan .pm-tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-blue-cyan .pm-tbody tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-blue-cyan tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-blue-cyan tbody tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-green-nyanza .pm-tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-green-nyanza .pm-tbody tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-green-nyanza tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-green-nyanza tbody tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-orange-papaya .pm-tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-orange-papaya .pm-tbody tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-orange-papaya tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-orange-papaya tbody tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-red-misty .pm-tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-red-misty .pm-tbody tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-red-misty tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-red-misty tbody tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-yellow-vanilla .pm-tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-yellow-vanilla .pm-tbody tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-yellow-vanilla tbody .pm-tr .pm-button:hover,
.post-datatable .pm-table.is-hoverable-yellow-vanilla tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-blue-cyan .pm-tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-blue-cyan .pm-tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-blue-cyan tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-blue-cyan tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-green-nyanza .pm-tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-green-nyanza .pm-tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-green-nyanza tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-green-nyanza tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-orange-papaya .pm-tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-orange-papaya .pm-tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-orange-papaya tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-orange-papaya tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-red-misty .pm-tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-red-misty .pm-tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-red-misty tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-red-misty tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-yellow-vanilla .pm-tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-yellow-vanilla .pm-tbody tr .pm-button:hover,
.post-datatable table.is-hoverable-yellow-vanilla tbody .pm-tr .pm-button:hover,
.post-datatable table.is-hoverable-yellow-vanilla tbody tr .pm-button:hover {
    background-color: #efefef!important;
}

.post-datatable .pm-table.is-hoverable-blue-cyan .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-blue-cyan .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-blue-cyan tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-blue-cyan tbody tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-green-nyanza .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-green-nyanza .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-green-nyanza tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-green-nyanza tbody tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-orange-papaya .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-orange-papaya .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-orange-papaya tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-orange-papaya tbody tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-red-misty .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-red-misty .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-red-misty tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-red-misty tbody tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-yellow-vanilla .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-yellow-vanilla .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-yellow-vanilla tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable .pm-table.is-hoverable-yellow-vanilla tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-blue-cyan .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-blue-cyan .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-blue-cyan tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-blue-cyan tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-green-nyanza .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-green-nyanza .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-green-nyanza tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-green-nyanza tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-orange-papaya .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-orange-papaya .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-orange-papaya tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-orange-papaya tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-red-misty .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-red-misty .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-red-misty tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-red-misty tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-yellow-vanilla .pm-tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-yellow-vanilla .pm-tbody tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-yellow-vanilla tbody .pm-tr .pm-button.no-hover:hover,
.post-datatable table.is-hoverable-yellow-vanilla tbody tr .pm-button.no-hover:hover {
    background-color: initial!important;
}

.post-datatable .pm-table.is-hoverable-green-nyanza .pm-tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-green-nyanza .pm-tbody tr:hover,
.post-datatable .pm-table.is-hoverable-green-nyanza tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-green-nyanza tbody tr:hover,
.post-datatable table.is-hoverable-green-nyanza .pm-tbody .pm-tr:hover,
.post-datatable table.is-hoverable-green-nyanza .pm-tbody tr:hover,
.post-datatable table.is-hoverable-green-nyanza tbody .pm-tr:hover,
.post-datatable table.is-hoverable-green-nyanza tbody tr:hover {
    cursor: default!important;
    transition: all .2s!important;
    background-color: #eaf9f0!important;
}

.post-datatable .pm-table.is-hoverable-yellow-vanilla .pm-tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-yellow-vanilla .pm-tbody tr:hover,
.post-datatable .pm-table.is-hoverable-yellow-vanilla tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-yellow-vanilla tbody tr:hover,
.post-datatable table.is-hoverable-yellow-vanilla .pm-tbody .pm-tr:hover,
.post-datatable table.is-hoverable-yellow-vanilla .pm-tbody tr:hover,
.post-datatable table.is-hoverable-yellow-vanilla tbody .pm-tr:hover,
.post-datatable table.is-hoverable-yellow-vanilla tbody tr:hover {
    cursor: default!important;
    transition: all .2s!important;
    background-color: #fff8e8!important;
}

.post-datatable .pm-table.is-hoverable-orange-papaya .pm-tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-orange-papaya .pm-tbody tr:hover,
.post-datatable .pm-table.is-hoverable-orange-papaya tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-orange-papaya tbody tr:hover,
.post-datatable table.is-hoverable-orange-papaya .pm-tbody .pm-tr:hover,
.post-datatable table.is-hoverable-orange-papaya .pm-tbody tr:hover,
.post-datatable table.is-hoverable-orange-papaya tbody .pm-tr:hover,
.post-datatable table.is-hoverable-orange-papaya tbody tr:hover {
    cursor: default!important;
    transition: all .2s!important;
    background-color: #fff2e5!important;
}

.post-datatable .pm-table.is-hoverable-red-misty .pm-tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-red-misty .pm-tbody tr:hover,
.post-datatable .pm-table.is-hoverable-red-misty tbody .pm-tr:hover,
.post-datatable .pm-table.is-hoverable-red-misty tbody tr:hover,
.post-datatable table.is-hoverable-red-misty .pm-tbody .pm-tr:hover,
.post-datatable table.is-hoverable-red-misty .pm-tbody tr:hover,
.post-datatable table.is-hoverable-red-misty tbody .pm-tr:hover,
.post-datatable table.is-hoverable-red-misty tbody tr:hover {
    cursor: default!important;
    transition: all .2s!important;
    background-color: #fceff0!important;
}

.post-datatable .pm-table.is-hoverable .pm-tbody .pm-tr.is-success:hover,
.post-datatable .pm-table.is-hoverable .pm-tbody tr.is-success:hover,
.post-datatable .pm-table.is-hoverable tbody .pm-tr.is-success:hover,
.post-datatable .pm-table.is-hoverable tbody tr.is-success:hover,
.post-datatable table.is-hoverable .pm-tbody .pm-tr.is-success:hover,
.post-datatable table.is-hoverable .pm-tbody tr.is-success:hover,
.post-datatable table.is-hoverable tbody .pm-tr.is-success:hover,
.post-datatable table.is-hoverable tbody tr.is-success:hover {
    background: #eaf9f0;
}

.post-datatable .pm-table.is-hoverable .pm-tbody .pm-tr.is-error:hover,
.post-datatable .pm-table.is-hoverable .pm-tbody tr.is-error:hover,
.post-datatable .pm-table.is-hoverable tbody .pm-tr.is-error:hover,
.post-datatable .pm-table.is-hoverable tbody tr.is-error:hover,
.post-datatable table.is-hoverable .pm-tbody .pm-tr.is-error:hover,
.post-datatable table.is-hoverable .pm-tbody tr.is-error:hover,
.post-datatable table.is-hoverable tbody .pm-tr.is-error:hover,
.post-datatable table.is-hoverable tbody tr.is-error:hover {
    background: #fceff0;
}

.post-datatable .pm-table.with-scrollable-body tbody,
.post-datatable table.with-scrollable-body tbody {
    display: block!important;
    overflow-y: scroll;
    max-height: 360px;
}

.post-datatable .pm-table.with-scrollable-body tbody,
.post-datatable .pm-table.with-scrollable-body tbody tr,
.post-datatable .pm-table.with-scrollable-body thead,
.post-datatable .pm-table.with-scrollable-body thead tr,
.post-datatable table.with-scrollable-body tbody,
.post-datatable table.with-scrollable-body tbody tr,
.post-datatable table.with-scrollable-body thead,
.post-datatable table.with-scrollable-body thead tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.post-datatable .pm-table.with-bordered-cells .pm-tbody .pm-tr .pm-td,
.post-datatable .pm-table.with-bordered-cells .pm-tbody .pm-tr td,
.post-datatable .pm-table.with-bordered-cells .pm-tbody tr .pm-td,
.post-datatable .pm-table.with-bordered-cells .pm-tbody tr td,
.post-datatable .pm-table.with-bordered-cells tbody .pm-tr .pm-td,
.post-datatable .pm-table.with-bordered-cells tbody .pm-tr td,
.post-datatable .pm-table.with-bordered-cells tbody tr .pm-td,
.post-datatable .pm-table.with-bordered-cells tbody tr td,
.post-datatable table.with-bordered-cells .pm-tbody .pm-tr .pm-td,
.post-datatable table.with-bordered-cells .pm-tbody .pm-tr td,
.post-datatable table.with-bordered-cells .pm-tbody tr .pm-td,
.post-datatable table.with-bordered-cells .pm-tbody tr td,
.post-datatable table.with-bordered-cells tbody .pm-tr .pm-td,
.post-datatable table.with-bordered-cells tbody .pm-tr td,
.post-datatable table.with-bordered-cells tbody tr .pm-td,
.post-datatable table.with-bordered-cells tbody tr td {
    border: 1px solid #ddd;
}

.post-datatable .pm-table.with-border-top .pm-tbody .pm-tr .pm-td,
.post-datatable .pm-table.with-border-top .pm-tbody .pm-tr td,
.post-datatable .pm-table.with-border-top .pm-tbody tr .pm-td,
.post-datatable .pm-table.with-border-top .pm-tbody tr td,
.post-datatable .pm-table.with-border-top tbody .pm-tr .pm-td,
.post-datatable .pm-table.with-border-top tbody .pm-tr td,
.post-datatable .pm-table.with-border-top tbody tr .pm-td,
.post-datatable .pm-table.with-border-top tbody tr td,
.post-datatable table.with-border-top .pm-tbody .pm-tr .pm-td,
.post-datatable table.with-border-top .pm-tbody .pm-tr td,
.post-datatable table.with-border-top .pm-tbody tr .pm-td,
.post-datatable table.with-border-top .pm-tbody tr td,
.post-datatable table.with-border-top tbody .pm-tr .pm-td,
.post-datatable table.with-border-top tbody .pm-tr td,
.post-datatable table.with-border-top tbody tr .pm-td,
.post-datatable table.with-border-top tbody tr td {
    border-top: 1px solid #ddd!important;
}

.post-datatable .pm-table.with-border-bottom .pm-tbody .pm-tr .pm-td,
.post-datatable .pm-table.with-border-bottom .pm-tbody .pm-tr td,
.post-datatable .pm-table.with-border-bottom .pm-tbody tr .pm-td,
.post-datatable .pm-table.with-border-bottom .pm-tbody tr td,
.post-datatable .pm-table.with-border-bottom tbody .pm-tr .pm-td,
.post-datatable .pm-table.with-border-bottom tbody .pm-tr td,
.post-datatable .pm-table.with-border-bottom tbody tr .pm-td,
.post-datatable .pm-table.with-border-bottom tbody tr td,
.post-datatable table.with-border-bottom .pm-tbody .pm-tr .pm-td,
.post-datatable table.with-border-bottom .pm-tbody .pm-tr td,
.post-datatable table.with-border-bottom .pm-tbody tr .pm-td,
.post-datatable table.with-border-bottom .pm-tbody tr td,
.post-datatable table.with-border-bottom tbody .pm-tr .pm-td,
.post-datatable table.with-border-bottom tbody .pm-tr td,
.post-datatable table.with-border-bottom tbody tr .pm-td,
.post-datatable table.with-border-bottom tbody tr td {
    border-bottom: 1px solid #ddd!important;
}

.post-datatable .pm-table.with-column-width-equal,
.post-datatable table.with-column-width-equal {
    width: 100%;
    table-layout: fixed;
}

.post-datatable .pm-table .pm-tbody.is-thin .pm-td,
.post-datatable .pm-table .pm-tbody.is-thin .pm-th,
.post-datatable .pm-table .pm-tbody.is-thin .pm-tr .pm-td,
.post-datatable .pm-table .pm-tbody.is-thin .pm-tr .pm-th,
.post-datatable .pm-table .pm-tbody.is-thin .pm-tr td,
.post-datatable .pm-table .pm-tbody.is-thin .pm-tr th,
.post-datatable .pm-table .pm-tbody.is-thin td,
.post-datatable .pm-table .pm-tbody.is-thin th,
.post-datatable .pm-table .pm-tbody.is-thin tr .pm-td,
.post-datatable .pm-table .pm-tbody.is-thin tr .pm-th,
.post-datatable .pm-table .pm-tbody.is-thin tr td,
.post-datatable .pm-table .pm-tbody.is-thin tr th,
.post-datatable .pm-table .pm-tfoot.is-thin .pm-td,
.post-datatable .pm-table .pm-tfoot.is-thin .pm-th,
.post-datatable .pm-table .pm-tfoot.is-thin .pm-tr .pm-td,
.post-datatable .pm-table .pm-tfoot.is-thin .pm-tr .pm-th,
.post-datatable .pm-table .pm-tfoot.is-thin .pm-tr td,
.post-datatable .pm-table .pm-tfoot.is-thin .pm-tr th,
.post-datatable .pm-table .pm-tfoot.is-thin td,
.post-datatable .pm-table .pm-tfoot.is-thin th,
.post-datatable .pm-table .pm-tfoot.is-thin tr .pm-td,
.post-datatable .pm-table .pm-tfoot.is-thin tr .pm-th,
.post-datatable .pm-table .pm-tfoot.is-thin tr td,
.post-datatable .pm-table .pm-tfoot.is-thin tr th,
.post-datatable .pm-table .pm-thead.is-thin .pm-td,
.post-datatable .pm-table .pm-thead.is-thin .pm-th,
.post-datatable .pm-table .pm-thead.is-thin .pm-tr .pm-td,
.post-datatable .pm-table .pm-thead.is-thin .pm-tr .pm-th,
.post-datatable .pm-table .pm-thead.is-thin .pm-tr td,
.post-datatable .pm-table .pm-thead.is-thin .pm-tr th,
.post-datatable .pm-table .pm-thead.is-thin td,
.post-datatable .pm-table .pm-thead.is-thin th,
.post-datatable .pm-table .pm-thead.is-thin tr .pm-td,
.post-datatable .pm-table .pm-thead.is-thin tr .pm-th,
.post-datatable .pm-table .pm-thead.is-thin tr td,
.post-datatable .pm-table .pm-thead.is-thin tr th,
.post-datatable .pm-table tbody.is-thin .pm-td,
.post-datatable .pm-table tbody.is-thin .pm-th,
.post-datatable .pm-table tbody.is-thin .pm-tr .pm-td,
.post-datatable .pm-table tbody.is-thin .pm-tr .pm-th,
.post-datatable .pm-table tbody.is-thin .pm-tr td,
.post-datatable .pm-table tbody.is-thin .pm-tr th,
.post-datatable .pm-table tbody.is-thin td,
.post-datatable .pm-table tbody.is-thin th,
.post-datatable .pm-table tbody.is-thin tr .pm-td,
.post-datatable .pm-table tbody.is-thin tr .pm-th,
.post-datatable .pm-table tbody.is-thin tr td,
.post-datatable .pm-table tbody.is-thin tr th,
.post-datatable .pm-table tfoot.is-thin .pm-td,
.post-datatable .pm-table tfoot.is-thin .pm-th,
.post-datatable .pm-table tfoot.is-thin .pm-tr .pm-td,
.post-datatable .pm-table tfoot.is-thin .pm-tr .pm-th,
.post-datatable .pm-table tfoot.is-thin .pm-tr td,
.post-datatable .pm-table tfoot.is-thin .pm-tr th,
.post-datatable .pm-table tfoot.is-thin td,
.post-datatable .pm-table tfoot.is-thin th,
.post-datatable .pm-table tfoot.is-thin tr .pm-td,
.post-datatable .pm-table tfoot.is-thin tr .pm-th,
.post-datatable .pm-table tfoot.is-thin tr td,
.post-datatable .pm-table tfoot.is-thin tr th,
.post-datatable .pm-table thead.is-thin .pm-td,
.post-datatable .pm-table thead.is-thin .pm-th,
.post-datatable .pm-table thead.is-thin .pm-tr .pm-td,
.post-datatable .pm-table thead.is-thin .pm-tr .pm-th,
.post-datatable .pm-table thead.is-thin .pm-tr td,
.post-datatable .pm-table thead.is-thin .pm-tr th,
.post-datatable .pm-table thead.is-thin td,
.post-datatable .pm-table thead.is-thin th,
.post-datatable .pm-table thead.is-thin tr .pm-td,
.post-datatable .pm-table thead.is-thin tr .pm-th,
.post-datatable .pm-table thead.is-thin tr td,
.post-datatable .pm-table thead.is-thin tr th,
.post-datatable table .pm-tbody.is-thin .pm-td,
.post-datatable table .pm-tbody.is-thin .pm-th,
.post-datatable table .pm-tbody.is-thin .pm-tr .pm-td,
.post-datatable table .pm-tbody.is-thin .pm-tr .pm-th,
.post-datatable table .pm-tbody.is-thin .pm-tr td,
.post-datatable table .pm-tbody.is-thin .pm-tr th,
.post-datatable table .pm-tbody.is-thin td,
.post-datatable table .pm-tbody.is-thin th,
.post-datatable table .pm-tbody.is-thin tr .pm-td,
.post-datatable table .pm-tbody.is-thin tr .pm-th,
.post-datatable table .pm-tbody.is-thin tr td,
.post-datatable table .pm-tbody.is-thin tr th,
.post-datatable table .pm-tfoot.is-thin .pm-td,
.post-datatable table .pm-tfoot.is-thin .pm-th,
.post-datatable table .pm-tfoot.is-thin .pm-tr .pm-td,
.post-datatable table .pm-tfoot.is-thin .pm-tr .pm-th,
.post-datatable table .pm-tfoot.is-thin .pm-tr td,
.post-datatable table .pm-tfoot.is-thin .pm-tr th,
.post-datatable table .pm-tfoot.is-thin td,
.post-datatable table .pm-tfoot.is-thin th,
.post-datatable table .pm-tfoot.is-thin tr .pm-td,
.post-datatable table .pm-tfoot.is-thin tr .pm-th,
.post-datatable table .pm-tfoot.is-thin tr td,
.post-datatable table .pm-tfoot.is-thin tr th,
.post-datatable table .pm-thead.is-thin .pm-td,
.post-datatable table .pm-thead.is-thin .pm-th,
.post-datatable table .pm-thead.is-thin .pm-tr .pm-td,
.post-datatable table .pm-thead.is-thin .pm-tr .pm-th,
.post-datatable table .pm-thead.is-thin .pm-tr td,
.post-datatable table .pm-thead.is-thin .pm-tr th,
.post-datatable table .pm-thead.is-thin td,
.post-datatable table .pm-thead.is-thin th,
.post-datatable table .pm-thead.is-thin tr .pm-td,
.post-datatable table .pm-thead.is-thin tr .pm-th,
.post-datatable table .pm-thead.is-thin tr td,
.post-datatable table .pm-thead.is-thin tr th,
.post-datatable table tbody.is-thin .pm-td,
.post-datatable table tbody.is-thin .pm-th,
.post-datatable table tbody.is-thin .pm-tr .pm-td,
.post-datatable table tbody.is-thin .pm-tr .pm-th,
.post-datatable table tbody.is-thin .pm-tr td,
.post-datatable table tbody.is-thin .pm-tr th,
.post-datatable table tbody.is-thin td,
.post-datatable table tbody.is-thin th,
.post-datatable table tbody.is-thin tr .pm-td,
.post-datatable table tbody.is-thin tr .pm-th,
.post-datatable table tbody.is-thin tr td,
.post-datatable table tbody.is-thin tr th,
.post-datatable table tfoot.is-thin .pm-td,
.post-datatable table tfoot.is-thin .pm-th,
.post-datatable table tfoot.is-thin .pm-tr .pm-td,
.post-datatable table tfoot.is-thin .pm-tr .pm-th,
.post-datatable table tfoot.is-thin .pm-tr td,
.post-datatable table tfoot.is-thin .pm-tr th,
.post-datatable table tfoot.is-thin td,
.post-datatable table tfoot.is-thin th,
.post-datatable table tfoot.is-thin tr .pm-td,
.post-datatable table tfoot.is-thin tr .pm-th,
.post-datatable table tfoot.is-thin tr td,
.post-datatable table tfoot.is-thin tr th,
.post-datatable table thead.is-thin .pm-td,
.post-datatable table thead.is-thin .pm-th,
.post-datatable table thead.is-thin .pm-tr .pm-td,
.post-datatable table thead.is-thin .pm-tr .pm-th,
.post-datatable table thead.is-thin .pm-tr td,
.post-datatable table thead.is-thin .pm-tr th,
.post-datatable table thead.is-thin td,
.post-datatable table thead.is-thin th,
.post-datatable table thead.is-thin tr .pm-td,
.post-datatable table thead.is-thin tr .pm-th,
.post-datatable table thead.is-thin tr td,
.post-datatable table thead.is-thin tr th {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr .pm-td,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr .pm-th,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr td,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr th,
.post-datatable .pm-table .pm-tbody.is-condensed tr .pm-td,
.post-datatable .pm-table .pm-tbody.is-condensed tr .pm-th,
.post-datatable .pm-table .pm-tbody.is-condensed tr td,
.post-datatable .pm-table .pm-tbody.is-condensed tr th,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr .pm-td,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr .pm-th,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr td,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr th,
.post-datatable .pm-table .pm-tfoot.is-condensed tr .pm-td,
.post-datatable .pm-table .pm-tfoot.is-condensed tr .pm-th,
.post-datatable .pm-table .pm-tfoot.is-condensed tr td,
.post-datatable .pm-table .pm-tfoot.is-condensed tr th,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr .pm-td,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr .pm-th,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr td,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr th,
.post-datatable .pm-table .pm-thead.is-condensed tr .pm-td,
.post-datatable .pm-table .pm-thead.is-condensed tr .pm-th,
.post-datatable .pm-table .pm-thead.is-condensed tr td,
.post-datatable .pm-table .pm-thead.is-condensed tr th,
.post-datatable .pm-table tbody.is-condensed .pm-tr .pm-td,
.post-datatable .pm-table tbody.is-condensed .pm-tr .pm-th,
.post-datatable .pm-table tbody.is-condensed .pm-tr td,
.post-datatable .pm-table tbody.is-condensed .pm-tr th,
.post-datatable .pm-table tbody.is-condensed tr .pm-td,
.post-datatable .pm-table tbody.is-condensed tr .pm-th,
.post-datatable .pm-table tbody.is-condensed tr td,
.post-datatable .pm-table tbody.is-condensed tr th,
.post-datatable .pm-table tfoot.is-condensed .pm-tr .pm-td,
.post-datatable .pm-table tfoot.is-condensed .pm-tr .pm-th,
.post-datatable .pm-table tfoot.is-condensed .pm-tr td,
.post-datatable .pm-table tfoot.is-condensed .pm-tr th,
.post-datatable .pm-table tfoot.is-condensed tr .pm-td,
.post-datatable .pm-table tfoot.is-condensed tr .pm-th,
.post-datatable .pm-table tfoot.is-condensed tr td,
.post-datatable .pm-table tfoot.is-condensed tr th,
.post-datatable .pm-table thead.is-condensed .pm-tr .pm-td,
.post-datatable .pm-table thead.is-condensed .pm-tr .pm-th,
.post-datatable .pm-table thead.is-condensed .pm-tr td,
.post-datatable .pm-table thead.is-condensed .pm-tr th,
.post-datatable .pm-table thead.is-condensed tr .pm-td,
.post-datatable .pm-table thead.is-condensed tr .pm-th,
.post-datatable .pm-table thead.is-condensed tr td,
.post-datatable .pm-table thead.is-condensed tr th,
.post-datatable table .pm-tbody.is-condensed .pm-tr .pm-td,
.post-datatable table .pm-tbody.is-condensed .pm-tr .pm-th,
.post-datatable table .pm-tbody.is-condensed .pm-tr td,
.post-datatable table .pm-tbody.is-condensed .pm-tr th,
.post-datatable table .pm-tbody.is-condensed tr .pm-td,
.post-datatable table .pm-tbody.is-condensed tr .pm-th,
.post-datatable table .pm-tbody.is-condensed tr td,
.post-datatable table .pm-tbody.is-condensed tr th,
.post-datatable table .pm-tfoot.is-condensed .pm-tr .pm-td,
.post-datatable table .pm-tfoot.is-condensed .pm-tr .pm-th,
.post-datatable table .pm-tfoot.is-condensed .pm-tr td,
.post-datatable table .pm-tfoot.is-condensed .pm-tr th,
.post-datatable table .pm-tfoot.is-condensed tr .pm-td,
.post-datatable table .pm-tfoot.is-condensed tr .pm-th,
.post-datatable table .pm-tfoot.is-condensed tr td,
.post-datatable table .pm-tfoot.is-condensed tr th,
.post-datatable table .pm-thead.is-condensed .pm-tr .pm-td,
.post-datatable table .pm-thead.is-condensed .pm-tr .pm-th,
.post-datatable table .pm-thead.is-condensed .pm-tr td,
.post-datatable table .pm-thead.is-condensed .pm-tr th,
.post-datatable table .pm-thead.is-condensed tr .pm-td,
.post-datatable table .pm-thead.is-condensed tr .pm-th,
.post-datatable table .pm-thead.is-condensed tr td,
.post-datatable table .pm-thead.is-condensed tr th,
.post-datatable table tbody.is-condensed .pm-tr .pm-td,
.post-datatable table tbody.is-condensed .pm-tr .pm-th,
.post-datatable table tbody.is-condensed .pm-tr td,
.post-datatable table tbody.is-condensed .pm-tr th,
.post-datatable table tbody.is-condensed tr .pm-td,
.post-datatable table tbody.is-condensed tr .pm-th,
.post-datatable table tbody.is-condensed tr td,
.post-datatable table tbody.is-condensed tr th,
.post-datatable table tfoot.is-condensed .pm-tr .pm-td,
.post-datatable table tfoot.is-condensed .pm-tr .pm-th,
.post-datatable table tfoot.is-condensed .pm-tr td,
.post-datatable table tfoot.is-condensed .pm-tr th,
.post-datatable table tfoot.is-condensed tr .pm-td,
.post-datatable table tfoot.is-condensed tr .pm-th,
.post-datatable table tfoot.is-condensed tr td,
.post-datatable table tfoot.is-condensed tr th,
.post-datatable table thead.is-condensed .pm-tr .pm-td,
.post-datatable table thead.is-condensed .pm-tr .pm-th,
.post-datatable table thead.is-condensed .pm-tr td,
.post-datatable table thead.is-condensed .pm-tr th,
.post-datatable table thead.is-condensed tr .pm-td,
.post-datatable table thead.is-condensed tr .pm-th,
.post-datatable table thead.is-condensed tr td,
.post-datatable table thead.is-condensed tr th {
    font-size: 14px;
    height: 30px;
    padding: 5px;
}

.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr .pm-td:first-child,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr .pm-th:first-child,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr td:first-child,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr th:first-child,
.post-datatable .pm-table .pm-tbody.is-condensed tr .pm-td:first-child,
.post-datatable .pm-table .pm-tbody.is-condensed tr .pm-th:first-child,
.post-datatable .pm-table .pm-tbody.is-condensed tr td:first-child,
.post-datatable .pm-table .pm-tbody.is-condensed tr th:first-child,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr .pm-td:first-child,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr .pm-th:first-child,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr td:first-child,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr th:first-child,
.post-datatable .pm-table .pm-tfoot.is-condensed tr .pm-td:first-child,
.post-datatable .pm-table .pm-tfoot.is-condensed tr .pm-th:first-child,
.post-datatable .pm-table .pm-tfoot.is-condensed tr td:first-child,
.post-datatable .pm-table .pm-tfoot.is-condensed tr th:first-child,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr .pm-td:first-child,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr .pm-th:first-child,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr td:first-child,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr th:first-child,
.post-datatable .pm-table .pm-thead.is-condensed tr .pm-td:first-child,
.post-datatable .pm-table .pm-thead.is-condensed tr .pm-th:first-child,
.post-datatable .pm-table .pm-thead.is-condensed tr td:first-child,
.post-datatable .pm-table .pm-thead.is-condensed tr th:first-child,
.post-datatable .pm-table tbody.is-condensed .pm-tr .pm-td:first-child,
.post-datatable .pm-table tbody.is-condensed .pm-tr .pm-th:first-child,
.post-datatable .pm-table tbody.is-condensed .pm-tr td:first-child,
.post-datatable .pm-table tbody.is-condensed .pm-tr th:first-child,
.post-datatable .pm-table tbody.is-condensed tr .pm-td:first-child,
.post-datatable .pm-table tbody.is-condensed tr .pm-th:first-child,
.post-datatable .pm-table tbody.is-condensed tr td:first-child,
.post-datatable .pm-table tbody.is-condensed tr th:first-child,
.post-datatable .pm-table tfoot.is-condensed .pm-tr .pm-td:first-child,
.post-datatable .pm-table tfoot.is-condensed .pm-tr .pm-th:first-child,
.post-datatable .pm-table tfoot.is-condensed .pm-tr td:first-child,
.post-datatable .pm-table tfoot.is-condensed .pm-tr th:first-child,
.post-datatable .pm-table tfoot.is-condensed tr .pm-td:first-child,
.post-datatable .pm-table tfoot.is-condensed tr .pm-th:first-child,
.post-datatable .pm-table tfoot.is-condensed tr td:first-child,
.post-datatable .pm-table tfoot.is-condensed tr th:first-child,
.post-datatable .pm-table thead.is-condensed .pm-tr .pm-td:first-child,
.post-datatable .pm-table thead.is-condensed .pm-tr .pm-th:first-child,
.post-datatable .pm-table thead.is-condensed .pm-tr td:first-child,
.post-datatable .pm-table thead.is-condensed .pm-tr th:first-child,
.post-datatable .pm-table thead.is-condensed tr .pm-td:first-child,
.post-datatable .pm-table thead.is-condensed tr .pm-th:first-child,
.post-datatable .pm-table thead.is-condensed tr td:first-child,
.post-datatable .pm-table thead.is-condensed tr th:first-child,
.post-datatable table .pm-tbody.is-condensed .pm-tr .pm-td:first-child,
.post-datatable table .pm-tbody.is-condensed .pm-tr .pm-th:first-child,
.post-datatable table .pm-tbody.is-condensed .pm-tr td:first-child,
.post-datatable table .pm-tbody.is-condensed .pm-tr th:first-child,
.post-datatable table .pm-tbody.is-condensed tr .pm-td:first-child,
.post-datatable table .pm-tbody.is-condensed tr .pm-th:first-child,
.post-datatable table .pm-tbody.is-condensed tr td:first-child,
.post-datatable table .pm-tbody.is-condensed tr th:first-child,
.post-datatable table .pm-tfoot.is-condensed .pm-tr .pm-td:first-child,
.post-datatable table .pm-tfoot.is-condensed .pm-tr .pm-th:first-child,
.post-datatable table .pm-tfoot.is-condensed .pm-tr td:first-child,
.post-datatable table .pm-tfoot.is-condensed .pm-tr th:first-child,
.post-datatable table .pm-tfoot.is-condensed tr .pm-td:first-child,
.post-datatable table .pm-tfoot.is-condensed tr .pm-th:first-child,
.post-datatable table .pm-tfoot.is-condensed tr td:first-child,
.post-datatable table .pm-tfoot.is-condensed tr th:first-child,
.post-datatable table .pm-thead.is-condensed .pm-tr .pm-td:first-child,
.post-datatable table .pm-thead.is-condensed .pm-tr .pm-th:first-child,
.post-datatable table .pm-thead.is-condensed .pm-tr td:first-child,
.post-datatable table .pm-thead.is-condensed .pm-tr th:first-child,
.post-datatable table .pm-thead.is-condensed tr .pm-td:first-child,
.post-datatable table .pm-thead.is-condensed tr .pm-th:first-child,
.post-datatable table .pm-thead.is-condensed tr td:first-child,
.post-datatable table .pm-thead.is-condensed tr th:first-child,
.post-datatable table tbody.is-condensed .pm-tr .pm-td:first-child,
.post-datatable table tbody.is-condensed .pm-tr .pm-th:first-child,
.post-datatable table tbody.is-condensed .pm-tr td:first-child,
.post-datatable table tbody.is-condensed .pm-tr th:first-child,
.post-datatable table tbody.is-condensed tr .pm-td:first-child,
.post-datatable table tbody.is-condensed tr .pm-th:first-child,
.post-datatable table tbody.is-condensed tr td:first-child,
.post-datatable table tbody.is-condensed tr th:first-child,
.post-datatable table tfoot.is-condensed .pm-tr .pm-td:first-child,
.post-datatable table tfoot.is-condensed .pm-tr .pm-th:first-child,
.post-datatable table tfoot.is-condensed .pm-tr td:first-child,
.post-datatable table tfoot.is-condensed .pm-tr th:first-child,
.post-datatable table tfoot.is-condensed tr .pm-td:first-child,
.post-datatable table tfoot.is-condensed tr .pm-th:first-child,
.post-datatable table tfoot.is-condensed tr td:first-child,
.post-datatable table tfoot.is-condensed tr th:first-child,
.post-datatable table thead.is-condensed .pm-tr .pm-td:first-child,
.post-datatable table thead.is-condensed .pm-tr .pm-th:first-child,
.post-datatable table thead.is-condensed .pm-tr td:first-child,
.post-datatable table thead.is-condensed .pm-tr th:first-child,
.post-datatable table thead.is-condensed tr .pm-td:first-child,
.post-datatable table thead.is-condensed tr .pm-th:first-child,
.post-datatable table thead.is-condensed tr td:first-child,
.post-datatable table thead.is-condensed tr th:first-child {
    padding-left: 20px;
}

.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr .pm-td:last-child,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr .pm-th:last-child,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr td:last-child,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr th:last-child,
.post-datatable .pm-table .pm-tbody.is-condensed tr .pm-td:last-child,
.post-datatable .pm-table .pm-tbody.is-condensed tr .pm-th:last-child,
.post-datatable .pm-table .pm-tbody.is-condensed tr td:last-child,
.post-datatable .pm-table .pm-tbody.is-condensed tr th:last-child,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr .pm-td:last-child,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr .pm-th:last-child,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr td:last-child,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr th:last-child,
.post-datatable .pm-table .pm-tfoot.is-condensed tr .pm-td:last-child,
.post-datatable .pm-table .pm-tfoot.is-condensed tr .pm-th:last-child,
.post-datatable .pm-table .pm-tfoot.is-condensed tr td:last-child,
.post-datatable .pm-table .pm-tfoot.is-condensed tr th:last-child,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr .pm-td:last-child,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr .pm-th:last-child,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr td:last-child,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr th:last-child,
.post-datatable .pm-table .pm-thead.is-condensed tr .pm-td:last-child,
.post-datatable .pm-table .pm-thead.is-condensed tr .pm-th:last-child,
.post-datatable .pm-table .pm-thead.is-condensed tr td:last-child,
.post-datatable .pm-table .pm-thead.is-condensed tr th:last-child,
.post-datatable .pm-table tbody.is-condensed .pm-tr .pm-td:last-child,
.post-datatable .pm-table tbody.is-condensed .pm-tr .pm-th:last-child,
.post-datatable .pm-table tbody.is-condensed .pm-tr td:last-child,
.post-datatable .pm-table tbody.is-condensed .pm-tr th:last-child,
.post-datatable .pm-table tbody.is-condensed tr .pm-td:last-child,
.post-datatable .pm-table tbody.is-condensed tr .pm-th:last-child,
.post-datatable .pm-table tbody.is-condensed tr td:last-child,
.post-datatable .pm-table tbody.is-condensed tr th:last-child,
.post-datatable .pm-table tfoot.is-condensed .pm-tr .pm-td:last-child,
.post-datatable .pm-table tfoot.is-condensed .pm-tr .pm-th:last-child,
.post-datatable .pm-table tfoot.is-condensed .pm-tr td:last-child,
.post-datatable .pm-table tfoot.is-condensed .pm-tr th:last-child,
.post-datatable .pm-table tfoot.is-condensed tr .pm-td:last-child,
.post-datatable .pm-table tfoot.is-condensed tr .pm-th:last-child,
.post-datatable .pm-table tfoot.is-condensed tr td:last-child,
.post-datatable .pm-table tfoot.is-condensed tr th:last-child,
.post-datatable .pm-table thead.is-condensed .pm-tr .pm-td:last-child,
.post-datatable .pm-table thead.is-condensed .pm-tr .pm-th:last-child,
.post-datatable .pm-table thead.is-condensed .pm-tr td:last-child,
.post-datatable .pm-table thead.is-condensed .pm-tr th:last-child,
.post-datatable .pm-table thead.is-condensed tr .pm-td:last-child,
.post-datatable .pm-table thead.is-condensed tr .pm-th:last-child,
.post-datatable .pm-table thead.is-condensed tr td:last-child,
.post-datatable .pm-table thead.is-condensed tr th:last-child,
.post-datatable table .pm-tbody.is-condensed .pm-tr .pm-td:last-child,
.post-datatable table .pm-tbody.is-condensed .pm-tr .pm-th:last-child,
.post-datatable table .pm-tbody.is-condensed .pm-tr td:last-child,
.post-datatable table .pm-tbody.is-condensed .pm-tr th:last-child,
.post-datatable table .pm-tbody.is-condensed tr .pm-td:last-child,
.post-datatable table .pm-tbody.is-condensed tr .pm-th:last-child,
.post-datatable table .pm-tbody.is-condensed tr td:last-child,
.post-datatable table .pm-tbody.is-condensed tr th:last-child,
.post-datatable table .pm-tfoot.is-condensed .pm-tr .pm-td:last-child,
.post-datatable table .pm-tfoot.is-condensed .pm-tr .pm-th:last-child,
.post-datatable table .pm-tfoot.is-condensed .pm-tr td:last-child,
.post-datatable table .pm-tfoot.is-condensed .pm-tr th:last-child,
.post-datatable table .pm-tfoot.is-condensed tr .pm-td:last-child,
.post-datatable table .pm-tfoot.is-condensed tr .pm-th:last-child,
.post-datatable table .pm-tfoot.is-condensed tr td:last-child,
.post-datatable table .pm-tfoot.is-condensed tr th:last-child,
.post-datatable table .pm-thead.is-condensed .pm-tr .pm-td:last-child,
.post-datatable table .pm-thead.is-condensed .pm-tr .pm-th:last-child,
.post-datatable table .pm-thead.is-condensed .pm-tr td:last-child,
.post-datatable table .pm-thead.is-condensed .pm-tr th:last-child,
.post-datatable table .pm-thead.is-condensed tr .pm-td:last-child,
.post-datatable table .pm-thead.is-condensed tr .pm-th:last-child,
.post-datatable table .pm-thead.is-condensed tr td:last-child,
.post-datatable table .pm-thead.is-condensed tr th:last-child,
.post-datatable table tbody.is-condensed .pm-tr .pm-td:last-child,
.post-datatable table tbody.is-condensed .pm-tr .pm-th:last-child,
.post-datatable table tbody.is-condensed .pm-tr td:last-child,
.post-datatable table tbody.is-condensed .pm-tr th:last-child,
.post-datatable table tbody.is-condensed tr .pm-td:last-child,
.post-datatable table tbody.is-condensed tr .pm-th:last-child,
.post-datatable table tbody.is-condensed tr td:last-child,
.post-datatable table tbody.is-condensed tr th:last-child,
.post-datatable table tfoot.is-condensed .pm-tr .pm-td:last-child,
.post-datatable table tfoot.is-condensed .pm-tr .pm-th:last-child,
.post-datatable table tfoot.is-condensed .pm-tr td:last-child,
.post-datatable table tfoot.is-condensed .pm-tr th:last-child,
.post-datatable table tfoot.is-condensed tr .pm-td:last-child,
.post-datatable table tfoot.is-condensed tr .pm-th:last-child,
.post-datatable table tfoot.is-condensed tr td:last-child,
.post-datatable table tfoot.is-condensed tr th:last-child,
.post-datatable table thead.is-condensed .pm-tr .pm-td:last-child,
.post-datatable table thead.is-condensed .pm-tr .pm-th:last-child,
.post-datatable table thead.is-condensed .pm-tr td:last-child,
.post-datatable table thead.is-condensed .pm-tr th:last-child,
.post-datatable table thead.is-condensed tr .pm-td:last-child,
.post-datatable table thead.is-condensed tr .pm-th:last-child,
.post-datatable table thead.is-condensed tr td:last-child,
.post-datatable table thead.is-condensed tr th:last-child {
    padding-right: 20px;
}

.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr td.cell-pagination,
.post-datatable .pm-table .pm-tbody.is-condensed .pm-tr th.cell-pagination,
.post-datatable .pm-table .pm-tbody.is-condensed tr .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tbody.is-condensed tr .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tbody.is-condensed tr td.cell-pagination,
.post-datatable .pm-table .pm-tbody.is-condensed tr th.cell-pagination,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr td.cell-pagination,
.post-datatable .pm-table .pm-tfoot.is-condensed .pm-tr th.cell-pagination,
.post-datatable .pm-table .pm-tfoot.is-condensed tr .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tfoot.is-condensed tr .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tfoot.is-condensed tr td.cell-pagination,
.post-datatable .pm-table .pm-tfoot.is-condensed tr th.cell-pagination,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr td.cell-pagination,
.post-datatable .pm-table .pm-thead.is-condensed .pm-tr th.cell-pagination,
.post-datatable .pm-table .pm-thead.is-condensed tr .pm-td.cell-pagination,
.post-datatable .pm-table .pm-thead.is-condensed tr .pm-th.cell-pagination,
.post-datatable .pm-table .pm-thead.is-condensed tr td.cell-pagination,
.post-datatable .pm-table .pm-thead.is-condensed tr th.cell-pagination,
.post-datatable .pm-table tbody.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table tbody.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table tbody.is-condensed .pm-tr td.cell-pagination,
.post-datatable .pm-table tbody.is-condensed .pm-tr th.cell-pagination,
.post-datatable .pm-table tbody.is-condensed tr .pm-td.cell-pagination,
.post-datatable .pm-table tbody.is-condensed tr .pm-th.cell-pagination,
.post-datatable .pm-table tbody.is-condensed tr td.cell-pagination,
.post-datatable .pm-table tbody.is-condensed tr th.cell-pagination,
.post-datatable .pm-table tfoot.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table tfoot.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table tfoot.is-condensed .pm-tr td.cell-pagination,
.post-datatable .pm-table tfoot.is-condensed .pm-tr th.cell-pagination,
.post-datatable .pm-table tfoot.is-condensed tr .pm-td.cell-pagination,
.post-datatable .pm-table tfoot.is-condensed tr .pm-th.cell-pagination,
.post-datatable .pm-table tfoot.is-condensed tr td.cell-pagination,
.post-datatable .pm-table tfoot.is-condensed tr th.cell-pagination,
.post-datatable .pm-table thead.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table thead.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table thead.is-condensed .pm-tr td.cell-pagination,
.post-datatable .pm-table thead.is-condensed .pm-tr th.cell-pagination,
.post-datatable .pm-table thead.is-condensed tr .pm-td.cell-pagination,
.post-datatable .pm-table thead.is-condensed tr .pm-th.cell-pagination,
.post-datatable .pm-table thead.is-condensed tr td.cell-pagination,
.post-datatable .pm-table thead.is-condensed tr th.cell-pagination,
.post-datatable table .pm-tbody.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable table .pm-tbody.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable table .pm-tbody.is-condensed .pm-tr td.cell-pagination,
.post-datatable table .pm-tbody.is-condensed .pm-tr th.cell-pagination,
.post-datatable table .pm-tbody.is-condensed tr .pm-td.cell-pagination,
.post-datatable table .pm-tbody.is-condensed tr .pm-th.cell-pagination,
.post-datatable table .pm-tbody.is-condensed tr td.cell-pagination,
.post-datatable table .pm-tbody.is-condensed tr th.cell-pagination,
.post-datatable table .pm-tfoot.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable table .pm-tfoot.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable table .pm-tfoot.is-condensed .pm-tr td.cell-pagination,
.post-datatable table .pm-tfoot.is-condensed .pm-tr th.cell-pagination,
.post-datatable table .pm-tfoot.is-condensed tr .pm-td.cell-pagination,
.post-datatable table .pm-tfoot.is-condensed tr .pm-th.cell-pagination,
.post-datatable table .pm-tfoot.is-condensed tr td.cell-pagination,
.post-datatable table .pm-tfoot.is-condensed tr th.cell-pagination,
.post-datatable table .pm-thead.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable table .pm-thead.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable table .pm-thead.is-condensed .pm-tr td.cell-pagination,
.post-datatable table .pm-thead.is-condensed .pm-tr th.cell-pagination,
.post-datatable table .pm-thead.is-condensed tr .pm-td.cell-pagination,
.post-datatable table .pm-thead.is-condensed tr .pm-th.cell-pagination,
.post-datatable table .pm-thead.is-condensed tr td.cell-pagination,
.post-datatable table .pm-thead.is-condensed tr th.cell-pagination,
.post-datatable table tbody.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable table tbody.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable table tbody.is-condensed .pm-tr td.cell-pagination,
.post-datatable table tbody.is-condensed .pm-tr th.cell-pagination,
.post-datatable table tbody.is-condensed tr .pm-td.cell-pagination,
.post-datatable table tbody.is-condensed tr .pm-th.cell-pagination,
.post-datatable table tbody.is-condensed tr td.cell-pagination,
.post-datatable table tbody.is-condensed tr th.cell-pagination,
.post-datatable table tfoot.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable table tfoot.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable table tfoot.is-condensed .pm-tr td.cell-pagination,
.post-datatable table tfoot.is-condensed .pm-tr th.cell-pagination,
.post-datatable table tfoot.is-condensed tr .pm-td.cell-pagination,
.post-datatable table tfoot.is-condensed tr .pm-th.cell-pagination,
.post-datatable table tfoot.is-condensed tr td.cell-pagination,
.post-datatable table tfoot.is-condensed tr th.cell-pagination,
.post-datatable table thead.is-condensed .pm-tr .pm-td.cell-pagination,
.post-datatable table thead.is-condensed .pm-tr .pm-th.cell-pagination,
.post-datatable table thead.is-condensed .pm-tr td.cell-pagination,
.post-datatable table thead.is-condensed .pm-tr th.cell-pagination,
.post-datatable table thead.is-condensed tr .pm-td.cell-pagination,
.post-datatable table thead.is-condensed tr .pm-th.cell-pagination,
.post-datatable table thead.is-condensed tr td.cell-pagination,
.post-datatable table thead.is-condensed tr th.cell-pagination {
    padding: 10px;
}

.post-datatable .pm-table .pm-tbody .pm-tr.is-thin .pm-td,
.post-datatable .pm-table .pm-tbody .pm-tr.is-thin .pm-th,
.post-datatable .pm-table .pm-tbody .pm-tr.is-thin td,
.post-datatable .pm-table .pm-tbody .pm-tr.is-thin th,
.post-datatable .pm-table .pm-tbody tr.is-thin .pm-td,
.post-datatable .pm-table .pm-tbody tr.is-thin .pm-th,
.post-datatable .pm-table .pm-tbody tr.is-thin td,
.post-datatable .pm-table .pm-tbody tr.is-thin th,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-thin .pm-td,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-thin .pm-th,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-thin td,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-thin th,
.post-datatable .pm-table .pm-tfoot tr.is-thin .pm-td,
.post-datatable .pm-table .pm-tfoot tr.is-thin .pm-th,
.post-datatable .pm-table .pm-tfoot tr.is-thin td,
.post-datatable .pm-table .pm-tfoot tr.is-thin th,
.post-datatable .pm-table .pm-thead .pm-tr.is-thin .pm-td,
.post-datatable .pm-table .pm-thead .pm-tr.is-thin .pm-th,
.post-datatable .pm-table .pm-thead .pm-tr.is-thin td,
.post-datatable .pm-table .pm-thead .pm-tr.is-thin th,
.post-datatable .pm-table .pm-thead tr.is-thin .pm-td,
.post-datatable .pm-table .pm-thead tr.is-thin .pm-th,
.post-datatable .pm-table .pm-thead tr.is-thin td,
.post-datatable .pm-table .pm-thead tr.is-thin th,
.post-datatable .pm-table tbody .pm-tr.is-thin .pm-td,
.post-datatable .pm-table tbody .pm-tr.is-thin .pm-th,
.post-datatable .pm-table tbody .pm-tr.is-thin td,
.post-datatable .pm-table tbody .pm-tr.is-thin th,
.post-datatable .pm-table tbody tr.is-thin .pm-td,
.post-datatable .pm-table tbody tr.is-thin .pm-th,
.post-datatable .pm-table tbody tr.is-thin td,
.post-datatable .pm-table tbody tr.is-thin th,
.post-datatable .pm-table tfoot .pm-tr.is-thin .pm-td,
.post-datatable .pm-table tfoot .pm-tr.is-thin .pm-th,
.post-datatable .pm-table tfoot .pm-tr.is-thin td,
.post-datatable .pm-table tfoot .pm-tr.is-thin th,
.post-datatable .pm-table tfoot tr.is-thin .pm-td,
.post-datatable .pm-table tfoot tr.is-thin .pm-th,
.post-datatable .pm-table tfoot tr.is-thin td,
.post-datatable .pm-table tfoot tr.is-thin th,
.post-datatable .pm-table thead .pm-tr.is-thin .pm-td,
.post-datatable .pm-table thead .pm-tr.is-thin .pm-th,
.post-datatable .pm-table thead .pm-tr.is-thin td,
.post-datatable .pm-table thead .pm-tr.is-thin th,
.post-datatable .pm-table thead tr.is-thin .pm-td,
.post-datatable .pm-table thead tr.is-thin .pm-th,
.post-datatable .pm-table thead tr.is-thin td,
.post-datatable .pm-table thead tr.is-thin th,
.post-datatable table .pm-tbody .pm-tr.is-thin .pm-td,
.post-datatable table .pm-tbody .pm-tr.is-thin .pm-th,
.post-datatable table .pm-tbody .pm-tr.is-thin td,
.post-datatable table .pm-tbody .pm-tr.is-thin th,
.post-datatable table .pm-tbody tr.is-thin .pm-td,
.post-datatable table .pm-tbody tr.is-thin .pm-th,
.post-datatable table .pm-tbody tr.is-thin td,
.post-datatable table .pm-tbody tr.is-thin th,
.post-datatable table .pm-tfoot .pm-tr.is-thin .pm-td,
.post-datatable table .pm-tfoot .pm-tr.is-thin .pm-th,
.post-datatable table .pm-tfoot .pm-tr.is-thin td,
.post-datatable table .pm-tfoot .pm-tr.is-thin th,
.post-datatable table .pm-tfoot tr.is-thin .pm-td,
.post-datatable table .pm-tfoot tr.is-thin .pm-th,
.post-datatable table .pm-tfoot tr.is-thin td,
.post-datatable table .pm-tfoot tr.is-thin th,
.post-datatable table .pm-thead .pm-tr.is-thin .pm-td,
.post-datatable table .pm-thead .pm-tr.is-thin .pm-th,
.post-datatable table .pm-thead .pm-tr.is-thin td,
.post-datatable table .pm-thead .pm-tr.is-thin th,
.post-datatable table .pm-thead tr.is-thin .pm-td,
.post-datatable table .pm-thead tr.is-thin .pm-th,
.post-datatable table .pm-thead tr.is-thin td,
.post-datatable table .pm-thead tr.is-thin th,
.post-datatable table tbody .pm-tr.is-thin .pm-td,
.post-datatable table tbody .pm-tr.is-thin .pm-th,
.post-datatable table tbody .pm-tr.is-thin td,
.post-datatable table tbody .pm-tr.is-thin th,
.post-datatable table tbody tr.is-thin .pm-td,
.post-datatable table tbody tr.is-thin .pm-th,
.post-datatable table tbody tr.is-thin td,
.post-datatable table tbody tr.is-thin th,
.post-datatable table tfoot .pm-tr.is-thin .pm-td,
.post-datatable table tfoot .pm-tr.is-thin .pm-th,
.post-datatable table tfoot .pm-tr.is-thin td,
.post-datatable table tfoot .pm-tr.is-thin th,
.post-datatable table tfoot tr.is-thin .pm-td,
.post-datatable table tfoot tr.is-thin .pm-th,
.post-datatable table tfoot tr.is-thin td,
.post-datatable table tfoot tr.is-thin th,
.post-datatable table thead .pm-tr.is-thin .pm-td,
.post-datatable table thead .pm-tr.is-thin .pm-th,
.post-datatable table thead .pm-tr.is-thin td,
.post-datatable table thead .pm-tr.is-thin th,
.post-datatable table thead tr.is-thin .pm-td,
.post-datatable table thead tr.is-thin .pm-th,
.post-datatable table thead tr.is-thin td,
.post-datatable table thead tr.is-thin th {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed .pm-td,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed .pm-th,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed td,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed th,
.post-datatable .pm-table .pm-tbody tr.is-condensed .pm-td,
.post-datatable .pm-table .pm-tbody tr.is-condensed .pm-th,
.post-datatable .pm-table .pm-tbody tr.is-condensed td,
.post-datatable .pm-table .pm-tbody tr.is-condensed th,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed .pm-td,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed .pm-th,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed td,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed th,
.post-datatable .pm-table .pm-tfoot tr.is-condensed .pm-td,
.post-datatable .pm-table .pm-tfoot tr.is-condensed .pm-th,
.post-datatable .pm-table .pm-tfoot tr.is-condensed td,
.post-datatable .pm-table .pm-tfoot tr.is-condensed th,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed .pm-td,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed .pm-th,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed td,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed th,
.post-datatable .pm-table .pm-thead tr.is-condensed .pm-td,
.post-datatable .pm-table .pm-thead tr.is-condensed .pm-th,
.post-datatable .pm-table .pm-thead tr.is-condensed td,
.post-datatable .pm-table .pm-thead tr.is-condensed th,
.post-datatable .pm-table tbody .pm-tr.is-condensed .pm-td,
.post-datatable .pm-table tbody .pm-tr.is-condensed .pm-th,
.post-datatable .pm-table tbody .pm-tr.is-condensed td,
.post-datatable .pm-table tbody .pm-tr.is-condensed th,
.post-datatable .pm-table tbody tr.is-condensed .pm-td,
.post-datatable .pm-table tbody tr.is-condensed .pm-th,
.post-datatable .pm-table tbody tr.is-condensed td,
.post-datatable .pm-table tbody tr.is-condensed th,
.post-datatable .pm-table tfoot .pm-tr.is-condensed .pm-td,
.post-datatable .pm-table tfoot .pm-tr.is-condensed .pm-th,
.post-datatable .pm-table tfoot .pm-tr.is-condensed td,
.post-datatable .pm-table tfoot .pm-tr.is-condensed th,
.post-datatable .pm-table tfoot tr.is-condensed .pm-td,
.post-datatable .pm-table tfoot tr.is-condensed .pm-th,
.post-datatable .pm-table tfoot tr.is-condensed td,
.post-datatable .pm-table tfoot tr.is-condensed th,
.post-datatable .pm-table thead .pm-tr.is-condensed .pm-td,
.post-datatable .pm-table thead .pm-tr.is-condensed .pm-th,
.post-datatable .pm-table thead .pm-tr.is-condensed td,
.post-datatable .pm-table thead .pm-tr.is-condensed th,
.post-datatable .pm-table thead tr.is-condensed .pm-td,
.post-datatable .pm-table thead tr.is-condensed .pm-th,
.post-datatable .pm-table thead tr.is-condensed td,
.post-datatable .pm-table thead tr.is-condensed th,
.post-datatable table .pm-tbody .pm-tr.is-condensed .pm-td,
.post-datatable table .pm-tbody .pm-tr.is-condensed .pm-th,
.post-datatable table .pm-tbody .pm-tr.is-condensed td,
.post-datatable table .pm-tbody .pm-tr.is-condensed th,
.post-datatable table .pm-tbody tr.is-condensed .pm-td,
.post-datatable table .pm-tbody tr.is-condensed .pm-th,
.post-datatable table .pm-tbody tr.is-condensed td,
.post-datatable table .pm-tbody tr.is-condensed th,
.post-datatable table .pm-tfoot .pm-tr.is-condensed .pm-td,
.post-datatable table .pm-tfoot .pm-tr.is-condensed .pm-th,
.post-datatable table .pm-tfoot .pm-tr.is-condensed td,
.post-datatable table .pm-tfoot .pm-tr.is-condensed th,
.post-datatable table .pm-tfoot tr.is-condensed .pm-td,
.post-datatable table .pm-tfoot tr.is-condensed .pm-th,
.post-datatable table .pm-tfoot tr.is-condensed td,
.post-datatable table .pm-tfoot tr.is-condensed th,
.post-datatable table .pm-thead .pm-tr.is-condensed .pm-td,
.post-datatable table .pm-thead .pm-tr.is-condensed .pm-th,
.post-datatable table .pm-thead .pm-tr.is-condensed td,
.post-datatable table .pm-thead .pm-tr.is-condensed th,
.post-datatable table .pm-thead tr.is-condensed .pm-td,
.post-datatable table .pm-thead tr.is-condensed .pm-th,
.post-datatable table .pm-thead tr.is-condensed td,
.post-datatable table .pm-thead tr.is-condensed th,
.post-datatable table tbody .pm-tr.is-condensed .pm-td,
.post-datatable table tbody .pm-tr.is-condensed .pm-th,
.post-datatable table tbody .pm-tr.is-condensed td,
.post-datatable table tbody .pm-tr.is-condensed th,
.post-datatable table tbody tr.is-condensed .pm-td,
.post-datatable table tbody tr.is-condensed .pm-th,
.post-datatable table tbody tr.is-condensed td,
.post-datatable table tbody tr.is-condensed th,
.post-datatable table tfoot .pm-tr.is-condensed .pm-td,
.post-datatable table tfoot .pm-tr.is-condensed .pm-th,
.post-datatable table tfoot .pm-tr.is-condensed td,
.post-datatable table tfoot .pm-tr.is-condensed th,
.post-datatable table tfoot tr.is-condensed .pm-td,
.post-datatable table tfoot tr.is-condensed .pm-th,
.post-datatable table tfoot tr.is-condensed td,
.post-datatable table tfoot tr.is-condensed th,
.post-datatable table thead .pm-tr.is-condensed .pm-td,
.post-datatable table thead .pm-tr.is-condensed .pm-th,
.post-datatable table thead .pm-tr.is-condensed td,
.post-datatable table thead .pm-tr.is-condensed th,
.post-datatable table thead tr.is-condensed .pm-td,
.post-datatable table thead tr.is-condensed .pm-th,
.post-datatable table thead tr.is-condensed td,
.post-datatable table thead tr.is-condensed th {
    font-size: 14px;
    height: 30px;
    padding: 5px;
}

.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed td:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed th:first-child,
.post-datatable .pm-table .pm-tbody tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table .pm-tbody tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table .pm-tbody tr.is-condensed td:first-child,
.post-datatable .pm-table .pm-tbody tr.is-condensed th:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed td:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed th:first-child,
.post-datatable .pm-table .pm-tfoot tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table .pm-tfoot tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table .pm-tfoot tr.is-condensed td:first-child,
.post-datatable .pm-table .pm-tfoot tr.is-condensed th:first-child,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed td:first-child,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed th:first-child,
.post-datatable .pm-table .pm-thead tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table .pm-thead tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table .pm-thead tr.is-condensed td:first-child,
.post-datatable .pm-table .pm-thead tr.is-condensed th:first-child,
.post-datatable .pm-table tbody .pm-tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table tbody .pm-tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table tbody .pm-tr.is-condensed td:first-child,
.post-datatable .pm-table tbody .pm-tr.is-condensed th:first-child,
.post-datatable .pm-table tbody tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table tbody tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table tbody tr.is-condensed td:first-child,
.post-datatable .pm-table tbody tr.is-condensed th:first-child,
.post-datatable .pm-table tfoot .pm-tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table tfoot .pm-tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table tfoot .pm-tr.is-condensed td:first-child,
.post-datatable .pm-table tfoot .pm-tr.is-condensed th:first-child,
.post-datatable .pm-table tfoot tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table tfoot tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table tfoot tr.is-condensed td:first-child,
.post-datatable .pm-table tfoot tr.is-condensed th:first-child,
.post-datatable .pm-table thead .pm-tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table thead .pm-tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table thead .pm-tr.is-condensed td:first-child,
.post-datatable .pm-table thead .pm-tr.is-condensed th:first-child,
.post-datatable .pm-table thead tr.is-condensed .pm-td:first-child,
.post-datatable .pm-table thead tr.is-condensed .pm-th:first-child,
.post-datatable .pm-table thead tr.is-condensed td:first-child,
.post-datatable .pm-table thead tr.is-condensed th:first-child,
.post-datatable table .pm-tbody .pm-tr.is-condensed .pm-td:first-child,
.post-datatable table .pm-tbody .pm-tr.is-condensed .pm-th:first-child,
.post-datatable table .pm-tbody .pm-tr.is-condensed td:first-child,
.post-datatable table .pm-tbody .pm-tr.is-condensed th:first-child,
.post-datatable table .pm-tbody tr.is-condensed .pm-td:first-child,
.post-datatable table .pm-tbody tr.is-condensed .pm-th:first-child,
.post-datatable table .pm-tbody tr.is-condensed td:first-child,
.post-datatable table .pm-tbody tr.is-condensed th:first-child,
.post-datatable table .pm-tfoot .pm-tr.is-condensed .pm-td:first-child,
.post-datatable table .pm-tfoot .pm-tr.is-condensed .pm-th:first-child,
.post-datatable table .pm-tfoot .pm-tr.is-condensed td:first-child,
.post-datatable table .pm-tfoot .pm-tr.is-condensed th:first-child,
.post-datatable table .pm-tfoot tr.is-condensed .pm-td:first-child,
.post-datatable table .pm-tfoot tr.is-condensed .pm-th:first-child,
.post-datatable table .pm-tfoot tr.is-condensed td:first-child,
.post-datatable table .pm-tfoot tr.is-condensed th:first-child,
.post-datatable table .pm-thead .pm-tr.is-condensed .pm-td:first-child,
.post-datatable table .pm-thead .pm-tr.is-condensed .pm-th:first-child,
.post-datatable table .pm-thead .pm-tr.is-condensed td:first-child,
.post-datatable table .pm-thead .pm-tr.is-condensed th:first-child,
.post-datatable table .pm-thead tr.is-condensed .pm-td:first-child,
.post-datatable table .pm-thead tr.is-condensed .pm-th:first-child,
.post-datatable table .pm-thead tr.is-condensed td:first-child,
.post-datatable table .pm-thead tr.is-condensed th:first-child,
.post-datatable table tbody .pm-tr.is-condensed .pm-td:first-child,
.post-datatable table tbody .pm-tr.is-condensed .pm-th:first-child,
.post-datatable table tbody .pm-tr.is-condensed td:first-child,
.post-datatable table tbody .pm-tr.is-condensed th:first-child,
.post-datatable table tbody tr.is-condensed .pm-td:first-child,
.post-datatable table tbody tr.is-condensed .pm-th:first-child,
.post-datatable table tbody tr.is-condensed td:first-child,
.post-datatable table tbody tr.is-condensed th:first-child,
.post-datatable table tfoot .pm-tr.is-condensed .pm-td:first-child,
.post-datatable table tfoot .pm-tr.is-condensed .pm-th:first-child,
.post-datatable table tfoot .pm-tr.is-condensed td:first-child,
.post-datatable table tfoot .pm-tr.is-condensed th:first-child,
.post-datatable table tfoot tr.is-condensed .pm-td:first-child,
.post-datatable table tfoot tr.is-condensed .pm-th:first-child,
.post-datatable table tfoot tr.is-condensed td:first-child,
.post-datatable table tfoot tr.is-condensed th:first-child,
.post-datatable table thead .pm-tr.is-condensed .pm-td:first-child,
.post-datatable table thead .pm-tr.is-condensed .pm-th:first-child,
.post-datatable table thead .pm-tr.is-condensed td:first-child,
.post-datatable table thead .pm-tr.is-condensed th:first-child,
.post-datatable table thead tr.is-condensed .pm-td:first-child,
.post-datatable table thead tr.is-condensed .pm-th:first-child,
.post-datatable table thead tr.is-condensed td:first-child,
.post-datatable table thead tr.is-condensed th:first-child {
    padding-left: 20px;
}

.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed td:last-child,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed th:last-child,
.post-datatable .pm-table .pm-tbody tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table .pm-tbody tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table .pm-tbody tr.is-condensed td:last-child,
.post-datatable .pm-table .pm-tbody tr.is-condensed th:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed td:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed th:last-child,
.post-datatable .pm-table .pm-tfoot tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table .pm-tfoot tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table .pm-tfoot tr.is-condensed td:last-child,
.post-datatable .pm-table .pm-tfoot tr.is-condensed th:last-child,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed td:last-child,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed th:last-child,
.post-datatable .pm-table .pm-thead tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table .pm-thead tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table .pm-thead tr.is-condensed td:last-child,
.post-datatable .pm-table .pm-thead tr.is-condensed th:last-child,
.post-datatable .pm-table tbody .pm-tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table tbody .pm-tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table tbody .pm-tr.is-condensed td:last-child,
.post-datatable .pm-table tbody .pm-tr.is-condensed th:last-child,
.post-datatable .pm-table tbody tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table tbody tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table tbody tr.is-condensed td:last-child,
.post-datatable .pm-table tbody tr.is-condensed th:last-child,
.post-datatable .pm-table tfoot .pm-tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table tfoot .pm-tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table tfoot .pm-tr.is-condensed td:last-child,
.post-datatable .pm-table tfoot .pm-tr.is-condensed th:last-child,
.post-datatable .pm-table tfoot tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table tfoot tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table tfoot tr.is-condensed td:last-child,
.post-datatable .pm-table tfoot tr.is-condensed th:last-child,
.post-datatable .pm-table thead .pm-tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table thead .pm-tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table thead .pm-tr.is-condensed td:last-child,
.post-datatable .pm-table thead .pm-tr.is-condensed th:last-child,
.post-datatable .pm-table thead tr.is-condensed .pm-td:last-child,
.post-datatable .pm-table thead tr.is-condensed .pm-th:last-child,
.post-datatable .pm-table thead tr.is-condensed td:last-child,
.post-datatable .pm-table thead tr.is-condensed th:last-child,
.post-datatable table .pm-tbody .pm-tr.is-condensed .pm-td:last-child,
.post-datatable table .pm-tbody .pm-tr.is-condensed .pm-th:last-child,
.post-datatable table .pm-tbody .pm-tr.is-condensed td:last-child,
.post-datatable table .pm-tbody .pm-tr.is-condensed th:last-child,
.post-datatable table .pm-tbody tr.is-condensed .pm-td:last-child,
.post-datatable table .pm-tbody tr.is-condensed .pm-th:last-child,
.post-datatable table .pm-tbody tr.is-condensed td:last-child,
.post-datatable table .pm-tbody tr.is-condensed th:last-child,
.post-datatable table .pm-tfoot .pm-tr.is-condensed .pm-td:last-child,
.post-datatable table .pm-tfoot .pm-tr.is-condensed .pm-th:last-child,
.post-datatable table .pm-tfoot .pm-tr.is-condensed td:last-child,
.post-datatable table .pm-tfoot .pm-tr.is-condensed th:last-child,
.post-datatable table .pm-tfoot tr.is-condensed .pm-td:last-child,
.post-datatable table .pm-tfoot tr.is-condensed .pm-th:last-child,
.post-datatable table .pm-tfoot tr.is-condensed td:last-child,
.post-datatable table .pm-tfoot tr.is-condensed th:last-child,
.post-datatable table .pm-thead .pm-tr.is-condensed .pm-td:last-child,
.post-datatable table .pm-thead .pm-tr.is-condensed .pm-th:last-child,
.post-datatable table .pm-thead .pm-tr.is-condensed td:last-child,
.post-datatable table .pm-thead .pm-tr.is-condensed th:last-child,
.post-datatable table .pm-thead tr.is-condensed .pm-td:last-child,
.post-datatable table .pm-thead tr.is-condensed .pm-th:last-child,
.post-datatable table .pm-thead tr.is-condensed td:last-child,
.post-datatable table .pm-thead tr.is-condensed th:last-child,
.post-datatable table tbody .pm-tr.is-condensed .pm-td:last-child,
.post-datatable table tbody .pm-tr.is-condensed .pm-th:last-child,
.post-datatable table tbody .pm-tr.is-condensed td:last-child,
.post-datatable table tbody .pm-tr.is-condensed th:last-child,
.post-datatable table tbody tr.is-condensed .pm-td:last-child,
.post-datatable table tbody tr.is-condensed .pm-th:last-child,
.post-datatable table tbody tr.is-condensed td:last-child,
.post-datatable table tbody tr.is-condensed th:last-child,
.post-datatable table tfoot .pm-tr.is-condensed .pm-td:last-child,
.post-datatable table tfoot .pm-tr.is-condensed .pm-th:last-child,
.post-datatable table tfoot .pm-tr.is-condensed td:last-child,
.post-datatable table tfoot .pm-tr.is-condensed th:last-child,
.post-datatable table tfoot tr.is-condensed .pm-td:last-child,
.post-datatable table tfoot tr.is-condensed .pm-th:last-child,
.post-datatable table tfoot tr.is-condensed td:last-child,
.post-datatable table tfoot tr.is-condensed th:last-child,
.post-datatable table thead .pm-tr.is-condensed .pm-td:last-child,
.post-datatable table thead .pm-tr.is-condensed .pm-th:last-child,
.post-datatable table thead .pm-tr.is-condensed td:last-child,
.post-datatable table thead .pm-tr.is-condensed th:last-child,
.post-datatable table thead tr.is-condensed .pm-td:last-child,
.post-datatable table thead tr.is-condensed .pm-th:last-child,
.post-datatable table thead tr.is-condensed td:last-child,
.post-datatable table thead tr.is-condensed th:last-child {
    padding-right: 20px;
}

.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed td.cell-pagination,
.post-datatable .pm-table .pm-tbody .pm-tr.is-condensed th.cell-pagination,
.post-datatable .pm-table .pm-tbody tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tbody tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tbody tr.is-condensed td.cell-pagination,
.post-datatable .pm-table .pm-tbody tr.is-condensed th.cell-pagination,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed td.cell-pagination,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-condensed th.cell-pagination,
.post-datatable .pm-table .pm-tfoot tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tfoot tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tfoot tr.is-condensed td.cell-pagination,
.post-datatable .pm-table .pm-tfoot tr.is-condensed th.cell-pagination,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed td.cell-pagination,
.post-datatable .pm-table .pm-thead .pm-tr.is-condensed th.cell-pagination,
.post-datatable .pm-table .pm-thead tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table .pm-thead tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table .pm-thead tr.is-condensed td.cell-pagination,
.post-datatable .pm-table .pm-thead tr.is-condensed th.cell-pagination,
.post-datatable .pm-table tbody .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table tbody .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table tbody .pm-tr.is-condensed td.cell-pagination,
.post-datatable .pm-table tbody .pm-tr.is-condensed th.cell-pagination,
.post-datatable .pm-table tbody tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table tbody tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table tbody tr.is-condensed td.cell-pagination,
.post-datatable .pm-table tbody tr.is-condensed th.cell-pagination,
.post-datatable .pm-table tfoot .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table tfoot .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table tfoot .pm-tr.is-condensed td.cell-pagination,
.post-datatable .pm-table tfoot .pm-tr.is-condensed th.cell-pagination,
.post-datatable .pm-table tfoot tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table tfoot tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table tfoot tr.is-condensed td.cell-pagination,
.post-datatable .pm-table tfoot tr.is-condensed th.cell-pagination,
.post-datatable .pm-table thead .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table thead .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table thead .pm-tr.is-condensed td.cell-pagination,
.post-datatable .pm-table thead .pm-tr.is-condensed th.cell-pagination,
.post-datatable .pm-table thead tr.is-condensed .pm-td.cell-pagination,
.post-datatable .pm-table thead tr.is-condensed .pm-th.cell-pagination,
.post-datatable .pm-table thead tr.is-condensed td.cell-pagination,
.post-datatable .pm-table thead tr.is-condensed th.cell-pagination,
.post-datatable table .pm-tbody .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable table .pm-tbody .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable table .pm-tbody .pm-tr.is-condensed td.cell-pagination,
.post-datatable table .pm-tbody .pm-tr.is-condensed th.cell-pagination,
.post-datatable table .pm-tbody tr.is-condensed .pm-td.cell-pagination,
.post-datatable table .pm-tbody tr.is-condensed .pm-th.cell-pagination,
.post-datatable table .pm-tbody tr.is-condensed td.cell-pagination,
.post-datatable table .pm-tbody tr.is-condensed th.cell-pagination,
.post-datatable table .pm-tfoot .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable table .pm-tfoot .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable table .pm-tfoot .pm-tr.is-condensed td.cell-pagination,
.post-datatable table .pm-tfoot .pm-tr.is-condensed th.cell-pagination,
.post-datatable table .pm-tfoot tr.is-condensed .pm-td.cell-pagination,
.post-datatable table .pm-tfoot tr.is-condensed .pm-th.cell-pagination,
.post-datatable table .pm-tfoot tr.is-condensed td.cell-pagination,
.post-datatable table .pm-tfoot tr.is-condensed th.cell-pagination,
.post-datatable table .pm-thead .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable table .pm-thead .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable table .pm-thead .pm-tr.is-condensed td.cell-pagination,
.post-datatable table .pm-thead .pm-tr.is-condensed th.cell-pagination,
.post-datatable table .pm-thead tr.is-condensed .pm-td.cell-pagination,
.post-datatable table .pm-thead tr.is-condensed .pm-th.cell-pagination,
.post-datatable table .pm-thead tr.is-condensed td.cell-pagination,
.post-datatable table .pm-thead tr.is-condensed th.cell-pagination,
.post-datatable table tbody .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable table tbody .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable table tbody .pm-tr.is-condensed td.cell-pagination,
.post-datatable table tbody .pm-tr.is-condensed th.cell-pagination,
.post-datatable table tbody tr.is-condensed .pm-td.cell-pagination,
.post-datatable table tbody tr.is-condensed .pm-th.cell-pagination,
.post-datatable table tbody tr.is-condensed td.cell-pagination,
.post-datatable table tbody tr.is-condensed th.cell-pagination,
.post-datatable table tfoot .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable table tfoot .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable table tfoot .pm-tr.is-condensed td.cell-pagination,
.post-datatable table tfoot .pm-tr.is-condensed th.cell-pagination,
.post-datatable table tfoot tr.is-condensed .pm-td.cell-pagination,
.post-datatable table tfoot tr.is-condensed .pm-th.cell-pagination,
.post-datatable table tfoot tr.is-condensed td.cell-pagination,
.post-datatable table tfoot tr.is-condensed th.cell-pagination,
.post-datatable table thead .pm-tr.is-condensed .pm-td.cell-pagination,
.post-datatable table thead .pm-tr.is-condensed .pm-th.cell-pagination,
.post-datatable table thead .pm-tr.is-condensed td.cell-pagination,
.post-datatable table thead .pm-tr.is-condensed th.cell-pagination,
.post-datatable table thead tr.is-condensed .pm-td.cell-pagination,
.post-datatable table thead tr.is-condensed .pm-th.cell-pagination,
.post-datatable table thead tr.is-condensed td.cell-pagination,
.post-datatable table thead tr.is-condensed th.cell-pagination {
    padding: 10px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-clickable,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-clickable,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-clickable,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-clickable,
.post-datatable .pm-table .pm-tbody .pm-tr.is-clickable,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-clickable,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-clickable,
.post-datatable .pm-table .pm-tbody tr td.is-clickable,
.post-datatable .pm-table .pm-tbody tr th.is-clickable,
.post-datatable .pm-table .pm-tbody tr.is-clickable,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-clickable,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-clickable,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-clickable,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-clickable,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-clickable,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-clickable,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-clickable,
.post-datatable .pm-table .pm-tfoot tr td.is-clickable,
.post-datatable .pm-table .pm-tfoot tr th.is-clickable,
.post-datatable .pm-table .pm-tfoot tr.is-clickable,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.is-clickable,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.is-clickable,
.post-datatable .pm-table .pm-thead .pm-tr td.is-clickable,
.post-datatable .pm-table .pm-thead .pm-tr th.is-clickable,
.post-datatable .pm-table .pm-thead .pm-tr.is-clickable,
.post-datatable .pm-table .pm-thead tr .pm-td.is-clickable,
.post-datatable .pm-table .pm-thead tr .pm-th.is-clickable,
.post-datatable .pm-table .pm-thead tr td.is-clickable,
.post-datatable .pm-table .pm-thead tr th.is-clickable,
.post-datatable .pm-table .pm-thead tr.is-clickable,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-clickable,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-clickable,
.post-datatable .pm-table tbody .pm-tr td.is-clickable,
.post-datatable .pm-table tbody .pm-tr th.is-clickable,
.post-datatable .pm-table tbody .pm-tr.is-clickable,
.post-datatable .pm-table tbody tr .pm-td.is-clickable,
.post-datatable .pm-table tbody tr .pm-th.is-clickable,
.post-datatable .pm-table tbody tr td.is-clickable,
.post-datatable .pm-table tbody tr th.is-clickable,
.post-datatable .pm-table tbody tr.is-clickable,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-clickable,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-clickable,
.post-datatable .pm-table tfoot .pm-tr td.is-clickable,
.post-datatable .pm-table tfoot .pm-tr th.is-clickable,
.post-datatable .pm-table tfoot .pm-tr.is-clickable,
.post-datatable .pm-table tfoot tr .pm-td.is-clickable,
.post-datatable .pm-table tfoot tr .pm-th.is-clickable,
.post-datatable .pm-table tfoot tr td.is-clickable,
.post-datatable .pm-table tfoot tr th.is-clickable,
.post-datatable .pm-table tfoot tr.is-clickable,
.post-datatable .pm-table thead .pm-tr .pm-td.is-clickable,
.post-datatable .pm-table thead .pm-tr .pm-th.is-clickable,
.post-datatable .pm-table thead .pm-tr td.is-clickable,
.post-datatable .pm-table thead .pm-tr th.is-clickable,
.post-datatable .pm-table thead .pm-tr.is-clickable,
.post-datatable .pm-table thead tr .pm-td.is-clickable,
.post-datatable .pm-table thead tr .pm-th.is-clickable,
.post-datatable .pm-table thead tr td.is-clickable,
.post-datatable .pm-table thead tr th.is-clickable,
.post-datatable .pm-table thead tr.is-clickable,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-clickable,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-clickable,
.post-datatable table .pm-tbody .pm-tr td.is-clickable,
.post-datatable table .pm-tbody .pm-tr th.is-clickable,
.post-datatable table .pm-tbody .pm-tr.is-clickable,
.post-datatable table .pm-tbody tr .pm-td.is-clickable,
.post-datatable table .pm-tbody tr .pm-th.is-clickable,
.post-datatable table .pm-tbody tr td.is-clickable,
.post-datatable table .pm-tbody tr th.is-clickable,
.post-datatable table .pm-tbody tr.is-clickable,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-clickable,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-clickable,
.post-datatable table .pm-tfoot .pm-tr td.is-clickable,
.post-datatable table .pm-tfoot .pm-tr th.is-clickable,
.post-datatable table .pm-tfoot .pm-tr.is-clickable,
.post-datatable table .pm-tfoot tr .pm-td.is-clickable,
.post-datatable table .pm-tfoot tr .pm-th.is-clickable,
.post-datatable table .pm-tfoot tr td.is-clickable,
.post-datatable table .pm-tfoot tr th.is-clickable,
.post-datatable table .pm-tfoot tr.is-clickable,
.post-datatable table .pm-thead .pm-tr .pm-td.is-clickable,
.post-datatable table .pm-thead .pm-tr .pm-th.is-clickable,
.post-datatable table .pm-thead .pm-tr td.is-clickable,
.post-datatable table .pm-thead .pm-tr th.is-clickable,
.post-datatable table .pm-thead .pm-tr.is-clickable,
.post-datatable table .pm-thead tr .pm-td.is-clickable,
.post-datatable table .pm-thead tr .pm-th.is-clickable,
.post-datatable table .pm-thead tr td.is-clickable,
.post-datatable table .pm-thead tr th.is-clickable,
.post-datatable table .pm-thead tr.is-clickable,
.post-datatable table tbody .pm-tr .pm-td.is-clickable,
.post-datatable table tbody .pm-tr .pm-th.is-clickable,
.post-datatable table tbody .pm-tr td.is-clickable,
.post-datatable table tbody .pm-tr th.is-clickable,
.post-datatable table tbody .pm-tr.is-clickable,
.post-datatable table tbody tr .pm-td.is-clickable,
.post-datatable table tbody tr .pm-th.is-clickable,
.post-datatable table tbody tr td.is-clickable,
.post-datatable table tbody tr th.is-clickable,
.post-datatable table tbody tr.is-clickable,
.post-datatable table tfoot .pm-tr .pm-td.is-clickable,
.post-datatable table tfoot .pm-tr .pm-th.is-clickable,
.post-datatable table tfoot .pm-tr td.is-clickable,
.post-datatable table tfoot .pm-tr th.is-clickable,
.post-datatable table tfoot .pm-tr.is-clickable,
.post-datatable table tfoot tr .pm-td.is-clickable,
.post-datatable table tfoot tr .pm-th.is-clickable,
.post-datatable table tfoot tr td.is-clickable,
.post-datatable table tfoot tr th.is-clickable,
.post-datatable table tfoot tr.is-clickable,
.post-datatable table thead .pm-tr .pm-td.is-clickable,
.post-datatable table thead .pm-tr .pm-th.is-clickable,
.post-datatable table thead .pm-tr td.is-clickable,
.post-datatable table thead .pm-tr th.is-clickable,
.post-datatable table thead .pm-tr.is-clickable,
.post-datatable table thead tr .pm-td.is-clickable,
.post-datatable table thead tr .pm-th.is-clickable,
.post-datatable table thead tr td.is-clickable,
.post-datatable table thead tr th.is-clickable,
.post-datatable table thead tr.is-clickable {
    cursor: pointer;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-clickable:hover,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-clickable:hover,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-clickable:hover,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-clickable:hover,
.post-datatable .pm-table .pm-tbody .pm-tr.is-clickable:hover,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-clickable:hover,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-clickable:hover,
.post-datatable .pm-table .pm-tbody tr td.is-clickable:hover,
.post-datatable .pm-table .pm-tbody tr th.is-clickable:hover,
.post-datatable .pm-table .pm-tbody tr.is-clickable:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-clickable:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-clickable:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-clickable:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-clickable:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-clickable:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-clickable:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-clickable:hover,
.post-datatable .pm-table .pm-tfoot tr td.is-clickable:hover,
.post-datatable .pm-table .pm-tfoot tr th.is-clickable:hover,
.post-datatable .pm-table .pm-tfoot tr.is-clickable:hover,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.is-clickable:hover,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.is-clickable:hover,
.post-datatable .pm-table .pm-thead .pm-tr td.is-clickable:hover,
.post-datatable .pm-table .pm-thead .pm-tr th.is-clickable:hover,
.post-datatable .pm-table .pm-thead .pm-tr.is-clickable:hover,
.post-datatable .pm-table .pm-thead tr .pm-td.is-clickable:hover,
.post-datatable .pm-table .pm-thead tr .pm-th.is-clickable:hover,
.post-datatable .pm-table .pm-thead tr td.is-clickable:hover,
.post-datatable .pm-table .pm-thead tr th.is-clickable:hover,
.post-datatable .pm-table .pm-thead tr.is-clickable:hover,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-clickable:hover,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-clickable:hover,
.post-datatable .pm-table tbody .pm-tr td.is-clickable:hover,
.post-datatable .pm-table tbody .pm-tr th.is-clickable:hover,
.post-datatable .pm-table tbody .pm-tr.is-clickable:hover,
.post-datatable .pm-table tbody tr .pm-td.is-clickable:hover,
.post-datatable .pm-table tbody tr .pm-th.is-clickable:hover,
.post-datatable .pm-table tbody tr td.is-clickable:hover,
.post-datatable .pm-table tbody tr th.is-clickable:hover,
.post-datatable .pm-table tbody tr.is-clickable:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-clickable:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-clickable:hover,
.post-datatable .pm-table tfoot .pm-tr td.is-clickable:hover,
.post-datatable .pm-table tfoot .pm-tr th.is-clickable:hover,
.post-datatable .pm-table tfoot .pm-tr.is-clickable:hover,
.post-datatable .pm-table tfoot tr .pm-td.is-clickable:hover,
.post-datatable .pm-table tfoot tr .pm-th.is-clickable:hover,
.post-datatable .pm-table tfoot tr td.is-clickable:hover,
.post-datatable .pm-table tfoot tr th.is-clickable:hover,
.post-datatable .pm-table tfoot tr.is-clickable:hover,
.post-datatable .pm-table thead .pm-tr .pm-td.is-clickable:hover,
.post-datatable .pm-table thead .pm-tr .pm-th.is-clickable:hover,
.post-datatable .pm-table thead .pm-tr td.is-clickable:hover,
.post-datatable .pm-table thead .pm-tr th.is-clickable:hover,
.post-datatable .pm-table thead .pm-tr.is-clickable:hover,
.post-datatable .pm-table thead tr .pm-td.is-clickable:hover,
.post-datatable .pm-table thead tr .pm-th.is-clickable:hover,
.post-datatable .pm-table thead tr td.is-clickable:hover,
.post-datatable .pm-table thead tr th.is-clickable:hover,
.post-datatable .pm-table thead tr.is-clickable:hover,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-clickable:hover,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-clickable:hover,
.post-datatable table .pm-tbody .pm-tr td.is-clickable:hover,
.post-datatable table .pm-tbody .pm-tr th.is-clickable:hover,
.post-datatable table .pm-tbody .pm-tr.is-clickable:hover,
.post-datatable table .pm-tbody tr .pm-td.is-clickable:hover,
.post-datatable table .pm-tbody tr .pm-th.is-clickable:hover,
.post-datatable table .pm-tbody tr td.is-clickable:hover,
.post-datatable table .pm-tbody tr th.is-clickable:hover,
.post-datatable table .pm-tbody tr.is-clickable:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-clickable:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-clickable:hover,
.post-datatable table .pm-tfoot .pm-tr td.is-clickable:hover,
.post-datatable table .pm-tfoot .pm-tr th.is-clickable:hover,
.post-datatable table .pm-tfoot .pm-tr.is-clickable:hover,
.post-datatable table .pm-tfoot tr .pm-td.is-clickable:hover,
.post-datatable table .pm-tfoot tr .pm-th.is-clickable:hover,
.post-datatable table .pm-tfoot tr td.is-clickable:hover,
.post-datatable table .pm-tfoot tr th.is-clickable:hover,
.post-datatable table .pm-tfoot tr.is-clickable:hover,
.post-datatable table .pm-thead .pm-tr .pm-td.is-clickable:hover,
.post-datatable table .pm-thead .pm-tr .pm-th.is-clickable:hover,
.post-datatable table .pm-thead .pm-tr td.is-clickable:hover,
.post-datatable table .pm-thead .pm-tr th.is-clickable:hover,
.post-datatable table .pm-thead .pm-tr.is-clickable:hover,
.post-datatable table .pm-thead tr .pm-td.is-clickable:hover,
.post-datatable table .pm-thead tr .pm-th.is-clickable:hover,
.post-datatable table .pm-thead tr td.is-clickable:hover,
.post-datatable table .pm-thead tr th.is-clickable:hover,
.post-datatable table .pm-thead tr.is-clickable:hover,
.post-datatable table tbody .pm-tr .pm-td.is-clickable:hover,
.post-datatable table tbody .pm-tr .pm-th.is-clickable:hover,
.post-datatable table tbody .pm-tr td.is-clickable:hover,
.post-datatable table tbody .pm-tr th.is-clickable:hover,
.post-datatable table tbody .pm-tr.is-clickable:hover,
.post-datatable table tbody tr .pm-td.is-clickable:hover,
.post-datatable table tbody tr .pm-th.is-clickable:hover,
.post-datatable table tbody tr td.is-clickable:hover,
.post-datatable table tbody tr th.is-clickable:hover,
.post-datatable table tbody tr.is-clickable:hover,
.post-datatable table tfoot .pm-tr .pm-td.is-clickable:hover,
.post-datatable table tfoot .pm-tr .pm-th.is-clickable:hover,
.post-datatable table tfoot .pm-tr td.is-clickable:hover,
.post-datatable table tfoot .pm-tr th.is-clickable:hover,
.post-datatable table tfoot .pm-tr.is-clickable:hover,
.post-datatable table tfoot tr .pm-td.is-clickable:hover,
.post-datatable table tfoot tr .pm-th.is-clickable:hover,
.post-datatable table tfoot tr td.is-clickable:hover,
.post-datatable table tfoot tr th.is-clickable:hover,
.post-datatable table tfoot tr.is-clickable:hover,
.post-datatable table thead .pm-tr .pm-td.is-clickable:hover,
.post-datatable table thead .pm-tr .pm-th.is-clickable:hover,
.post-datatable table thead .pm-tr td.is-clickable:hover,
.post-datatable table thead .pm-tr th.is-clickable:hover,
.post-datatable table thead .pm-tr.is-clickable:hover,
.post-datatable table thead tr .pm-td.is-clickable:hover,
.post-datatable table thead tr .pm-th.is-clickable:hover,
.post-datatable table thead tr td.is-clickable:hover,
.post-datatable table thead tr th.is-clickable:hover,
.post-datatable table thead tr.is-clickable:hover {
    background-color: rgba(128,128,128,.1);
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-clickable:active,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-clickable:focus,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-clickable:active,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-clickable:focus,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-clickable:active,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-clickable:focus,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-clickable:active,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-clickable:focus,
.post-datatable .pm-table .pm-tbody .pm-tr.is-clickable:active,
.post-datatable .pm-table .pm-tbody .pm-tr.is-clickable:focus,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-clickable:active,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-clickable:focus,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-clickable:active,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-clickable:focus,
.post-datatable .pm-table .pm-tbody tr td.is-clickable:active,
.post-datatable .pm-table .pm-tbody tr td.is-clickable:focus,
.post-datatable .pm-table .pm-tbody tr th.is-clickable:active,
.post-datatable .pm-table .pm-tbody tr th.is-clickable:focus,
.post-datatable .pm-table .pm-tbody tr.is-clickable:active,
.post-datatable .pm-table .pm-tbody tr.is-clickable:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-clickable:active,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-clickable:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-clickable:active,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-clickable:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-clickable:active,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-clickable:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-clickable:active,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-clickable:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-clickable:active,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-clickable:focus,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-clickable:active,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-clickable:focus,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-clickable:active,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-clickable:focus,
.post-datatable .pm-table .pm-tfoot tr td.is-clickable:active,
.post-datatable .pm-table .pm-tfoot tr td.is-clickable:focus,
.post-datatable .pm-table .pm-tfoot tr th.is-clickable:active,
.post-datatable .pm-table .pm-tfoot tr th.is-clickable:focus,
.post-datatable .pm-table .pm-tfoot tr.is-clickable:active,
.post-datatable .pm-table .pm-tfoot tr.is-clickable:focus,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.is-clickable:active,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.is-clickable:focus,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.is-clickable:active,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.is-clickable:focus,
.post-datatable .pm-table .pm-thead .pm-tr td.is-clickable:active,
.post-datatable .pm-table .pm-thead .pm-tr td.is-clickable:focus,
.post-datatable .pm-table .pm-thead .pm-tr th.is-clickable:active,
.post-datatable .pm-table .pm-thead .pm-tr th.is-clickable:focus,
.post-datatable .pm-table .pm-thead .pm-tr.is-clickable:active,
.post-datatable .pm-table .pm-thead .pm-tr.is-clickable:focus,
.post-datatable .pm-table .pm-thead tr .pm-td.is-clickable:active,
.post-datatable .pm-table .pm-thead tr .pm-td.is-clickable:focus,
.post-datatable .pm-table .pm-thead tr .pm-th.is-clickable:active,
.post-datatable .pm-table .pm-thead tr .pm-th.is-clickable:focus,
.post-datatable .pm-table .pm-thead tr td.is-clickable:active,
.post-datatable .pm-table .pm-thead tr td.is-clickable:focus,
.post-datatable .pm-table .pm-thead tr th.is-clickable:active,
.post-datatable .pm-table .pm-thead tr th.is-clickable:focus,
.post-datatable .pm-table .pm-thead tr.is-clickable:active,
.post-datatable .pm-table .pm-thead tr.is-clickable:focus,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-clickable:active,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-clickable:focus,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-clickable:active,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-clickable:focus,
.post-datatable .pm-table tbody .pm-tr td.is-clickable:active,
.post-datatable .pm-table tbody .pm-tr td.is-clickable:focus,
.post-datatable .pm-table tbody .pm-tr th.is-clickable:active,
.post-datatable .pm-table tbody .pm-tr th.is-clickable:focus,
.post-datatable .pm-table tbody .pm-tr.is-clickable:active,
.post-datatable .pm-table tbody .pm-tr.is-clickable:focus,
.post-datatable .pm-table tbody tr .pm-td.is-clickable:active,
.post-datatable .pm-table tbody tr .pm-td.is-clickable:focus,
.post-datatable .pm-table tbody tr .pm-th.is-clickable:active,
.post-datatable .pm-table tbody tr .pm-th.is-clickable:focus,
.post-datatable .pm-table tbody tr td.is-clickable:active,
.post-datatable .pm-table tbody tr td.is-clickable:focus,
.post-datatable .pm-table tbody tr th.is-clickable:active,
.post-datatable .pm-table tbody tr th.is-clickable:focus,
.post-datatable .pm-table tbody tr.is-clickable:active,
.post-datatable .pm-table tbody tr.is-clickable:focus,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-clickable:active,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-clickable:focus,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-clickable:active,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-clickable:focus,
.post-datatable .pm-table tfoot .pm-tr td.is-clickable:active,
.post-datatable .pm-table tfoot .pm-tr td.is-clickable:focus,
.post-datatable .pm-table tfoot .pm-tr th.is-clickable:active,
.post-datatable .pm-table tfoot .pm-tr th.is-clickable:focus,
.post-datatable .pm-table tfoot .pm-tr.is-clickable:active,
.post-datatable .pm-table tfoot .pm-tr.is-clickable:focus,
.post-datatable .pm-table tfoot tr .pm-td.is-clickable:active,
.post-datatable .pm-table tfoot tr .pm-td.is-clickable:focus,
.post-datatable .pm-table tfoot tr .pm-th.is-clickable:active,
.post-datatable .pm-table tfoot tr .pm-th.is-clickable:focus,
.post-datatable .pm-table tfoot tr td.is-clickable:active,
.post-datatable .pm-table tfoot tr td.is-clickable:focus,
.post-datatable .pm-table tfoot tr th.is-clickable:active,
.post-datatable .pm-table tfoot tr th.is-clickable:focus,
.post-datatable .pm-table tfoot tr.is-clickable:active,
.post-datatable .pm-table tfoot tr.is-clickable:focus,
.post-datatable .pm-table thead .pm-tr .pm-td.is-clickable:active,
.post-datatable .pm-table thead .pm-tr .pm-td.is-clickable:focus,
.post-datatable .pm-table thead .pm-tr .pm-th.is-clickable:active,
.post-datatable .pm-table thead .pm-tr .pm-th.is-clickable:focus,
.post-datatable .pm-table thead .pm-tr td.is-clickable:active,
.post-datatable .pm-table thead .pm-tr td.is-clickable:focus,
.post-datatable .pm-table thead .pm-tr th.is-clickable:active,
.post-datatable .pm-table thead .pm-tr th.is-clickable:focus,
.post-datatable .pm-table thead .pm-tr.is-clickable:active,
.post-datatable .pm-table thead .pm-tr.is-clickable:focus,
.post-datatable .pm-table thead tr .pm-td.is-clickable:active,
.post-datatable .pm-table thead tr .pm-td.is-clickable:focus,
.post-datatable .pm-table thead tr .pm-th.is-clickable:active,
.post-datatable .pm-table thead tr .pm-th.is-clickable:focus,
.post-datatable .pm-table thead tr td.is-clickable:active,
.post-datatable .pm-table thead tr td.is-clickable:focus,
.post-datatable .pm-table thead tr th.is-clickable:active,
.post-datatable .pm-table thead tr th.is-clickable:focus,
.post-datatable .pm-table thead tr.is-clickable:active,
.post-datatable .pm-table thead tr.is-clickable:focus,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-clickable:active,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-clickable:focus,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-clickable:active,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-clickable:focus,
.post-datatable table .pm-tbody .pm-tr td.is-clickable:active,
.post-datatable table .pm-tbody .pm-tr td.is-clickable:focus,
.post-datatable table .pm-tbody .pm-tr th.is-clickable:active,
.post-datatable table .pm-tbody .pm-tr th.is-clickable:focus,
.post-datatable table .pm-tbody .pm-tr.is-clickable:active,
.post-datatable table .pm-tbody .pm-tr.is-clickable:focus,
.post-datatable table .pm-tbody tr .pm-td.is-clickable:active,
.post-datatable table .pm-tbody tr .pm-td.is-clickable:focus,
.post-datatable table .pm-tbody tr .pm-th.is-clickable:active,
.post-datatable table .pm-tbody tr .pm-th.is-clickable:focus,
.post-datatable table .pm-tbody tr td.is-clickable:active,
.post-datatable table .pm-tbody tr td.is-clickable:focus,
.post-datatable table .pm-tbody tr th.is-clickable:active,
.post-datatable table .pm-tbody tr th.is-clickable:focus,
.post-datatable table .pm-tbody tr.is-clickable:active,
.post-datatable table .pm-tbody tr.is-clickable:focus,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-clickable:active,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-clickable:focus,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-clickable:active,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-clickable:focus,
.post-datatable table .pm-tfoot .pm-tr td.is-clickable:active,
.post-datatable table .pm-tfoot .pm-tr td.is-clickable:focus,
.post-datatable table .pm-tfoot .pm-tr th.is-clickable:active,
.post-datatable table .pm-tfoot .pm-tr th.is-clickable:focus,
.post-datatable table .pm-tfoot .pm-tr.is-clickable:active,
.post-datatable table .pm-tfoot .pm-tr.is-clickable:focus,
.post-datatable table .pm-tfoot tr .pm-td.is-clickable:active,
.post-datatable table .pm-tfoot tr .pm-td.is-clickable:focus,
.post-datatable table .pm-tfoot tr .pm-th.is-clickable:active,
.post-datatable table .pm-tfoot tr .pm-th.is-clickable:focus,
.post-datatable table .pm-tfoot tr td.is-clickable:active,
.post-datatable table .pm-tfoot tr td.is-clickable:focus,
.post-datatable table .pm-tfoot tr th.is-clickable:active,
.post-datatable table .pm-tfoot tr th.is-clickable:focus,
.post-datatable table .pm-tfoot tr.is-clickable:active,
.post-datatable table .pm-tfoot tr.is-clickable:focus,
.post-datatable table .pm-thead .pm-tr .pm-td.is-clickable:active,
.post-datatable table .pm-thead .pm-tr .pm-td.is-clickable:focus,
.post-datatable table .pm-thead .pm-tr .pm-th.is-clickable:active,
.post-datatable table .pm-thead .pm-tr .pm-th.is-clickable:focus,
.post-datatable table .pm-thead .pm-tr td.is-clickable:active,
.post-datatable table .pm-thead .pm-tr td.is-clickable:focus,
.post-datatable table .pm-thead .pm-tr th.is-clickable:active,
.post-datatable table .pm-thead .pm-tr th.is-clickable:focus,
.post-datatable table .pm-thead .pm-tr.is-clickable:active,
.post-datatable table .pm-thead .pm-tr.is-clickable:focus,
.post-datatable table .pm-thead tr .pm-td.is-clickable:active,
.post-datatable table .pm-thead tr .pm-td.is-clickable:focus,
.post-datatable table .pm-thead tr .pm-th.is-clickable:active,
.post-datatable table .pm-thead tr .pm-th.is-clickable:focus,
.post-datatable table .pm-thead tr td.is-clickable:active,
.post-datatable table .pm-thead tr td.is-clickable:focus,
.post-datatable table .pm-thead tr th.is-clickable:active,
.post-datatable table .pm-thead tr th.is-clickable:focus,
.post-datatable table .pm-thead tr.is-clickable:active,
.post-datatable table .pm-thead tr.is-clickable:focus,
.post-datatable table tbody .pm-tr .pm-td.is-clickable:active,
.post-datatable table tbody .pm-tr .pm-td.is-clickable:focus,
.post-datatable table tbody .pm-tr .pm-th.is-clickable:active,
.post-datatable table tbody .pm-tr .pm-th.is-clickable:focus,
.post-datatable table tbody .pm-tr td.is-clickable:active,
.post-datatable table tbody .pm-tr td.is-clickable:focus,
.post-datatable table tbody .pm-tr th.is-clickable:active,
.post-datatable table tbody .pm-tr th.is-clickable:focus,
.post-datatable table tbody .pm-tr.is-clickable:active,
.post-datatable table tbody .pm-tr.is-clickable:focus,
.post-datatable table tbody tr .pm-td.is-clickable:active,
.post-datatable table tbody tr .pm-td.is-clickable:focus,
.post-datatable table tbody tr .pm-th.is-clickable:active,
.post-datatable table tbody tr .pm-th.is-clickable:focus,
.post-datatable table tbody tr td.is-clickable:active,
.post-datatable table tbody tr td.is-clickable:focus,
.post-datatable table tbody tr th.is-clickable:active,
.post-datatable table tbody tr th.is-clickable:focus,
.post-datatable table tbody tr.is-clickable:active,
.post-datatable table tbody tr.is-clickable:focus,
.post-datatable table tfoot .pm-tr .pm-td.is-clickable:active,
.post-datatable table tfoot .pm-tr .pm-td.is-clickable:focus,
.post-datatable table tfoot .pm-tr .pm-th.is-clickable:active,
.post-datatable table tfoot .pm-tr .pm-th.is-clickable:focus,
.post-datatable table tfoot .pm-tr td.is-clickable:active,
.post-datatable table tfoot .pm-tr td.is-clickable:focus,
.post-datatable table tfoot .pm-tr th.is-clickable:active,
.post-datatable table tfoot .pm-tr th.is-clickable:focus,
.post-datatable table tfoot .pm-tr.is-clickable:active,
.post-datatable table tfoot .pm-tr.is-clickable:focus,
.post-datatable table tfoot tr .pm-td.is-clickable:active,
.post-datatable table tfoot tr .pm-td.is-clickable:focus,
.post-datatable table tfoot tr .pm-th.is-clickable:active,
.post-datatable table tfoot tr .pm-th.is-clickable:focus,
.post-datatable table tfoot tr td.is-clickable:active,
.post-datatable table tfoot tr td.is-clickable:focus,
.post-datatable table tfoot tr th.is-clickable:active,
.post-datatable table tfoot tr th.is-clickable:focus,
.post-datatable table tfoot tr.is-clickable:active,
.post-datatable table tfoot tr.is-clickable:focus,
.post-datatable table thead .pm-tr .pm-td.is-clickable:active,
.post-datatable table thead .pm-tr .pm-td.is-clickable:focus,
.post-datatable table thead .pm-tr .pm-th.is-clickable:active,
.post-datatable table thead .pm-tr .pm-th.is-clickable:focus,
.post-datatable table thead .pm-tr td.is-clickable:active,
.post-datatable table thead .pm-tr td.is-clickable:focus,
.post-datatable table thead .pm-tr th.is-clickable:active,
.post-datatable table thead .pm-tr th.is-clickable:focus,
.post-datatable table thead .pm-tr.is-clickable:active,
.post-datatable table thead .pm-tr.is-clickable:focus,
.post-datatable table thead tr .pm-td.is-clickable:active,
.post-datatable table thead tr .pm-td.is-clickable:focus,
.post-datatable table thead tr .pm-th.is-clickable:active,
.post-datatable table thead tr .pm-th.is-clickable:focus,
.post-datatable table thead tr td.is-clickable:active,
.post-datatable table thead tr td.is-clickable:focus,
.post-datatable table thead tr th.is-clickable:active,
.post-datatable table thead tr th.is-clickable:focus,
.post-datatable table thead tr.is-clickable:active,
.post-datatable table thead tr.is-clickable:focus {
    background-color: rgba(128,128,128,.2);
}

.post-datatable .pm-table .pm-thead tr.is-blue-cyan,
.post-datatable .pm-table thead tr.is-blue-cyan,
.post-datatable table .pm-thead tr.is-blue-cyan,
.post-datatable table thead tr.is-blue-cyan {
    background-color: #eef7fe;
}

.post-datatable .pm-table .pm-thead .pm-tr.is-blue-cyan,
.post-datatable .pm-table thead .pm-tr.is-blue-cyan,
.post-datatable table .pm-thead .pm-tr.is-blue-cyan,
.post-datatable table thead .pm-tr.is-blue-cyan {
    background-color: #eef7fe;
}

.post-datatable .pm-table .pm-thead tr th.is-blue-cyan,
.post-datatable .pm-table thead tr th.is-blue-cyan,
.post-datatable table .pm-thead tr th.is-blue-cyan,
.post-datatable table thead tr th.is-blue-cyan {
    background-color: #eef7fe;
}

.post-datatable .pm-table .pm-thead .pm-tr th.is-blue-cyan,
.post-datatable .pm-table thead .pm-tr th.is-blue-cyan,
.post-datatable table .pm-thead .pm-tr th.is-blue-cyan,
.post-datatable table thead .pm-tr th.is-blue-cyan {
    background-color: #eef7fe;
}

.post-datatable .pm-table .pm-thead tr .pm-th.is-blue-cyan,
.post-datatable .pm-table thead tr .pm-th.is-blue-cyan,
.post-datatable table .pm-thead tr .pm-th.is-blue-cyan,
.post-datatable table thead tr .pm-th.is-blue-cyan {
    background-color: #eef7fe;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-th.is-blue-cyan,
.post-datatable .pm-table thead .pm-tr .pm-th.is-blue-cyan,
.post-datatable table .pm-thead .pm-tr .pm-th.is-blue-cyan,
.post-datatable table thead .pm-tr .pm-th.is-blue-cyan {
    background-color: #eef7fe;
}

.post-datatable .pm-table .pm-thead tr td.is-blue-cyan,
.post-datatable .pm-table thead tr td.is-blue-cyan,
.post-datatable table .pm-thead tr td.is-blue-cyan,
.post-datatable table thead tr td.is-blue-cyan {
    background-color: #eef7fe;
}

.post-datatable .pm-table .pm-thead .pm-tr td.is-blue-cyan,
.post-datatable .pm-table thead .pm-tr td.is-blue-cyan,
.post-datatable table .pm-thead .pm-tr td.is-blue-cyan,
.post-datatable table thead .pm-tr td.is-blue-cyan {
    background-color: #eef7fe;
}

.post-datatable .pm-table .pm-thead tr .pm-td.is-blue-cyan,
.post-datatable .pm-table thead tr .pm-td.is-blue-cyan,
.post-datatable table .pm-thead tr .pm-td.is-blue-cyan,
.post-datatable table thead tr .pm-td.is-blue-cyan {
    background-color: #eef7fe;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-td.is-blue-cyan,
.post-datatable .pm-table thead .pm-tr .pm-td.is-blue-cyan,
.post-datatable table .pm-thead .pm-tr .pm-td.is-blue-cyan,
.post-datatable table thead .pm-tr .pm-td.is-blue-cyan {
    background-color: #eef7fe;
}

.post-datatable .pm-table .pm-thead tr.is-green-nyanza,
.post-datatable .pm-table thead tr.is-green-nyanza,
.post-datatable table .pm-thead tr.is-green-nyanza,
.post-datatable table thead tr.is-green-nyanza {
    background-color: #eaf9f0;
}

.post-datatable .pm-table .pm-thead .pm-tr.is-green-nyanza,
.post-datatable .pm-table thead .pm-tr.is-green-nyanza,
.post-datatable table .pm-thead .pm-tr.is-green-nyanza,
.post-datatable table thead .pm-tr.is-green-nyanza {
    background-color: #eaf9f0;
}

.post-datatable .pm-table .pm-thead tr th.is-green-nyanza,
.post-datatable .pm-table thead tr th.is-green-nyanza,
.post-datatable table .pm-thead tr th.is-green-nyanza,
.post-datatable table thead tr th.is-green-nyanza {
    background-color: #eaf9f0;
}

.post-datatable .pm-table .pm-thead .pm-tr th.is-green-nyanza,
.post-datatable .pm-table thead .pm-tr th.is-green-nyanza,
.post-datatable table .pm-thead .pm-tr th.is-green-nyanza,
.post-datatable table thead .pm-tr th.is-green-nyanza {
    background-color: #eaf9f0;
}

.post-datatable .pm-table .pm-thead tr .pm-th.is-green-nyanza,
.post-datatable .pm-table thead tr .pm-th.is-green-nyanza,
.post-datatable table .pm-thead tr .pm-th.is-green-nyanza,
.post-datatable table thead tr .pm-th.is-green-nyanza {
    background-color: #eaf9f0;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-th.is-green-nyanza,
.post-datatable .pm-table thead .pm-tr .pm-th.is-green-nyanza,
.post-datatable table .pm-thead .pm-tr .pm-th.is-green-nyanza,
.post-datatable table thead .pm-tr .pm-th.is-green-nyanza {
    background-color: #eaf9f0;
}

.post-datatable .pm-table .pm-thead tr td.is-green-nyanza,
.post-datatable .pm-table thead tr td.is-green-nyanza,
.post-datatable table .pm-thead tr td.is-green-nyanza,
.post-datatable table thead tr td.is-green-nyanza {
    background-color: #eaf9f0;
}

.post-datatable .pm-table .pm-thead .pm-tr td.is-green-nyanza,
.post-datatable .pm-table thead .pm-tr td.is-green-nyanza,
.post-datatable table .pm-thead .pm-tr td.is-green-nyanza,
.post-datatable table thead .pm-tr td.is-green-nyanza {
    background-color: #eaf9f0;
}

.post-datatable .pm-table .pm-thead tr .pm-td.is-green-nyanza,
.post-datatable .pm-table thead tr .pm-td.is-green-nyanza,
.post-datatable table .pm-thead tr .pm-td.is-green-nyanza,
.post-datatable table thead tr .pm-td.is-green-nyanza {
    background-color: #eaf9f0;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-td.is-green-nyanza,
.post-datatable .pm-table thead .pm-tr .pm-td.is-green-nyanza,
.post-datatable table .pm-thead .pm-tr .pm-td.is-green-nyanza,
.post-datatable table thead .pm-tr .pm-td.is-green-nyanza {
    background-color: #eaf9f0;
}

.post-datatable .pm-table .pm-thead tr.is-yellow-vanilla,
.post-datatable .pm-table thead tr.is-yellow-vanilla,
.post-datatable table .pm-thead tr.is-yellow-vanilla,
.post-datatable table thead tr.is-yellow-vanilla {
    background-color: #fff8e8;
}

.post-datatable .pm-table .pm-thead .pm-tr.is-yellow-vanilla,
.post-datatable .pm-table thead .pm-tr.is-yellow-vanilla,
.post-datatable table .pm-thead .pm-tr.is-yellow-vanilla,
.post-datatable table thead .pm-tr.is-yellow-vanilla {
    background-color: #fff8e8;
}

.post-datatable .pm-table .pm-thead tr th.is-yellow-vanilla,
.post-datatable .pm-table thead tr th.is-yellow-vanilla,
.post-datatable table .pm-thead tr th.is-yellow-vanilla,
.post-datatable table thead tr th.is-yellow-vanilla {
    background-color: #fff8e8;
}

.post-datatable .pm-table .pm-thead .pm-tr th.is-yellow-vanilla,
.post-datatable .pm-table thead .pm-tr th.is-yellow-vanilla,
.post-datatable table .pm-thead .pm-tr th.is-yellow-vanilla,
.post-datatable table thead .pm-tr th.is-yellow-vanilla {
    background-color: #fff8e8;
}

.post-datatable .pm-table .pm-thead tr .pm-th.is-yellow-vanilla,
.post-datatable .pm-table thead tr .pm-th.is-yellow-vanilla,
.post-datatable table .pm-thead tr .pm-th.is-yellow-vanilla,
.post-datatable table thead tr .pm-th.is-yellow-vanilla {
    background-color: #fff8e8;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-th.is-yellow-vanilla,
.post-datatable .pm-table thead .pm-tr .pm-th.is-yellow-vanilla,
.post-datatable table .pm-thead .pm-tr .pm-th.is-yellow-vanilla,
.post-datatable table thead .pm-tr .pm-th.is-yellow-vanilla {
    background-color: #fff8e8;
}

.post-datatable .pm-table .pm-thead tr td.is-yellow-vanilla,
.post-datatable .pm-table thead tr td.is-yellow-vanilla,
.post-datatable table .pm-thead tr td.is-yellow-vanilla,
.post-datatable table thead tr td.is-yellow-vanilla {
    background-color: #fff8e8;
}

.post-datatable .pm-table .pm-thead .pm-tr td.is-yellow-vanilla,
.post-datatable .pm-table thead .pm-tr td.is-yellow-vanilla,
.post-datatable table .pm-thead .pm-tr td.is-yellow-vanilla,
.post-datatable table thead .pm-tr td.is-yellow-vanilla {
    background-color: #fff8e8;
}

.post-datatable .pm-table .pm-thead tr .pm-td.is-yellow-vanilla,
.post-datatable .pm-table thead tr .pm-td.is-yellow-vanilla,
.post-datatable table .pm-thead tr .pm-td.is-yellow-vanilla,
.post-datatable table thead tr .pm-td.is-yellow-vanilla {
    background-color: #fff8e8;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-td.is-yellow-vanilla,
.post-datatable .pm-table thead .pm-tr .pm-td.is-yellow-vanilla,
.post-datatable table .pm-thead .pm-tr .pm-td.is-yellow-vanilla,
.post-datatable table thead .pm-tr .pm-td.is-yellow-vanilla {
    background-color: #fff8e8;
}

.post-datatable .pm-table .pm-thead tr.is-orange-papaya,
.post-datatable .pm-table thead tr.is-orange-papaya,
.post-datatable table .pm-thead tr.is-orange-papaya,
.post-datatable table thead tr.is-orange-papaya {
    background-color: #fff2e5;
}

.post-datatable .pm-table .pm-thead .pm-tr.is-orange-papaya,
.post-datatable .pm-table thead .pm-tr.is-orange-papaya,
.post-datatable table .pm-thead .pm-tr.is-orange-papaya,
.post-datatable table thead .pm-tr.is-orange-papaya {
    background-color: #fff2e5;
}

.post-datatable .pm-table .pm-thead tr th.is-orange-papaya,
.post-datatable .pm-table thead tr th.is-orange-papaya,
.post-datatable table .pm-thead tr th.is-orange-papaya,
.post-datatable table thead tr th.is-orange-papaya {
    background-color: #fff2e5;
}

.post-datatable .pm-table .pm-thead .pm-tr th.is-orange-papaya,
.post-datatable .pm-table thead .pm-tr th.is-orange-papaya,
.post-datatable table .pm-thead .pm-tr th.is-orange-papaya,
.post-datatable table thead .pm-tr th.is-orange-papaya {
    background-color: #fff2e5;
}

.post-datatable .pm-table .pm-thead tr .pm-th.is-orange-papaya,
.post-datatable .pm-table thead tr .pm-th.is-orange-papaya,
.post-datatable table .pm-thead tr .pm-th.is-orange-papaya,
.post-datatable table thead tr .pm-th.is-orange-papaya {
    background-color: #fff2e5;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-th.is-orange-papaya,
.post-datatable .pm-table thead .pm-tr .pm-th.is-orange-papaya,
.post-datatable table .pm-thead .pm-tr .pm-th.is-orange-papaya,
.post-datatable table thead .pm-tr .pm-th.is-orange-papaya {
    background-color: #fff2e5;
}

.post-datatable .pm-table .pm-thead tr td.is-orange-papaya,
.post-datatable .pm-table thead tr td.is-orange-papaya,
.post-datatable table .pm-thead tr td.is-orange-papaya,
.post-datatable table thead tr td.is-orange-papaya {
    background-color: #fff2e5;
}

.post-datatable .pm-table .pm-thead .pm-tr td.is-orange-papaya,
.post-datatable .pm-table thead .pm-tr td.is-orange-papaya,
.post-datatable table .pm-thead .pm-tr td.is-orange-papaya,
.post-datatable table thead .pm-tr td.is-orange-papaya {
    background-color: #fff2e5;
}

.post-datatable .pm-table .pm-thead tr .pm-td.is-orange-papaya,
.post-datatable .pm-table thead tr .pm-td.is-orange-papaya,
.post-datatable table .pm-thead tr .pm-td.is-orange-papaya,
.post-datatable table thead tr .pm-td.is-orange-papaya {
    background-color: #fff2e5;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-td.is-orange-papaya,
.post-datatable .pm-table thead .pm-tr .pm-td.is-orange-papaya,
.post-datatable table .pm-thead .pm-tr .pm-td.is-orange-papaya,
.post-datatable table thead .pm-tr .pm-td.is-orange-papaya {
    background-color: #fff2e5;
}

.post-datatable .pm-table .pm-thead tr.is-red-misty,
.post-datatable .pm-table thead tr.is-red-misty,
.post-datatable table .pm-thead tr.is-red-misty,
.post-datatable table thead tr.is-red-misty {
    background-color: #fceff0;
}

.post-datatable .pm-table .pm-thead .pm-tr.is-red-misty,
.post-datatable .pm-table thead .pm-tr.is-red-misty,
.post-datatable table .pm-thead .pm-tr.is-red-misty,
.post-datatable table thead .pm-tr.is-red-misty {
    background-color: #fceff0;
}

.post-datatable .pm-table .pm-thead tr th.is-red-misty,
.post-datatable .pm-table thead tr th.is-red-misty,
.post-datatable table .pm-thead tr th.is-red-misty,
.post-datatable table thead tr th.is-red-misty {
    background-color: #fceff0;
}

.post-datatable .pm-table .pm-thead .pm-tr th.is-red-misty,
.post-datatable .pm-table thead .pm-tr th.is-red-misty,
.post-datatable table .pm-thead .pm-tr th.is-red-misty,
.post-datatable table thead .pm-tr th.is-red-misty {
    background-color: #fceff0;
}

.post-datatable .pm-table .pm-thead tr .pm-th.is-red-misty,
.post-datatable .pm-table thead tr .pm-th.is-red-misty,
.post-datatable table .pm-thead tr .pm-th.is-red-misty,
.post-datatable table thead tr .pm-th.is-red-misty {
    background-color: #fceff0;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-th.is-red-misty,
.post-datatable .pm-table thead .pm-tr .pm-th.is-red-misty,
.post-datatable table .pm-thead .pm-tr .pm-th.is-red-misty,
.post-datatable table thead .pm-tr .pm-th.is-red-misty {
    background-color: #fceff0;
}

.post-datatable .pm-table .pm-thead tr td.is-red-misty,
.post-datatable .pm-table thead tr td.is-red-misty,
.post-datatable table .pm-thead tr td.is-red-misty,
.post-datatable table thead tr td.is-red-misty {
    background-color: #fceff0;
}

.post-datatable .pm-table .pm-thead .pm-tr td.is-red-misty,
.post-datatable .pm-table thead .pm-tr td.is-red-misty,
.post-datatable table .pm-thead .pm-tr td.is-red-misty,
.post-datatable table thead .pm-tr td.is-red-misty {
    background-color: #fceff0;
}

.post-datatable .pm-table .pm-thead tr .pm-td.is-red-misty,
.post-datatable .pm-table thead tr .pm-td.is-red-misty,
.post-datatable table .pm-thead tr .pm-td.is-red-misty,
.post-datatable table thead tr .pm-td.is-red-misty {
    background-color: #fceff0;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-td.is-red-misty,
.post-datatable .pm-table thead .pm-tr .pm-td.is-red-misty,
.post-datatable table .pm-thead .pm-tr .pm-td.is-red-misty,
.post-datatable table thead .pm-tr .pm-td.is-red-misty {
    background-color: #fceff0;
}

.post-datatable .pm-table .pm-thead tr.is-gray-white-smoke,
.post-datatable .pm-table thead tr.is-gray-white-smoke,
.post-datatable table .pm-thead tr.is-gray-white-smoke,
.post-datatable table thead tr.is-gray-white-smoke {
    background-color: #f5f5f5;
}

.post-datatable .pm-table .pm-thead .pm-tr.is-gray-white-smoke,
.post-datatable .pm-table thead .pm-tr.is-gray-white-smoke,
.post-datatable table .pm-thead .pm-tr.is-gray-white-smoke,
.post-datatable table thead .pm-tr.is-gray-white-smoke {
    background-color: #f5f5f5;
}

.post-datatable .pm-table .pm-thead tr th.is-gray-white-smoke,
.post-datatable .pm-table thead tr th.is-gray-white-smoke,
.post-datatable table .pm-thead tr th.is-gray-white-smoke,
.post-datatable table thead tr th.is-gray-white-smoke {
    background-color: #f5f5f5;
}

.post-datatable .pm-table .pm-thead .pm-tr th.is-gray-white-smoke,
.post-datatable .pm-table thead .pm-tr th.is-gray-white-smoke,
.post-datatable table .pm-thead .pm-tr th.is-gray-white-smoke,
.post-datatable table thead .pm-tr th.is-gray-white-smoke {
    background-color: #f5f5f5;
}

.post-datatable .pm-table .pm-thead tr .pm-th.is-gray-white-smoke,
.post-datatable .pm-table thead tr .pm-th.is-gray-white-smoke,
.post-datatable table .pm-thead tr .pm-th.is-gray-white-smoke,
.post-datatable table thead tr .pm-th.is-gray-white-smoke {
    background-color: #f5f5f5;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-th.is-gray-white-smoke,
.post-datatable .pm-table thead .pm-tr .pm-th.is-gray-white-smoke,
.post-datatable table .pm-thead .pm-tr .pm-th.is-gray-white-smoke,
.post-datatable table thead .pm-tr .pm-th.is-gray-white-smoke {
    background-color: #f5f5f5;
}

.post-datatable .pm-table .pm-thead tr td.is-gray-white-smoke,
.post-datatable .pm-table thead tr td.is-gray-white-smoke,
.post-datatable table .pm-thead tr td.is-gray-white-smoke,
.post-datatable table thead tr td.is-gray-white-smoke {
    background-color: #f5f5f5;
}

.post-datatable .pm-table .pm-thead .pm-tr td.is-gray-white-smoke,
.post-datatable .pm-table thead .pm-tr td.is-gray-white-smoke,
.post-datatable table .pm-thead .pm-tr td.is-gray-white-smoke,
.post-datatable table thead .pm-tr td.is-gray-white-smoke {
    background-color: #f5f5f5;
}

.post-datatable .pm-table .pm-thead tr .pm-td.is-gray-white-smoke,
.post-datatable .pm-table thead tr .pm-td.is-gray-white-smoke,
.post-datatable table .pm-thead tr .pm-td.is-gray-white-smoke,
.post-datatable table thead tr .pm-td.is-gray-white-smoke {
    background-color: #f5f5f5;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-td.is-gray-white-smoke,
.post-datatable .pm-table thead .pm-tr .pm-td.is-gray-white-smoke,
.post-datatable table .pm-thead .pm-tr .pm-td.is-gray-white-smoke,
.post-datatable table thead .pm-tr .pm-td.is-gray-white-smoke {
    background-color: #f5f5f5;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.is-gray-silver,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.is-gray-silver,
.post-datatable .pm-table .pm-tbody .pm-tr td.is-gray-silver,
.post-datatable .pm-table .pm-tbody .pm-tr th.is-gray-silver,
.post-datatable .pm-table .pm-tbody .pm-tr.is-gray-silver,
.post-datatable .pm-table .pm-tbody tr .pm-td.is-gray-silver,
.post-datatable .pm-table .pm-tbody tr .pm-th.is-gray-silver,
.post-datatable .pm-table .pm-tbody tr td.is-gray-silver,
.post-datatable .pm-table .pm-tbody tr th.is-gray-silver,
.post-datatable .pm-table .pm-tbody tr.is-gray-silver,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.is-gray-silver,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.is-gray-silver,
.post-datatable .pm-table .pm-tfoot .pm-tr td.is-gray-silver,
.post-datatable .pm-table .pm-tfoot .pm-tr th.is-gray-silver,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-gray-silver,
.post-datatable .pm-table .pm-tfoot tr .pm-td.is-gray-silver,
.post-datatable .pm-table .pm-tfoot tr .pm-th.is-gray-silver,
.post-datatable .pm-table .pm-tfoot tr td.is-gray-silver,
.post-datatable .pm-table .pm-tfoot tr th.is-gray-silver,
.post-datatable .pm-table .pm-tfoot tr.is-gray-silver,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.is-gray-silver,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.is-gray-silver,
.post-datatable .pm-table .pm-thead .pm-tr td.is-gray-silver,
.post-datatable .pm-table .pm-thead .pm-tr th.is-gray-silver,
.post-datatable .pm-table .pm-thead .pm-tr.is-gray-silver,
.post-datatable .pm-table .pm-thead tr .pm-td.is-gray-silver,
.post-datatable .pm-table .pm-thead tr .pm-th.is-gray-silver,
.post-datatable .pm-table .pm-thead tr td.is-gray-silver,
.post-datatable .pm-table .pm-thead tr th.is-gray-silver,
.post-datatable .pm-table .pm-thead tr.is-gray-silver,
.post-datatable .pm-table tbody .pm-tr .pm-td.is-gray-silver,
.post-datatable .pm-table tbody .pm-tr .pm-th.is-gray-silver,
.post-datatable .pm-table tbody .pm-tr td.is-gray-silver,
.post-datatable .pm-table tbody .pm-tr th.is-gray-silver,
.post-datatable .pm-table tbody .pm-tr.is-gray-silver,
.post-datatable .pm-table tbody tr .pm-td.is-gray-silver,
.post-datatable .pm-table tbody tr .pm-th.is-gray-silver,
.post-datatable .pm-table tbody tr td.is-gray-silver,
.post-datatable .pm-table tbody tr th.is-gray-silver,
.post-datatable .pm-table tbody tr.is-gray-silver,
.post-datatable .pm-table tfoot .pm-tr .pm-td.is-gray-silver,
.post-datatable .pm-table tfoot .pm-tr .pm-th.is-gray-silver,
.post-datatable .pm-table tfoot .pm-tr td.is-gray-silver,
.post-datatable .pm-table tfoot .pm-tr th.is-gray-silver,
.post-datatable .pm-table tfoot .pm-tr.is-gray-silver,
.post-datatable .pm-table tfoot tr .pm-td.is-gray-silver,
.post-datatable .pm-table tfoot tr .pm-th.is-gray-silver,
.post-datatable .pm-table tfoot tr td.is-gray-silver,
.post-datatable .pm-table tfoot tr th.is-gray-silver,
.post-datatable .pm-table tfoot tr.is-gray-silver,
.post-datatable .pm-table thead .pm-tr .pm-td.is-gray-silver,
.post-datatable .pm-table thead .pm-tr .pm-th.is-gray-silver,
.post-datatable .pm-table thead .pm-tr td.is-gray-silver,
.post-datatable .pm-table thead .pm-tr th.is-gray-silver,
.post-datatable .pm-table thead .pm-tr.is-gray-silver,
.post-datatable .pm-table thead tr .pm-td.is-gray-silver,
.post-datatable .pm-table thead tr .pm-th.is-gray-silver,
.post-datatable .pm-table thead tr td.is-gray-silver,
.post-datatable .pm-table thead tr th.is-gray-silver,
.post-datatable .pm-table thead tr.is-gray-silver,
.post-datatable table .pm-tbody .pm-tr .pm-td.is-gray-silver,
.post-datatable table .pm-tbody .pm-tr .pm-th.is-gray-silver,
.post-datatable table .pm-tbody .pm-tr td.is-gray-silver,
.post-datatable table .pm-tbody .pm-tr th.is-gray-silver,
.post-datatable table .pm-tbody .pm-tr.is-gray-silver,
.post-datatable table .pm-tbody tr .pm-td.is-gray-silver,
.post-datatable table .pm-tbody tr .pm-th.is-gray-silver,
.post-datatable table .pm-tbody tr td.is-gray-silver,
.post-datatable table .pm-tbody tr th.is-gray-silver,
.post-datatable table .pm-tbody tr.is-gray-silver,
.post-datatable table .pm-tfoot .pm-tr .pm-td.is-gray-silver,
.post-datatable table .pm-tfoot .pm-tr .pm-th.is-gray-silver,
.post-datatable table .pm-tfoot .pm-tr td.is-gray-silver,
.post-datatable table .pm-tfoot .pm-tr th.is-gray-silver,
.post-datatable table .pm-tfoot .pm-tr.is-gray-silver,
.post-datatable table .pm-tfoot tr .pm-td.is-gray-silver,
.post-datatable table .pm-tfoot tr .pm-th.is-gray-silver,
.post-datatable table .pm-tfoot tr td.is-gray-silver,
.post-datatable table .pm-tfoot tr th.is-gray-silver,
.post-datatable table .pm-tfoot tr.is-gray-silver,
.post-datatable table .pm-thead .pm-tr .pm-td.is-gray-silver,
.post-datatable table .pm-thead .pm-tr .pm-th.is-gray-silver,
.post-datatable table .pm-thead .pm-tr td.is-gray-silver,
.post-datatable table .pm-thead .pm-tr th.is-gray-silver,
.post-datatable table .pm-thead .pm-tr.is-gray-silver,
.post-datatable table .pm-thead tr .pm-td.is-gray-silver,
.post-datatable table .pm-thead tr .pm-th.is-gray-silver,
.post-datatable table .pm-thead tr td.is-gray-silver,
.post-datatable table .pm-thead tr th.is-gray-silver,
.post-datatable table .pm-thead tr.is-gray-silver,
.post-datatable table tbody .pm-tr .pm-td.is-gray-silver,
.post-datatable table tbody .pm-tr .pm-th.is-gray-silver,
.post-datatable table tbody .pm-tr td.is-gray-silver,
.post-datatable table tbody .pm-tr th.is-gray-silver,
.post-datatable table tbody .pm-tr.is-gray-silver,
.post-datatable table tbody tr .pm-td.is-gray-silver,
.post-datatable table tbody tr .pm-th.is-gray-silver,
.post-datatable table tbody tr td.is-gray-silver,
.post-datatable table tbody tr th.is-gray-silver,
.post-datatable table tbody tr.is-gray-silver,
.post-datatable table tfoot .pm-tr .pm-td.is-gray-silver,
.post-datatable table tfoot .pm-tr .pm-th.is-gray-silver,
.post-datatable table tfoot .pm-tr td.is-gray-silver,
.post-datatable table tfoot .pm-tr th.is-gray-silver,
.post-datatable table tfoot .pm-tr.is-gray-silver,
.post-datatable table tfoot tr .pm-td.is-gray-silver,
.post-datatable table tfoot tr .pm-th.is-gray-silver,
.post-datatable table tfoot tr td.is-gray-silver,
.post-datatable table tfoot tr th.is-gray-silver,
.post-datatable table tfoot tr.is-gray-silver,
.post-datatable table thead .pm-tr .pm-td.is-gray-silver,
.post-datatable table thead .pm-tr .pm-th.is-gray-silver,
.post-datatable table thead .pm-tr td.is-gray-silver,
.post-datatable table thead .pm-tr th.is-gray-silver,
.post-datatable table thead .pm-tr.is-gray-silver,
.post-datatable table thead tr .pm-td.is-gray-silver,
.post-datatable table thead tr .pm-th.is-gray-silver,
.post-datatable table thead tr td.is-gray-silver,
.post-datatable table thead tr th.is-gray-silver,
.post-datatable table thead tr.is-gray-silver {
    background-color: #ccc;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-10,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-10,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-10,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-10,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-10,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-10,
.post-datatable .pm-table .pm-tbody tr td.col-10,
.post-datatable .pm-table .pm-tbody tr th.col-10,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-10,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-10,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-10,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-10,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-10,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-10,
.post-datatable .pm-table .pm-tfoot tr td.col-10,
.post-datatable .pm-table .pm-tfoot tr th.col-10,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-10,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-10,
.post-datatable .pm-table .pm-thead .pm-tr td.col-10,
.post-datatable .pm-table .pm-thead .pm-tr th.col-10,
.post-datatable .pm-table .pm-thead tr .pm-td.col-10,
.post-datatable .pm-table .pm-thead tr .pm-th.col-10,
.post-datatable .pm-table .pm-thead tr td.col-10,
.post-datatable .pm-table .pm-thead tr th.col-10,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-10,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-10,
.post-datatable .pm-table tbody .pm-tr td.col-10,
.post-datatable .pm-table tbody .pm-tr th.col-10,
.post-datatable .pm-table tbody tr .pm-td.col-10,
.post-datatable .pm-table tbody tr .pm-th.col-10,
.post-datatable .pm-table tbody tr td.col-10,
.post-datatable .pm-table tbody tr th.col-10,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-10,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-10,
.post-datatable .pm-table tfoot .pm-tr td.col-10,
.post-datatable .pm-table tfoot .pm-tr th.col-10,
.post-datatable .pm-table tfoot tr .pm-td.col-10,
.post-datatable .pm-table tfoot tr .pm-th.col-10,
.post-datatable .pm-table tfoot tr td.col-10,
.post-datatable .pm-table tfoot tr th.col-10,
.post-datatable .pm-table thead .pm-tr .pm-td.col-10,
.post-datatable .pm-table thead .pm-tr .pm-th.col-10,
.post-datatable .pm-table thead .pm-tr td.col-10,
.post-datatable .pm-table thead .pm-tr th.col-10,
.post-datatable .pm-table thead tr .pm-td.col-10,
.post-datatable .pm-table thead tr .pm-th.col-10,
.post-datatable .pm-table thead tr td.col-10,
.post-datatable .pm-table thead tr th.col-10,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-10,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-10,
.post-datatable table .pm-tbody .pm-tr td.col-10,
.post-datatable table .pm-tbody .pm-tr th.col-10,
.post-datatable table .pm-tbody tr .pm-td.col-10,
.post-datatable table .pm-tbody tr .pm-th.col-10,
.post-datatable table .pm-tbody tr td.col-10,
.post-datatable table .pm-tbody tr th.col-10,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-10,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-10,
.post-datatable table .pm-tfoot .pm-tr td.col-10,
.post-datatable table .pm-tfoot .pm-tr th.col-10,
.post-datatable table .pm-tfoot tr .pm-td.col-10,
.post-datatable table .pm-tfoot tr .pm-th.col-10,
.post-datatable table .pm-tfoot tr td.col-10,
.post-datatable table .pm-tfoot tr th.col-10,
.post-datatable table .pm-thead .pm-tr .pm-td.col-10,
.post-datatable table .pm-thead .pm-tr .pm-th.col-10,
.post-datatable table .pm-thead .pm-tr td.col-10,
.post-datatable table .pm-thead .pm-tr th.col-10,
.post-datatable table .pm-thead tr .pm-td.col-10,
.post-datatable table .pm-thead tr .pm-th.col-10,
.post-datatable table .pm-thead tr td.col-10,
.post-datatable table .pm-thead tr th.col-10,
.post-datatable table tbody .pm-tr .pm-td.col-10,
.post-datatable table tbody .pm-tr .pm-th.col-10,
.post-datatable table tbody .pm-tr td.col-10,
.post-datatable table tbody .pm-tr th.col-10,
.post-datatable table tbody tr .pm-td.col-10,
.post-datatable table tbody tr .pm-th.col-10,
.post-datatable table tbody tr td.col-10,
.post-datatable table tbody tr th.col-10,
.post-datatable table tfoot .pm-tr .pm-td.col-10,
.post-datatable table tfoot .pm-tr .pm-th.col-10,
.post-datatable table tfoot .pm-tr td.col-10,
.post-datatable table tfoot .pm-tr th.col-10,
.post-datatable table tfoot tr .pm-td.col-10,
.post-datatable table tfoot tr .pm-th.col-10,
.post-datatable table tfoot tr td.col-10,
.post-datatable table tfoot tr th.col-10,
.post-datatable table thead .pm-tr .pm-td.col-10,
.post-datatable table thead .pm-tr .pm-th.col-10,
.post-datatable table thead .pm-tr td.col-10,
.post-datatable table thead .pm-tr th.col-10,
.post-datatable table thead tr .pm-td.col-10,
.post-datatable table thead tr .pm-th.col-10,
.post-datatable table thead tr td.col-10,
.post-datatable table thead tr th.col-10 {
    width: 10%!important;
    max-width: 10%!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-15,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-15,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-15,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-15,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-15,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-15,
.post-datatable .pm-table .pm-tbody tr td.col-15,
.post-datatable .pm-table .pm-tbody tr th.col-15,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-15,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-15,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-15,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-15,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-15,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-15,
.post-datatable .pm-table .pm-tfoot tr td.col-15,
.post-datatable .pm-table .pm-tfoot tr th.col-15,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-15,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-15,
.post-datatable .pm-table .pm-thead .pm-tr td.col-15,
.post-datatable .pm-table .pm-thead .pm-tr th.col-15,
.post-datatable .pm-table .pm-thead tr .pm-td.col-15,
.post-datatable .pm-table .pm-thead tr .pm-th.col-15,
.post-datatable .pm-table .pm-thead tr td.col-15,
.post-datatable .pm-table .pm-thead tr th.col-15,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-15,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-15,
.post-datatable .pm-table tbody .pm-tr td.col-15,
.post-datatable .pm-table tbody .pm-tr th.col-15,
.post-datatable .pm-table tbody tr .pm-td.col-15,
.post-datatable .pm-table tbody tr .pm-th.col-15,
.post-datatable .pm-table tbody tr td.col-15,
.post-datatable .pm-table tbody tr th.col-15,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-15,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-15,
.post-datatable .pm-table tfoot .pm-tr td.col-15,
.post-datatable .pm-table tfoot .pm-tr th.col-15,
.post-datatable .pm-table tfoot tr .pm-td.col-15,
.post-datatable .pm-table tfoot tr .pm-th.col-15,
.post-datatable .pm-table tfoot tr td.col-15,
.post-datatable .pm-table tfoot tr th.col-15,
.post-datatable .pm-table thead .pm-tr .pm-td.col-15,
.post-datatable .pm-table thead .pm-tr .pm-th.col-15,
.post-datatable .pm-table thead .pm-tr td.col-15,
.post-datatable .pm-table thead .pm-tr th.col-15,
.post-datatable .pm-table thead tr .pm-td.col-15,
.post-datatable .pm-table thead tr .pm-th.col-15,
.post-datatable .pm-table thead tr td.col-15,
.post-datatable .pm-table thead tr th.col-15,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-15,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-15,
.post-datatable table .pm-tbody .pm-tr td.col-15,
.post-datatable table .pm-tbody .pm-tr th.col-15,
.post-datatable table .pm-tbody tr .pm-td.col-15,
.post-datatable table .pm-tbody tr .pm-th.col-15,
.post-datatable table .pm-tbody tr td.col-15,
.post-datatable table .pm-tbody tr th.col-15,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-15,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-15,
.post-datatable table .pm-tfoot .pm-tr td.col-15,
.post-datatable table .pm-tfoot .pm-tr th.col-15,
.post-datatable table .pm-tfoot tr .pm-td.col-15,
.post-datatable table .pm-tfoot tr .pm-th.col-15,
.post-datatable table .pm-tfoot tr td.col-15,
.post-datatable table .pm-tfoot tr th.col-15,
.post-datatable table .pm-thead .pm-tr .pm-td.col-15,
.post-datatable table .pm-thead .pm-tr .pm-th.col-15,
.post-datatable table .pm-thead .pm-tr td.col-15,
.post-datatable table .pm-thead .pm-tr th.col-15,
.post-datatable table .pm-thead tr .pm-td.col-15,
.post-datatable table .pm-thead tr .pm-th.col-15,
.post-datatable table .pm-thead tr td.col-15,
.post-datatable table .pm-thead tr th.col-15,
.post-datatable table tbody .pm-tr .pm-td.col-15,
.post-datatable table tbody .pm-tr .pm-th.col-15,
.post-datatable table tbody .pm-tr td.col-15,
.post-datatable table tbody .pm-tr th.col-15,
.post-datatable table tbody tr .pm-td.col-15,
.post-datatable table tbody tr .pm-th.col-15,
.post-datatable table tbody tr td.col-15,
.post-datatable table tbody tr th.col-15,
.post-datatable table tfoot .pm-tr .pm-td.col-15,
.post-datatable table tfoot .pm-tr .pm-th.col-15,
.post-datatable table tfoot .pm-tr td.col-15,
.post-datatable table tfoot .pm-tr th.col-15,
.post-datatable table tfoot tr .pm-td.col-15,
.post-datatable table tfoot tr .pm-th.col-15,
.post-datatable table tfoot tr td.col-15,
.post-datatable table tfoot tr th.col-15,
.post-datatable table thead .pm-tr .pm-td.col-15,
.post-datatable table thead .pm-tr .pm-th.col-15,
.post-datatable table thead .pm-tr td.col-15,
.post-datatable table thead .pm-tr th.col-15,
.post-datatable table thead tr .pm-td.col-15,
.post-datatable table thead tr .pm-th.col-15,
.post-datatable table thead tr td.col-15,
.post-datatable table thead tr th.col-15 {
    width: 15%!important;
    max-width: 15%!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-20,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-20,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-20,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-20,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-20,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-20,
.post-datatable .pm-table .pm-tbody tr td.col-20,
.post-datatable .pm-table .pm-tbody tr th.col-20,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-20,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-20,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-20,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-20,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-20,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-20,
.post-datatable .pm-table .pm-tfoot tr td.col-20,
.post-datatable .pm-table .pm-tfoot tr th.col-20,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-20,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-20,
.post-datatable .pm-table .pm-thead .pm-tr td.col-20,
.post-datatable .pm-table .pm-thead .pm-tr th.col-20,
.post-datatable .pm-table .pm-thead tr .pm-td.col-20,
.post-datatable .pm-table .pm-thead tr .pm-th.col-20,
.post-datatable .pm-table .pm-thead tr td.col-20,
.post-datatable .pm-table .pm-thead tr th.col-20,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-20,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-20,
.post-datatable .pm-table tbody .pm-tr td.col-20,
.post-datatable .pm-table tbody .pm-tr th.col-20,
.post-datatable .pm-table tbody tr .pm-td.col-20,
.post-datatable .pm-table tbody tr .pm-th.col-20,
.post-datatable .pm-table tbody tr td.col-20,
.post-datatable .pm-table tbody tr th.col-20,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-20,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-20,
.post-datatable .pm-table tfoot .pm-tr td.col-20,
.post-datatable .pm-table tfoot .pm-tr th.col-20,
.post-datatable .pm-table tfoot tr .pm-td.col-20,
.post-datatable .pm-table tfoot tr .pm-th.col-20,
.post-datatable .pm-table tfoot tr td.col-20,
.post-datatable .pm-table tfoot tr th.col-20,
.post-datatable .pm-table thead .pm-tr .pm-td.col-20,
.post-datatable .pm-table thead .pm-tr .pm-th.col-20,
.post-datatable .pm-table thead .pm-tr td.col-20,
.post-datatable .pm-table thead .pm-tr th.col-20,
.post-datatable .pm-table thead tr .pm-td.col-20,
.post-datatable .pm-table thead tr .pm-th.col-20,
.post-datatable .pm-table thead tr td.col-20,
.post-datatable .pm-table thead tr th.col-20,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-20,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-20,
.post-datatable table .pm-tbody .pm-tr td.col-20,
.post-datatable table .pm-tbody .pm-tr th.col-20,
.post-datatable table .pm-tbody tr .pm-td.col-20,
.post-datatable table .pm-tbody tr .pm-th.col-20,
.post-datatable table .pm-tbody tr td.col-20,
.post-datatable table .pm-tbody tr th.col-20,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-20,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-20,
.post-datatable table .pm-tfoot .pm-tr td.col-20,
.post-datatable table .pm-tfoot .pm-tr th.col-20,
.post-datatable table .pm-tfoot tr .pm-td.col-20,
.post-datatable table .pm-tfoot tr .pm-th.col-20,
.post-datatable table .pm-tfoot tr td.col-20,
.post-datatable table .pm-tfoot tr th.col-20,
.post-datatable table .pm-thead .pm-tr .pm-td.col-20,
.post-datatable table .pm-thead .pm-tr .pm-th.col-20,
.post-datatable table .pm-thead .pm-tr td.col-20,
.post-datatable table .pm-thead .pm-tr th.col-20,
.post-datatable table .pm-thead tr .pm-td.col-20,
.post-datatable table .pm-thead tr .pm-th.col-20,
.post-datatable table .pm-thead tr td.col-20,
.post-datatable table .pm-thead tr th.col-20,
.post-datatable table tbody .pm-tr .pm-td.col-20,
.post-datatable table tbody .pm-tr .pm-th.col-20,
.post-datatable table tbody .pm-tr td.col-20,
.post-datatable table tbody .pm-tr th.col-20,
.post-datatable table tbody tr .pm-td.col-20,
.post-datatable table tbody tr .pm-th.col-20,
.post-datatable table tbody tr td.col-20,
.post-datatable table tbody tr th.col-20,
.post-datatable table tfoot .pm-tr .pm-td.col-20,
.post-datatable table tfoot .pm-tr .pm-th.col-20,
.post-datatable table tfoot .pm-tr td.col-20,
.post-datatable table tfoot .pm-tr th.col-20,
.post-datatable table tfoot tr .pm-td.col-20,
.post-datatable table tfoot tr .pm-th.col-20,
.post-datatable table tfoot tr td.col-20,
.post-datatable table tfoot tr th.col-20,
.post-datatable table thead .pm-tr .pm-td.col-20,
.post-datatable table thead .pm-tr .pm-th.col-20,
.post-datatable table thead .pm-tr td.col-20,
.post-datatable table thead .pm-tr th.col-20,
.post-datatable table thead tr .pm-td.col-20,
.post-datatable table thead tr .pm-th.col-20,
.post-datatable table thead tr td.col-20,
.post-datatable table thead tr th.col-20 {
    width: 20%!important;
    max-width: 20%!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-25,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-25,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-25,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-25,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-25,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-25,
.post-datatable .pm-table .pm-tbody tr td.col-25,
.post-datatable .pm-table .pm-tbody tr th.col-25,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-25,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-25,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-25,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-25,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-25,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-25,
.post-datatable .pm-table .pm-tfoot tr td.col-25,
.post-datatable .pm-table .pm-tfoot tr th.col-25,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-25,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-25,
.post-datatable .pm-table .pm-thead .pm-tr td.col-25,
.post-datatable .pm-table .pm-thead .pm-tr th.col-25,
.post-datatable .pm-table .pm-thead tr .pm-td.col-25,
.post-datatable .pm-table .pm-thead tr .pm-th.col-25,
.post-datatable .pm-table .pm-thead tr td.col-25,
.post-datatable .pm-table .pm-thead tr th.col-25,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-25,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-25,
.post-datatable .pm-table tbody .pm-tr td.col-25,
.post-datatable .pm-table tbody .pm-tr th.col-25,
.post-datatable .pm-table tbody tr .pm-td.col-25,
.post-datatable .pm-table tbody tr .pm-th.col-25,
.post-datatable .pm-table tbody tr td.col-25,
.post-datatable .pm-table tbody tr th.col-25,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-25,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-25,
.post-datatable .pm-table tfoot .pm-tr td.col-25,
.post-datatable .pm-table tfoot .pm-tr th.col-25,
.post-datatable .pm-table tfoot tr .pm-td.col-25,
.post-datatable .pm-table tfoot tr .pm-th.col-25,
.post-datatable .pm-table tfoot tr td.col-25,
.post-datatable .pm-table tfoot tr th.col-25,
.post-datatable .pm-table thead .pm-tr .pm-td.col-25,
.post-datatable .pm-table thead .pm-tr .pm-th.col-25,
.post-datatable .pm-table thead .pm-tr td.col-25,
.post-datatable .pm-table thead .pm-tr th.col-25,
.post-datatable .pm-table thead tr .pm-td.col-25,
.post-datatable .pm-table thead tr .pm-th.col-25,
.post-datatable .pm-table thead tr td.col-25,
.post-datatable .pm-table thead tr th.col-25,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-25,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-25,
.post-datatable table .pm-tbody .pm-tr td.col-25,
.post-datatable table .pm-tbody .pm-tr th.col-25,
.post-datatable table .pm-tbody tr .pm-td.col-25,
.post-datatable table .pm-tbody tr .pm-th.col-25,
.post-datatable table .pm-tbody tr td.col-25,
.post-datatable table .pm-tbody tr th.col-25,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-25,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-25,
.post-datatable table .pm-tfoot .pm-tr td.col-25,
.post-datatable table .pm-tfoot .pm-tr th.col-25,
.post-datatable table .pm-tfoot tr .pm-td.col-25,
.post-datatable table .pm-tfoot tr .pm-th.col-25,
.post-datatable table .pm-tfoot tr td.col-25,
.post-datatable table .pm-tfoot tr th.col-25,
.post-datatable table .pm-thead .pm-tr .pm-td.col-25,
.post-datatable table .pm-thead .pm-tr .pm-th.col-25,
.post-datatable table .pm-thead .pm-tr td.col-25,
.post-datatable table .pm-thead .pm-tr th.col-25,
.post-datatable table .pm-thead tr .pm-td.col-25,
.post-datatable table .pm-thead tr .pm-th.col-25,
.post-datatable table .pm-thead tr td.col-25,
.post-datatable table .pm-thead tr th.col-25,
.post-datatable table tbody .pm-tr .pm-td.col-25,
.post-datatable table tbody .pm-tr .pm-th.col-25,
.post-datatable table tbody .pm-tr td.col-25,
.post-datatable table tbody .pm-tr th.col-25,
.post-datatable table tbody tr .pm-td.col-25,
.post-datatable table tbody tr .pm-th.col-25,
.post-datatable table tbody tr td.col-25,
.post-datatable table tbody tr th.col-25,
.post-datatable table tfoot .pm-tr .pm-td.col-25,
.post-datatable table tfoot .pm-tr .pm-th.col-25,
.post-datatable table tfoot .pm-tr td.col-25,
.post-datatable table tfoot .pm-tr th.col-25,
.post-datatable table tfoot tr .pm-td.col-25,
.post-datatable table tfoot tr .pm-th.col-25,
.post-datatable table tfoot tr td.col-25,
.post-datatable table tfoot tr th.col-25,
.post-datatable table thead .pm-tr .pm-td.col-25,
.post-datatable table thead .pm-tr .pm-th.col-25,
.post-datatable table thead .pm-tr td.col-25,
.post-datatable table thead .pm-tr th.col-25,
.post-datatable table thead tr .pm-td.col-25,
.post-datatable table thead tr .pm-th.col-25,
.post-datatable table thead tr td.col-25,
.post-datatable table thead tr th.col-25 {
    width: 25%!important;
    max-width: 25%!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-30,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-30,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-30,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-30,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-30,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-30,
.post-datatable .pm-table .pm-tbody tr td.col-30,
.post-datatable .pm-table .pm-tbody tr th.col-30,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-30,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-30,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-30,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-30,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-30,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-30,
.post-datatable .pm-table .pm-tfoot tr td.col-30,
.post-datatable .pm-table .pm-tfoot tr th.col-30,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-30,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-30,
.post-datatable .pm-table .pm-thead .pm-tr td.col-30,
.post-datatable .pm-table .pm-thead .pm-tr th.col-30,
.post-datatable .pm-table .pm-thead tr .pm-td.col-30,
.post-datatable .pm-table .pm-thead tr .pm-th.col-30,
.post-datatable .pm-table .pm-thead tr td.col-30,
.post-datatable .pm-table .pm-thead tr th.col-30,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-30,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-30,
.post-datatable .pm-table tbody .pm-tr td.col-30,
.post-datatable .pm-table tbody .pm-tr th.col-30,
.post-datatable .pm-table tbody tr .pm-td.col-30,
.post-datatable .pm-table tbody tr .pm-th.col-30,
.post-datatable .pm-table tbody tr td.col-30,
.post-datatable .pm-table tbody tr th.col-30,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-30,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-30,
.post-datatable .pm-table tfoot .pm-tr td.col-30,
.post-datatable .pm-table tfoot .pm-tr th.col-30,
.post-datatable .pm-table tfoot tr .pm-td.col-30,
.post-datatable .pm-table tfoot tr .pm-th.col-30,
.post-datatable .pm-table tfoot tr td.col-30,
.post-datatable .pm-table tfoot tr th.col-30,
.post-datatable .pm-table thead .pm-tr .pm-td.col-30,
.post-datatable .pm-table thead .pm-tr .pm-th.col-30,
.post-datatable .pm-table thead .pm-tr td.col-30,
.post-datatable .pm-table thead .pm-tr th.col-30,
.post-datatable .pm-table thead tr .pm-td.col-30,
.post-datatable .pm-table thead tr .pm-th.col-30,
.post-datatable .pm-table thead tr td.col-30,
.post-datatable .pm-table thead tr th.col-30,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-30,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-30,
.post-datatable table .pm-tbody .pm-tr td.col-30,
.post-datatable table .pm-tbody .pm-tr th.col-30,
.post-datatable table .pm-tbody tr .pm-td.col-30,
.post-datatable table .pm-tbody tr .pm-th.col-30,
.post-datatable table .pm-tbody tr td.col-30,
.post-datatable table .pm-tbody tr th.col-30,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-30,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-30,
.post-datatable table .pm-tfoot .pm-tr td.col-30,
.post-datatable table .pm-tfoot .pm-tr th.col-30,
.post-datatable table .pm-tfoot tr .pm-td.col-30,
.post-datatable table .pm-tfoot tr .pm-th.col-30,
.post-datatable table .pm-tfoot tr td.col-30,
.post-datatable table .pm-tfoot tr th.col-30,
.post-datatable table .pm-thead .pm-tr .pm-td.col-30,
.post-datatable table .pm-thead .pm-tr .pm-th.col-30,
.post-datatable table .pm-thead .pm-tr td.col-30,
.post-datatable table .pm-thead .pm-tr th.col-30,
.post-datatable table .pm-thead tr .pm-td.col-30,
.post-datatable table .pm-thead tr .pm-th.col-30,
.post-datatable table .pm-thead tr td.col-30,
.post-datatable table .pm-thead tr th.col-30,
.post-datatable table tbody .pm-tr .pm-td.col-30,
.post-datatable table tbody .pm-tr .pm-th.col-30,
.post-datatable table tbody .pm-tr td.col-30,
.post-datatable table tbody .pm-tr th.col-30,
.post-datatable table tbody tr .pm-td.col-30,
.post-datatable table tbody tr .pm-th.col-30,
.post-datatable table tbody tr td.col-30,
.post-datatable table tbody tr th.col-30,
.post-datatable table tfoot .pm-tr .pm-td.col-30,
.post-datatable table tfoot .pm-tr .pm-th.col-30,
.post-datatable table tfoot .pm-tr td.col-30,
.post-datatable table tfoot .pm-tr th.col-30,
.post-datatable table tfoot tr .pm-td.col-30,
.post-datatable table tfoot tr .pm-th.col-30,
.post-datatable table tfoot tr td.col-30,
.post-datatable table tfoot tr th.col-30,
.post-datatable table thead .pm-tr .pm-td.col-30,
.post-datatable table thead .pm-tr .pm-th.col-30,
.post-datatable table thead .pm-tr td.col-30,
.post-datatable table thead .pm-tr th.col-30,
.post-datatable table thead tr .pm-td.col-30,
.post-datatable table thead tr .pm-th.col-30,
.post-datatable table thead tr td.col-30,
.post-datatable table thead tr th.col-30 {
    width: 30%!important;
    max-width: 30%!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-35,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-35,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-35,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-35,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-35,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-35,
.post-datatable .pm-table .pm-tbody tr td.col-35,
.post-datatable .pm-table .pm-tbody tr th.col-35,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-35,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-35,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-35,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-35,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-35,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-35,
.post-datatable .pm-table .pm-tfoot tr td.col-35,
.post-datatable .pm-table .pm-tfoot tr th.col-35,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-35,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-35,
.post-datatable .pm-table .pm-thead .pm-tr td.col-35,
.post-datatable .pm-table .pm-thead .pm-tr th.col-35,
.post-datatable .pm-table .pm-thead tr .pm-td.col-35,
.post-datatable .pm-table .pm-thead tr .pm-th.col-35,
.post-datatable .pm-table .pm-thead tr td.col-35,
.post-datatable .pm-table .pm-thead tr th.col-35,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-35,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-35,
.post-datatable .pm-table tbody .pm-tr td.col-35,
.post-datatable .pm-table tbody .pm-tr th.col-35,
.post-datatable .pm-table tbody tr .pm-td.col-35,
.post-datatable .pm-table tbody tr .pm-th.col-35,
.post-datatable .pm-table tbody tr td.col-35,
.post-datatable .pm-table tbody tr th.col-35,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-35,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-35,
.post-datatable .pm-table tfoot .pm-tr td.col-35,
.post-datatable .pm-table tfoot .pm-tr th.col-35,
.post-datatable .pm-table tfoot tr .pm-td.col-35,
.post-datatable .pm-table tfoot tr .pm-th.col-35,
.post-datatable .pm-table tfoot tr td.col-35,
.post-datatable .pm-table tfoot tr th.col-35,
.post-datatable .pm-table thead .pm-tr .pm-td.col-35,
.post-datatable .pm-table thead .pm-tr .pm-th.col-35,
.post-datatable .pm-table thead .pm-tr td.col-35,
.post-datatable .pm-table thead .pm-tr th.col-35,
.post-datatable .pm-table thead tr .pm-td.col-35,
.post-datatable .pm-table thead tr .pm-th.col-35,
.post-datatable .pm-table thead tr td.col-35,
.post-datatable .pm-table thead tr th.col-35,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-35,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-35,
.post-datatable table .pm-tbody .pm-tr td.col-35,
.post-datatable table .pm-tbody .pm-tr th.col-35,
.post-datatable table .pm-tbody tr .pm-td.col-35,
.post-datatable table .pm-tbody tr .pm-th.col-35,
.post-datatable table .pm-tbody tr td.col-35,
.post-datatable table .pm-tbody tr th.col-35,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-35,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-35,
.post-datatable table .pm-tfoot .pm-tr td.col-35,
.post-datatable table .pm-tfoot .pm-tr th.col-35,
.post-datatable table .pm-tfoot tr .pm-td.col-35,
.post-datatable table .pm-tfoot tr .pm-th.col-35,
.post-datatable table .pm-tfoot tr td.col-35,
.post-datatable table .pm-tfoot tr th.col-35,
.post-datatable table .pm-thead .pm-tr .pm-td.col-35,
.post-datatable table .pm-thead .pm-tr .pm-th.col-35,
.post-datatable table .pm-thead .pm-tr td.col-35,
.post-datatable table .pm-thead .pm-tr th.col-35,
.post-datatable table .pm-thead tr .pm-td.col-35,
.post-datatable table .pm-thead tr .pm-th.col-35,
.post-datatable table .pm-thead tr td.col-35,
.post-datatable table .pm-thead tr th.col-35,
.post-datatable table tbody .pm-tr .pm-td.col-35,
.post-datatable table tbody .pm-tr .pm-th.col-35,
.post-datatable table tbody .pm-tr td.col-35,
.post-datatable table tbody .pm-tr th.col-35,
.post-datatable table tbody tr .pm-td.col-35,
.post-datatable table tbody tr .pm-th.col-35,
.post-datatable table tbody tr td.col-35,
.post-datatable table tbody tr th.col-35,
.post-datatable table tfoot .pm-tr .pm-td.col-35,
.post-datatable table tfoot .pm-tr .pm-th.col-35,
.post-datatable table tfoot .pm-tr td.col-35,
.post-datatable table tfoot .pm-tr th.col-35,
.post-datatable table tfoot tr .pm-td.col-35,
.post-datatable table tfoot tr .pm-th.col-35,
.post-datatable table tfoot tr td.col-35,
.post-datatable table tfoot tr th.col-35,
.post-datatable table thead .pm-tr .pm-td.col-35,
.post-datatable table thead .pm-tr .pm-th.col-35,
.post-datatable table thead .pm-tr td.col-35,
.post-datatable table thead .pm-tr th.col-35,
.post-datatable table thead tr .pm-td.col-35,
.post-datatable table thead tr .pm-th.col-35,
.post-datatable table thead tr td.col-35,
.post-datatable table thead tr th.col-35 {
    width: 35%!important;
    max-width: 35%!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-40,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-40,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-40,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-40,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-40,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-40,
.post-datatable .pm-table .pm-tbody tr td.col-40,
.post-datatable .pm-table .pm-tbody tr th.col-40,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-40,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-40,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-40,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-40,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-40,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-40,
.post-datatable .pm-table .pm-tfoot tr td.col-40,
.post-datatable .pm-table .pm-tfoot tr th.col-40,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-40,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-40,
.post-datatable .pm-table .pm-thead .pm-tr td.col-40,
.post-datatable .pm-table .pm-thead .pm-tr th.col-40,
.post-datatable .pm-table .pm-thead tr .pm-td.col-40,
.post-datatable .pm-table .pm-thead tr .pm-th.col-40,
.post-datatable .pm-table .pm-thead tr td.col-40,
.post-datatable .pm-table .pm-thead tr th.col-40,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-40,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-40,
.post-datatable .pm-table tbody .pm-tr td.col-40,
.post-datatable .pm-table tbody .pm-tr th.col-40,
.post-datatable .pm-table tbody tr .pm-td.col-40,
.post-datatable .pm-table tbody tr .pm-th.col-40,
.post-datatable .pm-table tbody tr td.col-40,
.post-datatable .pm-table tbody tr th.col-40,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-40,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-40,
.post-datatable .pm-table tfoot .pm-tr td.col-40,
.post-datatable .pm-table tfoot .pm-tr th.col-40,
.post-datatable .pm-table tfoot tr .pm-td.col-40,
.post-datatable .pm-table tfoot tr .pm-th.col-40,
.post-datatable .pm-table tfoot tr td.col-40,
.post-datatable .pm-table tfoot tr th.col-40,
.post-datatable .pm-table thead .pm-tr .pm-td.col-40,
.post-datatable .pm-table thead .pm-tr .pm-th.col-40,
.post-datatable .pm-table thead .pm-tr td.col-40,
.post-datatable .pm-table thead .pm-tr th.col-40,
.post-datatable .pm-table thead tr .pm-td.col-40,
.post-datatable .pm-table thead tr .pm-th.col-40,
.post-datatable .pm-table thead tr td.col-40,
.post-datatable .pm-table thead tr th.col-40,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-40,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-40,
.post-datatable table .pm-tbody .pm-tr td.col-40,
.post-datatable table .pm-tbody .pm-tr th.col-40,
.post-datatable table .pm-tbody tr .pm-td.col-40,
.post-datatable table .pm-tbody tr .pm-th.col-40,
.post-datatable table .pm-tbody tr td.col-40,
.post-datatable table .pm-tbody tr th.col-40,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-40,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-40,
.post-datatable table .pm-tfoot .pm-tr td.col-40,
.post-datatable table .pm-tfoot .pm-tr th.col-40,
.post-datatable table .pm-tfoot tr .pm-td.col-40,
.post-datatable table .pm-tfoot tr .pm-th.col-40,
.post-datatable table .pm-tfoot tr td.col-40,
.post-datatable table .pm-tfoot tr th.col-40,
.post-datatable table .pm-thead .pm-tr .pm-td.col-40,
.post-datatable table .pm-thead .pm-tr .pm-th.col-40,
.post-datatable table .pm-thead .pm-tr td.col-40,
.post-datatable table .pm-thead .pm-tr th.col-40,
.post-datatable table .pm-thead tr .pm-td.col-40,
.post-datatable table .pm-thead tr .pm-th.col-40,
.post-datatable table .pm-thead tr td.col-40,
.post-datatable table .pm-thead tr th.col-40,
.post-datatable table tbody .pm-tr .pm-td.col-40,
.post-datatable table tbody .pm-tr .pm-th.col-40,
.post-datatable table tbody .pm-tr td.col-40,
.post-datatable table tbody .pm-tr th.col-40,
.post-datatable table tbody tr .pm-td.col-40,
.post-datatable table tbody tr .pm-th.col-40,
.post-datatable table tbody tr td.col-40,
.post-datatable table tbody tr th.col-40,
.post-datatable table tfoot .pm-tr .pm-td.col-40,
.post-datatable table tfoot .pm-tr .pm-th.col-40,
.post-datatable table tfoot .pm-tr td.col-40,
.post-datatable table tfoot .pm-tr th.col-40,
.post-datatable table tfoot tr .pm-td.col-40,
.post-datatable table tfoot tr .pm-th.col-40,
.post-datatable table tfoot tr td.col-40,
.post-datatable table tfoot tr th.col-40,
.post-datatable table thead .pm-tr .pm-td.col-40,
.post-datatable table thead .pm-tr .pm-th.col-40,
.post-datatable table thead .pm-tr td.col-40,
.post-datatable table thead .pm-tr th.col-40,
.post-datatable table thead tr .pm-td.col-40,
.post-datatable table thead tr .pm-th.col-40,
.post-datatable table thead tr td.col-40,
.post-datatable table thead tr th.col-40 {
    width: 40%!important;
    max-width: 40%!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-45,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-45,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-45,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-45,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-45,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-45,
.post-datatable .pm-table .pm-tbody tr td.col-45,
.post-datatable .pm-table .pm-tbody tr th.col-45,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-45,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-45,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-45,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-45,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-45,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-45,
.post-datatable .pm-table .pm-tfoot tr td.col-45,
.post-datatable .pm-table .pm-tfoot tr th.col-45,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-45,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-45,
.post-datatable .pm-table .pm-thead .pm-tr td.col-45,
.post-datatable .pm-table .pm-thead .pm-tr th.col-45,
.post-datatable .pm-table .pm-thead tr .pm-td.col-45,
.post-datatable .pm-table .pm-thead tr .pm-th.col-45,
.post-datatable .pm-table .pm-thead tr td.col-45,
.post-datatable .pm-table .pm-thead tr th.col-45,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-45,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-45,
.post-datatable .pm-table tbody .pm-tr td.col-45,
.post-datatable .pm-table tbody .pm-tr th.col-45,
.post-datatable .pm-table tbody tr .pm-td.col-45,
.post-datatable .pm-table tbody tr .pm-th.col-45,
.post-datatable .pm-table tbody tr td.col-45,
.post-datatable .pm-table tbody tr th.col-45,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-45,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-45,
.post-datatable .pm-table tfoot .pm-tr td.col-45,
.post-datatable .pm-table tfoot .pm-tr th.col-45,
.post-datatable .pm-table tfoot tr .pm-td.col-45,
.post-datatable .pm-table tfoot tr .pm-th.col-45,
.post-datatable .pm-table tfoot tr td.col-45,
.post-datatable .pm-table tfoot tr th.col-45,
.post-datatable .pm-table thead .pm-tr .pm-td.col-45,
.post-datatable .pm-table thead .pm-tr .pm-th.col-45,
.post-datatable .pm-table thead .pm-tr td.col-45,
.post-datatable .pm-table thead .pm-tr th.col-45,
.post-datatable .pm-table thead tr .pm-td.col-45,
.post-datatable .pm-table thead tr .pm-th.col-45,
.post-datatable .pm-table thead tr td.col-45,
.post-datatable .pm-table thead tr th.col-45,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-45,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-45,
.post-datatable table .pm-tbody .pm-tr td.col-45,
.post-datatable table .pm-tbody .pm-tr th.col-45,
.post-datatable table .pm-tbody tr .pm-td.col-45,
.post-datatable table .pm-tbody tr .pm-th.col-45,
.post-datatable table .pm-tbody tr td.col-45,
.post-datatable table .pm-tbody tr th.col-45,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-45,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-45,
.post-datatable table .pm-tfoot .pm-tr td.col-45,
.post-datatable table .pm-tfoot .pm-tr th.col-45,
.post-datatable table .pm-tfoot tr .pm-td.col-45,
.post-datatable table .pm-tfoot tr .pm-th.col-45,
.post-datatable table .pm-tfoot tr td.col-45,
.post-datatable table .pm-tfoot tr th.col-45,
.post-datatable table .pm-thead .pm-tr .pm-td.col-45,
.post-datatable table .pm-thead .pm-tr .pm-th.col-45,
.post-datatable table .pm-thead .pm-tr td.col-45,
.post-datatable table .pm-thead .pm-tr th.col-45,
.post-datatable table .pm-thead tr .pm-td.col-45,
.post-datatable table .pm-thead tr .pm-th.col-45,
.post-datatable table .pm-thead tr td.col-45,
.post-datatable table .pm-thead tr th.col-45,
.post-datatable table tbody .pm-tr .pm-td.col-45,
.post-datatable table tbody .pm-tr .pm-th.col-45,
.post-datatable table tbody .pm-tr td.col-45,
.post-datatable table tbody .pm-tr th.col-45,
.post-datatable table tbody tr .pm-td.col-45,
.post-datatable table tbody tr .pm-th.col-45,
.post-datatable table tbody tr td.col-45,
.post-datatable table tbody tr th.col-45,
.post-datatable table tfoot .pm-tr .pm-td.col-45,
.post-datatable table tfoot .pm-tr .pm-th.col-45,
.post-datatable table tfoot .pm-tr td.col-45,
.post-datatable table tfoot .pm-tr th.col-45,
.post-datatable table tfoot tr .pm-td.col-45,
.post-datatable table tfoot tr .pm-th.col-45,
.post-datatable table tfoot tr td.col-45,
.post-datatable table tfoot tr th.col-45,
.post-datatable table thead .pm-tr .pm-td.col-45,
.post-datatable table thead .pm-tr .pm-th.col-45,
.post-datatable table thead .pm-tr td.col-45,
.post-datatable table thead .pm-tr th.col-45,
.post-datatable table thead tr .pm-td.col-45,
.post-datatable table thead tr .pm-th.col-45,
.post-datatable table thead tr td.col-45,
.post-datatable table thead tr th.col-45 {
    width: 45%!important;
    max-width: 45%!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-50,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-50,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-50,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-50,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-50,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-50,
.post-datatable .pm-table .pm-tbody tr td.col-50,
.post-datatable .pm-table .pm-tbody tr th.col-50,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-50,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-50,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-50,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-50,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-50,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-50,
.post-datatable .pm-table .pm-tfoot tr td.col-50,
.post-datatable .pm-table .pm-tfoot tr th.col-50,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-50,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-50,
.post-datatable .pm-table .pm-thead .pm-tr td.col-50,
.post-datatable .pm-table .pm-thead .pm-tr th.col-50,
.post-datatable .pm-table .pm-thead tr .pm-td.col-50,
.post-datatable .pm-table .pm-thead tr .pm-th.col-50,
.post-datatable .pm-table .pm-thead tr td.col-50,
.post-datatable .pm-table .pm-thead tr th.col-50,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-50,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-50,
.post-datatable .pm-table tbody .pm-tr td.col-50,
.post-datatable .pm-table tbody .pm-tr th.col-50,
.post-datatable .pm-table tbody tr .pm-td.col-50,
.post-datatable .pm-table tbody tr .pm-th.col-50,
.post-datatable .pm-table tbody tr td.col-50,
.post-datatable .pm-table tbody tr th.col-50,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-50,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-50,
.post-datatable .pm-table tfoot .pm-tr td.col-50,
.post-datatable .pm-table tfoot .pm-tr th.col-50,
.post-datatable .pm-table tfoot tr .pm-td.col-50,
.post-datatable .pm-table tfoot tr .pm-th.col-50,
.post-datatable .pm-table tfoot tr td.col-50,
.post-datatable .pm-table tfoot tr th.col-50,
.post-datatable .pm-table thead .pm-tr .pm-td.col-50,
.post-datatable .pm-table thead .pm-tr .pm-th.col-50,
.post-datatable .pm-table thead .pm-tr td.col-50,
.post-datatable .pm-table thead .pm-tr th.col-50,
.post-datatable .pm-table thead tr .pm-td.col-50,
.post-datatable .pm-table thead tr .pm-th.col-50,
.post-datatable .pm-table thead tr td.col-50,
.post-datatable .pm-table thead tr th.col-50,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-50,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-50,
.post-datatable table .pm-tbody .pm-tr td.col-50,
.post-datatable table .pm-tbody .pm-tr th.col-50,
.post-datatable table .pm-tbody tr .pm-td.col-50,
.post-datatable table .pm-tbody tr .pm-th.col-50,
.post-datatable table .pm-tbody tr td.col-50,
.post-datatable table .pm-tbody tr th.col-50,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-50,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-50,
.post-datatable table .pm-tfoot .pm-tr td.col-50,
.post-datatable table .pm-tfoot .pm-tr th.col-50,
.post-datatable table .pm-tfoot tr .pm-td.col-50,
.post-datatable table .pm-tfoot tr .pm-th.col-50,
.post-datatable table .pm-tfoot tr td.col-50,
.post-datatable table .pm-tfoot tr th.col-50,
.post-datatable table .pm-thead .pm-tr .pm-td.col-50,
.post-datatable table .pm-thead .pm-tr .pm-th.col-50,
.post-datatable table .pm-thead .pm-tr td.col-50,
.post-datatable table .pm-thead .pm-tr th.col-50,
.post-datatable table .pm-thead tr .pm-td.col-50,
.post-datatable table .pm-thead tr .pm-th.col-50,
.post-datatable table .pm-thead tr td.col-50,
.post-datatable table .pm-thead tr th.col-50,
.post-datatable table tbody .pm-tr .pm-td.col-50,
.post-datatable table tbody .pm-tr .pm-th.col-50,
.post-datatable table tbody .pm-tr td.col-50,
.post-datatable table tbody .pm-tr th.col-50,
.post-datatable table tbody tr .pm-td.col-50,
.post-datatable table tbody tr .pm-th.col-50,
.post-datatable table tbody tr td.col-50,
.post-datatable table tbody tr th.col-50,
.post-datatable table tfoot .pm-tr .pm-td.col-50,
.post-datatable table tfoot .pm-tr .pm-th.col-50,
.post-datatable table tfoot .pm-tr td.col-50,
.post-datatable table tfoot .pm-tr th.col-50,
.post-datatable table tfoot tr .pm-td.col-50,
.post-datatable table tfoot tr .pm-th.col-50,
.post-datatable table tfoot tr td.col-50,
.post-datatable table tfoot tr th.col-50,
.post-datatable table thead .pm-tr .pm-td.col-50,
.post-datatable table thead .pm-tr .pm-th.col-50,
.post-datatable table thead .pm-tr td.col-50,
.post-datatable table thead .pm-tr th.col-50,
.post-datatable table thead tr .pm-td.col-50,
.post-datatable table thead tr .pm-th.col-50,
.post-datatable table thead tr td.col-50,
.post-datatable table thead tr th.col-50 {
    width: 50%!important;
    max-width: 50%!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-50px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-50px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-50px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-50px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-50px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-50px,
.post-datatable .pm-table .pm-tbody tr td.col-50px,
.post-datatable .pm-table .pm-tbody tr th.col-50px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-50px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-50px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-50px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-50px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-50px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-50px,
.post-datatable .pm-table .pm-tfoot tr td.col-50px,
.post-datatable .pm-table .pm-tfoot tr th.col-50px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-50px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-50px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-50px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-50px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-50px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-50px,
.post-datatable .pm-table .pm-thead tr td.col-50px,
.post-datatable .pm-table .pm-thead tr th.col-50px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-50px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-50px,
.post-datatable .pm-table tbody .pm-tr td.col-50px,
.post-datatable .pm-table tbody .pm-tr th.col-50px,
.post-datatable .pm-table tbody tr .pm-td.col-50px,
.post-datatable .pm-table tbody tr .pm-th.col-50px,
.post-datatable .pm-table tbody tr td.col-50px,
.post-datatable .pm-table tbody tr th.col-50px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-50px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-50px,
.post-datatable .pm-table tfoot .pm-tr td.col-50px,
.post-datatable .pm-table tfoot .pm-tr th.col-50px,
.post-datatable .pm-table tfoot tr .pm-td.col-50px,
.post-datatable .pm-table tfoot tr .pm-th.col-50px,
.post-datatable .pm-table tfoot tr td.col-50px,
.post-datatable .pm-table tfoot tr th.col-50px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-50px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-50px,
.post-datatable .pm-table thead .pm-tr td.col-50px,
.post-datatable .pm-table thead .pm-tr th.col-50px,
.post-datatable .pm-table thead tr .pm-td.col-50px,
.post-datatable .pm-table thead tr .pm-th.col-50px,
.post-datatable .pm-table thead tr td.col-50px,
.post-datatable .pm-table thead tr th.col-50px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-50px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-50px,
.post-datatable table .pm-tbody .pm-tr td.col-50px,
.post-datatable table .pm-tbody .pm-tr th.col-50px,
.post-datatable table .pm-tbody tr .pm-td.col-50px,
.post-datatable table .pm-tbody tr .pm-th.col-50px,
.post-datatable table .pm-tbody tr td.col-50px,
.post-datatable table .pm-tbody tr th.col-50px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-50px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-50px,
.post-datatable table .pm-tfoot .pm-tr td.col-50px,
.post-datatable table .pm-tfoot .pm-tr th.col-50px,
.post-datatable table .pm-tfoot tr .pm-td.col-50px,
.post-datatable table .pm-tfoot tr .pm-th.col-50px,
.post-datatable table .pm-tfoot tr td.col-50px,
.post-datatable table .pm-tfoot tr th.col-50px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-50px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-50px,
.post-datatable table .pm-thead .pm-tr td.col-50px,
.post-datatable table .pm-thead .pm-tr th.col-50px,
.post-datatable table .pm-thead tr .pm-td.col-50px,
.post-datatable table .pm-thead tr .pm-th.col-50px,
.post-datatable table .pm-thead tr td.col-50px,
.post-datatable table .pm-thead tr th.col-50px,
.post-datatable table tbody .pm-tr .pm-td.col-50px,
.post-datatable table tbody .pm-tr .pm-th.col-50px,
.post-datatable table tbody .pm-tr td.col-50px,
.post-datatable table tbody .pm-tr th.col-50px,
.post-datatable table tbody tr .pm-td.col-50px,
.post-datatable table tbody tr .pm-th.col-50px,
.post-datatable table tbody tr td.col-50px,
.post-datatable table tbody tr th.col-50px,
.post-datatable table tfoot .pm-tr .pm-td.col-50px,
.post-datatable table tfoot .pm-tr .pm-th.col-50px,
.post-datatable table tfoot .pm-tr td.col-50px,
.post-datatable table tfoot .pm-tr th.col-50px,
.post-datatable table tfoot tr .pm-td.col-50px,
.post-datatable table tfoot tr .pm-th.col-50px,
.post-datatable table tfoot tr td.col-50px,
.post-datatable table tfoot tr th.col-50px,
.post-datatable table thead .pm-tr .pm-td.col-50px,
.post-datatable table thead .pm-tr .pm-th.col-50px,
.post-datatable table thead .pm-tr td.col-50px,
.post-datatable table thead .pm-tr th.col-50px,
.post-datatable table thead tr .pm-td.col-50px,
.post-datatable table thead tr .pm-th.col-50px,
.post-datatable table thead tr td.col-50px,
.post-datatable table thead tr th.col-50px {
    width: 50px!important;
    max-width: 50px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-60px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-60px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-60px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-60px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-60px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-60px,
.post-datatable .pm-table .pm-tbody tr td.col-60px,
.post-datatable .pm-table .pm-tbody tr th.col-60px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-60px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-60px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-60px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-60px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-60px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-60px,
.post-datatable .pm-table .pm-tfoot tr td.col-60px,
.post-datatable .pm-table .pm-tfoot tr th.col-60px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-60px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-60px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-60px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-60px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-60px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-60px,
.post-datatable .pm-table .pm-thead tr td.col-60px,
.post-datatable .pm-table .pm-thead tr th.col-60px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-60px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-60px,
.post-datatable .pm-table tbody .pm-tr td.col-60px,
.post-datatable .pm-table tbody .pm-tr th.col-60px,
.post-datatable .pm-table tbody tr .pm-td.col-60px,
.post-datatable .pm-table tbody tr .pm-th.col-60px,
.post-datatable .pm-table tbody tr td.col-60px,
.post-datatable .pm-table tbody tr th.col-60px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-60px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-60px,
.post-datatable .pm-table tfoot .pm-tr td.col-60px,
.post-datatable .pm-table tfoot .pm-tr th.col-60px,
.post-datatable .pm-table tfoot tr .pm-td.col-60px,
.post-datatable .pm-table tfoot tr .pm-th.col-60px,
.post-datatable .pm-table tfoot tr td.col-60px,
.post-datatable .pm-table tfoot tr th.col-60px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-60px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-60px,
.post-datatable .pm-table thead .pm-tr td.col-60px,
.post-datatable .pm-table thead .pm-tr th.col-60px,
.post-datatable .pm-table thead tr .pm-td.col-60px,
.post-datatable .pm-table thead tr .pm-th.col-60px,
.post-datatable .pm-table thead tr td.col-60px,
.post-datatable .pm-table thead tr th.col-60px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-60px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-60px,
.post-datatable table .pm-tbody .pm-tr td.col-60px,
.post-datatable table .pm-tbody .pm-tr th.col-60px,
.post-datatable table .pm-tbody tr .pm-td.col-60px,
.post-datatable table .pm-tbody tr .pm-th.col-60px,
.post-datatable table .pm-tbody tr td.col-60px,
.post-datatable table .pm-tbody tr th.col-60px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-60px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-60px,
.post-datatable table .pm-tfoot .pm-tr td.col-60px,
.post-datatable table .pm-tfoot .pm-tr th.col-60px,
.post-datatable table .pm-tfoot tr .pm-td.col-60px,
.post-datatable table .pm-tfoot tr .pm-th.col-60px,
.post-datatable table .pm-tfoot tr td.col-60px,
.post-datatable table .pm-tfoot tr th.col-60px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-60px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-60px,
.post-datatable table .pm-thead .pm-tr td.col-60px,
.post-datatable table .pm-thead .pm-tr th.col-60px,
.post-datatable table .pm-thead tr .pm-td.col-60px,
.post-datatable table .pm-thead tr .pm-th.col-60px,
.post-datatable table .pm-thead tr td.col-60px,
.post-datatable table .pm-thead tr th.col-60px,
.post-datatable table tbody .pm-tr .pm-td.col-60px,
.post-datatable table tbody .pm-tr .pm-th.col-60px,
.post-datatable table tbody .pm-tr td.col-60px,
.post-datatable table tbody .pm-tr th.col-60px,
.post-datatable table tbody tr .pm-td.col-60px,
.post-datatable table tbody tr .pm-th.col-60px,
.post-datatable table tbody tr td.col-60px,
.post-datatable table tbody tr th.col-60px,
.post-datatable table tfoot .pm-tr .pm-td.col-60px,
.post-datatable table tfoot .pm-tr .pm-th.col-60px,
.post-datatable table tfoot .pm-tr td.col-60px,
.post-datatable table tfoot .pm-tr th.col-60px,
.post-datatable table tfoot tr .pm-td.col-60px,
.post-datatable table tfoot tr .pm-th.col-60px,
.post-datatable table tfoot tr td.col-60px,
.post-datatable table tfoot tr th.col-60px,
.post-datatable table thead .pm-tr .pm-td.col-60px,
.post-datatable table thead .pm-tr .pm-th.col-60px,
.post-datatable table thead .pm-tr td.col-60px,
.post-datatable table thead .pm-tr th.col-60px,
.post-datatable table thead tr .pm-td.col-60px,
.post-datatable table thead tr .pm-th.col-60px,
.post-datatable table thead tr td.col-60px,
.post-datatable table thead tr th.col-60px {
    width: 60px!important;
    max-width: 60px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-70px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-70px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-70px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-70px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-70px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-70px,
.post-datatable .pm-table .pm-tbody tr td.col-70px,
.post-datatable .pm-table .pm-tbody tr th.col-70px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-70px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-70px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-70px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-70px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-70px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-70px,
.post-datatable .pm-table .pm-tfoot tr td.col-70px,
.post-datatable .pm-table .pm-tfoot tr th.col-70px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-70px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-70px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-70px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-70px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-70px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-70px,
.post-datatable .pm-table .pm-thead tr td.col-70px,
.post-datatable .pm-table .pm-thead tr th.col-70px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-70px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-70px,
.post-datatable .pm-table tbody .pm-tr td.col-70px,
.post-datatable .pm-table tbody .pm-tr th.col-70px,
.post-datatable .pm-table tbody tr .pm-td.col-70px,
.post-datatable .pm-table tbody tr .pm-th.col-70px,
.post-datatable .pm-table tbody tr td.col-70px,
.post-datatable .pm-table tbody tr th.col-70px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-70px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-70px,
.post-datatable .pm-table tfoot .pm-tr td.col-70px,
.post-datatable .pm-table tfoot .pm-tr th.col-70px,
.post-datatable .pm-table tfoot tr .pm-td.col-70px,
.post-datatable .pm-table tfoot tr .pm-th.col-70px,
.post-datatable .pm-table tfoot tr td.col-70px,
.post-datatable .pm-table tfoot tr th.col-70px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-70px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-70px,
.post-datatable .pm-table thead .pm-tr td.col-70px,
.post-datatable .pm-table thead .pm-tr th.col-70px,
.post-datatable .pm-table thead tr .pm-td.col-70px,
.post-datatable .pm-table thead tr .pm-th.col-70px,
.post-datatable .pm-table thead tr td.col-70px,
.post-datatable .pm-table thead tr th.col-70px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-70px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-70px,
.post-datatable table .pm-tbody .pm-tr td.col-70px,
.post-datatable table .pm-tbody .pm-tr th.col-70px,
.post-datatable table .pm-tbody tr .pm-td.col-70px,
.post-datatable table .pm-tbody tr .pm-th.col-70px,
.post-datatable table .pm-tbody tr td.col-70px,
.post-datatable table .pm-tbody tr th.col-70px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-70px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-70px,
.post-datatable table .pm-tfoot .pm-tr td.col-70px,
.post-datatable table .pm-tfoot .pm-tr th.col-70px,
.post-datatable table .pm-tfoot tr .pm-td.col-70px,
.post-datatable table .pm-tfoot tr .pm-th.col-70px,
.post-datatable table .pm-tfoot tr td.col-70px,
.post-datatable table .pm-tfoot tr th.col-70px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-70px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-70px,
.post-datatable table .pm-thead .pm-tr td.col-70px,
.post-datatable table .pm-thead .pm-tr th.col-70px,
.post-datatable table .pm-thead tr .pm-td.col-70px,
.post-datatable table .pm-thead tr .pm-th.col-70px,
.post-datatable table .pm-thead tr td.col-70px,
.post-datatable table .pm-thead tr th.col-70px,
.post-datatable table tbody .pm-tr .pm-td.col-70px,
.post-datatable table tbody .pm-tr .pm-th.col-70px,
.post-datatable table tbody .pm-tr td.col-70px,
.post-datatable table tbody .pm-tr th.col-70px,
.post-datatable table tbody tr .pm-td.col-70px,
.post-datatable table tbody tr .pm-th.col-70px,
.post-datatable table tbody tr td.col-70px,
.post-datatable table tbody tr th.col-70px,
.post-datatable table tfoot .pm-tr .pm-td.col-70px,
.post-datatable table tfoot .pm-tr .pm-th.col-70px,
.post-datatable table tfoot .pm-tr td.col-70px,
.post-datatable table tfoot .pm-tr th.col-70px,
.post-datatable table tfoot tr .pm-td.col-70px,
.post-datatable table tfoot tr .pm-th.col-70px,
.post-datatable table tfoot tr td.col-70px,
.post-datatable table tfoot tr th.col-70px,
.post-datatable table thead .pm-tr .pm-td.col-70px,
.post-datatable table thead .pm-tr .pm-th.col-70px,
.post-datatable table thead .pm-tr td.col-70px,
.post-datatable table thead .pm-tr th.col-70px,
.post-datatable table thead tr .pm-td.col-70px,
.post-datatable table thead tr .pm-th.col-70px,
.post-datatable table thead tr td.col-70px,
.post-datatable table thead tr th.col-70px {
    width: 70px!important;
    max-width: 70px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-80px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-80px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-80px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-80px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-80px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-80px,
.post-datatable .pm-table .pm-tbody tr td.col-80px,
.post-datatable .pm-table .pm-tbody tr th.col-80px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-80px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-80px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-80px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-80px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-80px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-80px,
.post-datatable .pm-table .pm-tfoot tr td.col-80px,
.post-datatable .pm-table .pm-tfoot tr th.col-80px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-80px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-80px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-80px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-80px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-80px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-80px,
.post-datatable .pm-table .pm-thead tr td.col-80px,
.post-datatable .pm-table .pm-thead tr th.col-80px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-80px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-80px,
.post-datatable .pm-table tbody .pm-tr td.col-80px,
.post-datatable .pm-table tbody .pm-tr th.col-80px,
.post-datatable .pm-table tbody tr .pm-td.col-80px,
.post-datatable .pm-table tbody tr .pm-th.col-80px,
.post-datatable .pm-table tbody tr td.col-80px,
.post-datatable .pm-table tbody tr th.col-80px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-80px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-80px,
.post-datatable .pm-table tfoot .pm-tr td.col-80px,
.post-datatable .pm-table tfoot .pm-tr th.col-80px,
.post-datatable .pm-table tfoot tr .pm-td.col-80px,
.post-datatable .pm-table tfoot tr .pm-th.col-80px,
.post-datatable .pm-table tfoot tr td.col-80px,
.post-datatable .pm-table tfoot tr th.col-80px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-80px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-80px,
.post-datatable .pm-table thead .pm-tr td.col-80px,
.post-datatable .pm-table thead .pm-tr th.col-80px,
.post-datatable .pm-table thead tr .pm-td.col-80px,
.post-datatable .pm-table thead tr .pm-th.col-80px,
.post-datatable .pm-table thead tr td.col-80px,
.post-datatable .pm-table thead tr th.col-80px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-80px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-80px,
.post-datatable table .pm-tbody .pm-tr td.col-80px,
.post-datatable table .pm-tbody .pm-tr th.col-80px,
.post-datatable table .pm-tbody tr .pm-td.col-80px,
.post-datatable table .pm-tbody tr .pm-th.col-80px,
.post-datatable table .pm-tbody tr td.col-80px,
.post-datatable table .pm-tbody tr th.col-80px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-80px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-80px,
.post-datatable table .pm-tfoot .pm-tr td.col-80px,
.post-datatable table .pm-tfoot .pm-tr th.col-80px,
.post-datatable table .pm-tfoot tr .pm-td.col-80px,
.post-datatable table .pm-tfoot tr .pm-th.col-80px,
.post-datatable table .pm-tfoot tr td.col-80px,
.post-datatable table .pm-tfoot tr th.col-80px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-80px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-80px,
.post-datatable table .pm-thead .pm-tr td.col-80px,
.post-datatable table .pm-thead .pm-tr th.col-80px,
.post-datatable table .pm-thead tr .pm-td.col-80px,
.post-datatable table .pm-thead tr .pm-th.col-80px,
.post-datatable table .pm-thead tr td.col-80px,
.post-datatable table .pm-thead tr th.col-80px,
.post-datatable table tbody .pm-tr .pm-td.col-80px,
.post-datatable table tbody .pm-tr .pm-th.col-80px,
.post-datatable table tbody .pm-tr td.col-80px,
.post-datatable table tbody .pm-tr th.col-80px,
.post-datatable table tbody tr .pm-td.col-80px,
.post-datatable table tbody tr .pm-th.col-80px,
.post-datatable table tbody tr td.col-80px,
.post-datatable table tbody tr th.col-80px,
.post-datatable table tfoot .pm-tr .pm-td.col-80px,
.post-datatable table tfoot .pm-tr .pm-th.col-80px,
.post-datatable table tfoot .pm-tr td.col-80px,
.post-datatable table tfoot .pm-tr th.col-80px,
.post-datatable table tfoot tr .pm-td.col-80px,
.post-datatable table tfoot tr .pm-th.col-80px,
.post-datatable table tfoot tr td.col-80px,
.post-datatable table tfoot tr th.col-80px,
.post-datatable table thead .pm-tr .pm-td.col-80px,
.post-datatable table thead .pm-tr .pm-th.col-80px,
.post-datatable table thead .pm-tr td.col-80px,
.post-datatable table thead .pm-tr th.col-80px,
.post-datatable table thead tr .pm-td.col-80px,
.post-datatable table thead tr .pm-th.col-80px,
.post-datatable table thead tr td.col-80px,
.post-datatable table thead tr th.col-80px {
    width: 80px!important;
    max-width: 80px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-90px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-90px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-90px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-90px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-90px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-90px,
.post-datatable .pm-table .pm-tbody tr td.col-90px,
.post-datatable .pm-table .pm-tbody tr th.col-90px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-90px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-90px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-90px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-90px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-90px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-90px,
.post-datatable .pm-table .pm-tfoot tr td.col-90px,
.post-datatable .pm-table .pm-tfoot tr th.col-90px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-90px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-90px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-90px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-90px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-90px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-90px,
.post-datatable .pm-table .pm-thead tr td.col-90px,
.post-datatable .pm-table .pm-thead tr th.col-90px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-90px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-90px,
.post-datatable .pm-table tbody .pm-tr td.col-90px,
.post-datatable .pm-table tbody .pm-tr th.col-90px,
.post-datatable .pm-table tbody tr .pm-td.col-90px,
.post-datatable .pm-table tbody tr .pm-th.col-90px,
.post-datatable .pm-table tbody tr td.col-90px,
.post-datatable .pm-table tbody tr th.col-90px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-90px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-90px,
.post-datatable .pm-table tfoot .pm-tr td.col-90px,
.post-datatable .pm-table tfoot .pm-tr th.col-90px,
.post-datatable .pm-table tfoot tr .pm-td.col-90px,
.post-datatable .pm-table tfoot tr .pm-th.col-90px,
.post-datatable .pm-table tfoot tr td.col-90px,
.post-datatable .pm-table tfoot tr th.col-90px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-90px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-90px,
.post-datatable .pm-table thead .pm-tr td.col-90px,
.post-datatable .pm-table thead .pm-tr th.col-90px,
.post-datatable .pm-table thead tr .pm-td.col-90px,
.post-datatable .pm-table thead tr .pm-th.col-90px,
.post-datatable .pm-table thead tr td.col-90px,
.post-datatable .pm-table thead tr th.col-90px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-90px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-90px,
.post-datatable table .pm-tbody .pm-tr td.col-90px,
.post-datatable table .pm-tbody .pm-tr th.col-90px,
.post-datatable table .pm-tbody tr .pm-td.col-90px,
.post-datatable table .pm-tbody tr .pm-th.col-90px,
.post-datatable table .pm-tbody tr td.col-90px,
.post-datatable table .pm-tbody tr th.col-90px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-90px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-90px,
.post-datatable table .pm-tfoot .pm-tr td.col-90px,
.post-datatable table .pm-tfoot .pm-tr th.col-90px,
.post-datatable table .pm-tfoot tr .pm-td.col-90px,
.post-datatable table .pm-tfoot tr .pm-th.col-90px,
.post-datatable table .pm-tfoot tr td.col-90px,
.post-datatable table .pm-tfoot tr th.col-90px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-90px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-90px,
.post-datatable table .pm-thead .pm-tr td.col-90px,
.post-datatable table .pm-thead .pm-tr th.col-90px,
.post-datatable table .pm-thead tr .pm-td.col-90px,
.post-datatable table .pm-thead tr .pm-th.col-90px,
.post-datatable table .pm-thead tr td.col-90px,
.post-datatable table .pm-thead tr th.col-90px,
.post-datatable table tbody .pm-tr .pm-td.col-90px,
.post-datatable table tbody .pm-tr .pm-th.col-90px,
.post-datatable table tbody .pm-tr td.col-90px,
.post-datatable table tbody .pm-tr th.col-90px,
.post-datatable table tbody tr .pm-td.col-90px,
.post-datatable table tbody tr .pm-th.col-90px,
.post-datatable table tbody tr td.col-90px,
.post-datatable table tbody tr th.col-90px,
.post-datatable table tfoot .pm-tr .pm-td.col-90px,
.post-datatable table tfoot .pm-tr .pm-th.col-90px,
.post-datatable table tfoot .pm-tr td.col-90px,
.post-datatable table tfoot .pm-tr th.col-90px,
.post-datatable table tfoot tr .pm-td.col-90px,
.post-datatable table tfoot tr .pm-th.col-90px,
.post-datatable table tfoot tr td.col-90px,
.post-datatable table tfoot tr th.col-90px,
.post-datatable table thead .pm-tr .pm-td.col-90px,
.post-datatable table thead .pm-tr .pm-th.col-90px,
.post-datatable table thead .pm-tr td.col-90px,
.post-datatable table thead .pm-tr th.col-90px,
.post-datatable table thead tr .pm-td.col-90px,
.post-datatable table thead tr .pm-th.col-90px,
.post-datatable table thead tr td.col-90px,
.post-datatable table thead tr th.col-90px {
    width: 90px!important;
    max-width: 90px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-100px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-100px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-100px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-100px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-100px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-100px,
.post-datatable .pm-table .pm-tbody tr td.col-100px,
.post-datatable .pm-table .pm-tbody tr th.col-100px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-100px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-100px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-100px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-100px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-100px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-100px,
.post-datatable .pm-table .pm-tfoot tr td.col-100px,
.post-datatable .pm-table .pm-tfoot tr th.col-100px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-100px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-100px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-100px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-100px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-100px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-100px,
.post-datatable .pm-table .pm-thead tr td.col-100px,
.post-datatable .pm-table .pm-thead tr th.col-100px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-100px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-100px,
.post-datatable .pm-table tbody .pm-tr td.col-100px,
.post-datatable .pm-table tbody .pm-tr th.col-100px,
.post-datatable .pm-table tbody tr .pm-td.col-100px,
.post-datatable .pm-table tbody tr .pm-th.col-100px,
.post-datatable .pm-table tbody tr td.col-100px,
.post-datatable .pm-table tbody tr th.col-100px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-100px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-100px,
.post-datatable .pm-table tfoot .pm-tr td.col-100px,
.post-datatable .pm-table tfoot .pm-tr th.col-100px,
.post-datatable .pm-table tfoot tr .pm-td.col-100px,
.post-datatable .pm-table tfoot tr .pm-th.col-100px,
.post-datatable .pm-table tfoot tr td.col-100px,
.post-datatable .pm-table tfoot tr th.col-100px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-100px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-100px,
.post-datatable .pm-table thead .pm-tr td.col-100px,
.post-datatable .pm-table thead .pm-tr th.col-100px,
.post-datatable .pm-table thead tr .pm-td.col-100px,
.post-datatable .pm-table thead tr .pm-th.col-100px,
.post-datatable .pm-table thead tr td.col-100px,
.post-datatable .pm-table thead tr th.col-100px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-100px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-100px,
.post-datatable table .pm-tbody .pm-tr td.col-100px,
.post-datatable table .pm-tbody .pm-tr th.col-100px,
.post-datatable table .pm-tbody tr .pm-td.col-100px,
.post-datatable table .pm-tbody tr .pm-th.col-100px,
.post-datatable table .pm-tbody tr td.col-100px,
.post-datatable table .pm-tbody tr th.col-100px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-100px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-100px,
.post-datatable table .pm-tfoot .pm-tr td.col-100px,
.post-datatable table .pm-tfoot .pm-tr th.col-100px,
.post-datatable table .pm-tfoot tr .pm-td.col-100px,
.post-datatable table .pm-tfoot tr .pm-th.col-100px,
.post-datatable table .pm-tfoot tr td.col-100px,
.post-datatable table .pm-tfoot tr th.col-100px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-100px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-100px,
.post-datatable table .pm-thead .pm-tr td.col-100px,
.post-datatable table .pm-thead .pm-tr th.col-100px,
.post-datatable table .pm-thead tr .pm-td.col-100px,
.post-datatable table .pm-thead tr .pm-th.col-100px,
.post-datatable table .pm-thead tr td.col-100px,
.post-datatable table .pm-thead tr th.col-100px,
.post-datatable table tbody .pm-tr .pm-td.col-100px,
.post-datatable table tbody .pm-tr .pm-th.col-100px,
.post-datatable table tbody .pm-tr td.col-100px,
.post-datatable table tbody .pm-tr th.col-100px,
.post-datatable table tbody tr .pm-td.col-100px,
.post-datatable table tbody tr .pm-th.col-100px,
.post-datatable table tbody tr td.col-100px,
.post-datatable table tbody tr th.col-100px,
.post-datatable table tfoot .pm-tr .pm-td.col-100px,
.post-datatable table tfoot .pm-tr .pm-th.col-100px,
.post-datatable table tfoot .pm-tr td.col-100px,
.post-datatable table tfoot .pm-tr th.col-100px,
.post-datatable table tfoot tr .pm-td.col-100px,
.post-datatable table tfoot tr .pm-th.col-100px,
.post-datatable table tfoot tr td.col-100px,
.post-datatable table tfoot tr th.col-100px,
.post-datatable table thead .pm-tr .pm-td.col-100px,
.post-datatable table thead .pm-tr .pm-th.col-100px,
.post-datatable table thead .pm-tr td.col-100px,
.post-datatable table thead .pm-tr th.col-100px,
.post-datatable table thead tr .pm-td.col-100px,
.post-datatable table thead tr .pm-th.col-100px,
.post-datatable table thead tr td.col-100px,
.post-datatable table thead tr th.col-100px {
    width: 100px!important;
    max-width: 100px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-125px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-125px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-125px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-125px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-125px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-125px,
.post-datatable .pm-table .pm-tbody tr td.col-125px,
.post-datatable .pm-table .pm-tbody tr th.col-125px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-125px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-125px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-125px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-125px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-125px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-125px,
.post-datatable .pm-table .pm-tfoot tr td.col-125px,
.post-datatable .pm-table .pm-tfoot tr th.col-125px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-125px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-125px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-125px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-125px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-125px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-125px,
.post-datatable .pm-table .pm-thead tr td.col-125px,
.post-datatable .pm-table .pm-thead tr th.col-125px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-125px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-125px,
.post-datatable .pm-table tbody .pm-tr td.col-125px,
.post-datatable .pm-table tbody .pm-tr th.col-125px,
.post-datatable .pm-table tbody tr .pm-td.col-125px,
.post-datatable .pm-table tbody tr .pm-th.col-125px,
.post-datatable .pm-table tbody tr td.col-125px,
.post-datatable .pm-table tbody tr th.col-125px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-125px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-125px,
.post-datatable .pm-table tfoot .pm-tr td.col-125px,
.post-datatable .pm-table tfoot .pm-tr th.col-125px,
.post-datatable .pm-table tfoot tr .pm-td.col-125px,
.post-datatable .pm-table tfoot tr .pm-th.col-125px,
.post-datatable .pm-table tfoot tr td.col-125px,
.post-datatable .pm-table tfoot tr th.col-125px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-125px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-125px,
.post-datatable .pm-table thead .pm-tr td.col-125px,
.post-datatable .pm-table thead .pm-tr th.col-125px,
.post-datatable .pm-table thead tr .pm-td.col-125px,
.post-datatable .pm-table thead tr .pm-th.col-125px,
.post-datatable .pm-table thead tr td.col-125px,
.post-datatable .pm-table thead tr th.col-125px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-125px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-125px,
.post-datatable table .pm-tbody .pm-tr td.col-125px,
.post-datatable table .pm-tbody .pm-tr th.col-125px,
.post-datatable table .pm-tbody tr .pm-td.col-125px,
.post-datatable table .pm-tbody tr .pm-th.col-125px,
.post-datatable table .pm-tbody tr td.col-125px,
.post-datatable table .pm-tbody tr th.col-125px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-125px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-125px,
.post-datatable table .pm-tfoot .pm-tr td.col-125px,
.post-datatable table .pm-tfoot .pm-tr th.col-125px,
.post-datatable table .pm-tfoot tr .pm-td.col-125px,
.post-datatable table .pm-tfoot tr .pm-th.col-125px,
.post-datatable table .pm-tfoot tr td.col-125px,
.post-datatable table .pm-tfoot tr th.col-125px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-125px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-125px,
.post-datatable table .pm-thead .pm-tr td.col-125px,
.post-datatable table .pm-thead .pm-tr th.col-125px,
.post-datatable table .pm-thead tr .pm-td.col-125px,
.post-datatable table .pm-thead tr .pm-th.col-125px,
.post-datatable table .pm-thead tr td.col-125px,
.post-datatable table .pm-thead tr th.col-125px,
.post-datatable table tbody .pm-tr .pm-td.col-125px,
.post-datatable table tbody .pm-tr .pm-th.col-125px,
.post-datatable table tbody .pm-tr td.col-125px,
.post-datatable table tbody .pm-tr th.col-125px,
.post-datatable table tbody tr .pm-td.col-125px,
.post-datatable table tbody tr .pm-th.col-125px,
.post-datatable table tbody tr td.col-125px,
.post-datatable table tbody tr th.col-125px,
.post-datatable table tfoot .pm-tr .pm-td.col-125px,
.post-datatable table tfoot .pm-tr .pm-th.col-125px,
.post-datatable table tfoot .pm-tr td.col-125px,
.post-datatable table tfoot .pm-tr th.col-125px,
.post-datatable table tfoot tr .pm-td.col-125px,
.post-datatable table tfoot tr .pm-th.col-125px,
.post-datatable table tfoot tr td.col-125px,
.post-datatable table tfoot tr th.col-125px,
.post-datatable table thead .pm-tr .pm-td.col-125px,
.post-datatable table thead .pm-tr .pm-th.col-125px,
.post-datatable table thead .pm-tr td.col-125px,
.post-datatable table thead .pm-tr th.col-125px,
.post-datatable table thead tr .pm-td.col-125px,
.post-datatable table thead tr .pm-th.col-125px,
.post-datatable table thead tr td.col-125px,
.post-datatable table thead tr th.col-125px {
    width: 125px!important;
    max-width: 125px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-150px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-150px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-150px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-150px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-150px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-150px,
.post-datatable .pm-table .pm-tbody tr td.col-150px,
.post-datatable .pm-table .pm-tbody tr th.col-150px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-150px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-150px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-150px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-150px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-150px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-150px,
.post-datatable .pm-table .pm-tfoot tr td.col-150px,
.post-datatable .pm-table .pm-tfoot tr th.col-150px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-150px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-150px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-150px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-150px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-150px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-150px,
.post-datatable .pm-table .pm-thead tr td.col-150px,
.post-datatable .pm-table .pm-thead tr th.col-150px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-150px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-150px,
.post-datatable .pm-table tbody .pm-tr td.col-150px,
.post-datatable .pm-table tbody .pm-tr th.col-150px,
.post-datatable .pm-table tbody tr .pm-td.col-150px,
.post-datatable .pm-table tbody tr .pm-th.col-150px,
.post-datatable .pm-table tbody tr td.col-150px,
.post-datatable .pm-table tbody tr th.col-150px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-150px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-150px,
.post-datatable .pm-table tfoot .pm-tr td.col-150px,
.post-datatable .pm-table tfoot .pm-tr th.col-150px,
.post-datatable .pm-table tfoot tr .pm-td.col-150px,
.post-datatable .pm-table tfoot tr .pm-th.col-150px,
.post-datatable .pm-table tfoot tr td.col-150px,
.post-datatable .pm-table tfoot tr th.col-150px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-150px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-150px,
.post-datatable .pm-table thead .pm-tr td.col-150px,
.post-datatable .pm-table thead .pm-tr th.col-150px,
.post-datatable .pm-table thead tr .pm-td.col-150px,
.post-datatable .pm-table thead tr .pm-th.col-150px,
.post-datatable .pm-table thead tr td.col-150px,
.post-datatable .pm-table thead tr th.col-150px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-150px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-150px,
.post-datatable table .pm-tbody .pm-tr td.col-150px,
.post-datatable table .pm-tbody .pm-tr th.col-150px,
.post-datatable table .pm-tbody tr .pm-td.col-150px,
.post-datatable table .pm-tbody tr .pm-th.col-150px,
.post-datatable table .pm-tbody tr td.col-150px,
.post-datatable table .pm-tbody tr th.col-150px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-150px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-150px,
.post-datatable table .pm-tfoot .pm-tr td.col-150px,
.post-datatable table .pm-tfoot .pm-tr th.col-150px,
.post-datatable table .pm-tfoot tr .pm-td.col-150px,
.post-datatable table .pm-tfoot tr .pm-th.col-150px,
.post-datatable table .pm-tfoot tr td.col-150px,
.post-datatable table .pm-tfoot tr th.col-150px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-150px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-150px,
.post-datatable table .pm-thead .pm-tr td.col-150px,
.post-datatable table .pm-thead .pm-tr th.col-150px,
.post-datatable table .pm-thead tr .pm-td.col-150px,
.post-datatable table .pm-thead tr .pm-th.col-150px,
.post-datatable table .pm-thead tr td.col-150px,
.post-datatable table .pm-thead tr th.col-150px,
.post-datatable table tbody .pm-tr .pm-td.col-150px,
.post-datatable table tbody .pm-tr .pm-th.col-150px,
.post-datatable table tbody .pm-tr td.col-150px,
.post-datatable table tbody .pm-tr th.col-150px,
.post-datatable table tbody tr .pm-td.col-150px,
.post-datatable table tbody tr .pm-th.col-150px,
.post-datatable table tbody tr td.col-150px,
.post-datatable table tbody tr th.col-150px,
.post-datatable table tfoot .pm-tr .pm-td.col-150px,
.post-datatable table tfoot .pm-tr .pm-th.col-150px,
.post-datatable table tfoot .pm-tr td.col-150px,
.post-datatable table tfoot .pm-tr th.col-150px,
.post-datatable table tfoot tr .pm-td.col-150px,
.post-datatable table tfoot tr .pm-th.col-150px,
.post-datatable table tfoot tr td.col-150px,
.post-datatable table tfoot tr th.col-150px,
.post-datatable table thead .pm-tr .pm-td.col-150px,
.post-datatable table thead .pm-tr .pm-th.col-150px,
.post-datatable table thead .pm-tr td.col-150px,
.post-datatable table thead .pm-tr th.col-150px,
.post-datatable table thead tr .pm-td.col-150px,
.post-datatable table thead tr .pm-th.col-150px,
.post-datatable table thead tr td.col-150px,
.post-datatable table thead tr th.col-150px {
    width: 150px!important;
    max-width: 150px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-175px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-175px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-175px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-175px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-175px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-175px,
.post-datatable .pm-table .pm-tbody tr td.col-175px,
.post-datatable .pm-table .pm-tbody tr th.col-175px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-175px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-175px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-175px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-175px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-175px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-175px,
.post-datatable .pm-table .pm-tfoot tr td.col-175px,
.post-datatable .pm-table .pm-tfoot tr th.col-175px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-175px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-175px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-175px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-175px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-175px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-175px,
.post-datatable .pm-table .pm-thead tr td.col-175px,
.post-datatable .pm-table .pm-thead tr th.col-175px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-175px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-175px,
.post-datatable .pm-table tbody .pm-tr td.col-175px,
.post-datatable .pm-table tbody .pm-tr th.col-175px,
.post-datatable .pm-table tbody tr .pm-td.col-175px,
.post-datatable .pm-table tbody tr .pm-th.col-175px,
.post-datatable .pm-table tbody tr td.col-175px,
.post-datatable .pm-table tbody tr th.col-175px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-175px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-175px,
.post-datatable .pm-table tfoot .pm-tr td.col-175px,
.post-datatable .pm-table tfoot .pm-tr th.col-175px,
.post-datatable .pm-table tfoot tr .pm-td.col-175px,
.post-datatable .pm-table tfoot tr .pm-th.col-175px,
.post-datatable .pm-table tfoot tr td.col-175px,
.post-datatable .pm-table tfoot tr th.col-175px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-175px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-175px,
.post-datatable .pm-table thead .pm-tr td.col-175px,
.post-datatable .pm-table thead .pm-tr th.col-175px,
.post-datatable .pm-table thead tr .pm-td.col-175px,
.post-datatable .pm-table thead tr .pm-th.col-175px,
.post-datatable .pm-table thead tr td.col-175px,
.post-datatable .pm-table thead tr th.col-175px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-175px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-175px,
.post-datatable table .pm-tbody .pm-tr td.col-175px,
.post-datatable table .pm-tbody .pm-tr th.col-175px,
.post-datatable table .pm-tbody tr .pm-td.col-175px,
.post-datatable table .pm-tbody tr .pm-th.col-175px,
.post-datatable table .pm-tbody tr td.col-175px,
.post-datatable table .pm-tbody tr th.col-175px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-175px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-175px,
.post-datatable table .pm-tfoot .pm-tr td.col-175px,
.post-datatable table .pm-tfoot .pm-tr th.col-175px,
.post-datatable table .pm-tfoot tr .pm-td.col-175px,
.post-datatable table .pm-tfoot tr .pm-th.col-175px,
.post-datatable table .pm-tfoot tr td.col-175px,
.post-datatable table .pm-tfoot tr th.col-175px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-175px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-175px,
.post-datatable table .pm-thead .pm-tr td.col-175px,
.post-datatable table .pm-thead .pm-tr th.col-175px,
.post-datatable table .pm-thead tr .pm-td.col-175px,
.post-datatable table .pm-thead tr .pm-th.col-175px,
.post-datatable table .pm-thead tr td.col-175px,
.post-datatable table .pm-thead tr th.col-175px,
.post-datatable table tbody .pm-tr .pm-td.col-175px,
.post-datatable table tbody .pm-tr .pm-th.col-175px,
.post-datatable table tbody .pm-tr td.col-175px,
.post-datatable table tbody .pm-tr th.col-175px,
.post-datatable table tbody tr .pm-td.col-175px,
.post-datatable table tbody tr .pm-th.col-175px,
.post-datatable table tbody tr td.col-175px,
.post-datatable table tbody tr th.col-175px,
.post-datatable table tfoot .pm-tr .pm-td.col-175px,
.post-datatable table tfoot .pm-tr .pm-th.col-175px,
.post-datatable table tfoot .pm-tr td.col-175px,
.post-datatable table tfoot .pm-tr th.col-175px,
.post-datatable table tfoot tr .pm-td.col-175px,
.post-datatable table tfoot tr .pm-th.col-175px,
.post-datatable table tfoot tr td.col-175px,
.post-datatable table tfoot tr th.col-175px,
.post-datatable table thead .pm-tr .pm-td.col-175px,
.post-datatable table thead .pm-tr .pm-th.col-175px,
.post-datatable table thead .pm-tr td.col-175px,
.post-datatable table thead .pm-tr th.col-175px,
.post-datatable table thead tr .pm-td.col-175px,
.post-datatable table thead tr .pm-th.col-175px,
.post-datatable table thead tr td.col-175px,
.post-datatable table thead tr th.col-175px {
    width: 175px!important;
    max-width: 175px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-200px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-200px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-200px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-200px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-200px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-200px,
.post-datatable .pm-table .pm-tbody tr td.col-200px,
.post-datatable .pm-table .pm-tbody tr th.col-200px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-200px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-200px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-200px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-200px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-200px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-200px,
.post-datatable .pm-table .pm-tfoot tr td.col-200px,
.post-datatable .pm-table .pm-tfoot tr th.col-200px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-200px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-200px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-200px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-200px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-200px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-200px,
.post-datatable .pm-table .pm-thead tr td.col-200px,
.post-datatable .pm-table .pm-thead tr th.col-200px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-200px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-200px,
.post-datatable .pm-table tbody .pm-tr td.col-200px,
.post-datatable .pm-table tbody .pm-tr th.col-200px,
.post-datatable .pm-table tbody tr .pm-td.col-200px,
.post-datatable .pm-table tbody tr .pm-th.col-200px,
.post-datatable .pm-table tbody tr td.col-200px,
.post-datatable .pm-table tbody tr th.col-200px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-200px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-200px,
.post-datatable .pm-table tfoot .pm-tr td.col-200px,
.post-datatable .pm-table tfoot .pm-tr th.col-200px,
.post-datatable .pm-table tfoot tr .pm-td.col-200px,
.post-datatable .pm-table tfoot tr .pm-th.col-200px,
.post-datatable .pm-table tfoot tr td.col-200px,
.post-datatable .pm-table tfoot tr th.col-200px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-200px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-200px,
.post-datatable .pm-table thead .pm-tr td.col-200px,
.post-datatable .pm-table thead .pm-tr th.col-200px,
.post-datatable .pm-table thead tr .pm-td.col-200px,
.post-datatable .pm-table thead tr .pm-th.col-200px,
.post-datatable .pm-table thead tr td.col-200px,
.post-datatable .pm-table thead tr th.col-200px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-200px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-200px,
.post-datatable table .pm-tbody .pm-tr td.col-200px,
.post-datatable table .pm-tbody .pm-tr th.col-200px,
.post-datatable table .pm-tbody tr .pm-td.col-200px,
.post-datatable table .pm-tbody tr .pm-th.col-200px,
.post-datatable table .pm-tbody tr td.col-200px,
.post-datatable table .pm-tbody tr th.col-200px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-200px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-200px,
.post-datatable table .pm-tfoot .pm-tr td.col-200px,
.post-datatable table .pm-tfoot .pm-tr th.col-200px,
.post-datatable table .pm-tfoot tr .pm-td.col-200px,
.post-datatable table .pm-tfoot tr .pm-th.col-200px,
.post-datatable table .pm-tfoot tr td.col-200px,
.post-datatable table .pm-tfoot tr th.col-200px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-200px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-200px,
.post-datatable table .pm-thead .pm-tr td.col-200px,
.post-datatable table .pm-thead .pm-tr th.col-200px,
.post-datatable table .pm-thead tr .pm-td.col-200px,
.post-datatable table .pm-thead tr .pm-th.col-200px,
.post-datatable table .pm-thead tr td.col-200px,
.post-datatable table .pm-thead tr th.col-200px,
.post-datatable table tbody .pm-tr .pm-td.col-200px,
.post-datatable table tbody .pm-tr .pm-th.col-200px,
.post-datatable table tbody .pm-tr td.col-200px,
.post-datatable table tbody .pm-tr th.col-200px,
.post-datatable table tbody tr .pm-td.col-200px,
.post-datatable table tbody tr .pm-th.col-200px,
.post-datatable table tbody tr td.col-200px,
.post-datatable table tbody tr th.col-200px,
.post-datatable table tfoot .pm-tr .pm-td.col-200px,
.post-datatable table tfoot .pm-tr .pm-th.col-200px,
.post-datatable table tfoot .pm-tr td.col-200px,
.post-datatable table tfoot .pm-tr th.col-200px,
.post-datatable table tfoot tr .pm-td.col-200px,
.post-datatable table tfoot tr .pm-th.col-200px,
.post-datatable table tfoot tr td.col-200px,
.post-datatable table tfoot tr th.col-200px,
.post-datatable table thead .pm-tr .pm-td.col-200px,
.post-datatable table thead .pm-tr .pm-th.col-200px,
.post-datatable table thead .pm-tr td.col-200px,
.post-datatable table thead .pm-tr th.col-200px,
.post-datatable table thead tr .pm-td.col-200px,
.post-datatable table thead tr .pm-th.col-200px,
.post-datatable table thead tr td.col-200px,
.post-datatable table thead tr th.col-200px {
    width: 200px!important;
    max-width: 200px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-225px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-225px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-225px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-225px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-225px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-225px,
.post-datatable .pm-table .pm-tbody tr td.col-225px,
.post-datatable .pm-table .pm-tbody tr th.col-225px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-225px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-225px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-225px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-225px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-225px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-225px,
.post-datatable .pm-table .pm-tfoot tr td.col-225px,
.post-datatable .pm-table .pm-tfoot tr th.col-225px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-225px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-225px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-225px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-225px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-225px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-225px,
.post-datatable .pm-table .pm-thead tr td.col-225px,
.post-datatable .pm-table .pm-thead tr th.col-225px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-225px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-225px,
.post-datatable .pm-table tbody .pm-tr td.col-225px,
.post-datatable .pm-table tbody .pm-tr th.col-225px,
.post-datatable .pm-table tbody tr .pm-td.col-225px,
.post-datatable .pm-table tbody tr .pm-th.col-225px,
.post-datatable .pm-table tbody tr td.col-225px,
.post-datatable .pm-table tbody tr th.col-225px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-225px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-225px,
.post-datatable .pm-table tfoot .pm-tr td.col-225px,
.post-datatable .pm-table tfoot .pm-tr th.col-225px,
.post-datatable .pm-table tfoot tr .pm-td.col-225px,
.post-datatable .pm-table tfoot tr .pm-th.col-225px,
.post-datatable .pm-table tfoot tr td.col-225px,
.post-datatable .pm-table tfoot tr th.col-225px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-225px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-225px,
.post-datatable .pm-table thead .pm-tr td.col-225px,
.post-datatable .pm-table thead .pm-tr th.col-225px,
.post-datatable .pm-table thead tr .pm-td.col-225px,
.post-datatable .pm-table thead tr .pm-th.col-225px,
.post-datatable .pm-table thead tr td.col-225px,
.post-datatable .pm-table thead tr th.col-225px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-225px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-225px,
.post-datatable table .pm-tbody .pm-tr td.col-225px,
.post-datatable table .pm-tbody .pm-tr th.col-225px,
.post-datatable table .pm-tbody tr .pm-td.col-225px,
.post-datatable table .pm-tbody tr .pm-th.col-225px,
.post-datatable table .pm-tbody tr td.col-225px,
.post-datatable table .pm-tbody tr th.col-225px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-225px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-225px,
.post-datatable table .pm-tfoot .pm-tr td.col-225px,
.post-datatable table .pm-tfoot .pm-tr th.col-225px,
.post-datatable table .pm-tfoot tr .pm-td.col-225px,
.post-datatable table .pm-tfoot tr .pm-th.col-225px,
.post-datatable table .pm-tfoot tr td.col-225px,
.post-datatable table .pm-tfoot tr th.col-225px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-225px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-225px,
.post-datatable table .pm-thead .pm-tr td.col-225px,
.post-datatable table .pm-thead .pm-tr th.col-225px,
.post-datatable table .pm-thead tr .pm-td.col-225px,
.post-datatable table .pm-thead tr .pm-th.col-225px,
.post-datatable table .pm-thead tr td.col-225px,
.post-datatable table .pm-thead tr th.col-225px,
.post-datatable table tbody .pm-tr .pm-td.col-225px,
.post-datatable table tbody .pm-tr .pm-th.col-225px,
.post-datatable table tbody .pm-tr td.col-225px,
.post-datatable table tbody .pm-tr th.col-225px,
.post-datatable table tbody tr .pm-td.col-225px,
.post-datatable table tbody tr .pm-th.col-225px,
.post-datatable table tbody tr td.col-225px,
.post-datatable table tbody tr th.col-225px,
.post-datatable table tfoot .pm-tr .pm-td.col-225px,
.post-datatable table tfoot .pm-tr .pm-th.col-225px,
.post-datatable table tfoot .pm-tr td.col-225px,
.post-datatable table tfoot .pm-tr th.col-225px,
.post-datatable table tfoot tr .pm-td.col-225px,
.post-datatable table tfoot tr .pm-th.col-225px,
.post-datatable table tfoot tr td.col-225px,
.post-datatable table tfoot tr th.col-225px,
.post-datatable table thead .pm-tr .pm-td.col-225px,
.post-datatable table thead .pm-tr .pm-th.col-225px,
.post-datatable table thead .pm-tr td.col-225px,
.post-datatable table thead .pm-tr th.col-225px,
.post-datatable table thead tr .pm-td.col-225px,
.post-datatable table thead tr .pm-th.col-225px,
.post-datatable table thead tr td.col-225px,
.post-datatable table thead tr th.col-225px {
    width: 225px!important;
    max-width: 225px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-250px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-250px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-250px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-250px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-250px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-250px,
.post-datatable .pm-table .pm-tbody tr td.col-250px,
.post-datatable .pm-table .pm-tbody tr th.col-250px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-250px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-250px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-250px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-250px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-250px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-250px,
.post-datatable .pm-table .pm-tfoot tr td.col-250px,
.post-datatable .pm-table .pm-tfoot tr th.col-250px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-250px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-250px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-250px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-250px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-250px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-250px,
.post-datatable .pm-table .pm-thead tr td.col-250px,
.post-datatable .pm-table .pm-thead tr th.col-250px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-250px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-250px,
.post-datatable .pm-table tbody .pm-tr td.col-250px,
.post-datatable .pm-table tbody .pm-tr th.col-250px,
.post-datatable .pm-table tbody tr .pm-td.col-250px,
.post-datatable .pm-table tbody tr .pm-th.col-250px,
.post-datatable .pm-table tbody tr td.col-250px,
.post-datatable .pm-table tbody tr th.col-250px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-250px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-250px,
.post-datatable .pm-table tfoot .pm-tr td.col-250px,
.post-datatable .pm-table tfoot .pm-tr th.col-250px,
.post-datatable .pm-table tfoot tr .pm-td.col-250px,
.post-datatable .pm-table tfoot tr .pm-th.col-250px,
.post-datatable .pm-table tfoot tr td.col-250px,
.post-datatable .pm-table tfoot tr th.col-250px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-250px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-250px,
.post-datatable .pm-table thead .pm-tr td.col-250px,
.post-datatable .pm-table thead .pm-tr th.col-250px,
.post-datatable .pm-table thead tr .pm-td.col-250px,
.post-datatable .pm-table thead tr .pm-th.col-250px,
.post-datatable .pm-table thead tr td.col-250px,
.post-datatable .pm-table thead tr th.col-250px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-250px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-250px,
.post-datatable table .pm-tbody .pm-tr td.col-250px,
.post-datatable table .pm-tbody .pm-tr th.col-250px,
.post-datatable table .pm-tbody tr .pm-td.col-250px,
.post-datatable table .pm-tbody tr .pm-th.col-250px,
.post-datatable table .pm-tbody tr td.col-250px,
.post-datatable table .pm-tbody tr th.col-250px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-250px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-250px,
.post-datatable table .pm-tfoot .pm-tr td.col-250px,
.post-datatable table .pm-tfoot .pm-tr th.col-250px,
.post-datatable table .pm-tfoot tr .pm-td.col-250px,
.post-datatable table .pm-tfoot tr .pm-th.col-250px,
.post-datatable table .pm-tfoot tr td.col-250px,
.post-datatable table .pm-tfoot tr th.col-250px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-250px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-250px,
.post-datatable table .pm-thead .pm-tr td.col-250px,
.post-datatable table .pm-thead .pm-tr th.col-250px,
.post-datatable table .pm-thead tr .pm-td.col-250px,
.post-datatable table .pm-thead tr .pm-th.col-250px,
.post-datatable table .pm-thead tr td.col-250px,
.post-datatable table .pm-thead tr th.col-250px,
.post-datatable table tbody .pm-tr .pm-td.col-250px,
.post-datatable table tbody .pm-tr .pm-th.col-250px,
.post-datatable table tbody .pm-tr td.col-250px,
.post-datatable table tbody .pm-tr th.col-250px,
.post-datatable table tbody tr .pm-td.col-250px,
.post-datatable table tbody tr .pm-th.col-250px,
.post-datatable table tbody tr td.col-250px,
.post-datatable table tbody tr th.col-250px,
.post-datatable table tfoot .pm-tr .pm-td.col-250px,
.post-datatable table tfoot .pm-tr .pm-th.col-250px,
.post-datatable table tfoot .pm-tr td.col-250px,
.post-datatable table tfoot .pm-tr th.col-250px,
.post-datatable table tfoot tr .pm-td.col-250px,
.post-datatable table tfoot tr .pm-th.col-250px,
.post-datatable table tfoot tr td.col-250px,
.post-datatable table tfoot tr th.col-250px,
.post-datatable table thead .pm-tr .pm-td.col-250px,
.post-datatable table thead .pm-tr .pm-th.col-250px,
.post-datatable table thead .pm-tr td.col-250px,
.post-datatable table thead .pm-tr th.col-250px,
.post-datatable table thead tr .pm-td.col-250px,
.post-datatable table thead tr .pm-th.col-250px,
.post-datatable table thead tr td.col-250px,
.post-datatable table thead tr th.col-250px {
    width: 250px!important;
    max-width: 250px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-275px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-275px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-275px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-275px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-275px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-275px,
.post-datatable .pm-table .pm-tbody tr td.col-275px,
.post-datatable .pm-table .pm-tbody tr th.col-275px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-275px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-275px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-275px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-275px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-275px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-275px,
.post-datatable .pm-table .pm-tfoot tr td.col-275px,
.post-datatable .pm-table .pm-tfoot tr th.col-275px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-275px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-275px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-275px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-275px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-275px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-275px,
.post-datatable .pm-table .pm-thead tr td.col-275px,
.post-datatable .pm-table .pm-thead tr th.col-275px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-275px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-275px,
.post-datatable .pm-table tbody .pm-tr td.col-275px,
.post-datatable .pm-table tbody .pm-tr th.col-275px,
.post-datatable .pm-table tbody tr .pm-td.col-275px,
.post-datatable .pm-table tbody tr .pm-th.col-275px,
.post-datatable .pm-table tbody tr td.col-275px,
.post-datatable .pm-table tbody tr th.col-275px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-275px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-275px,
.post-datatable .pm-table tfoot .pm-tr td.col-275px,
.post-datatable .pm-table tfoot .pm-tr th.col-275px,
.post-datatable .pm-table tfoot tr .pm-td.col-275px,
.post-datatable .pm-table tfoot tr .pm-th.col-275px,
.post-datatable .pm-table tfoot tr td.col-275px,
.post-datatable .pm-table tfoot tr th.col-275px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-275px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-275px,
.post-datatable .pm-table thead .pm-tr td.col-275px,
.post-datatable .pm-table thead .pm-tr th.col-275px,
.post-datatable .pm-table thead tr .pm-td.col-275px,
.post-datatable .pm-table thead tr .pm-th.col-275px,
.post-datatable .pm-table thead tr td.col-275px,
.post-datatable .pm-table thead tr th.col-275px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-275px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-275px,
.post-datatable table .pm-tbody .pm-tr td.col-275px,
.post-datatable table .pm-tbody .pm-tr th.col-275px,
.post-datatable table .pm-tbody tr .pm-td.col-275px,
.post-datatable table .pm-tbody tr .pm-th.col-275px,
.post-datatable table .pm-tbody tr td.col-275px,
.post-datatable table .pm-tbody tr th.col-275px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-275px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-275px,
.post-datatable table .pm-tfoot .pm-tr td.col-275px,
.post-datatable table .pm-tfoot .pm-tr th.col-275px,
.post-datatable table .pm-tfoot tr .pm-td.col-275px,
.post-datatable table .pm-tfoot tr .pm-th.col-275px,
.post-datatable table .pm-tfoot tr td.col-275px,
.post-datatable table .pm-tfoot tr th.col-275px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-275px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-275px,
.post-datatable table .pm-thead .pm-tr td.col-275px,
.post-datatable table .pm-thead .pm-tr th.col-275px,
.post-datatable table .pm-thead tr .pm-td.col-275px,
.post-datatable table .pm-thead tr .pm-th.col-275px,
.post-datatable table .pm-thead tr td.col-275px,
.post-datatable table .pm-thead tr th.col-275px,
.post-datatable table tbody .pm-tr .pm-td.col-275px,
.post-datatable table tbody .pm-tr .pm-th.col-275px,
.post-datatable table tbody .pm-tr td.col-275px,
.post-datatable table tbody .pm-tr th.col-275px,
.post-datatable table tbody tr .pm-td.col-275px,
.post-datatable table tbody tr .pm-th.col-275px,
.post-datatable table tbody tr td.col-275px,
.post-datatable table tbody tr th.col-275px,
.post-datatable table tfoot .pm-tr .pm-td.col-275px,
.post-datatable table tfoot .pm-tr .pm-th.col-275px,
.post-datatable table tfoot .pm-tr td.col-275px,
.post-datatable table tfoot .pm-tr th.col-275px,
.post-datatable table tfoot tr .pm-td.col-275px,
.post-datatable table tfoot tr .pm-th.col-275px,
.post-datatable table tfoot tr td.col-275px,
.post-datatable table tfoot tr th.col-275px,
.post-datatable table thead .pm-tr .pm-td.col-275px,
.post-datatable table thead .pm-tr .pm-th.col-275px,
.post-datatable table thead .pm-tr td.col-275px,
.post-datatable table thead .pm-tr th.col-275px,
.post-datatable table thead tr .pm-td.col-275px,
.post-datatable table thead tr .pm-th.col-275px,
.post-datatable table thead tr td.col-275px,
.post-datatable table thead tr th.col-275px {
    width: 275px!important;
    max-width: 275px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.col-300px,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.col-300px,
.post-datatable .pm-table .pm-tbody .pm-tr td.col-300px,
.post-datatable .pm-table .pm-tbody .pm-tr th.col-300px,
.post-datatable .pm-table .pm-tbody tr .pm-td.col-300px,
.post-datatable .pm-table .pm-tbody tr .pm-th.col-300px,
.post-datatable .pm-table .pm-tbody tr td.col-300px,
.post-datatable .pm-table .pm-tbody tr th.col-300px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.col-300px,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.col-300px,
.post-datatable .pm-table .pm-tfoot .pm-tr td.col-300px,
.post-datatable .pm-table .pm-tfoot .pm-tr th.col-300px,
.post-datatable .pm-table .pm-tfoot tr .pm-td.col-300px,
.post-datatable .pm-table .pm-tfoot tr .pm-th.col-300px,
.post-datatable .pm-table .pm-tfoot tr td.col-300px,
.post-datatable .pm-table .pm-tfoot tr th.col-300px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.col-300px,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.col-300px,
.post-datatable .pm-table .pm-thead .pm-tr td.col-300px,
.post-datatable .pm-table .pm-thead .pm-tr th.col-300px,
.post-datatable .pm-table .pm-thead tr .pm-td.col-300px,
.post-datatable .pm-table .pm-thead tr .pm-th.col-300px,
.post-datatable .pm-table .pm-thead tr td.col-300px,
.post-datatable .pm-table .pm-thead tr th.col-300px,
.post-datatable .pm-table tbody .pm-tr .pm-td.col-300px,
.post-datatable .pm-table tbody .pm-tr .pm-th.col-300px,
.post-datatable .pm-table tbody .pm-tr td.col-300px,
.post-datatable .pm-table tbody .pm-tr th.col-300px,
.post-datatable .pm-table tbody tr .pm-td.col-300px,
.post-datatable .pm-table tbody tr .pm-th.col-300px,
.post-datatable .pm-table tbody tr td.col-300px,
.post-datatable .pm-table tbody tr th.col-300px,
.post-datatable .pm-table tfoot .pm-tr .pm-td.col-300px,
.post-datatable .pm-table tfoot .pm-tr .pm-th.col-300px,
.post-datatable .pm-table tfoot .pm-tr td.col-300px,
.post-datatable .pm-table tfoot .pm-tr th.col-300px,
.post-datatable .pm-table tfoot tr .pm-td.col-300px,
.post-datatable .pm-table tfoot tr .pm-th.col-300px,
.post-datatable .pm-table tfoot tr td.col-300px,
.post-datatable .pm-table tfoot tr th.col-300px,
.post-datatable .pm-table thead .pm-tr .pm-td.col-300px,
.post-datatable .pm-table thead .pm-tr .pm-th.col-300px,
.post-datatable .pm-table thead .pm-tr td.col-300px,
.post-datatable .pm-table thead .pm-tr th.col-300px,
.post-datatable .pm-table thead tr .pm-td.col-300px,
.post-datatable .pm-table thead tr .pm-th.col-300px,
.post-datatable .pm-table thead tr td.col-300px,
.post-datatable .pm-table thead tr th.col-300px,
.post-datatable table .pm-tbody .pm-tr .pm-td.col-300px,
.post-datatable table .pm-tbody .pm-tr .pm-th.col-300px,
.post-datatable table .pm-tbody .pm-tr td.col-300px,
.post-datatable table .pm-tbody .pm-tr th.col-300px,
.post-datatable table .pm-tbody tr .pm-td.col-300px,
.post-datatable table .pm-tbody tr .pm-th.col-300px,
.post-datatable table .pm-tbody tr td.col-300px,
.post-datatable table .pm-tbody tr th.col-300px,
.post-datatable table .pm-tfoot .pm-tr .pm-td.col-300px,
.post-datatable table .pm-tfoot .pm-tr .pm-th.col-300px,
.post-datatable table .pm-tfoot .pm-tr td.col-300px,
.post-datatable table .pm-tfoot .pm-tr th.col-300px,
.post-datatable table .pm-tfoot tr .pm-td.col-300px,
.post-datatable table .pm-tfoot tr .pm-th.col-300px,
.post-datatable table .pm-tfoot tr td.col-300px,
.post-datatable table .pm-tfoot tr th.col-300px,
.post-datatable table .pm-thead .pm-tr .pm-td.col-300px,
.post-datatable table .pm-thead .pm-tr .pm-th.col-300px,
.post-datatable table .pm-thead .pm-tr td.col-300px,
.post-datatable table .pm-thead .pm-tr th.col-300px,
.post-datatable table .pm-thead tr .pm-td.col-300px,
.post-datatable table .pm-thead tr .pm-th.col-300px,
.post-datatable table .pm-thead tr td.col-300px,
.post-datatable table .pm-thead tr th.col-300px,
.post-datatable table tbody .pm-tr .pm-td.col-300px,
.post-datatable table tbody .pm-tr .pm-th.col-300px,
.post-datatable table tbody .pm-tr td.col-300px,
.post-datatable table tbody .pm-tr th.col-300px,
.post-datatable table tbody tr .pm-td.col-300px,
.post-datatable table tbody tr .pm-th.col-300px,
.post-datatable table tbody tr td.col-300px,
.post-datatable table tbody tr th.col-300px,
.post-datatable table tfoot .pm-tr .pm-td.col-300px,
.post-datatable table tfoot .pm-tr .pm-th.col-300px,
.post-datatable table tfoot .pm-tr td.col-300px,
.post-datatable table tfoot .pm-tr th.col-300px,
.post-datatable table tfoot tr .pm-td.col-300px,
.post-datatable table tfoot tr .pm-th.col-300px,
.post-datatable table tfoot tr td.col-300px,
.post-datatable table tfoot tr th.col-300px,
.post-datatable table thead .pm-tr .pm-td.col-300px,
.post-datatable table thead .pm-tr .pm-th.col-300px,
.post-datatable table thead .pm-tr td.col-300px,
.post-datatable table thead .pm-tr th.col-300px,
.post-datatable table thead tr .pm-td.col-300px,
.post-datatable table thead tr .pm-th.col-300px,
.post-datatable table thead tr td.col-300px,
.post-datatable table thead tr th.col-300px {
    width: 300px!important;
    max-width: 300px!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-sort-container,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-sort-container,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-sort-container,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-sort-container,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-sort-container,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-sort-container,
.post-datatable .pm-table .pm-tbody tr td .btn-sort-container,
.post-datatable .pm-table .pm-tbody tr th .btn-sort-container,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-sort-container,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-sort-container,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-sort-container,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-sort-container,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-sort-container,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-sort-container,
.post-datatable .pm-table .pm-tfoot tr td .btn-sort-container,
.post-datatable .pm-table .pm-tfoot tr th .btn-sort-container,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .btn-sort-container,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .btn-sort-container,
.post-datatable .pm-table .pm-thead .pm-tr td .btn-sort-container,
.post-datatable .pm-table .pm-thead .pm-tr th .btn-sort-container,
.post-datatable .pm-table .pm-thead tr .pm-td .btn-sort-container,
.post-datatable .pm-table .pm-thead tr .pm-th .btn-sort-container,
.post-datatable .pm-table .pm-thead tr td .btn-sort-container,
.post-datatable .pm-table .pm-thead tr th .btn-sort-container,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-sort-container,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-sort-container,
.post-datatable .pm-table tbody .pm-tr td .btn-sort-container,
.post-datatable .pm-table tbody .pm-tr th .btn-sort-container,
.post-datatable .pm-table tbody tr .pm-td .btn-sort-container,
.post-datatable .pm-table tbody tr .pm-th .btn-sort-container,
.post-datatable .pm-table tbody tr td .btn-sort-container,
.post-datatable .pm-table tbody tr th .btn-sort-container,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-sort-container,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-sort-container,
.post-datatable .pm-table tfoot .pm-tr td .btn-sort-container,
.post-datatable .pm-table tfoot .pm-tr th .btn-sort-container,
.post-datatable .pm-table tfoot tr .pm-td .btn-sort-container,
.post-datatable .pm-table tfoot tr .pm-th .btn-sort-container,
.post-datatable .pm-table tfoot tr td .btn-sort-container,
.post-datatable .pm-table tfoot tr th .btn-sort-container,
.post-datatable .pm-table thead .pm-tr .pm-td .btn-sort-container,
.post-datatable .pm-table thead .pm-tr .pm-th .btn-sort-container,
.post-datatable .pm-table thead .pm-tr td .btn-sort-container,
.post-datatable .pm-table thead .pm-tr th .btn-sort-container,
.post-datatable .pm-table thead tr .pm-td .btn-sort-container,
.post-datatable .pm-table thead tr .pm-th .btn-sort-container,
.post-datatable .pm-table thead tr td .btn-sort-container,
.post-datatable .pm-table thead tr th .btn-sort-container,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-sort-container,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-sort-container,
.post-datatable table .pm-tbody .pm-tr td .btn-sort-container,
.post-datatable table .pm-tbody .pm-tr th .btn-sort-container,
.post-datatable table .pm-tbody tr .pm-td .btn-sort-container,
.post-datatable table .pm-tbody tr .pm-th .btn-sort-container,
.post-datatable table .pm-tbody tr td .btn-sort-container,
.post-datatable table .pm-tbody tr th .btn-sort-container,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-sort-container,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-sort-container,
.post-datatable table .pm-tfoot .pm-tr td .btn-sort-container,
.post-datatable table .pm-tfoot .pm-tr th .btn-sort-container,
.post-datatable table .pm-tfoot tr .pm-td .btn-sort-container,
.post-datatable table .pm-tfoot tr .pm-th .btn-sort-container,
.post-datatable table .pm-tfoot tr td .btn-sort-container,
.post-datatable table .pm-tfoot tr th .btn-sort-container,
.post-datatable table .pm-thead .pm-tr .pm-td .btn-sort-container,
.post-datatable table .pm-thead .pm-tr .pm-th .btn-sort-container,
.post-datatable table .pm-thead .pm-tr td .btn-sort-container,
.post-datatable table .pm-thead .pm-tr th .btn-sort-container,
.post-datatable table .pm-thead tr .pm-td .btn-sort-container,
.post-datatable table .pm-thead tr .pm-th .btn-sort-container,
.post-datatable table .pm-thead tr td .btn-sort-container,
.post-datatable table .pm-thead tr th .btn-sort-container,
.post-datatable table tbody .pm-tr .pm-td .btn-sort-container,
.post-datatable table tbody .pm-tr .pm-th .btn-sort-container,
.post-datatable table tbody .pm-tr td .btn-sort-container,
.post-datatable table tbody .pm-tr th .btn-sort-container,
.post-datatable table tbody tr .pm-td .btn-sort-container,
.post-datatable table tbody tr .pm-th .btn-sort-container,
.post-datatable table tbody tr td .btn-sort-container,
.post-datatable table tbody tr th .btn-sort-container,
.post-datatable table tfoot .pm-tr .pm-td .btn-sort-container,
.post-datatable table tfoot .pm-tr .pm-th .btn-sort-container,
.post-datatable table tfoot .pm-tr td .btn-sort-container,
.post-datatable table tfoot .pm-tr th .btn-sort-container,
.post-datatable table tfoot tr .pm-td .btn-sort-container,
.post-datatable table tfoot tr .pm-th .btn-sort-container,
.post-datatable table tfoot tr td .btn-sort-container,
.post-datatable table tfoot tr th .btn-sort-container,
.post-datatable table thead .pm-tr .pm-td .btn-sort-container,
.post-datatable table thead .pm-tr .pm-th .btn-sort-container,
.post-datatable table thead .pm-tr td .btn-sort-container,
.post-datatable table thead .pm-tr th .btn-sort-container,
.post-datatable table thead tr .pm-td .btn-sort-container,
.post-datatable table thead tr .pm-th .btn-sort-container,
.post-datatable table thead tr td .btn-sort-container,
.post-datatable table thead tr th .btn-sort-container {
    line-height: 1!important;
    display: flex;
    text-align: center;
    align-items: center!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tbody tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tbody tr th .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tfoot tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-tfoot tr th .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-thead .pm-tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-thead .pm-tr th .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-thead tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-thead tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-thead tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table .pm-thead tr th .btn-sort-container .btn-sort,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table tbody .pm-tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table tbody .pm-tr th .btn-sort-container .btn-sort,
.post-datatable .pm-table tbody tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table tbody tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table tbody tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table tbody tr th .btn-sort-container .btn-sort,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table tfoot .pm-tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table tfoot .pm-tr th .btn-sort-container .btn-sort,
.post-datatable .pm-table tfoot tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table tfoot tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table tfoot tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table tfoot tr th .btn-sort-container .btn-sort,
.post-datatable .pm-table thead .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table thead .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table thead .pm-tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table thead .pm-tr th .btn-sort-container .btn-sort,
.post-datatable .pm-table thead tr .pm-td .btn-sort-container .btn-sort,
.post-datatable .pm-table thead tr .pm-th .btn-sort-container .btn-sort,
.post-datatable .pm-table thead tr td .btn-sort-container .btn-sort,
.post-datatable .pm-table thead tr th .btn-sort-container .btn-sort,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table .pm-tbody .pm-tr td .btn-sort-container .btn-sort,
.post-datatable table .pm-tbody .pm-tr th .btn-sort-container .btn-sort,
.post-datatable table .pm-tbody tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table .pm-tbody tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table .pm-tbody tr td .btn-sort-container .btn-sort,
.post-datatable table .pm-tbody tr th .btn-sort-container .btn-sort,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table .pm-tfoot .pm-tr td .btn-sort-container .btn-sort,
.post-datatable table .pm-tfoot .pm-tr th .btn-sort-container .btn-sort,
.post-datatable table .pm-tfoot tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table .pm-tfoot tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table .pm-tfoot tr td .btn-sort-container .btn-sort,
.post-datatable table .pm-tfoot tr th .btn-sort-container .btn-sort,
.post-datatable table .pm-thead .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table .pm-thead .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table .pm-thead .pm-tr td .btn-sort-container .btn-sort,
.post-datatable table .pm-thead .pm-tr th .btn-sort-container .btn-sort,
.post-datatable table .pm-thead tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table .pm-thead tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table .pm-thead tr td .btn-sort-container .btn-sort,
.post-datatable table .pm-thead tr th .btn-sort-container .btn-sort,
.post-datatable table tbody .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table tbody .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table tbody .pm-tr td .btn-sort-container .btn-sort,
.post-datatable table tbody .pm-tr th .btn-sort-container .btn-sort,
.post-datatable table tbody tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table tbody tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table tbody tr td .btn-sort-container .btn-sort,
.post-datatable table tbody tr th .btn-sort-container .btn-sort,
.post-datatable table tfoot .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table tfoot .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table tfoot .pm-tr td .btn-sort-container .btn-sort,
.post-datatable table tfoot .pm-tr th .btn-sort-container .btn-sort,
.post-datatable table tfoot tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table tfoot tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table tfoot tr td .btn-sort-container .btn-sort,
.post-datatable table tfoot tr th .btn-sort-container .btn-sort,
.post-datatable table thead .pm-tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table thead .pm-tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table thead .pm-tr td .btn-sort-container .btn-sort,
.post-datatable table thead .pm-tr th .btn-sort-container .btn-sort,
.post-datatable table thead tr .pm-td .btn-sort-container .btn-sort,
.post-datatable table thead tr .pm-th .btn-sort-container .btn-sort,
.post-datatable table thead tr td .btn-sort-container .btn-sort,
.post-datatable table thead tr th .btn-sort-container .btn-sort {
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-left: -10px;
    padding-top: 0;
    border-radius: 50%;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tbody tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tbody tr th .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tfoot tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-tfoot tr th .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-thead .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-thead .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-thead tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-thead tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-thead tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table .pm-thead tr th .btn-sort-container .btn-sort i,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table tbody .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table tbody .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable .pm-table tbody tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table tbody tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table tbody tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table tbody tr th .btn-sort-container .btn-sort i,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table tfoot .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table tfoot .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable .pm-table tfoot tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table tfoot tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table tfoot tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table tfoot tr th .btn-sort-container .btn-sort i,
.post-datatable .pm-table thead .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table thead .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table thead .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table thead .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable .pm-table thead tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable .pm-table thead tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable .pm-table thead tr td .btn-sort-container .btn-sort i,
.post-datatable .pm-table thead tr th .btn-sort-container .btn-sort i,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table .pm-tbody .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable table .pm-tbody .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable table .pm-tbody tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table .pm-tbody tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table .pm-tbody tr td .btn-sort-container .btn-sort i,
.post-datatable table .pm-tbody tr th .btn-sort-container .btn-sort i,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table .pm-tfoot .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable table .pm-tfoot .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable table .pm-tfoot tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table .pm-tfoot tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table .pm-tfoot tr td .btn-sort-container .btn-sort i,
.post-datatable table .pm-tfoot tr th .btn-sort-container .btn-sort i,
.post-datatable table .pm-thead .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table .pm-thead .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table .pm-thead .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable table .pm-thead .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable table .pm-thead tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table .pm-thead tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table .pm-thead tr td .btn-sort-container .btn-sort i,
.post-datatable table .pm-thead tr th .btn-sort-container .btn-sort i,
.post-datatable table tbody .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table tbody .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table tbody .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable table tbody .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable table tbody tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table tbody tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table tbody tr td .btn-sort-container .btn-sort i,
.post-datatable table tbody tr th .btn-sort-container .btn-sort i,
.post-datatable table tfoot .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table tfoot .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table tfoot .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable table tfoot .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable table tfoot tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table tfoot tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table tfoot tr td .btn-sort-container .btn-sort i,
.post-datatable table tfoot tr th .btn-sort-container .btn-sort i,
.post-datatable table thead .pm-tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table thead .pm-tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table thead .pm-tr td .btn-sort-container .btn-sort i,
.post-datatable table thead .pm-tr th .btn-sort-container .btn-sort i,
.post-datatable table thead tr .pm-td .btn-sort-container .btn-sort i,
.post-datatable table thead tr .pm-th .btn-sort-container .btn-sort i,
.post-datatable table thead tr td .btn-sort-container .btn-sort i,
.post-datatable table thead tr th .btn-sort-container .btn-sort i {
    font-size: 12px;
    color: #999;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tbody tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tbody tr th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tfoot tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-tfoot tr th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-thead .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-thead .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-thead tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-thead tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-thead tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table .pm-thead tr th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tbody .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tbody .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tbody tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tbody tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tbody tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tbody tr th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tfoot .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tfoot .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tfoot tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tfoot tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tfoot tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table tfoot tr th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table thead .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table thead .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table thead .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table thead .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table thead tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table thead tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table thead tr td .btn-sort-container .btn-sort:hover,
.post-datatable .pm-table thead tr th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tbody .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tbody .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tbody tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tbody tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tbody tr td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tbody tr th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tfoot .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tfoot .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tfoot tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tfoot tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tfoot tr td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-tfoot tr th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-thead .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-thead .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-thead .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-thead .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-thead tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-thead tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-thead tr td .btn-sort-container .btn-sort:hover,
.post-datatable table .pm-thead tr th .btn-sort-container .btn-sort:hover,
.post-datatable table tbody .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table tbody .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table tbody .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable table tbody .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable table tbody tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table tbody tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table tbody tr td .btn-sort-container .btn-sort:hover,
.post-datatable table tbody tr th .btn-sort-container .btn-sort:hover,
.post-datatable table tfoot .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table tfoot .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table tfoot .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable table tfoot .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable table tfoot tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table tfoot tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table tfoot tr td .btn-sort-container .btn-sort:hover,
.post-datatable table tfoot tr th .btn-sort-container .btn-sort:hover,
.post-datatable table thead .pm-tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table thead .pm-tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table thead .pm-tr td .btn-sort-container .btn-sort:hover,
.post-datatable table thead .pm-tr th .btn-sort-container .btn-sort:hover,
.post-datatable table thead tr .pm-td .btn-sort-container .btn-sort:hover,
.post-datatable table thead tr .pm-th .btn-sort-container .btn-sort:hover,
.post-datatable table thead tr td .btn-sort-container .btn-sort:hover,
.post-datatable table thead tr th .btn-sort-container .btn-sort:hover {
    background: #fff;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tbody .pm-tr td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tbody .pm-tr th .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tbody tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tbody tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tbody tr td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tbody tr th .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tfoot .pm-tr td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tfoot .pm-tr th .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tfoot tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tfoot tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tfoot tr td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-tfoot tr th .info.is-flex-stretch span,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table .pm-thead .pm-tr td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-thead .pm-tr th .info.is-flex-stretch span,
.post-datatable .pm-table .pm-thead tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-thead tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table .pm-thead tr td .info.is-flex-stretch span,
.post-datatable .pm-table .pm-thead tr th .info.is-flex-stretch span,
.post-datatable .pm-table tbody .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table tbody .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table tbody .pm-tr td .info.is-flex-stretch span,
.post-datatable .pm-table tbody .pm-tr th .info.is-flex-stretch span,
.post-datatable .pm-table tbody tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table tbody tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table tbody tr td .info.is-flex-stretch span,
.post-datatable .pm-table tbody tr th .info.is-flex-stretch span,
.post-datatable .pm-table tfoot .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table tfoot .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table tfoot .pm-tr td .info.is-flex-stretch span,
.post-datatable .pm-table tfoot .pm-tr th .info.is-flex-stretch span,
.post-datatable .pm-table tfoot tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table tfoot tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table tfoot tr td .info.is-flex-stretch span,
.post-datatable .pm-table tfoot tr th .info.is-flex-stretch span,
.post-datatable .pm-table thead .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table thead .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table thead .pm-tr td .info.is-flex-stretch span,
.post-datatable .pm-table thead .pm-tr th .info.is-flex-stretch span,
.post-datatable .pm-table thead tr .pm-td .info.is-flex-stretch span,
.post-datatable .pm-table thead tr .pm-th .info.is-flex-stretch span,
.post-datatable .pm-table thead tr td .info.is-flex-stretch span,
.post-datatable .pm-table thead tr th .info.is-flex-stretch span,
.post-datatable table .pm-tbody .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable table .pm-tbody .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable table .pm-tbody .pm-tr td .info.is-flex-stretch span,
.post-datatable table .pm-tbody .pm-tr th .info.is-flex-stretch span,
.post-datatable table .pm-tbody tr .pm-td .info.is-flex-stretch span,
.post-datatable table .pm-tbody tr .pm-th .info.is-flex-stretch span,
.post-datatable table .pm-tbody tr td .info.is-flex-stretch span,
.post-datatable table .pm-tbody tr th .info.is-flex-stretch span,
.post-datatable table .pm-tfoot .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable table .pm-tfoot .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable table .pm-tfoot .pm-tr td .info.is-flex-stretch span,
.post-datatable table .pm-tfoot .pm-tr th .info.is-flex-stretch span,
.post-datatable table .pm-tfoot tr .pm-td .info.is-flex-stretch span,
.post-datatable table .pm-tfoot tr .pm-th .info.is-flex-stretch span,
.post-datatable table .pm-tfoot tr td .info.is-flex-stretch span,
.post-datatable table .pm-tfoot tr th .info.is-flex-stretch span,
.post-datatable table .pm-thead .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable table .pm-thead .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable table .pm-thead .pm-tr td .info.is-flex-stretch span,
.post-datatable table .pm-thead .pm-tr th .info.is-flex-stretch span,
.post-datatable table .pm-thead tr .pm-td .info.is-flex-stretch span,
.post-datatable table .pm-thead tr .pm-th .info.is-flex-stretch span,
.post-datatable table .pm-thead tr td .info.is-flex-stretch span,
.post-datatable table .pm-thead tr th .info.is-flex-stretch span,
.post-datatable table tbody .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable table tbody .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable table tbody .pm-tr td .info.is-flex-stretch span,
.post-datatable table tbody .pm-tr th .info.is-flex-stretch span,
.post-datatable table tbody tr .pm-td .info.is-flex-stretch span,
.post-datatable table tbody tr .pm-th .info.is-flex-stretch span,
.post-datatable table tbody tr td .info.is-flex-stretch span,
.post-datatable table tbody tr th .info.is-flex-stretch span,
.post-datatable table tfoot .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable table tfoot .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable table tfoot .pm-tr td .info.is-flex-stretch span,
.post-datatable table tfoot .pm-tr th .info.is-flex-stretch span,
.post-datatable table tfoot tr .pm-td .info.is-flex-stretch span,
.post-datatable table tfoot tr .pm-th .info.is-flex-stretch span,
.post-datatable table tfoot tr td .info.is-flex-stretch span,
.post-datatable table tfoot tr th .info.is-flex-stretch span,
.post-datatable table thead .pm-tr .pm-td .info.is-flex-stretch span,
.post-datatable table thead .pm-tr .pm-th .info.is-flex-stretch span,
.post-datatable table thead .pm-tr td .info.is-flex-stretch span,
.post-datatable table thead .pm-tr th .info.is-flex-stretch span,
.post-datatable table thead tr .pm-td .info.is-flex-stretch span,
.post-datatable table thead tr .pm-th .info.is-flex-stretch span,
.post-datatable table thead tr td .info.is-flex-stretch span,
.post-datatable table thead tr th .info.is-flex-stretch span {
    flex-basis: 100%;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .container-offre,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .container-offre,
.post-datatable .pm-table .pm-tbody .pm-tr td .container-offre,
.post-datatable .pm-table .pm-tbody .pm-tr th .container-offre,
.post-datatable .pm-table .pm-tbody tr .pm-td .container-offre,
.post-datatable .pm-table .pm-tbody tr .pm-th .container-offre,
.post-datatable .pm-table .pm-tbody tr td .container-offre,
.post-datatable .pm-table .pm-tbody tr th .container-offre,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .container-offre,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .container-offre,
.post-datatable .pm-table .pm-tfoot .pm-tr td .container-offre,
.post-datatable .pm-table .pm-tfoot .pm-tr th .container-offre,
.post-datatable .pm-table .pm-tfoot tr .pm-td .container-offre,
.post-datatable .pm-table .pm-tfoot tr .pm-th .container-offre,
.post-datatable .pm-table .pm-tfoot tr td .container-offre,
.post-datatable .pm-table .pm-tfoot tr th .container-offre,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .container-offre,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .container-offre,
.post-datatable .pm-table .pm-thead .pm-tr td .container-offre,
.post-datatable .pm-table .pm-thead .pm-tr th .container-offre,
.post-datatable .pm-table .pm-thead tr .pm-td .container-offre,
.post-datatable .pm-table .pm-thead tr .pm-th .container-offre,
.post-datatable .pm-table .pm-thead tr td .container-offre,
.post-datatable .pm-table .pm-thead tr th .container-offre,
.post-datatable .pm-table tbody .pm-tr .pm-td .container-offre,
.post-datatable .pm-table tbody .pm-tr .pm-th .container-offre,
.post-datatable .pm-table tbody .pm-tr td .container-offre,
.post-datatable .pm-table tbody .pm-tr th .container-offre,
.post-datatable .pm-table tbody tr .pm-td .container-offre,
.post-datatable .pm-table tbody tr .pm-th .container-offre,
.post-datatable .pm-table tbody tr td .container-offre,
.post-datatable .pm-table tbody tr th .container-offre,
.post-datatable .pm-table tfoot .pm-tr .pm-td .container-offre,
.post-datatable .pm-table tfoot .pm-tr .pm-th .container-offre,
.post-datatable .pm-table tfoot .pm-tr td .container-offre,
.post-datatable .pm-table tfoot .pm-tr th .container-offre,
.post-datatable .pm-table tfoot tr .pm-td .container-offre,
.post-datatable .pm-table tfoot tr .pm-th .container-offre,
.post-datatable .pm-table tfoot tr td .container-offre,
.post-datatable .pm-table tfoot tr th .container-offre,
.post-datatable .pm-table thead .pm-tr .pm-td .container-offre,
.post-datatable .pm-table thead .pm-tr .pm-th .container-offre,
.post-datatable .pm-table thead .pm-tr td .container-offre,
.post-datatable .pm-table thead .pm-tr th .container-offre,
.post-datatable .pm-table thead tr .pm-td .container-offre,
.post-datatable .pm-table thead tr .pm-th .container-offre,
.post-datatable .pm-table thead tr td .container-offre,
.post-datatable .pm-table thead tr th .container-offre,
.post-datatable table .pm-tbody .pm-tr .pm-td .container-offre,
.post-datatable table .pm-tbody .pm-tr .pm-th .container-offre,
.post-datatable table .pm-tbody .pm-tr td .container-offre,
.post-datatable table .pm-tbody .pm-tr th .container-offre,
.post-datatable table .pm-tbody tr .pm-td .container-offre,
.post-datatable table .pm-tbody tr .pm-th .container-offre,
.post-datatable table .pm-tbody tr td .container-offre,
.post-datatable table .pm-tbody tr th .container-offre,
.post-datatable table .pm-tfoot .pm-tr .pm-td .container-offre,
.post-datatable table .pm-tfoot .pm-tr .pm-th .container-offre,
.post-datatable table .pm-tfoot .pm-tr td .container-offre,
.post-datatable table .pm-tfoot .pm-tr th .container-offre,
.post-datatable table .pm-tfoot tr .pm-td .container-offre,
.post-datatable table .pm-tfoot tr .pm-th .container-offre,
.post-datatable table .pm-tfoot tr td .container-offre,
.post-datatable table .pm-tfoot tr th .container-offre,
.post-datatable table .pm-thead .pm-tr .pm-td .container-offre,
.post-datatable table .pm-thead .pm-tr .pm-th .container-offre,
.post-datatable table .pm-thead .pm-tr td .container-offre,
.post-datatable table .pm-thead .pm-tr th .container-offre,
.post-datatable table .pm-thead tr .pm-td .container-offre,
.post-datatable table .pm-thead tr .pm-th .container-offre,
.post-datatable table .pm-thead tr td .container-offre,
.post-datatable table .pm-thead tr th .container-offre,
.post-datatable table tbody .pm-tr .pm-td .container-offre,
.post-datatable table tbody .pm-tr .pm-th .container-offre,
.post-datatable table tbody .pm-tr td .container-offre,
.post-datatable table tbody .pm-tr th .container-offre,
.post-datatable table tbody tr .pm-td .container-offre,
.post-datatable table tbody tr .pm-th .container-offre,
.post-datatable table tbody tr td .container-offre,
.post-datatable table tbody tr th .container-offre,
.post-datatable table tfoot .pm-tr .pm-td .container-offre,
.post-datatable table tfoot .pm-tr .pm-th .container-offre,
.post-datatable table tfoot .pm-tr td .container-offre,
.post-datatable table tfoot .pm-tr th .container-offre,
.post-datatable table tfoot tr .pm-td .container-offre,
.post-datatable table tfoot tr .pm-th .container-offre,
.post-datatable table tfoot tr td .container-offre,
.post-datatable table tfoot tr th .container-offre,
.post-datatable table thead .pm-tr .pm-td .container-offre,
.post-datatable table thead .pm-tr .pm-th .container-offre,
.post-datatable table thead .pm-tr td .container-offre,
.post-datatable table thead .pm-tr th .container-offre,
.post-datatable table thead tr .pm-td .container-offre,
.post-datatable table thead tr .pm-th .container-offre,
.post-datatable table thead tr td .container-offre,
.post-datatable table thead tr th .container-offre {
    display: flex;
    flex-direction: row;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table .pm-tbody .pm-tr td .container-offre .col-offre,
.post-datatable .pm-table .pm-tbody .pm-tr th .container-offre .col-offre,
.post-datatable .pm-table .pm-tbody tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table .pm-tbody tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table .pm-tbody tr td .container-offre .col-offre,
.post-datatable .pm-table .pm-tbody tr th .container-offre .col-offre,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table .pm-tfoot .pm-tr td .container-offre .col-offre,
.post-datatable .pm-table .pm-tfoot .pm-tr th .container-offre .col-offre,
.post-datatable .pm-table .pm-tfoot tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table .pm-tfoot tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table .pm-tfoot tr td .container-offre .col-offre,
.post-datatable .pm-table .pm-tfoot tr th .container-offre .col-offre,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table .pm-thead .pm-tr td .container-offre .col-offre,
.post-datatable .pm-table .pm-thead .pm-tr th .container-offre .col-offre,
.post-datatable .pm-table .pm-thead tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table .pm-thead tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table .pm-thead tr td .container-offre .col-offre,
.post-datatable .pm-table .pm-thead tr th .container-offre .col-offre,
.post-datatable .pm-table tbody .pm-tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table tbody .pm-tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table tbody .pm-tr td .container-offre .col-offre,
.post-datatable .pm-table tbody .pm-tr th .container-offre .col-offre,
.post-datatable .pm-table tbody tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table tbody tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table tbody tr td .container-offre .col-offre,
.post-datatable .pm-table tbody tr th .container-offre .col-offre,
.post-datatable .pm-table tfoot .pm-tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table tfoot .pm-tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table tfoot .pm-tr td .container-offre .col-offre,
.post-datatable .pm-table tfoot .pm-tr th .container-offre .col-offre,
.post-datatable .pm-table tfoot tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table tfoot tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table tfoot tr td .container-offre .col-offre,
.post-datatable .pm-table tfoot tr th .container-offre .col-offre,
.post-datatable .pm-table thead .pm-tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table thead .pm-tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table thead .pm-tr td .container-offre .col-offre,
.post-datatable .pm-table thead .pm-tr th .container-offre .col-offre,
.post-datatable .pm-table thead tr .pm-td .container-offre .col-offre,
.post-datatable .pm-table thead tr .pm-th .container-offre .col-offre,
.post-datatable .pm-table thead tr td .container-offre .col-offre,
.post-datatable .pm-table thead tr th .container-offre .col-offre,
.post-datatable table .pm-tbody .pm-tr .pm-td .container-offre .col-offre,
.post-datatable table .pm-tbody .pm-tr .pm-th .container-offre .col-offre,
.post-datatable table .pm-tbody .pm-tr td .container-offre .col-offre,
.post-datatable table .pm-tbody .pm-tr th .container-offre .col-offre,
.post-datatable table .pm-tbody tr .pm-td .container-offre .col-offre,
.post-datatable table .pm-tbody tr .pm-th .container-offre .col-offre,
.post-datatable table .pm-tbody tr td .container-offre .col-offre,
.post-datatable table .pm-tbody tr th .container-offre .col-offre,
.post-datatable table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre,
.post-datatable table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre,
.post-datatable table .pm-tfoot .pm-tr td .container-offre .col-offre,
.post-datatable table .pm-tfoot .pm-tr th .container-offre .col-offre,
.post-datatable table .pm-tfoot tr .pm-td .container-offre .col-offre,
.post-datatable table .pm-tfoot tr .pm-th .container-offre .col-offre,
.post-datatable table .pm-tfoot tr td .container-offre .col-offre,
.post-datatable table .pm-tfoot tr th .container-offre .col-offre,
.post-datatable table .pm-thead .pm-tr .pm-td .container-offre .col-offre,
.post-datatable table .pm-thead .pm-tr .pm-th .container-offre .col-offre,
.post-datatable table .pm-thead .pm-tr td .container-offre .col-offre,
.post-datatable table .pm-thead .pm-tr th .container-offre .col-offre,
.post-datatable table .pm-thead tr .pm-td .container-offre .col-offre,
.post-datatable table .pm-thead tr .pm-th .container-offre .col-offre,
.post-datatable table .pm-thead tr td .container-offre .col-offre,
.post-datatable table .pm-thead tr th .container-offre .col-offre,
.post-datatable table tbody .pm-tr .pm-td .container-offre .col-offre,
.post-datatable table tbody .pm-tr .pm-th .container-offre .col-offre,
.post-datatable table tbody .pm-tr td .container-offre .col-offre,
.post-datatable table tbody .pm-tr th .container-offre .col-offre,
.post-datatable table tbody tr .pm-td .container-offre .col-offre,
.post-datatable table tbody tr .pm-th .container-offre .col-offre,
.post-datatable table tbody tr td .container-offre .col-offre,
.post-datatable table tbody tr th .container-offre .col-offre,
.post-datatable table tfoot .pm-tr .pm-td .container-offre .col-offre,
.post-datatable table tfoot .pm-tr .pm-th .container-offre .col-offre,
.post-datatable table tfoot .pm-tr td .container-offre .col-offre,
.post-datatable table tfoot .pm-tr th .container-offre .col-offre,
.post-datatable table tfoot tr .pm-td .container-offre .col-offre,
.post-datatable table tfoot tr .pm-th .container-offre .col-offre,
.post-datatable table tfoot tr td .container-offre .col-offre,
.post-datatable table tfoot tr th .container-offre .col-offre,
.post-datatable table thead .pm-tr .pm-td .container-offre .col-offre,
.post-datatable table thead .pm-tr .pm-th .container-offre .col-offre,
.post-datatable table thead .pm-tr td .container-offre .col-offre,
.post-datatable table thead .pm-tr th .container-offre .col-offre,
.post-datatable table thead tr .pm-td .container-offre .col-offre,
.post-datatable table thead tr .pm-th .container-offre .col-offre,
.post-datatable table thead tr td .container-offre .col-offre,
.post-datatable table thead tr th .container-offre .col-offre {
    position: relative;
    height: 45px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tbody .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tbody .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tbody tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tbody tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tbody tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tbody tr th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tfoot .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tfoot .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tfoot tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tfoot tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tfoot tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-tfoot tr th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-thead .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-thead .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-thead tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-thead tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-thead tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table .pm-thead tr th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tbody .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tbody .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tbody .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tbody .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tbody tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tbody tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tbody tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tbody tr th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tfoot .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tfoot .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tfoot .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tfoot .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tfoot tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tfoot tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tfoot tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table tfoot tr th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table thead .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table thead .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table thead .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table thead .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table thead tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table thead tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table thead tr td .container-offre .col-offre.with-align-items-center,
.post-datatable .pm-table thead tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tbody .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tbody .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tbody .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tbody .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tbody tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tbody tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tbody tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tbody tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tfoot .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tfoot .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tfoot tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tfoot tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tfoot tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-tfoot tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-thead .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-thead .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-thead .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-thead .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-thead tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-thead tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-thead tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table .pm-thead tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table tbody .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table tbody .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table tbody .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table tbody .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table tbody tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table tbody tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table tbody tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table tbody tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table tfoot .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table tfoot .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table tfoot .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table tfoot .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table tfoot tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table tfoot tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table tfoot tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table tfoot tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table thead .pm-tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table thead .pm-tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table thead .pm-tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table thead .pm-tr th .container-offre .col-offre.with-align-items-center,
.post-datatable table thead tr .pm-td .container-offre .col-offre.with-align-items-center,
.post-datatable table thead tr .pm-th .container-offre .col-offre.with-align-items-center,
.post-datatable table thead tr td .container-offre .col-offre.with-align-items-center,
.post-datatable table thead tr th .container-offre .col-offre.with-align-items-center {
    justify-content: center!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr th .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tbody tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tbody tr th .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr th .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tfoot tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-tfoot tr th .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-thead .pm-tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-thead .pm-tr th .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-thead tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-thead tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-thead tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table .pm-thead tr th .container-offre .col-offre:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table tbody .pm-tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table tbody .pm-tr th .container-offre .col-offre:first-child,
.post-datatable .pm-table tbody tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table tbody tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table tbody tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table tbody tr th .container-offre .col-offre:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table tfoot .pm-tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table tfoot .pm-tr th .container-offre .col-offre:first-child,
.post-datatable .pm-table tfoot tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table tfoot tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table tfoot tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table tfoot tr th .container-offre .col-offre:first-child,
.post-datatable .pm-table thead .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table thead .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table thead .pm-tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table thead .pm-tr th .container-offre .col-offre:first-child,
.post-datatable .pm-table thead tr .pm-td .container-offre .col-offre:first-child,
.post-datatable .pm-table thead tr .pm-th .container-offre .col-offre:first-child,
.post-datatable .pm-table thead tr td .container-offre .col-offre:first-child,
.post-datatable .pm-table thead tr th .container-offre .col-offre:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table .pm-tbody .pm-tr td .container-offre .col-offre:first-child,
.post-datatable table .pm-tbody .pm-tr th .container-offre .col-offre:first-child,
.post-datatable table .pm-tbody tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table .pm-tbody tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table .pm-tbody tr td .container-offre .col-offre:first-child,
.post-datatable table .pm-tbody tr th .container-offre .col-offre:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table .pm-tfoot .pm-tr td .container-offre .col-offre:first-child,
.post-datatable table .pm-tfoot .pm-tr th .container-offre .col-offre:first-child,
.post-datatable table .pm-tfoot tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table .pm-tfoot tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table .pm-tfoot tr td .container-offre .col-offre:first-child,
.post-datatable table .pm-tfoot tr th .container-offre .col-offre:first-child,
.post-datatable table .pm-thead .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table .pm-thead .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table .pm-thead .pm-tr td .container-offre .col-offre:first-child,
.post-datatable table .pm-thead .pm-tr th .container-offre .col-offre:first-child,
.post-datatable table .pm-thead tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table .pm-thead tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table .pm-thead tr td .container-offre .col-offre:first-child,
.post-datatable table .pm-thead tr th .container-offre .col-offre:first-child,
.post-datatable table tbody .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table tbody .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table tbody .pm-tr td .container-offre .col-offre:first-child,
.post-datatable table tbody .pm-tr th .container-offre .col-offre:first-child,
.post-datatable table tbody tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table tbody tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table tbody tr td .container-offre .col-offre:first-child,
.post-datatable table tbody tr th .container-offre .col-offre:first-child,
.post-datatable table tfoot .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table tfoot .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table tfoot .pm-tr td .container-offre .col-offre:first-child,
.post-datatable table tfoot .pm-tr th .container-offre .col-offre:first-child,
.post-datatable table tfoot tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table tfoot tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table tfoot tr td .container-offre .col-offre:first-child,
.post-datatable table tfoot tr th .container-offre .col-offre:first-child,
.post-datatable table thead .pm-tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table thead .pm-tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table thead .pm-tr td .container-offre .col-offre:first-child,
.post-datatable table thead .pm-tr th .container-offre .col-offre:first-child,
.post-datatable table thead tr .pm-td .container-offre .col-offre:first-child,
.post-datatable table thead tr .pm-th .container-offre .col-offre:first-child,
.post-datatable table thead tr td .container-offre .col-offre:first-child,
.post-datatable table thead tr th .container-offre .col-offre:first-child {
    display: flex;
    flex-direction: column;
    width: 20px;
    margin-right: 15px;
    justify-content: space-between;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tbody tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tbody tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tfoot tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-tfoot tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-thead .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-thead .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-thead tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-thead tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-thead tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table .pm-thead tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tbody tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tbody tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tfoot tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table tfoot tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table thead .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table thead .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table thead tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table thead tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table thead tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable .pm-table thead tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tbody tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tbody tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tfoot tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-tfoot tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-thead .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-thead .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-thead tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-thead tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-thead tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table .pm-thead tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tbody tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tbody tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tfoot tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table tfoot tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table thead .pm-tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table thead .pm-tr th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table thead tr .pm-td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table thead tr .pm-th .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table thead tr td .container-offre .col-offre:first-child .col-offre-icon,
.post-datatable table thead tr th .container-offre .col-offre:first-child .col-offre-icon {
    font-size: 20px;
    display: block;
    color: #999;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tbody tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tbody tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tfoot tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-tfoot tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-thead .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-thead .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-thead tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-thead tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-thead tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table .pm-thead tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tbody tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tbody tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tfoot tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table tfoot tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table thead .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table thead .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table thead tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table thead tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table thead tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable .pm-table thead tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tbody tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tbody tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tfoot tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-tfoot tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-thead .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-thead .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-thead tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-thead tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-thead tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table .pm-thead tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tbody tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tbody tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tfoot tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table tfoot tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table thead .pm-tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table thead .pm-tr th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table thead tr .pm-td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table thead tr .pm-th .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table thead tr td .container-offre .col-offre:first-child .col-offre-image,
.post-datatable table thead tr th .container-offre .col-offre:first-child .col-offre-image {
    width: 22px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tbody tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tbody tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tfoot tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-tfoot tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-thead .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-thead .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-thead tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-thead tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-thead tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table .pm-thead tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tbody tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tbody tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tfoot tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table tfoot tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table thead .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table thead .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table thead tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table thead tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table thead tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable .pm-table thead tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tbody tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tbody tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tfoot tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-tfoot tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-thead .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-thead .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-thead tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-thead tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-thead tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table .pm-thead tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tbody .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tbody .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tbody .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tbody .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tbody tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tbody tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tbody tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tbody tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tfoot .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tfoot .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tfoot .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tfoot .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tfoot tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tfoot tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tfoot tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table tfoot tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table thead .pm-tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table thead .pm-tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table thead .pm-tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table thead .pm-tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table thead tr .pm-td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table thead tr .pm-th .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table thead tr td .container-offre .col-offre:first-child .col-offre-package .post-icon-option,
.post-datatable table thead tr th .container-offre .col-offre:first-child .col-offre-package .post-icon-option {
    position: absolute;
    bottom: 0;
    display: inline-block;
    margin: 0;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tbody .pm-tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tbody .pm-tr th .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tbody tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tbody tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tbody tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tbody tr th .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr th .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tfoot tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tfoot tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tfoot tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-tfoot tr th .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-thead .pm-tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-thead .pm-tr th .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-thead tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-thead tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-thead tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table .pm-thead tr th .container-offre .col-offre:last-child,
.post-datatable .pm-table tbody .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table tbody .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table tbody .pm-tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table tbody .pm-tr th .container-offre .col-offre:last-child,
.post-datatable .pm-table tbody tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table tbody tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table tbody tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table tbody tr th .container-offre .col-offre:last-child,
.post-datatable .pm-table tfoot .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table tfoot .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table tfoot .pm-tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table tfoot .pm-tr th .container-offre .col-offre:last-child,
.post-datatable .pm-table tfoot tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table tfoot tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table tfoot tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table tfoot tr th .container-offre .col-offre:last-child,
.post-datatable .pm-table thead .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table thead .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table thead .pm-tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table thead .pm-tr th .container-offre .col-offre:last-child,
.post-datatable .pm-table thead tr .pm-td .container-offre .col-offre:last-child,
.post-datatable .pm-table thead tr .pm-th .container-offre .col-offre:last-child,
.post-datatable .pm-table thead tr td .container-offre .col-offre:last-child,
.post-datatable .pm-table thead tr th .container-offre .col-offre:last-child,
.post-datatable table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table .pm-tbody .pm-tr td .container-offre .col-offre:last-child,
.post-datatable table .pm-tbody .pm-tr th .container-offre .col-offre:last-child,
.post-datatable table .pm-tbody tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table .pm-tbody tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table .pm-tbody tr td .container-offre .col-offre:last-child,
.post-datatable table .pm-tbody tr th .container-offre .col-offre:last-child,
.post-datatable table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table .pm-tfoot .pm-tr td .container-offre .col-offre:last-child,
.post-datatable table .pm-tfoot .pm-tr th .container-offre .col-offre:last-child,
.post-datatable table .pm-tfoot tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table .pm-tfoot tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table .pm-tfoot tr td .container-offre .col-offre:last-child,
.post-datatable table .pm-tfoot tr th .container-offre .col-offre:last-child,
.post-datatable table .pm-thead .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table .pm-thead .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table .pm-thead .pm-tr td .container-offre .col-offre:last-child,
.post-datatable table .pm-thead .pm-tr th .container-offre .col-offre:last-child,
.post-datatable table .pm-thead tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table .pm-thead tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table .pm-thead tr td .container-offre .col-offre:last-child,
.post-datatable table .pm-thead tr th .container-offre .col-offre:last-child,
.post-datatable table tbody .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table tbody .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table tbody .pm-tr td .container-offre .col-offre:last-child,
.post-datatable table tbody .pm-tr th .container-offre .col-offre:last-child,
.post-datatable table tbody tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table tbody tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table tbody tr td .container-offre .col-offre:last-child,
.post-datatable table tbody tr th .container-offre .col-offre:last-child,
.post-datatable table tfoot .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table tfoot .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table tfoot .pm-tr td .container-offre .col-offre:last-child,
.post-datatable table tfoot .pm-tr th .container-offre .col-offre:last-child,
.post-datatable table tfoot tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table tfoot tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table tfoot tr td .container-offre .col-offre:last-child,
.post-datatable table tfoot tr th .container-offre .col-offre:last-child,
.post-datatable table thead .pm-tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table thead .pm-tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table thead .pm-tr td .container-offre .col-offre:last-child,
.post-datatable table thead .pm-tr th .container-offre .col-offre:last-child,
.post-datatable table thead tr .pm-td .container-offre .col-offre:last-child,
.post-datatable table thead tr .pm-th .container-offre .col-offre:last-child,
.post-datatable table thead tr td .container-offre .col-offre:last-child,
.post-datatable table thead tr th .container-offre .col-offre:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tbody tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tbody tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tfoot tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-tfoot tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-thead .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-thead .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-thead tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-thead tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-thead tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table .pm-thead tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tbody tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tbody tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tfoot tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table tfoot tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table thead .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table thead .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table thead tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table thead tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table thead tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable .pm-table thead tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tbody tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tbody tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tfoot tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-tfoot tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-thead .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-thead .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-thead tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-thead tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-thead tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table .pm-thead tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tbody tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tbody tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tfoot tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table tfoot tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table thead .pm-tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table thead .pm-tr th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table thead tr .pm-td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table thead tr .pm-th .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table thead tr td .container-offre .col-offre:last-child .col-offre-tel-number,
.post-datatable table thead tr th .container-offre .col-offre:last-child .col-offre-tel-number {
    font-size: 16px;
    font-weight: 700;
    color: #646567;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tbody tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tbody tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tfoot tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-tfoot tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-thead .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-thead .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-thead tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-thead tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-thead tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table .pm-thead tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tbody tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tbody tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tfoot tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table tfoot tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table thead .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table thead .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table thead tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table thead tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table thead tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable .pm-table thead tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tbody tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tbody tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tfoot tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-tfoot tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-thead .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-thead .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-thead tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-thead tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-thead tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table .pm-thead tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tbody tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tbody tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tfoot tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table tfoot tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table thead .pm-tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table thead .pm-tr th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table thead tr .pm-td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table thead tr .pm-th .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table thead tr td .container-offre .col-offre:last-child .col-offre-services,
.post-datatable table thead tr th .container-offre .col-offre:last-child .col-offre-services {
    font-size: 12px;
    color: #999;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tbody tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tbody tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tfoot tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-tfoot tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-thead .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-thead .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-thead tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-thead tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-thead tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table .pm-thead tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tbody tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tbody tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tfoot tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table tfoot tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table thead .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table thead .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table thead tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table thead tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table thead tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable .pm-table thead tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tbody tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tbody tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tfoot tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-tfoot tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-thead .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-thead .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-thead tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-thead tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-thead tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table .pm-thead tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tbody .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tbody .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tbody .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tbody .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tbody tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tbody tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tbody tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tbody tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tfoot .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tfoot .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tfoot .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tfoot .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tfoot tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tfoot tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tfoot tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table tfoot tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table thead .pm-tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table thead .pm-tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table thead .pm-tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table thead .pm-tr th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table thead tr .pm-td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table thead tr .pm-th .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table thead tr td .container-offre .col-offre:last-child .col-offre-services i,
.post-datatable table thead tr th .container-offre .col-offre:last-child .col-offre-services i {
    font-size: 16px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos,
.post-datatable .pm-table .pm-tbody tr td .edit-infos,
.post-datatable .pm-table .pm-tbody tr th .edit-infos,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos,
.post-datatable .pm-table .pm-thead tr td .edit-infos,
.post-datatable .pm-table .pm-thead tr th .edit-infos,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos,
.post-datatable .pm-table tbody .pm-tr td .edit-infos,
.post-datatable .pm-table tbody .pm-tr th .edit-infos,
.post-datatable .pm-table tbody tr .pm-td .edit-infos,
.post-datatable .pm-table tbody tr .pm-th .edit-infos,
.post-datatable .pm-table tbody tr td .edit-infos,
.post-datatable .pm-table tbody tr th .edit-infos,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos,
.post-datatable .pm-table tfoot tr td .edit-infos,
.post-datatable .pm-table tfoot tr th .edit-infos,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos,
.post-datatable .pm-table thead .pm-tr td .edit-infos,
.post-datatable .pm-table thead .pm-tr th .edit-infos,
.post-datatable .pm-table thead tr .pm-td .edit-infos,
.post-datatable .pm-table thead tr .pm-th .edit-infos,
.post-datatable .pm-table thead tr td .edit-infos,
.post-datatable .pm-table thead tr th .edit-infos,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos,
.post-datatable table .pm-tbody .pm-tr td .edit-infos,
.post-datatable table .pm-tbody .pm-tr th .edit-infos,
.post-datatable table .pm-tbody tr .pm-td .edit-infos,
.post-datatable table .pm-tbody tr .pm-th .edit-infos,
.post-datatable table .pm-tbody tr td .edit-infos,
.post-datatable table .pm-tbody tr th .edit-infos,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos,
.post-datatable table .pm-tfoot tr td .edit-infos,
.post-datatable table .pm-tfoot tr th .edit-infos,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos,
.post-datatable table .pm-thead .pm-tr td .edit-infos,
.post-datatable table .pm-thead .pm-tr th .edit-infos,
.post-datatable table .pm-thead tr .pm-td .edit-infos,
.post-datatable table .pm-thead tr .pm-th .edit-infos,
.post-datatable table .pm-thead tr td .edit-infos,
.post-datatable table .pm-thead tr th .edit-infos,
.post-datatable table tbody .pm-tr .pm-td .edit-infos,
.post-datatable table tbody .pm-tr .pm-th .edit-infos,
.post-datatable table tbody .pm-tr td .edit-infos,
.post-datatable table tbody .pm-tr th .edit-infos,
.post-datatable table tbody tr .pm-td .edit-infos,
.post-datatable table tbody tr .pm-th .edit-infos,
.post-datatable table tbody tr td .edit-infos,
.post-datatable table tbody tr th .edit-infos,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos,
.post-datatable table tfoot .pm-tr td .edit-infos,
.post-datatable table tfoot .pm-tr th .edit-infos,
.post-datatable table tfoot tr .pm-td .edit-infos,
.post-datatable table tfoot tr .pm-th .edit-infos,
.post-datatable table tfoot tr td .edit-infos,
.post-datatable table tfoot tr th .edit-infos,
.post-datatable table thead .pm-tr .pm-td .edit-infos,
.post-datatable table thead .pm-tr .pm-th .edit-infos,
.post-datatable table thead .pm-tr td .edit-infos,
.post-datatable table thead .pm-tr th .edit-infos,
.post-datatable table thead tr .pm-td .edit-infos,
.post-datatable table thead tr .pm-th .edit-infos,
.post-datatable table thead tr td .edit-infos,
.post-datatable table thead tr th .edit-infos {
    line-height: 1.2;
    position: relative;
    margin-right: 40px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .country-selector,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .country-selector,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .country-selector,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .country-selector,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .country-selector,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .country-selector,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .country-selector,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .country-selector,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .country-selector,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .country-selector,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table .pm-thead tr td .edit-infos .country-selector,
.post-datatable .pm-table .pm-thead tr th .edit-infos .country-selector,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .country-selector,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .country-selector,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table tbody tr td .edit-infos .country-selector,
.post-datatable .pm-table tbody tr th .edit-infos .country-selector,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .country-selector,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .country-selector,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table tfoot tr td .edit-infos .country-selector,
.post-datatable .pm-table tfoot tr th .edit-infos .country-selector,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table thead .pm-tr td .edit-infos .country-selector,
.post-datatable .pm-table thead .pm-tr th .edit-infos .country-selector,
.post-datatable .pm-table thead tr .pm-td .edit-infos .country-selector,
.post-datatable .pm-table thead tr .pm-th .edit-infos .country-selector,
.post-datatable .pm-table thead tr td .edit-infos .country-selector,
.post-datatable .pm-table thead tr th .edit-infos .country-selector,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .country-selector,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .country-selector,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .country-selector,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .country-selector,
.post-datatable table .pm-tbody tr td .edit-infos .country-selector,
.post-datatable table .pm-tbody tr th .edit-infos .country-selector,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .country-selector,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .country-selector,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .country-selector,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .country-selector,
.post-datatable table .pm-tfoot tr td .edit-infos .country-selector,
.post-datatable table .pm-tfoot tr th .edit-infos .country-selector,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable table .pm-thead .pm-tr td .edit-infos .country-selector,
.post-datatable table .pm-thead .pm-tr th .edit-infos .country-selector,
.post-datatable table .pm-thead tr .pm-td .edit-infos .country-selector,
.post-datatable table .pm-thead tr .pm-th .edit-infos .country-selector,
.post-datatable table .pm-thead tr td .edit-infos .country-selector,
.post-datatable table .pm-thead tr th .edit-infos .country-selector,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable table tbody .pm-tr td .edit-infos .country-selector,
.post-datatable table tbody .pm-tr th .edit-infos .country-selector,
.post-datatable table tbody tr .pm-td .edit-infos .country-selector,
.post-datatable table tbody tr .pm-th .edit-infos .country-selector,
.post-datatable table tbody tr td .edit-infos .country-selector,
.post-datatable table tbody tr th .edit-infos .country-selector,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable table tfoot .pm-tr td .edit-infos .country-selector,
.post-datatable table tfoot .pm-tr th .edit-infos .country-selector,
.post-datatable table tfoot tr .pm-td .edit-infos .country-selector,
.post-datatable table tfoot tr .pm-th .edit-infos .country-selector,
.post-datatable table tfoot tr td .edit-infos .country-selector,
.post-datatable table tfoot tr th .edit-infos .country-selector,
.post-datatable table thead .pm-tr .pm-td .edit-infos .country-selector,
.post-datatable table thead .pm-tr .pm-th .edit-infos .country-selector,
.post-datatable table thead .pm-tr td .edit-infos .country-selector,
.post-datatable table thead .pm-tr th .edit-infos .country-selector,
.post-datatable table thead tr .pm-td .edit-infos .country-selector,
.post-datatable table thead tr .pm-th .edit-infos .country-selector,
.post-datatable table thead tr td .edit-infos .country-selector,
.post-datatable table thead tr th .edit-infos .country-selector {
    display: flex;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-thead tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-thead tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table .pm-thead tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table .pm-thead tr th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tbody tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tbody tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tbody tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tbody tr th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tfoot tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tfoot tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table tfoot tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table tfoot tr th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table thead .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table thead .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table thead .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table thead .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table thead tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table thead tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table thead tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table thead tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table thead tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table thead tr td .edit-infos .country-selector.is-disabled,
.post-datatable .pm-table thead tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable .pm-table thead tr th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tbody tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tbody tr td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tbody tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tbody tr th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tfoot tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tfoot tr td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-tfoot tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-tfoot tr th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-thead .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-thead .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-thead .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-thead .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-thead tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-thead tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-thead tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-thead tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-thead tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-thead tr td .edit-infos .country-selector.is-disabled,
.post-datatable table .pm-thead tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table .pm-thead tr th .edit-infos .country-selector.is-disabled,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table tbody .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tbody .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable table tbody .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tbody .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable table tbody tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tbody tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table tbody tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tbody tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table tbody tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tbody tr td .edit-infos .country-selector.is-disabled,
.post-datatable table tbody tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tbody tr th .edit-infos .country-selector.is-disabled,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table tfoot .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tfoot .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable table tfoot .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tfoot .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable table tfoot tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tfoot tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table tfoot tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tfoot tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table tfoot tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tfoot tr td .edit-infos .country-selector.is-disabled,
.post-datatable table tfoot tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table tfoot tr th .edit-infos .country-selector.is-disabled,
.post-datatable table thead .pm-tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table thead .pm-tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table thead .pm-tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table thead .pm-tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table thead .pm-tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table thead .pm-tr td .edit-infos .country-selector.is-disabled,
.post-datatable table thead .pm-tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table thead .pm-tr th .edit-infos .country-selector.is-disabled,
.post-datatable table thead tr .pm-td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table thead tr .pm-td .edit-infos .country-selector.is-disabled,
.post-datatable table thead tr .pm-th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table thead tr .pm-th .edit-infos .country-selector.is-disabled,
.post-datatable table thead tr td .edit-infos .country-selector .radio.is-disabled,
.post-datatable table thead tr td .edit-infos .country-selector.is-disabled,
.post-datatable table thead tr th .edit-infos .country-selector .radio.is-disabled,
.post-datatable table thead tr th .edit-infos .country-selector.is-disabled {
    cursor: not-allowed!important;
    opacity: .5;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-thead tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table .pm-thead tr th .edit-infos .country-selector .radio,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .country-selector .radio,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table tbody tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table tbody tr th .edit-infos .country-selector .radio,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .country-selector .radio,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table tfoot tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table tfoot tr th .edit-infos .country-selector .radio,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table thead .pm-tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table thead .pm-tr th .edit-infos .country-selector .radio,
.post-datatable .pm-table thead tr .pm-td .edit-infos .country-selector .radio,
.post-datatable .pm-table thead tr .pm-th .edit-infos .country-selector .radio,
.post-datatable .pm-table thead tr td .edit-infos .country-selector .radio,
.post-datatable .pm-table thead tr th .edit-infos .country-selector .radio,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .country-selector .radio,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .country-selector .radio,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table .pm-tbody tr td .edit-infos .country-selector .radio,
.post-datatable table .pm-tbody tr th .edit-infos .country-selector .radio,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .country-selector .radio,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .country-selector .radio,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table .pm-tfoot tr td .edit-infos .country-selector .radio,
.post-datatable table .pm-tfoot tr th .edit-infos .country-selector .radio,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table .pm-thead .pm-tr td .edit-infos .country-selector .radio,
.post-datatable table .pm-thead .pm-tr th .edit-infos .country-selector .radio,
.post-datatable table .pm-thead tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table .pm-thead tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table .pm-thead tr td .edit-infos .country-selector .radio,
.post-datatable table .pm-thead tr th .edit-infos .country-selector .radio,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table tbody .pm-tr td .edit-infos .country-selector .radio,
.post-datatable table tbody .pm-tr th .edit-infos .country-selector .radio,
.post-datatable table tbody tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table tbody tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table tbody tr td .edit-infos .country-selector .radio,
.post-datatable table tbody tr th .edit-infos .country-selector .radio,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table tfoot .pm-tr td .edit-infos .country-selector .radio,
.post-datatable table tfoot .pm-tr th .edit-infos .country-selector .radio,
.post-datatable table tfoot tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table tfoot tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table tfoot tr td .edit-infos .country-selector .radio,
.post-datatable table tfoot tr th .edit-infos .country-selector .radio,
.post-datatable table thead .pm-tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table thead .pm-tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table thead .pm-tr td .edit-infos .country-selector .radio,
.post-datatable table thead .pm-tr th .edit-infos .country-selector .radio,
.post-datatable table thead tr .pm-td .edit-infos .country-selector .radio,
.post-datatable table thead tr .pm-th .edit-infos .country-selector .radio,
.post-datatable table thead tr td .edit-infos .country-selector .radio,
.post-datatable table thead tr th .edit-infos .country-selector .radio {
    display: flex;
    margin: 5px 30px 5px 0;
    align-items: center;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-thead tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table .pm-thead tr th .edit-infos .country-selector .radio label,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table tbody tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table tbody tr th .edit-infos .country-selector .radio label,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table tfoot tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table tfoot tr th .edit-infos .country-selector .radio label,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table thead .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table thead .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable .pm-table thead tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable .pm-table thead tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable .pm-table thead tr td .edit-infos .country-selector .radio label,
.post-datatable .pm-table thead tr th .edit-infos .country-selector .radio label,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table .pm-tbody tr td .edit-infos .country-selector .radio label,
.post-datatable table .pm-tbody tr th .edit-infos .country-selector .radio label,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table .pm-tfoot tr td .edit-infos .country-selector .radio label,
.post-datatable table .pm-tfoot tr th .edit-infos .country-selector .radio label,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table .pm-thead .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable table .pm-thead .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable table .pm-thead tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table .pm-thead tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table .pm-thead tr td .edit-infos .country-selector .radio label,
.post-datatable table .pm-thead tr th .edit-infos .country-selector .radio label,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table tbody .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable table tbody .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable table tbody tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table tbody tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table tbody tr td .edit-infos .country-selector .radio label,
.post-datatable table tbody tr th .edit-infos .country-selector .radio label,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table tfoot .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable table tfoot .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable table tfoot tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table tfoot tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table tfoot tr td .edit-infos .country-selector .radio label,
.post-datatable table tfoot tr th .edit-infos .country-selector .radio label,
.post-datatable table thead .pm-tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table thead .pm-tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table thead .pm-tr td .edit-infos .country-selector .radio label,
.post-datatable table thead .pm-tr th .edit-infos .country-selector .radio label,
.post-datatable table thead tr .pm-td .edit-infos .country-selector .radio label,
.post-datatable table thead tr .pm-th .edit-infos .country-selector .radio label,
.post-datatable table thead tr td .edit-infos .country-selector .radio label,
.post-datatable table thead tr th .edit-infos .country-selector .radio label {
    min-height: 17px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-thead tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table .pm-thead tr th .edit-infos .country-selector .radio img,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table tbody tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table tbody tr th .edit-infos .country-selector .radio img,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table tfoot tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table tfoot tr th .edit-infos .country-selector .radio img,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table thead .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table thead .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable .pm-table thead tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable .pm-table thead tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable .pm-table thead tr td .edit-infos .country-selector .radio img,
.post-datatable .pm-table thead tr th .edit-infos .country-selector .radio img,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table .pm-tbody tr td .edit-infos .country-selector .radio img,
.post-datatable table .pm-tbody tr th .edit-infos .country-selector .radio img,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table .pm-tfoot tr td .edit-infos .country-selector .radio img,
.post-datatable table .pm-tfoot tr th .edit-infos .country-selector .radio img,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table .pm-thead .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable table .pm-thead .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable table .pm-thead tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table .pm-thead tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table .pm-thead tr td .edit-infos .country-selector .radio img,
.post-datatable table .pm-thead tr th .edit-infos .country-selector .radio img,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table tbody .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable table tbody .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable table tbody tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table tbody tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table tbody tr td .edit-infos .country-selector .radio img,
.post-datatable table tbody tr th .edit-infos .country-selector .radio img,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table tfoot .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable table tfoot .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable table tfoot tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table tfoot tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table tfoot tr td .edit-infos .country-selector .radio img,
.post-datatable table tfoot tr th .edit-infos .country-selector .radio img,
.post-datatable table thead .pm-tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table thead .pm-tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table thead .pm-tr td .edit-infos .country-selector .radio img,
.post-datatable table thead .pm-tr th .edit-infos .country-selector .radio img,
.post-datatable table thead tr .pm-td .edit-infos .country-selector .radio img,
.post-datatable table thead tr .pm-th .edit-infos .country-selector .radio img,
.post-datatable table thead tr td .edit-infos .country-selector .radio img,
.post-datatable table thead tr th .edit-infos .country-selector .radio img {
    margin: 0 10px 0 5px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead tr th .edit-infos .action-input input,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table tbody tr td .edit-infos .action-input input,
.post-datatable .pm-table tbody tr th .edit-infos .action-input input,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table tfoot tr td .edit-infos .action-input input,
.post-datatable .pm-table tfoot tr th .edit-infos .action-input input,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table thead .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table thead .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table thead tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table thead tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table thead tr td .edit-infos .action-input input,
.post-datatable .pm-table thead tr th .edit-infos .action-input input,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .action-input input,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .action-input input,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-tbody tr td .edit-infos .action-input input,
.post-datatable table .pm-tbody tr th .edit-infos .action-input input,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .action-input input,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .action-input input,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-tfoot tr td .edit-infos .action-input input,
.post-datatable table .pm-tfoot tr th .edit-infos .action-input input,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-thead .pm-tr td .edit-infos .action-input input,
.post-datatable table .pm-thead .pm-tr th .edit-infos .action-input input,
.post-datatable table .pm-thead tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-thead tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-thead tr td .edit-infos .action-input input,
.post-datatable table .pm-thead tr th .edit-infos .action-input input,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table tbody .pm-tr td .edit-infos .action-input input,
.post-datatable table tbody .pm-tr th .edit-infos .action-input input,
.post-datatable table tbody tr .pm-td .edit-infos .action-input input,
.post-datatable table tbody tr .pm-th .edit-infos .action-input input,
.post-datatable table tbody tr td .edit-infos .action-input input,
.post-datatable table tbody tr th .edit-infos .action-input input,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table tfoot .pm-tr td .edit-infos .action-input input,
.post-datatable table tfoot .pm-tr th .edit-infos .action-input input,
.post-datatable table tfoot tr .pm-td .edit-infos .action-input input,
.post-datatable table tfoot tr .pm-th .edit-infos .action-input input,
.post-datatable table tfoot tr td .edit-infos .action-input input,
.post-datatable table tfoot tr th .edit-infos .action-input input,
.post-datatable table thead .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table thead .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table thead .pm-tr td .edit-infos .action-input input,
.post-datatable table thead .pm-tr th .edit-infos .action-input input,
.post-datatable table thead tr .pm-td .edit-infos .action-input input,
.post-datatable table thead tr .pm-th .edit-infos .action-input input,
.post-datatable table thead tr td .edit-infos .action-input input,
.post-datatable table thead tr th .edit-infos .action-input input {
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    background: 0 0;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .action-input input,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-thead tr td .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table .pm-thead tr th .edit-infos .action-input input,
.post-datatable .pm-table .pm-thead tr th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tbody tr td .edit-infos .action-input input,
.post-datatable .pm-table tbody tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tbody tr th .edit-infos .action-input input,
.post-datatable .pm-table tbody tr th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tfoot tr td .edit-infos .action-input input,
.post-datatable .pm-table tfoot tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table tfoot tr th .edit-infos .action-input input,
.post-datatable .pm-table tfoot tr th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table thead .pm-tr td .edit-infos .action-input input,
.post-datatable .pm-table thead .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table thead .pm-tr th .edit-infos .action-input input,
.post-datatable .pm-table thead .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table thead tr .pm-td .edit-infos .action-input input,
.post-datatable .pm-table thead tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table thead tr .pm-th .edit-infos .action-input input,
.post-datatable .pm-table thead tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table thead tr td .edit-infos .action-input input,
.post-datatable .pm-table thead tr td .edit-infos .action-input input.with-1-actions,
.post-datatable .pm-table thead tr th .edit-infos .action-input input,
.post-datatable .pm-table thead tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .action-input input,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .action-input input,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tbody tr td .edit-infos .action-input input,
.post-datatable table .pm-tbody tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tbody tr th .edit-infos .action-input input,
.post-datatable table .pm-tbody tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .action-input input,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .action-input input,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tfoot tr td .edit-infos .action-input input,
.post-datatable table .pm-tfoot tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-tfoot tr th .edit-infos .action-input input,
.post-datatable table .pm-tfoot tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-thead .pm-tr td .edit-infos .action-input input,
.post-datatable table .pm-thead .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-thead .pm-tr th .edit-infos .action-input input,
.post-datatable table .pm-thead .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-thead tr .pm-td .edit-infos .action-input input,
.post-datatable table .pm-thead tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-thead tr .pm-th .edit-infos .action-input input,
.post-datatable table .pm-thead tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-thead tr td .edit-infos .action-input input,
.post-datatable table .pm-thead tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table .pm-thead tr th .edit-infos .action-input input,
.post-datatable table .pm-thead tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table tbody .pm-tr td .edit-infos .action-input input,
.post-datatable table tbody .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table tbody .pm-tr th .edit-infos .action-input input,
.post-datatable table tbody .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table tbody tr .pm-td .edit-infos .action-input input,
.post-datatable table tbody tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table tbody tr .pm-th .edit-infos .action-input input,
.post-datatable table tbody tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table tbody tr td .edit-infos .action-input input,
.post-datatable table tbody tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table tbody tr th .edit-infos .action-input input,
.post-datatable table tbody tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table tfoot .pm-tr td .edit-infos .action-input input,
.post-datatable table tfoot .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table tfoot .pm-tr th .edit-infos .action-input input,
.post-datatable table tfoot .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table tfoot tr .pm-td .edit-infos .action-input input,
.post-datatable table tfoot tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table tfoot tr .pm-th .edit-infos .action-input input,
.post-datatable table tfoot tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table tfoot tr td .edit-infos .action-input input,
.post-datatable table tfoot tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table tfoot tr th .edit-infos .action-input input,
.post-datatable table tfoot tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table thead .pm-tr .pm-td .edit-infos .action-input input,
.post-datatable table thead .pm-tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table thead .pm-tr .pm-th .edit-infos .action-input input,
.post-datatable table thead .pm-tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table thead .pm-tr td .edit-infos .action-input input,
.post-datatable table thead .pm-tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table thead .pm-tr th .edit-infos .action-input input,
.post-datatable table thead .pm-tr th .edit-infos .action-input input.with-1-actions,
.post-datatable table thead tr .pm-td .edit-infos .action-input input,
.post-datatable table thead tr .pm-td .edit-infos .action-input input.with-1-actions,
.post-datatable table thead tr .pm-th .edit-infos .action-input input,
.post-datatable table thead tr .pm-th .edit-infos .action-input input.with-1-actions,
.post-datatable table thead tr td .edit-infos .action-input input,
.post-datatable table thead tr td .edit-infos .action-input input.with-1-actions,
.post-datatable table thead tr th .edit-infos .action-input input,
.post-datatable table thead tr th .edit-infos .action-input input.with-1-actions {
    padding-right: 35px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-thead tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table .pm-thead tr th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tbody tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tbody tr th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tfoot tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table tfoot tr th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table thead .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table thead .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table thead tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table thead tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table thead tr td .edit-infos .action-input input.with-2-actions,
.post-datatable .pm-table thead tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tbody tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tbody tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tfoot tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-tfoot tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-thead .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-thead .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-thead tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-thead tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-thead tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table .pm-thead tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table tbody .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table tbody .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table tbody tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table tbody tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table tbody tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table tbody tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table tfoot .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table tfoot .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table tfoot tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table tfoot tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table tfoot tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table tfoot tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table thead .pm-tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table thead .pm-tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table thead .pm-tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table thead .pm-tr th .edit-infos .action-input input.with-2-actions,
.post-datatable table thead tr .pm-td .edit-infos .action-input input.with-2-actions,
.post-datatable table thead tr .pm-th .edit-infos .action-input input.with-2-actions,
.post-datatable table thead tr td .edit-infos .action-input input.with-2-actions,
.post-datatable table thead tr th .edit-infos .action-input input.with-2-actions {
    padding-right: 65px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .action-input button,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .action-input button,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .action-input button,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .action-input button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .action-input button,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .action-input button,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .action-input button,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .action-input button,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .action-input button,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .action-input button,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table .pm-thead tr td .edit-infos .action-input button,
.post-datatable .pm-table .pm-thead tr th .edit-infos .action-input button,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .action-input button,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .action-input button,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table tbody tr td .edit-infos .action-input button,
.post-datatable .pm-table tbody tr th .edit-infos .action-input button,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .action-input button,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .action-input button,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table tfoot tr td .edit-infos .action-input button,
.post-datatable .pm-table tfoot tr th .edit-infos .action-input button,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table thead .pm-tr td .edit-infos .action-input button,
.post-datatable .pm-table thead .pm-tr th .edit-infos .action-input button,
.post-datatable .pm-table thead tr .pm-td .edit-infos .action-input button,
.post-datatable .pm-table thead tr .pm-th .edit-infos .action-input button,
.post-datatable .pm-table thead tr td .edit-infos .action-input button,
.post-datatable .pm-table thead tr th .edit-infos .action-input button,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .action-input button,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .action-input button,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .action-input button,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .action-input button,
.post-datatable table .pm-tbody tr td .edit-infos .action-input button,
.post-datatable table .pm-tbody tr th .edit-infos .action-input button,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .action-input button,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .action-input button,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .action-input button,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .action-input button,
.post-datatable table .pm-tfoot tr td .edit-infos .action-input button,
.post-datatable table .pm-tfoot tr th .edit-infos .action-input button,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable table .pm-thead .pm-tr td .edit-infos .action-input button,
.post-datatable table .pm-thead .pm-tr th .edit-infos .action-input button,
.post-datatable table .pm-thead tr .pm-td .edit-infos .action-input button,
.post-datatable table .pm-thead tr .pm-th .edit-infos .action-input button,
.post-datatable table .pm-thead tr td .edit-infos .action-input button,
.post-datatable table .pm-thead tr th .edit-infos .action-input button,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable table tbody .pm-tr td .edit-infos .action-input button,
.post-datatable table tbody .pm-tr th .edit-infos .action-input button,
.post-datatable table tbody tr .pm-td .edit-infos .action-input button,
.post-datatable table tbody tr .pm-th .edit-infos .action-input button,
.post-datatable table tbody tr td .edit-infos .action-input button,
.post-datatable table tbody tr th .edit-infos .action-input button,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable table tfoot .pm-tr td .edit-infos .action-input button,
.post-datatable table tfoot .pm-tr th .edit-infos .action-input button,
.post-datatable table tfoot tr .pm-td .edit-infos .action-input button,
.post-datatable table tfoot tr .pm-th .edit-infos .action-input button,
.post-datatable table tfoot tr td .edit-infos .action-input button,
.post-datatable table tfoot tr th .edit-infos .action-input button,
.post-datatable table thead .pm-tr .pm-td .edit-infos .action-input button,
.post-datatable table thead .pm-tr .pm-th .edit-infos .action-input button,
.post-datatable table thead .pm-tr td .edit-infos .action-input button,
.post-datatable table thead .pm-tr th .edit-infos .action-input button,
.post-datatable table thead tr .pm-td .edit-infos .action-input button,
.post-datatable table thead tr .pm-th .edit-infos .action-input button,
.post-datatable table thead tr td .edit-infos .action-input button,
.post-datatable table thead tr th .edit-infos .action-input button {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #2196f3;
    box-shadow: none;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-thead tr td .edit-infos .action-input button.first,
.post-datatable .pm-table .pm-thead tr th .edit-infos .action-input button.first,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .action-input button.first,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .action-input button.first,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table tbody tr td .edit-infos .action-input button.first,
.post-datatable .pm-table tbody tr th .edit-infos .action-input button.first,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .action-input button.first,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .action-input button.first,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table tfoot tr td .edit-infos .action-input button.first,
.post-datatable .pm-table tfoot tr th .edit-infos .action-input button.first,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table thead .pm-tr td .edit-infos .action-input button.first,
.post-datatable .pm-table thead .pm-tr th .edit-infos .action-input button.first,
.post-datatable .pm-table thead tr .pm-td .edit-infos .action-input button.first,
.post-datatable .pm-table thead tr .pm-th .edit-infos .action-input button.first,
.post-datatable .pm-table thead tr td .edit-infos .action-input button.first,
.post-datatable .pm-table thead tr th .edit-infos .action-input button.first,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .action-input button.first,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .action-input button.first,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .action-input button.first,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .action-input button.first,
.post-datatable table .pm-tbody tr td .edit-infos .action-input button.first,
.post-datatable table .pm-tbody tr th .edit-infos .action-input button.first,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .action-input button.first,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .action-input button.first,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .action-input button.first,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .action-input button.first,
.post-datatable table .pm-tfoot tr td .edit-infos .action-input button.first,
.post-datatable table .pm-tfoot tr th .edit-infos .action-input button.first,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable table .pm-thead .pm-tr td .edit-infos .action-input button.first,
.post-datatable table .pm-thead .pm-tr th .edit-infos .action-input button.first,
.post-datatable table .pm-thead tr .pm-td .edit-infos .action-input button.first,
.post-datatable table .pm-thead tr .pm-th .edit-infos .action-input button.first,
.post-datatable table .pm-thead tr td .edit-infos .action-input button.first,
.post-datatable table .pm-thead tr th .edit-infos .action-input button.first,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable table tbody .pm-tr td .edit-infos .action-input button.first,
.post-datatable table tbody .pm-tr th .edit-infos .action-input button.first,
.post-datatable table tbody tr .pm-td .edit-infos .action-input button.first,
.post-datatable table tbody tr .pm-th .edit-infos .action-input button.first,
.post-datatable table tbody tr td .edit-infos .action-input button.first,
.post-datatable table tbody tr th .edit-infos .action-input button.first,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable table tfoot .pm-tr td .edit-infos .action-input button.first,
.post-datatable table tfoot .pm-tr th .edit-infos .action-input button.first,
.post-datatable table tfoot tr .pm-td .edit-infos .action-input button.first,
.post-datatable table tfoot tr .pm-th .edit-infos .action-input button.first,
.post-datatable table tfoot tr td .edit-infos .action-input button.first,
.post-datatable table tfoot tr th .edit-infos .action-input button.first,
.post-datatable table thead .pm-tr .pm-td .edit-infos .action-input button.first,
.post-datatable table thead .pm-tr .pm-th .edit-infos .action-input button.first,
.post-datatable table thead .pm-tr td .edit-infos .action-input button.first,
.post-datatable table thead .pm-tr th .edit-infos .action-input button.first,
.post-datatable table thead tr .pm-td .edit-infos .action-input button.first,
.post-datatable table thead tr .pm-th .edit-infos .action-input button.first,
.post-datatable table thead tr td .edit-infos .action-input button.first,
.post-datatable table thead tr th .edit-infos .action-input button.first {
    right: 0;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-thead tr td .edit-infos .action-input button.second,
.post-datatable .pm-table .pm-thead tr th .edit-infos .action-input button.second,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .action-input button.second,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .action-input button.second,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table tbody tr td .edit-infos .action-input button.second,
.post-datatable .pm-table tbody tr th .edit-infos .action-input button.second,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .action-input button.second,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .action-input button.second,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table tfoot tr td .edit-infos .action-input button.second,
.post-datatable .pm-table tfoot tr th .edit-infos .action-input button.second,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table thead .pm-tr td .edit-infos .action-input button.second,
.post-datatable .pm-table thead .pm-tr th .edit-infos .action-input button.second,
.post-datatable .pm-table thead tr .pm-td .edit-infos .action-input button.second,
.post-datatable .pm-table thead tr .pm-th .edit-infos .action-input button.second,
.post-datatable .pm-table thead tr td .edit-infos .action-input button.second,
.post-datatable .pm-table thead tr th .edit-infos .action-input button.second,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .action-input button.second,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .action-input button.second,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .action-input button.second,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .action-input button.second,
.post-datatable table .pm-tbody tr td .edit-infos .action-input button.second,
.post-datatable table .pm-tbody tr th .edit-infos .action-input button.second,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .action-input button.second,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .action-input button.second,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .action-input button.second,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .action-input button.second,
.post-datatable table .pm-tfoot tr td .edit-infos .action-input button.second,
.post-datatable table .pm-tfoot tr th .edit-infos .action-input button.second,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable table .pm-thead .pm-tr td .edit-infos .action-input button.second,
.post-datatable table .pm-thead .pm-tr th .edit-infos .action-input button.second,
.post-datatable table .pm-thead tr .pm-td .edit-infos .action-input button.second,
.post-datatable table .pm-thead tr .pm-th .edit-infos .action-input button.second,
.post-datatable table .pm-thead tr td .edit-infos .action-input button.second,
.post-datatable table .pm-thead tr th .edit-infos .action-input button.second,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable table tbody .pm-tr td .edit-infos .action-input button.second,
.post-datatable table tbody .pm-tr th .edit-infos .action-input button.second,
.post-datatable table tbody tr .pm-td .edit-infos .action-input button.second,
.post-datatable table tbody tr .pm-th .edit-infos .action-input button.second,
.post-datatable table tbody tr td .edit-infos .action-input button.second,
.post-datatable table tbody tr th .edit-infos .action-input button.second,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable table tfoot .pm-tr td .edit-infos .action-input button.second,
.post-datatable table tfoot .pm-tr th .edit-infos .action-input button.second,
.post-datatable table tfoot tr .pm-td .edit-infos .action-input button.second,
.post-datatable table tfoot tr .pm-th .edit-infos .action-input button.second,
.post-datatable table tfoot tr td .edit-infos .action-input button.second,
.post-datatable table tfoot tr th .edit-infos .action-input button.second,
.post-datatable table thead .pm-tr .pm-td .edit-infos .action-input button.second,
.post-datatable table thead .pm-tr .pm-th .edit-infos .action-input button.second,
.post-datatable table thead .pm-tr td .edit-infos .action-input button.second,
.post-datatable table thead .pm-tr th .edit-infos .action-input button.second,
.post-datatable table thead tr .pm-td .edit-infos .action-input button.second,
.post-datatable table thead tr .pm-th .edit-infos .action-input button.second,
.post-datatable table thead tr td .edit-infos .action-input button.second,
.post-datatable table thead tr th .edit-infos .action-input button.second {
    right: 30px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-thead tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table .pm-thead tr th .edit-infos .action-input button:hover,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .action-input button:hover,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table tbody tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table tbody tr th .edit-infos .action-input button:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .action-input button:hover,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table tfoot tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table tfoot tr th .edit-infos .action-input button:hover,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table thead .pm-tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table thead .pm-tr th .edit-infos .action-input button:hover,
.post-datatable .pm-table thead tr .pm-td .edit-infos .action-input button:hover,
.post-datatable .pm-table thead tr .pm-th .edit-infos .action-input button:hover,
.post-datatable .pm-table thead tr td .edit-infos .action-input button:hover,
.post-datatable .pm-table thead tr th .edit-infos .action-input button:hover,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .action-input button:hover,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .action-input button:hover,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table .pm-tbody tr td .edit-infos .action-input button:hover,
.post-datatable table .pm-tbody tr th .edit-infos .action-input button:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .action-input button:hover,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .action-input button:hover,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table .pm-tfoot tr td .edit-infos .action-input button:hover,
.post-datatable table .pm-tfoot tr th .edit-infos .action-input button:hover,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table .pm-thead .pm-tr td .edit-infos .action-input button:hover,
.post-datatable table .pm-thead .pm-tr th .edit-infos .action-input button:hover,
.post-datatable table .pm-thead tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table .pm-thead tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table .pm-thead tr td .edit-infos .action-input button:hover,
.post-datatable table .pm-thead tr th .edit-infos .action-input button:hover,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table tbody .pm-tr td .edit-infos .action-input button:hover,
.post-datatable table tbody .pm-tr th .edit-infos .action-input button:hover,
.post-datatable table tbody tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table tbody tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table tbody tr td .edit-infos .action-input button:hover,
.post-datatable table tbody tr th .edit-infos .action-input button:hover,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table tfoot .pm-tr td .edit-infos .action-input button:hover,
.post-datatable table tfoot .pm-tr th .edit-infos .action-input button:hover,
.post-datatable table tfoot tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table tfoot tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table tfoot tr td .edit-infos .action-input button:hover,
.post-datatable table tfoot tr th .edit-infos .action-input button:hover,
.post-datatable table thead .pm-tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table thead .pm-tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table thead .pm-tr td .edit-infos .action-input button:hover,
.post-datatable table thead .pm-tr th .edit-infos .action-input button:hover,
.post-datatable table thead tr .pm-td .edit-infos .action-input button:hover,
.post-datatable table thead tr .pm-th .edit-infos .action-input button:hover,
.post-datatable table thead tr td .edit-infos .action-input button:hover,
.post-datatable table thead tr th .edit-infos .action-input button:hover {
    transition: background .2s ease-in-out;
    border-radius: 50%;
    background: #efefef;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .sub-line,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .sub-line,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .sub-line,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .sub-line,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .sub-line,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .sub-line,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .sub-line,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .sub-line,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .sub-line,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .sub-line,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table .pm-thead tr td .edit-infos .sub-line,
.post-datatable .pm-table .pm-thead tr th .edit-infos .sub-line,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .sub-line,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .sub-line,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table tbody tr td .edit-infos .sub-line,
.post-datatable .pm-table tbody tr th .edit-infos .sub-line,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .sub-line,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .sub-line,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table tfoot tr td .edit-infos .sub-line,
.post-datatable .pm-table tfoot tr th .edit-infos .sub-line,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table thead .pm-tr td .edit-infos .sub-line,
.post-datatable .pm-table thead .pm-tr th .edit-infos .sub-line,
.post-datatable .pm-table thead tr .pm-td .edit-infos .sub-line,
.post-datatable .pm-table thead tr .pm-th .edit-infos .sub-line,
.post-datatable .pm-table thead tr td .edit-infos .sub-line,
.post-datatable .pm-table thead tr th .edit-infos .sub-line,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .sub-line,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .sub-line,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .sub-line,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .sub-line,
.post-datatable table .pm-tbody tr td .edit-infos .sub-line,
.post-datatable table .pm-tbody tr th .edit-infos .sub-line,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .sub-line,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .sub-line,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .sub-line,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .sub-line,
.post-datatable table .pm-tfoot tr td .edit-infos .sub-line,
.post-datatable table .pm-tfoot tr th .edit-infos .sub-line,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable table .pm-thead .pm-tr td .edit-infos .sub-line,
.post-datatable table .pm-thead .pm-tr th .edit-infos .sub-line,
.post-datatable table .pm-thead tr .pm-td .edit-infos .sub-line,
.post-datatable table .pm-thead tr .pm-th .edit-infos .sub-line,
.post-datatable table .pm-thead tr td .edit-infos .sub-line,
.post-datatable table .pm-thead tr th .edit-infos .sub-line,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable table tbody .pm-tr td .edit-infos .sub-line,
.post-datatable table tbody .pm-tr th .edit-infos .sub-line,
.post-datatable table tbody tr .pm-td .edit-infos .sub-line,
.post-datatable table tbody tr .pm-th .edit-infos .sub-line,
.post-datatable table tbody tr td .edit-infos .sub-line,
.post-datatable table tbody tr th .edit-infos .sub-line,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable table tfoot .pm-tr td .edit-infos .sub-line,
.post-datatable table tfoot .pm-tr th .edit-infos .sub-line,
.post-datatable table tfoot tr .pm-td .edit-infos .sub-line,
.post-datatable table tfoot tr .pm-th .edit-infos .sub-line,
.post-datatable table tfoot tr td .edit-infos .sub-line,
.post-datatable table tfoot tr th .edit-infos .sub-line,
.post-datatable table thead .pm-tr .pm-td .edit-infos .sub-line,
.post-datatable table thead .pm-tr .pm-th .edit-infos .sub-line,
.post-datatable table thead .pm-tr td .edit-infos .sub-line,
.post-datatable table thead .pm-tr th .edit-infos .sub-line,
.post-datatable table thead tr .pm-td .edit-infos .sub-line,
.post-datatable table thead tr .pm-th .edit-infos .sub-line,
.post-datatable table thead tr td .edit-infos .sub-line,
.post-datatable table thead tr th .edit-infos .sub-line {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: -7px;
    margin-bottom: 4px;
    color: #999;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .disclaimer,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .disclaimer,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table .pm-thead tr td .edit-infos .disclaimer,
.post-datatable .pm-table .pm-thead tr th .edit-infos .disclaimer,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .disclaimer,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .disclaimer,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table tbody tr td .edit-infos .disclaimer,
.post-datatable .pm-table tbody tr th .edit-infos .disclaimer,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .disclaimer,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .disclaimer,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table tfoot tr td .edit-infos .disclaimer,
.post-datatable .pm-table tfoot tr th .edit-infos .disclaimer,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table thead .pm-tr td .edit-infos .disclaimer,
.post-datatable .pm-table thead .pm-tr th .edit-infos .disclaimer,
.post-datatable .pm-table thead tr .pm-td .edit-infos .disclaimer,
.post-datatable .pm-table thead tr .pm-th .edit-infos .disclaimer,
.post-datatable .pm-table thead tr td .edit-infos .disclaimer,
.post-datatable .pm-table thead tr th .edit-infos .disclaimer,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .disclaimer,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .disclaimer,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .disclaimer,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .disclaimer,
.post-datatable table .pm-tbody tr td .edit-infos .disclaimer,
.post-datatable table .pm-tbody tr th .edit-infos .disclaimer,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .disclaimer,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .disclaimer,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .disclaimer,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .disclaimer,
.post-datatable table .pm-tfoot tr td .edit-infos .disclaimer,
.post-datatable table .pm-tfoot tr th .edit-infos .disclaimer,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable table .pm-thead .pm-tr td .edit-infos .disclaimer,
.post-datatable table .pm-thead .pm-tr th .edit-infos .disclaimer,
.post-datatable table .pm-thead tr .pm-td .edit-infos .disclaimer,
.post-datatable table .pm-thead tr .pm-th .edit-infos .disclaimer,
.post-datatable table .pm-thead tr td .edit-infos .disclaimer,
.post-datatable table .pm-thead tr th .edit-infos .disclaimer,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable table tbody .pm-tr td .edit-infos .disclaimer,
.post-datatable table tbody .pm-tr th .edit-infos .disclaimer,
.post-datatable table tbody tr .pm-td .edit-infos .disclaimer,
.post-datatable table tbody tr .pm-th .edit-infos .disclaimer,
.post-datatable table tbody tr td .edit-infos .disclaimer,
.post-datatable table tbody tr th .edit-infos .disclaimer,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable table tfoot .pm-tr td .edit-infos .disclaimer,
.post-datatable table tfoot .pm-tr th .edit-infos .disclaimer,
.post-datatable table tfoot tr .pm-td .edit-infos .disclaimer,
.post-datatable table tfoot tr .pm-th .edit-infos .disclaimer,
.post-datatable table tfoot tr td .edit-infos .disclaimer,
.post-datatable table tfoot tr th .edit-infos .disclaimer,
.post-datatable table thead .pm-tr .pm-td .edit-infos .disclaimer,
.post-datatable table thead .pm-tr .pm-th .edit-infos .disclaimer,
.post-datatable table thead .pm-tr td .edit-infos .disclaimer,
.post-datatable table thead .pm-tr th .edit-infos .disclaimer,
.post-datatable table thead tr .pm-td .edit-infos .disclaimer,
.post-datatable table thead tr .pm-th .edit-infos .disclaimer,
.post-datatable table thead tr td .edit-infos .disclaimer,
.post-datatable table thead tr th .edit-infos .disclaimer {
    display: flex;
    color: #ff8400;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-thead tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table .pm-thead tr th .edit-infos .disclaimer .icon,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table tbody tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table tbody tr th .edit-infos .disclaimer .icon,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table tfoot tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table tfoot tr th .edit-infos .disclaimer .icon,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table thead .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table thead .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable .pm-table thead tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable .pm-table thead tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable .pm-table thead tr td .edit-infos .disclaimer .icon,
.post-datatable .pm-table thead tr th .edit-infos .disclaimer .icon,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table .pm-tbody tr td .edit-infos .disclaimer .icon,
.post-datatable table .pm-tbody tr th .edit-infos .disclaimer .icon,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table .pm-tfoot tr td .edit-infos .disclaimer .icon,
.post-datatable table .pm-tfoot tr th .edit-infos .disclaimer .icon,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table .pm-thead .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable table .pm-thead .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable table .pm-thead tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table .pm-thead tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table .pm-thead tr td .edit-infos .disclaimer .icon,
.post-datatable table .pm-thead tr th .edit-infos .disclaimer .icon,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table tbody .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable table tbody .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable table tbody tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table tbody tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table tbody tr td .edit-infos .disclaimer .icon,
.post-datatable table tbody tr th .edit-infos .disclaimer .icon,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table tfoot .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable table tfoot .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable table tfoot tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table tfoot tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table tfoot tr td .edit-infos .disclaimer .icon,
.post-datatable table tfoot tr th .edit-infos .disclaimer .icon,
.post-datatable table thead .pm-tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table thead .pm-tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table thead .pm-tr td .edit-infos .disclaimer .icon,
.post-datatable table thead .pm-tr th .edit-infos .disclaimer .icon,
.post-datatable table thead tr .pm-td .edit-infos .disclaimer .icon,
.post-datatable table thead tr .pm-th .edit-infos .disclaimer .icon,
.post-datatable table thead tr td .edit-infos .disclaimer .icon,
.post-datatable table thead tr th .edit-infos .disclaimer .icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tbody tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tbody tr th .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-thead tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table .pm-thead tr th .edit-infos .disclaimer .text,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table tbody .pm-tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table tbody .pm-tr th .edit-infos .disclaimer .text,
.post-datatable .pm-table tbody tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table tbody tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table tbody tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table tbody tr th .edit-infos .disclaimer .text,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos .disclaimer .text,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table tfoot tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table tfoot tr th .edit-infos .disclaimer .text,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table thead .pm-tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table thead .pm-tr th .edit-infos .disclaimer .text,
.post-datatable .pm-table thead tr .pm-td .edit-infos .disclaimer .text,
.post-datatable .pm-table thead tr .pm-th .edit-infos .disclaimer .text,
.post-datatable .pm-table thead tr td .edit-infos .disclaimer .text,
.post-datatable .pm-table thead tr th .edit-infos .disclaimer .text,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table .pm-tbody .pm-tr td .edit-infos .disclaimer .text,
.post-datatable table .pm-tbody .pm-tr th .edit-infos .disclaimer .text,
.post-datatable table .pm-tbody tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table .pm-tbody tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table .pm-tbody tr td .edit-infos .disclaimer .text,
.post-datatable table .pm-tbody tr th .edit-infos .disclaimer .text,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos .disclaimer .text,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos .disclaimer .text,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table .pm-tfoot tr td .edit-infos .disclaimer .text,
.post-datatable table .pm-tfoot tr th .edit-infos .disclaimer .text,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table .pm-thead .pm-tr td .edit-infos .disclaimer .text,
.post-datatable table .pm-thead .pm-tr th .edit-infos .disclaimer .text,
.post-datatable table .pm-thead tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table .pm-thead tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table .pm-thead tr td .edit-infos .disclaimer .text,
.post-datatable table .pm-thead tr th .edit-infos .disclaimer .text,
.post-datatable table tbody .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table tbody .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table tbody .pm-tr td .edit-infos .disclaimer .text,
.post-datatable table tbody .pm-tr th .edit-infos .disclaimer .text,
.post-datatable table tbody tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table tbody tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table tbody tr td .edit-infos .disclaimer .text,
.post-datatable table tbody tr th .edit-infos .disclaimer .text,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table tfoot .pm-tr td .edit-infos .disclaimer .text,
.post-datatable table tfoot .pm-tr th .edit-infos .disclaimer .text,
.post-datatable table tfoot tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table tfoot tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table tfoot tr td .edit-infos .disclaimer .text,
.post-datatable table tfoot tr th .edit-infos .disclaimer .text,
.post-datatable table thead .pm-tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table thead .pm-tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table thead .pm-tr td .edit-infos .disclaimer .text,
.post-datatable table thead .pm-tr th .edit-infos .disclaimer .text,
.post-datatable table thead tr .pm-td .edit-infos .disclaimer .text,
.post-datatable table thead tr .pm-th .edit-infos .disclaimer .text,
.post-datatable table thead tr td .edit-infos .disclaimer .text,
.post-datatable table thead tr th .edit-infos .disclaimer .text {
    margin-left: 10px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tbody tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tbody tr th .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-thead tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table .pm-thead tr th .edit-infos.is-active .action-input input,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table tbody .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table tbody .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable .pm-table tbody tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table tbody tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table tbody tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table tbody tr th .edit-infos.is-active .action-input input,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table tfoot tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table tfoot tr th .edit-infos.is-active .action-input input,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table thead .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table thead .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable .pm-table thead tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable .pm-table thead tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable .pm-table thead tr td .edit-infos.is-active .action-input input,
.post-datatable .pm-table thead tr th .edit-infos.is-active .action-input input,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table .pm-tbody .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable table .pm-tbody .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable table .pm-tbody tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table .pm-tbody tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table .pm-tbody tr td .edit-infos.is-active .action-input input,
.post-datatable table .pm-tbody tr th .edit-infos.is-active .action-input input,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table .pm-tfoot tr td .edit-infos.is-active .action-input input,
.post-datatable table .pm-tfoot tr th .edit-infos.is-active .action-input input,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table .pm-thead .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable table .pm-thead .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable table .pm-thead tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table .pm-thead tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table .pm-thead tr td .edit-infos.is-active .action-input input,
.post-datatable table .pm-thead tr th .edit-infos.is-active .action-input input,
.post-datatable table tbody .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table tbody .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table tbody .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable table tbody .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable table tbody tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table tbody tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table tbody tr td .edit-infos.is-active .action-input input,
.post-datatable table tbody tr th .edit-infos.is-active .action-input input,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table tfoot .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable table tfoot .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable table tfoot tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table tfoot tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table tfoot tr td .edit-infos.is-active .action-input input,
.post-datatable table tfoot tr th .edit-infos.is-active .action-input input,
.post-datatable table thead .pm-tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table thead .pm-tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table thead .pm-tr td .edit-infos.is-active .action-input input,
.post-datatable table thead .pm-tr th .edit-infos.is-active .action-input input,
.post-datatable table thead tr .pm-td .edit-infos.is-active .action-input input,
.post-datatable table thead tr .pm-th .edit-infos.is-active .action-input input,
.post-datatable table thead tr td .edit-infos.is-active .action-input input,
.post-datatable table thead tr th .edit-infos.is-active .action-input input {
    box-shadow: inset 0 -2px 0 #00a6d4;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tbody .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tbody .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tbody tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tbody tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tbody tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tbody tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tfoot .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tfoot .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tfoot tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tfoot tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tfoot tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-tfoot tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-thead .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-thead .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-thead tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-thead tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-thead tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table .pm-thead tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tbody .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tbody .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tbody .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tbody .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tbody tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tbody tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tbody tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tbody tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tfoot .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tfoot .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tfoot .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tfoot .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tfoot tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tfoot tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tfoot tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table tfoot tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table thead .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table thead .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table thead .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table thead .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table thead tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table thead tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table thead tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable .pm-table thead tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tbody .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tbody .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tbody .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tbody .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tbody tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tbody tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tbody tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tbody tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tfoot .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tfoot .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tfoot .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tfoot .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tfoot tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tfoot tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tfoot tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-tfoot tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-thead .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-thead .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-thead .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-thead .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-thead tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-thead tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-thead tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table .pm-thead tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table tbody .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table tbody .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table tbody .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table tbody .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table tbody tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table tbody tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table tbody tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table tbody tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table tfoot .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table tfoot .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table tfoot .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table tfoot .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table tfoot tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table tfoot tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table tfoot tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table tfoot tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table thead .pm-tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table thead .pm-tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table thead .pm-tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table thead .pm-tr th .edit-infos.is-active .action-input .edit-button,
.post-datatable table thead tr .pm-td .edit-infos.is-active .action-input .edit-button,
.post-datatable table thead tr .pm-th .edit-infos.is-active .action-input .edit-button,
.post-datatable table thead tr td .edit-infos.is-active .action-input .edit-button,
.post-datatable table thead tr th .edit-infos.is-active .action-input .edit-button {
    display: none;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-packup-status i,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-packup-status i,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-packup-status i,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-packup-status i,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-packup-status i,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-packup-status i,
.post-datatable .pm-table .pm-tbody tr td.cell-packup-status i,
.post-datatable .pm-table .pm-tbody tr th.cell-packup-status i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-packup-status i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-packup-status i,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-packup-status i,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-packup-status i,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-packup-status i,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-packup-status i,
.post-datatable .pm-table .pm-tfoot tr td.cell-packup-status i,
.post-datatable .pm-table .pm-tfoot tr th.cell-packup-status i,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td.cell-packup-status i,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th.cell-packup-status i,
.post-datatable .pm-table .pm-thead .pm-tr td.cell-packup-status i,
.post-datatable .pm-table .pm-thead .pm-tr th.cell-packup-status i,
.post-datatable .pm-table .pm-thead tr .pm-td.cell-packup-status i,
.post-datatable .pm-table .pm-thead tr .pm-th.cell-packup-status i,
.post-datatable .pm-table .pm-thead tr td.cell-packup-status i,
.post-datatable .pm-table .pm-thead tr th.cell-packup-status i,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-packup-status i,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-packup-status i,
.post-datatable .pm-table tbody .pm-tr td.cell-packup-status i,
.post-datatable .pm-table tbody .pm-tr th.cell-packup-status i,
.post-datatable .pm-table tbody tr .pm-td.cell-packup-status i,
.post-datatable .pm-table tbody tr .pm-th.cell-packup-status i,
.post-datatable .pm-table tbody tr td.cell-packup-status i,
.post-datatable .pm-table tbody tr th.cell-packup-status i,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-packup-status i,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-packup-status i,
.post-datatable .pm-table tfoot .pm-tr td.cell-packup-status i,
.post-datatable .pm-table tfoot .pm-tr th.cell-packup-status i,
.post-datatable .pm-table tfoot tr .pm-td.cell-packup-status i,
.post-datatable .pm-table tfoot tr .pm-th.cell-packup-status i,
.post-datatable .pm-table tfoot tr td.cell-packup-status i,
.post-datatable .pm-table tfoot tr th.cell-packup-status i,
.post-datatable .pm-table thead .pm-tr .pm-td.cell-packup-status i,
.post-datatable .pm-table thead .pm-tr .pm-th.cell-packup-status i,
.post-datatable .pm-table thead .pm-tr td.cell-packup-status i,
.post-datatable .pm-table thead .pm-tr th.cell-packup-status i,
.post-datatable .pm-table thead tr .pm-td.cell-packup-status i,
.post-datatable .pm-table thead tr .pm-th.cell-packup-status i,
.post-datatable .pm-table thead tr td.cell-packup-status i,
.post-datatable .pm-table thead tr th.cell-packup-status i,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-packup-status i,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-packup-status i,
.post-datatable table .pm-tbody .pm-tr td.cell-packup-status i,
.post-datatable table .pm-tbody .pm-tr th.cell-packup-status i,
.post-datatable table .pm-tbody tr .pm-td.cell-packup-status i,
.post-datatable table .pm-tbody tr .pm-th.cell-packup-status i,
.post-datatable table .pm-tbody tr td.cell-packup-status i,
.post-datatable table .pm-tbody tr th.cell-packup-status i,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-packup-status i,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-packup-status i,
.post-datatable table .pm-tfoot .pm-tr td.cell-packup-status i,
.post-datatable table .pm-tfoot .pm-tr th.cell-packup-status i,
.post-datatable table .pm-tfoot tr .pm-td.cell-packup-status i,
.post-datatable table .pm-tfoot tr .pm-th.cell-packup-status i,
.post-datatable table .pm-tfoot tr td.cell-packup-status i,
.post-datatable table .pm-tfoot tr th.cell-packup-status i,
.post-datatable table .pm-thead .pm-tr .pm-td.cell-packup-status i,
.post-datatable table .pm-thead .pm-tr .pm-th.cell-packup-status i,
.post-datatable table .pm-thead .pm-tr td.cell-packup-status i,
.post-datatable table .pm-thead .pm-tr th.cell-packup-status i,
.post-datatable table .pm-thead tr .pm-td.cell-packup-status i,
.post-datatable table .pm-thead tr .pm-th.cell-packup-status i,
.post-datatable table .pm-thead tr td.cell-packup-status i,
.post-datatable table .pm-thead tr th.cell-packup-status i,
.post-datatable table tbody .pm-tr .pm-td.cell-packup-status i,
.post-datatable table tbody .pm-tr .pm-th.cell-packup-status i,
.post-datatable table tbody .pm-tr td.cell-packup-status i,
.post-datatable table tbody .pm-tr th.cell-packup-status i,
.post-datatable table tbody tr .pm-td.cell-packup-status i,
.post-datatable table tbody tr .pm-th.cell-packup-status i,
.post-datatable table tbody tr td.cell-packup-status i,
.post-datatable table tbody tr th.cell-packup-status i,
.post-datatable table tfoot .pm-tr .pm-td.cell-packup-status i,
.post-datatable table tfoot .pm-tr .pm-th.cell-packup-status i,
.post-datatable table tfoot .pm-tr td.cell-packup-status i,
.post-datatable table tfoot .pm-tr th.cell-packup-status i,
.post-datatable table tfoot tr .pm-td.cell-packup-status i,
.post-datatable table tfoot tr .pm-th.cell-packup-status i,
.post-datatable table tfoot tr td.cell-packup-status i,
.post-datatable table tfoot tr th.cell-packup-status i,
.post-datatable table thead .pm-tr .pm-td.cell-packup-status i,
.post-datatable table thead .pm-tr .pm-th.cell-packup-status i,
.post-datatable table thead .pm-tr td.cell-packup-status i,
.post-datatable table thead .pm-tr th.cell-packup-status i,
.post-datatable table thead tr .pm-td.cell-packup-status i,
.post-datatable table thead tr .pm-th.cell-packup-status i,
.post-datatable table thead tr td.cell-packup-status i,
.post-datatable table thead tr th.cell-packup-status i {
    display: block;
    float: left;
    width: 20px;
    margin-right: 10px;
    padding-left: 3px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .flag,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .flag,
.post-datatable .pm-table .pm-tbody .pm-tr td .flag,
.post-datatable .pm-table .pm-tbody .pm-tr th .flag,
.post-datatable .pm-table .pm-tbody tr .pm-td .flag,
.post-datatable .pm-table .pm-tbody tr .pm-th .flag,
.post-datatable .pm-table .pm-tbody tr td .flag,
.post-datatable .pm-table .pm-tbody tr th .flag,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .flag,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .flag,
.post-datatable .pm-table .pm-tfoot .pm-tr td .flag,
.post-datatable .pm-table .pm-tfoot .pm-tr th .flag,
.post-datatable .pm-table .pm-tfoot tr .pm-td .flag,
.post-datatable .pm-table .pm-tfoot tr .pm-th .flag,
.post-datatable .pm-table .pm-tfoot tr td .flag,
.post-datatable .pm-table .pm-tfoot tr th .flag,
.post-datatable .pm-table .pm-thead .pm-tr .pm-td .flag,
.post-datatable .pm-table .pm-thead .pm-tr .pm-th .flag,
.post-datatable .pm-table .pm-thead .pm-tr td .flag,
.post-datatable .pm-table .pm-thead .pm-tr th .flag,
.post-datatable .pm-table .pm-thead tr .pm-td .flag,
.post-datatable .pm-table .pm-thead tr .pm-th .flag,
.post-datatable .pm-table .pm-thead tr td .flag,
.post-datatable .pm-table .pm-thead tr th .flag,
.post-datatable .pm-table tbody .pm-tr .pm-td .flag,
.post-datatable .pm-table tbody .pm-tr .pm-th .flag,
.post-datatable .pm-table tbody .pm-tr td .flag,
.post-datatable .pm-table tbody .pm-tr th .flag,
.post-datatable .pm-table tbody tr .pm-td .flag,
.post-datatable .pm-table tbody tr .pm-th .flag,
.post-datatable .pm-table tbody tr td .flag,
.post-datatable .pm-table tbody tr th .flag,
.post-datatable .pm-table tfoot .pm-tr .pm-td .flag,
.post-datatable .pm-table tfoot .pm-tr .pm-th .flag,
.post-datatable .pm-table tfoot .pm-tr td .flag,
.post-datatable .pm-table tfoot .pm-tr th .flag,
.post-datatable .pm-table tfoot tr .pm-td .flag,
.post-datatable .pm-table tfoot tr .pm-th .flag,
.post-datatable .pm-table tfoot tr td .flag,
.post-datatable .pm-table tfoot tr th .flag,
.post-datatable .pm-table thead .pm-tr .pm-td .flag,
.post-datatable .pm-table thead .pm-tr .pm-th .flag,
.post-datatable .pm-table thead .pm-tr td .flag,
.post-datatable .pm-table thead .pm-tr th .flag,
.post-datatable .pm-table thead tr .pm-td .flag,
.post-datatable .pm-table thead tr .pm-th .flag,
.post-datatable .pm-table thead tr td .flag,
.post-datatable .pm-table thead tr th .flag,
.post-datatable table .pm-tbody .pm-tr .pm-td .flag,
.post-datatable table .pm-tbody .pm-tr .pm-th .flag,
.post-datatable table .pm-tbody .pm-tr td .flag,
.post-datatable table .pm-tbody .pm-tr th .flag,
.post-datatable table .pm-tbody tr .pm-td .flag,
.post-datatable table .pm-tbody tr .pm-th .flag,
.post-datatable table .pm-tbody tr td .flag,
.post-datatable table .pm-tbody tr th .flag,
.post-datatable table .pm-tfoot .pm-tr .pm-td .flag,
.post-datatable table .pm-tfoot .pm-tr .pm-th .flag,
.post-datatable table .pm-tfoot .pm-tr td .flag,
.post-datatable table .pm-tfoot .pm-tr th .flag,
.post-datatable table .pm-tfoot tr .pm-td .flag,
.post-datatable table .pm-tfoot tr .pm-th .flag,
.post-datatable table .pm-tfoot tr td .flag,
.post-datatable table .pm-tfoot tr th .flag,
.post-datatable table .pm-thead .pm-tr .pm-td .flag,
.post-datatable table .pm-thead .pm-tr .pm-th .flag,
.post-datatable table .pm-thead .pm-tr td .flag,
.post-datatable table .pm-thead .pm-tr th .flag,
.post-datatable table .pm-thead tr .pm-td .flag,
.post-datatable table .pm-thead tr .pm-th .flag,
.post-datatable table .pm-thead tr td .flag,
.post-datatable table .pm-thead tr th .flag,
.post-datatable table tbody .pm-tr .pm-td .flag,
.post-datatable table tbody .pm-tr .pm-th .flag,
.post-datatable table tbody .pm-tr td .flag,
.post-datatable table tbody .pm-tr th .flag,
.post-datatable table tbody tr .pm-td .flag,
.post-datatable table tbody tr .pm-th .flag,
.post-datatable table tbody tr td .flag,
.post-datatable table tbody tr th .flag,
.post-datatable table tfoot .pm-tr .pm-td .flag,
.post-datatable table tfoot .pm-tr .pm-th .flag,
.post-datatable table tfoot .pm-tr td .flag,
.post-datatable table tfoot .pm-tr th .flag,
.post-datatable table tfoot tr .pm-td .flag,
.post-datatable table tfoot tr .pm-th .flag,
.post-datatable table tfoot tr td .flag,
.post-datatable table tfoot tr th .flag,
.post-datatable table thead .pm-tr .pm-td .flag,
.post-datatable table thead .pm-tr .pm-th .flag,
.post-datatable table thead .pm-tr td .flag,
.post-datatable table thead .pm-tr th .flag,
.post-datatable table thead tr .pm-td .flag,
.post-datatable table thead tr .pm-th .flag,
.post-datatable table thead tr td .flag,
.post-datatable table thead tr th .flag {
    position: relative;
}

.post-datatable .pm-table .pm-thead,
.post-datatable .pm-table thead,
.post-datatable table .pm-thead,
.post-datatable table thead {
    display: table-header-group;
    vertical-align: middle;
    border-bottom: solid 1px #ddd;
    background: #fffbf3;
}

.post-datatable .pm-table .pm-thead.is-white,
.post-datatable .pm-table thead.is-white,
.post-datatable table .pm-thead.is-white,
.post-datatable table thead.is-white {
    color: #646567;
    background: #fff!important;
}

.post-datatable .pm-table .pm-thead.is-gray-white-smoke,
.post-datatable .pm-table thead.is-gray-white-smoke,
.post-datatable table .pm-thead.is-gray-white-smoke,
.post-datatable table thead.is-gray-white-smoke {
    color: #646567;
    background: #f5f5f5!important;
}

.post-datatable .pm-table .pm-thead.is-gray-silver,
.post-datatable .pm-table thead.is-gray-silver,
.post-datatable table .pm-thead.is-gray-silver,
.post-datatable table thead.is-gray-silver {
    color: #646567;
    background: #ccc!important;
}

.post-datatable .pm-table .pm-thead.is-gray-spanish,
.post-datatable .pm-table thead.is-gray-spanish,
.post-datatable table .pm-thead.is-gray-spanish,
.post-datatable table thead.is-gray-spanish {
    color: #fff;
    background: #999!important;
}

.post-datatable .pm-table .pm-thead.is-gray-granite,
.post-datatable .pm-table thead.is-gray-granite,
.post-datatable table .pm-thead.is-gray-granite,
.post-datatable table thead.is-gray-granite {
    color: #fff;
    background: #646567!important;
}

.post-datatable .pm-table .pm-thead.is-gray-onyx,
.post-datatable .pm-table thead.is-gray-onyx,
.post-datatable table .pm-thead.is-gray-onyx,
.post-datatable table thead.is-gray-onyx {
    color: #fff;
    background: #3e3d40!important;
}

.post-datatable .pm-table .pm-thead.is-blue-jeans,
.post-datatable .pm-table thead.is-blue-jeans,
.post-datatable table .pm-thead.is-blue-jeans,
.post-datatable table thead.is-blue-jeans {
    color: #fff;
    background: #5ec5ed!important;
}

.post-datatable .pm-table .pm-thead.is-blue-dodger,
.post-datatable .pm-table thead.is-blue-dodger,
.post-datatable table .pm-thead.is-blue-dodger,
.post-datatable table thead.is-blue-dodger {
    color: #fff;
    background: #2196f3!important;
}

.post-datatable .pm-table .pm-thead.is-blue-cerulean,
.post-datatable .pm-table thead.is-blue-cerulean,
.post-datatable table .pm-thead.is-blue-cerulean,
.post-datatable table thead.is-blue-cerulean {
    color: #fff;
    background: #00a6d4!important;
}

.post-datatable .pm-table .pm-thead.is-blue-sky,
.post-datatable .pm-table thead.is-blue-sky,
.post-datatable table .pm-thead.is-blue-sky,
.post-datatable table thead.is-blue-sky {
    color: #fff;
    background: #00b2dd!important;
}

.post-datatable .pm-table .pm-thead.is-blue-denim,
.post-datatable .pm-table thead.is-blue-denim,
.post-datatable table .pm-thead.is-blue-denim,
.post-datatable table thead.is-blue-denim {
    color: #fff;
    background: #146eb5!important;
}

.post-datatable .pm-table .pm-thead.is-green-pinetree,
.post-datatable .pm-table thead.is-green-pinetree,
.post-datatable table .pm-thead.is-green-pinetree,
.post-datatable table thead.is-green-pinetree {
    color: #fff;
    background: #008836!important;
}

.post-datatable .pm-table .pm-thead.is-green-kiwi,
.post-datatable .pm-table thead.is-green-kiwi,
.post-datatable table .pm-thead.is-green-kiwi,
.post-datatable table thead.is-green-kiwi {
    color: #fff;
    background: #0cb14b!important;
}

.post-datatable .pm-table .pm-thead.is-green-android,
.post-datatable .pm-table thead.is-green-android,
.post-datatable table .pm-thead.is-green-android,
.post-datatable table thead.is-green-android {
    color: #fff;
    background: #a7c638!important;
}

.post-datatable .pm-table .pm-thead.is-yellow-mustard,
.post-datatable .pm-table thead.is-yellow-mustard,
.post-datatable table .pm-thead.is-yellow-mustard,
.post-datatable table thead.is-yellow-mustard {
    color: #fff;
    background: #fabb00!important;
}

.post-datatable .pm-table .pm-thead.is-orange-carrot,
.post-datatable .pm-table thead.is-orange-carrot,
.post-datatable table .pm-thead.is-orange-carrot,
.post-datatable table thead.is-orange-carrot {
    color: #fff;
    background: #ff8400!important;
}

.post-datatable .pm-table .pm-thead.is-red-blood,
.post-datatable .pm-table thead.is-red-blood,
.post-datatable table .pm-thead.is-red-blood,
.post-datatable table thead.is-red-blood {
    color: #fff;
    background: #ed1c24!important;
}

.post-datatable .pm-table .pm-thead.is-red-vermilion,
.post-datatable .pm-table thead.is-red-vermilion,
.post-datatable table .pm-thead.is-red-vermilion,
.post-datatable table thead.is-red-vermilion {
    color: #fff;
    background: #f15a29!important;
}

.post-datatable .pm-table .pm-thead.is-purple-ube,
.post-datatable .pm-table thead.is-purple-ube,
.post-datatable table .pm-thead.is-purple-ube,
.post-datatable table thead.is-purple-ube {
    color: #fff;
    background: #8883bc!important;
}

.post-datatable .pm-table .pm-thead.is-blue-cyan,
.post-datatable .pm-table thead.is-blue-cyan,
.post-datatable table .pm-thead.is-blue-cyan,
.post-datatable table thead.is-blue-cyan {
    color: #646567;
    background: #eef7fe!important;
}

.post-datatable .pm-table .pm-thead.is-green-nyanza,
.post-datatable .pm-table thead.is-green-nyanza,
.post-datatable table .pm-thead.is-green-nyanza,
.post-datatable table thead.is-green-nyanza {
    color: #646567;
    background: #eaf9f0!important;
}

.post-datatable .pm-table .pm-thead.is-yellow-vanilla,
.post-datatable .pm-table thead.is-yellow-vanilla,
.post-datatable table .pm-thead.is-yellow-vanilla,
.post-datatable table thead.is-yellow-vanilla {
    color: #646567;
    background: #fff8e8!important;
}

.post-datatable .pm-table .pm-thead.is-orange-papaya,
.post-datatable .pm-table thead.is-orange-papaya,
.post-datatable table .pm-thead.is-orange-papaya,
.post-datatable table thead.is-orange-papaya {
    color: #646567;
    background: #fff2e5!important;
}

.post-datatable .pm-table .pm-thead.is-red-misty,
.post-datatable .pm-table thead.is-red-misty,
.post-datatable table .pm-thead.is-red-misty,
.post-datatable table thead.is-red-misty {
    color: #646567;
    background: #fceff0!important;
}

.post-datatable .pm-table .pm-thead.is-gradient-gray-white-smoke,
.post-datatable .pm-table thead.is-gradient-gray-white-smoke,
.post-datatable table .pm-thead.is-gradient-gray-white-smoke,
.post-datatable table thead.is-gradient-gray-white-smoke {
    color: #646567;
    background: linear-gradient(to bottom,#fff 0%,#f0f0f0 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-gray-silver,
.post-datatable .pm-table thead.is-gradient-gray-silver,
.post-datatable table .pm-thead.is-gradient-gray-silver,
.post-datatable table thead.is-gradient-gray-silver {
    color: #646567;
    background: linear-gradient(to bottom,#e0e0e0 0%,#c7c7c7 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-gray-spanish,
.post-datatable .pm-table thead.is-gradient-gray-spanish,
.post-datatable table .pm-thead.is-gradient-gray-spanish,
.post-datatable table thead.is-gradient-gray-spanish {
    color: #646567;
    background: linear-gradient(to bottom,#adadad 0%,#949494 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-gray-granite,
.post-datatable .pm-table thead.is-gradient-gray-granite,
.post-datatable table .pm-thead.is-gradient-gray-granite,
.post-datatable table thead.is-gradient-gray-granite {
    color: #fff;
    background: linear-gradient(to bottom,#78797c 0%,#5f6062 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-gray-onyx,
.post-datatable .pm-table thead.is-gradient-gray-onyx,
.post-datatable table .pm-thead.is-gradient-gray-onyx,
.post-datatable table thead.is-gradient-gray-onyx {
    color: #fff;
    background: linear-gradient(to bottom,#525155 0%,#39383b 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-blue-jeans,
.post-datatable .pm-table thead.is-gradient-blue-jeans,
.post-datatable table .pm-thead.is-gradient-blue-jeans,
.post-datatable table thead.is-gradient-blue-jeans {
    color: #fff;
    background: linear-gradient(to bottom,#83d2f1 0%,#55c2ec 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-blue-dodger,
.post-datatable .pm-table thead.is-gradient-blue-dodger,
.post-datatable table .pm-thead.is-gradient-blue-dodger,
.post-datatable table thead.is-gradient-blue-dodger {
    color: #fff;
    background: linear-gradient(to bottom,#48a8f5 0%,#1791f2 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-blue-cerulean,
.post-datatable .pm-table thead.is-gradient-blue-cerulean,
.post-datatable table .pm-thead.is-gradient-blue-cerulean,
.post-datatable table thead.is-gradient-blue-cerulean {
    color: #fff;
    background: linear-gradient(to bottom,#00c6fd 0%,#009eca 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-blue-sky,
.post-datatable .pm-table thead.is-gradient-blue-sky,
.post-datatable table .pm-thead.is-gradient-blue-sky,
.post-datatable table thead.is-gradient-blue-sky {
    color: #fff;
    background: linear-gradient(to bottom,#07cfff 0%,#00aad3 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-blue-denim,
.post-datatable .pm-table thead.is-gradient-blue-denim,
.post-datatable table .pm-thead.is-gradient-blue-denim,
.post-datatable table thead.is-gradient-blue-denim {
    color: #fff;
    background: linear-gradient(to bottom,#1884da 0%,#1368ac 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-green-pinetree,
.post-datatable .pm-table thead.is-gradient-green-pinetree,
.post-datatable table .pm-thead.is-gradient-green-pinetree,
.post-datatable table thead.is-gradient-green-pinetree {
    color: #fff;
    background: linear-gradient(to bottom,#00b146 0%,#007e32 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-green-kiwi,
.post-datatable .pm-table thead.is-gradient-green-kiwi,
.post-datatable table .pm-thead.is-gradient-green-kiwi,
.post-datatable table thead.is-gradient-green-kiwi {
    color: #fff;
    background: linear-gradient(to bottom,#0fd75b 0%,#0ba747 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-green-android,
.post-datatable .pm-table thead.is-gradient-green-android,
.post-datatable table .pm-thead.is-gradient-green-android,
.post-datatable table thead.is-gradient-green-android {
    color: #fff;
    background: linear-gradient(to bottom,#b5d057 0%,#a0be36 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-yellow-mustard,
.post-datatable .pm-table thead.is-gradient-yellow-mustard,
.post-datatable table .pm-thead.is-gradient-yellow-mustard,
.post-datatable table thead.is-gradient-yellow-mustard {
    color: #fff;
    background: linear-gradient(to bottom,#ffc824 0%,#f0b300 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-orange-carrot,
.post-datatable .pm-table thead.is-gradient-orange-carrot,
.post-datatable table .pm-thead.is-gradient-orange-carrot,
.post-datatable table thead.is-gradient-orange-carrot {
    color: #fff;
    background: linear-gradient(to bottom,#ff9829 0%,#f57f00 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-red-blood,
.post-datatable .pm-table thead.is-gradient-red-blood,
.post-datatable table .pm-thead.is-gradient-red-blood,
.post-datatable table thead.is-gradient-red-blood {
    color: #fff;
    background: linear-gradient(to bottom,#f04248 0%,#ec131b 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-red-vermilion,
.post-datatable .pm-table thead.is-gradient-red-vermilion,
.post-datatable table .pm-thead.is-gradient-red-vermilion,
.post-datatable table thead.is-gradient-red-vermilion {
    color: #fff;
    background: linear-gradient(to bottom,#f4784f 0%,#f0531f 100%);
}

.post-datatable .pm-table .pm-thead.is-gradient-purple-ube,
.post-datatable .pm-table thead.is-gradient-purple-ube,
.post-datatable table .pm-thead.is-gradient-purple-ube,
.post-datatable table thead.is-gradient-purple-ube {
    color: #fff;
    background: linear-gradient(to bottom,#a19dca 0%,#827cb8 100%);
}

.post-datatable .pm-table .pm-thead .pm-tr,
.post-datatable .pm-table .pm-thead tr,
.post-datatable .pm-table thead .pm-tr,
.post-datatable .pm-table thead tr,
.post-datatable table .pm-thead .pm-tr,
.post-datatable table .pm-thead tr,
.post-datatable table thead .pm-tr,
.post-datatable table thead tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.post-datatable .pm-table .pm-thead .pm-tr.with-border-top,
.post-datatable .pm-table .pm-thead tr.with-border-top,
.post-datatable .pm-table thead .pm-tr.with-border-top,
.post-datatable .pm-table thead tr.with-border-top,
.post-datatable table .pm-thead .pm-tr.with-border-top,
.post-datatable table .pm-thead tr.with-border-top,
.post-datatable table thead .pm-tr.with-border-top,
.post-datatable table thead tr.with-border-top {
    border-top: 1px solid #ddd!important;
}

.post-datatable .pm-table .pm-thead .pm-tr.with-border-bottom,
.post-datatable .pm-table .pm-thead tr.with-border-bottom,
.post-datatable .pm-table thead .pm-tr.with-border-bottom,
.post-datatable .pm-table thead tr.with-border-bottom,
.post-datatable table .pm-thead .pm-tr.with-border-bottom,
.post-datatable table .pm-thead tr.with-border-bottom,
.post-datatable table thead .pm-tr.with-border-bottom,
.post-datatable table thead tr.with-border-bottom {
    border-bottom: 1px solid #ddd!important;
}

.post-datatable .pm-table .pm-thead .pm-tr.is-no-bordered,
.post-datatable .pm-table .pm-thead tr.is-no-bordered,
.post-datatable .pm-table thead .pm-tr.is-no-bordered,
.post-datatable .pm-table thead tr.is-no-bordered,
.post-datatable table .pm-thead .pm-tr.is-no-bordered,
.post-datatable table .pm-thead tr.is-no-bordered,
.post-datatable table thead .pm-tr.is-no-bordered,
.post-datatable table thead tr.is-no-bordered {
    border: 0;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-th,
.post-datatable .pm-table .pm-thead .pm-tr th,
.post-datatable .pm-table .pm-thead tr .pm-th,
.post-datatable .pm-table .pm-thead tr th,
.post-datatable .pm-table thead .pm-tr .pm-th,
.post-datatable .pm-table thead .pm-tr th,
.post-datatable .pm-table thead tr .pm-th,
.post-datatable .pm-table thead tr th,
.post-datatable table .pm-thead .pm-tr .pm-th,
.post-datatable table .pm-thead .pm-tr th,
.post-datatable table .pm-thead tr .pm-th,
.post-datatable table .pm-thead tr th,
.post-datatable table thead .pm-tr .pm-th,
.post-datatable table thead .pm-tr th,
.post-datatable table thead tr .pm-th,
.post-datatable table thead tr th {
    font-weight: 500;
    position: relative;
    display: table-cell;
    height: 60px;
    padding: 0 5px;
    vertical-align: inherit;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-th:first-child,
.post-datatable .pm-table .pm-thead .pm-tr th:first-child,
.post-datatable .pm-table .pm-thead tr .pm-th:first-child,
.post-datatable .pm-table .pm-thead tr th:first-child,
.post-datatable .pm-table thead .pm-tr .pm-th:first-child,
.post-datatable .pm-table thead .pm-tr th:first-child,
.post-datatable .pm-table thead tr .pm-th:first-child,
.post-datatable .pm-table thead tr th:first-child,
.post-datatable table .pm-thead .pm-tr .pm-th:first-child,
.post-datatable table .pm-thead .pm-tr th:first-child,
.post-datatable table .pm-thead tr .pm-th:first-child,
.post-datatable table .pm-thead tr th:first-child,
.post-datatable table thead .pm-tr .pm-th:first-child,
.post-datatable table thead .pm-tr th:first-child,
.post-datatable table thead tr .pm-th:first-child,
.post-datatable table thead tr th:first-child {
    padding-left: 20px;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-th:last-child,
.post-datatable .pm-table .pm-thead .pm-tr th:last-child,
.post-datatable .pm-table .pm-thead tr .pm-th:last-child,
.post-datatable .pm-table .pm-thead tr th:last-child,
.post-datatable .pm-table thead .pm-tr .pm-th:last-child,
.post-datatable .pm-table thead .pm-tr th:last-child,
.post-datatable .pm-table thead tr .pm-th:last-child,
.post-datatable .pm-table thead tr th:last-child,
.post-datatable table .pm-thead .pm-tr .pm-th:last-child,
.post-datatable table .pm-thead .pm-tr th:last-child,
.post-datatable table .pm-thead tr .pm-th:last-child,
.post-datatable table .pm-thead tr th:last-child,
.post-datatable table thead .pm-tr .pm-th:last-child,
.post-datatable table thead .pm-tr th:last-child,
.post-datatable table thead tr .pm-th:last-child,
.post-datatable table thead tr th:last-child {
    padding: 0 15px;
}

.post-datatable .pm-table .pm-thead .pm-tr .pm-th .sub-line,
.post-datatable .pm-table .pm-thead .pm-tr th .sub-line,
.post-datatable .pm-table .pm-thead tr .pm-th .sub-line,
.post-datatable .pm-table .pm-thead tr th .sub-line,
.post-datatable .pm-table thead .pm-tr .pm-th .sub-line,
.post-datatable .pm-table thead .pm-tr th .sub-line,
.post-datatable .pm-table thead tr .pm-th .sub-line,
.post-datatable .pm-table thead tr th .sub-line,
.post-datatable table .pm-thead .pm-tr .pm-th .sub-line,
.post-datatable table .pm-thead .pm-tr th .sub-line,
.post-datatable table .pm-thead tr .pm-th .sub-line,
.post-datatable table .pm-thead tr th .sub-line,
.post-datatable table thead .pm-tr .pm-th .sub-line,
.post-datatable table thead .pm-tr th .sub-line,
.post-datatable table thead tr .pm-th .sub-line,
.post-datatable table thead tr th .sub-line {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-bottom: 4px;
    color: #999;
}

.post-datatable .pm-table .pm-tbody,
.post-datatable .pm-table .pm-tfoot,
.post-datatable .pm-table tbody,
.post-datatable .pm-table tfoot,
.post-datatable table .pm-tbody,
.post-datatable table .pm-tfoot,
.post-datatable table tbody,
.post-datatable table tfoot {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.post-datatable .pm-table .pm-tbody .pm-tr,
.post-datatable .pm-table .pm-tbody tr,
.post-datatable .pm-table .pm-tfoot .pm-tr,
.post-datatable .pm-table .pm-tfoot tr,
.post-datatable .pm-table tbody .pm-tr,
.post-datatable .pm-table tbody tr,
.post-datatable .pm-table tfoot .pm-tr,
.post-datatable .pm-table tfoot tr,
.post-datatable table .pm-tbody .pm-tr,
.post-datatable table .pm-tbody tr,
.post-datatable table .pm-tfoot .pm-tr,
.post-datatable table .pm-tfoot tr,
.post-datatable table tbody .pm-tr,
.post-datatable table tbody tr,
.post-datatable table tfoot .pm-tr,
.post-datatable table tfoot tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-top: 1px solid #ddd;
}

.post-datatable .pm-table .pm-tbody .pm-tr.is-error .cell-actions,
.post-datatable .pm-table .pm-tbody .pm-tr.is-error .cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr.is-error .cell-actions .pm-button,
.post-datatable .pm-table .pm-tbody .pm-tr.is-error .pm-icon,
.post-datatable .pm-table .pm-tbody .pm-tr.is-error .pm-icon .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr.is-error .pm-icon .pm-button,
.post-datatable .pm-table .pm-tbody tr.is-error .cell-actions,
.post-datatable .pm-table .pm-tbody tr.is-error .cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody tr.is-error .cell-actions .pm-button,
.post-datatable .pm-table .pm-tbody tr.is-error .pm-icon,
.post-datatable .pm-table .pm-tbody tr.is-error .pm-icon .btn-icon,
.post-datatable .pm-table .pm-tbody tr.is-error .pm-icon .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-error .cell-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-error .cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-error .cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-error .pm-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-error .pm-icon .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-error .pm-icon .pm-button,
.post-datatable .pm-table .pm-tfoot tr.is-error .cell-actions,
.post-datatable .pm-table .pm-tfoot tr.is-error .cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot tr.is-error .cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot tr.is-error .pm-icon,
.post-datatable .pm-table .pm-tfoot tr.is-error .pm-icon .btn-icon,
.post-datatable .pm-table .pm-tfoot tr.is-error .pm-icon .pm-button,
.post-datatable .pm-table tbody .pm-tr.is-error .cell-actions,
.post-datatable .pm-table tbody .pm-tr.is-error .cell-actions .btn-icon,
.post-datatable .pm-table tbody .pm-tr.is-error .cell-actions .pm-button,
.post-datatable .pm-table tbody .pm-tr.is-error .pm-icon,
.post-datatable .pm-table tbody .pm-tr.is-error .pm-icon .btn-icon,
.post-datatable .pm-table tbody .pm-tr.is-error .pm-icon .pm-button,
.post-datatable .pm-table tbody tr.is-error .cell-actions,
.post-datatable .pm-table tbody tr.is-error .cell-actions .btn-icon,
.post-datatable .pm-table tbody tr.is-error .cell-actions .pm-button,
.post-datatable .pm-table tbody tr.is-error .pm-icon,
.post-datatable .pm-table tbody tr.is-error .pm-icon .btn-icon,
.post-datatable .pm-table tbody tr.is-error .pm-icon .pm-button,
.post-datatable .pm-table tfoot .pm-tr.is-error .cell-actions,
.post-datatable .pm-table tfoot .pm-tr.is-error .cell-actions .btn-icon,
.post-datatable .pm-table tfoot .pm-tr.is-error .cell-actions .pm-button,
.post-datatable .pm-table tfoot .pm-tr.is-error .pm-icon,
.post-datatable .pm-table tfoot .pm-tr.is-error .pm-icon .btn-icon,
.post-datatable .pm-table tfoot .pm-tr.is-error .pm-icon .pm-button,
.post-datatable .pm-table tfoot tr.is-error .cell-actions,
.post-datatable .pm-table tfoot tr.is-error .cell-actions .btn-icon,
.post-datatable .pm-table tfoot tr.is-error .cell-actions .pm-button,
.post-datatable .pm-table tfoot tr.is-error .pm-icon,
.post-datatable .pm-table tfoot tr.is-error .pm-icon .btn-icon,
.post-datatable .pm-table tfoot tr.is-error .pm-icon .pm-button,
.post-datatable table .pm-tbody .pm-tr.is-error .cell-actions,
.post-datatable table .pm-tbody .pm-tr.is-error .cell-actions .btn-icon,
.post-datatable table .pm-tbody .pm-tr.is-error .cell-actions .pm-button,
.post-datatable table .pm-tbody .pm-tr.is-error .pm-icon,
.post-datatable table .pm-tbody .pm-tr.is-error .pm-icon .btn-icon,
.post-datatable table .pm-tbody .pm-tr.is-error .pm-icon .pm-button,
.post-datatable table .pm-tbody tr.is-error .cell-actions,
.post-datatable table .pm-tbody tr.is-error .cell-actions .btn-icon,
.post-datatable table .pm-tbody tr.is-error .cell-actions .pm-button,
.post-datatable table .pm-tbody tr.is-error .pm-icon,
.post-datatable table .pm-tbody tr.is-error .pm-icon .btn-icon,
.post-datatable table .pm-tbody tr.is-error .pm-icon .pm-button,
.post-datatable table .pm-tfoot .pm-tr.is-error .cell-actions,
.post-datatable table .pm-tfoot .pm-tr.is-error .cell-actions .btn-icon,
.post-datatable table .pm-tfoot .pm-tr.is-error .cell-actions .pm-button,
.post-datatable table .pm-tfoot .pm-tr.is-error .pm-icon,
.post-datatable table .pm-tfoot .pm-tr.is-error .pm-icon .btn-icon,
.post-datatable table .pm-tfoot .pm-tr.is-error .pm-icon .pm-button,
.post-datatable table .pm-tfoot tr.is-error .cell-actions,
.post-datatable table .pm-tfoot tr.is-error .cell-actions .btn-icon,
.post-datatable table .pm-tfoot tr.is-error .cell-actions .pm-button,
.post-datatable table .pm-tfoot tr.is-error .pm-icon,
.post-datatable table .pm-tfoot tr.is-error .pm-icon .btn-icon,
.post-datatable table .pm-tfoot tr.is-error .pm-icon .pm-button,
.post-datatable table tbody .pm-tr.is-error .cell-actions,
.post-datatable table tbody .pm-tr.is-error .cell-actions .btn-icon,
.post-datatable table tbody .pm-tr.is-error .cell-actions .pm-button,
.post-datatable table tbody .pm-tr.is-error .pm-icon,
.post-datatable table tbody .pm-tr.is-error .pm-icon .btn-icon,
.post-datatable table tbody .pm-tr.is-error .pm-icon .pm-button,
.post-datatable table tbody tr.is-error .cell-actions,
.post-datatable table tbody tr.is-error .cell-actions .btn-icon,
.post-datatable table tbody tr.is-error .cell-actions .pm-button,
.post-datatable table tbody tr.is-error .pm-icon,
.post-datatable table tbody tr.is-error .pm-icon .btn-icon,
.post-datatable table tbody tr.is-error .pm-icon .pm-button,
.post-datatable table tfoot .pm-tr.is-error .cell-actions,
.post-datatable table tfoot .pm-tr.is-error .cell-actions .btn-icon,
.post-datatable table tfoot .pm-tr.is-error .cell-actions .pm-button,
.post-datatable table tfoot .pm-tr.is-error .pm-icon,
.post-datatable table tfoot .pm-tr.is-error .pm-icon .btn-icon,
.post-datatable table tfoot .pm-tr.is-error .pm-icon .pm-button,
.post-datatable table tfoot tr.is-error .cell-actions,
.post-datatable table tfoot tr.is-error .cell-actions .btn-icon,
.post-datatable table tfoot tr.is-error .cell-actions .pm-button,
.post-datatable table tfoot tr.is-error .pm-icon,
.post-datatable table tfoot tr.is-error .pm-icon .btn-icon,
.post-datatable table tfoot tr.is-error .pm-icon .pm-button {
    color: #ed1c24;
}

.post-datatable .pm-table .pm-tbody .pm-tr.is-pending .cell-actions,
.post-datatable .pm-table .pm-tbody .pm-tr.is-pending .cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr.is-pending .cell-actions .pm-button,
.post-datatable .pm-table .pm-tbody .pm-tr.is-pending .pm-icon,
.post-datatable .pm-table .pm-tbody .pm-tr.is-pending .pm-icon .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr.is-pending .pm-icon .pm-button,
.post-datatable .pm-table .pm-tbody tr.is-pending .cell-actions,
.post-datatable .pm-table .pm-tbody tr.is-pending .cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody tr.is-pending .cell-actions .pm-button,
.post-datatable .pm-table .pm-tbody tr.is-pending .pm-icon,
.post-datatable .pm-table .pm-tbody tr.is-pending .pm-icon .btn-icon,
.post-datatable .pm-table .pm-tbody tr.is-pending .pm-icon .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-pending .cell-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-pending .cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-pending .cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-pending .pm-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-pending .pm-icon .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr.is-pending .pm-icon .pm-button,
.post-datatable .pm-table .pm-tfoot tr.is-pending .cell-actions,
.post-datatable .pm-table .pm-tfoot tr.is-pending .cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot tr.is-pending .cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot tr.is-pending .pm-icon,
.post-datatable .pm-table .pm-tfoot tr.is-pending .pm-icon .btn-icon,
.post-datatable .pm-table .pm-tfoot tr.is-pending .pm-icon .pm-button,
.post-datatable .pm-table tbody .pm-tr.is-pending .cell-actions,
.post-datatable .pm-table tbody .pm-tr.is-pending .cell-actions .btn-icon,
.post-datatable .pm-table tbody .pm-tr.is-pending .cell-actions .pm-button,
.post-datatable .pm-table tbody .pm-tr.is-pending .pm-icon,
.post-datatable .pm-table tbody .pm-tr.is-pending .pm-icon .btn-icon,
.post-datatable .pm-table tbody .pm-tr.is-pending .pm-icon .pm-button,
.post-datatable .pm-table tbody tr.is-pending .cell-actions,
.post-datatable .pm-table tbody tr.is-pending .cell-actions .btn-icon,
.post-datatable .pm-table tbody tr.is-pending .cell-actions .pm-button,
.post-datatable .pm-table tbody tr.is-pending .pm-icon,
.post-datatable .pm-table tbody tr.is-pending .pm-icon .btn-icon,
.post-datatable .pm-table tbody tr.is-pending .pm-icon .pm-button,
.post-datatable .pm-table tfoot .pm-tr.is-pending .cell-actions,
.post-datatable .pm-table tfoot .pm-tr.is-pending .cell-actions .btn-icon,
.post-datatable .pm-table tfoot .pm-tr.is-pending .cell-actions .pm-button,
.post-datatable .pm-table tfoot .pm-tr.is-pending .pm-icon,
.post-datatable .pm-table tfoot .pm-tr.is-pending .pm-icon .btn-icon,
.post-datatable .pm-table tfoot .pm-tr.is-pending .pm-icon .pm-button,
.post-datatable .pm-table tfoot tr.is-pending .cell-actions,
.post-datatable .pm-table tfoot tr.is-pending .cell-actions .btn-icon,
.post-datatable .pm-table tfoot tr.is-pending .cell-actions .pm-button,
.post-datatable .pm-table tfoot tr.is-pending .pm-icon,
.post-datatable .pm-table tfoot tr.is-pending .pm-icon .btn-icon,
.post-datatable .pm-table tfoot tr.is-pending .pm-icon .pm-button,
.post-datatable table .pm-tbody .pm-tr.is-pending .cell-actions,
.post-datatable table .pm-tbody .pm-tr.is-pending .cell-actions .btn-icon,
.post-datatable table .pm-tbody .pm-tr.is-pending .cell-actions .pm-button,
.post-datatable table .pm-tbody .pm-tr.is-pending .pm-icon,
.post-datatable table .pm-tbody .pm-tr.is-pending .pm-icon .btn-icon,
.post-datatable table .pm-tbody .pm-tr.is-pending .pm-icon .pm-button,
.post-datatable table .pm-tbody tr.is-pending .cell-actions,
.post-datatable table .pm-tbody tr.is-pending .cell-actions .btn-icon,
.post-datatable table .pm-tbody tr.is-pending .cell-actions .pm-button,
.post-datatable table .pm-tbody tr.is-pending .pm-icon,
.post-datatable table .pm-tbody tr.is-pending .pm-icon .btn-icon,
.post-datatable table .pm-tbody tr.is-pending .pm-icon .pm-button,
.post-datatable table .pm-tfoot .pm-tr.is-pending .cell-actions,
.post-datatable table .pm-tfoot .pm-tr.is-pending .cell-actions .btn-icon,
.post-datatable table .pm-tfoot .pm-tr.is-pending .cell-actions .pm-button,
.post-datatable table .pm-tfoot .pm-tr.is-pending .pm-icon,
.post-datatable table .pm-tfoot .pm-tr.is-pending .pm-icon .btn-icon,
.post-datatable table .pm-tfoot .pm-tr.is-pending .pm-icon .pm-button,
.post-datatable table .pm-tfoot tr.is-pending .cell-actions,
.post-datatable table .pm-tfoot tr.is-pending .cell-actions .btn-icon,
.post-datatable table .pm-tfoot tr.is-pending .cell-actions .pm-button,
.post-datatable table .pm-tfoot tr.is-pending .pm-icon,
.post-datatable table .pm-tfoot tr.is-pending .pm-icon .btn-icon,
.post-datatable table .pm-tfoot tr.is-pending .pm-icon .pm-button,
.post-datatable table tbody .pm-tr.is-pending .cell-actions,
.post-datatable table tbody .pm-tr.is-pending .cell-actions .btn-icon,
.post-datatable table tbody .pm-tr.is-pending .cell-actions .pm-button,
.post-datatable table tbody .pm-tr.is-pending .pm-icon,
.post-datatable table tbody .pm-tr.is-pending .pm-icon .btn-icon,
.post-datatable table tbody .pm-tr.is-pending .pm-icon .pm-button,
.post-datatable table tbody tr.is-pending .cell-actions,
.post-datatable table tbody tr.is-pending .cell-actions .btn-icon,
.post-datatable table tbody tr.is-pending .cell-actions .pm-button,
.post-datatable table tbody tr.is-pending .pm-icon,
.post-datatable table tbody tr.is-pending .pm-icon .btn-icon,
.post-datatable table tbody tr.is-pending .pm-icon .pm-button,
.post-datatable table tfoot .pm-tr.is-pending .cell-actions,
.post-datatable table tfoot .pm-tr.is-pending .cell-actions .btn-icon,
.post-datatable table tfoot .pm-tr.is-pending .cell-actions .pm-button,
.post-datatable table tfoot .pm-tr.is-pending .pm-icon,
.post-datatable table tfoot .pm-tr.is-pending .pm-icon .btn-icon,
.post-datatable table tfoot .pm-tr.is-pending .pm-icon .pm-button,
.post-datatable table tfoot tr.is-pending .cell-actions,
.post-datatable table tfoot tr.is-pending .cell-actions .btn-icon,
.post-datatable table tfoot tr.is-pending .cell-actions .pm-button,
.post-datatable table tfoot tr.is-pending .pm-icon,
.post-datatable table tfoot tr.is-pending .pm-icon .btn-icon,
.post-datatable table tfoot tr.is-pending .pm-icon .pm-button {
    color: #ff8400;
}

.post-datatable .pm-table .pm-tbody .pm-tr.with-border-top,
.post-datatable .pm-table .pm-tbody tr.with-border-top,
.post-datatable .pm-table .pm-tfoot .pm-tr.with-border-top,
.post-datatable .pm-table .pm-tfoot tr.with-border-top,
.post-datatable .pm-table tbody .pm-tr.with-border-top,
.post-datatable .pm-table tbody tr.with-border-top,
.post-datatable .pm-table tfoot .pm-tr.with-border-top,
.post-datatable .pm-table tfoot tr.with-border-top,
.post-datatable table .pm-tbody .pm-tr.with-border-top,
.post-datatable table .pm-tbody tr.with-border-top,
.post-datatable table .pm-tfoot .pm-tr.with-border-top,
.post-datatable table .pm-tfoot tr.with-border-top,
.post-datatable table tbody .pm-tr.with-border-top,
.post-datatable table tbody tr.with-border-top,
.post-datatable table tfoot .pm-tr.with-border-top,
.post-datatable table tfoot tr.with-border-top {
    border-top: 1px solid #ddd!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr.with-border-bottom,
.post-datatable .pm-table .pm-tbody tr.with-border-bottom,
.post-datatable .pm-table .pm-tfoot .pm-tr.with-border-bottom,
.post-datatable .pm-table .pm-tfoot tr.with-border-bottom,
.post-datatable .pm-table tbody .pm-tr.with-border-bottom,
.post-datatable .pm-table tbody tr.with-border-bottom,
.post-datatable .pm-table tfoot .pm-tr.with-border-bottom,
.post-datatable .pm-table tfoot tr.with-border-bottom,
.post-datatable table .pm-tbody .pm-tr.with-border-bottom,
.post-datatable table .pm-tbody tr.with-border-bottom,
.post-datatable table .pm-tfoot .pm-tr.with-border-bottom,
.post-datatable table .pm-tfoot tr.with-border-bottom,
.post-datatable table tbody .pm-tr.with-border-bottom,
.post-datatable table tbody tr.with-border-bottom,
.post-datatable table tfoot .pm-tr.with-border-bottom,
.post-datatable table tfoot tr.with-border-bottom {
    border-bottom: 1px solid #ddd!important;
}

.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse .collapsing,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse .collapsing,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse .collapsing,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse .collapsing,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse .collapsing,
.post-datatable .pm-table tbody tr.pm-row-collapse .collapsing,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse .collapsing,
.post-datatable .pm-table tfoot tr.pm-row-collapse .collapsing,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse .collapsing,
.post-datatable table .pm-tbody tr.pm-row-collapse .collapsing,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse .collapsing,
.post-datatable table .pm-tfoot tr.pm-row-collapse .collapsing,
.post-datatable table tbody .pm-tr.pm-row-collapse .collapsing,
.post-datatable table tbody tr.pm-row-collapse .collapsing,
.post-datatable table tfoot .pm-tr.pm-row-collapse .collapsing,
.post-datatable table tfoot tr.pm-row-collapse .collapsing {
    transition: all .2s linear;
}

.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-header,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-header,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-header,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-header,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-header,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-header,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-header,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-header,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-header,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-header,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-header,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-header,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-header,
.post-datatable table tbody tr.pm-row-collapse.is-header,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-header,
.post-datatable table tfoot tr.pm-row-collapse.is-header {
    cursor: pointer;
}

.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-header:hover,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-header:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-header:hover,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-header:hover,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-header:hover,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-header:hover,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-header:hover,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-header:hover,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-header:hover,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-header:hover,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-header:hover,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-header:hover,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-header:hover,
.post-datatable table tbody tr.pm-row-collapse.is-header:hover,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-header:hover,
.post-datatable table tfoot tr.pm-row-collapse.is-header:hover {
    background-color: #efefef;
}

.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body,
.post-datatable table tbody tr.pm-row-collapse.is-body,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body,
.post-datatable table tfoot tr.pm-row-collapse.is-body {
    border: 0;
}

.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table tbody tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body .pm-body-content,
.post-datatable table tfoot tr.pm-row-collapse.is-body .pm-body-content {
    margin: 20px 0;
}

.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body.in td,
.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body.in th,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body.in td,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body.in th,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in td,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in th,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body.in td,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body.in th,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body.in td,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body.in th,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body.in td,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body.in th,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body.in td,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body.in th,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body.in td,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body.in th,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body.in td,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body.in th,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body.in td,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body.in th,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in td,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in th,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body.in td,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body.in th,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body.in td,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body.in th,
.post-datatable table tbody tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable table tbody tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable table tbody tr.pm-row-collapse.is-body.in td,
.post-datatable table tbody tr.pm-row-collapse.is-body.in th,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body.in td,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body.in th,
.post-datatable table tfoot tr.pm-row-collapse.is-body.in .pm-td,
.post-datatable table tfoot tr.pm-row-collapse.is-body.in .pm-th,
.post-datatable table tfoot tr.pm-row-collapse.is-body.in td,
.post-datatable table tfoot tr.pm-row-collapse.is-body.in th {
    transition: height .2s linear;
}

.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable table tbody tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable table tbody tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable table tbody tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable table tbody tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body.in th .pm-body-content,
.post-datatable table tfoot tr.pm-row-collapse.is-body.in .pm-td .pm-body-content,
.post-datatable table tfoot tr.pm-row-collapse.is-body.in .pm-th .pm-body-content,
.post-datatable table tfoot tr.pm-row-collapse.is-body.in td .pm-body-content,
.post-datatable table tfoot tr.pm-row-collapse.is-body.in th .pm-body-content {
    margin: 0;
}

.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable .pm-table .pm-tbody .pm-tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable .pm-table .pm-tbody tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable .pm-table .pm-tfoot .pm-tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable .pm-table .pm-tfoot tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable .pm-table tbody .pm-tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable .pm-table tbody tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable .pm-table tfoot .pm-tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable .pm-table tfoot tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable table .pm-tbody .pm-tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable table .pm-tbody tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable table .pm-tfoot .pm-tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable table .pm-tfoot tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable table tbody .pm-tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable table tbody tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable table tbody tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable table tbody tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable table tbody tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable table tfoot .pm-tr.pm-row-collapse.is-body:not(.in) th,
.post-datatable table tfoot tr.pm-row-collapse.is-body:not(.in) .pm-td,
.post-datatable table tfoot tr.pm-row-collapse.is-body:not(.in) .pm-th,
.post-datatable table tfoot tr.pm-row-collapse.is-body:not(.in) td,
.post-datatable table tfoot tr.pm-row-collapse.is-body:not(.in) th {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: height .2s linear;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th,
.post-datatable .pm-table .pm-tbody .pm-tr td,
.post-datatable .pm-table .pm-tbody .pm-tr th,
.post-datatable .pm-table .pm-tbody tr .pm-td,
.post-datatable .pm-table .pm-tbody tr .pm-th,
.post-datatable .pm-table .pm-tbody tr td,
.post-datatable .pm-table .pm-tbody tr th,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th,
.post-datatable .pm-table .pm-tfoot .pm-tr td,
.post-datatable .pm-table .pm-tfoot .pm-tr th,
.post-datatable .pm-table .pm-tfoot tr .pm-td,
.post-datatable .pm-table .pm-tfoot tr .pm-th,
.post-datatable .pm-table .pm-tfoot tr td,
.post-datatable .pm-table .pm-tfoot tr th,
.post-datatable .pm-table tbody .pm-tr .pm-td,
.post-datatable .pm-table tbody .pm-tr .pm-th,
.post-datatable .pm-table tbody .pm-tr td,
.post-datatable .pm-table tbody .pm-tr th,
.post-datatable .pm-table tbody tr .pm-td,
.post-datatable .pm-table tbody tr .pm-th,
.post-datatable .pm-table tbody tr td,
.post-datatable .pm-table tbody tr th,
.post-datatable .pm-table tfoot .pm-tr .pm-td,
.post-datatable .pm-table tfoot .pm-tr .pm-th,
.post-datatable .pm-table tfoot .pm-tr td,
.post-datatable .pm-table tfoot .pm-tr th,
.post-datatable .pm-table tfoot tr .pm-td,
.post-datatable .pm-table tfoot tr .pm-th,
.post-datatable .pm-table tfoot tr td,
.post-datatable .pm-table tfoot tr th,
.post-datatable table .pm-tbody .pm-tr .pm-td,
.post-datatable table .pm-tbody .pm-tr .pm-th,
.post-datatable table .pm-tbody .pm-tr td,
.post-datatable table .pm-tbody .pm-tr th,
.post-datatable table .pm-tbody tr .pm-td,
.post-datatable table .pm-tbody tr .pm-th,
.post-datatable table .pm-tbody tr td,
.post-datatable table .pm-tbody tr th,
.post-datatable table .pm-tfoot .pm-tr .pm-td,
.post-datatable table .pm-tfoot .pm-tr .pm-th,
.post-datatable table .pm-tfoot .pm-tr td,
.post-datatable table .pm-tfoot .pm-tr th,
.post-datatable table .pm-tfoot tr .pm-td,
.post-datatable table .pm-tfoot tr .pm-th,
.post-datatable table .pm-tfoot tr td,
.post-datatable table .pm-tfoot tr th,
.post-datatable table tbody .pm-tr .pm-td,
.post-datatable table tbody .pm-tr .pm-th,
.post-datatable table tbody .pm-tr td,
.post-datatable table tbody .pm-tr th,
.post-datatable table tbody tr .pm-td,
.post-datatable table tbody tr .pm-th,
.post-datatable table tbody tr td,
.post-datatable table tbody tr th,
.post-datatable table tfoot .pm-tr .pm-td,
.post-datatable table tfoot .pm-tr .pm-th,
.post-datatable table tfoot .pm-tr td,
.post-datatable table tfoot .pm-tr th,
.post-datatable table tfoot tr .pm-td,
.post-datatable table tfoot tr .pm-th,
.post-datatable table tfoot tr td,
.post-datatable table tfoot tr th {
    display: table-cell;
    height: 60px;
    padding: 20px 5px;
    vertical-align: top;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr td:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr th:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-td:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-th:first-child,
.post-datatable .pm-table .pm-tbody tr td:first-child,
.post-datatable .pm-table .pm-tbody tr th:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr td:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr th:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-td:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-th:first-child,
.post-datatable .pm-table .pm-tfoot tr td:first-child,
.post-datatable .pm-table .pm-tfoot tr th:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-td:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-th:first-child,
.post-datatable .pm-table tbody .pm-tr td:first-child,
.post-datatable .pm-table tbody .pm-tr th:first-child,
.post-datatable .pm-table tbody tr .pm-td:first-child,
.post-datatable .pm-table tbody tr .pm-th:first-child,
.post-datatable .pm-table tbody tr td:first-child,
.post-datatable .pm-table tbody tr th:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-td:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-th:first-child,
.post-datatable .pm-table tfoot .pm-tr td:first-child,
.post-datatable .pm-table tfoot .pm-tr th:first-child,
.post-datatable .pm-table tfoot tr .pm-td:first-child,
.post-datatable .pm-table tfoot tr .pm-th:first-child,
.post-datatable .pm-table tfoot tr td:first-child,
.post-datatable .pm-table tfoot tr th:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-td:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-th:first-child,
.post-datatable table .pm-tbody .pm-tr td:first-child,
.post-datatable table .pm-tbody .pm-tr th:first-child,
.post-datatable table .pm-tbody tr .pm-td:first-child,
.post-datatable table .pm-tbody tr .pm-th:first-child,
.post-datatable table .pm-tbody tr td:first-child,
.post-datatable table .pm-tbody tr th:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-td:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-th:first-child,
.post-datatable table .pm-tfoot .pm-tr td:first-child,
.post-datatable table .pm-tfoot .pm-tr th:first-child,
.post-datatable table .pm-tfoot tr .pm-td:first-child,
.post-datatable table .pm-tfoot tr .pm-th:first-child,
.post-datatable table .pm-tfoot tr td:first-child,
.post-datatable table .pm-tfoot tr th:first-child,
.post-datatable table tbody .pm-tr .pm-td:first-child,
.post-datatable table tbody .pm-tr .pm-th:first-child,
.post-datatable table tbody .pm-tr td:first-child,
.post-datatable table tbody .pm-tr th:first-child,
.post-datatable table tbody tr .pm-td:first-child,
.post-datatable table tbody tr .pm-th:first-child,
.post-datatable table tbody tr td:first-child,
.post-datatable table tbody tr th:first-child,
.post-datatable table tfoot .pm-tr .pm-td:first-child,
.post-datatable table tfoot .pm-tr .pm-th:first-child,
.post-datatable table tfoot .pm-tr td:first-child,
.post-datatable table tfoot .pm-tr th:first-child,
.post-datatable table tfoot tr .pm-td:first-child,
.post-datatable table tfoot tr .pm-th:first-child,
.post-datatable table tfoot tr td:first-child,
.post-datatable table tfoot tr th:first-child {
    padding-left: 20px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td:last-child,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th:last-child,
.post-datatable .pm-table .pm-tbody .pm-tr td:last-child,
.post-datatable .pm-table .pm-tbody .pm-tr th:last-child,
.post-datatable .pm-table .pm-tbody tr .pm-td:last-child,
.post-datatable .pm-table .pm-tbody tr .pm-th:last-child,
.post-datatable .pm-table .pm-tbody tr td:last-child,
.post-datatable .pm-table .pm-tbody tr th:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr td:last-child,
.post-datatable .pm-table .pm-tfoot .pm-tr th:last-child,
.post-datatable .pm-table .pm-tfoot tr .pm-td:last-child,
.post-datatable .pm-table .pm-tfoot tr .pm-th:last-child,
.post-datatable .pm-table .pm-tfoot tr td:last-child,
.post-datatable .pm-table .pm-tfoot tr th:last-child,
.post-datatable .pm-table tbody .pm-tr .pm-td:last-child,
.post-datatable .pm-table tbody .pm-tr .pm-th:last-child,
.post-datatable .pm-table tbody .pm-tr td:last-child,
.post-datatable .pm-table tbody .pm-tr th:last-child,
.post-datatable .pm-table tbody tr .pm-td:last-child,
.post-datatable .pm-table tbody tr .pm-th:last-child,
.post-datatable .pm-table tbody tr td:last-child,
.post-datatable .pm-table tbody tr th:last-child,
.post-datatable .pm-table tfoot .pm-tr .pm-td:last-child,
.post-datatable .pm-table tfoot .pm-tr .pm-th:last-child,
.post-datatable .pm-table tfoot .pm-tr td:last-child,
.post-datatable .pm-table tfoot .pm-tr th:last-child,
.post-datatable .pm-table tfoot tr .pm-td:last-child,
.post-datatable .pm-table tfoot tr .pm-th:last-child,
.post-datatable .pm-table tfoot tr td:last-child,
.post-datatable .pm-table tfoot tr th:last-child,
.post-datatable table .pm-tbody .pm-tr .pm-td:last-child,
.post-datatable table .pm-tbody .pm-tr .pm-th:last-child,
.post-datatable table .pm-tbody .pm-tr td:last-child,
.post-datatable table .pm-tbody .pm-tr th:last-child,
.post-datatable table .pm-tbody tr .pm-td:last-child,
.post-datatable table .pm-tbody tr .pm-th:last-child,
.post-datatable table .pm-tbody tr td:last-child,
.post-datatable table .pm-tbody tr th:last-child,
.post-datatable table .pm-tfoot .pm-tr .pm-td:last-child,
.post-datatable table .pm-tfoot .pm-tr .pm-th:last-child,
.post-datatable table .pm-tfoot .pm-tr td:last-child,
.post-datatable table .pm-tfoot .pm-tr th:last-child,
.post-datatable table .pm-tfoot tr .pm-td:last-child,
.post-datatable table .pm-tfoot tr .pm-th:last-child,
.post-datatable table .pm-tfoot tr td:last-child,
.post-datatable table .pm-tfoot tr th:last-child,
.post-datatable table tbody .pm-tr .pm-td:last-child,
.post-datatable table tbody .pm-tr .pm-th:last-child,
.post-datatable table tbody .pm-tr td:last-child,
.post-datatable table tbody .pm-tr th:last-child,
.post-datatable table tbody tr .pm-td:last-child,
.post-datatable table tbody tr .pm-th:last-child,
.post-datatable table tbody tr td:last-child,
.post-datatable table tbody tr th:last-child,
.post-datatable table tfoot .pm-tr .pm-td:last-child,
.post-datatable table tfoot .pm-tr .pm-th:last-child,
.post-datatable table tfoot .pm-tr td:last-child,
.post-datatable table tfoot .pm-tr th:last-child,
.post-datatable table tfoot tr .pm-td:last-child,
.post-datatable table tfoot tr .pm-th:last-child,
.post-datatable table tfoot tr td:last-child,
.post-datatable table tfoot tr th:last-child {
    padding-right: 20px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions,
.post-datatable .pm-table .pm-tbody tr td.cell-actions,
.post-datatable .pm-table .pm-tbody tr th.cell-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions,
.post-datatable .pm-table tbody .pm-tr td.cell-actions,
.post-datatable .pm-table tbody .pm-tr th.cell-actions,
.post-datatable .pm-table tbody tr .pm-td.cell-actions,
.post-datatable .pm-table tbody tr .pm-th.cell-actions,
.post-datatable .pm-table tbody tr td.cell-actions,
.post-datatable .pm-table tbody tr th.cell-actions,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions,
.post-datatable .pm-table tfoot tr td.cell-actions,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions,
.post-datatable table .pm-tbody .pm-tr td.cell-actions,
.post-datatable table .pm-tbody .pm-tr th.cell-actions,
.post-datatable table .pm-tbody tr .pm-td.cell-actions,
.post-datatable table .pm-tbody tr .pm-th.cell-actions,
.post-datatable table .pm-tbody tr td.cell-actions,
.post-datatable table .pm-tbody tr th.cell-actions,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions,
.post-datatable table .pm-tfoot tr td.cell-actions,
.post-datatable table tbody .pm-tr .pm-td.cell-actions,
.post-datatable table tbody .pm-tr .pm-th.cell-actions,
.post-datatable table tbody .pm-tr td.cell-actions,
.post-datatable table tbody .pm-tr th.cell-actions,
.post-datatable table tbody tr .pm-td.cell-actions,
.post-datatable table tbody tr .pm-th.cell-actions,
.post-datatable table tbody tr td.cell-actions,
.post-datatable table tbody tr th.cell-actions,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions,
.post-datatable table tfoot .pm-tr td.cell-actions,
.post-datatable table tfoot tr .pm-td.cell-actions,
.post-datatable table tfoot tr td.cell-actions {
    padding: 0 15px 0 0;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions .pm-button,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions .pm-button,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions .pm-button,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions .pm-button,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions .pm-button,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions .pm-button,
.post-datatable .pm-table .pm-tbody tr td.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody tr td.cell-actions .pm-button,
.post-datatable .pm-table .pm-tbody tr th.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tbody tr th.cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions .pm-button,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions .btn-icon,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions .pm-button,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions .btn-icon,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions .pm-button,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions .btn-icon,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions .pm-button,
.post-datatable .pm-table tbody .pm-tr td.cell-actions .btn-icon,
.post-datatable .pm-table tbody .pm-tr td.cell-actions .pm-button,
.post-datatable .pm-table tbody .pm-tr th.cell-actions .btn-icon,
.post-datatable .pm-table tbody .pm-tr th.cell-actions .pm-button,
.post-datatable .pm-table tbody tr .pm-td.cell-actions .btn-icon,
.post-datatable .pm-table tbody tr .pm-td.cell-actions .pm-button,
.post-datatable .pm-table tbody tr .pm-th.cell-actions .btn-icon,
.post-datatable .pm-table tbody tr .pm-th.cell-actions .pm-button,
.post-datatable .pm-table tbody tr td.cell-actions .btn-icon,
.post-datatable .pm-table tbody tr td.cell-actions .pm-button,
.post-datatable .pm-table tbody tr th.cell-actions .btn-icon,
.post-datatable .pm-table tbody tr th.cell-actions .pm-button,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions .btn-icon,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions .pm-button,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions .btn-icon,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions .pm-button,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions .btn-icon,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions .pm-button,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions .btn-icon,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions .pm-button,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions .btn-icon,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions .pm-button,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions .btn-icon,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions .pm-button,
.post-datatable .pm-table tfoot tr td.cell-actions .btn-icon,
.post-datatable .pm-table tfoot tr td.cell-actions .pm-button,
.post-datatable .pm-table tfoot tr th.cell-actions .btn-icon,
.post-datatable .pm-table tfoot tr th.cell-actions .pm-button,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions .btn-icon,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions .pm-button,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions .btn-icon,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions .pm-button,
.post-datatable table .pm-tbody .pm-tr td.cell-actions .btn-icon,
.post-datatable table .pm-tbody .pm-tr td.cell-actions .pm-button,
.post-datatable table .pm-tbody .pm-tr th.cell-actions .btn-icon,
.post-datatable table .pm-tbody .pm-tr th.cell-actions .pm-button,
.post-datatable table .pm-tbody tr .pm-td.cell-actions .btn-icon,
.post-datatable table .pm-tbody tr .pm-td.cell-actions .pm-button,
.post-datatable table .pm-tbody tr .pm-th.cell-actions .btn-icon,
.post-datatable table .pm-tbody tr .pm-th.cell-actions .pm-button,
.post-datatable table .pm-tbody tr td.cell-actions .btn-icon,
.post-datatable table .pm-tbody tr td.cell-actions .pm-button,
.post-datatable table .pm-tbody tr th.cell-actions .btn-icon,
.post-datatable table .pm-tbody tr th.cell-actions .pm-button,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions .btn-icon,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions .pm-button,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions .btn-icon,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions .pm-button,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions .btn-icon,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions .pm-button,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions .btn-icon,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions .pm-button,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions .btn-icon,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions .pm-button,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions .btn-icon,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions .pm-button,
.post-datatable table .pm-tfoot tr td.cell-actions .btn-icon,
.post-datatable table .pm-tfoot tr td.cell-actions .pm-button,
.post-datatable table .pm-tfoot tr th.cell-actions .btn-icon,
.post-datatable table .pm-tfoot tr th.cell-actions .pm-button,
.post-datatable table tbody .pm-tr .pm-td.cell-actions .btn-icon,
.post-datatable table tbody .pm-tr .pm-td.cell-actions .pm-button,
.post-datatable table tbody .pm-tr .pm-th.cell-actions .btn-icon,
.post-datatable table tbody .pm-tr .pm-th.cell-actions .pm-button,
.post-datatable table tbody .pm-tr td.cell-actions .btn-icon,
.post-datatable table tbody .pm-tr td.cell-actions .pm-button,
.post-datatable table tbody .pm-tr th.cell-actions .btn-icon,
.post-datatable table tbody .pm-tr th.cell-actions .pm-button,
.post-datatable table tbody tr .pm-td.cell-actions .btn-icon,
.post-datatable table tbody tr .pm-td.cell-actions .pm-button,
.post-datatable table tbody tr .pm-th.cell-actions .btn-icon,
.post-datatable table tbody tr .pm-th.cell-actions .pm-button,
.post-datatable table tbody tr td.cell-actions .btn-icon,
.post-datatable table tbody tr td.cell-actions .pm-button,
.post-datatable table tbody tr th.cell-actions .btn-icon,
.post-datatable table tbody tr th.cell-actions .pm-button,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions .btn-icon,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions .pm-button,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions .btn-icon,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions .pm-button,
.post-datatable table tfoot .pm-tr td.cell-actions .btn-icon,
.post-datatable table tfoot .pm-tr td.cell-actions .pm-button,
.post-datatable table tfoot .pm-tr th.cell-actions .btn-icon,
.post-datatable table tfoot .pm-tr th.cell-actions .pm-button,
.post-datatable table tfoot tr .pm-td.cell-actions .btn-icon,
.post-datatable table tfoot tr .pm-td.cell-actions .pm-button,
.post-datatable table tfoot tr .pm-th.cell-actions .btn-icon,
.post-datatable table tfoot tr .pm-th.cell-actions .pm-button,
.post-datatable table tfoot tr td.cell-actions .btn-icon,
.post-datatable table tfoot tr td.cell-actions .pm-button,
.post-datatable table tfoot tr th.cell-actions .btn-icon,
.post-datatable table tfoot tr th.cell-actions .pm-button {
    float: right;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tbody tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tbody tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable .pm-table tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable .pm-table tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tbody tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tbody tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table .pm-tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table .pm-tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tbody tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tbody tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round,
.post-datatable table tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round,
.post-datatable table tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round {
    width: 40px;
    height: 40px;
    margin: 10px 0;
    border-radius: 50%;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tbody tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tbody tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tbody tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tbody tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable .pm-table tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable .pm-table tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tbody tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tbody tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table .pm-tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table .pm-tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tbody tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tbody tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round:first-child,
.post-datatable table tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round:first-child,
.post-datatable table tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round:first-child {
    margin: 10px 0;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tbody tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tbody tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable .pm-table tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable .pm-table tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tbody tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tbody tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table .pm-tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table .pm-tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tbody tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tbody tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round-big,
.post-datatable table tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round-big,
.post-datatable table tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round-big {
    width: 50px;
    height: 50px;
    margin: 5px 0;
    border-radius: 50%;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tbody tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tbody tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tbody tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable .pm-table tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable .pm-table tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tbody tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tbody tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table .pm-tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table .pm-tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tbody .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tbody .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tbody tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tbody tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tbody tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tbody tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tbody tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tbody tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tfoot .pm-tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tfoot .pm-tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tfoot tr .pm-td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tfoot tr .pm-th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tfoot tr td.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tfoot tr td.cell-actions.with-multi-icons .pm-button.is-round-big:first-child,
.post-datatable table tfoot tr th.cell-actions.with-multi-icons .btn-icon.is-round-big:first-child,
.post-datatable table tfoot tr th.cell-actions.with-multi-icons .pm-button.is-round-big:first-child {
    margin: 5px 5px 5px 0;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tbody tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tbody tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tfoot tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tbody tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tbody tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tfoot tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable .pm-table tfoot tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tbody tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tbody tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tfoot tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table .pm-tfoot tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tbody .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tbody .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tbody .pm-tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tbody .pm-tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tbody tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tbody tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tbody tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tbody tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tfoot .pm-tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tfoot .pm-tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tfoot .pm-tr th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tfoot tr .pm-td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tfoot tr .pm-th.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tfoot tr td.cell-actions.with-multi-icons .btn-icon,
.post-datatable table tfoot tr th.cell-actions.with-multi-icons .btn-icon {
    width: 40px;
    height: 40px;
    margin: 10px 0;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-pagination,
.post-datatable .pm-table .pm-tbody .pm-tr th.cell-pagination,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tbody tr .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tbody tr td.cell-pagination,
.post-datatable .pm-table .pm-tbody tr th.cell-pagination,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tfoot .pm-tr td.cell-pagination,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-pagination,
.post-datatable .pm-table .pm-tfoot tr .pm-td.cell-pagination,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-pagination,
.post-datatable .pm-table .pm-tfoot tr td.cell-pagination,
.post-datatable .pm-table .pm-tfoot tr th.cell-pagination,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table tbody .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table tbody .pm-tr td.cell-pagination,
.post-datatable .pm-table tbody .pm-tr th.cell-pagination,
.post-datatable .pm-table tbody tr .pm-td.cell-pagination,
.post-datatable .pm-table tbody tr .pm-th.cell-pagination,
.post-datatable .pm-table tbody tr td.cell-pagination,
.post-datatable .pm-table tbody tr th.cell-pagination,
.post-datatable .pm-table tfoot .pm-tr .pm-td.cell-pagination,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-pagination,
.post-datatable .pm-table tfoot .pm-tr td.cell-pagination,
.post-datatable .pm-table tfoot .pm-tr th.cell-pagination,
.post-datatable .pm-table tfoot tr .pm-td.cell-pagination,
.post-datatable .pm-table tfoot tr .pm-th.cell-pagination,
.post-datatable .pm-table tfoot tr td.cell-pagination,
.post-datatable .pm-table tfoot tr th.cell-pagination,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-pagination,
.post-datatable table .pm-tbody .pm-tr .pm-th.cell-pagination,
.post-datatable table .pm-tbody .pm-tr td.cell-pagination,
.post-datatable table .pm-tbody .pm-tr th.cell-pagination,
.post-datatable table .pm-tbody tr .pm-td.cell-pagination,
.post-datatable table .pm-tbody tr .pm-th.cell-pagination,
.post-datatable table .pm-tbody tr td.cell-pagination,
.post-datatable table .pm-tbody tr th.cell-pagination,
.post-datatable table .pm-tfoot .pm-tr .pm-td.cell-pagination,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-pagination,
.post-datatable table .pm-tfoot .pm-tr td.cell-pagination,
.post-datatable table .pm-tfoot .pm-tr th.cell-pagination,
.post-datatable table .pm-tfoot tr .pm-td.cell-pagination,
.post-datatable table .pm-tfoot tr .pm-th.cell-pagination,
.post-datatable table .pm-tfoot tr td.cell-pagination,
.post-datatable table .pm-tfoot tr th.cell-pagination,
.post-datatable table tbody .pm-tr .pm-td.cell-pagination,
.post-datatable table tbody .pm-tr .pm-th.cell-pagination,
.post-datatable table tbody .pm-tr td.cell-pagination,
.post-datatable table tbody .pm-tr th.cell-pagination,
.post-datatable table tbody tr .pm-td.cell-pagination,
.post-datatable table tbody tr .pm-th.cell-pagination,
.post-datatable table tbody tr td.cell-pagination,
.post-datatable table tbody tr th.cell-pagination,
.post-datatable table tfoot .pm-tr .pm-td.cell-pagination,
.post-datatable table tfoot .pm-tr .pm-th.cell-pagination,
.post-datatable table tfoot .pm-tr td.cell-pagination,
.post-datatable table tfoot .pm-tr th.cell-pagination,
.post-datatable table tfoot tr .pm-td.cell-pagination,
.post-datatable table tfoot tr .pm-th.cell-pagination,
.post-datatable table tfoot tr td.cell-pagination,
.post-datatable table tfoot tr th.cell-pagination {
    padding: 20px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-icon,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-icon,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-icon,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-icon,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-icon,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-icon,
.post-datatable .pm-table .pm-tbody tr td .pm-icon,
.post-datatable .pm-table .pm-tbody tr th .pm-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-icon,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-icon,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-icon,
.post-datatable .pm-table .pm-tfoot tr td .pm-icon,
.post-datatable .pm-table .pm-tfoot tr th .pm-icon,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-icon,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-icon,
.post-datatable .pm-table tbody .pm-tr td .pm-icon,
.post-datatable .pm-table tbody .pm-tr th .pm-icon,
.post-datatable .pm-table tbody tr .pm-td .pm-icon,
.post-datatable .pm-table tbody tr .pm-th .pm-icon,
.post-datatable .pm-table tbody tr td .pm-icon,
.post-datatable .pm-table tbody tr th .pm-icon,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-icon,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-icon,
.post-datatable .pm-table tfoot .pm-tr td .pm-icon,
.post-datatable .pm-table tfoot .pm-tr th .pm-icon,
.post-datatable .pm-table tfoot tr .pm-td .pm-icon,
.post-datatable .pm-table tfoot tr .pm-th .pm-icon,
.post-datatable .pm-table tfoot tr td .pm-icon,
.post-datatable .pm-table tfoot tr th .pm-icon,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-icon,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-icon,
.post-datatable table .pm-tbody .pm-tr td .pm-icon,
.post-datatable table .pm-tbody .pm-tr th .pm-icon,
.post-datatable table .pm-tbody tr .pm-td .pm-icon,
.post-datatable table .pm-tbody tr .pm-th .pm-icon,
.post-datatable table .pm-tbody tr td .pm-icon,
.post-datatable table .pm-tbody tr th .pm-icon,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-icon,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-icon,
.post-datatable table .pm-tfoot .pm-tr td .pm-icon,
.post-datatable table .pm-tfoot .pm-tr th .pm-icon,
.post-datatable table .pm-tfoot tr .pm-td .pm-icon,
.post-datatable table .pm-tfoot tr .pm-th .pm-icon,
.post-datatable table .pm-tfoot tr td .pm-icon,
.post-datatable table .pm-tfoot tr th .pm-icon,
.post-datatable table tbody .pm-tr .pm-td .pm-icon,
.post-datatable table tbody .pm-tr .pm-th .pm-icon,
.post-datatable table tbody .pm-tr td .pm-icon,
.post-datatable table tbody .pm-tr th .pm-icon,
.post-datatable table tbody tr .pm-td .pm-icon,
.post-datatable table tbody tr .pm-th .pm-icon,
.post-datatable table tbody tr td .pm-icon,
.post-datatable table tbody tr th .pm-icon,
.post-datatable table tfoot .pm-tr .pm-td .pm-icon,
.post-datatable table tfoot .pm-tr .pm-th .pm-icon,
.post-datatable table tfoot .pm-tr td .pm-icon,
.post-datatable table tfoot .pm-tr th .pm-icon,
.post-datatable table tfoot tr .pm-td .pm-icon,
.post-datatable table tfoot tr .pm-th .pm-icon,
.post-datatable table tfoot tr td .pm-icon,
.post-datatable table tfoot tr th .pm-icon {
    font-size: 20px;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-disclaimer,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-disclaimer,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-disclaimer,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-disclaimer,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-disclaimer,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-disclaimer,
.post-datatable .pm-table .pm-tbody tr td .pm-disclaimer,
.post-datatable .pm-table .pm-tbody tr th .pm-disclaimer,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-disclaimer,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-disclaimer,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-disclaimer,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-disclaimer,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-disclaimer,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-disclaimer,
.post-datatable .pm-table .pm-tfoot tr td .pm-disclaimer,
.post-datatable .pm-table .pm-tfoot tr th .pm-disclaimer,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-disclaimer,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-disclaimer,
.post-datatable .pm-table tbody .pm-tr td .pm-disclaimer,
.post-datatable .pm-table tbody .pm-tr th .pm-disclaimer,
.post-datatable .pm-table tbody tr .pm-td .pm-disclaimer,
.post-datatable .pm-table tbody tr .pm-th .pm-disclaimer,
.post-datatable .pm-table tbody tr td .pm-disclaimer,
.post-datatable .pm-table tbody tr th .pm-disclaimer,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-disclaimer,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-disclaimer,
.post-datatable .pm-table tfoot .pm-tr td .pm-disclaimer,
.post-datatable .pm-table tfoot .pm-tr th .pm-disclaimer,
.post-datatable .pm-table tfoot tr .pm-td .pm-disclaimer,
.post-datatable .pm-table tfoot tr .pm-th .pm-disclaimer,
.post-datatable .pm-table tfoot tr td .pm-disclaimer,
.post-datatable .pm-table tfoot tr th .pm-disclaimer,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-disclaimer,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-disclaimer,
.post-datatable table .pm-tbody .pm-tr td .pm-disclaimer,
.post-datatable table .pm-tbody .pm-tr th .pm-disclaimer,
.post-datatable table .pm-tbody tr .pm-td .pm-disclaimer,
.post-datatable table .pm-tbody tr .pm-th .pm-disclaimer,
.post-datatable table .pm-tbody tr td .pm-disclaimer,
.post-datatable table .pm-tbody tr th .pm-disclaimer,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-disclaimer,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-disclaimer,
.post-datatable table .pm-tfoot .pm-tr td .pm-disclaimer,
.post-datatable table .pm-tfoot .pm-tr th .pm-disclaimer,
.post-datatable table .pm-tfoot tr .pm-td .pm-disclaimer,
.post-datatable table .pm-tfoot tr .pm-th .pm-disclaimer,
.post-datatable table .pm-tfoot tr td .pm-disclaimer,
.post-datatable table .pm-tfoot tr th .pm-disclaimer,
.post-datatable table tbody .pm-tr .pm-td .pm-disclaimer,
.post-datatable table tbody .pm-tr .pm-th .pm-disclaimer,
.post-datatable table tbody .pm-tr td .pm-disclaimer,
.post-datatable table tbody .pm-tr th .pm-disclaimer,
.post-datatable table tbody tr .pm-td .pm-disclaimer,
.post-datatable table tbody tr .pm-th .pm-disclaimer,
.post-datatable table tbody tr td .pm-disclaimer,
.post-datatable table tbody tr th .pm-disclaimer,
.post-datatable table tfoot .pm-tr .pm-td .pm-disclaimer,
.post-datatable table tfoot .pm-tr .pm-th .pm-disclaimer,
.post-datatable table tfoot .pm-tr td .pm-disclaimer,
.post-datatable table tfoot .pm-tr th .pm-disclaimer,
.post-datatable table tfoot tr .pm-td .pm-disclaimer,
.post-datatable table tfoot tr .pm-th .pm-disclaimer,
.post-datatable table tfoot tr td .pm-disclaimer,
.post-datatable table tfoot tr th .pm-disclaimer {
    display: flex;
    align-items: center;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-disclaimer i,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-disclaimer i,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-disclaimer i,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-disclaimer i,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-disclaimer i,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-disclaimer i,
.post-datatable .pm-table .pm-tbody tr td .pm-disclaimer i,
.post-datatable .pm-table .pm-tbody tr th .pm-disclaimer i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-disclaimer i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-disclaimer i,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-disclaimer i,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-disclaimer i,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-disclaimer i,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-disclaimer i,
.post-datatable .pm-table .pm-tfoot tr td .pm-disclaimer i,
.post-datatable .pm-table .pm-tfoot tr th .pm-disclaimer i,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-disclaimer i,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-disclaimer i,
.post-datatable .pm-table tbody .pm-tr td .pm-disclaimer i,
.post-datatable .pm-table tbody .pm-tr th .pm-disclaimer i,
.post-datatable .pm-table tbody tr .pm-td .pm-disclaimer i,
.post-datatable .pm-table tbody tr .pm-th .pm-disclaimer i,
.post-datatable .pm-table tbody tr td .pm-disclaimer i,
.post-datatable .pm-table tbody tr th .pm-disclaimer i,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-disclaimer i,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-disclaimer i,
.post-datatable .pm-table tfoot .pm-tr td .pm-disclaimer i,
.post-datatable .pm-table tfoot .pm-tr th .pm-disclaimer i,
.post-datatable .pm-table tfoot tr .pm-td .pm-disclaimer i,
.post-datatable .pm-table tfoot tr .pm-th .pm-disclaimer i,
.post-datatable .pm-table tfoot tr td .pm-disclaimer i,
.post-datatable .pm-table tfoot tr th .pm-disclaimer i,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-disclaimer i,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-disclaimer i,
.post-datatable table .pm-tbody .pm-tr td .pm-disclaimer i,
.post-datatable table .pm-tbody .pm-tr th .pm-disclaimer i,
.post-datatable table .pm-tbody tr .pm-td .pm-disclaimer i,
.post-datatable table .pm-tbody tr .pm-th .pm-disclaimer i,
.post-datatable table .pm-tbody tr td .pm-disclaimer i,
.post-datatable table .pm-tbody tr th .pm-disclaimer i,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-disclaimer i,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-disclaimer i,
.post-datatable table .pm-tfoot .pm-tr td .pm-disclaimer i,
.post-datatable table .pm-tfoot .pm-tr th .pm-disclaimer i,
.post-datatable table .pm-tfoot tr .pm-td .pm-disclaimer i,
.post-datatable table .pm-tfoot tr .pm-th .pm-disclaimer i,
.post-datatable table .pm-tfoot tr td .pm-disclaimer i,
.post-datatable table .pm-tfoot tr th .pm-disclaimer i,
.post-datatable table tbody .pm-tr .pm-td .pm-disclaimer i,
.post-datatable table tbody .pm-tr .pm-th .pm-disclaimer i,
.post-datatable table tbody .pm-tr td .pm-disclaimer i,
.post-datatable table tbody .pm-tr th .pm-disclaimer i,
.post-datatable table tbody tr .pm-td .pm-disclaimer i,
.post-datatable table tbody tr .pm-th .pm-disclaimer i,
.post-datatable table tbody tr td .pm-disclaimer i,
.post-datatable table tbody tr th .pm-disclaimer i,
.post-datatable table tfoot .pm-tr .pm-td .pm-disclaimer i,
.post-datatable table tfoot .pm-tr .pm-th .pm-disclaimer i,
.post-datatable table tfoot .pm-tr td .pm-disclaimer i,
.post-datatable table tfoot .pm-tr th .pm-disclaimer i,
.post-datatable table tfoot tr .pm-td .pm-disclaimer i,
.post-datatable table tfoot tr .pm-th .pm-disclaimer i,
.post-datatable table tfoot tr td .pm-disclaimer i,
.post-datatable table tfoot tr th .pm-disclaimer i {
    font-size: 20px;
    display: block;
    margin-right: 10px;
    color: #646567;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-disclaimer span,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-disclaimer span,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-disclaimer span,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-disclaimer span,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-disclaimer span,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-disclaimer span,
.post-datatable .pm-table .pm-tbody tr td .pm-disclaimer span,
.post-datatable .pm-table .pm-tbody tr th .pm-disclaimer span,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-disclaimer span,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-disclaimer span,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-disclaimer span,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-disclaimer span,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-disclaimer span,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-disclaimer span,
.post-datatable .pm-table .pm-tfoot tr td .pm-disclaimer span,
.post-datatable .pm-table .pm-tfoot tr th .pm-disclaimer span,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-disclaimer span,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-disclaimer span,
.post-datatable .pm-table tbody .pm-tr td .pm-disclaimer span,
.post-datatable .pm-table tbody .pm-tr th .pm-disclaimer span,
.post-datatable .pm-table tbody tr .pm-td .pm-disclaimer span,
.post-datatable .pm-table tbody tr .pm-th .pm-disclaimer span,
.post-datatable .pm-table tbody tr td .pm-disclaimer span,
.post-datatable .pm-table tbody tr th .pm-disclaimer span,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-disclaimer span,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-disclaimer span,
.post-datatable .pm-table tfoot .pm-tr td .pm-disclaimer span,
.post-datatable .pm-table tfoot .pm-tr th .pm-disclaimer span,
.post-datatable .pm-table tfoot tr .pm-td .pm-disclaimer span,
.post-datatable .pm-table tfoot tr .pm-th .pm-disclaimer span,
.post-datatable .pm-table tfoot tr td .pm-disclaimer span,
.post-datatable .pm-table tfoot tr th .pm-disclaimer span,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-disclaimer span,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-disclaimer span,
.post-datatable table .pm-tbody .pm-tr td .pm-disclaimer span,
.post-datatable table .pm-tbody .pm-tr th .pm-disclaimer span,
.post-datatable table .pm-tbody tr .pm-td .pm-disclaimer span,
.post-datatable table .pm-tbody tr .pm-th .pm-disclaimer span,
.post-datatable table .pm-tbody tr td .pm-disclaimer span,
.post-datatable table .pm-tbody tr th .pm-disclaimer span,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-disclaimer span,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-disclaimer span,
.post-datatable table .pm-tfoot .pm-tr td .pm-disclaimer span,
.post-datatable table .pm-tfoot .pm-tr th .pm-disclaimer span,
.post-datatable table .pm-tfoot tr .pm-td .pm-disclaimer span,
.post-datatable table .pm-tfoot tr .pm-th .pm-disclaimer span,
.post-datatable table .pm-tfoot tr td .pm-disclaimer span,
.post-datatable table .pm-tfoot tr th .pm-disclaimer span,
.post-datatable table tbody .pm-tr .pm-td .pm-disclaimer span,
.post-datatable table tbody .pm-tr .pm-th .pm-disclaimer span,
.post-datatable table tbody .pm-tr td .pm-disclaimer span,
.post-datatable table tbody .pm-tr th .pm-disclaimer span,
.post-datatable table tbody tr .pm-td .pm-disclaimer span,
.post-datatable table tbody tr .pm-th .pm-disclaimer span,
.post-datatable table tbody tr td .pm-disclaimer span,
.post-datatable table tbody tr th .pm-disclaimer span,
.post-datatable table tfoot .pm-tr .pm-td .pm-disclaimer span,
.post-datatable table tfoot .pm-tr .pm-th .pm-disclaimer span,
.post-datatable table tfoot .pm-tr td .pm-disclaimer span,
.post-datatable table tfoot .pm-tr th .pm-disclaimer span,
.post-datatable table tfoot tr .pm-td .pm-disclaimer span,
.post-datatable table tfoot tr .pm-th .pm-disclaimer span,
.post-datatable table tfoot tr td .pm-disclaimer span,
.post-datatable table tfoot tr th .pm-disclaimer span {
    font-size: 12px;
    display: block;
    color: #999;
    flex-basis: 100%;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tbody tr td .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tbody tr th .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tfoot tr td .pm-disclaimer.is-info i,
.post-datatable .pm-table .pm-tfoot tr th .pm-disclaimer.is-info i,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-disclaimer.is-info i,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-disclaimer.is-info i,
.post-datatable .pm-table tbody .pm-tr td .pm-disclaimer.is-info i,
.post-datatable .pm-table tbody .pm-tr th .pm-disclaimer.is-info i,
.post-datatable .pm-table tbody tr .pm-td .pm-disclaimer.is-info i,
.post-datatable .pm-table tbody tr .pm-th .pm-disclaimer.is-info i,
.post-datatable .pm-table tbody tr td .pm-disclaimer.is-info i,
.post-datatable .pm-table tbody tr th .pm-disclaimer.is-info i,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-disclaimer.is-info i,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-disclaimer.is-info i,
.post-datatable .pm-table tfoot .pm-tr td .pm-disclaimer.is-info i,
.post-datatable .pm-table tfoot .pm-tr th .pm-disclaimer.is-info i,
.post-datatable .pm-table tfoot tr .pm-td .pm-disclaimer.is-info i,
.post-datatable .pm-table tfoot tr .pm-th .pm-disclaimer.is-info i,
.post-datatable .pm-table tfoot tr td .pm-disclaimer.is-info i,
.post-datatable .pm-table tfoot tr th .pm-disclaimer.is-info i,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-disclaimer.is-info i,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-disclaimer.is-info i,
.post-datatable table .pm-tbody .pm-tr td .pm-disclaimer.is-info i,
.post-datatable table .pm-tbody .pm-tr th .pm-disclaimer.is-info i,
.post-datatable table .pm-tbody tr .pm-td .pm-disclaimer.is-info i,
.post-datatable table .pm-tbody tr .pm-th .pm-disclaimer.is-info i,
.post-datatable table .pm-tbody tr td .pm-disclaimer.is-info i,
.post-datatable table .pm-tbody tr th .pm-disclaimer.is-info i,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-disclaimer.is-info i,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-disclaimer.is-info i,
.post-datatable table .pm-tfoot .pm-tr td .pm-disclaimer.is-info i,
.post-datatable table .pm-tfoot .pm-tr th .pm-disclaimer.is-info i,
.post-datatable table .pm-tfoot tr .pm-td .pm-disclaimer.is-info i,
.post-datatable table .pm-tfoot tr .pm-th .pm-disclaimer.is-info i,
.post-datatable table .pm-tfoot tr td .pm-disclaimer.is-info i,
.post-datatable table .pm-tfoot tr th .pm-disclaimer.is-info i,
.post-datatable table tbody .pm-tr .pm-td .pm-disclaimer.is-info i,
.post-datatable table tbody .pm-tr .pm-th .pm-disclaimer.is-info i,
.post-datatable table tbody .pm-tr td .pm-disclaimer.is-info i,
.post-datatable table tbody .pm-tr th .pm-disclaimer.is-info i,
.post-datatable table tbody tr .pm-td .pm-disclaimer.is-info i,
.post-datatable table tbody tr .pm-th .pm-disclaimer.is-info i,
.post-datatable table tbody tr td .pm-disclaimer.is-info i,
.post-datatable table tbody tr th .pm-disclaimer.is-info i,
.post-datatable table tfoot .pm-tr .pm-td .pm-disclaimer.is-info i,
.post-datatable table tfoot .pm-tr .pm-th .pm-disclaimer.is-info i,
.post-datatable table tfoot .pm-tr td .pm-disclaimer.is-info i,
.post-datatable table tfoot .pm-tr th .pm-disclaimer.is-info i,
.post-datatable table tfoot tr .pm-td .pm-disclaimer.is-info i,
.post-datatable table tfoot tr .pm-th .pm-disclaimer.is-info i,
.post-datatable table tfoot tr td .pm-disclaimer.is-info i,
.post-datatable table tfoot tr th .pm-disclaimer.is-info i {
    color: #2196f3;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tbody tr td .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tbody tr th .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tfoot tr td .pm-disclaimer.is-success i,
.post-datatable .pm-table .pm-tfoot tr th .pm-disclaimer.is-success i,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-disclaimer.is-success i,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-disclaimer.is-success i,
.post-datatable .pm-table tbody .pm-tr td .pm-disclaimer.is-success i,
.post-datatable .pm-table tbody .pm-tr th .pm-disclaimer.is-success i,
.post-datatable .pm-table tbody tr .pm-td .pm-disclaimer.is-success i,
.post-datatable .pm-table tbody tr .pm-th .pm-disclaimer.is-success i,
.post-datatable .pm-table tbody tr td .pm-disclaimer.is-success i,
.post-datatable .pm-table tbody tr th .pm-disclaimer.is-success i,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-disclaimer.is-success i,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-disclaimer.is-success i,
.post-datatable .pm-table tfoot .pm-tr td .pm-disclaimer.is-success i,
.post-datatable .pm-table tfoot .pm-tr th .pm-disclaimer.is-success i,
.post-datatable .pm-table tfoot tr .pm-td .pm-disclaimer.is-success i,
.post-datatable .pm-table tfoot tr .pm-th .pm-disclaimer.is-success i,
.post-datatable .pm-table tfoot tr td .pm-disclaimer.is-success i,
.post-datatable .pm-table tfoot tr th .pm-disclaimer.is-success i,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-disclaimer.is-success i,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-disclaimer.is-success i,
.post-datatable table .pm-tbody .pm-tr td .pm-disclaimer.is-success i,
.post-datatable table .pm-tbody .pm-tr th .pm-disclaimer.is-success i,
.post-datatable table .pm-tbody tr .pm-td .pm-disclaimer.is-success i,
.post-datatable table .pm-tbody tr .pm-th .pm-disclaimer.is-success i,
.post-datatable table .pm-tbody tr td .pm-disclaimer.is-success i,
.post-datatable table .pm-tbody tr th .pm-disclaimer.is-success i,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-disclaimer.is-success i,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-disclaimer.is-success i,
.post-datatable table .pm-tfoot .pm-tr td .pm-disclaimer.is-success i,
.post-datatable table .pm-tfoot .pm-tr th .pm-disclaimer.is-success i,
.post-datatable table .pm-tfoot tr .pm-td .pm-disclaimer.is-success i,
.post-datatable table .pm-tfoot tr .pm-th .pm-disclaimer.is-success i,
.post-datatable table .pm-tfoot tr td .pm-disclaimer.is-success i,
.post-datatable table .pm-tfoot tr th .pm-disclaimer.is-success i,
.post-datatable table tbody .pm-tr .pm-td .pm-disclaimer.is-success i,
.post-datatable table tbody .pm-tr .pm-th .pm-disclaimer.is-success i,
.post-datatable table tbody .pm-tr td .pm-disclaimer.is-success i,
.post-datatable table tbody .pm-tr th .pm-disclaimer.is-success i,
.post-datatable table tbody tr .pm-td .pm-disclaimer.is-success i,
.post-datatable table tbody tr .pm-th .pm-disclaimer.is-success i,
.post-datatable table tbody tr td .pm-disclaimer.is-success i,
.post-datatable table tbody tr th .pm-disclaimer.is-success i,
.post-datatable table tfoot .pm-tr .pm-td .pm-disclaimer.is-success i,
.post-datatable table tfoot .pm-tr .pm-th .pm-disclaimer.is-success i,
.post-datatable table tfoot .pm-tr td .pm-disclaimer.is-success i,
.post-datatable table tfoot .pm-tr th .pm-disclaimer.is-success i,
.post-datatable table tfoot tr .pm-td .pm-disclaimer.is-success i,
.post-datatable table tfoot tr .pm-th .pm-disclaimer.is-success i,
.post-datatable table tfoot tr td .pm-disclaimer.is-success i,
.post-datatable table tfoot tr th .pm-disclaimer.is-success i {
    color: #008836;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tbody tr td .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tbody tr th .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tfoot tr td .pm-disclaimer.is-warning i,
.post-datatable .pm-table .pm-tfoot tr th .pm-disclaimer.is-warning i,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable .pm-table tbody .pm-tr td .pm-disclaimer.is-warning i,
.post-datatable .pm-table tbody .pm-tr th .pm-disclaimer.is-warning i,
.post-datatable .pm-table tbody tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable .pm-table tbody tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable .pm-table tbody tr td .pm-disclaimer.is-warning i,
.post-datatable .pm-table tbody tr th .pm-disclaimer.is-warning i,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable .pm-table tfoot .pm-tr td .pm-disclaimer.is-warning i,
.post-datatable .pm-table tfoot .pm-tr th .pm-disclaimer.is-warning i,
.post-datatable .pm-table tfoot tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable .pm-table tfoot tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable .pm-table tfoot tr td .pm-disclaimer.is-warning i,
.post-datatable .pm-table tfoot tr th .pm-disclaimer.is-warning i,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable table .pm-tbody .pm-tr td .pm-disclaimer.is-warning i,
.post-datatable table .pm-tbody .pm-tr th .pm-disclaimer.is-warning i,
.post-datatable table .pm-tbody tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable table .pm-tbody tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable table .pm-tbody tr td .pm-disclaimer.is-warning i,
.post-datatable table .pm-tbody tr th .pm-disclaimer.is-warning i,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable table .pm-tfoot .pm-tr td .pm-disclaimer.is-warning i,
.post-datatable table .pm-tfoot .pm-tr th .pm-disclaimer.is-warning i,
.post-datatable table .pm-tfoot tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable table .pm-tfoot tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable table .pm-tfoot tr td .pm-disclaimer.is-warning i,
.post-datatable table .pm-tfoot tr th .pm-disclaimer.is-warning i,
.post-datatable table tbody .pm-tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable table tbody .pm-tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable table tbody .pm-tr td .pm-disclaimer.is-warning i,
.post-datatable table tbody .pm-tr th .pm-disclaimer.is-warning i,
.post-datatable table tbody tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable table tbody tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable table tbody tr td .pm-disclaimer.is-warning i,
.post-datatable table tbody tr th .pm-disclaimer.is-warning i,
.post-datatable table tfoot .pm-tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable table tfoot .pm-tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable table tfoot .pm-tr td .pm-disclaimer.is-warning i,
.post-datatable table tfoot .pm-tr th .pm-disclaimer.is-warning i,
.post-datatable table tfoot tr .pm-td .pm-disclaimer.is-warning i,
.post-datatable table tfoot tr .pm-th .pm-disclaimer.is-warning i,
.post-datatable table tfoot tr td .pm-disclaimer.is-warning i,
.post-datatable table tfoot tr th .pm-disclaimer.is-warning i {
    color: #ff8400;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tbody tr td .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tbody tr th .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tfoot tr td .pm-disclaimer.is-danger i,
.post-datatable .pm-table .pm-tfoot tr th .pm-disclaimer.is-danger i,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable .pm-table tbody .pm-tr td .pm-disclaimer.is-danger i,
.post-datatable .pm-table tbody .pm-tr th .pm-disclaimer.is-danger i,
.post-datatable .pm-table tbody tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable .pm-table tbody tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable .pm-table tbody tr td .pm-disclaimer.is-danger i,
.post-datatable .pm-table tbody tr th .pm-disclaimer.is-danger i,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable .pm-table tfoot .pm-tr td .pm-disclaimer.is-danger i,
.post-datatable .pm-table tfoot .pm-tr th .pm-disclaimer.is-danger i,
.post-datatable .pm-table tfoot tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable .pm-table tfoot tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable .pm-table tfoot tr td .pm-disclaimer.is-danger i,
.post-datatable .pm-table tfoot tr th .pm-disclaimer.is-danger i,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable table .pm-tbody .pm-tr td .pm-disclaimer.is-danger i,
.post-datatable table .pm-tbody .pm-tr th .pm-disclaimer.is-danger i,
.post-datatable table .pm-tbody tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable table .pm-tbody tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable table .pm-tbody tr td .pm-disclaimer.is-danger i,
.post-datatable table .pm-tbody tr th .pm-disclaimer.is-danger i,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable table .pm-tfoot .pm-tr td .pm-disclaimer.is-danger i,
.post-datatable table .pm-tfoot .pm-tr th .pm-disclaimer.is-danger i,
.post-datatable table .pm-tfoot tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable table .pm-tfoot tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable table .pm-tfoot tr td .pm-disclaimer.is-danger i,
.post-datatable table .pm-tfoot tr th .pm-disclaimer.is-danger i,
.post-datatable table tbody .pm-tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable table tbody .pm-tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable table tbody .pm-tr td .pm-disclaimer.is-danger i,
.post-datatable table tbody .pm-tr th .pm-disclaimer.is-danger i,
.post-datatable table tbody tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable table tbody tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable table tbody tr td .pm-disclaimer.is-danger i,
.post-datatable table tbody tr th .pm-disclaimer.is-danger i,
.post-datatable table tfoot .pm-tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable table tfoot .pm-tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable table tfoot .pm-tr td .pm-disclaimer.is-danger i,
.post-datatable table tfoot .pm-tr th .pm-disclaimer.is-danger i,
.post-datatable table tfoot tr .pm-td .pm-disclaimer.is-danger i,
.post-datatable table tfoot tr .pm-th .pm-disclaimer.is-danger i,
.post-datatable table tfoot tr td .pm-disclaimer.is-danger i,
.post-datatable table tfoot tr th .pm-disclaimer.is-danger i {
    color: #ed1c24;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-button,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-button,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-icon,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-button,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-icon,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-button,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-icon,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-button,
.post-datatable .pm-table .pm-tbody tr td .btn-icon,
.post-datatable .pm-table .pm-tbody tr td .pm-button,
.post-datatable .pm-table .pm-tbody tr th .btn-icon,
.post-datatable .pm-table .pm-tbody tr th .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-button,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-icon,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-button,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-icon,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-button,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-icon,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-button,
.post-datatable .pm-table .pm-tfoot tr td .btn-icon,
.post-datatable .pm-table .pm-tfoot tr td .pm-button,
.post-datatable .pm-table .pm-tfoot tr th .btn-icon,
.post-datatable .pm-table .pm-tfoot tr th .pm-button,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-icon,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-button,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-icon,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-button,
.post-datatable .pm-table tbody .pm-tr td .btn-icon,
.post-datatable .pm-table tbody .pm-tr td .pm-button,
.post-datatable .pm-table tbody .pm-tr th .btn-icon,
.post-datatable .pm-table tbody .pm-tr th .pm-button,
.post-datatable .pm-table tbody tr .pm-td .btn-icon,
.post-datatable .pm-table tbody tr .pm-td .pm-button,
.post-datatable .pm-table tbody tr .pm-th .btn-icon,
.post-datatable .pm-table tbody tr .pm-th .pm-button,
.post-datatable .pm-table tbody tr td .btn-icon,
.post-datatable .pm-table tbody tr td .pm-button,
.post-datatable .pm-table tbody tr th .btn-icon,
.post-datatable .pm-table tbody tr th .pm-button,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-icon,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-button,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-icon,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-button,
.post-datatable .pm-table tfoot .pm-tr td .btn-icon,
.post-datatable .pm-table tfoot .pm-tr td .pm-button,
.post-datatable .pm-table tfoot .pm-tr th .btn-icon,
.post-datatable .pm-table tfoot .pm-tr th .pm-button,
.post-datatable .pm-table tfoot tr .pm-td .btn-icon,
.post-datatable .pm-table tfoot tr .pm-td .pm-button,
.post-datatable .pm-table tfoot tr .pm-th .btn-icon,
.post-datatable .pm-table tfoot tr .pm-th .pm-button,
.post-datatable .pm-table tfoot tr td .btn-icon,
.post-datatable .pm-table tfoot tr td .pm-button,
.post-datatable .pm-table tfoot tr th .btn-icon,
.post-datatable .pm-table tfoot tr th .pm-button,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-icon,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-button,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-icon,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-button,
.post-datatable table .pm-tbody .pm-tr td .btn-icon,
.post-datatable table .pm-tbody .pm-tr td .pm-button,
.post-datatable table .pm-tbody .pm-tr th .btn-icon,
.post-datatable table .pm-tbody .pm-tr th .pm-button,
.post-datatable table .pm-tbody tr .pm-td .btn-icon,
.post-datatable table .pm-tbody tr .pm-td .pm-button,
.post-datatable table .pm-tbody tr .pm-th .btn-icon,
.post-datatable table .pm-tbody tr .pm-th .pm-button,
.post-datatable table .pm-tbody tr td .btn-icon,
.post-datatable table .pm-tbody tr td .pm-button,
.post-datatable table .pm-tbody tr th .btn-icon,
.post-datatable table .pm-tbody tr th .pm-button,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-icon,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-button,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-icon,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-button,
.post-datatable table .pm-tfoot .pm-tr td .btn-icon,
.post-datatable table .pm-tfoot .pm-tr td .pm-button,
.post-datatable table .pm-tfoot .pm-tr th .btn-icon,
.post-datatable table .pm-tfoot .pm-tr th .pm-button,
.post-datatable table .pm-tfoot tr .pm-td .btn-icon,
.post-datatable table .pm-tfoot tr .pm-td .pm-button,
.post-datatable table .pm-tfoot tr .pm-th .btn-icon,
.post-datatable table .pm-tfoot tr .pm-th .pm-button,
.post-datatable table .pm-tfoot tr td .btn-icon,
.post-datatable table .pm-tfoot tr td .pm-button,
.post-datatable table .pm-tfoot tr th .btn-icon,
.post-datatable table .pm-tfoot tr th .pm-button,
.post-datatable table tbody .pm-tr .pm-td .btn-icon,
.post-datatable table tbody .pm-tr .pm-td .pm-button,
.post-datatable table tbody .pm-tr .pm-th .btn-icon,
.post-datatable table tbody .pm-tr .pm-th .pm-button,
.post-datatable table tbody .pm-tr td .btn-icon,
.post-datatable table tbody .pm-tr td .pm-button,
.post-datatable table tbody .pm-tr th .btn-icon,
.post-datatable table tbody .pm-tr th .pm-button,
.post-datatable table tbody tr .pm-td .btn-icon,
.post-datatable table tbody tr .pm-td .pm-button,
.post-datatable table tbody tr .pm-th .btn-icon,
.post-datatable table tbody tr .pm-th .pm-button,
.post-datatable table tbody tr td .btn-icon,
.post-datatable table tbody tr td .pm-button,
.post-datatable table tbody tr th .btn-icon,
.post-datatable table tbody tr th .pm-button,
.post-datatable table tfoot .pm-tr .pm-td .btn-icon,
.post-datatable table tfoot .pm-tr .pm-td .pm-button,
.post-datatable table tfoot .pm-tr .pm-th .btn-icon,
.post-datatable table tfoot .pm-tr .pm-th .pm-button,
.post-datatable table tfoot .pm-tr td .btn-icon,
.post-datatable table tfoot .pm-tr td .pm-button,
.post-datatable table tfoot .pm-tr th .btn-icon,
.post-datatable table tfoot .pm-tr th .pm-button,
.post-datatable table tfoot tr .pm-td .btn-icon,
.post-datatable table tfoot tr .pm-td .pm-button,
.post-datatable table tfoot tr .pm-th .btn-icon,
.post-datatable table tfoot tr .pm-th .pm-button,
.post-datatable table tfoot tr td .btn-icon,
.post-datatable table tfoot tr td .pm-button,
.post-datatable table tfoot tr th .btn-icon,
.post-datatable table tfoot tr th .pm-button {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    transition: background-color .2s ease;
    border: 0;
    box-shadow: none;
    align-items: center;
    justify-content: center;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-icon i,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button i,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-icon i,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-button i,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-icon i,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-button i,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-icon i,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-button i,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-icon i,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-button i,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-icon i,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-button i,
.post-datatable .pm-table .pm-tbody tr td .btn-icon i,
.post-datatable .pm-table .pm-tbody tr td .pm-button i,
.post-datatable .pm-table .pm-tbody tr th .btn-icon i,
.post-datatable .pm-table .pm-tbody tr th .pm-button i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-icon i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-button i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-icon i,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-button i,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-icon i,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-button i,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-icon i,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-button i,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-icon i,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-button i,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-icon i,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-button i,
.post-datatable .pm-table .pm-tfoot tr td .btn-icon i,
.post-datatable .pm-table .pm-tfoot tr td .pm-button i,
.post-datatable .pm-table .pm-tfoot tr th .btn-icon i,
.post-datatable .pm-table .pm-tfoot tr th .pm-button i,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-icon i,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-button i,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-icon i,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-button i,
.post-datatable .pm-table tbody .pm-tr td .btn-icon i,
.post-datatable .pm-table tbody .pm-tr td .pm-button i,
.post-datatable .pm-table tbody .pm-tr th .btn-icon i,
.post-datatable .pm-table tbody .pm-tr th .pm-button i,
.post-datatable .pm-table tbody tr .pm-td .btn-icon i,
.post-datatable .pm-table tbody tr .pm-td .pm-button i,
.post-datatable .pm-table tbody tr .pm-th .btn-icon i,
.post-datatable .pm-table tbody tr .pm-th .pm-button i,
.post-datatable .pm-table tbody tr td .btn-icon i,
.post-datatable .pm-table tbody tr td .pm-button i,
.post-datatable .pm-table tbody tr th .btn-icon i,
.post-datatable .pm-table tbody tr th .pm-button i,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-icon i,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-button i,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-icon i,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-button i,
.post-datatable .pm-table tfoot .pm-tr td .btn-icon i,
.post-datatable .pm-table tfoot .pm-tr td .pm-button i,
.post-datatable .pm-table tfoot .pm-tr th .btn-icon i,
.post-datatable .pm-table tfoot .pm-tr th .pm-button i,
.post-datatable .pm-table tfoot tr .pm-td .btn-icon i,
.post-datatable .pm-table tfoot tr .pm-td .pm-button i,
.post-datatable .pm-table tfoot tr .pm-th .btn-icon i,
.post-datatable .pm-table tfoot tr .pm-th .pm-button i,
.post-datatable .pm-table tfoot tr td .btn-icon i,
.post-datatable .pm-table tfoot tr td .pm-button i,
.post-datatable .pm-table tfoot tr th .btn-icon i,
.post-datatable .pm-table tfoot tr th .pm-button i,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-icon i,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-button i,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-icon i,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-button i,
.post-datatable table .pm-tbody .pm-tr td .btn-icon i,
.post-datatable table .pm-tbody .pm-tr td .pm-button i,
.post-datatable table .pm-tbody .pm-tr th .btn-icon i,
.post-datatable table .pm-tbody .pm-tr th .pm-button i,
.post-datatable table .pm-tbody tr .pm-td .btn-icon i,
.post-datatable table .pm-tbody tr .pm-td .pm-button i,
.post-datatable table .pm-tbody tr .pm-th .btn-icon i,
.post-datatable table .pm-tbody tr .pm-th .pm-button i,
.post-datatable table .pm-tbody tr td .btn-icon i,
.post-datatable table .pm-tbody tr td .pm-button i,
.post-datatable table .pm-tbody tr th .btn-icon i,
.post-datatable table .pm-tbody tr th .pm-button i,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-icon i,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-button i,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-icon i,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-button i,
.post-datatable table .pm-tfoot .pm-tr td .btn-icon i,
.post-datatable table .pm-tfoot .pm-tr td .pm-button i,
.post-datatable table .pm-tfoot .pm-tr th .btn-icon i,
.post-datatable table .pm-tfoot .pm-tr th .pm-button i,
.post-datatable table .pm-tfoot tr .pm-td .btn-icon i,
.post-datatable table .pm-tfoot tr .pm-td .pm-button i,
.post-datatable table .pm-tfoot tr .pm-th .btn-icon i,
.post-datatable table .pm-tfoot tr .pm-th .pm-button i,
.post-datatable table .pm-tfoot tr td .btn-icon i,
.post-datatable table .pm-tfoot tr td .pm-button i,
.post-datatable table .pm-tfoot tr th .btn-icon i,
.post-datatable table .pm-tfoot tr th .pm-button i,
.post-datatable table tbody .pm-tr .pm-td .btn-icon i,
.post-datatable table tbody .pm-tr .pm-td .pm-button i,
.post-datatable table tbody .pm-tr .pm-th .btn-icon i,
.post-datatable table tbody .pm-tr .pm-th .pm-button i,
.post-datatable table tbody .pm-tr td .btn-icon i,
.post-datatable table tbody .pm-tr td .pm-button i,
.post-datatable table tbody .pm-tr th .btn-icon i,
.post-datatable table tbody .pm-tr th .pm-button i,
.post-datatable table tbody tr .pm-td .btn-icon i,
.post-datatable table tbody tr .pm-td .pm-button i,
.post-datatable table tbody tr .pm-th .btn-icon i,
.post-datatable table tbody tr .pm-th .pm-button i,
.post-datatable table tbody tr td .btn-icon i,
.post-datatable table tbody tr td .pm-button i,
.post-datatable table tbody tr th .btn-icon i,
.post-datatable table tbody tr th .pm-button i,
.post-datatable table tfoot .pm-tr .pm-td .btn-icon i,
.post-datatable table tfoot .pm-tr .pm-td .pm-button i,
.post-datatable table tfoot .pm-tr .pm-th .btn-icon i,
.post-datatable table tfoot .pm-tr .pm-th .pm-button i,
.post-datatable table tfoot .pm-tr td .btn-icon i,
.post-datatable table tfoot .pm-tr td .pm-button i,
.post-datatable table tfoot .pm-tr th .btn-icon i,
.post-datatable table tfoot .pm-tr th .pm-button i,
.post-datatable table tfoot tr .pm-td .btn-icon i,
.post-datatable table tfoot tr .pm-td .pm-button i,
.post-datatable table tfoot tr .pm-th .btn-icon i,
.post-datatable table tfoot tr .pm-th .pm-button i,
.post-datatable table tfoot tr td .btn-icon i,
.post-datatable table tfoot tr td .pm-button i,
.post-datatable table tfoot tr th .btn-icon i,
.post-datatable table tfoot tr th .pm-button i {
    font-size: 20px;
    line-height: 1.2;
    display: block;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-button.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-button.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-button.is-round,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-button.is-round,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-button.is-round,
.post-datatable .pm-table .pm-tbody tr td .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody tr td .pm-button.is-round,
.post-datatable .pm-table .pm-tbody tr th .btn-icon.is-round,
.post-datatable .pm-table .pm-tbody tr th .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot tr td .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot tr td .pm-button.is-round,
.post-datatable .pm-table .pm-tfoot tr th .btn-icon.is-round,
.post-datatable .pm-table .pm-tfoot tr th .pm-button.is-round,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-button.is-round,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-button.is-round,
.post-datatable .pm-table tbody .pm-tr td .btn-icon.is-round,
.post-datatable .pm-table tbody .pm-tr td .pm-button.is-round,
.post-datatable .pm-table tbody .pm-tr th .btn-icon.is-round,
.post-datatable .pm-table tbody .pm-tr th .pm-button.is-round,
.post-datatable .pm-table tbody tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table tbody tr .pm-td .pm-button.is-round,
.post-datatable .pm-table tbody tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table tbody tr .pm-th .pm-button.is-round,
.post-datatable .pm-table tbody tr td .btn-icon.is-round,
.post-datatable .pm-table tbody tr td .pm-button.is-round,
.post-datatable .pm-table tbody tr th .btn-icon.is-round,
.post-datatable .pm-table tbody tr th .pm-button.is-round,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-button.is-round,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-button.is-round,
.post-datatable .pm-table tfoot .pm-tr td .btn-icon.is-round,
.post-datatable .pm-table tfoot .pm-tr td .pm-button.is-round,
.post-datatable .pm-table tfoot .pm-tr th .btn-icon.is-round,
.post-datatable .pm-table tfoot .pm-tr th .pm-button.is-round,
.post-datatable .pm-table tfoot tr .pm-td .btn-icon.is-round,
.post-datatable .pm-table tfoot tr .pm-td .pm-button.is-round,
.post-datatable .pm-table tfoot tr .pm-th .btn-icon.is-round,
.post-datatable .pm-table tfoot tr .pm-th .pm-button.is-round,
.post-datatable .pm-table tfoot tr td .btn-icon.is-round,
.post-datatable .pm-table tfoot tr td .pm-button.is-round,
.post-datatable .pm-table tfoot tr th .btn-icon.is-round,
.post-datatable .pm-table tfoot tr th .pm-button.is-round,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-icon.is-round,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-button.is-round,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-icon.is-round,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-button.is-round,
.post-datatable table .pm-tbody .pm-tr td .btn-icon.is-round,
.post-datatable table .pm-tbody .pm-tr td .pm-button.is-round,
.post-datatable table .pm-tbody .pm-tr th .btn-icon.is-round,
.post-datatable table .pm-tbody .pm-tr th .pm-button.is-round,
.post-datatable table .pm-tbody tr .pm-td .btn-icon.is-round,
.post-datatable table .pm-tbody tr .pm-td .pm-button.is-round,
.post-datatable table .pm-tbody tr .pm-th .btn-icon.is-round,
.post-datatable table .pm-tbody tr .pm-th .pm-button.is-round,
.post-datatable table .pm-tbody tr td .btn-icon.is-round,
.post-datatable table .pm-tbody tr td .pm-button.is-round,
.post-datatable table .pm-tbody tr th .btn-icon.is-round,
.post-datatable table .pm-tbody tr th .pm-button.is-round,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-icon.is-round,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-button.is-round,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-icon.is-round,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-button.is-round,
.post-datatable table .pm-tfoot .pm-tr td .btn-icon.is-round,
.post-datatable table .pm-tfoot .pm-tr td .pm-button.is-round,
.post-datatable table .pm-tfoot .pm-tr th .btn-icon.is-round,
.post-datatable table .pm-tfoot .pm-tr th .pm-button.is-round,
.post-datatable table .pm-tfoot tr .pm-td .btn-icon.is-round,
.post-datatable table .pm-tfoot tr .pm-td .pm-button.is-round,
.post-datatable table .pm-tfoot tr .pm-th .btn-icon.is-round,
.post-datatable table .pm-tfoot tr .pm-th .pm-button.is-round,
.post-datatable table .pm-tfoot tr td .btn-icon.is-round,
.post-datatable table .pm-tfoot tr td .pm-button.is-round,
.post-datatable table .pm-tfoot tr th .btn-icon.is-round,
.post-datatable table .pm-tfoot tr th .pm-button.is-round,
.post-datatable table tbody .pm-tr .pm-td .btn-icon.is-round,
.post-datatable table tbody .pm-tr .pm-td .pm-button.is-round,
.post-datatable table tbody .pm-tr .pm-th .btn-icon.is-round,
.post-datatable table tbody .pm-tr .pm-th .pm-button.is-round,
.post-datatable table tbody .pm-tr td .btn-icon.is-round,
.post-datatable table tbody .pm-tr td .pm-button.is-round,
.post-datatable table tbody .pm-tr th .btn-icon.is-round,
.post-datatable table tbody .pm-tr th .pm-button.is-round,
.post-datatable table tbody tr .pm-td .btn-icon.is-round,
.post-datatable table tbody tr .pm-td .pm-button.is-round,
.post-datatable table tbody tr .pm-th .btn-icon.is-round,
.post-datatable table tbody tr .pm-th .pm-button.is-round,
.post-datatable table tbody tr td .btn-icon.is-round,
.post-datatable table tbody tr td .pm-button.is-round,
.post-datatable table tbody tr th .btn-icon.is-round,
.post-datatable table tbody tr th .pm-button.is-round,
.post-datatable table tfoot .pm-tr .pm-td .btn-icon.is-round,
.post-datatable table tfoot .pm-tr .pm-td .pm-button.is-round,
.post-datatable table tfoot .pm-tr .pm-th .btn-icon.is-round,
.post-datatable table tfoot .pm-tr .pm-th .pm-button.is-round,
.post-datatable table tfoot .pm-tr td .btn-icon.is-round,
.post-datatable table tfoot .pm-tr td .pm-button.is-round,
.post-datatable table tfoot .pm-tr th .btn-icon.is-round,
.post-datatable table tfoot .pm-tr th .pm-button.is-round,
.post-datatable table tfoot tr .pm-td .btn-icon.is-round,
.post-datatable table tfoot tr .pm-td .pm-button.is-round,
.post-datatable table tfoot tr .pm-th .btn-icon.is-round,
.post-datatable table tfoot tr .pm-th .pm-button.is-round,
.post-datatable table tfoot tr td .btn-icon.is-round,
.post-datatable table tfoot tr td .pm-button.is-round,
.post-datatable table tfoot tr th .btn-icon.is-round,
.post-datatable table tfoot tr th .pm-button.is-round {
    width: 40px;
    height: 40px;
    margin: 10px;
    border-radius: 50%;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody tr td .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody tr td .pm-button.is-round-big,
.post-datatable .pm-table .pm-tbody tr th .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tbody tr th .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot tr td .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot tr td .pm-button.is-round-big,
.post-datatable .pm-table .pm-tfoot tr th .btn-icon.is-round-big,
.post-datatable .pm-table .pm-tfoot tr th .pm-button.is-round-big,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table tbody .pm-tr td .btn-icon.is-round-big,
.post-datatable .pm-table tbody .pm-tr td .pm-button.is-round-big,
.post-datatable .pm-table tbody .pm-tr th .btn-icon.is-round-big,
.post-datatable .pm-table tbody .pm-tr th .pm-button.is-round-big,
.post-datatable .pm-table tbody tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table tbody tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table tbody tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table tbody tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table tbody tr td .btn-icon.is-round-big,
.post-datatable .pm-table tbody tr td .pm-button.is-round-big,
.post-datatable .pm-table tbody tr th .btn-icon.is-round-big,
.post-datatable .pm-table tbody tr th .pm-button.is-round-big,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table tfoot .pm-tr td .btn-icon.is-round-big,
.post-datatable .pm-table tfoot .pm-tr td .pm-button.is-round-big,
.post-datatable .pm-table tfoot .pm-tr th .btn-icon.is-round-big,
.post-datatable .pm-table tfoot .pm-tr th .pm-button.is-round-big,
.post-datatable .pm-table tfoot tr .pm-td .btn-icon.is-round-big,
.post-datatable .pm-table tfoot tr .pm-td .pm-button.is-round-big,
.post-datatable .pm-table tfoot tr .pm-th .btn-icon.is-round-big,
.post-datatable .pm-table tfoot tr .pm-th .pm-button.is-round-big,
.post-datatable .pm-table tfoot tr td .btn-icon.is-round-big,
.post-datatable .pm-table tfoot tr td .pm-button.is-round-big,
.post-datatable .pm-table tfoot tr th .btn-icon.is-round-big,
.post-datatable .pm-table tfoot tr th .pm-button.is-round-big,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable table .pm-tbody .pm-tr td .btn-icon.is-round-big,
.post-datatable table .pm-tbody .pm-tr td .pm-button.is-round-big,
.post-datatable table .pm-tbody .pm-tr th .btn-icon.is-round-big,
.post-datatable table .pm-tbody .pm-tr th .pm-button.is-round-big,
.post-datatable table .pm-tbody tr .pm-td .btn-icon.is-round-big,
.post-datatable table .pm-tbody tr .pm-td .pm-button.is-round-big,
.post-datatable table .pm-tbody tr .pm-th .btn-icon.is-round-big,
.post-datatable table .pm-tbody tr .pm-th .pm-button.is-round-big,
.post-datatable table .pm-tbody tr td .btn-icon.is-round-big,
.post-datatable table .pm-tbody tr td .pm-button.is-round-big,
.post-datatable table .pm-tbody tr th .btn-icon.is-round-big,
.post-datatable table .pm-tbody tr th .pm-button.is-round-big,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable table .pm-tfoot .pm-tr td .btn-icon.is-round-big,
.post-datatable table .pm-tfoot .pm-tr td .pm-button.is-round-big,
.post-datatable table .pm-tfoot .pm-tr th .btn-icon.is-round-big,
.post-datatable table .pm-tfoot .pm-tr th .pm-button.is-round-big,
.post-datatable table .pm-tfoot tr .pm-td .btn-icon.is-round-big,
.post-datatable table .pm-tfoot tr .pm-td .pm-button.is-round-big,
.post-datatable table .pm-tfoot tr .pm-th .btn-icon.is-round-big,
.post-datatable table .pm-tfoot tr .pm-th .pm-button.is-round-big,
.post-datatable table .pm-tfoot tr td .btn-icon.is-round-big,
.post-datatable table .pm-tfoot tr td .pm-button.is-round-big,
.post-datatable table .pm-tfoot tr th .btn-icon.is-round-big,
.post-datatable table .pm-tfoot tr th .pm-button.is-round-big,
.post-datatable table tbody .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable table tbody .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable table tbody .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable table tbody .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable table tbody .pm-tr td .btn-icon.is-round-big,
.post-datatable table tbody .pm-tr td .pm-button.is-round-big,
.post-datatable table tbody .pm-tr th .btn-icon.is-round-big,
.post-datatable table tbody .pm-tr th .pm-button.is-round-big,
.post-datatable table tbody tr .pm-td .btn-icon.is-round-big,
.post-datatable table tbody tr .pm-td .pm-button.is-round-big,
.post-datatable table tbody tr .pm-th .btn-icon.is-round-big,
.post-datatable table tbody tr .pm-th .pm-button.is-round-big,
.post-datatable table tbody tr td .btn-icon.is-round-big,
.post-datatable table tbody tr td .pm-button.is-round-big,
.post-datatable table tbody tr th .btn-icon.is-round-big,
.post-datatable table tbody tr th .pm-button.is-round-big,
.post-datatable table tfoot .pm-tr .pm-td .btn-icon.is-round-big,
.post-datatable table tfoot .pm-tr .pm-td .pm-button.is-round-big,
.post-datatable table tfoot .pm-tr .pm-th .btn-icon.is-round-big,
.post-datatable table tfoot .pm-tr .pm-th .pm-button.is-round-big,
.post-datatable table tfoot .pm-tr td .btn-icon.is-round-big,
.post-datatable table tfoot .pm-tr td .pm-button.is-round-big,
.post-datatable table tfoot .pm-tr th .btn-icon.is-round-big,
.post-datatable table tfoot .pm-tr th .pm-button.is-round-big,
.post-datatable table tfoot tr .pm-td .btn-icon.is-round-big,
.post-datatable table tfoot tr .pm-td .pm-button.is-round-big,
.post-datatable table tfoot tr .pm-th .btn-icon.is-round-big,
.post-datatable table tfoot tr .pm-th .pm-button.is-round-big,
.post-datatable table tfoot tr td .btn-icon.is-round-big,
.post-datatable table tfoot tr td .pm-button.is-round-big,
.post-datatable table tfoot tr th .btn-icon.is-round-big,
.post-datatable table tfoot tr th .pm-button.is-round-big {
    width: 50px;
    height: 50px;
    margin: 5px;
    border-radius: 50%;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-icon:hover,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button:hover,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-icon:hover,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-button:hover,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-icon:hover,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-button:hover,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-icon:hover,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-button:hover,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-icon:hover,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-button:hover,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-icon:hover,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-button:hover,
.post-datatable .pm-table .pm-tbody tr td .btn-icon:hover,
.post-datatable .pm-table .pm-tbody tr td .pm-button:hover,
.post-datatable .pm-table .pm-tbody tr th .btn-icon:hover,
.post-datatable .pm-table .pm-tbody tr th .pm-button:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-icon:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-button:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-icon:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-button:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-icon:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-button:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-icon:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-button:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-icon:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-button:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-icon:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-button:hover,
.post-datatable .pm-table .pm-tfoot tr td .btn-icon:hover,
.post-datatable .pm-table .pm-tfoot tr td .pm-button:hover,
.post-datatable .pm-table .pm-tfoot tr th .btn-icon:hover,
.post-datatable .pm-table .pm-tfoot tr th .pm-button:hover,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-icon:hover,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-button:hover,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-icon:hover,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-button:hover,
.post-datatable .pm-table tbody .pm-tr td .btn-icon:hover,
.post-datatable .pm-table tbody .pm-tr td .pm-button:hover,
.post-datatable .pm-table tbody .pm-tr th .btn-icon:hover,
.post-datatable .pm-table tbody .pm-tr th .pm-button:hover,
.post-datatable .pm-table tbody tr .pm-td .btn-icon:hover,
.post-datatable .pm-table tbody tr .pm-td .pm-button:hover,
.post-datatable .pm-table tbody tr .pm-th .btn-icon:hover,
.post-datatable .pm-table tbody tr .pm-th .pm-button:hover,
.post-datatable .pm-table tbody tr td .btn-icon:hover,
.post-datatable .pm-table tbody tr td .pm-button:hover,
.post-datatable .pm-table tbody tr th .btn-icon:hover,
.post-datatable .pm-table tbody tr th .pm-button:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-icon:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-button:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-icon:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-button:hover,
.post-datatable .pm-table tfoot .pm-tr td .btn-icon:hover,
.post-datatable .pm-table tfoot .pm-tr td .pm-button:hover,
.post-datatable .pm-table tfoot .pm-tr th .btn-icon:hover,
.post-datatable .pm-table tfoot .pm-tr th .pm-button:hover,
.post-datatable .pm-table tfoot tr .pm-td .btn-icon:hover,
.post-datatable .pm-table tfoot tr .pm-td .pm-button:hover,
.post-datatable .pm-table tfoot tr .pm-th .btn-icon:hover,
.post-datatable .pm-table tfoot tr .pm-th .pm-button:hover,
.post-datatable .pm-table tfoot tr td .btn-icon:hover,
.post-datatable .pm-table tfoot tr td .pm-button:hover,
.post-datatable .pm-table tfoot tr th .btn-icon:hover,
.post-datatable .pm-table tfoot tr th .pm-button:hover,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-icon:hover,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-button:hover,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-icon:hover,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-button:hover,
.post-datatable table .pm-tbody .pm-tr td .btn-icon:hover,
.post-datatable table .pm-tbody .pm-tr td .pm-button:hover,
.post-datatable table .pm-tbody .pm-tr th .btn-icon:hover,
.post-datatable table .pm-tbody .pm-tr th .pm-button:hover,
.post-datatable table .pm-tbody tr .pm-td .btn-icon:hover,
.post-datatable table .pm-tbody tr .pm-td .pm-button:hover,
.post-datatable table .pm-tbody tr .pm-th .btn-icon:hover,
.post-datatable table .pm-tbody tr .pm-th .pm-button:hover,
.post-datatable table .pm-tbody tr td .btn-icon:hover,
.post-datatable table .pm-tbody tr td .pm-button:hover,
.post-datatable table .pm-tbody tr th .btn-icon:hover,
.post-datatable table .pm-tbody tr th .pm-button:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-icon:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-button:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-icon:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-button:hover,
.post-datatable table .pm-tfoot .pm-tr td .btn-icon:hover,
.post-datatable table .pm-tfoot .pm-tr td .pm-button:hover,
.post-datatable table .pm-tfoot .pm-tr th .btn-icon:hover,
.post-datatable table .pm-tfoot .pm-tr th .pm-button:hover,
.post-datatable table .pm-tfoot tr .pm-td .btn-icon:hover,
.post-datatable table .pm-tfoot tr .pm-td .pm-button:hover,
.post-datatable table .pm-tfoot tr .pm-th .btn-icon:hover,
.post-datatable table .pm-tfoot tr .pm-th .pm-button:hover,
.post-datatable table .pm-tfoot tr td .btn-icon:hover,
.post-datatable table .pm-tfoot tr td .pm-button:hover,
.post-datatable table .pm-tfoot tr th .btn-icon:hover,
.post-datatable table .pm-tfoot tr th .pm-button:hover,
.post-datatable table tbody .pm-tr .pm-td .btn-icon:hover,
.post-datatable table tbody .pm-tr .pm-td .pm-button:hover,
.post-datatable table tbody .pm-tr .pm-th .btn-icon:hover,
.post-datatable table tbody .pm-tr .pm-th .pm-button:hover,
.post-datatable table tbody .pm-tr td .btn-icon:hover,
.post-datatable table tbody .pm-tr td .pm-button:hover,
.post-datatable table tbody .pm-tr th .btn-icon:hover,
.post-datatable table tbody .pm-tr th .pm-button:hover,
.post-datatable table tbody tr .pm-td .btn-icon:hover,
.post-datatable table tbody tr .pm-td .pm-button:hover,
.post-datatable table tbody tr .pm-th .btn-icon:hover,
.post-datatable table tbody tr .pm-th .pm-button:hover,
.post-datatable table tbody tr td .btn-icon:hover,
.post-datatable table tbody tr td .pm-button:hover,
.post-datatable table tbody tr th .btn-icon:hover,
.post-datatable table tbody tr th .pm-button:hover,
.post-datatable table tfoot .pm-tr .pm-td .btn-icon:hover,
.post-datatable table tfoot .pm-tr .pm-td .pm-button:hover,
.post-datatable table tfoot .pm-tr .pm-th .btn-icon:hover,
.post-datatable table tfoot .pm-tr .pm-th .pm-button:hover,
.post-datatable table tfoot .pm-tr td .btn-icon:hover,
.post-datatable table tfoot .pm-tr td .pm-button:hover,
.post-datatable table tfoot .pm-tr th .btn-icon:hover,
.post-datatable table tfoot .pm-tr th .pm-button:hover,
.post-datatable table tfoot tr .pm-td .btn-icon:hover,
.post-datatable table tfoot tr .pm-td .pm-button:hover,
.post-datatable table tfoot tr .pm-th .btn-icon:hover,
.post-datatable table tfoot tr .pm-th .pm-button:hover,
.post-datatable table tfoot tr td .btn-icon:hover,
.post-datatable table tfoot tr td .pm-button:hover,
.post-datatable table tfoot tr th .btn-icon:hover,
.post-datatable table tfoot tr th .pm-button:hover {
    background-color: #efefef;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tbody tr td .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tbody tr td .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tbody tr td .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tbody tr td .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tbody tr td .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tbody tr td .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tbody tr th .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tbody tr th .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tbody tr th .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tbody tr th .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tbody tr th .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tbody tr th .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tfoot tr td .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tfoot tr td .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tfoot tr td .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tfoot tr td .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tfoot tr td .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tfoot tr td .pm-button.no-hover:hover,
.post-datatable .pm-table .pm-tfoot tr th .btn-icon.no-hover:active,
.post-datatable .pm-table .pm-tfoot tr th .btn-icon.no-hover:focus,
.post-datatable .pm-table .pm-tfoot tr th .btn-icon.no-hover:hover,
.post-datatable .pm-table .pm-tfoot tr th .pm-button.no-hover:active,
.post-datatable .pm-table .pm-tfoot tr th .pm-button.no-hover:focus,
.post-datatable .pm-table .pm-tfoot tr th .pm-button.no-hover:hover,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-icon.no-hover:active,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-icon.no-hover:focus,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-icon.no-hover:hover,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-button.no-hover:active,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-button.no-hover:focus,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-button.no-hover:hover,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-icon.no-hover:active,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-icon.no-hover:focus,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-icon.no-hover:hover,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-button.no-hover:active,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-button.no-hover:focus,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-button.no-hover:hover,
.post-datatable .pm-table tbody .pm-tr td .btn-icon.no-hover:active,
.post-datatable .pm-table tbody .pm-tr td .btn-icon.no-hover:focus,
.post-datatable .pm-table tbody .pm-tr td .btn-icon.no-hover:hover,
.post-datatable .pm-table tbody .pm-tr td .pm-button.no-hover:active,
.post-datatable .pm-table tbody .pm-tr td .pm-button.no-hover:focus,
.post-datatable .pm-table tbody .pm-tr td .pm-button.no-hover:hover,
.post-datatable .pm-table tbody .pm-tr th .btn-icon.no-hover:active,
.post-datatable .pm-table tbody .pm-tr th .btn-icon.no-hover:focus,
.post-datatable .pm-table tbody .pm-tr th .btn-icon.no-hover:hover,
.post-datatable .pm-table tbody .pm-tr th .pm-button.no-hover:active,
.post-datatable .pm-table tbody .pm-tr th .pm-button.no-hover:focus,
.post-datatable .pm-table tbody .pm-tr th .pm-button.no-hover:hover,
.post-datatable .pm-table tbody tr .pm-td .btn-icon.no-hover:active,
.post-datatable .pm-table tbody tr .pm-td .btn-icon.no-hover:focus,
.post-datatable .pm-table tbody tr .pm-td .btn-icon.no-hover:hover,
.post-datatable .pm-table tbody tr .pm-td .pm-button.no-hover:active,
.post-datatable .pm-table tbody tr .pm-td .pm-button.no-hover:focus,
.post-datatable .pm-table tbody tr .pm-td .pm-button.no-hover:hover,
.post-datatable .pm-table tbody tr .pm-th .btn-icon.no-hover:active,
.post-datatable .pm-table tbody tr .pm-th .btn-icon.no-hover:focus,
.post-datatable .pm-table tbody tr .pm-th .btn-icon.no-hover:hover,
.post-datatable .pm-table tbody tr .pm-th .pm-button.no-hover:active,
.post-datatable .pm-table tbody tr .pm-th .pm-button.no-hover:focus,
.post-datatable .pm-table tbody tr .pm-th .pm-button.no-hover:hover,
.post-datatable .pm-table tbody tr td .btn-icon.no-hover:active,
.post-datatable .pm-table tbody tr td .btn-icon.no-hover:focus,
.post-datatable .pm-table tbody tr td .btn-icon.no-hover:hover,
.post-datatable .pm-table tbody tr td .pm-button.no-hover:active,
.post-datatable .pm-table tbody tr td .pm-button.no-hover:focus,
.post-datatable .pm-table tbody tr td .pm-button.no-hover:hover,
.post-datatable .pm-table tbody tr th .btn-icon.no-hover:active,
.post-datatable .pm-table tbody tr th .btn-icon.no-hover:focus,
.post-datatable .pm-table tbody tr th .btn-icon.no-hover:hover,
.post-datatable .pm-table tbody tr th .pm-button.no-hover:active,
.post-datatable .pm-table tbody tr th .pm-button.no-hover:focus,
.post-datatable .pm-table tbody tr th .pm-button.no-hover:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-icon.no-hover:active,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-icon.no-hover:focus,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-icon.no-hover:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-button.no-hover:active,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-button.no-hover:focus,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-button.no-hover:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-icon.no-hover:active,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-icon.no-hover:focus,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-icon.no-hover:hover,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-button.no-hover:active,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-button.no-hover:focus,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-button.no-hover:hover,
.post-datatable .pm-table tfoot .pm-tr td .btn-icon.no-hover:active,
.post-datatable .pm-table tfoot .pm-tr td .btn-icon.no-hover:focus,
.post-datatable .pm-table tfoot .pm-tr td .btn-icon.no-hover:hover,
.post-datatable .pm-table tfoot .pm-tr td .pm-button.no-hover:active,
.post-datatable .pm-table tfoot .pm-tr td .pm-button.no-hover:focus,
.post-datatable .pm-table tfoot .pm-tr td .pm-button.no-hover:hover,
.post-datatable .pm-table tfoot .pm-tr th .btn-icon.no-hover:active,
.post-datatable .pm-table tfoot .pm-tr th .btn-icon.no-hover:focus,
.post-datatable .pm-table tfoot .pm-tr th .btn-icon.no-hover:hover,
.post-datatable .pm-table tfoot .pm-tr th .pm-button.no-hover:active,
.post-datatable .pm-table tfoot .pm-tr th .pm-button.no-hover:focus,
.post-datatable .pm-table tfoot .pm-tr th .pm-button.no-hover:hover,
.post-datatable .pm-table tfoot tr .pm-td .btn-icon.no-hover:active,
.post-datatable .pm-table tfoot tr .pm-td .btn-icon.no-hover:focus,
.post-datatable .pm-table tfoot tr .pm-td .btn-icon.no-hover:hover,
.post-datatable .pm-table tfoot tr .pm-td .pm-button.no-hover:active,
.post-datatable .pm-table tfoot tr .pm-td .pm-button.no-hover:focus,
.post-datatable .pm-table tfoot tr .pm-td .pm-button.no-hover:hover,
.post-datatable .pm-table tfoot tr .pm-th .btn-icon.no-hover:active,
.post-datatable .pm-table tfoot tr .pm-th .btn-icon.no-hover:focus,
.post-datatable .pm-table tfoot tr .pm-th .btn-icon.no-hover:hover,
.post-datatable .pm-table tfoot tr .pm-th .pm-button.no-hover:active,
.post-datatable .pm-table tfoot tr .pm-th .pm-button.no-hover:focus,
.post-datatable .pm-table tfoot tr .pm-th .pm-button.no-hover:hover,
.post-datatable .pm-table tfoot tr td .btn-icon.no-hover:active,
.post-datatable .pm-table tfoot tr td .btn-icon.no-hover:focus,
.post-datatable .pm-table tfoot tr td .btn-icon.no-hover:hover,
.post-datatable .pm-table tfoot tr td .pm-button.no-hover:active,
.post-datatable .pm-table tfoot tr td .pm-button.no-hover:focus,
.post-datatable .pm-table tfoot tr td .pm-button.no-hover:hover,
.post-datatable .pm-table tfoot tr th .btn-icon.no-hover:active,
.post-datatable .pm-table tfoot tr th .btn-icon.no-hover:focus,
.post-datatable .pm-table tfoot tr th .btn-icon.no-hover:hover,
.post-datatable .pm-table tfoot tr th .pm-button.no-hover:active,
.post-datatable .pm-table tfoot tr th .pm-button.no-hover:focus,
.post-datatable .pm-table tfoot tr th .pm-button.no-hover:hover,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-icon.no-hover:active,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-icon.no-hover:focus,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-icon.no-hover:hover,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-button.no-hover:active,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-button.no-hover:focus,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-button.no-hover:hover,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-icon.no-hover:active,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-icon.no-hover:focus,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-icon.no-hover:hover,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-button.no-hover:active,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-button.no-hover:focus,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-button.no-hover:hover,
.post-datatable table .pm-tbody .pm-tr td .btn-icon.no-hover:active,
.post-datatable table .pm-tbody .pm-tr td .btn-icon.no-hover:focus,
.post-datatable table .pm-tbody .pm-tr td .btn-icon.no-hover:hover,
.post-datatable table .pm-tbody .pm-tr td .pm-button.no-hover:active,
.post-datatable table .pm-tbody .pm-tr td .pm-button.no-hover:focus,
.post-datatable table .pm-tbody .pm-tr td .pm-button.no-hover:hover,
.post-datatable table .pm-tbody .pm-tr th .btn-icon.no-hover:active,
.post-datatable table .pm-tbody .pm-tr th .btn-icon.no-hover:focus,
.post-datatable table .pm-tbody .pm-tr th .btn-icon.no-hover:hover,
.post-datatable table .pm-tbody .pm-tr th .pm-button.no-hover:active,
.post-datatable table .pm-tbody .pm-tr th .pm-button.no-hover:focus,
.post-datatable table .pm-tbody .pm-tr th .pm-button.no-hover:hover,
.post-datatable table .pm-tbody tr .pm-td .btn-icon.no-hover:active,
.post-datatable table .pm-tbody tr .pm-td .btn-icon.no-hover:focus,
.post-datatable table .pm-tbody tr .pm-td .btn-icon.no-hover:hover,
.post-datatable table .pm-tbody tr .pm-td .pm-button.no-hover:active,
.post-datatable table .pm-tbody tr .pm-td .pm-button.no-hover:focus,
.post-datatable table .pm-tbody tr .pm-td .pm-button.no-hover:hover,
.post-datatable table .pm-tbody tr .pm-th .btn-icon.no-hover:active,
.post-datatable table .pm-tbody tr .pm-th .btn-icon.no-hover:focus,
.post-datatable table .pm-tbody tr .pm-th .btn-icon.no-hover:hover,
.post-datatable table .pm-tbody tr .pm-th .pm-button.no-hover:active,
.post-datatable table .pm-tbody tr .pm-th .pm-button.no-hover:focus,
.post-datatable table .pm-tbody tr .pm-th .pm-button.no-hover:hover,
.post-datatable table .pm-tbody tr td .btn-icon.no-hover:active,
.post-datatable table .pm-tbody tr td .btn-icon.no-hover:focus,
.post-datatable table .pm-tbody tr td .btn-icon.no-hover:hover,
.post-datatable table .pm-tbody tr td .pm-button.no-hover:active,
.post-datatable table .pm-tbody tr td .pm-button.no-hover:focus,
.post-datatable table .pm-tbody tr td .pm-button.no-hover:hover,
.post-datatable table .pm-tbody tr th .btn-icon.no-hover:active,
.post-datatable table .pm-tbody tr th .btn-icon.no-hover:focus,
.post-datatable table .pm-tbody tr th .btn-icon.no-hover:hover,
.post-datatable table .pm-tbody tr th .pm-button.no-hover:active,
.post-datatable table .pm-tbody tr th .pm-button.no-hover:focus,
.post-datatable table .pm-tbody tr th .pm-button.no-hover:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-icon.no-hover:active,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-icon.no-hover:focus,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-icon.no-hover:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-button.no-hover:active,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-button.no-hover:focus,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-button.no-hover:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-icon.no-hover:active,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-icon.no-hover:focus,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-icon.no-hover:hover,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-button.no-hover:active,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-button.no-hover:focus,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-button.no-hover:hover,
.post-datatable table .pm-tfoot .pm-tr td .btn-icon.no-hover:active,
.post-datatable table .pm-tfoot .pm-tr td .btn-icon.no-hover:focus,
.post-datatable table .pm-tfoot .pm-tr td .btn-icon.no-hover:hover,
.post-datatable table .pm-tfoot .pm-tr td .pm-button.no-hover:active,
.post-datatable table .pm-tfoot .pm-tr td .pm-button.no-hover:focus,
.post-datatable table .pm-tfoot .pm-tr td .pm-button.no-hover:hover,
.post-datatable table .pm-tfoot .pm-tr th .btn-icon.no-hover:active,
.post-datatable table .pm-tfoot .pm-tr th .btn-icon.no-hover:focus,
.post-datatable table .pm-tfoot .pm-tr th .btn-icon.no-hover:hover,
.post-datatable table .pm-tfoot .pm-tr th .pm-button.no-hover:active,
.post-datatable table .pm-tfoot .pm-tr th .pm-button.no-hover:focus,
.post-datatable table .pm-tfoot .pm-tr th .pm-button.no-hover:hover,
.post-datatable table .pm-tfoot tr .pm-td .btn-icon.no-hover:active,
.post-datatable table .pm-tfoot tr .pm-td .btn-icon.no-hover:focus,
.post-datatable table .pm-tfoot tr .pm-td .btn-icon.no-hover:hover,
.post-datatable table .pm-tfoot tr .pm-td .pm-button.no-hover:active,
.post-datatable table .pm-tfoot tr .pm-td .pm-button.no-hover:focus,
.post-datatable table .pm-tfoot tr .pm-td .pm-button.no-hover:hover,
.post-datatable table .pm-tfoot tr .pm-th .btn-icon.no-hover:active,
.post-datatable table .pm-tfoot tr .pm-th .btn-icon.no-hover:focus,
.post-datatable table .pm-tfoot tr .pm-th .btn-icon.no-hover:hover,
.post-datatable table .pm-tfoot tr .pm-th .pm-button.no-hover:active,
.post-datatable table .pm-tfoot tr .pm-th .pm-button.no-hover:focus,
.post-datatable table .pm-tfoot tr .pm-th .pm-button.no-hover:hover,
.post-datatable table .pm-tfoot tr td .btn-icon.no-hover:active,
.post-datatable table .pm-tfoot tr td .btn-icon.no-hover:focus,
.post-datatable table .pm-tfoot tr td .btn-icon.no-hover:hover,
.post-datatable table .pm-tfoot tr td .pm-button.no-hover:active,
.post-datatable table .pm-tfoot tr td .pm-button.no-hover:focus,
.post-datatable table .pm-tfoot tr td .pm-button.no-hover:hover,
.post-datatable table .pm-tfoot tr th .btn-icon.no-hover:active,
.post-datatable table .pm-tfoot tr th .btn-icon.no-hover:focus,
.post-datatable table .pm-tfoot tr th .btn-icon.no-hover:hover,
.post-datatable table .pm-tfoot tr th .pm-button.no-hover:active,
.post-datatable table .pm-tfoot tr th .pm-button.no-hover:focus,
.post-datatable table .pm-tfoot tr th .pm-button.no-hover:hover,
.post-datatable table tbody .pm-tr .pm-td .btn-icon.no-hover:active,
.post-datatable table tbody .pm-tr .pm-td .btn-icon.no-hover:focus,
.post-datatable table tbody .pm-tr .pm-td .btn-icon.no-hover:hover,
.post-datatable table tbody .pm-tr .pm-td .pm-button.no-hover:active,
.post-datatable table tbody .pm-tr .pm-td .pm-button.no-hover:focus,
.post-datatable table tbody .pm-tr .pm-td .pm-button.no-hover:hover,
.post-datatable table tbody .pm-tr .pm-th .btn-icon.no-hover:active,
.post-datatable table tbody .pm-tr .pm-th .btn-icon.no-hover:focus,
.post-datatable table tbody .pm-tr .pm-th .btn-icon.no-hover:hover,
.post-datatable table tbody .pm-tr .pm-th .pm-button.no-hover:active,
.post-datatable table tbody .pm-tr .pm-th .pm-button.no-hover:focus,
.post-datatable table tbody .pm-tr .pm-th .pm-button.no-hover:hover,
.post-datatable table tbody .pm-tr td .btn-icon.no-hover:active,
.post-datatable table tbody .pm-tr td .btn-icon.no-hover:focus,
.post-datatable table tbody .pm-tr td .btn-icon.no-hover:hover,
.post-datatable table tbody .pm-tr td .pm-button.no-hover:active,
.post-datatable table tbody .pm-tr td .pm-button.no-hover:focus,
.post-datatable table tbody .pm-tr td .pm-button.no-hover:hover,
.post-datatable table tbody .pm-tr th .btn-icon.no-hover:active,
.post-datatable table tbody .pm-tr th .btn-icon.no-hover:focus,
.post-datatable table tbody .pm-tr th .btn-icon.no-hover:hover,
.post-datatable table tbody .pm-tr th .pm-button.no-hover:active,
.post-datatable table tbody .pm-tr th .pm-button.no-hover:focus,
.post-datatable table tbody .pm-tr th .pm-button.no-hover:hover,
.post-datatable table tbody tr .pm-td .btn-icon.no-hover:active,
.post-datatable table tbody tr .pm-td .btn-icon.no-hover:focus,
.post-datatable table tbody tr .pm-td .btn-icon.no-hover:hover,
.post-datatable table tbody tr .pm-td .pm-button.no-hover:active,
.post-datatable table tbody tr .pm-td .pm-button.no-hover:focus,
.post-datatable table tbody tr .pm-td .pm-button.no-hover:hover,
.post-datatable table tbody tr .pm-th .btn-icon.no-hover:active,
.post-datatable table tbody tr .pm-th .btn-icon.no-hover:focus,
.post-datatable table tbody tr .pm-th .btn-icon.no-hover:hover,
.post-datatable table tbody tr .pm-th .pm-button.no-hover:active,
.post-datatable table tbody tr .pm-th .pm-button.no-hover:focus,
.post-datatable table tbody tr .pm-th .pm-button.no-hover:hover,
.post-datatable table tbody tr td .btn-icon.no-hover:active,
.post-datatable table tbody tr td .btn-icon.no-hover:focus,
.post-datatable table tbody tr td .btn-icon.no-hover:hover,
.post-datatable table tbody tr td .pm-button.no-hover:active,
.post-datatable table tbody tr td .pm-button.no-hover:focus,
.post-datatable table tbody tr td .pm-button.no-hover:hover,
.post-datatable table tbody tr th .btn-icon.no-hover:active,
.post-datatable table tbody tr th .btn-icon.no-hover:focus,
.post-datatable table tbody tr th .btn-icon.no-hover:hover,
.post-datatable table tbody tr th .pm-button.no-hover:active,
.post-datatable table tbody tr th .pm-button.no-hover:focus,
.post-datatable table tbody tr th .pm-button.no-hover:hover,
.post-datatable table tfoot .pm-tr .pm-td .btn-icon.no-hover:active,
.post-datatable table tfoot .pm-tr .pm-td .btn-icon.no-hover:focus,
.post-datatable table tfoot .pm-tr .pm-td .btn-icon.no-hover:hover,
.post-datatable table tfoot .pm-tr .pm-td .pm-button.no-hover:active,
.post-datatable table tfoot .pm-tr .pm-td .pm-button.no-hover:focus,
.post-datatable table tfoot .pm-tr .pm-td .pm-button.no-hover:hover,
.post-datatable table tfoot .pm-tr .pm-th .btn-icon.no-hover:active,
.post-datatable table tfoot .pm-tr .pm-th .btn-icon.no-hover:focus,
.post-datatable table tfoot .pm-tr .pm-th .btn-icon.no-hover:hover,
.post-datatable table tfoot .pm-tr .pm-th .pm-button.no-hover:active,
.post-datatable table tfoot .pm-tr .pm-th .pm-button.no-hover:focus,
.post-datatable table tfoot .pm-tr .pm-th .pm-button.no-hover:hover,
.post-datatable table tfoot .pm-tr td .btn-icon.no-hover:active,
.post-datatable table tfoot .pm-tr td .btn-icon.no-hover:focus,
.post-datatable table tfoot .pm-tr td .btn-icon.no-hover:hover,
.post-datatable table tfoot .pm-tr td .pm-button.no-hover:active,
.post-datatable table tfoot .pm-tr td .pm-button.no-hover:focus,
.post-datatable table tfoot .pm-tr td .pm-button.no-hover:hover,
.post-datatable table tfoot .pm-tr th .btn-icon.no-hover:active,
.post-datatable table tfoot .pm-tr th .btn-icon.no-hover:focus,
.post-datatable table tfoot .pm-tr th .btn-icon.no-hover:hover,
.post-datatable table tfoot .pm-tr th .pm-button.no-hover:active,
.post-datatable table tfoot .pm-tr th .pm-button.no-hover:focus,
.post-datatable table tfoot .pm-tr th .pm-button.no-hover:hover,
.post-datatable table tfoot tr .pm-td .btn-icon.no-hover:active,
.post-datatable table tfoot tr .pm-td .btn-icon.no-hover:focus,
.post-datatable table tfoot tr .pm-td .btn-icon.no-hover:hover,
.post-datatable table tfoot tr .pm-td .pm-button.no-hover:active,
.post-datatable table tfoot tr .pm-td .pm-button.no-hover:focus,
.post-datatable table tfoot tr .pm-td .pm-button.no-hover:hover,
.post-datatable table tfoot tr .pm-th .btn-icon.no-hover:active,
.post-datatable table tfoot tr .pm-th .btn-icon.no-hover:focus,
.post-datatable table tfoot tr .pm-th .btn-icon.no-hover:hover,
.post-datatable table tfoot tr .pm-th .pm-button.no-hover:active,
.post-datatable table tfoot tr .pm-th .pm-button.no-hover:focus,
.post-datatable table tfoot tr .pm-th .pm-button.no-hover:hover,
.post-datatable table tfoot tr td .btn-icon.no-hover:active,
.post-datatable table tfoot tr td .btn-icon.no-hover:focus,
.post-datatable table tfoot tr td .btn-icon.no-hover:hover,
.post-datatable table tfoot tr td .pm-button.no-hover:active,
.post-datatable table tfoot tr td .pm-button.no-hover:focus,
.post-datatable table tfoot tr td .pm-button.no-hover:hover,
.post-datatable table tfoot tr th .btn-icon.no-hover:active,
.post-datatable table tfoot tr th .btn-icon.no-hover:focus,
.post-datatable table tfoot tr th .btn-icon.no-hover:hover,
.post-datatable table tfoot tr th .pm-button.no-hover:active,
.post-datatable table tfoot tr th .pm-button.no-hover:focus,
.post-datatable table tfoot tr th .pm-button.no-hover:hover {
    background-color: transparent;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-icon i.is-big,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-button i.is-big,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-icon i.is-big,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-button i.is-big,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table .pm-tbody tr td .btn-icon i.is-big,
.post-datatable .pm-table .pm-tbody tr td .pm-button i.is-big,
.post-datatable .pm-table .pm-tbody tr th .btn-icon i.is-big,
.post-datatable .pm-table .pm-tbody tr th .pm-button i.is-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-icon i.is-big,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-button i.is-big,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-icon i.is-big,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-button i.is-big,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table .pm-tfoot tr td .btn-icon i.is-big,
.post-datatable .pm-table .pm-tfoot tr td .pm-button i.is-big,
.post-datatable .pm-table .pm-tfoot tr th .btn-icon i.is-big,
.post-datatable .pm-table .pm-tfoot tr th .pm-button i.is-big,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table tbody .pm-tr td .btn-icon i.is-big,
.post-datatable .pm-table tbody .pm-tr td .pm-button i.is-big,
.post-datatable .pm-table tbody .pm-tr th .btn-icon i.is-big,
.post-datatable .pm-table tbody .pm-tr th .pm-button i.is-big,
.post-datatable .pm-table tbody tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table tbody tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table tbody tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table tbody tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table tbody tr td .btn-icon i.is-big,
.post-datatable .pm-table tbody tr td .pm-button i.is-big,
.post-datatable .pm-table tbody tr th .btn-icon i.is-big,
.post-datatable .pm-table tbody tr th .pm-button i.is-big,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table tfoot .pm-tr td .btn-icon i.is-big,
.post-datatable .pm-table tfoot .pm-tr td .pm-button i.is-big,
.post-datatable .pm-table tfoot .pm-tr th .btn-icon i.is-big,
.post-datatable .pm-table tfoot .pm-tr th .pm-button i.is-big,
.post-datatable .pm-table tfoot tr .pm-td .btn-icon i.is-big,
.post-datatable .pm-table tfoot tr .pm-td .pm-button i.is-big,
.post-datatable .pm-table tfoot tr .pm-th .btn-icon i.is-big,
.post-datatable .pm-table tfoot tr .pm-th .pm-button i.is-big,
.post-datatable .pm-table tfoot tr td .btn-icon i.is-big,
.post-datatable .pm-table tfoot tr td .pm-button i.is-big,
.post-datatable .pm-table tfoot tr th .btn-icon i.is-big,
.post-datatable .pm-table tfoot tr th .pm-button i.is-big,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-button i.is-big,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-button i.is-big,
.post-datatable table .pm-tbody .pm-tr td .btn-icon i.is-big,
.post-datatable table .pm-tbody .pm-tr td .pm-button i.is-big,
.post-datatable table .pm-tbody .pm-tr th .btn-icon i.is-big,
.post-datatable table .pm-tbody .pm-tr th .pm-button i.is-big,
.post-datatable table .pm-tbody tr .pm-td .btn-icon i.is-big,
.post-datatable table .pm-tbody tr .pm-td .pm-button i.is-big,
.post-datatable table .pm-tbody tr .pm-th .btn-icon i.is-big,
.post-datatable table .pm-tbody tr .pm-th .pm-button i.is-big,
.post-datatable table .pm-tbody tr td .btn-icon i.is-big,
.post-datatable table .pm-tbody tr td .pm-button i.is-big,
.post-datatable table .pm-tbody tr th .btn-icon i.is-big,
.post-datatable table .pm-tbody tr th .pm-button i.is-big,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-button i.is-big,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-button i.is-big,
.post-datatable table .pm-tfoot .pm-tr td .btn-icon i.is-big,
.post-datatable table .pm-tfoot .pm-tr td .pm-button i.is-big,
.post-datatable table .pm-tfoot .pm-tr th .btn-icon i.is-big,
.post-datatable table .pm-tfoot .pm-tr th .pm-button i.is-big,
.post-datatable table .pm-tfoot tr .pm-td .btn-icon i.is-big,
.post-datatable table .pm-tfoot tr .pm-td .pm-button i.is-big,
.post-datatable table .pm-tfoot tr .pm-th .btn-icon i.is-big,
.post-datatable table .pm-tfoot tr .pm-th .pm-button i.is-big,
.post-datatable table .pm-tfoot tr td .btn-icon i.is-big,
.post-datatable table .pm-tfoot tr td .pm-button i.is-big,
.post-datatable table .pm-tfoot tr th .btn-icon i.is-big,
.post-datatable table .pm-tfoot tr th .pm-button i.is-big,
.post-datatable table tbody .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable table tbody .pm-tr .pm-td .pm-button i.is-big,
.post-datatable table tbody .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable table tbody .pm-tr .pm-th .pm-button i.is-big,
.post-datatable table tbody .pm-tr td .btn-icon i.is-big,
.post-datatable table tbody .pm-tr td .pm-button i.is-big,
.post-datatable table tbody .pm-tr th .btn-icon i.is-big,
.post-datatable table tbody .pm-tr th .pm-button i.is-big,
.post-datatable table tbody tr .pm-td .btn-icon i.is-big,
.post-datatable table tbody tr .pm-td .pm-button i.is-big,
.post-datatable table tbody tr .pm-th .btn-icon i.is-big,
.post-datatable table tbody tr .pm-th .pm-button i.is-big,
.post-datatable table tbody tr td .btn-icon i.is-big,
.post-datatable table tbody tr td .pm-button i.is-big,
.post-datatable table tbody tr th .btn-icon i.is-big,
.post-datatable table tbody tr th .pm-button i.is-big,
.post-datatable table tfoot .pm-tr .pm-td .btn-icon i.is-big,
.post-datatable table tfoot .pm-tr .pm-td .pm-button i.is-big,
.post-datatable table tfoot .pm-tr .pm-th .btn-icon i.is-big,
.post-datatable table tfoot .pm-tr .pm-th .pm-button i.is-big,
.post-datatable table tfoot .pm-tr td .btn-icon i.is-big,
.post-datatable table tfoot .pm-tr td .pm-button i.is-big,
.post-datatable table tfoot .pm-tr th .btn-icon i.is-big,
.post-datatable table tfoot .pm-tr th .pm-button i.is-big,
.post-datatable table tfoot tr .pm-td .btn-icon i.is-big,
.post-datatable table tfoot tr .pm-td .pm-button i.is-big,
.post-datatable table tfoot tr .pm-th .btn-icon i.is-big,
.post-datatable table tfoot tr .pm-th .pm-button i.is-big,
.post-datatable table tfoot tr td .btn-icon i.is-big,
.post-datatable table tfoot tr td .pm-button i.is-big,
.post-datatable table tfoot tr th .btn-icon i.is-big,
.post-datatable table tfoot tr th .pm-button i.is-big {
    font-size: 35px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .btn-icon span,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button span,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .btn-icon span,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-th .pm-button span,
.post-datatable .pm-table .pm-tbody .pm-tr td .btn-icon span,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-button span,
.post-datatable .pm-table .pm-tbody .pm-tr th .btn-icon span,
.post-datatable .pm-table .pm-tbody .pm-tr th .pm-button span,
.post-datatable .pm-table .pm-tbody tr .pm-td .btn-icon span,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-button span,
.post-datatable .pm-table .pm-tbody tr .pm-th .btn-icon span,
.post-datatable .pm-table .pm-tbody tr .pm-th .pm-button span,
.post-datatable .pm-table .pm-tbody tr td .btn-icon span,
.post-datatable .pm-table .pm-tbody tr td .pm-button span,
.post-datatable .pm-table .pm-tbody tr th .btn-icon span,
.post-datatable .pm-table .pm-tbody tr th .pm-button span,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .btn-icon span,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-td .pm-button span,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .btn-icon span,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th .pm-button span,
.post-datatable .pm-table .pm-tfoot .pm-tr td .btn-icon span,
.post-datatable .pm-table .pm-tfoot .pm-tr td .pm-button span,
.post-datatable .pm-table .pm-tfoot .pm-tr th .btn-icon span,
.post-datatable .pm-table .pm-tfoot .pm-tr th .pm-button span,
.post-datatable .pm-table .pm-tfoot tr .pm-td .btn-icon span,
.post-datatable .pm-table .pm-tfoot tr .pm-td .pm-button span,
.post-datatable .pm-table .pm-tfoot tr .pm-th .btn-icon span,
.post-datatable .pm-table .pm-tfoot tr .pm-th .pm-button span,
.post-datatable .pm-table .pm-tfoot tr td .btn-icon span,
.post-datatable .pm-table .pm-tfoot tr td .pm-button span,
.post-datatable .pm-table .pm-tfoot tr th .btn-icon span,
.post-datatable .pm-table .pm-tfoot tr th .pm-button span,
.post-datatable .pm-table tbody .pm-tr .pm-td .btn-icon span,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-button span,
.post-datatable .pm-table tbody .pm-tr .pm-th .btn-icon span,
.post-datatable .pm-table tbody .pm-tr .pm-th .pm-button span,
.post-datatable .pm-table tbody .pm-tr td .btn-icon span,
.post-datatable .pm-table tbody .pm-tr td .pm-button span,
.post-datatable .pm-table tbody .pm-tr th .btn-icon span,
.post-datatable .pm-table tbody .pm-tr th .pm-button span,
.post-datatable .pm-table tbody tr .pm-td .btn-icon span,
.post-datatable .pm-table tbody tr .pm-td .pm-button span,
.post-datatable .pm-table tbody tr .pm-th .btn-icon span,
.post-datatable .pm-table tbody tr .pm-th .pm-button span,
.post-datatable .pm-table tbody tr td .btn-icon span,
.post-datatable .pm-table tbody tr td .pm-button span,
.post-datatable .pm-table tbody tr th .btn-icon span,
.post-datatable .pm-table tbody tr th .pm-button span,
.post-datatable .pm-table tfoot .pm-tr .pm-td .btn-icon span,
.post-datatable .pm-table tfoot .pm-tr .pm-td .pm-button span,
.post-datatable .pm-table tfoot .pm-tr .pm-th .btn-icon span,
.post-datatable .pm-table tfoot .pm-tr .pm-th .pm-button span,
.post-datatable .pm-table tfoot .pm-tr td .btn-icon span,
.post-datatable .pm-table tfoot .pm-tr td .pm-button span,
.post-datatable .pm-table tfoot .pm-tr th .btn-icon span,
.post-datatable .pm-table tfoot .pm-tr th .pm-button span,
.post-datatable .pm-table tfoot tr .pm-td .btn-icon span,
.post-datatable .pm-table tfoot tr .pm-td .pm-button span,
.post-datatable .pm-table tfoot tr .pm-th .btn-icon span,
.post-datatable .pm-table tfoot tr .pm-th .pm-button span,
.post-datatable .pm-table tfoot tr td .btn-icon span,
.post-datatable .pm-table tfoot tr td .pm-button span,
.post-datatable .pm-table tfoot tr th .btn-icon span,
.post-datatable .pm-table tfoot tr th .pm-button span,
.post-datatable table .pm-tbody .pm-tr .pm-td .btn-icon span,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-button span,
.post-datatable table .pm-tbody .pm-tr .pm-th .btn-icon span,
.post-datatable table .pm-tbody .pm-tr .pm-th .pm-button span,
.post-datatable table .pm-tbody .pm-tr td .btn-icon span,
.post-datatable table .pm-tbody .pm-tr td .pm-button span,
.post-datatable table .pm-tbody .pm-tr th .btn-icon span,
.post-datatable table .pm-tbody .pm-tr th .pm-button span,
.post-datatable table .pm-tbody tr .pm-td .btn-icon span,
.post-datatable table .pm-tbody tr .pm-td .pm-button span,
.post-datatable table .pm-tbody tr .pm-th .btn-icon span,
.post-datatable table .pm-tbody tr .pm-th .pm-button span,
.post-datatable table .pm-tbody tr td .btn-icon span,
.post-datatable table .pm-tbody tr td .pm-button span,
.post-datatable table .pm-tbody tr th .btn-icon span,
.post-datatable table .pm-tbody tr th .pm-button span,
.post-datatable table .pm-tfoot .pm-tr .pm-td .btn-icon span,
.post-datatable table .pm-tfoot .pm-tr .pm-td .pm-button span,
.post-datatable table .pm-tfoot .pm-tr .pm-th .btn-icon span,
.post-datatable table .pm-tfoot .pm-tr .pm-th .pm-button span,
.post-datatable table .pm-tfoot .pm-tr td .btn-icon span,
.post-datatable table .pm-tfoot .pm-tr td .pm-button span,
.post-datatable table .pm-tfoot .pm-tr th .btn-icon span,
.post-datatable table .pm-tfoot .pm-tr th .pm-button span,
.post-datatable table .pm-tfoot tr .pm-td .btn-icon span,
.post-datatable table .pm-tfoot tr .pm-td .pm-button span,
.post-datatable table .pm-tfoot tr .pm-th .btn-icon span,
.post-datatable table .pm-tfoot tr .pm-th .pm-button span,
.post-datatable table .pm-tfoot tr td .btn-icon span,
.post-datatable table .pm-tfoot tr td .pm-button span,
.post-datatable table .pm-tfoot tr th .btn-icon span,
.post-datatable table .pm-tfoot tr th .pm-button span,
.post-datatable table tbody .pm-tr .pm-td .btn-icon span,
.post-datatable table tbody .pm-tr .pm-td .pm-button span,
.post-datatable table tbody .pm-tr .pm-th .btn-icon span,
.post-datatable table tbody .pm-tr .pm-th .pm-button span,
.post-datatable table tbody .pm-tr td .btn-icon span,
.post-datatable table tbody .pm-tr td .pm-button span,
.post-datatable table tbody .pm-tr th .btn-icon span,
.post-datatable table tbody .pm-tr th .pm-button span,
.post-datatable table tbody tr .pm-td .btn-icon span,
.post-datatable table tbody tr .pm-td .pm-button span,
.post-datatable table tbody tr .pm-th .btn-icon span,
.post-datatable table tbody tr .pm-th .pm-button span,
.post-datatable table tbody tr td .btn-icon span,
.post-datatable table tbody tr td .pm-button span,
.post-datatable table tbody tr th .btn-icon span,
.post-datatable table tbody tr th .pm-button span,
.post-datatable table tfoot .pm-tr .pm-td .btn-icon span,
.post-datatable table tfoot .pm-tr .pm-td .pm-button span,
.post-datatable table tfoot .pm-tr .pm-th .btn-icon span,
.post-datatable table tfoot .pm-tr .pm-th .pm-button span,
.post-datatable table tfoot .pm-tr td .btn-icon span,
.post-datatable table tfoot .pm-tr td .pm-button span,
.post-datatable table tfoot .pm-tr th .btn-icon span,
.post-datatable table tfoot .pm-tr th .pm-button span,
.post-datatable table tfoot tr .pm-td .btn-icon span,
.post-datatable table tfoot tr .pm-td .pm-button span,
.post-datatable table tfoot tr .pm-th .btn-icon span,
.post-datatable table tfoot tr .pm-th .pm-button span,
.post-datatable table tfoot tr td .btn-icon span,
.post-datatable table tfoot tr td .pm-button span,
.post-datatable table tfoot tr th .btn-icon span,
.post-datatable table tfoot tr th .pm-button span {
    font-size: 10px;
    display: block;
}

.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions,
.post-datatable .pm-table tfoot tr th.cell-actions,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions,
.post-datatable table .pm-tfoot tr th.cell-actions,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions,
.post-datatable table tfoot .pm-tr th.cell-actions,
.post-datatable table tfoot tr .pm-th.cell-actions,
.post-datatable table tfoot tr th.cell-actions {
    padding: 20px 15px;
}

.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions .btn,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions .btn,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions .btn,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions .btn,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions .btn,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions .btn,
.post-datatable .pm-table tfoot tr th.cell-actions .btn,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions .btn,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions .btn,
.post-datatable table .pm-tfoot tr th.cell-actions .btn,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions .btn,
.post-datatable table tfoot .pm-tr th.cell-actions .btn,
.post-datatable table tfoot tr .pm-th.cell-actions .btn,
.post-datatable table tfoot tr th.cell-actions .btn {
    float: right;
}

@media (max-width:899px) {
    .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
    .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions .btn,
    .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions .btn,
    .post-datatable .pm-table .pm-tfoot tr th.cell-actions .btn,
    .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions .btn,
    .post-datatable .pm-table tfoot .pm-tr th.cell-actions .btn,
    .post-datatable .pm-table tfoot tr .pm-th.cell-actions .btn,
    .post-datatable .pm-table tfoot tr th.cell-actions .btn,
    .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
    .post-datatable table .pm-tfoot .pm-tr th.cell-actions .btn,
    .post-datatable table .pm-tfoot tr .pm-th.cell-actions .btn,
    .post-datatable table .pm-tfoot tr th.cell-actions .btn,
    .post-datatable table tfoot .pm-tr .pm-th.cell-actions .btn,
    .post-datatable table tfoot .pm-tr th.cell-actions .btn,
    .post-datatable table tfoot tr .pm-th.cell-actions .btn,
    .post-datatable table tfoot tr th.cell-actions .btn {
        float: none;
        justify-content: center;
    }
}

.modal.is-enhanced .modal-dialog {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:630px) {
    .modal.is-enhanced .modal-dialog {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

.modal.is-enhanced.w300 .modal-dialog {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:330px) {
    .modal.is-enhanced.w300 .modal-dialog {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

.modal.is-enhanced.w400 .modal-dialog {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:430px) {
    .modal.is-enhanced.w400 .modal-dialog {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

.modal.is-enhanced.w500 .modal-dialog {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:530px) {
    .modal.is-enhanced.w500 .modal-dialog {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

.modal.is-enhanced.w600 .modal-dialog {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:630px) {
    .modal.is-enhanced.w600 .modal-dialog {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

.modal.is-enhanced.w700 .modal-dialog {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:730px) {
    .modal.is-enhanced.w700 .modal-dialog {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

.modal.is-enhanced.w800 .modal-dialog {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:830px) {
    .modal.is-enhanced.w800 .modal-dialog {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

.modal.is-enhanced.w900 .modal-dialog {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:930px) {
    .modal.is-enhanced.w900 .modal-dialog {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

.modal.is-enhanced.w1000 .modal-dialog {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:1030px) {
    .modal.is-enhanced.w1000 .modal-dialog {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

.modal.is-enhanced.is-post-main-menu .modal-dialog {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:430px) {
    .modal.is-enhanced.is-post-main-menu .modal-dialog {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

.modal.is-enhanced.is-post-main-menu .modal-dialog .modal-content .modal-title {
    display: flex;
    align-items: center;
}

.modal.is-enhanced.is-post-main-menu .modal-dialog .modal-content .modal-title [class*=' pi-'],
.modal.is-enhanced.is-post-main-menu .modal-dialog .modal-content .modal-title [class^=pi-] {
    line-height: 1.2;
}

.modal.is-enhanced.is-post-main-menu .modal-dialog .modal-content .modal-body {
    max-height: calc(100vh - 70px)!important;
}

.modal.is-enhanced.is-floating-menu .modal-dialog {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    -webkit-transform: none;
    transform: none;
}

.modal.is-enhanced.is-floating-menu .modal-dialog .modal-content {
    border: 0;
}

.modal.is-enhanced.is-floating-menu .modal-dialog .modal-content .modal-body {
    padding: 0!important;
}

.modal.is-enhanced.is-sidebar-left .modal-dialog,
.modal.is-enhanced.is-sidebar-right .modal-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
}

.modal.is-enhanced.is-sidebar-left .modal-dialog .modal-content,
.modal.is-enhanced.is-sidebar-right .modal-dialog .modal-content {
    height: 100vh;
    max-height: 100vh;
    border: 0;
}

.modal.is-enhanced.is-sidebar-left .modal-dialog .modal-content .modal-body,
.modal.is-enhanced.is-sidebar-right .modal-dialog .modal-content .modal-body {
    max-height: calc(100vh - 140px);
}

.modal.is-enhanced.is-sidebar-left .modal-dialog .modal-content .modal-footer,
.modal.is-enhanced.is-sidebar-right .modal-dialog .modal-content .modal-footer {
    height: 70px;
}

.modal.is-enhanced.is-sidebar-right.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0);
}

.modal.is-enhanced.is-sidebar-right .modal-dialog {
    right: 0;
}

.modal.is-enhanced.is-sidebar-left.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0);
}

.modal.is-enhanced.is-sidebar-left .modal-dialog {
    left: 0;
}

.modal.is-enhanced .modal-dialog {
    margin-top: 30px;
}

.modal.is-enhanced .modal-dialog .modal-content {
    max-height: calc(100vh - 60px);
    border-radius: 0;
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header {
    line-height: 1.2;
    display: flex;
    height: 70px;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header .modal-title {
    line-height: 1.2;
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header h1,
.modal.is-enhanced .modal-dialog .modal-content .modal-header h2,
.modal.is-enhanced .modal-dialog .modal-content .modal-header h3,
.modal.is-enhanced .modal-dialog .modal-content .modal-header h4,
.modal.is-enhanced .modal-dialog .modal-content .modal-header h5 {
    margin: 0;
    color: #fff;
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header .icon-labeled {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-blue-jeans {
    color: #fff;
    background: linear-gradient(to left,#83d2f1 0%,#55c2ec 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-blue-dodger {
    color: #fff;
    background: linear-gradient(to left,#48a8f5 0%,#1791f2 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-blue-cerulean {
    color: #fff;
    background: linear-gradient(to left,#00c6fd 0%,#009eca 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-blue-sky {
    color: #fff;
    background: linear-gradient(to left,#07cfff 0%,#00aad3 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-blue-denim {
    color: #fff;
    background: linear-gradient(to left,#1884da 0%,#1368ac 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-green-pinetree {
    color: #fff;
    background: linear-gradient(to left,#00b146 0%,#007e32 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-green-kiwi {
    color: #fff;
    background: linear-gradient(to left,#0fd75b 0%,#0ba747 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-green-android {
    color: #fff;
    background: linear-gradient(to left,#b5d057 0%,#a0be36 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-yellow-mustard {
    color: #fff;
    background: linear-gradient(to left,#ffc824 0%,#f0b300 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-orange-carrot {
    color: #fff;
    background: linear-gradient(to left,#ff9829 0%,#f57f00 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-red-red-blood {
    color: #fff;
    background: linear-gradient(to left,#f04248 0%,#ec131b 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-red-vermilion {
    color: #fff;
    background: linear-gradient(to left,#f4784f 0%,#f0531f 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-purple-ube {
    color: #fff;
    background: linear-gradient(to left,#a19dca 0%,#827cb8 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-gray-white-smoke {
    color: #646567;
    background: linear-gradient(to left,#fff 0%,#f0f0f0 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-gray-silver {
    color: #646567;
    background: linear-gradient(to left,#e0e0e0 0%,#c7c7c7 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-gray-spanish {
    color: #fff;
    background: linear-gradient(to left,#adadad 0%,#949494 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-gray-granite {
    color: #fff;
    background: linear-gradient(to left,#78797c 0%,#5f6062 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-header.is-gray-onyx {
    color: #fff;
    background: linear-gradient(to left,#525155 0%,#39383b 100%);
}

.modal.is-enhanced .modal-dialog .modal-content .modal-body {
    min-height: 0;
    max-height: calc(100vh - 200px);
    padding: 15px 20px;
}

.modal.is-enhanced .modal-dialog .modal-content .modal-footer {
    display: flex;
    height: 70px;
    padding: 0 20px;
    border-top: 1px solid #ddd;
    align-items: center;
}

.modal.is-enhanced .modal-dialog .modal-content .modal-footer.is-flex-centered {
    justify-content: flex-start;
}

.modal.is-enhanced .modal-dialog .modal-content .modal-footer.is-align-right {
    justify-content: flex-end;
}

.modal.is-enhanced .responsive-actions .ra-overflow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .2s ease;
    opacity: 0;
    background-color: #000;
}

.modal.is-enhanced .responsive-actions .ra-actions {
    position: fixed;
    right: 0;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.modal.is-enhanced .responsive-actions .ra-actions .ra-row {
    display: flex;
    margin: 5px -100px 5px 0;
    transition: opacity .2s ease-in-out;
    align-items: center;
    justify-content: flex-end;
}

.modal.is-enhanced .responsive-actions .ra-actions .ra-row label {
    margin-right: 5px;
    padding: 5px;
    opacity: 0;
    color: #fff;
    border-radius: 4px;
    background: rgba(0,0,0,.1);
}

.modal.is-enhanced .responsive-actions .collapse.in .ra-overflow {
    opacity: .2;
}

.modal.is-enhanced .responsive-actions .collapse.in .ra-actions .ra-row {
    margin-right: 20px;
    transition: margin-right .3s ease-in-out;
}

.modal.is-enhanced .responsive-actions .collapse.in .ra-actions .ra-row:nth-child(1) {
    transition-delay: .5s;
}

.modal.is-enhanced .responsive-actions .collapse.in .ra-actions .ra-row:nth-child(2) {
    transition-delay: .4s;
}

.modal.is-enhanced .responsive-actions .collapse.in .ra-actions .ra-row:nth-child(3) {
    transition-delay: .3s;
}

.modal.is-enhanced .responsive-actions .collapse.in .ra-actions .ra-row:nth-child(4) {
    transition-delay: .2s;
}

.modal.is-enhanced .responsive-actions .collapse.in .ra-actions .ra-row:nth-child(5) {
    transition-delay: .1s;
}

.modal.is-enhanced .responsive-actions .collapse.in .ra-actions .ra-row label {
    transition: opacity .3s ease;
    transition-delay: 1s;
    opacity: 1;
}

@media (max-height:320px) {
    .modal.is-enhanced .modal-dialog {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .modal.is-enhanced .modal-dialog .modal-content {
        max-height: calc(100vh - 30px);
        border: 0;
    }

    .modal.is-enhanced .modal-dialog .modal-content .modal-body {
        max-height: calc(100vh - 170px);
    }
}

.popover .popover-content {
    padding: 0;
}

.popover .popover-content img {
    width: auto!important;
    height: 200px!important;
}

.loader-overlayer {
    margin-top: 30vh;
}

.loader-overlayer .modal-body {
    padding-bottom: 25px!important;
}

.loader-overlayer .modal-body .post-loader {
    margin-left: calc(50% - 30px);
}

.loader-overlayer .modal-body .lo-counter {
    font-family: 'Museo Sans',Arial,sans-serif;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}

.loader-overlayer .modal-body .lo-counter .lo-number {
    font-size: 60px;
    font-weight: 900;
    color: #646567;
}

.loader-overlayer .modal-body .lo-counter .lo-unit {
    font-size: 18px;
    font-weight: 900;
    color: #999;
}

.badge.is-round {
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 50%;
}

.badge.is-check,
.badge.with-box-shadow {
    box-shadow: 0 2px 3px rgba(0,0,0,.5);
}

.badge.is-check {
    background: linear-gradient(to top,#2196f3,#6ab8f7);
}

.flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.flag-eu {
    background-image: url(../img/flag-eu-square.svg);
}

.flag-eu.is-round {
    background-image: url(../img/flag-eu-round.svg);
}

.flag-lu {
    background-image: url(../img/flag-lu-square.svg);
}

.flag-lu.is-round {
    background-image: url(../img/flag-lu-round.svg);
}

.flag-fr {
    background-image: url(../img/flag-fr-square.svg);
}

.flag-fr.is-round {
    background-image: url(../img/flag-fr-round.svg);
}

.flag-de {
    background-image: url(../img/flag-de-square.svg);
}

.flag-de.is-round {
    background-image: url(../img/flag-de-round.svg);
}

.flag-ca {
    background-image: url(../img/flag-ca-square.svg);
}

.flag-ca.is-round {
    background-image: url(../img/flag-ca-round.svg);
}

.flag-cn {
    background-image: url(../img/flag-cn-square.svg);
}

.flag-cn.is-round {
    background-image: url(../img/flag-cn-round.svg);
}

.flag-us {
    background-image: url(../img/flag-us-square.svg);
}

.flag-us.is-round {
    background-image: url(../img/flag-us-round.svg);
}

.flag-world {
    background-image: url(../img/flag-world-square.svg);
}

.flag-world.is-round {
    background-image: url(../img/flag-world-round.svg);
}

.flag.is-xs {
    width: 16px;
    height: 16px;
}

.flag.is-sm {
    width: 24px;
    height: 24px;
}

.flag.is-lg {
    width: 48px;
    height: 48px;
}

.doc-block-flag {
    display: inline-flex;
    width: 64px;
    height: 24px;
    border: solid 1px #eee;
    align-items: center;
}

.doc-block-flag div:last-child {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #646567;
    border-left: 1px solid #eee;
}

.post-icon-option {
    font-family: 'post-icons';
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 50px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 10px;
    text-align: center;
    text-transform: none;
    color: #fff;
    background-color: #646567;
}

.post-icon-option.is-floating {
    transition: box-shadow .2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,.4);
}

.post-icon-option.is-small {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
}

.post-icon-option.is-xsmall {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.post-icon-option.is-selected:after,
.post-icon-option.is-upgradable:after {
    font-size: 10px;
    line-height: 20px!important;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: 20px 20px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5);
}

.post-icon-option.is-selected:after {
    content: '\e807';
    background: linear-gradient(to bottom,#48a8f5 0%,#1791f2 100%);
}

.post-icon-option.is-upgradable:after {
    content: '\e976';
    background: linear-gradient(to bottom,#00bb4a 0%,#007e32 100%);
}

.post-icon-option.pack-xxs {
    background-color: #bababa;
}

.post-icon-option.pack-xxs:before {
    content: '\e824';
}

.post-icon-option.pack-xs {
    background-color: #00a6d4;
}

.post-icon-option.pack-xs:before {
    content: '\e823';
}

.post-icon-option.pack-s {
    background-color: #009681;
}

.post-icon-option.pack-s:before {
    content: '\e821';
}

.post-icon-option.pack-m {
    background-color: #008836;
}

.post-icon-option.pack-m:before {
    content: '\e820';
}

.post-icon-option.pack-l {
    background-color: #88a816;
}

.post-icon-option.pack-l:before {
    content: '\e81f';
}

.post-icon-option.pack-xl {
    background-color: #fabb00;
}

.post-icon-option.pack-xl:before {
    content: '\e822';
}

.post-icon-option.pack-maxi-flat {
    color: #25488c;
    background: 0 0;
}

.post-icon-option.pack-maxi-flat:before {
    content: '\ea1c';
}

.post-icon-option.pack-mini-flat {
    color: #00baa6;
    background: 0 0;
}

.post-icon-option.pack-mini-flat:before {
    content: '\ea17';
}

.post-icon-option.pack-xs-flat {
    color: #f15a29;
    background: 0 0;
}

.post-icon-option.pack-xs-flat:before {
    content: '\ea08';
}

.post-icon-option.pack-s-flat {
    color: #00b2dd;
    background: 0 0;
}

.post-icon-option.pack-s-flat:before {
    content: '\ea09';
}

.post-icon-option.pack-m-flat {
    color: #0cb14b;
    background: 0 0;
}

.post-icon-option.pack-m-flat:before {
    content: '\ea0a';
}

.post-icon-option.pack-l-flat {
    color: #a7c638;
    background: 0 0;
}

.post-icon-option.pack-l-flat:before {
    content: '\ea0b';
}

.post-icon-option.pack-xl-flat {
    color: #fabb00;
    background: 0 0;
}

.post-icon-option.pack-xl-flat:before {
    content: '\ea0c';
}

.post-icon-option.pack-xxl-flat {
    color: #243e83;
    background: 0 0;
}

.post-icon-option.pack-xxl-flat:before {
    content: '\ea36';
}

.post-icon-option.pack-maxi-circled {
    color: #25488c;
    background: 0 0;
}

.post-icon-option.pack-maxi-circled:before {
    content: '\ea1d';
}

.post-icon-option.pack-mini-circled {
    color: #00baa6;
    background: 0 0;
}

.post-icon-option.pack-mini-circled:before {
    content: '\ea18';
}

.post-icon-option.pack-xs-circled {
    color: #f15a29;
    background: 0 0;
}

.post-icon-option.pack-xs-circled:before {
    content: '\ea12';
}

.post-icon-option.pack-s-circled {
    color: #00b2dd;
    background: 0 0;
}

.post-icon-option.pack-s-circled:before {
    content: '\ea13';
}

.post-icon-option.pack-m-circled {
    color: #0cb14b;
    background: 0 0;
}

.post-icon-option.pack-m-circled:before {
    content: '\ea14';
}

.post-icon-option.pack-l-circled {
    color: #a7c638;
    background: 0 0;
}

.post-icon-option.pack-l-circled:before {
    content: '\ea15';
}

.post-icon-option.pack-xl-circled {
    color: #fabb00;
    background: 0 0;
}

.post-icon-option.pack-xl-circled:before {
    content: '\ea16';
}

.post-icon-option.subscription-12,
.post-icon-option.subscription-24 {
    font-size: 30px;
    background-color: #fabb00;
}

.post-icon-option.subscription-12.is-small,
.post-icon-option.subscription-24.is-small {
    font-size: 20px;
}

.post-icon-option.subscription-12:before {
    content: '\e978';
}

.post-icon-option.subscription-24:before {
    content: '\e979';
}

.post-icon-option.pack-luxfibre-l,
.post-icon-option.pack-luxfibre-m,
.post-icon-option.pack-luxfibre-s,
.post-icon-option.pack-luxfibre-xl {
    line-height: 52px;
}

.post-icon-option.pack-luxfibre-l.is-small,
.post-icon-option.pack-luxfibre-m.is-small,
.post-icon-option.pack-luxfibre-s.is-small,
.post-icon-option.pack-luxfibre-xl.is-small {
    font-size: 26px;
    line-height: 30px;
}

.post-icon-option.pack-luxfibre-s {
    background-color: #009681;
}

.post-icon-option.pack-luxfibre-s:before {
    content: '\e96c';
}

.post-icon-option.pack-luxfibre-m {
    background-color: #008836;
}

.post-icon-option.pack-luxfibre-m:before {
    content: '\e96b';
}

.post-icon-option.pack-luxfibre-l {
    background-color: #88a816;
}

.post-icon-option.pack-luxfibre-l:before {
    content: '\e96a';
}

.post-icon-option.pack-luxfibre-xl {
    background-color: #fabb00;
}

.post-icon-option.pack-luxfibre-xl:before {
    content: '\e96d';
}

.post-icon-option.pack-tvbox-l,
.post-icon-option.pack-tvbox-m {
    font-size: 30px;
}

.labeled-icon i.is-big,
.post-icon-option.pack-tvbox-l.is-small,
.post-icon-option.pack-tvbox-m.is-small {
    font-size: 26px;
}

.post-icon-option.pack-tvbox-m {
    background-color: #008836;
}

.post-icon-option.pack-tvbox-m:before {
    content: '\e96e';
}

.post-icon-option.pack-tvbox-l {
    background-color: #88a816;
}

.post-icon-option.pack-tvbox-l:before {
    content: '\e968';
}

.post-icon-option.blocked-pack {
    font-size: 20px;
    line-height: 40px!important;
    width: 40px!important;
    height: 40px!important;
    margin: 0;
    border-radius: 50%;
    background-color: #ff8400;
}

.post-icon-option.blocked-pack:before {
    content: '\e815';
}

.post-loader {
    width: 60px;
    height: 60px;
    padding: 33px 27px 27px 33px;
}

.post-loader.is-centered {
    margin-left: calc(50% - 30px);
}

.post-loader .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);
}

.post-loader .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);
}

.post-loader .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);
}

.post-loader .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);
}

.post-loader .ball-pulse-sync > div,
.post-loader .ball-pulse > div {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .ball-scale > div {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 2px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
    border-radius: 100%;
    background-color: #fff;
}

.post-loader .ball-rotate {
    position: relative;
}

.post-loader .ball-rotate > div {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .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;
}

.post-loader .ball-rotate > div:after,
.post-loader .ball-rotate > div:before {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 2px;
    content: '';
    opacity: .8;
    border-radius: 100%;
    background-color: #fff;
}

.post-loader .ball-rotate > div:before {
    top: 0;
    left: -28px;
}

.post-loader .ball-rotate > div:after {
    top: 0;
    left: 25px;
}

.post-loader .ball-clip-rotate > div {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 2px;
    -webkit-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-radius: 100%;
    background: 0 0!important;
}

.post-loader .ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.post-loader .ball-clip-rotate-pulse > div {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .ball-clip-rotate-pulse > div:first-child {
    top: 7px;
    left: -7px;
    width: 16px;
    height: 16px;
    -webkit-animation: scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    background: #fff;
}

.post-loader .ball-clip-rotate-pulse > div:last-child {
    position: absolute;
    top: -2px;
    left: -16px;
    width: 30px;
    height: 30px;
    -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;
    border: 2px solid;
    border-color: #fff transparent;
    background: 0 0;
}

.post-loader .ball-clip-rotate-multiple {
    position: relative;
}

.post-loader .ball-clip-rotate-multiple > div {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 35px;
    height: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 100%;
}

.post-loader .ball-scale-ripple > div {
    width: 50px;
    height: 50px;
    -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);
    border: 2px solid #fff;
    border-radius: 100%;
}

.post-loader .ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

.post-loader .ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

.post-loader .ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
}

.post-loader .ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}

.post-loader .ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}

.post-loader .ball-scale-ripple-multiple > div {
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    -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);
    border: 2px solid #fff;
    border-radius: 100%;
}

.post-loader .ball-beat > div {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    -webkit-animation: ball-beat .7s 0s infinite linear;
    animation: ball-beat .7s 0s infinite linear;
    border-radius: 100%;
    background-color: #fff;
}

.post-loader .ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -.35s!important;
    animation-delay: -.35s!important;
}

.post-loader .ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.post-loader .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}

.post-loader .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}

.post-loader .ball-scale-multiple > div {
    position: absolute;
    top: 0;
    left: -30px;
    width: 60px;
    height: 60px;
    margin: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
    opacity: 0;
    border-radius: 100%;
    background-color: #fff;
}

.post-loader .ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-29.99px,-37.51px);
    transform: translate(-29.99px,-37.51px);
}

.post-loader .ball-triangle-path > div:nth-child(1),
.post-loader .ball-triangle-path > div:nth-child(2),
.post-loader .ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.post-loader .ball-triangle-path > div:nth-child(2),
.post-loader .ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
}

.post-loader .ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
}

.post-loader .ball-triangle-path > div {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .ball-triangle-path > div:nth-of-type(1) {
    top: 50px;
}

.post-loader .ball-triangle-path > div:nth-of-type(2) {
    left: 25px;
}

.post-loader .ball-triangle-path > div:nth-of-type(3) {
    top: 50px;
    left: 50px;
}

.post-loader .ball-pulse-rise > div {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    -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-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .ball-pulse-rise > div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
    animation-name: ball-pulse-rise-even;
}

.post-loader .ball-pulse-rise > div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
    animation-name: ball-pulse-rise-odd;
}

.post-loader .ball-grid-beat,
.post-loader .ball-grid-pulse {
    width: 57px;
}

.post-loader .ball-grid-beat > div:nth-child(1) {
    -webkit-animation-duration: 1.53s;
    animation-duration: 1.53s;
    -webkit-animation-delay: -.07s;
    animation-delay: -.07s;
}

.post-loader .ball-grid-beat > div:nth-child(2) {
    -webkit-animation-duration: .94s;
    animation-duration: .94s;
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
}

.post-loader .ball-grid-beat > div:nth-child(3) {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: .11s;
    animation-delay: .11s;
}

.post-loader .ball-grid-beat > div:nth-child(4) {
    -webkit-animation-duration: 1.01s;
    animation-duration: 1.01s;
    -webkit-animation-delay: .13s;
    animation-delay: .13s;
}

.post-loader .ball-grid-beat > div:nth-child(5) {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.post-loader .ball-grid-beat > div:nth-child(6) {
    -webkit-animation-duration: .97s;
    animation-duration: .97s;
    -webkit-animation-delay: .18s;
    animation-delay: .18s;
}

.post-loader .ball-grid-beat > div:nth-child(7) {
    -webkit-animation-duration: .67s;
    animation-duration: .67s;
    -webkit-animation-delay: -.09s;
    animation-delay: -.09s;
}

.post-loader .ball-grid-beat > div:nth-child(8) {
    -webkit-animation-duration: .92s;
    animation-duration: .92s;
    -webkit-animation-delay: .42s;
    animation-delay: .42s;
}

.post-loader .ball-grid-beat > div:nth-child(9) {
    -webkit-animation-duration: 1.43s;
    animation-duration: 1.43s;
    -webkit-animation-delay: .52s;
    animation-delay: .52s;
}

.post-loader .ball-grid-beat > div {
    display: inline-block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 2px;
    -webkit-animation-name: ball-grid-beat;
    animation-name: ball-grid-beat;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .ball-grid-pulse > div:nth-child(1),
.post-loader .ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: .73s;
    animation-delay: .73s;
}

.post-loader .ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
}

.post-loader .ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-duration: .88s;
    animation-duration: .88s;
    -webkit-animation-delay: .71s;
    animation-delay: .71s;
}

.post-loader .ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s;
    -webkit-animation-delay: .62s;
    animation-delay: .62s;
}

.post-loader .ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-duration: .62s;
    animation-duration: .62s;
    -webkit-animation-delay: .31s;
    animation-delay: .31s;
}

.post-loader .ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s;
    -webkit-animation-delay: -.14s;
    animation-delay: -.14s;
}

.post-loader .ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s;
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
}

.post-loader .ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.post-loader .ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-delay: .73s;
    animation-delay: .73s;
}

.post-loader .ball-grid-pulse > div {
    display: inline-block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 2px;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .ball-spin-fade-loader > div {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .ball-spin-loader {
    position: relative;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .ball-spin-loader > div,
.post-loader .ball-zig-zag-deflect > div,
.post-loader .ball-zig-zag > div {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .ball-spin-loader > div {
    background: green;
}

.post-loader .ball-zig-zag,
.post-loader .ball-zig-zag-deflect {
    position: relative;
    -webkit-transform: translate(-15px,-15px);
    transform: translate(-15px,-15px);
}

.post-loader .ball-zig-zag-deflect > div,
.post-loader .ball-zig-zag > div {
    top: 4px;
    left: -7px;
    margin: 2px 2px 2px 15px;
    background-color: #fff;
}

.post-loader .ball-zig-zag > div:first-child {
    -webkit-animation: ball-zig .7s 0s infinite linear;
    animation: ball-zig .7s 0s infinite linear;
}

.post-loader .ball-zig-zag > div:last-child {
    -webkit-animation: ball-zag .7s 0s infinite linear;
    animation: ball-zag .7s 0s infinite linear;
}

.post-loader .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;
}

.post-loader .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;
}

.post-loader .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);
}

.post-loader .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);
}

.post-loader .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);
}

.post-loader .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);
}

.post-loader .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);
}

.post-loader .line-scale > div {
    display: inline-block;
    width: 4px;
    height: 35px;
    margin: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .line-scale-party > div:nth-child(1) {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-delay: .23s;
    animation-delay: .23s;
}

.post-loader .line-scale-party > div:nth-child(2) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .09s;
    animation-delay: .09s;
}

.post-loader .line-scale-party > div:nth-child(3) {
    -webkit-animation-duration: .65s;
    animation-duration: .65s;
    -webkit-animation-delay: .44s;
    animation-delay: .44s;
}

.post-loader .line-scale-party > div:nth-child(4) {
    -webkit-animation-duration: 1.01s;
    animation-duration: 1.01s;
    -webkit-animation-delay: -.12s;
    animation-delay: -.12s;
}

.post-loader .line-scale-party > div,
.post-loader .line-scale-pulse-out > div {
    display: inline-block;
    width: 4px;
    height: 35px;
    margin: 2px;
    border-radius: 2px;
    background-color: #fff;
}

.post-loader .line-scale-party > div {
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .line-scale-pulse-out > div {
    -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);
}

.post-loader .line-scale-pulse-out > div:nth-child(2),
.post-loader .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -.4s!important;
    animation-delay: -.4s!important;
}

.post-loader .line-scale-pulse-out > div:nth-child(1),
.post-loader .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -.2s!important;
    animation-delay: -.2s!important;
}

.post-loader .line-scale-pulse-out-rapid > div {
    display: inline-block;
    width: 4px;
    height: 35px;
    margin: 2px;
    -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);
    border-radius: 2px;
    background-color: #fff;
}

.post-loader .line-scale-pulse-out-rapid > div:nth-child(2),
.post-loader .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -.25s!important;
    animation-delay: -.25s!important;
}

.post-loader .line-scale-pulse-out-rapid > div:nth-child(1),
.post-loader .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important;
}

.post-loader .line-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -4px;
}

.post-loader .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;
}

.post-loader .line-spin-fade-loader > div:nth-child(2) {
    top: 13.64px;
    left: 13.64px;
    -webkit-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;
}

.post-loader .line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-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;
}

.post-loader .line-spin-fade-loader > div:nth-child(4) {
    top: -13.64px;
    left: 13.64px;
    -webkit-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;
}

.post-loader .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;
}

.post-loader .line-spin-fade-loader > div:nth-child(6) {
    top: -13.64px;
    left: -13.64px;
    -webkit-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;
}

.post-loader .line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-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;
}

.post-loader .line-spin-fade-loader > div:nth-child(8) {
    top: 13.64px;
    left: -13.64px;
    -webkit-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;
}

.post-loader .line-spin-fade-loader > div {
    position: absolute;
    width: 5px;
    height: 15px;
    margin: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-loader .triangle-skew-spin > div {
    width: 0;
    height: 0;
    -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;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
}

.post-loader .square-spin > div {
    width: 50px;
    height: 50px;
    -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;
    border: 1px solid red;
    background: #fff;
}

.post-loader .pacman {
    position: relative;
}

.post-loader .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -.66s infinite linear;
    animation: pacman-balls 1s -.66s infinite linear;
}

.post-loader .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -.33s infinite linear;
    animation: pacman-balls 1s -.33s infinite linear;
}

.post-loader .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear;
}

.post-loader .pacman > div:first-of-type {
    position: relative;
    left: -30px;
    width: 0;
    height: 0;
    -webkit-animation: rotate_pacman_half_up .5s 0s infinite;
    animation: rotate_pacman_half_up .5s 0s infinite;
    border-top: 25px solid #fff;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    border-left: 25px solid #fff;
    border-radius: 25px;
}

.post-loader .pacman > div:nth-child(2) {
    position: relative;
    left: -30px;
    width: 0;
    height: 0;
    margin-top: -50px;
    -webkit-animation: rotate_pacman_half_down .5s 0s infinite;
    animation: rotate_pacman_half_down .5s 0s infinite;
    border-top: 25px solid #fff;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    border-left: 25px solid #fff;
    border-radius: 25px;
}

.post-loader .pacman > div:nth-child(3),
.post-loader .pacman > div:nth-child(4),
.post-loader .pacman > div:nth-child(5),
.post-loader .pacman > div:nth-child(6) {
    position: absolute;
    top: 25px;
    left: 70px;
    width: 10px;
    height: 10px;
    margin: 2px;
    -webkit-transform: translate(0,-6.25px);
    transform: translate(0,-6.25px);
    border-radius: 100%;
    background-color: #fff;
}

.post-loader .cube-transition {
    position: relative;
    -webkit-transform: translate(-25px,-25px);
    transform: translate(-25px,-25px);
}

.post-loader .cube-transition > div {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
    animation: cube-transition 1.6s 0s infinite ease-in-out;
    background-color: #fff;
}

.post-loader .cube-transition > div:last-child {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

.post-loader .semi-circle-spin {
    position: relative;
    overflow: hidden;
    width: 35px;
    height: 35px;
}

.post-loader .semi-circle-spin > div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: spin-rotate .6s 0s infinite linear;
    animation: spin-rotate .6s 0s infinite linear;
    border-width: 0;
    border-radius: 100%;
    background-image: linear-gradient(transparent 0,transparent 70%,#fff 30%,#fff 100%);
}

.post-loader .loader-inner.ball-clip-rotate-multiple > div:first-child {
    transition: all .5s;
    border-color: transparent #00a6d4;
}

.post-loader .loader-inner.ball-clip-rotate-multiple > div:last-child {
    transition: all .5s;
    border-color: transparent #008836;
}

.post-loader .loader-inner.ball-clip-rotate-multiple > div:nth-child(2) {
    transition: all .5s;
    border-color: transparent #fabb00;
}

.post-loader .loader-inner.ball-clip-rotate-multiple.fadeCircle > div:first-child {
    transition: all .5s;
    border-color: transparent #5ec5ed;
}

.post-loader .loader-inner.ball-clip-rotate-multiple.fadeCircle > div:last-child {
    transition: all .5s;
    border-color: transparent #1fa22e;
}

.post-loader .loader-inner.ball-clip-rotate-multiple.fadeCircle > div:nth-child(2) {
    transition: all .5s;
    border-color: transparent #ffed00;
}

.post-loader .ball-clip-rotate-multiple > div:first-child {
    top: -30px;
    left: -30px;
    width: 55px;
    height: 55px;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.post-loader .ball-clip-rotate-multiple > div:nth-child(2) {
    top: -20px;
    left: -20px;
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    border-color: #fff transparent;
}

.post-loader .ball-clip-rotate-multiple > div:last-child {
    top: -13px;
    left: -12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    border-color: #fff transparent;
}

.circular-gauge .gauge.p100 .slice,
.circular-gauge .gauge.p51 .slice,
.circular-gauge .gauge.p52 .slice,
.circular-gauge .gauge.p53 .slice,
.circular-gauge .gauge.p54 .slice,
.circular-gauge .gauge.p55 .slice,
.circular-gauge .gauge.p56 .slice,
.circular-gauge .gauge.p57 .slice,
.circular-gauge .gauge.p58 .slice,
.circular-gauge .gauge.p59 .slice,
.circular-gauge .gauge.p60 .slice,
.circular-gauge .gauge.p61 .slice,
.circular-gauge .gauge.p62 .slice,
.circular-gauge .gauge.p63 .slice,
.circular-gauge .gauge.p64 .slice,
.circular-gauge .gauge.p65 .slice,
.circular-gauge .gauge.p66 .slice,
.circular-gauge .gauge.p67 .slice,
.circular-gauge .gauge.p68 .slice,
.circular-gauge .gauge.p69 .slice,
.circular-gauge .gauge.p70 .slice,
.circular-gauge .gauge.p71 .slice,
.circular-gauge .gauge.p72 .slice,
.circular-gauge .gauge.p73 .slice,
.circular-gauge .gauge.p74 .slice,
.circular-gauge .gauge.p75 .slice,
.circular-gauge .gauge.p76 .slice,
.circular-gauge .gauge.p77 .slice,
.circular-gauge .gauge.p78 .slice,
.circular-gauge .gauge.p79 .slice,
.circular-gauge .gauge.p80 .slice,
.circular-gauge .gauge.p81 .slice,
.circular-gauge .gauge.p82 .slice,
.circular-gauge .gauge.p83 .slice,
.circular-gauge .gauge.p84 .slice,
.circular-gauge .gauge.p85 .slice,
.circular-gauge .gauge.p86 .slice,
.circular-gauge .gauge.p87 .slice,
.circular-gauge .gauge.p88 .slice,
.circular-gauge .gauge.p89 .slice,
.circular-gauge .gauge.p90 .slice,
.circular-gauge .gauge.p91 .slice,
.circular-gauge .gauge.p92 .slice,
.circular-gauge .gauge.p93 .slice,
.circular-gauge .gauge.p94 .slice,
.circular-gauge .gauge.p95 .slice,
.circular-gauge .gauge.p96 .slice,
.circular-gauge .gauge.p97 .slice,
.circular-gauge .gauge.p98 .slice,
.circular-gauge .gauge.p99 .slice,
.rect-auto {
    clip: rect(auto,auto,auto,auto);
}

.circular-gauge .gauge .bar,
.pie {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.circular-gauge .gauge .bar,
.circular-gauge .gauge.p100 .fill,
.circular-gauge .gauge.p51 .fill,
.circular-gauge .gauge.p52 .fill,
.circular-gauge .gauge.p53 .fill,
.circular-gauge .gauge.p54 .fill,
.circular-gauge .gauge.p55 .fill,
.circular-gauge .gauge.p56 .fill,
.circular-gauge .gauge.p57 .fill,
.circular-gauge .gauge.p58 .fill,
.circular-gauge .gauge.p59 .fill,
.circular-gauge .gauge.p60 .fill,
.circular-gauge .gauge.p61 .fill,
.circular-gauge .gauge.p62 .fill,
.circular-gauge .gauge.p63 .fill,
.circular-gauge .gauge.p64 .fill,
.circular-gauge .gauge.p65 .fill,
.circular-gauge .gauge.p66 .fill,
.circular-gauge .gauge.p67 .fill,
.circular-gauge .gauge.p68 .fill,
.circular-gauge .gauge.p69 .fill,
.circular-gauge .gauge.p70 .fill,
.circular-gauge .gauge.p71 .fill,
.circular-gauge .gauge.p72 .fill,
.circular-gauge .gauge.p73 .fill,
.circular-gauge .gauge.p74 .fill,
.circular-gauge .gauge.p75 .fill,
.circular-gauge .gauge.p76 .fill,
.circular-gauge .gauge.p77 .fill,
.circular-gauge .gauge.p78 .fill,
.circular-gauge .gauge.p79 .fill,
.circular-gauge .gauge.p80 .fill,
.circular-gauge .gauge.p81 .fill,
.circular-gauge .gauge.p82 .fill,
.circular-gauge .gauge.p83 .fill,
.circular-gauge .gauge.p84 .fill,
.circular-gauge .gauge.p85 .fill,
.circular-gauge .gauge.p86 .fill,
.circular-gauge .gauge.p87 .fill,
.circular-gauge .gauge.p88 .fill,
.circular-gauge .gauge.p89 .fill,
.circular-gauge .gauge.p90 .fill,
.circular-gauge .gauge.p91 .fill,
.circular-gauge .gauge.p92 .fill,
.circular-gauge .gauge.p93 .fill,
.circular-gauge .gauge.p94 .fill,
.circular-gauge .gauge.p95 .fill,
.circular-gauge .gauge.p96 .fill,
.circular-gauge .gauge.p97 .fill,
.circular-gauge .gauge.p98 .fill,
.circular-gauge .gauge.p99 .fill,
.pie {
    position: absolute;
    clip: rect(0,.5em,1em,0);
    width: .84em;
    height: .84em;
    border: .08em solid #00a6d4;
    border-radius: 50%;
}

.circular-gauge .gauge.p100 .bar:after,
.circular-gauge .gauge.p100 .fill,
.circular-gauge .gauge.p51 .bar:after,
.circular-gauge .gauge.p51 .fill,
.circular-gauge .gauge.p52 .bar:after,
.circular-gauge .gauge.p52 .fill,
.circular-gauge .gauge.p53 .bar:after,
.circular-gauge .gauge.p53 .fill,
.circular-gauge .gauge.p54 .bar:after,
.circular-gauge .gauge.p54 .fill,
.circular-gauge .gauge.p55 .bar:after,
.circular-gauge .gauge.p55 .fill,
.circular-gauge .gauge.p56 .bar:after,
.circular-gauge .gauge.p56 .fill,
.circular-gauge .gauge.p57 .bar:after,
.circular-gauge .gauge.p57 .fill,
.circular-gauge .gauge.p58 .bar:after,
.circular-gauge .gauge.p58 .fill,
.circular-gauge .gauge.p59 .bar:after,
.circular-gauge .gauge.p59 .fill,
.circular-gauge .gauge.p60 .bar:after,
.circular-gauge .gauge.p60 .fill,
.circular-gauge .gauge.p61 .bar:after,
.circular-gauge .gauge.p61 .fill,
.circular-gauge .gauge.p62 .bar:after,
.circular-gauge .gauge.p62 .fill,
.circular-gauge .gauge.p63 .bar:after,
.circular-gauge .gauge.p63 .fill,
.circular-gauge .gauge.p64 .bar:after,
.circular-gauge .gauge.p64 .fill,
.circular-gauge .gauge.p65 .bar:after,
.circular-gauge .gauge.p65 .fill,
.circular-gauge .gauge.p66 .bar:after,
.circular-gauge .gauge.p66 .fill,
.circular-gauge .gauge.p67 .bar:after,
.circular-gauge .gauge.p67 .fill,
.circular-gauge .gauge.p68 .bar:after,
.circular-gauge .gauge.p68 .fill,
.circular-gauge .gauge.p69 .bar:after,
.circular-gauge .gauge.p69 .fill,
.circular-gauge .gauge.p70 .bar:after,
.circular-gauge .gauge.p70 .fill,
.circular-gauge .gauge.p71 .bar:after,
.circular-gauge .gauge.p71 .fill,
.circular-gauge .gauge.p72 .bar:after,
.circular-gauge .gauge.p72 .fill,
.circular-gauge .gauge.p73 .bar:after,
.circular-gauge .gauge.p73 .fill,
.circular-gauge .gauge.p74 .bar:after,
.circular-gauge .gauge.p74 .fill,
.circular-gauge .gauge.p75 .bar:after,
.circular-gauge .gauge.p75 .fill,
.circular-gauge .gauge.p76 .bar:after,
.circular-gauge .gauge.p76 .fill,
.circular-gauge .gauge.p77 .bar:after,
.circular-gauge .gauge.p77 .fill,
.circular-gauge .gauge.p78 .bar:after,
.circular-gauge .gauge.p78 .fill,
.circular-gauge .gauge.p79 .bar:after,
.circular-gauge .gauge.p79 .fill,
.circular-gauge .gauge.p80 .bar:after,
.circular-gauge .gauge.p80 .fill,
.circular-gauge .gauge.p81 .bar:after,
.circular-gauge .gauge.p81 .fill,
.circular-gauge .gauge.p82 .bar:after,
.circular-gauge .gauge.p82 .fill,
.circular-gauge .gauge.p83 .bar:after,
.circular-gauge .gauge.p83 .fill,
.circular-gauge .gauge.p84 .bar:after,
.circular-gauge .gauge.p84 .fill,
.circular-gauge .gauge.p85 .bar:after,
.circular-gauge .gauge.p85 .fill,
.circular-gauge .gauge.p86 .bar:after,
.circular-gauge .gauge.p86 .fill,
.circular-gauge .gauge.p87 .bar:after,
.circular-gauge .gauge.p87 .fill,
.circular-gauge .gauge.p88 .bar:after,
.circular-gauge .gauge.p88 .fill,
.circular-gauge .gauge.p89 .bar:after,
.circular-gauge .gauge.p89 .fill,
.circular-gauge .gauge.p90 .bar:after,
.circular-gauge .gauge.p90 .fill,
.circular-gauge .gauge.p91 .bar:after,
.circular-gauge .gauge.p91 .fill,
.circular-gauge .gauge.p92 .bar:after,
.circular-gauge .gauge.p92 .fill,
.circular-gauge .gauge.p93 .bar:after,
.circular-gauge .gauge.p93 .fill,
.circular-gauge .gauge.p94 .bar:after,
.circular-gauge .gauge.p94 .fill,
.circular-gauge .gauge.p95 .bar:after,
.circular-gauge .gauge.p95 .fill,
.circular-gauge .gauge.p96 .bar:after,
.circular-gauge .gauge.p96 .fill,
.circular-gauge .gauge.p97 .bar:after,
.circular-gauge .gauge.p97 .fill,
.circular-gauge .gauge.p98 .bar:after,
.circular-gauge .gauge.p98 .fill,
.circular-gauge .gauge.p99 .bar:after,
.circular-gauge .gauge.p99 .fill,
.pie-fill {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circular-gauge .gauge,
.circular-gauge.is-double {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
}

.circular-gauge.is-double .gauge > span {
    top: -7px;
}

.circular-gauge.is-double .gauge + .gauge {
    font-size: calc(80px - 17px);
    position: absolute;
    top: 8.5px;
    left: 8.4px;
}

.circular-gauge.is-double .gauge + .gauge > span {
    top: 7px;
}

.circular-gauge.is-double.is-small {
    width: 60px;
    height: 60px;
}

.circular-gauge.is-double.is-small .gauge {
    font-size: 60px;
}

.circular-gauge.is-double.is-small .gauge > span {
    font-size: 11px;
    top: -5px;
}

.circular-gauge.is-double.is-small .gauge + .gauge {
    font-size: calc(60px - 12px)!important;
    position: absolute;
    top: 6px!important;
    left: 6px!important;
}

.circular-gauge.is-double.is-small .gauge + .gauge > span {
    top: 5px;
}

.circular-gauge.is-double.is-big {
    width: 100px;
    height: 100px;
}

.circular-gauge.is-double.is-big .gauge {
    font-size: 100px;
}

.circular-gauge.is-double.is-big .gauge > span {
    font-size: 18px;
    top: -8px;
}

.circular-gauge.is-double.is-big .gauge + .gauge {
    font-size: calc(100px - 22px)!important;
    position: absolute;
    top: 11px!important;
    left: 11px!important;
}

.circular-gauge.is-double.is-big .gauge + .gauge > span {
    top: 8px;
}

.circular-gauge .gauge.is-hoverable:hover,
.circular-gauge.is-double.is-hoverable .gauge:hover,
.circular-gauge.is-double.is-hoverable + .gauge:hover {
    cursor: default;
}

.circular-gauge.is-double.is-hoverable .gauge:hover > span,
.circular-gauge.is-double.is-hoverable + .gauge:hover > span {
    font-size: 20px;
    color: #00a6d4;
}

.circular-gauge.is-double.is-left {
    float: left;
}

.circular-gauge.is-double.is-center {
    float: none;
    margin: 0 auto;
}

.circular-gauge.is-double.is-right {
    float: right;
}

.circular-gauge .gauge {
    font-size: 80px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #f6fafe;
}

.circular-gauge .gauge *,
.circular-gauge .gauge :after,
.circular-gauge .gauge :before {
    box-sizing: content-box;
}

.circular-gauge .gauge.is-left {
    float: left;
}

.circular-gauge .gauge.is-center {
    float: none;
    margin: 0 auto;
}

.circular-gauge .gauge.is-right {
    float: right;
}

.circular-gauge .gauge.is-small {
    font-size: 60px;
}

.circular-gauge .gauge.is-small > span {
    font-size: 11px!important;
}

.circular-gauge .gauge.is-big {
    font-size: 100px;
}

.circular-gauge .gauge.is-big > span {
    font-size: 18px!important;
}

.circular-gauge .gauge.is-hoverable:hover > span {
    font-size: .3em;
    color: #00a6d4;
}

.circular-gauge .gauge.is-hoverable:hover:after {
    top: .04em;
    left: .04em;
    width: .92em;
    height: .92em;
}

.circular-gauge .gauge.is-purple-ube {
    background-color: rgba(136,131,188,.2);
}

.circular-gauge .gauge.is-purple-ube .bar,
.circular-gauge .gauge.is-purple-ube .fill {
    border-color: #8883bc!important;
}

.circular-gauge .gauge.is-purple-ube > span {
    color: #8883bc!important;
}

.circular-gauge .gauge.is-green-pinetree {
    background-color: #f3fbf6;
}

.circular-gauge .gauge.is-green-pinetree .bar,
.circular-gauge .gauge.is-green-pinetree .fill {
    border-color: #008836!important;
}

.circular-gauge .gauge.is-green-pinetree > span {
    color: #008836!important;
}

.circular-gauge .gauge.is-yellow-mustard {
    background-color: #fffbf3;
}

.circular-gauge .gauge.is-yellow-mustard .bar,
.circular-gauge .gauge.is-yellow-mustard .fill {
    border-color: #fabb00!important;
}

.circular-gauge .gauge.is-yellow-mustard > span {
    color: #fabb00!important;
}

.circular-gauge .gauge.is-orange-carrot {
    background-color: #fff7f0;
}

.circular-gauge .gauge.is-orange-carrot .bar,
.circular-gauge .gauge.is-orange-carrot .fill {
    border-color: #ff8400!important;
}

.circular-gauge .gauge.is-orange-carrot > span {
    color: #ff8400!important;
}

.circular-gauge .gauge.is-red-blood {
    background-color: #fdf6f6;
}

.circular-gauge .gauge.is-red-blood .bar,
.circular-gauge .gauge.is-red-blood .fill {
    border-color: #ed1c24!important;
}

.circular-gauge .gauge.is-red-blood > span,
.circular-gauge .gauge > span.text-red-blood {
    color: #ed1c24!important;
}

.circular-gauge .gauge:hover {
    cursor: default;
}

.circular-gauge .gauge:after,
.circular-gauge .gauge > span {
    position: absolute;
    transition-duration: .2s;
    transition-property: all;
}

.circular-gauge .gauge > span {
    font-size: 12px;
    line-height: 1;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    transition-timing-function: ease-out;
    text-align: center;
    white-space: nowrap;
    color: #00a6d4;
    justify-content: center;
}

.circular-gauge .gauge:after {
    top: .08em;
    left: .08em;
    display: block;
    width: .84em;
    height: .84em;
    content: ' ';
    transition-timing-function: ease-in;
    border-radius: 50%;
    background-color: #fff;
}

.circular-gauge .gauge .slice {
    position: absolute;
    clip: rect(0,1em,1em,.5em);
    width: 1em;
    height: 1em;
}

.circular-gauge .gauge.p1 .bar {
    -webkit-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.circular-gauge .gauge.p2 .bar {
    -webkit-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.circular-gauge .gauge.p3 .bar {
    -webkit-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.circular-gauge .gauge.p4 .bar {
    -webkit-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.circular-gauge .gauge.p5 .bar {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
}

.circular-gauge .gauge.p6 .bar {
    -webkit-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.circular-gauge .gauge.p7 .bar {
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.circular-gauge .gauge.p8 .bar {
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.circular-gauge .gauge.p9 .bar {
    -webkit-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.circular-gauge .gauge.p10 .bar {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
}

.circular-gauge .gauge.p11 .bar {
    -webkit-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.circular-gauge .gauge.p12 .bar {
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.circular-gauge .gauge.p13 .bar {
    -webkit-transform: rotate(46.800000000000004deg);
    transform: rotate(46.800000000000004deg);
}

.circular-gauge .gauge.p14 .bar {
    -webkit-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.circular-gauge .gauge.p15 .bar {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
}

.circular-gauge .gauge.p16 .bar {
    -webkit-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.circular-gauge .gauge.p17 .bar {
    -webkit-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.circular-gauge .gauge.p18 .bar {
    -webkit-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.circular-gauge .gauge.p19 .bar {
    -webkit-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.circular-gauge .gauge.p20 .bar {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
}

.circular-gauge .gauge.p21 .bar {
    -webkit-transform: rotate(75.60000000000001deg);
    transform: rotate(75.60000000000001deg);
}

.circular-gauge .gauge.p22 .bar {
    -webkit-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.circular-gauge .gauge.p23 .bar {
    -webkit-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.circular-gauge .gauge.p24 .bar {
    -webkit-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.circular-gauge .gauge.p25 .bar {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circular-gauge .gauge.p26 .bar {
    -webkit-transform: rotate(93.60000000000001deg);
    transform: rotate(93.60000000000001deg);
}

.circular-gauge .gauge.p27 .bar {
    -webkit-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.circular-gauge .gauge.p28 .bar {
    -webkit-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.circular-gauge .gauge.p29 .bar {
    -webkit-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.circular-gauge .gauge.p30 .bar {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
}

.circular-gauge .gauge.p31 .bar {
    -webkit-transform: rotate(111.60000000000001deg);
    transform: rotate(111.60000000000001deg);
}

.circular-gauge .gauge.p32 .bar {
    -webkit-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.circular-gauge .gauge.p33 .bar {
    -webkit-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.circular-gauge .gauge.p34 .bar {
    -webkit-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.circular-gauge .gauge.p35 .bar {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
}

.circular-gauge .gauge.p36 .bar {
    -webkit-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.circular-gauge .gauge.p37 .bar {
    -webkit-transform: rotate(133.20000000000002deg);
    transform: rotate(133.20000000000002deg);
}

.circular-gauge .gauge.p38 .bar {
    -webkit-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.circular-gauge .gauge.p39 .bar {
    -webkit-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.circular-gauge .gauge.p40 .bar {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
}

.circular-gauge .gauge.p41 .bar {
    -webkit-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.circular-gauge .gauge.p42 .bar {
    -webkit-transform: rotate(151.20000000000002deg);
    transform: rotate(151.20000000000002deg);
}

.circular-gauge .gauge.p43 .bar {
    -webkit-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.circular-gauge .gauge.p44 .bar {
    -webkit-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.circular-gauge .gauge.p45 .bar {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
}

.circular-gauge .gauge.p46 .bar {
    -webkit-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.circular-gauge .gauge.p47 .bar {
    -webkit-transform: rotate(169.20000000000002deg);
    transform: rotate(169.20000000000002deg);
}

.circular-gauge .gauge.p48 .bar {
    -webkit-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.circular-gauge .gauge.p49 .bar {
    -webkit-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.circular-gauge .gauge.p50 .bar {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circular-gauge .gauge.p51 .bar {
    -webkit-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
}

.circular-gauge .gauge.p52 .bar {
    -webkit-transform: rotate(187.20000000000002deg);
    transform: rotate(187.20000000000002deg);
}

.circular-gauge .gauge.p53 .bar {
    -webkit-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
}

.circular-gauge .gauge.p54 .bar {
    -webkit-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
}

.circular-gauge .gauge.p55 .bar {
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg);
}

.circular-gauge .gauge.p56 .bar {
    -webkit-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
}

.circular-gauge .gauge.p57 .bar {
    -webkit-transform: rotate(205.20000000000002deg);
    transform: rotate(205.20000000000002deg);
}

.circular-gauge .gauge.p58 .bar {
    -webkit-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
}

.circular-gauge .gauge.p59 .bar {
    -webkit-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
}

.circular-gauge .gauge.p60 .bar {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
}

.circular-gauge .gauge.p61 .bar {
    -webkit-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
}

.circular-gauge .gauge.p62 .bar {
    -webkit-transform: rotate(223.20000000000002deg);
    transform: rotate(223.20000000000002deg);
}

.circular-gauge .gauge.p63 .bar {
    -webkit-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
}

.circular-gauge .gauge.p64 .bar {
    -webkit-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
}

.circular-gauge .gauge.p65 .bar {
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
}

.circular-gauge .gauge.p66 .bar {
    -webkit-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}

.circular-gauge .gauge.p67 .bar {
    -webkit-transform: rotate(241.20000000000002deg);
    transform: rotate(241.20000000000002deg);
}

.circular-gauge .gauge.p68 .bar {
    -webkit-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
}

.circular-gauge .gauge.p69 .bar {
    -webkit-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
}

.circular-gauge .gauge.p70 .bar {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
}

.circular-gauge .gauge.p71 .bar {
    -webkit-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
}

.circular-gauge .gauge.p72 .bar {
    -webkit-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
}

.circular-gauge .gauge.p73 .bar {
    -webkit-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
}

.circular-gauge .gauge.p74 .bar {
    -webkit-transform: rotate(266.40000000000003deg);
    transform: rotate(266.40000000000003deg);
}

.circular-gauge .gauge.p75 .bar {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.circular-gauge .gauge.p76 .bar {
    -webkit-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
}

.circular-gauge .gauge.p77 .bar {
    -webkit-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
}

.circular-gauge .gauge.p78 .bar {
    -webkit-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
}

.circular-gauge .gauge.p79 .bar {
    -webkit-transform: rotate(284.40000000000003deg);
    transform: rotate(284.40000000000003deg);
}

.circular-gauge .gauge.p80 .bar {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
}

.circular-gauge .gauge.p81 .bar {
    -webkit-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
}

.circular-gauge .gauge.p82 .bar {
    -webkit-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
}

.circular-gauge .gauge.p83 .bar {
    -webkit-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
}

.circular-gauge .gauge.p84 .bar {
    -webkit-transform: rotate(302.40000000000003deg);
    transform: rotate(302.40000000000003deg);
}

.circular-gauge .gauge.p85 .bar {
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
}

.circular-gauge .gauge.p86 .bar {
    -webkit-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
}

.circular-gauge .gauge.p87 .bar {
    -webkit-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
}

.circular-gauge .gauge.p88 .bar {
    -webkit-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
}

.circular-gauge .gauge.p89 .bar {
    -webkit-transform: rotate(320.40000000000003deg);
    transform: rotate(320.40000000000003deg);
}

.circular-gauge .gauge.p90 .bar {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
}

.circular-gauge .gauge.p91 .bar {
    -webkit-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
}

.circular-gauge .gauge.p92 .bar {
    -webkit-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
}

.circular-gauge .gauge.p93 .bar {
    -webkit-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
}

.circular-gauge .gauge.p94 .bar {
    -webkit-transform: rotate(338.40000000000003deg);
    transform: rotate(338.40000000000003deg);
}

.circular-gauge .gauge.p95 .bar {
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg);
}

.circular-gauge .gauge.p96 .bar {
    -webkit-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
}

.circular-gauge .gauge.p97 .bar {
    -webkit-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
}

.circular-gauge .gauge.p98 .bar {
    -webkit-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
}

.circular-gauge .gauge.p99 .bar {
    -webkit-transform: rotate(356.40000000000003deg);
    transform: rotate(356.40000000000003deg);
}

.circular-gauge .gauge.p100 .bar {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.circular-gauge .gauge > span,
.labeled-div .ld-header,
.labeled-icon {
    display: flex;
    width: 100%;
    align-items: center;
}

.labeled-div .ld-header.is-justify-space-between {
    justify-content: space-between;
}

.labeled-div .ld-header.is-justify-space-around {
    justify-content: space-around;
}

.labeled-div .ld-header.is-justify-center {
    justify-content: center;
}

.labeled-div .ld-header.is-justify-start {
    justify-content: flex-start;
}

.labeled-div .ld-header.is-justify-end {
    justify-content: flex-end;
}

.labeled-div .ld-header .align-self-start {
    align-self: flex-start;
}

.labeled-div .ld-header .align-self-end {
    align-self: flex-end;
}

.labeled-div .ld-header .can-grow {
    flex-grow: 1;
}

.labeled-div .ld-header .can-shrink {
    flex-shrink: 1;
}

.labeled-div .ld-header .ld-title {
    font-size: 12px;
    color: #999;
}

.labeled-div .ld-content {
    width: 100%;
    margin-top: 5px;
}

.labeled-icon {
    line-height: 1.2;
    flex-direction: column;
    width: 80px;
}

.labeled-icon i {
    font-size: 22px;
}

.labeled-icon span {
    font-size: 10px;
    text-align: center;
}

.info-block {
    position: relative;
    display: flex;
    align-items: stretch;
}

.info-block.with-icon-center {
    align-items: center;
}

.info-block .ib-icon {
    font-size: 20px;
    line-height: 1;
    padding-right: 10px;
    flex-shrink: 0;
}

.info-block .ib-content {
    line-height: 1.2;
    padding-top: 1px;
    flex-grow: 1;
}
