* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    display: table;
    background: #f9f9f9;
    font-size: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    cursor: default;
    overflow-y: scroll;
    /* overflow-x: hidden; */
}

body>div {
    display: table-cell;
}

div.statsbox {
    display: inline-block;
    border: 1px solid #969696;
    margin: 10px 5px 10px 0;
    padding: 0 10px 5px 20px;
    border-radius: 3px;
    text-align: right;
}

.statsbox>h5 {
    font-weight: 700;
    color: #969696;
}

.statsbox>span {
    font-size: 33px;
}

div.colView {
    display: inline-block;
    vertical-align: top;
}

div[class="colView 2x1"] {
    width: 50%;
}

div.dashboard {
    /* background: #eaeaea; */
    margin: 1em 0;
}

div.dashboard>div {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 0;
    margin: 5px;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 90%;
}

div.dashboard>div[class^="1x1"] {
    width: 200px;
    height: 120px;
}

div.dashboard>div[class^="1x1 square"] {
    width: 120px;
    height: 120px;
}

div.dashboard>div[class^="1x2"] {
    width: 200px;
    height: 200px;
}

div.dashboard>div[class^="2x2"] {
    width: 400px;
    height: 250px;
}

div.dashboard>div>h1 {
    font-weight: 400;
    text-decoration: none;
    font-size: 120%;
    margin: 0 0 0.3em 0;
}

div.dashboard>div.bgGreen {
    background: rgba(173, 255, 47, 0.5);
    border-color: #b1c98c;
}

div.dashboard>div.bgGreen>h1 {
    border-bottom-color: #b1c98c;
}

div.dashboard>div.bgGreen tr:nth-child(even) {
    background-color: #bcea75;
}

div.dashboard>div.bgOrange {
    background: rgba(255, 197, 0, 0.5);
    border-color: #eca92e;
}

div.dashboard>div.bgOrange>h1 {
    border-bottom-color: #eca92e;
}

div.dashboard>div.bgOrange tr:nth-child(even) {
    background-color: #bcea75;
}

div.dashboard>div>span.keyfigure {
    display: block;
    font-weight: 700;
    font-size: 230%;
    text-align: right;
    margin: 0.4em 0 0 0;
}

div.dashboard>div>span.annotation {
    display: block;
    color: #909090;
    font-size: 90%;
    position: absolute;
    bottom: 5px;
    right: 8px;
}

div.dashboard table {
    border: none;
}

div.dashboard table td {
    padding: 1px 10px;
}

div.dashboard table td:first-child {
    text-align: right;
}

div.dashboard .odometer.odometer-auto-theme,
div.dashboard .odometer.odometer-theme-default {
    font-family: 'PT Sans Narrow', sans-serif;
}

div.content {
    color: #404040;
    vertical-align: top;
}

div.content a {
    color: #d82323;
    text-decoration: none;
    border-bottom: 1px dotted #d82323;
    cursor: pointer;
}

div.content h1 a {
    border-bottom: 0;
}

div.content a:hover {
    border-bottom-style: solid;
}

div.content h1 {
    font-size: 150%;
    font-weight: 700;
    margin: 15px 0;
    border-bottom: 1px solid #a7a7a7;
}

div.content h1 select {
    font-size: 60%;
}

div.content h3 {
    font-size: 120%;
    font-weight: 400;
    margin: 15px 0;
    border-bottom: 1px solid #a7a7a7;
}

div.content p,
div.content div.p {
    margin: 10px 0;
}

#togglemenutop {
    background-color: #353535 !important;
    border-bottom: 1px solid #222 !important;
}

#togglemenutop>label {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

form.inline {
    display: inline;
}

div.inputcontainer {
    display: inline-block;
    vertical-align: top;
    height: 29px;
}

div.inputcontainer>* {
    vertical-align: top;
}

div.inputcontainer button {
    height: 100%;
}

div.inputcontainer button.grey {
    border-color: #888 !important;
}

div.inputcontainer button.intertwined {
    border-radius: 0;
}

div.inputcontainer button.attached,
div.inputcontainer .toggler>span.button {
    border-right-width: 0 !important;
    border-radius: 0;
}

div.inputcontainer .toggler:first-child>span.button {
    border-radius: 5px 0 0 5px;
}

div.inputcontainer button.attached:last-child,
div.inputcontainer .toggler:last-child>span.button {
    border-right-width: 1px !important;
    border-radius: 0 5px 5px 0;
}

button,
a.button,
span.button {
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 5px 10px;
    border: 1px solid #3c7cb5 !important;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 400;
    font-size: 90%;
    color: #e5f2ff !important;
    background: #428bca;
    cursor: default !important;
}

span.button {
    display: inline-block;
}

button:hover,
a.button:hover,
span.button:hover {
    background: #3c7cb5;
}

button.grey,
a.button.grey,
span.button.grey {
    background-color: #ececec !important;
    color: #666565 !important;
    border-color: #cacaca !important;
}

button.grey:hover,
a.button.grey:hover,
span.button.grey:hover {
    background: #DADADA !important;
}

button:disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}

input,
select,
option, 
textarea {
    padding: 5px;
    border: 1px solid #3c7cb5;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 90%;
    outline: none;
}

select {
    padding: 4px;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
textarea {
    width: 200px;
}

input.fullWidth,
textarea.fullWidth {
    width: 100%;
    resize: vertical;
}

textarea[readonly] {
    border: 1px solid #a7a7a7;
    background: #efefef;
}

textarea[resize-to-fit] {
    resize: none;
}

input:disabled,
select:disabled,
textarea:disabled {
    opacity: 0.5;
}

input:-moz-read-only,
textarea:-moz-read-only {
    border: 1px solid #a7a7a7;
    background: #eaeaea;
}

input:read-only,
textarea:read-only {
    border: 1px solid #a7a7a7;
    background: #eaeaea;
}

input[type=number].small {
    width: 50px;
    text-align: center;
}

hr {
    background: #a7a7a7;
}

span.tag {
    display: inline-block;
    padding: 2px 5px;
    margin: 2px 4px 2px 0;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    background: #eaeaea;
    color: #54575a;
}

span.tag.small {
    font-size: 90%;
}

.querystats {
    color: #989898;
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
    padding-top: 5px;
    font-size: 80%;
}

.annotation {
    color: #838383;
    font-weight: normal !important;
    font-size: 90%;
}

div.box {
    border: 1px solid #989898;
    background: #f2f2f2;
    padding: 10px;
}

div.box.red {
    border-color: #d82323;
    background: rgba(216, 35, 35, 0.13);
    color: #d82323;
}

div.box.green {
    border-color: #22b648;
    background: rgba(60, 201, 96, 0.1);
    color: #1fa742;
}

div.box.orange {
    border: 1px solid #ed9909;
    background: #ffdeac;
    color: #404040;
}

.bold {
    font-weight: 700;
}

.grey {
    color: #989898;
}

.blue {
    color: #0000ff;
}

.cyan {
    color: #1cb99c;
}

.green {
    color: #22b648;
}

.orange {
    color: #ff8d00;
}

.red {
    color: #d82323;
}

.content .toggler {
    position: relative;
    display: inline-block;
}

.content .toggler .button {
    background-color: #ececec !important;
    color: #666565 !important;
    border-color: #888 !important;
}

.content .toggler input {
    display: none;
}

.content input:checked+.button {
    border-color: #3c7cb5 !important;
    color: #e5f2ff !important;
    background: #428bca !important;
}

.content .switcher {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 12px;
    margin-right: 5px;
}

.content .switcher input {
    display: none;
}

.content .slider {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background-color: #e5e5e5;
    border: 1px solid #b9b9b9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.content .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #868686;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.content input:checked+.slider {
    border: 1px solid #25628f;
    background-color: #1387DD;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#428bca), to(#1387DD));
    background-image: -webkit-linear-gradient(top, #428bca, #1387DD);
    background-image: -moz-linear-gradient(top, #428bca, #1387DD);
    background-image: -ms-linear-gradient(top, #428bca, #1387DD);
    background-image: -o-linear-gradient(top, #428bca, #1387DD);
}

.content input:focus+.slider {
    box-shadow: 0 0 1px #1387DD;
}

.content input:checked+.slider:before {
    background-color: #e3ebec;
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.content input:disabled+.slider {
    cursor: not-allowed;
    opacity: 0.5;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #969696;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #e3ebec;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #d82323;
}

input:focus+.slider {
    box-shadow: 0 0 1px #d82323;
}

input:checked+.slider::before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

.slider.round {
    border-radius: 20px;
}

.slider.round::before {
    border-radius: 50%;
}

div.burgermenu {
    position: absolute;
    display: block;
    width: 30px;
    height: 19px;
    left: 15px;
    top: 50%;
    margin-top: -9.5px;
}

div.burgermenu>div {
    position: absolute;
    top: 8px;
    width: 100%;
    height: 3px;
    background: #e3ebec;
    transform: rotate(0deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

div.burgermenu>div:first-child {
    top: 0;
}

div.burgermenu>div:last-child {
    top: 16px;
}

div.burgermenu.active>div {
    display: none;
    top: 8px;
}

div.burgermenu.active>div:first-child,
div.burgermenu.active>div:last-child {
    display: block;
    transform: rotate(45deg);
    background: #969696;
}

div.burgermenu.active>div:last-child {
    transform: rotate(-225deg);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #cacaca;
    font-size: 90%;
    color: #404040;
}

table table {
    font-size: 100%;
}

th,
td {
    border: none;
    text-align: left;
    vertical-align: top;
    padding: 8px;
    white-space: nowrap;
}

table.linebreak th,
table.linebreak td {
    white-space: unset;
}

table.middle th,
table.middle td {
    vertical-align: middle;
}

th {
    background: #e3e4e4;
    border-top: 2px solid #cacaca;
    border-bottom: 2px solid #cacaca;
}

td.tablecontrols {
    background: #f0f0f0;
}

td.tablecontrols form {
    display: inline-block;
    vertical-align: top;
}

td.tablecontrols input[type=text],
td.tablecontrols select {
}

th.vtop,
td.vtop {
    vertical-align: top !important;
}

th.vmiddle,
td.vmiddle {
    vertical-align: middle !important;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

table.rowhighlight tr:hover {
    background-color: #25628f;
    color: #e3ebec;
}

table.rowhighlight tr:hover>th,
table.rowhighlight tr:hover>td.tablecontrols {
    color: #404040;
}

td.img,
td.film {
    position: relative;
}

td.img>img {
    height: 50px;
    width: 50px;
}

td.img.large>img {
    height: 125px;
    width: 125px;
}

td.film.large>img {
    max-height: 125px;
    max-width: 125px;
}

td.img>img.zoomed,
td.film>img.zoomed {
    height: 386px;
    width: 386px;
    position: absolute;
    left: 160px;
    border: 3px solid #158ce4;
    background: #fff;
    z-index: 999;
}

td.film>img.zoomed {
    width: auto;
    height: auto;
    max-height: 386px;
    max-width: 386px;
}

td.img.large>img.zoomed,
td.film.large>img.zoomed {
    right: -380px;
}

td>span.details {
    display: none;
}

tr.selected>td>span.details {
    display: inline-block;
}

table.twocol {
    font-size: inherit;
}

table.twocol th,
table.twocol td {
    white-space: normal;
}

table.twocol td:nth-child(odd) {
    text-align: right;
    font-weight: bold;
}

table tr td>div.longTextContainer {
    max-height: 50px;
    overflow: hidden;
}

table tr.selected td>div.longTextContainer {
    max-height: none;
    overflow: auto;
}

ul.tabnavi {
    display: block;
    background: #353535;
}

ul.tabnavi li {
    display: inline-block;
    color: #e3ebec;
    padding: 8px 15px 5px 15px;
    border-left: 1px solid #444;
    border-right: 1px solid #222;
    border-bottom: 3px solid #353535;
}

ul.tabnavi li:hover {
    background: #487ca2;
    border-bottom: 3px solid #3796dd;
    border-left-color: #487ca2;
    border-right-color: #487ca2;
}

ul.tabnavi li.active {
    background: #25628f;
    border-bottom: 3px solid #158ce4;
    border-left-color: #25628f;
    border-right-color: #25628f;
}

ul.tabnavi li.disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

ul.tabnavi a,
ul.tabnavi a:hover {
    color: inherit;
    border: none;
}

ul.breadcrumb {
    display: inline-block;
    list-style: none;
    overflow: hidden;
    position: relative;
    margin: 0.25em 0;
    padding-right: 15px;
}

ul.breadcrumb.disabled {
    opacity: 0.5;
}

ul.breadcrumb li {
    display: inline-block;
    position: relative;
    padding: 5px 10px 5px 33px;
    background: #e5e5e5;
    color: #2c3316;
    cursor: pointer;
}

ul.breadcrumb.disabled li {
    background: #e5e5e5;
    cursor: not-allowed;
}

ul.breadcrumb.disabled li::after {
    border-left-color: #e5e5e5;
}

ul.breadcrumb li:first-child {
    padding-left: 15px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

ul.breadcrumb li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 25px solid transparent;
    border-left: 15px solid #e5e5e5;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: -15px;
    z-index: 2;
}

ul.breadcrumb li::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: -16px;
    z-index: 1;
}

ul.breadcrumb li.hover {
    background: #a0d4fb;
}

ul.breadcrumb li.hover::after {
    border-left-color: #a0d4fb;
}

ul.breadcrumb:not(.disabled) li.passed {
    background: #158ce4 !important;
    color: #e3ebec;
    font-weight: 700;
    cursor: default;
}

ul.breadcrumb:not(.disabled) li.passed::after {
    border-left-color: #158ce4;
}

ul.breadcrumb.closed li:last-child {
    padding-right: 20px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.breadcrumb.closed li:last-child::after,
ul.breadcrumb.closed li:last-child::before {
    display: none;
}

div.orderdetailsCustomerdata>div {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

div.orderdetailsCustomerdata>div>strong {
    display: block;
}

div.orderdetailsCustomerdata textarea {
    width: 250px;
}

.motifDetails>div {
    position: relative;
    display: inline-block;
}

.motifDetails>.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.motifDetails>.base img,
.motifDetails>.overlay img {
    width: 386px;
    height: 386px;
}

.motifDetails>.base img,
.motifDetails>.overlay>div {
    display: none;
}

.motifDetails>.overlay div.hidenote {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 72px;
    background: #fff;
}

.motifDetails>.base>img.motif {
    display: inline;
}

div.pictograms>span,
div.colors>span,
div.sizes>span {
    display: inline-block;
    padding: 5px;
    text-align: center;
    /*min-width:65px;*/
    cursor: pointer;
}

div.pictograms>span.selected,
div.colors>span.selected,
div.sizes>span.selected {
    background-color: #428bca !important;
    color: #e5f2ff !important;
}

div.pictograms>span:hover,
div.colors>span:hover,
div.sizes>span:hover {
    background-color: rgba(66, 139, 202, .3);
}

div.pictograms img {
    max-height: 50px;
}

div.colors div {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid #a7a7a7;
}

div.sizes span {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    min-width: 13px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #404040;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

@media screen and (max-width: 799px) {
    div.spacer {
        padding: 0 15px;
    }
    br.desktop {
        display: none;
    }
    body>div {
        display: block;
    }
    div.content {
        margin-bottom: 70px;
    }
    div.content.menutop {
        margin-top: 70px;
        margin-bottom: auto;
    }
    #navi {
        display: none;
    }
    #mobilenavi {
        position: fixed;
        display: block;
        bottom: 0;
        width: 100%;
        z-index: 999;
        overflow: auto;
        background-color: #353535;
        justify-content: center;
        align-items: flex-end;
    }
    #mobilenavi.menutop {
        bottom: auto;
        top: 0;
    }
    #mobilenavi.scrollable,
    #mobilenavi.open {
        height: 100%;
    }
    #mobilenavi>ul {
        position: relative;
        display: block;
        list-style-type: none;
    }
    #mobilenavi.scrollable>ul {
        position: relative;
    }
    #mobilenavi>ul>li,
    #mobilenavi>ul>a>li {
        position: relative;
        display: none;
        border-top: 1px solid #444;
        border-bottom: 1px solid #222;
        padding: 10px;
        color: #e3ebec;
        font-weight: 700;
        text-transform: uppercase;
    }
    #mobilenavi li.trigger {
        display: block;
        font-family: 'Gloria Hallelujah', cursive;
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        background-color: #353535 !important;
        border-bottom: 1px solid #222 !important;
    }
    #mobilenavi li.trigger>i {
        position: absolute;
        left: 20px;
    }
    #mobilenavi li.trigger>span.z {
        font-size: 18px;
        color: #d82323;
    }
    #mobilenavi li.trigger>span.sub {
        font-family: 'Oswald', sans-serif;
        font-weight: 300 !important;
        font-size: 15px;
        color: #969696;
    }
    #mobilenavi>ul>li.active,
    #mobilenavi>ul>a>li.active,
    #mobilenavi>ul>li:hover,
    #mobilenavi>ul>a>li:hover {
        background-color: #444;
        border-bottom-color: #444;
    }
    #mobilenavi>ul>li>ul {
        display: none;
    }
    #mobilenavi>ul>li.active>ul {
        display: block;
        position: relative;
        list-style-type: none;
        margin-left: 10px;
        margin-top: 5px;
    }
    #mobilenavi>ul>li>ul>li,
    #mobilenavi>ul>li>ul>a>li {
        padding: 5px 0;
        opacity: 0.5;
    }
    #mobilenavi>ul>li>ul>li.active,
    #mobilenavi>ul>li>ul>a>li.active,
    #mobilenavi>ul>li>ul>li:hover,
    #mobilenavi>ul>li>ul>a>li:hover {
        opacity: 1;
    }
    #mobilenavi a {
        text-decoration: none !important;
        color: inherit !important;
    }
    div.statsbox {
        display: block;
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 800px) {
    div.spacer {
        padding: 0 50px;
    }
    #mobilenavi {
        display: none;
    }
    div.content {
        margin-top: 0;
        margin-bottom: 0;
    }
    #navi {
        width: 200px;
        color: #e3ebec;
        background-color: #353535;
        border-right: 1px solid #191818;
        vertical-align: top;
    }
    #navi h1 {
        font-family: 'Gloria Hallelujah', cursive;
        font-weight: 400;
        font-size: 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid #222;
        text-align: center;
        color: #e3ebec;
        margin: -15px 0 0 0 !important;
    }
    #navi h1>span.z {
        font-size: 50px;
        color: #d82323;
    }
    #navi h1>span.sub {
        font-family: 'Oswald', sans-serif;
        font-weight: 300 !important;
        font-size: 18px;
        display: block;
        color: #969696;
    }
    #navi>ul {
        position: relative;
        list-style-type: none;
        width: 200px;
    }
    #navi>ul.pin {
        position: fixed;
        width: 200px;
        top: 0;
    }
    #navi>ul>li,
    #navi>ul>a>li {
        position: relative;
        display: block;
        border-top: 1px solid #444;
        border-bottom: 1px solid #222;
        padding: 8px 5px 8px 10px;
    }
    #navi>ul>li.active,
    #navi>ul>a>li.active,
    #navi>ul>li:hover,
    #navi>ul>a>li:hover {
        background-color: #444;
        border-bottom-color: #444;
    }
    #navi>ul>li.active::after,
    #navi>ul>a>li.active::after {
        content: "";
        position: absolute;
        right: -10px;
        top: 50%;
        margin-top: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #444;
    }
    #navi>ul>li>ul {
        display: none;
    }
    #navi>ul>li.active>ul {
        display: block;
        position: relative;
        list-style-type: none;
        margin-left: 10px;
        margin-top: 5px;
    }
    #navi>ul>li>ul>li,
    #navi>ul>li>ul>a>li {
        padding: 5px 0;
        opacity: 0.5;
    }
    #navi>ul>li>ul>li.active,
    #navi>ul>li>ul>a>li.active,
    #navi>ul>li>ul>li:hover,
    #navi>ul>li>ul>a>li:hover {
        opacity: 1;
    }
    #navi a {
        text-decoration: none !important;
        color: inherit !important;
    }
}

#loaderbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.8);
}

#loaderbar>div {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -50px;
    text-align: center;
}

#loaderbar>div>span {
    display: block;
    margin-top: 15px;
    padding: 10px;
    font-size: 1.3em;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 6px;
}

#fadingBarsG {
    width: 150px;
    height: 20px;
}

.fadingBarsG {
    position: absolute;
    top: 0;
    background-color: #e5e5e5;
    background-color: rgba(0, 0, 0, .2);
    width: 20px;
    height: 20px;
    -moz-animation-name: bounce_fadingBarsG;
    -moz-animation-duration: 0.9s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(.3);
    -webkit-animation-name: bounce_fadingBarsG;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(.3);
    -ms-animation-name: bounce_fadingBarsG;
    -ms-animation-duration: 0.9s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(.3);
    -o-animation-name: bounce_fadingBarsG;
    -o-animation-duration: 0.9s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(.3);
    animation-name: bounce_fadingBarsG;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(.3);
}

#fadingBarsG_1 {
    left: 0;
    -moz-animation-delay: 0.36s;
    -webkit-animation-delay: 0.36s;
    -ms-animation-delay: 0.36s;
    -o-animation-delay: 0.36s;
    animation-delay: 0.36s;
}

#fadingBarsG_2 {
    left: 18px;
    -moz-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

#fadingBarsG_3 {
    left: 36px;
    -moz-animation-delay: 0.54s;
    -webkit-animation-delay: 0.54s;
    -ms-animation-delay: 0.54s;
    -o-animation-delay: 0.54s;
    animation-delay: 0.54s;
}

#fadingBarsG_4 {
    left: 54px;
    -moz-animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
    -ms-animation-delay: 0.63s;
    -o-animation-delay: 0.63s;
    animation-delay: 0.63s;
}

#fadingBarsG_5 {
    left: 72px;
    -moz-animation-delay: 0.72s;
    -webkit-animation-delay: 0.72s;
    -ms-animation-delay: 0.72s;
    -o-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

#fadingBarsG_6 {
    left: 90px;
    -moz-animation-delay: 0.81s;
    -webkit-animation-delay: 0.81s;
    -ms-animation-delay: 0.81s;
    -o-animation-delay: 0.81s;
    animation-delay: 0.81s;
}

#fadingBarsG_7 {
    left: 108px;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#fadingBarsG_8 {
    left: 126px;
    -moz-animation-delay: 0.99s;
    -webkit-animation-delay: 0.99s;
    -ms-animation-delay: 0.99s;
    -o-animation-delay: 0.99s;
    animation-delay: 0.99s;
}

@-moz-keyframes bounce_fadingBarsG {
    0% {
        -moz-transform: scale(1);
        background-color: #d82323;
    }
    100% {
        -moz-transform: scale(.3);
        background-color: #e5e5e5;
        background-color: rgba(0, 0, 0, .2);
    }
}

@-webkit-keyframes bounce_fadingBarsG {
    0% {
        -webkit-transform: scale(1);
        background-color: #d82323;
    }
    100% {
        -webkit-transform: scale(.3);
        background-color: #e5e5e5;
        background-color: rgba(0, 0, 0, .2);
    }
}

@-ms-keyframes bounce_fadingBarsG {
    0% {
        -ms-transform: scale(1);
        background-color: #d82323;
    }
    100% {
        -ms-transform: scale(.3);
        background-color: #e5e5e5;
        background-color: rgba(0, 0, 0, .2);
    }
}

@-o-keyframes bounce_fadingBarsG {
    0% {
        -o-transform: scale(1);
        background-color: #d82323;
    }
    100% {
        -o-transform: scale(.3);
        background-color: #e5e5e5;
        background-color: rgba(0, 0, 0, .2);
    }
}

@keyframes bounce_fadingBarsG {
    0% {
        transform: scale(1);
        background-color: #d82323;
    }
    100% {
        transform: scale(.3);
        background-color: #e5e5e5;
        background-color: rgba(0, 0, 0, .2);
    }
}

@-webkit-keyframes spin {
    from {
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    from {
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.progressbar {
    display: none;
    position: relative;
    height: 20px;
    background: #e5e5e5;
    overflow: hidden;
}

.progressbar .label {
    position: absolute;
    z-index: 10;
    left: 0px;
    color: #e5f2ff;
    font-size: 16px;
}

.progressbar .donebar {
    display: inline-block;
    width: 0;
    height: 100%;
    background: #428bca;
}