﻿button,.modal .btn,input[type="submit"] {
    -webkit-font-smoothing: antialiased;
    background-color: #ed0000b0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    padding: .75em 1em;
    text-decoration: none;
}

button:hover,.modal .btn:hover,input[type="submit"]:hover {
    background-color: #ed0000b0;
    color: #fff;
}

button:disabled,.modal .btn:disabled,input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: .5;
}

body {
    -webkit-font-feature-settings: "kern","liga","pnum";
    -moz-font-feature-settings: "kern","liga","pnum";
    -ms-font-feature-settings: "kern","liga","pnum";
    font-feature-settings: "kern","liga","pnum";
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: 1.25;
    margin: 0;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

p {
    margin: 0 0 .75em;
}

a {
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    transition: color .1s linear;
    color: #ed0000b0;
    text-decoration: none;
}

a:hover {
    color: #ed0000b0;
}

a:active,a:focus {
    color: #ed0000b0;
    outline: none;
}

hr {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0;
}

img,picture {
    margin: 0;
    max-width: 100%;
}

blockquote {
    border-left: 2px solid #ddd;
    color: #595959;
    margin: 1.5em 0;
    padding-left: .75em;
}

cite {
    color: #737373;
    font-style: italic;
}

cite:before {
    content: "— ";
}

fieldset {
    background: #f7f7f7;
    border: 1px solid #ddd;
    margin: 0 0 .75em 0;
    padding: 1.5em;
}

input,label,select {
    display: block;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 14px;
}

label {
    font-weight: bold;
    margin-bottom: .375em;
}

label.required:after {
    content: "*";
}

label abbr {
    display: none;
}

textarea,input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"],select[multiple=multiple] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 14px;
    margin-bottom: .75em;
    padding: .5em .5em;
    width: 100%;
}

textarea:hover,input[type="email"]:hover,input[type="number"]:hover,input[type="password"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="text"]:hover,input[type="url"]:hover,input[type="color"]:hover,input[type="date"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="month"]:hover,input[type="time"]:hover,input[type="week"]:hover,select[multiple=multiple]:hover {
    border-color: #c4c4c4;
}

textarea:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="url"]:focus,input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,select[multiple=multiple]:focus {
    border-color: #ed0000b0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.06),0 0 5px rgba(0,152,82,.7);
    outline: none;
}

textarea {
    resize: vertical;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type="checkbox"],input[type="radio"] {
    display: inline;
    margin-right: .375em;
}

input[type="file"] {
    padding-bottom: .75em;
    width: 100%;
}

select {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: auto;
}

select#ddlFileType {
    margin-bottom: 0;
}

table {
    -webkit-font-feature-settings: "kern","liga","tnum";
    -moz-font-feature-settings: "kern","liga","tnum";
    -ms-font-feature-settings: "kern","liga","tnum";
    font-feature-settings: "kern","liga","tnum";
    border-collapse: collapse;
    margin: .75em 0;
    width: 100%;
}

th {
    border-bottom: 1px solid #b7b7b7;
    font-weight: bold;
    padding: .75em 0;
    text-align: left;
}

td {
    border-bottom: 1px solid #ddd;
    padding: .75em 0;
}

tr,td,th {
    vertical-align: middle;
}

ul,ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

dl {
    margin-bottom: .75em;
}

dl dt {
    font-weight: bold;
    margin-top: .75em;
}

dl dd {
    margin: 0;
}

button,.modal .btn,input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #888;
}

html {
    background: #fff;
}

body {
    margin: 0;
}

body.modal-open {
    overflow: hidden;
}

.main-container {
    background: #fff;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.main-container:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 959px) {
    .main-container {
        padding:0;
    }
}

.spacing-column {
    display: block;
    float: left;
    margin-right: 0%;
    width: 33.33333%;
}

.spacing-column:last-child {
    margin-right: 0;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    .spacing-column {
        display:block;
        float: left;
        margin-right: 0%;
        width: 25%;
    }

    .spacing-column:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 959px) {
    .spacing-column {
        display:none;
    }
}

.subtitle {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 35px 0 25px 0;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    .subtitle {
        font-size:12px;
    }
}

@media screen and (max-width: 959px) {
    .hide-on-mobile {
        display:none;
    }
}

@media screen and (min-width: 960px) {
    .hide-on-notmobile {
        display:none;
    }
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    .hide-on-middle-breakpoint {
        display:none;
    }
}

.show-on-mobile {
    display: none;
}

@media screen and (max-width: 959px) {
    .show-on-mobile {
        display:block;
    }
}

@media screen and (max-width: 959px) {
    .light-left-right-padding-on-mobile {
        padding:0 20px;
    }
}

.for-mobile .title,.modal .title {
    font-size: 20px;
    color: #999;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 10px 0 10px 15px;
    z-index: 999;
}

.for-mobile .title .actions,.modal .title .actions {
    float: right;
    padding-right: 20px;
    position: relative;
    top: -2px;
}

.for-mobile .title .actions .cancel,.modal .title .actions .cancel {
    font-size: 13px;
}

.for-mobile .title .actions .close,.modal .title .actions .close {
    font-size: 13px;
    background-color: #ed0000b0;
    color: #fff;
    padding: 6px 8px;
    font-weight: bold;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.flash-alert {
    display: block;
    font-weight: bold;
    margin-bottom: 1.5em;
    padding: .75em;
    background: #fff6bf;
    color: #8c7800;
    text-align: center;
}

.flash-alert a {
    color: #594c00;
    border-bottom: 1px solid rgba(89,76,0,.3);
}

.flash-alert a:hover {
    color: #000;
}

.flash-error {
    display: block;
    font-weight: bold;
    margin-bottom: 1.5em;
    padding: .75em;
    background: #fbe3e4;
    color: #97161b;
    text-align: center;
}

.flash-error a {
    color: #6a0f13;
    border-bottom: 1px solid rgba(106,15,19,.3);
}

.flash-error a:hover {
    color: #110203;
}

.flash-notice {
    display: block;
    font-weight: bold;
    margin-bottom: 1.5em;
    padding: .75em;
    background: #e5edf8;
    color: #244e87;
    text-align: center;
}

.flash-notice a {
    color: #19375f;
    border-bottom: 1px solid rgba(25,55,95,.3);
}

.flash-notice a:hover {
    color: #04080e;
}

.flash-success {
    display: block;
    font-weight: bold;
    margin-bottom: 1.5em;
    padding: .75em;
    background: #e6efc2;
    color: #56651a;
    text-align: center;
}

.flash-success a {
    color: #333c10;
    border-bottom: 1px solid rgba(51,60,16,.3);
}

.flash-success a:hover {
    color: #000;
}

.continue {
    position: fixed;
    bottom: 15px;
    width: 90%;
    left: 5%;
}

.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s,top .3s;
    transition: left .3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.noUi-horizontal {
    height: 12px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 24px;
    left: -17px;
    top: -6px;
}

.noUi-background {
    background: #d8d8d8;
}

.noUi-connect {
    background: #363a3d;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;
}

.noUi-handle:before,.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

[disabled].noUi-connect,[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

.picker__box {
    padding: 0 1em;
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
}

.picker__month,.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

.picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic;
}

.picker__select--month,.picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em;
}

@media(min-width: 24.5em) {
    .picker__select--month,.picker__select--year {
        margin-top:-.5em;
    }
}

.picker__select--month {
    width: 35%;
}

.picker__select--year {
    width: 22.5%;
}

.picker__select--month:focus,.picker__select--year:focus {
    border-color: #0089ec;
}

.picker__nav--next,.picker__nav--prev {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -.25em;
}

@media(min-width: 24.5em) {
    .picker__nav--next,.picker__nav--prev {
        top:-.33em;
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}

@media(min-width: 24.5em) {
    .picker__nav--prev {
        padding-right:1.5em;
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
}

@media(min-width: 24.5em) {
    .picker__nav--next {
        padding-left:1.5em;
    }
}

.picker__nav--next:before,.picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #000;
}

.picker__nav--next:hover,.picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
}

.picker__nav--disabled,.picker__nav--disabled:before,.picker__nav--disabled:before:hover,.picker__nav--disabled:hover {
    cursor: default;
    background: 0 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
}

@media(min-height: 33.875em) {
    .picker__table {
        margin-bottom:.75em;
    }
}

.picker__table td {
    margin: 0;
    padding: 0;
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500;
}

@media(min-height: 33.875em) {
    .picker__weekday {
        padding-bottom:.5em;
    }
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
}

.picker__day--today {
    position: relative;
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: .5em solid #0059bc;
    border-left: .5em solid transparent;
}

.picker__day--disabled:before {
    border-top-color: #aaa;
}

.picker__day--outfocus {
    color: #ddd;
}

.picker__day--infocus:hover,.picker__day--outfocus:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
}

.picker__day--highlighted {
    border-color: #0089ec;
}

.picker--focused .picker__day--highlighted,.picker__day--highlighted:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
}

.picker--focused .picker__day--selected,.picker__day--selected,.picker__day--selected:hover {
    background: #0089ec;
    color: #fff;
}

.picker--focused .picker__day--disabled,.picker__day--disabled,.picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default;
}

.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb;
}

.picker__footer {
    text-align: center;
}

.picker__button--clear,.picker__button--close,.picker__button--today {
    border: 1px solid #fff;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 700;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

.picker__button--clear:hover,.picker__button--close:hover,.picker__button--today:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb;
}

.picker__button--clear:focus,.picker__button--close:focus,.picker__button--today:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: 0;
}

.picker__button--clear:before,.picker__button--close:before,.picker__button--today:before {
    position: relative;
    display: inline-block;
    height: 0;
}

.picker__button--clear:before,.picker__button--today:before {
    content: " ";
    margin-right: .45em;
}

.picker__button--today:before {
    top: -.05em;
    width: 0;
    border-top: .66em solid #0059bc;
    border-left: .66em solid transparent;
}

.picker__button--clear:before {
    top: -.25em;
    width: .66em;
    border-top: 3px solid #e20;
}

.picker__button--close:before {
    content: "×";
    top: -.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777;
}

.picker__button--today[disabled],.picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default;
}

.picker__button--today[disabled]:before {
    border-top-color: #aaa;
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.picker__input {
    cursor: default;
}

.picker__input.picker__input--active {
    border-color: #0089ec;
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__frame,.picker__holder {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.picker__holder {
    position: fixed;
    transition: background .15s ease-out,-webkit-transform 0s .15s;
    transition: background .15s ease-out,transform 0s .15s;
    -webkit-backface-visibility: hidden;
}

.picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 666px;
    width: 100%;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all .15s ease-out;
}

@media(min-height: 33.875em) {
    .picker__frame {
        overflow:visible;
        top: auto;
        bottom: -100%;
        max-height: 80%;
    }
}

@media(min-height: 40.125em) {
    .picker__frame {
        margin-bottom:7.5%;
    }
}

.picker__wrap {
    display: table;
    width: 100%;
    height: 100%;
}

@media(min-height: 33.875em) {
    .picker__wrap {
        display:block;
    }
}

.picker__box {
    background: #fff;
    display: table-cell;
    vertical-align: middle;
}

@media(min-height: 26.5em) {
    .picker__box {
        font-size:1.25em;
    }
}

@media(min-height: 33.875em) {
    .picker__box {
        display:block;
        font-size: 1.33em;
        border: 1px solid #777;
        border-top-color: #898989;
        border-bottom-width: 0;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 12px 36px 16px rgba(0,0,0,.24);
    }
}

@media(min-height: 40.125em) {
    .picker__box {
        font-size:1.5em;
        border-bottom-width: 1px;
        border-radius: 5px;
    }
}

.picker--opened .picker__holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    zoom:1;background: rgba(0,0,0,.32);
    transition: background .15s ease-out;
}

.picker--opened .picker__frame {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media(min-height: 33.875em) {
    .picker--opened .picker__frame {
        top:auto;
        bottom: 0;
    }
}

.login-box {
    display: block;
    float: left;
    margin-right: 0%;
    width: 33.33333%;
    margin-top: 100px;
}

.login-box:last-child {
    margin-right: 0;
}

.login-box .logo {
    width: 242px;
    height: 24px;
    background: url(../../img/welcome-logo.png) no-repeat;
    text-indent: -99999px;
    margin: auto auto 25px auto;
}

.login-box form {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #e0e5ea;
    padding: 20px;
}

.login-box form input[type=text],.login-box form input[type=password] {
    border: none;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    color: #999;
    width: 100%;
    margin-bottom: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-box form input[type=submit] {
    background: #4c4f53;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.login-box form .line {
    padding: 0 0 10px 0;
}

.login-box form .line::after {
    clear: both;
    content: "";
    display: table;
}

.login-box form label {
    font-size: 12px;
    color: #666;
    display: inline-block;
    font-weight: normal;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    .login-box {
        display:block;
        float: left;
        margin-right: 0%;
        width: 50%;
    }

    .login-box:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 960px) {
    .login-box {
        display:block;
        float: left;
        margin-right: 0%;
        width: 100%;
    }

    .login-box:last-child {
        margin-right: 0;
    }
}

.add-inventory-content {
    position: relative;
    padding: 0 0 0 0;
    display: block;
    float: left;
    margin-right: 0%;
    width: 80%;
    max-width: calc(100% - 220px);
}

.add-inventory-content:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .add-inventory-content {
        padding:20px 0;
        display: block;
        float: left;
        margin-right: 0%;
        width: 100%;
        max-width: 100%;
    }

    .add-inventory-content:last-child {
        margin-right: 0;
    }
}

.add-inventory-content .loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: #fff;
    z-index: 999;
}

.add-inventory-content .analytics {
    width: 100%;
    margin: 20px auto 0 auto;
}

@media screen and (max-width: 959px) {
    .add-inventory-content .analytics {
        margin-top:0;
    }
}

.add-inventory-content .analytics .line {
    border-bottom: 1px solid #c6c6c6;
    display: block;
    padding: 15px;
}

.add-inventory-content .analytics .line::after {
    clear: both;
    content: "";
    display: table;
}

.add-inventory-content .analytics .line .left {
    font-size: 15px;
    float: left;
    font-weight: bold;
    padding-top: 5px;
}

.add-inventory-content .analytics .line .right {
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.add-inventory-content .analytics .line .right span {
    font-size: 15px;
    font-weight: normal;
    color: #999;
    width: 40px;
    display: inline-block;
}

.add-inventory-content .features-list {
    padding: 20px;
}

.add-inventory-content .features-list::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 959px) {
    .add-inventory-content .features-list {
        padding-bottom:0;
    }
}

.add-inventory-content .features-list .item {
    display: block;
    float: left;
    margin-right: 0%;
    width: 50%;
    font-size: 14px;
    padding: 5px 0;
}

.add-inventory-content .features-list .item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .add-inventory-content .features-list .item {
        display:block;
        float: left;
        margin-right: 0%;
        width: 100%;
    }

    .add-inventory-content .features-list .item:last-child {
        margin-right: 0;
    }
}

.add-inventory-content .features-list .item:hover .delete {
    display: inline-block;
    padding-left: 3px;
}

.add-inventory-content .features-list .item .delete {
    display: none;
    font-size: 12px;
}

@media screen and (max-width: 959px) {
    .add-inventory-content .features-list .item .delete {
        display:inline-block;
        padding-left: 3px;
    }
}

.add-inventory-content .add-features-box {
    margin: 0 20px 0 20px;
    padding: 20px 20px 10px 20px;
    background: #f5f6f8;
    font-size: 13px;
    font-weight: normal;
}

.add-inventory-content .add-features-box::after {
    clear: both;
    content: "";
    display: table;
}

.add-inventory-content .add-features-box input[type=text] {
    width: 34%;
    margin-right: 1%;
    float: left;
    font-size: 13px;
}

@media screen and (max-width: 959px) {
    .add-inventory-content .add-features-box input[type=text] {
        width:70%;
    }
}

.add-inventory-content .add-features-box button,.add-inventory-content .add-features-box .modal .btn,.modal .add-inventory-content .add-features-box .btn {
    width: 48%;
    float: left;
    font-size: 12px;
    padding: 9px 0;
    text-align: center;
}

@media screen and (max-width: 959px) {
    .add-inventory-content .add-features-box button,.add-inventory-content .add-features-box .modal .btn,.modal .add-inventory-content .add-features-box .btn {
        width:90%;
    }
}

.add-inventory-content .add-features-box button.add,.add-inventory-content .add-features-box .modal .add.btn,.modal .add-inventory-content .add-features-box .add.btn {
    width: 9%;
}

@media screen and (max-width: 959px) {
    .add-inventory-content .add-features-box button.add,.add-inventory-content .add-features-box .modal .add.btn,.modal .add-inventory-content .add-features-box .add.btn {
        width:29%;
    }
}

.add-inventory-content .add-features-box label {
    padding: 5px;
    width: 7%;
    float: left;
    text-align: center;
    font-weight: normal;
    margin: 0;
}

@media screen and (max-width: 959px) {
    .add-inventory-content .add-features-box label {
        width:10%;
        clear: left;
    }
}

.add-inventory-content .drag-area {
    padding: 40px;
    border: 1px dashed #ddd;
    text-align: center;
    font-size: 13px;
    color: #999;
}

.add-inventory-content .pictures {
    padding-top: 20px;
    max-width: 87.5em;
    margin-left: auto;
    margin-right: auto;
}

.add-inventory-content .pictures::after {
    clear: both;
    content: "";
    display: table;
}

.add-inventory-content .pictures li {
    padding-right: 5px;
    display: block;
    float: left;
    margin-right: 0%;
    width: 16.66667%;
}

.add-inventory-content .pictures li:last-child {
    margin-right: 0;
}

.add-inventory-content .pictures li img {
    width: 100%;
}

.add-inventory-content .vin-box {
    padding: 20px 20px 10px 20px;
    background: #f5f6f8;
    margin-bottom: 20px;
}

.add-inventory-content .vin-box::after {
    clear: both;
    content: "";
    display: table;
}

.add-inventory-content .vin-box label {
    font-size: 14px;
}

.add-inventory-content .vin-box input[type="text"] {
    width: 84%;
    float: left;
}

@media screen and (max-width: 959px) {
    .add-inventory-content .vin-box input[type="text"] {
        width:75%;
    }
}

.add-inventory-content .vin-box input[type=submit] {
    width: 15%;
    float: left;
    font-size: 13px;
    margin-left: 1%;
    background: #333;
    color: #fff;
    padding: 9px 11px;
}

@media screen and (max-width: 959px) {
    .add-inventory-content .vin-box input[type=submit] {
        width:24%;
    }
}

.add-inventory-content .subtitle {
    border-bottom: 1px solid #f5f6f8;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.add-inventory-content .subtitle.no-padding-top {
    padding-top: 0;
}

.add-inventory-content .subtitle span {
    display: inline-block;
    background: #fff;
    position: relative;
    top: 8px;
    padding-right: 5px;
}

.add-inventory-content .form-group::after {
    clear: both;
    content: "";
    display: table;
}

.add-inventory-content .form-group textarea {
    height: 150px;
}

.add-inventory-content .form-group .column {
    padding: 0 20px;
    display: block;
    float: left;
    margin-right: 0%;
    width: 50%;
}

.add-inventory-content .form-group .column:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .add-inventory-content .form-group .column {
        padding:0;
        display: block;
        float: left;
        margin-right: 0%;
        width: 100%;
    }

    .add-inventory-content .form-group .column:last-child {
        margin-right: 0;
    }
}

.add-inventory-content .form-group .column .line {
    height: 50px;
}

.add-inventory-content .form-group .column .line .text-label {
    font-size: 13px;
}

.add-inventory-content .form-group .column .line .text-label a {
    background: #4c4f53;
    display: inline-block;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    opacity: .6;
    margin-left: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.add-inventory-content .form-group .column .line .text-label a:hover {
    opacity: 1;
}

.add-inventory-content .form-group .column .line label {
    display: inline-block;
    width: 35%;
    float: left;
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 15px 0 0;
}

.add-inventory-content .form-group .column .line select,.add-inventory-content .form-group .column .line input[type=text],.add-inventory-content .form-group .column .line input[type=number] {
    display: inline-block;
    width: 65%;
    height: 30px;
    margin-bottom: .75em;
    padding: .5em .5em;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
}

.add-inventory-content .form-group .column .line select.short,.add-inventory-content .form-group .column .line input[type=text].short,.add-inventory-content .form-group .column .line input[type=number].short {
    width: 50%;
}

.add-inventory-content .form-group .column .line .more-info {
    width: 15%;
    font-size: 12px;
    color: #999;
    padding-left: 5px;
}

#divChkEquip h5 {
    float: left;
    display: block;
    margin: 20px 0 10px 0;
    width: 100%;
    background: #ededed;
    color: #555;
    padding: 5px 10px;
}

@media screen and (max-width: 960px) {
    #divChkEquip h5 {
        float:none !important;
    }
}

#divChkEquip .item {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 50%;
}

@media screen and (max-width: 960px) {
    #divChkEquip .item {
        float:none !important;
        width: 100%;
    }
}

.floating-bar {
    display: block;
    float: left;
    margin-right: 0%;
    width: 20%;
    min-width: 220px;
}

.floating-bar:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .floating-bar {
        display:none;
    }
}

.floating-bar.for-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    top: 0;
    left: 0;
    display: block;
    z-index: 999;
    padding: 50px 20px 0 20px;
}

.floating-bar .boxed {
    position: relative;
    background: #f5f6f8;
    padding: 20px;
}

.floating-bar .boxed .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #f5f6f8;
    z-index: 999;
}

.floating-bar .boxed .car-title {
    font-size: 20px;
    font-weight: bold;
}

.floating-bar .boxed .car-model {
    font-size: 14px;
}

.floating-bar .boxed .list {
    padding-top: 20px;
}

.floating-bar .boxed .list .item label {
    font-size: 13px;
    margin-bottom: 2px;
}

.floating-bar .boxed .list .item input {
    font-size: 14px;
}

.floating-bar .boxed .list .item select {
    margin-bottom: 12px;
}

.floating-bar .boxed .list .item .text {
    font-size: 15px;
    font-style: italic;
    padding-bottom: 7px;
    height: 30px;
}

.floating-bar .boxed .list .line,.floating-bar .boxed .list .item {
    padding: 0;
    margin: 0 0 5px 0;
    border: rgba(0,0,0,.1) 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.floating-bar .boxed .list .line label,.floating-bar .boxed .list .item label {
    background: rgba(0,0,0,.1);
    padding: 5px !important;
    margin: 0 !important;
}

.floating-bar .boxed .list .line label[id$="Value"],.floating-bar .boxed .list .item label[id$="Value"] {
    font-weight: normal !important;
    background: none;
}

.floating-bar .boxed .list .line div.text,.floating-bar .boxed .list .item div.text {
    padding: 5px;
    margin: 0;
    font-weight: normal !important;
}

.floating-bar .boxed .list .line div.text a#VDP,.floating-bar .boxed .list .item div.text a#VDP {
    position: relative;
    display: block;
    background: #ed0000b0;
    color: #fff;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.floating-bar .boxed .list .generate-sticker {
    display: block;
    padding: 5px 10px;
    margin-top: 5px;
    background: #999;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.floating-bar .create-inventory {
    display: block;
    padding: 10px 0;
    background: #ed0000b0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 10px 10px 0 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.floating-bar .create-inventory.deactivated {
    background: #ccc;
    color: #fff;
    cursor: default;
}

.floating-bar .uploading-label {
    font-size: 12px;
    color: #999;
    text-align: center;
    display: block;
    padding-top: 5px;
}

.actual-content {
    min-width: calc(100% - 280px);
    max-width: calc(100% - 210px);
    display: block;
    float: left;
    margin-right: 0%;
    width: 83.33333%;
    float: right !important;
}

.actual-content:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .actual-content {
        display:block;
        float: left;
        margin-right: 0%;
        width: 100%;
        float: none !important;
        padding-bottom: 20px;
        max-width: 100% !important;
    }

    .actual-content:last-child {
        margin-right: 0;
    }
}

.actual-content .top-title {
    font-size: 24px;
    color: #333;
    display: block;
    height: 70px;
    border-bottom: 1px solid #eff1f3;
    font-weight: bold;
    padding: 15px 0 15px 15px;
}

@media screen and (max-width: 959px) {
    .actual-content .top-title {
        font-size:18px;
        padding-bottom: 0;
        height: auto;
        border-bottom: 0;
    }
}

.actual-content .top-title .button-mobile-filters {
    background: #999;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    float: right;
    padding: 6px 7px;
    margin: 10px 15px 0 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    .actual-content .top-title .button-mobile-filters {
        width:calc(25% - 15px);
        margin: 10px 15px 10px 0;
    }
}

.actual-content .top-title .button-vin-scan {
    background: #ed0000b0;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    float: right;
    padding: 6px 7px;
    margin: 10px 15px 0 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    .actual-content .top-title .button-vin-scan {
        width:calc(25% - 15px);
        margin: 10px 15px 10px 0;
    }
}

.actual-content .top-title span {
    font-weight: 200;
    font-style: italic;
    font-size: 20px;
    color: #999;
}

@media screen and (max-width: 959px) {
    .actual-content .top-title span {
        font-size:14px;
        display: block;
    }
}

.actual-content .top-title input[type=text] {
    font-size: 12px;
    color: #999;
    width: 160px;
    padding: 7px 10px 7px 30px;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    background: url(../../img/icon-search.png) no-repeat left 5px top 6px;
}

@media screen and (max-width: 959px) {
    .actual-content .top-title input[type=text] {
        width:90px;
        margin: 10px 15px 0 0;
    }
}

@media screen and (max-width: 480px) {
    .actual-content .top-title input[type=text] {
        width:calc(50% - 15px);
        margin: 10px 15px 10px 0;
    }
}

#searchMessage {
    margin: 10px;
    padding: 20px 10px;
    background: #f5f6f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#searchMessage #newStockButton {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 15px;
    background: #ed0000b0;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.grid-items-lines {
    position: relative;
}

.grid-items-lines::after {
    clear: both;
    content: "";
    display: table;
}

.grid-items-lines .grid-item {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 14em;
    background: #fff;
    width: 100%;
    overflow: hidden;
    float: left;
    padding: 20px 10px;
    border-right: 1px solid #eff1f3;
    border-bottom: 1px solid #eff1f3;
    cursor: pointer;
    text-align: center;
    position: relative;
}

@media screen and (min-width: 53.75em) {
    .grid-items-lines .grid-item {
        width:25%;
    }
}

.grid-items-lines .grid-item:hover {
    background: #fbfcfc;
}

.grid-items-lines .grid-item .circle {
    position: absolute;
    top: 65px;
    margin-bottom: 10px;
    width: 100%;
    left: 0;
}

.grid-items-lines .grid-item .circle .number {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #ed0000b0;
}

.grid-items-lines .grid-item .circle .number.bad-score {
    color: #eb3c3c;
}

.grid-items-lines .grid-item .circle .number.average-score {
    color: #fba83c;
}

.grid-items-lines .grid-item .circle .number.good-score {
    color: #fbd83c;
}

.grid-items-lines .grid-item .circle .number.great-score {
    color: #ed0000b0;
}

.grid-items-lines .grid-item .circle label {
    font-size: 15px;
    font-weight: 200;
    color: #333;
}

.grid-items-lines .grid-item .text {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.grid-items-lines .grid-item .percentage {
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 3px;
}

.grid-items-lines .grid-item .action-button {
    background: #ed0000b0;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.grid-items-lines .grid-item img {
    display: block;
    height: 2.5em;
    margin-bottom: 1.2em;
    opacity: .2;
}

.grid-items-lines .grid-item h1 {
    color: #333;
    font-size: 1.3em;
    margin-bottom: .4em;
}

.grid-items-lines .grid-item p {
    color: rgba(51,51,51,.6);
}

@media screen and (min-width: 40em) {
    .grid-items-lines .grid-item p {
        max-width:70%;
    }
}

@media screen and (min-width: 53.75em) {
    .grid-items-lines .grid-item-big {
        width:66.66667%;
    }
}

@media screen and (min-width: 40em) {
    .grid-items-lines .grid-item-big p {
        max-width:60%;
    }
}

.grid-items-lines .bottom-cover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #fff;
}

.grid-items-lines .right-cover {
    position: absolute;
    right: 0;
    height: 100%;
    width: 4px;
    background: #fff;
}

.filters-area {
    display: block;
    float: left;
    margin-right: 0%;
    width: 20%;
    background: #f5f6f8;
    padding: 15px;
}

.filters-area:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .filters-area {
        display:none;
        padding-top: 45px;
    }
}

.filters-area.for-mobile {
    display: block;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 600;
}

.filters-area .subtitle {
    padding: 25px 0 10px;
}

.filters-area label {
    font-size: 13px;
    color: #333;
    font-weight: normal;
    cursor: pointer;
}

.filters-area label::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    .filters-area label {
        font-size:12px;
    }
}

.filters-area label.half {
    clear: none;
    width: 44%;
    float: left;
}

.filters-area .filter-group::after {
    clear: both;
    content: "";
    display: table;
}

.filters-area .filter-group .slider {
    padding: 0 20px;
}

.filters-area .filter-group .days-in-stock-description {
    font-size: 13px;
    text-align: center;
    padding: 5px 0 0 0;
}

.filters-area .filter-group .days-in-stock-description span {
    font-weight: bold;
}

.filters-area .clear-date {
    width: 25px;
    height: 25px;
    background: url(../../img/icon-close.png) no-repeat;
    display: inline-block;
    float: left;
    margin: 4px 0 0 3%;
    display: none;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    .filters-area .clear-date {
        margin-left:3px;
    }
}

.filters-area input[type=text].half {
    width: 38%;
    float: left;
    font-size: 13px;
    margin-right: 4%;
    color: #666;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    .filters-area input[type=text].half {
        margin-right:2%;
    }
}

.filters-area input[type=text].half:last-of-type {
    margin-right: 0;
}

.filters-area .long-list-options {
    max-height: 298px;
    overflow-y: scroll;
}

@media screen and (max-width: 959px) {
    .filters-area .long-list-options {
        max-height:2000px;
    }
}

.big-section-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
}

.big-section-content:last-child {
    margin-right: 0;
}

.big-section-content .subtitle {
    padding-left: 20px;
}

.section-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 80%;
    padding-left: 20px;
}

.section-content:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .section-content {
        display:block;
        float: left;
        margin-right: 0%;
        width: 100%;
        padding-left: 0;
    }

    .section-content:last-child {
        margin-right: 0;
    }
}

.section-content .bulk-actions {
    margin: 20px 0;
    background: #f5f6f8;
    padding: 5px 15px 3px 15px;
}

.section-content .bulk-actions label {
    font-size: 12px;
    color: #666;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 10px 3px 2px;
    display: inline-block;
    font-weight: regular;
}

.section-content .bulk-actions select {
    display: inline-block;
    margin: 0;
}

.section-content .bulk-actions input[type=submit] {
    padding: 5px 10px;
    font-size: 13px;
    background: #999;
}

.table-minimal {
    border-collapse: separate;
    border-spacing: 0;
}

.table-minimal tbody tr:hover>td,.table-minimal tbody tr:hover>th {
    background-color: #fafafa;
}

.table-minimal tbody tr:first-child td {
    border-top: 2px solid #ddd;
}

.table-minimal.margin-top {
    padding-top: 10px;
}

.table-minimal .image {
    width: 17%;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    .table-minimal .image {
        width:14%;
    }
}

.table-minimal .appraisals-id {
    width: 5%;
}

.table-minimal .appraisals-description {
    width: 25%;
}

.table-minimal .appraisals-details {
    width: 10%;
}

.table-minimal .appraisals-customer {
    width: 10%;
    text-align: center;
}

.table-minimal .appraisals-appraised {
    width: 10%;
    text-align: center;
}

.table-minimal .appraisals-recon-cost {
    width: 10%;
    text-align: center;
}

.table-minimal .appraisals-created {
    width: 10%;
    text-align: center;
}

.table-minimal .appraisals-actions {
    width: 10%;
}

.table-minimal .appraisals-actions a {
    border: 1px solid #ddd;
    padding: 8px;
    color: #333;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.table-minimal input[type=checkbox] {
    margin: 0;
    padding: 0;
    width: auto;
}

.table-minimal thead th {
    background-color: #fff;
    padding: .5em 1em;
    border-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    border-top: 2px solid #ddd;
}

.table-minimal tbody {
    background-color: #fff;
}

.table-minimal tbody td {
    padding: .75em 1em;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    font-size: 12px;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    .table-minimal tbody td {
        padding:.5em .5em;
    }
}

.table-minimal tbody td .decode {
    padding: 3px 10px;
    font-size: 13px;
    margin-right: .5em;
    display: inline-block;
    margin-bottom: .3em;
    outline: none;
    background: #ed0000b0;
    color: #fff;
    margin-top: 5px;
    font-weight: 400;
    cursor: pointer;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination {
    text-align: center;
}

.pagination ul {
    display: inline;
    text-align: center;
}

.pagination ul li {
    display: inline;
}

.pagination ul ul li {
    display: none;
}

.pagination ul ul li:nth-child(1),.pagination ul ul li:nth-child(2),.pagination ul ul li:nth-child(3) {
    display: inline;
}

@media screen and (min-width: 53.75em) {
    .pagination ul ul li {
        display:inline;
    }
}

.pagination ul li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #d7d9de;
    color: #333;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding-top: 6px;
    font-size: 14px;
    margin: 0 1px;
}

.pagination ul li a:hover,.pagination ul li a:focus {
    background: #fff;
    color: #ed0000b0;
    border-color: #fff;
}

.pagination ul li a.active {
    border-color: #f5f6f8;
    background-color: #f5f6f8;
    color: #666;
}

.pagination ul li.page-prev a,.pagination ul li.page-next a {
    width: auto;
    border: none;
    padding: 5px 10px 0 10px;
    height: 34px;
}

.pagination .label-info {
    padding-top: 10px;
    font-size: 12px;
}

@media screen and (max-width: 959px) {
    .pagination .label-info {
        padding-bottom:20px;
    }
}

.modal .status {
    font-size: 13px;
    padding-top: 80px;
}

.modal .status .progress-bar {
    max-width: 30%;
    height: 8px;
    background: #f3f5f6;
    margin: 5px auto 0 auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.modal .status .progress-bar .progress {
    width: 80%;
    height: 8px;
    background: #8c939b;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.modal .secondary-action {
    text-align: center;
    padding-top: 10px;
}

.modal .secondary-action a {
    font-size: 12px;
    text-decoration: underline;
    color: #666;
}

@media screen and (max-width: 959px) {
    .modal .decoding-step-1 {
        padding-top:50px;
    }
}

.modal .decoding-step-1 .status {
    float: right;
    padding: 0 45px 0 0;
    font-size: 12px;
}

@media screen and (max-width: 959px) {
    .modal .decoding-step-1 .status {
        float:none;
        text-align: center;
        padding: 0 20px 20px 20px;
    }
}

.modal .decoding-step-1 .status .progress-bar {
    max-width: 50%;
}

@media screen and (max-width: 959px) {
    .modal .decoding-step-1 .status .progress-bar {
        max-width:80%;
    }
}

.modal .decoding-step-2 {
    display: none;
    text-align: center;
}

.modal .decoding-step-2 .title {
    text-align: left;
}

.modal .decoding-step-2 .success-message {
    padding: 80px 0 15px 0;
    font-size: 25px;
    font-weight: bold;
}

.modal .decoding-step-2 .link {
    display: inline-block;
    padding: 10px 20px;
    background: #4c4f53;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.modal .top-part {
    background: #f5f6f8;
    max-width: 87.5em;
    margin-left: auto;
    margin-right: auto;
}

.modal .top-part::after {
    clear: both;
    content: "";
    display: table;
}

.modal .top-part .info {
    display: block;
    float: left;
    margin-right: 0%;
    width: 75%;
    padding: 20px;
}

.modal .top-part .info:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .modal .top-part .info {
        display:block;
        float: left;
        margin-right: 0%;
        width: 100%;
    }

    .modal .top-part .info:last-child {
        margin-right: 0;
    }
}

.modal .top-part .info h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 2px;
}

.modal .top-part .info .vin {
    font-size: 14px;
}

.modal .top-part .info .info-table {
    border-top: 2px solid #fff;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 13px;
    max-width: 87.5em;
    margin-left: auto;
    margin-right: auto;
}

.modal .top-part .info .info-table::after {
    clear: both;
    content: "";
    display: table;
}

.modal .top-part .info .info-table .column {
    display: block;
    float: left;
    margin-right: 0%;
    width: 33.33333%;
}

.modal .top-part .info .info-table .column:last-child {
    margin-right: 0;
}

.modal .top-part .pictures {
    display: block;
    float: left;
    margin-right: 0%;
    width: 25%;
}

.modal .top-part .pictures:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .modal .top-part .pictures {
        display:block;
        float: left;
        margin-right: 0%;
        width: 100%;
    }

    .modal .top-part .pictures:last-child {
        margin-right: 0;
    }
}

.modal .bottom-part {
    border: 2px solid #f5f6f8;
    border-width: 0 2px;
}

.modal .bottom-part .item {
    border-bottom: 2px solid #f5f6f8;
    padding: 1em;
    max-width: 87.5em;
    margin-left: auto;
    margin-right: auto;
}

.modal .bottom-part .item::after {
    clear: both;
    content: "";
    display: table;
}

.modal .bottom-part .item .text {
    display: block;
    float: left;
    margin-right: 0%;
    width: 66.66667%;
}

.modal .bottom-part .item .text:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .modal .bottom-part .item .text {
        display:block;
        float: left;
        margin-right: 0%;
        width: 75%;
    }

    .modal .bottom-part .item .text:last-child {
        margin-right: 0;
    }
}

.modal .bottom-part .item .text .car-name {
    font-size: 15px;
    font-weight: bold;
}

.modal .bottom-part .item .text p {
    font-size: 14px;
}

.modal .bottom-part .item .action {
    background: #ed0000b0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 15px;
    opacity: .6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: block;
    float: left;
    margin-right: 0%;
    width: 16.66667%;
}

.modal .bottom-part .item .action:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .modal .bottom-part .item .action {
        padding:7px 15px;
        display: block;
        float: left;
        margin-right: 0%;
        width: 100%;
    }

    .modal .bottom-part .item .action:last-child {
        margin-right: 0;
    }
}

.modal .bottom-part .item .action:hover {
    opacity: 1;
}

.modal .bottom-part .item .picture {
    display: block;
    float: left;
    margin-right: 0%;
    width: 16.66667%;
}

.modal .bottom-part .item .picture:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .modal .bottom-part .item .picture {
        display:block;
        float: left;
        margin-right: 0%;
        width: 25%;
    }

    .modal .bottom-part .item .picture:last-child {
        margin-right: 0;
    }
}

.modal label {
    cursor: pointer;
    margin-bottom: 0;
}

.modal label img {
    border-radius: 150px;
    display: block;
    max-width: 300px;
}

.modal input[type="checkbox"] {
    display: none;
}

.modal .modal-open {
    overflow: hidden;
}

.modal .modal-window {
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    transition: opacity .25s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.85);
    opacity: 0;
    text-align: left;
    visibility: hidden;
    z-index: 99999999999;
}

.modal .modal-window .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.modal .modal-close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    height: 1.5em;
    width: 1.5em;
    cursor: pointer;
    background: #fff;
}

.modal .modal-close:after,.modal .modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.5em;
    width: .15em;
    background: #ddd;
    content: '';
    display: block;
    margin: -3px 0 0 -1px;
}

.modal .modal-close:hover:after,.modal .modal-close:hover:before {
    background: #c4c4c4;
}

.modal .modal-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal .modal-inner {
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    transition: opacity .25s ease;
    background: #fff;
    margin: auto;
    position: fixed;
    height: 100vh;
    overflow: scroll;
    width: 100%;
    padding: 20px;
}

@media screen and (min-width: 960px) {
    .modal .modal-inner {
        position:relative;
        height: auto !important;
        width: 80%;
        margin-top: 5em;
        max-width: 1000px;
        overflow: visible !important;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}

.modal .modal-inner h1 {
    color: #333;
    text-align: left;
    text-transform: capitalize;
    font-size: 23px;
    padding-bottom: 20px;
}

.modal .modal-inner p.body,.modal .modal-inner p.intro {
    font-size: 1em;
    max-width: 100% !important;
    text-align: left;
}

.modal .modal-inner p.body.intro,.modal .modal-inner p.intro.intro {
    color: #333;
    line-height: 1.6em;
}

.modal .modal-inner p.body.body,.modal .modal-inner p.intro.body {
    color: #333;
    line-height: 1.45em;
}

@media screen and (min-width: 40em) {
    .modal .modal-inner p.body.body,.modal .modal-inner p.intro.body {
        -webkit-columns:2 8em;
        -moz-columns: 2 8em;
        columns: 2 8em;
    }
}

.modal .modal-inner a.cta {
    color: #fff;
    display: inline-block;
    margin-right: .5em;
    margin-top: 1em;
}

.modal .modal-inner a.cta:last-child {
    padding: 0 2em;
}

.modal .modal-state:checked+.modal-window {
    opacity: 1;
    visibility: visible;
}

.modal .modal-state:checked+.modal-window .modal-inner {
    top: 0;
}

.dropdown {
    text-align: center;
    font-size: 13px;
    color: #ccc;
    text-align: right;
    float: right;
    cursor: pointer;
    max-width: calc(100% - 39px);
    height: 29px;
}

.dropdown-container {
    display: inline-block;
    width: 100%;
    height: 29px;
}

.dropdown-description {
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-top-left-radius: 3px;
    border-top: 1px solid #c0c0c0;
    color: #999;
    float: left;
    font-size: .7em;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 7.5px 0 15px;
}

@media screen and (min-width: 53.75em) {
    .dropdown-description {
        font-size:1em;
    }
}

.dropdown-button {
    float: right;
    width: 100%;
    height: 29px;
    line-height: 25px;
    margin: 0;
    padding: 0 25px 0 5px;
    border: transparent 2px solid;
    background-color: rgba(0,0,0,.4);
    background: rgba(0,0,0,.4) url(../../img/navbar-icon-changestore.png) no-repeat calc(100% - 5px) 50%;
    font-size: 13px;
    font-size: 1em;
    cursor: pointer;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 960px) {
    .dropdown-button {
        margin-top:3px;
    }
}

.dropdown-button:hover {
    color: #ed0000b0;
    border-color: #ed0000b0;
}

.dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #404040;
    color: #fff;
    text-align: left;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    overflow: auto;
    cursor: pointer;
    z-index: 99999;
}

@media screen and (max-width: 960px) {
    .dropdown-menu {
        position:fixed;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }
}

.dropdown-menu li {
    border-bottom: #000 1px solid;
    color: #fff;
    padding: 8px;
}

@media screen and (max-width: 960px) {
    .dropdown-menu li {
        padding:10px;
    }
}

.dropdown-menu li:hover,.dropdown-menu li.is-active {
    color: #fff;
    background-color: #ed0000b0 !important;
}

.show-menu {
    display: block;
}

.accordion-tabs-minimal {
    width: 100%;
}

.accordion-tabs-minimal::after {
    clear: both;
    content: "";
    display: table;
}

.accordion-tabs-minimal li.tab-header-and-content {
    float: left;
    display: block;
    width: calc(100%/4);
}

@media screen and (min-width: 959px) {
    .accordion-tabs-minimal li.tab-header-and-content {
        width:calc(100%/7);
    }
}

.accordion-tabs-minimal a.tab-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    background-color: #f5f5f5;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #aaa;
}

@media screen and (min-width: 959px) {
    .accordion-tabs-minimal a.tab-link {
        border-top:0;
        font-size: 16px;
    }
}

.accordion-tabs-minimal a.tab-link:hover {
    color: #ed0000b0;
}

.accordion-tabs-minimal a.tab-link:focus {
    outline: none;
}

.accordion-tabs-minimal a.tab-link.is-active {
    background: #fff;
    color: #ed0000b0;
}

.tab-content {
    display: none;
    padding: 20px;
    width: 100%;
}

.tab-content::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (min-width: 959px) {
    .tab-content {
        border-top:1px solid #f5f5f5;
        float: left;
        margin-top: -1px;
    }
}

.vertical-tabs-container {
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 1.5em;
    overflow: hidden;
    margin-top: 10px;
}

.vertical-tabs-container::after {
    clear: both;
    content: "";
    display: table;
}

.vertical-tabs-container .vertical-tabs {
    display: none;
}

@media screen and (min-width: 40em) {
    .vertical-tabs-container .vertical-tabs {
        background-color:#fff;
        display: inline;
        float: left;
        height: 18.75em;
        width: 25%;
    }
}

@media screen and (min-width: 40em) {
    .vertical-tabs-container .vertical-tab {
        border-bottom:#fff;
        display: block;
        font-weight: bold;
        margin-right: -1px;
        padding: 15px;
        font-size: 13px;
        text-transform: uppercase;
        background: #f5f6f8;
    }

    .vertical-tabs-container .vertical-tab.is-active {
        background-color: #fff;
        margin-right: -1px;
    }
}

.vertical-tabs-container a.vertical-tab-accordion-heading,.vertical-tabs-container a.vertical-tab {
    color: #333;
}

.vertical-tabs-container .vertical-tab:focus {
    outline: none;
}

.vertical-tabs-container .vertical-tab-content-container {
    display: block;
    margin: 0 auto;
}

.vertical-tabs-container .vertical-tab-content-container a:focus {
    outline: none;
}

@media screen and (min-width: 40em) {
    .vertical-tabs-container .vertical-tab-content-container {
        display:inline-block;
        height: 18.75em;
        width: 75%;
        background-color: #fff;
    }
}

.vertical-tabs-container .vertical-tab-content {
    background-color: #fff;
    padding: 1.5em 0;
}

@media screen and (min-width: 40em) {
    .vertical-tabs-container .vertical-tab-content {
        border:none;
        display: none;
    }
}

.vertical-tabs-container .vertical-tab-accordion-heading {
    background-color: #fff;
    border-top: 1px solid #ddd;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 10px;
}

.vertical-tabs-container .vertical-tab-accordion-heading:hover {
    color: #00b160;
}

.vertical-tabs-container .vertical-tab-accordion-heading:first-child {
    border-top: none;
}

.vertical-tabs-container .vertical-tab-accordion-heading.is-active {
    background: #f7f7f7;
    border-bottom: none;
}

@media screen and (min-width: 40em) {
    .vertical-tabs-container .vertical-tab-accordion-heading {
        display:none;
    }
}

.labelCheckEquip {
    font-weight: normal;
    margin-bottom: 0;
    display: inline;
    font-size: 16px;
}

.overlay {
    background: url("../../img/loading.gif") rgba(255,255,255,.2) center no-repeat;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}

.status-macro {
    min-width: 1px;
    padding: 2px 5px 1px 5px;
}

.aui-lozenge {
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 438px;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    line-height: 99%;
    margin: 0;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.aui-lozenge-blue {
    background-color: #4a6785;
    border-color: #4a6785;
    border-radius: 400px;
    color: #fff;
}

.aui-lozenge-green {
    background-color: #00b160;
    border-color: #00b160;
    border-radius: 400px;
    color: #fff;
}

.aui-lozenge-red {
    background-color: #d04437;
    border-color: #d04437;
    border-radius: 400px;
    color: #fff;
}

.aui-lozenge-yellow {
    background-color: #ffd351;
    border-color: #ffd351;
    border-radius: 400px;
    color: #594300;
}

@media screen and (max-width: 959px) {
    #info_sidebar {
        display:block;
        position: static;
        width: 100%;
        padding-bottom: 50px;
    }
}

table.inventory tbody td {
    padding: 10px 0 !important;
}

@media screen and (max-width: 959px) {
    table.inventory tbody td {
        padding:10px !important;
    }
}

table.inventory tbody .col1.clickyieldvdp {
    float: left;
    position: relative;
    width: 25%;
    min-width: 200px;
    padding: 0 10px 0 0;
}

@media screen and (max-width: 959px) and (min-width:481px) {
    table.inventory tbody .col1.clickyieldvdp {
        width:40%;
        min-width: 40%;
    }
}

@media screen and (max-width: 480px) {
    table.inventory tbody .col1.clickyieldvdp {
        float:none;
        width: 100%;
        max-width: 100%;
        padding: 10px 0 0 0;
    }
}

table.inventory tbody .col1.clickyieldvdp div:not(#divAutoScoreDetail) {
    width: 100%;
}

table.inventory tbody .col1.clickyieldvdp div:not(#divAutoScoreDetail) img {
    width: 100%;
}

table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 40px;
    padding: 0;
    margin: 0 10px 0 0;
    height: 40px;
}

table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail button,table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .modal .btn,.modal table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .btn {
    border: #fff 3px solid;
    border-radius: 6px;
}

table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail button.greyed,table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .modal .greyed.btn,.modal table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .greyed.btn {
    background: #e5e6e8 !important;
}

table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail button.bad-score,table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .modal .bad-score.btn,.modal table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .bad-score.btn {
    background: #eb3c3c !important;
    color: #fff !important;
}

table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail button.average-score,table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .modal .average-score.btn,.modal table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .average-score.btn {
    background: #fba83c !important;
    color: #fff !important;
}

table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail button.good-score,table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .modal .good-score.btn,.modal table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .good-score.btn {
    background: #fbd83c !important;
    color: #000 !important;
}

table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail button.great-score,table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .modal .great-score.btn,.modal table.inventory tbody .col1.clickyieldvdp div#divAutoScoreDetail .great-score.btn {
    background: #00b160 !important;
    color: #fff !important;
}

table.inventory tbody .col2.clickyieldvdp {
    float: left;
    width: 45%;
    max-width: calc(75% - 200px);
    padding: 0 10px 0 0;
}

@media screen and (max-width: 959px) and (min-width:481px) {
    table.inventory tbody .col2.clickyieldvdp {
        width:60%;
        max-width: 60%;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    table.inventory tbody .col2.clickyieldvdp {
        float:none;
        width: 100%;
        max-width: 100%;
        padding: 10px 0 0 0;
    }
}

table.inventory tbody .col3 {
    float: left;
    width: 30%;
    padding: 0 10px 0 0;
}

table.inventory tbody .col3 textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 40px;
    max-height: 1000px;
}

@media screen and (max-width: 959px) and (min-width:481px) {
    table.inventory tbody .col3 {
        width:100%;
        padding: 10px 0 0 0;
    }
}

@media screen and (max-width: 480px) {
    table.inventory tbody .col3 {
        float:none;
        width: 100%;
        padding: 10px 0 0 0;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #f5f5dc;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.filelist select {
    margin-bottom: 0;
}

aside {
    background: #363a3d;
    position: fixed;
    top: 0;
    height: 100vh;
    min-height: 400px;
    max-width: 280px;
    min-width: 210px;
    display: block;
    float: left;
    margin-right: 0%;
    width: 16.66667%;
}

aside:last-child {
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    aside {
        display:block;
        float: left;
        margin-right: 0%;
        width: 100%;
        float: none;
        position: relative;
        height: auto !important;
        min-height: auto !important;
        padding-top: 55px;
    }

    aside:last-child {
        margin-right: 0;
    }
}

aside .disclaimer {
    position: absolute;
    bottom: 0;
}

aside .top-header {
    border-bottom: 1px solid #4a4e50;
    padding: 20px;
    width: 100%;
}

aside .top-header:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    aside .top-header {
        text-align:center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 959px) {
    aside .top-header {
        border-bottom:0;
        padding: 10px 10px 0 10px;
        height: 55px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #363a3d;
        z-index: 500;
    }
}

aside .top-header .logo {
    float: left;
    width: 29px;
    height: 22px;
    background: url(../../img/h-logo.png) no-repeat;
    display: inline-block;
    margin: 3px 0;
}

@media screen and (max-width: 960px) {
    aside .top-header .logo {
        margin-top:5px;
    }
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    aside .top-header .logo {
        display:block;
    }
}

aside .links {
    border-top: none;
}

@media screen and (max-width: 959px) {
    aside .links {
        display:none;
    }
}

aside .links.for-mobile {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    padding: 50px 0 0 0;
    z-index: 9999;
}

aside .links.for-mobile .close {
    color: #ccc;
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 20px;
}

aside .links.for-mobile a {
    font-size: 20px;
    text-align: center;
    padding-left: 0;
}

aside .links.for-mobile a.subitem {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
}

aside .links.for-mobile a>span,aside .links.for-mobile a>i {
    color: #ed0000b0;
}

aside .links.for-mobile a.on,aside .links.for-mobile a:hover {
    background-color: #ed0000ab;
}

aside .links.for-mobile a.on>span,aside .links.for-mobile a.on>i,aside .links.for-mobile a:hover>span,aside .links.for-mobile a:hover>i {
    color: #fff;
    text-decoration: none;
}

aside .links.for-mobile span {
    font-size: 20px;
    font-weight: normal !important;
    text-align: center;
    padding-left: 0;
}

aside .links>a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
    font-size: 16px;
    color: #fff;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    aside .links>a {
        font-size:14px;
    }
}

aside .links>a>span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    aside .links>a>span {
        font-size:14px;
    }
}

aside .links>a>i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

aside .links>a.subitem {
    font-size: 13px;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    aside .links>a.subitem {
        font-size:12px;
    }
}

aside .links>a.subitem:hover {
    text-decoration: underline;
}

aside .links>a.big {
    font-weight: bold;
}

@media screen and (min-width: 960px) and (max-width:1399px) {
    aside .links>a.big {
        padding-bottom:10px;
        padding-top: 20px;
    }
}

aside .links>a:hover {
    text-decoration: none;
    background-color: #ed0000b0;
    color: #fff;
}

aside .links>a.on {
    background-color: #ed0000b0;
    color: #fff;
}

aside .links>a.on:hover {
    cursor: default;
}

aside .links>span {
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: #4a4e50;
}

@media screen and (max-width: 960px) {
    aside .links>span {
        display:none;
    }
}

aside .disclaimer {
    font-size: 11px;
    color: #86898b;
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 959px) {
    aside .disclaimer {
        display:none;
    }
}

.hamburguer {
    width: 19px;
    height: 17px;
    background: url(../../img/icon-hamburguer.png) no-repeat;
    float: right;
    margin: 8px 5px 0 15px;
}

.dropzone,.dropzone *,.dropzone-previews,.dropzone-previews * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropzone {
    position: relative;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message span {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone .dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.dropzone.dz-drag-hover {
    border-color: rgba(0,0,0,.15);
    background: rgba(0,0,0,.04);
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone .dz-preview,.dropzone-previews {
    background: #fff;
    position: relative;
    display: inline-block;
    width: calc(25% - 24px);
    min-width: 140px;
    max-width: calc(100% - 24px);
    margin: 12px;
    vertical-align: top;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.dropzone .dz-preview .Table {
    width: 100%;
}

.dropzone .dz-preview img {
    display: block;
    width: 100%;
}

.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none;
}

.dropzone .dz-preview .dz-details,.dropzone-previews .dz-preview .dz-details {
    width: 200px;
    height: 150px;
    position: relative;
    background: #ebebeb;
    padding: 5px;
    margin-bottom: 22px;
}

.dropzone .dz-preview .dz-details .dz-filename,.dropzone-previews .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    height: 100%;
}

.dropzone .dz-preview .dz-details img,.dropzone-previews .dz-preview .dz-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
}

.dropzone .dz-preview .dz-details .dz-size,.dropzone-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -28px;
    left: 3px;
    height: 28px;
    line-height: 28px;
}

.dropzone .dz-preview.dz-error .dz-error-mark,.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark,.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    display: block;
}

.dropzone .dz-preview:hover .dz-details img,.dropzone-previews .dz-preview:hover .dz-details img {
    display: none;
}

.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -10px;
    top: -10px;
}

.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark {
    color: #8cc657;
}

.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark {
    color: #ee162d;
}

.dropzone .dz-preview .dz-progress,.dropzone-previews .dz-preview .dz-progress {
    position: absolute;
    top: 100px;
    left: 6px;
    right: 6px;
    height: 6px;
    background: #d7d7d7;
    display: none;
}

.dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: #8cc657;
}

.dropzone .dz-preview.dz-processing .dz-progress,.dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block;
}

.dropzone .dz-preview .dz-error-message,.dropzone-previews .dz-preview .dz-error-message {
    display: none;
    position: absolute;
    top: -5px;
    left: -20px;
    background: rgba(245,245,245,.8);
    padding: 8px 10px;
    color: #800;
    min-width: 140px;
    max-width: 500px;
    z-index: 500;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    display: block;
}

.dropzone {
    min-height: 360px;
}

.dropzone .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 428px;
    height: 123px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 50%;
    left: 50%;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-default.dz-message {
        background-image:url("../images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.dropzone .dz-default.dz-message span {
    display: none;
}

.dropzone.dz-square .dz-default.dz-message {
    background-position: 0 -123px;
    width: 268px;
    margin-left: -134px;
    height: 174px;
    margin-top: -87px;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
}

.dropzone.dz-started .dz-message {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.dropzone .dz-preview,.dropzone-previews .dz-preview {
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.16);
    box-shadow: 1px 1px 4px rgba(0,0,0,.16);
    font-size: 14px;
}

.dropzone .dz-preview.dz-image-preview:hover .dz-details img,.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
    display: block;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
}

.dropzone .dz-preview.dz-success .dz-success-mark,.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.dropzone .dz-preview.dz-error .dz-error-mark,.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.dropzone .dz-preview.dz-error .dz-progress .dz-upload,.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
    background: #ee1e2d;
}

.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    background-image: url("../images/spritemap.png");
    background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark {
        background-image:url("../images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.dropzone .dz-preview .dz-error-mark span,.dropzone-previews .dz-preview .dz-error-mark span,.dropzone .dz-preview .dz-success-mark span,.dropzone-previews .dz-preview .dz-success-mark span {
    display: none;
}

.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark {
    background-position: -268px -123px;
}

.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark {
    background-position: -268px -163px;
}

.dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload {
    -webkit-animation: loading .4s linear infinite;
    -moz-animation: loading .4s linear infinite;
    -o-animation: loading .4s linear infinite;
    -ms-animation: loading .4s linear infinite;
    animation: loading .4s linear infinite;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-image: url("../images/spritemap.png");
    background-repeat: repeat-x;
    background-position: 0 -400px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload {
        background-image:url("../images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.dropzone .dz-preview.dz-success .dz-progress,.dropzone-previews .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.dropzone .dz-preview .dz-error-message,.dropzone-previews .dz-preview .dz-error-message {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.dropzone a.dz-remove,.dropzone-previews a.dz-remove {
    cursor: pointer;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #bbb;
}

.dropzone .Cell,.dropzone-previews .Cell {
    width: 25%;
    box-sizing: border-box;
}

.dropzone .Cell.disabled,.dropzone-previews .Cell.disabled {
    display: none;
}

.dropzone .Cell a.dz-remove {
    border-right: 1px solid #ddd;
}

.dropzone .Cell:last-child a.dz-remove,.dropzone-previews .Cell:last-child a.dz-remove {
    border-right: none;
}

.dropzone a.dz-remove:hover,.dropzone-previews a.dz-remove:hover {
    color: #fff;
    background-color: #ed0000b0;
}

.gallery_header {
    height: 50px;
    line-height: 30px;
    font-size: 14px;
    padding: 10px;
    margin: 0 -20px 0 -20px;
    background: #ededed;
}

.gallery_header_button {
    float: right;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    background: #ed0000b0;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gallery_header_button.red {
    background: #cd2323;
    color: #fff;
}

.gallery_header_button.none,.gallery_header_button.none:hover {
    background: #a0a0a0 !important;
    color: #fff;
    cursor: default !important;
}

.gallery_header_button:hover {
    background: #009140;
    color: #fff;
}

.gallery_header_button.red:hover {
    background: #ad0303;
    color: #fff;
}

@-moz-keyframes loading {
    from {
        background-position: 0 -400px;
    }

    to {
        background-position: -7px -400px;
    }
}

@-webkit-keyframes loading {
    from {
        background-position: 0 -400px;
    }

    to {
        background-position: -7px -400px;
    }
}

@-o-keyframes loading {
    from {
        background-position: 0 -400px;
    }

    to {
        background-position: -7px -400px;
    }
}

@keyframes loading {
    from {
        background-position: 0 -400px;
    }

    to {
        background-position: -7px -400px;
    }
}

#divDropzoneFileUpload .dropzone,#divDropzoneImageUpload .dropzone {
    border: dashed 3px rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.05);
    min-height: 160px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dropzone .dz-default.dz-message {
    background-image: url("../../img/spritemap.png");
}

.photoContainer .dropzone .dz-default.dz-message {
    background-image: none;
}

.loadingText {
    display: none;
    height: 180px;
    line-height: 180px;
    text-align: center;
    font-weight: bold;
    color: #a0a0a0;
}

.photoContainer.loading .loadingText {
    display: block;
}

.photoContainer.loading .dropzone {
    display: none;
}
