HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers85/equichecker.com/public/css/kms.css
/* Bourbon 4.0.2
 * http://bourbon.io
 * Copyright 2011-2014 thoughtbot, inc.
 * MIT License */

/**
 * To use in the `<body>`.
 *
 * Outputs `font-size` and `line-height`.
 *
 * @param {number} $font-size ($sgl-base-font-size) - Base font size
 * @param {Boolean} $rem (false) - Outputs rem units if `true`
 *
 * @example scss
 * body {
 * 	@include gridlover-body($sgl-base-font-size, true);
 * }
 * @example css
 * body {
 *     font-size: 18px;
 *     line-height: 22px;
 *     font-size: 1.125rem;
 *     line-height: 1.375rem;
 * }
 */

/**
 * To use in headings `<h1> - <h4>`.
 *
 * Outputs `font-size`, `line-height`, `margin-bottom` and `margin-top`.
 *
 * @param {number} $step -
 * `<h1>` &rarr; `$step: 3`
 *
 * `<h2>` &rarr; `$step: 2`
 *
 * `<h3>` &rarr; `$step: 1`
 *
 * `<h4>` &rarr; `$step: 0`
 *
 * @param {Boolean} $rem (false) - Outputs rem units if `true`
 *
 * @example scss
 * h1 {
 * 	@include gridlover-heading(3, true);
 * }
 * h2 {
 * 	@include gridlover-heading(2, true);
 * }
 * h3 {
 * 	@include gridlover-heading(1, true);
 * }
 * h4 {
 * 	@include gridlover-heading(0, true);
 * }
 * @example css
 * h1 {
 *     font-size: 76px;
 *     line-height: 88px;
 *     margin-bottom: 22px;
 *     margin-top: 44px;
 *     font-size: 4.75rem;
 *     line-height: 5.5rem;
 *     margin-bottom: 1.375rem;
 *     margin-top: 2.75rem;
 * }
 *
 * h2 {
 *     font-size: 47px;
 *     line-height: 66px;
 *     margin-bottom: 22px;
 *     margin-top: 44px;
 *     font-size: 2.9375rem;
 *     line-height: 4.125rem;
 *     margin-bottom: 1.375rem;
 *     margin-top: 2.75rem;
 * }
 *
 * h3 {
 *     font-size: 29px;
 *     line-height: 44px;
 *     margin-bottom: 22px;
 *     margin-top: 22px;
 *     font-size: 1.8125rem;
 *     line-height: 2.75rem;
 *     margin-bottom: 1.375rem;
 *     margin-top: 1.375rem;
 * }
 *
 * h4 {
 *     font-size: 18px;
 *     line-height: 22px;
 *     margin-bottom: 22px;
 *     margin-top: 22px;
 *     font-size: 1.125rem;
 *     line-height: 1.375rem;
 *     margin-bottom: 1.375rem;
 *     margin-top: 1.375rem;
 * }
 */

/**
 * To use in `<p>`, `<ul>`, `<ol>`, `<pre>`, `<table>`, `<blockquote>`, etc.
 *
 * Outputs `margin-bottom` and `margin-top`.
 *
 * @param {Boolean} $rem (false) - Outputs rem units if `true`
 *
 * @example scss
 * p, ul, ol, pre, table, blockquote {
 * 	@include sassy-gridlover-margins(true);
 * }
 * @example css
 * p, ul, ol, pre, table, blockquote {
 *    margin-bottom: 22px;
 *    margin-top: 22px;
 *    margin-bottom: 1.375rem;
 *    margin-top: 1.375rem;
 * }
 */

.small-profile {
  margin-top: 30px;
  height: 90px;
  margin-bottom: 30px;
}

.small-profile img.small-profile-image {
  border-radius: 100%;
  float: left;
  margin-right: 30px;
  height: 90px;
}

.small-profile p.small-profile-name {
  margin-bottom: 10px;
}

.small-profile p.small-profile-description {
  font-size: 15px;
  line-height: 1.5em;
  color: #70778c;
}

.inline {
  display: inline;
}

#selectYearAndMonthForm .selectize-control {
  float: left;
  width: 45%;
  margin-left: 3.3333%;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.text-muted {
  color: #9ba0ae;
}

.text-primary {
  color: #3289ff;
}

.text-success {
  color: #3c763d;
}

.text-info {
  color: #31708f;
}

.text-warning {
  color: #ff8d00;
}

.text-danger {
  color: #f2303f;
}

.text-light {
  color: #9ba0ae;
  font-weight: 300;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
  line-height: 60px;
  margin-bottom: 30px;
  margin-top: 60px;
}

h2 {
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 60px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

h4 {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 2em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  background: linear-gradient(to bottom, #c2c5c6 12%, #c2c5c6 50%, #babdc0 51%, #babdc0 100%);
  color: #ffffff;
}

.btn img {
  position: relative;
  height: 15px;
  vertical-align: baseline;
  top: 2px;
}

.btn.btn-success-glow {
  background: linear-gradient(to bottom, #59db81 12%, #59db81 50%, #5bd282 51%, #5bd282 100%);
}

.btn.btn-warning-glow {
  background: linear-gradient(to bottom, #fd9825 12%, #fd9825 50%, #fa7a27 51%, #fa7a27 100%);
}

.btn.btn-brand-glow {
  background: linear-gradient(to bottom, #3289ff 12%, #3289ff 50%, #2a7eec 51%, #2a7eec 100%);
}

.btn.btn-error-glow {
  background: linear-gradient(to bottom, #f2303f 12%, #f2303f 50%, #da2e3d 51%, #da2e3d 100%);
}

.btn.btn-danger {
  background: #f2303f;
}

.btn-save {
  width: 160px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn.btn-trash {
  width: 44px;
  height: 44px;
  background-image: url("/images/kms/structure/icon_trash.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 16px;
}

body {
  font-size: 15px;
  line-height: 30px;
  color: #32343a;
  font-family: "Titillium Web", sans-serif;
  line-height: 2em;
  background-color: #d8dae2;
  background-image: url("/images/kms/background.jpg");
}

#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 240px;
  background-color: #32343a;
}

#main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 240px;
  overflow: auto;
}

#sidebar #logo {
  height: 180px;
  width: 100%;
  background-color: #3289ff;
  background-image: url("/images/kms/logo_background.svg");
  background-size: cover;
  -webkit-background-origin: border;
  text-align: center;
  letter-spacing: .05em;
}

#sidebar #logo a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 40px 0 20px 0;
  color: #ffffff;
  text-decoration: none;
}

#sidebar #logo img {
  height: 60px;
  width: 60px;
  border: none;
}

#sidebar #logo h1 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.sidebar-scrollable {
  overflow: auto;
  position: fixed;
  top: 180px;
  bottom: 60px;
  width: 240px;
}

.sidebar-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-navigation ul li {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 16px;
}

.sidebar-navigation ul li.empty-item {
  box-sizing: border-box;
  line-height: 30px;
  border-bottom: solid 1px #3b3d44;
  padding: 15px 15px 14px 20px;
}

.sidebar-navigation ul li a {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 15px 15px 14px 20px;
  border-bottom: solid 1px #3b3e45;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 1s;
}

.sidebar-navigation ul li a i.fa {
  float: right;
  line-height: inherit;
}

.sidebar-navigation ul li a:hover {
  background-color: #3289ff;
  border-color: #3289ff;
}

.sidebar-navigation ul li.active > a {
  background-color: #3289ff;
  border-color: #3289ff;
}

.sidebar-navigation ul li ul.sub-menu {
  display: block;
  position: relative;
  float: none;
  box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.7);
  background-color: #2b2b31;
  border: none;
  transition: all 1s;
  overflow: hidden;
  height: 0px;
}

.sidebar-navigation ul li.active > ul.sub-menu {
  height: auto;
}

.sidebar-navigation ul li li > a {
  font-size: 15px;
  text-indent: 15px;
}

.sidebar-navigation.sidebar-navigation-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #32343a;
}

.sidebar-navigation.sidebar-navigation-bottom ul li a {
  border-bottom: none;
  border-top: solid 1px #3b3e45;
}

.entities {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 380px;
  margin: 0 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.entities .entities-header {
  height: 180px;
  box-sizing: border-box;
  padding-top: 40px;
  border-bottom: 1px solid #e0e6ec;
  text-align: center;
}

.entities .entities-header h1 {
  font-weight: 400;
  color: #3289ff;
}

.entities .entities-header h1:first-child {
  margin-top: 0px;
}

.entities .entities-search {
  height: 60px;
  border-bottom: 1px solid #e0e6ec;
  line-height: 60px;
  cursor: text;
  background-color: #f4f5f7;
  background-image: url("/images/kms/structure/icon_search.svg");
  background-repeat: no-repeat;
  background-position: 7px center;
}

.entities .entities-search input {
  width: 100%;
  height: 60px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  line-height: 25px;
  text-indent: 90px;
  background-color: transparent;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
}

.entities .entities-search input:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}

.entities .entities-list {
  position: absolute;
  width: 100%;
  top: 240px;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.entities .entities-list.products {
  top: 318px;
}

.entities .entities-list.tree {
  bottom: 45px;
}

.entities .entities-order {
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 45px;
  bottom: 0;
  text-align: center;
  border-top: solid 1px #e0e6ec;
  box-sizing: border-box;
}

.entities .entities-order a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #3289ff;
  font-size: 15px;
}

.entities .entities-order a:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 23px;
  background-image: url("/images/kms/structure/icon_reorder.svg");
  vertical-align: middle;
  margin-right: 10px;
}

.entities .entities-list-items > ul {
  background-image: linear-gradient(to   , transparent 50%, transparent);
  background-size: 120px 120px;
  margin: 0;
  padding: 0;
}

.entities .entities-list-items > ul ul {
  margin: 0;
  display: none;
}

.entities .entities-list-items > ul .open > ul {
  height: auto;
  display: block;
}

.entities .entities-list-item {
  line-height: 19.5px;
  box-sizing: border-box;
  transition: all .3s;
  cursor: pointer;
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
  height: 60px;
  white-space: nowrap;
}

.entities .entities-list-item .ident-list {
  border-left: solid 40px #c0c0c0;
}

.entities .entities-list-item .list-entity-title {
  display: block;
  white-space: normal;
  font-size: 17px;
  margin-top: 2px;
  margin-bottom: 3px;
  font-weight: bold;
}

.entities .entities-list-item .list-entity-subtitle {
  display: block;
  font-size: 14px;
  white-space: normal;
}

.entities .entities-list-item .list-entity-subtitle.blue {
  color: #3289ff;
}

.entities .entities-list-item .small {
  font-size: 14px;
}

.entities .entities-list-item > a {
  position: relative;
  display: table;
  width: 100%;
  text-decoration: none;
  color: #32343a;
  padding: 15px 0;
}

.entities .entities-list-item > a .dropdown-icon {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
  top: 0;
  right: 30px;
}

.entities .entities-list-item > a .dropdown-icon img {
  position: relative;
  top: 5px;
  padding: 5px;
}

.entities .entities-list-item > a:hover {
  background-color: #3289ff;
  color: #fff;
}

.entities .entities-list-item > a:hover .blue {
  color: #fff;
  font-weight: bold;
}

.entities .entities-list-item.active > a {
  color: #ffffff;
  background-color: #3289ff;
  border-bottom: 1px solid #3289ff;
}

.entities .entities-list-item.active > a .blue {
  color: #fff;
  font-weight: bold;
}

.entities li.entities-list-item {
  display: block;
  padding: 0;
  height: auto;
}

.entities li.entities-list-item > a {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  line-height: 60px;
  text-decoration: none;
  color: #32343a;
  padding-left: 100%;
  left: -100%;
}

.entities li.entities-list-item .entities-item-pre {
  position: relative;
  top: 15px;
}

.entities li.entities-list-item .entities-item-text {
  width: auto;
  float: none;
  display: inline;
}

.entities .entities-item-status {
  position: absolute;
  right: 25px;
  top: 0;
  display: block;
}

.entities .entities-item-status span {
  background-color: #f2303f;
  display: inline-block;
  padding: 3px 6px;
  color: white;
  font-size: 0.9em;
  margin-left: 3px;
}

.entities .entities-item-status span.active {
  background-color: #64d671;
}

.entities div.entities-list-item:nth-child(odd) {
  background-color: #f4f5f7;
}

.entities div.entities-list-item.entities-new {
  background-color: #ffffff;
}

.entities .entities-item-text {
  display: inline-block;
  width: 320px;
  margin-top: 5px;
}

.entities .entities-item-text::after {
  clear: both;
  content: "";
  display: table;
}

.entities .entities-item-pre {
  display: inline-block;
  height: 100%;
  width: 60px;
  text-align: center;
  vertical-align: top;
}

.entities .entities-item-pre .entities-item-thumb,
.entities .entities-item-pre img {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #d8dae2;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #9ba0ae;
  overflow: hidden;
}

.entities .entities-item-pre .entities-item-thumb.active,
.entities .entities-item-pre img.active {
  color: white;
  background-color: #008000;
}

.entities .entities-item-pre .entities-item-thumb.nonactive,
.entities .entities-item-pre img.nonactive {
  color: #ffffff;
  background-color: darkred;
}

.entities .entities-item-pre .entities-item-thumb.expired,
.entities .entities-item-pre img.expired {
  color: #ffffff;
  background-color: #8b7300;
}

.entities .entities-item-pre .entities-item-plus {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  border: 1px solid #3289ff;
  margin: 0 auto;
  background-color: #ffffff;
  background-image: url("/images/kms/structure/icon_plus.svg");
  background-repeat: no-repeat;
}

.entities .entities-item-pre img {
  background-color: transparent;
}

.entities div.entities-new {
  height: 60px;
  border-bottom: 1px solid #e0e6ec;
  color: #3289ff;
  background-color: #ffffff;
}

.entities div.entities-new img {
  border: 1px solid #3289ff;
}

.entities .entities-content-container {
  position: absolute;
  width: 100%;
  top: 180px;
  bottom: 0;
  overflow: auto;
}

.entities .entities-content {
  padding: 60px 30px 30px 30px;
  font-size: 16px;
}

.entities .entities-content p {
  margin-bottom: 15px;
}

.entities .hidden {
  display: none;
}

.entities .angular-ui-tree-handle {
  position: relative;
  border-bottom: 1px solid #dae2ea;
  font-weight: normal;
  min-height: 45px;
  line-height: 45px;
}

.entities .angular-ui-tree-handle .btn {
  position: absolute;
  right: 15px;
  top: 0;
  height: 45px;
  padding: 0 5px;
  background: none;
}

.entities .angular-ui-tree-handle .btn .icon {
  display: block;
  width: 10px;
  height: 100%;
  background-image: url("/images/kms/structure/icon_triangle_down.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.entities .angular-ui-tree-handle .entities-item-thumb {
  margin-top: -7px;
}

.entities .angular-ui-tree-handle:hover {
  color: #438eb9;
  background: #f4f6f7;
  border-color: #dce2e8;
}

.entities .angular-ui-tree-placeholder {
  border: 1px dashed #bed2db;
  box-sizing: border-box;
  margin: 0;
}

span.color-status {
  position: absolute;
  display: block;
  border-left: solid #f2303f 5px;
}

span.color-status.active {
  border-left: solid #64d671 5px;
}

.angular-ui-tree-drag .btn,
.angular-ui-tree-drag .entities-item-thumb {
  display: none;
}

.entities .angular-ui-tree-handle {
  cursor: pointer;
}

.entities .sorting .angular-ui-tree-handle {
  cursor: move;
}

.entities .sorting li.entities-list-item {
  animation: shake1 1.5s infinite alternate;
}

.entities .sorting li.entities-list-item:nth-child(odd) {
  animation: shake2 1.5s infinite alternate;
}

.entities.orders {
  width: 250px;
}

.entities-list.orders {
  top: 0;
}

.entity-attributes .entity-attribute-select,
.entity-attributes .entity-attribute-button {
  margin-right: 15px;
}

@keyframes shake1 {
  0% {
    transform: translate(0.5px, 0.25px);
  }

  10% {
    transform: translate(-0.25px, -0.5px);
  }

  20% {
    transform: translate(-0.75px, 0px);
  }

  30% {
    transform: translate(0px, 0.5px);
  }

  40% {
    transform: translate(0.25px, -0.25px);
  }

  50% {
    transform: translate(-0.25px, 0.5px);
  }

  60% {
    transform: translate(-0.75px, 0.25px);
  }

  70% {
    transform: translate(0.5px, 0.25px);
  }

  80% {
    transform: translate(-0.25px, -0.25px);
  }

  90% {
    transform: translate(0.5px, 0.5px);
  }

  100% {
    transform: translate(0.25px, -0.5px);
  }
}

@keyframes shake2 {
  0% {
    transform: translate(0.25px, -0.5px);
  }

  10% {
    transform: translate(0.5px, 0.5px);
  }

  20% {
    transform: translate(-0.25px, -0.25px);
  }

  30% {
    transform: translate(0.5px, 0.25px);
  }

  40% {
    transform: translate(-0.75px, 0.25px);
  }

  50% {
    transform: translate(-0.25px, 0.5px);
  }

  60% {
    transform: translate(0.25px, -0.25px);
  }

  70% {
    transform: translate(0px, 0.5px);
  }

  80% {
    transform: translate(-0.75px, 0px);
  }

  90% {
    transform: translate(-0.25px, -0.5px);
  }

  100% {
    transform: translate(0.5px, 0.25px);
  }
}

.entity {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 400px;
  background-color: #32343a;
}

.entity .entity-header {
  height: 180px;
  width: 100%;
  display: block;
  background-color: #2b2b31;
  box-shadow: inset 0px -20px 20px -20px rgba(0, 0, 0, 0.5);
}

.entity .entity-header .entity-thumbnail {
  position: relative;
  height: 100px;
  width: 100px;
  overflow: hidden;
  float: left;
  margin-left: 60px;
  margin-top: 40px;
  border: solid 1px #ffffff;
  border-radius: 10px;
  background-color: #ccc;
  line-height: 100px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #999;
}

.entity .entity-header .entity-thumbnail img {
  height: 100px;
  width: 100px;
}

.entity .entity-header .entity-thumbnail:after {
  content: "";
  position: absolute;
  display: block;
  height: 90px;
  width: 90px;
  top: 0;
  z-index: 5;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}

.entity .entity-header .entity-title {
  position: absolute;
  right: 250px;
  left: 190px;
  display: block;
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 60px;
  color: #ffffff;
}

.entity .entity-header .entity-buttons {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  width: 250px;
  padding-top: 100px;
}

.entity .entity-tabs,
.entity .sub-tabs {
  width: 100%;
  height: 60px;
  background-color: #32343a;
  box-shadow: inset 0px 20px 20px -20px rgba(255, 255, 255, 0.1);
}

.entity .entity-tabs ul,
.entity .sub-tabs ul {
  margin: 0px;
  padding: 0px;
  padding-left: 40px;
  list-style: none;
}

.entity .entity-tabs ul li,
.entity .sub-tabs ul li {
  background-color: #999;
  float: left;
  margin: 20px 5px 0px 5px;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.entity .entity-tabs ul li a,
.entity .sub-tabs ul li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
}

.entity .entity-tabs ul li.active,
.entity .sub-tabs ul li.active {
  background-color: #ffffff;
}

.entity .entity-tabs ul li.active a,
.entity .sub-tabs ul li.active a {
  color: #3289ff;
}

.entity .entity-tabs ul li.error a,
.entity .sub-tabs ul li.error a {
  color: #f2303f;
}

.entity.order {
  left: 10px;
}

.entity.order .half-half {
  width: 50%;
  float: left;
}

.entity.order .clear {
  clear: both;
}

.entity.order .lock {
  background-size: 100px auto;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-top: 9px;
  float: right;
  display: block;
  cursor: pointer;
  background: transparent url("/images/kms/structure/open_gesloten.png") no-repeat scroll -50px 0px/100px auto;
}

.entity.order .lock.open {
  background: transparent url("/images/kms/structure/open_gesloten.png") no-repeat scroll 0px 0px/100px auto;
}

.entity.order .entity-attribute-button {
  padding-left: 30px;
}

.entity.order .download select {
  margin-left: 30px;
  margin-right: 30px;
  width: 40%;
}

.entity .sub-tabs {
  background-color: #f4f5f7;
  box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.entity-messages {
  line-height: 60px;
  box-sizing: border-box;
  background-color: #f2303f;
}

.entity-messages .label {
  position: absolute;
  display: block;
  width: 175px;
  margin-left: 30px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.entity-messages .messages {
  padding-left: 205px;
  width: 100%;
}

.entity-messages .messages ul {
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  line-height: 30px;
}

.entity-messages .messages ul li {
  height: 30px;
  font-size: 13px;
  background-image: url("/images/kms/structure/icon_cross.svg");
  background-size: 6px 6px;
  background-repeat: no-repeat;
  background-position: 0 center;
  color: #ffffff;
  padding-left: 12px;
  font-weight: 600;
}

.tab-content,
.sub-tab-content {
  display: none;
}

.tab-content:first-child,
.sub-tab-content:first-child {
  display: block;
}

.tab-content {
  padding-bottom: 150px;
}

.fieldGroupCollection ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fieldGroupCollection ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.fieldGroupCollection ul.fieldGroupItems li:before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 35px;
  background-image: url("/images/kms/structure/drag.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 17px;
}

.dashboard {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 400px;
  background-color: #32343a;
}

.entity-attributes {
  position: absolute;
  top: 240px;
  bottom: 0;
  width: 100%;
  overflow: auto;
  background-color: #ffffff;
}

.entity-attribute {
  position: relative;
  min-height: 61px;
  border-bottom: 1px solid #e0e6ec;
  line-height: 60px;
  box-sizing: border-box;
}

.entity-attribute label {
  position: absolute;
  display: block;
  width: 175px;
  margin-left: 30px;
  font-size: 13px;
  color: #9ba0ae;
  text-transform: uppercase;
  font-weight: 600;
}

.entity-attribute.error {
  border: 1px solid #f2303f;
}

.entity-attribute.error label {
  color: #f2303f;
}

.entity-attribute.hidden {
  display: none;
}

.entity-attribute .content {
  position: relative;
  padding-left: 205px;
  padding-right: 15px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px -1;
  background-color: transparent;
  border: 0;
  display: block;
  box-sizing: border-box;
}

.entity-attribute-file {
  padding: 0;
}

.entity-attribute-file input {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding-left: 205px;
  padding-top: 22.5px;
  padding-bottom: 0;
  border: none;
  line-height: 15px;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
}

.entity-attribute-file input:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}

.entity-attribute-images {
  height: auto;
  box-sizing: border-box;
  line-height: 59px;
}

.entity-attribute-images .uploads {
  display: none;
}

.entity-attribute-images .image-list {
  margin-left: 205px;
  box-sizing: border-box;
}

.entity-attribute-images .image-list ul {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  list-style: none;
  line-height: 58px;
  box-sizing: border-box;
}

.entity-attribute-images .image-list ul::after {
  clear: both;
  content: "";
  display: table;
}

.entity-attribute-images .image-list ul li {
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}

.entity-attribute-images .image-list ul li a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
}

.entity-attribute-images .image-list ul li:hover:after {
  position: absolute;
  opacity: .9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #f2303f;
  background-image: url(/images/kms/structure/icon_trash.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 16px;
}

.entity-attribute-images .image-list ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.entity-attribute-images .image-list ul li.new-image {
  border: 2px solid #3289ff;
  background: url("/images/kms/structure/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.entity-attribute-images .image-list ul li.new-image:hover:after {
  content: none;
}

.entity-attribute-images .image-list ul li.new-image input {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.entity-attribute-text,
.entity-attribute-password {
  padding: 0;
  box-sizing: border-box;
}

.entity-attribute-text a,
.entity-attribute-password a {
  margin-left: 30px;
  color: #3289ff;
}

.entity-attribute-list {
  padding: 0;
}

.entity-attribute-list .content {
  padding-top: 0;
  padding-bottom: 0;
}

.entity-attribute-list ul {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 60px;
  list-style: none;
}

.entity-attribute-list ul li {
  height: 60px;
  line-height: 60px;
}

.entity-attribute-list ul li:nth-child(even) {
  background-color: #f4f5f7;
}

.entity-attribute-list ul li a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #32343a;
  white-space: nowrap;
  padding-left: 15px;
}

.entity-attribute-list ul li a:hover {
  background-color: #3289ff;
}

.entity-attribute-list ul li .couponline {
  font-size: 1.3em;
  margin-left: 10px;
}

.entity-attribute-list ul li .couponline.used {
  color: #d3d3d3;
}

.entity-attribute-list ul li .couponline span {
  padding-left: 5px;
}

.entity-attribute-list ul li .couponline .coupon {
  font-weight: bold;
}

.entity-attribute-list ul li .couponline .used {
  font-size: 0.7em;
}

.entity-attribute-multiselect .content {
  padding-top: 11px;
  padding-bottom: 11px;
}

.entity-attribute-multiselect .select2-container {
  display: block;
}

.entity-attribute-multiselect .select2-container-multi .select2-choices .select2-search-field,
.entity-attribute-multiselect .select2-container-multi .select2-choices .select2-search-field input {
  width: 100% !important;
}

.entity-attribute-on-off {
  padding: 0;
  box-sizing: border-box;
  line-height: 60px;
}

.entity-attribute-on-off input {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.entity-attribute-on-off span.extra-info {
  margin-left: 250px;
  font-style: italic;
  color: #9ba0ae;
}

.toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.toggle + label.toggle-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  margin: 0;
  top: 7px;
  left: 205px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Outer */

input.toggle-round-flat + label.toggle-label {
  padding: 1px;
  width: 29px;
  height: 20px;
  background-color: #dddddd;
  border-radius: 20px;
  transition: background 0.4s;
}

input.toggle-round-flat + label.toggle-label:before,
input.toggle-round-flat + label.toggle-label:after {
  display: block;
  position: absolute;
  content: "";
}

/* Inner */

input.toggle-round-flat + label.toggle-label:before {
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #dddddd;
  border-radius: 20px;
  transition: background 0.4s;
}

/* Circle */

input.toggle-round-flat + label.toggle-label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 16px;
  background-color: #fff;
  border-radius: 19px;
  transition: margin 0.4s, background 0.4s;
}

input.toggle-round-flat:checked + label.toggle-label {
  background-color: #8ce196;
}

input.toggle-round-flat:checked + label.toggle-label:before {
  background-color: #8ce196;
}

input.toggle-round-flat:checked + label.toggle-label:after {
  margin-left: 11px;
  background-color: #ffffff;
}

.entity-attribute-password .password-enabler {
  margin-left: 205px;
}

.entity-attribute-separator {
  min-height: 30px;
  background-color: #f4f5f7;
  box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.15);
}

.entity-attribute-sorter {
  padding: 0;
}

.entity-attribute-sorter .content {
  padding-top: 0;
  padding-bottom: 0;
}

.entity-attribute-sorter ul {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 60px;
  list-style: none;
}

.entity-attribute-sorter ul li {
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
}

.entity-attribute-sorter ul li:nth-child(even) {
  background-color: #f4f5f7;
}

.entity-attribute-sorter ul li a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #32343a;
  white-space: nowrap;
  padding-left: 15px;
}

.entity-attribute-sorter ul li a:hover {
  background-color: #3289ff;
}

.entity-attribute-table {
  padding: 0;
}

.entity-attribute-table table {
  display: table;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding-left: 205px;
  margin-bottom: 15px;
  border: none;
  line-height: 30px;
}

.entity-attribute-table table th {
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #9ba0ae;
  text-transform: uppercase;
}

.entity-attribute-table table td {
  vertical-align: top;
  border-top: 1px solid #f4f5f7;
}

.entity-attribute-text,
.entity-attribute-password {
  padding: 0;
  box-sizing: border-box;
}

.entity-attribute-text.error + .error,
.entity-attribute-password.error + .error {
  box-shadow: inset 0 1px 1px rgba(242, 48, 63, 0.075), inset 0 0 1px rgba(224, 117, 125, 0.75);
  border: 1px solid #f2303f;
  border-top: 0;
}

.entity-attribute-text input,
.entity-attribute-password input {
  height: 100%;
  width: 100%;
  min-height: 60px;
  background-color: transparent;
  text-indent: 205px;
  border: 0;
  z-index: 99999;
  display: block;
  box-sizing: border-box;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
}

.entity-attribute-text input:focus,
.entity-attribute-password input:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}

.entity-attribute-text.error input,
.entity-attribute-password.error input {
  background-image: url("../../img/structure/icon_cross_red.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 10px;
}

.entity-attribute-text-area {
  height: 180px;
  padding: 0;
}

.entity-attribute-text-area textarea {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding-left: 205px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  line-height: 30px;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
}

.entity-attribute-text-area textarea:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}

.entity-attribute-right {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding-left: 205px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  line-height: 30px;
}

.entity-attribute-text-editor {
  height: 270px;
  padding: 0;
  position: relative;
}

.entity-attribute-text-editor .text-editor-wrapper {
  margin-left: 197px;
  height: 100%;
}

.entity-attribute-text-editor textarea {
  display: block;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  line-height: 30px;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
}

.entity-attribute-text-editor textarea:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}

.entity-attribute-text .ex-tax-info {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 13px;
  color: #9ba0ae;
}

input.tax-included-field {
  border-bottom: 1px solid #e0e6ec;
}

input.tax-included-field:active,
input.tax-included-field:focus {
  border-bottom: 1px solid #e0e6ec;
}

div.price {
  float: left;
  width: 50%;
}

div.minimum_quantity {
  float: left;
  width: 25%;
}

.entity-attribute-title {
  text-indent: 30px;
  color: #3289ff;
  font-weight: 600;
  text-transform: uppercase;
}

.entity-attribute-view {
  padding: 0;
  box-sizing: border-box;
}

.entity-attribute-view.error + .error {
  box-shadow: inset 0 1px 1px rgba(242, 48, 63, 0.075), inset 0 0 1px rgba(224, 117, 125, 0.75);
  border: 1px solid #f2303f;
  border-top: 0;
}

.entity-attribute-view .content {
  padding: 60px 30px 0 30px;
}

.login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table-cell;
  background: url("/images/kms/background.jpg") center center;
  text-align: center;
}

.login-aligner {
  height: 100%;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}

.login-panel {
  width: 300px;
  margin: 0 auto;
  text-align: left;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}

.login-panel .logo {
  text-align: center;
}

.login-panel .logo img {
  display: none;
  width: 100px;
  height: 100px;
}

.login-panel h2 {
  margin: 0;
  color: #70778c;
}

.login-panel .help-block {
  display: none;
}

.login-panel input {
  display: block;
  width: 100%;
  height: 30px;
  margin: 8px 0;
  border-radius: 4px;
}

.login-panel input.form-input {
  text-indent: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border: #d8dae2 solid 1px;
  transition: box-shadow 0.5s;
}

.login-panel input.form-input:focus {
  outline: 0;
  box-shadow: rgba(50, 137, 255, 0.75) 0px 0px 10px 0px;
}

.login-panel input.form-submit {
  height: 45px;
  background-color: #3289ff;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.5s;
}

.login-panel input.form-submit:hover {
  background-color: #4c98ff;
}

.alert {
  padding: 7px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 8px 0;
}

.alert.alert-danger {
  color: #f2303f;
  background-color: rgba(254, 235, 237, 0.75);
  border-color: #fcd3d6;
}

.alert.alert-warning {
  color: #ff8d00;
  background-color: rgba(255, 230, 199, 0.75);
  border-color: #ffdbad;
}

.alert.alert-success {
  color: #3c763d;
  background-color: rgba(167, 210, 168, 0.75);
  border-color: #96ca97;
}

.alert.has-error {
  display: block;
}

#confirmOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}

#confirmBox {
  background: #ffffff;
  width: 370px;
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 20px 30px 30px 30px;
  margin: -130px 0 0 -230px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h1,
#confirmBox p {
  margin: 0;
  text-align: center;
}

#confirmBox p {
  line-height: 24px;
}

#confirmBox h1 {
  color: #3289ff;
}

#confirmButtons {
  padding: 15px 0 0;
  text-align: center;
}

#confirmButtons .button {
  display: inline-block;
  margin-right: 15px;
  min-width: 100px;
  border-radius: 3px;
}

#confirmButtons .button:last-child {
  margin-right: 0;
}

#flash-messages {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  animation-duration: 1s;
  animation-name: fadeInDown;
}

#flash-messages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#flash-messages ul li.flash-message {
  display: inline-block;
  min-width: 200px;
  margin: 15px;
  padding: 15px 30px;
  line-height: 30px;
  background-color: rgba(194, 197, 198, 0.9);
  border: 1px solid #c2c5c6;
  border-radius: 4px;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

#flash-messages ul li.flash-message.success {
  background-color: rgba(89, 219, 129, 0.9);
  border: 1px solid #8ce196;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.uk-tooltip {
  display: none;
  position: fixed;
  z-index: 1030;
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  background: #333333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-left: -5px;
}

.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px dashed #333333;
}

.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #333333;
}

.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333333;
}

.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px;
}

.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
  left: 17px;
}

.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
  right: 17px;
}

.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #333333;
}

.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #333333;
}

.error-block {
  margin-bottom: 50px;
  margin-left: 50px;
  width: 25%;
  margin-top: -150px;
  border: 1px solid darkred;
  margin-bottom: 50px;
  margin-left: 25px;
  margin-top: 20px;
  padding: 25px;
  width: 90%;
  background-color: rgba(139, 0, 0, 0.2);
}

.error-block h2 {
  margin: 0 0 10px 0;
}

.error-block h3 {
  margin: 0;
  cursor: pointer;
}

.error-block h3:hover {
  color: darkred;
  background-color: rgba(139, 0, 0, 0.4);
}

.order-table {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 50px;
}

.order-table td,
.order-table th {
  text-align: left;
  border-right: #ededed 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.order-table th {
  color: #3289ff;
}

.order-table tr.order-row {
  border-top: solid 1px #e0e6ec;
}

.order-table tr.order-row:nth-of-type(even) {
  background-color: #eff6ff;
}

.order-table tr:first-child {
  border-bottom: solid 2px #e0e6ec;
}

.order-table a {
  color: #3289ff;
  text-decoration: none;
}

.order-status-box {
  margin-left: 180px;
}

.order-status-box .order-status.selectize {
  width: 80%;
  padding-top: 20px;
}