/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 20, 2015, 10:08:57 AM
    Author     : walulya
*/

@import "//fonts.googleapis.com/css?family=Open+Sans:300,400,700";
@import "//fonts.googleapis.com/css?family=Ubuntu+Condensed";
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeInUp {
0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeOutUp {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes fadeInDown {
0% {
    opacity: 0;
    transform: translateY(-20px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeOutDown {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(20px);
}
}
@keyframes fadeInRight {
0% {
    opacity: 0;
    transform: translateX(20px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeOutLeft {
0% {
    opacity: 1;
    transform: translateX(0px);
}
100% {
    opacity: 0;
    transform: translateX(-20px);
}
}
@keyframes fadeInLeft {
0% {
    opacity: 0;
    transform: translateX(-20px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeOutRight {
0% {
    opacity: 1;
    transform: translateX(0px);
}
100% {
    opacity: 0;
    transform: translateX(20px);
}
}
@keyframes fadeInUpBig {
0% {
    opacity: 0;
    transform: translateY(2000px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeOutUpBig {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(-2000px);
}
}
@keyframes fadeInDownBig {
0% {
    opacity: 0;
    transform: translateY(-2000px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeOutDownBig {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(2000px);
}
}
@keyframes fadeInRightBig {
0% {
    opacity: 0;
    transform: translateX(2000px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeOutLeftBig {
0% {
    opacity: 1;
    transform: translateX(0px);
}
100% {
    opacity: 0;
    transform: translateX(-2000px);
}
}
@keyframes fadeInLeftBig {
0% {
    opacity: 0;
    transform: translateX(-2000px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeOutRightBig {
0% {
    opacity: 1;
    transform: translateX(0px);
}
100% {
    opacity: 0;
    transform: translateX(2000px);
}
}
@keyframes bounceIn {
0% {
    opacity: 0;
    transform: scale(0.3);
}
50% {
    opacity: 1;
    transform: scale(1.05);
}
70% {
    transform: scale(0.9);
}
100% {
    transform: scale(1);
}
}
@keyframes bounceInDown {
0% {
    opacity: 0;
    transform: translateY(-2000px);
}
60% {
    opacity: 1;
    transform: translateY(30px);
}
80% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(0px);
}
}
@keyframes bounceInUp {
0% {
    opacity: 0;
    transform: translateY(2000px);
}
60% {
    opacity: 1;
    transform: translateY(-30px);
}
80% {
    transform: translateY(10px);
}
100% {
    transform: translateY(0px);
}
}
@keyframes bounceInRight {
0% {
    opacity: 0;
    transform: translateX(2000px);
}
60% {
    opacity: 1;
    transform: translateX(-30px);
}
80% {
    transform: translateX(10px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes bounceInLeft {
0% {
    opacity: 0;
    transform: translateX(-2000px);
}
60% {
    opacity: 1;
    transform: translateX(30px);
}
80% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes bounceOut {
0% {
    transform: scale(1);
}
25% {
    transform: scale(0.95);
}
50% {
    opacity: 1;
    transform: scale(1.1);
}
100% {
    opacity: 0;
    transform: scale(0.3);
}
}
@keyframes bounceOutUp {
0% {
    transform: translateY(0px);
}
20% {
    opacity: 1;
    transform: translateY(20px);
}
100% {
    opacity: 0;
    transform: translateY(-2000px);
}
}
@keyframes bounceOutDown {
0% {
    transform: translateY(0px);
}
20% {
    opacity: 1;
    transform: translateY(-20px);
}
100% {
    opacity: 0;
    transform: translateY(2000px);
}
}
@keyframes bounceOutLeft {
0% {
    transform: translateX(0px);
}
20% {
    opacity: 1;
    transform: translateX(20px);
}
100% {
    opacity: 0;
    transform: translateX(-2000px);
}
}
@keyframes bounceOutRight {
0% {
    transform: translateX(0px);
}
20% {
    opacity: 1;
    transform: translateX(-20px);
}
100% {
    opacity: 0;
    transform: translateX(2000px);
}
}
@keyframes flash {
0% {
    opacity: 1;
}
25% {
    opacity: 0;
}
50% {
    opacity: 1;
}
75% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes bounce {
0% {
    transform: translateY(0px);
}
20% {
    transform: translateY(0px);
}
40% {
    transform: translateY(-30px);
}
50% {
    transform: translateY(0px);
}
60% {
    transform: translateY(-15px);
}
80% {
    transform: translateY(0px);
}
100% {
    transform: translateY(0px);
}
}
@keyframes shake {
0% {
    transform: translateX(0px);
}
10% {
    transform: translateX(-10px);
}
20% {
    transform: translateX(10px);
}
30% {
    transform: translateX(-10px);
}
40% {
    transform: translateX(10px);
}
50% {
    transform: translateX(-10px);
}
60% {
    transform: translateX(10px);
}
70% {
    transform: translateX(-10px);
}
80% {
    transform: translateX(10px);
}
90% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes rotateInDownLeft {
0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
}
100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: left bottom 0;
}
}
@keyframes rotateInUpLeft {
0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom 0;
}
100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: left bottom 0;
}
}
@keyframes rotateInUpRight {
0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
}
100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: right bottom 0;
}
}
@keyframes rotateInDownRight {
0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom 0;
}
100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: right bottom 0;
}
}
@keyframes rotateOutDownLeft {
0% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: left bottom 0;
}
100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom 0;
}
}
@keyframes rotateOutUpLeft {
0% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: left bottom 0;
}
100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
}
}
@keyframes rotateOutDownRight {
0% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: right bottom 0;
}
100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
}
}
@keyframes rotateOutUpRight {
0% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: right bottom 0;
}
100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom 0;
}
}
@keyframes rotateIn {
0% {
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center center 0;
}
100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: center center 0;
}
}
@keyframes rotateOut {
0% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: center center 0;
}
100% {
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center center 0;
}
}
@keyframes tada {
0% {
    transform: scale(1);
}
10% {
    transform: scale(0.9) rotate(-3deg);
}
20% {
    transform: scale(0.9) rotate(-3deg);
}
30% {
    transform: scale(1.1) rotate(3deg);
}
40% {
    transform: scale(1.1) rotate(-3deg);
}
50% {
    transform: scale(1.1) rotate(3deg);
}
60% {
    transform: scale(1.1) rotate(-3deg);
}
70% {
    transform: scale(1.1) rotate(3deg);
}
80% {
    transform: scale(1.1) rotate(-3deg);
}
90% {
    transform: scale(1.1) rotate(3deg);
}
100% {
    transform: scale(1) rotate(0deg);
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeInUp {
0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeOutUp {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes fadeInDown {
0% {
    opacity: 0;
    transform: translateY(-20px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeOutDown {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(20px);
}
}
@keyframes fadeInRight {
0% {
    opacity: 0;
    transform: translateX(20px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeOutLeft {
0% {
    opacity: 1;
    transform: translateX(0px);
}
100% {
    opacity: 0;
    transform: translateX(-20px);
}
}
@keyframes fadeInLeft {
0% {
    opacity: 0;
    transform: translateX(-20px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeOutRight {
0% {
    opacity: 1;
    transform: translateX(0px);
}
100% {
    opacity: 0;
    transform: translateX(20px);
}
}
@keyframes fadeInUpBig {
0% {
    opacity: 0;
    transform: translateY(2000px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeOutUpBig {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(-2000px);
}
}
@keyframes fadeInDownBig {
0% {
    opacity: 0;
    transform: translateY(-2000px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeOutDownBig {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(2000px);
}
}
@keyframes fadeInRightBig {
0% {
    opacity: 0;
    transform: translateX(2000px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeOutLeftBig {
0% {
    opacity: 1;
    transform: translateX(0px);
}
100% {
    opacity: 0;
    transform: translateX(-2000px);
}
}
@keyframes fadeInLeftBig {
0% {
    opacity: 0;
    transform: translateX(-2000px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeOutRightBig {
0% {
    opacity: 1;
    transform: translateX(0px);
}
100% {
    opacity: 0;
    transform: translateX(2000px);
}
}
@keyframes bounceIn {
0% {
    opacity: 0;
    transform: scale(0.3);
}
50% {
    opacity: 1;
    transform: scale(1.05);
}
70% {
    transform: scale(0.9);
}
100% {
    transform: scale(1);
}
}
@keyframes bounceInDown {
0% {
    opacity: 0;
    transform: translateY(-2000px);
}
60% {
    opacity: 1;
    transform: translateY(30px);
}
80% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(0px);
}
}
@keyframes bounceInUp {
0% {
    opacity: 0;
    transform: translateY(2000px);
}
60% {
    opacity: 1;
    transform: translateY(-30px);
}
80% {
    transform: translateY(10px);
}
100% {
    transform: translateY(0px);
}
}
@keyframes bounceInRight {
0% {
    opacity: 0;
    transform: translateX(2000px);
}
60% {
    opacity: 1;
    transform: translateX(-30px);
}
80% {
    transform: translateX(10px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes bounceInLeft {
0% {
    opacity: 0;
    transform: translateX(-2000px);
}
60% {
    opacity: 1;
    transform: translateX(30px);
}
80% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes bounceOut {
0% {
    transform: scale(1);
}
25% {
    transform: scale(0.95);
}
50% {
    opacity: 1;
    transform: scale(1.1);
}
100% {
    opacity: 0;
    transform: scale(0.3);
}
}
@keyframes bounceOutUp {
0% {
    transform: translateY(0px);
}
20% {
    opacity: 1;
    transform: translateY(20px);
}
100% {
    opacity: 0;
    transform: translateY(-2000px);
}
}
@keyframes bounceOutDown {
0% {
    transform: translateY(0px);
}
20% {
    opacity: 1;
    transform: translateY(-20px);
}
100% {
    opacity: 0;
    transform: translateY(2000px);
}
}
@keyframes bounceOutLeft {
0% {
    transform: translateX(0px);
}
20% {
    opacity: 1;
    transform: translateX(20px);
}
100% {
    opacity: 0;
    transform: translateX(-2000px);
}
}
@keyframes bounceOutRight {
0% {
    transform: translateX(0px);
}
20% {
    opacity: 1;
    transform: translateX(-20px);
}
100% {
    opacity: 0;
    transform: translateX(2000px);
}
}
@keyframes flash {
0% {
    opacity: 1;
}
25% {
    opacity: 0;
}
50% {
    opacity: 1;
}
75% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes bounce {
0% {
    transform: translateY(0px);
}
20% {
    transform: translateY(0px);
}
40% {
    transform: translateY(-30px);
}
50% {
    transform: translateY(0px);
}
60% {
    transform: translateY(-15px);
}
80% {
    transform: translateY(0px);
}
100% {
    transform: translateY(0px);
}
}
@keyframes shake {
0% {
    transform: translateX(0px);
}
10% {
    transform: translateX(-10px);
}
20% {
    transform: translateX(10px);
}
30% {
    transform: translateX(-10px);
}
40% {
    transform: translateX(10px);
}
50% {
    transform: translateX(-10px);
}
60% {
    transform: translateX(10px);
}
70% {
    transform: translateX(-10px);
}
80% {
    transform: translateX(10px);
}
90% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes rotateInDownLeft {
0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
}
100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: left bottom 0;
}
}
@keyframes rotateInUpLeft {
0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom 0;
}
100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: left bottom 0;
}
}
@keyframes rotateInUpRight {
0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
}
100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: right bottom 0;
}
}
@keyframes rotateInDownRight {
0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom 0;
}
100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: right bottom 0;
}
}
@keyframes rotateOutDownLeft {
0% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: left bottom 0;
}
100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom 0;
}
}
@keyframes rotateOutUpLeft {
0% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: left bottom 0;
}
100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
}
}
@keyframes rotateOutDownRight {
0% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: right bottom 0;
}
100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
}
}
@keyframes rotateOutUpRight {
0% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: right bottom 0;
}
100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom 0;
}
}
@keyframes rotateIn {
0% {
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center center 0;
}
100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: center center 0;
}
}
@keyframes rotateOut {
0% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: center center 0;
}
100% {
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center center 0;
}
}
@keyframes tada {
0% {
    transform: scale(1);
}
10% {
    transform: scale(0.9) rotate(-3deg);
}
20% {
    transform: scale(0.9) rotate(-3deg);
}
30% {
    transform: scale(1.1) rotate(3deg);
}
40% {
    transform: scale(1.1) rotate(-3deg);
}
50% {
    transform: scale(1.1) rotate(3deg);
}
60% {
    transform: scale(1.1) rotate(-3deg);
}
70% {
    transform: scale(1.1) rotate(3deg);
}
80% {
    transform: scale(1.1) rotate(-3deg);
}
90% {
    transform: scale(1.1) rotate(3deg);
}
100% {
    transform: scale(1) rotate(0deg);
}
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

.icon, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab::before, [class^="icon-"], [class^="process-icon-"], .bootstrap .alert.alert-warning::before, .bootstrap .alert.alert-danger::before, .bootstrap #carrier_wizard .wizard_error::before, .bootstrap .alert.alert-success::before, .bootstrap .alert.alert-info::before, .bootstrap .alert.alert-addons::before, .bootstrap .alert.alert-onboarding::before, .bootstrap .alert.alert-message::before, .bootstrap .table td.dragHandle .dragGroup::before, .bootstrap #dashboard .loading .data_value::before, .bootstrap #employee-thumbnail::before, .mce-ico, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search::before {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}
.icon-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.icon-2x, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab::before, [class^="icon-Admin"], [class^="process-icon-"] {
    font-size: 2em;
}
.icon-3x, .bootstrap .alert.alert-warning::before, .bootstrap .alert.alert-danger::before, .bootstrap #carrier_wizard .wizard_error::before, .bootstrap .alert.alert-success::before, .bootstrap .alert.alert-info::before, .bootstrap .alert.alert-addons::before, .bootstrap .alert.alert-onboarding::before, .bootstrap .alert.alert-message::before {
    font-size: 3em;
}
.icon-4x {
    font-size: 4em;
}
.icon-5x {
    font-size: 5em;
}
.icon-fw, [class^="icon-Admin"], [class^="process-icon-"] {
    text-align: center;
    width: 1.28571em;
}
.icon-ul {
    list-style-type: none;
    margin-left: 2.14286em;
    padding-left: 0;
}
.icon-ul > li {
    position: relative;
}
.icon-li {
    left: -2.14286em;
    position: absolute;
    text-align: center;
    top: 0.14286em;
    width: 2.14286em;
}
.icon-li.icon-lg {
    left: -1.85714em;
}
.icon-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.icon.pull-left, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .pull-left.searchtab::before, .pull-left[class^="icon-"], .pull-left[class^="process-icon-"], .bootstrap .pull-left.alert.alert-warning::before, .bootstrap .pull-left.alert.alert-danger::before, .bootstrap #carrier_wizard .pull-left.wizard_error::before, .bootstrap .pull-left.alert.alert-success::before, .bootstrap .pull-left.alert.alert-info::before, .bootstrap .pull-left.alert.alert-addons::before, .bootstrap .pull-left.alert.alert-onboarding::before, .bootstrap .pull-left.alert.alert-message::before, .bootstrap .table td.dragHandle .pull-left.dragGroup::before, .bootstrap #dashboard .loading .pull-left.data_value::before, .bootstrap #employee-thumbnail.pull-left::before, .pull-left.mce-ico, .chosen-container-single .chosen-single div b.pull-left, .chosen-container-single .pull-left.chosen-search::before {
    margin-right: 0.3em;
}
.icon.pull-right, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .pull-right.searchtab::before, .pull-right[class^="icon-"], .pull-right[class^="process-icon-"], .bootstrap .pull-right.alert.alert-warning::before, .bootstrap .pull-right.alert.alert-danger::before, .bootstrap #carrier_wizard .pull-right.wizard_error::before, .bootstrap .pull-right.alert.alert-success::before, .bootstrap .pull-right.alert.alert-info::before, .bootstrap .pull-right.alert.alert-addons::before, .bootstrap .pull-right.alert.alert-onboarding::before, .bootstrap .pull-right.alert.alert-message::before, .bootstrap .table td.dragHandle .pull-right.dragGroup::before, .bootstrap #dashboard .loading .pull-right.data_value::before, .bootstrap #employee-thumbnail.pull-right::before, .pull-right.mce-ico, .chosen-container-single .chosen-single div b.pull-right, .chosen-container-single .pull-right.chosen-search::before {
    margin-left: 0.3em;
}
.icon-spin, #content .process-icon-loading, .bootstrap #dashboard .loading .data_value::before, .bootstrap #employee-thumbnail::before {
    animation: 2s linear 0s normal none infinite running fa-spin;
}
.icon-pulse {
    animation: 1s steps(8, end) 0s normal none infinite running fa-spin;
}
@keyframes fa-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
.icon-rotate-90 {
    transform: rotate(90deg);
}
.icon-rotate-180 {
    transform: rotate(180deg);
}
.icon-rotate-270 {
    transform: rotate(270deg);
}
.icon-flip-horizontal {
    transform: scale(-1, 1);
}
.icon-flip-vertical {
    transform: scale(1, -1);
}
:root .icon-rotate-90, *:root .icon-rotate-180, *:root .icon-rotate-270, *:root .icon-flip-horizontal, *:root .icon-flip-vertical {
    filter: none;
}
.icon-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.icon-stack-1x, .icon-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.icon-stack-1x {
    line-height: inherit;
}
.icon-stack-2x {
    font-size: 2em;
}
.icon-inverse {
    color: #fff;
}

.icon-glass::before {
    content: "";
}
.icon-music::before {
    content: "";
}
.icon-search::before, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab::before, .icon-AdminSearch::before, .chosen-container-single {
    content: "";
}
.icon-envelope-o::before, .icon-envelope-alt::before, #content .process-icon-envelope::before {
    content: "";
}
.icon-heart::before {
    content: "";
}
.icon-star::before {
    content: "";
}
.icon-star-o::before, .icon-star-empty::before {
    content: "";
}
.icon-user-new::before {
    content: "";
}
.icon-film::before {
    content: "";
}
.icon-th-large::before {
    content: "";
}
.icon-th::before {
    content: "";
}
.icon-th-list::before {
    content: "";
}
.icon-check::before, #content .process-icon-ok::before {
    content: "";
}
.icon-remove::before, #content .process-icon-cancel1::before, .icon-close::before, .icon-times::before, .icon-remove::before, #content .process-icon-cancel1::before {
    content: "";
}
.icon-search-plus::before, .icon-zoom-in::before {
    content: "";
}
.icon-search-minus::before, .icon-zoom-out::before {
    content: "";
}
.icon-power-off::before, .icon-off::before, #content .process-icon-off::before, #content .process-icon-power::before {
    content: "";
}
.icon-signal::before {
    content: "";
}
.icon-gear::before, .icon-cog::before, .icon-AdminAdmin::before, #content .process-icon-configure::before {
    content: "";
}
.icon-trash-o::before, .icon-trash::before, #content .process-icon-delete1::before, #content .process-icon-uninstall::before {
    content: "";
}
.icon-home::before {
    content: "";
}
.icon-file-o::before, .icon-file-alt::before {
    content: "";
}
.icon-clock-o::before, .icon-time::before {
    content: "";
}
.icon-road::before {
    content: "";
}
.icon-download::before, .icon-download-alt::before, #content .process-icon-download-alt::before, #content .process-icon-save-date::before, #content .process-icon-save-status::before {
    content: "";
}
.icon-arrow-circle-o-down::before, .icon-download::before, .icon-download-alt::before, #content .process-icon-download-alt::before, #content .process-icon-save-date::before, #content .process-icon-save-status::before {
    content: "";
}
.icon-arrow-circle-o-up::before, .icon-upload::before, .icon-upload-alt::before {
    content: "";
}
.icon-inbox::before {
    content: "";
}
.icon-play-circle-o::before, .icon-play-circle::before, .icon-play-sign::before {
    content: "";
}
.icon-rotate-right::before, .icon-repeat::before {
    content: "";
}
.icon-refresh::before, #content .process-icon-update::before, #content .process-icon-refresh::before, .bootstrap #dashboard .loading .data_value::before, .bootstrap #employee-thumbnail::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-tags::before, .icon-AdminPriceRule::before {
    content: "";
}
.icon-book::before, .icon-AdminCatalog::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-outdent::before, .icon-indent-left::before {
    content: "";
}
.icon-indent::before, .icon-indent-right::before {
    content: "";
}
.icon-video-camera::before, .icon-facetime-video::before {
    content: "";
}
.icon-photo::before, .icon-image::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: "";
}
.icon-edit::before, #content .process-icon-edit::before, .icon-pencil-square-o::before, .icon-edit::before, #content .process-icon-edit::before {
    content: "";
}
.icon-share-square-o::before, .icon-share::before, .icon-share-alt::before {
    content: "";
}
.icon-check-square-o::before {
    content: "";
}
.icon-arrows::before, .icon-move::before, .bootstrap .table td.dragHandle .dragGroup::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: "";
}
.icon-plus-circle::before, .icon-plus-sign::before, #content .process-icon-newAttributes::before, #content .process-icon-new1::before, #content .process-icon-new-url::before, #content .process-icon-newCombination.toolbar-new::before, #content .process-icon-plus::before {
    content: "";
}
.icon-minus-circle::before, .icon-minus-sign::before, #content .process-icon-newCombination.toolbar-cancel::before, #content .process-icon-minus::before {
    content: "";
}
.icon-times-circle::before, .icon-remove-sign::before, #content .process-icon-close::before {
    content: "";
}
.icon-check-circle::before, .icon-ok-sign::before, .bootstrap .alert.alert-success::before, .bootstrap #carrier_wizard .alert-success.wizard_error::before {
    content: "";
}
.icon-question-circle::before, .icon-question-sign::before, #content .process-icon-help-new::before, #content .process-icon-help-new::before, .bootstrap .alert.alert-info::before, .bootstrap #carrier_wizard .alert-info.wizard_error::before {
    content: "";
}
.icon-info-circle::before, .icon-info-sign::before {
    content: "";
}
.icon-crosshairs::before, .icon-screenshot::before {
    content: "";
}
.icon-times-circle-o::before, .icon-remove-circle::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, .icon-share-alt::before {
    content: "";
}
.icon-expand::before, .icon-resize-full::before, #content .process-icon-expand::before {
    content: "";
}
.icon-compress::before, .icon-resize-small::before, #content .process-icon-compress::before {
    content: "";
}
.icon-plus::before, #content .process-icon-new-module::before {
    content: "";
}
.icon-minus::before {
    content: "";
}
.icon-asterisk::before {
    content: "";
}
.icon-exclamation-circle::before, .icon-exclamation-sign::before, .bootstrap .alert.alert-warning::before, .bootstrap #carrier_wizard .alert-warning.wizard_error::before {
    content: "";
}
.icon-gift::before {
    content: "";
}
.icon-leaf::before {
    content: "";
}
.icon-fire::before {
    content: "";
}
.icon-eye::before, .icon-eye-open::before, #content .process-icon-preview::before, #content .process-icon-previewURL::before {
    content: "";
}
.icon-eye-slash::before, .icon-eye-close::before {
    content: "";
}
.icon-warning::before, .icon-exclamation-triangle::before, .icon-warning-sign::before, .bootstrap .alert.alert-danger::before, .bootstrap #carrier_wizard .wizard_error::before {
    content: "";
}
.icon-plane::before {
    content: "";
}
.icon-calendar::before {
    content: "";
}
.icon-random::before {
    content: "";
}
.icon-comment::before, .bootstrap .alert.alert-message::before, .bootstrap #carrier_wizard .alert-message.wizard_error::before {
    content: "";
}
.icon-magnet::before {
    content: "";
}
.icon-chevron-up::before {
    content: "";
}
.icon-chevron-down::before {
    content: "";
}
.icon-retweet::before {
    content: "";
}
.icon-shopping-cart-new::before, #content .process-icon-cart::before {
    content: "";
}
.icon-folder::before, .icon-folder-close::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: "";
}
.icon-bar-chart-o::before, .icon-bar-chart::before, .icon-AdminParentStats::before, #content .process-icon-stats1::before, .icon-bar-chart::before, .icon-AdminParentStats::before, #content .process-icon-stats1::before {
    content: "";
}
.icon-twitter-square::before, .icon-twitter-sign::before {
    content: "";
}
.icon-facebook-square::before, .icon-facebook-sign::before {
    content: "";
}
.icon-camera-retro::before {
    content: "";
}
.icon-key::before {
    content: "";
}
.icon-gears::before, .icon-cogs::before, .icon-AdminTools::before, #content .process-icon-cogs::before {
    content: "";
}
.icon-comments::before {
    content: "";
}
.icon-thumbs-o-up::before, .icon-thumbs-up-alt::before {
    content: "";
}
.icon-thumbs-o-down::before, .icon-thumbs-down-alt::before {
    content: "";
}
.icon-star-half::before {
    content: "";
}
.icon-heart-o::before, .icon-heart-empty::before {
    content: "";
}
.icon-sign-out::before, .icon-signout::before {
    content: "";
}
.icon-linkedin-square::before, .icon-linkedin-sign::before {
    content: "";
}
.icon-thumb-tack::before, .icon-pushpin::before {
    content: "";
}
.icon-external-link::before {
    content: "";
}
.icon-sign-in::before, .icon-signin::before {
    content: "";
}
.icon-trophy::before {
    content: "";
}
.icon-github-square::before, .icon-github-sign::before {
    content: "";
}
.icon-upload::before, .icon-upload-alt::before {
    content: "";
}
.icon-lemon-o::before, .icon-lemon::before {
    content: "";
}
.icon-phone::before {
    content: "";
}
.icon-square-o::before, .icon-check-empty::before {
    content: "";
}
.icon-bookmark-o::before, .icon-bookmark-empty::before {
    content: "";
}
.icon-phone-square::before, .icon-phone-sign::before {
    content: "";
}
.icon-twitter::before {
    content: "";
}
.icon-facebook-f::before, .icon-facebook::before {
    content: "";
}
.icon-github::before {
    content: "";
}
.icon-unlock::before {
    content: "";
}
.icon-credit-card::before, .icon-AdminParentOrders::before, #content .process-icon-payment::before {
    content: "";
}
.icon-rss::before {
    content: "";
}
.icon-hdd-o::before, .icon-hdd::before {
    content: "";
}
.icon-bullhorn::before {
    content: "";
}
.icon-bell::before, .icon-bell-alt::before {
    content: "";
}
.icon-certificate::before {
    content: "";
}
.icon-hand-o-right::before, .icon-hand-right::before {
    content: "";
}
.icon-hand-o-left::before, .icon-hand-left::before {
    content: "";
}
.icon-hand-o-up::before, .icon-hand-up::before {
    content: "";
}
.icon-hand-o-down::before, .icon-hand-down::before {
    content: "";
}
.icon-arrow-circle-left::before, .icon-circle-arrow-left::before, #content .process-icon-back-new::before {
    content: "";
}
.icon-arrow-circle-right::before, .icon-circle-arrow-right::before, #content .process-icon-next::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-globe::before, .icon-AdminParentLocalization::before {
    content: "";
}
.icon-wrench::before, .icon-AdminParentPreferences::before {
    content: "";
}
.icon-tasks::before {
    content: "";
}
.icon-filter::before {
    content: "";
}
.icon-briefcase::before {
    content: "";
}
.icon-arrows-alt::before, .icon-fullscreen::before {
    content: "";
}
.icon-group::before, .icon-AdminParentCustomer::before, .icon-users::before, .icon-group::before, .icon-AdminParentCustomer::before {
    content: "";
}
.icon-chain::before, .icon-link::before, .icon-AdminShopUrl::before {
    content: "";
}
.icon-cloud::before {
    content: "";
}
.icon-flask::before, .icon-beaker::before {
    content: "";
}
.icon-cut::before, .icon-scissors::before, .icon-cut::before {
    content: "";
}
.icon-copy::before, #content .process-icon-duplicate::before, .icon-files-o::before, .icon-copy::before, #content .process-icon-duplicate::before {
    content: "";
}
.icon-paperclip::before, .icon-paper-clip::before {
    content: "";
}
.icon-save::before, #content .process-icon-save-new::before, #content .process-icon-save-and-stay-new::before, #content .process-icon-save-and-preview::before, .icon-floppy-o::before, .icon-save::before, #content .process-icon-save-new::before, #content .process-icon-save-and-stay-new::before, #content .process-icon-save-and-preview::before {
    content: "";
}
.icon-square::before, .icon-sign-blank::before {
    content: "";
}
.icon-navicon::before, .icon-reorder::before, .icon-bars::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-magic::before, .icon-AdminAttributeGenerator::before {
    content: "";
}
.icon-truck::before, .icon-AdminParentShipping::before {
    content: "";
}
.icon-pinterest::before {
    content: "";
}
.icon-pinterest-square::before, .icon-pinterest-sign::before {
    content: "";
}
.icon-google-plus-square::before, .icon-google-plus-sign::before {
    content: "";
}
.icon-google-plus::before {
    content: "";
}
.icon-money::before {
    content: "";
}
.icon-caret-down::before, #content .process-icon-dropdown::before, .chosen-container-single {
    content: "";
}
.icon-caret-up::before {
    content: "";
}
.icon-caret-left::before {
    content: "";
}
.icon-caret-right::before {
    content: "";
}
.icon-columns::before {
    content: "";
}
.icon-unsorted::before, .icon-sort::before {
    content: "";
}
.icon-sort-down::before, .icon-sort-desc::before, .icon-sort-up::before {
    content: "";
}
.icon-sort-up::before, .icon-sort-asc::before, .icon-sort-down::before {
    content: "";
}
.icon-envelope-new::before {
    content: "";
}
.icon-linkedin::before {
    content: "";
}
.icon-rotate-left::before, #content .process-icon-reset::before, .icon-undo::before {
    content: "";
}
.icon-legal::before, .icon-gavel::before, .icon-legal::before {
    content: "";
}
.icon-dashboard::before, .icon-AdminDashboard::before, .icon-tachometer::before, .icon-dashboard::before, .icon-AdminDashboard::before {
    content: "";
}
.icon-comment-o::before, .icon-comment-alt::before {
    content: "";
}
.icon-comments-o::before, .icon-comments-alt::before {
    content: "";
}
.icon-flash::before, .icon-AdminFlash::before, .icon-bolt::before {
    content: "";
}
.icon-sitemap::before, .icon-AdminShop::before {
    content: "";
}
.icon-umbrella::before {
    content: "";
}
.icon-paste::before, .icon-clipboard::before, .icon-paste::before {
    content: "";
}
.icon-lightbulb-o::before, .icon-lightbulb::before {
    content: "";
}
.icon-exchange::before, #content .process-icon-partial_refund::before {
    content: "";
}
.icon-cloud-download::before, #content .process-icon-download::before {
    content: "";
}
.icon-cloud-upload::before, #content .process-icon-import::before, #content .process-icon-upload::before {
    content: "";
}
.icon-user-md::before {
    content: "";
}
.icon-stethoscope::before {
    content: "";
}
.icon-suitcase::before {
    content: "";
}
.icon-bell-o::before, .icon-bell::before, .icon-bell-alt::before {
    content: "";
}
.icon-coffee::before {
    content: "";
}
.icon-cutlery::before, .icon-food::before {
    content: "";
}
.icon-file-text-o::before, .icon-file-text-alt::before {
    content: "";
}
.icon-building-o::before, .icon-building::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-square::before, .icon-h-sign::before {
    content: "";
}
.icon-plus-square::before, .icon-plus-sign-alt::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, .icon-mobile-phone::before {
    content: "";
}
.icon-circle-o::before, .icon-circle-blank::before {
    content: "";
}
.icon-quote-left::before {
    content: "";
}
.icon-quote-right::before {
    content: "";
}
.icon-spinner::before {
    content: "";
}
.icon-circle::before {
    content: "";
}
.icon-mail-reply::before, #content .process-icon-mail-reply::before, .icon-reply::before {
    content: "";
}
.icon-github-alt::before {
    content: "";
}
.icon-folder-o::before, .icon-folder-close-alt::before {
    content: "";
}
.icon-folder-open-o::before, .icon-folder-open-alt::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: "";
}
.icon-flag-o::before, .icon-flag-alt::before, #content .process-icon-flag::before {
    content: "";
}
.icon-flag-checkered::before {
    content: "";
}
.icon-terminal::before, #content .process-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, .icon-star-half-empty::before {
    content: "";
}
.icon-location-arrow::before {
    content: "";
}
.icon-crop::before {
    content: "";
}
.icon-code-fork::before {
    content: "";
}
.icon-unlink::before, .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: "";
}
.icon-eraser::before, #content .process-icon-eraser::before {
    content: "";
}
.icon-puzzle-piece::before, .icon-AdminParentModules::before, #content .process-icon-modules-list::before, .bootstrap .alert.alert-addons::before, .bootstrap #carrier_wizard .alert-addons.wizard_error::before {
    content: "";
}
.icon-microphone::before {
    content: "";
}
.icon-microphone-slash::before, .icon-microphone-off::before {
    content: "";
}
.icon-shield::before {
    content: "";
}
.icon-calendar-o::before, .icon-calendar-empty::before {
    content: "";
}
.icon-fire-extinguisher::before {
    content: "";
}
.icon-rocket::before, .bootstrap .alert.alert-onboarding::before, .bootstrap #carrier_wizard .alert-onboarding.wizard_error::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: "";
}
.icon-html5::before, #content .process-icon-themes::before {
    content: "";
}
.icon-css3::before {
    content: "";
}
.icon-anchor::before, #content .process-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-square::before, .icon-rss-sign::before {
    content: "";
}
.icon-play-circle::before, .icon-play-sign::before {
    content: "";
}
.icon-ticket::before {
    content: "";
}
.icon-minus-square::before, .icon-minus-sign-alt::before {
    content: "";
}
.icon-minus-square-o::before, .icon-check-minus::before, .icon-collapse-alt::before {
    content: "";
}
.icon-level-up::before {
    content: "";
}
.icon-level-down::before {
    content: "";
}
.icon-check-square::before, .icon-check-sign::before {
    content: "";
}
.icon-pencil-square::before, .icon-edit-sign::before {
    content: "";
}
.icon-external-link-square::before, .icon-external-link-sign::before {
    content: "";
}
.icon-share-square::before, .icon-share-sign::before, #content .process-icon-export::before {
    content: "";
}
.icon-compass::before {
    content: "";
}
.icon-toggle-down::before, .icon-caret-square-o-down::before, .icon-collapse::before {
    content: "";
}
.icon-toggle-up::before, .icon-caret-square-o-up::before, .icon-collapse-top::before {
    content: "";
}
.icon-toggle-right::before, .icon-caret-square-o-right::before {
    content: "";
}
.icon-euro::before, .icon-eur::before {
    content: "";
}
.icon-gbp::before {
    content: "";
}
.icon-dollar::before, .icon-usd::before {
    content: "";
}
.icon-rupee::before, .icon-inr::before {
    content: "";
}
.icon-cny::before, .icon-rmb::before, .icon-yen::before, .icon-jpy::before {
    content: "";
}
.icon-ruble::before, .icon-rouble::before, .icon-rub::before, .icon-cny::before {
    content: "";
}
.icon-won::before, .icon-krw::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-numeric-asc::before, .icon-sort-by-order::before {
    content: "";
}
.icon-sort-numeric-desc::before, .icon-sort-by-order-alt::before {
    content: "";
}
.icon-thumbs-up::before {
    content: "";
}
.icon-thumbs-down::before {
    content: "";
}
.icon-youtube-square::before, .icon-youtube-sign::before {
    content: "";
}
.icon-youtube::before {
    content: "";
}
.icon-xing::before {
    content: "";
}
.icon-xing-square::before, .icon-xing-sign::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-square::before, .icon-bitbucket-sign::before {
    content: "";
}
.icon-tumblr::before {
    content: "";
}
.icon-tumblr-square::before, .icon-tumblr-sign::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-archive::before, .icon-AdminStock::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-toggle-left::before, .icon-caret-square-o-left::before {
    content: "";
}
.icon-dot-circle-o::before {
    content: "";
}
.icon-wheelchair::before {
    content: "";
}
.icon-vimeo-square::before {
    content: "";
}
.icon-turkish-lira::before, .icon-try::before {
    content: "";
}
.icon-plus-square-o::before, .icon-expand-alt::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-institution::before, .icon-bank::before, .icon-university::before {
    content: "";
}
.icon-mortar-board::before, .icon-graduation-cap::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: "";
}
.icon-database::before, #content .process-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-photo-o::before, .icon-file-picture-o::before, .icon-file-image-o::before {
    content: "";
}
.icon-file-zip-o::before, .icon-file-archive-o::before {
    content: "";
}
.icon-file-sound-o::before, .icon-file-audio-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-saver::before, .icon-support::before, .icon-life-ring::before {
    content: "";
}
.icon-circle-o-notch::before, #content .process-icon-loading::before {
    content: "";
}
.icon-ra::before, .icon-rebel::before {
    content: "";
}
.icon-ge::before, .icon-empire::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-send::before, .icon-paper-plane::before {
    content: "";
}
.icon-send-o::before, .icon-paper-plane-o::before {
    content: "";
}
.icon-history::before {
    content: "";
}
.icon-genderless::before, .icon-circle-thin::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-soccer-ball-o::before, .icon-futbol-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: "";
}
.icon-trash::before, #content .process-icon-delete1::before, #content .process-icon-uninstall::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: "";
}
.icon-toggle-off::before, #content .process-icon-toggle-off::before {
    content: "";
}
.icon-toggle-on::before, #content .process-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-shekel::before, .icon-sheqel::before, .icon-ils::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-hotel::before, .icon-bed::before {
    content: "";
}
.icon-viacoin::before {
    content: "";
}
.icon-train::before {
    content: "";
}
.icon-subway::before {
    content: "";
}
.icon-medium::before {
    content: "";
}

.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;
}
@media (max-width: 480px) {
.bootstrap .hidden-inline-xs {
    display: none !important;
}
}
.bootstrap .row-margin-bottom {
    margin-bottom: 15px;
}
.bootstrap .row-margin-top {
    margin-top: 15px;
}
.bootstrap .row-padding-top {
    padding-top: 15px;
}
.bootstrap .thumbnail, .bootstrap .img-thumbnail {
    background-color: #fff;
    border-color: #ccc !important;
}
.bootstrap .highlight {
    background-color: #f7e69f;
}
.bootstrap .text-orange {
    color: #f90;
}
.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner, .bootstrap .module-badge-bought {
    background-color: #00aff0;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.0625em;
    line-height: inherit;
    padding: 1px 5px;
}
.bootstrap .badge.badge-info, .bootstrap #header_notifs_icon_wrapper .badge-info.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-info.notifs_badge, .bootstrap .badge-info.module-badge-popular, .bootstrap .badge-info.module-badge-partner, .bootstrap .badge-info.module-badge-bought {
    background-color: #25b9d7;
}
.bootstrap .badge.badge-success, .bootstrap #header_notifs_icon_wrapper .badge-success.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-success.notifs_badge, .bootstrap .badge-success.module-badge-popular, .bootstrap .badge-success.module-badge-partner, .bootstrap .badge-success.module-badge-bought {
    background-color: #72c279;
}
.bootstrap .badge.badge-warning, .bootstrap #header_notifs_icon_wrapper .badge-warning.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-warning.notifs_badge, .bootstrap .badge-warning.module-badge-popular, .bootstrap .badge-warning.module-badge-partner, .bootstrap .badge-warning.module-badge-bought {
    background-color: #fbbb22;
}
.bootstrap .badge.badge-danger, .bootstrap #header_notifs_icon_wrapper .badge-danger.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-danger.notifs_badge, .bootstrap .badge-danger.module-badge-popular, .bootstrap .badge-danger.module-badge-partner, .bootstrap .badge-danger.module-badge-bought {
    background-color: #e08f95;
}
.bootstrap .badge.badge-critical, .bootstrap #header_notifs_icon_wrapper .badge-critical.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-critical.notifs_badge, .bootstrap .badge-critical.module-badge-popular, .bootstrap .badge-critical.module-badge-partner, .bootstrap .badge-critical.module-badge-bought {
    background-color: #cf535c;
}
.bootstrap .label {
    font-size: 12px;
    font-weight: 400;
}
.bootstrap .label.label-inactive {
    background-color: #999;
}
.bootstrap .nav-tabs {
    border-bottom: medium none;
}
.bootstrap .nav-tabs li .badge, .bootstrap .nav-tabs li #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-tabs li .notifs_badge, .bootstrap .nav-tabs li .module-badge-popular, .bootstrap .nav-tabs li .module-badge-partner, .bootstrap .nav-tabs li .module-badge-bought {
    background-color: #fff;
    border: 2px solid #eee;
    color: #666;
}
.bootstrap .nav-tabs li a {
    font-family: "Ubuntu Condensed",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:hover, .bootstrap .nav-tabs li.active a:focus {
    background-color: #fff;
}
.bootstrap .table tr.parent td {
    background-color: #eee !important;
    border-bottom: 1px solid #ccc !important;
}
.bootstrap .alert.alert-warning, .bootstrap #carrier_wizard .alert-warning.wizard_error {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #fcc94f;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
    padding-left: 50px;
    position: relative;
}
.bootstrap .alert.alert-warning::before, .bootstrap #carrier_wizard .alert-warning.wizard_error::before {
    color: #fcc94f;
    display: block;
    height: 25px;
    left: 7px;
    position: absolute;
    top: 6px;
    width: 25px;
}
.bootstrap .alert.alert-danger, .bootstrap #carrier_wizard .wizard_error {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #eab3b7;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
    padding-left: 50px;
    position: relative;
}
.bootstrap .alert.alert-danger::before, .bootstrap #carrier_wizard .wizard_error::before {
    color: #eab3b7;
    display: block;
    height: 25px;
    left: 7px;
    position: absolute;
    top: 6px;
    width: 25px;
}
.bootstrap .alert.alert-success, .bootstrap #carrier_wizard .alert-success.wizard_error {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #92d097;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
    padding-left: 50px;
    position: relative;
}
.bootstrap .alert.alert-success::before, .bootstrap #carrier_wizard .alert-success.wizard_error::before {
    color: #92d097;
    display: block;
    height: 25px;
    left: 7px;
    position: absolute;
    top: 6px;
    width: 25px;
}
.bootstrap .alert.alert-info, .bootstrap #carrier_wizard .alert-info.wizard_error {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #4ac7e0;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
    padding-left: 50px;
    position: relative;
}
.bootstrap .alert.alert-info::before, .bootstrap #carrier_wizard .alert-info.wizard_error::before {
    color: #4ac7e0;
    display: block;
    height: 25px;
    left: 7px;
    position: absolute;
    top: 6px;
    width: 25px;
}
.bootstrap .alert.alert-addons, .bootstrap #carrier_wizard .alert-addons.wizard_error {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f3f3f2;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #f34291;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
    color: #f01778;
    padding-left: 50px;
    position: relative;
}
.bootstrap .alert.alert-addons hr, .bootstrap #carrier_wizard .alert-addons.wizard_error hr {
    border-top-color: #f22f86;
}
.bootstrap .alert.alert-addons .alert-link, .bootstrap #carrier_wizard .alert-addons.wizard_error .alert-link {
    color: #c70d60;
}
.bootstrap .alert.alert-addons::before, .bootstrap #carrier_wizard .alert-addons.wizard_error::before {
    color: #f34291;
    display: block;
    height: 25px;
    left: 7px;
    position: absolute;
    top: 6px;
    width: 25px;
}
.bootstrap .alert.alert-onboarding, .bootstrap #carrier_wizard .alert-onboarding.wizard_error {
    background-color: #fff;
    border: 2px solid #25b9d7;
    box-shadow: 140px 0 0 #25b9d7 inset;
    color: #25b9d7;
    padding: 20px 20px 20px 160px;
    position: relative;
}
.bootstrap .alert.alert-onboarding hr, .bootstrap #carrier_wizard .alert-onboarding.wizard_error hr {
    border-top-color: #39c1dd;
}
.bootstrap .alert.alert-onboarding .alert-link, .bootstrap #carrier_wizard .alert-onboarding.wizard_error .alert-link {
    color: #1e94ab;
}
.bootstrap .alert.alert-onboarding::before, .bootstrap #carrier_wizard .alert-onboarding.wizard_error::before {
    color: #fff;
    display: block;
    height: 25px;
    left: 7px;
    position: absolute;
    top: 6px;
    width: 25px;
}
.bootstrap .alert.alert-onboarding::before, .bootstrap #carrier_wizard .alert-onboarding.wizard_error::before {
    font-size: 98px;
    left: 25px;
    top: 40px;
}
.bootstrap .alert.alert-onboarding .onboarding-step, .bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step {
    height: 2em;
    width: 100%;
}
.bootstrap .alert.alert-onboarding .onboarding-step.step-success, .bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step.step-success {
    background-color: #25b9d7;
}
.bootstrap .alert.alert-onboarding .onboarding-step.step-in-progress, .bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step.step-in-progress {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    background-color: #25b9d7;
    background-image: linear-gradient(45deg, #7ad6e8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #7ad6e8 50%, #7ad6e8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.bootstrap .alert.alert-onboarding .onboarding-step.step-todo, .bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step.step-todo {
    background-color: #eee;
}
.bootstrap .alert.alert-onboarding .onboarding-step.step-first, .bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step.step-first {
    border-radius: 3em 0 0 3em;
}
.bootstrap .alert.alert-onboarding .onboarding-step.step-final, .bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-step.step-final {
    border-radius: 0 3em 3em 0;
}
.bootstrap .alert.alert-onboarding h4, .bootstrap #carrier_wizard .alert-onboarding.wizard_error h4 {
    color: #383f50;
    font-size: 2.1em;
    font-weight: 100;
    margin-bottom: 0.4em;
}
.bootstrap .alert.alert-onboarding p, .bootstrap #carrier_wizard .alert-onboarding.wizard_error p {
    color: #7d88a4;
    font-size: 1.1em;
    margin-bottom: 1em;
}
.bootstrap .alert.alert-onboarding .onboarding-action-container, .bootstrap #carrier_wizard .alert-onboarding.wizard_error .onboarding-action-container {
    padding-top: 3em;
}
.bootstrap .alert.alert-onboarding hr, .bootstrap #carrier_wizard .alert-onboarding.wizard_error hr {
    border-color: #a5e3f0;
}
.bootstrap .alert.alert-onboarding .progress, .bootstrap #carrier_wizard .alert-onboarding.wizard_error .progress {
    border-radius: 3em;
    box-shadow: none;
    height: 2em;
}
.bootstrap .alert.alert-onboarding .progress-bar, .bootstrap #carrier_wizard .alert-onboarding.wizard_error .progress-bar {
    box-shadow: none;
}
.bootstrap .alert.alert-message, .bootstrap #carrier_wizard .alert-message.wizard_error {
    background-color: #fff;
    border: 2px solid #fbbb22;
    padding-left: 50px;
    position: relative;
}
.bootstrap .alert.alert-message::before, .bootstrap #carrier_wizard .alert-message.wizard_error::before {
    color: #fcc94f;
    display: block;
    height: 25px;
    left: 7px;
    position: absolute;
    top: 6px;
    width: 25px;
}
.bootstrap .alert h4, .bootstrap #carrier_wizard .wizard_error h4 {
    font-size: 1.45em;
    margin-bottom: 1em;
}
.bootstrap .overflow-y {
    margin-bottom: 15px;
    max-height: 200px;
    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 {
    border: 1px solid #000;
    display: block;
    height: 25px;
    width: 40px;
}
.bootstrap #mColorPickerInput {
    color: #000;
}
.bootstrap .modal-content-overflow {
    max-height: 400px;
    overflow-y: scroll;
}
.bootstrap .pointer {
    cursor: pointer;
}
.bootstrap .table {
    border-collapse: separate;
    margin-bottom: 5px;
}
.bootstrap .table thead > tr > th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #a0d0eb;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-weight: normal;
    vertical-align: top;
}
.bootstrap .table thead > tr > th span.title_box {
    color: #656565;
    display: block;
    white-space: nowrap;
}
.bootstrap .table thead > tr > th span.title_box.active {
    font-weight: bold;
}
.bootstrap .table thead > tr > th span.title_box a {
    text-decoration: none;
}
.bootstrap .table thead > tr > th span.title_box a.active {
    color: #000;
}
.bootstrap .table thead > tr > th span.title_box .label-tooltip {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #edf7fb;
    border-color: -moz-use-text-color -moz-use-text-color #d8edf7;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #3586ae;
    padding: 0 5px;
}
.bootstrap .table thead > tr.filter > th {
    background-color: #ecf6fb;
}
.bootstrap .table thead > tr.filter > th input.filter[type="text"], .bootstrap .table thead > tr.filter > th input.filter[type="password"], .bootstrap .table thead > tr.filter > th select.filter {
    border-color: #a0d0eb;
    font-size: 11px;
    padding: 4px;
}
.bootstrap .table input, .bootstrap .table select {
    margin: 0;
}
.bootstrap .table input.center, .bootstrap .table select.center {
    margin: 0 auto;
}
/*.bootstrap .table tbody > tr > td {
    background-color: #fff;
    border-bottom: 1px solid #eaedef;
    border-top: medium none;
    color: #666;
    font-size: 12px;
    padding: 3px 7px;
    vertical-align: middle;
}*/
.bootstrap .table tbody > tr.odd > td {
    background-color: #fcfdfe;
}
.bootstrap .table tbody > tr:hover > td {
    background-color: #f4f8fb;
}
.bootstrap .table td.center, .bootstrap .table th.center {
    text-align: center;
}
.bootstrap .table td.pointer {
    cursor: pointer;
}
.bootstrap .table td.dragHandle .dragGroup {
    border-radius: 5px;
    cursor: move;
    font-size: 14px;
    padding: 4px 4px 4px 20px;
    position: relative;
    text-align: center;
    width: 80px;
}
.bootstrap .table td.dragHandle .dragGroup:hover {
    background-color: #00aff0 !important;
    color: #fff;
}
.bootstrap .table td.dragHandle .dragGroup::before {
    display: block;
    height: 16px;
    left: 6px;
    position: absolute;
    top: 8px;
    width: 16px;
}
.bootstrap .table td.dragHandle .dragGroup .positions {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #aaa;
    display: inline-block;
    padding: 0 5px;
    text-shadow: 1px 1px #fff;
    width: 43px;
}
.bootstrap .table tr.actions {
    text-align: right;
}
.bootstrap .table td.actions {
    padding-right: 5px;
    text-align: right;
}
.bootstrap .table th.actions .btn {
    margin-bottom: 4px !important;
}
.bootstrap .table tr.myDragClass {
    background-color: #eee;
    padding: 10px;
}
.bootstrap .table tr.myDragClass td {
    background-color: #00aff0 !important;
    color: #fff !important;
    transform: translate(5px, 10px);
}
.bootstrap .table.tableDnD td {
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-out;
}
.bootstrap tr.highlighted td {
    background-color: #00aff0 !important;
    color: #fff !important;
}
.bootstrap .bulk-actions {
    margin: 17px 0 0;
}
.bootstrap .bulk-actions ul i {
    font-size: 14px;
}
.bootstrap .list-action-enable {
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-size: 1.3em;
    text-align: center;
    width: 30px;
}
.bootstrap .list-action-enable.action-enabled {
    color: #72c279;
}
.bootstrap .list-action-enable.action-disabled {
    color: #e08f95;
}
.bootstrap .list-action-enable:hover {
    color: #25b9d7;
}
.bootstrap .list-empty {
    background-color: #fcfdfe !important;
}
.bootstrap .list-empty .list-empty-msg {
    color: #999;
    display: block;
    font-family: "Ubuntu Condensed",Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    margin: 20px auto;
    text-align: center;
    width: 50%;
}
.bootstrap .list-empty .list-empty-icon {
    clear: both;
    color: #dedede;
    display: block;
    font-size: 84px;
    text-shadow: 1px 1px 0 #fff;
}
.bootstrap .date_range .input-group:first-child {
    margin-bottom: 5px;
}
@media (max-width: 991px) {
.bootstrap .table-responsive-row {
    overflow: visible;
}
.bootstrap .table-responsive-row table, .bootstrap .table-responsive-row thead, .bootstrap .table-responsive-row tbody, .bootstrap .table-responsive-row th, .bootstrap .table-responsive-row td, .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 {
    border: 1px solid #ccc;
    box-shadow: 0 2px 0 0 #eaedef;
    margin-bottom: 6px;
    width: 100%;
}
.bootstrap .table-responsive-row tr:last-child {
    border-bottom: 1px solid #ccc;
}
.bootstrap .table-responsive-row td {
    font-size: 1.15em !important;
    line-height: 2em !important;
    overflow: hidden;
    padding-left: 35% !important;
    position: relative;
    text-align: left !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100% !important;
}
.bootstrap .table-responsive-row td:last-child {
    border: medium none;
}
.bootstrap .table-responsive-row td .btn-group-action .dropdown-toggle {
    display: none !important;
}
.bootstrap .table-responsive-row td .btn-group-action ul.dropdown-menu, .bootstrap .table-responsive-row td .btn-group-action .dropdown-menu li {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 13;
}
.bootstrap .table-responsive-row td .dropdown-menu li a, .bootstrap .table-responsive-row td a.btn, .bootstrap .table-responsive-row td button.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #eaedef;
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    box-shadow: none;
    color: #00aff0;
    display: inline-block;
    float: right;
    font-weight: bold;
    margin: 0 !important;
    padding: 12px 10px !important;
    z-index: 13;
}
.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: #00aff0;
}
.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 {
    background-color: #00aff0;
    color: #fff;
}
.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 {
    border-right: 1px solid #eaedef;
    color: #aaa;
    font-size: 0.9em;
    font-style: italic;
    left: 12px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    top: 4px;
    white-space: nowrap;
    width: 30%;
}
.bootstrap .table-responsive-row td:last-child {
    padding: 0 !important;
    text-align: right !important;
}
.bootstrap .table-responsive-row td:last-child::before {
    content: none !important;
}
.bootstrap .table-responsive-row .btn-group {
    float: none !important;
}
.bootstrap .table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 12.75px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.bootstrap .table-responsive > .table {
    margin-bottom: 0;
}
.bootstrap .table-responsive > .table > thead > tr > th, .bootstrap .table-responsive > .table > thead > tr > td, .bootstrap .table-responsive > .table > tbody > tr > th, .bootstrap .table-responsive > .table > tbody > tr > td, .bootstrap .table-responsive > .table > tfoot > tr > th, .bootstrap .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
}
.bootstrap .table-responsive > .table-bordered {
    border: 0 none;
}
.bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0 none;
}
.bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0 none;
}
.bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0 none;
}
}
.bootstrap .tree-panel-heading-controls {
    color: #00aff0;
    font-size: 1.1em;
    line-height: 2.2em;
}
.bootstrap .tree-panel-heading-controls i {
    font-size: 14px;
}
.bootstrap .tree {
    list-style: outside none none;
    padding: 0 0 0 20px;
}
.bootstrap .tree input {
    line-height: normal;
    margin-right: 4px;
    vertical-align: baseline;
}
.bootstrap .tree i {
    font-size: 14px;
}
.bootstrap .tree .tree-item-name, .bootstrap .tree .tree-folder-name {
    border-radius: 4px;
    padding: 2px 5px;
}
.bootstrap .tree .tree-item-name label, .bootstrap .tree .tree-folder-name label {
    font-weight: 400;
}
.bootstrap .tree .tree-item-name:hover, .bootstrap .tree .tree-folder-name:hover {
    background-color: #eee;
    cursor: pointer;
}
.bootstrap .tree .tree-selected {
    background-color: #00aff0;
    color: #fff;
}
.bootstrap .tree .tree-selected:hover {
    background-color: #009cd7;
}
.bootstrap .tree .tree-selected i.tree-dot {
    background-color: #fff;
}
.bootstrap .tree i.tree-dot {
    background-color: #ccc;
    border-radius: 6px;
    display: inline-block;
    height: 6px;
    margin: 0 4px;
    position: relative;
    width: 6px;
}
.bootstrap .tree .tree-item-disable, .bootstrap .tree .tree-folder-name-disable {
    color: #ccc;
}
.bootstrap .tree .tree-item-disable:hover, .bootstrap .tree .tree-folder-name-disable:hover {
    color: #ccc;
}
.bootstrap .tree-actions {
    display: inline-block;
}
.bootstrap .tree-panel-heading-controls {
    border-bottom: 1px solid #dfdfdf;
    margin: -20px -20px 20px;
    padding: 5px;
}
.bootstrap .tree-actions .twitter-typeahead {
    padding: 0 0 0 4px;
    position: relative;
    top: 1px;
}
.bootstrap .tree-actions .tt-hint {
    color: #ccc;
    left: 4px !important;
}
.bootstrap .tree-panel-label-title {
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 8px;
}
.bootstrap label.control-label {
    color: #666;
    font-size: 13px;
    font-weight: normal;
}
.bootstrap label.control-label span.label-tooltip {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #edf7fb;
    border-color: -moz-use-text-color -moz-use-text-color #d8edf7;
    border-image: none;
    border-radius: 3px;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #3586ae;
    font-size: 13px;
    padding: 0 5px;
    text-decoration: none;
}
.bootstrap label.required::before {
    color: red;
    content: "*";
    font-size: 14px;
    line-height: 12px;
    position: relative;
}
.bootstrap .tooltip {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    white-space: normal;
}
.bootstrap select.input-tiny, .bootstrap input.input-tiny[type="text"], .bootstrap input.input-tiny[type="password"] {
    float: left;
    width: 80px;
}
.bootstrap textarea {
    resize: none;
}
.bootstrap textarea:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="password"]:focus, .bootstrap input[type="datetime"]:focus, .bootstrap input[type="datetime-local"]:focus, .bootstrap input[type="date"]:focus, .bootstrap input[type="month"]:focus, .bootstrap input[type="time"]:focus, .bootstrap input[type="week"]:focus, .bootstrap input[type="number"]:focus, .bootstrap input[type="email"]:focus, .bootstrap input[type="url"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="tel"]:focus, .bootstrap input[type="color"]:focus, .bootstrap .uneditable-input:focus {
    background-color: #fefbe2;
    box-shadow: none;
}
.bootstrap .btn .caret {
    border-top-color: #333 !important;
}
.bootstrap .btn:hover .caret {
    border-top-color: #fff !important;
}
.bootstrap .btn.btn-default i {
    color: #555;
}
.bootstrap .btn.btn-default:hover {
    background-color: #00aff0;
    border-color: #008abd;
    box-shadow: none;
    color: #fff;
}
.bootstrap .btn.btn-default:hover i {
    color: #fff;
}
.bootstrap .btn.btn-primary {
    background-color: #00aff0;
    color: #fff;
    text-transform: uppercase;
}
.bootstrap .btn.btn-primary i {
    color: #fff;
}
.bootstrap .btn.btn-primary:hover {
    background-color: #008abd;
    box-shadow: none;
}
.bootstrap .btn.btn-default[disabled] {
    background-color: #f2f2f2;
    border-color: #999;
    color: #999;
}
.bootstrap .dropdown-menu {
    text-align: left;
}
.bootstrap .dropdown-menu > li a {
    padding: 5px 10px;
}
.bootstrap .dropdown-menu > li a:hover i {
    color: #fff;
}
.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 > a, .bootstrap .btn-group-action .btn-group button {
    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 {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.bootstrap .tt-query {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.bootstrap .tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 0.9em;
    text-transform: none;
}
.bootstrap .tt-suggestions {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    padding: 0 6px;
}
.bootstrap .tt-suggestion p {
    border-bottom: 1px solid #ccc;
    margin: 0 !important;
    padding: 0 !important;
}
.bootstrap .tt-suggestion:last-child p {
    border-bottom: medium none;
}
.bootstrap .tagify-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    min-height: 30px;
    overflow: auto;
    padding: 0 3px;
}
.bootstrap .tagify-container span {
    float: left;
}
.bootstrap .tagify-container > span {
    background-color: #3ecbff;
    border: 1px solid #00aff0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin: 3px;
    padding: 2px 5px;
}
.bootstrap .tagify-container > span > a {
    color: #00aff0;
    font-weight: bold;
    padding-left: 5px;
    text-decoration: none;
}
.bootstrap .tagify-container > input {
    border: 0 none;
    box-shadow: none;
    height: auto;
    margin-top: 2px;
    width: 140px;
}
.bootstrap .tagify-container > input:focus {
    box-shadow: none;
    outline: 0 none;
}
@media (max-width: 1200px) {
.bootstrap .form-group input[type="text"], .bootstrap .form-group input[type="search"], .bootstrap .form-group input[type="password"], .bootstrap .form-group textarea, .bootstrap .form-group select {
    margin: 4px 0;
}
.bootstrap .form-group .input-group {
    margin: 4px 0;
}
.bootstrap .form-group .input-group input[type="text"], .bootstrap .form-group .input-group input[type="search"], .bootstrap .form-group .input-group input[type="password"], .bootstrap .form-group .input-group textarea, .bootstrap .form-group .input-group select {
    margin: 0;
}
}
.bootstrap input[type="text"], .bootstrap input[type="search"], .bootstrap input[type="password"], .bootstrap input[type="email"], .bootstrap input[type="tel"] {
    font-family: "Open Sans",Helvetica,Arial,sans-serif,"FontAwesome" !important;
}
.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 {
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    padding: 10px 10px 5px;
}
.bootstrap .box-stats .kpi-content {
    float: left;
    padding-left: 40px;
    position: relative;
    width: 100%;
}
.bootstrap .box-stats .kpi-content i {
    border-radius: 3px;
    color: #fff;
    font-size: 26px;
    left: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 0;
}
.bootstrap .box-stats .kpi-content .title {
    color: #666;
    display: block;
}
.bootstrap .box-stats .kpi-content .subtitle {
    color: #aaa;
    display: block;
    text-transform: uppercase;
}
.bootstrap .box-stats .kpi-content .value {
    clear: both;
    display: block;
    font-size: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bootstrap .box-stats:hover {
    text-decoration: none;
}
.bootstrap .color1 i, .bootstrap .color1 .boxchart-overlay {
    color: #2ba8e3 !important;
}
.bootstrap .color1 .value {
    color: #2ba8e3;
}
.bootstrap .color2 i, .bootstrap .color2 .boxchart-overlay {
    color: #ff5450 !important;
}
.bootstrap .color2 .value {
    color: #ff5450;
}
.bootstrap .color3 i, .bootstrap .color3 .boxchart-overlay {
    color: #9e5ba1 !important;
}
.bootstrap .color3 .value {
    color: #9e5ba1;
}
.bootstrap .color4 i, .bootstrap .color4 .boxchart-overlay {
    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, 0.3);
    stroke-width: 0;
}
.bootstrap .switch a, .bootstrap .switch-light span span {
    display: none;
}
@media only screen {
.bootstrap .switch-light {
    display: block;
    height: 26px;
    overflow: visible;
    padding: 0;
    position: relative;
}
.bootstrap .switch-light * {
    box-sizing: border-box;
}
.bootstrap .switch-light a {
    display: block;
    transition: all 0.3s ease-out 0s;
}
.bootstrap .switch-light label, .bootstrap .switch-light > span {
    line-height: 26px;
    vertical-align: middle;
}
.bootstrap .switch-light label {
    display: block;
    position: relative;
    width: 100%;
    z-index: 3;
}
.bootstrap .switch-light input {
    opacity: 0;
    position: absolute;
    z-index: 5;
}
.bootstrap .switch-light input:checked ~ a {
    left: 0;
}
.bootstrap .switch-light > span {
    font-weight: normal;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    width: 100%;
}
.bootstrap .switch-light > span span {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50%;
    z-index: 5;
}
.bootstrap .switch-light > span span:last-child {
    left: 50%;
}
.bootstrap .switch-light a {
    display: block;
    height: 100%;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 4;
}
.bootstrap .switch {
    display: block;
    height: 26px;
    position: relative;
}
.bootstrap .switch * {
    box-sizing: border-box;
}
.bootstrap .switch a {
    display: block;
    transition: all 0.3s ease-out 0s;
}
.bootstrap .switch label, .bootstrap .switch > span {
    line-height: 26px;
    vertical-align: middle;
}
.bootstrap .switch input {
    opacity: 0;
    position: absolute;
}
.bootstrap .switch label {
    float: left;
    height: 100%;
    margin: 0;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 2;
}
.bootstrap .switch a {
    background-color: #2eacce;
    border: 1px solid #279cbb;
    color: #fff;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1;
}
.bootstrap .switch input:last-of-type:checked ~ a {
    background-color: #e08f95;
    border: 1px solid #ca6f6f;
    left: 50%;
}
.bootstrap .switch input:disabled ~ a {
    background-color: #cdcdcd !important;
    border: 1px solid #b3b3b3 !important;
    box-shadow: 0 -1px 0 #b3b3b3 inset !important;
}
.bootstrap .switch.switch-3 label, .bootstrap .switch.switch-3 a {
    width: 33.3333%;
}
.bootstrap .switch.switch-3 input:checked:nth-of-type(2) ~ a {
    left: 33.3333%;
}
.bootstrap .switch.switch-3 input:checked:last-of-type ~ a {
    left: 66.6667%;
}
.bootstrap .switch.switch-4 label, .bootstrap .switch.switch-4 a {
    width: 25%;
}
.bootstrap .switch.switch-4 input:checked:nth-of-type(2) ~ a {
    left: 25%;
}
.bootstrap .switch.switch-4 input:checked:nth-of-type(3) ~ a {
    left: 50%;
}
.bootstrap .switch.switch-4 input:checked:last-of-type ~ a {
    left: 75%;
}
.bootstrap .switch.switch-5 label, .bootstrap .switch.switch-5 a {
    width: 20%;
}
.bootstrap .switch.switch-5 input:checked:nth-of-type(2) ~ a {
    left: 20%;
}
.bootstrap .switch.switch-5 input:checked:nth-of-type(3) ~ a {
    left: 40%;
}
.bootstrap .switch.switch-5 input:checked:nth-of-type(4) ~ a {
    left: 60%;
}
.bootstrap .switch.switch-5 input:checked:last-of-type ~ a {
    left: 80%;
}
.bootstrap .prestashop-switch {
    background-color: #eee;
    border-radius: 3px;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15) inset;
    color: #333;
    margin-top: 3px;
    text-align: center;
}
.bootstrap .prestashop-switch * {
    outline: 0 none !important;
}
.bootstrap .prestashop-switch label {
    color: #bbb;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    transition: color 0.2s ease-out 0s;
}
.bootstrap .prestashop-switch input:checked + label {
    color: #fff;
}
.bootstrap .prestashop-switch > span {
    color: #666;
    cursor: pointer;
    text-transform: uppercase;
}
.bootstrap .prestashop-switch.switch-light input:checked ~ a {
    background-color: #96d19b;
    border: 1px solid #72c279;
    box-shadow: 0 -1px 0 #72c279 inset;
}
.bootstrap .prestashop-switch.switch-light input:checked ~ span span:first-of-type {
    color: #fff;
}
.bootstrap .prestashop-switch.switch-light input:checked ~ span span:last-of-type {
    color: #ccc;
}
.bootstrap .prestashop-switch.switch-light input ~ a {
    background-color: #ebb7bb;
    border: 1px solid #e08f95;
    box-shadow: 0 -1px 0 #e08f95 inset;
}
.bootstrap .prestashop-switch.switch-light input ~ span span:first-of-type {
    color: #ccc;
}
.bootstrap .prestashop-switch.switch-light input ~ span span:last-of-type {
    color: #fff;
}
}
.bootstrap .page-head {
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    color: #363a41;
    height: 100px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 36px;
    width: 100%;
    z-index: 499;
}
.bootstrap .page-head h2.page-title {
    color: #363a41;
    float: left;
    font: 20pt "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 26px 0 0 230px;
    position: relative;
    white-space: nowrap;
}
@media (max-width: 768px) {
.bootstrap .page-head h2.page-title {
    padding: 26px 0 0 70px;
}
}
.bootstrap .page-head h2.page-title a {
    border-bottom: 1px dotted #fff;
}
.bootstrap .page-head h2.page-title a:hover {
    border-color: #000;
    color: #000;
}
.bootstrap .page-head a {
    color: #fff;
    text-decoration: none;
}
.bootstrap .page-head h4.page-subtitle {
    float: left;
    font-family: "Open Sans";
    left: 230px;
    margin-top: 60px;
    position: absolute;
}
@media (max-width: 768px) {
.bootstrap .page-head h4.page-subtitle {
    left: 70px;
}
}
.bootstrap .page-head .toolbarBox {
    background-color: transparent !important;
    position: absolute;
    right: 0;
}
.bootstrap .page-head .toolbarBox #toolbar-nav {
    border: medium none;
}
.bootstrap .page-head .toolbarBox .btn-toolbar {
    margin: 0;
    padding: 3px 0 0;
}
.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn {
    color: #363a41;
    font-size: 12px;
    line-height: 8px;
    margin: 0 3px 2px 0;
    overflow: hidden;
    padding: 20px 5px !important;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: none;
    white-space: nowrap;
}
@media (max-width: 992px) {
.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn {
    font-size: 11px;
    width: 46px;
}
}
.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn i {
    color: #2eacce;
}
.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn i:hover {
    color: #40c9ed;
}
.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn div {
    padding-top: 10px;
}
.bootstrap .page-head .toolbarBox .btn-toolbar .dropdown-toolbar {
    border-radius: 3px;
    display: none;
    float: right;
}
@media (max-width: 768px) {
.bootstrap .page-head .toolbarBox .btn-toolbar .dropdown-toolbar {
    display: block;
}
}
.bootstrap .page-head ul.page-breadcrumb {
    background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    height: 20px;
    left: 230px;
    line-height: 20px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    white-space: nowrap;
}
@media (max-width: 768px) {
.bootstrap .page-head ul.page-breadcrumb {
    left: 70px;
}
}
.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 {
    border-right: 1px solid #659e32;
    color: #659e32;
    font-size: 42px;
    left: -60px;
    padding-right: 5px;
    position: absolute;
    top: 2px;
}
.bootstrap .page-head ul.page-breadcrumb li::before {
    color: #659e32;
}
.bootstrap .page-head ul.page-breadcrumb li a {
    color: #363a41;
}
.bootstrap .page-head ul.page-breadcrumb li a:hover {
    color: #363a41;
}
.bootstrap .page-header-toolbar-back {
    border: medium none !important;
    display: inline-block;
}
.bootstrap #datepicker .input-selected {
    margin: 0;
}
.bootstrap #datepicker #date-start.input-selected, .bootstrap #datepicker #date-end.input-selected {
    border: 3px solid #00a4e7;
}
.bootstrap #datepicker #date-start-compare.input-selected, .bootstrap #datepicker #date-end-compare.input-selected {
    border: 3px solid #ff8000;
}
.bootstrap #datepicker div#datepicker-form #date-range {
    border: 1px solid #0092ce;
}
.bootstrap #datepicker div#datepicker-form #date-range .form-date-heading {
    background-color: #0092ce;
}
.bootstrap #datepicker div#datepicker-form #date-compare {
    border: 1px solid #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 .title, .bootstrap #datepicker div#datepicker-form .form-date-heading .checkbox-title label {
    color: #fff;
    font-size: 1.15em;
    font-weight: 200;
    line-height: 2em;
    text-transform: uppercase;
}
.bootstrap #datepicker div#datepicker-form .form-date-heading .btn-default {
    background-color: rgba(255, 255, 255, 0.3);
    border: medium none;
    color: #fff;
    font-weight: 700;
}
.bootstrap #datepicker div#datepicker-form .form-date-heading select {
    margin: 2px 2px 0 0;
}
.bootstrap #datepicker div#datepicker-form .form-date-body, .bootstrap #datepicker div#datepicker-form .form-date-actions {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    width: 100%;
}
.bootstrap #datepicker div#datepicker-form .form-date-actions {
    border: 1px solid #ccc;
}
.bootstrap #datepicker div#datepicker-form .form-date-group {
    clear: both;
    margin: 0 auto 6px;
    width: 100%;
}
.bootstrap #datepicker div#datepicker-form .form-date-group label {
    color: #666;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}
.bootstrap #datepicker div#datepicker-form .form-date-group input {
    margin: 4px 4px 0 0;
}
.bootstrap #datepicker div#datepicker-form .form-date-group input[type="text"] {
    width: 35%;
}
.bootstrap #datepicker div#datepicker-form .form-date-group button {
    margin: 5px 0 0;
}
.bootstrap #datepicker .daterangepicker {
    border: 1px solid #ccc;
    font-size: 13px;
    margin: 0 0 8px;
    position: relative;
    width: 100%;
}
.bootstrap #datepicker .daterangepicker table {
    border-spacing: 1px;
    margin: 0;
    width: 100%;
}
.bootstrap #datepicker .daterangepicker thead tr th {
    background-color: #0092ce;
    color: #fff;
    font-size: 0.7em;
    height: 1.5em;
    text-transform: uppercase;
}
.bootstrap #datepicker .daterangepicker thead tr:first-child th {
    background-color: #fff;
    border-bottom: 1px solid #0092ce;
    color: #00a4e7;
    font-size: 1.4em;
    font-weight: 200;
}
.bootstrap #datepicker .daterangepicker td, .bootstrap #datepicker .daterangepicker th {
    padding: 0;
    position: relative;
    text-align: center;
}
.bootstrap #datepicker .daterangepicker tr {
    border-bottom: 1px solid #fff;
}
.bootstrap #datepicker .daterangepicker td {
    color: #00a4e7;
    height: 2.4em;
    padding: 0 8px;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-out;
}
.bootstrap #datepicker .daterangepicker td.day::after {
    background-color: transparent;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bootstrap #datepicker .daterangepicker td.day:hover {
    cursor: pointer;
}
.bootstrap #datepicker .daterangepicker td.day.disabled {
    color: #ccc;
}
.bootstrap #datepicker .daterangepicker td.old, .bootstrap #datepicker .daterangepicker td.new {
    color: #ccc;
}
.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected) {
    background-color: #00a4e7;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
    font-weight: 700;
}
.bootstrap #datepicker .daterangepicker td.start-selected.range-compare:not(.old):not(.new):not(.end-selected) {
    background-color: #4da1b1;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap #datepicker .daterangepicker td.start-selected.end-selected-compare:not(.old):not(.new):not(.end-selected), .bootstrap #datepicker .daterangepicker td.start-selected.start-selected-compare:not(.old):not(.new):not(.end-selected) {
    background-color: #4d99a2;
}
.bootstrap #datepicker .daterangepicker td.start-selected.end-selected-compare:not(.old):not(.new):not(.end-selected) {
    border-radius: 0;
}
.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected) {
    background-color: #00a4e7;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    font-weight: 700;
}
.bootstrap #datepicker .daterangepicker td.end-selected.range-compare:not(.old):not(.new):not(.start-selected) {
    background-color: #4da1b1;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap #datepicker .daterangepicker td.end-selected.end-selected-compare:not(.old):not(.new):not(.start-selected), .bootstrap #datepicker .daterangepicker td.end-selected.start-selected-compare:not(.old):not(.new):not(.start-selected) {
    background-color: #4d99a2;
}
.bootstrap #datepicker .daterangepicker td.end-selected.start-selected-compare:not(.old):not(.new):not(.start-selected) {
    border-radius: 0;
}
.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare) {
    background-color: #ff8000;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
    font-weight: 700;
}
.bootstrap #datepicker .daterangepicker td.start-selected-compare.range:not(.old):not(.new):not(.end-selected-compare) {
    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) {
    background-color: #ff8000;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    font-weight: 700;
}
.bootstrap #datepicker .daterangepicker td.end-selected-compare.range:not(.old):not(.new):not(.start-selected-compare) {
    background-color: #bb924d;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap #datepicker .daterangepicker td.end-selected.start-selected {
    background-color: #00a4e7;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
}
.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 {
    background-color: #ff8000;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
}
.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare.range {
    background-color: #bb924d;
    border-radius: 0;
}
.bootstrap #datepicker .daterangepicker td.range {
    background-color: #1bbdff;
    color: #cef1ff;
}
.bootstrap #datepicker .daterangepicker td.range.range-compare {
    background-color: #8dab99;
}
.bootstrap #datepicker .daterangepicker td.range-compare {
    background-color: #f93;
    color: #fff2e6;
}
.bootstrap #datepicker .daterangepicker td.range-compare.range {
    background-color: #8dab99;
}
.bootstrap #datepicker .daterangepicker td.today {
    background-color: #fff;
}
.bootstrap #datepicker .daterangepicker td span {
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 400;
    height: 3em;
    line-height: 3em;
    padding: 0;
    text-transform: uppercase;
    width: 33.333%;
}
.bootstrap #datepicker .daterangepicker td span:hover {
    background-color: #00a4e7;
    color: #fff;
}
.bootstrap #datepicker .daterangepicker td span.active {
    background-color: #00a4e7;
    color: #fff;
}
.bootstrap #datepicker .daterangepicker td span.old {
    color: #ccc;
}
.bootstrap #datepicker .daterangepicker th.next {
    padding: 0 10px 0 0;
    text-align: right;
}
.bootstrap #datepicker .daterangepicker th.prev {
    padding: 0 0 0 10px;
    text-align: left;
}
.bootstrap #datepicker .daterangepicker th.next, .bootstrap #datepicker .daterangepicker th.prev, .bootstrap #datepicker .daterangepicker th.month-switch {
    font-size: 1.3em;
    height: 2em;
    line-height: 2em;
}
.bootstrap #datepicker .daterangepicker th.next:hover, .bootstrap #datepicker .daterangepicker th.prev:hover, .bootstrap #datepicker .daterangepicker th.month-switch:hover {
    background-color: #0092ce;
    color: #fff;
}
.bootstrap #datepicker .daterangepicker thead tr:first-child th {
    cursor: pointer;
}
.bootstrap .chevron-left, .bootstrap .chevron-right {
    position: relative;
}
.bootstrap .chevron-left::before, .bootstrap .chevron-right::before {
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.bootstrap .chevron-left::before {
    background-color: #1bbdff;
    border-color: transparent transparent transparent #00a4e7;
    border-width: 1.2em 0 1.2em 0.5em;
    right: 0;
    top: 0;
}
.bootstrap .chevron-right::before {
    background-color: #00a4e7;
    border-color: transparent transparent transparent #1bbdff;
    border-width: 1.2em 0 1.2em 0.5em;
    left: 0;
    top: 0;
}
.bootstrap .input-complete {
    animation: 0.2s ease-in-out 0s normal none 1 running one;
}
.bootstrap .breadcrumb-multishop {
    position: relative;
    width: auto;
}
.bootstrap .breadcrumb-multishop::after {
    background-color: #659e32;
    border-radius: 0 4px 4px 0;
    bottom: 0;
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 22px;
    padding: 0 7px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}
.bootstrap .breadcrumb-multishop select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #659e32;
    border-radius: 4px;
    color: #666;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    margin: 0;
    outline: medium none;
    padding: 0 5px 0 8px;
    position: relative;
}
.bootstrap .breadcrumb-multishop select:focus {
    box-shadow: 0 0 0 1px #659e32;
}
.bootstrap #header_shop .group {
    font-style: italic;
}
.bootstrap #header_shop .shop a {
    padding-left: 20px;
}
@media not all {
.bootstrap .custom-select select {
    padding-right: 30px;
}
}
.bootstrap .no-pointer-events .custom-select::after {
    content: none;
}
.bootstrap .multishop-well {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #faf8f0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #fbeccb;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
    margin-bottom: 15px;
    padding: 20px 20px 10px;
}
.bootstrap .media-product-pack {
    border: 2px solid #eee;
    border-radius: 4px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding: 4px;
    position: relative;
    width: 200px;
}
.bootstrap .media-product-pack .media-product-pack-img {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
}
.bootstrap .media-product-pack .media-product-pack-title {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.bootstrap .media-product-pack .media-product-pack-ref {
    color: #aaa;
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.bootstrap .media-product-pack .media-product-pack-action {
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 7px;
}
.bootstrap .media-product-pack .media-product-pack-quantity {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 25px;
    left: 7px;
    line-height: 23px;
    min-width: 35px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    top: 7px;
}
.bootstrap #carrier_wizard {
    display: block;
    position: relative;
}
.bootstrap #carrier_wizard .translatable-field {
    color: #363a41;
}
.bootstrap #carrier_wizard .translatable-field li a {
    color: #363a41;
}
.bootstrap #carrier_wizard .stepContainer {
    clear: both;
    display: block;
    position: relative;
}
.bootstrap #carrier_wizard .stepContainer div.content {
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
}
.bootstrap #carrier_wizard .stepContainer .StepTitle {
    clear: both;
    display: block;
    position: relative;
}
.bootstrap #carrier_wizard ul.anchor {
    clear: both;
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    width: 100%;
}
.bootstrap #carrier_wizard ul.anchor.nbr_steps_4 li {
    float: left;
    width: 25%;
}
.bootstrap #carrier_wizard ul.anchor.nbr_steps_5 li {
    float: left;
    width: 25%;
}
.bootstrap #carrier_wizard li {
    display: block;
    overflow: hidden;
    position: relative;
}
.bootstrap #carrier_wizard li a {
    color: #ccc;
    display: block;
    height: 32px;
    margin: 0 16px 0 0;
    outline-style: none;
    position: relative;
    text-decoration: none;
}
.bootstrap #carrier_wizard li a .stepNumber {
    color: #fff;
    float: left;
    font-size: 30px;
    height: 32px;
    line-height: 32px;
    margin-right: 3px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: 24px;
}
.bootstrap #carrier_wizard li a .stepDesc {
    display: table-cell;
    font-size: 13px;
    height: 32px;
    line-height: 13px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.bootstrap #carrier_wizard li a .chevron {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent #fff;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 16px 0 16px 14px;
    position: absolute;
    right: -16px;
    top: 0;
}
.bootstrap #carrier_wizard li a .chevron::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent #ccc;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 16px 0 16px 14px;
    content: "";
    position: absolute;
    right: 2px;
    top: -16px;
}
.bootstrap #carrier_wizard li a.disabled {
    background-color: #ccc;
    color: #777;
}
.bootstrap #carrier_wizard li a.disabled .chevron::after {
    border-left: 14px solid #ccc;
}
.bootstrap #carrier_wizard li a.selected {
    background-color: #363a41;
    color: #f8f8f8;
    cursor: text;
}
.bootstrap #carrier_wizard li a.selected .chevron::after {
    border-left: 14px solid #363a41;
}
.bootstrap #carrier_wizard li a.done {
    background-color: #72c279;
    color: #fff;
}
.bootstrap #carrier_wizard li a.done .chevron::after {
    border-left: 14px solid #72c279;
}
.bootstrap #carrier_wizard .loader {
    display: none;
}
.bootstrap #carrier_wizard .msgBox {
    background-color: #ffd;
    border: 1px solid gold;
    border-radius: 5px;
    color: #5a5655;
    display: none;
    float: left;
    margin: 4px 0 0 5px;
    padding: 5px;
    position: relative;
}
.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 {
    font-weight: bold;
    text-align: right;
    width: 220px;
}
.bootstrap #carrier_wizard .range_data {
    width: 110px;
}
.bootstrap #carrier_wizard .range_sign {
    font-size: 20px;
    text-align: center;
    width: 18px;
}
.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 {
    height: 30px;
}
.bootstrap #carrier_wizard .actionBar a {
    float: right;
    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: "Droid Sans Mono",Helvetica,Arial,sans-serif !important;
    font-weight: 200;
    word-spacing: -0.3em;
}
.bootstrap .color_success {
    color: #72c279;
}
.bootstrap .color_danger {
    color: #e08f95;
}
.bootstrap .dash_trend_down {
    color: #e08f95;
}
.bootstrap .dash_trend_down::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 4px;
}
.bootstrap .dash_trend_up {
    color: #72c279;
}
.bootstrap .dash_trend_up::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 4px;
}
.bootstrap .dash_trend_right::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 4px;
}
.bootstrap #dashboard section > section header {
    background-color: #00aff0;
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 3px;
    padding: 3px 8px;
}
.bootstrap #dashboard section > section header .small {
    clear: both;
    display: block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
}
.bootstrap #dashboard .data_list {
    margin: 0 0 10px;
    padding: 0;
}
.bootstrap #dashboard .data_list li {
    position: relative;
}
.bootstrap #dashboard .data_list .data_value {
    line-height: 39px;
    padding: 0 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}
.bootstrap #dashboard .data_list_small {
    border-top: 1px solid #ddd;
    margin: 8px 0 10px;
    padding: 0;
}
.bootstrap #dashboard .data_list_small li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-style: none none dashed;
    border-width: medium medium 1px;
    margin: 0;
    padding: 3px 0;
    position: relative;
}
.bootstrap #dashboard .data_list_small .data_label {
    color: #bbb;
    text-transform: uppercase;
}
.bootstrap #dashboard .data_list_small .data_value {
    line-height: 25px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.bootstrap #dashboard .data_list_large {
    margin: 8px 0 10px;
    padding: 0;
}
.bootstrap #dashboard .data_list_large li {
    border: medium none;
    margin: 0;
    padding: 6px 0;
    position: relative;
}
.bootstrap #dashboard .data_list_large .data_label {
    line-height: 0.8em;
}
.bootstrap #dashboard .data_list_large .data_label small {
    font-size: 0.6em;
}
.bootstrap #dashboard .data_list_large .data_value {
    line-height: 0.6em;
    padding: 8px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.bootstrap #dashboard .data_list_large .data_value small {
    font-size: 0.5em;
}
.bootstrap #dashboard .data_list_vertical {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 0;
}
.bootstrap #dashboard .data_list_vertical li {
    border-left: 1px solid #ddd;
    padding: 6px;
}
.bootstrap #dashboard .data_list_vertical li:first-child {
    border: medium none;
}
.bootstrap #dashboard .data_list_vertical .data_label {
    display: block;
    line-height: 1em;
    min-height: 32px;
    text-align: center;
}
.bootstrap #dashboard .data_list_vertical .data_value {
    display: block;
    text-align: center;
}
.bootstrap #dashboard #dashtrends header {
    margin-bottom: 0;
}
.bootstrap #dashboard #dashtrends #dashtrends_toolbar {
    margin: 0 -16px 10px;
}
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl {
    box-shadow: 0 0 0 2px #fff inset;
}
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dt {
    color: #777;
    height: 2.6em;
    margin: 0;
    padding: 0;
}
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.data_value {
    color: #aaa;
}
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.data_value small {
    font-size: 0.5em;
}
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.dash_trend {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    width: 80px;
}
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl:hover dt, .bootstrap #dashboard #dashtrends #dashtrends_toolbar dl:hover dd.data_value {
    color: #00aff0;
}
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl:hover dt {
    text-decoration: underline;
}
.bootstrap #dashboard #dashtrends #dashtrends_toolbar dl.active dt, .bootstrap #dashboard #dashtrends #dashtrends_toolbar dl.active dd.data_value {
    color: #fff;
}
.bootstrap #dashboard #dashtrends dl {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    cursor: pointer;
    margin: 0;
    min-height: 70px;
    padding: 10px;
    text-align: center;
}
.bootstrap #dashboard #dashtrends dl:first-child {
    border-left: medium none;
}
.bootstrap #dashboard #dashtrends dl.active {
    background-color: #00aff0;
    box-shadow: 0 0 0 2px #fff inset;
}
.bootstrap #dashboard #dashtrends dl.active dt {
    color: #fff;
}
.bootstrap #dashboard #dashtrends dt {
    font: 400 1.1em/120% "Ubuntu Condensed",Helvetica,Arial,sans-serif;
    height: 37px;
    text-align: center;
}
.bootstrap #dashboard #dashtrends dd span {
    font-size: 0.9em;
    white-space: nowrap;
}
.bootstrap #dashboard #dashtrends svg {
    height: 350px;
}
.bootstrap #dashboard #dashgoals svg {
    height: 250px;
}
.bootstrap #dashboard #dashproducts nav {
    font: 400 1.1em/120% "Ubuntu Condensed",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.bootstrap #dashboard #dashaddons {
    background-color: #fff;
    border: 1px dashed silver;
    border-radius: 3px;
    font-size: 1.3em;
    padding: 10px 20px;
    text-align: center;
}
.bootstrap #dashboard #dashaddons a {
    display: block;
}
.bootstrap #dashboard #dashaddons a:hover {
    text-decoration: none;
}
.bootstrap #dashboard #dashactivity svg {
    height: 150px;
}
.bootstrap #dashboard .loading .data_value {
    min-width: 30px;
    text-align: center;
}
.bootstrap #dashboard .loading .data_value::before {
    color: #ccc;
    font-size: 14px;
}
.bootstrap #dashboard .loading .data_value span, .bootstrap #dashboard .loading .data_value small {
    display: none;
}
.bootstrap #dashboard .loading .data_trend {
    display: none;
}
.bootstrap #dashboard .tooltip-panel {
    min-width: 150px;
    padding: 10px;
}
.bootstrap #dashboard .tooltip-panel-heading {
    border-bottom: 1px solid #ccc;
    font: 400 1.2em/1.42857 "Ubuntu Condensed",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bootstrap .data_loading, .bootstrap #dashboard .data_value span, .bootstrap #dashboard .data_value .dash_trend {
    animation-duration: 0.7s;
    animation-name: bounceG;
    opacity: 1;
    transform: scaleY(0.7);
}
@keyframes bounceG {
0% {
    opacity: 0;
    transform: scaleY(0.1);
}
100% {
    opacity: 1;
    transform: scaleY(1);
}
}
@keyframes bounceG {
0% {
    opacity: 0;
    transform: scaleY(0.1);
}
100% {
    opacity: 1;
    transform: scaleY(1);
}
}
.bootstrap #dash_version {
    overflow: hidden;
    padding: 0 !important;
}
.bootstrap #dash_version iframe {
    height: 80px;
    width: 100%;
}
.bootstrap #calendar button.btn-default.active {
    background-color: #00aff0;
    border-color: #008abd;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
}
@media (max-width: 480px) {
.bootstrap #calendar {
    padding: 10px !important;
}
.bootstrap #calendar button.btn-default {
    padding: 5px;
}
}
.bootstrap #login {
    min-height: 100%;
    padding-bottom: 45px;
}
.bootstrap #shop-img {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 69.5px;
    z-index: 1;
}
.bootstrap #login-header {
    color: #6d6d6d;
    margin-bottom: 30px;
    padding-top: 40px;
}
.bootstrap #login-header h1, .bootstrap #login-header h4 {
    margin: 0;
    padding: 0;
}
.bootstrap #login-panel {
    margin: 0 auto;
    width: 500px;
}
.bootstrap #login-panel .form-control, .bootstrap #login-panel input[type="text"], .bootstrap #login-panel input[type="search"], .bootstrap #login-panel input[type="password"], .bootstrap #login-panel textarea, .bootstrap #login-panel select {
    height: inherit !important;
    padding: 10px 8px !important;
}
@media (max-width: 480px) {
.bootstrap #login-panel {
    width: 90%;
}
}
.bootstrap #login-panel .panel, .bootstrap #login-panel #dash_version, .bootstrap #login-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #login-panel .message-item-initial-body, .bootstrap #login-panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #login-panel .timeline-panel {
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.bootstrap #login-panel .panel-footer {
    height: inherit;
    margin: 0 -20px -20px;
}
.bootstrap #login-panel .flip-container {
    height: 420px;
    margin-top: 115px;
    perspective: 1000px;
    transform-style: preserve-3d;
}
.bootstrap #login-panel .flip-container.flip .flipper {
    transform: rotateY(180deg);
}
.bootstrap #login-panel .flip-container.flip .back {
    backface-visibility: visible;
}
.bootstrap #login-panel .flipper {
    position: relative;
    transform-style: preserve-3d;
    transition-duration: 0.6s;
}
.bootstrap #login-panel .front, .bootstrap #login-panel .back {
    backface-visibility: hidden;
    left: 0;
    padding: 40px;
    position: absolute;
    top: 0;
    transform-style: preserve-3d;
    transition: all 0.6s ease 0s;
    width: 100%;
}
.bootstrap #login-panel .front {
    transform: rotateY(0deg);
    z-index: 2;
}
.bootstrap #login-panel .back {
    display: none;
    transform: rotateY(180deg);
    z-index: 1;
}
.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 #module-list h3 {
    background-color: transparent;
    color: #363a41;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}
.bootstrap #module-list select.active {
    background: #bdedff none repeat scroll 0 0;
    border: 1px solid #00aff0;
}
.bootstrap #module-list select.active option {
    background: #fff none repeat scroll 0 0 !important;
}
.bootstrap .hook_panel {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 10px !important;
    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 {
    background-color: #fff;
    border-radius: 3px;
    color: #00aff0;
    font-size: 1.4em;
    padding: 0 4px;
}
.bootstrap .hook_panel_header .hook_description {
    padding: 3px 0 0 3px;
}
.bootstrap .modules_list_container_tab img {
    max-width: 66px;
}
.bootstrap .module_list .module_list_item {
    border: 1px solid #9ed0ec;
    display: table;
    margin-bottom: -1px;
    padding: 5px 0;
    width: 100%;
}
.bootstrap .module_list .module_list_item.highlight {
    background-color: #f7e69f;
}
.bootstrap .module_list .draggable {
    cursor: pointer;
}
.bootstrap .module_col_select {
    border-right: 1px solid #ddd;
    display: table-cell;
    min-height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 22px;
}
.bootstrap .module_col_position {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 70px;
}
.bootstrap .module_col_position .positions {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #aaa;
    cursor: move;
    font-size: 1.4em;
    padding: 0 5px;
    text-shadow: 1px 1px #fff;
}
.bootstrap .module_col_icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.bootstrap .module_col_infos {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
}
.bootstrap .module_col_actions {
    display: table-cell;
    padding: 0 10px;
    text-align: right;
    vertical-align: middle;
    width: 160px;
}
.bootstrap .module_col_actions .btn-group {
    text-align: left;
}
.bootstrap li.sortable-placeholder {
    background-color: #eee;
    border: 1px dashed #ccc;
    border-radius: 5px;
    margin: 4px;
}
.bootstrap td.module_active {
    background-color: #96d19b !important;
}
.bootstrap td.module_inactive {
    background-color: #d5d5d5 !important;
}
.bootstrap .module-badge-popular, .bootstrap .module-badge-partner, .bootstrap .module-badge-bought {
    font-size: 12px;
}
.bootstrap .module-badge-popular {
    background-color: #f01778;
}
.bootstrap .module-badge-partner {
    background-color: #00aff0;
}
.bootstrap .module-badge-bought {
    background-color: #8bc954;
}
.bootstrap .categoriesTitle .list-group #filternameForm, .bootstrap .categoriesTitle #dashboard .data_list #filternameForm, .bootstrap #dashboard .categoriesTitle .data_list #filternameForm {
    padding-right: 15px;
}
.bootstrap .categoriesTitle .list-group .list-group-item, .bootstrap .categoriesTitle #dashboard .data_list .list-group-item, .bootstrap #dashboard .categoriesTitle .data_list .list-group-item, .bootstrap #dashboard .data_list .categoriesTitle .list-group li, .bootstrap .categoriesTitle #dashboard .data_list li, .bootstrap #dashboard .categoriesTitle .data_list li {
    overflow: hidden;
    padding-right: 35px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bootstrap .categoriesTitle .list-group .list-group-item .badge, .bootstrap .categoriesTitle #dashboard .data_list .list-group-item .badge, .bootstrap #dashboard .categoriesTitle .data_list .list-group-item .badge, .bootstrap #dashboard .data_list .categoriesTitle .list-group li .badge, .bootstrap .categoriesTitle #dashboard .data_list li .badge, .bootstrap #dashboard .categoriesTitle .data_list li .badge, .bootstrap .categoriesTitle .list-group .list-group-item #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .categoriesTitle .list-group .list-group-item .notifs_badge, .bootstrap .categoriesTitle #dashboard .data_list .list-group-item #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .categoriesTitle #dashboard .data_list .list-group-item .notifs_badge, .bootstrap #dashboard .categoriesTitle .data_list .list-group-item #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .categoriesTitle .data_list .list-group-item .notifs_badge, .bootstrap #dashboard .data_list .categoriesTitle .list-group li #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list .categoriesTitle .list-group li .notifs_badge, .bootstrap .categoriesTitle #dashboard .data_list li #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .categoriesTitle #dashboard .data_list li .notifs_badge, .bootstrap #dashboard .categoriesTitle .data_list li #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .categoriesTitle .data_list li .notifs_badge, .bootstrap .categoriesTitle .list-group .list-group-item .module-badge-popular, .bootstrap .categoriesTitle #dashboard .data_list .list-group-item .module-badge-popular, .bootstrap #dashboard .categoriesTitle .data_list .list-group-item .module-badge-popular, .bootstrap #dashboard .data_list .categoriesTitle .list-group li .module-badge-popular, .bootstrap .categoriesTitle #dashboard .data_list li .module-badge-popular, .bootstrap #dashboard .categoriesTitle .data_list li .module-badge-popular, .bootstrap .categoriesTitle .list-group .list-group-item .module-badge-partner, .bootstrap .categoriesTitle #dashboard .data_list .list-group-item .module-badge-partner, .bootstrap #dashboard .categoriesTitle .data_list .list-group-item .module-badge-partner, .bootstrap #dashboard .data_list .categoriesTitle .list-group li .module-badge-partner, .bootstrap .categoriesTitle #dashboard .data_list li .module-badge-partner, .bootstrap #dashboard .categoriesTitle .data_list li .module-badge-partner, .bootstrap .categoriesTitle .list-group .list-group-item .module-badge-bought, .bootstrap .categoriesTitle #dashboard .data_list .list-group-item .module-badge-bought, .bootstrap #dashboard .categoriesTitle .data_list .list-group-item .module-badge-bought, .bootstrap #dashboard .data_list .categoriesTitle .list-group li .module-badge-bought, .bootstrap .categoriesTitle #dashboard .data_list li .module-badge-bought, .bootstrap #dashboard .categoriesTitle .data_list li .module-badge-bought {
    position: absolute;
    right: 5px;
}
.bootstrap .quickview-badge {
    margin-top: 30px;
}
.bootstrap .quickview-price {
    color: #666;
    float: right;
    font-size: 1.8em;
}
.bootstrap .rating {
    direction: rtl;
    font-size: 20px;
    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-height: 60px;
    max-width: 60px;
}
.bootstrap .modules-addons-info {
    text-align: center;
}
.bootstrap .modules-addons-info h4 {
    margin-bottom: 0 !important;
}
.bootstrap .modules-addons-buttons {
    text-align: center;
}
.bootstrap .modules-addons-buttons a {
    margin-right: 10px;
    text-transform: uppercase;
}
.bootstrap .adminsearch #content .panel .panel, .bootstrap .adminsearch #content #dash_version .panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .panel, .bootstrap .adminsearch #content .panel #dash_version, .bootstrap .adminsearch #content #dash_version #dash_version, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body #dash_version, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body #dash_version, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel #dash_version, .bootstrap .adminsearch #content .panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .panel .message-item-initial-body, .bootstrap .adminsearch #content #dash_version .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content #dash_version .message-item-initial-body, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .message-item-initial-body, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .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 .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial-body, .bootstrap .adminsearch #content .panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .panel .timeline-panel, .bootstrap .adminsearch #content #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content #dash_version .timeline-panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .message-item-initial .message-item-initial-body .timeline-panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .adminsearch #content .message-item-initial-body .timeline-panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .timeline-panel {
    border: medium none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.bootstrap #translations_form .translations-email-panel {
    margin: 0 0 8px 20px;
    padding: 8px 12px;
}
.bootstrap #translations_form .block-mail iframe, .bootstrap #translations_form .block-mail textarea {
    height: 500px;
    width: 100%;
}
.bootstrap #translations_form .panel-group {
    display: none;
}
.bootstrap #translations_form a.panel-title i {
    display: none;
}
.bootstrap #translations_form a.panel-title:hover {
    text-decoration: none;
}
.bootstrap #translations_form a.panel-title:hover i {
    display: inline-block;
}
.bootstrap #translations_form .mails_field {
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
.bootstrap #translations_form .mails_field ul.nav-pills {
    margin-bottom: 5px;
}
.bootstrap #translations_form .mails_field h4 .badge, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .notifs_badge, .bootstrap #translations_form .mails_field h4 .module-badge-popular, .bootstrap #translations_form .mails_field h4 .module-badge-partner, .bootstrap #translations_form .mails_field h4 .module-badge-bought {
    font-size: 12px;
}
.bootstrap #translations_form .mails_field h4 .badge.badge-danger, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .badge-danger.notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .badge-danger.notifs_badge, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-popular, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-partner, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-bought {
    background-color: transparent;
    border: 2px solid #e08f95;
    color: #e08f95;
}
.bootstrap #translations_form .mails_field .panel-footer {
    margin: 0 -15px;
}
.bootstrap .employee_avatar_small {
    vertical-align: middle;
}
.bootstrap .employee_avatar_small img {
    border: medium none;
    padding: 0;
}
.bootstrap .employee_avatar {
    display: block !important;
    margin: 10px auto !important;
    text-align: center;
}
.bootstrap .avatar-xs {
    border-radius: 16px;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    text-align: center;
    width: 16px;
}
.bootstrap .avatar-xs img {
    height: 100%;
    width: 100%;
}
.bootstrap .avatar-xs i {
    font-size: 10.6667px;
    line-height: 16px;
}
.bootstrap .avatar-sm, .bootstrap .employee_avatar_small {
    border-radius: 32px;
    display: inline-block;
    height: 32px;
    overflow: hidden;
    text-align: center;
    width: 32px;
}
.bootstrap .avatar-sm img, .bootstrap .employee_avatar_small img {
    height: 100%;
    width: 100%;
}
.bootstrap .avatar-sm i, .bootstrap .employee_avatar_small i {
    font-size: 21.3333px;
    line-height: 32px;
}
.bootstrap .avatar-md {
    border-radius: 32px;
    display: inline-block;
    height: 48px;
    overflow: hidden;
    text-align: center;
    width: 48px;
}
.bootstrap .avatar-md img {
    height: 100%;
    width: 100%;
}
.bootstrap .avatar-md i {
    font-size: 32px;
    line-height: 48px;
}
.bootstrap .avatar-lg, .bootstrap .employee_avatar {
    border-radius: 80px;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    text-align: center;
    width: 80px;
}
.bootstrap .avatar-lg img, .bootstrap .employee_avatar img {
    height: 100%;
    width: 100%;
}
.bootstrap .avatar-lg i, .bootstrap .employee_avatar i {
    font-size: 53.3333px;
    line-height: 80px;
}
.bootstrap .avatar-xl {
    border-radius: 128px;
    display: inline-block;
    height: 128px;
    overflow: hidden;
    text-align: center;
    width: 128px;
}
.bootstrap .avatar-xl img {
    height: 100%;
    width: 100%;
}
.bootstrap .avatar-xl i {
    font-size: 85.3333px;
    line-height: 128px;
}
.bootstrap #employee-thumbnail {
    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: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 0 4px #fff inset;
    height: 104px;
    margin-bottom: 10px;
    position: relative;
    width: 104px;
}
.bootstrap #employee-thumbnail::before {
    color: #ccc;
    display: block;
    font-size: 2em;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    z-index: 10;
}
.bootstrap #employee-thumbnail a {
    background-position: center center;
    background-size: contain;
    border: medium none;
    box-shadow: 0 0 0 3px #fff inset;
    display: block;
    height: 100px;
    left: 1px;
    overflow: hidden;
    position: absolute;
    top: 1px;
    width: 100px;
    z-index: 100;
}
.bootstrap .message-item-initial h2 {
    font-size: 1.5em;
    margin: 0 0 5px;
}
.bootstrap .message-item-initial .message-item-initial-body {
    margin-top: 10px;
    position: relative;
}
.bootstrap .message-item-initial .message-date {
    color: #bbb;
    margin-bottom: 10px;
}
.bootstrap .message-item {
    border-bottom: 1px solid #eee;
    margin: 0 0 0 30px;
    padding: 10px 0;
    position: relative;
}
.bootstrap .message-item:last-child {
    border: medium none;
}
.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 {
    border-left: 2px solid #ccc;
    padding: 0 0 0 10px;
}
.bootstrap .message-item .message-avatar {
    left: 10px;
    position: absolute;
    top: 10px;
}
.bootstrap .message-item .message-date {
    color: #bbb;
}
.bootstrap .arrow::before, .bootstrap .arrow::after {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap .arrow-left::before {
    border-right-color: #d1d4d7;
    border-width: 7px 7px 7px 0;
    left: 0;
    margin-left: -7px;
    top: 6px;
}
.bootstrap .arrow-left::after {
    border-right-color: #fff;
    border-width: 6px 6px 6px 0;
    left: 0;
    margin-left: -6px;
    top: 7px;
}
.bootstrap .arrow-right::before {
    border-left-color: #d1d4d7;
    border-width: 7px 0 7px 7px;
    margin-right: -7px;
    right: 0;
    top: 6px;
}
.bootstrap .arrow-right::after {
    border-left-color: #fff;
    border-width: 6px 0 6px 6px;
    margin-right: -6px;
    right: 0;
    top: 7px;
}
.bootstrap .timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.bootstrap .timeline::before {
    background-color: #ddd;
    bottom: 30px;
    content: "";
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 0;
    width: 6px;
    z-index: 0;
}
.bootstrap .timeline .timeline-item {
    display: table-row;
}
.bootstrap .timeline .timeline-item .timeline-caption {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
    display: inline-block;
    margin-left: 42px;
    position: relative;
    text-align: left;
}
.bootstrap .timeline .timeline-item .timeline-caption h5 {
    margin: 0;
}
.bootstrap .timeline .timeline-item .timeline-caption h5 span {
    color: #999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}
.bootstrap .timeline .timeline-item .timeline-caption p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}
.bootstrap .timeline .timeline-item .timeline-date {
    left: -220px;
    position: absolute;
    text-align: right;
    top: 10px;
    width: 150px;
}
.bootstrap .timeline .timeline-item .timeline-icon {
    background-color: #666;
    border: 2px solid #fff;
    border-radius: 40px;
    height: 40px;
    left: -62px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 40px;
}
.bootstrap .timeline .timeline-item .timeline-icon i {
    color: #fff;
    font-size: 20px;
    margin-top: 5px;
}
.bootstrap .timeline .timeline-item::before, .bootstrap .timeline .timeline-item.alt::after {
    content: "";
    display: block;
    width: 50%;
}
.bootstrap .timeline .timeline-item.alt {
    text-align: right;
}
.bootstrap .timeline .timeline-item.alt::before {
    display: none;
}
.bootstrap .timeline .timeline-item.alt .timeline-panel {
    margin-left: 0;
    margin-right: 40px;
}
.bootstrap .timeline .timeline-item.alt .timeline-date {
    left: auto;
    right: -220px;
    text-align: left;
}
.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 {
    display: inline-block;
    margin-bottom: 10px;
    position: static;
    width: auto;
}
.bootstrap .command-danger {
    background-color: #e08f95 !important;
}
.bootstrap .command-success {
    background-color: #72c279 !important;
}
.bootstrap .theme-container {
    background-color: rgba(77, 87, 110, 0.3);
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.bootstrap .theme-container .theme-title {
    background-color: #4d576e;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}
.bootstrap .theme-container .thumbnail-wrapper .action-wrapper {
    display: none;
    left: 0;
    position: absolute;
    top: 40px;
}
.bootstrap .theme-container .thumbnail-wrapper .action-wrapper .action-overlay {
    background-image: linear-gradient(rgba(77, 87, 110, 0.5), #4d576e);
    background-size: 100% auto;
    height: 260px;
    width: 100%;
}
.bootstrap .theme-container .thumbnail-wrapper .action-wrapper .action-buttons {
    position: absolute;
    text-align: center;
    top: 130px;
    width: 100%;
}
.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 none;
}
.bootstrap #leave_bprice {
    margin-left: 0;
}

#footer {
    animation: 0.3s ease 0.2s normal both 1 running fadeInUp;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #aaa;
    display: block;
    height: 50px;
    line-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 600;
}
#footer a {
    color: #ccc;
}
#footer.hide {
    display: none !important;
}
#footer #go-top {
    background-color: #363a41;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: -2px 0 0;
    padding: 0 6px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    z-index: 9003;
}
#footer #go-top:hover {
    background-color: #00aff0;
}
#footer a.footer_link {
    color: #00aff0;
}
#footer a.footer_link:hover {
    color: #fff;
    text-decoration: none;
}
#footer a.footer_link i {
    color: #fff;
    font-size: 14px;
}
#footer .footer-contact {
    line-height: 35px;
    margin: 0 0 6px 6px;
    overflow: hidden;
    padding: 7px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#footer .footer-contact strong {
    color: #fff;
    font-weight: 400;
}

#content.bootstrap {
    padding: 10px 10px 0;
    transition-duration: 0.4s;
    transition-property: margin;
    transition-timing-function: ease-out;
    
    color: #555;
    font: 400 12px/1.42857 "Open Sans",Helvetica,Arial,sans-serif;

}
#content.bootstrap .panel, #content.bootstrap #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
    background-color: #fff;
    border: 1px solid #d3d8db;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
#content.bootstrap .panel.panel-highlighted, #content.bootstrap #dash_version.panel-highlighted, #content.bootstrap .message-item-initial .panel-highlighted.message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .panel-highlighted.timeline-panel {
    border-color: #00aff0 !important;
    box-shadow: 0 0 0 6px rgba(0, 175, 240, 0.15) inset !important;
}
#content.bootstrap .panel .panel-heading, #content.bootstrap #dash_version .panel-heading, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading {
    color: #555;
    font-family: "Ubuntu Condensed",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#content.bootstrap .panel .panel-heading .btn, #content.bootstrap #dash_version .panel-heading .btn, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading .btn, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading .btn {
    padding: 4px 8px !important;
}
#content.bootstrap .panel .panel-heading a.btn, #content.bootstrap #dash_version .panel-heading a.btn, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading a.btn, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading a.btn {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    position: relative;
    text-transform: none;
    top: 2px;
}
#content.bootstrap .panel .panel-heading i, #content.bootstrap #dash_version .panel-heading i, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading i, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading i {
    font-size: 14px;
}
#content.bootstrap .panel .panel, #content.bootstrap #dash_version .panel, #content.bootstrap .message-item-initial .message-item-initial-body .panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel, #content.bootstrap .panel #dash_version, #content.bootstrap #dash_version #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body #dash_version, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, #content.bootstrap .panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .panel .message-item-initial-body, #content.bootstrap #dash_version .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial #dash_version .message-item-initial-body, #content.bootstrap .message-item-initial .message-item-initial-body .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, #content.bootstrap .panel .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .panel .timeline-panel, #content.bootstrap #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption #dash_version .timeline-panel, #content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .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 .timeline-panel .timeline-panel {
    border: 1px solid #ddd;
}
#content.bootstrap .panel .panel.tab-content, #content.bootstrap #dash_version .panel.tab-content, #content.bootstrap .message-item-initial .message-item-initial-body .panel.tab-content, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel.tab-content, #content.bootstrap .panel #dash_version.tab-content, #content.bootstrap #dash_version #dash_version.tab-content, #content.bootstrap .message-item-initial .message-item-initial-body #dash_version.tab-content, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel #dash_version.tab-content, #content.bootstrap .panel .message-item-initial .tab-content.message-item-initial-body, #content.bootstrap .message-item-initial .panel .tab-content.message-item-initial-body, #content.bootstrap #dash_version .message-item-initial .tab-content.message-item-initial-body, #content.bootstrap .message-item-initial #dash_version .tab-content.message-item-initial-body, #content.bootstrap .message-item-initial .message-item-initial-body .tab-content.message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .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 .timeline .timeline-item .timeline-caption .tab-content.timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .panel .tab-content.timeline-panel, #content.bootstrap #dash_version .timeline .timeline-item .timeline-caption .tab-content.timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption #dash_version .tab-content.timeline-panel, #content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .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 .timeline-panel .tab-content.timeline-panel {
    border-radius: 0 0 3px 3px;
}
#content.bootstrap h3:not(.modal-title), #content.bootstrap .panel-heading {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #eee;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 1.2em;
    height: 2.2em;
    line-height: 2.2em;
    margin: -20px -16px 15px;
    padding: 0 0 0 5px;
    text-transform: uppercase;
}
#content.bootstrap h3:not(.modal-title) i, #content.bootstrap h3:not(.modal-title) a, #content.bootstrap .panel-heading i, #content.bootstrap .panel-heading a {
}
#content.bootstrap h3:not(.modal-title) .badge, #content.bootstrap h3:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap h3:not(.modal-title) .notifs_badge, #content.bootstrap h3:not(.modal-title) .module-badge-popular, #content.bootstrap h3:not(.modal-title) .module-badge-partner, #content.bootstrap h3:not(.modal-title) .module-badge-bought, #content.bootstrap .panel-heading .badge, #content.bootstrap .panel-heading #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap .panel-heading .notifs_badge, #content.bootstrap .panel-heading .module-badge-popular, #content.bootstrap .panel-heading .module-badge-partner, #content.bootstrap .panel-heading .module-badge-bought {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    color: #555;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em;
    margin-left: 0.4em;
    padding: 0 10px;
}
#content.bootstrap h3:not(.modal-title) .badge a, #content.bootstrap h3:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge a, #header_notifs_icon_wrapper #content.bootstrap h3:not(.modal-title) .notifs_badge a, #content.bootstrap h3:not(.modal-title) .module-badge-popular a, #content.bootstrap h3:not(.modal-title) .module-badge-partner a, #content.bootstrap h3:not(.modal-title) .module-badge-bought a, #content.bootstrap .panel-heading .badge a, #content.bootstrap .panel-heading #header_notifs_icon_wrapper .notifs_badge a, #header_notifs_icon_wrapper #content.bootstrap .panel-heading .notifs_badge a, #content.bootstrap .panel-heading .module-badge-popular a, #content.bootstrap .panel-heading .module-badge-partner a, #content.bootstrap .panel-heading .module-badge-bought a {
    display: block;
    font-size: 0.8em;
}
#content.bootstrap h3:not(.modal-title) .panel-heading-action, #content.bootstrap .panel-heading .panel-heading-action {
    line-height: 0;
    position: absolute;
    right: 0;
    top: 2px;
}
#content.bootstrap h3:not(.modal-title) .panel-heading-action .btn, #content.bootstrap .panel-heading .panel-heading-action .btn {
    padding: 4px 8px !important;
}
#content.bootstrap h3:not(.modal-title) .panel-heading-action .btn-group, #content.bootstrap .panel-heading .panel-heading-action .btn-group {
    position: absolute;
    right: 2px;
    top: -2px;
    white-space: nowrap;
}
#content.bootstrap h3:not(.modal-title) .panel-heading-action .btn-group a.btn, #content.bootstrap .panel-heading .panel-heading-action .btn-group a.btn {
    float: none;
}
#content.bootstrap h3:not(.modal-title) .panel-heading-action > a.btn, #content.bootstrap .panel-heading .panel-heading-action > a.btn {
    position: absolute;
    right: 2px;
    top: 0;
}
#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn {
    border-left: 1px solid #eee;
    color: #ccc;
    float: left;
    height: 30px;
    width: 30px;
}
#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn:hover {
    color: #00aff0;
    text-decoration: none;
}
#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .panel-heading .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;
}
#content.bootstrap form .alert, #content.bootstrap form #carrier_wizard .wizard_error, #content.bootstrap #carrier_wizard form .wizard_error {
    clear: both;
}
@media (max-width: 480px) {
#content.bootstrap {
    margin-left: 0 !important;
    padding: 120px 5px 0;
}
}
#content.bootstrap .help-block {
    font-style: italic;
}
#content.bootstrap .nav.nav-tabs li.active a, #content.bootstrap #header_notifs_icon_wrapper.nav-tabs li.active a, #content.bootstrap #header_employee_box.nav-tabs li.active a, #content.bootstrap #header_quick.nav-tabs li.active a, #content.bootstrap #header_shop.nav-tabs li.active a {
    z-index: 99;
}
#content.bootstrap .breadcrumb {
    background-color: #fff;
    border: 1px solid #d3d8db;
}
#content.bootstrap .panel.panel-sm, #content.bootstrap #dash_version.panel-sm, #content.bootstrap .message-item-initial .panel-sm.message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel {
    padding: 8px !important;
}
#content.bootstrap .panel.panel-sm .panel-heading, #content.bootstrap #dash_version.panel-sm .panel-heading, #content.bootstrap .message-item-initial .panel-sm.message-item-initial-body .panel-heading, #content.bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel .panel-heading {
    font-size: 13px;
    margin: -8px -8px 10px;
    padding-left: 8px;
}
#content.bootstrap .panel.panel-sm .form-group, #content.bootstrap #dash_version.panel-sm .form-group, #content.bootstrap .message-item-initial .panel-sm.message-item-initial-body .form-group, #content.bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel .form-group {
    margin-bottom: 8px;
}


 .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-default {
    background-color: #fff;
    border-color: #dedede;
    color: #31708f;
    font-weight:bold;
}


/************************************/

.bootstrap * {
    box-sizing: border-box;
}
.bootstrap *::before, .bootstrap *::after {
    box-sizing: border-box;
}
.bootstrap html {
    font-size: 62.5%;
}
.bootstrap body {
    background-color: #eff1f2;
    color: #555;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857;
}
.bootstrap input, .bootstrap button, .bootstrap select, .bootstrap textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.bootstrap a {
    color: #00aff0;
    text-decoration: none;
}
.bootstrap a:hover, .bootstrap a:focus {
    color: #0077a4;
    text-decoration: underline;
}
.bootstrap a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.bootstrap figure {
    margin: 0;
}
.bootstrap img {
    vertical-align: middle;
}
.bootstrap .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.bootstrap .img-rounded {
    border-radius: 6px;
}
.bootstrap .img-thumbnail {
    background-color: #eff1f2;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.bootstrap .img-circle {
    border-radius: 50%;
}
.bootstrap hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 17px;
    margin-top: 17px;
}
.bootstrap .sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.bootstrap .sr-only-focusable:active, .bootstrap .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: 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 {
    color: inherit;
    font-family: "Ubuntu Condensed",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.1;
}
.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 {
    color: #999;
    font-weight: normal;
    line-height: 1;
}
.bootstrap h1, .bootstrap .h1, .bootstrap h2, .bootstrap .h2, .bootstrap h3, .bootstrap .h3 {
    margin-bottom: 8.5px;
    margin-top: 17px;
}
.bootstrap h1 small, .bootstrap h1 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap .h3 small, .bootstrap .h3 .small {
    font-size: 65%;
}
.bootstrap h4, .bootstrap .h4, .bootstrap h5, .bootstrap .h5, .bootstrap h6, .bootstrap .h6 {
    margin-bottom: 8.5px;
    margin-top: 8.5px;
}
.bootstrap h4 small, .bootstrap h4 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap h6 small, .bootstrap h6 .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 {
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 17px;
}
@media (min-width: 768px) {
.bootstrap .lead {
    font-size: 18px;
}
}
.bootstrap small, .bootstrap .small {
    font-size: 85%;
}
.bootstrap cite {
    font-style: normal;
}
.bootstrap mark, .bootstrap .mark {
    background-color: #fef1d3;
    padding: 0.2em;
}
.bootstrap .text-left {
    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 .text-muted, .bootstrap #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs, #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .bootstrap .no_notifs, .bootstrap .module_description, .bootstrap .hook_panel_header .hook_title, .bootstrap .hook_panel_header .hook_description {
    color: #999;
}
.bootstrap .text-primary {
    color: #00aff0;
}
.bootstrap a.text-primary:hover {
    color: #008abd;
}
.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;
}
.bootstrap .bg-primary {
    background-color: #00aff0;
}
.bootstrap a.bg-primary:hover {
    background-color: #008abd;
}
.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 {
    border-bottom: 1px solid #eee;
    margin: 34px 0 17px;
    padding-bottom: 7.5px;
}
.bootstrap ul, .bootstrap ol {
    margin-bottom: 8.5px;
    margin-top: 0;
}
.bootstrap ul ul, .bootstrap ul ol, .bootstrap ol ul, .bootstrap ol ol {
    margin-bottom: 0;
}
.bootstrap .list-unstyled, .bootstrap .list-inline, .bootstrap #dashboard .data_list_large, .bootstrap #dashboard .data_list_vertical {
    list-style: outside none none;
    padding-left: 0;
}
.bootstrap .list-inline {
    margin-left: -5px;
}
.bootstrap .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.bootstrap dl {
    margin-bottom: 17px;
    margin-top: 0;
}
.bootstrap dt, .bootstrap dd {
    line-height: 1.42857;
}
.bootstrap dt {
    font-weight: bold;
}
.bootstrap dd {
    margin-left: 0;
}
.bootstrap .dl-horizontal dd::before, .bootstrap .dl-horizontal dd::after {
    content: " ";
    display: table;
}
.bootstrap .dl-horizontal dd::after {
    clear: both;
}
@media (min-width: 768px) {
.bootstrap .dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}
.bootstrap .dl-horizontal dd {
    margin-left: 180px;
}
}
.bootstrap abbr[title], .bootstrap abbr[data-original-title] {
    border-bottom: 1px dotted #999;
    cursor: help;
}
.bootstrap .initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.bootstrap blockquote {
    border-left: 5px solid #eee;
    font-size: 15px;
    margin: 0 0 17px;
    padding: 8.5px 17px;
}
.bootstrap blockquote p:last-child, .bootstrap blockquote ul:last-child, .bootstrap blockquote ol:last-child {
    margin-bottom: 0;
}
.bootstrap blockquote footer, .bootstrap blockquote small, .bootstrap blockquote .small {
    color: #999;
    display: block;
    font-size: 80%;
    line-height: 1.42857;
}
.bootstrap blockquote footer::before, .bootstrap blockquote small::before, .bootstrap blockquote .small::before {
    content: "— ";
}
.bootstrap .blockquote-reverse, .bootstrap blockquote.pull-right {
    border-left: 0 none;
    border-right: 5px solid #eee;
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}
.bootstrap .blockquote-reverse footer::before, .bootstrap .blockquote-reverse small::before, .bootstrap .blockquote-reverse .small::before, .bootstrap blockquote.pull-right footer::before, .bootstrap blockquote.pull-right small::before, .bootstrap blockquote.pull-right .small::before {
    content: "";
}
.bootstrap .blockquote-reverse footer::after, .bootstrap .blockquote-reverse small::after, .bootstrap .blockquote-reverse .small::after, .bootstrap blockquote.pull-right footer::after, .bootstrap blockquote.pull-right small::after, .bootstrap blockquote.pull-right .small::after {
    content: " —";
}
.bootstrap blockquote::before, .bootstrap blockquote::after {
    content: "";
}
.bootstrap address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 17px;
}
.bootstrap code, .bootstrap kbd, .bootstrap pre, .bootstrap samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.bootstrap code {
    background-color: #f9f2f4;
    border-radius: 3px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
}
.bootstrap kbd {
    background-color: #333;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
    color: #fff;
    font-size: 90%;
    padding: 2px 4px;
}
.bootstrap pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    display: block;
    font-size: 11px;
    line-height: 1.42857;
    margin: 0 0 8.5px;
    padding: 8px;
    word-break: break-all;
    word-wrap: break-word;
}
.bootstrap pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap;
}
.bootstrap .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.bootstrap .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.bootstrap .container::before, .bootstrap .container::after {
    content: " ";
    display: table;
}
.bootstrap .container::after {
    clear: both;
}
@media (min-width: 768px) {
.bootstrap .container {
    width: 728px;
}
}
@media (min-width: 992px) {
.bootstrap .container {
    width: 940px;
}
}
@media (min-width: 1200px) {
.bootstrap .container {
    width: 1170px;
}
}
.bootstrap .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.bootstrap .container-fluid::before, .bootstrap .container-fluid::after {
    content: " ";
    display: table;
}
.bootstrap .container-fluid::after {
    clear: both;
}
.bootstrap .row, .bootstrap .multishop-well, .bootstrap #dashboard .data_list_vertical {
    margin-left: -5px;
    margin-right: -5px;
}
.bootstrap .row::before, .bootstrap .multishop-well::before, .bootstrap #dashboard .data_list_vertical::before, .bootstrap .row::after, .bootstrap .multishop-well::after, .bootstrap #dashboard .data_list_vertical::after {
    content: " ";
    display: table;
}
.bootstrap .row::after, .bootstrap .multishop-well::after, .bootstrap #dashboard .data_list_vertical::after {
    clear: both;
}
.bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12 {
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
.bootstrap .col-xs-1, .bootstrap .col-xs-2, .bootstrap .col-xs-3, .bootstrap .col-xs-4, .bootstrap .col-xs-5, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-xs-7, .bootstrap .col-xs-8, .bootstrap .col-xs-9, .bootstrap .col-xs-10, .bootstrap .col-xs-11, .bootstrap .col-xs-12 {
    float: left;
}
.bootstrap .col-xs-1 {
    width: 8.33333%;
}
.bootstrap .col-xs-2 {
    width: 16.6667%;
}
.bootstrap .col-xs-3 {
    width: 25%;
}
.bootstrap .col-xs-4 {
    width: 33.3333%;
}
.bootstrap .col-xs-5 {
    width: 41.6667%;
}
.bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li {
    width: 50%;
}
.bootstrap .col-xs-7 {
    width: 58.3333%;
}
.bootstrap .col-xs-8 {
    width: 66.6667%;
}
.bootstrap .col-xs-9 {
    width: 75%;
}
.bootstrap .col-xs-10 {
    width: 83.3333%;
}
.bootstrap .col-xs-11 {
    width: 91.6667%;
}
.bootstrap .col-xs-12 {
    width: 100%;
}
.bootstrap .col-xs-pull-0 {
    right: auto;
}
.bootstrap .col-xs-pull-1 {
    right: 8.33333%;
}
.bootstrap .col-xs-pull-2 {
    right: 16.6667%;
}
.bootstrap .col-xs-pull-3 {
    right: 25%;
}
.bootstrap .col-xs-pull-4 {
    right: 33.3333%;
}
.bootstrap .col-xs-pull-5 {
    right: 41.6667%;
}
.bootstrap .col-xs-pull-6 {
    right: 50%;
}
.bootstrap .col-xs-pull-7 {
    right: 58.3333%;
}
.bootstrap .col-xs-pull-8 {
    right: 66.6667%;
}
.bootstrap .col-xs-pull-9 {
    right: 75%;
}
.bootstrap .col-xs-pull-10 {
    right: 83.3333%;
}
.bootstrap .col-xs-pull-11 {
    right: 91.6667%;
}
.bootstrap .col-xs-pull-12 {
    right: 100%;
}
.bootstrap .col-xs-push-0 {
    left: auto;
}
.bootstrap .col-xs-push-1 {
    left: 8.33333%;
}
.bootstrap .col-xs-push-2 {
    left: 16.6667%;
}
.bootstrap .col-xs-push-3 {
    left: 25%;
}
.bootstrap .col-xs-push-4 {
    left: 33.3333%;
}
.bootstrap .col-xs-push-5 {
    left: 41.6667%;
}
.bootstrap .col-xs-push-6 {
    left: 50%;
}
.bootstrap .col-xs-push-7 {
    left: 58.3333%;
}
.bootstrap .col-xs-push-8 {
    left: 66.6667%;
}
.bootstrap .col-xs-push-9 {
    left: 75%;
}
.bootstrap .col-xs-push-10 {
    left: 83.3333%;
}
.bootstrap .col-xs-push-11 {
    left: 91.6667%;
}
.bootstrap .col-xs-push-12 {
    left: 100%;
}
.bootstrap .col-xs-offset-0 {
    margin-left: 0;
}
.bootstrap .col-xs-offset-1 {
    margin-left: 8.33333%;
}
.bootstrap .col-xs-offset-2 {
    margin-left: 16.6667%;
}
.bootstrap .col-xs-offset-3 {
    margin-left: 25%;
}
.bootstrap .col-xs-offset-4 {
    margin-left: 33.3333%;
}
.bootstrap .col-xs-offset-5 {
    margin-left: 41.6667%;
}
.bootstrap .col-xs-offset-6 {
    margin-left: 50%;
}
.bootstrap .col-xs-offset-7 {
    margin-left: 58.3333%;
}
.bootstrap .col-xs-offset-8 {
    margin-left: 66.6667%;
}
.bootstrap .col-xs-offset-9 {
    margin-left: 75%;
}
.bootstrap .col-xs-offset-10 {
    margin-left: 83.3333%;
}
.bootstrap .col-xs-offset-11 {
    margin-left: 91.6667%;
}
.bootstrap .col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
.bootstrap .col-sm-1, .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-sm-10, .bootstrap .col-sm-11, .bootstrap .col-sm-12 {
    float: left;
}
.bootstrap .col-sm-1 {
    width: 8.33333%;
}
.bootstrap .col-sm-2 {
    width: 16.6667%;
}
.bootstrap .col-sm-3 {
    width: 25%;
}
.bootstrap .col-sm-4 {
    width: 33.3333%;
}
.bootstrap .col-sm-5 {
    width: 41.6667%;
}
.bootstrap .col-sm-6 {
    width: 50%;
}
.bootstrap .col-sm-7 {
    width: 58.3333%;
}
.bootstrap .col-sm-8 {
    width: 66.6667%;
}
.bootstrap .col-sm-9 {
    width: 75%;
}
.bootstrap .col-sm-10 {
    width: 83.3333%;
}
.bootstrap .col-sm-11 {
    width: 91.6667%;
}
.bootstrap .col-sm-12 {
    width: 100%;
}
.bootstrap .col-sm-pull-0 {
    right: auto;
}
.bootstrap .col-sm-pull-1 {
    right: 8.33333%;
}
.bootstrap .col-sm-pull-2 {
    right: 16.6667%;
}
.bootstrap .col-sm-pull-3 {
    right: 25%;
}
.bootstrap .col-sm-pull-4 {
    right: 33.3333%;
}
.bootstrap .col-sm-pull-5 {
    right: 41.6667%;
}
.bootstrap .col-sm-pull-6 {
    right: 50%;
}
.bootstrap .col-sm-pull-7 {
    right: 58.3333%;
}
.bootstrap .col-sm-pull-8 {
    right: 66.6667%;
}
.bootstrap .col-sm-pull-9 {
    right: 75%;
}
.bootstrap .col-sm-pull-10 {
    right: 83.3333%;
}
.bootstrap .col-sm-pull-11 {
    right: 91.6667%;
}
.bootstrap .col-sm-pull-12 {
    right: 100%;
}
.bootstrap .col-sm-push-0 {
    left: auto;
}
.bootstrap .col-sm-push-1 {
    left: 8.33333%;
}
.bootstrap .col-sm-push-2 {
    left: 16.6667%;
}
.bootstrap .col-sm-push-3 {
    left: 25%;
}
.bootstrap .col-sm-push-4 {
    left: 33.3333%;
}
.bootstrap .col-sm-push-5 {
    left: 41.6667%;
}
.bootstrap .col-sm-push-6 {
    left: 50%;
}
.bootstrap .col-sm-push-7 {
    left: 58.3333%;
}
.bootstrap .col-sm-push-8 {
    left: 66.6667%;
}
.bootstrap .col-sm-push-9 {
    left: 75%;
}
.bootstrap .col-sm-push-10 {
    left: 83.3333%;
}
.bootstrap .col-sm-push-11 {
    left: 91.6667%;
}
.bootstrap .col-sm-push-12 {
    left: 100%;
}
.bootstrap .col-sm-offset-0 {
    margin-left: 0;
}
.bootstrap .col-sm-offset-1 {
    margin-left: 8.33333%;
}
.bootstrap .col-sm-offset-2 {
    margin-left: 16.6667%;
}
.bootstrap .col-sm-offset-3 {
    margin-left: 25%;
}
.bootstrap .col-sm-offset-4 {
    margin-left: 33.3333%;
}
.bootstrap .col-sm-offset-5 {
    margin-left: 41.6667%;
}
.bootstrap .col-sm-offset-6 {
    margin-left: 50%;
}
.bootstrap .col-sm-offset-7 {
    margin-left: 58.3333%;
}
.bootstrap .col-sm-offset-8 {
    margin-left: 66.6667%;
}
.bootstrap .col-sm-offset-9 {
    margin-left: 75%;
}
.bootstrap .col-sm-offset-10 {
    margin-left: 83.3333%;
}
.bootstrap .col-sm-offset-11 {
    margin-left: 91.6667%;
}
.bootstrap .col-sm-offset-12 {
    margin-left: 100%;
}
}
@media (min-width: 992px) {
.bootstrap .col-md-1, .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-md-10, .bootstrap .col-md-11, .bootstrap .col-md-12 {
    float: left;
}
.bootstrap .col-md-1 {
    width: 8.33333%;
}
.bootstrap .col-md-2 {
    width: 16.6667%;
}
.bootstrap .col-md-3 {
    width: 25%;
}
.bootstrap .col-md-4 {
    width: 33.3333%;
}
.bootstrap .col-md-5 {
    width: 41.6667%;
}
.bootstrap .col-md-6 {
    width: 50%;
}
.bootstrap .col-md-7 {
    width: 58.3333%;
}
.bootstrap .col-md-8 {
    width: 66.6667%;
}
.bootstrap .col-md-9 {
    width: 75%;
}
.bootstrap .col-md-10 {
    width: 83.3333%;
}
.bootstrap .col-md-11 {
    width: 91.6667%;
}
.bootstrap .col-md-12 {
    width: 100%;
}
.bootstrap .col-md-pull-0 {
    right: auto;
}
.bootstrap .col-md-pull-1 {
    right: 8.33333%;
}
.bootstrap .col-md-pull-2 {
    right: 16.6667%;
}
.bootstrap .col-md-pull-3 {
    right: 25%;
}
.bootstrap .col-md-pull-4 {
    right: 33.3333%;
}
.bootstrap .col-md-pull-5 {
    right: 41.6667%;
}
.bootstrap .col-md-pull-6 {
    right: 50%;
}
.bootstrap .col-md-pull-7 {
    right: 58.3333%;
}
.bootstrap .col-md-pull-8 {
    right: 66.6667%;
}
.bootstrap .col-md-pull-9 {
    right: 75%;
}
.bootstrap .col-md-pull-10 {
    right: 83.3333%;
}
.bootstrap .col-md-pull-11 {
    right: 91.6667%;
}
.bootstrap .col-md-pull-12 {
    right: 100%;
}
.bootstrap .col-md-push-0 {
    left: auto;
}
.bootstrap .col-md-push-1 {
    left: 8.33333%;
}
.bootstrap .col-md-push-2 {
    left: 16.6667%;
}
.bootstrap .col-md-push-3 {
    left: 25%;
}
.bootstrap .col-md-push-4 {
    left: 33.3333%;
}
.bootstrap .col-md-push-5 {
    left: 41.6667%;
}
.bootstrap .col-md-push-6 {
    left: 50%;
}
.bootstrap .col-md-push-7 {
    left: 58.3333%;
}
.bootstrap .col-md-push-8 {
    left: 66.6667%;
}
.bootstrap .col-md-push-9 {
    left: 75%;
}
.bootstrap .col-md-push-10 {
    left: 83.3333%;
}
.bootstrap .col-md-push-11 {
    left: 91.6667%;
}
.bootstrap .col-md-push-12 {
    left: 100%;
}
.bootstrap .col-md-offset-0 {
    margin-left: 0;
}
.bootstrap .col-md-offset-1 {
    margin-left: 8.33333%;
}
.bootstrap .col-md-offset-2 {
    margin-left: 16.6667%;
}
.bootstrap .col-md-offset-3 {
    margin-left: 25%;
}
.bootstrap .col-md-offset-4 {
    margin-left: 33.3333%;
}
.bootstrap .col-md-offset-5 {
    margin-left: 41.6667%;
}
.bootstrap .col-md-offset-6 {
    margin-left: 50%;
}
.bootstrap .col-md-offset-7 {
    margin-left: 58.3333%;
}
.bootstrap .col-md-offset-8 {
    margin-left: 66.6667%;
}
.bootstrap .col-md-offset-9 {
    margin-left: 75%;
}
.bootstrap .col-md-offset-10 {
    margin-left: 83.3333%;
}
.bootstrap .col-md-offset-11 {
    margin-left: 91.6667%;
}
.bootstrap .col-md-offset-12 {
    margin-left: 100%;
}
}
@media (min-width: 1200px) {
.bootstrap .col-lg-1, .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-lg-10, .bootstrap .col-lg-11, .bootstrap .col-lg-12 {
    float: left;
}
.bootstrap .col-lg-1 {
    width: 8.33333%;
}
.bootstrap .col-lg-2 {
    width:  15.9899%;
}
.bootstrap .col-lg-21 {
    width:  19.9899%;
}
.bootstrap .col-lg-3 {
    width: 25%;
}
.bootstrap .col-lg-4 {
    width: 33.3333%;
}
.bootstrap .col-lg-5 {
    width: 41.6667%;
}
.bootstrap .col-lg-6 {
    width: 50%;
}
.bootstrap .col-lg-7 {
    width: 75%;
}
.bootstrap .col-lg-8 {
    width: 66.6667%;
}
.bootstrap .col-lg-9 {
    width: 75%;
}
.bootstrap .col-lg-10 {
    width: 83.3333%;
}
.bootstrap .col-lg-11 {
    width: 91.6667%;
}
.bootstrap .col-lg-12 {
    width: 100%;
}
.bootstrap .col-lg-pull-0 {
    right: auto;
}
.bootstrap .col-lg-pull-1 {
    right: 8.33333%;
}
.bootstrap .col-lg-pull-2 {
    right: 16.6667%;
}
.bootstrap .col-lg-pull-3 {
    right: 25%;
}
.bootstrap .col-lg-pull-4 {
    right: 33.3333%;
}
.bootstrap .col-lg-pull-5 {
    right: 41.6667%;
}
.bootstrap .col-lg-pull-6 {
    right: 50%;
}
.bootstrap .col-lg-pull-7 {
    right: 58.3333%;
}
.bootstrap .col-lg-pull-8 {
    right: 66.6667%;
}
.bootstrap .col-lg-pull-9 {
    right: 75%;
}
.bootstrap .col-lg-pull-10 {
    right: 83.3333%;
}
.bootstrap .col-lg-pull-11 {
    right: 91.6667%;
}
.bootstrap .col-lg-pull-12 {
    right: 100%;
}
.bootstrap .col-lg-push-0 {
    left: auto;
}
.bootstrap .col-lg-push-1 {
    left: 8.33333%;
}
.bootstrap .col-lg-push-2 {
    left: 16.6667%;
}
.bootstrap .col-lg-push-3 {
    left: 25%;
}
.bootstrap .col-lg-push-4 {
    left: 33.3333%;
}
.bootstrap .col-lg-push-5 {
    left: 41.6667%;
}
.bootstrap .col-lg-push-6 {
    left: 50%;
}
.bootstrap .col-lg-push-7 {
    left: 58.3333%;
}
.bootstrap .col-lg-push-8 {
    left: 66.6667%;
}
.bootstrap .col-lg-push-9 {
    left: 75%;
}
.bootstrap .col-lg-push-10 {
    left: 83.3333%;
}
.bootstrap .col-lg-push-11 {
    left: 91.6667%;
}
.bootstrap .col-lg-push-12 {
    left: 100%;
}
.bootstrap .col-lg-offset-0 {
    margin-left: 0;
}
.bootstrap .col-lg-offset-1 {
    margin-left: 8.33333%;
}
.bootstrap .col-lg-offset-2 {
    margin-left: 16.6667%;
}
.bootstrap .col-lg-offset-3 {
    margin-left: 25%;
}
.bootstrap .col-lg-offset-4 {
    margin-left: 33.3333%;
}
.bootstrap .col-lg-offset-5 {
    margin-left: 41.6667%;
}
.bootstrap .col-lg-offset-6 {
    margin-left: 50%;
}
.bootstrap .col-lg-offset-7 {
    margin-left: 58.3333%;
}
.bootstrap .col-lg-offset-8 {
    margin-left: 66.6667%;
}
.bootstrap .col-lg-offset-9 {
    margin-left: 75%;
}
.bootstrap .col-lg-offset-10 {
    margin-left: 83.3333%;
}
.bootstrap .col-lg-offset-11 {
    margin-left: 91.6667%;
}
.bootstrap .col-lg-offset-12 {
    margin-left: 100%;
}
}
.bootstrap table {
    background-color: transparent;
    max-width: 100%;
}
.bootstrap th {
    text-align: left;
}
.bootstrap .table {
    margin-bottom: 17px;
    width: 100%;
}
.bootstrap .table > thead > tr > th, .bootstrap .table > thead > tr > td, .bootstrap .table > tbody > tr > th, .bootstrap .table > tbody > tr > td, .bootstrap .table > tfoot > tr > th, .bootstrap .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.bootstrap .table tbody > tr > td {
    background-color: #fff;
    border-bottom: 1px solid #eaedef;
    border-top: medium none;
    color: #666;
    font-size: 12px;
    padding: 3px 7px;
    vertical-align: middle;
}
.bootstrap #dashboard #dashproducts nav {
    font: 400 1.1em/120% "Ubuntu Condensed",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
.bootstrap .table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.bootstrap .table > caption + thead > tr:first-child > th, .bootstrap .table > caption + thead > tr:first-child > td, .bootstrap .table > colgroup + thead > tr:first-child > th, .bootstrap .table > colgroup + thead > tr:first-child > td, .bootstrap .table > thead:first-child > tr:first-child > th, .bootstrap .table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
}
.bootstrap .table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.bootstrap .table .table {
    background-color: #eff1f2;
}
.bootstrap .table-condensed > thead > tr > th, .bootstrap .table-condensed > thead > tr > td, .bootstrap .table-condensed > tbody > tr > th, .bootstrap .table-condensed > tbody > tr > td, .bootstrap .table-condensed > tfoot > tr > th, .bootstrap .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.bootstrap .table-bordered {
    border: 1px solid #ddd;
}
.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.bootstrap .table-striped > tbody > tr:nth-child(2n+1) > td, .bootstrap .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}
.bootstrap .table-hover > tbody > tr:hover > td, .bootstrap .table-hover > tbody > tr:hover > th {
    background-color: #edf7fb;
}
.bootstrap table col[class*="col-"] {
    display: table-column;
    float: none;
    position: static;
}
.bootstrap table td[class*="col-"], .bootstrap table th[class*="col-"] {
    display: table-cell;
    float: none;
    position: static;
}
.bootstrap .table > thead > tr > td.active, .bootstrap .table > thead > tr > th.active, .bootstrap .table > thead > tr.active > td, .bootstrap .table > thead > tr.active > th, .bootstrap .table > tbody > tr > td.active, .bootstrap .table > tbody > tr > th.active, .bootstrap .table > tbody > tr.active > td, .bootstrap .table > tbody > tr.active > th, .bootstrap .table > tfoot > tr > td.active, .bootstrap .table > tfoot > tr > th.active, .bootstrap .table > tfoot > tr.active > td, .bootstrap .table > tfoot > tr.active > th {
    background-color: #edf7fb;
}
.bootstrap .table-hover > tbody > tr > td.active:hover, .bootstrap .table-hover > tbody > tr > th.active:hover, .bootstrap .table-hover > tbody > tr.active:hover > td, .bootstrap .table-hover > tbody > tr:hover > .active, .bootstrap .table-hover > tbody > tr.active:hover > th {
    background-color: #d8eef6;
}
.bootstrap .table > thead > tr > td.success, .bootstrap .table > thead > tr > th.success, .bootstrap .table > thead > tr.success > td, .bootstrap .table > thead > tr.success > th, .bootstrap .table > tbody > tr > td.success, .bootstrap .table > tbody > tr > th.success, .bootstrap .table > tbody > tr.success > td, .bootstrap .table > tbody > tr.success > th, .bootstrap .table > tfoot > tr > td.success, .bootstrap .table > tfoot > tr > th.success, .bootstrap .table > tfoot > tr.success > td, .bootstrap .table > tfoot > tr.success > th {
    background-color: #cce9d7;
}
.bootstrap .table-hover > tbody > tr > td.success:hover, .bootstrap .table-hover > tbody > tr > th.success:hover, .bootstrap .table-hover > tbody > tr.success:hover > td, .bootstrap .table-hover > tbody > tr:hover > .success, .bootstrap .table-hover > tbody > tr.success:hover > th {
    background-color: #bae1c9;
}
.bootstrap .table > thead > tr > td.info, .bootstrap .table > thead > tr > th.info, .bootstrap .table > thead > tr.info > td, .bootstrap .table > thead > tr.info > th, .bootstrap .table > tbody > tr > td.info, .bootstrap .table > tbody > tr > th.info, .bootstrap .table > tbody > tr.info > td, .bootstrap .table > tbody > tr.info > th, .bootstrap .table > tfoot > tr > td.info, .bootstrap .table > tfoot > tr > th.info, .bootstrap .table > tfoot > tr.info > td, .bootstrap .table > tfoot > tr.info > th {
    background-color: #d3f1f7;
}
.bootstrap .table-hover > tbody > tr > td.info:hover, .bootstrap .table-hover > tbody > tr > th.info:hover, .bootstrap .table-hover > tbody > tr.info:hover > td, .bootstrap .table-hover > tbody > tr:hover > .info, .bootstrap .table-hover > tbody > tr.info:hover > th {
    background-color: #bdeaf3;
}
.bootstrap .table > thead > tr > td.warning, .bootstrap .table > thead > tr > th.warning, .bootstrap .table > thead > tr.warning > td, .bootstrap .table > thead > tr.warning > th, .bootstrap .table > tbody > tr > td.warning, .bootstrap .table > tbody > tr > th.warning, .bootstrap .table > tbody > tr.warning > td, .bootstrap .table > tbody > tr.warning > th, .bootstrap .table > tfoot > tr > td.warning, .bootstrap .table > tfoot > tr > th.warning, .bootstrap .table > tfoot > tr.warning > td, .bootstrap .table > tfoot > tr.warning > th {
    background-color: #fef1d3;
}
.bootstrap .table-hover > tbody > tr > td.warning:hover, .bootstrap .table-hover > tbody > tr > th.warning:hover, .bootstrap .table-hover > tbody > tr.warning:hover > td, .bootstrap .table-hover > tbody > tr:hover > .warning, .bootstrap .table-hover > tbody > tr.warning:hover > th {
    background-color: #fde9ba;
}
.bootstrap .table > thead > tr > td.danger, .bootstrap .table > thead > tr > th.danger, .bootstrap .table > thead > tr.danger > td, .bootstrap .table > thead > tr.danger > th, .bootstrap .table > tbody > tr > td.danger, .bootstrap .table > tbody > tr > th.danger, .bootstrap .table > tbody > tr.danger > td, .bootstrap .table > tbody > tr.danger > th, .bootstrap .table > tfoot > tr > td.danger, .bootstrap .table > tfoot > tr > th.danger, .bootstrap .table > tfoot > tr.danger > td, .bootstrap .table > tfoot > tr.danger > th {
    background-color: #f9cce1;
}
.bootstrap .table-hover > tbody > tr > td.danger:hover, .bootstrap .table-hover > tbody > tr > th.danger:hover, .bootstrap .table-hover > tbody > tr.danger:hover > td, .bootstrap .table-hover > tbody > tr:hover > .danger, .bootstrap .table-hover > tbody > tr.danger:hover > th {
    background-color: #f6b5d4;
}
@media screen and (max-width: 767px) {
.bootstrap .table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 12.75px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}
.bootstrap .table-responsive > .table {
    margin-bottom: 0;
}
.bootstrap .table-responsive > .table > thead > tr > th, .bootstrap .table-responsive > .table > thead > tr > td, .bootstrap .table-responsive > .table > tbody > tr > th, .bootstrap .table-responsive > .table > tbody > tr > td, .bootstrap .table-responsive > .table > tfoot > tr > th, .bootstrap .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
}
.bootstrap .table-responsive > .table-bordered {
    border: 0 none;
}
.bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0 none;
}
.bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0 none;
}
.bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0 none;
}
}
.bootstrap fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}
.bootstrap legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333;
    display: block;
    font-size: 18px;
    line-height: inherit;
    margin-bottom: 17px;
    padding: 0;
    width: 100%;
}
.bootstrap label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}
.bootstrap input[type="search"] {
    box-sizing: border-box;
}
.bootstrap input[type="radio"], .bootstrap input[type="checkbox"] {
    line-height: normal;
    margin: 3px 0 0;
}
.bootstrap input[type="file"] {
    display: block;
}
.bootstrap input[type="range"] {
    display: block;
    width: 100%;
}
.bootstrap select[multiple], .bootstrap select[size] {
    height: auto;
}
.bootstrap input[type="file"]:focus, .bootstrap input[type="radio"]:focus, .bootstrap input[type="checkbox"]:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.bootstrap output {
    color: #555;
    display: block;
    font-size: 12px;
    line-height: 1.42857;
    padding-top: 7px;
}
.bootstrap .form-control, .bootstrap input[type="text"], .bootstrap input[type="search"], .bootstrap input[type="password"], .bootstrap textarea, .bootstrap select {
    background-color: #f5f8f9;
    background-image: none;
    border: 1px solid #c7d6db;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 12px;
    height: 31px;
    line-height: 1.42857;
    padding: 6px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.bootstrap .form-control:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="password"]:focus, .bootstrap textarea:focus, .bootstrap select:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.bootstrap .form-control::-moz-placeholder, .bootstrap input[type="text"]::-moz-placeholder, .bootstrap input[type="search"]::-moz-placeholder, .bootstrap input[type="password"]::-moz-placeholder, .bootstrap textarea::-moz-placeholder, .bootstrap select::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.bootstrap .form-control[disabled], .bootstrap input[disabled][type="text"], .bootstrap input[disabled][type="search"], .bootstrap input[disabled][type="password"], .bootstrap textarea[disabled], .bootstrap select[disabled], .bootstrap .form-control[readonly], .bootstrap input[readonly][type="text"], .bootstrap input[readonly][type="search"], .bootstrap input[readonly][type="password"], .bootstrap textarea[readonly], .bootstrap select[readonly], fieldset[disabled] .bootstrap .form-control, fieldset[disabled] .bootstrap input[type="text"], fieldset[disabled] .bootstrap input[type="search"], fieldset[disabled] .bootstrap input[type="password"], fieldset[disabled] .bootstrap textarea, fieldset[disabled] .bootstrap select {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}
.bootstrap textarea.form-control, .bootstrap textarea {
    height: auto;
}
.bootstrap input[type="search"] {
}
.bootstrap input[type="date"], .bootstrap input[type="time"], .bootstrap input[type="datetime-local"], .bootstrap input[type="month"] {
    line-height: 31px;
}
.bootstrap input.input-sm[type="date"], .bootstrap .input-group-sm > input.form-control[type="date"], .bootstrap .input-group-sm > input[type="date"][type="text"], .bootstrap .input-group-sm > input[type="date"][type="search"], .bootstrap .input-group-sm > input[type="date"][type="password"], .bootstrap .input-group-sm > input.input-group-addon[type="date"], .bootstrap .input-group-sm > .input-group-btn > input.btn[type="date"], .bootstrap input.input-sm[type="time"], .bootstrap .input-group-sm > input.form-control[type="time"], .bootstrap .input-group-sm > input[type="time"][type="text"], .bootstrap .input-group-sm > input[type="time"][type="search"], .bootstrap .input-group-sm > input[type="time"][type="password"], .bootstrap .input-group-sm > input.input-group-addon[type="time"], .bootstrap .input-group-sm > .input-group-btn > input.btn[type="time"], .bootstrap input.input-sm[type="datetime-local"], .bootstrap .input-group-sm > input.form-control[type="datetime-local"], .bootstrap .input-group-sm > input[type="datetime-local"][type="text"], .bootstrap .input-group-sm > input[type="datetime-local"][type="search"], .bootstrap .input-group-sm > input[type="datetime-local"][type="password"], .bootstrap .input-group-sm > input.input-group-addon[type="datetime-local"], .bootstrap .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], .bootstrap input.input-sm[type="month"], .bootstrap .input-group-sm > input.form-control[type="month"], .bootstrap .input-group-sm > input[type="month"][type="text"], .bootstrap .input-group-sm > input[type="month"][type="search"], .bootstrap .input-group-sm > input[type="month"][type="password"], .bootstrap .input-group-sm > input.input-group-addon[type="month"], .bootstrap .input-group-sm > .input-group-btn > input.btn[type="month"] {
    line-height: 28px;
}
.bootstrap input.input-lg[type="date"], .bootstrap .input-group-lg > input.form-control[type="date"], .bootstrap .input-group-lg > input[type="date"][type="text"], .bootstrap .input-group-lg > input[type="date"][type="search"], .bootstrap .input-group-lg > input[type="date"][type="password"], .bootstrap .input-group-lg > input.input-group-addon[type="date"], .bootstrap .input-group-lg > .input-group-btn > input.btn[type="date"], .bootstrap input.input-lg[type="time"], .bootstrap .input-group-lg > input.form-control[type="time"], .bootstrap .input-group-lg > input[type="time"][type="text"], .bootstrap .input-group-lg > input[type="time"][type="search"], .bootstrap .input-group-lg > input[type="time"][type="password"], .bootstrap .input-group-lg > input.input-group-addon[type="time"], .bootstrap .input-group-lg > .input-group-btn > input.btn[type="time"], .bootstrap input.input-lg[type="datetime-local"], .bootstrap .input-group-lg > input.form-control[type="datetime-local"], .bootstrap .input-group-lg > input[type="datetime-local"][type="text"], .bootstrap .input-group-lg > input[type="datetime-local"][type="search"], .bootstrap .input-group-lg > input[type="datetime-local"][type="password"], .bootstrap .input-group-lg > input.input-group-addon[type="datetime-local"], .bootstrap .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], .bootstrap input.input-lg[type="month"], .bootstrap .input-group-lg > input.form-control[type="month"], .bootstrap .input-group-lg > input[type="month"][type="text"], .bootstrap .input-group-lg > input[type="month"][type="search"], .bootstrap .input-group-lg > input[type="month"][type="password"], .bootstrap .input-group-lg > input.input-group-addon[type="month"], .bootstrap .input-group-lg > .input-group-btn > input.btn[type="month"] {
    line-height: 42px;
}
.bootstrap .form-group {
    margin-bottom: 15px;
}
.bootstrap .radio, .bootstrap .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 17px;
}
.bootstrap .radio label, .bootstrap .checkbox label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
}
.bootstrap .radio input[type="radio"], .bootstrap .radio-inline input[type="radio"], .bootstrap .checkbox input[type="checkbox"], .bootstrap .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.bootstrap .radio + .radio, .bootstrap .checkbox + .checkbox {
    margin-top: -5px;
}
.bootstrap .radio-inline, .bootstrap .checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
}
.bootstrap .radio-inline + .radio-inline, .bootstrap .checkbox-inline + .checkbox-inline {
    margin-left: 10px;
    margin-top: 0;
}
.bootstrap input[type="radio"][disabled], fieldset[disabled] .bootstrap input[type="radio"], .bootstrap input[type="checkbox"][disabled], fieldset[disabled] .bootstrap input[type="checkbox"], .bootstrap .radio[disabled], fieldset[disabled] .bootstrap .radio, .bootstrap .radio-inline[disabled], fieldset[disabled] .bootstrap .radio-inline, .bootstrap .checkbox[disabled], fieldset[disabled] .bootstrap .checkbox, .bootstrap .checkbox-inline[disabled], fieldset[disabled] .bootstrap .checkbox-inline {
    cursor: not-allowed;
}
.bootstrap .input-sm, .bootstrap .input-group-sm > .form-control, .bootstrap .input-group-sm > input[type="text"], .bootstrap .input-group-sm > input[type="search"], .bootstrap .input-group-sm > input[type="password"], .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .btn {
    border-radius: 3px;
    font-size: 11px;
    height: 28px;
    line-height: 1.5;
    padding: 5px 10px;
}
.bootstrap select.input-sm, .bootstrap .input-group-sm > select.form-control, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > select.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > select.btn {
    height: 28px;
    line-height: 28px;
}
.bootstrap textarea.input-sm, .bootstrap .input-group-sm > textarea.form-control, .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > textarea.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > textarea.btn, .bootstrap select.input-sm[multiple], .bootstrap .input-group-sm > select[multiple], .bootstrap .input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto;
}
.bootstrap .input-lg, .bootstrap .input-group-lg > .form-control, .bootstrap .input-group-lg > input[type="text"], .bootstrap .input-group-lg > input[type="search"], .bootstrap .input-group-lg > input[type="password"], .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .btn {
    border-radius: 6px;
    font-size: 15px;
    height: 42px;
    line-height: 1.33;
    padding: 10px 16px;
}
.bootstrap select.input-lg, .bootstrap .input-group-lg > select.form-control, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > select.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > select.btn {
    height: 42px;
    line-height: 42px;
}
.bootstrap textarea.input-lg, .bootstrap .input-group-lg > textarea.form-control, .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > textarea.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > textarea.btn, .bootstrap select.input-lg[multiple], .bootstrap .input-group-lg > select[multiple], .bootstrap .input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto;
}
.bootstrap .has-feedback {
    position: relative;
}
.bootstrap .has-feedback .form-control, .bootstrap .has-feedback input[type="text"], .bootstrap .has-feedback input[type="search"], .bootstrap .has-feedback input[type="password"], .bootstrap .has-feedback textarea, .bootstrap .has-feedback select {
    padding-right: 38.75px;
}
.bootstrap .form-control-feedback {
    display: block;
    height: 31px;
    line-height: 31px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 22px;
    width: 31px;
    z-index: 2;
}
.bootstrap .input-lg + .form-control-feedback, .bootstrap .input-group-lg > .form-control + .form-control-feedback, .bootstrap .input-group-lg > input[type="text"] + .form-control-feedback, .bootstrap .input-group-lg > input[type="search"] + .form-control-feedback, .bootstrap .input-group-lg > input[type="password"] + .form-control-feedback, .bootstrap .input-group-lg > textarea + .form-control-feedback, .bootstrap .input-group-lg > select + .form-control-feedback, .bootstrap .input-group-lg > .input-group-addon + .form-control-feedback, .bootstrap .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
    height: 42px;
    line-height: 42px;
    width: 42px;
}
.bootstrap .input-sm + .form-control-feedback, .bootstrap .input-group-sm > .form-control + .form-control-feedback, .bootstrap .input-group-sm > input[type="text"] + .form-control-feedback, .bootstrap .input-group-sm > input[type="search"] + .form-control-feedback, .bootstrap .input-group-sm > input[type="password"] + .form-control-feedback, .bootstrap .input-group-sm > textarea + .form-control-feedback, .bootstrap .input-group-sm > select + .form-control-feedback, .bootstrap .input-group-sm > .input-group-addon + .form-control-feedback, .bootstrap .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
    height: 28px;
    line-height: 28px;
    width: 28px;
}
.bootstrap .has-success .help-block, .bootstrap .has-success .control-label, .bootstrap .has-success .radio, .bootstrap .has-success .checkbox, .bootstrap .has-success .radio-inline, .bootstrap .has-success .checkbox-inline {
    color: #3c763d;
}
.bootstrap .has-success .form-control, .bootstrap .has-success input[type="text"], .bootstrap .has-success input[type="search"], .bootstrap .has-success input[type="password"], .bootstrap .has-success textarea, .bootstrap .has-success select {
    background-color: #cce9d7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.bootstrap .has-success .form-control:focus, .bootstrap .has-success input[type="text"]:focus, .bootstrap .has-success input[type="search"]:focus, .bootstrap .has-success input[type="password"]:focus, .bootstrap .has-success textarea:focus, .bootstrap .has-success select:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168;
}
.bootstrap .has-success .input-group-addon {
    background-color: #cce9d7;
    color: #3c763d;
}
.bootstrap .has-success .form-control-feedback {
    color: #3c763d;
}
.bootstrap .has-warning .help-block, .bootstrap .has-warning .control-label, .bootstrap .has-warning .radio, .bootstrap .has-warning .checkbox, .bootstrap .has-warning .radio-inline, .bootstrap .has-warning .checkbox-inline {
    color: #8a6d3b;
}
.bootstrap .has-warning .form-control, .bootstrap .has-warning input[type="text"], .bootstrap .has-warning input[type="search"], .bootstrap .has-warning input[type="password"], .bootstrap .has-warning textarea, .bootstrap .has-warning select {
    background-color: #fef1d3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.bootstrap .has-warning .form-control:focus, .bootstrap .has-warning input[type="text"]:focus, .bootstrap .has-warning input[type="search"]:focus, .bootstrap .has-warning input[type="password"]:focus, .bootstrap .has-warning textarea:focus, .bootstrap .has-warning select:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #c0a16b;
}
.bootstrap .has-warning .input-group-addon {
    background-color: #fef1d3;
    color: #8a6d3b;
}
.bootstrap .has-warning .form-control-feedback {
    color: #8a6d3b;
}
.bootstrap .has-error .help-block, .bootstrap .has-error .control-label, .bootstrap .has-error .radio, .bootstrap .has-error .checkbox, .bootstrap .has-error .radio-inline, .bootstrap .has-error .checkbox-inline {
    color: #a94442;
}
.bootstrap .has-error .form-control, .bootstrap .has-error input[type="text"], .bootstrap .has-error input[type="search"], .bootstrap .has-error input[type="password"], .bootstrap .has-error textarea, .bootstrap .has-error select {
    background-color: #f9cce1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.bootstrap .has-error .form-control:focus, .bootstrap .has-error input[type="text"]:focus, .bootstrap .has-error input[type="search"]:focus, .bootstrap .has-error input[type="password"]:focus, .bootstrap .has-error textarea:focus, .bootstrap .has-error select:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}
.bootstrap .has-error .input-group-addon {
    background-color: #f9cce1;
    color: #a94442;
}
.bootstrap .has-error .form-control-feedback {
    color: #a94442;
}
.bootstrap .form-control-static {
    margin-bottom: 0;
}
.bootstrap .help-block {
    color: #959595;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
@media (min-width: 768px) {
.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 .navbar-form .form-control, .bootstrap .form-inline input[type="text"], .bootstrap .navbar-form input[type="text"], .bootstrap .form-inline input[type="search"], .bootstrap .navbar-form input[type="search"], .bootstrap .form-inline input[type="password"], .bootstrap .navbar-form input[type="password"], .bootstrap .form-inline textarea, .bootstrap .navbar-form textarea, .bootstrap .form-inline select, .bootstrap .navbar-form select {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.bootstrap .form-inline .input-group, .bootstrap .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}
.bootstrap .form-inline .input-group .input-group-addon, .bootstrap .navbar-form .input-group .input-group-addon, .bootstrap .form-inline .input-group .input-group-btn, .bootstrap .navbar-form .input-group .input-group-btn, .bootstrap .form-inline .input-group .form-control, .bootstrap .navbar-form .input-group .form-control, .bootstrap .form-inline .input-group input[type="text"], .bootstrap .navbar-form .input-group input[type="text"], .bootstrap .form-inline .input-group input[type="search"], .bootstrap .navbar-form .input-group input[type="search"], .bootstrap .form-inline .input-group input[type="password"], .bootstrap .navbar-form .input-group input[type="password"], .bootstrap .form-inline .input-group textarea, .bootstrap .navbar-form .input-group textarea, .bootstrap .form-inline .input-group select, .bootstrap .navbar-form .input-group select {
    width: auto;
}
.bootstrap .form-inline .input-group > .form-control, .bootstrap .navbar-form .input-group > .form-control, .bootstrap .form-inline .input-group > input[type="text"], .bootstrap .navbar-form .input-group > input[type="text"], .bootstrap .form-inline .input-group > input[type="search"], .bootstrap .navbar-form .input-group > input[type="search"], .bootstrap .form-inline .input-group > input[type="password"], .bootstrap .navbar-form .input-group > input[type="password"], .bootstrap .form-inline .input-group > textarea, .bootstrap .navbar-form .input-group > textarea, .bootstrap .form-inline .input-group > select, .bootstrap .navbar-form .input-group > select {
    width: 100%;
}
.bootstrap .form-inline .control-label, .bootstrap .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.bootstrap .form-inline .radio, .bootstrap .navbar-form .radio, .bootstrap .form-inline .checkbox, .bootstrap .navbar-form .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    vertical-align: middle;
}
.bootstrap .form-inline .radio input[type="radio"], .bootstrap .navbar-form .radio input[type="radio"], .bootstrap .form-inline .checkbox input[type="checkbox"], .bootstrap .navbar-form .checkbox input[type="checkbox"] {
    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 .radio, .bootstrap .form-horizontal .checkbox, .bootstrap .form-horizontal .radio-inline, .bootstrap .form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}
.bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox {
    min-height: 24px;
}
.bootstrap .form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
}
.bootstrap .form-horizontal .form-group::before, .bootstrap .form-horizontal .form-group::after {
    content: " ";
    display: table;
}
.bootstrap .form-horizontal .form-group::after {
    clear: both;
}
.bootstrap .form-horizontal .form-control-static {
    padding-bottom: 7px;
    padding-top: 7px;
}
@media (min-width: 768px) {
.bootstrap .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}
}
.bootstrap .form-horizontal .has-feedback .form-control-feedback {
    right: 5px;
    top: 0;
}
.bootstrap .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.bootstrap .btn:focus, .bootstrap .btn:active:focus, .bootstrap .btn.active:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.bootstrap .btn:hover, .bootstrap .btn:focus {
    color: #363a41;
    text-decoration: none;
}
.bootstrap .btn:active, .bootstrap .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.bootstrap .btn.disabled, .bootstrap .btn[disabled], fieldset[disabled] .bootstrap .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.bootstrap .btn-default {
    background-color: #fff;
    border-color: #dedede;
    color: #363a41;
}
.bootstrap .btn-default:hover, .bootstrap .btn-default:focus, .bootstrap .btn-default:active, .bootstrap .btn-default.active, .open > .bootstrap .btn-default.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #bfbfbf;
    color: #363a41;
}
.bootstrap .btn-default:active, .bootstrap .btn-default.active, .open > .bootstrap .btn-default.dropdown-toggle {
    background-image: none;
}
.bootstrap .btn-default.disabled, .bootstrap .btn-default.disabled:hover, .bootstrap .btn-default.disabled:focus, .bootstrap .btn-default.disabled:active, .bootstrap .btn-default.disabled.active, .bootstrap .btn-default[disabled], .bootstrap .btn-default[disabled]:hover, .bootstrap .btn-default[disabled]:focus, .bootstrap .btn-default[disabled]:active, .bootstrap .btn-default.active[disabled], fieldset[disabled] .bootstrap .btn-default, fieldset[disabled] .bootstrap .btn-default:hover, fieldset[disabled] .bootstrap .btn-default:focus, fieldset[disabled] .bootstrap .btn-default:active, fieldset[disabled] .bootstrap .btn-default.active {
    background-color: #fff;
    border-color: #dedede;
}
.bootstrap .btn-default .badge, .bootstrap .btn-default #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-default .notifs_badge, .bootstrap .btn-default .module-badge-popular, .bootstrap .btn-default .module-badge-partner, .bootstrap .btn-default .module-badge-bought {
    background-color: #363a41;
    color: #fff;
}
.bootstrap .btn-primary {
    background-color: #2eacce;
    border-color: #2eacce;
    color: #363a41;
}
.bootstrap .btn-primary:hover, .bootstrap .btn-primary:focus, .bootstrap .btn-primary:active, .bootstrap .btn-primary.active, .open > .bootstrap .btn-primary.dropdown-toggle {
    background-color: #2589a4;
    border-color: #23829c;
    color: #363a41;
}
.bootstrap .btn-primary:active, .bootstrap .btn-primary.active, .open > .bootstrap .btn-primary.dropdown-toggle {
    background-image: none;
}
.bootstrap .btn-primary.disabled, .bootstrap .btn-primary.disabled:hover, .bootstrap .btn-primary.disabled:focus, .bootstrap .btn-primary.disabled:active, .bootstrap .btn-primary.disabled.active, .bootstrap .btn-primary[disabled], .bootstrap .btn-primary[disabled]:hover, .bootstrap .btn-primary[disabled]:focus, .bootstrap .btn-primary[disabled]:active, .bootstrap .btn-primary.active[disabled], fieldset[disabled] .bootstrap .btn-primary, fieldset[disabled] .bootstrap .btn-primary:hover, fieldset[disabled] .bootstrap .btn-primary:focus, fieldset[disabled] .bootstrap .btn-primary:active, fieldset[disabled] .bootstrap .btn-primary.active {
    background-color: #2eacce;
    border-color: #2eacce;
}
.bootstrap .btn-primary .badge, .bootstrap .btn-primary #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-primary .notifs_badge, .bootstrap .btn-primary .module-badge-popular, .bootstrap .btn-primary .module-badge-partner, .bootstrap .btn-primary .module-badge-bought {
    background-color: #363a41;
    color: #2eacce;
}
.bootstrap .btn-success {
    background-color: #72c279;
    border-color: #60ba68;
    color: #fff;
}
.bootstrap .btn-success:hover, .bootstrap .btn-success:focus, .bootstrap .btn-success:active, .bootstrap .btn-success.active, .open > .bootstrap .btn-success.dropdown-toggle {
    background-color: #4eb357;
    border-color: #439a4a;
    color: #fff;
}
.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:hover, .bootstrap .btn-success.disabled:focus, .bootstrap .btn-success.disabled:active, .bootstrap .btn-success.disabled.active, .bootstrap .btn-success[disabled], .bootstrap .btn-success[disabled]:hover, .bootstrap .btn-success[disabled]:focus, .bootstrap .btn-success[disabled]:active, .bootstrap .btn-success.active[disabled], fieldset[disabled] .bootstrap .btn-success, fieldset[disabled] .bootstrap .btn-success:hover, fieldset[disabled] .bootstrap .btn-success:focus, fieldset[disabled] .bootstrap .btn-success:active, fieldset[disabled] .bootstrap .btn-success.active {
    background-color: #72c279;
    border-color: #60ba68;
}
.bootstrap .btn-success .badge, .bootstrap .btn-success #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-success .notifs_badge, .bootstrap .btn-success .module-badge-popular, .bootstrap .btn-success .module-badge-partner, .bootstrap .btn-success .module-badge-bought {
    background-color: #fff;
    color: #72c279;
}
.bootstrap .btn-info {
    background-color: #25b9d7;
    border-color: #21a6c1;
    color: #fff;
}
.bootstrap .btn-info:hover, .bootstrap .btn-info:focus, .bootstrap .btn-info:active, .bootstrap .btn-info.active, .open > .bootstrap .btn-info.dropdown-toggle {
    background-color: #1e94ab;
    border-color: #18798d;
    color: #fff;
}
.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:hover, .bootstrap .btn-info.disabled:focus, .bootstrap .btn-info.disabled:active, .bootstrap .btn-info.disabled.active, .bootstrap .btn-info[disabled], .bootstrap .btn-info[disabled]:hover, .bootstrap .btn-info[disabled]:focus, .bootstrap .btn-info[disabled]:active, .bootstrap .btn-info.active[disabled], fieldset[disabled] .bootstrap .btn-info, fieldset[disabled] .bootstrap .btn-info:hover, fieldset[disabled] .bootstrap .btn-info:focus, fieldset[disabled] .bootstrap .btn-info:active, fieldset[disabled] .bootstrap .btn-info.active {
    background-color: #25b9d7;
    border-color: #21a6c1;
}
.bootstrap .btn-info .badge, .bootstrap .btn-info #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-info .notifs_badge, .bootstrap .btn-info .module-badge-popular, .bootstrap .btn-info .module-badge-partner, .bootstrap .btn-info .module-badge-bought {
    background-color: #fff;
    color: #25b9d7;
}
.bootstrap .btn-warning {
    background-color: #fbbb22;
    border-color: #fbb309;
    color: #fff;
}
.bootstrap .btn-warning:hover, .bootstrap .btn-warning:focus, .bootstrap .btn-warning:active, .bootstrap .btn-warning.active, .open > .bootstrap .btn-warning.dropdown-toggle {
    background-color: #e6a304;
    border-color: #c38a04;
    color: #fff;
}
.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:hover, .bootstrap .btn-warning.disabled:focus, .bootstrap .btn-warning.disabled:active, .bootstrap .btn-warning.disabled.active, .bootstrap .btn-warning[disabled], .bootstrap .btn-warning[disabled]:hover, .bootstrap .btn-warning[disabled]:focus, .bootstrap .btn-warning[disabled]:active, .bootstrap .btn-warning.active[disabled], fieldset[disabled] .bootstrap .btn-warning, fieldset[disabled] .bootstrap .btn-warning:hover, fieldset[disabled] .bootstrap .btn-warning:focus, fieldset[disabled] .bootstrap .btn-warning:active, fieldset[disabled] .bootstrap .btn-warning.active {
    background-color: #fbbb22;
    border-color: #fbb309;
}
.bootstrap .btn-warning .badge, .bootstrap .btn-warning #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-warning .notifs_badge, .bootstrap .btn-warning .module-badge-popular, .bootstrap .btn-warning .module-badge-partner, .bootstrap .btn-warning .module-badge-bought {
    background-color: #fff;
    color: #fbbb22;
}
.bootstrap .btn-danger {
    background-color: #e08f95;
    border-color: #da7b82;
    color: #fff;
}
.bootstrap .btn-danger:hover, .bootstrap .btn-danger:focus, .bootstrap .btn-danger:active, .bootstrap .btn-danger.active, .open > .bootstrap .btn-danger.dropdown-toggle {
    background-color: #d5676f;
    border-color: #cd4b55;
    color: #fff;
}
.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:hover, .bootstrap .btn-danger.disabled:focus, .bootstrap .btn-danger.disabled:active, .bootstrap .btn-danger.disabled.active, .bootstrap .btn-danger[disabled], .bootstrap .btn-danger[disabled]:hover, .bootstrap .btn-danger[disabled]:focus, .bootstrap .btn-danger[disabled]:active, .bootstrap .btn-danger.active[disabled], fieldset[disabled] .bootstrap .btn-danger, fieldset[disabled] .bootstrap .btn-danger:hover, fieldset[disabled] .bootstrap .btn-danger:focus, fieldset[disabled] .bootstrap .btn-danger:active, fieldset[disabled] .bootstrap .btn-danger.active {
    background-color: #e08f95;
    border-color: #da7b82;
}
.bootstrap .btn-danger .badge, .bootstrap .btn-danger #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-danger .notifs_badge, .bootstrap .btn-danger .module-badge-popular, .bootstrap .btn-danger .module-badge-partner, .bootstrap .btn-danger .module-badge-bought {
    background-color: #fff;
    color: #e08f95;
}
.bootstrap .btn-link {
    border-radius: 0;
    color: #00aff0;
    cursor: pointer;
    font-weight: normal;
}
.bootstrap .btn-link, .bootstrap .btn-link:active, .bootstrap .btn-link[disabled], fieldset[disabled] .bootstrap .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.bootstrap .btn-link, .bootstrap .btn-link:hover, .bootstrap .btn-link:focus, .bootstrap .btn-link:active {
    border-color: transparent;
}
.bootstrap .btn-link:hover, .bootstrap .btn-link:focus {
    background-color: transparent;
    color: #0077a4;
    text-decoration: underline;
}
.bootstrap .btn-link[disabled]:hover, .bootstrap .btn-link[disabled]:focus, fieldset[disabled] .bootstrap .btn-link:hover, fieldset[disabled] .bootstrap .btn-link:focus {
    color: #999;
    text-decoration: none;
}
.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px 16px;
}
.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 10px;
}
.bootstrap .btn-xs, .bootstrap .btn-group-xs > .btn {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 5px;
}
.bootstrap .btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.bootstrap .btn-block + .btn-block {
    margin-top: 5px;
}
.bootstrap input.btn-block[type="submit"], .bootstrap input.btn-block[type="reset"], .bootstrap input.btn-block[type="button"] {
    width: 100%;
}
.bootstrap .fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.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 {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease 0s;
}
.bootstrap .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.bootstrap .dropdown {
    position: relative;
}
.bootstrap .dropdown-toggle:focus {
    outline: 0 none;
}
.bootstrap .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 360px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.bootstrap .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.bootstrap .dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
}
.bootstrap .dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.bootstrap .dropdown-menu > li > a:hover, .bootstrap .dropdown-menu > li > a:focus {
    background-color: #00aff0;
    color: #fff;
    text-decoration: none;
}
.bootstrap .dropdown-menu > .active > a, .bootstrap .dropdown-menu > .active > a:hover, .bootstrap .dropdown-menu > .active > a:focus {
    background-color: #00aff0;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}
.bootstrap .dropdown-menu > .disabled > a, .bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus {
    color: #999;
}
.bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    text-decoration: none;
}
.bootstrap .open > .dropdown-menu {
    display: block;
}
.bootstrap .open > a {
    outline: 0 none;
}
.bootstrap .dropdown-menu-right {
    left: auto;
    right: 0;
}
.bootstrap .dropdown-menu-left {
    left: 0;
    right: auto;
}
.bootstrap .dropdown-header {
    color: #999;
    display: block;
    font-size: 11px;
    line-height: 1.42857;
    padding: 3px 20px;
}
.bootstrap .dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}
.bootstrap .pull-right > .dropdown-menu {
    left: auto;
    right: 0;
}
.bootstrap .dropup .caret, .bootstrap .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid;
    border-top: 0 none;
    content: "";
}
.bootstrap .dropup .dropdown-menu, .bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 1px;
    top: auto;
}
@media (min-width: 768px) {
.bootstrap .navbar-right .dropdown-menu, .bootstrap #header_employee_box .dropdown-menu {
    left: auto;
    right: 0;
}
.bootstrap .navbar-right .dropdown-menu-left, .bootstrap #header_employee_box .dropdown-menu-left {
    left: 0;
    right: auto;
}
}
.bootstrap .btn-group, .bootstrap .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.bootstrap .btn-group > .btn, .bootstrap .btn-group-vertical > .btn {
    float: left;
    position: relative;
}
.bootstrap .btn-group > .btn:hover, .bootstrap .btn-group > .btn:focus, .bootstrap .btn-group > .btn:active, .bootstrap .btn-group > .btn.active, .bootstrap .btn-group-vertical > .btn:hover, .bootstrap .btn-group-vertical > .btn:focus, .bootstrap .btn-group-vertical > .btn:active, .bootstrap .btn-group-vertical > .btn.active {
    z-index: 2;
}
.bootstrap .btn-group > .btn:focus, .bootstrap .btn-group-vertical > .btn:focus {
    outline: 0 none;
}
.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::before, .bootstrap .btn-toolbar::after {
    content: " ";
    display: table;
}
.bootstrap .btn-toolbar::after {
    clear: both;
}
.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 none;
}
.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 none;
}
.bootstrap .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.bootstrap .btn-group > .btn-lg + .dropdown-toggle, .bootstrap .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.bootstrap .btn-group.open .dropdown-toggle {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.bootstrap .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.bootstrap .btn .caret {
    margin-left: 0;
}
.bootstrap .btn-lg .caret, .bootstrap .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
}
.bootstrap .dropup .btn-lg .caret, .bootstrap .dropup .btn-group-lg > .btn .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;
    float: none;
    max-width: 100%;
    width: 100%;
}
.bootstrap .btn-group-vertical > .btn-group::before, .bootstrap .btn-group-vertical > .btn-group::after {
    content: " ";
    display: table;
}
.bootstrap .btn-group-vertical > .btn-group::after {
    clear: both;
}
.bootstrap .btn-group-vertical > .btn-group > .btn {
    float: none;
}
.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-left: 0;
    margin-top: -1px;
}
.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-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 3px;
}
.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-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-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap .btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.bootstrap .btn-group-justified > .btn, .bootstrap .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.bootstrap .btn-group-justified > .btn-group .btn {
    width: 100%;
}
.bootstrap [data-toggle="buttons"] > .btn > input[type="radio"], .bootstrap [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.bootstrap .input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.bootstrap .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.bootstrap .input-group-addon, .bootstrap .input-group-btn, .bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select {
    display: table-cell;
}
.bootstrap .input-group-addon:not(:first-child):not(:last-child), .bootstrap .input-group-btn:not(:first-child):not(:last-child), .bootstrap .input-group .form-control:not(:first-child):not(:last-child), .bootstrap .input-group input[type="text"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="search"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="password"]:not(:first-child):not(:last-child), .bootstrap .input-group textarea:not(:first-child):not(:last-child), .bootstrap .input-group select:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.bootstrap .input-group-addon, .bootstrap .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.bootstrap .input-group-addon {
    background-color: #f5f8f9;
    border-color: #c7d6db;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 8px;
    text-align: center;
}
.bootstrap .input-group-addon.input-sm, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .input-group-addon.btn {
    border-radius: 3px;
    font-size: 11px;
    padding: 5px 10px;
}
.bootstrap .input-group-addon.input-lg, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .input-group-addon.btn {
    border-radius: 6px;
    font-size: 15px;
    padding: 10px 16px;
}
.bootstrap .input-group-addon input[type="radio"], .bootstrap .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.bootstrap .input-group .form-control:first-child, .bootstrap .input-group input[type="text"]:first-child, .bootstrap .input-group input[type="search"]:first-child, .bootstrap .input-group input[type="password"]:first-child, .bootstrap .input-group textarea:first-child, .bootstrap .input-group select: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:not(:last-child):not(.dropdown-toggle), .bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap .input-group-addon:first-child {
    border-right: 0 none;
}
.bootstrap .input-group .form-control:last-child, .bootstrap .input-group input[type="text"]:last-child, .bootstrap .input-group input[type="search"]:last-child, .bootstrap .input-group input[type="password"]:last-child, .bootstrap .input-group textarea:last-child, .bootstrap .input-group select:last-child, .bootstrap .input-group-addon:last-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, .bootstrap .input-group-btn:first-child > .btn:not(:first-child), .bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap .input-group-addon:last-child {
    border-left: 0 none;
}
.bootstrap .input-group-btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}
.bootstrap .input-group-btn > .btn {
    position: relative;
}
.bootstrap .input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.bootstrap .input-group-btn > .btn:hover, .bootstrap .input-group-btn > .btn:focus, .bootstrap .input-group-btn > .btn:active {
    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, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick, .bootstrap #header_shop {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.bootstrap .nav::before, .bootstrap #header_notifs_icon_wrapper::before, .bootstrap #header_employee_box::before, .bootstrap #header_quick::before, .bootstrap #header_shop::before, .bootstrap .nav::after, .bootstrap #header_notifs_icon_wrapper::after, .bootstrap #header_employee_box::after, .bootstrap #header_quick::after, .bootstrap #header_shop::after {
    content: " ";
    display: table;
}
.bootstrap .nav::after, .bootstrap #header_notifs_icon_wrapper::after, .bootstrap #header_employee_box::after, .bootstrap #header_quick::after, .bootstrap #header_shop::after {
    clear: both;
}
.bootstrap .nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li, .bootstrap #header_shop > li {
    display: block;
    position: relative;
}
.bootstrap .nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a, .bootstrap #header_shop > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.bootstrap .nav > li > a:hover, .bootstrap #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_employee_box > li > a:hover, .bootstrap #header_quick > li > a:hover, .bootstrap #header_shop > li > a:hover, .bootstrap .nav > li > a:focus, .bootstrap #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_employee_box > li > a:focus, .bootstrap #header_quick > li > a:focus, .bootstrap #header_shop > li > a:focus {
    text-decoration: none;
}
.bootstrap .nav > li.disabled > a, .bootstrap #header_notifs_icon_wrapper > li.disabled > a, .bootstrap #header_employee_box > li.disabled > a, .bootstrap #header_quick > li.disabled > a, .bootstrap #header_shop > li.disabled > a {
    color: #999;
}
.bootstrap .nav > li.disabled > a:hover, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:hover, .bootstrap #header_employee_box > li.disabled > a:hover, .bootstrap #header_quick > li.disabled > a:hover, .bootstrap #header_shop > li.disabled > a:hover, .bootstrap .nav > li.disabled > a:focus, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:focus, .bootstrap #header_employee_box > li.disabled > a:focus, .bootstrap #header_quick > li.disabled > a:focus, .bootstrap #header_shop > li.disabled > a:focus {
    background-color: transparent;
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}
.bootstrap .nav .open > a, .bootstrap #header_notifs_icon_wrapper .open > a, .bootstrap #header_employee_box .open > a, .bootstrap #header_quick .open > a, .bootstrap #header_shop .open > a, .bootstrap .nav .open > a:hover, .bootstrap #header_notifs_icon_wrapper .open > a:hover, .bootstrap #header_employee_box .open > a:hover, .bootstrap #header_quick .open > a:hover, .bootstrap #header_shop .open > a:hover, .bootstrap .nav .open > a:focus, .bootstrap #header_notifs_icon_wrapper .open > a:focus, .bootstrap #header_employee_box .open > a:focus, .bootstrap #header_quick .open > a:focus, .bootstrap #header_shop .open > a:focus {
    background-color: #eee;
    border-color: #00aff0;
}
.bootstrap .nav .nav-divider, .bootstrap #header_notifs_icon_wrapper .nav-divider, .bootstrap #header_employee_box .nav-divider, .bootstrap #header_quick .nav-divider, .bootstrap #header_shop .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
}
.bootstrap .nav > li > a > img, .bootstrap #header_notifs_icon_wrapper > li > a > img, .bootstrap #header_employee_box > li > a > img, .bootstrap #header_quick > li > a > img, .bootstrap #header_shop > li > a > img {
    max-width: none;
}
.bootstrap .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.bootstrap .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.bootstrap .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}
.bootstrap .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.bootstrap .nav-tabs > li.active > a, .bootstrap .nav-tabs > li.active > a:hover, .bootstrap .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eff1f2;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}
.bootstrap .nav-pills > li {
    float: left;
}
.bootstrap .nav-pills > li > a {
    border-radius: 3px;
}
.bootstrap .nav-pills > li + li {
    margin-left: 2px;
}
.bootstrap .nav-pills > li.active > a, .bootstrap .nav-pills > li.active > a:hover, .bootstrap .nav-pills > li.active > a:focus {
    background-color: #00aff0;
    color: #fff;
}
.bootstrap .nav-stacked > li {
    float: none;
}
.bootstrap .nav-stacked > li + li {
    margin-left: 0;
    margin-top: 2px;
}
.bootstrap .nav-justified, .bootstrap .nav-tabs.nav-justified {
    width: 100%;
}
.bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li {
    float: none;
}
.bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.bootstrap .nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}
@media (min-width: 768px) {
.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, .bootstrap .nav-tabs.nav-justified {
    border-bottom: 0 none;
}
.bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a {
    border-radius: 3px;
    margin-right: 0;
}
.bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
.bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
}
.bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #eff1f2;
}
}
.bootstrap .tab-content > .tab-pane {
    display: none;
}
.bootstrap .tab-content > .active {
    display: block;
}
.bootstrap .nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.bootstrap .navbar, .bootstrap #header_infos {
    border: 1px solid transparent;
    margin-bottom: 17px;
    min-height: 35px;
    position: relative;
}
.bootstrap .navbar::before, .bootstrap #header_infos::before, .bootstrap .navbar::after, .bootstrap #header_infos::after {
    content: " ";
    display: table;
}
.bootstrap .navbar::after, .bootstrap #header_infos::after {
    clear: both;
}
@media (min-width: 768px) {
.bootstrap .navbar, .bootstrap #header_infos {
    border-radius: 3px;
}
}
.bootstrap .navbar-header::before, .bootstrap .navbar-header::after {
    content: " ";
    display: table;
}
.bootstrap .navbar-header::after {
    clear: both;
}
@media (min-width: 768px) {
.bootstrap .navbar-header {
    float: left;
}
}
.bootstrap .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow-x: visible;
    padding-left: 5px;
    padding-right: 5px;
}
.bootstrap .navbar-collapse::before, .bootstrap .navbar-collapse::after {
    content: " ";
    display: table;
}
.bootstrap .navbar-collapse::after {
    clear: both;
}
.bootstrap .navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
.bootstrap .navbar-collapse {
    border-top: 0 none;
    box-shadow: none;
    width: auto;
}
.bootstrap .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
}
.bootstrap .navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-top .bootstrap .navbar-collapse, #header_infos .bootstrap .navbar-collapse, .navbar-static-top .bootstrap .navbar-collapse, .navbar-fixed-bottom .bootstrap .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
}
.bootstrap .navbar-fixed-top .navbar-collapse, .bootstrap #header_infos .navbar-collapse, .bootstrap .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
.bootstrap .navbar-fixed-top .navbar-collapse, .bootstrap #header_infos .navbar-collapse, .bootstrap .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
}
}
.bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse {
    margin-left: -5px;
    margin-right: -5px;
}
@media (min-width: 768px) {
.bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}
}
.bootstrap .navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000;
}
@media (min-width: 768px) {
.bootstrap .navbar-static-top {
    border-radius: 0;
}
}
.bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
.bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom {
    border-radius: 0;
}
}
.bootstrap .navbar-fixed-top, .bootstrap #header_infos {
    border-width: 0 0 1px;
    top: 0;
}
.bootstrap .navbar-fixed-bottom {
    border-width: 1px 0 0;
    bottom: 0;
    margin-bottom: 0;
}
.bootstrap .navbar-brand, .bootstrap #header_shopversion, .bootstrap #header_shopname {
    float: left;
    font-size: 15px;
    height: 35px;
    line-height: 17px;
    padding: 6px 5px;
}
.bootstrap .navbar-brand:hover, .bootstrap #header_shopversion:hover, .bootstrap #header_shopname:hover, .bootstrap .navbar-brand:focus, .bootstrap #header_shopversion:focus, .bootstrap #header_shopname:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .bootstrap .navbar-brand, #header_infos > .container .bootstrap .navbar-brand, .navbar > .container .bootstrap #header_shopversion, #header_infos > .container .bootstrap #header_shopversion, .navbar > .container .bootstrap #header_shopname, #header_infos > .container .bootstrap #header_shopname, .navbar > .container-fluid .bootstrap .navbar-brand, #header_infos > .container-fluid .bootstrap .navbar-brand, .navbar > .container-fluid .bootstrap #header_shopversion, #header_infos > .container-fluid .bootstrap #header_shopversion, .navbar > .container-fluid .bootstrap #header_shopname, #header_infos > .container-fluid .bootstrap #header_shopname {
    margin-left: -5px;
}
}
.bootstrap .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    float: right;
    margin-bottom: 0.5px;
    margin-right: 5px;
    margin-top: 0.5px;
    padding: 9px 10px;
    position: relative;
}
.bootstrap .navbar-toggle:focus {
    outline: 0 none;
}
.bootstrap .navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.bootstrap .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
.bootstrap .navbar-toggle {
    display: none;
}
}
.bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick, .bootstrap #header_shop {
    float: left;
    margin: 0;
}
.bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a, .bootstrap #header_shop > li > a {
    line-height: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.bootstrap .navbar-nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li, .bootstrap #header_shop > li {
    float: left;
}

.bootstrap #header_notifs_icon_wrapper {
    margin-top:6px;
}
.bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a, .bootstrap #header_shop > li > a {
    padding-bottom: 9px;
    padding-top: 9px;
}
.bootstrap .navbar-nav.navbar-right:last-child, .bootstrap #header_notifs_icon_wrapper.navbar-right:last-child, .bootstrap #header_employee_box:last-child, .bootstrap #header_quick.navbar-right:last-child, .bootstrap #header_shop.navbar-right:last-child {
    margin-right: -5px;
}
.bootstrap .navbar-left, .bootstrap #header_quick, .bootstrap #header_shop {
    float: left !important;
}
.bootstrap .navbar-right, .bootstrap #header_employee_box {
    float: right !important;
}
.bootstrap .navbar-form {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 2px -5px;
    padding: 10px 5px;
}
@media (max-width: 767px) {
.bootstrap .navbar-form .form-group {
    margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.bootstrap .navbar-form {
    border: 0 none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
}
.bootstrap .navbar-form.navbar-right:last-child, .bootstrap #header_employee_box.navbar-form:last-child {
    margin-right: -5px;
}
}
.bootstrap .navbar-nav > li > .dropdown-menu, .bootstrap #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap #header_employee_box > li > .dropdown-menu, .bootstrap #header_quick > li > .dropdown-menu, .bootstrap #header_shop > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_employee_box > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_quick > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_shop > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap .navbar-btn {
    margin-bottom: 2px;
    margin-top: 2px;
}
.bootstrap .navbar-btn.btn-sm, .bootstrap .btn-group-sm > .navbar-btn.btn {
    margin-bottom: 3.5px;
    margin-top: 3.5px;
}
.bootstrap .navbar-btn.btn-xs, .bootstrap .btn-group-xs > .navbar-btn.btn {
    margin-bottom: 6.5px;
    margin-top: 6.5px;
}
.bootstrap .navbar-text {
    margin-bottom: 9px;
    margin-top: 9px;
}
@media (min-width: 768px) {
.bootstrap .navbar-text {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.bootstrap .navbar-text.navbar-right:last-child, .bootstrap #header_employee_box.navbar-text:last-child {
    margin-right: 0;
}
}
.bootstrap .navbar-default {
    background-color: #f8f8f8;
}
.bootstrap .navbar-default .navbar-brand, .bootstrap .navbar-default #header_shopversion, .bootstrap .navbar-default #header_shopname {
    color: #777;
}
.bootstrap .navbar-default .navbar-brand:hover, .bootstrap .navbar-default #header_shopversion:hover, .bootstrap .navbar-default #header_shopname:hover, .bootstrap .navbar-default .navbar-brand:focus, .bootstrap .navbar-default #header_shopversion:focus, .bootstrap .navbar-default #header_shopname:focus {
    background-color: transparent;
    color: #5e5e5e;
}
.bootstrap .navbar-default .navbar-text {
    color: #777;
}
.bootstrap .navbar-default .navbar-nav > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-default #header_employee_box > li > a, .bootstrap .navbar-default #header_quick > li > a, .bootstrap .navbar-default #header_shop > li > a {
    color: #777;
}
.bootstrap .navbar-default .navbar-nav > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-default #header_employee_box > li > a:hover, .bootstrap .navbar-default #header_quick > li > a:hover, .bootstrap .navbar-default #header_shop > li > a:hover, .bootstrap .navbar-default .navbar-nav > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-default #header_employee_box > li > a:focus, .bootstrap .navbar-default #header_quick > li > a:focus, .bootstrap .navbar-default #header_shop > li > a:focus {
    background-color: transparent;
    color: #333;
}
.bootstrap .navbar-default .navbar-nav > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-default #header_employee_box > .active > a, .bootstrap .navbar-default #header_quick > .active > a, .bootstrap .navbar-default #header_shop > .active > a, .bootstrap .navbar-default .navbar-nav > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-default #header_employee_box > .active > a:hover, .bootstrap .navbar-default #header_quick > .active > a:hover, .bootstrap .navbar-default #header_shop > .active > a:hover, .bootstrap .navbar-default .navbar-nav > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-default #header_employee_box > .active > a:focus, .bootstrap .navbar-default #header_quick > .active > a:focus, .bootstrap .navbar-default #header_shop > .active > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
.bootstrap .navbar-default .navbar-nav > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-default #header_employee_box > .disabled > a, .bootstrap .navbar-default #header_quick > .disabled > a, .bootstrap .navbar-default #header_shop > .disabled > a, .bootstrap .navbar-default .navbar-nav > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box > .disabled > a:hover, .bootstrap .navbar-default #header_quick > .disabled > a:hover, .bootstrap .navbar-default #header_shop > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box > .disabled > a:focus, .bootstrap .navbar-default #header_quick > .disabled > a:focus, .bootstrap .navbar-default #header_shop > .disabled > a:focus {
    background-color: transparent;
    color: #ccc;
}
.bootstrap .navbar-default .navbar-toggle {
    border-color: #ddd;
}
.bootstrap .navbar-default .navbar-toggle:hover, .bootstrap .navbar-default .navbar-toggle:focus {
    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 #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-default #header_employee_box > .open > a, .bootstrap .navbar-default #header_quick > .open > a, .bootstrap .navbar-default #header_shop > .open > a, .bootstrap .navbar-default .navbar-nav > .open > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-default #header_employee_box > .open > a:hover, .bootstrap .navbar-default #header_quick > .open > a:hover, .bootstrap .navbar-default #header_shop > .open > a:hover, .bootstrap .navbar-default .navbar-nav > .open > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-default #header_employee_box > .open > a:focus, .bootstrap .navbar-default #header_quick > .open > a:focus, .bootstrap .navbar-default #header_shop > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_shop .open .dropdown-menu > li > a {
    color: #777;
}
.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_shop .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_shop .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #333;
}
.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_shop .open .dropdown-menu > .active > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_shop .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_shop .open .dropdown-menu > .active > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_shop .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_shop .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_shop .open .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    color: #ccc;
}
}
.bootstrap .navbar-default .navbar-link {
    color: #777;
}
.bootstrap .navbar-default .navbar-link:hover {
    color: #333;
}
.bootstrap .navbar-default .btn-link {
    color: #777;
}
.bootstrap .navbar-default .btn-link:hover, .bootstrap .navbar-default .btn-link:focus {
    color: #333;
}
.bootstrap .navbar-default .btn-link[disabled]:hover, .bootstrap .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .bootstrap .navbar-default .btn-link:hover, fieldset[disabled] .bootstrap .navbar-default .btn-link:focus {
    color: #ccc;
}
.bootstrap .navbar-inverse, .bootstrap #header_infos {
    background-color: #282b30;
}
.bootstrap .navbar-inverse .navbar-brand, .bootstrap #header_infos .navbar-brand, .bootstrap .navbar-inverse #header_shopversion, .bootstrap #header_infos #header_shopversion, .bootstrap .navbar-inverse #header_shopname, .bootstrap #header_infos #header_shopname {
    color: #fff;
}
.bootstrap .navbar-inverse .navbar-brand:hover, .bootstrap #header_infos .navbar-brand:hover, .bootstrap .navbar-inverse #header_shopversion:hover, .bootstrap #header_infos #header_shopversion:hover, .bootstrap .navbar-inverse #header_shopname:hover, .bootstrap #header_infos #header_shopname:hover, .bootstrap .navbar-inverse .navbar-brand:focus, .bootstrap #header_infos .navbar-brand:focus, .bootstrap .navbar-inverse #header_shopversion:focus, .bootstrap #header_infos #header_shopversion:focus, .bootstrap .navbar-inverse #header_shopname:focus, .bootstrap #header_infos #header_shopname:focus {
    background-color: transparent;
    color: #fff;
}
.bootstrap .navbar-inverse .navbar-text, .bootstrap #header_infos .navbar-text {
    color: #999;
}
.bootstrap .navbar-inverse .navbar-nav > li > a, .bootstrap #header_infos .navbar-nav > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-inverse #header_employee_box > li > a, .bootstrap #header_infos #header_employee_box > li > a, .bootstrap .navbar-inverse #header_quick > li > a, .bootstrap #header_infos #header_quick > li > a, .bootstrap .navbar-inverse #header_shop > li > a, .bootstrap #header_infos #header_shop > li > a {
       background-color: transparent;
    color: #999;
}
.bootstrap .navbar-inverse .navbar-nav > li > a:hover, .bootstrap #header_infos .navbar-nav > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-inverse #header_employee_box > li > a:hover, .bootstrap #header_infos #header_employee_box > li > a:hover, .bootstrap .navbar-inverse #header_quick > li > a:hover, .bootstrap #header_infos #header_quick > li > a:hover, .bootstrap .navbar-inverse #header_shop > li > a:hover, .bootstrap #header_infos #header_shop > li > a:hover, .bootstrap .navbar-inverse .navbar-nav > li > a:focus, .bootstrap #header_infos .navbar-nav > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-inverse #header_employee_box > li > a:focus, .bootstrap #header_infos #header_employee_box > li > a:focus, .bootstrap .navbar-inverse #header_quick > li > a:focus, .bootstrap #header_infos #header_quick > li > a:focus, .bootstrap .navbar-inverse #header_shop > li > a:focus, .bootstrap #header_infos #header_shop > li > a:focus {
    background-color: transparent;
    color: #999;
}
.bootstrap .navbar-inverse .navbar-nav > .active > a, .bootstrap #header_infos .navbar-nav > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-inverse #header_employee_box > .active > a, .bootstrap #header_infos #header_employee_box > .active > a, .bootstrap .navbar-inverse #header_quick > .active > a, .bootstrap #header_infos #header_quick > .active > a, .bootstrap .navbar-inverse #header_shop > .active > a, .bootstrap #header_infos #header_shop > .active > a, .bootstrap .navbar-inverse .navbar-nav > .active > a:hover, .bootstrap #header_infos .navbar-nav > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box > .active > a:hover, .bootstrap #header_infos #header_employee_box > .active > a:hover, .bootstrap .navbar-inverse #header_quick > .active > a:hover, .bootstrap #header_infos #header_quick > .active > a:hover, .bootstrap .navbar-inverse #header_shop > .active > a:hover, .bootstrap #header_infos #header_shop > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav > .active > a:focus, .bootstrap #header_infos .navbar-nav > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box > .active > a:focus, .bootstrap #header_infos #header_employee_box > .active > a:focus, .bootstrap .navbar-inverse #header_quick > .active > a:focus, .bootstrap #header_infos #header_quick > .active > a:focus, .bootstrap .navbar-inverse #header_shop > .active > a:focus, .bootstrap #header_infos #header_shop > .active > a:focus {
    background-color: #111214;
    color: #999;
}
.bootstrap .navbar-inverse .navbar-nav > .disabled > a, .bootstrap #header_infos .navbar-nav > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-inverse #header_employee_box > .disabled > a, .bootstrap #header_infos #header_employee_box > .disabled > a, .bootstrap .navbar-inverse #header_quick > .disabled > a, .bootstrap #header_infos #header_quick > .disabled > a, .bootstrap .navbar-inverse #header_shop > .disabled > a, .bootstrap #header_infos #header_shop > .disabled > a, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover, .bootstrap #header_infos .navbar-nav > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:hover, .bootstrap #header_infos #header_employee_box > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick > .disabled > a:hover, .bootstrap #header_infos #header_quick > .disabled > a:hover, .bootstrap .navbar-inverse #header_shop > .disabled > a:hover, .bootstrap #header_infos #header_shop > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus, .bootstrap #header_infos .navbar-nav > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:focus, .bootstrap #header_infos #header_employee_box > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick > .disabled > a:focus, .bootstrap #header_infos #header_quick > .disabled > a:focus, .bootstrap .navbar-inverse #header_shop > .disabled > a:focus, .bootstrap #header_infos #header_shop > .disabled > a:focus {
    background-color: transparent;
    color: #444;
}
.bootstrap .navbar-inverse .navbar-toggle, .bootstrap #header_infos .navbar-toggle {
    border-color: #333;
}
.bootstrap .navbar-inverse .navbar-toggle:hover, .bootstrap #header_infos .navbar-toggle:hover, .bootstrap .navbar-inverse .navbar-toggle:focus, .bootstrap #header_infos .navbar-toggle:focus {
    background-color: #333;
}
.bootstrap .navbar-inverse .navbar-toggle .icon-bar, .bootstrap #header_infos .navbar-toggle .icon-bar {
    background-color: #fff;
}
.bootstrap .navbar-inverse .navbar-collapse, .bootstrap #header_infos .navbar-collapse, .bootstrap .navbar-inverse .navbar-form, .bootstrap #header_infos .navbar-form {
    border-color: #181a1d;
}
.bootstrap .navbar-inverse .navbar-nav > .open > a, .bootstrap #header_infos .navbar-nav > .open > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-inverse #header_employee_box > .open > a, .bootstrap #header_infos #header_employee_box > .open > a, .bootstrap .navbar-inverse #header_quick > .open > a, .bootstrap #header_infos #header_quick > .open > a, .bootstrap .navbar-inverse #header_shop > .open > a, .bootstrap #header_infos #header_shop > .open > a, .bootstrap .navbar-inverse .navbar-nav > .open > a:hover, .bootstrap #header_infos .navbar-nav > .open > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-inverse #header_employee_box > .open > a:hover, .bootstrap #header_infos #header_employee_box > .open > a:hover, .bootstrap .navbar-inverse #header_quick > .open > a:hover, .bootstrap #header_infos #header_quick > .open > a:hover, .bootstrap .navbar-inverse #header_shop > .open > a:hover, .bootstrap #header_infos #header_shop > .open > a:hover, .bootstrap .navbar-inverse .navbar-nav > .open > a:focus, .bootstrap #header_infos .navbar-nav > .open > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-inverse #header_employee_box > .open > a:focus, .bootstrap #header_infos #header_employee_box > .open > a:focus, .bootstrap .navbar-inverse #header_quick > .open > a:focus, .bootstrap #header_infos #header_quick > .open > a:focus, .bootstrap .navbar-inverse #header_shop > .open > a:focus, .bootstrap #header_infos #header_shop > .open > a:focus {
    background-color: #111214;
    color: #999;
}
.bootstrap .navbar-inverse .navbar-link, .bootstrap #header_infos .navbar-link {
    color: #fff;
}
.bootstrap .navbar-inverse .navbar-link:hover, .bootstrap #header_infos .navbar-link:hover {
    color: #999;
}
.bootstrap .navbar-inverse .btn-link, .bootstrap #header_infos .btn-link {
    color: #fff;
}
.bootstrap .navbar-inverse .btn-link:hover, .bootstrap #header_infos .btn-link:hover, .bootstrap .navbar-inverse .btn-link:focus, .bootstrap #header_infos .btn-link:focus {
    color: #999;
}
.bootstrap .navbar-inverse .btn-link[disabled]:hover, .bootstrap #header_infos .btn-link[disabled]:hover, .bootstrap .navbar-inverse .btn-link[disabled]:focus, .bootstrap #header_infos .btn-link[disabled]:focus, fieldset[disabled] .bootstrap .navbar-inverse .btn-link:hover, fieldset[disabled] .bootstrap #header_infos .btn-link:hover, fieldset[disabled] .bootstrap .navbar-inverse .btn-link:focus, fieldset[disabled] .bootstrap #header_infos .btn-link:focus {
    color: #444;
}
.bootstrap .breadcrumb {
    background-color: #f5f5f5;
    border-radius: 3px;
    list-style: outside none none;
    margin-bottom: 17px;
    padding: 8px 15px;
}
.bootstrap .breadcrumb > li {
    display: inline-block;
}
.bootstrap .breadcrumb > li + li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}
.bootstrap .breadcrumb > .active {
    color: #999;
}
.bootstrap .pagination {
    border-radius: 3px;
    display: inline-block;
    margin: 17px 0;
    padding-left: 0;
}
.bootstrap .pagination > li {
    display: inline;
}
.bootstrap .pagination > li > a, .bootstrap .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #00aff0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 8px;
    position: relative;
    text-decoration: none;
}
.bootstrap .pagination > li:first-child > a, .bootstrap .pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0;
}
.bootstrap .pagination > li:last-child > a, .bootstrap .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap .pagination > li > a:hover, .bootstrap .pagination > li > a:focus, .bootstrap .pagination > li > span:hover, .bootstrap .pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #0077a4;
}
.bootstrap .pagination > .active > a, .bootstrap .pagination > .active > a:hover, .bootstrap .pagination > .active > a:focus, .bootstrap .pagination > .active > span, .bootstrap .pagination > .active > span:hover, .bootstrap .pagination > .active > span:focus {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.bootstrap .pagination > .disabled > span, .bootstrap .pagination > .disabled > span:hover, .bootstrap .pagination > .disabled > span:focus, .bootstrap .pagination > .disabled > a, .bootstrap .pagination > .disabled > a:hover, .bootstrap .pagination > .disabled > a:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}
.bootstrap .pagination-lg > li > a, .bootstrap .pagination-lg > li > span {
    font-size: 15px;
    padding: 10px 16px;
}
.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 {
    font-size: 11px;
    padding: 5px 10px;
}
.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 {
    list-style: outside none none;
    margin: 17px 0;
    padding-left: 0;
    text-align: center;
}
.bootstrap .pager::before, .bootstrap .pager::after {
    content: " ";
    display: table;
}
.bootstrap .pager::after {
    clear: both;
}
.bootstrap .pager li {
    display: inline;
}
.bootstrap .pager li > a, .bootstrap .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.bootstrap .pager li > a:hover, .bootstrap .pager li > a:focus {
    background-color: #eee;
    text-decoration: none;
}
.bootstrap .pager .next > a, .bootstrap .pager .next > span {
    float: right;
}
.bootstrap .pager .previous > a, .bootstrap .pager .previous > span {
    float: left;
}
.bootstrap .pager .disabled > a, .bootstrap .pager .disabled > a:hover, .bootstrap .pager .disabled > a:focus, .bootstrap .pager .disabled > span {
    background-color: #fff;
    color: #999;
    cursor: not-allowed;
}
.bootstrap .label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.15em 0.4em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.bootstrap .label:empty {
    display: none;
}
.btn .bootstrap .label {
    position: relative;
    top: -1px;
}
.bootstrap a.label:hover, .bootstrap a.label:focus {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.bootstrap .label-default {
    background-color: #999;
}
.bootstrap .label-default[href]:hover, .bootstrap .label-default[href]:focus {
    background-color: gray;
}
.bootstrap .label-primary {
    background-color: #00aff0;
}
.bootstrap .label-primary[href]:hover, .bootstrap .label-primary[href]:focus {
    background-color: #008abd;
}
.bootstrap .label-success {
    background-color: #72c279;
}
.bootstrap .label-success[href]:hover, .bootstrap .label-success[href]:focus {
    background-color: #4eb357;
}
.bootstrap .label-info {
    background-color: #25b9d7;
}
.bootstrap .label-info[href]:hover, .bootstrap .label-info[href]:focus {
    background-color: #1e94ab;
}
.bootstrap .label-warning {
    background-color: #fbbb22;
}
.bootstrap .label-warning[href]:hover, .bootstrap .label-warning[href]:focus {
    background-color: #e6a304;
}
.bootstrap .label-danger {
    background-color: #e08f95;
}
.bootstrap .label-danger[href]:hover, .bootstrap .label-danger[href]:focus {
    background-color: #d5676f;
}
.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner, .bootstrap .module-badge-bought {
    background-color:red;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.bootstrap .badge:empty, .bootstrap #header_notifs_icon_wrapper .notifs_badge:empty, #header_notifs_icon_wrapper .bootstrap .notifs_badge:empty, .bootstrap .module-badge-popular:empty, .bootstrap .module-badge-partner:empty, .bootstrap .module-badge-bought:empty {
    display: none;
}
.btn .bootstrap .badge, .btn .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .btn .bootstrap .notifs_badge, .btn .bootstrap .module-badge-popular, .btn .bootstrap .module-badge-partner, .btn .bootstrap .module-badge-bought {
    position: relative;
    top: -1px;
}
.btn-xs .bootstrap .badge, .bootstrap .btn-group-xs > .btn .bootstrap .badge, .btn-xs .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .btn-xs .bootstrap .notifs_badge, .bootstrap .btn-group-xs > .btn .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-group-xs > .btn .bootstrap .notifs_badge, .btn-xs .bootstrap .module-badge-popular, .bootstrap .btn-group-xs > .btn .bootstrap .module-badge-popular, .btn-xs .bootstrap .module-badge-partner, .bootstrap .btn-group-xs > .btn .bootstrap .module-badge-partner, .btn-xs .bootstrap .module-badge-bought, .bootstrap .btn-group-xs > .btn .bootstrap .module-badge-bought {
    padding: 1px 5px;
    top: 0;
}
a.list-group-item.active > .bootstrap .badge, a.list-group-item.active > .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper a.list-group-item.active > .bootstrap .notifs_badge, a.list-group-item.active > .bootstrap .module-badge-popular, a.list-group-item.active > .bootstrap .module-badge-partner, a.list-group-item.active > .bootstrap .module-badge-bought, .nav-pills > .active > a > .bootstrap .badge, .nav-pills > .active > a > .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .nav-pills > .active > a > .bootstrap .notifs_badge, .nav-pills > .active > a > .bootstrap .module-badge-popular, .nav-pills > .active > a > .bootstrap .module-badge-partner, .nav-pills > .active > a > .bootstrap .module-badge-bought {
    background-color: #fff;
    color: #00aff0;
}
.nav-pills > li > a > .bootstrap .badge, .nav-pills > li > a > .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .nav-pills > li > a > .bootstrap .notifs_badge, .nav-pills > li > a > .bootstrap .module-badge-popular, .nav-pills > li > a > .bootstrap .module-badge-partner, .nav-pills > li > a > .bootstrap .module-badge-bought {
    margin-left: 3px;
}
.bootstrap a.badge:hover, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:hover, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:hover, .bootstrap a.module-badge-popular:hover, .bootstrap a.module-badge-partner:hover, .bootstrap a.module-badge-bought:hover, .bootstrap a.badge:focus, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:focus, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:focus, .bootstrap a.module-badge-popular:focus, .bootstrap a.module-badge-partner:focus, .bootstrap a.module-badge-bought:focus {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.bootstrap .thumbnail {
    background-color: #eff1f2;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 17px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.bootstrap .thumbnail > img, .bootstrap .thumbnail a > img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.bootstrap .thumbnail .caption {
    color: #555;
    padding: 9px;
}
.bootstrap a.thumbnail:hover, .bootstrap a.thumbnail:focus, .bootstrap a.thumbnail.active {
    border-color: #00aff0;
}
.bootstrap .alert, .bootstrap #carrier_wizard .wizard_error {
    border: 1px solid transparent;
    border-radius: 3px;
    margin-bottom: 17px;
    padding: 15px;
}
.bootstrap .alert h4, .bootstrap #carrier_wizard .wizard_error h4 {
    color: inherit;
    margin-top: 0;
}
.bootstrap .alert .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link {
    font-weight: bold;
}
.bootstrap .alert > p, .bootstrap #carrier_wizard .wizard_error > p, .bootstrap .alert > ul, .bootstrap #carrier_wizard .wizard_error > ul {
    margin-bottom: 0;
}
.bootstrap .alert > p + p, .bootstrap #carrier_wizard .wizard_error > p + p {
    margin-top: 5px;
}
.bootstrap .alert-dismissable {
    padding-right: 35px;
}
.bootstrap .alert-dismissable .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}
.bootstrap .alert-success {
    background-color: #ddf0de;
    border-color: #72c279;
    color: #72c279;
}
.bootstrap .alert-success hr {
    border-top-color: #60ba68;
}
.bootstrap .alert-success .alert-link {
    color: #4eb357;
}
.bootstrap .alert-info {
    background-color: #dcf4f9;
    border-color: #25b9d7;
    color: #1e94ab;
}
.bootstrap .alert-info hr {
    border-top-color: #21a6c1;
}
.bootstrap .alert-info .alert-link {
    color: #166e80;
}
.bootstrap .alert-warning {
    background-color: #fff3d7;
    border-color: #d2a63c;
    color: #d2a63c;
}
.bootstrap .alert-warning hr {
    border-top-color: #c79a2e;
}
.bootstrap .alert-warning .alert-link {
    color: #b28a29;
}
.bootstrap .alert-danger, .bootstrap #carrier_wizard .wizard_error {
    background-color: #ffe2e4;
    border-color: #e08f95;
    color: #d27c82;
}
.bootstrap .alert-danger hr, .bootstrap #carrier_wizard .wizard_error hr {
    border-top-color: #da7b82;
}
.bootstrap .alert-danger .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link {
    color: #c5565e;
}
@keyframes progress-bar-stripes {
0% {
    background-position: 40px 0;
}
100% {
    background-position: 0 0;
}
}
.bootstrap .progress {
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 17px;
    margin-bottom: 17px;
    overflow: hidden;
}
.bootstrap .progress-bar {
    background-color: #00aff0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 11px;
    height: 100%;
    line-height: 17px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.bootstrap .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
}
.bootstrap .progress.active .progress-bar {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.bootstrap .progress-bar[aria-valuenow="1"], .bootstrap .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}
.bootstrap .progress-bar[aria-valuenow="0"] {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #999;
    min-width: 30px;
}
.bootstrap .progress-bar-success {
    background-color: #72c279;
}
.progress-striped .bootstrap .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.bootstrap .progress-bar-info {
    background-color: #25b9d7;
}
.progress-striped .bootstrap .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.bootstrap .progress-bar-warning {
    background-color: #fbbb22;
}
.progress-striped .bootstrap .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.bootstrap .progress-bar-danger {
    background-color: #e08f95;
}
.progress-striped .bootstrap .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.bootstrap .media, .bootstrap .message-item, .bootstrap .media-body {
    overflow: hidden;
}
.bootstrap .media, .bootstrap .message-item, .bootstrap .media .media, .bootstrap .message-item .media, .bootstrap .media .message-item, .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 {
    list-style: outside none none;
    padding-left: 0;
}
.bootstrap .list-group, .bootstrap #dashboard .data_list {
    margin-bottom: 20px;
    padding-left: 0;
}
.bootstrap .list-group-item, .bootstrap #dashboard .data_list li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.bootstrap .list-group-item:first-child, .bootstrap #dashboard .data_list li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap .list-group-item:last-child, .bootstrap #dashboard .data_list li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 0;
}
.bootstrap .list-group-item > .badge, .bootstrap #dashboard .data_list li > .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge, .bootstrap .list-group-item > .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner, .bootstrap .list-group-item > .module-badge-bought, .bootstrap #dashboard .data_list li > .module-badge-bought {
    float: right;
}
.bootstrap .list-group-item > .badge + .badge, .bootstrap #dashboard .data_list li > .badge + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .badge, .bootstrap .list-group-item > .module-badge-popular + .badge, .bootstrap #dashboard .data_list li > .module-badge-popular + .badge, .bootstrap .list-group-item > .module-badge-partner + .badge, .bootstrap #dashboard .data_list li > .module-badge-partner + .badge, .bootstrap .list-group-item > .module-badge-bought + .badge, .bootstrap #dashboard .data_list li > .module-badge-bought + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-popular + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-popular + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-partner + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-partner + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-bought + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-bought + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-bought + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-bought + .notifs_badge, .bootstrap .list-group-item > .badge + .module-badge-popular, .bootstrap #dashboard .data_list li > .badge + .module-badge-popular, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-popular, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-popular, .bootstrap .list-group-item > .module-badge-popular + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-popular, .bootstrap .list-group-item > .module-badge-bought + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-bought + .module-badge-popular, .bootstrap .list-group-item > .badge + .module-badge-partner, .bootstrap #dashboard .data_list li > .badge + .module-badge-partner, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-partner, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-partner, .bootstrap .list-group-item > .module-badge-popular + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-partner, .bootstrap .list-group-item > .module-badge-partner + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-partner, .bootstrap .list-group-item > .module-badge-bought + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-bought + .module-badge-partner, .bootstrap .list-group-item > .badge + .module-badge-bought, .bootstrap #dashboard .data_list li > .badge + .module-badge-bought, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-bought, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-bought, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-bought, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-bought, .bootstrap .list-group-item > .module-badge-popular + .module-badge-bought, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-bought, .bootstrap .list-group-item > .module-badge-partner + .module-badge-bought, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-bought, .bootstrap .list-group-item > .module-badge-bought + .module-badge-bought, .bootstrap #dashboard .data_list li > .module-badge-bought + .module-badge-bought {
    margin-right: 5px;
}
.bootstrap a.list-group-item {
    color: #555;
}
.bootstrap a.list-group-item .list-group-item-heading {
    color: #333;
}
.bootstrap a.list-group-item:hover, .bootstrap a.list-group-item:focus {
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none;
}
.bootstrap .list-group-item.disabled, .bootstrap #dashboard .data_list li.disabled, .bootstrap .list-group-item.disabled:hover, .bootstrap #dashboard .data_list li.disabled:hover, .bootstrap .list-group-item.disabled:focus, .bootstrap #dashboard .data_list li.disabled:focus {
    background-color: #eee;
    color: #999;
}
.bootstrap .list-group-item.disabled .list-group-item-heading, .bootstrap #dashboard .data_list li.disabled .list-group-item-heading, .bootstrap .list-group-item.disabled:hover .list-group-item-heading, .bootstrap #dashboard .data_list li.disabled:hover .list-group-item-heading, .bootstrap .list-group-item.disabled:focus .list-group-item-heading, .bootstrap #dashboard .data_list li.disabled:focus .list-group-item-heading {
    color: inherit;
}
.bootstrap .list-group-item.disabled .list-group-item-text, .bootstrap #dashboard .data_list li.disabled .list-group-item-text, .bootstrap .list-group-item.disabled:hover .list-group-item-text, .bootstrap #dashboard .data_list li.disabled:hover .list-group-item-text, .bootstrap .list-group-item.disabled:focus .list-group-item-text, .bootstrap #dashboard .data_list li.disabled:focus .list-group-item-text {
    color: #999;
}
.bootstrap .list-group-item.active, .bootstrap #dashboard .data_list li.active, .bootstrap .list-group-item.active:hover, .bootstrap #dashboard .data_list li.active:hover, .bootstrap .list-group-item.active:focus, .bootstrap #dashboard .data_list li.active:focus {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #fff;
    z-index: 2;
}
.bootstrap .list-group-item.active .list-group-item-heading, .bootstrap #dashboard .data_list li.active .list-group-item-heading, .bootstrap .list-group-item.active:hover .list-group-item-heading, .bootstrap #dashboard .data_list li.active:hover .list-group-item-heading, .bootstrap .list-group-item.active:focus .list-group-item-heading, .bootstrap #dashboard .data_list li.active:focus .list-group-item-heading {
    color: inherit;
}
.bootstrap .list-group-item.active .list-group-item-text, .bootstrap #dashboard .data_list li.active .list-group-item-text, .bootstrap .list-group-item.active:hover .list-group-item-text, .bootstrap #dashboard .data_list li.active:hover .list-group-item-text, .bootstrap .list-group-item.active:focus .list-group-item-text, .bootstrap #dashboard .data_list li.active:focus .list-group-item-text {
    color: #bdedff;
}
.bootstrap .list-group-item-success {
    background-color: #cce9d7;
    color: #3c763d;
}
.bootstrap a.list-group-item-success {
    color: #3c763d;
}
.bootstrap a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
.bootstrap a.list-group-item-success:hover, .bootstrap a.list-group-item-success:focus {
    background-color: #bae1c9;
    color: #3c763d;
}
.bootstrap a.list-group-item-success.active, .bootstrap a.list-group-item-success.active:hover, .bootstrap a.list-group-item-success.active:focus {
    background-color: #3c763d;
    border-color: #3c763d;
    color: #fff;
}
.bootstrap .list-group-item-info {
    background-color: #d3f1f7;
    color: #31708f;
}
.bootstrap a.list-group-item-info {
    color: #31708f;
}
.bootstrap a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
.bootstrap a.list-group-item-info:hover, .bootstrap a.list-group-item-info:focus {
    background-color: #bdeaf3;
    color: #31708f;
}
.bootstrap a.list-group-item-info.active, .bootstrap a.list-group-item-info.active:hover, .bootstrap a.list-group-item-info.active:focus {
    background-color: #31708f;
    border-color: #31708f;
    color: #fff;
}
.bootstrap .list-group-item-warning {
    background-color: #fef1d3;
    color: #8a6d3b;
}
.bootstrap a.list-group-item-warning {
    color: #8a6d3b;
}
.bootstrap a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
.bootstrap a.list-group-item-warning:hover, .bootstrap a.list-group-item-warning:focus {
    background-color: #fde9ba;
    color: #8a6d3b;
}
.bootstrap a.list-group-item-warning.active, .bootstrap a.list-group-item-warning.active:hover, .bootstrap a.list-group-item-warning.active:focus {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #fff;
}
.bootstrap .list-group-item-danger {
    background-color: #f9cce1;
    color: #a94442;
}
.bootstrap a.list-group-item-danger {
    color: #a94442;
}
.bootstrap a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
.bootstrap a.list-group-item-danger:hover, .bootstrap a.list-group-item-danger:focus {
    background-color: #f6b5d4;
    color: #a94442;
}
.bootstrap a.list-group-item-danger.active, .bootstrap a.list-group-item-danger.active:hover, .bootstrap a.list-group-item-danger.active:focus {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff;
}
.bootstrap .list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0;
}
.bootstrap .list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0;
}
.bootstrap .panel, .bootstrap #dash_version, .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 17px;
}
.bootstrap .panel-body {
    padding: 15px;
}
.bootstrap .panel-body::before, .bootstrap .panel-body::after {
    content: " ";
    display: table;
}
.bootstrap .panel-body::after {
    clear: both;
}
.bootstrap .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 10px 15px;
}
.bootstrap .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.bootstrap .panel-title {
    color: inherit;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}
.bootstrap .panel-title > a {
    color: inherit;
}
.bootstrap .panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}
.bootstrap .panel > .list-group, .bootstrap #dash_version > .list-group, .bootstrap .message-item-initial .message-item-initial-body > .list-group, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group, .bootstrap #dashboard .panel > .data_list, .bootstrap #dashboard #dash_version > .data_list, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list {
    margin-bottom: 0;
}
.bootstrap .panel > .list-group .list-group-item, .bootstrap #dash_version > .list-group .list-group-item, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item, .bootstrap #dashboard .panel > .data_list .list-group-item, .bootstrap #dashboard #dash_version > .data_list .list-group-item, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item, .bootstrap .panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .panel > .list-group li, .bootstrap #dash_version > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list #dash_version > .list-group li, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li, .bootstrap #dashboard .panel > .data_list li, .bootstrap #dashboard #dash_version > .data_list li, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li {
    border-radius: 0;
    border-width: 1px 0;
}
.bootstrap .panel > .list-group:first-child .list-group-item:first-child, .bootstrap #dash_version > .list-group:first-child .list-group-item:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:first-child .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:first-child .list-group-item:first-child, .bootstrap #dashboard .panel > .data_list:first-child .list-group-item:first-child, .bootstrap #dashboard #dash_version > .data_list:first-child .list-group-item:first-child, .bootstrap .message-item-initial #dashboard .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 .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:first-child .list-group-item:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:first-child .list-group-item:first-child, .bootstrap .panel > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel > .list-group:first-child li:first-child, .bootstrap #dash_version > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list #dash_version > .list-group:first-child li:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group:first-child li:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:first-child li:first-child, .bootstrap #dashboard .panel > .data_list:first-child li:first-child, .bootstrap #dashboard #dash_version > .data_list:first-child li:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list:first-child li:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list:first-child li:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:first-child li:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:first-child li:first-child {
    border-top: 0 none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.bootstrap .panel > .list-group:last-child .list-group-item:last-child, .bootstrap #dash_version > .list-group:last-child .list-group-item:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:last-child .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:last-child .list-group-item:last-child, .bootstrap #dashboard .panel > .data_list:last-child .list-group-item:last-child, .bootstrap #dashboard #dash_version > .data_list:last-child .list-group-item:last-child, .bootstrap .message-item-initial #dashboard .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 .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:last-child .list-group-item:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:last-child .list-group-item:last-child, .bootstrap .panel > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .panel > .list-group:last-child li:last-child, .bootstrap #dash_version > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list #dash_version > .list-group:last-child li:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group:last-child li:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:last-child li:last-child, .bootstrap #dashboard .panel > .data_list:last-child li:last-child, .bootstrap #dashboard #dash_version > .data_list:last-child li:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list:last-child li:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list:last-child li:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:last-child li:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:last-child li:last-child {
    border-bottom: 0 none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.bootstrap .panel-heading + .list-group .list-group-item:first-child, .bootstrap #dashboard .panel-heading + .data_list .list-group-item:first-child, .bootstrap .panel-heading + .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel-heading + .list-group li:first-child, .bootstrap #dashboard .panel-heading + .data_list li:first-child {
    border-top-width: 0;
}
.bootstrap .panel > .table, .bootstrap #dash_version > .table, .bootstrap .message-item-initial .message-item-initial-body > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table, .bootstrap .panel > .table-responsive > .table, .bootstrap #dash_version > .table-responsive > .table, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table {
    margin-bottom: 0;
}
.bootstrap .panel > .table:first-child, .bootstrap #dash_version > .table:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap #dash_version > .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 td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #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 > thead: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 th:first-child, .bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap #dash_version > .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 td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table:first-child > tbody: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 th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .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 #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .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 #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px;
}
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap #dash_version > .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 td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #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 > thead: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 th:last-child, .bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap #dash_version > .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 td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table:first-child > tbody: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 th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .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 #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .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 #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px;
}
.bootstrap .panel > .table:last-child, .bootstrap #dash_version > .table:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .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 td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table:last-child > tbody: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 th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .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 td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #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 > tfoot: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 th:first-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
}
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .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 td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table:last-child > tbody: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 th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .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 td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #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 > tfoot: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 th:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-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 #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
}
.bootstrap .panel > .panel-body + .table, .bootstrap #dash_version > .panel-body + .table, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table, .bootstrap .panel > .panel-body + .table-responsive, .bootstrap #dash_version > .panel-body + .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}
.bootstrap .panel > .table > tbody:first-child > tr:first-child th, .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 th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child > tr:first-child th, .bootstrap .panel > .table > tbody:first-child > tr:first-child td, .bootstrap #dash_version > .table > tbody:first-child > tr:first-child td, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child > tr:first-child td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0 none;
}
.bootstrap .panel > .table-bordered, .bootstrap #dash_version > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered, .bootstrap .panel > .table-responsive > .table-bordered, .bootstrap #dash_version > .table-responsive > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered {
    border: 0 none;
}
.bootstrap .panel > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0 none;
}
.bootstrap .panel > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0 none;
}
.bootstrap .panel > .table-bordered > thead > tr:first-child > td, .bootstrap #dash_version > .table-bordered > thead > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:first-child > td, .bootstrap .panel > .table-bordered > thead > tr:first-child > th, .bootstrap #dash_version > .table-bordered > thead > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:first-child > th, .bootstrap .panel > .table-bordered > tbody > tr:first-child > td, .bootstrap #dash_version > .table-bordered > tbody > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:first-child > td, .bootstrap .panel > .table-bordered > tbody > tr:first-child > th, .bootstrap #dash_version > .table-bordered > tbody > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:first-child > th, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0 none;
}
.bootstrap .panel > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0 none;
}
.bootstrap .panel > .table-responsive, .bootstrap #dash_version > .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive {
    border: 0 none;
    margin-bottom: 0;
}
.bootstrap .panel-group {
    margin-bottom: 17px;
}
.bootstrap .panel-group .panel, .bootstrap .panel-group #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel {
    border-radius: 3px;
    margin-bottom: 0;
}
.bootstrap .panel-group .panel + .panel, .bootstrap .panel-group #dash_version + .panel, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .panel, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .panel, .bootstrap .panel-group .panel + #dash_version, .bootstrap .panel-group #dash_version + #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body + #dash_version, .bootstrap .message-item-initial .panel-group .message-item-initial-body + #dash_version, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + #dash_version, .bootstrap .panel-group .message-item-initial .panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .panel + .message-item-initial-body, .bootstrap .panel-group .message-item-initial #dash_version + .message-item-initial-body, .bootstrap .message-item-initial .panel-group #dash_version + .message-item-initial-body, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .panel + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption #dash_version + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group #dash_version + .timeline-panel, .bootstrap .panel-group .message-item-initial .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .message-item-initial-body + .timeline-panel, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .panel-group .message-item-initial-body + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .timeline-panel {
    margin-top: 5px;
}
.bootstrap .panel-group .panel-heading {
    border-bottom: 0 none;
}
.bootstrap .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}
.bootstrap .panel-group .panel-footer {
    border-top: 0 none;
}
.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 {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}
.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: #00aff0;
}
.bootstrap .panel-primary > .panel-heading {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #fff;
}
.bootstrap .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #00aff0;
}
.bootstrap .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00aff0;
}
.bootstrap .panel-success {
    border-color: #bae1c3;
}
.bootstrap .panel-success > .panel-heading {
    background-color: #cce9d7;
    border-color: #bae1c3;
    color: #3c763d;
}
.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 {
    background-color: #d3f1f7;
    border-color: #b5f2f2;
    color: #31708f;
}
.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 {
    background-color: #fef1d3;
    border-color: #fddeba;
    color: #8a6d3b;
}
.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 {
    background-color: #f9cce1;
    border-color: #f6b5de;
    color: #a94442;
}
.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 {
    background-color: #fcfdfe;
    border: 1px solid #e1ebf5;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.bootstrap .well blockquote {
    border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .well-lg {
    border-radius: 6px;
    padding: 24px;
}
.bootstrap .well-sm {
    border-radius: 3px;
    padding: 9px;
}
.bootstrap .close {
    color: #000;
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.bootstrap .close:hover, .bootstrap .close:focus {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
.bootstrap button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.bootstrap .tooltip {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1070;
}
.bootstrap .tooltip.in {
    opacity: 1;
}
.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 {
    background-color: #555;
    border-radius: 3px;
    color: #fff;
    max-width: 250px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
}
.bootstrap .tooltip-inner *:last-child {
    margin-bottom: 0;
}
.bootstrap .tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.bootstrap .tooltip.top .tooltip-arrow {
    border-top-color: #555;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.bootstrap .tooltip.top-left .tooltip-arrow {
    border-top-color: #555;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
}
.bootstrap .tooltip.top-right .tooltip-arrow {
    border-top-color: #555;
    border-width: 5px 5px 0;
    bottom: 0;
    right: 5px;
}
.bootstrap .tooltip.right .tooltip-arrow {
    border-right-color: #555;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.bootstrap .tooltip.left .tooltip-arrow {
    border-left-color: #555;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.bootstrap .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #555;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.bootstrap .tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #555;
    border-width: 0 5px 5px;
    left: 5px;
    top: 0;
}
.bootstrap .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #555;
    border-width: 0 5px 5px;
    right: 5px;
    top: 0;
}
.bootstrap .popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1060;
}
.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 {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}
.bootstrap .popover-content {
    padding: 9px 14px;
}
.bootstrap .popover > .arrow, .bootstrap .popover > .arrow::after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.bootstrap .popover > .arrow {
    border-width: 11px;
}
.bootstrap .popover > .arrow::after {
    border-width: 10px;
    content: "";
}
.bootstrap .popover.top > .arrow {
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.05);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}
.bootstrap .popover.top > .arrow::after {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    content: " ";
    margin-left: -10px;
}
.bootstrap .popover.right > .arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.05);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}
.bootstrap .popover.right > .arrow::after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    content: " ";
    left: 1px;
}
.bootstrap .popover.bottom > .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
.bootstrap .popover.bottom > .arrow::after {
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px;
}
.bootstrap .popover.left > .arrow {
    border-left-color: rgba(0, 0, 0, 0.05);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}
.bootstrap .popover.left > .arrow::after {
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px;
}
.bootstrap .clearfix::before, .bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.data_value::before, .bootstrap .clearfix::after, .bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.data_value::after {
    content: " ";
    display: table;
}
.bootstrap .clearfix::after, .bootstrap #dashboard #dashtrends #dashtrends_toolbar dl dd.data_value::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 {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.bootstrap .hidden {
    display: none !important;
    visibility: hidden !important;
}
.bootstrap .affix {
    position: fixed;
}
.bootstrap .visible-xs, .bootstrap .visible-sm, .bootstrap .visible-md, .bootstrap .visible-lg {
    display: none !important;
}
.bootstrap .visible-xs-block, .bootstrap .visible-xs-inline, .bootstrap .visible-xs-inline-block, .bootstrap .visible-sm-block, .bootstrap .visible-sm-inline, .bootstrap .visible-sm-inline-block, .bootstrap .visible-md-block, .bootstrap .visible-md-inline, .bootstrap .visible-md-inline-block, .bootstrap .visible-lg-block, .bootstrap .visible-lg-inline, .bootstrap .visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
.bootstrap .visible-xs {
    display: block !important;
}
.bootstrap table.visible-xs {
    display: table;
}
.bootstrap tr.visible-xs {
    display: table-row !important;
}
.bootstrap th.visible-xs, .bootstrap td.visible-xs {
    display: table-cell !important;
}
}
@media (max-width: 767px) {
.bootstrap .visible-xs-block {
    display: block !important;
}
}
@media (max-width: 767px) {
.bootstrap .visible-xs-inline {
    display: inline !important;
}
}
@media (max-width: 767px) {
.bootstrap .visible-xs-inline-block {
    display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.bootstrap .visible-sm {
    display: block !important;
}
.bootstrap table.visible-sm {
    display: table;
}
.bootstrap tr.visible-sm {
    display: table-row !important;
}
.bootstrap th.visible-sm, .bootstrap td.visible-sm {
    display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.bootstrap .visible-sm-block {
    display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.bootstrap .visible-sm-inline {
    display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.bootstrap .visible-sm-inline-block {
    display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bootstrap .visible-md {
    display: block !important;
}
.bootstrap table.visible-md {
    display: table;
}
.bootstrap tr.visible-md {
    display: table-row !important;
}
.bootstrap th.visible-md, .bootstrap td.visible-md {
    display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bootstrap .visible-md-block {
    display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bootstrap .visible-md-inline {
    display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bootstrap .visible-md-inline-block {
    display: inline-block !important;
}
}
@media (min-width: 1200px) {
.bootstrap .visible-lg {
    display: block !important;
}
.bootstrap table.visible-lg {
    display: table;
}
.bootstrap tr.visible-lg {
    display: table-row !important;
}
.bootstrap th.visible-lg, .bootstrap td.visible-lg {
    display: table-cell !important;
}
}
@media (min-width: 1200px) {
.bootstrap .visible-lg-block {
    display: block !important;
}
}
@media (min-width: 1200px) {
.bootstrap .visible-lg-inline {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.bootstrap .visible-lg-inline-block {
    display: inline-block !important;
}
}
@media (max-width: 767px) {
.bootstrap .hidden-xs, .bootstrap #header_quick {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.bootstrap .hidden-sm, .bootstrap #header_quick {
    display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bootstrap .hidden-md {
    display: none !important;
}
}
@media (min-width: 1200px) {
.bootstrap .hidden-lg {
    display: none !important;
}
}
.bootstrap .visible-print {
    display: none !important;
}
@media print {
.bootstrap .visible-print {
    display: block !important;
}
.bootstrap table.visible-print {
    display: table;
}
.bootstrap tr.visible-print {
    display: table-row !important;
}
.bootstrap th.visible-print, .bootstrap td.visible-print {
    display: table-cell !important;
}
}
.bootstrap .visible-print-block {
    display: none !important;
}
@media print {
.bootstrap .visible-print-block {
    display: block !important;
}
}
.bootstrap .visible-print-inline {
    display: none !important;
}
@media print {
.bootstrap .visible-print-inline {
    display: inline !important;
}
}
.bootstrap .visible-print-inline-block {
    display: none !important;
}
@media print {
.bootstrap .visible-print-inline-block {
    display: inline-block !important;
}
}
@media print {
.bootstrap .hidden-print {
    display: none !important;
}
}

#header_notifs_icon_wrapper {
    min-width: 170px;
}
#header_notifs_icon_wrapper > li > a {
    color: #fff;
    display: block;
    height: 27px;
    
}

#header_notifs_icon_wrapper > li > a:hover i {
    color: #fff;
}
#header_notifs_icon_wrapper > li > a > i {
    font-size: 14px;
    vertical-align: middle;
}
#header_notifs_icon_wrapper .notifs {
    position: relative;
    width: 40px;
}

#header_notifs_icon_wrapper .notifs_badge {
    display: none;
    font-size: 10px !important;
    padding: 0 5px !important;
    position: absolute;
    right: -3px;
    top: 2px;
    z-index: 10;
}

#header_notifs_icon_wrapper .notifs_dropdown {
    background-color: #fff;
    border: medium none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel {
    width: 360px;
}
#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_header h3 {
    border-bottom: 1px solid #ccc;
    font-size: 1.3em;
    margin: 0;
    padding: 10px;
}
#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_footer {
    padding: 10px;
    text-align: center;
}

#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif li {
    display: block;
    padding: 5px;
    text-decoration: none;
}
#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 5px;
    text-decoration: none;
}
#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 15px;
}
#header_nav_toggle {
    background-color: #000;
    border: medium none;
    color: #fff;
    display: none;
}


@media (max-width: 1200px) {
#header_employee_box span.string-short {
    display: inline-block;
}
}
#header_employee_box a img {
    margin-right: 5px;
}
#header_employee_box #header_foaccess {
    display: inline-block;
}
#header_employee_box #header_foaccess i {
    font-size: 1.2em;
}
#header_employee_box .maintenance-mode {
    color: #fff;
    cursor: default;
    display: inline-block;
    margin-left: -13px;
}
#header_employee_box .maintenance-mode .label-tooltip {
    color: #fbbb22;
    padding: 9px 0;
}

#employee_infos .employee_name {
    padding-right: 40px !important;
    position: relative;
}
#employee_infos .employee_avatar_small {
    border-radius: 0;
    display: inline-block;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 36px;
}
#employee_infos .employee_avatar_small .img-thumbnail {
    border-radius: 0;
}

#employee_infos .employee_avatar_small img {
    height: 100%;
    width: 100%;
}
#employee_infos .employee_avatar_small i {
    font-size: 24px;
    line-height: 36px;
}
#employee_infos img {
    border: medium none;
    padding: 0;
}
#employee_links i {
    font-size: 14px;
}
@media (max-width: 768px) {
#employee_links {
    background-color: #383f50 !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 36px !important;
    width: 100% !important;
}
#employee_links li {
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}
#employee_links li i {
    color: #00aff0;
    font-size: 1.3em;
}
}
#employee_links .version {
    color: #999;
    font-size: 0.9em;
    padding: 0 0 3px;
    text-align: center;
}

#employee_links .version sup {
    font-size: 0.7em;
}
#ajax_running {
    background-color: rgba(0, 0, 0, 0.4);
    height: 35px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px;
}
