@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px)
    }

    to {
        -webkit-transform: translateX(0)
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px)
    }

    to {
        -webkit-transform: translateX(0)
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scale(1) rotate(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(2d8017489da689caedc1.preload.woff2) format("woff2")
}


.material-icons {
    display: inline-block;
    font-family: "Material Icons", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@font-face {
    font-family: "FontAwesome";
    src: url(03605b2467d43a9f4c63.eot);
    src: url(03605b2467d43a9f4c63.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(fb685a7c7e4aae2d4d71.woff2) format("woff2"), url(c589f72df384e3ef078b.woff) format("woff"), url(45f9f92a5bfbad4be12f.ttf) format("truetype"), url(d0ba16d89d53283e819b.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.bootstrap #carrier_wizard .wizard_error::before,
.bootstrap #dashboard .loading .data_value::before,
.bootstrap #employee-thumbnail::before,
.bootstrap .alert.alert-addons::before,
.bootstrap .alert.alert-danger::before,
.bootstrap .alert.alert-info::before,
.bootstrap .alert.alert-message::before,
.bootstrap .alert.alert-onboarding::before,
.bootstrap .alert.alert-success::before,
.bootstrap .alert.alert-warning::before,
.bootstrap .table td.dragHandle .dragGroup::before,
.chosen-container-single .chosen-search::before,
.chosen-container-single .chosen-single div b,
.icon,
.mce-ico {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

[class^=icon-],
[class^=process-icon-] {
    display: inline-block;
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

[class^=icon-] {
    font-size: inherit
}

.icon-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.icon-2x,
[class^=icon-Admin],
[class^=process-icon-] {
    font-size: 2em
}

.icon-3x {
    font-size: 3em
}

.icon-4x {
    font-size: 4em
}

.icon-5x {
    font-size: 5em
}

.icon-fw,
[class^=icon-Admin],
[class^=process-icon-] {
    width: 1.2857142857em;
    text-align: center
}

.icon-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.icon-ul>li {
    position: relative
}

.icon-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.icon-li.icon-lg {
    left: -1.8571428571em
}

.icon-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

/*
.bootstrap #carrier_wizard .pull-left.wizard_error::before,
.bootstrap #dashboard .loading .pull-left.data_value::before,
.bootstrap .pull-left#employee-thumbnail::before,
.bootstrap .pull-left.alert.alert-addons::before,
.bootstrap .pull-left.alert.alert-danger::before,
.bootstrap .pull-left.alert.alert-info::before,
.bootstrap .pull-left.alert.alert-message::before,
.bootstrap .pull-left.alert.alert-onboarding::before,
.bootstrap .pull-left.alert.alert-success::before,
.bootstrap .pull-left.alert.alert-warning::before,
.bootstrap .table td.dragHandle .pull-left.dragGroup::before,
.chosen-container-single .chosen-single div b.pull-left,
.chosen-container-single .pull-left.chosen-search::before,
.icon.pull-left,
.pull-left.mce-ico,
.pull-left[class^=icon-],
.pull-left[class^=process-icon-] {
    margin-right: .3em
}

.bootstrap #carrier_wizard .pull-right.wizard_error::before,
.bootstrap #dashboard .loading .pull-right.data_value::before,
.bootstrap .pull-right#employee-thumbnail::before,
.bootstrap .pull-right.alert.alert-addons::before,
.bootstrap .pull-right.alert.alert-danger::before,
.bootstrap .pull-right.alert.alert-info::before,
.bootstrap .pull-right.alert.alert-message::before,
.bootstrap .pull-right.alert.alert-onboarding::before,
.bootstrap .pull-right.alert.alert-success::before,
.bootstrap .pull-right.alert.alert-warning::before,
.bootstrap .table td.dragHandle .pull-right.dragGroup::before,
.chosen-container-single .chosen-single div b.pull-right,
.chosen-container-single .pull-right.chosen-search::before,
.icon.pull-right,
.pull-right.mce-ico,
.pull-right[class^=icon-],
.pull-right[class^=process-icon-] {
    margin-left: .3em
}

#content .process-icon-loading,
.bootstrap #dashboard .loading .data_value::before,
.bootstrap #employee-thumbnail::before,
.icon-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.icon-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.icon-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.icon-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.icon-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .icon-flip-horizontal,
:root .icon-flip-vertical,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.icon-stack-1x,
.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.icon-stack-1x {
    line-height: inherit
}

.icon-stack-2x {
    font-size: 2em
}

.icon-inverse {
    color: #fff
}

.icon-glass::before {
    content: "ï€€"
}

.icon-music::before {
    content: "ï€"
}

.chosen-container-single .chosen-search::before,
.icon-AdminSearch::before,
.icon-search::before {
    content: "ï€‚"
}

#content .process-icon-envelope::before,
.icon-envelope-alt::before,
.icon-envelope-o::before {
    content: "ï€ƒ"
}

.icon-heart::before {
    content: "ï€„"
}

.icon-star::before {
    content: "ï€…"
}

.icon-star-empty::before,
.icon-star-o::before {
    content: "ï€†"
}

.icon-user::before {
    content: "ï€‡"
}

.icon-film::before {
    content: "ï€ˆ"
}

.icon-th-large::before {
    content: "ï€‰"
}

.icon-th::before {
    content: "ï€Š"
}

.icon-th-list::before {
    content: "ï€‹"
}

#content .process-icon-ok::before,
.icon-check::before {
    content: "ï€Œ"
}

#content .process-icon-cancel::before,
.icon-close::before,
.icon-remove::before,
.icon-times::before {
    content: "ï€"
}

.icon-search-plus::before,
.icon-zoom-in::before {
    content: "ï€Ž"
}

.icon-search-minus::before,
.icon-zoom-out::before {
    content: "ï€"
}

#content .process-icon-off::before,
#content .process-icon-power::before,
.icon-off::before,
.icon-power-off::before {
    content: "ï€‘"
}

.icon-signal::before {
    content: "ï€’"
}

#content .process-icon-configure::before,
.icon-AdminAdmin::before,
.icon-cog::before,
.icon-gear::before {
    content: "ï€“"
}

.icon-trash-o::before {
    content: "ï€”"
}

.icon-home::before {
    content: "ï€•"
}

.icon-file-alt::before,
.icon-file-o::before {
    content: "ï€–"
}

.icon-clock-o::before,
.icon-time::before {
    content: "ï€—"
}

.icon-road::before {
    content: "ï€˜"
}

#content .process-icon-download-alt::before,
#content .process-icon-save-date::before,
#content .process-icon-save-status::before,
.icon-arrow-circle-o-down::before,
.icon-download-alt::before,
.icon-download::before {
    content: "ï€š"
}

.icon-arrow-circle-o-up::before {
    content: "ï€›"
}

.icon-inbox::before {
    content: "ï€œ"
}

.icon-play-circle-o::before {
    content: "ï€"
}

.icon-repeat::before,
.icon-rotate-right::before {
    content: "ï€ž"
}

#content .process-icon-refresh::before,
#content .process-icon-update::before,
.bootstrap #dashboard .loading .data_value::before,
.bootstrap #employee-thumbnail::before,
.icon-refresh::before {
    content: "ï€¡"
}

.icon-list-alt::before {
    content: "ï€¢"
}

.icon-lock::before {
    content: "ï€£"
}

.icon-flag::before {
    content: "ï€¤"
}

.icon-headphones::before {
    content: "ï€¥"
}

.icon-volume-off::before {
    content: "ï€¦"
}

.icon-volume-down::before {
    content: "ï€§"
}

.icon-volume-up::before {
    content: "ï€¨"
}

.icon-qrcode::before {
    content: "ï€©"
}

.icon-barcode::before {
    content: "ï€ª"
}

.icon-tag::before {
    content: "ï€«"
}

.icon-AdminPriceRule::before,
.icon-tags::before {
    content: "ï€¬"
}

.icon-AdminCatalog::before,
.icon-book::before {
    content: "ï€­"
}

.icon-bookmark::before {
    content: "ï€®"
}

.icon-print::before {
    content: "ï€¯"
}

.icon-camera::before {
    content: "ï€°"
}

.icon-font::before {
    content: "ï€±"
}

.icon-bold::before {
    content: "ï€²"
}

.icon-italic::before {
    content: "ï€³"
}

.icon-text-height::before {
    content: "ï€´"
}

.icon-text-width::before {
    content: "ï€µ"
}

.icon-align-left::before {
    content: "ï€¶"
}

.icon-align-center::before {
    content: "ï€·"
}

.icon-align-right::before {
    content: "ï€¸"
}

.icon-align-justify::before {
    content: "ï€¹"
}

.icon-list::before {
    content: "ï€º"
}

.icon-dedent::before,
.icon-indent-left::before,
.icon-outdent::before {
    content: "ï€»"
}

.icon-indent-right::before,
.icon-indent::before {
    content: "ï€¼"
}

.icon-facetime-video::before,
.icon-video-camera::before {
    content: "ï€½"
}

.icon-image::before,
.icon-photo::before,
.icon-picture-o::before,
.icon-picture::before {
    content: "ï€¾"
}

.icon-pencil::before {
    content: "ï€"
}

.icon-map-marker::before {
    content: "ï"
}

.icon-adjust::before {
    content: "ï‚"
}

.icon-tint::before {
    content: "ïƒ"
}

#content .process-icon-edit::before,
.icon-edit::before,
.icon-pencil-square-o::before {
    content: "ï„"
}

.icon-share-square-o::before {
    content: "ï…"
}

.icon-check-square-o::before {
    content: "ï†"
}

.bootstrap .table td.dragHandle .dragGroup::before,
.icon-arrows::before,
.icon-move::before {
    content: "ï‡"
}

.icon-step-backward::before {
    content: "ïˆ"
}

.icon-fast-backward::before {
    content: "ï‰"
}

.icon-backward::before {
    content: "ïŠ"
}

.icon-play::before {
    content: "ï‹"
}

.icon-pause::before {
    content: "ïŒ"
}

.icon-stop::before {
    content: "ï"
}

.icon-forward::before {
    content: "ïŽ"
}

.icon-fast-forward::before {
    content: "ï"
}

.icon-step-forward::before {
    content: "ï‘"
}

.icon-eject::before {
    content: "ï’"
}

.icon-chevron-left::before {
    content: "ï“"
}

.icon-chevron-right::before {
    content: "ï”"
}

#content .process-icon-new-url::before,
#content .process-icon-new::before,
#content .process-icon-newAttributes::before,
#content .process-icon-newCombination.toolbar-new::before,
#content .process-icon-plus::before,
.icon-plus-circle::before,
.icon-plus-sign::before {
    content: "ï•"
}

#content .process-icon-minus::before,
#content .process-icon-newCombination.toolbar-cancel::before,
.icon-minus-circle::before,
.icon-minus-sign::before {
    content: "ï–"
}

#content .process-icon-close::before,
.icon-remove-sign::before,
.icon-times-circle::before {
    content: "ï—"
}

.bootstrap #carrier_wizard .alert-success.wizard_error::before,
.bootstrap .alert.alert-success::before,
.icon-check-circle::before,
.icon-ok-sign::before {
    content: "ï˜"
}

#content .process-icon-help-new::before,
#content .process-icon-help::before,
.bootstrap #carrier_wizard .alert-addons.wizard_error::before,
.bootstrap #carrier_wizard .alert-info.wizard_error::before,
.bootstrap #carrier_wizard .alert-onboarding.wizard_error::before,
.bootstrap .alert.alert-addons::before,
.bootstrap .alert.alert-info::before,
.bootstrap .alert.alert-onboarding::before,
.icon-question-circle::before,
.icon-question-sign::before {
    content: "ï™"
}

.icon-info-circle::before,
.icon-info-sign::before {
    content: "ïš"
}

.icon-crosshairs::before,
.icon-screenshot::before {
    content: "ï›"
}

.icon-remove-circle::before,
.icon-times-circle-o::before {
    content: "ïœ"
}

.icon-check-circle-o::before,
.icon-ok-circle::before {
    content: "ï"
}

.icon-ban::before {
    content: "ïž"
}

.icon-arrow-left::before {
    content: "ï "
}

.icon-arrow-right::before {
    content: "ï¡"
}

.icon-arrow-up::before {
    content: "ï¢"
}

.icon-arrow-down::before {
    content: "ï£"
}

.icon-mail-forward::before,
.icon-share::before {
    content: "ï¤"
}

#content .process-icon-expand::before,
.icon-expand::before,
.icon-resize-full::before {
    content: "ï¥"
}

#content .process-icon-compress::before,
.icon-compress::before,
.icon-resize-small::before {
    content: "ï¦"
}

#content .process-icon-new-module::before,
.icon-plus::before {
    content: "ï§"
}

.icon-minus::before {
    content: "ï¨"
}

.icon-asterisk::before {
    content: "ï©"
}

.bootstrap #carrier_wizard .alert-warning.wizard_error::before,
.bootstrap .alert.alert-warning::before,
.icon-exclamation-circle::before,
.icon-exclamation-sign::before {
    content: "ïª"
}

.icon-gift::before {
    content: "ï«"
}

.icon-leaf::before {
    content: "ï¬"
}

.icon-fire::before {
    content: "ï­"
}

#content .process-icon-preview::before,
#content .process-icon-previewURL::before,
.icon-eye-open::before,
.icon-eye::before {
    content: "ï®"
}

.icon-eye-close::before,
.icon-eye-slash::before {
    content: "ï°"
}

.bootstrap #carrier_wizard .wizard_error::before,
.bootstrap .alert.alert-danger::before,
.icon-exclamation-triangle::before,
.icon-warning-sign::before,
.icon-warning::before {
    content: "ï±"
}

.icon-plane::before {
    content: "ï²"
}

.icon-calendar::before {
    content: "ï³"
}

.icon-random::before {
    content: "ï´"
}

.bootstrap #carrier_wizard .alert-message.wizard_error::before,
.bootstrap .alert.alert-message::before,
.icon-comment::before {
    content: "ïµ"
}

.icon-magnet::before {
    content: "ï¶"
}

.icon-chevron-up::before {
    content: "ï·"
}

.icon-chevron-down::before {
    content: "ï¸"
}

.icon-retweet::before {
    content: "ï¹"
}

#content .process-icon-cart::before,
.icon-shopping-cart::before {
    content: "ïº"
}

.icon-folder-close::before,
.icon-folder::before {
    content: "ï»"
}

.icon-folder-open::before {
    content: "ï¼"
}

.icon-arrows-v::before,
.icon-resize-vertical::before {
    content: "ï½"
}

.icon-arrows-h::before,
.icon-resize-horizontal::before {
    content: "ï¾"
}

#content .process-icon-stats::before,
.icon-AdminParentStats::before,
.icon-bar-chart-o::before,
.icon-bar-chart::before {
    content: "ï‚€"
}

.icon-twitter-sign::before,
.icon-twitter-square::before {
    content: "ï‚"
}

.icon-facebook-sign::before,
.icon-facebook-square::before {
    content: "ï‚‚"
}

.icon-camera-retro::before {
    content: "ï‚ƒ"
}

.icon-key::before {
    content: "ï‚„"
}

#content .process-icon-cogs::before,
.icon-AdminTools::before,
.icon-cogs::before,
.icon-gears::before {
    content: "ï‚…"
}

.icon-comments::before {
    content: "ï‚†"
}

.icon-thumbs-o-up::before,
.icon-thumbs-up-alt::before {
    content: "ï‚‡"
}

.icon-thumbs-down-alt::before,
.icon-thumbs-o-down::before {
    content: "ï‚ˆ"
}

.icon-star-half::before {
    content: "ï‚‰"
}

.icon-heart-empty::before,
.icon-heart-o::before {
    content: "ï‚Š"
}

.icon-sign-out::before,
.icon-signout::before {
    content: "ï‚‹"
}

.icon-linkedin-sign::before,
.icon-linkedin-square::before {
    content: "ï‚Œ"
}

.icon-pushpin::before,
.icon-thumb-tack::before {
    content: "ï‚"
}

.icon-external-link::before {
    content: "ï‚Ž"
}

.icon-sign-in::before,
.icon-signin::before {
    content: "ï‚"
}

.icon-trophy::before {
    content: "ï‚‘"
}

.icon-github-sign::before,
.icon-github-square::before {
    content: "ï‚’"
}

.icon-upload-alt::before,
.icon-upload::before {
    content: "ï‚“"
}

.icon-lemon-o::before,
.icon-lemon::before {
    content: "ï‚”"
}

.icon-phone::before {
    content: "ï‚•"
}

.icon-check-empty::before,
.icon-square-o::before {
    content: "ï‚–"
}

.icon-bookmark-empty::before,
.icon-bookmark-o::before {
    content: "ï‚—"
}

.icon-phone-sign::before,
.icon-phone-square::before {
    content: "ï‚˜"
}

.icon-twitter::before {
    content: "ï‚™"
}

.icon-facebook-f::before,
.icon-facebook::before {
    content: "ï‚š"
}

.icon-github::before {
    content: "ï‚›"
}

.icon-unlock::before {
    content: "ï‚œ"
}

#content .process-icon-payment::before,
.icon-AdminParentOrders::before,
.icon-credit-card::before {
    content: "ï‚"
}

.icon-rss::before {
    content: "ï‚ž"
}

.icon-hdd-o::before,
.icon-hdd::before {
    content: "ï‚ "
}

.icon-bullhorn::before {
    content: "ï‚¡"
}

.icon-certificate::before {
    content: "ï‚£"
}

.icon-hand-o-right::before,
.icon-hand-right::before {
    content: "ï‚¤"
}

.icon-hand-left::before,
.icon-hand-o-left::before {
    content: "ï‚¥"
}

.icon-hand-o-up::before,
.icon-hand-up::before {
    content: "ï‚¦"
}

.icon-hand-down::before,
.icon-hand-o-down::before {
    content: "ï‚§"
}

#content .process-icon-back::before,
.icon-arrow-circle-left::before,
.icon-circle-arrow-left::before {
    content: "ï‚¨"
}

#content .process-icon-next::before,
.icon-arrow-circle-right::before,
.icon-circle-arrow-right::before {
    content: "ï‚©"
}

.icon-arrow-circle-up::before,
.icon-circle-arrow-up::before {
    content: "ï‚ª"
}

.icon-arrow-circle-down::before,
.icon-circle-arrow-down::before {
    content: "ï‚«"
}

.icon-AdminParentLocalization::before,
.icon-globe::before {
    content: "ï‚¬"
}

.icon-AdminParentPreferences::before,
.icon-wrench::before {
    content: "ï‚­"
}

.icon-tasks::before {
    content: "ï‚®"
}

.icon-filter::before {
    content: "ï‚°"
}

.icon-briefcase::before {
    content: "ï‚±"
}

.icon-arrows-alt::before,
.icon-fullscreen::before {
    content: "ï‚²"
}

.icon-AdminParentCustomer::before,
.icon-group::before,
.icon-users::before {
    content: "ïƒ€"
}

.icon-AdminShopUrl::before,
.icon-chain::before,
.icon-link::before {
    content: "ïƒ"
}

.icon-cloud::before {
    content: "ïƒ‚"
}

.icon-beaker::before,
.icon-flask::before {
    content: "ïƒƒ"
}

.icon-cut::before,
.icon-scissors::before {
    content: "ïƒ„"
}

#content .process-icon-duplicate::before,
.icon-copy::before,
.icon-files-o::before {
    content: "ïƒ…"
}

.icon-paper-clip::before,
.icon-paperclip::before {
    content: "ïƒ†"
}

#content .process-icon-save-and-preview::before,
#content .process-icon-save-and-stay::before,
#content .process-icon-save::before,
.icon-floppy-o::before,
.icon-save::before {
    content: "ïƒ‡"
}

.icon-sign-blank::before,
.icon-square::before {
    content: "ïƒˆ"
}

.icon-bars::before,
.icon-navicon::before,
.icon-reorder::before {
    content: "ïƒ‰"
}

.icon-list-ul::before {
    content: "ïƒŠ"
}

.icon-list-ol::before {
    content: "ïƒ‹"
}

.icon-strikethrough::before {
    content: "ïƒŒ"
}

.icon-underline::before {
    content: "ïƒ"
}

.icon-table::before {
    content: "ïƒŽ"
}

.icon-AdminAttributeGenerator::before,
.icon-magic::before {
    content: "ïƒ"
}

.icon-AdminParentShipping::before,
.icon-truck::before {
    content: "ïƒ‘"
}

.icon-pinterest::before {
    content: "ïƒ’"
}

.icon-pinterest-sign::before,
.icon-pinterest-square::before {
    content: "ïƒ“"
}

.icon-google-plus-sign::before,
.icon-google-plus-square::before {
    content: "ïƒ”"
}

.icon-google-plus::before {
    content: "ïƒ•"
}

.icon-money::before {
    content: "ïƒ–"
}

#content .process-icon-dropdown::before,
.chosen-container-single .chosen-single div b::before,
.icon-caret-down::before {
    content: "ïƒ—"
}

.icon-caret-up::before {
    content: "ïƒ˜"
}

.icon-caret-left::before {
    content: "ïƒ™"
}

.icon-caret-right::before {
    content: "ïƒš"
}

.icon-columns::before {
    content: "ïƒ›"
}

.icon-sort::before,
.icon-unsorted::before {
    content: "ïƒœ"
}

.icon-sort-desc::before {
    content: "ïƒ"
}

.icon-sort-asc::before,
.icon-sort-down::before,
.icon-sort-up::before {
    content: "ïƒž"
}

.icon-envelope::before {
    content: "ïƒ "
}

.icon-linkedin::before {
    content: "ïƒ¡"
}

#content .process-icon-reset::before,
.icon-rotate-left::before,
.icon-undo::before {
    content: "ïƒ¢"
}

.icon-gavel::before,
.icon-legal::before {
    content: "ïƒ£"
}

.icon-AdminDashboard::before,
.icon-dashboard::before,
.icon-tachometer::before {
    content: "ïƒ¤"
}

.icon-comment-alt::before,
.icon-comment-o::before {
    content: "ïƒ¥"
}

.icon-comments-alt::before,
.icon-comments-o::before {
    content: "ïƒ¦"
}

.icon-AdminFlash::before,
.icon-bolt::before,
.icon-flash::before {
    content: "ïƒ§"
}

.icon-AdminShop::before,
.icon-sitemap::before {
    content: "ïƒ¨"
}

.icon-umbrella::before {
    content: "ïƒ©"
}

.icon-clipboard::before,
.icon-paste::before {
    content: "ïƒª"
}

.icon-lightbulb-o::before,
.icon-lightbulb::before {
    content: "ïƒ«"
}

#content .process-icon-partial_refund::before,
.icon-exchange::before {
    content: "ïƒ¬"
}

#content .process-icon-download::before,
.icon-cloud-download::before {
    content: "ïƒ­"
}

#content .process-icon-import::before,
#content .process-icon-upload::before,
.icon-cloud-upload::before {
    content: "ïƒ®"
}

.icon-user-md::before {
    content: "ïƒ°"
}

.icon-stethoscope::before {
    content: "ïƒ±"
}

.icon-suitcase::before {
    content: "ïƒ²"
}

.icon-bell-alt::before,
.icon-bell-o::before,
.icon-bell::before {
    content: "ï‚¢"
}

.icon-coffee::before {
    content: "ïƒ´"
}

.icon-cutlery::before,
.icon-food::before {
    content: "ïƒµ"
}

.icon-file-text-alt::before,
.icon-file-text-o::before {
    content: "ïƒ¶"
}

.icon-building-o::before {
    content: "ïƒ·"
}

.icon-hospital-o::before,
.icon-hospital::before {
    content: "ïƒ¸"
}

.icon-ambulance::before {
    content: "ïƒ¹"
}

.icon-medkit::before {
    content: "ïƒº"
}

.icon-fighter-jet::before {
    content: "ïƒ»"
}

.icon-beer::before {
    content: "ïƒ¼"
}

.icon-h-sign::before,
.icon-h-square::before {
    content: "ïƒ½"
}

.icon-plus-sign-alt::before,
.icon-plus-square::before {
    content: "ïƒ¾"
}

.icon-angle-double-left::before,
.icon-double-angle-left::before {
    content: "ï„€"
}

.icon-angle-double-right::before,
.icon-double-angle-right::before {
    content: "ï„"
}

.icon-angle-double-up::before,
.icon-double-angle-up::before {
    content: "ï„‚"
}

.icon-angle-double-down::before,
.icon-double-angle-down::before {
    content: "ï„ƒ"
}

.icon-angle-left::before {
    content: "ï„„"
}

.icon-angle-right::before {
    content: "ï„…"
}

.icon-angle-up::before {
    content: "ï„†"
}

.icon-angle-down::before {
    content: "ï„‡"
}

.icon-desktop::before {
    content: "ï„ˆ"
}

.icon-laptop::before {
    content: "ï„‰"
}

.icon-tablet::before {
    content: "ï„Š"
}

.icon-mobile-phone::before,
.icon-mobile::before {
    content: "ï„‹"
}

.icon-circle-blank::before,
.icon-circle-o::before {
    content: "ï„Œ"
}

.icon-quote-left::before {
    content: "ï„"
}

.icon-quote-right::before {
    content: "ï„Ž"
}

.icon-spinner::before {
    content: "ï„"
}

.icon-circle::before {
    content: "ï„‘"
}

#content .process-icon-mail-reply::before,
.icon-mail-reply::before,
.icon-reply::before {
    content: "ï„’"
}

.icon-github-alt::before {
    content: "ï„“"
}

.icon-folder-close-alt::before,
.icon-folder-o::before {
    content: "ï„”"
}

.icon-folder-open-alt::before,
.icon-folder-open-o::before {
    content: "ï„•"
}

.icon-smile-o::before,
.icon-smile::before {
    content: "ï„˜"
}

.icon-frown-o::before,
.icon-frown::before {
    content: "ï„™"
}

.icon-meh-o::before,
.icon-meh::before {
    content: "ï„š"
}

.icon-gamepad::before {
    content: "ï„›"
}

.icon-keyboard-o::before,
.icon-keyboard::before {
    content: "ï„œ"
}

#content .process-icon-flag::before,
.icon-flag-alt::before,
.icon-flag-o::before {
    content: "ï„"
}

.icon-flag-checkered::before {
    content: "ï„ž"
}

#content .process-icon-terminal::before,
.icon-terminal::before {
    content: "ï„ "
}

.icon-code::before {
    content: "ï„¡"
}

.icon-mail-reply-all::before,
.icon-reply-all::before {
    content: "ï„¢"
}

.icon-star-half-empty::before,
.icon-star-half-full::before,
.icon-star-half-o::before {
    content: "ï„£"
}

.icon-location-arrow::before {
    content: "ï„¤"
}

.icon-crop::before {
    content: "ï„¥"
}

.icon-code-fork::before {
    content: "ï„¦"
}

.icon-chain-broken::before,
.icon-unlink::before {
    content: "ï„§"
}

.icon-question::before {
    content: "ï„¨"
}

.icon-info::before {
    content: "ï„©"
}

.icon-exclamation::before {
    content: "ï„ª"
}

.icon-superscript::before {
    content: "ï„«"
}

.icon-subscript::before {
    content: "ï„¬"
}

#content .process-icon-eraser::before,
.icon-eraser::before {
    content: "ï„­"
}

#content .process-icon-modules-list::before,
.icon-AdminParentModules::before,
.icon-puzzle-piece::before {
    content: "ï„®"
}

.icon-microphone::before {
    content: "ï„°"
}

.icon-microphone-off::before,
.icon-microphone-slash::before {
    content: "ï„±"
}

.icon-shield::before {
    content: "ï„²"
}

.icon-calendar-empty::before,
.icon-calendar-o::before {
    content: "ï„³"
}

.icon-fire-extinguisher::before {
    content: "ï„´"
}

.icon-rocket::before {
    content: "ï„µ"
}

.icon-maxcdn::before {
    content: "ï„¶"
}

.icon-chevron-circle-left::before,
.icon-chevron-sign-left::before {
    content: "ï„·"
}

.icon-chevron-circle-right::before,
.icon-chevron-sign-right::before {
    content: "ï„¸"
}

.icon-chevron-circle-up::before,
.icon-chevron-sign-up::before {
    content: "ï„¹"
}

.icon-chevron-circle-down::before,
.icon-chevron-sign-down::before {
    content: "ï„º"
}

#content .process-icon-themes::before,
.icon-html5::before {
    content: "ï„»"
}

.icon-css3::before {
    content: "ï„¼"
}

#content .process-icon-anchor::before,
.icon-anchor::before {
    content: "ï„½"
}

.icon-unlock-alt::before {
    content: "ï„¾"
}

.icon-bullseye::before {
    content: "ï…€"
}

.icon-ellipsis-h::before,
.icon-ellipsis-horizontal::before {
    content: "ï…"
}

.icon-ellipsis-v::before,
.icon-ellipsis-vertical::before {
    content: "ï…‚"
}

.icon-rss-sign::before,
.icon-rss-square::before {
    content: "ï…ƒ"
}

.icon-play-circle::before,
.icon-play-sign::before {
    content: "ï…„"
}

.icon-ticket::before {
    content: "ï……"
}

.icon-minus-sign-alt::before,
.icon-minus-square::before {
    content: "ï…†"
}

.icon-check-minus::before,
.icon-collapse-alt::before,
.icon-minus-square-o::before {
    content: "ï…‡"
}

.icon-level-up::before {
    content: "ï…ˆ"
}

.icon-level-down::before {
    content: "ï…‰"
}

.icon-check-sign::before,
.icon-check-square::before {
    content: "ï…Š"
}

.icon-edit-sign::before,
.icon-pencil-square::before {
    content: "ï…‹"
}

.icon-external-link-sign::before,
.icon-external-link-square::before {
    content: "ï…Œ"
}

#content .process-icon-export::before,
.icon-share-sign::before,
.icon-share-square::before {
    content: "ï…"
}

.icon-compass::before {
    content: "ï…Ž"
}

.icon-caret-square-o-down::before,
.icon-collapse::before,
.icon-toggle-down::before {
    content: "ï…"
}

.icon-caret-square-o-up::before,
.icon-collapse-top::before,
.icon-toggle-up::before {
    content: "ï…‘"
}

.icon-caret-square-o-right::before,
.icon-toggle-right::before {
    content: "ï…’"
}

.icon-eur::before,
.icon-euro::before {
    content: "ï…“"
}

.icon-gbp::before {
    content: "ï…”"
}

.icon-dollar::before,
.icon-usd::before {
    content: "ï…•"
}

.icon-inr::before,
.icon-rupee::before {
    content: "ï…–"
}

.icon-jpy::before,
.icon-rmb::before,
.icon-yen::before {
    content: "ï…—"
}

.icon-cny::before,
.icon-rouble::before,
.icon-rub::before,
.icon-ruble::before {
    content: "ï…˜"
}

.icon-krw::before,
.icon-won::before {
    content: "ï…™"
}

.icon-bitcoin::before,
.icon-btc::before {
    content: "ï…š"
}

.icon-file::before {
    content: "ï…›"
}

.icon-file-text::before {
    content: "ï…œ"
}

.icon-sort-alpha-asc::before,
.icon-sort-by-alphabet::before {
    content: "ï…"
}

.icon-sort-alpha-desc::before,
.icon-sort-by-alphabet-alt::before {
    content: "ï…ž"
}

.icon-sort-amount-asc::before,
.icon-sort-by-attributes::before {
    content: "ï… "
}

.icon-sort-amount-desc::before,
.icon-sort-by-attributes-alt::before {
    content: "ï…¡"
}

.icon-sort-by-order::before,
.icon-sort-numeric-asc::before {
    content: "ï…¢"
}

.icon-sort-by-order-alt::before,
.icon-sort-numeric-desc::before {
    content: "ï…£"
}

.icon-thumbs-up::before {
    content: "ï…¤"
}

.icon-thumbs-down::before {
    content: "ï…¥"
}

.icon-youtube-sign::before,
.icon-youtube-square::before {
    content: "ï…¦"
}

.icon-youtube::before {
    content: "ï…§"
}

.icon-xing::before {
    content: "ï…¨"
}

.icon-xing-sign::before,
.icon-xing-square::before {
    content: "ï…©"
}

.icon-youtube-play::before {
    content: "ï…ª"
}

.icon-dropbox::before {
    content: "ï…«"
}

.icon-stack-overflow::before,
.icon-stackexchange::before {
    content: "ï…¬"
}

.icon-instagram::before {
    content: "ï…­"
}

.icon-flickr::before {
    content: "ï…®"
}

.icon-adn::before {
    content: "ï…°"
}

.icon-bitbucket::before {
    content: "ï…±"
}

.icon-bitbucket-sign::before,
.icon-bitbucket-square::before {
    content: "ï…²"
}

.icon-tumblr::before {
    content: "ï…³"
}

.icon-tumblr-sign::before,
.icon-tumblr-square::before {
    content: "ï…´"
}

.icon-long-arrow-down::before {
    content: "ï…µ"
}

.icon-long-arrow-up::before {
    content: "ï…¶"
}

.icon-long-arrow-left::before {
    content: "ï…·"
}

.icon-long-arrow-right::before {
    content: "ï…¸"
}

.icon-apple::before {
    content: "ï…¹"
}

.icon-windows::before {
    content: "ï…º"
}

.icon-android::before {
    content: "ï…»"
}

.icon-linux::before {
    content: "ï…¼"
}

.icon-dribbble::before {
    content: "ï…½"
}

.icon-skype::before {
    content: "ï…¾"
}

.icon-foursquare::before {
    content: "ï†€"
}

.icon-trello::before {
    content: "ï†"
}

.icon-female::before {
    content: "ï†‚"
}

.icon-male::before {
    content: "ï†ƒ"
}

.icon-gittip::before,
.icon-gratipay::before {
    content: "ï†„"
}

.icon-sun-o::before,
.icon-sun::before {
    content: "ï†…"
}

.icon-moon-o::before,
.icon-moon::before {
    content: "ï††"
}

.icon-AdminStock::before,
.icon-archive::before {
    content: "ï†‡"
}

.icon-bug::before {
    content: "ï†ˆ"
}

.icon-vk::before {
    content: "ï†‰"
}

.icon-weibo::before {
    content: "ï†Š"
}

.icon-renren::before {
    content: "ï†‹"
}

.icon-pagelines::before {
    content: "ï†Œ"
}

.icon-stack-exchange::before {
    content: "ï†"
}

.icon-arrow-circle-o-right::before {
    content: "ï†Ž"
}

.icon-arrow-circle-o-left::before {
    content: "ï†"
}

.icon-caret-square-o-left::before,
.icon-toggle-left::before {
    content: "ï†‘"
}

.icon-dot-circle-o::before {
    content: "ï†’"
}

.icon-wheelchair::before {
    content: "ï†“"
}

.icon-vimeo-square::before {
    content: "ï†”"
}

.icon-try::before,
.icon-turkish-lira::before {
    content: "ï†•"
}

.icon-expand-alt::before,
.icon-plus-square-o::before {
    content: "ï†–"
}

.icon-space-shuttle::before {
    content: "ï†—"
}

.icon-slack::before {
    content: "ï†˜"
}

.icon-envelope-square::before {
    content: "ï†™"
}

.icon-wordpress::before {
    content: "ï†š"
}

.icon-openid::before {
    content: "ï†›"
}

.icon-bank::before,
.icon-institution::before,
.icon-university::before {
    content: "ï†œ"
}

.icon-graduation-cap::before,
.icon-mortar-board::before {
    content: "ï†"
}

.icon-yahoo::before {
    content: "ï†ž"
}

.icon-google::before {
    content: "ï† "
}

.icon-reddit::before {
    content: "ï†¡"
}

.icon-reddit-square::before {
    content: "ï†¢"
}

.icon-stumbleupon-circle::before {
    content: "ï†£"
}

.icon-stumbleupon::before {
    content: "ï†¤"
}

.icon-delicious::before {
    content: "ï†¥"
}

.icon-digg::before {
    content: "ï†¦"
}

.icon-pied-piper::before {
    content: "ï†§"
}

.icon-pied-piper-alt::before {
    content: "ï†¨"
}

.icon-drupal::before {
    content: "ï†©"
}

.icon-joomla::before {
    content: "ï†ª"
}

.icon-language::before {
    content: "ï†«"
}

.icon-fax::before {
    content: "ï†¬"
}

.icon-building::before {
    content: "ï†­"
}

.icon-child::before {
    content: "ï†®"
}

.icon-paw::before {
    content: "ï†°"
}

.icon-spoon::before {
    content: "ï†±"
}

.icon-cube::before {
    content: "ï†²"
}

.icon-cubes::before {
    content: "ï†³"
}

.icon-behance::before {
    content: "ï†´"
}

.icon-behance-square::before {
    content: "ï†µ"
}

.icon-steam::before {
    content: "ï†¶"
}

.icon-steam-square::before {
    content: "ï†·"
}

.icon-recycle::before {
    content: "ï†¸"
}

.icon-automobile::before,
.icon-car::before {
    content: "ï†¹"
}

.icon-cab::before,
.icon-taxi::before {
    content: "ï†º"
}

.icon-tree::before {
    content: "ï†»"
}

.icon-spotify::before {
    content: "ï†¼"
}

.icon-deviantart::before {
    content: "ï†½"
}

.icon-soundcloud::before {
    content: "ï†¾"
}

#content .process-icon-database::before,
.icon-database::before {
    content: "ï‡€"
}

.icon-file-pdf-o::before {
    content: "ï‡"
}

.icon-file-word-o::before {
    content: "ï‡‚"
}

.icon-file-excel-o::before {
    content: "ï‡ƒ"
}

.icon-file-powerpoint-o::before {
    content: "ï‡„"
}

.icon-file-image-o::before,
.icon-file-photo-o::before,
.icon-file-picture-o::before {
    content: "ï‡…"
}

.icon-file-archive-o::before,
.icon-file-zip-o::before {
    content: "ï‡†"
}

.icon-file-audio-o::before,
.icon-file-sound-o::before {
    content: "ï‡‡"
}

.icon-file-movie-o::before,
.icon-file-video-o::before {
    content: "ï‡ˆ"
}

.icon-file-code-o::before {
    content: "ï‡‰"
}

.icon-vine::before {
    content: "ï‡Š"
}

.icon-codepen::before {
    content: "ï‡‹"
}

.icon-jsfiddle::before {
    content: "ï‡Œ"
}

.icon-life-bouy::before,
.icon-life-buoy::before,
.icon-life-ring::before,
.icon-life-saver::before,
.icon-support::before {
    content: "ï‡"
}

#content .process-icon-loading::before,
.icon-circle-o-notch::before {
    content: "ï‡Ž"
}

.icon-ra::before,
.icon-rebel::before {
    content: "ï‡"
}

.icon-empire::before,
.icon-ge::before {
    content: "ï‡‘"
}

.icon-git-square::before {
    content: "ï‡’"
}

.icon-git::before {
    content: "ï‡“"
}

.icon-hacker-news::before {
    content: "ï‡”"
}

.icon-tencent-weibo::before {
    content: "ï‡•"
}

.icon-qq::before {
    content: "ï‡–"
}

.icon-wechat::before,
.icon-weixin::before {
    content: "ï‡—"
}

.icon-paper-plane::before,
.icon-send::before {
    content: "ï‡˜"
}

.icon-paper-plane-o::before,
.icon-send-o::before {
    content: "ï‡™"
}

.icon-history::before {
    content: "ï‡š"
}

.icon-circle-thin::before,
.icon-genderless::before {
    content: "ï‡›"
}

.icon-header::before {
    content: "ï‡œ"
}

.icon-paragraph::before {
    content: "ï‡"
}

.icon-sliders::before {
    content: "ï‡ž"
}

.icon-share-alt::before {
    content: "ï‡ "
}

.icon-share-alt-square::before {
    content: "ï‡¡"
}

.icon-bomb::before {
    content: "ï‡¢"
}

.icon-futbol-o::before,
.icon-soccer-ball-o::before {
    content: "ï‡£"
}

.icon-tty::before {
    content: "ï‡¤"
}

.icon-binoculars::before {
    content: "ï‡¥"
}

.icon-plug::before {
    content: "ï‡¦"
}

.icon-slideshare::before {
    content: "ï‡§"
}

.icon-twitch::before {
    content: "ï‡¨"
}

.icon-yelp::before {
    content: "ï‡©"
}

.icon-newspaper-o::before {
    content: "ï‡ª"
}

.icon-wifi::before {
    content: "ï‡«"
}

.icon-calculator::before {
    content: "ï‡¬"
}

.icon-paypal::before {
    content: "ï‡­"
}

.icon-google-wallet::before {
    content: "ï‡®"
}

.icon-cc-visa::before {
    content: "ï‡°"
}

.icon-cc-mastercard::before {
    content: "ï‡±"
}

.icon-cc-discover::before {
    content: "ï‡²"
}

.icon-cc-amex::before {
    content: "ï‡³"
}

.icon-cc-paypal::before {
    content: "ï‡´"
}

.icon-cc-stripe::before {
    content: "ï‡µ"
}

.icon-bell-slash::before {
    content: "ï‡¶"
}

.icon-bell-slash-o::before {
    content: "ï‡·"
}

#content .process-icon-delete::before,
#content .process-icon-uninstall::before,
.icon-trash::before {
    content: "ï‡¸"
}

.icon-copyright::before {
    content: "ï‡¹"
}

.icon-at::before {
    content: "ï‡º"
}

.icon-eyedropper::before {
    content: "ï‡»"
}

.icon-paint-brush::before {
    content: "ï‡¼"
}

.icon-birthday-cake::before {
    content: "ï‡½"
}

.icon-area-chart::before {
    content: "ï‡¾"
}

.icon-pie-chart::before {
    content: "ïˆ€"
}

.icon-line-chart::before {
    content: "ïˆ"
}

.icon-lastfm::before {
    content: "ïˆ‚"
}

.icon-lastfm-square::before {
    content: "ïˆƒ"
}

#content .process-icon-toggle-off::before,
.icon-toggle-off::before {
    content: "ïˆ„"
}

#content .process-icon-toggle-on::before,
.icon-toggle-on::before {
    content: "ïˆ…"
}

.icon-bicycle::before {
    content: "ïˆ†"
}

.icon-bus::before {
    content: "ïˆ‡"
}

.icon-ioxhost::before {
    content: "ïˆˆ"
}

.icon-angellist::before {
    content: "ïˆ‰"
}

.icon-cc::before {
    content: "ïˆŠ"
}

.icon-ils::before,
.icon-shekel::before,
.icon-sheqel::before {
    content: "ïˆ‹"
}

.icon-meanpath::before {
    content: "ïˆŒ"
}

.icon-buysellads::before {
    content: "ïˆ"
}

.icon-connectdevelop::before {
    content: "ïˆŽ"
}

.icon-dashcube::before {
    content: "ïˆ"
}

.icon-forumbee::before {
    content: "ïˆ‘"
}

.icon-leanpub::before {
    content: "ïˆ’"
}

.icon-sellsy::before {
    content: "ïˆ“"
}

.icon-shirtsinbulk::before {
    content: "ïˆ”"
}

.icon-simplybuilt::before {
    content: "ïˆ•"
}

.icon-skyatlas::before {
    content: "ïˆ–"
}

.icon-cart-plus::before {
    content: "ïˆ—"
}

.icon-cart-arrow-down::before {
    content: "ïˆ˜"
}

.icon-diamond::before {
    content: "ïˆ™"
}

.icon-ship::before {
    content: "ïˆš"
}

.icon-user-secret::before {
    content: "ïˆ›"
}

.icon-motorcycle::before {
    content: "ïˆœ"
}

.icon-street-view::before {
    content: "ïˆ"
}

.icon-heartbeat::before {
    content: "ïˆž"
}

.icon-venus::before {
    content: "ïˆ¡"
}

.icon-mars::before {
    content: "ïˆ¢"
}

.icon-mercury::before {
    content: "ïˆ£"
}

.icon-transgender::before {
    content: "ïˆ¤"
}

.icon-transgender-alt::before {
    content: "ïˆ¥"
}

.icon-venus-double::before {
    content: "ïˆ¦"
}

.icon-mars-double::before {
    content: "ïˆ§"
}

.icon-venus-mars::before {
    content: "ïˆ¨"
}

.icon-mars-stroke::before {
    content: "ïˆ©"
}

.icon-mars-stroke-v::before {
    content: "ïˆª"
}

.icon-mars-stroke-h::before {
    content: "ïˆ«"
}

.icon-neuter::before {
    content: "ïˆ¬"
}

.icon-facebook-official::before {
    content: "ïˆ°"
}

.icon-pinterest-p::before {
    content: "ïˆ±"
}

.icon-whatsapp::before {
    content: "ïˆ²"
}

.icon-server::before {
    content: "ïˆ³"
}

.icon-user-plus::before {
    content: "ïˆ´"
}

.icon-user-times::before {
    content: "ïˆµ"
}

.icon-bed::before,
.icon-hotel::before {
    content: "ïˆ¶"
}

.icon-viacoin::before {
    content: "ïˆ·"
}

.icon-train::before {
    content: "ïˆ¸"
}

.icon-subway::before {
    content: "ïˆ¹"
}

.icon-medium::before {
    content: "ïˆº"
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@-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 one {
    0% {
        background-color: #00a4e7
    }

    to {
        background-color: #fff
    }
}

@-webkit-keyframes two {
    0% {
        -webkit-box-shadow: #00a4e7 0 0 0 20px inset;
        box-shadow: #00a4e7 0 0 0 20px inset
    }

    to {
        -webkit-box-shadow: #00a4e7 0 0 0 inset;
        box-shadow: #00a4e7 0 0 0 inset
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

/*
body {
    margin: 0;
    direction: ltr
}
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    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-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

legend,
td,
th {
    padding: 0
}

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    src: url(967e123ad65de8c5d5c4.woff2) format("woff2"), url(362b56e7c69551249027.woff) format("woff"), url(e6d8dc9e208385d8de4e.ttf) format("truetype"), url(4a61b2fe9982c771c2f3.svg#OpenSansRegular) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: italic;
    src: url(c2d26fca552c9a4d3689.woff2) format("woff2"), url(a38e47c39e2e3cae4fc4.woff) format("woff"), url(0125272df9f95b329d75.ttf) format("truetype"), url(14cd7127311cb9a493f6.svg#OpenSansItalic) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    src: url(fb9fdde61d631c58d46c.woff2) format("woff2"), url(fdf56b22f9fbdf2f583f.woff) format("woff"), url(029b9bc9d72f4d799803.ttf) format("truetype"), url(358693550aa54bf79487.svg#OpenSansSemibold) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: italic;
    src: url(b6b1d8007fe159de8d79.woff2) format("woff2"), url(1059fe1fb3493ef8b4d7.woff) format("woff"), url(6f44ece2d5c8287cbd71.ttf) format("truetype"), url(171463e1268bc0c60ddf.svg#OpenSansSemiboldItalic) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    src: url(1a12317389afca44fc29.woff2) format("woff2"), url(08328bf7467540700abe.woff) format("woff"), url(1576987ece25952e65c5.ttf) format("truetype"), url(6e31ad956408fbdd96b8.svg#OpenSansBold) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: italic;
    src: url(86b0b9b956a326dc9217.woff2) format("woff2"), url(98201916262f82ebea89.woff) format("woff"), url(16b88afec66f8304bebb.ttf) format("truetype"), url(8806655f89223798969b.svg#OpenSansBoldItalic) format("svg")
}

.bootstrap *,
.bootstrap :after,
.bootstrap :before,
.bootstrap input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

/*
.bootstrap body {
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555;
    background-color: #eff1f2
}
*/

.bootstrap button,
.bootstrap input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.bootstrap select,
.bootstrap textarea {
    font-family: inherit
}

.bootstrap a {
    color: #25b9d7;
    text-decoration: none
}

.bootstrap a:focus,
.bootstrap a:hover {
    color: #1a8196;
    text-decoration: underline
}

.bootstrap a:focus,
.bootstrap input[type=checkbox]:focus,
.bootstrap input[type=file]:focus,
.bootstrap input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.bootstrap figure {
    margin: 0
}

.bootstrap #datepickerExpand i,
.bootstrap img {
    vertical-align: middle
}

.bootstrap .img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.bootstrap .img-rounded {
    border-radius: 6px
}

.bootstrap .img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.bootstrap .img-circle {
    border-radius: 50%
}

.bootstrap hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #eee
}

.bootstrap .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.bootstrap .sr-only-focusable:active,
.bootstrap .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.bootstrap .h1,
.bootstrap .h2,
.bootstrap .h3,
.bootstrap .h4,
.bootstrap .h5,
.bootstrap .h6,
.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6 {
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit
}

.bootstrap .h1 .small,
.bootstrap .h1 small,
.bootstrap .h2 .small,
.bootstrap .h2 small,
.bootstrap .h3 .small,
.bootstrap .h3 small,
.bootstrap .h4 .small,
.bootstrap .h4 small,
.bootstrap .h5 .small,
.bootstrap .h5 small,
.bootstrap .h6 .small,
.bootstrap .h6 small,
.bootstrap h1 .small,
.bootstrap h1 small,
.bootstrap h2 .small,
.bootstrap h2 small,
.bootstrap h3 .small,
.bootstrap h3 small,
.bootstrap h4 .small,
.bootstrap h4 small,
.bootstrap h5 .small,
.bootstrap h5 small,
.bootstrap h6 .small,
.bootstrap h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

.bootstrap .h1,
.bootstrap .h2,
.bootstrap .h3,
.bootstrap h1,
.bootstrap h2,
.bootstrap h3 {
    margin-top: 17px;
    margin-bottom: 8.5px
}

.bootstrap .h1 .small,
.bootstrap .h1 small,
.bootstrap .h2 .small,
.bootstrap .h2 small,
.bootstrap .h3 .small,
.bootstrap .h3 small,
.bootstrap h1 .small,
.bootstrap h1 small,
.bootstrap h2 .small,
.bootstrap h2 small,
.bootstrap h3 .small,
.bootstrap h3 small {
    font-size: 65%
}

.bootstrap .h4,
.bootstrap .h5,
.bootstrap .h6,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6 {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

.bootstrap .h4 .small,
.bootstrap .h4 small,
.bootstrap .h5 .small,
.bootstrap .h5 small,
.bootstrap .h6 .small,
.bootstrap .h6 small,
.bootstrap h4 .small,
.bootstrap h4 small,
.bootstrap h5 .small,
.bootstrap h5 small,
.bootstrap h6 .small,
.bootstrap h6 small {
    font-size: 75%
}

.bootstrap .h1,
.bootstrap h1 {
    font-size: 31px
}

.bootstrap .h2,
.bootstrap h2 {
    font-size: 25px
}

.bootstrap .h3,
.bootstrap h3 {
    font-size: 21px
}

.bootstrap .h4,
.bootstrap h4 {
    font-size: 15px
}

.bootstrap .h5,
.bootstrap h5 {
    font-size: 12px
}

.bootstrap .h6,
.bootstrap h6 {
    font-size: 11px
}

.bootstrap p {
    margin: 0 0 8.5px
}

.bootstrap .lead {
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4
}

.bootstrap .small,
.bootstrap small {
    font-size: 85%
}

.bootstrap cite {
    font-style: normal
}

.bootstrap .mark,
.bootstrap mark {
    background-color: #fef1d3;
    padding: .2em
}

.bootstrap .text-left,
.bootstrap th {
    text-align: left
}

.bootstrap .text-right {
    text-align: right
}

.bootstrap .text-center {
    text-align: center
}

.bootstrap .text-justify {
    text-align: justify
}

.bootstrap .text-nowrap {
    white-space: nowrap
}

.bootstrap .hook_description,
.bootstrap .hook_title,
.bootstrap .module_description,
.bootstrap .text-muted {
    color: #999
}

#header_infos #header_employee_box #employee_infos .dropdown-menu li a.admin-link:hover .material-icons,
.bootstrap .text-primary {
    color: #25b9d7
}

.bootstrap a.text-primary:hover {
    color: #1e94ab
}

.bootstrap .text-success {
    color: #3c763d
}

.bootstrap a.text-success:hover {
    color: #2b542c
}

.bootstrap .text-info {
    color: #31708f
}

.bootstrap a.text-info:hover {
    color: #245269
}

.bootstrap .text-warning {
    color: #8a6d3b
}

.bootstrap a.text-warning:hover {
    color: #66512c
}

.bootstrap .text-danger {
    color: #a94442
}

.bootstrap a.text-danger:hover {
    color: #843534
}

.bootstrap .bg-primary {
    color: #fff;
    background-color: #25b9d7
}

.bootstrap a.bg-primary:hover {
    background-color: #1e94ab
}

.bootstrap .bg-success {
    background-color: #cce9d7
}

.bootstrap a.bg-success:hover {
    background-color: #a8dabb
}

.bootstrap .bg-info {
    background-color: #d3f1f7
}

.bootstrap a.bg-info:hover {
    background-color: #a8e3ef
}

.bootstrap .bg-warning {
    background-color: #fef1d3
}

.bootstrap a.bg-warning:hover {
    background-color: #fde1a1
}

.bootstrap .bg-danger {
    background-color: #f9cce1
}

.bootstrap a.bg-danger:hover {
    background-color: #f49ec6
}

.bootstrap .page-header {
    padding-bottom: 7.5px;
    margin: 34px 0 17px;
    border-bottom: 1px solid #eee
}

.bootstrap ol,
.bootstrap ul {
    margin-top: 0;
    margin-bottom: 8.5px
}

.bootstrap ol ol,
.bootstrap ol ul,
.bootstrap ul ol,
.bootstrap ul ul {
    margin-bottom: 0
}

.bootstrap .list-inline,
.bootstrap .list-unstyled {
    padding-left: 0;
    list-style: none
}

.bootstrap #dashboard .data_list_large,
.bootstrap #dashboard .data_list_vertical {
    list-style: none
}

.bootstrap .list-inline {
    margin-left: -5px
}

.bootstrap .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.bootstrap dl {
    margin-top: 0;
    margin-bottom: 17px
}

.bootstrap dd,
.bootstrap dt {
    line-height: 1.428571429
}

.bootstrap dt {
    font-weight: 700
}

.bootstrap dd {
    margin-left: 0
}

.bootstrap .dl-horizontal dd:after,
.bootstrap .dl-horizontal dd:before {
    content: " ";
    display: table
}

.bootstrap .dl-horizontal dd:after {
    clear: both
}

.bootstrap abbr[data-original-title],
.bootstrap abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.bootstrap .initialism {
    font-size: 90%;
    text-transform: uppercase
}

.bootstrap blockquote {
    padding: 8.5px 17px;
    margin: 0 0 17px;
    font-size: 15px;
    border-left: 5px solid #eee
}

.bootstrap blockquote ol:last-child,
.bootstrap blockquote p:last-child,
.bootstrap blockquote ul:last-child {
    margin-bottom: 0
}

.bootstrap blockquote .small,
.bootstrap blockquote footer,
.bootstrap blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #999
}

.bootstrap blockquote .small:before,
.bootstrap blockquote footer:before,
.bootstrap blockquote small:before {
    content: "â€”Â "
}

.bootstrap .blockquote-reverse,
.bootstrap blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.bootstrap .blockquote-reverse .small:before,
.bootstrap .blockquote-reverse footer:before,
.bootstrap .blockquote-reverse small:before,
.bootstrap blockquote.pull-right .small:before,
.bootstrap blockquote.pull-right footer:before,
.bootstrap blockquote.pull-right small:before,
.bootstrap blockquote:after,
.bootstrap blockquote:before {
    content: ""
}

.bootstrap .blockquote-reverse .small:after,
.bootstrap .blockquote-reverse footer:after,
.bootstrap .blockquote-reverse small:after,
.bootstrap blockquote.pull-right .small:after,
.bootstrap blockquote.pull-right footer:after,
.bootstrap blockquote.pull-right small:after {
    content: "Â â€”"
}

.bootstrap address {
    margin-bottom: 17px;
    font-style: normal;
    line-height: 1.428571429
}

.bootstrap code,
.bootstrap kbd,
.bootstrap pre,
.bootstrap samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

.bootstrap code,
.bootstrap kbd,
.bootstrap pre {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

.bootstrap kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap pre {
    display: block;
    padding: 8px;
    margin: 0 0 8.5px;
    font-size: 11px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc
}

.bootstrap pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.bootstrap .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.bootstrap .container,
.bootstrap .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}

.bootstrap .container:after,
.bootstrap .container:before {
    content: " ";
    display: table
}

.bootstrap .container:after {
    clear: both
}

.bootstrap .container-fluid:after,
.bootstrap .container-fluid:before {
    content: " ";
    display: table
}

.bootstrap .container-fluid:after {
    clear: both
}

.bootstrap .multishop-well,
.bootstrap .row {
    margin-left: -5px;
    margin-right: -5px
}

.bootstrap #dashboard .data_list_vertical:after,
.bootstrap #dashboard .data_list_vertical:before,
.bootstrap .multishop-well:after,
.bootstrap .multishop-well:before,
.bootstrap .row:after,
.bootstrap .row:before {
    content: " ";
    display: table
}

.bootstrap #dashboard .data_list_vertical:after,
.bootstrap .multishop-well:after,
.bootstrap .row:after {
    clear: both
}

.bootstrap .col-lg-1,
.bootstrap .col-lg-10,
.bootstrap .col-lg-11,
.bootstrap .col-lg-12,
.bootstrap .col-lg-2,
.bootstrap .col-lg-3,
.bootstrap .col-lg-4,
.bootstrap .col-lg-5,
.bootstrap .col-lg-6,
.bootstrap .col-lg-7,
.bootstrap .col-lg-8,
.bootstrap .col-lg-9,
.bootstrap .col-md-1,
.bootstrap .col-md-10,
.bootstrap .col-md-11,
.bootstrap .col-md-12,
.bootstrap .col-md-2,
.bootstrap .col-md-3,
.bootstrap .col-md-4,
.bootstrap .col-md-5,
.bootstrap .col-md-6,
.bootstrap .col-md-7,
.bootstrap .col-md-8,
.bootstrap .col-md-9,
.bootstrap .col-sm-1,
.bootstrap .col-sm-10,
.bootstrap .col-sm-11,
.bootstrap .col-sm-12,
.bootstrap .col-sm-2,
.bootstrap .col-sm-3,
.bootstrap .col-sm-4,
.bootstrap .col-sm-5,
.bootstrap .col-sm-6,
.bootstrap .col-sm-7,
.bootstrap .col-sm-8,
.bootstrap .col-sm-9,
.bootstrap .col-xs-1,
.bootstrap .col-xs-10,
.bootstrap .col-xs-11,
.bootstrap .col-xs-12,
.bootstrap .col-xs-2,
.bootstrap .col-xs-3,
.bootstrap .col-xs-4,
.bootstrap .col-xs-5,
.bootstrap .col-xs-6,
.bootstrap .col-xs-7,
.bootstrap .col-xs-8,
.bootstrap .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

.bootstrap #dashboard .data_list_vertical li {
    position: relative;
    min-height: 1px
}

.bootstrap #dashboard .data_list_vertical li,
.bootstrap .col-xs-1,
.bootstrap .col-xs-10,
.bootstrap .col-xs-11,
.bootstrap .col-xs-12,
.bootstrap .col-xs-2,
.bootstrap .col-xs-3,
.bootstrap .col-xs-4,
.bootstrap .col-xs-5,
.bootstrap .col-xs-6,
.bootstrap .col-xs-7,
.bootstrap .col-xs-8,
.bootstrap .col-xs-9 {
    float: left
}

.bootstrap .col-xs-1 {
    width: 8.3333333333%
}

.bootstrap .col-xs-2 {
    width: 16.6666666667%
}

.bootstrap .col-xs-3 {
    width: 25%
}

.bootstrap .col-xs-4 {
    width: 33.3333333333%
}

.bootstrap .col-xs-5 {
    width: 41.6666666667%
}

.bootstrap #dashboard .data_list_vertical li,
.bootstrap .col-xs-6 {
    width: 50%
}

.bootstrap .col-xs-7 {
    width: 58.3333333333%
}

.bootstrap .col-xs-8 {
    width: 66.6666666667%
}

.bootstrap .col-xs-9 {
    width: 75%
}

.bootstrap .col-xs-10 {
    width: 83.3333333333%
}

.bootstrap .col-xs-11 {
    width: 91.6666666667%
}

.bootstrap .col-xs-12 {
    width: 100%
}

.bootstrap .col-xs-pull-0 {
    right: auto
}

.bootstrap .col-xs-pull-1 {
    right: 8.3333333333%
}

.bootstrap .col-xs-pull-2 {
    right: 16.6666666667%
}

.bootstrap .col-xs-pull-3 {
    right: 25%
}

.bootstrap .col-xs-pull-4 {
    right: 33.3333333333%
}

.bootstrap .col-xs-pull-5 {
    right: 41.6666666667%
}

.bootstrap .col-xs-pull-6 {
    right: 50%
}

.bootstrap .col-xs-pull-7 {
    right: 58.3333333333%
}

.bootstrap .col-xs-pull-8 {
    right: 66.6666666667%
}

.bootstrap .col-xs-pull-9 {
    right: 75%
}

.bootstrap .col-xs-pull-10 {
    right: 83.3333333333%
}

.bootstrap .col-xs-pull-11 {
    right: 91.6666666667%
}

.bootstrap .col-xs-pull-12 {
    right: 100%
}

.bootstrap .col-xs-push-0 {
    left: auto
}

.bootstrap .col-xs-push-1 {
    left: 8.3333333333%
}

.bootstrap .col-xs-push-2 {
    left: 16.6666666667%
}

.bootstrap .col-xs-push-3 {
    left: 25%
}

.bootstrap .col-xs-push-4 {
    left: 33.3333333333%
}

.bootstrap .col-xs-push-5 {
    left: 41.6666666667%
}

.bootstrap .col-xs-push-6 {
    left: 50%
}

.bootstrap .col-xs-push-7 {
    left: 58.3333333333%
}

.bootstrap .col-xs-push-8 {
    left: 66.6666666667%
}

.bootstrap .col-xs-push-9 {
    left: 75%
}

.bootstrap .col-xs-push-10 {
    left: 83.3333333333%
}

.bootstrap .col-xs-push-11 {
    left: 91.6666666667%
}

.bootstrap .col-xs-push-12 {
    left: 100%
}

.bootstrap .col-xs-offset-0 {
    margin-left: 0
}

.bootstrap .col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.bootstrap .col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.bootstrap .col-xs-offset-3 {
    margin-left: 25%
}

.bootstrap .col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.bootstrap .col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.bootstrap .col-xs-offset-6 {
    margin-left: 50%
}

.bootstrap .col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.bootstrap .col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.bootstrap .col-xs-offset-9 {
    margin-left: 75%
}

.bootstrap .col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.bootstrap .col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.bootstrap .col-xs-offset-12 {
    margin-left: 100%
}

.bootstrap table {
    max-width: 100%;
    background-color: transparent
}

.bootstrap .table {
    width: 100%
}

.bootstrap .table>thead>tr>th {
    padding: 8px;
    line-height: 1.428571429;
    border-top: 1px solid #ddd
}

.bootstrap .table>tbody>tr>td,
.bootstrap .table>tbody>tr>th,
.bootstrap .table>tfoot>tr>td,
.bootstrap .table>tfoot>tr>th,
.bootstrap .table>thead>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.bootstrap .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.bootstrap .table>caption+thead>tr:first-child>td,
.bootstrap .table>caption+thead>tr:first-child>th,
.bootstrap .table>colgroup+thead>tr:first-child>td,
.bootstrap .table>colgroup+thead>tr:first-child>th,
.bootstrap .table>thead:first-child>tr:first-child>td,
.bootstrap .table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.bootstrap .table>tbody+tbody {
    border-top: 2px solid #ddd
}

.bootstrap .table .table {
    background-color: #eff1f2
}

.bootstrap .table-condensed>tbody>tr>td,
.bootstrap .table-condensed>tbody>tr>th,
.bootstrap .table-condensed>tfoot>tr>td,
.bootstrap .table-condensed>tfoot>tr>th,
.bootstrap .table-condensed>thead>tr>td,
.bootstrap .table-condensed>thead>tr>th {
    padding: 5px
}

.bootstrap .table-bordered {
    border: 1px solid #ddd
}

.bootstrap .table-bordered>thead>tr>td,
.bootstrap .table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.bootstrap .table-striped>tbody>tr:nth-child(odd)>td,
.bootstrap .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.bootstrap .table-hover>tbody>tr:hover>td,
.bootstrap .table-hover>tbody>tr:hover>th,
.bootstrap .table>tbody>tr.active>td,
.bootstrap .table>tbody>tr.active>th,
.bootstrap .table>tbody>tr>td.active,
.bootstrap .table>tbody>tr>th.active,
.bootstrap .table>tfoot>tr.active>td,
.bootstrap .table>tfoot>tr.active>th,
.bootstrap .table>tfoot>tr>td.active,
.bootstrap .table>tfoot>tr>th.active,
.bootstrap .table>thead>tr.active>td,
.bootstrap .table>thead>tr.active>th,
.bootstrap .table>thead>tr>td.active,
.bootstrap .table>thead>tr>th.active {
    background-color: #edf7fb
}

.bootstrap table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

.bootstrap table td[class*=col-],
.bootstrap table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.bootstrap .table-hover>tbody>tr.active:hover>td,
.bootstrap .table-hover>tbody>tr.active:hover>th,
.bootstrap .table-hover>tbody>tr:hover>.active,
.bootstrap .table-hover>tbody>tr>td.active:hover,
.bootstrap .table-hover>tbody>tr>th.active:hover {
    background-color: #d8eef6
}

.bootstrap .table>tbody>tr.success>td,
.bootstrap .table>tbody>tr.success>th,
.bootstrap .table>tbody>tr>td.success,
.bootstrap .table>tbody>tr>th.success,
.bootstrap .table>tfoot>tr.success>td,
.bootstrap .table>tfoot>tr.success>th,
.bootstrap .table>tfoot>tr>td.success,
.bootstrap .table>tfoot>tr>th.success,
.bootstrap .table>thead>tr.success>td,
.bootstrap .table>thead>tr.success>th,
.bootstrap .table>thead>tr>td.success,
.bootstrap .table>thead>tr>th.success {
    background-color: #cce9d7
}

.bootstrap .table-hover>tbody>tr.success:hover>td,
.bootstrap .table-hover>tbody>tr.success:hover>th,
.bootstrap .table-hover>tbody>tr:hover>.success,
.bootstrap .table-hover>tbody>tr>td.success:hover,
.bootstrap .table-hover>tbody>tr>th.success:hover {
    background-color: #bae1c9
}

.bootstrap .table>tbody>tr.info>td,
.bootstrap .table>tbody>tr.info>th,
.bootstrap .table>tbody>tr>td.info,
.bootstrap .table>tbody>tr>th.info,
.bootstrap .table>tfoot>tr.info>td,
.bootstrap .table>tfoot>tr.info>th,
.bootstrap .table>tfoot>tr>td.info,
.bootstrap .table>tfoot>tr>th.info,
.bootstrap .table>thead>tr.info>td,
.bootstrap .table>thead>tr.info>th,
.bootstrap .table>thead>tr>td.info,
.bootstrap .table>thead>tr>th.info {
    background-color: #d3f1f7
}

.bootstrap .table-hover>tbody>tr.info:hover>td,
.bootstrap .table-hover>tbody>tr.info:hover>th,
.bootstrap .table-hover>tbody>tr:hover>.info,
.bootstrap .table-hover>tbody>tr>td.info:hover,
.bootstrap .table-hover>tbody>tr>th.info:hover {
    background-color: #bdeaf3
}

.bootstrap .table>tbody>tr.warning>td,
.bootstrap .table>tbody>tr.warning>th,
.bootstrap .table>tbody>tr>td.warning,
.bootstrap .table>tbody>tr>th.warning,
.bootstrap .table>tfoot>tr.warning>td,
.bootstrap .table>tfoot>tr.warning>th,
.bootstrap .table>tfoot>tr>td.warning,
.bootstrap .table>tfoot>tr>th.warning,
.bootstrap .table>thead>tr.warning>td,
.bootstrap .table>thead>tr.warning>th,
.bootstrap .table>thead>tr>td.warning,
.bootstrap .table>thead>tr>th.warning {
    background-color: #fef1d3
}

.bootstrap .table-hover>tbody>tr.warning:hover>td,
.bootstrap .table-hover>tbody>tr.warning:hover>th,
.bootstrap .table-hover>tbody>tr:hover>.warning,
.bootstrap .table-hover>tbody>tr>td.warning:hover,
.bootstrap .table-hover>tbody>tr>th.warning:hover {
    background-color: #fde9ba
}

.bootstrap .table>tbody>tr.danger>td,
.bootstrap .table>tbody>tr.danger>th,
.bootstrap .table>tbody>tr>td.danger,
.bootstrap .table>tbody>tr>th.danger,
.bootstrap .table>tfoot>tr.danger>td,
.bootstrap .table>tfoot>tr.danger>th,
.bootstrap .table>tfoot>tr>td.danger,
.bootstrap .table>tfoot>tr>th.danger,
.bootstrap .table>thead>tr.danger>td,
.bootstrap .table>thead>tr.danger>th,
.bootstrap .table>thead>tr>td.danger,
.bootstrap .table>thead>tr>th.danger {
    background-color: #f9cce1
}

.bootstrap .table-hover>tbody>tr.danger:hover>td,
.bootstrap .table-hover>tbody>tr.danger:hover>th,
.bootstrap .table-hover>tbody>tr:hover>.danger,
.bootstrap .table-hover>tbody>tr>td.danger:hover,
.bootstrap .table-hover>tbody>tr>th.danger:hover {
    background-color: #f6b5d4
}

.bootstrap fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

.bootstrap legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.bootstrap label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.bootstrap input[type=checkbox],
.bootstrap input[type=radio] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

.bootstrap input[type=file] {
    display: block
}

.bootstrap input[type=range] {
    display: block;
    width: 100%
}

.bootstrap select[multiple],
.bootstrap select[size] {
    height: auto
}

.bootstrap output {
    display: block;
    padding-top: 9px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555
}

.bootstrap .form-control,
.bootstrap input[type=number],
.bootstrap input[type=password],
.bootstrap input[type=search],
.bootstrap input[type=text],
.bootstrap select {
    height: 39px
}

.bootstrap .form-control,
.bootstrap input[type=number],
.bootstrap input[type=password],
.bootstrap input[type=search],
.bootstrap input[type=text],
.bootstrap select,
.bootstrap textarea {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbcdd2;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.bootstrap .form-control:focus {
    border-color: #66afe9
}

.bootstrap .form-control:focus,
.bootstrap input[type=number]:focus,
.bootstrap input[type=password]:focus,
.bootstrap input[type=search]:focus,
.bootstrap input[type=text]:focus,
.bootstrap select:focus,
.bootstrap textarea:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.bootstrap select:focus {
    border-color: #66afe9
}

.bootstrap .form-control::-moz-placeholder,
.bootstrap input[type=number]::-moz-placeholder,
.bootstrap input[type=password]::-moz-placeholder,
.bootstrap input[type=search]::-moz-placeholder,
.bootstrap input[type=text]::-moz-placeholder,
.bootstrap select::-moz-placeholder,
.bootstrap textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.bootstrap .form-control:-ms-input-placeholder,
.bootstrap input[type=number]:-ms-input-placeholder,
.bootstrap input[type=password]:-ms-input-placeholder,
.bootstrap input[type=search]:-ms-input-placeholder,
.bootstrap input[type=text]:-ms-input-placeholder,
.bootstrap select:-ms-input-placeholder,
.bootstrap textarea:-ms-input-placeholder {
    color: #999
}

.bootstrap .form-control::-webkit-input-placeholder,
.bootstrap input[type=number]::-webkit-input-placeholder,
.bootstrap input[type=password]::-webkit-input-placeholder,
.bootstrap input[type=search]::-webkit-input-placeholder,
.bootstrap input[type=text]::-webkit-input-placeholder,
.bootstrap select::-webkit-input-placeholder,
.bootstrap textarea::-webkit-input-placeholder {
    color: #999
}

.bootstrap .form-control[disabled],
.bootstrap .form-control[readonly],
.bootstrap input[disabled][type=number],
.bootstrap input[disabled][type=password],
.bootstrap input[disabled][type=search],
.bootstrap input[disabled][type=text],
.bootstrap input[readonly][type=number],
.bootstrap input[readonly][type=password],
.bootstrap input[readonly][type=search],
.bootstrap input[readonly][type=text],
.bootstrap select[disabled],
.bootstrap select[readonly],
.bootstrap textarea[disabled],
.bootstrap textarea[readonly],
fieldset[disabled] .bootstrap .form-control,
fieldset[disabled] .bootstrap input[type=number],
fieldset[disabled] .bootstrap input[type=password],
fieldset[disabled] .bootstrap input[type=search],
fieldset[disabled] .bootstrap input[type=text],
fieldset[disabled] .bootstrap select,
fieldset[disabled] .bootstrap textarea {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.bootstrap textarea,
.bootstrap textarea.form-control {
    height: auto
}

.bootstrap input[type=search] {
    -webkit-appearance: none
}

.bootstrap input[type=date],
.bootstrap input[type=datetime-local],
.bootstrap input[type=month],
.bootstrap input[type=time] {
    line-height: 39px;
    line-height: 1.428571429 \0
}

.bootstrap .input-group-sm>.input-group-btn>input[type=date].btn,
.bootstrap .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
.bootstrap .input-group-sm>.input-group-btn>input[type=month].btn,
.bootstrap .input-group-sm>.input-group-btn>input[type=time].btn,
.bootstrap .input-group-sm>input[type=date].form-control,
.bootstrap .input-group-sm>input[type=date].input-group-addon,
.bootstrap .input-group-sm>input[type=date][type=number],
.bootstrap .input-group-sm>input[type=date][type=password],
.bootstrap .input-group-sm>input[type=date][type=search],
.bootstrap .input-group-sm>input[type=date][type=text],
.bootstrap .input-group-sm>input[type=datetime-local].form-control,
.bootstrap .input-group-sm>input[type=datetime-local].input-group-addon,
.bootstrap .input-group-sm>input[type=datetime-local][type=number],
.bootstrap .input-group-sm>input[type=datetime-local][type=password],
.bootstrap .input-group-sm>input[type=datetime-local][type=search],
.bootstrap .input-group-sm>input[type=datetime-local][type=text],
.bootstrap .input-group-sm>input[type=month].form-control,
.bootstrap .input-group-sm>input[type=month].input-group-addon,
.bootstrap .input-group-sm>input[type=month][type=number],
.bootstrap .input-group-sm>input[type=month][type=password],
.bootstrap .input-group-sm>input[type=month][type=search],
.bootstrap .input-group-sm>input[type=month][type=text],
.bootstrap .input-group-sm>input[type=time].form-control,
.bootstrap .input-group-sm>input[type=time].input-group-addon,
.bootstrap .input-group-sm>input[type=time][type=number],
.bootstrap .input-group-sm>input[type=time][type=password],
.bootstrap .input-group-sm>input[type=time][type=search],
.bootstrap .input-group-sm>input[type=time][type=text],
.bootstrap input[type=date].input-sm,
.bootstrap input[type=datetime-local].input-sm,
.bootstrap input[type=month].input-sm,
.bootstrap input[type=time].input-sm {
    line-height: 28px
}

.bootstrap .input-group-lg>.input-group-btn>input[type=date].btn,
.bootstrap .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
.bootstrap .input-group-lg>.input-group-btn>input[type=month].btn,
.bootstrap .input-group-lg>.input-group-btn>input[type=time].btn,
.bootstrap .input-group-lg>input[type=date].form-control,
.bootstrap .input-group-lg>input[type=date].input-group-addon,
.bootstrap .input-group-lg>input[type=date][type=number],
.bootstrap .input-group-lg>input[type=date][type=password],
.bootstrap .input-group-lg>input[type=date][type=search],
.bootstrap .input-group-lg>input[type=date][type=text],
.bootstrap .input-group-lg>input[type=datetime-local].form-control,
.bootstrap .input-group-lg>input[type=datetime-local].input-group-addon,
.bootstrap .input-group-lg>input[type=datetime-local][type=number],
.bootstrap .input-group-lg>input[type=datetime-local][type=password],
.bootstrap .input-group-lg>input[type=datetime-local][type=search],
.bootstrap .input-group-lg>input[type=datetime-local][type=text],
.bootstrap .input-group-lg>input[type=month].form-control,
.bootstrap .input-group-lg>input[type=month].input-group-addon,
.bootstrap .input-group-lg>input[type=month][type=number],
.bootstrap .input-group-lg>input[type=month][type=password],
.bootstrap .input-group-lg>input[type=month][type=search],
.bootstrap .input-group-lg>input[type=month][type=text],
.bootstrap .input-group-lg>input[type=time].form-control,
.bootstrap .input-group-lg>input[type=time].input-group-addon,
.bootstrap .input-group-lg>input[type=time][type=number],
.bootstrap .input-group-lg>input[type=time][type=password],
.bootstrap .input-group-lg>input[type=time][type=search],
.bootstrap .input-group-lg>input[type=time][type=text],
.bootstrap input[type=date].input-lg,
.bootstrap input[type=datetime-local].input-lg,
.bootstrap input[type=month].input-lg,
.bootstrap input[type=time].input-lg {
    line-height: 42px
}

.bootstrap .form-group {
    margin-bottom: 19px
}

.bootstrap .checkbox,
.bootstrap .radio {
    display: block;
    min-height: 17px;
    margin-top: 10px;
    margin-bottom: 10px
}

.bootstrap .checkbox label,
.bootstrap .checkbox-inline,
.bootstrap .radio label,
.bootstrap .radio-inline {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.bootstrap .checkbox input[type=checkbox],
.bootstrap .checkbox-inline input[type=checkbox],
.bootstrap .radio input[type=radio],
.bootstrap .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px
}

.bootstrap .checkbox+.checkbox,
.bootstrap .radio+.radio {
    margin-top: -5px
}

.bootstrap .checkbox-inline,
.bootstrap .radio-inline {
    display: inline-block;
    vertical-align: middle
}

.bootstrap .checkbox-inline+.checkbox-inline,
.bootstrap .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.bootstrap .checkbox-inline[disabled],
.bootstrap .checkbox[disabled],
.bootstrap .radio-inline[disabled],
.bootstrap .radio[disabled],
.bootstrap input[type=checkbox][disabled],
.bootstrap input[type=radio][disabled],
fieldset[disabled] .bootstrap .checkbox,
fieldset[disabled] .bootstrap .checkbox-inline,
fieldset[disabled] .bootstrap .radio,
fieldset[disabled] .bootstrap .radio-inline,
fieldset[disabled] .bootstrap input[type=checkbox],
fieldset[disabled] .bootstrap input[type=radio] {
    cursor: not-allowed
}

.bootstrap .input-group-sm>.form-control,
.bootstrap .input-group-sm>.input-group-btn>.btn,
.bootstrap .input-group-sm>input[type=number],
.bootstrap .input-group-sm>input[type=password],
.bootstrap .input-group-sm>input[type=search],
.bootstrap .input-group-sm>input[type=text],
.bootstrap .input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

.bootstrap .input-group-sm>textarea {
    line-height: 1.5
}

.bootstrap .input-group-sm>select,
.bootstrap .input-group-sm>textarea {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px
}

.bootstrap .input-group-sm>.input-group-addon {
    height: 28px;
    line-height: 1.5
}

.bootstrap .input-group-sm>.input-group-btn>select.btn,
.bootstrap .input-group-sm>select,
.bootstrap .input-group-sm>select.form-control,
.bootstrap .input-group-sm>select.input-group-addon,
.bootstrap select.input-sm {
    height: 28px;
    line-height: 28px
}

.bootstrap .input-group-sm>.input-group-btn>select[multiple].btn,
.bootstrap .input-group-sm>.input-group-btn>textarea.btn,
.bootstrap .input-group-sm>select[multiple],
.bootstrap .input-group-sm>textarea,
.bootstrap .input-group-sm>textarea.form-control,
.bootstrap .input-group-sm>textarea.input-group-addon,
.bootstrap select[multiple].input-sm,
.bootstrap textarea.input-sm {
    height: auto
}

.bootstrap .input-group-lg>.form-control,
.bootstrap .input-group-lg>.input-group-btn>.btn,
.bootstrap .input-group-lg>input[type=number],
.bootstrap .input-group-lg>input[type=password],
.bootstrap .input-group-lg>input[type=search],
.bootstrap .input-group-lg>input[type=text],
.bootstrap .input-lg {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 6px
}

.bootstrap .input-group-lg>textarea {
    line-height: 1.33
}

.bootstrap .input-group-lg>select,
.bootstrap .input-group-lg>textarea {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px
}

.bootstrap .input-group-lg>.input-group-addon {
    height: 42px;
    line-height: 1.33
}

.bootstrap .input-group-lg>.input-group-btn>select.btn,
.bootstrap .input-group-lg>select,
.bootstrap .input-group-lg>select.form-control,
.bootstrap .input-group-lg>select.input-group-addon,
.bootstrap select.input-lg {
    height: 42px;
    line-height: 42px
}

.bootstrap .input-group-lg>.input-group-btn>select[multiple].btn,
.bootstrap .input-group-lg>.input-group-btn>textarea.btn,
.bootstrap .input-group-lg>select[multiple],
.bootstrap .input-group-lg>textarea,
.bootstrap .input-group-lg>textarea.form-control,
.bootstrap .input-group-lg>textarea.input-group-addon,
.bootstrap select[multiple].input-lg,
.bootstrap textarea.input-lg {
    height: auto
}

.bootstrap .has-feedback {
    position: relative
}

.bootstrap .has-feedback .form-control,
.bootstrap .has-feedback input[type=number],
.bootstrap .has-feedback input[type=password],
.bootstrap .has-feedback input[type=search],
.bootstrap .has-feedback input[type=text],
.bootstrap .has-feedback select,
.bootstrap .has-feedback textarea {
    padding-right: 48.75px
}

.bootstrap .form-control-feedback {
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 2;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center
}

.bootstrap .input-group-lg>.form-control+.form-control-feedback,
.bootstrap .input-group-lg>.input-group-addon+.form-control-feedback,
.bootstrap .input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.bootstrap .input-group-lg>input[type=number]+.form-control-feedback,
.bootstrap .input-group-lg>input[type=password]+.form-control-feedback,
.bootstrap .input-group-lg>input[type=search]+.form-control-feedback,
.bootstrap .input-group-lg>input[type=text]+.form-control-feedback,
.bootstrap .input-group-lg>select+.form-control-feedback,
.bootstrap .input-group-lg>textarea+.form-control-feedback,
.bootstrap .input-lg+.form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px
}

.bootstrap .input-group-sm>.form-control+.form-control-feedback,
.bootstrap .input-group-sm>.input-group-addon+.form-control-feedback,
.bootstrap .input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.bootstrap .input-group-sm>input[type=number]+.form-control-feedback,
.bootstrap .input-group-sm>input[type=password]+.form-control-feedback,
.bootstrap .input-group-sm>input[type=search]+.form-control-feedback,
.bootstrap .input-group-sm>input[type=text]+.form-control-feedback,
.bootstrap .input-group-sm>select+.form-control-feedback,
.bootstrap .input-group-sm>textarea+.form-control-feedback,
.bootstrap .input-sm+.form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px
}

.bootstrap .has-success .checkbox,
.bootstrap .has-success .checkbox-inline,
.bootstrap .has-success .control-label,
.bootstrap .has-success .help-block,
.bootstrap .has-success .radio,
.bootstrap .has-success .radio-inline {
    color: #3c763d
}

.bootstrap .has-success .form-control,
.bootstrap .has-success input[type=number],
.bootstrap .has-success input[type=password],
.bootstrap .has-success input[type=search],
.bootstrap .has-success input[type=text],
.bootstrap .has-success select,
.bootstrap .has-success textarea {
    background-color: #cce9d7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.bootstrap .has-success .form-control:focus,
.bootstrap .has-success input[type=number]:focus,
.bootstrap .has-success input[type=password]:focus,
.bootstrap .has-success input[type=search]:focus,
.bootstrap .has-success input[type=text]:focus,
.bootstrap .has-success select:focus,
.bootstrap .has-success textarea:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.bootstrap .has-success .input-group-addon {
    color: #3c763d;
    background-color: #cce9d7
}

.bootstrap .has-success .form-control-feedback {
    color: #3c763d
}

.bootstrap .has-warning .checkbox,
.bootstrap .has-warning .checkbox-inline,
.bootstrap .has-warning .control-label,
.bootstrap .has-warning .help-block,
.bootstrap .has-warning .radio,
.bootstrap .has-warning .radio-inline {
    color: #8a6d3b
}

.bootstrap .has-warning .form-control,
.bootstrap .has-warning input[type=number],
.bootstrap .has-warning input[type=password],
.bootstrap .has-warning input[type=search],
.bootstrap .has-warning input[type=text],
.bootstrap .has-warning select,
.bootstrap .has-warning textarea {
    background-color: #fef1d3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.bootstrap .has-warning .form-control:focus,
.bootstrap .has-warning input[type=number]:focus,
.bootstrap .has-warning input[type=password]:focus,
.bootstrap .has-warning input[type=search]:focus,
.bootstrap .has-warning input[type=text]:focus,
.bootstrap .has-warning select:focus,
.bootstrap .has-warning textarea:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.bootstrap .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fef1d3
}

.bootstrap .has-warning .form-control-feedback {
    color: #8a6d3b
}

.bootstrap .has-error .checkbox,
.bootstrap .has-error .checkbox-inline,
.bootstrap .has-error .control-label,
.bootstrap .has-error .help-block,
.bootstrap .has-error .radio,
.bootstrap .has-error .radio-inline {
    color: #a94442
}

.bootstrap .has-error .form-control,
.bootstrap .has-error input[type=number],
.bootstrap .has-error input[type=password],
.bootstrap .has-error input[type=search],
.bootstrap .has-error input[type=text],
.bootstrap .has-error select,
.bootstrap .has-error textarea {
    background-color: #f9cce1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.bootstrap .has-error .form-control:focus,
.bootstrap .has-error input[type=number]:focus,
.bootstrap .has-error input[type=password]:focus,
.bootstrap .has-error input[type=search]:focus,
.bootstrap .has-error input[type=text]:focus,
.bootstrap .has-error select:focus,
.bootstrap .has-error textarea:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.bootstrap .has-error .input-group-addon {
    color: #a94442;
    background-color: #f9cce1
}

.bootstrap .has-error .form-control-feedback {
    color: #a94442
}

.bootstrap #carrier_wizard .wizard_error>p,
.bootstrap #carrier_wizard .wizard_error>ul,
.bootstrap .alert>p,
.bootstrap .alert>ul,
.bootstrap .form-control-static {
    margin-bottom: 0
}

.bootstrap .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #959595
}

.bootstrap .form-horizontal .checkbox,
.bootstrap .form-horizontal .checkbox-inline,
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px
}

.bootstrap .form-horizontal .checkbox,
.bootstrap .form-horizontal .radio {
    min-height: 26px
}

.bootstrap .form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px
}

.bootstrap .btn-toolbar:after,
.bootstrap .btn-toolbar:before,
.bootstrap .form-horizontal .form-group:after,
.bootstrap .form-horizontal .form-group:before {
    content: " ";
    display: table
}

.bootstrap .btn-toolbar:after,
.bootstrap .form-horizontal .form-group:after {
    clear: both
}

.bootstrap .form-horizontal .form-control-static {
    padding-top: 9px;
    padding-bottom: 9px
}

.bootstrap .form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 5px
}

.bootstrap .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    background-image: none;
    border: 1px solid transparent;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap .btn.active:focus,
.bootstrap .btn:active:focus,
.bootstrap .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.bootstrap .btn:focus,
.bootstrap .btn:hover {
    color: #363a41;
    text-decoration: none
}

.bootstrap .btn.active,
.bootstrap .btn:active {
    outline: 0;
    background-image: none
}

.bootstrap .btn.disabled,
.bootstrap .btn[disabled],
fieldset[disabled] .bootstrap .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button,
#content.bootstrap .panel .table .panel-heading>.btn-group a,
#content.bootstrap .panel .table .panel-heading>.btn-group button,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button,
#content.bootstrap .table .panel .panel-heading>.btn-group a,
#content.bootstrap .table .panel .panel-heading>.btn-group button,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button,
.bootstrap .btn-default,
.bootstrap .table .btn-group a,
.bootstrap .table .btn-group button,
.bootstrap .table .btn-group-action a,
.bootstrap .table .btn-group-action button {
    color: #363a41;
    background-color: #fff;
    border-color: #bbcdd2
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button:hover,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a:hover,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button:hover,
#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group a:focus,
#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group a:hover,
#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group button:focus,
#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group button:hover,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a:hover,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button:hover,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default:hover,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a:hover,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button:hover,
#content.bootstrap .panel .table .panel-heading>.btn-group a:hover,
#content.bootstrap .panel .table .panel-heading>.btn-group button:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button:hover,
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group a:focus,
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group a:hover,
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group button:focus,
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group button:hover,
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:focus,
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:hover,
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:focus,
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:hover,
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group a:focus,
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group a:hover,
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group button:focus,
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group button:hover,
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:focus,
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:hover,
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:focus,
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:hover,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:hover,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group a:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group button:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group a:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group a:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group button:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group button:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button:hover,
.bootstrap .btn-default:focus,
.bootstrap .btn-default:hover,
.bootstrap .table .btn-group a:hover,
.bootstrap .table .btn-group button:hover,
.bootstrap .table .btn-group-action a:focus,
.bootstrap .table .btn-group-action a:hover,
.bootstrap .table .btn-group-action button:focus,
.bootstrap .table .btn-group-action button:hover {
    color: #363a41;
    background-color: #e6e6e6;
    border-color: #96b2ba
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default:focus,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a:focus,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button:focus,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a:focus,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button:focus,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a:focus,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button:focus,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default:focus,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a:focus,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button:focus,
#content.bootstrap .panel .table .panel-heading>.btn-group a:focus,
#content.bootstrap .panel .table .panel-heading>.btn-group button:focus,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a:focus,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button:focus,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:focus,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:focus,
#content.bootstrap .table .panel .panel-heading>.btn-group a:focus,
#content.bootstrap .table .panel .panel-heading>.btn-group button:focus,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:focus,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button:focus,
.bootstrap .table .btn-group a:focus,
.bootstrap .table .btn-group button:focus {
    background-color: #e6e6e6
}

#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group a:active,
#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group button:active,
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group a:active,
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group button:active,
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:active,
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:active,
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group a:active,
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group button:active,
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:active,
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group a:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group button:active,
.bootstrap .btn-default:active,
.bootstrap .table .btn-group-action a:active,
.bootstrap .table .btn-group-action button:active {
    color: #363a41;
    background-color: #e6e6e6;
    border-color: #96b2ba
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button:active,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default:active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap .panel .table .panel-heading>.btn-group a:active,
#content.bootstrap .panel .table .panel-heading>.btn-group button:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:active,
#content.bootstrap .table .panel .panel-heading>.btn-group a:active,
#content.bootstrap .table .panel .panel-heading>.btn-group button:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button:active,
.bootstrap .table .btn-group a:active,
.bootstrap .table .btn-group button:active {
    background-color: #e6e6e6
}

#content.bootstrap #dash_version .panel-heading>.btn-group .active.btn-default,
#content.bootstrap #dash_version .panel-heading>.btn-group .open>.bootstrap .dropdown-toggle.btn-default,
#content.bootstrap #dash_version .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action a.dropdown-toggle,
#content.bootstrap #dash_version .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action button.dropdown-toggle,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap a.dropdown-toggle,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap button.dropdown-toggle,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap #dash_version .table .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .active.btn-default,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap .dropdown-toggle.btn-default,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action a.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action button.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.active,
#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group a.active,
#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group button.active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.active,
#content.bootstrap .panel .panel-heading>.btn-group .active.btn-default,
#content.bootstrap .panel .panel-heading>.btn-group .open>.bootstrap .dropdown-toggle.btn-default,
#content.bootstrap .panel .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action a.dropdown-toggle,
#content.bootstrap .panel .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action button.dropdown-toggle,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap .panel .table .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .panel .table .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .panel .table .panel-heading>.btn-group a.active,
#content.bootstrap .panel .table .panel-heading>.btn-group button.active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .table #dash_version .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.active,
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group a.active,
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group button.active,
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.active,
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.active,
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group a.active,
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group button.active,
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.active,
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.active,
#content.bootstrap .table .panel .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .table .panel .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .table .panel .panel-heading>.btn-group a.active,
#content.bootstrap .table .panel .panel-heading>.btn-group button.active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group a.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .active.btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .open>.bootstrap .dropdown-toggle.btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action a.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action button.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.active,
.bootstrap .btn-default.active,
.bootstrap .table .btn-group a.active,
.bootstrap .table .btn-group button.active,
.bootstrap .table .btn-group-action a.active,
.bootstrap .table .btn-group-action button.active,
.open>.bootstrap #content.bootstrap #dash_version .panel-heading>.btn-group .dropdown-toggle.btn-default,
.open>.bootstrap #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.dropdown-toggle,
.open>.bootstrap #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.dropdown-toggle,
.open>.bootstrap #content.bootstrap #dash_version .table .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap #dash_version .table .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .dropdown-toggle.btn-default,
.open>.bootstrap #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .panel .panel-heading>.btn-group .dropdown-toggle.btn-default,
.open>.bootstrap #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .panel .table .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .panel .table .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table #dash_version .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table #dash_version .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .panel .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .panel .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .dropdown-toggle.btn-default,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap .btn-default.dropdown-toggle,
.open>.bootstrap .table .btn-group a.dropdown-toggle,
.open>.bootstrap .table .btn-group button.dropdown-toggle,
.open>.bootstrap .table .btn-group-action a.dropdown-toggle,
.open>.bootstrap .table .btn-group-action button.dropdown-toggle {
    color: #363a41;
    background-color: #e6e6e6;
    border-color: #96b2ba
}

#content.bootstrap #dash_version .panel-heading>.btn-group .active.btn-default,
#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .open>.bootstrap .dropdown-toggle.btn-default,
#content.bootstrap #dash_version .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action a.dropdown-toggle,
#content.bootstrap #dash_version .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action button.dropdown-toggle,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap a.dropdown-toggle,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap button.dropdown-toggle,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap #dash_version .table .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .active.btn-default,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap .dropdown-toggle.btn-default,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action a.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action button.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button:active,
#content.bootstrap .panel .panel-heading>.btn-group .active.btn-default,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default:active,
#content.bootstrap .panel .panel-heading>.btn-group .open>.bootstrap .dropdown-toggle.btn-default,
#content.bootstrap .panel .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action a.dropdown-toggle,
#content.bootstrap .panel .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action button.dropdown-toggle,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap .panel .table .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .panel .table .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .panel .table .panel-heading>.btn-group a.active,
#content.bootstrap .panel .table .panel-heading>.btn-group a:active,
#content.bootstrap .panel .table .panel-heading>.btn-group button.active,
#content.bootstrap .panel .table .panel-heading>.btn-group button:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .table #dash_version .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:active,
#content.bootstrap .table .panel .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .table .panel .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .table .panel .panel-heading>.btn-group a.active,
#content.bootstrap .table .panel .panel-heading>.btn-group a:active,
#content.bootstrap .table .panel .panel-heading>.btn-group button.active,
#content.bootstrap .table .panel .panel-heading>.btn-group button:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .active.btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .open>.bootstrap .dropdown-toggle.btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action a.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .open>.bootstrap .table .btn-group-action button.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group .open>.bootstrap a.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group .open>.bootstrap button.dropdown-toggle,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button:active,
.bootstrap .btn-default.active,
.bootstrap .btn-default:active,
.bootstrap .table .btn-group a.active,
.bootstrap .table .btn-group a:active,
.bootstrap .table .btn-group button.active,
.bootstrap .table .btn-group button:active,
.bootstrap .table .btn-group-action a.active,
.bootstrap .table .btn-group-action a:active,
.bootstrap .table .btn-group-action button.active,
.bootstrap .table .btn-group-action button:active,
.open>.bootstrap #content.bootstrap #dash_version .panel-heading>.btn-group .dropdown-toggle.btn-default,
.open>.bootstrap #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.dropdown-toggle,
.open>.bootstrap #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.dropdown-toggle,
.open>.bootstrap #content.bootstrap #dash_version .table .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap #dash_version .table .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .dropdown-toggle.btn-default,
.open>.bootstrap #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .panel .panel-heading>.btn-group .dropdown-toggle.btn-default,
.open>.bootstrap #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .panel .table .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .panel .table .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table #dash_version .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table #dash_version .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .panel .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .panel .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .dropdown-toggle.btn-default,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.dropdown-toggle,
.open>.bootstrap #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.dropdown-toggle,
.open>.bootstrap .btn-default.dropdown-toggle,
.open>.bootstrap .table .btn-group a.dropdown-toggle,
.open>.bootstrap .table .btn-group button.dropdown-toggle,
.open>.bootstrap .table .btn-group-action a.dropdown-toggle,
.open>.bootstrap .table .btn-group-action button.dropdown-toggle {
    background-image: none
}

#content.bootstrap #dash_version .panel-heading>.btn-group .disabled.btn-default,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.disabled,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.disabled.active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.disabled:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.disabled:focus,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.disabled:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a[disabled],
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a[disabled].active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a[disabled]:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a[disabled]:focus,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a[disabled]:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.disabled,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.disabled.active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.disabled:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.disabled:focus,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.disabled:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button[disabled],
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button[disabled].active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button[disabled]:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button[disabled]:focus,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button[disabled]:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group [disabled].btn-default,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.disabled,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.disabled.active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.disabled:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.disabled:focus,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.disabled:hover,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a[disabled],
#content.bootstrap #dash_version .table .panel-heading>.btn-group a[disabled].active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a[disabled]:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a[disabled]:focus,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a[disabled]:hover,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.disabled,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.disabled.active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.disabled:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.disabled:focus,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.disabled:hover,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button[disabled],
#content.bootstrap #dash_version .table .panel-heading>.btn-group button[disabled].active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button[disabled]:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button[disabled]:focus,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button[disabled]:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .disabled.btn-default,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.disabled,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.disabled.active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.disabled:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.disabled:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.disabled:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a[disabled],
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a[disabled].active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a[disabled]:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a[disabled]:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a[disabled]:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.disabled,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.disabled.active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.disabled:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.disabled:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.disabled:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button[disabled],
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button[disabled].active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button[disabled]:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button[disabled]:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button[disabled]:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group [disabled].btn-default,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.disabled,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.disabled.active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.disabled:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.disabled:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.disabled:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a[disabled],
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a[disabled].active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a[disabled]:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a[disabled]:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a[disabled]:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.disabled,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.disabled.active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.disabled:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.disabled:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.disabled:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button[disabled],
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button[disabled].active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button[disabled]:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button[disabled]:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button[disabled]:hover,
#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group a.disabled,
#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group a[disabled],
#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group button.disabled,
#content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group button[disabled],
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.disabled,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.disabled.active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.disabled:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.disabled:focus,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.disabled:hover,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a[disabled],
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a[disabled].active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a[disabled]:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a[disabled]:focus,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a[disabled]:hover,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.disabled,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.disabled.active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.disabled:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.disabled:focus,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.disabled:hover,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button[disabled],
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button[disabled].active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button[disabled]:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button[disabled]:focus,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button[disabled]:hover,
#content.bootstrap .panel .panel-heading>.btn-group .disabled.btn-default,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.disabled,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.disabled.active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.disabled:active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.disabled:focus,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.disabled:hover,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a[disabled],
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a[disabled].active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a[disabled]:active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a[disabled]:focus,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a[disabled]:hover,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.disabled,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.disabled.active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.disabled:active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.disabled:focus,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.disabled:hover,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button[disabled],
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button[disabled].active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button[disabled]:active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button[disabled]:focus,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button[disabled]:hover,
#content.bootstrap .panel .panel-heading>.btn-group [disabled].btn-default,
#content.bootstrap .panel .table .panel-heading>.btn-group a.disabled,
#content.bootstrap .panel .table .panel-heading>.btn-group a.disabled.active,
#content.bootstrap .panel .table .panel-heading>.btn-group a.disabled:active,
#content.bootstrap .panel .table .panel-heading>.btn-group a.disabled:focus,
#content.bootstrap .panel .table .panel-heading>.btn-group a.disabled:hover,
#content.bootstrap .panel .table .panel-heading>.btn-group a[disabled],
#content.bootstrap .panel .table .panel-heading>.btn-group a[disabled].active,
#content.bootstrap .panel .table .panel-heading>.btn-group a[disabled]:active,
#content.bootstrap .panel .table .panel-heading>.btn-group a[disabled]:focus,
#content.bootstrap .panel .table .panel-heading>.btn-group a[disabled]:hover,
#content.bootstrap .panel .table .panel-heading>.btn-group button.disabled,
#content.bootstrap .panel .table .panel-heading>.btn-group button.disabled.active,
#content.bootstrap .panel .table .panel-heading>.btn-group button.disabled:active,
#content.bootstrap .panel .table .panel-heading>.btn-group button.disabled:focus,
#content.bootstrap .panel .table .panel-heading>.btn-group button.disabled:hover,
#content.bootstrap .panel .table .panel-heading>.btn-group button[disabled],
#content.bootstrap .panel .table .panel-heading>.btn-group button[disabled].active,
#content.bootstrap .panel .table .panel-heading>.btn-group button[disabled]:active,
#content.bootstrap .panel .table .panel-heading>.btn-group button[disabled]:focus,
#content.bootstrap .panel .table .panel-heading>.btn-group button[disabled]:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.disabled,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.disabled.active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.disabled:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.disabled:focus,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.disabled:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a[disabled],
#content.bootstrap .table #dash_version .panel-heading>.btn-group a[disabled].active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a[disabled]:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a[disabled]:focus,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a[disabled]:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.disabled,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.disabled.active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.disabled:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.disabled:focus,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.disabled:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button[disabled],
#content.bootstrap .table #dash_version .panel-heading>.btn-group button[disabled].active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button[disabled]:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button[disabled]:focus,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button[disabled]:hover,
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group a.disabled,
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group a[disabled],
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group button.disabled,
#content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group button[disabled],
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.disabled,
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group a[disabled],
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.disabled,
#content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group button[disabled],
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group a.disabled,
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group a[disabled],
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group button.disabled,
#content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group button[disabled],
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.disabled,
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a[disabled],
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.disabled,
#content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button[disabled],
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.disabled,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.disabled.active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.disabled:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.disabled:focus,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.disabled:hover,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a[disabled],
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a[disabled].active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a[disabled]:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a[disabled]:focus,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a[disabled]:hover,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.disabled,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.disabled.active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.disabled:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.disabled:focus,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.disabled:hover,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button[disabled],
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button[disabled].active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button[disabled]:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button[disabled]:focus,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button[disabled]:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group a.disabled,
#content.bootstrap .table .panel .panel-heading>.btn-group a.disabled.active,
#content.bootstrap .table .panel .panel-heading>.btn-group a.disabled:active,
#content.bootstrap .table .panel .panel-heading>.btn-group a.disabled:focus,
#content.bootstrap .table .panel .panel-heading>.btn-group a.disabled:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group a[disabled],
#content.bootstrap .table .panel .panel-heading>.btn-group a[disabled].active,
#content.bootstrap .table .panel .panel-heading>.btn-group a[disabled]:active,
#content.bootstrap .table .panel .panel-heading>.btn-group a[disabled]:focus,
#content.bootstrap .table .panel .panel-heading>.btn-group a[disabled]:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group button.disabled,
#content.bootstrap .table .panel .panel-heading>.btn-group button.disabled.active,
#content.bootstrap .table .panel .panel-heading>.btn-group button.disabled:active,
#content.bootstrap .table .panel .panel-heading>.btn-group button.disabled:focus,
#content.bootstrap .table .panel .panel-heading>.btn-group button.disabled:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group button[disabled],
#content.bootstrap .table .panel .panel-heading>.btn-group button[disabled].active,
#content.bootstrap .table .panel .panel-heading>.btn-group button[disabled]:active,
#content.bootstrap .table .panel .panel-heading>.btn-group button[disabled]:focus,
#content.bootstrap .table .panel .panel-heading>.btn-group button[disabled]:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.disabled,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.disabled.active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.disabled:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.disabled:focus,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.disabled:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a[disabled],
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a[disabled].active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a[disabled]:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a[disabled]:focus,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a[disabled]:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.disabled,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.disabled.active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.disabled:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.disabled:focus,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.disabled:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button[disabled],
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button[disabled].active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button[disabled]:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button[disabled]:focus,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button[disabled]:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group a.disabled,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group a[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group button.disabled,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group button[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.disabled,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.disabled.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.disabled:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.disabled:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.disabled:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a[disabled].active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a[disabled]:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a[disabled]:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a[disabled]:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.disabled,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.disabled.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.disabled:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.disabled:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.disabled:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button[disabled].active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button[disabled]:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button[disabled]:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button[disabled]:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .disabled.btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.disabled,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.disabled.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.disabled:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.disabled:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.disabled:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a[disabled].active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a[disabled]:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a[disabled]:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a[disabled]:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.disabled,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.disabled.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.disabled:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.disabled:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.disabled:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button[disabled].active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button[disabled]:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button[disabled]:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button[disabled]:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group [disabled].btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.disabled,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.disabled.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.disabled:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.disabled:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.disabled:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a[disabled].active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a[disabled]:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a[disabled]:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a[disabled]:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.disabled,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.disabled.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.disabled:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.disabled:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.disabled:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button[disabled].active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button[disabled]:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button[disabled]:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button[disabled]:hover,
.bootstrap .btn-default.disabled,
.bootstrap .btn-default.disabled.active,
.bootstrap .btn-default.disabled:active,
.bootstrap .btn-default.disabled:focus,
.bootstrap .btn-default.disabled:hover,
.bootstrap .btn-default[disabled],
.bootstrap .btn-default[disabled].active,
.bootstrap .btn-default[disabled]:active,
.bootstrap .btn-default[disabled]:focus,
.bootstrap .btn-default[disabled]:hover,
.bootstrap .table .btn-group a.disabled,
.bootstrap .table .btn-group a.disabled.active,
.bootstrap .table .btn-group a.disabled:active,
.bootstrap .table .btn-group a.disabled:focus,
.bootstrap .table .btn-group a.disabled:hover,
.bootstrap .table .btn-group a[disabled],
.bootstrap .table .btn-group a[disabled].active,
.bootstrap .table .btn-group a[disabled]:active,
.bootstrap .table .btn-group a[disabled]:focus,
.bootstrap .table .btn-group a[disabled]:hover,
.bootstrap .table .btn-group button.disabled,
.bootstrap .table .btn-group button.disabled.active,
.bootstrap .table .btn-group button.disabled:active,
.bootstrap .table .btn-group button.disabled:focus,
.bootstrap .table .btn-group button.disabled:hover,
.bootstrap .table .btn-group button[disabled],
.bootstrap .table .btn-group button[disabled].active,
.bootstrap .table .btn-group button[disabled]:active,
.bootstrap .table .btn-group button[disabled]:focus,
.bootstrap .table .btn-group button[disabled]:hover,
.bootstrap .table .btn-group-action a.disabled,
.bootstrap .table .btn-group-action a.disabled.active,
.bootstrap .table .btn-group-action a.disabled:active,
.bootstrap .table .btn-group-action a.disabled:focus,
.bootstrap .table .btn-group-action a.disabled:hover,
.bootstrap .table .btn-group-action a[disabled],
.bootstrap .table .btn-group-action a[disabled].active,
.bootstrap .table .btn-group-action a[disabled]:active,
.bootstrap .table .btn-group-action a[disabled]:focus,
.bootstrap .table .btn-group-action a[disabled]:hover,
.bootstrap .table .btn-group-action button.disabled,
.bootstrap .table .btn-group-action button.disabled.active,
.bootstrap .table .btn-group-action button.disabled:active,
.bootstrap .table .btn-group-action button.disabled:focus,
.bootstrap .table .btn-group-action button.disabled:hover,
.bootstrap .table .btn-group-action button[disabled],
.bootstrap .table .btn-group-action button[disabled].active,
.bootstrap .table .btn-group-action button[disabled]:active,
.bootstrap .table .btn-group-action button[disabled]:focus,
.bootstrap .table .btn-group-action button[disabled]:hover,
fieldset[disabled] #content.bootstrap #dash_version .panel-heading>.btn-group .btn-default,
fieldset[disabled] #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a,
fieldset[disabled] #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.active,
fieldset[disabled] #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a:active,
fieldset[disabled] #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a:focus,
fieldset[disabled] #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a:hover,
fieldset[disabled] #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button,
fieldset[disabled] #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.active,
fieldset[disabled] #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button:active,
fieldset[disabled] #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button:focus,
fieldset[disabled] #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button:hover,
fieldset[disabled] #content.bootstrap #dash_version .table .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap #dash_version .table .panel-heading>.btn-group a.active,
fieldset[disabled] #content.bootstrap #dash_version .table .panel-heading>.btn-group a:active,
fieldset[disabled] #content.bootstrap #dash_version .table .panel-heading>.btn-group a:focus,
fieldset[disabled] #content.bootstrap #dash_version .table .panel-heading>.btn-group a:hover,
fieldset[disabled] #content.bootstrap #dash_version .table .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap #dash_version .table .panel-heading>.btn-group button.active,
fieldset[disabled] #content.bootstrap #dash_version .table .panel-heading>.btn-group button:active,
fieldset[disabled] #content.bootstrap #dash_version .table .panel-heading>.btn-group button:focus,
fieldset[disabled] #content.bootstrap #dash_version .table .panel-heading>.btn-group button:hover,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.active,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a:active,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a:focus,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a:hover,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.active,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button:active,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button:focus,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button:hover,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.active,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a:active,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a:focus,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a:hover,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.active,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button:active,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button:focus,
fieldset[disabled] #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button:hover,
fieldset[disabled] #content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .message-item-initial .table .btn-group-action .message-item-initial-body .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.active,
fieldset[disabled] #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a:active,
fieldset[disabled] #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a:focus,
fieldset[disabled] #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a:hover,
fieldset[disabled] #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.active,
fieldset[disabled] #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button:active,
fieldset[disabled] #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button:focus,
fieldset[disabled] #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button:hover,
fieldset[disabled] #content.bootstrap .panel .panel-heading>.btn-group .btn-default,
fieldset[disabled] #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a,
fieldset[disabled] #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.active,
fieldset[disabled] #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a:active,
fieldset[disabled] #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a:focus,
fieldset[disabled] #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a:hover,
fieldset[disabled] #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button,
fieldset[disabled] #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.active,
fieldset[disabled] #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button:active,
fieldset[disabled] #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button:focus,
fieldset[disabled] #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button:hover,
fieldset[disabled] #content.bootstrap .panel .table .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .panel .table .panel-heading>.btn-group a.active,
fieldset[disabled] #content.bootstrap .panel .table .panel-heading>.btn-group a:active,
fieldset[disabled] #content.bootstrap .panel .table .panel-heading>.btn-group a:focus,
fieldset[disabled] #content.bootstrap .panel .table .panel-heading>.btn-group a:hover,
fieldset[disabled] #content.bootstrap .panel .table .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .panel .table .panel-heading>.btn-group button.active,
fieldset[disabled] #content.bootstrap .panel .table .panel-heading>.btn-group button:active,
fieldset[disabled] #content.bootstrap .panel .table .panel-heading>.btn-group button:focus,
fieldset[disabled] #content.bootstrap .panel .table .panel-heading>.btn-group button:hover,
fieldset[disabled] #content.bootstrap .table #dash_version .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .table #dash_version .panel-heading>.btn-group a.active,
fieldset[disabled] #content.bootstrap .table #dash_version .panel-heading>.btn-group a:active,
fieldset[disabled] #content.bootstrap .table #dash_version .panel-heading>.btn-group a:focus,
fieldset[disabled] #content.bootstrap .table #dash_version .panel-heading>.btn-group a:hover,
fieldset[disabled] #content.bootstrap .table #dash_version .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .table #dash_version .panel-heading>.btn-group button.active,
fieldset[disabled] #content.bootstrap .table #dash_version .panel-heading>.btn-group button:active,
fieldset[disabled] #content.bootstrap .table #dash_version .panel-heading>.btn-group button:focus,
fieldset[disabled] #content.bootstrap .table #dash_version .panel-heading>.btn-group button:hover,
fieldset[disabled] #content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .table .btn-group-action #dash_version .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .table .btn-group-action .message-item-initial .message-item-initial-body .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .table .btn-group-action .panel .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .table .btn-group-action .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.active,
fieldset[disabled] #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:active,
fieldset[disabled] #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:focus,
fieldset[disabled] #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:hover,
fieldset[disabled] #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.active,
fieldset[disabled] #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:active,
fieldset[disabled] #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:focus,
fieldset[disabled] #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:hover,
fieldset[disabled] #content.bootstrap .table .panel .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .table .panel .panel-heading>.btn-group a.active,
fieldset[disabled] #content.bootstrap .table .panel .panel-heading>.btn-group a:active,
fieldset[disabled] #content.bootstrap .table .panel .panel-heading>.btn-group a:focus,
fieldset[disabled] #content.bootstrap .table .panel .panel-heading>.btn-group a:hover,
fieldset[disabled] #content.bootstrap .table .panel .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .table .panel .panel-heading>.btn-group button.active,
fieldset[disabled] #content.bootstrap .table .panel .panel-heading>.btn-group button:active,
fieldset[disabled] #content.bootstrap .table .panel .panel-heading>.btn-group button:focus,
fieldset[disabled] #content.bootstrap .table .panel .panel-heading>.btn-group button:hover,
fieldset[disabled] #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.active,
fieldset[disabled] #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:active,
fieldset[disabled] #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:focus,
fieldset[disabled] #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:hover,
fieldset[disabled] #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.active,
fieldset[disabled] #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:active,
fieldset[disabled] #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:focus,
fieldset[disabled] #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:hover,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .btn-group-action .timeline-panel .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a:active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a:focus,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a:hover,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button:active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button:focus,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button:hover,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a:active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a:focus,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a:hover,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button:active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button:focus,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button:hover,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a:active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a:focus,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a:hover,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button:active,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button:focus,
fieldset[disabled] #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button:hover,
fieldset[disabled] .bootstrap .btn-default,
fieldset[disabled] .bootstrap .btn-default.active,
fieldset[disabled] .bootstrap .btn-default:active,
fieldset[disabled] .bootstrap .btn-default:focus,
fieldset[disabled] .bootstrap .btn-default:hover,
fieldset[disabled] .bootstrap .table .btn-group a,
fieldset[disabled] .bootstrap .table .btn-group a.active,
fieldset[disabled] .bootstrap .table .btn-group a:active,
fieldset[disabled] .bootstrap .table .btn-group a:focus,
fieldset[disabled] .bootstrap .table .btn-group a:hover,
fieldset[disabled] .bootstrap .table .btn-group button,
fieldset[disabled] .bootstrap .table .btn-group button.active,
fieldset[disabled] .bootstrap .table .btn-group button:active,
fieldset[disabled] .bootstrap .table .btn-group button:focus,
fieldset[disabled] .bootstrap .table .btn-group button:hover,
fieldset[disabled] .bootstrap .table .btn-group-action a,
fieldset[disabled] .bootstrap .table .btn-group-action a.active,
fieldset[disabled] .bootstrap .table .btn-group-action a:active,
fieldset[disabled] .bootstrap .table .btn-group-action a:focus,
fieldset[disabled] .bootstrap .table .btn-group-action a:hover,
fieldset[disabled] .bootstrap .table .btn-group-action button,
fieldset[disabled] .bootstrap .table .btn-group-action button.active,
fieldset[disabled] .bootstrap .table .btn-group-action button:active,
fieldset[disabled] .bootstrap .table .btn-group-action button:focus,
fieldset[disabled] .bootstrap .table .btn-group-action button:hover {
    background-color: #fff;
    border-color: #bbcdd2
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default .badge,
#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default .module-badge-bought,
#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default .module-badge-partner,
#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default .module-badge-popular,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a .badge,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a .module-badge-bought,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a .module-badge-partner,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a .module-badge-popular,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button .badge,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button .module-badge-bought,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button .module-badge-partner,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button .module-badge-popular,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a .badge,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a .module-badge-bought,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a .module-badge-partner,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a .module-badge-popular,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button .badge,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button .module-badge-bought,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button .module-badge-partner,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button .module-badge-popular,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default .badge,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default .module-badge-bought,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default .module-badge-partner,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default .module-badge-popular,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a .badge,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a .module-badge-bought,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a .module-badge-partner,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a .module-badge-popular,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button .badge,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button .module-badge-bought,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button .module-badge-partner,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button .module-badge-popular,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a .badge,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a .module-badge-bought,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a .module-badge-partner,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a .module-badge-popular,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button .badge,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button .module-badge-bought,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button .module-badge-partner,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button .module-badge-popular,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a .badge,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a .module-badge-bought,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a .module-badge-partner,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a .module-badge-popular,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button .badge,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button .module-badge-bought,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button .module-badge-partner,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button .module-badge-popular,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default .badge,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default .module-badge-bought,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default .module-badge-partner,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default .module-badge-popular,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a .badge,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a .module-badge-bought,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a .module-badge-partner,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a .module-badge-popular,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button .badge,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button .module-badge-bought,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button .module-badge-partner,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button .module-badge-popular,
#content.bootstrap .panel .table .panel-heading>.btn-group a .badge,
#content.bootstrap .panel .table .panel-heading>.btn-group a .module-badge-bought,
#content.bootstrap .panel .table .panel-heading>.btn-group a .module-badge-partner,
#content.bootstrap .panel .table .panel-heading>.btn-group a .module-badge-popular,
#content.bootstrap .panel .table .panel-heading>.btn-group button .badge,
#content.bootstrap .panel .table .panel-heading>.btn-group button .module-badge-bought,
#content.bootstrap .panel .table .panel-heading>.btn-group button .module-badge-partner,
#content.bootstrap .panel .table .panel-heading>.btn-group button .module-badge-popular,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a .badge,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a .module-badge-bought,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a .module-badge-partner,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a .module-badge-popular,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button .badge,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button .module-badge-bought,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button .module-badge-partner,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button .module-badge-popular,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a .badge,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a .module-badge-bought,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a .module-badge-partner,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a .module-badge-popular,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button .badge,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button .module-badge-bought,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button .module-badge-partner,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button .module-badge-popular,
#content.bootstrap .table .panel .panel-heading>.btn-group a .badge,
#content.bootstrap .table .panel .panel-heading>.btn-group a .module-badge-bought,
#content.bootstrap .table .panel .panel-heading>.btn-group a .module-badge-partner,
#content.bootstrap .table .panel .panel-heading>.btn-group a .module-badge-popular,
#content.bootstrap .table .panel .panel-heading>.btn-group button .badge,
#content.bootstrap .table .panel .panel-heading>.btn-group button .module-badge-bought,
#content.bootstrap .table .panel .panel-heading>.btn-group button .module-badge-partner,
#content.bootstrap .table .panel .panel-heading>.btn-group button .module-badge-popular,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a .badge,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a .module-badge-bought,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a .module-badge-partner,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a .module-badge-popular,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button .badge,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button .module-badge-bought,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button .module-badge-partner,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button .module-badge-popular,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a .badge,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a .module-badge-bought,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a .module-badge-partner,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a .module-badge-popular,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button .badge,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button .module-badge-bought,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button .module-badge-partner,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button .module-badge-popular,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default .badge,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default .module-badge-bought,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default .module-badge-partner,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default .module-badge-popular,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a .badge,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a .module-badge-bought,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a .module-badge-partner,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a .module-badge-popular,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button .badge,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button .module-badge-bought,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button .module-badge-partner,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button .module-badge-popular,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a .badge,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a .module-badge-bought,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a .module-badge-partner,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a .module-badge-popular,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button .badge,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button .module-badge-bought,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button .module-badge-partner,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button .module-badge-popular,
.bootstrap .btn-default .badge,
.bootstrap .btn-default .module-badge-bought,
.bootstrap .btn-default .module-badge-partner,
.bootstrap .btn-default .module-badge-popular,
.bootstrap .table .btn-group a .badge,
.bootstrap .table .btn-group a .module-badge-bought,
.bootstrap .table .btn-group a .module-badge-partner,
.bootstrap .table .btn-group a .module-badge-popular,
.bootstrap .table .btn-group button .badge,
.bootstrap .table .btn-group button .module-badge-bought,
.bootstrap .table .btn-group button .module-badge-partner,
.bootstrap .table .btn-group button .module-badge-popular,
.bootstrap .table .btn-group-action a .badge,
.bootstrap .table .btn-group-action a .module-badge-bought,
.bootstrap .table .btn-group-action a .module-badge-partner,
.bootstrap .table .btn-group-action a .module-badge-popular,
.bootstrap .table .btn-group-action button .badge,
.bootstrap .table .btn-group-action button .module-badge-bought,
.bootstrap .table .btn-group-action button .module-badge-partner,
.bootstrap .table .btn-group-action button .module-badge-popular {
    color: #fff;
    background-color: #363a41
}

.bootstrap .btn-primary {
    background-color: #25b9d7
}

.bootstrap #dash_version .panel-footer .btn.pull-right:hover,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right:hover,
.bootstrap .btn-primary:hover,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right:hover,
.bootstrap .panel .panel-footer .btn.pull-right:hover,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right:hover {
    color: #fff;
    background-color: #1e94ab;
    border-color: #1c8ca3
}

.bootstrap #dash_version .panel-footer .btn.pull-right:active,
.bootstrap #dash_version .panel-footer .btn.pull-right:focus,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right:active,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right:focus,
.bootstrap .btn-primary:active,
.bootstrap .btn-primary:focus,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right:active,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right:focus,
.bootstrap .panel .panel-footer .btn.pull-right:active,
.bootstrap .panel .panel-footer .btn.pull-right:focus,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right:active,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right:focus {
    background-color: #1e94ab
}

.bootstrap #dash_version .panel-footer .active.btn.pull-right,
.bootstrap #datepicker div#datepicker-form .form-date-actions .active.btn.pull-right,
.bootstrap .btn-primary.active,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .active.btn.pull-right,
.bootstrap .panel .panel-footer .active.btn.pull-right,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .active.btn.pull-right,
.open>.bootstrap #dash_version .panel-footer .dropdown-toggle.btn.pull-right,
.open>.bootstrap #datepicker div#datepicker-form .form-date-actions .dropdown-toggle.btn.pull-right,
.open>.bootstrap .btn-primary.dropdown-toggle,
.open>.bootstrap .message-item-initial .message-item-initial-body .panel-footer .dropdown-toggle.btn.pull-right,
.open>.bootstrap .panel .panel-footer .dropdown-toggle.btn.pull-right,
.open>.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .dropdown-toggle.btn.pull-right {
    color: #fff;
    background-color: #1e94ab;
    border-color: #1c8ca3
}

.bootstrap #dash_version .panel-footer .active.btn.pull-right,
.bootstrap #dash_version .panel-footer .btn.pull-right:active,
.bootstrap #datepicker div#datepicker-form .form-date-actions .active.btn.pull-right,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right:active,
.bootstrap .btn-primary.active,
.bootstrap .btn-primary:active,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .active.btn.pull-right,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right:active,
.bootstrap .panel .panel-footer .active.btn.pull-right,
.bootstrap .panel .panel-footer .btn.pull-right:active,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .active.btn.pull-right,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right:active,
.open>.bootstrap #dash_version .panel-footer .dropdown-toggle.btn.pull-right,
.open>.bootstrap #datepicker div#datepicker-form .form-date-actions .dropdown-toggle.btn.pull-right,
.open>.bootstrap .btn-primary.dropdown-toggle,
.open>.bootstrap .message-item-initial .message-item-initial-body .panel-footer .dropdown-toggle.btn.pull-right,
.open>.bootstrap .panel .panel-footer .dropdown-toggle.btn.pull-right,
.open>.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .dropdown-toggle.btn.pull-right {
    background-image: none
}

.bootstrap #dash_version .panel-footer .disabled.btn.pull-right,
.bootstrap #dash_version .panel-footer [disabled].btn.pull-right,
.bootstrap #datepicker div#datepicker-form .form-date-actions .disabled.btn.pull-right,
.bootstrap #datepicker div#datepicker-form .form-date-actions [disabled].btn.pull-right,
.bootstrap .btn-primary.disabled,
.bootstrap .btn-primary.disabled.active,
.bootstrap .btn-primary.disabled:active,
.bootstrap .btn-primary.disabled:focus,
.bootstrap .btn-primary.disabled:hover,
.bootstrap .btn-primary[disabled],
.bootstrap .btn-primary[disabled].active,
.bootstrap .btn-primary[disabled]:active,
.bootstrap .btn-primary[disabled]:focus,
.bootstrap .btn-primary[disabled]:hover,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .disabled.btn.pull-right,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer [disabled].btn.pull-right,
.bootstrap .panel .panel-footer .disabled.btn.pull-right,
.bootstrap .panel .panel-footer [disabled].btn.pull-right,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .disabled.btn.pull-right,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer [disabled].btn.pull-right,
fieldset[disabled] .bootstrap #dash_version .panel-footer .btn.pull-right,
fieldset[disabled] .bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right,
fieldset[disabled] .bootstrap .btn-primary,
fieldset[disabled] .bootstrap .btn-primary.active,
fieldset[disabled] .bootstrap .btn-primary:active,
fieldset[disabled] .bootstrap .btn-primary:focus,
fieldset[disabled] .bootstrap .btn-primary:hover,
fieldset[disabled] .bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right,
fieldset[disabled] .bootstrap .panel .panel-footer .btn.pull-right,
fieldset[disabled] .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right {
    background-color: #25b9d7;
    border-color: #25b9d7
}

.bootstrap #dash_version .panel-footer .btn.pull-right .badge,
.bootstrap #dash_version .panel-footer .btn.pull-right .module-badge-bought,
.bootstrap #dash_version .panel-footer .btn.pull-right .module-badge-partner,
.bootstrap #dash_version .panel-footer .btn.pull-right .module-badge-popular,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right .badge,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right .module-badge-bought,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right .module-badge-partner,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right .module-badge-popular,
.bootstrap .btn-primary .badge,
.bootstrap .btn-primary .module-badge-bought,
.bootstrap .btn-primary .module-badge-partner,
.bootstrap .btn-primary .module-badge-popular,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right .badge,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right .module-badge-bought,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right .module-badge-partner,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right .module-badge-popular,
.bootstrap .panel .panel-footer .btn.pull-right .badge,
.bootstrap .panel .panel-footer .btn.pull-right .module-badge-bought,
.bootstrap .panel .panel-footer .btn.pull-right .module-badge-partner,
.bootstrap .panel .panel-footer .btn.pull-right .module-badge-popular,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right .badge,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right .module-badge-bought,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right .module-badge-partner,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right .module-badge-popular {
    color: #25b9d7;
    background-color: #fff
}

.bootstrap .btn-success {
    color: #fff;
    background-color: #72c279;
    border-color: #60ba68
}

.bootstrap .btn-success.active,
.bootstrap .btn-success:active,
.bootstrap .btn-success:focus,
.bootstrap .btn-success:hover,
.open>.bootstrap .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4eb357;
    border-color: #439a4a
}

.bootstrap .btn-success.active,
.bootstrap .btn-success:active,
.open>.bootstrap .btn-success.dropdown-toggle {
    background-image: none
}

.bootstrap .btn-success.disabled,
.bootstrap .btn-success.disabled.active,
.bootstrap .btn-success.disabled:active,
.bootstrap .btn-success.disabled:focus,
.bootstrap .btn-success.disabled:hover,
.bootstrap .btn-success[disabled],
.bootstrap .btn-success[disabled].active,
.bootstrap .btn-success[disabled]:active,
.bootstrap .btn-success[disabled]:focus,
.bootstrap .btn-success[disabled]:hover,
fieldset[disabled] .bootstrap .btn-success,
fieldset[disabled] .bootstrap .btn-success.active,
fieldset[disabled] .bootstrap .btn-success:active,
fieldset[disabled] .bootstrap .btn-success:focus,
fieldset[disabled] .bootstrap .btn-success:hover {
    background-color: #72c279;
    border-color: #60ba68
}

.bootstrap .btn-success .badge,
.bootstrap .btn-success .module-badge-bought,
.bootstrap .btn-success .module-badge-partner,
.bootstrap .btn-success .module-badge-popular {
    color: #72c279;
    background-color: #fff
}

.bootstrap .btn-info {
    color: #fff;
    background-color: #25b9d7;
    border-color: #21a6c1
}

.bootstrap .btn-info.active,
.bootstrap .btn-info:active,
.bootstrap .btn-info:focus,
.bootstrap .btn-info:hover,
.open>.bootstrap .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1e94ab;
    border-color: #18798d
}

.bootstrap .btn-info.active,
.bootstrap .btn-info:active,
.open>.bootstrap .btn-info.dropdown-toggle {
    background-image: none
}

.bootstrap .btn-info.disabled,
.bootstrap .btn-info.disabled.active,
.bootstrap .btn-info.disabled:active,
.bootstrap .btn-info.disabled:focus,
.bootstrap .btn-info.disabled:hover,
.bootstrap .btn-info[disabled],
.bootstrap .btn-info[disabled].active,
.bootstrap .btn-info[disabled]:active,
.bootstrap .btn-info[disabled]:focus,
.bootstrap .btn-info[disabled]:hover,
fieldset[disabled] .bootstrap .btn-info,
fieldset[disabled] .bootstrap .btn-info.active,
fieldset[disabled] .bootstrap .btn-info:active,
fieldset[disabled] .bootstrap .btn-info:focus,
fieldset[disabled] .bootstrap .btn-info:hover {
    background-color: #25b9d7;
    border-color: #21a6c1
}

.bootstrap .btn-info .badge,
.bootstrap .btn-info .module-badge-bought,
.bootstrap .btn-info .module-badge-partner,
.bootstrap .btn-info .module-badge-popular {
    color: #25b9d7;
    background-color: #fff
}

.bootstrap .btn-warning {
    color: #fff;
    background-color: #fbbb22;
    border-color: #fbb309
}

.bootstrap .btn-warning.active,
.bootstrap .btn-warning:active,
.bootstrap .btn-warning:focus,
.bootstrap .btn-warning:hover,
.open>.bootstrap .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e6a304;
    border-color: #c38a04
}

.bootstrap .btn-warning.active,
.bootstrap .btn-warning:active,
.open>.bootstrap .btn-warning.dropdown-toggle {
    background-image: none
}

.bootstrap .btn-warning.disabled,
.bootstrap .btn-warning.disabled.active,
.bootstrap .btn-warning.disabled:active,
.bootstrap .btn-warning.disabled:focus,
.bootstrap .btn-warning.disabled:hover,
.bootstrap .btn-warning[disabled],
.bootstrap .btn-warning[disabled].active,
.bootstrap .btn-warning[disabled]:active,
.bootstrap .btn-warning[disabled]:focus,
.bootstrap .btn-warning[disabled]:hover,
fieldset[disabled] .bootstrap .btn-warning,
fieldset[disabled] .bootstrap .btn-warning.active,
fieldset[disabled] .bootstrap .btn-warning:active,
fieldset[disabled] .bootstrap .btn-warning:focus,
fieldset[disabled] .bootstrap .btn-warning:hover {
    background-color: #fbbb22;
    border-color: #fbb309
}

.bootstrap .btn-warning .badge,
.bootstrap .btn-warning .module-badge-bought,
.bootstrap .btn-warning .module-badge-partner,
.bootstrap .btn-warning .module-badge-popular {
    color: #fbbb22;
    background-color: #fff
}

.bootstrap .btn-danger {
    color: #fff;
    background-color: #e08f95;
    border-color: #da7b82
}

.bootstrap .btn-danger.active,
.bootstrap .btn-danger:active,
.bootstrap .btn-danger:focus,
.bootstrap .btn-danger:hover,
.open>.bootstrap .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d5676f;
    border-color: #cd4b55
}

.bootstrap .btn-danger.active,
.bootstrap .btn-danger:active,
.open>.bootstrap .btn-danger.dropdown-toggle {
    background-image: none
}

.bootstrap .btn-danger.disabled,
.bootstrap .btn-danger.disabled.active,
.bootstrap .btn-danger.disabled:active,
.bootstrap .btn-danger.disabled:focus,
.bootstrap .btn-danger.disabled:hover,
.bootstrap .btn-danger[disabled],
.bootstrap .btn-danger[disabled].active,
.bootstrap .btn-danger[disabled]:active,
.bootstrap .btn-danger[disabled]:focus,
.bootstrap .btn-danger[disabled]:hover,
fieldset[disabled] .bootstrap .btn-danger,
fieldset[disabled] .bootstrap .btn-danger.active,
fieldset[disabled] .bootstrap .btn-danger:active,
fieldset[disabled] .bootstrap .btn-danger:focus,
fieldset[disabled] .bootstrap .btn-danger:hover {
    background-color: #e08f95;
    border-color: #da7b82
}

.bootstrap .btn-danger .badge,
.bootstrap .btn-danger .module-badge-bought,
.bootstrap .btn-danger .module-badge-partner,
.bootstrap .btn-danger .module-badge-popular {
    color: #e08f95;
    background-color: #fff
}

.bootstrap .btn-link {
    color: #25b9d7;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.bootstrap .btn-link,
.bootstrap .btn-link:active,
.bootstrap .btn-link[disabled],
fieldset[disabled] .bootstrap .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap .btn-link,
.bootstrap .btn-link:active,
.bootstrap .btn-link:focus,
.bootstrap .btn-link:hover {
    border-color: transparent
}

.bootstrap .btn-link:focus,
.bootstrap .btn-link:hover {
    color: #1a8196;
    text-decoration: underline;
    background-color: transparent
}

.bootstrap .btn-link[disabled]:focus,
.bootstrap .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap .btn-link:focus,
fieldset[disabled] .bootstrap .btn-link:hover {
    color: #999;
    text-decoration: none
}

.bootstrap .btn-group-lg>.btn,
.bootstrap .btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 3px
}

.bootstrap .btn-group-sm>.btn,
.bootstrap .btn-sm {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

.bootstrap .btn-group-xs>.btn,
.bootstrap .btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

.bootstrap .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.bootstrap #carrier_wizard .wizard_error>p+p,
.bootstrap .alert>p+p,
.bootstrap .btn-block+.btn-block {
    margin-top: 5px
}

.bootstrap input[type=button].btn-block,
.bootstrap input[type=reset].btn-block,
.bootstrap input[type=submit].btn-block {
    width: 100%
}

.bootstrap .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.bootstrap .fade.in {
    opacity: 1
}

.bootstrap .collapse {
    display: none
}

.bootstrap .collapse.in {
    display: block
}

.bootstrap tr.collapse.in {
    display: table-row
}

.bootstrap tbody.collapse.in {
    display: table-row-group
}

.bootstrap .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.bootstrap .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.bootstrap .dropdown {
    position: relative
}

.bootstrap .dropdown-toggle:focus {
    outline: 0
}

.bootstrap .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.bootstrap .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.bootstrap .dropdown-menu .divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.bootstrap .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.bootstrap .dropdown-menu>li>a:focus,
.bootstrap .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #25b9d7
}

.bootstrap .dropdown-menu>.active>a,
.bootstrap .dropdown-menu>.active>a:focus,
.bootstrap .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #25b9d7
}

.bootstrap .dropdown-menu>.disabled>a,
.bootstrap .dropdown-menu>.disabled>a:focus,
.bootstrap .dropdown-menu>.disabled>a:hover {
    color: #999
}

.bootstrap .dropdown-menu>.disabled>a:focus,
.bootstrap .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.bootstrap .open>.dropdown-menu {
    display: block
}

.bootstrap .open>a {
    outline: 0
}

.bootstrap .dropdown-menu-right {
    left: auto;
    right: 0
}

.bootstrap .dropdown-menu-left {
    left: 0;
    right: auto
}

.bootstrap .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.428571429;
    color: #999
}

.bootstrap .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.bootstrap .pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.bootstrap .dropup .caret,
.bootstrap .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.bootstrap .dropup .dropdown-menu,
.bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.bootstrap .btn-group>.btn {
    position: relative;
    float: left
}

.bootstrap .btn-group-vertical>.btn {
    position: relative
}

.bootstrap .btn-group-vertical>.btn.active,
.bootstrap .btn-group-vertical>.btn:active,
.bootstrap .btn-group-vertical>.btn:focus,
.bootstrap .btn-group-vertical>.btn:hover,
.bootstrap .btn-group>.btn.active,
.bootstrap .btn-group>.btn:active,
.bootstrap .btn-group>.btn:focus,
.bootstrap .btn-group>.btn:hover {
    z-index: 2
}

.bootstrap .btn-group-vertical>.btn:focus,
.bootstrap .btn-group>.btn:focus {
    outline: 0
}

.bootstrap .btn-group .btn+.btn,
.bootstrap .btn-group .btn+.btn-group,
.bootstrap .btn-group .btn-group+.btn,
.bootstrap .btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.bootstrap .btn-toolbar {
    margin-left: -5px
}

.bootstrap .btn-toolbar .btn-group,
.bootstrap .btn-toolbar .input-group {
    float: left
}

.bootstrap .btn-toolbar>.btn,
.bootstrap .btn-toolbar>.btn-group,
.bootstrap .btn-toolbar>.input-group {
    margin-left: 5px
}

.bootstrap .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.bootstrap .btn-group>.btn:first-child {
    margin-left: 0
}

.bootstrap .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.bootstrap .btn-group>.btn:last-child:not(:first-child),
.bootstrap .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.bootstrap .btn-group>.dropdown-toggle:not(:first-child) {
    border-left: 0
}

.bootstrap .btn-group>.btn-group {
    float: left
}

.bootstrap .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.bootstrap .btn-group>.btn-group:first-child>.btn:last-child,
.bootstrap .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.bootstrap .btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.bootstrap .btn-group .dropdown-toggle:active,
.bootstrap .btn-group.open .dropdown-toggle {
    outline: 0
}

.bootstrap .btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.bootstrap .btn-group-lg.btn-group>.btn+.dropdown-toggle,
.bootstrap .btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.bootstrap .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.bootstrap .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap .btn .caret {
    margin-left: 0
}

.bootstrap .btn-group-lg>.btn .caret,
.bootstrap .btn-lg .caret {
    border-width: 5px 5px 0
}

.bootstrap .dropup .btn-group-lg>.btn .caret,
.bootstrap .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.bootstrap .btn-group-vertical>.btn,
.bootstrap .btn-group-vertical>.btn-group,
.bootstrap .btn-group-vertical>.btn-group>.btn {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none
}

.bootstrap .btn-group-vertical>.btn-group:after,
.bootstrap .btn-group-vertical>.btn-group:before,
.bootstrap .nav:after,
.bootstrap .nav:before {
    content: " ";
    display: table
}

.bootstrap .btn-group-vertical>.btn-group:after,
.bootstrap .nav:after {
    clear: both
}

.bootstrap .btn-group-vertical>.btn+.btn,
.bootstrap .btn-group-vertical>.btn+.btn-group,
.bootstrap .btn-group-vertical>.btn-group+.btn,
.bootstrap .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.bootstrap .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.bootstrap .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.bootstrap .btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.bootstrap .btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.bootstrap .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.bootstrap .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.bootstrap .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.bootstrap .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.bootstrap .btn-group-justified>.btn,
.bootstrap .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.bootstrap .btn-group-justified>.btn-group .btn {
    width: 100%
}

.bootstrap [data-toggle=buttons]>.btn>input[type=checkbox],
.bootstrap [data-toggle=buttons]>.btn>input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.bootstrap .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.bootstrap .input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.bootstrap .input-group .form-control,
.bootstrap .input-group input[type=number],
.bootstrap .input-group input[type=password],
.bootstrap .input-group input[type=search],
.bootstrap .input-group input[type=text],
.bootstrap .input-group select,
.bootstrap .input-group textarea {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.bootstrap .input-group .form-control,
.bootstrap .input-group input[type=number],
.bootstrap .input-group input[type=password],
.bootstrap .input-group input[type=search],
.bootstrap .input-group input[type=text],
.bootstrap .input-group select,
.bootstrap .input-group textarea,
.bootstrap .input-group-addon,
.bootstrap .input-group-btn {
    display: table-cell
}

.bootstrap .input-group .form-control:not(:first-child):not(:last-child),
.bootstrap .input-group input[type=number]:not(:first-child):not(:last-child),
.bootstrap .input-group input[type=password]:not(:first-child):not(:last-child),
.bootstrap .input-group input[type=search]:not(:first-child):not(:last-child),
.bootstrap .input-group input[type=text]:not(:first-child):not(:last-child),
.bootstrap .input-group select:not(:first-child):not(:last-child),
.bootstrap .input-group textarea:not(:first-child):not(:last-child),
.bootstrap .input-group-addon:not(:first-child):not(:last-child),
.bootstrap .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.bootstrap .input-group-addon {
    white-space: nowrap
}

.bootstrap .input-group-addon,
.bootstrap .input-group-btn {
    width: 1%;
    vertical-align: middle
}

.bootstrap .input-group-addon>.btn,
.bootstrap .input-group-btn>.btn {
    white-space: nowrap
}

.bootstrap .input-group-addon {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f5f8f9;
    border-top: 1px solid #bbcdd2;
    border-left: 1px solid #bbcdd2;
    border-bottom: 1px solid #bbcdd2;
    border-right: 1px solid #bbcdd2;
    border-radius: 4px
}

.bootstrap .input-group-addon.input-sm,
.bootstrap .input-group-sm>.input-group-addon,
.bootstrap .input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px
}

.bootstrap .input-group-addon.input-lg,
.bootstrap .input-group-lg>.input-group-addon,
.bootstrap .input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px
}

.bootstrap .input-group-addon input[type=checkbox],
.bootstrap .input-group-addon input[type=radio] {
    margin-top: 0
}

.bootstrap .input-group .form-control:first-child,
.bootstrap .input-group input[type=number]:first-child,
.bootstrap .input-group input[type=password]:first-child,
.bootstrap .input-group input[type=search]:first-child,
.bootstrap .input-group input[type=text]:first-child,
.bootstrap .input-group select:first-child,
.bootstrap .input-group textarea:first-child,
.bootstrap .input-group-addon:first-child,
.bootstrap .input-group-btn:first-child>.btn,
.bootstrap .input-group-btn:first-child>.btn-group>.btn,
.bootstrap .input-group-btn:first-child>.dropdown-toggle,
.bootstrap .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.bootstrap .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.bootstrap .input-group-addon:first-child {
    border-right: 0
}

.bootstrap .input-group .form-control:last-child,
.bootstrap .input-group input[type=number]:last-child,
.bootstrap .input-group input[type=password]:last-child,
.bootstrap .input-group input[type=search]:last-child,
.bootstrap .input-group input[type=text]:last-child,
.bootstrap .input-group select:last-child,
.bootstrap .input-group textarea:last-child,
.bootstrap .input-group-addon:last-child,
.bootstrap .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.bootstrap .input-group-btn:first-child>.btn:not(:first-child),
.bootstrap .input-group-btn:last-child>.btn,
.bootstrap .input-group-btn:last-child>.btn-group>.btn,
.bootstrap .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.bootstrap .input-group-addon:last-child {
    border-left: 0
}

.bootstrap .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.bootstrap .input-group-btn>.btn {
    position: relative
}

.bootstrap .input-group-btn>.btn+.btn {
    margin-left: -1px
}

.bootstrap .input-group-btn>.btn:active,
.bootstrap .input-group-btn>.btn:focus,
.bootstrap .input-group-btn>.btn:hover {
    z-index: 2
}

.bootstrap .input-group-btn:first-child>.btn,
.bootstrap .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.bootstrap .input-group-btn:last-child>.btn,
.bootstrap .input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.bootstrap .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.bootstrap .nav>li,
.bootstrap .nav>li>a {
    position: relative;
    display: block
}

.bootstrap .nav>li>a {
    padding: 10px 15px
}

.bootstrap .nav>li>a:focus,
.bootstrap .nav>li>a:hover {
    text-decoration: none
}

.bootstrap .nav>li.disabled>a {
    color: #999
}

.bootstrap .nav>li.disabled>a:focus,
.bootstrap .nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.bootstrap .nav .open>a,
.bootstrap .nav .open>a:focus,
.bootstrap .nav .open>a:hover {
    background-color: #eee;
    border-color: #25b9d7
}

.bootstrap .nav .nav-divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.bootstrap .nav>li>a>img {
    max-width: none
}

.bootstrap .nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.bootstrap .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.bootstrap .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.bootstrap .nav-tabs>li.active>a,
.bootstrap .nav-tabs>li.active>a:focus,
.bootstrap .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #eff1f2;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.bootstrap .nav-pills>li {
    float: left
}

.bootstrap .nav-pills>li>a {
    border-radius: 4px
}

.bootstrap .nav-pills>li+li {
    margin-left: 2px
}

.bootstrap .nav-pills>li.active>a,
.bootstrap .nav-pills>li.active>a:focus,
.bootstrap .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #25b9d7
}

.bootstrap .nav-justified>li,
.bootstrap .nav-stacked>li,
.bootstrap .nav-tabs.nav-justified>li {
    float: none
}

.bootstrap .nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.bootstrap .nav-justified,
.bootstrap .nav-tabs.nav-justified {
    width: 100%
}

.bootstrap .nav-justified>li>a,
.bootstrap .nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.bootstrap .nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.bootstrap .nav-tabs-justified,
.bootstrap .nav-tabs.nav-justified {
    border-bottom: 0
}

.bootstrap .nav-tabs-justified>li>a,
.bootstrap .nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.bootstrap .nav-tabs-justified>.active>a,
.bootstrap .nav-tabs-justified>.active>a:focus,
.bootstrap .nav-tabs-justified>.active>a:hover,
.bootstrap .nav-tabs.nav-justified>.active>a {
    border: 1px solid #ddd
}

.bootstrap .tab-content>.tab-pane,
body.mobile #content.bootstrap .page-head ul.page-breadcrumb {
    display: none
}

.bootstrap .tab-content>.active {
    display: block
}

.bootstrap .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.bootstrap .navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 17px;
    border: 1px solid transparent
}

.bootstrap .navbar:after,
.bootstrap .navbar:before {
    content: " ";
    display: table
}

.bootstrap .navbar:after {
    clear: both
}

.bootstrap .navbar-header:after,
.bootstrap .navbar-header:before {
    content: " ";
    display: table
}

.bootstrap .navbar-header:after {
    clear: both
}

.bootstrap .navbar-collapse {
    overflow-x: visible;
    padding-right: 5px;
    padding-left: 5px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.bootstrap .navbar-collapse:after,
.bootstrap .navbar-collapse:before {
    content: " ";
    display: table
}

.bootstrap .navbar-collapse:after {
    clear: both
}

.bootstrap .navbar-collapse.in {
    overflow-y: auto
}

.bootstrap .navbar-fixed-bottom .navbar-collapse,
.bootstrap .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

.bootstrap .container-fluid>.navbar-collapse,
.bootstrap .container-fluid>.navbar-header,
.bootstrap .container>.navbar-collapse,
.bootstrap .container>.navbar-header {
    margin-right: -5px;
    margin-left: -5px
}

.bootstrap .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.bootstrap .navbar-fixed-bottom,
.bootstrap .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.bootstrap .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.bootstrap .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.bootstrap .navbar-brand {
    float: left;
    padding: 11.5px 5px;
    font-size: 15px;
    line-height: 17px;
    height: 40px
}

.bootstrap .navbar-brand:focus,
.bootstrap .navbar-brand:hover {
    text-decoration: none
}

.bootstrap .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.bootstrap .navbar-toggle:focus {
    outline: 0
}

.bootstrap .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.bootstrap .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.bootstrap .navbar-nav {
    float: left;
    margin: 0
}

.bootstrap .navbar-nav>li>a {
    line-height: 17px;
    padding-top: 11.5px;
    padding-bottom: 11.5px
}

.bootstrap .navbar-nav>li {
    float: left
}

.bootstrap .navbar-nav.navbar-right:last-child {
    margin-right: -5px
}

.bootstrap .navbar-left {
    float: left !important
}

.bootstrap .navbar-right {
    float: right !important
}

.bootstrap .navbar-form {
    padding: 10px 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: .5px -5px
}

.bootstrap .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.bootstrap .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.bootstrap .navbar-btn {
    margin-top: .5px;
    margin-bottom: .5px
}

.bootstrap .btn-group-sm>.navbar-btn.btn,
.bootstrap .navbar-btn.btn-sm {
    margin-top: 6px;
    margin-bottom: 6px
}

.bootstrap .btn-group-xs>.navbar-btn.btn,
.bootstrap .navbar-btn.btn-xs {
    margin-top: 9px;
    margin-bottom: 9px
}

.bootstrap .navbar-text {
    margin-top: 11.5px;
    margin-bottom: 11.5px
}

.bootstrap .navbar-default {
    background-color: #f8f8f8
}

.bootstrap .navbar-default .navbar-brand,
.bootstrap .navbar-default .navbar-nav>li>a,
.bootstrap .navbar-default .navbar-text,
.bootstrap .navbar-default .shop-state {
    color: #777
}

.bootstrap .navbar-default .navbar-brand:focus,
.bootstrap .navbar-default .navbar-brand:hover,
.bootstrap .navbar-default .shop-state:focus,
.bootstrap .navbar-default .shop-state:hover {
    color: #5e5e5e;
    background-color: transparent
}

.bootstrap .navbar-default .navbar-nav>li>a:focus,
.bootstrap .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.bootstrap .navbar-default .navbar-nav>.active>a,
.bootstrap .navbar-default .navbar-nav>.active>a:focus,
.bootstrap .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.bootstrap .navbar-default .navbar-nav>.disabled>a,
.bootstrap .navbar-default .navbar-nav>.disabled>a:focus,
.bootstrap .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.bootstrap .navbar-default .navbar-toggle {
    border-color: #ddd
}

.bootstrap .navbar-default .navbar-toggle:focus,
.bootstrap .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.bootstrap .navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.bootstrap .navbar-default .navbar-collapse,
.bootstrap .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.bootstrap .navbar-default .navbar-nav>.open>a,
.bootstrap .navbar-default .navbar-nav>.open>a:focus,
.bootstrap .navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

.bootstrap .navbar-default .btn-link,
.bootstrap .navbar-default .navbar-link {
    color: #777
}

.bootstrap .navbar-default .navbar-link:hover,
.bootstrap a.list-group-item .list-group-item-heading {
    color: #333
}

.bootstrap .navbar-default .btn-link:focus,
.bootstrap .navbar-default .btn-link:hover {
    color: #333
}

.bootstrap .navbar-default .btn-link[disabled]:focus,
.bootstrap .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap .navbar-default .btn-link:focus,
fieldset[disabled] .bootstrap .navbar-default .btn-link:hover {
    color: #ccc
}

.bootstrap .navbar-inverse {
    background: #fff
}

#employee_infos .dropdown-menu .notifications .tab-content .notif strong,
#notification .dropdown-menu .notifications .tab-content .notif strong,
.bootstrap .navbar-inverse .navbar-brand {
    color: #363a41
}

.bootstrap .navbar-inverse .navbar-brand:focus,
.bootstrap .navbar-inverse .navbar-brand:hover {
    color: #40c9ed
}

.bootstrap .navbar-inverse .navbar-text {
    color: #999
}

.bootstrap .navbar-inverse .navbar-toggle {
    border-color: #333
}

.bootstrap .navbar-inverse .navbar-toggle:focus,
.bootstrap .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.bootstrap .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.bootstrap .navbar-inverse .navbar-collapse,
.bootstrap .navbar-inverse .navbar-form {
    border-color: #ededed
}

.bootstrap .navbar-inverse .navbar-nav>.open>a,
.bootstrap .navbar-inverse .navbar-nav>.open>a:focus,
.bootstrap .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #e6e6e6;
    color: #999
}

#header_infos #header_employee_box #employee_infos .dropdown-menu li:hover .material-icons,
.bo_search_form .form-group .input-group .dropdown-menu>li.active .material-icons,
.bootstrap .navbar-inverse .btn-link,
.bootstrap .navbar-inverse .navbar-link {
    color: #fff
}

.bootstrap .breadcrumb>.active,
.bootstrap .navbar-inverse .navbar-link:hover {
    color: #999
}

.bootstrap .navbar-inverse .btn-link:focus,
.bootstrap .navbar-inverse .btn-link:hover {
    color: #999
}

.bootstrap .navbar-inverse .btn-link[disabled]:focus,
.bootstrap .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap .navbar-inverse .btn-link:focus,
fieldset[disabled] .bootstrap .navbar-inverse .btn-link:hover {
    color: #444
}

.bootstrap .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 17px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

#header_infos #header_employee_box #employee_infos #employee_links .employee-wrapper-profile>.admin-link,
.bootstrap .breadcrumb>li {
    display: inline-block
}

.bootstrap .breadcrumb>li+li:before {
    content: "/Â ";
    padding: 0 5px;
    color: #ccc
}

.bootstrap .pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px
}

.bootstrap .pager li,
.bootstrap .pagination>li {
    display: inline
}

.bootstrap .pagination>li>a,
.bootstrap .pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #25b9d7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.bootstrap .pagination>li:first-child>a,
.bootstrap .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.bootstrap .pagination>li:last-child>a,
.bootstrap .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.bootstrap .pagination>li>a:focus,
.bootstrap .pagination>li>a:hover,
.bootstrap .pagination>li>span:focus,
.bootstrap .pagination>li>span:hover {
    color: #1a8196;
    background-color: #eee;
    border-color: #ddd
}

.bootstrap .pagination>.active>a,
.bootstrap .pagination>.active>a:focus,
.bootstrap .pagination>.active>a:hover,
.bootstrap .pagination>.active>span,
.bootstrap .pagination>.active>span:focus,
.bootstrap .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7;
    cursor: default
}

.bootstrap .pagination>.disabled>a,
.bootstrap .pagination>.disabled>a:focus,
.bootstrap .pagination>.disabled>a:hover,
.bootstrap .pagination>.disabled>span,
.bootstrap .pagination>.disabled>span:focus,
.bootstrap .pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.bootstrap .pagination-lg>li>a,
.bootstrap .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 15px
}

.bootstrap .pagination-lg>li:first-child>a,
.bootstrap .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.bootstrap .pagination-lg>li:last-child>a,
.bootstrap .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.bootstrap .pagination-sm>li>a,
.bootstrap .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 11px
}

.bootstrap .pagination-sm>li:first-child>a,
.bootstrap .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap .pagination-sm>li:last-child>a,
.bootstrap .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.bootstrap .pager {
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center
}

.bootstrap .pager:after,
.bootstrap .pager:before {
    content: " ";
    display: table
}

.bootstrap .pager:after {
    clear: both
}

.bootstrap .pager li>a,
.bootstrap .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.bootstrap .pager li>a:focus,
.bootstrap .pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.bootstrap .pager .next>a,
.bootstrap .pager .next>span {
    float: right
}

.bootstrap .pager .previous>a,
.bootstrap .pager .previous>span,
.bootstrap .tagify-container span {
    float: left
}

.bootstrap .pager .disabled>a,
.bootstrap .pager .disabled>a:focus,
.bootstrap .pager .disabled>a:hover,
.bootstrap .pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.bootstrap .label {
    display: inline;
    padding: .15em .4em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.bootstrap .label:empty {
    display: none
}

.btn .bootstrap .label {
    position: relative;
    top: -1px
}

.bootstrap a.badge:focus,
.bootstrap a.badge:hover,
.bootstrap a.label:focus,
.bootstrap a.label:hover,
.bootstrap a.module-badge-bought:focus,
.bootstrap a.module-badge-bought:hover,
.bootstrap a.module-badge-partner:focus,
.bootstrap a.module-badge-partner:hover,
.bootstrap a.module-badge-popular:focus,
.bootstrap a.module-badge-popular:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.bootstrap .label-default {
    background-color: #999
}

.bootstrap .label-default[href]:focus,
.bootstrap .label-default[href]:hover {
    background-color: gray
}

.bootstrap .label-primary {
    background-color: #25b9d7
}

.bootstrap .label-primary[href]:focus,
.bootstrap .label-primary[href]:hover {
    background-color: #1e94ab
}

.bootstrap .label-success {
    background-color: #72c279
}

.bootstrap .label-success[href]:focus,
.bootstrap .label-success[href]:hover {
    background-color: #4eb357
}

.bootstrap .label-info {
    background-color: #25b9d7
}

.bootstrap .label-info[href]:focus,
.bootstrap .label-info[href]:hover {
    background-color: #1e94ab
}

.bootstrap .label-warning {
    background-color: #fbbb22
}

.bootstrap .label-warning[href]:focus,
.bootstrap .label-warning[href]:hover {
    background-color: #e6a304
}

.bootstrap .label-danger {
    background-color: #e08f95
}

.bootstrap .label-danger[href]:focus,
.bootstrap .label-danger[href]:hover {
    background-color: #d5676f
}

.bootstrap .badge,
.bootstrap .module-badge-bought,
.bootstrap .module-badge-partner,
.bootstrap .module-badge-popular {
    display: inline-block;
    min-width: 10px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px
}

.bootstrap .badge:empty,
.bootstrap .module-badge-bought:empty,
.bootstrap .module-badge-partner:empty,
.bootstrap .module-badge-popular:empty {
    display: none
}

.btn .bootstrap .badge,
.btn .bootstrap .module-badge-bought,
.btn .bootstrap .module-badge-partner,
.btn .bootstrap .module-badge-popular {
    position: relative;
    top: -1px
}

.bootstrap .btn-group-xs>.btn .bootstrap .badge,
.bootstrap .btn-group-xs>.btn .bootstrap .module-badge-bought,
.bootstrap .btn-group-xs>.btn .bootstrap .module-badge-partner,
.bootstrap .btn-group-xs>.btn .bootstrap .module-badge-popular,
.btn-xs .bootstrap .badge,
.btn-xs .bootstrap .module-badge-bought,
.btn-xs .bootstrap .module-badge-partner,
.btn-xs .bootstrap .module-badge-popular {
    top: 0;
    padding: 1px 5px
}

.nav-pills>.active>a>.bootstrap .badge,
.nav-pills>.active>a>.bootstrap .module-badge-bought,
.nav-pills>.active>a>.bootstrap .module-badge-partner,
.nav-pills>.active>a>.bootstrap .module-badge-popular,
a.list-group-item.active>.bootstrap .badge,
a.list-group-item.active>.bootstrap .module-badge-bought,
a.list-group-item.active>.bootstrap .module-badge-partner,
a.list-group-item.active>.bootstrap .module-badge-popular {
    color: #25b9d7;
    background-color: #fff
}

.nav-pills>li>a>.bootstrap .badge,
.nav-pills>li>a>.bootstrap .module-badge-bought,
.nav-pills>li>a>.bootstrap .module-badge-partner,
.nav-pills>li>a>.bootstrap .module-badge-popular {
    margin-left: 3px
}

.bootstrap .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 17px;
    line-height: 1.428571429;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.bootstrap .thumbnail a>img,
.bootstrap .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.bootstrap .thumbnail .caption {
    padding: 9px;
    color: #555
}

.bootstrap a.thumbnail.active,
.bootstrap a.thumbnail:focus,
.bootstrap a.thumbnail:hover {
    border-color: #25b9d7
}

.bootstrap .alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.bootstrap #carrier_wizard .wizard_error,
.bootstrap .alert {
    margin-bottom: 17px
}

.bootstrap #carrier_wizard .wizard_error h4,
.bootstrap .alert h4 {
    margin-top: 0;
    color: inherit;
    margin-bottom: 1em;
    font-size: 1.45em
}

.bootstrap #carrier_wizard .wizard_error .alert-link,
.bootstrap .alert .alert-link,
.bootstrap .table thead>tr>th span.title_box.active {
    font-weight: 700
}

.bootstrap .alert-dismissable {
    padding-right: 35px
}

.bootstrap .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.bootstrap .alert-success {
    background-color: #cbf2d4;
    border-color: #53d572;
    color: #363a41
}

.bootstrap .alert-success hr {
    border-top-color: #3fd061
}

.bootstrap #carrier_wizard .wizard_error .alert-link,
.bootstrap .alert-danger .alert-link,
.bootstrap .alert-info .alert-link,
.bootstrap .alert-success .alert-link,
.bootstrap .alert-warning .alert-link {
    color: #1f2125
}

.bootstrap .alert-info {
    background-color: #beeaf3;
    border-color: #25b9d7;
    color: #363a41
}

.bootstrap .alert-info hr {
    border-top-color: #21a6c1
}

.bootstrap .alert-warning {
    background-color: #fffbd3;
    border-color: #fab000;
    color: #363a41
}

.bootstrap .alert-warning hr {
    border-top-color: #e19e00
}

.bootstrap .alert-danger {
    border-color: #f44336
}

.bootstrap #carrier_wizard .wizard_error,
.bootstrap .alert-danger {
    background-color: #fbc6c3;
    color: #363a41
}

.bootstrap #carrier_wizard .wizard_error hr,
.bootstrap .alert-danger hr {
    border-top-color: #f32c1e
}

.bootstrap .progress {
    overflow: hidden;
    height: 17px;
    margin-bottom: 17px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.bootstrap .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    background-color: #25b9d7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.bootstrap .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
}

.bootstrap .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.bootstrap .progress-bar[aria-valuenow="1"],
.bootstrap .progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.bootstrap .progress-bar[aria-valuenow="0"] {
    color: #999;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap .progress-bar-success {
    background-color: #72c279
}

.progress-striped .bootstrap .progress-bar-danger,
.progress-striped .bootstrap .progress-bar-info,
.progress-striped .bootstrap .progress-bar-success,
.progress-striped .bootstrap .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)
}

.bootstrap .progress-bar-info {
    background-color: #25b9d7
}

.bootstrap .progress-bar-warning {
    background-color: #fbbb22
}

.bootstrap .progress-bar-danger {
    background-color: #e08f95
}

.bootstrap .media,
.bootstrap .media-body,
.bootstrap .message-item {
    overflow: hidden;
    zoom: 1
}

.bootstrap .media,
.bootstrap .media .media,
.bootstrap .media .message-item,
.bootstrap .message-item .media,
.bootstrap .message-item .message-item {
    margin-top: 15px
}

.bootstrap .media:first-child,
.bootstrap .message-item:first-child {
    margin-top: 0
}

.bootstrap .media-object {
    display: block
}

.bootstrap .media-heading {
    margin: 0 0 5px
}

.bootstrap .media>.pull-left,
.bootstrap .message-item>.pull-left {
    margin-right: 10px
}

.bootstrap .media>.pull-right,
.bootstrap .message-item>.pull-right {
    margin-left: 10px
}

.bootstrap .media-list {
    padding-left: 0;
    list-style: none
}

.bootstrap .list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.bootstrap .list-group-item {
    position: relative
}

.bootstrap #dashboard .data_list li,
.bootstrap .list-group-item {
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.bootstrap #dashboard .data_list li:first-child,
.bootstrap .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.bootstrap #dashboard .data_list li:last-child,
.bootstrap .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.bootstrap #dashboard .data_list li>.badge,
.bootstrap #dashboard .data_list li>.module-badge-bought,
.bootstrap #dashboard .data_list li>.module-badge-partner,
.bootstrap #dashboard .data_list li>.module-badge-popular,
.bootstrap .list-group-item>.badge,
.bootstrap .list-group-item>.module-badge-bought,
.bootstrap .list-group-item>.module-badge-partner,
.bootstrap .list-group-item>.module-badge-popular,
.nav-bar.mobile-nav .items-list li.shop a.link-shop {
    float: right
}

.bootstrap #dashboard .data_list li>.badge+.badge,
.bootstrap #dashboard .data_list li>.badge+.module-badge-bought,
.bootstrap #dashboard .data_list li>.badge+.module-badge-partner,
.bootstrap #dashboard .data_list li>.badge+.module-badge-popular,
.bootstrap #dashboard .data_list li>.module-badge-bought+.badge,
.bootstrap #dashboard .data_list li>.module-badge-bought+.module-badge-bought,
.bootstrap #dashboard .data_list li>.module-badge-bought+.module-badge-partner,
.bootstrap #dashboard .data_list li>.module-badge-bought+.module-badge-popular,
.bootstrap #dashboard .data_list li>.module-badge-partner+.badge,
.bootstrap #dashboard .data_list li>.module-badge-partner+.module-badge-bought,
.bootstrap #dashboard .data_list li>.module-badge-partner+.module-badge-partner,
.bootstrap #dashboard .data_list li>.module-badge-partner+.module-badge-popular,
.bootstrap #dashboard .data_list li>.module-badge-popular+.badge,
.bootstrap #dashboard .data_list li>.module-badge-popular+.module-badge-bought,
.bootstrap #dashboard .data_list li>.module-badge-popular+.module-badge-partner,
.bootstrap #dashboard .data_list li>.module-badge-popular+.module-badge-popular,
.bootstrap .list-group-item>.badge+.badge,
.bootstrap .list-group-item>.badge+.module-badge-bought,
.bootstrap .list-group-item>.badge+.module-badge-partner,
.bootstrap .list-group-item>.badge+.module-badge-popular,
.bootstrap .list-group-item>.module-badge-bought+.badge,
.bootstrap .list-group-item>.module-badge-bought+.module-badge-bought,
.bootstrap .list-group-item>.module-badge-bought+.module-badge-partner,
.bootstrap .list-group-item>.module-badge-bought+.module-badge-popular,
.bootstrap .list-group-item>.module-badge-partner+.badge,
.bootstrap .list-group-item>.module-badge-partner+.module-badge-bought,
.bootstrap .list-group-item>.module-badge-partner+.module-badge-partner,
.bootstrap .list-group-item>.module-badge-partner+.module-badge-popular,
.bootstrap .list-group-item>.module-badge-popular+.badge,
.bootstrap .list-group-item>.module-badge-popular+.module-badge-bought,
.bootstrap .list-group-item>.module-badge-popular+.module-badge-partner,
.bootstrap .list-group-item>.module-badge-popular+.module-badge-popular {
    margin-right: 5px
}

.bootstrap a.list-group-item {
    color: #555
}

.bootstrap a.list-group-item:focus,
.bootstrap a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.bootstrap #dashboard .data_list li.disabled,
.bootstrap .list-group-item.disabled,
.bootstrap .list-group-item.disabled:focus,
.bootstrap .list-group-item.disabled:hover {
    background-color: #eee;
    color: #999
}

.bootstrap #dashboard .data_list li.disabled .list-group-item-heading,
.bootstrap .list-group-item.disabled .list-group-item-heading,
.bootstrap .list-group-item.disabled:focus .list-group-item-heading,
.bootstrap .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.bootstrap #dashboard .data_list li.disabled .list-group-item-text,
.bootstrap .list-group-item.disabled .list-group-item-text,
.bootstrap .list-group-item.disabled:focus .list-group-item-text,
.bootstrap .list-group-item.disabled:hover .list-group-item-text {
    color: #999
}

.bootstrap #dashboard .data_list li.active,
.bootstrap .list-group-item.active,
.bootstrap .list-group-item.active:focus,
.bootstrap .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7
}

.bootstrap #dashboard .data_list li.active .list-group-item-heading,
.bootstrap .list-group-item.active .list-group-item-heading,
.bootstrap .list-group-item.active:focus .list-group-item-heading,
.bootstrap .list-group-item.active:hover .list-group-item-heading {
    color: inherit
}

.bootstrap #dashboard .data_list li.active .list-group-item-text,
.bootstrap .list-group-item.active .list-group-item-text,
.bootstrap .list-group-item.active:focus .list-group-item-text,
.bootstrap .list-group-item.active:hover .list-group-item-text {
    color: #d1f1f7
}

.bootstrap .list-group-item-success {
    color: #3c763d;
    background-color: #cce9d7
}

.bootstrap a.list-group-item-success {
    color: #3c763d
}

.bootstrap .panel-heading>.dropdown .dropdown-toggle,
.bootstrap a.list-group-item-danger .list-group-item-heading,
.bootstrap a.list-group-item-info .list-group-item-heading,
.bootstrap a.list-group-item-success .list-group-item-heading,
.bootstrap a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

.bootstrap a.list-group-item-success:focus,
.bootstrap a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #bae1c9
}

.bootstrap a.list-group-item-success.active,
.bootstrap a.list-group-item-success.active:focus,
.bootstrap a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.bootstrap .list-group-item-info {
    color: #31708f;
    background-color: #d3f1f7
}

.bootstrap a.list-group-item-info {
    color: #31708f
}

.bootstrap a.list-group-item-info:focus,
.bootstrap a.list-group-item-info:hover {
    color: #31708f;
    background-color: #bdeaf3
}

.bootstrap a.list-group-item-info.active,
.bootstrap a.list-group-item-info.active:focus,
.bootstrap a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.bootstrap .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fef1d3
}

.bootstrap a.list-group-item-warning {
    color: #8a6d3b
}

.bootstrap a.list-group-item-warning:focus,
.bootstrap a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #fde9ba
}

.bootstrap a.list-group-item-warning.active,
.bootstrap a.list-group-item-warning.active:focus,
.bootstrap a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.bootstrap .list-group-item-danger {
    color: #a94442;
    background-color: #f9cce1
}

.bootstrap a.list-group-item-danger {
    color: #a94442
}

.bootstrap a.list-group-item-danger:focus,
.bootstrap a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #f6b5d4
}

.bootstrap a.list-group-item-danger.active,
.bootstrap a.list-group-item-danger.active:focus,
.bootstrap a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.bootstrap .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.bootstrap .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.bootstrap #dash_version,
.bootstrap .message-item-initial .message-item-initial-body,
.bootstrap .panel,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.bootstrap .panel-body {
    padding: 15px
}

.bootstrap .panel-body:after,
.bootstrap .panel-body:before {
    content: " ";
    display: table
}

.bootstrap .panel-body:after {
    clear: both
}

.bootstrap .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit
}

.bootstrap .panel-title>a {
    color: inherit
}

.bootstrap .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.bootstrap #dash_version>.list-group,
.bootstrap #dashboard #dash_version>.data_list,
.bootstrap #dashboard .message-item-initial .message-item-initial-body>.data_list,
.bootstrap #dashboard .panel>.data_list,
.bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel>.data_list,
.bootstrap .message-item-initial #dashboard .message-item-initial-body>.data_list,
.bootstrap .message-item-initial .message-item-initial-body>.list-group,
.bootstrap .panel>.list-group,
.bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel>.data_list,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.list-group {
    margin-bottom: 0
}

.bootstrap #dash_version>.list-group #dashboard .data_list li,
.bootstrap #dash_version>.list-group .list-group-item,
.bootstrap #dashboard #dash_version>.data_list .list-group-item,
.bootstrap #dashboard #dash_version>.data_list li,
.bootstrap #dashboard .data_list #dash_version>.list-group li,
.bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body>.list-group li,
.bootstrap #dashboard .data_list .panel>.list-group li,
.bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel>.list-group li,
.bootstrap #dashboard .message-item-initial .message-item-initial-body>.data_list .list-group-item,
.bootstrap #dashboard .message-item-initial .message-item-initial-body>.data_list li,
.bootstrap #dashboard .panel>.data_list .list-group-item,
.bootstrap #dashboard .panel>.data_list li,
.bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel>.data_list .list-group-item,
.bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel>.data_list li,
.bootstrap .message-item-initial #dashboard .data_list .message-item-initial-body>.list-group li,
.bootstrap .message-item-initial #dashboard .message-item-initial-body>.data_list .list-group-item,
.bootstrap .message-item-initial #dashboard .message-item-initial-body>.data_list li,
.bootstrap .message-item-initial .message-item-initial-body>.list-group #dashboard .data_list li,
.bootstrap .message-item-initial .message-item-initial-body>.list-group .list-group-item,
.bootstrap .panel>.list-group #dashboard .data_list li,
.bootstrap .panel>.list-group .list-group-item,
.bootstrap .timeline .timeline-item .timeline-caption #dashboard .data_list .timeline-panel>.list-group li,
.bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel>.data_list .list-group-item,
.bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel>.data_list li,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.list-group #dashboard .data_list li,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.bootstrap #dash_version>.list-group:first-child #dashboard .data_list li:first-child,
.bootstrap #dash_version>.list-group:first-child .list-group-item:first-child,
.bootstrap #dashboard #dash_version>.data_list:first-child .list-group-item:first-child,
.bootstrap #dashboard #dash_version>.data_list:first-child li:first-child,
.bootstrap #dashboard .data_list #dash_version>.list-group:first-child li:first-child,
.bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body>.list-group:first-child li:first-child,
.bootstrap #dashboard .data_list .panel>.list-group:first-child li:first-child,
.bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel>.list-group:first-child li:first-child,
.bootstrap #dashboard .message-item-initial .message-item-initial-body>.data_list:first-child .list-group-item:first-child,
.bootstrap #dashboard .message-item-initial .message-item-initial-body>.data_list:first-child li:first-child,
.bootstrap #dashboard .panel>.data_list:first-child .list-group-item:first-child,
.bootstrap #dashboard .panel>.data_list:first-child li:first-child,
.bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel>.data_list:first-child .list-group-item:first-child,
.bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel>.data_list:first-child li:first-child,
.bootstrap .message-item-initial #dashboard .data_list .message-item-initial-body>.list-group:first-child li:first-child,
.bootstrap .message-item-initial #dashboard .message-item-initial-body>.data_list:first-child .list-group-item:first-child,
.bootstrap .message-item-initial #dashboard .message-item-initial-body>.data_list:first-child li:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.list-group:first-child #dashboard .data_list li:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.list-group:first-child .list-group-item:first-child,
.bootstrap .panel>.list-group:first-child #dashboard .data_list li:first-child,
.bootstrap .panel>.list-group:first-child .list-group-item:first-child,
.bootstrap .timeline .timeline-item .timeline-caption #dashboard .data_list .timeline-panel>.list-group:first-child li:first-child,
.bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel>.data_list:first-child .list-group-item:first-child,
.bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel>.data_list:first-child li:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.list-group:first-child #dashboard .data_list li:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap #dash_version>.list-group:last-child #dashboard .data_list li:last-child,
.bootstrap #dash_version>.list-group:last-child .list-group-item:last-child,
.bootstrap #dashboard #dash_version>.data_list:last-child .list-group-item:last-child,
.bootstrap #dashboard #dash_version>.data_list:last-child li:last-child,
.bootstrap #dashboard .data_list #dash_version>.list-group:last-child li:last-child,
.bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body>.list-group:last-child li:last-child,
.bootstrap #dashboard .data_list .panel>.list-group:last-child li:last-child,
.bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel>.list-group:last-child li:last-child,
.bootstrap #dashboard .message-item-initial .message-item-initial-body>.data_list:last-child .list-group-item:last-child,
.bootstrap #dashboard .message-item-initial .message-item-initial-body>.data_list:last-child li:last-child,
.bootstrap #dashboard .panel>.data_list:last-child .list-group-item:last-child,
.bootstrap #dashboard .panel>.data_list:last-child li:last-child,
.bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel>.data_list:last-child .list-group-item:last-child,
.bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel>.data_list:last-child li:last-child,
.bootstrap .message-item-initial #dashboard .data_list .message-item-initial-body>.list-group:last-child li:last-child,
.bootstrap .message-item-initial #dashboard .message-item-initial-body>.data_list:last-child .list-group-item:last-child,
.bootstrap .message-item-initial #dashboard .message-item-initial-body>.data_list:last-child li:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.list-group:last-child #dashboard .data_list li:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.list-group:last-child .list-group-item:last-child,
.bootstrap .panel>.list-group:last-child #dashboard .data_list li:last-child,
.bootstrap .panel>.list-group:last-child .list-group-item:last-child,
.bootstrap .timeline .timeline-item .timeline-caption #dashboard .data_list .timeline-panel>.list-group:last-child li:last-child,
.bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel>.data_list:last-child .list-group-item:last-child,
.bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel>.data_list:last-child li:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.list-group:last-child #dashboard .data_list li:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.bootstrap #dashboard .data_list .panel-heading+.list-group li:first-child,
.bootstrap #dashboard .panel-heading+.data_list .list-group-item:first-child,
.bootstrap #dashboard .panel-heading+.data_list li:first-child,
.bootstrap .panel-heading+.list-group #dashboard .data_list li:first-child,
.bootstrap .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.bootstrap #dash_version>.table,
.bootstrap #dash_version>.table-responsive>.table,
.bootstrap #dashboard #dashtrends header,
.bootstrap .message-item-initial .message-item-initial-body>.table,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table,
.bootstrap .panel>.table,
.bootstrap .panel>.table-responsive>.table,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table {
    margin-bottom: 0
}

.bootstrap #dash_version>.table-responsive:first-child>.table:first-child,
.bootstrap #dash_version>.table:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:first-child>.table:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child,
.bootstrap .panel>.table:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:first-child>.table:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap #dash_version>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.bootstrap #dash_version>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.bootstrap #dash_version>.table:first-child>thead:first-child>tr:first-child td:first-child,
.bootstrap #dash_version>.table:first-child>thead:first-child>tr:first-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>thead:first-child>tr:first-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>thead:first-child>tr:first-child th:first-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.bootstrap .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.bootstrap .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.bootstrap .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.bootstrap .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.bootstrap #dash_version>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.bootstrap #dash_version>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.bootstrap #dash_version>.table:first-child>thead:first-child>tr:first-child td:last-child,
.bootstrap #dash_version>.table:first-child>thead:first-child>tr:first-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>thead:first-child>tr:first-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>thead:first-child>tr:first-child th:last-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.bootstrap .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.bootstrap .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.bootstrap .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.bootstrap .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.bootstrap #dash_version>.table-responsive:last-child>.table:last-child,
.bootstrap #dash_version>.table:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:last-child>.table:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child,
.bootstrap .panel>.table:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:last-child>.table:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.bootstrap #dash_version>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.bootstrap #dash_version>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.bootstrap #dash_version>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.bootstrap #dash_version>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.bootstrap .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.bootstrap .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.bootstrap .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.bootstrap .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.bootstrap #dash_version>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.bootstrap #dash_version>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.bootstrap #dash_version>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.bootstrap #dash_version>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.bootstrap .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.bootstrap .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.bootstrap .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.bootstrap .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.bootstrap #dash_version>.panel-body+.table,
.bootstrap #dash_version>.panel-body+.table-responsive,
.bootstrap .message-item-initial .message-item-initial-body>.panel-body+.table,
.bootstrap .message-item-initial .message-item-initial-body>.panel-body+.table-responsive,
.bootstrap .panel>.panel-body+.table,
.bootstrap .panel>.panel-body+.table-responsive,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.panel-body+.table,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.bootstrap #dash_version>.table>tbody:first-child>tr:first-child td,
.bootstrap #dash_version>.table>tbody:first-child>tr:first-child th,
.bootstrap .message-item-initial .message-item-initial-body>.table>tbody:first-child>tr:first-child td,
.bootstrap .message-item-initial .message-item-initial-body>.table>tbody:first-child>tr:first-child th,
.bootstrap .panel>.table>tbody:first-child>tr:first-child td,
.bootstrap .panel>.table>tbody:first-child>tr:first-child th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table>tbody:first-child>tr:first-child td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.bootstrap #dash_version>.table-bordered,
.bootstrap #dash_version>.table-responsive>.table-bordered,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered,
.bootstrap .panel>.table-bordered,
.bootstrap .panel>.table-responsive>.table-bordered,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered {
    border: 0
}

.bootstrap #dash_version>.table-bordered>tbody>tr>td:first-child,
.bootstrap #dash_version>.table-bordered>tbody>tr>th:first-child,
.bootstrap #dash_version>.table-bordered>tfoot>tr>td:first-child,
.bootstrap #dash_version>.table-bordered>tfoot>tr>th:first-child,
.bootstrap #dash_version>.table-bordered>thead>tr>td:first-child,
.bootstrap #dash_version>.table-bordered>thead>tr>th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr>td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr>th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr>td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr>th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr>td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr>th:first-child,
.bootstrap .panel>.table-bordered>tbody>tr>td:first-child,
.bootstrap .panel>.table-bordered>tbody>tr>th:first-child,
.bootstrap .panel>.table-bordered>tfoot>tr>td:first-child,
.bootstrap .panel>.table-bordered>tfoot>tr>th:first-child,
.bootstrap .panel>.table-bordered>thead>tr>td:first-child,
.bootstrap .panel>.table-bordered>thead>tr>th:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr>td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr>th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr>td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr>th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr>td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.bootstrap #dash_version>.table-bordered>tbody>tr>td:last-child,
.bootstrap #dash_version>.table-bordered>tbody>tr>th:last-child,
.bootstrap #dash_version>.table-bordered>tfoot>tr>td:last-child,
.bootstrap #dash_version>.table-bordered>tfoot>tr>th:last-child,
.bootstrap #dash_version>.table-bordered>thead>tr>td:last-child,
.bootstrap #dash_version>.table-bordered>thead>tr>th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr>td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr>th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr>td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr>th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr>td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr>th:last-child,
.bootstrap .panel>.table-bordered>tbody>tr>td:last-child,
.bootstrap .panel>.table-bordered>tbody>tr>th:last-child,
.bootstrap .panel>.table-bordered>tfoot>tr>td:last-child,
.bootstrap .panel>.table-bordered>tfoot>tr>th:last-child,
.bootstrap .panel>.table-bordered>thead>tr>td:last-child,
.bootstrap .panel>.table-bordered>thead>tr>th:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr>td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr>th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr>td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr>th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr>td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.bootstrap #dash_version>.table-bordered>tbody>tr:first-child>td,
.bootstrap #dash_version>.table-bordered>tbody>tr:first-child>th,
.bootstrap #dash_version>.table-bordered>thead>tr:first-child>td,
.bootstrap #dash_version>.table-bordered>thead>tr:first-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr:first-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr:first-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr:first-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr:first-child>th,
.bootstrap .panel>.table-bordered>tbody>tr:first-child>td,
.bootstrap .panel>.table-bordered>tbody>tr:first-child>th,
.bootstrap .panel>.table-bordered>thead>tr:first-child>td,
.bootstrap .panel>.table-bordered>thead>tr:first-child>th,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr:first-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr:first-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr:first-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.bootstrap #dash_version>.table-bordered>tbody>tr:last-child>td,
.bootstrap #dash_version>.table-bordered>tbody>tr:last-child>th,
.bootstrap #dash_version>.table-bordered>tfoot>tr:last-child>td,
.bootstrap #dash_version>.table-bordered>tfoot>tr:last-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr:last-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr:last-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr:last-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr:last-child>th,
.bootstrap .panel>.table-bordered>tbody>tr:last-child>td,
.bootstrap .panel>.table-bordered>tbody>tr:last-child>th,
.bootstrap .panel>.table-bordered>tfoot>tr:last-child>td,
.bootstrap .panel>.table-bordered>tfoot>tr:last-child>th,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr:last-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr:last-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr:last-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.bootstrap #dash_version>.table-responsive,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive,
.bootstrap .panel>.table-responsive,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.bootstrap .panel-group {
    margin-bottom: 17px
}

.bootstrap .message-item-initial .panel-group .message-item-initial-body,
.bootstrap .panel-group #dash_version,
.bootstrap .panel-group .message-item-initial .message-item-initial-body,
.bootstrap .panel-group .panel,
.bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel {
    margin-bottom: 0;
    border-radius: 4px
}

.bootstrap .message-item-initial .panel-group #dash_version+.message-item-initial-body,
.bootstrap .message-item-initial .panel-group .message-item-initial-body+#dash_version,
.bootstrap .message-item-initial .panel-group .message-item-initial-body+.message-item-initial-body,
.bootstrap .message-item-initial .panel-group .message-item-initial-body+.panel,
.bootstrap .message-item-initial .panel-group .panel+.message-item-initial-body,
.bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .message-item-initial-body+.timeline-panel,
.bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .timeline-panel+.message-item-initial-body,
.bootstrap .panel-group #dash_version+#dash_version,
.bootstrap .panel-group #dash_version+.panel,
.bootstrap .panel-group .message-item-initial #dash_version+.message-item-initial-body,
.bootstrap .panel-group .message-item-initial .message-item-initial-body+#dash_version,
.bootstrap .panel-group .message-item-initial .message-item-initial-body+.message-item-initial-body,
.bootstrap .panel-group .message-item-initial .message-item-initial-body+.panel,
.bootstrap .panel-group .message-item-initial .panel+.message-item-initial-body,
.bootstrap .panel-group .message-item-initial .timeline .timeline-item .timeline-caption .message-item-initial-body+.timeline-panel,
.bootstrap .panel-group .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel+.message-item-initial-body,
.bootstrap .panel-group .panel+#dash_version,
.bootstrap .panel-group .panel+.panel,
.bootstrap .panel-group .timeline .timeline-item .timeline-caption #dash_version+.timeline-panel,
.bootstrap .panel-group .timeline .timeline-item .timeline-caption .panel+.timeline-panel,
.bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel+#dash_version,
.bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel+.panel,
.bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel+.timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .panel-group .message-item-initial-body+.timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .panel-group .timeline-panel+.message-item-initial-body,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group #dash_version+.timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .message-item-initial-body+.timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .timeline-panel+.message-item-initial-body,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .panel+.timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel+#dash_version,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel+.panel,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel+.timeline-panel {
    margin-top: 5px
}

.bootstrap .panel-group .panel-heading {
    border-bottom: 0
}

.bootstrap .panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.bootstrap .panel-group .panel-footer {
    border-top: 0
}

.bootstrap .panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.bootstrap .panel-default {
    border-color: #ddd
}

.bootstrap .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.bootstrap .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.bootstrap .panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.bootstrap .panel-primary {
    border-color: #25b9d7
}

.bootstrap .panel-primary>.panel-heading {
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7
}

.bootstrap .panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #25b9d7
}

.bootstrap .panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #25b9d7
}

.bootstrap .panel-success {
    border-color: #bae1c3
}

.bootstrap .panel-success>.panel-heading {
    color: #3c763d;
    background-color: #cce9d7;
    border-color: #bae1c3
}

.bootstrap .panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bae1c3
}

.bootstrap .panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bae1c3
}

.bootstrap .panel-info {
    border-color: #b5f2f2
}

.bootstrap .panel-info>.panel-heading {
    color: #31708f;
    background-color: #d3f1f7;
    border-color: #b5f2f2
}

.bootstrap .panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #b5f2f2
}

.bootstrap .panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #b5f2f2
}

.bootstrap .panel-warning {
    border-color: #fddeba
}

.bootstrap .panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fef1d3;
    border-color: #fddeba
}

.bootstrap .panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fddeba
}

.bootstrap .panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fddeba
}

.bootstrap .panel-danger {
    border-color: #f6b5de
}

.bootstrap .panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f9cce1;
    border-color: #f6b5de
}

.bootstrap .panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f6b5de
}

.bootstrap .panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f6b5de
}

.bootstrap .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fcfdfe;
    border: 1px solid #e1ebf5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.bootstrap .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.bootstrap .well-lg {
    padding: 24px;
    border-radius: 6px
}

.bootstrap .well-sm {
    padding: 9px;
    border-radius: 3px
}

.bootstrap .close {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.bootstrap .close:focus,
.bootstrap .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

.bootstrap button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.bootstrap .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.bootstrap .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.bootstrap .tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.bootstrap .tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.bootstrap .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.bootstrap .tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.bootstrap .tooltip-inner {
    max-width: 250px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px
}

.bootstrap .tooltip-inner :last-child {
    margin-bottom: 0
}

.bootstrap .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.bootstrap .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0
}

.bootstrap .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #555
}

.bootstrap .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #555
}

.bootstrap .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #555
}

.bootstrap .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #555
}

.bootstrap .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #555
}

.bootstrap .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #555
}

.bootstrap .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #555
}

.bootstrap .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.bootstrap .popover.top {
    margin-top: -10px
}

.bootstrap .popover.right {
    margin-left: 10px
}

.bootstrap .popover.bottom {
    margin-top: 10px
}

.bootstrap .popover.left {
    margin-left: -10px
}

.bootstrap .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.bootstrap .popover-content {
    padding: 9px 14px
}

.bootstrap .popover>.arrow,
.bootstrap .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.bootstrap .popover>.arrow {
    border-width: 11px
}

.bootstrap .popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.bootstrap .popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .05);
    bottom: -11px
}

.bootstrap .popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.bootstrap .popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .05)
}

.bootstrap .popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.bootstrap .popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .05);
    top: -11px
}

.bootstrap .popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.bootstrap .popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .05)
}

.bootstrap .popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.data_value:after,
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.data_value:before,
.bootstrap .clearfix:after,
.bootstrap .clearfix:before,
.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

#content.bootstrap #carrier_wizard form .wizard_error,
#content.bootstrap form #carrier_wizard .wizard_error,
#content.bootstrap form .alert,
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.data_value:after,
.bootstrap .clearfix:after,
.modal-footer:after {
    clear: both
}

.bootstrap .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bootstrap .pull-right {
    float: right !important
}

.bootstrap .pull-left {
    float: left !important
}

.bootstrap .hide {
    display: none !important
}

.bootstrap .show {
    display: block !important
}

.bootstrap .invisible {
    visibility: hidden
}

.bootstrap .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.bootstrap .hidden {
    display: none !important;
    visibility: hidden !important
}

.bootstrap .affix {
    position: fixed
}

@-ms-viewport {
    .bootstrap {
        width: device-width
    }
}

.bootstrap .visible-lg,
.bootstrap .visible-lg-block,
.bootstrap .visible-lg-inline,
.bootstrap .visible-lg-inline-block,
.bootstrap .visible-md,
.bootstrap .visible-md-block,
.bootstrap .visible-md-inline,
.bootstrap .visible-md-inline-block,
.bootstrap .visible-print,
.bootstrap .visible-print-block,
.bootstrap .visible-print-inline,
.bootstrap .visible-print-inline-block,
.bootstrap .visible-sm,
.bootstrap .visible-sm-block,
.bootstrap .visible-sm-inline,
.bootstrap .visible-sm-inline-block,
.bootstrap .visible-xs,
.bootstrap .visible-xs-block,
.bootstrap .visible-xs-inline,
.bootstrap .visible-xs-inline-block {
    display: none !important
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.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;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.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 {
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    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="rgba(128, 0, 0, 0)", endColorstr="rgba(0, 0, 0, 0)", GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    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="rgba(0, 0, 0, 0)", endColorstr="rgba(128, 0, 0, 0)", GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.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 {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "â€¹"
}

.carousel-control .icon-next:before {
    content: "â€º"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    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;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}
/*
body,
html {
    height: 100%;
    min-height: 100%
}

body {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.428571429;
    color: #555;
    background-color: #eff1f2;
    -webkit-tap-highlight-color: transparent
}
*/

body.mobile #content.bootstrap .page-head h2.page-title {
    padding-left: 10px;
    padding-left: .625rem
}

body.mobile #content.bootstrap .page-head h4.page-subtitle {
    left: 10px;
    left: .625rem
}

#main {
    z-index: 10;
    width: 100%;
    padding: 36px 0 60px;
    margin: 0 0 -50px;
    float: left
}

#content.bootstrap {
    padding: 105px 10px 0 225px;
    -webkit-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#content.bootstrap button,
#content.bootstrap input,
#content.bootstrap select,
#content.bootstrap textarea,
body {
    font-family: "Open Sans", helvetica, arial, sans-serif
}

#content.bootstrap.with-tabs {
    padding-top: 160px
}

#content.bootstrap #dash_version,
#content.bootstrap .message-item-initial .message-item-initial-body,
#content.bootstrap .panel,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dbe6e9;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06)
}

#content.bootstrap #dash_version>h3,
#content.bootstrap .message-item-initial .message-item-initial-body>h3,
#content.bootstrap .panel>h3,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>h3 {
    padding: 10px
}

#content.bootstrap .message-item-initial .panel-highlighted.message-item-initial-body,
#content.bootstrap .panel-highlighted#dash_version,
#content.bootstrap .panel.panel-highlighted,
#content.bootstrap .timeline .timeline-item .timeline-caption .panel-highlighted.timeline-panel {
    border-color: #25b9d7 !important;
    -webkit-box-shadow: rgba(37, 185, 215, .15) 0 0 0 6px inset !important;
    box-shadow: rgba(37, 185, 215, .15) 0 0 0 6px inset !important
}

#content.bootstrap #dash_version .panel-heading,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading,
#content.bootstrap .panel .panel-heading,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading {
    padding: 10px;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #363a41;
    text-overflow: ellipsis
}

#content.bootstrap #dash_version .panel-heading>.btn-group,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group,
#content.bootstrap .panel .panel-heading>.btn-group,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group {
    margin-top: -7px
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button i,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button i,
#content.bootstrap .panel .table .panel-heading>.btn-group a i,
#content.bootstrap .panel .table .panel-heading>.btn-group button i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button i,
#content.bootstrap .table .panel .panel-heading>.btn-group a i,
#content.bootstrap .table .panel .panel-heading>.btn-group button i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button i {
    margin-right: 0 !important
}

#content.bootstrap #dash_version .panel-heading .btn,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading .btn,
#content.bootstrap .panel .panel-heading .btn,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading .btn {
    padding: 2px 6px !important
}

#content.bootstrap #dash_version .panel-heading a.btn,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading a.btn,
#content.bootstrap .panel .panel-heading a.btn,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading a.btn {
    position: relative;
    top: 2px;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    text-transform: none
}

#content.bootstrap #dash_version .panel-heading>i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>i,
#content.bootstrap .panel .panel-heading>i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>i {
    margin-top: -2px;
    margin-right: 5px;
    font-size: 20px;
    color: #6c868e;
    vertical-align: middle
}

#content.bootstrap #dash_version #dash_version,
#content.bootstrap #dash_version .message-item-initial .message-item-initial-body,
#content.bootstrap #dash_version .panel,
#content.bootstrap #dash_version .timeline .timeline-item .timeline-caption .timeline-panel,
#content.bootstrap .message-item-initial #dash_version .message-item-initial-body,
#content.bootstrap .message-item-initial .message-item-initial-body #dash_version,
#content.bootstrap .message-item-initial .message-item-initial-body .message-item-initial-body,
#content.bootstrap .message-item-initial .message-item-initial-body .panel,
#content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel,
#content.bootstrap .message-item-initial .panel .message-item-initial-body,
#content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body,
#content.bootstrap .panel #dash_version,
#content.bootstrap .panel .message-item-initial .message-item-initial-body,
#content.bootstrap .panel .panel,
#content.bootstrap .panel .timeline .timeline-item .timeline-caption .timeline-panel,
#content.bootstrap .timeline .timeline-item .timeline-caption #dash_version .timeline-panel,
#content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .message-item-initial-body .timeline-panel,
#content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .timeline-panel .message-item-initial-body,
#content.bootstrap .timeline .timeline-item .timeline-caption .panel .timeline-panel,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel #dash_version,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel {
    border: solid 1px #ddd
}

#content.bootstrap #dash_version .message-item-initial .tab-content.message-item-initial-body,
#content.bootstrap #dash_version .panel.tab-content,
#content.bootstrap #dash_version .tab-content#dash_version,
#content.bootstrap #dash_version .timeline .timeline-item .timeline-caption .tab-content.timeline-panel,
#content.bootstrap .message-item-initial #dash_version .tab-content.message-item-initial-body,
#content.bootstrap .message-item-initial .message-item-initial-body .panel.tab-content,
#content.bootstrap .message-item-initial .message-item-initial-body .tab-content#dash_version,
#content.bootstrap .message-item-initial .message-item-initial-body .tab-content.message-item-initial-body,
#content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .tab-content.timeline-panel,
#content.bootstrap .message-item-initial .panel .tab-content.message-item-initial-body,
#content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .tab-content.message-item-initial-body,
#content.bootstrap .panel .message-item-initial .tab-content.message-item-initial-body,
#content.bootstrap .panel .panel.tab-content,
#content.bootstrap .panel .tab-content#dash_version,
#content.bootstrap .panel .timeline .timeline-item .timeline-caption .tab-content.timeline-panel,
#content.bootstrap .timeline .timeline-item .timeline-caption #dash_version .tab-content.timeline-panel,
#content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .message-item-initial-body .tab-content.timeline-panel,
#content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .timeline-panel .tab-content.message-item-initial-body,
#content.bootstrap .timeline .timeline-item .timeline-caption .panel .tab-content.timeline-panel,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .tab-content.message-item-initial-body,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel.tab-content,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .tab-content#dash_version,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .tab-content.timeline-panel {
    border-radius: 0 0 3px 3px
}

#content.bootstrap .panel-heading,
#content.bootstrap h3:not(.modal-title) {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    line-height: 1.5rem;
    background-color: #fafbfc;
    border: 0;
    border-bottom: 1px solid #dbe6e9;
    margin: -20px -20px 15px
}

#content.bootstrap .panel-heading a,
#content.bootstrap .panel-heading i,
#content.bootstrap h3:not(.modal-title) a,
#content.bootstrap h3:not(.modal-title) i {
    color: contrasted(#e5e8e3)
}

#content.bootstrap .panel-heading .badge,
#content.bootstrap .panel-heading .module-badge-bought,
#content.bootstrap .panel-heading .module-badge-partner,
#content.bootstrap .panel-heading .module-badge-popular,
#content.bootstrap h3:not(.modal-title) .badge,
#content.bootstrap h3:not(.modal-title) .module-badge-bought,
#content.bootstrap h3:not(.modal-title) .module-badge-partner,
#content.bootstrap h3:not(.modal-title) .module-badge-popular {
    padding: 0 10px;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em;
    color: #555;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    margin-left: .4em;
    border-radius: 20px
}

#content.bootstrap .panel-heading .badge a,
#content.bootstrap .panel-heading .module-badge-bought a,
#content.bootstrap .panel-heading .module-badge-partner a,
#content.bootstrap .panel-heading .module-badge-popular a,
#content.bootstrap h3:not(.modal-title) .badge a,
#content.bootstrap h3:not(.modal-title) .module-badge-bought a,
#content.bootstrap h3:not(.modal-title) .module-badge-partner a,
#content.bootstrap h3:not(.modal-title) .module-badge-popular a {
    display: block;
    font-size: .8em
}

#content.bootstrap .panel-heading .panel-heading-action,
#content.bootstrap h3:not(.modal-title) .panel-heading-action {
    position: absolute;
    top: 6px;
    line-height: 0;
    right: 7px
}

#content.bootstrap .panel-heading .panel-heading-action .btn,
#content.bootstrap h3:not(.modal-title) .panel-heading-action .btn {
    padding: 4px 8px !important
}

#content.bootstrap .panel-heading .panel-heading-action .btn-group,
#content.bootstrap h3:not(.modal-title) .panel-heading-action .btn-group {
    position: absolute;
    top: -2px;
    white-space: nowrap;
    right: 2px
}

#content.bootstrap .panel-heading .panel-heading-action .btn-group a.btn,
#content.bootstrap h3:not(.modal-title) .panel-heading-action .btn-group a.btn {
    float: none
}

#content.bootstrap .panel-heading .panel-heading-action>a.btn,
#content.bootstrap h3:not(.modal-title) .panel-heading-action>a.btn {
    position: absolute;
    top: 7px;
    right: 6px
}

#content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn,
#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn {
    color: #ccc;
    float: left
}

#content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn:hover,
#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover {
    color: #25b9d7;
    text-decoration: none
}

#content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn i,
#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i {
    font-size: 18px;
    line-height: 30px;
    text-align: center
}

#content.bootstrap .panel-danger .panel-heading {
    background-color: #8bc954 !important
}

.mobile #content.bootstrap {
    padding: 95px 5px 0;
    margin-left: 0 !important
}

#content.bootstrap .help-block {
    font-style: italic
}

#content.bootstrap .nav.nav-tabs li.active a {
    z-index: 99
}

#content.bootstrap .breadcrumb {
    background-color: #fff;
    border: solid 1px #d3d8db
}

#content.bootstrap .message-item-initial .panel-sm.message-item-initial-body,
#content.bootstrap .panel-sm#dash_version,
#content.bootstrap .panel.panel-sm,
#content.bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel {
    padding: 8px !important
}

#content.bootstrap .message-item-initial .panel-sm.message-item-initial-body .panel-heading,
#content.bootstrap .panel-sm#dash_version .panel-heading,
#content.bootstrap .panel.panel-sm .panel-heading,
#content.bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel .panel-heading {
    margin: -8px -8px 10px;
    font-size: 13px;
    padding-left: 8px
}

#content.bootstrap .message-item-initial .panel-sm.message-item-initial-body .form-group,
#content.bootstrap .panel-sm#dash_version .form-group,
#content.bootstrap .panel.panel-sm .form-group,
#content.bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel .form-group {
    margin-bottom: 8px
}

.data-focus.data-focus-primary {
    color: #fff;
    background-color: #25b9d7;
    border-radius: 10px
}

#customer_part .customerCard.selected-customer .bootstrap #dash_version,
#customer_part .customerCard.selected-customer .bootstrap .message-item-initial .message-item-initial-body,
#customer_part .customerCard.selected-customer .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel,
#customer_part .customerCard.selected-customer .panel,
.bootstrap #customer_part .customerCard.selected-customer #dash_version,
.bootstrap .message-item-initial #customer_part .customerCard.selected-customer .message-item-initial-body,
.bootstrap .timeline .timeline-item .timeline-caption #customer_part .customerCard.selected-customer .timeline-panel {
    color: #72c279;
    border: solid 2px #72c279
}

body.display-modal #content,
body.display-modal #main {
    padding: 0;
    margin: 0;
    background: #f8f8f8
}

.bootstrap #carrier_wizard .modal .wizard_error h3,
.bootstrap .modal #carrier_wizard .wizard_error h3,
.bootstrap .modal .alert h3 {
    margin-top: 0
}

.bootstrap #carrier_wizard .modal-footer .wizard_error,
.bootstrap .modal-footer #carrier_wizard .wizard_error,
.bootstrap .modal-footer .alert {
    text-align: left
}

.bootstrap #dash_version .panel-footer,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer,
.bootstrap .panel .panel-footer,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer {
    margin: 15px -20px -20px;
    overflow: auto;
    background-color: #fcfdfe;
    border-color: #eee
}

.bootstrap #dash_version .panel-footer .btn.pull-right:not(:first-child),
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right:not(:first-child),
.bootstrap .panel .panel-footer .btn.pull-right:not(:first-child),
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right:not(:first-child) {
    margin-right: 5px
}

.bootstrap #dash_version .panel-footer .btn,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn,
.bootstrap .panel .panel-footer .btn,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5
}

.bootstrap #dash_version .panel-footer .btn i,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn i,
.bootstrap .panel .panel-footer .btn i,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn i {
    display: none
}

.bootstrap #dash_version .panel-footer .btn.pull-right,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right,
.bootstrap .panel .panel-footer .btn.pull-right,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right {
    text-transform: none !important
}

#header .panel-footer {
    height: 40px !important;
    margin: 15px 0 0 !important
}

#main.helpOpen {
    width: 70%
}

#help-container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 30%;
    padding: 0;
    margin: 181px 0 50px;
    overflow-x: hidden;
    background-color: #fff
}

.page-topbar #help-container {
    margin-top: 140px
}

.page-sidebar-closed:not(.mobile) #content {
    padding-left: 65px;
    padding-left: 4.0625rem
}

.page-sidebar-closed:not(.mobile) #content .page-head {
    padding-left: 50px;
    padding-left: 3.125rem
}

.bootstrap .message-item-initial div[data-role=search-panels] .message-item-initial-body a[target=_blank]::after,
.bootstrap .timeline .timeline-item .timeline-caption div[data-role=search-panels] .timeline-panel a[target=_blank]::after,
.bootstrap div[data-role=search-panels] #dash_version a[target=_blank]::after,
div[data-role=search-panels] .bootstrap #dash_version a[target=_blank]::after,
div[data-role=search-panels] .bootstrap .message-item-initial .message-item-initial-body a[target=_blank]::after,
div[data-role=search-panels] .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel a[target=_blank]::after,
div[data-role=search-panels] .panel a[target=_blank]::after {
    position: relative;
    top: 2px;
    left: 10px;
    font-family: "Material Icons", sans-serif;
    color: #bbcdd2;
    content: "î¢ž";
    opacity: .7
}

#header {
    z-index: 20
}

#header_infos {
    position: fixed;
    z-index: 503;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 40px;
    height: 2.5rem;
    font-size: 13px;
    color: #4e6167;
    background: #fff
}

#header_infos .material-icons {
    position: relative;
    vertical-align: middle
}

#header_infos #header_logo {
    width: 210.08px;
    width: 13.13rem;
    height: 100%;
    background: url(4b43c8a718be339b0a68.png) no-repeat center left
}

.mobile #header_infos #header_logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
    min-width: 172px;
    margin-left: -15px
}

#header_infos #shop_version {
    position: absolute;
    top: 15px;
    top: .9375rem;
    left: 180px;
    left: 11.25rem;
    font-size: 10px;
    color: #4a4a4a
}

#header_infos>.component {
    margin-right: 8px;
    margin-right: .5rem;
    margin-left: 8px;
    margin-left: .5rem
}

#header_infos .btn-link {
    color: initial
}

#header_infos .btn-link:hover {
    color: initial;
    text-decoration: none
}

#header_infos .btn-link:active,
#header_infos .btn-link:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#header_infos #quick_select {
    height: 40px;
    height: 2.5rem;
    padding: 7px 10px 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #4e6167
}

#header_infos #quick_select>.material-icons,
#header_quick .dropdown>a .material-icons {
    margin-left: -5px;
    font-size: 20px
}

#header_infos .shop-state {
    height: 40px;
    padding-top: 11px;
    color: #4e6167;
    text-decoration: none;
    white-space: nowrap
}

#header_infos #header_shopname,
#header_infos .shop-state {
    display: inline-block;
    padding: 11.5px 5px;
    line-height: 17px
}

#header_infos #header_shopname>.material-icons,
#header_infos .shop-state>.material-icons,
#header_quick .dropdown-menu>li a .material-icons {
    margin-right: 5px
}

#header_infos .shop-state:focus,
#header_infos .shop-state:hover {
    color: #25b9d7 !important;
    text-decoration: none !important
}

#header_infos .shop-state .material-icons {
    margin-top: -4px;
    font-size: 20px;
    color: #6c868e
}

#header_infos ul.header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    margin-bottom: 0;
    color: #4e6167
}

#header_infos ul.header-list #header_shopname {
    padding-top: 11px;
    color: #4e6167 !important
}

#header_infos ul.header-list #header_shopname:focus,
#header_infos ul.header-list #header_shopname:hover {
    color: #25b9d7 !important
}

#header_infos ul.header-list #header_shopname:focus i,
#header_infos ul.header-list #header_shopname:hover i {
    color: #25b9d7
}

#header_infos ul.header-list li {
    display: block;
    list-style: none
}

#header_infos ul.header-list li>a.notifs {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    min-width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    padding: 0 5px !important;
    line-height: 40px;
    line-height: 2.5rem;
    vertical-align: middle
}

#header_infos #maintenance-mode a:focus,
#header_infos #maintenance-mode a:hover,
#header_infos ul.header-list li>a.notifs:focus,
#header_infos ul.header-list li>a.notifs:hover {
    color: #25b9d7;
    text-decoration: none
}

#header_infos #header_shopname i,
#header_infos #maintenance-mode a {
    color: #6c868e
}

#header_infos #header_shopname {
    height: inherit !important;
    padding-top: 11px;
    overflow-x: hidden;
    font-size: 13px !important;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

#header_infos #header_shop .dropdown.open .dropdown-toggle {
    color: #25b9d7 !important;
    background: 0 0 !important
}

#header_infos #header_shop .dropdown .material-icons {
    top: -1px;
    color: #6c868e
}

#header_infos #header_shop .dropdown .dropdown-toggle {
    display: inline-block !important;
    color: #4e6167 !important;
    text-decoration: none !important
}

#header_infos #header_shop .dropdown .dropdown-toggle:hover {
    color: #25b9d7 !important
}

#header_infos #header_shop .dropdown .dropdown-toggle i {
    padding-left: 5px
}

#header_infos #header_shop .dropdown .dropdown-menu .list-dropdown-menu {
    max-height: 500px;
    padding: 0;
    margin: 20px;
    overflow-y: auto
}

#header_infos #header_employee_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

#header_infos #header_employee_box #employee_infos {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    margin-right: 10px;
    list-style-type: none
}

#header_infos #header_employee_box #employee_infos #employee_links .employee_avatar {
    width: auto;
    height: auto
}

#header_infos #header_employee_box #employee_infos #employee_links .employee_avatar img {
    width: 60.8px;
    width: 3.8rem;
    height: 60.8px;
    height: 3.8rem;
    padding: 0;
    border: 0
}

#header_infos #header_employee_box #employee_infos #employee_links .employee-wrapper-avatar {
    float: left;
    margin: 0 20px
}

#header_infos #header_employee_box #employee_infos #employee_links .employee-wrapper-profile {
    display: block;
    margin: 2px 0 20px;
    text-align: center
}

#header_infos #header_employee_box #employee_infos .employee_name,
.bootstrap .table td.center,
.bootstrap .table th.center,
.mce-charmap td div {
    text-align: center
}

#header_infos #header_employee_box #employee_infos .dropdown-menu {
    width: 280px;
    width: 17.5rem;
    min-width: inherit;
    padding-top: 10px
}

#header_infos #header_employee_box #employee_infos .dropdown-menu li {
    margin: 15px 7px;
    font-size: 14px
}

#header_infos #header_employee_box #employee_infos .dropdown-menu li.username {
    display: inline-block;
    max-width: 120px;
    padding: 16px 0 24px;
    padding: 1rem 0 1.5rem;
    margin: 0;
    font-weight: 600;
    white-space: normal;
    vertical-align: top
}

#header_infos #header_employee_box #employee_infos .dropdown-menu li.divider {
    width: 90%;
    margin: 0 auto !important;
    clear: both;
    border: 1px solid #eee
}

#header_infos #header_employee_box #employee_infos .dropdown-menu li a[target=_blank]::after {
    position: relative;
    top: 2px;
    font-family: "Material Icons", sans-serif;
    color: #bbcdd2;
    content: "î¢ž";
    opacity: .7
}

#header_infos #header_employee_box #employee_infos .dropdown-menu li a .material-icons {
    padding: 0;
    margin-right: 5px;
    color: #576c72;
    vertical-align: middle
}

#header_infos #header_employee_box #employee_infos .dropdown-menu li a.admin-link {
    color: #576c72;
    background-color: inherit;
    border: 1px solid #899ea5;
    border-radius: 1px
}

#header_infos #header_employee_box #employee_infos .dropdown-menu li a.admin-link:hover {
    color: #25b9d7;
    border-color: #25b9d7
}

#header_infos #header_employee_box #employee_infos .dropdown-menu li.signout a {
    color: #6c868e
}

#header_infos #header_employee_box #employee_infos .dropdown-menu li.signout a:hover {
    color: #25b9d7;
    background-color: inherit
}

.bo_search_form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 4px 0 0
}

.bo_search_form #bo_query {
    border-top-left-radius: 0;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 0;
    height: 35px;
    padding-right: 35px;
    padding-left: 6px;
    font-style: italic;
    color: #363a41;
    background: #fff;
    border: 1px solid #bbcdd2;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none
}

.bo_search_form #bo_query::-webkit-input-placeholder {
    color: #6c868e
}

.bo_search_form #bo_query::-moz-placeholder {
    color: #6c868e
}

.bo_search_form #bo_query::-ms-input-placeholder {
    color: #6c868e
}

.bo_search_form #bo_query::placeholder {
    color: #6c868e
}

.bo_search_form .form-group {
    width: 250px
}

.bo_search_form .form-group .input-group {
    margin: 0 !important
}

.bo_search_form .form-group .input-group .input-group-btn {
    border-top-left-radius: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 55px;
    border: 1px solid #bbcdd2;
    border-right: none
}

.bootstrap .bo_search_form .form-group .input-group .input-group-btn>.btn {
    border-top-left-radius: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 55px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 33px;
    padding: 8px 6px 6px 8px;
    outline: 0
}

#content.bootstrap #dash_version .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .btn-default,
#content.bootstrap #dash_version .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .table .btn-group-action a,
#content.bootstrap #dash_version .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .table .btn-group-action button,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap #dash_version .table .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap #dash_version .table .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .btn-default,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .table .btn-group-action a,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .table .btn-group-action button,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .btn-default,
#content.bootstrap .panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .table .btn-group-action a,
#content.bootstrap .panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .table .btn-group-action button,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .panel .table .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .panel .table .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .table #dash_version .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .table #dash_version .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .table .panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .table .panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .table .btn-group-action a,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn .table .btn-group-action button,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action .bo_search_form .form-group .input-group .input-group-btn button,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn a,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group .bo_search_form .form-group .input-group .input-group-btn button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap #dash_version .panel-heading>.btn-group .btn-default,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap #dash_version .table .panel-heading>.btn-group a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap #dash_version .table .panel-heading>.btn-group button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .panel .panel-heading>.btn-group .btn-default,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .panel .table .panel-heading>.btn-group a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .panel .table .panel-heading>.btn-group button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .table #dash_version .panel-heading>.btn-group a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .table #dash_version .panel-heading>.btn-group button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .table .panel .panel-heading>.btn-group a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .table .panel .panel-heading>.btn-group button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a,
.bo_search_form .form-group .input-group .input-group-btn #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button,
.bo_search_form .form-group .input-group .input-group-btn .bootstrap .table .btn-group a,
.bo_search_form .form-group .input-group .input-group-btn .bootstrap .table .btn-group button,
.bo_search_form .form-group .input-group .input-group-btn .bootstrap .table .btn-group-action a,
.bo_search_form .form-group .input-group .input-group-btn .bootstrap .table .btn-group-action button,
.bo_search_form .form-group .input-group .input-group-btn .btn-default,
.bootstrap .table .btn-group .bo_search_form .form-group .input-group .input-group-btn a,
.bootstrap .table .btn-group .bo_search_form .form-group .input-group .input-group-btn button,
.bootstrap .table .btn-group-action .bo_search_form .form-group .input-group .input-group-btn a,
.bootstrap .table .btn-group-action .bo_search_form .form-group .input-group .input-group-btn button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent !important
}

.bo_search_form .form-group .input-group .dropdown-menu .material-icons {
    font-size: 18px;
    color: #6c868e
}

.bo_search_form .form-group .input-group .dropdown-menu>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bo_search_form .form-group .input-group .dropdown-menu>li a:focus .material-icons,
.bo_search_form .form-group .input-group .dropdown-menu>li a:hover .material-icons {
    color: #fff
}

.bo_search_form .clear_search {
    position: absolute;
    top: 7px;
    z-index: 10;
    right: 10px
}

.bo_search_form .clear_search .material-icons {
    font-size: 18px
}

.bo_search_form #search_type_icon {
    top: -2px;
    padding-right: 0;
    font-size: 18px;
    line-height: 1
}

#header_quick {
    font-size: 13px
}

#header_quick .dropdown>a,
#header_quick .dropdown>a:focus {
    color: #4e6167 !important;
    background-color: transparent !important
}

#header_quick .dropdown>a:hover {
    color: #40c9ed !important
}

#header_quick .dropdown-menu>li a {
    padding: 7px 15px
}

#employee_infos .dropdown-menu .notifications .tab-content .notif:hover strong,
#header_quick .dropdown-menu>li a:hover,
#notification .dropdown-menu .notifications .tab-content .notif:hover strong {
    color: #fff
}

#header_quick .dropdown-menu>li a:not(:hover) .material-icons,
.main-menu .link-levelone:not(#subtab-AdminParentModulesSf) i.material-icons.mi-extension,
.main-menu .link-leveltwo:not(#subtab-AdminParentModulesSf) i.material-icons.mi-extension {
    color: #6c868e
}

#header_quick .dropdown-menu .material-icons {
    font-size: 18px;
    font-size: 1.125rem
}

#ajax_running {
    position: absolute;
    top: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    left: 0
}

#ajax_running i {
    font-size: 20px;
    line-height: 35px;
    color: rgba(255, 255, 255, .6)
}

#employee_infos.open,
#notification.open,
.chosen-container .chosen-results li.highlighted em {
    background: 0 0
}

#employee_infos.open a.dropdown-toggle,
#notification.open a.dropdown-toggle {
    background: 0 0 !important
}

#employee_infos .material-icons,
#notification .material-icons {
    font-size: 22px;
    color: #6c868e;
    vertical-align: bottom
}

#employee_infos #total_notif_number_wrapper,
#notification #total_notif_number_wrapper {
    position: absolute;
    top: 4.8px;
    top: .3rem;
    right: 9.6px;
    right: .6rem;
    display: inline-block;
    height: 16px;
    height: 1rem;
    padding: 0 2.88px;
    padding: 0 .18rem;
    line-height: 12px;
    line-height: .75rem;
    color: #fff;
    vertical-align: middle;
    background: #f44336;
    border: 2px solid #fff;
    border-radius: .625rem;
    font-size: 10px;
    font-size: .625rem
}

#employee_infos #total_notif_number_wrapper>span,
#notification #total_notif_number_wrapper>span {
    font-size: inherit;
    color: inherit
}

#employee_infos .dropdown-menu,
#notification .dropdown-menu {
    top: 42px;
    right: 5px !important;
    min-width: 400px;
    min-width: 25rem;
    padding: 0;
    margin: 0;
    border: 1px solid #bbcdd2;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1)
}

#employee_infos .dropdown-menu::after,
#employee_infos .dropdown-menu::before,
#notification .dropdown-menu::after,
#notification .dropdown-menu::before {
    position: absolute;
    right: 8px;
    bottom: 100%;
    width: 0;
    height: 0;
    pointer-events: none;
    content: " ";
    border: solid transparent
}

#employee_infos .dropdown-menu::after,
#notification .dropdown-menu::after {
    margin-right: 1px;
    border-width: 7px;
    border-color: transparent transparent #fff
}

#employee_infos .dropdown-menu::before,
#notification .dropdown-menu::before {
    border-width: 8px;
    border-color: transparent transparent #bbcdd2
}

#employee_infos .dropdown-menu .notifications .nav-tabs,
#notification .dropdown-menu .notifications .nav-tabs {
    border-bottom: 1px solid #fff
}

#employee_infos .dropdown-menu .notifications .nav-tabs .nav-item,
#notification .dropdown-menu .notifications .nav-tabs .nav-item {
    width: 33%;
    margin-bottom: -1px;
    margin-left: 0;
    text-align: center
}

#employee_infos .dropdown-menu .notifications .nav-tabs .nav-item.active a,
#notification .dropdown-menu .notifications .nav-tabs .nav-item.active a {
    color: #25b9d7;
    border-top: 0;
    border-bottom: 3px solid #25b9d7
}

#employee_infos .dropdown-menu .notifications .nav-tabs .nav-item:hover a,
#notification .dropdown-menu .notifications .nav-tabs .nav-item:hover a {
    color: #25b9d7
}

#employee_infos .dropdown-menu .notifications .nav-tabs .nav-item .nav-link,
#notification .dropdown-menu .notifications .nav-tabs .nav-item .nav-link {
    padding: 15px 15px 10px;
    padding: .9375rem .9375rem .625rem;
    font-family: "Open Sans", sans-serif;
    font-size: 14.4px;
    font-size: .9rem;
    font-weight: 400;
    color: #6c868e;
    text-transform: none;
    border: 0
}

#employee_infos .dropdown-menu .notifications .tab-content,
#notification .dropdown-menu .notifications .tab-content {
    padding: 0;
    margin-top: -1px;
    margin-top: -.0625rem;
    background: #f2f4f5;
    border-top: 2px solid #eee;
    border-top: .125rem solid #eee
}

#employee_infos .dropdown-menu .notifications .tab-content .tab-pane,
#notification .dropdown-menu .notifications .tab-content .tab-pane {
    height: 190px;
    height: 11.875rem;
    overflow-y: auto
}

#employee_infos .dropdown-menu .notifications .tab-content .tab-pane .no-notification,
#notification .dropdown-menu .notifications .tab-content .tab-pane .no-notification {
    display: none
}

#employee_infos .dropdown-menu .notifications .tab-content .tab-pane.empty,
#notification .dropdown-menu .notifications .tab-content .tab-pane.empty {
    color: #6c868e;
    text-align: center
}

#employee_infos .dropdown-menu .notifications .tab-content .tab-pane.empty::after,
#notification .dropdown-menu .notifications .tab-content .tab-pane.empty::after {
    font-family: "Material Icons", sans-serif;
    font-size: 90px;
    font-size: 5.625rem;
    color: #bbcdd2;
    content: "îŸµ";
    opacity: .7
}

#employee_infos .dropdown-menu .notifications .tab-content .tab-pane.empty>.no-notification,
#notification .dropdown-menu .notifications .tab-content .tab-pane.empty>.no-notification {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%
}

#employee_infos .dropdown-menu .notifications .tab-content .notif,
#notification .dropdown-menu .notifications .tab-content .notif {
    display: block;
    padding: 10px 15px;
    padding: .625rem .9375rem;
    color: #6c868e
}

#employee_infos .dropdown-menu .notifications .tab-content .notif .material-icons,
#notification .dropdown-menu .notifications .tab-content .notif .material-icons {
    font-size: 16px;
    line-height: 16px;
    vertical-align: top
}

#employee_infos .dropdown-menu .notifications .tab-content .notif .message-notification-status.open,
#notification .dropdown-menu .notifications .tab-content .notif .message-notification-status.open {
    color: #5cb85c
}

#employee_infos .dropdown-menu .notifications .tab-content .notif .message-notification-status.closed,
#notification .dropdown-menu .notifications .tab-content .notif .message-notification-status.closed {
    color: #d9534f
}

#employee_infos .dropdown-menu .notifications .tab-content .notif .message-notification-status.pending1,
#employee_infos .dropdown-menu .notifications .tab-content .notif .message-notification-status.pending2,
#notification .dropdown-menu .notifications .tab-content .notif .message-notification-status.pending1,
#notification .dropdown-menu .notifications .tab-content .notif .message-notification-status.pending2 {
    color: #fb0
}

#employee_infos .dropdown-menu .notifications .tab-content .notif:hover,
#notification .dropdown-menu .notifications .tab-content .notif:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3ed2f0
}

#employee_infos>a>.material-icons {
    font-size: 22px
}

#header_infos .js-mobile-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    padding-top: 0;
    margin-right: 9.6px;
    margin-right: .6rem;
    margin-left: 9.6px;
    margin-left: .6rem;
    font-size: 28.8px;
    font-size: 1.8rem;
    cursor: pointer
}

.nav-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 502;
    width: 210.08px;
    width: 13.13rem;
    height: 100%;
    margin-top: 40px;
    margin-top: 2.5rem;
    overflow-y: auto;
    background: #363a41;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.nav-bar .material-icons {
    font-size: 19.008px;
    font-size: 1.188rem;
    line-height: inherit;
    color: #fff
}

.nav-bar.mobile-nav {
    width: 70%;
    margin-left: -100%
}

.nav-bar.mobile-nav::before {
    position: fixed;
    top: 80px;
    top: 5rem;
    left: 75%;
    display: none;
    font-family: "Material Icons", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    pointer-events: none;
    content: "î—"
}

.nav-bar.mobile-nav.expanded {
    display: block;
    margin-left: 0
}

.main-menu.sidebar-closed .link-levelone .link>span,
.main-menu.sidebar-closed .link-levelone .link>span.open>.submenu,
.main-menu.sidebar-closed .link-leveltwo .link>span,
.main-menu.sidebar-closed .link-leveltwo .link>span.open>.submenu,
.nav-bar.mobile-nav .onboarding-navbar {
    display: none
}

.nav-bar.mobile-nav .panel-collapse {
    padding-left: 0
}

.nav-bar.mobile-nav .panel-collapse .link-leveltwo .link {
    padding-left: 16px;
    padding-left: 1rem
}

.nav-bar.mobile-nav .employee_avatar {
    padding-top: 16px;
    padding-top: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
    text-align: center;
    text-decoration: none
}

.nav-bar.mobile-nav .employee_avatar .material-icons {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem
}

.nav-bar.mobile-nav .employee_avatar span {
    display: block;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    color: #fff
}

.nav-bar.mobile-nav .employee_avatar img {
    width: 60px;
    width: 3.75rem;
    height: 60px;
    height: 3.75rem
}

.nav-bar.mobile-nav .employee_avatar img.img-thumbnail {
    border-radius: 36px
}

.nav-bar.mobile-nav .shop-list {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    font-weight: 700;
    text-align: center
}

.nav-bar.mobile-nav .main-menu {
    margin-top: 10px;
    margin-top: .625rem
}

.nav-bar.mobile-nav .main-menu>li:first-child {
    padding-bottom: 16px;
    padding-bottom: 1rem
}

.nav-bar.mobile-nav .shop-list-title {
    margin-bottom: 15px;
    margin-bottom: .9375rem;
    font-size: 16px;
    font-size: 1rem;
    color: #25b9d7;
    text-align: center;
    text-transform: uppercase
}

.nav-bar.mobile-nav .shop-list-title::after {
    margin-left: 10px;
    margin-left: .625rem;
    font-family: "Material Icons", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
    vertical-align: bottom;
    content: "îŒ“"
}

.nav-bar.mobile-nav .items-list {
    padding-left: 0
}

.nav-bar.mobile-nav .items-list a:focus {
    background-color: transparent
}

.nav-bar.mobile-nav .items-list li {
    background-color: #fff;
    border-bottom: #999 1px solid
}

.nav-bar.mobile-nav .items-list li.group a {
    padding: 15px 40px;
    padding: .9375rem 2.5rem;
    font-weight: 700
}

.nav-bar.mobile-nav .items-list li.shop {
    padding: 15px 15px 15px 40px;
    padding: .9375rem .9375rem .9375rem 2.5rem
}

.nav-bar.mobile-nav .items-list li.shop a {
    display: inline-block;
    width: auto
}

.nav-bar.mobile-nav .items-list li.shop a.link-shop .material-icons {
    font-size: 20px;
    font-size: 1.25rem;
    color: #6c868e
}

.nav-bar.mobile-nav .items-list li:first-child a {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
    font-size: 15px;
    font-size: .9375rem;
    color: #25b9d7;
    text-transform: uppercase
}

.main-menu {
    padding: 0 0 133.008px;
    padding: 0 0 8.313rem;
    margin: 0
}

.main-menu.sidebar-closed .category-title>.title {
    display: none
}

.main-menu .category-title>.title {
    text-transform: uppercase
}

.main-menu .link-levelone,
.main-menu .link-leveltwo {
    display: block
}

.main-menu .link-levelone #header_logout,
.main-menu .link-leveltwo #header_logout {
    margin-top: 32px;
    margin-top: 2rem;
    color: #ff7a7a
}

.main-menu .link-levelone #header_logout i,
.main-menu .link-leveltwo #header_logout i {
    margin-right: 10px;
    margin-right: .625rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #ff7a7a
}

.main-menu .link-active.link-leveltwo>.link,
.main-menu .link-levelone.link-active>.link {
    padding-left: 11.008px;
    padding-left: .688rem;
    border-left: 4px solid #25b9d7;
    border-left: .25rem solid #25b9d7
}

.main-menu .link-active.link-leveltwo>.link .material-icons:first-child,
.main-menu .link-levelone.link-active>.link .material-icons:first-child {
    color: #25b9d7
}

.main-menu .link-levelone>.link {
    height: initial;
    padding: 8px 5px 8px 15.008px;
    padding: .5rem .3125rem .5rem .938rem;
    line-height: 16px;
    line-height: 1rem;
    color: #fff
}

.main-menu .link-levelone>.link,
.main-menu .link-leveltwo>.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    overflow: hidden;
    font-size: 12px;
    font-size: .75rem;
    text-decoration: none;
    text-overflow: initial;
    word-break: break-word;
    white-space: initial
}

.main-menu .link-levelone>.link span,
.main-menu .link-leveltwo>.link span {
    padding-left: 10px;
    padding-left: .625rem
}

.main-menu .link-levelone>.link .sub-tabs-arrow,
.main-menu .link-leveltwo>.link .sub-tabs-arrow {
    margin-left: auto;
    line-height: inherit;
    color: #fff;
    vertical-align: middle;
    visibility: hidden
}

.main-menu .-hover.link-leveltwo>.link,
.main-menu .link-active.link-leveltwo>.link,
.main-menu .link-levelone.-hover>.link,
.main-menu .link-levelone.link-active>.link,
.main-menu .link-levelone.ul-open>.link,
.main-menu .ul-open.link-leveltwo>.link {
    color: #fff;
    background: #22252a;
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease
}

.main-menu .-hover.has_submenu.link-leveltwo .link .sub-tabs-arrow,
.main-menu .link-active.has_submenu.link-leveltwo .link .sub-tabs-arrow,
.main-menu .link-levelone.-hover.has_submenu .link .sub-tabs-arrow,
.main-menu .link-levelone.link-active.has_submenu .link .sub-tabs-arrow,
.main-menu .link-levelone.ul-open.has_submenu .link .sub-tabs-arrow,
.main-menu .ul-open.has_submenu.link-leveltwo .link .sub-tabs-arrow {
    visibility: visible
}

.main-menu .link-levelone>.submenu,
.main-menu .link-leveltwo>.submenu {
    display: none;
    padding-left: 44px;
    padding-left: 2.75rem;
    white-space: nowrap;
    list-style: none;
    background: #22252a
}

.main-menu .link-levelone>.submenu>li:first-of-type,
.main-menu .link-leveltwo>.submenu>li:first-of-type {
    padding-top: 4px;
    padding-top: .25rem
}

.main-menu .link-levelone>.submenu>li:last-of-type,
.main-menu .link-leveltwo>.submenu>li:last-of-type {
    padding-bottom: 12px;
    padding-bottom: .75rem
}

.main-menu .link-active.link-leveltwo .link,
.main-menu .link-levelone.link-active .link,
.main-menu .link-levelone.ul-open .link,
.main-menu .ul-open.link-leveltwo .link {
    background: #22252a
}

.main-menu .link-levelone.open>.submenu,
.main-menu .open.link-leveltwo>.submenu {
    display: block
}

.main-menu .link-leveltwo.link-active>.link {
    padding-left: 0;
    color: #fff;
    border-left: none
}

.main-menu .link-leveltwo>.link {
    height: initial;
    padding: 5px 4.8px 5px 0;
    padding: .3125rem .3rem .3125rem 0;
    line-height: 14.4px;
    line-height: .9rem;
    color: #b6c3c7
}

.main-menu .link-leveltwo>.link:hover {
    color: #fff
}

.category-title {
    display: block;
    padding: 12px 0 8px;
    padding: .75rem 0 .5rem;
    margin: 14px 0 0 15.008px;
    margin: .875rem 0 0 .938rem;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    line-height: 18px;
    line-height: 1.125rem
}

.category-title>.title {
    color: #98aab0
}

.menu-collapse {
    display: block;
    height: 13.008px;
    height: .813rem;
    padding: 12px 15.008px 19.008px 0;
    padding: .75rem .938rem 1.188rem 0;
    font-size: 32px;
    font-size: 2rem;
    line-height: 13.008px;
    line-height: .813rem;
    color: #fff;
    text-align: right;
    cursor: pointer
}

.menu-collapse .material-icons {
    color: #fff
}

.menu-collapse .material-icons:last-child {
    margin-left: -21.008px;
    margin-left: -1.313rem
}

.page-sidebar-closed:not(.mobile) #content,
.page-sidebar-closed:not(.mobile) .content-div {
    -webkit-transition: padding 1s ease;
    transition: padding 1s ease
}

.page-sidebar-closed:not(.mobile) .menu-collapse {
    padding-right: 12.8px;
    padding-right: .8rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-sidebar-closed:not(.mobile) .nav-bar {
    width: 50px;
    width: 3.125rem;
    overflow: visible !important
}

.page-sidebar-closed:not(.mobile) .nav-bar-overflow {
    height: 100%;
    overflow: hidden
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu {
    overflow: hidden
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .category-title>.title,
.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone span,
.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo span {
    display: none
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .sub-tabs-arrow {
    display: none !important
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .category-title {
    padding-top: 0;
    padding-bottom: 0
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone .link,
.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo .link {
    line-height: initial
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone:first-of-type,
.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo:first-of-type {
    margin-bottom: 0
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone.ul-open>.link,
.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .ul-open.link-leveltwo>.link {
    width: 235px;
    width: 14.6875rem;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone.ul-open>.link>span,
.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .ul-open.link-leveltwo>.link>span {
    display: inline-block;
    padding-left: 25.008px;
    padding-left: 1.563rem
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone.ul-open ul.submenu,
.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .ul-open.link-leveltwo ul.submenu {
    position: absolute !important;
    left: 50px;
    display: block !important;
    width: 200px !important;
    padding-left: 5px
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone .link-leveltwo:first-of-type,
.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo .link-leveltwo:first-of-type {
    padding-top: 0 !important;
    margin-top: 3.2px;
    margin-top: .2rem
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone .link-leveltwo:last-of-type,
.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo .link-leveltwo:last-of-type {
    padding-bottom: 0 !important;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-levelone .link-leveltwo .link,
.page-sidebar-closed:not(.mobile) .nav-bar .main-menu .link-leveltwo .link-leveltwo .link {
    padding-left: 24px;
    padding-left: 1.5rem
}

.mobile-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 501;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.bootstrap #dashboard #dashaddons a,
.mobile-layer.expanded {
    display: block
}

.bootstrap .bulk-actions ul i,
.bootstrap .tree i,
.bootstrap .tree-panel-heading-controls i,
[class^=icon-] {
    font-size: 14px
}

[class^=process-icon-] {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 28px;
    background: 0 0;
    background-position: center;
    background-size: 26px
}

#content .process-icon-loading {
    font-size: 20px;
    line-height: 30px
}

.bootstrap .fixed-width-xs {
    width: 48px !important
}

.bootstrap .fixed-width-sm {
    width: 80px !important
}

.bootstrap .fixed-width-md {
    width: 120px !important
}

.bootstrap .fixed-width-lg {
    width: 160px !important
}

.bootstrap .fixed-width-xl {
    width: 200px !important
}

.bootstrap .fixed-width-xxl {
    width: 250px !important
}

.bootstrap .row-margin-bottom {
    margin-bottom: 15px
}

.bootstrap .row-margin-top {
    margin-top: 15px
}

.bootstrap .row-padding-top {
    padding-top: 15px
}

.bootstrap .img-thumbnail,
.bootstrap .thumbnail {
    background-color: #fff;
    border-color: #ccc !important
}

.bootstrap .highlight {
    background-color: #f7e69f
}

.bootstrap .text-orange {
    color: #f90
}

.bootstrap .badge {
    font-size: 1em;
    background-color: #25b9d7
}

.bootstrap .badge,
.bootstrap .module-badge-bought,
.bootstrap .module-badge-partner,
.bootstrap .module-badge-popular {
    padding: 1px 5px;
    font-weight: 500;
    line-height: inherit;
    letter-spacing: .0625em
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step.step-success,
.bootstrap .alert.alert-onboarding .onboarding-step.step-success,
.bootstrap .badge-info.module-badge-bought,
.bootstrap .badge-info.module-badge-partner,
.bootstrap .badge-info.module-badge-popular,
.bootstrap .badge.badge-info {
    background-color: #25b9d7
}

.bootstrap .badge-success.module-badge-bought,
.bootstrap .badge-success.module-badge-partner,
.bootstrap .badge-success.module-badge-popular,
.bootstrap .badge.badge-success {
    background-color: #72c279
}

.bootstrap .badge-warning.module-badge-bought,
.bootstrap .badge-warning.module-badge-partner,
.bootstrap .badge-warning.module-badge-popular,
.bootstrap .badge.badge-warning {
    background-color: #fbbb22
}

.bootstrap .badge-danger.module-badge-bought,
.bootstrap .badge-danger.module-badge-partner,
.bootstrap .badge-danger.module-badge-popular,
.bootstrap .badge.badge-danger {
    background-color: #e08f95
}

.bootstrap .badge-critical.module-badge-bought,
.bootstrap .badge-critical.module-badge-partner,
.bootstrap .badge-critical.module-badge-popular,
.bootstrap .badge.badge-critical {
    background-color: #cf535c
}

.bootstrap .label {
    font-size: 12px;
    font-weight: 400
}

.bootstrap .label.label-inactive {
    background-color: #999
}

.bootstrap .nav-tabs {
    border-bottom: none
}

.bootstrap .nav-tabs li .badge,
.bootstrap .nav-tabs li .module-badge-bought,
.bootstrap .nav-tabs li .module-badge-partner,
.bootstrap .nav-tabs li .module-badge-popular {
    color: #666;
    background-color: #fff;
    border: solid 2px #eee
}

.bootstrap .nav-tabs li a {
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    text-transform: uppercase
}

.bootstrap .nav-tabs li.active a,
.bootstrap .nav-tabs li.active a:focus,
.bootstrap .nav-tabs li.active a:hover {
    background-color: #fff
}

.bootstrap .table tr.parent td {
    background-color: #eee !important;
    border-bottom: solid 1px #ccc !important
}

.bootstrap #carrier_wizard .alert-warning.wizard_error,
.bootstrap #carrier_wizard .wizard_error,
.bootstrap .alert.alert-danger,
.bootstrap .alert.alert-warning {
    position: relative;
    padding: 16px 15px 16px 56px;
    font-size: 14px;
    border: solid 1px #fab000;
    border-radius: 8px
}

.bootstrap #carrier_wizard .alert-warning.wizard_error::before,
.bootstrap #carrier_wizard .wizard_error::before,
.bootstrap .alert.alert-danger::before,
.bootstrap .alert.alert-warning::before {
    position: absolute;
    top: 13px;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 24px;
    color: #fab000;
    left: 15px
}

.bootstrap #carrier_wizard .wizard_error,
.bootstrap .alert.alert-danger {
    border: solid 1px #f44336
}

.bootstrap #carrier_wizard .wizard_error::before,
.bootstrap .alert.alert-danger::before {
    color: #f44336
}

.bootstrap #carrier_wizard .alert-success.wizard_error,
.bootstrap .alert.alert-success {
    position: relative;
    padding: 16px 15px 16px 56px;
    font-size: 14px;
    border: solid 1px #53d572;
    border-radius: 8px
}

.bootstrap #carrier_wizard .alert-success.wizard_error::before,
.bootstrap .alert.alert-success::before {
    position: absolute;
    top: 13px;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 24px;
    color: #53d572;
    left: 15px
}

.bootstrap #carrier_wizard .alert-addons.wizard_error,
.bootstrap #carrier_wizard .alert-info.wizard_error,
.bootstrap .alert.alert-addons,
.bootstrap .alert.alert-info {
    position: relative;
    padding: 16px 15px 16px 56px;
    font-size: 14px;
    border: solid 1px #25b9d7;
    border-radius: 8px
}

.bootstrap #carrier_wizard .alert-addons.wizard_error::before {
    top: 13px;
    font-size: 24px;
    left: 15px
}

.bootstrap #carrier_wizard .alert-addons.wizard_error::before,
.bootstrap #carrier_wizard .alert-onboarding.wizard_error::before {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    color: #25b9d7
}

.bootstrap #carrier_wizard .alert-info.wizard_error::before,
.bootstrap .alert.alert-addons::before,
.bootstrap .alert.alert-info::before {
    position: absolute;
    top: 13px;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 24px;
    color: #25b9d7;
    left: 15px
}

.bootstrap .alert.alert-onboarding::before {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    color: #25b9d7
}

.bootstrap #carrier_wizard .alert-addons.wizard_error,
.bootstrap .alert.alert-addons {
    background-color: #beeaf3
}

.bootstrap #carrier_wizard .alert-addons.wizard_error a,
.bootstrap #carrier_wizard .alert-addons.wizard_error p,
.bootstrap #carrier_wizard .alert-onboarding.wizard_error a,
.bootstrap .alert.alert-addons a,
.bootstrap .alert.alert-addons p,
.bootstrap .alert.alert-onboarding a,
.bootstrap .page-head ul.page-breadcrumb li a,
.bootstrap .page-head ul.page-breadcrumb li a:hover {
    color: #363a41
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error,
.bootstrap .alert.alert-onboarding {
    position: relative;
    font-size: 14px;
    border-radius: 8px;
    padding: 20px 20px 20px 160px;
    background-color: #beeaf3;
    border: solid 2px #25b9d7;
    -webkit-box-shadow: inset 140px 0 0 #25b9d7;
    box-shadow: inset 140px 0 0 #25b9d7
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error::before,
.bootstrap .alert.alert-onboarding::before {
    top: 40px;
    left: 25px;
    font-size: 98px
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step,
.bootstrap .alert.alert-onboarding .onboarding-step {
    width: 100%;
    height: 2em
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step.step-in-progress,
.bootstrap .alert.alert-onboarding .onboarding-step.step-in-progress {
    background-image: linear-gradient(45deg, #7ad6e8 25%, transparent 25%, transparent 50%, #7ad6e8 50%, #7ad6e8 75%, transparent 75%, transparent);
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-color: #25b9d7
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step.step-todo,
.bootstrap .alert.alert-onboarding .onboarding-step.step-todo {
    background-color: #eee
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step.step-first,
.bootstrap .alert.alert-onboarding .onboarding-step.step-first {
    border-radius: 3em 0 0 3em
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step.step-final,
.bootstrap .alert.alert-onboarding .onboarding-step.step-final {
    border-radius: 0 3em 3em 0
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error h4,
.bootstrap .alert.alert-onboarding h4 {
    margin-bottom: .4em;
    font-size: 2.1em;
    font-weight: 100;
    color: #383f50
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error p,
.bootstrap .alert.alert-onboarding p {
    margin-bottom: 1em;
    font-size: 1.1em;
    color: #7d88a4
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-action-container,
.bootstrap .alert.alert-onboarding .onboarding-action-container {
    padding-top: 3em
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error hr,
.bootstrap .alert.alert-onboarding hr {
    border-color: #a5e3f0
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error .progress,
.bootstrap .alert.alert-onboarding .progress {
    border-radius: 3em;
    height: 2em;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap #carrier_wizard .alert-onboarding.wizard_error .progress-bar,
.bootstrap .alert.alert-onboarding .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap #carrier_wizard .alert-message.wizard_error,
.bootstrap .alert.alert-message {
    position: relative;
    padding: 16px 15px 16px 56px;
    font-size: 14px;
    border-radius: 8px;
    background-color: #fff;
    border: solid 2px #fbbb22
}

.bootstrap #carrier_wizard .alert-message.wizard_error::before,
.bootstrap .alert.alert-message::before {
    position: absolute;
    top: 13px;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 24px;
    color: #fbbb22;
    left: 15px
}

.bootstrap .overflow-y {
    max-height: 200px;
    margin-bottom: 15px;
    overflow-y: auto
}

.bootstrap .input[type=password] {
    font-size: 2em !important
}

.bootstrap .pagination {
    margin: 17px 0 0
}

.bootstrap .list-detail dd:not(:last-child) {
    margin-bottom: 10px
}

.bootstrap .attributes-color-container {
    display: block;
    width: 40px;
    height: 25px;
    border: solid 1px #000
}

.bootstrap #mColorPickerInput,
.bootstrap .table thead>tr>th span.title_box a.active {
    color: #000
}

.bootstrap .modal-content-overflow {
    max-height: 400px;
    overflow-y: scroll
}

.bootstrap #datepicker .daterangepicker td.day:hover,
.bootstrap .pointer,
.bootstrap .table td.pointer {
    cursor: pointer
}

.bootstrap .multiple-checkboxes {
    padding-left: 25px
}

.bootstrap select[multiple] {
    overflow: auto
}

.bootstrap select[multiple] option {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.bootstrap .table {
    margin-bottom: 5px;
    border-spacing: 0 2px 0 0;
    border-collapse: separate
}

.bootstrap .table thead>tr>th {
    font-weight: 500;
    vertical-align: top;
    border: 0;
    border-bottom: solid 1px #a0d0eb
}

.bootstrap .table thead>tr>th span.title_box {
    display: block;
    color: #656565;
    word-wrap: nowrap;
    white-space: nowrap
}

.bootstrap .table thead>tr>th span.title_box a {
    text-decoration: none
}

.bootstrap .table thead>tr>th span.title_box .label-tooltip {
    padding: 0 5px;
    color: #3586ae;
    background-color: #edf7fb;
    border: 0;
    border-bottom: solid 1px #d8edf7
}

.bootstrap .table thead>tr.filter>th {
    background-color: #ecf6fb
}

.bootstrap .table thead>tr.filter>th input[type=password].filter,
.bootstrap .table thead>tr.filter>th input[type=text].filter,
.bootstrap .table thead>tr.filter>th select.filter {
    padding: 4px;
    font-size: 11px;
    border-color: #a0d0eb
}

.bootstrap #datepicker .input-selected,
.bootstrap .table .btn-group .dropdown-menu .divider,
.bootstrap .table .btn-group-action .dropdown-menu .divider,
.bootstrap .table input,
.bootstrap .table select,
.bootstrap .timeline .timeline-item .timeline-caption h5 {
    margin: 0
}

.bootstrap .table input.center,
.bootstrap .table select.center {
    margin: 0 auto
}

.bootstrap .table tbody>tr>td {
    padding: 3px 7px;
    font-size: 12px;
    color: #666;
    word-wrap: nowrap;
    vertical-align: middle;
    background-color: #fff;
    border-top: none;
    border-bottom: solid 1px #eaedef
}

.bootstrap .table tbody>tr.odd>td {
    background-color: #fcfdfe
}

.bootstrap .table tbody>tr:hover>td {
    background-color: #f4f8fb
}

.bootstrap .table td.dragHandle .dragGroup {
    position: relative;
    width: 80px;
    font-size: 14px;
    text-align: center;
    cursor: move;
    padding: 4px 4px 4px 20px;
    border-radius: 5px
}

.bootstrap .table td.dragHandle .dragGroup:hover {
    color: #fff;
    background-color: #25b9d7
}

.bootstrap .table td.dragHandle .dragGroup::before {
    position: absolute;
    top: 8px;
    display: block;
    width: 16px;
    height: 16px;
    left: 6px
}

.bootstrap .table td.dragHandle .dragGroup .positions {
    display: inline-block;
    width: 43px;
    padding: 0 5px;
    color: #aaa;
    text-shadow: #fff 1px 1px;
    background-color: #eee;
    border: solid 1px #ccc;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 3px inset;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 3px inset
}

.bootstrap .table tr.actions {
    text-align: right
}

.bootstrap .table td.actions {
    text-align: right;
    padding-right: 5px
}

.bootstrap .table th.actions .btn {
    margin-bottom: 4px !important
}

.bootstrap .table tr.myDragClass {
    padding: 10px;
    background-color: #eee
}

.bootstrap .table tr.myDragClass td {
    -webkit-transform: translate(5px, 10px);
    transform: translate(5px, 10px)
}

.bootstrap .table.tableDnD td {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.bootstrap .table .btn-group a,
.bootstrap .table .btn-group button,
.bootstrap .table .btn-group-action a,
.bootstrap .table .btn-group-action button {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bootstrap .table .btn-group a i,
.bootstrap .table .btn-group button i,
.bootstrap .table .btn-group-action a i,
.bootstrap .table .btn-group-action button i {
    height: 17px !important
}

.bootstrap .table .btn-group .dropdown-menu,
.bootstrap .table .btn-group-action .dropdown-menu {
    padding: 0
}

.bootstrap .table .btn-group .dropdown-menu a,
.bootstrap .table .btn-group-action .dropdown-menu a {
    width: 100%;
    padding: 8px 16px;
    padding: .5rem 1rem
}

.bootstrap .table .btn-group-action a i {
    margin-right: 3px
}

.bootstrap .table tr.myDragClass td,
.bootstrap tr.highlighted td {
    color: #fff;
    background-color: #25b9d7 !important
}

.bootstrap .bulk-actions {
    margin: 17px 0 0
}

.bootstrap .list-action-enable {
    display: inline-block;
    width: 30px;
    font-size: 1.3em;
    color: rgba(255, 255, 255, .8);
    text-align: center;
    border-radius: 3px
}

.bootstrap .list-action-enable.action-enabled {
    color: #72c279
}

.bootstrap .list-action-enable.action-disabled {
    color: #e08f95
}

.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl:hover dd.data_value,
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl:hover dt,
.bootstrap .list-action-enable:hover {
    color: #25b9d7
}

.bootstrap .list-empty {
    background-color: #fcfdfe !important
}

.bootstrap .list-empty .list-empty-msg {
    display: block;
    width: 50%;
    margin: 20px auto;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 1.4em;
    color: #999;
    text-align: center
}

.bootstrap .list-empty .list-empty-icon {
    display: block;
    clear: both;
    font-size: 84px;
    color: #dedede;
    text-shadow: #fff 1px 1px 0
}

.bootstrap .date_range .input-group:first-child {
    margin-bottom: 5px
}

.bootstrap .tree-panel-heading-controls {
    padding: 5px;
    margin: -20px -20px 20px;
    font-size: 1.1em;
    line-height: 2.2em;
    color: #25b9d7;
    border-bottom: solid 1px #dfdfdf
}

.bootstrap .tree {
    list-style: none;
    padding: 0 0 0 20px
}

.bootstrap .tree input {
    margin-right: 4px;
    line-height: normal;
    vertical-align: baseline
}

.bootstrap .tree .tree-folder-name,
.bootstrap .tree .tree-item-name {
    padding: 2px 5px;
    border-radius: 4px
}

.bootstrap .tree .tree-folder-name label,
.bootstrap .tree .tree-item-name label {
    font-weight: 400
}

.bootstrap .tree .tree-folder-name:hover,
.bootstrap .tree .tree-item-name:hover {
    cursor: pointer;
    background-color: #eee
}

.bootstrap .tree .tree-selected {
    color: #fff;
    background-color: #25b9d7
}

.bootstrap .tree .tree-selected:hover {
    background-color: #21a6c1
}

.bootstrap .tree .tree-selected i.tree-dot {
    background-color: #fff
}

.bootstrap .tree i.tree-dot {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background-color: #ccc;
    border-radius: 6px
}

.bootstrap #datepicker .daterangepicker td.day.disabled,
.bootstrap #datepicker .daterangepicker td.new,
.bootstrap #datepicker .daterangepicker td.old,
.bootstrap .tree .tree-folder-name-disable,
.bootstrap .tree .tree-item-disable {
    color: #ccc
}

.bootstrap .tree .tree-folder-name-disable:hover,
.bootstrap .tree .tree-item-disable:hover {
    color: #ccc;
    background-color: none
}

.bootstrap #translations_form a.panel-title:hover i,
.bootstrap .page-head .page-head-tabs li,
.bootstrap .tree-actions {
    display: inline-block
}

.bootstrap .tree-actions .twitter-typeahead {
    padding: 0 0 0 4px;
    position: relative;
    top: 1px
}

.bootstrap .tree-actions .tt-hint {
    left: 4px !important;
    color: #ccc
}

.bootstrap .tree-panel-label-title {
    margin: 0;
    font-weight: 400;
    padding: 0 0 0 8px
}

.bootstrap label.control-label {
    font-size: 14px;
    font-weight: 500;
    color: #363a41
}

.bootstrap label.control-label span.label-tooltip {
    padding: 0 5px;
    font-size: 14px;
    color: #363a41;
    text-decoration: none;
    border: 0
}

.bootstrap label.required::before {
    position: relative;
    font-size: 14px;
    line-height: 12px;
    color: red;
    content: "*"
}

.bootstrap .tooltip {
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 12px;
    white-space: normal
}

.bootstrap .tooltip-inner {
    padding: 10px;
    background-color: #363a41
}

.bootstrap .tooltip.top .tooltip-arrow {
    border-top-color: #363a41
}

.bootstrap input[type=password].input-tiny,
.bootstrap input[type=text].input-tiny,
.bootstrap select.input-tiny {
    width: 80px;
    float: left
}

.bootstrap textarea {
    resize: none
}

.bootstrap input[type=number]:focus,
.bootstrap input[type=text]:focus,
.bootstrap textarea:focus {
    background-color: #f4fcfd;
    border-color: #25b9d7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap input[type=password]:focus {
    border-color: #25b9d7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap .uneditable-input:focus,
.bootstrap input[type=color]:focus,
.bootstrap input[type=date]:focus,
.bootstrap input[type=datetime-local]:focus,
.bootstrap input[type=datetime]:focus,
.bootstrap input[type=email]:focus,
.bootstrap input[type=month]:focus,
.bootstrap input[type=search]:focus,
.bootstrap input[type=tel]:focus,
.bootstrap input[type=time]:focus,
.bootstrap input[type=url]:focus,
.bootstrap input[type=week]:focus {
    background-color: #f4fcfd;
    border-color: #25b9d7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap .uneditable-input:hover,
.bootstrap input[type=color]:hover,
.bootstrap input[type=date]:hover,
.bootstrap input[type=datetime-local]:hover,
.bootstrap input[type=datetime]:hover,
.bootstrap input[type=email]:hover,
.bootstrap input[type=month]:hover,
.bootstrap input[type=number]:hover,
.bootstrap input[type=password]:focus,
.bootstrap input[type=search]:hover,
.bootstrap input[type=tel]:hover,
.bootstrap input[type=text]:hover,
.bootstrap input[type=time]:hover,
.bootstrap input[type=url]:hover,
.bootstrap input[type=week]:hover,
.bootstrap textarea:hover {
    background-color: #f4fcfd
}

.bootstrap .btn .caret {
    border-top-color: #333 !important
}

.bootstrap .btn:hover .caret {
    border-top-color: #fff !important
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn.btn-default:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.btn:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.btn:hover,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.btn:hover,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn.btn-default:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.btn:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.btn:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .panel .panel-heading>.btn-group .btn.btn-default:hover,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.btn:hover,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.btn:hover,
#content.bootstrap .panel .table .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .panel .table .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn.btn-default:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.btn:hover,
.bootstrap .btn.btn-default:hover,
.bootstrap .table .btn-group a.btn:hover,
.bootstrap .table .btn-group button.btn:hover,
.bootstrap .table .btn-group-action a.btn:hover,
.bootstrap .table .btn-group-action button.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn.btn-default:hover i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.btn:hover i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.btn:hover i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.btn:hover i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.btn:hover i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn.btn-default:hover i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.btn:hover i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.btn:hover i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.btn:hover i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.btn:hover i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.btn:hover i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.btn:hover i,
#content.bootstrap .panel .panel-heading>.btn-group .btn.btn-default:hover i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.btn:hover i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.btn:hover i,
#content.bootstrap .panel .table .panel-heading>.btn-group a.btn:hover i,
#content.bootstrap .panel .table .panel-heading>.btn-group button.btn:hover i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.btn:hover i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.btn:hover i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.btn:hover i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.btn:hover i,
#content.bootstrap .table .panel .panel-heading>.btn-group a.btn:hover i,
#content.bootstrap .table .panel .panel-heading>.btn-group button.btn:hover i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.btn:hover i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.btn:hover i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.btn:hover i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.btn:hover i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn.btn-default:hover i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.btn:hover i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.btn:hover i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.btn:hover i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.btn:hover i,
.bootstrap #dash_version .panel-footer .btn.pull-right i,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right i,
.bootstrap .btn.btn-default:hover i,
.bootstrap .btn.btn-primary,
.bootstrap .btn.btn-primary i,
.bootstrap .dropdown-menu>li a:hover i,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right i,
.bootstrap .panel .panel-footer .btn.pull-right i,
.bootstrap .table .btn-group a.btn:hover i,
.bootstrap .table .btn-group button.btn:hover i,
.bootstrap .table .btn-group-action a.btn:hover i,
.bootstrap .table .btn-group-action button.btn:hover i,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right i {
    color: #fff
}

.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right,
.bootstrap .btn.btn-primary {
    text-transform: uppercase;
    background-color: #25b9d7
}

.bootstrap #dash_version .panel-footer .btn.pull-right,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right,
.bootstrap .panel .panel-footer .btn.pull-right,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right {
    background-color: #25b9d7
}

.bootstrap #dash_version .panel-footer .btn.pull-right:hover,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right:hover,
.bootstrap .btn.btn-primary:hover,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right:hover,
.bootstrap .panel .panel-footer .btn.pull-right:hover,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right:hover {
    background-color: #1e94ab;
    -webkit-box-shadow: none;
    box-shadow: none
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn[disabled].btn-default,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.btn[disabled],
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.btn[disabled],
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.btn[disabled],
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.btn[disabled],
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn[disabled].btn-default,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.btn[disabled],
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.btn[disabled],
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.btn[disabled],
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.btn[disabled],
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.btn[disabled],
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.btn[disabled],
#content.bootstrap .panel .panel-heading>.btn-group .btn[disabled].btn-default,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.btn[disabled],
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.btn[disabled],
#content.bootstrap .panel .table .panel-heading>.btn-group a.btn[disabled],
#content.bootstrap .panel .table .panel-heading>.btn-group button.btn[disabled],
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.btn[disabled],
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.btn[disabled],
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.btn[disabled],
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.btn[disabled],
#content.bootstrap .table .panel .panel-heading>.btn-group a.btn[disabled],
#content.bootstrap .table .panel .panel-heading>.btn-group button.btn[disabled],
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.btn[disabled],
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.btn[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.btn[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.btn[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn[disabled].btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.btn[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.btn[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.btn[disabled],
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.btn[disabled],
.bootstrap .btn.btn-default[disabled],
.bootstrap .table .btn-group a.btn[disabled],
.bootstrap .table .btn-group button.btn[disabled],
.bootstrap .table .btn-group-action a.btn[disabled],
.bootstrap .table .btn-group-action button.btn[disabled] {
    color: #999;
    background-color: #f2f2f2;
    border-color: #999
}

.bootstrap .dropdown-menu {
    text-align: left
}

.bootstrap .dropdown-menu>li a {
    padding: 5px 10px
}

.bootstrap .btn-group-action {
    line-height: 0
}

.bootstrap .btn-group-action .btn {
    font-family: "Open Sans", helvetica, arial, sans-serif
}

.bootstrap .btn-group-action .btn-group {
    white-space: nowrap
}

.bootstrap .btn-group-action .btn-group button,
.bootstrap .btn-group-action .btn-group>a {
    display: inline-block;
    float: none;
    text-decoration: none
}

.bootstrap .btn-group-action .btn-group>a:first-child {
    margin-right: -3px
}

.bootstrap .btn-group-action .btn-group i {
    font-size: 14px
}

.bootstrap .dummyfile {
    position: relative
}

.bootstrap .dummyfile .hide-file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0)
}

.bootstrap .tt-query {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important
}

.bootstrap .tt-dropdown-menu {
    font-size: .9em;
    text-transform: none;
    background-color: #fff;
    border: solid 1px #ccc
}

.bootstrap .tt-suggestions {
    padding: 0 6px;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, .25) 0 1px 4px
}

.bootstrap .tt-suggestion p {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: solid 1px #ccc
}

.bootstrap .tt-suggestion:last-child p {
    border-bottom: none
}

.bootstrap .tagify-container {
    min-height: 30px;
    padding: 0 3px;
    overflow: auto;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .075) 0 1px 1px inset;
    box-shadow: rgba(0, 0, 0, .075) 0 1px 1px inset
}

.bootstrap .tagify-container>span {
    display: inline-block;
    padding: 2px 5px;
    margin: 3px;
    color: #fff;
    background-color: #64cfe4;
    border: 1px solid #25b9d7;
    border-radius: 2px
}

.bootstrap .tagify-container>span>a {
    font-weight: 700;
    color: #25b9d7;
    text-decoration: none;
    padding-left: 5px
}

.bootstrap .tagify-container>input {
    width: 140px;
    height: auto;
    margin-top: 2px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap .tagify-container>input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap .form-group .input-group-btn>.btn {
    height: 39px
}

.bootstrap .form-group .translatable-field .btn.dropdown-toggle {
    height: 39px;
    white-space: nowrap
}

.bootstrap input[type=email],
.bootstrap input[type=number],
.bootstrap input[type=password],
.bootstrap input[type=search],
.bootstrap input[type=tel],
.bootstrap input[type=text] {
    font-family: "Open Sans", Helvetica, Arial, "FontAwesome", sans-serif !important
}

.bootstrap .form-horizontal .form-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding: 14px 0;
    margin: auto
}

.bootstrap .form-horizontal .form-group .btn[id^=add_condition_] {
    white-space: nowrap
}

.bootstrap .modal-checkbox input {
    margin: 0 5px 0 0;
    vertical-align: middle
}

.bootstrap .modal-checkbox label {
    margin-bottom: 0;
    vertical-align: middle
}

.bootstrap .kpi-container {
    padding-bottom: 10px !important
}

.bootstrap .kpi-container .kpi-refresh {
    position: absolute;
    right: 20px;
    z-index: 1
}

.bootstrap .box-stats {
    display: block;
    height: 64px;
    margin-bottom: 10px
}

.bootstrap .box-stats .boxchart-overlay {
    padding: 10px 10px 5px;
    margin-right: 10px;
    float: left;
    border-radius: 3px
}

.bootstrap .box-stats .kpi-content {
    position: relative;
    width: 100%;
    padding-left: 40px;
    float: left
}

.bootstrap .box-stats .kpi-content i {
    position: absolute;
    top: 0;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    left: 0;
    border-radius: 3px
}

.bootstrap .box-stats .kpi-content .title {
    display: block;
    color: #666
}

.bootstrap .box-stats .kpi-content .subtitle {
    display: block;
    color: #aaa;
    text-transform: uppercase
}

.bootstrap .box-stats .kpi-content .value {
    display: block;
    overflow: hidden;
    clear: both;
    font-size: 1.5em;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bootstrap #dashboard #dashaddons a:hover,
.bootstrap .box-stats:hover {
    text-decoration: none
}

.bootstrap .color1 .boxchart-overlay,
.bootstrap .color1 i {
    color: #2ba8e3 !important
}

.bootstrap .color1 .value {
    color: #2ba8e3
}

.bootstrap .color2 .boxchart-overlay,
.bootstrap .color2 i {
    color: #ff5450 !important
}

.bootstrap .color2 .value {
    color: #ff5450
}

.bootstrap .color3 .boxchart-overlay,
.bootstrap .color3 i {
    color: #9e5ba1 !important
}

.bootstrap .color3 .value {
    color: #9e5ba1
}

.bootstrap .color4 .boxchart-overlay,
.bootstrap .color4 i {
    color: #95cc6b !important
}

.bootstrap .color4 .value {
    color: #95cc6b
}

.bootstrap .data_chart rect {
    fill: #fff
}

.bootstrap .data_chart path {
    fill: none;
    stroke: #fff;
    stroke-width: 2
}

.bootstrap .data_chart line {
    stroke: #000
}

.bootstrap .data_chart .area {
    fill: rgba(255, 255, 255, .3);
    stroke-width: 0
}

.bootstrap .prestashop-switch {
    position: relative;
    display: block;
    width: 100%;
    height: 22px;
    margin-top: 7px
}

.bootstrap .prestashop-switch-nolabel label {
    display: none
}

.bootstrap .prestashop-switch label {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    padding-left: 45px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bootstrap .prestashop-switch .slide-button {
    position: absolute;
    top: 0;
    z-index: 0;
    display: block;
    width: 36px;
    height: 22px;
    background: #b3c7cd;
    border: 0;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    border-radius: 1000px
}

.bootstrap .prestashop-switch .slide-button::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    content: "";
    background: #fff;
    border-radius: 50%;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out
}

.bootstrap .prestashop-switch-center .slide-button {
    position: inherit;
    margin: auto
}

.bootstrap .prestashop-switch input {
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: 0
}

.bootstrap .prestashop-switch input:disabled {
    cursor: not-allowed
}

.bootstrap .prestashop-switch input:disabled~.slide-button {
    opacity: .2
}

.bootstrap .prestashop-switch input:checked {
    z-index: 0
}

.bootstrap .prestashop-switch input:last-of-type:checked~label:last-of-type {
    opacity: 1
}

.bootstrap .prestashop-switch input:last-of-type:checked:disabled~label:last-of-type {
    opacity: .2
}

.bootstrap .prestashop-switch input:last-of-type:checked~.slide-button {
    background: #b3c7cd
}

.bootstrap .prestashop-switch input:first-of-type:checked~label:first-of-type {
    opacity: 1
}

.bootstrap .prestashop-switch input:first-of-type:checked:disabled~label:first-of-type {
    opacity: .2
}

.bootstrap .prestashop-switch input:first-of-type:checked~.slide-button {
    background: #72c279
}

.bootstrap .prestashop-switch input:first-of-type:checked~.slide-button::after {
    -webkit-transform: translateX(14px);
    transform: translateX(14px)
}

.bootstrap .page-head {
    position: fixed;
    top: 40px;
    top: 2.5rem;
    left: 0;
    z-index: 499;
    width: 100%;
    padding: 0 0 0 210px;
    margin: 0;
    color: #363a41;
    background-color: #fff;
    border-bottom: #dfdfdf 1px solid;
    -webkit-transition: padding-left .5s ease-out;
    transition: padding-left .5s ease-out
}

.mobile .bootstrap .page-head {
    top: 40px;
    top: 2.5rem;
    padding-top: 16px;
    padding-top: 1rem
}

.bootstrap .page-head.with-tabs {
    height: 140px
}

.bootstrap .page-head>.wrapper {
    padding-left: 15px
}

.bootstrap .page-head .page-title {
    position: relative;
    float: left;
    padding: 5px 0;
    padding: .3125rem 0;
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
    clear: left;
    font: 20pt "Open Sans", helvetica, arial, sans-serif;
    line-height: 1.2;
    color: #363a41;
    white-space: nowrap
}

.adminmodules .bootstrap .page-head .page-title {
    margin: 0 0 20px;
    margin: 0 0 1.25rem
}

.bootstrap .page-head .page-title a {
    border-bottom: dotted 1px #fff
}

.bootstrap .page-head .page-title a:hover {
    color: #000;
    border-color: #000
}

.bootstrap .page-head a {
    color: #fff;
    text-decoration: none
}

.bootstrap .page-head h4.page-subtitle {
    float: left;
    position: absolute;
    margin-top: 60px;
    font-family: "Open Sans";
    left: 227px
}

.adminmodules .bootstrap .page-head h4.page-subtitle {
    margin-top: 67px
}

.bootstrap .page-head .toolbarBox {
    background-color: transparent;
    right: 0
}

.bootstrap .page-head .toolbarBox #toolbar-nav {
    border: 0
}

.bootstrap .page-head .toolbarBox li:last-of-type .toolbar_btn {
    margin-right: 10px
}

.bootstrap .page-head .toolbarBox .btn-toolbar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 3px 0 0
}

.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn {
    position: relative;
    padding: 8px 16px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #6c868e;
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: none;
    white-space: nowrap;
    border: 1px solid #6c868e;
    border-radius: 4px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    margin: 0 14px 2px 0
}

.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn:hover {
    color: #fff;
    background: #889da2;
    border-color: #889da2
}

.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn:active,
.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn:focus {
    color: #fff;
    background: #889da2;
    border-color: #889da2;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 134, 142, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 134, 142, .5)
}

.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn i {
    display: none;
    color: #2eacce
}

.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn i:hover {
    color: #40c9ed
}

.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn[id^=page-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #25b9d7;
    border-color: #25b9d7
}

.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn[id^=page-] i {
    display: block;
    width: 20px;
    height: auto;
    margin-right: 4px;
    font-size: 16px;
    color: #fff
}

.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn[id^=page-]:hover {
    color: #fff;
    background: #7cd5e7;
    border-color: #7cd5e7
}

.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn[id^=page-]:active,
.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn[id^=page-]:focus {
    color: #fff;
    background: #21a6c1;
    border-color: #21a6c1;
    -webkit-box-shadow: 0 0 0 .2rem rgba(70, 196, 221, .5);
    box-shadow: 0 0 0 .2rem rgba(70, 196, 221, .5)
}

.bootstrap .page-head .toolbarBox .btn-toolbar .dropdown-toolbar {
    display: none;
    float: right;
    border-radius: 3px
}

.bootstrap .page-head ul.page-breadcrumb {
    float: left;
    padding: 5px 0;
    padding: .3125rem 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    color: rgba(0, 0, 0, .5);
    white-space: nowrap;
    list-style: none;
    background: 0 0 !important;
    border: 0 !important;
    border-radius: 0
}

.bootstrap .page-head ul.page-breadcrumb li i {
    font-size: 10px
}

.bootstrap .page-head ul.page-breadcrumb li.breadcrumb-container i,
.bootstrap .page-head ul.page-breadcrumb li.breadcrumb-current i {
    position: absolute;
    top: 2px;
    font-size: 42px;
    color: #659e32;
    padding-right: 5px;
    border-right: solid 1px #659e32;
    left: -60px
}

.bootstrap .page-head ul.page-breadcrumb li::before {
    color: #659e32
}

.bootstrap .page-head .page-head-tabs {
    clear: left;
    background-color: #fff
}

.bootstrap .page-head .page-head-tabs ul {
    font-weight: 400;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf
}

.bootstrap .page-head .page-head-tabs li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    color: #6c868e;
    vertical-align: middle
}

.bootstrap .page-head .page-head-tabs li a.current {
    color: #363a41;
    background-color: #f4f9fb;
    border-bottom: 3px solid #3ed2f0
}

.bootstrap .page-sidebar-closed .page-head {
    padding-left: 65px;
    padding-left: 4.0625rem
}

.bootstrap .page-header-toolbar-back {
    display: inline-block;
    border: 0
}

.bootstrap #datepicker #date-end.input-selected,
.bootstrap #datepicker #date-start.input-selected {
    border: solid 1px #00a4e7
}

.bootstrap #datepicker #date-end-compare.input-selected,
.bootstrap #datepicker #date-start-compare.input-selected {
    border: solid 1px #ff8000
}

.bootstrap #datepicker div#datepicker-form #date-range {
    border: solid 1px #0092ce
}

.bootstrap #datepicker div#datepicker-form #date-range .form-date-heading {
    background-color: #0092ce
}

.bootstrap #datepicker div#datepicker-form #date-compare {
    border: solid 1px #e67300
}

.bootstrap #datepicker div#datepicker-form #date-compare .form-date-heading {
    background-color: #e67300
}

.bootstrap #datepicker div#datepicker-form .form-date-heading {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 8px
}

.bootstrap #datepicker div#datepicker-form .form-date-heading .checkbox-title label,
.bootstrap #datepicker div#datepicker-form .form-date-heading .title {
    margin-top: 0;
    font-size: 1.15em;
    font-weight: 200;
    line-height: 2em;
    color: #fff;
    text-transform: uppercase
}

.bootstrap #datepicker div#datepicker-form .form-date-heading .btn-default,
.bootstrap #datepicker div#datepicker-form .form-date-heading .table .btn-group a,
.bootstrap #datepicker div#datepicker-form .form-date-heading .table .btn-group button,
.bootstrap #datepicker div#datepicker-form .form-date-heading .table .btn-group-action a,
.bootstrap #datepicker div#datepicker-form .form-date-heading .table .btn-group-action button,
.bootstrap .table .btn-group #datepicker div#datepicker-form .form-date-heading a,
.bootstrap .table .btn-group #datepicker div#datepicker-form .form-date-heading button,
.bootstrap .table .btn-group-action #datepicker div#datepicker-form .form-date-heading a,
.bootstrap .table .btn-group-action #datepicker div#datepicker-form .form-date-heading button {
    font-weight: 700;
    color: #fff;
    background-color: rgba(255, 255, 255, .3);
    border: 0
}

.bootstrap #datepicker div#datepicker-form .form-date-heading select {
    margin: 2px 2px 0 0;
    padding: 2px 4px;
    height: 26px;
    height: 1.625rem;
    line-height: 1
}

.bootstrap #datepicker div#datepicker-form .form-date-body {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #fff
}

.bootstrap #datepicker div#datepicker-form .form-date-actions {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #fcfdfe;
    border: solid 1px #ccc
}

.bootstrap #datepicker div#datepicker-form .form-date-group {
    width: 100%;
    margin: 0 auto 6px;
    clear: both
}

.bootstrap #datepicker div#datepicker-form .form-date-group label {
    margin-top: 5px;
    font-size: .8em;
    font-weight: 700;
    color: #666;
    text-transform: uppercase
}

.bootstrap #datepicker div#datepicker-form .form-date-group input {
    margin: 0 2px 0 0
}

.bootstrap #datepicker div#datepicker-form .form-date-group input[type=text] {
    margin: 0 8px 0 0;
    width: 35%;
    height: 36px;
    height: 2.25rem
}

.bootstrap #datepicker div#datepicker-form .form-date-group button {
    margin: 5px 0 0
}

.bootstrap #datepicker .daterangepicker {
    position: relative;
    width: 100%;
    font-size: 13px;
    border: solid 1px #ccc;
    margin: 0 0 8px
}

.bootstrap #datepicker .daterangepicker table {
    width: 100%;
    margin: 0;
    border-spacing: 1px
}

.bootstrap #datepicker .daterangepicker thead tr th {
    height: 1.5em;
    font-size: .7em;
    color: #fff;
    text-transform: uppercase;
    background-color: #0092ce
}

.bootstrap #datepicker .daterangepicker thead tr:first-child th {
    font-size: 1.4em;
    font-weight: 200;
    color: #00a4e7;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #0092ce
}

.bootstrap #datepicker .daterangepicker td {
    position: relative;
    text-align: center;
    height: 2.4em;
    padding: 0 8px;
    color: #00a4e7;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.bootstrap #datepicker .daterangepicker th {
    position: relative;
    padding: 0;
    text-align: center
}

.bootstrap #datepicker .daterangepicker tr {
    border-bottom: solid 1px #fff
}

.bootstrap #datepicker .daterangepicker td.day::after {
    position: absolute;
    top: 0;
    z-index: 0;
    display: block;
    width: 100%;
    content: "";
    background-color: transparent;
    left: 0
}

.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected) {
    font-weight: 700;
    color: #fff;
    background-color: #00a4e7;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px
}

.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).range-compare {
    background-color: #4da1b1;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare,
.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).start-selected-compare {
    background-color: #4d99a2
}

.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare {
    border-radius: 0
}

.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected) {
    font-weight: 700;
    color: #fff;
    background-color: #00a4e7;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px
}

.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).range-compare {
    background-color: #4da1b1;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).end-selected-compare,
.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare {
    background-color: #4d99a2
}

.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare {
    border-radius: 0
}

.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare) {
    font-weight: 700;
    color: #fff;
    background-color: #ff8000;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px
}

.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare).range {
    background-color: #bb924d;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare) {
    font-weight: 700;
    color: #fff;
    background-color: #ff8000;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px
}

.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare).range {
    background-color: #bb924d;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.bootstrap #datepicker .daterangepicker td.end-selected.start-selected {
    font-weight: 700;
    color: #fff;
    background-color: #00a4e7;
    border-radius: 15px
}

.bootstrap #datepicker .daterangepicker td.end-selected.start-selected.range-compare {
    background-color: #4da1b1;
    border-radius: 0
}

.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare {
    font-weight: 700;
    color: #fff;
    background-color: #ff8000;
    border-radius: 15px
}

.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare.range {
    background-color: #bb924d;
    border-radius: 0
}

.bootstrap #datepicker .daterangepicker td.range {
    color: #cef1ff;
    background-color: #1bbdff
}

.bootstrap #datepicker .daterangepicker td.range-compare.range,
.bootstrap #datepicker .daterangepicker td.range.range-compare {
    background-color: #8dab99
}

.bootstrap #datepicker .daterangepicker td.range-compare {
    color: #fff2e6;
    background-color: #f93
}

.bootstrap #datepicker .daterangepicker td.today {
    background-color: #fff
}

.bootstrap #datepicker .daterangepicker td span {
    display: block;
    float: left;
    width: 33.333%;
    height: 3em;
    padding: 0;
    font-weight: 400;
    line-height: 3em;
    text-transform: uppercase;
    cursor: pointer
}

.bootstrap #datepicker .daterangepicker td span.active,
.bootstrap #datepicker .daterangepicker td span:hover {
    color: #fff;
    background-color: #00a4e7
}

.bootstrap #datepicker .daterangepicker td span.old {
    color: #ccc
}

.bootstrap #datepicker .daterangepicker th.next {
    text-align: right;
    padding: 0 10px 0 0
}

.bootstrap #datepicker .daterangepicker th.prev {
    text-align: left;
    padding: 0 0 0 10px
}

.bootstrap #datepicker .daterangepicker th.month-switch,
.bootstrap #datepicker .daterangepicker th.next,
.bootstrap #datepicker .daterangepicker th.prev {
    height: 2em;
    font-size: 1.3em;
    line-height: 2em
}

.bootstrap #datepicker .daterangepicker th.month-switch:hover,
.bootstrap #datepicker .daterangepicker th.next:hover,
.bootstrap #datepicker .daterangepicker th.prev:hover {
    color: #fff;
    background-color: #0092ce
}

.bootstrap #dashboard .data_list li,
.bootstrap .chevron-left,
.bootstrap .chevron-right {
    position: relative
}

.bootstrap .chevron-left::before,
.bootstrap .chevron-right::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-style: solid
}

.bootstrap .chevron-left::before {
    top: 0;
    background-color: #1bbdff;
    border-color: transparent transparent transparent #00a4e7;
    right: 0;
    border-width: 1.2em 0 1.2em .5em
}

.bootstrap .chevron-right::before {
    top: 0;
    background-color: #00a4e7;
    border-color: transparent transparent transparent #1bbdff;
    left: 0;
    border-width: 1.2em 0 1.2em .5em
}

.bootstrap .input-complete {
    -webkit-animation: one .2s ease-in-out;
    animation: one .2s ease-in-out
}

.bootstrap .breadcrumb-multishop {
    position: relative;
    width: auto
}

.bootstrap .breadcrumb-multishop::after {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 7px;
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    pointer-events: none;
    content: "ïƒ—";
    background-color: #659e32;
    right: 0;
    border-radius: 0 4px 4px 0
}

.bootstrap .breadcrumb-multishop select {
    position: relative;
    display: inline-block;
    height: 22px;
    margin: 0;
    line-height: 20px;
    color: #666;
    background: #fff;
    border: 1px solid #659e32;
    outline: 0;
    -webkit-appearance: none;
    padding: 0 5px 0 8px;
    border-radius: 4px
}

.bootstrap .breadcrumb-multishop select:focus {
    -webkit-box-shadow: 0 0 0 1px #659e32;
    box-shadow: 0 0 0 1px #659e32
}

.bootstrap #header_shop .dropdown-menu {
    top: 40px;
    right: -100px !important;
    min-width: 284px !important;
    min-width: 17.75rem !important;
    padding: 0;
    margin: 0;
    font-size: 13px;
    border: 1px solid #bbcdd2;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1)
}

.bootstrap #header_shop .dropdown-menu::after,
.bootstrap #header_shop .dropdown-menu::before {
    position: absolute;
    right: 95px;
    bottom: 100%;
    width: 0;
    height: 0;
    pointer-events: none;
    content: " ";
    border: solid transparent
}

.bootstrap #header_shop .dropdown-menu::after {
    margin-right: 1px;
    border-width: 7px;
    border-color: transparent transparent #fff
}

.bootstrap #header_shop .dropdown-menu::before {
    margin-left: -8px;
    border-width: 8px;
    border-color: transparent transparent #bbcdd2
}

.bootstrap #header_shop .dropdown-menu li:first-child a {
    font-size: 14px !important;
    font-size: .875rem !important;
    font-weight: 700;
    color: #25b9d7 !important
}

.bootstrap #header_shop .dropdown-menu li:not(:first-child) {
    line-height: 32px
}

.bootstrap #header_shop .dropdown-menu li:not(:first-child) a:not(.link-shop) {
    display: inline-block;
    width: inherit;
    padding-top: 5px;
    padding-top: .3125rem;
    padding-bottom: 5px;
    padding-bottom: .3125rem
}

.bootstrap #header_shop .dropdown-menu a {
    color: #4e6167
}

.bootstrap #header_shop .dropdown-menu .group a {
    padding-left: 10px;
    padding-left: .625rem
}

.adminshop .bootstrap .table-responsive-row,
.bootstrap #header_shop .dropdown-menu .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bootstrap #header_shop .dropdown-menu .shop a {
    padding-left: 25px;
    padding-left: 1.5625rem;
    font-weight: 600
}

.bootstrap #header_shop .dropdown-menu .shop a.link-shop {
    float: right;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: inherit;
    margin-left: auto;
    text-decoration: none
}

.bootstrap #header_shop .dropdown-menu .shop a.link-shop i.material-icons {
    padding: 2px 10px;
    font-size: 14px;
    color: #6c868e;
    cursor: pointer;
    border: 1px solid #bbcdd2;
    border-radius: 1px
}

.bootstrap #header_shop .dropdown-menu li.active a,
.bootstrap #header_shop .dropdown-menu li:hover a {
    color: #4e6167 !important
}

.bootstrap #header_shop .dropdown-menu li.active i.material-icons,
.bootstrap #header_shop .dropdown-menu li:hover i.material-icons {
    color: #25b9d7 !important;
    border: solid 1px #25b9d7 !important
}

.bootstrap #header_shop .selected-item {
    color: #00aff0;
    cursor: pointer
}

.bootstrap .no-pointer-events .custom-select::after {
    content: none
}

.bootstrap .multishop-well {
    padding: 20px 20px 10px;
    margin-bottom: 15px;
    background-color: #faf8f0;
    border: 0;
    border-left: 3px solid #fbeccb
}

.adminshop .bootstrap .table-responsive-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto
}

.adminshop .bootstrap .table-responsive-row .dropdown-menu {
    position: fixed !important;
    top: auto !important;
    margin-right: 36px
}

.adminshop .bootstrap .table-responsive-row table {
    max-width: 100%
}

.bootstrap .media-product-pack {
    position: relative;
    width: 200px;
    padding: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    border: solid 2px #eee;
    margin-right: 10px;
    border-radius: 4px;
    float: left
}

.bootstrap .media-product-pack .media-product-pack-img {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.bootstrap .media-product-pack .media-product-pack-ref,
.bootstrap .media-product-pack .media-product-pack-title {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bootstrap .media-product-pack .media-product-pack-ref {
    color: #aaa
}

.bootstrap .media-product-pack .media-product-pack-action {
    position: absolute;
    top: 7px;
    text-align: center;
    border: solid 1px #ccc;
    right: 7px;
    border-radius: 4px
}

.bootstrap .media-product-pack .media-product-pack-quantity {
    position: absolute;
    top: 7px;
    min-width: 35px;
    height: 25px;
    padding: 0 4px;
    line-height: 23px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #ccc;
    left: 7px;
    border-radius: 4px
}

.bootstrap .btn {
    font-weight: 600;
    white-space: normal
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn.btn-default,
#content.bootstrap #dash_version .panel-heading>.btn-group .btn.btn-default i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.btn,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.btn i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.btn,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.btn i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.btn,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.btn i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.btn,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.btn i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn.btn-default,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn.btn-default i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.btn,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.btn i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.btn,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.btn i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.btn,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.btn i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.btn,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.btn i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.btn,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.btn i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.btn,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.btn i,
#content.bootstrap .panel .panel-heading>.btn-group .btn.btn-default,
#content.bootstrap .panel .panel-heading>.btn-group .btn.btn-default i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.btn,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.btn i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.btn,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.btn i,
#content.bootstrap .panel .table .panel-heading>.btn-group a.btn,
#content.bootstrap .panel .table .panel-heading>.btn-group a.btn i,
#content.bootstrap .panel .table .panel-heading>.btn-group button.btn,
#content.bootstrap .panel .table .panel-heading>.btn-group button.btn i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.btn,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.btn i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.btn,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.btn i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.btn,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.btn i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.btn,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.btn i,
#content.bootstrap .table .panel .panel-heading>.btn-group a.btn,
#content.bootstrap .table .panel .panel-heading>.btn-group a.btn i,
#content.bootstrap .table .panel .panel-heading>.btn-group button.btn,
#content.bootstrap .table .panel .panel-heading>.btn-group button.btn i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.btn,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.btn i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.btn,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.btn i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.btn,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.btn i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.btn,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.btn i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn.btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn.btn-default i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.btn,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.btn i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.btn,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.btn i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.btn,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.btn i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.btn,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.btn i,
.bootstrap .btn.btn-default,
.bootstrap .btn.btn-default i,
.bootstrap .table .btn-group a.btn,
.bootstrap .table .btn-group a.btn i,
.bootstrap .table .btn-group button.btn,
.bootstrap .table .btn-group button.btn i,
.bootstrap .table .btn-group-action a.btn,
.bootstrap .table .btn-group-action a.btn i,
.bootstrap .table .btn-group-action button.btn,
.bootstrap .table .btn-group-action button.btn i {
    color: #6c868e;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn.btn-default:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.btn:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.btn:hover,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.btn:hover,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn.btn-default:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.btn:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.btn:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .panel .panel-heading>.btn-group .btn.btn-default:hover,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.btn:hover,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.btn:hover,
#content.bootstrap .panel .table .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .panel .table .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn.btn-default:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.btn:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.btn:hover,
.bootstrap .btn.btn-default:hover,
.bootstrap .table .btn-group a.btn:hover,
.bootstrap .table .btn-group button.btn:hover,
.bootstrap .table .btn-group-action a.btn:hover,
.bootstrap .table .btn-group-action button.btn:hover {
    color: #fff;
    background-color: #889da2;
    border-color: #889da2
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn.btn-default:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .btn.btn-default:focus,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.btn:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.btn:focus,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.btn:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.btn:focus,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.btn:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.btn:focus,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.btn:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.btn:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn.btn-default:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn.btn-default:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.btn:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.btn:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.btn:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.btn:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.btn:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.btn:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.btn:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.btn:focus,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.btn:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.btn:focus,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.btn:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.btn:focus,
#content.bootstrap .panel .panel-heading>.btn-group .btn.btn-default:active,
#content.bootstrap .panel .panel-heading>.btn-group .btn.btn-default:focus,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.btn:active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.btn:focus,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.btn:active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.btn:focus,
#content.bootstrap .panel .table .panel-heading>.btn-group a.btn:active,
#content.bootstrap .panel .table .panel-heading>.btn-group a.btn:focus,
#content.bootstrap .panel .table .panel-heading>.btn-group button.btn:active,
#content.bootstrap .panel .table .panel-heading>.btn-group button.btn:focus,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.btn:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.btn:focus,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.btn:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.btn:focus,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.btn:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.btn:focus,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.btn:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.btn:focus,
#content.bootstrap .table .panel .panel-heading>.btn-group a.btn:active,
#content.bootstrap .table .panel .panel-heading>.btn-group a.btn:focus,
#content.bootstrap .table .panel .panel-heading>.btn-group button.btn:active,
#content.bootstrap .table .panel .panel-heading>.btn-group button.btn:focus,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.btn:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.btn:focus,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.btn:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.btn:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.btn:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.btn:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.btn:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.btn:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn.btn-default:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn.btn-default:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.btn:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.btn:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.btn:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.btn:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.btn:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.btn:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.btn:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.btn:focus,
.bootstrap .btn.btn-default:active,
.bootstrap .btn.btn-default:focus,
.bootstrap .table .btn-group a.btn:active,
.bootstrap .table .btn-group a.btn:focus,
.bootstrap .table .btn-group button.btn:active,
.bootstrap .table .btn-group button.btn:focus,
.bootstrap .table .btn-group-action a.btn:active,
.bootstrap .table .btn-group-action a.btn:focus,
.bootstrap .table .btn-group-action button.btn:active,
.bootstrap .table .btn-group-action button.btn:focus {
    color: #fff;
    background-color: #889da2;
    border-color: #889da2 !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(136, 157, 162, .5);
    box-shadow: 0 0 0 .2rem rgba(136, 157, 162, .5)
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn.btn-default:active i,
#content.bootstrap #dash_version .panel-heading>.btn-group .btn.btn-default:focus i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.btn:active i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a.btn:focus i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.btn:active i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button.btn:focus i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.btn:active i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a.btn:focus i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.btn:active i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button.btn:focus i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn.btn-default:active i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn.btn-default:focus i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.btn:active i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a.btn:focus i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.btn:active i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.btn:focus i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.btn:active i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a.btn:focus i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.btn:active i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.btn:focus i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.btn:active i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a.btn:focus i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.btn:active i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button.btn:focus i,
#content.bootstrap .panel .panel-heading>.btn-group .btn.btn-default:active i,
#content.bootstrap .panel .panel-heading>.btn-group .btn.btn-default:focus i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.btn:active i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a.btn:focus i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.btn:active i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button.btn:focus i,
#content.bootstrap .panel .table .panel-heading>.btn-group a.btn:active i,
#content.bootstrap .panel .table .panel-heading>.btn-group a.btn:focus i,
#content.bootstrap .panel .table .panel-heading>.btn-group button.btn:active i,
#content.bootstrap .panel .table .panel-heading>.btn-group button.btn:focus i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.btn:active i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a.btn:focus i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.btn:active i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button.btn:focus i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.btn:active i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a.btn:focus i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.btn:active i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.btn:focus i,
#content.bootstrap .table .panel .panel-heading>.btn-group a.btn:active i,
#content.bootstrap .table .panel .panel-heading>.btn-group a.btn:focus i,
#content.bootstrap .table .panel .panel-heading>.btn-group button.btn:active i,
#content.bootstrap .table .panel .panel-heading>.btn-group button.btn:focus i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.btn:active i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a.btn:focus i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.btn:active i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.btn:focus i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.btn:active i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a.btn:focus i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.btn:active i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button.btn:focus i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn.btn-default:active i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn.btn-default:focus i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.btn:active i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a.btn:focus i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.btn:active i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.btn:focus i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.btn:active i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a.btn:focus i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.btn:active i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.btn:focus i,
.bootstrap .btn.btn-default:active i,
.bootstrap .btn.btn-default:focus i,
.bootstrap .table .btn-group a.btn:active i,
.bootstrap .table .btn-group a.btn:focus i,
.bootstrap .table .btn-group button.btn:active i,
.bootstrap .table .btn-group button.btn:focus i,
.bootstrap .table .btn-group-action a.btn:active i,
.bootstrap .table .btn-group-action a.btn:focus i,
.bootstrap .table .btn-group-action button.btn:active i,
.bootstrap .table .btn-group-action button.btn:focus i {
    color: #fff
}

.bootstrap .btn-group .btn-default i,
.bootstrap .btn-group .table .btn-group-action a i,
.bootstrap .btn-group .table .btn-group-action button i,
.bootstrap .table .btn-group-action .btn-group a i,
.bootstrap .table .btn-group-action .btn-group button i {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    font-size: 16px
}

.bootstrap .table .btn-group a i,
.bootstrap .table .btn-group button i {
    display: block;
    width: 20px;
    margin-right: 2px;
    font-size: 16px
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a i,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a i,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a i,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a i,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a i,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button i,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a i,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button i,
#content.bootstrap .panel .table .panel-heading>.btn-group a i,
#content.bootstrap .panel .table .panel-heading>.btn-group button i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a i,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a i,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button i,
#content.bootstrap .table .panel .panel-heading>.btn-group a i,
#content.bootstrap .table .panel .panel-heading>.btn-group button i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a i,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a i,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a i,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button i {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a:hover,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button:hover,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a:hover,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a:hover,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button:hover,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a:hover,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button:hover,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default:hover,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a:hover,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button:hover,
#content.bootstrap .panel .table .panel-heading>.btn-group a:hover,
#content.bootstrap .panel .table .panel-heading>.btn-group button:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a:hover,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button:hover,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:hover,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group a:hover,
#content.bootstrap .table .panel .panel-heading>.btn-group button:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:hover,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a:hover,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button:hover,
.bootstrap .btn-group .btn-default:hover,
.bootstrap .btn-group .table .btn-group-action a:hover,
.bootstrap .btn-group .table .btn-group-action button:hover,
.bootstrap .table .btn-group a:hover,
.bootstrap .table .btn-group button:hover,
.bootstrap .table .btn-group-action .btn-group a:hover,
.bootstrap .table .btn-group-action .btn-group button:hover {
    color: #fff;
    background: #7cd5e7;
    border-color: #7cd5e7
}

#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .btn-default:focus,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action a:focus,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action button:focus,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group a:focus,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button:active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group button:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .btn-default:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action a:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group a:focus,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button:active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button:focus,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group a:focus,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button:active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group button:focus,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default:active,
#content.bootstrap .panel .panel-heading>.btn-group .btn-default:focus,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action a:focus,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action button:focus,
#content.bootstrap .panel .table .panel-heading>.btn-group a:active,
#content.bootstrap .panel .table .panel-heading>.btn-group a:focus,
#content.bootstrap .panel .table .panel-heading>.btn-group button:active,
#content.bootstrap .panel .table .panel-heading>.btn-group button:focus,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group a:focus,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button:active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group button:focus,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group a:focus,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button:focus,
#content.bootstrap .table .panel .panel-heading>.btn-group a:active,
#content.bootstrap .table .panel .panel-heading>.btn-group a:focus,
#content.bootstrap .table .panel .panel-heading>.btn-group button:active,
#content.bootstrap .table .panel .panel-heading>.btn-group button:focus,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group a:focus,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group a:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group button:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .btn-default:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action a:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group a:focus,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button:active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button:focus,
.bootstrap .btn-group .btn-default:active,
.bootstrap .btn-group .btn-default:focus,
.bootstrap .btn-group .table .btn-group-action a:active,
.bootstrap .btn-group .table .btn-group-action a:focus,
.bootstrap .btn-group .table .btn-group-action button:active,
.bootstrap .btn-group .table .btn-group-action button:focus,
.bootstrap .table .btn-group a:active,
.bootstrap .table .btn-group a:focus,
.bootstrap .table .btn-group button:active,
.bootstrap .table .btn-group button:focus,
.bootstrap .table .btn-group-action .btn-group a:active,
.bootstrap .table .btn-group-action .btn-group a:focus,
.bootstrap .table .btn-group-action .btn-group button:active,
.bootstrap .table .btn-group-action .btn-group button:focus {
    color: #fff;
    background: #21a6c1;
    border-color: #21a6c1;
    -webkit-box-shadow: 0 0 0 .2rem rgba(70, 196, 221, .5);
    box-shadow: 0 0 0 .2rem rgba(70, 196, 221, .5)
}

.bootstrap #dash_version .panel-footer .btn.pull-right,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right,
.bootstrap .btn-primary,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right,
.bootstrap .panel .panel-footer .btn.pull-right,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #25b9d7;
    border-color: #25b9d7
}

.bootstrap #dash_version .panel-footer .btn.pull-right:hover,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right:hover,
.bootstrap .btn-primary:hover,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right:hover,
.bootstrap .panel .panel-footer .btn.pull-right:hover,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right:hover {
    color: #fff;
    background: #7cd5e7;
    border-color: #7cd5e7
}

.bootstrap #dash_version .panel-footer .btn.pull-right:active,
.bootstrap #dash_version .panel-footer .btn.pull-right:focus,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right:active,
.bootstrap #datepicker div#datepicker-form .form-date-actions .btn.pull-right:focus,
.bootstrap .btn-primary:active,
.bootstrap .btn-primary:focus,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right:active,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right:focus,
.bootstrap .panel .panel-footer .btn.pull-right:active,
.bootstrap .panel .panel-footer .btn.pull-right:focus,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right:active,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right:focus {
    color: #fff;
    background: #21a6c1;
    border-color: #21a6c1 !important;
    -webkit-box-shadow: 0 0 0 .2rem rgba(70, 196, 221, .5);
    box-shadow: 0 0 0 .2rem rgba(70, 196, 221, .5)
}

.bootstrap #carrier_wizard,
.bootstrap #carrier_wizard li {
    position: relative;
    display: block
}

.bootstrap #carrier_wizard .translatable-field,
.bootstrap #carrier_wizard .translatable-field li a {
    color: #363a41
}

.bootstrap #carrier_wizard .stepContainer,
.bootstrap #carrier_wizard .stepContainer .StepTitle,
.bootstrap #carrier_wizard ul.anchor {
    position: relative;
    display: block;
    clear: both
}

.bootstrap #carrier_wizard .stepContainer div.content {
    display: block;
    width: 100%;
    clear: both
}

.bootstrap #carrier_wizard ul.anchor {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    list-style: none
}

.bootstrap #carrier_wizard ul.anchor.nbr_steps_4 li,
.bootstrap #carrier_wizard ul.anchor.nbr_steps_5 li {
    float: left;
    width: 25%
}

.bootstrap #carrier_wizard li {
    overflow: hidden
}

.bootstrap #carrier_wizard li a {
    position: relative;
    display: block;
    height: 32px;
    margin: 0 16px 0 0;
    color: #ccc;
    text-decoration: none;
    outline-style: none
}

.bootstrap #carrier_wizard li a .stepNumber {
    position: relative;
    float: left;
    width: 24px;
    height: 32px;
    padding: 0 5px;
    margin-right: 3px;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    text-align: center
}

.bootstrap #carrier_wizard li a .stepDesc {
    position: relative;
    display: table-cell;
    height: 32px;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    vertical-align: middle
}

.bootstrap #carrier_wizard li a .chevron,
.bootstrap #carrier_wizard li a .chevron::after {
    position: absolute;
    top: 0;
    right: -16px;
    border: 16px solid transparent;
    border-right: 0;
    border-left: 14px solid #fff
}

.bootstrap #carrier_wizard li a .chevron::after {
    top: -16px;
    right: 2px;
    content: "";
    border-left: 14px solid #ccc
}

.bootstrap #carrier_wizard li a.disabled {
    color: #777;
    background-color: #ccc
}

.bootstrap #carrier_wizard li a.disabled .chevron::after {
    border-left: 14px solid #ccc
}

.bootstrap #carrier_wizard li a.selected {
    color: #f8f8f8;
    cursor: text;
    background-color: #363a41
}

.bootstrap #carrier_wizard li a.selected .chevron::after {
    border-left: 14px solid #363a41
}

.bootstrap #carrier_wizard li a.done {
    color: #fff;
    background-color: #72c279
}

.bootstrap #carrier_wizard li a.done .chevron::after {
    border-left: 14px solid #72c279
}

.bootstrap #carrier_wizard .loader {
    display: none
}

.bootstrap #carrier_wizard .msgBox {
    position: relative;
    display: none;
    float: left;
    padding: 5px;
    margin: 4px 0 0 5px;
    color: #5a5655;
    background-color: #ffd;
    border: 1px solid gold;
    border-radius: 5px
}

.bootstrap #carrier_wizard .msgBox .content {
    float: left;
    padding: 0
}

.bootstrap #carrier_wizard #carrier_logo_block {
    right: 10px
}

.bootstrap #carrier_wizard .range_inf td,
.bootstrap #carrier_wizard .range_sup td {
    background-color: #ccc
}

.bootstrap #carrier_wizard .range_type {
    width: 220px;
    font-weight: 700;
    text-align: right
}

.bootstrap #carrier_wizard .range_data {
    width: 110px
}

.bootstrap #carrier_wizard .range_sign {
    width: 18px;
    font-size: 20px;
    text-align: center
}

.bootstrap #carrier_wizard .range_data_new {
    width: 110px
}

.bootstrap #carrier_wizard table#zones_table {
    width: auto
}

.bootstrap #carrier_wizard .field_error {
    border-color: #e08f95
}

.bootstrap #carrier_wizard .actionBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.bootstrap #carrier_wizard .actionBar a {
    margin-right: 10px
}

.bootstrap .size_s {
    font-size: 1.1em
}

.bootstrap .size_md {
    font-size: 1.3em
}

.bootstrap .size_l {
    font-size: 1.7em
}

.bootstrap .size_xl {
    font-size: 2em
}

.bootstrap .size_xxl {
    font-size: 2.3em
}

.bootstrap .number-monospace {
    font-family: "Open Sans", helvetica, arial, sans-serif !important;
    font-weight: 200;
    word-spacing: -.3em
}

.bootstrap .color_success {
    color: #72c279
}

.bootstrap .color_danger,
.bootstrap .dash_trend_down {
    color: #e08f95
}

.bootstrap .dash_trend_down::before {
    font-family: FontAwesome, sans-serif;
    content: "ï‚«";
    margin-right: 4px
}

.bootstrap .dash_trend_up {
    color: #72c279
}

.bootstrap .dash_trend_right::before,
.bootstrap .dash_trend_up::before {
    font-family: FontAwesome, sans-serif;
    content: "ï‚ª";
    margin-right: 4px
}

.bootstrap .dash_trend_right::before {
    content: "ï‚©"
}

.bootstrap #dashboard section>section header {
    padding: 3px 8px;
    font-size: 1.2em;
    color: #fff;
    background-color: #25b9d7;
    margin: 0 0 3px
}

.bootstrap #dashboard section>section header .small {
    display: block;
    clear: both;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: .8em;
    font-variant: small-cap;
    text-transform: uppercase
}

.bootstrap #dashboard .data_list {
    padding: 0;
    margin: 0 0 10px
}

.bootstrap #dashboard .data_list .data_value {
    position: absolute;
    top: 0;
    line-height: 39px;
    right: 0;
    padding: 0 10px 0 0
}

.bootstrap #dashboard .data_list_small {
    padding: 0;
    border-top: solid 1px #ddd;
    margin: 8px 0 10px
}

.bootstrap #dashboard .data_list_small li {
    position: relative;
    padding: 3px 0;
    margin: 0;
    border: 0;
    border-bottom: dashed 1px #ddd
}

.bootstrap #dashboard .data_list_small .data_label {
    color: #bbb;
    text-transform: uppercase
}

.bootstrap #dashboard .data_list_small .data_value {
    position: absolute;
    top: 0;
    padding: 0;
    line-height: 25px;
    right: 0
}

.bootstrap #dashboard .data_list_large {
    padding: 0;
    margin: 8px 0 10px
}

.bootstrap #dashboard .data_list_large li {
    position: relative;
    padding: 6px 0;
    margin: 0;
    border: 0
}

.bootstrap #dashboard .data_list_large .data_label {
    line-height: .8em
}

.bootstrap #dashboard .data_list_large .data_label small {
    font-size: .6em
}

.bootstrap #dashboard .data_list_large .data_value {
    position: absolute;
    top: 0;
    line-height: .6em;
    text-align: right;
    right: 0;
    padding: 8px 0 0
}

.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.data_value small,
.bootstrap #dashboard .data_list_large .data_value small {
    font-size: .5em
}

.bootstrap #dashboard .data_list_vertical {
    padding: 0;
    border: 1px solid #ddd;
    margin: 0 0 10px;
    border-radius: 3px
}

.bootstrap #dashboard .data_list_vertical li {
    padding: 6px;
    border-left: solid 1px #ddd
}

.bootstrap #dashboard .data_list_vertical li:first-child {
    border: 0
}

.bootstrap #dashboard .data_list_vertical .data_label {
    display: block;
    min-height: 32px;
    line-height: 1em;
    text-align: center
}

.bootstrap #dashboard .data_list_vertical .data_value {
    display: block;
    text-align: center
}

.bootstrap #dashboard #dashtrends #dashtrends_toolbar {
    margin: 0 -16px 10px
}

.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dt {
    height: 2.6em;
    padding: 0;
    margin: 0;
    color: #777
}

.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.data_value {
    color: #aaa
}

.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.dash_trend {
    width: 80px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 3px
}

.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl:hover dt {
    text-decoration: underline
}

.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl.active dd.data_value,
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl.active dt,
.bootstrap #dashboard #dashtrends dl.active dt {
    color: #fff
}

.bootstrap #dashboard #dashtrends dl {
    min-height: 70px;
    padding: 10px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.bootstrap #dashboard #dashtrends dl:first-child {
    border-left: none
}

.bootstrap #dashboard #dashtrends dl.active {
    background-color: #25b9d7;
    -webkit-box-shadow: #fff 0 0 0 2px inset;
    box-shadow: #fff 0 0 0 2px inset
}

.bootstrap #dashboard #dashtrends dt {
    height: 37px;
    font: 400 1.1em/120% "Open Sans", helvetica, arial, sans-serif;
    line-height: 1em;
    text-align: center
}

.bootstrap #dashboard #dashtrends dd span {
    font-size: .9em;
    white-space: nowrap
}

.bootstrap #dashboard #dashtrends svg {
    height: 350px
}

.bootstrap #dashboard #dashgoals svg {
    height: 250px
}

.bootstrap #dashboard #dashproducts nav {
    margin-bottom: 10px;
    font: 400 1.1em/120% "Open Sans", helvetica, arial, sans-serif;
    text-transform: uppercase
}

.bootstrap #dashboard #dashaddons {
    padding: 10px 20px;
    font-size: 1.3em;
    text-align: center;
    background-color: #fff;
    border: 1px dashed silver;
    border-radius: 3px
}

.bootstrap #dashboard #dashactivity svg {
    height: 150px
}

.bootstrap #dashboard .loading .data_value {
    min-width: 30px;
    text-align: center
}

.bootstrap #dashboard .loading .data_value::before {
    font-size: 14px;
    color: #ccc
}

.bootstrap #dashboard .loading .data_trend,
.bootstrap #dashboard .loading .data_value small,
.bootstrap #dashboard .loading .data_value span {
    display: none
}

.bootstrap #dashboard .loading .btn-group>.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bootstrap #dashboard .loading .btn-group>.btn>i {
    height: auto
}

.bootstrap #dashboard .tooltip-panel {
    min-width: 150px;
    padding: 10px
}

.bootstrap #dashboard .tooltip-panel-heading {
    margin-bottom: 10px;
    font: 400 .8399999997em "Open Sans", helvetica, arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc
}

.bootstrap #dashboard .data_value .dash_trend,
.bootstrap #dashboard .data_value span,
.bootstrap .data_loading {
    opacity: 1;
    -webkit-animation-name: bounceG;
    animation-name: bounceG;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-direction: linear;
    animation-direction: linear;
    -webkit-transform: scaleX(.7);
    transform: scaleX(.7);
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7)
}

.bootstrap #dash_version {
    padding: 0 !important;
    overflow: hidden
}

.bootstrap #dash_version iframe {
    width: 100%;
    height: 80px
}

#content.bootstrap #calendar #dash_version .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap #calendar #dash_version .panel-heading>.btn-group button.active.btn-default,
#content.bootstrap #calendar #dash_version .table .panel-heading>.btn-group button.active,
#content.bootstrap #calendar .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap #calendar .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.active.btn-default,
#content.bootstrap #calendar .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button.active,
#content.bootstrap #calendar .panel .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap #calendar .panel .panel-heading>.btn-group button.active.btn-default,
#content.bootstrap #calendar .panel .table .panel-heading>.btn-group button.active,
#content.bootstrap #calendar .table #dash_version .panel-heading>.btn-group button.active,
#content.bootstrap #calendar .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.active,
#content.bootstrap #calendar .table .panel .panel-heading>.btn-group button.active,
#content.bootstrap #calendar .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.active,
#content.bootstrap #calendar .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap #calendar .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.active.btn-default,
#content.bootstrap #calendar .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button.active,
#content.bootstrap #dash_version .panel-heading>.btn-group #calendar button.active.btn-default,
#content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action #calendar button.active,
#content.bootstrap #dash_version .table .panel-heading>.btn-group #calendar button.active,
#content.bootstrap .message-item-initial #calendar .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap .message-item-initial #calendar .message-item-initial-body .panel-heading>.btn-group button.active.btn-default,
#content.bootstrap .message-item-initial #calendar .message-item-initial-body .table .panel-heading>.btn-group button.active,
#content.bootstrap .message-item-initial #calendar .table .message-item-initial-body .panel-heading>.btn-group button.active,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group #calendar button.active.btn-default,
#content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action #calendar button.active,
#content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group #calendar button.active,
#content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group #calendar button.active,
#content.bootstrap .panel .panel-heading>.btn-group #calendar button.active.btn-default,
#content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action #calendar button.active,
#content.bootstrap .panel .table .panel-heading>.btn-group #calendar button.active,
#content.bootstrap .table #dash_version .panel-heading>.btn-group #calendar button.active,
#content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group #calendar button.active,
#content.bootstrap .table .panel .panel-heading>.btn-group #calendar button.active,
#content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group #calendar button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption #calendar .table .timeline-panel .panel-heading>.btn-group button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption #calendar .timeline-panel .panel-heading>.btn-group .table .btn-group-action button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption #calendar .timeline-panel .panel-heading>.btn-group button.active.btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption #calendar .timeline-panel .table .panel-heading>.btn-group button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group #calendar button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group #calendar button.active.btn-default,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action #calendar button.active,
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group #calendar button.active,
.bootstrap #calendar .table .btn-group button.active,
.bootstrap #calendar .table .btn-group-action button.active,
.bootstrap #calendar button.btn-default.active,
.bootstrap .table .btn-group #calendar button.active,
.bootstrap .table .btn-group-action #calendar button.active {
    font-weight: 700;
    color: #fff;
    background-color: #25b9d7;
    border-color: #1e94ab;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap #login {
    min-height: 100%;
    padding-bottom: 45px
}

.bootstrap #shop-img {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    width: 69.5px;
    margin: 0 auto
}

.bootstrap #login-header {
    padding-top: 40px;
    margin-bottom: 30px;
    color: #6d6d6d
}

.bootstrap #login-header h1,
.bootstrap #login-header h4 {
    padding: 0;
    margin: 0
}

.bootstrap #login-panel {
    width: 500px;
    margin: 0 auto
}

.bootstrap #login-panel .form-control,
.bootstrap #login-panel input[type=number],
.bootstrap #login-panel input[type=password],
.bootstrap #login-panel input[type=search],
.bootstrap #login-panel input[type=text],
.bootstrap #login-panel select,
.bootstrap #login-panel textarea {
    height: inherit !important;
    padding: 10px 8px !important
}

.bootstrap #login-panel #dash_version,
.bootstrap #login-panel .message-item-initial .message-item-initial-body,
.bootstrap #login-panel .panel,
.bootstrap #login-panel .timeline .timeline-item .timeline-caption .timeline-panel,
.bootstrap .message-item-initial #login-panel .message-item-initial-body,
.bootstrap .timeline .timeline-item .timeline-caption #login-panel .timeline-panel {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.bootstrap #login-panel .panel-footer {
    height: inherit;
    margin: 0 -20px -20px
}

.bootstrap #login-panel .flip-container {
    margin-top: 115px;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.bootstrap #login-panel .flip-container.flip .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.bootstrap #login-panel .flip-container.flip .back {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.bootstrap #login-panel .flipper {
    position: relative;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform-style: flat;
    transform-style: flat
}

.bootstrap #login-panel .back,
.bootstrap #login-panel .front {
    width: 100%;
    padding: 40px;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.bootstrap #login-panel .front {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 2
}

.bootstrap #login-panel .front .form-group:last-child {
    margin-bottom: 0
}

.bootstrap #login-panel .back {
    z-index: 1;
    display: none;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.bootstrap #login-panel #forgot_confirm_name,
.bootstrap #login-panel #forgot_name,
.bootstrap #login-panel #reset_confirm_name,
.bootstrap #login-panel #reset_name,
.bootstrap #login-panel #shop_name {
    font-family: "Open Sans", helvetica, arial, sans-serif;
    text-align: center
}

.bootstrap #login-panel #login_form {
    padding-top: 15px
}

.bootstrap #login-panel #remind-me {
    margin-top: 0
}

.bootstrap #login-footer {
    margin-top: 20px
}

.bootstrap #login-footer a {
    color: #a0aab5
}

.bootstrap .login-back {
    position: fixed;
    top: 16px;
    top: 1rem;
    left: 16px;
    left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 100;
    color: inherit
}

.bootstrap .login-back i {
    margin-top: -1.2px;
    margin-top: -.075rem;
    margin-right: 8px;
    margin-right: .5rem;
    font-size: 22.4px;
    font-size: 1.4rem;
    vertical-align: middle
}

.bootstrap .login-back-shop {
    margin-left: 4px;
    margin-left: .25rem;
    color: #25b9d7
}

.bootstrap .login-back:focus,
.bootstrap .login-back:hover {
    color: inherit;
    text-decoration: none
}

.bootstrap .login-back:focus .login-back-shop,
.bootstrap .login-back:hover .login-back-shop {
    text-decoration: underline
}

.bootstrap #module-list h3 {
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
    color: #363a41;
    background-color: transparent;
    left: 0
}

.bootstrap #module-list select.active {
    background: #d1f1f7;
    border: solid 1px #25b9d7
}

.bootstrap #module-list select.active option {
    background: #fff !important
}

.bootstrap .hook_panel {
    margin-bottom: 10px !important;
    border: solid #e6e6e6 1px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 -2px 0 inset;
    box-shadow: rgba(0, 0, 0, .1) 0 -2px 0 inset;
    border-radius: 3px;
    padding: 10px 10px 5px
}

.bootstrap .module_name {
    font-size: 1.2em
}

.bootstrap .hook_panel_header {
    margin: 0 -10px;
    padding: 0 10px 10px
}

.bootstrap .hook_panel_header .hook_name {
    padding: 0 4px;
    font-size: 1.4em;
    color: #25b9d7;
    background-color: #fff;
    border-radius: 3px
}

.bootstrap .hook_description {
    padding: 3px 0 0 3px
}

.bootstrap .modules_list_container_tab img {
    max-width: 66px
}

.bootstrap .module_list .module_list_item {
    display: table;
    width: 100%;
    padding: 5px 0;
    margin-bottom: -1px;
    border: solid 1px #9ed0ec
}

.bootstrap .module_list .module_list_item.highlight {
    background-color: #f7e69f
}

.bootstrap .module_list .draggable {
    cursor: pointer
}

.bootstrap .module_col_select {
    display: table-cell;
    width: 22px;
    min-height: 35px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd
}

.bootstrap .module_col_icon,
.bootstrap .module_col_position {
    display: table-cell;
    width: 70px;
    vertical-align: middle;
    text-align: right
}

.bootstrap .module_col_position .positions {
    padding: 0 5px;
    font-size: 1.4em;
    color: #aaa;
    text-shadow: #fff 1px 1px;
    cursor: move;
    background-color: #eee;
    border: solid 1px #ccc;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 3px inset;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 3px inset
}

.bootstrap .module_col_icon {
    width: 75px;
    text-align: center
}

.bootstrap .module_col_infos {
    display: table-cell;
    height: 50px;
    vertical-align: middle
}

.bootstrap .module_col_actions {
    display: table-cell;
    width: 160px;
    padding: 0 10px;
    vertical-align: middle;
    text-align: right
}

.bootstrap .module_col_actions .btn-group {
    text-align: left
}

.bootstrap li.sortable-placeholder {
    margin: 4px;
    background-color: #eee;
    border: 1px dashed #ccc;
    border-radius: 5px
}

.bootstrap td.module_active {
    background-color: #96d19b !important
}

.bootstrap td.module_inactive {
    background-color: #d5d5d5 !important
}

.bootstrap #translations_form .mails_field h4 .badge,
.bootstrap #translations_form .mails_field h4 .module-badge-bought,
.bootstrap #translations_form .mails_field h4 .module-badge-partner,
.bootstrap #translations_form .mails_field h4 .module-badge-popular,
.bootstrap .module-badge-bought,
.bootstrap .module-badge-partner,
.bootstrap .module-badge-popular {
    font-size: 12px
}

.bootstrap .module-badge-popular {
    background-color: #f01778
}

.bootstrap .module-badge-partner {
    background-color: #25b9d7
}

.bootstrap .module-badge-bought {
    background-color: #8bc954
}

.bootstrap #dashboard .categoriesTitle .data_list #filternameForm,
.bootstrap .categoriesTitle #dashboard .data_list #filternameForm,
.bootstrap .categoriesTitle .list-group #filternameForm {
    padding-right: 15px
}

.bootstrap #dashboard .categoriesTitle .data_list .list-group-item,
.bootstrap #dashboard .categoriesTitle .data_list li,
.bootstrap #dashboard .data_list .categoriesTitle .list-group li,
.bootstrap .categoriesTitle #dashboard .data_list .list-group-item,
.bootstrap .categoriesTitle #dashboard .data_list li,
.bootstrap .categoriesTitle .list-group .list-group-item {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 35px
}

.bootstrap #dashboard .categoriesTitle .data_list .list-group-item .badge,
.bootstrap #dashboard .categoriesTitle .data_list .list-group-item .module-badge-bought,
.bootstrap #dashboard .categoriesTitle .data_list .list-group-item .module-badge-partner,
.bootstrap #dashboard .categoriesTitle .data_list .list-group-item .module-badge-popular,
.bootstrap #dashboard .categoriesTitle .data_list li .badge,
.bootstrap #dashboard .categoriesTitle .data_list li .module-badge-bought,
.bootstrap #dashboard .categoriesTitle .data_list li .module-badge-partner,
.bootstrap #dashboard .categoriesTitle .data_list li .module-badge-popular,
.bootstrap #dashboard .data_list .categoriesTitle .list-group li .badge,
.bootstrap #dashboard .data_list .categoriesTitle .list-group li .module-badge-bought,
.bootstrap #dashboard .data_list .categoriesTitle .list-group li .module-badge-partner,
.bootstrap #dashboard .data_list .categoriesTitle .list-group li .module-badge-popular,
.bootstrap .categoriesTitle #dashboard .data_list .list-group-item .badge,
.bootstrap .categoriesTitle #dashboard .data_list .list-group-item .module-badge-bought,
.bootstrap .categoriesTitle #dashboard .data_list .list-group-item .module-badge-partner,
.bootstrap .categoriesTitle #dashboard .data_list .list-group-item .module-badge-popular,
.bootstrap .categoriesTitle #dashboard .data_list li .badge,
.bootstrap .categoriesTitle #dashboard .data_list li .module-badge-bought,
.bootstrap .categoriesTitle #dashboard .data_list li .module-badge-partner,
.bootstrap .categoriesTitle #dashboard .data_list li .module-badge-popular,
.bootstrap .categoriesTitle .list-group .list-group-item .badge,
.bootstrap .categoriesTitle .list-group .list-group-item .module-badge-bought,
.bootstrap .categoriesTitle .list-group .list-group-item .module-badge-partner,
.bootstrap .categoriesTitle .list-group .list-group-item .module-badge-popular {
    position: absolute;
    right: 5px
}

.bootstrap .quickview-badge {
    margin-top: 30px
}

.bootstrap .quickview-price {
    font-size: 1.8em;
    color: #666;
    float: right
}

.bootstrap .rating {
    font-size: 20px;
    direction: rtl;
    unicode-bidi: bidi-override
}

.bootstrap .rating span.star {
    display: inline-block;
    font-family: "FontAwesome"
}

.bootstrap .rating span.star::before {
    color: #bbb;
    content: "ï€†";
    padding-right: 3px
}

.bootstrap .rating span.star.active::before,
.bootstrap .rating span.star.active~span.star::before {
    color: #f5ab35;
    content: "ï€…"
}

.bootstrap #modules_list_container_tab_modal .img-thumbnail {
    max-width: 60px;
    max-height: 60px
}

.bootstrap .adminsearch #content #dash_version #dash_version,
.bootstrap .adminsearch #content #dash_version .message-item-initial .message-item-initial-body,
.bootstrap .adminsearch #content #dash_version .panel,
.bootstrap .adminsearch #content #dash_version .timeline .timeline-item .timeline-caption .timeline-panel,
.bootstrap .adminsearch #content .message-item-initial .message-item-initial-body #dash_version,
.bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .message-item-initial-body,
.bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .panel,
.bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel,
.bootstrap .adminsearch #content .panel #dash_version,
.bootstrap .adminsearch #content .panel .message-item-initial .message-item-initial-body,
.bootstrap .adminsearch #content .panel .panel,
.bootstrap .adminsearch #content .panel .timeline .timeline-item .timeline-caption .timeline-panel,
.bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel #dash_version,
.bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body,
.bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .panel,
.bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel,
.bootstrap .message-item-initial .adminsearch #content #dash_version .message-item-initial-body,
.bootstrap .message-item-initial .adminsearch #content .message-item-initial-body #dash_version,
.bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .message-item-initial-body,
.bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .panel,
.bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel,
.bootstrap .message-item-initial .adminsearch #content .panel .message-item-initial-body,
.bootstrap .message-item-initial .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body,
.bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content #dash_version .timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .message-item-initial .message-item-initial-body .timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .panel .timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel #dash_version,
.bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial .message-item-initial-body,
.bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .panel,
.bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .adminsearch #content .message-item-initial-body .timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .adminsearch #content .timeline-panel .message-item-initial-body {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.bootstrap #translations_form .translations-email-panel {
    padding: 8px 12px;
    margin: 0 0 8px 20px
}

.bootstrap #translations_form .block-mail iframe,
.bootstrap #translations_form .block-mail textarea {
    width: 100%;
    height: 500px
}

.bootstrap #translations_form .panel-group,
.bootstrap #translations_form a.panel-title i {
    display: none
}

.bootstrap #translations_form a.panel-title:hover {
    text-decoration: none
}

.bootstrap #translations_form .mails_field {
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee
}

.bootstrap #translations_form .mails_field ul.nav-pills {
    margin-bottom: 5px
}

.bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-bought,
.bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-partner,
.bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-popular,
.bootstrap #translations_form .mails_field h4 .badge.badge-danger {
    color: #e08f95;
    background-color: transparent;
    border: solid 2px #e08f95
}

.bootstrap #translations_form .mails_field .panel-footer {
    margin: 0 -15px
}

.bootstrap .employee_avatar_small {
    vertical-align: middle
}

.bootstrap .employee_avatar_small img {
    padding: 0;
    border: 0
}

.bootstrap .employee_avatar {
    display: block !important;
    margin: 10px auto !important
}

.bootstrap .avatar-xs {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-align: center;
    border-radius: 16px
}

.bootstrap .avatar-lg img,
.bootstrap .avatar-md img,
.bootstrap .avatar-sm img,
.bootstrap .avatar-xl img,
.bootstrap .avatar-xs img,
.bootstrap .employee_avatar img,
.bootstrap .employee_avatar_small img,
.mce-window iframe {
    width: 100%;
    height: 100%
}

.bootstrap .avatar-xs i {
    font-size: 10.6666666667px;
    line-height: 16px
}

.bootstrap .avatar-md,
.bootstrap .avatar-sm,
.bootstrap .employee_avatar_small {
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    border-radius: 32px
}

.bootstrap .avatar-sm i,
.bootstrap .employee_avatar_small i {
    font-size: 21.3333333333px;
    line-height: 32px
}

.bootstrap .avatar-md {
    width: 48px;
    height: 48px
}

.bootstrap .avatar-md i {
    font-size: 32px;
    line-height: 48px
}

.bootstrap .avatar-lg {
    display: inline-block
}

.bootstrap .avatar-lg,
.bootstrap .avatar-xl,
.bootstrap .employee_avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    border-radius: 80px
}

.bootstrap .avatar-lg i,
.bootstrap .employee_avatar i {
    font-size: 53.3333333333px;
    line-height: 80px
}

.bootstrap .avatar-xl {
    display: inline-block;
    width: 128px;
    height: 128px;
    border-radius: 128px
}

.bootstrap .avatar-xl i {
    font-size: 85.3333333333px;
    line-height: 128px
}

.bootstrap #employee-thumbnail {
    position: relative;
    width: 104px;
    height: 104px;
    margin-bottom: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAIAAACzY+a1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAB1ZJREFUeNrsnV1PGl0UhcsUbGmtVotYQatVbFqrF973/1+ZJqaJX0hFRKh8CRYBUZyu0KR5k1eBwWFmHV3romlShdPzzN577TMz5wTOz8+fSSbL0hQIoSSEkhAKoSSEkhBKQiiEkhBKQigJoRBKQigJoSSET1bBJ/W/7XQ6rVarXq83Go2rq6ubmxv8/fr6Gv80OTm5vr5uWZYQ0umqq3K5/Pv372q1CoS3t7f//7E3b94oCrmw1Wq1SqWCP//FWQ99+fJlcXFRCP1Xu93O5XLFYhHkkCQH8gKWBX4LCwuqhX4KtICtUCggW4Kio98Nh8NG8zMeIVxJPp/PZrPNZnO4T0CORaYdHx83dxIChj6ECFeSSqXAb8CE2UOhUGhlZWVpaUlR6JFs20bBOzg4gGdx5QMRiHt7eyifnz9/fvHihRCOVmgMMN2oea5/MgIaLQesTTQaVSIdlVDzwO/hmbPXdAQCiUQCeVVR6L4AL51Oe5Clk8kkzNHa2popKzVmjHJ3d9cDfv8N9+/fv/ddEBDCQbW/v398fOzxl5ZKpa2tLSMosiNEQBwdHfny1fCo29vbdy6oCqGDSUQJ9HEAiMWdnR0USCEcRrj8UQJH6j8HTAM/f/4UwmF0dnaGRo1hJKlUirn14kWYyWR48gEoCqEz1et1FEKe8ZTLZarxGICwUqlQWUE4mtPTUyF0oEajwTaki4sLIXQgt+5CuCh4Y87uQg8hGi8hHFSBQEAIzVa73e50OkJosG67EkIH3kG51GyEptyrE0LzvIMQSkIoCaEQeiHbtjkdqRAKoRyppFoohJIQSkIoCaEQSkIoPQmEnC/2oVXlHBjXK6LX19f7+/utVsvp3iMeyLbt8/Pzly9fsm2PwYWwWq1ms1nOfIXLa2trKxQKffv2jWpXBYvtSicvPADJtn7LhTAcDpOvjgaDwefPnwvhvRobG8McMSNELWTbm4bOYvHnUjUVvYQcRR6FGCFbqqdDCMvHjBCpXlHYp30m3wWNcHh0tZB8X8lXr14JYf9cSu5IhbCPpqammBGicxXCPpqcnKR1NAhBDE8I+wj8YrEYJ8JIJEJ4s4Lx7sny8jJhyUHDyrn5MyNCGPeNjQ0qX/P3LAROt0x61/7du3dUxuHt27fxeJxzrngfvKA6gQcIaSeKFyHVNufMrQ4vwomJCRL7B5PMfCgXL0Kee4dwMYQO2QCE4EdyW4C5EFIjDAQCJBWI/PAR6keBI5EIQxYlXFQzBiG6Q9+76bm5OfIzR6gHh3Lo7+GC8KLz8/PPuMX+TkU8HvfxLmssFuM/S40dIQIxkUj4MzWWZcQBvwa82YRQQEHy/ntx6RA+ZmEkQujr16/T09NefuPMzIwp54qagRDpdHNz08sWGzVYh9+5bw69XOUif5zVSIS2bXt58oFB7wUYg7DT6RCefCCEDkT4Yp8QOlOz2fRyg3qDNoEzBqGXu9Pzv9phJEKPT3FSFLoveRnjEbZaLdFSFCqR+mdkrrryuPRyntB0x9XGfNAwlM/nDw8P2+229+fHWJaVSCSWl5cVhcOrVqv9+PHj8vLSl/N/EP3JZJL2CF8zEBYKBX8PK7NtO5fLCeGDotD3MdAe4WsGQob9EPlNDS9CWNBms+n7MDAG8lUFXoRnZ2cMpxhiDBiJEA7jBjOZDMlgMBLOI2CpEZZKpXq9TjIYjATjEULHHb3GYyrCVquVTqfZrnqMB6PiXGpnWWBDsalUKrjY0c7TnsUcCoWi0ejc3Nz09DTPI4r+I4Rlz2azgMdT/PpqfHwcIOfn5xlu7vuJsFarwa+DH+GRBoNobGwMFGdnZ/19AdEHhJ1OB6Xl5OQEmZPZrA/qJiwLeXVhYSESifiy3ZGn+xFcXl7mumJYdnGxipe6CofDsa5ev379CKPw4uLi+Pj4169fptxHHVoIxPfv3y8uLk5MTDwGhLZtF4tFVDtcpI8gZzrKrsirqJQzMzOjfoZjVAjhM2EykTP5b9aMVIjFv+9Hjs67uo8QBe+0Kz02+E/gF+9qFGXSTYQwKZlMBmmTtjf3fWUAqfXDhw/ubvLoDkJ0eCAHtyJ4g4CE3wFLt7rJhyIEvKOjI3ToOqjH2bwHArOzsx8/fnw4yOER1uv1ZDJZKBQE7yEgo9Ho6urqQ3ZIGqa1R81Lp9PInI++yRu1cPUjgaHjQl5dWloarkY6i0KYzL/wVPNGZHYA0mn74QAh3GYqlVKrMOr2Y2VlBa7V5UTaaDQODg5gODXFoxYiZGdnp1KpfPr0acCNi/ojzOfz+FBlTi+FaCmXy2tra4Nse9UHITInbKfm1HshZra3t5H/kFd7/2SvpwcODw/Fz19h/kFhSIQnJyd9f1nyQKAAFo4RVqvV3d1dTR+JwAJEHCBEv7m3t/ekbu+RCyxA5L5VsDsQwtH2YC75IhABl0ERFotFTRmh7uNyB8JCoaD5ItR9XCxNjekSQiGUhFASQiGUhFASQkkIhVAyQo1G486VbiE0RsFg8M6XpP4IMAApALrnMeLgrgAAAABJRU5ErkJggg==);
    background-size: contain;
    border: solid 1px #ccc;
    border-radius: 4px;
    -webkit-box-shadow: #fff 0 0 0 4px inset;
    box-shadow: #fff 0 0 0 4px inset
}

.bootstrap #employee-thumbnail::before {
    position: absolute;
    top: 10px;
    z-index: 10;
    display: block;
    font-size: 2em;
    color: #ccc;
    text-align: center;
    left: 10px
}

.bootstrap #employee-thumbnail a {
    position: absolute;
    top: 1px;
    z-index: 100;
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    border: 0;
    left: 1px;
    -webkit-box-shadow: #fff 0 0 0 3px inset;
    box-shadow: #fff 0 0 0 3px inset
}

.bootstrap .message-item-initial h2 {
    font-size: 1.5em;
    margin: 0 0 5px
}

.bootstrap .message-item-initial .message-item-initial-body {
    position: relative;
    margin-top: 10px
}

.bootstrap .message-item-initial .message-date {
    margin-bottom: 10px;
    color: #bbb
}

.bootstrap .message-item {
    position: relative;
    padding: 10px 0;
    border-bottom: solid 1px #eee;
    margin: 0 0 0 30px
}

.bootstrap .message-item:last-child {
    border: 0
}

.bootstrap .message-item .message-item-heading {
    display: inline-block
}

.bootstrap .message-item .message-body {
    margin: 0 0 0 80px
}

.bootstrap .message-item .message-body .message-item-text {
    padding: 0 0 0 10px;
    border-left: 2px solid #ccc
}

.bootstrap .message-item .message-avatar {
    position: absolute;
    top: 10px;
    left: 10px
}

.bootstrap .message-item .message-date {
    color: #bbb
}

.bootstrap .arrow::after,
.bootstrap .arrow::before {
    position: absolute;
    display: inline-block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bootstrap .arrow-left::before {
    top: 6px;
    border-width: 7px 7px 7px 0;
    border-right-color: #d1d4d7;
    margin-left: -7px;
    left: 0
}

.bootstrap .arrow-left::after {
    top: 7px;
    border-width: 6px 6px 6px 0;
    border-right-color: #fff;
    left: 0;
    margin-left: -6px
}

.bootstrap .arrow-right::before {
    top: 6px;
    border-width: 7px 0 7px 7px;
    border-left-color: #d1d4d7;
    right: 0;
    margin-right: -7px
}

.bootstrap .arrow-right::after {
    top: 7px;
    border-width: 6px 0 6px 6px;
    border-left-color: #fff;
    right: 0;
    margin-right: -6px
}

.bootstrap .timeline {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse
}

.bootstrap .timeline::before {
    position: absolute;
    top: 0;
    bottom: 30px;
    z-index: 0;
    width: 6px;
    content: "";
    background-color: #ddd;
    margin-left: -4px;
    left: 50%
}

.bootstrap .timeline .timeline-item {
    display: table-row
}

.bootstrap .timeline .timeline-item .timeline-caption {
    display: table-cell;
    width: 50%;
    vertical-align: top
}

.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-left: 42px;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.bootstrap .timeline .timeline-item .timeline-caption h5 span {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    color: #999
}

.bootstrap .timeline .timeline-item .timeline-caption p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px
}

.bootstrap .timeline .timeline-item .timeline-date {
    position: absolute;
    top: 10px;
    width: 150px;
    text-align: right;
    left: -220px
}

.bootstrap .timeline .timeline-item .timeline-icon {
    position: absolute;
    top: -2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #666;
    border: 2px solid #fff;
    border-radius: 40px;
    left: -62px
}

.bootstrap .timeline .timeline-item .timeline-icon i {
    margin-top: 5px;
    font-size: 20px;
    color: #fff
}

.bootstrap .timeline .timeline-item.alt::after,
.bootstrap .timeline .timeline-item::before {
    display: block;
    width: 50%;
    content: ""
}

.bootstrap .timeline .timeline-item.alt {
    text-align: right
}

.bootstrap .timeline .timeline-item.alt::before {
    display: none
}

.bootstrap .timeline .timeline-item.alt .timeline-panel {
    margin-right: 40px;
    margin-left: 0
}

.bootstrap .timeline .timeline-item.alt .timeline-date {
    right: -220px;
    text-align: left;
    left: auto
}

.bootstrap .timeline .timeline-item.alt .timeline-icon {
    left: auto;
    right: -60px
}

.bootstrap .timeline .timeline-item.active {
    display: table-caption;
    text-align: center
}

.bootstrap .timeline .timeline-item.active::before {
    width: 1%
}

.bootstrap .timeline .timeline-item.active .timeline-panel {
    margin-left: 0
}

.bootstrap .timeline .timeline-item.active .timeline-caption {
    display: inline-block;
    width: auto
}

.bootstrap .timeline .timeline-item.active .timeline-date,
.bootstrap .timeline .timeline-item.active .timeline-icon {
    position: static;
    display: inline-block;
    width: auto;
    margin-bottom: 10px
}

.bootstrap .command-danger {
    background-color: #e08f95 !important
}

.bootstrap .command-success {
    background-color: #72c279 !important
}

.bootstrap .theme-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: rgba(77, 87, 110, .3);
    border: solid 1px #ccc;
    border-radius: 3px
}

.bootstrap .theme-container .theme-title {
    height: 40px;
    padding: 0;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #4d576e;
    border-bottom: solid 1px #fff
}

.bootstrap .theme-container .thumbnail-wrapper .action-wrapper {
    position: absolute;
    top: 40px;
    left: 0;
    display: none
}

.bootstrap .theme-container .thumbnail-wrapper .action-wrapper .action-overlay {
    width: 100%;
    height: 260px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 87, 110, .5)), to(#4d576e));
    background-image: linear-gradient(rgba(77, 87, 110, .5), #4d576e)
}

.bootstrap .theme-container .thumbnail-wrapper .action-wrapper .action-buttons {
    position: absolute;
    top: 130px;
    width: 100%;
    text-align: center
}

.bootstrap .addons-see-all-themes {
    padding-top: 21px
}

.bootstrap .addons-see-all-themes a {
    margin-left: 10px
}

.bootstrap .addons-style-search-bar {
    padding-top: 0
}

.bootstrap .nowrap {
    white-space: nowrap
}

.bootstrap #customization_list {
    border: 0
}

.bootstrap .table.order_return .filter .center input {
    margin: auto
}

.bootstrap #leave_bprice {
    margin-left: 0
}

.bootstrap .product-line-row td {
    max-width: 200px;
    word-wrap: break-word
}

.admincartrules #toolbar-footer {
    overflow: visible
}

.admincartrules #toolbar-footer .desktop-buttons #desc-cart_rule-save-and-stay {
    margin-right: 8px;
    margin-right: .5rem
}

.mce-container,
.mce-container *,
.mce-widget,
.mce-widget * {
    position: static;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #333;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
    direction: ltr;
    cursor: inherit;
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.mce-widget button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mce-container [unselectable] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mce-fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mce-fade.mce-in {
    opacity: 1
}

.mce-tinymce {
    position: relative;
    display: block;
    visibility: visible !important;
    border-radius: 2px
}

.mce-tinymce>.mce-container-body {
    border: 1px solid #c7d6db
}

.mce-fullscreen {
    z-index: 100;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 0
}

.mce-fullscreen .mce-resizehandle {
    display: none
}

div.mce-fullscreen {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    left: 0
}

.mce-wordcount {
    position: absolute;
    top: 0;
    padding: 8px;
    right: 0
}

div.mce-edit-area {
    max-height: 400px;
    padding: 1px;
    overflow: auto;
    background: #fff;
    -webkit-filter: none;
    filter: none
}

.mce-statusbar,
.mce-statusbar .mce-container-body {
    position: relative
}

.mce-charmap {
    border-collapse: collapse
}

.mce-charmap td {
    width: 20px;
    height: 20px;
    padding: 2px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    border: 1px solid #9e9e9e
}

.mce-charmap td:hover {
    background: #d9d9d9
}

.mce-grid td div {
    width: 12px;
    height: 12px;
    margin: 2px;
    cursor: pointer;
    border-spacing: 2px;
    border-collapse: separate;
    border: 1px solid #d6d6d6
}

.mce-grid a {
    display: block;
    border: 1px solid transparent
}

.mce-grid a:hover {
    border-color: #a1a1a1
}

.mce-grid-border {
    margin: 0 4px
}

.mce-grid-border a {
    width: 13px;
    height: 13px;
    border-color: #d6d6d6
}

.mce-grid-border a.mce-active,
.mce-grid-border a:hover {
    background: #dff5f9;
    border-color: #a1a1a1
}

.mce-text-center {
    text-align: center
}

div.mce-tinymce-inline {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mce-toolbar-grp {
    padding-bottom: 2px
}

.mce-toolbar-grp .mce-flow-layout-item {
    margin-bottom: 0
}

.mce-container,
.mce-container-body {
    display: block
}

.mce-autoscroll {
    overflow: hidden
}

.mce-scrollbar {
    position: absolute;
    top: 2px;
    width: 7px;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: .4;
    right: 2px
}

.mce-scrollbar.mce-active,
.mce-scrollbar:hover {
    zoom: 1;
    background-color: #aaa;
    filter: alpha(opacity=60);
    opacity: .6;
    border-radius: 7px
}

.mce-scrollbar-h {
    top: auto;
    bottom: 2px;
    width: 100%;
    height: 7px;
    right: auto;
    left: 2px
}

.mce-scrollbar-thumb {
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #000;
    border: 1px solid #888;
    border-color: rgba(85, 85, 85, .6);
    border-radius: 7px
}

.mce-scrollbar-h .mce-scrollbar-thumb {
    width: 100%;
    height: 5px
}

.mce-scroll {
    position: relative
}

.mce-panel {
    background-color: #fcfdfe;
    border: 0 solid #ccc
}

.mce-floatpanel {
    position: absolute;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.mce-floatpanel.mce-fixed {
    position: fixed
}

.mce-floatpanel .mce-arrow,
.mce-floatpanel .mce-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px
}

.mce-floatpanel .mce-arrow::after {
    content: "";
    border-width: 10px
}

.mce-floatpanel.mce-popover {
    top: 0;
    background: 0 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    left: 0
}

.mce-floatpanel.mce-popover.mce-bottom {
    margin-top: 10px;
    *margin-top: 0
}

.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow {
    top: -11px;
    border-top-width: 0;
    border-bottom-color: #9e9e9e;
    border-bottom-color: rgba(0, 0, 0, .25);
    left: 50%;
    margin-left: -11px
}

.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow::after {
    top: 1px;
    border-top-width: 0;
    border-bottom-color: #fff;
    margin-left: -10px
}

.mce-floatpanel.mce-popover.mce-bottom.mce-start {
    margin-left: -22px
}

.mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow {
    left: 20px
}

.mce-floatpanel.mce-popover.mce-bottom.mce-end {
    margin-left: 22px
}

.mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow {
    right: 10px;
    left: auto
}

#mce-modal-block {
    width: 100%;
    height: 100%;
    zoom: 1;
    background: #000;
    filter: alpha(opacity=0)
}

#mce-modal-block.mce-in {
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: .3
}

.mce-window-move {
    cursor: move
}

#mce-modal-block,
.mce-window {
    position: fixed;
    top: 0;
    opacity: 0;
    left: 0
}

.mce-window {
    background: 0 0;
    background: #fff;
    -webkit-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    border-radius: 6px
}

.mce-window.mce-in {
    opacity: 1
}

.mce-window .mce-container-body {
    display: block
}

.mce-window.mce-fullscreen,
.mce-window.mce-fullscreen .mce-foot {
    border-radius: 0
}

.mce-window-head {
    position: relative;
    padding: 9px 15px;
    border-bottom: 1px solid #c5c5c5
}

.mce-window-head .mce-close {
    position: absolute;
    top: 9px;
    height: 20px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #858585;
    cursor: pointer;
    right: 15px
}

.mce-close:hover,
.mce-combobox.mce-disabled input {
    color: #adadad
}

.mce-window-head .mce-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-rendering: optimizeLegibility;
    padding-right: 10px
}

.mce-foot {
    display: block;
    background-color: #fff;
    border-top: 1px solid #c5c5c5;
    border-radius: 0 0 6px 6px
}

.mce-window-head .mce-dragh {
    position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    cursor: move;
    left: 0
}

.mce-abs-layout {
    position: relative
}

.mce-abs-end,
body .mce-abs-layout-item {
    position: absolute
}

.mce-abs-end {
    width: 1px;
    height: 1px
}

.mce-container-body.mce-abs-layout {
    overflow: hidden
}

.mce-tooltip {
    position: absolute;
    padding: 5px;
    zoom: 1
}

.mce-tooltip-inner {
    max-width: 200px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    white-space: normal;
    background-color: #000;
    border-radius: 3px;
    padding: 5px 8px 4px
}

.mce-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.mce-tooltip-arrow-n {
    border-bottom-color: #000
}

.mce-tooltip-arrow-s {
    border-top-color: #000
}

.mce-tooltip-arrow-e {
    border-right-color: #000
}

.mce-tooltip-arrow-w {
    border-left-color: #000
}

.mce-tooltip-nw,
.mce-tooltip-sw {
    margin-left: -14px
}

.mce-tooltip-n .mce-tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.mce-tooltip-n .mce-tooltip-arrow,
.mce-tooltip-ne .mce-tooltip-arrow,
.mce-tooltip-nw .mce-tooltip-arrow {
    top: 0;
    border-top: none;
    border-right-color: transparent;
    border-bottom-style: solid;
    border-left-color: transparent
}

.mce-tooltip-nw .mce-tooltip-arrow {
    left: 10px
}

.mce-tooltip-ne .mce-tooltip-arrow {
    right: 10px
}

.mce-tooltip-s .mce-tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.mce-tooltip-s .mce-tooltip-arrow,
.mce-tooltip-se .mce-tooltip-arrow,
.mce-tooltip-sw .mce-tooltip-arrow {
    bottom: 0;
    border-top-style: solid;
    border-right-color: transparent;
    border-bottom: none;
    border-left-color: transparent
}

.mce-tooltip-sw .mce-tooltip-arrow {
    left: 10px
}

.mce-tooltip-se .mce-tooltip-arrow {
    right: 10px
}

.mce-tooltip-e .mce-tooltip-arrow,
.mce-tooltip-w .mce-tooltip-arrow {
    top: 50%;
    margin-top: -5px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: none;
    border-left-style: solid
}

.mce-tooltip-e .mce-tooltip-arrow {
    right: 0
}

.mce-tooltip-w .mce-tooltip-arrow {
    left: 0
}

.mce-btn {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #fff;
    -webkit-box-shadow: #eee 0 0 0 inset;
    box-shadow: #eee 0 0 0 inset
}

.mce-btn:focus,
.mce-btn:hover {
    color: #eee;
    background-color: #eee;
    -webkit-box-shadow: #ddd 0 0 0 inset;
    box-shadow: #ddd 0 0 0 inset
}

.mce-btn.mce-disabled button,
.mce-btn.mce-disabled:hover button {
    cursor: default;
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .4
}

.mce-btn.mce-active,
.mce-btn.mce-active:hover {
    background-color: #d6d6d6
}

.mce-btn:not(.mce-disabled):active {
    background-color: #d6d6d6
}

.mce-btn button {
    padding: 2px 6px;
    overflow: visible;
    font-size: 12px;
    color: #333;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none
}

.mce-btn button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mce-primary.mce-btn {
    min-width: 50px;
    color: #fff;
    background-color: #006dcc;
    border: 1px solid #b1b1b1;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25) rgba(0, 0, 0, .25)
}

.mce-primary.mce-btn:focus,
.mce-primary.mce-btn:hover {
    background-color: #005fb3 !important
}

.mce-primary.mce-btn.mce-disabled button,
.mce-primary.mce-btn.mce-disabled:hover button {
    cursor: default;
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: .4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mce-primary.mce-btn.mce-active,
.mce-primary.mce-btn.mce-active:hover {
    background-color: #005299
}

.mce-primary.mce-btn:not(.mce-disabled):active {
    background-color: #005299
}

.mce-primary.mce-btn button,
.mce-primary.mce-btn button i {
    color: #fff
}

.mce-btn-large button {
    padding: 9px 14px;
    font-size: 12px;
    line-height: normal;
    border-radius: 5px
}

.mce-btn-large i {
    margin-top: 2px
}

.mce-btn-small button {
    padding: 1px 5px;
    *padding-bottom: 2px;
    font-size: 12px
}

.mce-btn-small i {
    line-height: 20px;
    *line-height: 18px;
    vertical-align: top
}

.mce-btn .mce-caret,
.mce-btn-small .mce-caret {
    margin-top: 8px;
    margin-left: 0
}

.mce-caret {
    display: inline-block;
    *display: inline;
    width: 0;
    height: 0;
    vertical-align: top;
    *zoom: 1;
    content: "";
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.mce-disabled .mce-caret {
    border-top-color: #aaa
}

.mce-caret.mce-up {
    border-top: 0;
    border-bottom: 4px solid #333
}

.mce-btn-group>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mce-btn-group .mce-btn {
    border: solid 1px #ccc;
    border-radius: 0;
    border-right: none
}

.mce-btn-group .mce-first {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px
}

.mce-btn-group .mce-last {
    border-right: solid 1px #ccc;
    border-radius: 0 3px 3px 0
}

.mce-btn-group .mce-first.mce-last,
i.mce-i-checkbox {
    border-radius: 3px
}

.mce-btn-group .mce-btn.mce-flow-layout-item {
    margin: 0
}

i.mce-i-checkbox {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    *font-size: 0;
    *line-height: 0;
    text-align: center;
    text-indent: -10em;
    *text-indent: 0;
    background-color: #f0f0f0;
    border: 1px solid #c5c5c5;
    margin: 0 3px 0 0
}

.mce-checked i.mce-i-checkbox {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    text-indent: 0
}

.mce-checkbox {
    cursor: pointer
}

.mce-checkbox.mce-focus i.mce-i-checkbox,
.mce-checkbox:focus i.mce-i-checkbox {
    border: 1px solid rgba(82, 168, 236, .8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .65);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .65)
}

.mce-checkbox.mce-disabled .mce-label,
.mce-checkbox.mce-disabled i.mce-i-checkbox {
    color: #acacac
}

.mce-colorbutton .mce-ico {
    position: relative
}

.mce-colorbutton-grid {
    margin: 4px
}

.mce-colorbutton button {
    padding-right: 4px
}

.mce-colorbutton .mce-preview {
    position: absolute;
    top: 50%;
    display: block;
    width: 13px;
    height: 2px;
    margin-top: 7px;
    overflow: hidden;
    background: gray;
    margin-left: -14px;
    left: 50%;
    padding-right: 3px
}

.mce-colorbutton.mce-btn-small .mce-preview {
    width: 16px;
    padding-right: 0;
    margin-left: -16px
}

.mce-colorbutton .mce-open {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    padding-left: 4px
}

.mce-colorbutton:hover .mce-open {
    border-right-color: #bdbdbd;
    border-left-color: #bdbdbd
}

.mce-colorbutton.mce-btn-small .mce-open {
    padding: 0 3px
}

.mce-combobox {
    display: inline-block;
    *display: inline;
    *height: 32px;
    *zoom: 1
}

.mce-combobox input {
    height: 28px;
    border: 1px solid #c5c5c5;
    border-right-color: #c5c5c5
}

.mce-combobox.mce-has-open input {
    border-radius: 4px 0 0 4px
}

.mce-combobox .mce-btn {
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #c5c5c5;
    -webkit-box-shadow: #aaa 0 -2px 0 inset;
    box-shadow: #aaa 0 -2px 0 inset
}

.mce-combobox button {
    height: 26px
}

.mce-combobox.mce-disabled .mce-btn button {
    cursor: default;
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .4
}

.mce-path {
    *display: inline;
    padding: 8px;
    white-space: normal;
    *zoom: 1
}

.mce-path .mce-txt {
    padding-right: 3px
}

.mce-path,
.mce-path .mce-path-body,
.mce-path .mce-txt,
.mce-path-item {
    display: inline-block
}

.mce-path-item {
    *display: inline;
    color: #333;
    cursor: pointer;
    *zoom: 1
}

.mce-path-item:hover {
    text-decoration: underline
}

.mce-path-item:focus {
    color: #fff;
    background: #666
}

.mce-path .mce-divider {
    display: inline
}

.mce-disabled .mce-path-item {
    color: #aaa
}

.mce-fieldset {
    border: 0 solid #9e9e9e;
    border-radius: 3px
}

.mce-fieldset>.mce-container-body {
    margin-top: -15px
}

.mce-fieldset-title {
    margin-left: 5px;
    padding: 0 5px
}

.mce-fit-layout {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.mce-fit-layout-item {
    position: absolute
}

.mce-flow-layout-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 2px 0 2px 2px
}

.mce-flow-layout-item.mce-last {
    margin-right: 2px
}

.mce-flow-layout {
    white-space: normal
}

.mce-tinymce-inline .mce-flow-layout {
    white-space: nowrap
}

.mce-rtl .mce-colorbutton,
.mce-rtl .mce-path {
    direction: rtl
}

.mce-rtl .mce-colorbutton .mce-preview {
    margin-left: 0;
    padding-right: 0;
    padding-left: 4px;
    margin-right: 14px
}

.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview {
    margin-left: 0;
    padding-right: 0;
    margin-right: -17px;
    padding-left: 0
}

.mce-rtl .mce-colorbutton button,
.mce-rtl .mce-splitbtn button {
    padding-right: 10px;
    padding-left: 10px
}

.mce-rtl .mce-colorbutton .mce-open {
    padding-right: 4px;
    padding-left: 4px
}

.mce-rtl .mce-window-head .mce-close {
    position: absolute;
    right: auto;
    left: 15px
}

.mce-rtl .mce-window-head .mce-dragh {
    left: auto;
    right: 0
}

.mce-rtl .mce-wordcount {
    left: 0;
    right: auto
}

.mce-rtl .mce-flow-layout,
.mce-rtl .mce-label,
.mce-rtl .mce-menubtn button,
.mce-rtl .mce-splitbtn,
.mce-rtl .mce-window-head .mce-title {
    text-align: right;
    direction: rtl
}

.mce-rtl .mce-splitbtn .mce-open {
    padding-right: 4px;
    padding-left: 4px
}

.mce-rtl .mce-flow-layout-item {
    margin: 2px 2px 2px 0
}

.mce-rtl .mce-flow-layout-item.mce-last {
    margin-left: 2px
}

.mce-rtl .mce-listbox .mce-caret {
    right: auto;
    left: 8px
}

.mce-rtl .mce-listbox button {
    padding-right: 10px;
    padding-left: 20px
}

.mce-rtl .mce-menu-item {
    padding: 6px 12px 6px 15px;
    text-align: right;
    direction: rtl
}

.mce-rtl .mce-menu-item .mce-caret {
    margin-right: 0;
    margin-left: 6px;
    border-right: 4px solid #333;
    border-left: 0
}

.mce-rtl .mce-menu-item.mce-selected .mce-caret,
.mce-rtl .mce-menu-item:focus .mce-caret,
.mce-rtl .mce-menu-item:hover .mce-caret {
    border-right-color: #fff;
    border-left-color: transparent
}

.mce-rtl .mce-tabs {
    text-align: right;
    direction: rtl
}

.mce-rtl .mce-tab {
    border-width: 0 0 0 1px
}

.mce-rtl .mce-btn button {
    direction: rtl
}

.mce-rtl .mce-checkbox,
.mce-rtl .mce-textbox {
    direction: rtl;
    text-align: right
}

.mce-rtl i.mce-i-checkbox {
    margin: 0 0 0 3px
}

.mce-iframe {
    width: 100%;
    height: 100%;
    border: 0 solid #9e9e9e
}

.mce-label {
    display: inline-block;
    *display: inline;
    overflow: hidden;
    *zoom: 1;
    border: 0
}

.mce-label.mce-autoscroll {
    overflow: auto
}

.mce-label.mce-disabled,
.mce-menubtn.mce-disabled span {
    color: #aaa
}

.mce-label.mce-multiline {
    white-space: pre-wrap
}

.mce-menubar {
    border: 1px solid #eee
}

.mce-menubar .mce-caret {
    border-top-color: #333
}

.mce-menubar .mce-menubtn {
    background: 0 0;
    -webkit-filter: none;
    filter: none;
    border-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mce-menubar .mce-menubtn button span {
    color: #333
}

.mce-menubar .mce-menubtn.mce-active,
.mce-menubar .mce-menubtn:focus,
.mce-menubar .mce-menubtn:hover {
    background: #e6e6e6;
    -webkit-filter: none;
    filter: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mce-menubtn span {
    margin-right: 2px;
    line-height: 20px;
    *line-height: 16px;
    color: #333
}

.mce-menubtn.mce-btn-small span {
    font-size: 12px
}

.mce-menubtn.mce-fixed-width span {
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis
}

.mce-menubtn.mce-fixed-width.mce-btn-small span {
    width: 70px
}

.mce-menubtn .mce-caret {
    *margin-top: 6px
}

.mce-listbox button {
    position: relative;
    padding-right: 20px;
    text-align: left
}

.mce-listbox .mce-caret {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -2px
}

.mce-menu-shortcut {
    display: inline-block;
    *display: inline;
    padding: 0 15px 0 20px;
    color: #adadad;
    *zoom: 1
}

.mce-menu-item {
    display: block;
    padding: 6px 15px 6px 12px;
    margin-bottom: 1px;
    clear: both;
    font-weight: 500;
    line-height: normal;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    border-left: 4px solid transparent
}

.mce-menu-item.mce-selected,
.mce-menu-item:focus,
.mce-menu-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3ed2f0
}

.mce-menu-item .mce-ico,
.mce-menu-item .mce-text {
    color: #333
}

.mce-menu-item.mce-disabled .mce-ico,
.mce-menu-item.mce-disabled .mce-text {
    color: #adadad
}

.mce-menu-item.mce-selected .mce-ico,
.mce-menu-item.mce-selected .mce-text,
.mce-menu-item:focus .mce-ico,
.mce-menu-item:hover .mce-ico,
.mce-menu-item:hover .mce-text {
    color: #fff
}

.mce-menu-item.mce-disabled:hover {
    background: #ccc
}

.mce-menu-item.mce-selected .mce-menu-shortcut,
.mce-menu-item:focus .mce-menu-shortcut,
.mce-menu-item:hover .mce-menu-shortcut {
    color: #fff
}

.mce-menu-item .mce-caret {
    margin-top: 4px;
    *margin-top: 3px;
    margin-right: 6px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333
}

.mce-menu-item.mce-selected .mce-caret,
.mce-menu-item:focus .mce-caret,
.mce-menu-item:hover .mce-caret {
    border-left-color: #fff
}

.mce-menu-align .mce-menu-shortcut {
    position: absolute;
    right: 0;
    *margin-top: -2px
}

.mce-menu-align .mce-caret {
    position: absolute;
    right: 0
}

.mce-menu-item.mce-active i {
    visibility: visible
}

.mce-menu-item-preview.mce-active {
    border-left: 5px solid #aaa
}

.mce-menu-item-normal.mce-active {
    background-color: #dff5f9
}

.mce-menu-item-normal.mce-active .mce-text {
    color: #333
}

.mce-menu-item-normal.mce-active:hover .mce-ico,
.mce-menu-item-normal.mce-active:hover .mce-text {
    color: #fff
}

.mce-menu-item-sep:hover,
div.mce-menu .mce-menu-item-sep {
    height: 1px;
    padding: 0;
    margin: 9px 1px;
    overflow: hidden;
    cursor: default;
    background: #cbcbcb;
    -webkit-filter: none;
    filter: none;
    border: 0;
    border-bottom: 1px solid #fff
}

.mce-menu.mce-rtl {
    direction: rtl
}

.mce-menu-align.mce-rtl .mce-caret,
.mce-menu-align.mce-rtl .mce-menu-shortcut {
    right: auto;
    left: 0
}

.mce-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
    min-width: 160px;
    max-height: 400px;
    padding: 5px 0;
    margin: 2px 0 0;
    overflow: auto;
    overflow-x: hidden;
    background: 0 0;
    background: #fff;
    border: 1px solid #989898;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.mce-menu i {
    display: none
}

.mce-menu-has-icons i {
    display: inline-block;
    *display: inline
}

.mce-menu-sub-tr-tl {
    margin: -6px 0 0 -1px
}

.mce-menu-sub-br-bl {
    margin: 6px 0 0 -1px
}

.mce-menu-sub-tl-tr {
    margin: -6px 0 0 1px
}

.mce-menu-sub-bl-br {
    margin: 6px 0 0 1px
}

.mce-container-body .mce-resizehandle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: s-resize;
    visibility: visible
}

.mce-container-body .mce-resizehandle-both {
    cursor: se-resize
}

i.mce-i-resize {
    color: #333
}

.mce-spacer {
    visibility: hidden
}

.mce-splitbtn button {
    padding-right: 4px
}

.mce-splitbtn .mce-open {
    padding-left: 4px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent
}

.mce-splitbtn .mce-open.mce-active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.mce-splitbtn.mce-btn-small .mce-open {
    padding: 0 3px
}

.mce-stack-layout-item,
.mce-tabs {
    display: block
}

.mce-tabs {
    border-bottom: 1px solid #c5c5c5
}

.mce-tab,
.mce-textbox {
    display: inline-block;
    border: 1px solid #c5c5c5
}

.mce-tab {
    *display: inline;
    height: 13px;
    padding: 8px;
    cursor: pointer;
    *zoom: 1;
    background: #e3e3e3;
    border-width: 0 1px 0 0
}

.mce-tab:hover {
    background: #fdfdfd
}

.mce-tab.mce-active {
    height: 14px;
    margin-bottom: -1px;
    background: #fdfdfd;
    border-bottom-color: transparent
}

.mce-textbox {
    height: 28px;
    padding: 0 4px;
    color: #333;
    white-space: pre-wrap;
    *white-space: pre;
    resize: none;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s
}

.mce-textbox.mce-focus,
.mce-textbox:focus {
    border-color: rgba(82, 168, 236, .8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .65);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .65)
}

.mce-textbox.mce-multiline {
    padding: 4px
}

.mce-textbox.mce-disabled {
    color: #adadad
}

.mce-placeholder .mce-textbox {
    color: #aaa
}

.mce-throbber {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    background: #fff url(c1d8b9f2dc1e82b6c693.gif) no-repeat center center;
    filter: alpha(opacity=60);
    opacity: .6
}

.mce-i-none {
    width: 16px;
    height: 16px;
    margin: 2px 0
}

.mce-ico {
    font-size: 14px;
    line-height: 20px
}

.mce-i-save::before {
    content: "ïƒ‡"
}

.mce-i-newdocument::before {
    content: "ï€–"
}

.mce-i-fullpage::before {
    content: "ï¥"
}

.mce-i-alignleft::before {
    content: "ï€¶"
}

.mce-i-aligncenter::before {
    content: "ï€·"
}

.mce-i-alignright::before {
    content: "ï€¸"
}

.mce-i-alignjustify::before {
    content: "ï€¹"
}

.mce-i-cut::before {
    content: "ïƒ„"
}

.mce-i-paste::before {
    content: "ïƒª"
}

.mce-i-searchreplace::before {
    content: "î€‰"
}

.mce-i-bullist::before {
    content: "ïƒŠ"
}

.mce-i-numlist::before {
    content: "ïƒ‹"
}

.mce-i-indent::before {
    content: "ï€¼"
}

.mce-i-outdent::before {
    content: "ï€»"
}

.mce-i-blockquote::before {
    content: "ï„Ž"
}

.mce-i-undo::before {
    content: "ï„’"
}

.mce-i-redo::before {
    content: "ï¤"
}

.mce-i-link::before {
    content: "ïƒ"
}

.mce-i-unlink::before {
    content: "ï„§"
}

.mce-i-anchor::before {
    content: "ï„½"
}

.mce-i-image::before {
    content: "ï€¾"
}

.mce-i-media::before {
    content: "ï€ˆ"
}

.mce-i-help::before {
    content: "ï™"
}

.mce-i-code::before {
    content: "ï„¡"
}

.mce-i-inserttime::before {
    content: "ï€—"
}

.mce-i-preview::before {
    content: "ï®"
}

.mce-i-backcolor::before,
.mce-i-forecolor::before {
    content: ""
}

.mce-i-table::before {
    content: "ïƒŽ"
}

.mce-i-hr::before,
.mce-i-removeformat::before {
    content: ""
}

.mce-i-subscript::before {
    content: "ï„¬"
}

.mce-i-superscript::before {
    content: "ï„«"
}

.mce-i-charmap::before {
    content: ""
}

.mce-i-emoticons::before {
    content: "ï„š"
}

.mce-i-print::before {
    content: "ï€¯"
}

.mce-i-fullscreen::before {
    content: "ï¥"
}

.mce-i-nonbreaking::before,
.mce-i-pagebreak::before,
.mce-i-restoredraft::before,
.mce-i-spellchecker::before,
.mce-i-template::before,
.mce-i-untitled::before {
    content: ""
}

.mce-i-bold::before {
    content: "ï€²"
}

.mce-i-italic::before {
    content: "ï€³"
}

.mce-i-underline::before {
    content: "ïƒ"
}

.mce-i-strikethrough::before {
    content: "ïƒŒ"
}

.mce-i-ltr::before,
.mce-i-visualblocks::before,
.mce-i-visualchars::before {
    content: ""
}

.mce-i-rtl::before {
    content: "î€°"
}

.mce-i-copy::before {
    content: "ïƒ…"
}

.mce-i-resize::before {
    content: "ï½"
}

.mce-i-browse::before {
    content: "ï¼"
}

.mce-i-pastetext::before {
    content: ""
}

.mce-i-checkbox::before,
.mce-i-selected::before {
    content: "ï€Œ"
}

.mce-i-selected {
    visibility: hidden
}

i.mce-i-backcolor {
    background: #bbb
}

#growls {
    position: fixed;
    z-index: 50000
}

#growls.default {
    top: 100px;
    right: 10px
}

#growls.tl {
    top: 10px;
    left: 10px
}

#growls.tr {
    top: 10px;
    right: 10px
}

#growls.bl {
    bottom: 10px;
    left: 10px
}

#growls.br {
    bottom: 10px;
    right: 10px
}

.growl {
    position: relative;
    opacity: 1;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.growl.growl-incoming,
.growl.growl-outgoing {
    opacity: 0
}

.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px
}

.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px
}

.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px
}

.growl.growl-default {
    color: #fff;
    background: gray
}

.growl.growl-error {
    color: #fff;
    background: rgba(224, 143, 149, .8)
}

.growl.growl-notice {
    color: #fff;
    background: rgba(114, 194, 121, .8)
}

.growl.growl-warning {
    color: #fff;
    background: rgba(251, 187, 34, .8)
}

.growl .growl-close {
    font-family: helvetica, verdana, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    float: right
}

.growl .growl-title {
    font-size: 18px;
    line-height: 24px
}

.growl .growl-message {
    font-size: 14px;
    line-height: 18px
}

.chosen-select,
.chosen-select-deselect {
    width: 100%
}

.chosen-container {
    position: relative;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1060;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #999;
    border-top-color: #d9d9d9;
    left: -9000px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, .25)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0
}

.chosen-container .chosen-results {
    position: relative;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #555;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 0 4px;
    margin: 0 4px 4px 0
}

.chosen-container .chosen-results li {
    display: none;
    padding: 5px 6px;
    margin: 0;
    line-height: 1.428571429;
    list-style: none
}

.chosen-container .chosen-results li em {
    font-style: normal;
    background: #feffde
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    color: #999;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #25b9d7
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #999
}

.chosen-container .chosen-results .no-results {
    display: list-item;
    background: #eee
}

.chosen-container .chosen-results-scroll {
    position: absolute;
    z-index: 1;
    width: 321px;
    margin: 0 4px;
    text-align: center;
    background: #fff
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    width: 9px;
    height: 1.428571429;
    text-indent: -5000px
}

.chosen-container .chosen-results-scroll-down {
    bottom: 0
}

.chosen-container .chosen-results-scroll-down span {
    background: url(ca02436d695af84d95c8.png) no-repeat -4px -3px
}

.chosen-container .chosen-results-scroll-up span {
    background: url(ca02436d695af84d95c8.png) no-repeat -22px -3px
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    height: 39px;
    overflow: hidden;
    line-height: 39px;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #bbcdd2;
    padding: 0 0 0 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 4px
}

.chosen-container-single .chosen-single:hover {
    text-decoration: none;
    cursor: pointer
}

.chosen-container-single .chosen-single:span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single:abbr {
    position: absolute;
    top: 14.5px;
    display: block;
    width: 12px;
    height: 10px;
    font-size: 1px;
    background: url(ca02436d695af84d95c8.png) right top no-repeat;
    right: 26px
}

.chosen-container-single .chosen-single:abbr:hover {
    background-position: right -11px
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    display: block;
    width: 18px;
    height: 100%;
    right: 0
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 28px;
    text-align: center
}

.chosen-container-multi .chosen-choices .search-field .default,
.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1000;
    padding: 3px 4px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap
}

.chosen-container-single .chosen-search input {
    width: 100%;
    margin: 1px 0;
    border: 1px solid #bbcdd2;
    padding: 4px 20px 4px 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.chosen-container-single .chosen-search::before {
    position: absolute;
    top: 7px;
    display: block;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #25b9d7;
    text-align: center;
    right: 7px
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.chosen-container-single-nosearch .chosen-search input {
    position: absolute;
    left: -9000px
}

.chosen-container-multi .chosen-choices {
    height: auto !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: text;
    background-color: #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-container-multi .chosen-choices li {
    list-style: none;
    float: left
}

.chosen-container-multi .chosen-choices .search-field {
    padding: 0;
    margin: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices .search-field input {
    height: 37px;
    padding: 4px;
    margin: 0;
    color: #555;
    background: 0 0 !important;
    border: 0 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.chosen-container-multi .chosen-choices,
.chosen-container-multi .chosen-choices .search-choice {
    position: relative;
    border: 1px solid #bbcdd2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.chosen-container-multi .chosen-choices .search-choice {
    line-height: 13px;
    color: #333;
    cursor: default;
    background-color: #eee;
    background-clip: padding-box;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(255, 255, 255)", endColorstr="rgba(255, 238, 238, 0.93333)", GradientType=0)
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    position: absolute;
    top: 5px;
    display: block;
    width: 12px;
    height: 10px;
    font-size: 1px;
    background: url(ca02436d695af84d95c8.png) right top no-repeat;
    right: 4px
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover,
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
    background-position: right -11px
}

.chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-results {
    padding: 0;
    margin: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none
}

.chosen-container-active .chosen-choices,
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid rgba(82, 168, 236, .8);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #eee
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: 0 0;
    border-left: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px
}

.chosen-container-active .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-container-active .chosen-choices .search-field input {
    color: #111 !important
}

.chosen-disabled {
    cursor: default;
    opacity: .5 !important
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 7px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices .search-field input {
    direction: rtl
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices .search-choice {
    padding: 3px 5px 3px 19px;
    margin: 6px 5px 3px 0
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
    right: auto;
    left: 4px;
    background-position: right top
}

.chosen-rtl.chosen-container-single .chosen-results {
    padding: 0 4px 0 0;
    margin: 0 0 4px 4px
}

.chosen-rtl .chosen-results .group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input {
    padding: 4px 5px 4px 20px;
    direction: rtl;
    background: url(ca02436d695af84d95c8.png) no-repeat -28px -20px, #fff
}

@media (min-width:768px) {
    .bootstrap .lead {
        font-size: 18px
    }

    .bootstrap .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .bootstrap .dl-horizontal dd {
        margin-left: 180px
    }

    .bootstrap .container {
        width: 728px
    }

    .bootstrap .col-sm-1,
    .bootstrap .col-sm-10,
    .bootstrap .col-sm-11,
    .bootstrap .col-sm-12,
    .bootstrap .col-sm-2,
    .bootstrap .col-sm-3,
    .bootstrap .col-sm-4,
    .bootstrap .col-sm-5,
    .bootstrap .col-sm-6,
    .bootstrap .col-sm-7,
    .bootstrap .col-sm-8,
    .bootstrap .col-sm-9 {
        float: left
    }

    .bootstrap .col-sm-1 {
        width: 8.3333333333%
    }

    .bootstrap .col-sm-2 {
        width: 16.6666666667%
    }

    .bootstrap .col-sm-3 {
        width: 25%
    }

    .bootstrap .col-sm-4 {
        width: 33.3333333333%
    }

    .bootstrap .col-sm-5 {
        width: 41.6666666667%
    }

    .bootstrap .col-sm-6 {
        width: 50%
    }

    .bootstrap .col-sm-7 {
        width: 58.3333333333%
    }

    .bootstrap .col-sm-8 {
        width: 66.6666666667%
    }

    .bootstrap .col-sm-9 {
        width: 75%
    }

    .bootstrap .col-sm-10 {
        width: 83.3333333333%
    }

    .bootstrap .col-sm-11 {
        width: 91.6666666667%
    }

    .bootstrap .col-sm-12 {
        width: 100%
    }

    .bootstrap .col-sm-pull-0 {
        right: auto
    }

    .bootstrap .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .bootstrap .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .bootstrap .col-sm-pull-3 {
        right: 25%
    }

    .bootstrap .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .bootstrap .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .bootstrap .col-sm-pull-6 {
        right: 50%
    }

    .bootstrap .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .bootstrap .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .bootstrap .col-sm-pull-9 {
        right: 75%
    }

    .bootstrap .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .bootstrap .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .bootstrap .col-sm-pull-12 {
        right: 100%
    }

    .bootstrap .col-sm-push-0 {
        left: auto
    }

    .bootstrap .col-sm-push-1 {
        left: 8.3333333333%
    }

    .bootstrap .col-sm-push-2 {
        left: 16.6666666667%
    }

    .bootstrap .col-sm-push-3 {
        left: 25%
    }

    .bootstrap .col-sm-push-4 {
        left: 33.3333333333%
    }

    .bootstrap .col-sm-push-5 {
        left: 41.6666666667%
    }

    .bootstrap .col-sm-push-6 {
        left: 50%
    }

    .bootstrap .col-sm-push-7 {
        left: 58.3333333333%
    }

    .bootstrap .col-sm-push-8 {
        left: 66.6666666667%
    }

    .bootstrap .col-sm-push-9 {
        left: 75%
    }

    .bootstrap .col-sm-push-10 {
        left: 83.3333333333%
    }

    .bootstrap .col-sm-push-11 {
        left: 91.6666666667%
    }

    .bootstrap .col-sm-push-12 {
        left: 100%
    }

    .bootstrap .col-sm-offset-0 {
        margin-left: 0
    }

    .bootstrap .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .bootstrap .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .bootstrap .col-sm-offset-3 {
        margin-left: 25%
    }

    .bootstrap .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .bootstrap .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .bootstrap .col-sm-offset-6 {
        margin-left: 50%
    }

    .bootstrap .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .bootstrap .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .bootstrap .col-sm-offset-9 {
        margin-left: 75%
    }

    .bootstrap .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .bootstrap .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .bootstrap .col-sm-offset-12 {
        margin-left: 100%
    }

    .bootstrap .form-inline .form-group,
    .bootstrap .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .bootstrap .form-inline .form-control,
    .bootstrap .form-inline input[type=number],
    .bootstrap .form-inline input[type=password],
    .bootstrap .form-inline input[type=search],
    .bootstrap .form-inline input[type=text],
    .bootstrap .form-inline select,
    .bootstrap .form-inline textarea,
    .bootstrap .navbar-form .form-control,
    .bootstrap .navbar-form input[type=number],
    .bootstrap .navbar-form input[type=password],
    .bootstrap .navbar-form input[type=search],
    .bootstrap .navbar-form input[type=text],
    .bootstrap .navbar-form select,
    .bootstrap .navbar-form textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .bootstrap .form-inline .input-group,
    .bootstrap .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .bootstrap .form-inline .input-group .form-control,
    .bootstrap .form-inline .input-group .input-group-addon,
    .bootstrap .form-inline .input-group .input-group-btn,
    .bootstrap .form-inline .input-group input[type=number],
    .bootstrap .form-inline .input-group input[type=password],
    .bootstrap .form-inline .input-group input[type=search],
    .bootstrap .form-inline .input-group input[type=text],
    .bootstrap .form-inline .input-group select,
    .bootstrap .form-inline .input-group textarea,
    .bootstrap .navbar-form .input-group .form-control,
    .bootstrap .navbar-form .input-group .input-group-addon,
    .bootstrap .navbar-form .input-group .input-group-btn,
    .bootstrap .navbar-form .input-group input[type=number],
    .bootstrap .navbar-form .input-group input[type=password],
    .bootstrap .navbar-form .input-group input[type=search],
    .bootstrap .navbar-form .input-group input[type=text],
    .bootstrap .navbar-form .input-group select,
    .bootstrap .navbar-form .input-group textarea {
        width: auto
    }

    .bootstrap .form-inline .input-group>.form-control,
    .bootstrap .form-inline .input-group>input[type=number],
    .bootstrap .form-inline .input-group>input[type=password],
    .bootstrap .form-inline .input-group>input[type=search],
    .bootstrap .form-inline .input-group>input[type=text],
    .bootstrap .form-inline .input-group>select,
    .bootstrap .form-inline .input-group>textarea,
    .bootstrap .navbar-form .input-group>.form-control,
    .bootstrap .navbar-form .input-group>input[type=number],
    .bootstrap .navbar-form .input-group>input[type=password],
    .bootstrap .navbar-form .input-group>input[type=search],
    .bootstrap .navbar-form .input-group>input[type=text],
    .bootstrap .navbar-form .input-group>select,
    .bootstrap .navbar-form .input-group>textarea {
        width: 100%
    }

    .bootstrap .form-inline .control-label,
    .bootstrap .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .bootstrap .form-inline .checkbox,
    .bootstrap .form-inline .radio,
    .bootstrap .navbar-form .checkbox,
    .bootstrap .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .bootstrap .form-inline .checkbox input[type=checkbox],
    .bootstrap .form-inline .radio input[type=radio],
    .bootstrap .navbar-form .checkbox input[type=checkbox],
    .bootstrap .navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 0
    }

    .bootstrap .form-inline .has-feedback .form-control-feedback,
    .bootstrap .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .bootstrap .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }

    .bootstrap .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .bootstrap .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }

    .bootstrap .nav-justified>li,
    .bootstrap .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .bootstrap .nav-justified>li>a,
    .bootstrap .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }

    .bootstrap .nav-tabs-justified>li>a,
    .bootstrap .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .bootstrap .nav-tabs-justified>.active>a,
    .bootstrap .nav-tabs-justified>.active>a:focus,
    .bootstrap .nav-tabs-justified>.active>a:hover,
    .bootstrap .nav-tabs.nav-justified>.active>a {
        border-bottom-color: #eff1f2
    }

    .bootstrap .navbar {
        border-radius: 4px
    }

    .bootstrap .navbar-header {
        float: left
    }

    .bootstrap .container-fluid>.navbar-collapse,
    .bootstrap .container-fluid>.navbar-header,
    .bootstrap .container>.navbar-collapse,
    .bootstrap .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .bootstrap .navbar-fixed-bottom,
    .bootstrap .navbar-fixed-top,
    .bootstrap .navbar-static-top {
        border-radius: 0
    }

    .navbar>.container .bootstrap .navbar-brand,
    .navbar>.container-fluid .bootstrap .navbar-brand {
        margin-left: -5px
    }

    .bootstrap .navbar-toggle {
        display: none
    }

    .bootstrap .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .bootstrap .navbar-form.navbar-right:last-child {
        margin-right: -5px
    }

    .bootstrap .navbar-text {
        float: left;
        margin-left: 5px;
        margin-right: 5px
    }

    .bootstrap .navbar-text.navbar-right:last-child {
        margin-right: 0
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }

    .bootstrap .control-label {
        padding-top: 7px;
        padding-right: 25px
    }
}

@media (min-width:992px) {
    .bootstrap .container {
        width: 940px
    }

    .bootstrap .col-md-1,
    .bootstrap .col-md-10,
    .bootstrap .col-md-11,
    .bootstrap .col-md-12,
    .bootstrap .col-md-2,
    .bootstrap .col-md-3,
    .bootstrap .col-md-4,
    .bootstrap .col-md-5,
    .bootstrap .col-md-6,
    .bootstrap .col-md-7,
    .bootstrap .col-md-8,
    .bootstrap .col-md-9 {
        float: left
    }

    .bootstrap .col-md-1 {
        width: 8.3333333333%
    }

    .bootstrap .col-md-2 {
        width: 16.6666666667%
    }

    .bootstrap .col-md-3 {
        width: 25%
    }

    .bootstrap .col-md-4 {
        width: 33.3333333333%
    }

    .bootstrap .col-md-5 {
        width: 41.6666666667%
    }

    .bootstrap .col-md-6 {
        width: 50%
    }

    .bootstrap .col-md-7 {
        width: 58.3333333333%
    }

    .bootstrap .col-md-8 {
        width: 66.6666666667%
    }

    .bootstrap .col-md-9 {
        width: 75%
    }

    .bootstrap .col-md-10 {
        width: 83.3333333333%
    }

    .bootstrap .col-md-11 {
        width: 91.6666666667%
    }

    .bootstrap .col-md-12 {
        width: 100%
    }

    .bootstrap .col-md-pull-0 {
        right: auto
    }

    .bootstrap .col-md-pull-1 {
        right: 8.3333333333%
    }

    .bootstrap .col-md-pull-2 {
        right: 16.6666666667%
    }

    .bootstrap .col-md-pull-3 {
        right: 25%
    }

    .bootstrap .col-md-pull-4 {
        right: 33.3333333333%
    }

    .bootstrap .col-md-pull-5 {
        right: 41.6666666667%
    }

    .bootstrap .col-md-pull-6 {
        right: 50%
    }

    .bootstrap .col-md-pull-7 {
        right: 58.3333333333%
    }

    .bootstrap .col-md-pull-8 {
        right: 66.6666666667%
    }

    .bootstrap .col-md-pull-9 {
        right: 75%
    }

    .bootstrap .col-md-pull-10 {
        right: 83.3333333333%
    }

    .bootstrap .col-md-pull-11 {
        right: 91.6666666667%
    }

    .bootstrap .col-md-pull-12 {
        right: 100%
    }

    .bootstrap .col-md-push-0 {
        left: auto
    }

    .bootstrap .col-md-push-1 {
        left: 8.3333333333%
    }

    .bootstrap .col-md-push-2 {
        left: 16.6666666667%
    }

    .bootstrap .col-md-push-3 {
        left: 25%
    }

    .bootstrap .col-md-push-4 {
        left: 33.3333333333%
    }

    .bootstrap .col-md-push-5 {
        left: 41.6666666667%
    }

    .bootstrap .col-md-push-6 {
        left: 50%
    }

    .bootstrap .col-md-push-7 {
        left: 58.3333333333%
    }

    .bootstrap .col-md-push-8 {
        left: 66.6666666667%
    }

    .bootstrap .col-md-push-9 {
        left: 75%
    }

    .bootstrap .col-md-push-10 {
        left: 83.3333333333%
    }

    .bootstrap .col-md-push-11 {
        left: 91.6666666667%
    }

    .bootstrap .col-md-push-12 {
        left: 100%
    }

    .bootstrap .col-md-offset-0 {
        margin-left: 0
    }

    .bootstrap .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .bootstrap .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .bootstrap .col-md-offset-3 {
        margin-left: 25%
    }

    .bootstrap .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .bootstrap .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .bootstrap .col-md-offset-6 {
        margin-left: 50%
    }

    .bootstrap .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .bootstrap .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .bootstrap .col-md-offset-9 {
        margin-left: 75%
    }

    .bootstrap .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .bootstrap .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .bootstrap .col-md-offset-12 {
        margin-left: 100%
    }

    .modal-lg {
        width: 900px
    }
}

@media (min-width:1200px) {
    .bootstrap .container {
        width: 1170px
    }

    .bootstrap .col-lg-1,
    .bootstrap .col-lg-10,
    .bootstrap .col-lg-11,
    .bootstrap .col-lg-12,
    .bootstrap .col-lg-2,
    .bootstrap .col-lg-3,
    .bootstrap .col-lg-4,
    .bootstrap .col-lg-5,
    .bootstrap .col-lg-6,
    .bootstrap .col-lg-7,
    .bootstrap .col-lg-8,
    .bootstrap .col-lg-9 {
        float: left
    }

    .bootstrap .col-lg-1 {
        width: 8.3333333333%
    }

    .bootstrap .col-lg-2 {
        width: 16.6666666667%
    }

    .bootstrap .col-lg-3 {
        width: 25%
    }

    .bootstrap .col-lg-4 {
        width: 33.3333333333%
    }

    .bootstrap .col-lg-5 {
        width: 41.6666666667%
    }

    .bootstrap .col-lg-6 {
        width: 50%
    }

    .bootstrap .col-lg-7 {
        width: 58.3333333333%
    }

    .bootstrap .col-lg-8 {
        width: 66.6666666667%
    }

    .bootstrap .col-lg-9 {
        width: 75%
    }

    .bootstrap .col-lg-10 {
        width: 83.3333333333%
    }

    .bootstrap .col-lg-11 {
        width: 91.6666666667%
    }

    .bootstrap .col-lg-12 {
        width: 100%
    }

    .bootstrap .col-lg-pull-0 {
        right: auto
    }

    .bootstrap .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .bootstrap .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .bootstrap .col-lg-pull-3 {
        right: 25%
    }

    .bootstrap .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .bootstrap .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .bootstrap .col-lg-pull-6 {
        right: 50%
    }

    .bootstrap .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .bootstrap .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .bootstrap .col-lg-pull-9 {
        right: 75%
    }

    .bootstrap .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .bootstrap .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .bootstrap .col-lg-pull-12 {
        right: 100%
    }

    .bootstrap .col-lg-push-0 {
        left: auto
    }

    .bootstrap .col-lg-push-1 {
        left: 8.3333333333%
    }

    .bootstrap .col-lg-push-2 {
        left: 16.6666666667%
    }

    .bootstrap .col-lg-push-3 {
        left: 25%
    }

    .bootstrap .col-lg-push-4 {
        left: 33.3333333333%
    }

    .bootstrap .col-lg-push-5 {
        left: 41.6666666667%
    }

    .bootstrap .col-lg-push-6 {
        left: 50%
    }

    .bootstrap .col-lg-push-7 {
        left: 58.3333333333%
    }

    .bootstrap .col-lg-push-8 {
        left: 66.6666666667%
    }

    .bootstrap .col-lg-push-9 {
        left: 75%
    }

    .bootstrap .col-lg-push-10 {
        left: 83.3333333333%
    }

    .bootstrap .col-lg-push-11 {
        left: 91.6666666667%
    }

    .bootstrap .col-lg-push-12 {
        left: 100%
    }

    .bootstrap .col-lg-offset-0 {
        margin-left: 0
    }

    .bootstrap .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .bootstrap .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .bootstrap .col-lg-offset-3 {
        margin-left: 25%
    }

    .bootstrap .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .bootstrap .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .bootstrap .col-lg-offset-6 {
        margin-left: 50%
    }

    .bootstrap .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .bootstrap .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .bootstrap .col-lg-offset-9 {
        margin-left: 75%
    }

    .bootstrap .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .bootstrap .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .bootstrap .col-lg-offset-12 {
        margin-left: 100%
    }

    .bootstrap .visible-lg,
    .bootstrap .visible-lg-block {
        display: block !important
    }

    .bootstrap table.visible-lg {
        display: table
    }

    .bootstrap tr.visible-lg {
        display: table-row !important
    }

    .bootstrap td.visible-lg,
    .bootstrap th.visible-lg {
        display: table-cell !important
    }

    .bootstrap .visible-lg-inline {
        display: inline !important
    }

    .bootstrap .visible-lg-inline-block {
        display: inline-block !important
    }

    .bootstrap .hidden-lg {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    .bootstrap .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }

    .bootstrap .table-responsive>.table {
        margin-bottom: 0
    }

    .bootstrap .table-responsive>.table>tbody>tr>td,
    .bootstrap .table-responsive>.table>tbody>tr>th,
    .bootstrap .table-responsive>.table>tfoot>tr>td,
    .bootstrap .table-responsive>.table>tfoot>tr>th,
    .bootstrap .table-responsive>.table>thead>tr>td,
    .bootstrap .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .bootstrap .table-responsive>.table-bordered {
        border: 0
    }

    .bootstrap .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>td:first-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .bootstrap .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>td:last-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .bootstrap .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .bootstrap .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

@media (min-width:769px) {
    .bootstrap .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .bootstrap .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .bootstrap .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .bootstrap .navbar-collapse,
    .navbar-fixed-top .bootstrap .navbar-collapse,
    .navbar-static-top .bootstrap .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:480px)and (orientation:landscape) {

    .bootstrap .navbar-fixed-bottom .navbar-collapse,
    .bootstrap .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media (max-width:767px) {
    .bootstrap .navbar-form .form-group {
        margin-bottom: 5px
    }

    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }

    .bootstrap .visible-xs,
    .bootstrap .visible-xs-block {
        display: block !important
    }

    .bootstrap table.visible-xs {
        display: table
    }

    .bootstrap tr.visible-xs {
        display: table-row !important
    }

    .bootstrap td.visible-xs,
    .bootstrap th.visible-xs {
        display: table-cell !important
    }

    .bootstrap .visible-xs-inline {
        display: inline !important
    }

    .bootstrap .visible-xs-inline-block {
        display: inline-block !important
    }

    .bootstrap #header_quick,
    .bootstrap .bo_search_form,
    .bootstrap .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px)and (max-width:991px) {

    .bootstrap .visible-sm,
    .bootstrap .visible-sm-block {
        display: block !important
    }

    .bootstrap table.visible-sm {
        display: table
    }

    .bootstrap tr.visible-sm {
        display: table-row !important
    }

    .bootstrap td.visible-sm,
    .bootstrap th.visible-sm {
        display: table-cell !important
    }

    .bootstrap .visible-sm-inline {
        display: inline !important
    }

    .bootstrap .visible-sm-inline-block {
        display: inline-block !important
    }

    .bootstrap #header_quick,
    .bootstrap .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px)and (max-width:1199px) {

    .bootstrap .visible-md,
    .bootstrap .visible-md-block {
        display: block !important
    }

    .bootstrap table.visible-md {
        display: table
    }

    .bootstrap tr.visible-md {
        display: table-row !important
    }

    .bootstrap td.visible-md,
    .bootstrap th.visible-md {
        display: table-cell !important
    }

    .bootstrap .visible-md-inline {
        display: inline !important
    }

    .bootstrap .visible-md-inline-block {
        display: inline-block !important
    }

    .bootstrap .hidden-md {
        display: none !important
    }
}

@media print {

    .bootstrap .visible-print,
    .bootstrap .visible-print-block {
        display: block !important
    }

    .bootstrap table.visible-print {
        display: table
    }

    .bootstrap tr.visible-print {
        display: table-row !important
    }

    .bootstrap td.visible-print,
    .bootstrap th.visible-print {
        display: table-cell !important
    }

    .bootstrap .visible-print-inline {
        display: inline !important
    }

    .bootstrap .visible-print-inline-block {
        display: inline-block !important
    }

    .bootstrap .hidden-print {
        display: none !important
    }
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .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 {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

@media (max-width:1200px) {
    body.mobile #content.bootstrap {
        padding-left: .625rem
    }

    #main.helpOpen {
        width: 100%
    }

    #help-container {
        display: none
    }

    .bootstrap .form-group .input-group,
    .bootstrap .form-group input[type=number],
    .bootstrap .form-group input[type=password],
    .bootstrap .form-group input[type=search],
    .bootstrap .form-group input[type=text],
    .bootstrap .form-group select,
    .bootstrap .form-group textarea {
        margin: 4px 0
    }

    .bootstrap .form-group .input-group input[type=number],
    .bootstrap .form-group .input-group input[type=password],
    .bootstrap .form-group .input-group input[type=search],
    .bootstrap .form-group .input-group input[type=text],
    .bootstrap .form-group .input-group select,
    .bootstrap .form-group .input-group textarea {
        margin: 0
    }
}

@media (max-width:63.9375em) {
    #header_infos #shop_version {
        display: none
    }

    #header_infos .js-mobile-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .nav-bar.mobile-nav.expanded::before {
        display: block
    }

    .nav-bar.mobile-nav .panel-collapse .link-leveltwo .link {
        padding-left: .625rem
    }

    .nav-bar.mobile-nav .panel-collapse .link-leveltwo:last-of-type .link {
        padding-bottom: 1.5rem
    }

    .nav-bar.mobile-nav .employee_avatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nav-bar.mobile-nav .employee_avatar>.employee_avatar {
        padding-top: 0;
        padding-left: 0;
        margin-right: 1rem
    }

    .nav-bar.mobile-nav .employee_avatar .material-icons {
        font-size: 4.6875rem;
        line-height: 4.6875rem
    }

    .nav-bar.mobile-nav .employee_avatar span {
        font-size: 1rem;
        font-weight: 500
    }

    .nav-bar.mobile-nav .employee_avatar img {
        width: 2.25rem;
        height: 2.25rem
    }

    .nav-bar.mobile-nav .shop-list a {
        font-size: 1.09375rem
    }

    .main-menu .link-levelone[data-submenu] a.link,
    .main-menu [data-submenu].link-leveltwo a.link {
        padding-top: .535rem;
        padding-bottom: .535rem;
        font-size: 1rem;
        line-height: 1.428rem
    }

    .main-menu .link-levelone[data-submenu] a.link .material-icons,
    .main-menu [data-submenu].link-leveltwo a.link .material-icons {
        font-size: 1.25rem;
        line-height: 1.4rem
    }

    .main-menu .link-levelone[data-submenu] a.link .material-icons.sub-tabs-arrow,
    .main-menu [data-submenu].link-leveltwo a.link .material-icons.sub-tabs-arrow {
        padding-right: 1.2rem
    }

    .main-menu .link-levelone[data-submenu].has_submenu .sub-tabs-arrow,
    .main-menu [data-submenu].has_submenu.link-leveltwo .sub-tabs-arrow {
        visibility: visible
    }

    .main-menu .link-active.link-leveltwo,
    .main-menu .link-levelone.link-active {
        border-right: none
    }

    .main-menu .link-levelone>.link,
    .main-menu .link-leveltwo>.link {
        font-size: 1rem
    }

    .main-menu .link-levelone>.submenu,
    .main-menu .link-leveltwo>.submenu {
        padding-left: 2.25rem
    }

    .main-menu .link-levelone>.submenu>li a.link,
    .main-menu .link-leveltwo>.submenu>li a.link {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .main-menu .link-levelone>.submenu>li a.link:hover,
    .main-menu .link-leveltwo>.submenu>li a.link:hover {
        color: #fff
    }

    .main-menu .link-levelone>.submenu>li:first-of-type,
    .main-menu .link-leveltwo>.submenu>li:first-of-type {
        padding-top: 0
    }

    .main-menu .link-levelone>.submenu>li:last-of-type,
    .main-menu .link-leveltwo>.submenu>li:last-of-type {
        padding-bottom: 0
    }

    .main-menu .link-leveltwo>.link {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
        line-height: 1.6rem
    }

    .category-title {
        margin: .75rem 0 0 1rem;
        font-size: 1rem
    }

    .menu-collapse {
        display: none;
        padding-bottom: 1rem
    }

    .bootstrap .page-head {
        padding: 0
    }

    .bootstrap .page-head.with-tabs {
        height: auto
    }
}

@media (max-width:47.9375em) {
    #header_infos>.component {
        margin: 0
    }

    #header_infos>.component.hide-mobile-sm {
        display: none
    }

    #header_infos #header_shopname,
    #header_infos .shop-state,
    #header_infos ul.header-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header_infos #header_shopname>.material-icons,
    #header_infos .shop-state>.material-icons {
        margin-right: 0
    }

    #header_infos ul.header-list #header_shopname,
    #header_infos ul.header-list li>a {
        height: 100% !important
    }

    #header_infos ul.header-list #header_shopname i {
        height: 18px
    }

    #header_infos #header_employee_box #employee_infos {
        width: auto;
        height: 100%;
        margin-right: 0
    }

    #header_infos #header_employee_box #employee_infos .dropdown-toggle {
        padding: 0 10px
    }

    #header_infos #header_employee_box #employee_infos .dropdown-toggle i {
        overflow: hidden
    }

    #header_infos #header_employee_box #employee_infos #employee_links .employee-wrapper-profile>.admin-link {
        display: block;
        margin: 0 20px;
        border-radius: 5px
    }

    #header_infos #header_employee_box #employee_infos .dropdown-menu li.username {
        max-width: inherit;
        padding-top: 2rem;
        font-size: 16px;
        font-weight: 500;
        color: #363a41
    }

    #employee_infos a.dropdown-toggle,
    #header_infos #header_employee_box #employee_infos .dropdown-menu li.signout a,
    #notification a.dropdown-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #header_infos #header_employee_box #employee_infos .dropdown-menu li.signout a,
    #header_infos #header_employee_box #employee_infos .dropdown-menu li.signout a i {
        color: #e08f95
    }

    #header_infos #header_employee_box #employee_infos .dropdown-menu li.signout a:hover {
        color: #fff;
        background-color: #f54c3e
    }

    #employee_infos,
    #notification {
        position: static;
        position: initial
    }

    #employee_infos::before,
    #notification::before {
        position: fixed;
        top: 5rem;
        left: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: none;
        content: "";
        background: rgba(0, 0, 0, .8);
        opacity: 0
    }

    #employee_infos.open a.dropdown-toggle,
    #notification.open a.dropdown-toggle {
        padding: 0 10px;
        border-bottom: 2px solid #25b9d7
    }

    #employee_infos.open a.dropdown-toggle,
    #employee_infos.open a.dropdown-toggle i,
    #notification.open a.dropdown-toggle,
    #notification.open a.dropdown-toggle i {
        color: #25b9d7
    }

    #employee_infos.open::before,
    #notification.open::before {
        pointer-events: all;
        opacity: 1
    }

    #employee_infos a.dropdown-toggle,
    #notification a.dropdown-toggle {
        height: 100%;
        text-align: center
    }

    #employee_infos .material-icons,
    #notification .material-icons {
        height: 22px
    }

    #employee_infos #total_notif_number_wrapper,
    #notification #total_notif_number_wrapper {
        top: .8rem;
        right: .3rem
    }

    #employee_infos .dropdown-menu,
    #notification .dropdown-menu {
        top: 60px;
        right: inherit;
        left: 0;
        width: 100vw !important;
        min-width: inherit;
        overflow: hidden;
        border: 0;
        border-top: 1px solid #eaebec;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
        -webkit-transform: inherit !important;
        transform: inherit !important
    }

    #employee_infos .dropdown-menu::after,
    #employee_infos .dropdown-menu::before,
    #notification .dropdown-menu::after,
    #notification .dropdown-menu::before {
        display: none
    }

    #employee_infos .dropdown-menu .notifications .nav-tabs,
    #notification .dropdown-menu .notifications .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #employee_infos .dropdown-menu .notifications .nav-tabs .nav-item,
    #notification .dropdown-menu .notifications .nav-tabs .nav-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    #employee_infos .dropdown-menu .notifications .nav-tabs .nav-item a.nav-link,
    #notification .dropdown-menu .notifications .nav-tabs .nav-item a.nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        font-size: 16px;
        color: #b3c7cd
    }

    #employee_infos .dropdown-menu .notifications .nav-tabs .nav-item.active a,
    #employee_infos .dropdown-menu .notifications .nav-tabs .nav-item.active a:active,
    #employee_infos .dropdown-menu .notifications .nav-tabs .nav-item.active a:focus,
    #notification .dropdown-menu .notifications .nav-tabs .nav-item.active a,
    #notification .dropdown-menu .notifications .nav-tabs .nav-item.active a:active,
    #notification .dropdown-menu .notifications .nav-tabs .nav-item.active a:focus {
        color: #363a41;
        background-color: #f4fcfd
    }

    #employee_infos .dropdown-menu .notifications .tab-content,
    #notification .dropdown-menu .notifications .tab-content {
        background: #fff;
        border-top: none
    }

    #employee_infos .dropdown-menu .notifications .tab-content .tab-pane.empty.active,
    #notification .dropdown-menu .notifications .tab-content .tab-pane.empty.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #employee_infos .dropdown-menu .notifications .tab-content .tab-pane.empty.active .no-notification,
    #notification .dropdown-menu .notifications .tab-content .tab-pane.empty.active .no-notification {
        position: inherit !important;
        font-size: 14px;
        color: #363a41
    }

    #employee_infos .dropdown-menu .notifications .tab-content .tab-pane.empty::after,
    #notification .dropdown-menu .notifications .tab-content .tab-pane.empty::after {
        font-size: 25px;
        color: #363a41;
        opacity: 1
    }

    .adminshop .bootstrap .table-responsive-row table td::before {
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (max-width:991px) {
    #header_infos .shop-state {
        padding-right: 10px !important;
        padding-left: 10px !important;
        margin-right: 0
    }

    #header_infos .shop-state .material-icons {
        margin-right: 0
    }

    .bootstrap .table-responsive-row {
        overflow: visible
    }

    .bootstrap .table-responsive-row table,
    .bootstrap .table-responsive-row tbody,
    .bootstrap .table-responsive-row td,
    .bootstrap .table-responsive-row th,
    .bootstrap .table-responsive-row thead,
    .bootstrap .table-responsive-row tr {
        display: block
    }

    .bootstrap .table-responsive-row thead tr {
        display: block;
        float: left;
        width: 70%
    }

    .bootstrap .table-responsive-row thead tr:first-child {
        width: 30%
    }

    .bootstrap .table-responsive-row thead tr:first-child th {
        width: 100% !important
    }

    .bootstrap .table-responsive-row thead tr:first-child:last-child {
        display: none
    }

    .bootstrap .table-responsive-row th {
        height: 48px;
        text-align: center
    }

    .bootstrap .table-responsive-row th .fixed-width-md {
        float: left
    }

    .bootstrap .table-responsive-row th .fixed-width-sm {
        width: 100% !important
    }

    .bootstrap .table-responsive-row tr {
        width: 100%;
        margin-bottom: 6px;
        border: 1px solid #ccc;
        -webkit-box-shadow: #eaedef 0 2px 0 0;
        box-shadow: #eaedef 0 2px 0 0
    }

    .bootstrap .table-responsive-row tr:last-child {
        border-bottom: 1px solid #ccc
    }

    .bootstrap .table-responsive-row td {
        position: relative;
        width: 100% !important;
        padding-left: 35% !important;
        overflow: hidden;
        font-size: 1.15em !important;
        line-height: 2em !important;
        text-align: left !important;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .bootstrap .table-responsive-row td:last-child {
        padding: 0 !important;
        text-align: right !important;
        border: 0
    }

    .bootstrap .table-responsive-row td:last-child::before {
        content: none !important
    }

    .bootstrap .table-responsive-row td .btn-group-action .dropdown-toggle {
        display: none !important
    }

    .bootstrap .table-responsive-row td .btn-group-action .dropdown-menu li,
    .bootstrap .table-responsive-row td .btn-group-action ul.dropdown-menu {
        position: relative;
        z-index: 13;
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0;
        background: 0 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .bootstrap .table-responsive-row td .dropdown-menu li a,
    .bootstrap .table-responsive-row td a.btn,
    .bootstrap .table-responsive-row td button.btn {
        z-index: 13;
        display: inline-block;
        float: right;
        padding: 12px 10px !important;
        margin: 0 !important;
        font-weight: 700;
        color: #25b9d7;
        background-color: #fff;
        border: 0;
        border-left: 1px solid #eaedef;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }

    .bootstrap .table-responsive-row td .dropdown-menu li a i,
    .bootstrap .table-responsive-row td a.btn i,
    .bootstrap .table-responsive-row td button.btn i {
        color: #25b9d7
    }

    .bootstrap .table-responsive-row td .dropdown-menu li a:hover,
    .bootstrap .table-responsive-row td a.btn:hover,
    .bootstrap .table-responsive-row td button.btn:hover {
        color: #fff;
        background-color: #25b9d7
    }

    .bootstrap .table-responsive-row td .dropdown-menu li a:hover i,
    .bootstrap .table-responsive-row td a.btn:hover i,
    .bootstrap .table-responsive-row td button.btn:hover i {
        color: #fff
    }

    .bootstrap .table-responsive-row .odd td {
        background-color: #fcfdfe !important
    }

    .bootstrap .table-responsive-row td.row-selector {
        display: none
    }

    .bootstrap .table-responsive-row td::before {
        position: absolute;
        top: 4px;
        left: 12px;
        width: 30%;
        padding-right: 10px;
        font-size: .9em;
        font-style: italic;
        color: #aaa;
        text-align: right;
        white-space: nowrap;
        border-right: 1px solid #eaedef
    }

    .bootstrap .table-responsive-row .btn-group {
        float: none !important
    }

    .bootstrap .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        overflow-x: auto;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    .bootstrap .table-responsive>.table {
        margin-bottom: 0
    }

    .bootstrap .table-responsive>.table>tbody>tr>td,
    .bootstrap .table-responsive>.table>tbody>tr>th,
    .bootstrap .table-responsive>.table>tfoot>tr>td,
    .bootstrap .table-responsive>.table>tfoot>tr>th,
    .bootstrap .table-responsive>.table>thead>tr>td,
    .bootstrap .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .bootstrap .table-responsive>.table-bordered {
        border: 0
    }

    .bootstrap .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>td:first-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .bootstrap .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>td:last-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .bootstrap .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .bootstrap .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

@media (max-width:768px) {
    #header_infos #header_shopname {
        font-size: 0 !important
    }

    .bootstrap .page-head h4.page-subtitle {
        left: 70px
    }

    .bootstrap .page-head .toolbarBox {
        width: 100%
    }

    .bootstrap .page-head .toolbarBox #toolbar-nav {
        padding-top: 25px;
        padding-bottom: 10px;
        margin-top: 30px;
        background: #fff
    }

    .bootstrap .page-head .toolbarBox .btn-toolbar .dropdown-toolbar {
        display: block
    }
}

@media (max-width:320px) {
    #header_infos #header_shopname {
        max-width: 140px
    }
}

@media (max-width:81.1875em) {
    #header_infos #header_shop .dropdown .dropdown-toggle {
        position: relative;
        top: -10px;
        z-index: 50;
        width: 25px;
        height: 25px;
        margin-left: -25px;
        font-size: 0
    }

    #header_infos #header_shop .dropdown .dropdown-toggle i {
        display: none
    }
}

@media (min-width:48em)and (max-width:63.9375em) {
    .nav-bar.mobile-nav::before {
        left: 50%
    }

    .nav-bar.mobile-nav {
        width: 40%
    }
}

@media (min-width:34em)and (max-width:47.9375em) {
    .nav-bar.mobile-nav {
        width: 60%
    }
}

@media (max-height:870px) {

    .page-sidebar-closed:not(.mobile) .nav-bar #subtab-AdminAdvancedParameters.ul-open ul.submenu,
    .page-sidebar-closed:not(.mobile) .nav-bar #subtab-ShopParameters.ul-open ul.submenu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 35px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    .page-sidebar-closed:not(.mobile) .nav-bar #subtab-AdminAdvancedParameters.ul-open ul.submenu li,
    .page-sidebar-closed:not(.mobile) .nav-bar #subtab-ShopParameters.ul-open ul.submenu li {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .page-sidebar-closed:not(.mobile) .nav-bar #subtab-AdminAdvancedParameters.ul-open ul.submenu li:last-of-type,
    .page-sidebar-closed:not(.mobile) .nav-bar #subtab-ShopParameters.ul-open ul.submenu li:last-of-type {
        margin-bottom: 0
    }
}

@media (max-width:480px) {
    .bootstrap .hidden-inline-xs {
        display: none !important
    }

    .bootstrap #calendar {
        padding: 10px !important
    }

    #content.bootstrap #calendar #dash_version .panel-heading>.btn-group .table .btn-group-action button,
    #content.bootstrap #calendar #dash_version .panel-heading>.btn-group button.btn-default,
    #content.bootstrap #calendar #dash_version .table .panel-heading>.btn-group button,
    #content.bootstrap #calendar .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button,
    #content.bootstrap #calendar .message-item-initial .message-item-initial-body .panel-heading>.btn-group button.btn-default,
    #content.bootstrap #calendar .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group button,
    #content.bootstrap #calendar .panel .panel-heading>.btn-group .table .btn-group-action button,
    #content.bootstrap #calendar .panel .panel-heading>.btn-group button.btn-default,
    #content.bootstrap #calendar .panel .table .panel-heading>.btn-group button,
    #content.bootstrap #calendar .table #dash_version .panel-heading>.btn-group button,
    #content.bootstrap #calendar .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group button,
    #content.bootstrap #calendar .table .panel .panel-heading>.btn-group button,
    #content.bootstrap #calendar .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button,
    #content.bootstrap #calendar .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action button,
    #content.bootstrap #calendar .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group button.btn-default,
    #content.bootstrap #calendar .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group button,
    #content.bootstrap #dash_version .panel-heading>.btn-group #calendar button.btn-default,
    #content.bootstrap #dash_version .panel-heading>.btn-group .table .btn-group-action #calendar button,
    #content.bootstrap #dash_version .table .panel-heading>.btn-group #calendar button,
    #content.bootstrap .message-item-initial #calendar .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action button,
    #content.bootstrap .message-item-initial #calendar .message-item-initial-body .panel-heading>.btn-group button.btn-default,
    #content.bootstrap .message-item-initial #calendar .message-item-initial-body .table .panel-heading>.btn-group button,
    #content.bootstrap .message-item-initial #calendar .table .message-item-initial-body .panel-heading>.btn-group button,
    #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group #calendar button.btn-default,
    #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading>.btn-group .table .btn-group-action #calendar button,
    #content.bootstrap .message-item-initial .message-item-initial-body .table .panel-heading>.btn-group #calendar button,
    #content.bootstrap .message-item-initial .table .message-item-initial-body .panel-heading>.btn-group #calendar button,
    #content.bootstrap .panel .panel-heading>.btn-group #calendar button.btn-default,
    #content.bootstrap .panel .panel-heading>.btn-group .table .btn-group-action #calendar button,
    #content.bootstrap .panel .table .panel-heading>.btn-group #calendar button,
    #content.bootstrap .table #dash_version .panel-heading>.btn-group #calendar button,
    #content.bootstrap .table .message-item-initial .message-item-initial-body .panel-heading>.btn-group #calendar button,
    #content.bootstrap .table .panel .panel-heading>.btn-group #calendar button,
    #content.bootstrap .table .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group #calendar button,
    #content.bootstrap .timeline .timeline-item .timeline-caption #calendar .table .timeline-panel .panel-heading>.btn-group button,
    #content.bootstrap .timeline .timeline-item .timeline-caption #calendar .timeline-panel .panel-heading>.btn-group .table .btn-group-action button,
    #content.bootstrap .timeline .timeline-item .timeline-caption #calendar .timeline-panel .panel-heading>.btn-group button.btn-default,
    #content.bootstrap .timeline .timeline-item .timeline-caption #calendar .timeline-panel .table .panel-heading>.btn-group button,
    #content.bootstrap .timeline .timeline-item .timeline-caption .table .timeline-panel .panel-heading>.btn-group #calendar button,
    #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group #calendar button.btn-default,
    #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading>.btn-group .table .btn-group-action #calendar button,
    #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .table .panel-heading>.btn-group #calendar button,
    .bootstrap #calendar .table .btn-group button,
    .bootstrap #calendar .table .btn-group-action button,
    .bootstrap #calendar button.btn-default,
    .bootstrap .table .btn-group #calendar button,
    .bootstrap .table .btn-group-action #calendar button {
        padding: 5px
    }

    .bootstrap #login-panel {
        width: 90%
    }

    .bootstrap#content #psthemecusto #dash_version .panel-heading,
    .bootstrap#content #psthemecusto .message-item-initial .message-item-initial-body .panel-heading,
    .bootstrap#content #psthemecusto .panel .panel-heading,
    .bootstrap#content #psthemecusto .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading,
    .bootstrap#content .message-item-initial #psthemecusto .message-item-initial-body .panel-heading,
    .bootstrap#content .timeline .timeline-item .timeline-caption #psthemecusto .timeline-panel .panel-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 5rem
    }

    .bootstrap#content #dash_version .panel-footer #psthemecusto .message-item-initial .message-item-initial-body .panel-heading .btn.pull-right,
    .bootstrap#content #dash_version .panel-footer #psthemecusto .panel .panel-heading .btn.pull-right,
    .bootstrap#content #dash_version .panel-footer #psthemecusto .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading .btn.pull-right,
    .bootstrap#content #dash_version .panel-footer .message-item-initial #psthemecusto .message-item-initial-body .panel-heading .btn.pull-right,
    .bootstrap#content #dash_version .panel-footer .timeline .timeline-item .timeline-caption #psthemecusto .timeline-panel .panel-heading .btn.pull-right,
    .bootstrap#content #datepicker div#datepicker-form .form-date-actions #psthemecusto #dash_version .panel-heading .btn.pull-right,
    .bootstrap#content #datepicker div#datepicker-form .form-date-actions #psthemecusto .message-item-initial .message-item-initial-body .panel-heading .btn.pull-right,
    .bootstrap#content #datepicker div#datepicker-form .form-date-actions #psthemecusto .panel .panel-heading .btn.pull-right,
    .bootstrap#content #datepicker div#datepicker-form .form-date-actions #psthemecusto .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading .btn.pull-right,
    .bootstrap#content #datepicker div#datepicker-form .form-date-actions .message-item-initial #psthemecusto .message-item-initial-body .panel-heading .btn.pull-right,
    .bootstrap#content #datepicker div#datepicker-form .form-date-actions .timeline .timeline-item .timeline-caption #psthemecusto .timeline-panel .panel-heading .btn.pull-right,
    .bootstrap#content #psthemecusto #dash_version .panel-footer .panel-heading .btn.pull-right,
    .bootstrap#content #psthemecusto #dash_version .panel-heading #datepicker div#datepicker-form .form-date-actions .btn.pull-right,
    .bootstrap#content #psthemecusto #dash_version .panel-heading .btn.btn-primary,
    .bootstrap#content #psthemecusto #dash_version .panel-heading .panel-footer .btn.pull-right,
    .bootstrap#content #psthemecusto .message-item-initial .message-item-initial-body .panel-footer .panel-heading .btn.pull-right,
    .bootstrap#content #psthemecusto .message-item-initial .message-item-initial-body .panel-heading #datepicker div#datepicker-form .form-date-actions .btn.pull-right,
    .bootstrap#content #psthemecusto .message-item-initial .message-item-initial-body .panel-heading .btn.btn-primary,
    .bootstrap#content #psthemecusto .message-item-initial .message-item-initial-body .panel-heading .panel-footer .btn.pull-right,
    .bootstrap#content #psthemecusto .panel .panel-footer .panel-heading .btn.pull-right,
    .bootstrap#content #psthemecusto .panel .panel-heading #datepicker div#datepicker-form .form-date-actions .btn.pull-right,
    .bootstrap#content #psthemecusto .panel .panel-heading .btn.btn-primary,
    .bootstrap#content #psthemecusto .panel .panel-heading .panel-footer .btn.pull-right,
    .bootstrap#content #psthemecusto .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .panel-heading .btn.pull-right,
    .bootstrap#content #psthemecusto .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading #datepicker div#datepicker-form .form-date-actions .btn.pull-right,
    .bootstrap#content #psthemecusto .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading .btn.btn-primary,
    .bootstrap#content #psthemecusto .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading .panel-footer .btn.pull-right,
    .bootstrap#content .message-item-initial #psthemecusto .message-item-initial-body .panel-footer .panel-heading .btn.pull-right,
    .bootstrap#content .message-item-initial #psthemecusto .message-item-initial-body .panel-heading #datepicker div#datepicker-form .form-date-actions .btn.pull-right,
    .bootstrap#content .message-item-initial #psthemecusto .message-item-initial-body .panel-heading .btn.btn-primary,
    .bootstrap#content .message-item-initial #psthemecusto .message-item-initial-body .panel-heading .panel-footer .btn.pull-right,
    .bootstrap#content .message-item-initial .message-item-initial-body .panel-footer #psthemecusto #dash_version .panel-heading .btn.pull-right,
    .bootstrap#content .message-item-initial .message-item-initial-body .panel-footer #psthemecusto .panel .panel-heading .btn.pull-right,
    .bootstrap#content .message-item-initial .message-item-initial-body .panel-footer #psthemecusto .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading .btn.pull-right,
    .bootstrap#content .message-item-initial .message-item-initial-body .panel-footer .timeline .timeline-item .timeline-caption #psthemecusto .timeline-panel .panel-heading .btn.pull-right,
    .bootstrap#content .panel .panel-footer #psthemecusto #dash_version .panel-heading .btn.pull-right,
    .bootstrap#content .panel .panel-footer #psthemecusto .message-item-initial .message-item-initial-body .panel-heading .btn.pull-right,
    .bootstrap#content .panel .panel-footer #psthemecusto .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading .btn.pull-right,
    .bootstrap#content .panel .panel-footer .message-item-initial #psthemecusto .message-item-initial-body .panel-heading .btn.pull-right,
    .bootstrap#content .panel .panel-footer .timeline .timeline-item .timeline-caption #psthemecusto .timeline-panel .panel-heading .btn.pull-right,
    .bootstrap#content .timeline .timeline-item .timeline-caption #psthemecusto .timeline-panel .panel-footer .panel-heading .btn.pull-right,
    .bootstrap#content .timeline .timeline-item .timeline-caption #psthemecusto .timeline-panel .panel-heading #datepicker div#datepicker-form .form-date-actions .btn.pull-right,
    .bootstrap#content .timeline .timeline-item .timeline-caption #psthemecusto .timeline-panel .panel-heading .btn.btn-primary,
    .bootstrap#content .timeline .timeline-item .timeline-caption #psthemecusto .timeline-panel .panel-heading .panel-footer .btn.pull-right,
    .bootstrap#content .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer #psthemecusto #dash_version .panel-heading .btn.pull-right,
    .bootstrap#content .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer #psthemecusto .message-item-initial .message-item-initial-body .panel-heading .btn.pull-right,
    .bootstrap#content .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer #psthemecusto .panel .panel-heading .btn.pull-right,
    .bootstrap#content .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .message-item-initial #psthemecusto .message-item-initial-body .panel-heading .btn.pull-right {
        margin: .5rem
    }
}

@media (max-width:992px) {
    .bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn {
        font-size: 11px
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .bootstrap .custom-select select {
        padding-right: 30px
    }
}

@media screen and (max-width:480px) {
    .bootstrap .login-back span {
        display: none
    }
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
    position: relative
}

.ladda-button .ladda-spinner {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    pointer-events: none;
    opacity: 0
}

.ladda-button .ladda-label {
    position: relative;
    z-index: 3
}

.ladda-button .ladda-progress {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    visibility: hidden;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    left: 0;
    -webkit-transition: .1s linear all !important;
    transition: .1s linear all !important
}

.ladda-button .ladda-progress[data-loading] .ladda-progress {
    visibility: visible;
    opacity: 1
}

.ladda-button[data-loading],
.ladda-button[disabled] {
    cursor: default;
    background-color: #999;
    border-color: rgba(0, 0, 0, .07)
}

.ladda-button[data-loading]:hover,
.ladda-button[disabled]:hover {
    cursor: default;
    background-color: #999
}

.ladda-button[data-size=xs] {
    padding: 4px 8px
}

.ladda-button[data-size=xs] .ladda-label {
    font-size: .7em
}

.ladda-button[data-size=s] {
    padding: 6px 10px
}

.ladda-button[data-size=s] .ladda-label {
    font-size: .9em
}

.ladda-button[data-size=l] .ladda-label {
    font-size: 1.2em
}

.ladda-button[data-size=xl] .ladda-label {
    font-size: 1.5em
}

.ladda-button,
.ladda-button .ladda-label,
.ladda-button .ladda-spinner {
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 1.275) background-color !important;
    transition: .3s cubic-bezier(.175, .885, .32, 1.275) background-color !important
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-label,
.ladda-button[data-style=zoom-out] .ladda-spinner {
    -webkit-transition: .3s ease all !important;
    transition: .3s ease all !important
}

.ladda-button[data-style=expand-right] .ladda-spinner {
    right: 14px
}

.ladda-button[data-style=expand-right][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
    right: 4px
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 56px
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-right][data-loading][data-size=s],
.ladda-button[data-style=expand-right][data-loading][data-size=xs] {
    padding-right: 40px
}

.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 14px
}

.ladda-button[data-style=expand-left][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
    left: 4px
}

.ladda-button[data-style=expand-left][data-loading] {
    padding-left: 56px
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-left][data-loading][data-size=s],
.ladda-button[data-style=expand-left][data-loading][data-size=xs],
.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 40px
}

.ladda-button[data-style=expand-down],
.ladda-button[data-style=expand-up],
.ladda-button[data-style=slide-down],
.ladda-button[data-style=slide-left],
.ladda-button[data-style=slide-right],
.ladda-button[data-style=slide-up],
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-out] {
    overflow: hidden
}

.ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    margin-left: -16px;
    left: 50%
}

.ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
    top: 14px;
    margin-top: 0;
    opacity: 1
}

.ladda-button[data-style=expand-up][data-loading][data-size=s],
.ladda-button[data-style=expand-up][data-loading][data-size=xs] {
    padding-top: 32px
}

.ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
    top: 4px
}

.ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: -16px
}

.ladda-button[data-style=expand-down][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
    top: 40px
}

.ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-down][data-size=s],
.ladda-button[data-style=expand-down][data-size=xs] {
    padding-bottom: 32px
}

.ladda-button[data-style=slide-left] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: -16px
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}

.ladda-button[data-style=slide-right] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: -16px
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}

.ladda-button[data-style=slide-up] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-up] .ladda-spinner {
    margin-top: 1em;
    left: 50%;
    margin-left: -16px
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
    top: -1em;
    opacity: 0
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    margin-top: -16px;
    opacity: 1
}

.ladda-button[data-style=slide-down] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-down] .ladda-spinner {
    margin-top: -2em;
    margin-left: -16px;
    left: 50%
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
    top: 1em;
    opacity: 0
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    margin-top: -16px;
    opacity: 1
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5)
}

.ladda-button[data-style=zoom-out] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
    margin-left: -16px;
    left: 50%;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2)
}

.ladda-button[data-style=zoom-in] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none
}

.ladda-button[data-style=contract] {
    width: 100px;
    overflow: hidden
}

.ladda-button[data-style=contract] .ladda-spinner {
    left: 50%;
    margin-left: -16px
}

.ladda-button[data-style=contract][data-loading] {
    width: 52px;
    border-radius: 50%
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=contract-overlay] {
    width: 100px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 3000px transparent;
    box-shadow: 0 0 0 3000px transparent
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
    left: 50%;
    margin-left: -16px
}

.ladda-button[data-style=contract-overlay][data-loading] {
    width: 52px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3000px rgba(0, 0, 0, .8);
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, .8)
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
    opacity: 1
}

.ui-datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px
}

.ui-datepicker::after,
.ui-datepicker::before {
    position: absolute;
    display: inline-block !important;
    content: ""
}

.ui-datepicker::before {
    top: -7px;
    left: 6px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    border-left: 7px solid transparent
}

.ui-datepicker::after {
    top: -6px;
    left: 7px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.ui-datepicker .ui-datepicker-header {
    font-weight: 500;
    color: gray;
    background: 0 0 !important
}

.ui-datepicker .ui-state-default {
    background: 0 0 !important
}

.ui-datepicker .ui-state-highlight {
    background: #fefbe2 !important;
    border: solid 1px #dac308 !important
}

.ui-datepicker .ui-state-active {
    color: #fff !important;
    background: #25b9d7 !important;
    border: solid 1px #1e94ab !important
}

.select2-container {
    position: relative;
    display: inline-block;
    *display: inline;
    margin: 0;
    vertical-align: middle;
    zoom: 1
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-container .select2-choice {
    position: relative;
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), color-stop(50%, #fff));
    background-image: linear-gradient(to top, #eee 0, #fff 50%);
    background-clip: padding-box;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-touch-callout: none
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
    display: block;
    float: none;
    width: auto;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-choice abbr {
    position: absolute;
    top: 8px;
    right: 24px;
    display: none;
    width: 12px;
    height: 12px;
    font-size: 1px;
    text-decoration: none;
    cursor: pointer;
    background: url(a16375dd756076c0b94a.png) right top no-repeat;
    border: 0;
    outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}

.select2-container .select2-choice abbr:hover {
    cursor: pointer;
    background-position: right -11px
}

.select2-drop-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
    border: 0;
    opacity: 0
}

.select2-drop {
    position: absolute;
    top: 100%;
    z-index: 9999;
    width: 100%;
    margin-top: -1px;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15)
}

.select2-drop-active {
    border-top: none
}

.select2-drop-auto-width {
    width: auto;
    border-top: 1px solid #aaa
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px
}

.select2-container .select2-choice .select2-arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 18px;
    height: 100%;
    background-color: #eee;
    background-clip: padding-box;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(a16375dd756076c0b94a.png) no-repeat 0 1px
}

.select2-search {
    position: relative;
    z-index: 10000;
    display: inline-block;
    width: 100%;
    min-height: 26px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    margin: 0;
    white-space: nowrap
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    font-family: sans-serif;
    font-size: 1em;
    background: #fff url(a16375dd756076c0b94a.png) no-repeat 100% -22px;
    background: url(a16375dd756076c0b94a.png) no-repeat 100% -22px;
    border: 1px solid #aaa;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}

.select2-search input.select2-active {
    background: #fff url(c3eaf516911d825e4cd6.gif) no-repeat 100%;
    background: url(c3eaf516911d825e4cd6.gif) no-repeat 100%
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-dropdown-open .select2-choice {
    background-color: #eee;
    border-bottom-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-top-color: transparent
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: 0 0;
    -webkit-filter: none;
    filter: none;
    border-left: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px
}

.select2-hidden-accessible {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

.select2-results {
    position: relative;
    max-height: 200px;
    padding: 0 0 0 4px !important;
    margin: 4px 4px 4px 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

.select2-results ul.select2-result-sub {
    padding-left: 0;
    margin: 0
}

.select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 20px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 80px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 100px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 110px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 120px
}

.select2-results li {
    display: list-item;
    list-style: none;
    background-image: none
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: 700
}

.select2-results .select2-result-label {
    min-height: 1em;
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.select2-results .select2-highlighted {
    color: #fff;
    background: #3875d7
}

.select2-results li em {
    font-style: normal;
    background: #feffde
}

.nobootstrap .table tr td.row_hover:hover table tr td,
.select2-results .select2-highlighted em {
    background: 0 0
}

.select2-results .select2-highlighted ul {
    color: #000;
    background: #fff
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    display: list-item;
    padding: 5px;
    background: #f4f4f4
}

.select2-results .select2-disabled.select2-highlighted {
    display: list-item;
    color: #666;
    cursor: default;
    background: #f4f4f4
}

.select2-results .select2-disabled {
    display: list-item;
    cursor: default;
    background: #f4f4f4
}

.select2-container.select2-container-disabled .select2-choice abbr,
.select2-results .select2-selected {
    display: none
}

.select2-more-results.select2-active {
    background: #f4f4f4 url(c3eaf516911d825e4cd6.gif) no-repeat 100%
}

.select2-more-results {
    display: list-item;
    background: #f4f4f4
}

.select2-container.select2-container-disabled .select2-choice {
    cursor: default;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}

.select2-container-multi .select2-choices {
    position: relative;
    height: auto !important;
    min-height: 26px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: text;
    background-color: #fff;
    border: 1px solid #aaa
}

.select2-locked {
    padding: 3px 5px !important
}

.select2-container-multi.select2-container-active .select2-choices {
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

html[dir=rtl] .select2-container-multi .select2-choices li {
    float: right
}

.select2-container-multi .select2-choices .select2-search-field {
    padding: 0;
    margin: 0;
    white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    background: 0 0 !important;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url(c3eaf516911d825e4cd6.gif) no-repeat 100% !important
}

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    position: relative;
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    line-height: 13px;
    color: #333;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
    background-clip: padding-box;
    border: 1px solid #aaa;
    border-radius: 3px;
    -webkit-touch-callout: none
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
    margin-right: 5px;
    margin-left: 0
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.select2-search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url(a16375dd756076c0b94a.png) right top no-repeat;
    outline: 0
}

html[dir=rtl] .select2-search-choice-close {
    right: auto;
    left: 3px
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    cursor: default;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: 0 0
}

.nobootstrap .table th a,
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    outline: 0 !important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

.bootstrap input[type=number] .select2-choice,
.bootstrap input[type=password] .select2-choice,
.bootstrap input[type=search] .select2-choice,
.bootstrap input[type=text] .select2-choice,
.bootstrap select .select2-choice,
.bootstrap textarea .select2-choice,
.form-control .select2-choice {
    border: 0;
    border-radius: 2px
}

.bootstrap input[type=number] .select2-choice .select2-arrow,
.bootstrap input[type=password] .select2-choice .select2-arrow,
.bootstrap input[type=search] .select2-choice .select2-arrow,
.bootstrap input[type=text] .select2-choice .select2-arrow,
.bootstrap select .select2-choice .select2-arrow,
.bootstrap textarea .select2-choice .select2-arrow,
.form-control .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0
}

.bootstrap input.select2-container[type=number],
.bootstrap input.select2-container[type=password],
.bootstrap input.select2-container[type=search],
.bootstrap input.select2-container[type=text],
.bootstrap select.select2-container,
.bootstrap textarea.select2-container,
.form-control.select2-container {
    height: auto !important;
    padding: 0
}

.bootstrap input.select2-container.select2-dropdown-open[type=number],
.bootstrap input.select2-container.select2-dropdown-open[type=password],
.bootstrap input.select2-container.select2-dropdown-open[type=search],
.bootstrap input.select2-container.select2-dropdown-open[type=text],
.bootstrap input[type=number] .select2-container.select2-dropdown-open .select2-choices,
.bootstrap input[type=password] .select2-container.select2-dropdown-open .select2-choices,
.bootstrap input[type=search] .select2-container.select2-dropdown-open .select2-choices,
.bootstrap input[type=text] .select2-container.select2-dropdown-open .select2-choices,
.bootstrap select .select2-container.select2-dropdown-open .select2-choices,
.bootstrap select.select2-container.select2-dropdown-open,
.bootstrap textarea .select2-container.select2-dropdown-open .select2-choices,
.bootstrap textarea.select2-container.select2-dropdown-open,
.form-control .select2-container.select2-dropdown-open .select2-choices,
.form-control.select2-container.select2-dropdown-open {
    border-radius: 3px 3px 0 0
}

.bootstrap input.select2-container[type=number] .select2-choices,
.bootstrap input.select2-container[type=password] .select2-choices,
.bootstrap input.select2-container[type=search] .select2-choices,
.bootstrap input.select2-container[type=text] .select2-choices,
.bootstrap select.select2-container .select2-choices,
.bootstrap textarea.select2-container .select2-choices,
.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #c09853 !important
}

.control-group.warning .select2-container .select2-choice div {
    background: #fcf8e3 !important;
    border-left: 1px solid #c09853 !important
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #b94a48 !important
}

.control-group.error .select2-container .select2-choice div {
    background: #f2dede !important;
    border-left: 1px solid #b94a48 !important
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #3a87ad !important
}

.control-group.info .select2-container .select2-choice div {
    background: #d9edf7 !important;
    border-left: 1px solid #3a87ad !important
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #468847 !important
}

.control-group.success .select2-container .select2-choice div {
    background: #dff0d8 !important;
    border-left: 1px solid #468847 !important
}

.page-sidebar:not(.page-sidebar-closed) .nobootstrap {
    margin-left: 200px
}

.nobootstrap {
    min-width: 1200px;
    padding: 110px 30px 100px;
    background-color: #fff
}

.nobootstrap .form-group {
    float: left;
    width: 100%;
    margin-bottom: 1em;
    clear: both
}

.nobootstrap .form-group>div {
    float: left
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap),
.bootstrap .nobootstrap #dash_version:not(.bootstrap),
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap),
.nobootstrap .bootstrap #dash_version:not(.bootstrap),
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap),
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap),
.nobootstrap .panel:not(.bootstrap) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 1em;
    margin: 0 0 10px;
    color: #585a69;
    background-color: #ebedf4;
    border: 1px solid #ccced7
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) img,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) img,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) img,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) img,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) img,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) img,
.nobootstrap .panel:not(.bootstrap) img {
    padding: 0 4px 0 0;
    vertical-align: bottom
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) h3,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) h3,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3,
.nobootstrap .panel:not(.bootstrap) h3 {
    position: relative;
    top: -25px;
    display: inline-block;
    padding: .2em .5em;
    margin: 0;
    font-weight: 700;
    text-align: left;
    background: #ebedf4;
    border: 1px solid #ccced7
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 a,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 a,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 a,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 a,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 a,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 a,
.nobootstrap .panel:not(.bootstrap) h3 a {
    color: #585984;
    text-decoration: none
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 i,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 i,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 i,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 i,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 i,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 i,
.nobootstrap .panel:not(.bootstrap) h3 i {
    font-family: FontAwesome, sans-serif
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .help-block,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .help-block,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .help-block,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .help-block,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .help-block,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .help-block,
.nobootstrap .panel:not(.bootstrap) .help-block {
    float: left;
    clear: both
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch,
.nobootstrap .panel:not(.bootstrap) .switch {
    float: left;
    clear: both;
    line-height: 1.3em
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch label,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch label,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch label,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch label,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch label,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch label,
.nobootstrap .panel:not(.bootstrap) .switch label {
    float: left;
    width: auto;
    padding: 0 10px 0 5px
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox],
.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=radio],
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox],
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=radio],
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=checkbox],
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=radio],
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox],
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=radio],
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox],
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=radio],
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=checkbox],
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=radio],
.nobootstrap .panel:not(.bootstrap) .switch input[type=checkbox],
.nobootstrap .panel:not(.bootstrap) .switch input[type=radio] {
    float: left
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .radio label,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .radio label,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .radio label,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .radio label,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .radio label,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .radio label,
.nobootstrap .panel:not(.bootstrap) .radio label {
    width: auto;
    margin-right: 4px;
    clear: both
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) button,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) button,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button,
.nobootstrap .panel:not(.bootstrap) button {
    padding: 3px 8px;
    margin: 5px 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) 0 0;
    background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) 0 0;
    border-color: #ccc #bbb #a0a0a0;
    border-style: solid;
    border-width: 1px;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-radius: 3px;
    outline: medium
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button:hover,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) button:hover,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button:hover,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) button:hover,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button:hover,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button:hover,
.nobootstrap .panel:not(.bootstrap) button:hover {
    border-color: #aaa #999 #888
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree-panel-heading-controls,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree-panel-heading-controls,
.nobootstrap .panel:not(.bootstrap) .tree-panel-heading-controls {
    padding: 5px;
    margin: -8px -8px 20px;
    font-size: 13px;
    background-color: #dde0e9;
    border-bottom: solid 1px #dfdfdf
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls a,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls a,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree-panel-heading-controls a,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls a,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls a,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree-panel-heading-controls a,
.nobootstrap .panel:not(.bootstrap) .tree-panel-heading-controls a {
    display: inline-block;
    padding: 0 8px;
    border-right: solid 1px #888
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree,
.nobootstrap .panel:not(.bootstrap) .tree {
    padding: 0 0 0 20px;
    list-style: none
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree input,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree input,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree input,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree input,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree input,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree input,
.nobootstrap .panel:not(.bootstrap) .tree input {
    margin-right: 4px;
    line-height: normal;
    vertical-align: baseline
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree i,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree i,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree i,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree i,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree i,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree i,
.nobootstrap .panel:not(.bootstrap) .tree i {
    font-size: 14px
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name,
.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-name,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-name,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-name,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-name,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-name,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-name,
.nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name,
.nobootstrap .panel:not(.bootstrap) .tree .tree-item-name {
    padding: 2px 5px;
    border-radius: 4px
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name label,
.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-name label,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name label,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-name label,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name label,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-name label,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name label,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-name label,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name label,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-name label,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name label,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-name label,
.nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name label,
.nobootstrap .panel:not(.bootstrap) .tree .tree-item-name label {
    float: none;
    font-size: 13px;
    font-weight: 400;
    text-shadow: none
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name:hover,
.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-name:hover,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name:hover,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-name:hover,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name:hover,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-name:hover,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name:hover,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-name:hover,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name:hover,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-name:hover,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name:hover,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-name:hover,
.nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name:hover,
.nobootstrap .panel:not(.bootstrap) .tree .tree-item-name:hover {
    cursor: pointer;
    background-color: #eee
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-selected,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-selected,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-selected,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-selected,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-selected,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-selected,
.nobootstrap .panel:not(.bootstrap) .tree .tree-selected {
    background-color: #ccced7
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-selected:hover,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-selected:hover,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-selected:hover,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-selected:hover,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-selected:hover,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-selected:hover,
.nobootstrap .panel:not(.bootstrap) .tree .tree-selected:hover {
    background-color: #a1a5b5
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-selected i.tree-dot,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-selected i.tree-dot,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-selected i.tree-dot,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-selected i.tree-dot,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-selected i.tree-dot,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-selected i.tree-dot,
.nobootstrap .panel:not(.bootstrap) .tree .tree-selected i.tree-dot {
    background-color: #eee
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder,
.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item,
.nobootstrap .panel:not(.bootstrap) .tree .tree-folder,
.nobootstrap .panel:not(.bootstrap) .tree .tree-item {
    margin: 3px 0
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree i.tree-dot,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree i.tree-dot,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree i.tree-dot,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree i.tree-dot,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree i.tree-dot,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree i.tree-dot,
.nobootstrap .panel:not(.bootstrap) .tree i.tree-dot {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background-color: #ccc;
    border-radius: 6px
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable,
.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-disable,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-disable,
.nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name-disable,
.nobootstrap .panel:not(.bootstrap) .tree .tree-item-disable {
    color: #ccc
}

.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable:hover,
.bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable:hover,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable:hover,
.bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable:hover,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable:hover,
.bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-disable:hover,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable:hover,
.nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable:hover,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable:hover,
.nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable:hover,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable:hover,
.nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-disable:hover,
.nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name-disable:hover,
.nobootstrap .panel:not(.bootstrap) .tree .tree-item-disable:hover {
    color: #ccc;
    background-color: none
}

.nobootstrap form p {
    padding: 0 0 .5em;
    margin: .5em 0 0
}

.nobootstrap fieldset {
    padding: 1em;
    margin: 0 0 10px;
    color: #585a69;
    background-color: #ebedf4;
    border: 1px solid #ccced7
}

.nobootstrap fieldset img {
    padding: 0 4px 0 0;
    vertical-align: bottom
}

.nobootstrap legend {
    padding: .2em .5em;
    margin: 0;
    font-weight: 700;
    text-align: left;
    background: #ebedf4;
    border: 1px solid #ccced7
}

.nobootstrap legend a {
    color: #585984;
    text-decoration: none
}

.nobootstrap label {
    float: left;
    width: 250px;
    padding: .2em .5em 0 0;
    font-weight: 700;
    color: #585a69;
    text-align: right;
    text-shadow: 0 1px 0 #fff
}

.nobootstrap label.t {
    float: none;
    padding: 0 5px;
    margin: 0;
    clear: none;
    font-size: 12px;
    font-weight: 500;
    text-shadow: none
}

.nobootstrap a {
    color: #415260
}

.nobootstrap .pull-left,
.nobootstrap .pull-right {
    float: none
}

.nobootstrap .clear {
    clear: both
}

.nobootstrap .margin-form {
    padding: 0 0 1em 260px;
    font-size: .85em;
    color: #7f7f7f
}

.nobootstrap .button {
    padding: 3px 8px;
    margin: 5px 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) 0 0;
    background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) 0 0;
    border-color: #ccc #bbb #a0a0a0;
    border-style: solid;
    border-width: 1px;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-radius: 3px;
    outline: medium
}

.nobootstrap .button:hover {
    border-color: #aaa #999 #888
}

.nobootstrap input {
    vertical-align: middle;
    padding: 0
}

.nobootstrap select {
    font-size: 12px;
    border: 1px solid #ccc
}

.nobootstrap input,
.nobootstrap option,
.nobootstrap textarea {
    margin: 0;
    font-size: 12px;
    color: #000
}

.nobootstrap option {
    padding: 0
}

.nobootstrap input[type=file],
.nobootstrap input[type=password],
.nobootstrap input[type=text],
.nobootstrap textarea {
    padding: 2px 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset
}

.nobootstrap .table_grid {
    width: 100%
}

.nobootstrap .table {
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px
}

.nobootstrap .table th a:hover {
    text-decoration: none
}

.nobootstrap .table tr th {
    padding: 4px 6px;
    font-size: 13px;
    color: #333;
    text-align: left;
    background-color: #f1f1f1
}

.nobootstrap .table tr th.right {
    text-align: center
}

.nobootstrap .table tr td {
    padding: 4px 4px 4px 6px;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #ccc
}

.nobootstrap .table tr.row_hover.filter:hover td {
    background: #f1f9ff
}

.nobootstrap .table tr.action_details td {
    background: #fafafa
}

.nobootstrap .table tr.alt_row.action_details td {
    background: #e8e8e8
}

.nobootstrap .table tr td.empty {
    background: #fff !important;
    border-bottom: none
}

.nobootstrap .table tr td.first {
    border-left: 1px solid #dedede
}

.nobootstrap .table tr td.last {
    border-right: 1px solid #dedede
}

.nobootstrap .table tr.small td {
    height: 15px
}

.nobootstrap .table tr.last td {
    border-bottom: none
}

.nobootstrap .table tr .filter {
    background-color: #f1f9ff
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-x {
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-y {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@font-face {
    font-family: "Ubuntu Condensed";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local("Ubuntu Condensed"), local("UbuntuCondensed-Regular"), url(8b39a250aa626f417725.woff2) format("woff2"), url(9302d549d18a6aa14de4.woff) format("woff")
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx) {

    .select2-container .select2-choice .select2-arrow b,
    .select2-container .select2-choice abbr,
    .select2-search input,
    .select2-search-choice-close {
        background-image: url(880430a8f820be2e46e0.png) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important
    }

    .select2-search input {
        background-position: 100% -21px !important
    }
}

@media print {
    * {
        font-family: Georgia, "Times New Roman", Times, serif !important;
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        border-color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    [class^=icon-],
    [class^=process-icon-] {
        font-family: "FontAwesome" !important
    }

    #footer,
    #header,
    #main #content.bootstrap .page-head,
    #nav-bar,
    #nav-sidebar,
    #nav-topbar,
    .hidden-print,
    hr {
        display: none !important
    }

    .visible-print {
        display: block !important
    }

    #main {
        float: none !important;
        width: 8.5in !important;
        padding: 0 !important;
        margin: 0 auto !important
    }

    #main #content.bootstrap {
        padding: 0 !important;
        margin: 0 !important
    }

    #main #content.bootstrap #dash_version,
    #main #content.bootstrap .message-item-initial .message-item-initial-body,
    #main #content.bootstrap .panel,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
        padding: 0 !important;
        margin: 0 0 40px !important;
        clear: both !important;
        border: 0 !important;
        page-break-inside: avoid !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    #main #content.bootstrap #dash_version .panel-heading,
    #main #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading,
    #main #content.bootstrap .panel .panel-heading,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading {
        margin: 0 0 20px !important
    }

    #main #content.bootstrap #dash_version #dash_version,
    #main #content.bootstrap #dash_version .message-item-initial .message-item-initial-body,
    #main #content.bootstrap #dash_version .panel,
    #main #content.bootstrap #dash_version .timeline .timeline-item .timeline-caption .timeline-panel,
    #main #content.bootstrap #dash_version .well,
    #main #content.bootstrap .message-item-initial #dash_version .message-item-initial-body,
    #main #content.bootstrap .message-item-initial .message-item-initial-body #dash_version,
    #main #content.bootstrap .message-item-initial .message-item-initial-body .message-item-initial-body,
    #main #content.bootstrap .message-item-initial .message-item-initial-body .panel,
    #main #content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel,
    #main #content.bootstrap .message-item-initial .message-item-initial-body .well,
    #main #content.bootstrap .message-item-initial .panel .message-item-initial-body,
    #main #content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body,
    #main #content.bootstrap .panel #dash_version,
    #main #content.bootstrap .panel .message-item-initial .message-item-initial-body,
    #main #content.bootstrap .panel .panel,
    #main #content.bootstrap .panel .timeline .timeline-item .timeline-caption .timeline-panel,
    #main #content.bootstrap .panel .well,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption #dash_version .timeline-panel,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .message-item-initial-body .timeline-panel,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .panel .timeline-panel,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel #dash_version,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .well {
        margin: 0 !important
    }

    #main #content.bootstrap #dashboard .data_list_vertical,
    #main #content.bootstrap .multishop-well,
    #main #content.bootstrap .row,
    #main #content.bootstrap .tab-pane {
        margin-bottom: 20px !important
    }

    #main #content.bootstrap .btn,
    #main #content.bootstrap .label-inactive i {
        display: none !important
    }

    #main #content.bootstrap .panel-heading-action {
        display: none
    }

    #main #content.bootstrap .nav-tabs li a {
        display: none;
        background-color: #fff !important;
        border-bottom-color: #fff !important
    }

    #main #content.bootstrap .tab-content>.tab-pane {
        display: block !important;
        opacity: 1 !important
    }

    #main #content.bootstrap h4 {
        margin: 0 0 10px !important
    }

    #main #content.bootstrap #shipping .form-horizontal {
        padding-bottom: 10px !important
    }

    #main #content.bootstrap #addressInvoice,
    #main #content.bootstrap #addressShipping {
        float: left !important;
        width: 49% !important;
        margin-bottom: 0 !important
    }

    #main #content.bootstrap #addressInvoice {
        float: right !important
    }

    #main #content.bootstrap #status tr:first-child td {
        font-weight: 700 !important
    }

    #main #content.bootstrap .table {
        margin-bottom: 10px !important;
        border: solid 1px #000 !important
    }

    #main #content.bootstrap .table th {
        font-style: italic
    }

    #main #content.bootstrap .label-inactive {
        font-size: 11pt !important;
        text-decoration: line-through !important
    }

    #main #content.bootstrap .kpi-container#dash_version,
    #main #content.bootstrap .kpi-container.panel,
    #main #content.bootstrap .message-item-initial .kpi-container.message-item-initial-body,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .kpi-container.timeline-panel {
        margin: 30px 0 20px !important;
        border: solid 1px #000 !important
    }

    #main #content.bootstrap .kpi-container#dash_version .box-stats,
    #main #content.bootstrap .kpi-container.panel .box-stats,
    #main #content.bootstrap .message-item-initial .kpi-container.message-item-initial-body .box-stats,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .kpi-container.timeline-panel .box-stats {
        width: 25% !important;
        height: auto !important;
        padding: 10px 0 !important;
        font-size: 8pt !important
    }

    #main #content.bootstrap .kpi-container#dash_version .box-stats i,
    #main #content.bootstrap .kpi-container.panel .box-stats i,
    #main #content.bootstrap .message-item-initial .kpi-container.message-item-initial-body .box-stats i,
    #main #content.bootstrap .timeline .timeline-item .timeline-caption .kpi-container.timeline-panel .box-stats i {
        font-size: 20pt !important
    }

    #main #content.bootstrap #carrier_wizard .wizard_error,
    #main #content.bootstrap .alert {
        border: 1px solid #000 !important
    }

    #main #content.bootstrap #carrier_wizard .wizard_error::before,
    #main #content.bootstrap .alert::before {
        color: #000 !important
    }

    #main #content.bootstrap .table-responsive {
        margin: 0 !important;
        border: 0 !important
    }

    #main #content.bootstrap .panel-total td {
        font-size: 13pt !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}