html,
body {
    height: 100%;
    background-color: #f5f5f5 !important;
}

body,
.dropdown-menu,
.form-control {
    color: #4d4d4d !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 5px !important;
}

h2,
.h2 {
    font-size: 45px !important;
}

h6 {
    font-size: 18px !important;
}

a,
th {
    font-weight: 400 !important;
}

p {
    margin: 0 0 9px !important;
}

.dropdown-header {
    font-size: 14px !important;
}

.wrap {
    min-height: 100%;
    position: relative;
    height: auto;
    margin: 0 auto -42px;
    padding: 0 0 42px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.wrap .container-fluid,
.site-content {
    background-color: #f5f5f5;
    bottom: 0;
}

.navbar .container-fluid {
    background-color: white;
}

.fixheader .navbar {
    position: fixed;
    width: 100%;
    height: 35px;
    top: 0px;
    z-index: 100;
}

.fixheader .site-content {
    margin-top: 35px;
}

.footer {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 8px;
    position: relative;
    text-align: center;
    clear: both;
}

.padding {
    padding: 8px;
}

.jumbotron {
    text-align: center;
}

.jumbotron .btn {
    font-size: 16px;
    padding: 10px 14px;
}

.jumbo-white {
    background-color: white !important;
}

.caret {
    display: none !important;
}

.control-label {
    margin-bottom: 0px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.highlight {
    background: linear-gradient(to bottom left, rgba(102, 150, 190, 0.12), white) !important;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

form div.required label.control-label:after {
    content: " * ";
    color: red;
}

.order-buttons {
    margin-top: 2px;
    margin-bottom: 4px;
}

.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

.nav>li>a {
    padding: 10px 11px !important;
}

.orders .kv-editable {
    max-height: 100px;
    overflow: hidden;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 900px !important;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.nav-tabs {
    float: left;
}

.navbar {
    min-height: 47px !important;
    margin-bottom: 0px !important;
}

.navbar-brand {
    display: flex;
}

.navbar-toggle {
    margin-top: 6px !important;
    margin-bottom: 0px !important;
}

.navbar-nav>li>a,
.navbar-brand {
    color: #4d4d4d;
}

.nav>li>a:hover,
.nav>li>a:focus,
.navbar-brand:hover,
.navbar-brand:focus {
    color: #141414;
}

.navbar-nav>li>a,
.navbar-brand,
.navbar-form {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px !important;
    padding-top: 12px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    height: 47px !important;
}

.search-form {
    padding-top: 4px !important;
    width: 90% !important;
}

.icon-bar {
    background-color: #9d9d9d !important;
}

.lead {
    font-size: 21px !important;
    line-height: 1.2 !important;
}

.popover {
    min-width: 240px;
}

.profile-image {
    border-radius: 50%;
}

.messages,
.notifications {
    width: 411px;
    padding: 11px;
}

.message-count,
.notification-count {
    margin-top: 1px;
    margin-left: 3px;
    min-height: 22px !important;
    line-height: 16px !important;
    min-width: 22px !important;
    background-color: #2196f3 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    text-align: center;
}

.media-meta {
    font-weight: 100;
}

.mark-as-read-btn {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.table {
    margin-bottom: 0px !important;
}

.panel-title {
    font-size: 16px !important;
}

.panel-heading {
    padding: 3px 10px;
    border: none;
}

.panel-footer {
    padding: 2px 15px !important;
}

.panel-darkgray .panel-heading {
    color: white;
    background-color: darkgray !important;
}

.form-actions,
.offline-buttons {
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 10px !important;
}

.grid-view {
    margin-top: 5px;
}

.kv-grid-loading {
    overflow: visible;
}

.kv-panel-pager {
    min-height: 0px;
}

.pagination {
    margin: 10px 0 !important;
}

.kv-panel-after,
.kv-alert-container {
    padding: 0px !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.text-inverse {
    color: black;
}

a.text-inverse:hover,
a.text-inverse:focus {
    color: #555555 !important;
}

.v-align-text-top {
    vertical-align: text-top !important;
}

.label {
    margin-right: 4px;
    padding: .2em .6em .2em !important;
}

.label-border {
    border-style: solid;
    border-width: 1px;
}

.label-inverse {
    background-color: black;
}

.btn-inverse {
    color: white;
    background-color: black;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus {
    color: white !important;
    background-color: #333333 !important;
}

.alert-info {
    background-color: #5bc0de !important;
}

.alert-inverse {
    background-color: #262626 !important;
}

#errorText {
    display: flex;
}

.storage-jumbo {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-bottom: 15px !important;
    z-index: 1;
}

.storage-row {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.storage-colored {
    margin-right: 3px;
    padding: 1px;
}

#quantity {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

#quantity-left {
    font-size: 20px;
}

.ui-front {
    z-index: 1050 !important;
}

input[type="number"] {
    -moz-appearance: textfield;
    color: transparent;
    text-shadow: 0px 0px 0.01px #4d4d4d;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: inline-block;
    flex: 0 0 auto;
    align-self: stretch;
    opacity: 0;
    pointer-events: none;
    -webkit-user-modify: read-only;
}

.select2-container--krajee .select2-selection__clear {
    top: 0.1rem;
}

.box-clearfix {
    height: 4px;
}

.bootstrap-switch-handle-on {
    background-color: #2196f3 !important;
}

.right-icon {
    font-size: 15px;
    vertical-align: middle;
}

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

.visible {
    display: block !important;
}

.hidden {
    display: none !important;
}

.messages-content .glyphicon {
    left: 1px;
}

.kv-grid-container .glyphicon {
    font-size: large;
    margin-right: 3px;
}

.sm-margin-left {
    margin-left: 5px;
}

.sm-margin-right {
    margin-left: 5px;
}

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

.sm-margin-bottom {
    margin-bottom: 8px !important;
}

.messages-dropdown,
.notifications-dropdown {
    position: absolute;
    display: none;
    z-index: 1000;
    right: 0;
    left: auto;
    padding: 1px 0;
    margin: 0px 0 0;
    background-color: #fff;
    text-align: left;
    list-style: none;
    border-radius: 3px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.clickable {
    cursor: pointer;
}

#qtyContainer {
    display: none;
}

.overflow-box {
    overflow: auto;
    max-height: 30vh;
}

.alert-primary {
    background-color: #2196f3;
    border-color: #2196f3;
    color: white !important;
}

.alert-primary h1,
.alert-primary h2,
.alert-primary h3,
.alert-primary h4,
.alert-primary h5,
.alert-primary a {
    color: white !important;
}

.alert-white {
    background-color: white;
    border-color: white;
    color: #4d4d4d !important;
}

.alert-white h1,
.alert-white h2,
.alert-white h3,
.alert-white h4,
.alert-white h5,
.alert-white a {
    color: #4d4d4d !important;
}

.alert-gray {
    background-color: #eceff1;
    border-color: #f0f3f4;
    color: #607d8b;
}

.alert-gray h1,
.alert-gray h2,
.alert-gray h3,
.alert-gray h4,
.alert-gray h5 {
    color: #607d8b !important;
}

.dashboard-unit {
    height: 275px !important;
    padding: 30px !important;
}

.dashboard-unit .small-text {
    vertical-align: middle !important;
}

.small-text {
    font-size: 20px;
}

.white-progress-bar .progress-bar {
    background-color: white;
}

.white-collapse .panel-default .panel-heading {
    background-color: white !important;
}

.kv-loader,
.kv-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.kv-loader {
    background: transparent !important;
    font-size: 9px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.8em solid rgb(33, 150, 243, 0.1);
    border-right: 0.8em solid rgb(33, 150, 243, 0.1);
    border-bottom: 0.8em solid rgb(33, 150, 243, 0.1);
    border-left: 0.8em solid rgb(33, 150, 243, 1);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 0.4s infinite linear;
    animation: load8 0.4s infinite linear;
}

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

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

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

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

#boxesTab {
    margin-bottom: 5px;
}

span.space-25 {
    display: inline-block;
    width: 25px;
}

#label_kick_user {
    display: none;
}

.label_kick_user_icon {
    font-size: large !important;
    cursor: pointer;
}

.label_kick_user_help {
    font-size: large !important;
    cursor: pointer;
}

.buttonLineheight {
    line-height: 45px;
}

.bg-selected {
    background-color: #d6c4e3 !important;
}

.boxtab_empty a {
    color: #cccccc !important;
}

.active.boxtab_empty a {
    color: inherit !important;
}

.icon_gls {
    color: #061ab1;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 80%;
}

.icon_mpl {
    color: #106d3b;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 80%;
}

.deleted_item_row {
    background-color: #ffd3d4 !important;
}