body {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #676a6c;
}

* {
  overflow-anchor: none !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 80px;
  font-family: 'PT Sans', Tahoma, sans-serif;
}

.h3 {
  font-size: 24.5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.body-content h3 {
  padding-bottom: 10px;
  line-height: 40px;
  margin: 10px 0 10px 10px;
  font-weight: normal;
  font-size: 25px;
  font-family: Tahoma;
  color: #36517e;
}

form {
  padding-bottom: 10px;
}

.panel {
  border: 1px solid #ccc;
  border-radius: 1px;
}

.search-panel {
  min-height: 580px;
}

/*    glyphicon animation   */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

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

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

.glyphicon-spin,
.fa-spinner {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}

/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.hero-unit {
  font-weight: 200;
  border-bottom: 1px solid rgb(197, 197, 197);
}

.container-bordered {
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  padding-bottom: 15px;
}

.form-control {
  height: 30px;
}

.glyphicon.glyphicon-calendar,
.fa.fa-calendar {
  color: #808080;
}

.uib-datepicker-popup .btn {
  color: #000;
}

textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.search-input {
  width: 100%;
  margin-bottom: 10px;
}

.search-list {
  height: 370px;
}

.search-list .list-group-item:first-child {
  border-top-width: 0;
}

.search-list .list-group-item:last-child {
  border-bottom-width: 0;
}

/*validation*/
.field-validation-error,
.validation-summary-errors {
  color: rgb(228, 140, 144);
}

.input-validation-error {
  border-color: rgb(228, 140, 144);
}

.bg-danger {
  background: none;
}

.bg-danger span {
  color: rgb(228, 140, 144);
  font-size: 11px;
  display: block;
}

/*end validation*/

/* Kendo common*/
.k-input[type='password'],
.k-input[type='email'],
.k-input[type='url'] {
  font-size: 100%;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: None;
}

.k-input[disabled] {
  background-color: lightgray;
}

.k-button.k-loading {
  color: #000000;
  color: rgba(0, 0, 0, 0);
}

.k-button.k-loading:hover {
  color: #000000;
  color: rgba(0, 0, 0, 0);
  background-image: url('Material/loading1.gif');
  background-position: 50% 50%;
}

.hide-delete-icons .glyphicon-trash,
.hide-delete-icons .fa-trash,
.hide-delete-icons .fa-trash-o {
  display: None;
}

.k-state-hover > * > .k-i-calendar {
  background-position: -32px -176px;
}

.k-dropdownlist,
.k-multiselect {
  background: #fff;
  box-shadow: none !important;
  border: 1px solid #cccccc;
}

.k-dropdownlist span {
  background: transparent !important;
}

.k-dropdownlist button {
  background: #eee !important;
  border-radius: 0 3px 3px 0 !important;
}

.k-dropdownlist:hover button {
  background: #ddd !important;
}

.k-dropdownlist .k-select .k-i-arrow-s {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.k-dropdownlist:hover .k-input-inner {
  background: #fff !important;
}

.k-popup .k-list .k-item {
  background-color: #fff;
  padding-top: 1px;
  color: #000000;
  cursor: default;
}

.k-popup .k-list .k-item.k-state-selected {
  background-color: #dce4f0;
}

.form-horizontal .k-dropdown,
.form-horizontal .k-multiselect {
  width: auto;
  display: block;
}

.form-horizontal textarea.k-input {
  height: auto;
}

.k-grid.rows-pointable tr {
  cursor: pointer;
}
/*end Kendo common*/

/*editor area*/
.panel .k-input,
form .k-input {
  width: 100%;
  padding-left: 5px;
}

.editor-area {
  position: relative;
  height: 582px;
}

.editor-area form {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.editor-area.panel {
  margin-bottom: 0;
  overflow-y: auto;
}

.editor-area .buttons-panel {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.checkbox label {
  line-height: 20px;
}

.checkbox-group .checkbox {
  display: inline-block;
  width: 230px;
}

.checkbox-table th {
  width: 15%;
  text-align: center;
}

.checkbox-table th:first-child {
  width: 40%;
}

.entitlements-editor .form-group {
  margin-left: 0;
}

tr.errors td {
  background: #f99;
}

.filter-block {
  margin-bottom: 10px;
}

.header-selection-field .title-field {
  float: left;
  margin-top: 5px;
  font-family: 'PT Sans', Tahoma, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-right: 10px;
  color: #486da9;
  font-weight: 700;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-selection-field .input {
  box-shadow: none;
  font-size: 14px;
  height: 30px;
  padding: 2px 10px;
  box-sizing: border-box;
}

.header-selection-field {
  margin: 10px 10px 20px 10px;
}

.divide-line {
  border-bottom: 1px solid rgb(192, 193, 194);
  margin-bottom: 20px;
}

.quick-filter {
  font-family: 'PT Sans', Tahoma, sans-serif;
}

.header-page-bg {
  border: 1px solid #c0c1c2;
  border-bottom: 0;
  background-color: #f9f9f9;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fefefe),
    color-stop(15%, #fefefe),
    to(#e3e3e5)
  );
  background-image: -webkit-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-image: -moz-linear-gradient(top, #fefefe, #fefefe 15%, #e3e3e5);
  background-image: -o-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-image: linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  height: 30px;
}

.header-page-bg h4 {
  font-weight: normal;
  padding-left: 10px;
  color: #486da9;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  line-height: 8px;
}

.editor-area .panel .k-input,
form :not(kendo-searchbar) > .k-input {
  height: 30px;
  line-height: 16px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0px 1px 3px #ececec;
  -moz-box-shadow: inset 0px 1px 3px #ececec;
  box-shadow: inset 0px 1px 3px #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333333;
}

.border-radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.editor-area form {
  margin-top: 20px;
}

.without-padding {
  padding: 0px;
}

.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .editor-area {
    height: auto;
  }

  .editor-area form {
    max-height: none;
  }

  .editor-area .buttons-panel {
    position: relative;
  }

  .bottom-in-mobile {
    text-align: left;
    margin-top: 10px;
  }

  .search-panel {
    min-height: auto;
  }
}

/*end editor-area*/
/*NavBar*/

.navbar-inverse .navbar-inner {
  background-color: #794894 !important;
  background-image: url('Material/top_menu_supplystream.png') !important;
  background-repeat: repeat-x;
  border-color: #794894 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  /* See http://stackoverflow.com/questions/12243182/css-background-property-can-not-override-ie-filter-property */
}

.navbar-toggle {
  border: none;
}

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.brand-logo {
  background-image: url('Material/small-supplystream.png');
  background-repeat: no-repeat;
  background-size: 135px 35px;
  width: 135px;
  height: 35px;
  padding: 0 !important;
  margin: 2px !important;
  display: block;
  float: left;
}

@media (max-width: 767px) {
  .navbar-nav {
    clear: both;
  }

  .brand-logo {
    margin-left: -6px !important;
  }

  .navbar-inverse {
    opacity: 0.95;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border: none;
  }
}

.navbar-inner .container {
  width: 90%;
  padding: 0 !important;
}

.navbar-inner .container-login {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#f2f2f2)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 0px;
}

.navbar-fixed-top {
  border-color: #d4d4d4;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}

/*navbar buttons customize*/
.navbar-inverse {
  background-color: #794894;
}

.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #235a95;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #235a95;
}

.dropdown-menu {
  background-color: #ffffff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #2f4050;
}

.navbar-inverse {
  background-image: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: none;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse .navbar-brand:hover {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

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

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
}

.dropdown-menu > li > a {
  color: #676a6c;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-bottom-color: #ffffff;
}

/*end navbar btns customize*/

/*End NavBar*/

/*Shipment Create*/
.create-shipment .form-group select {
  width: 100%;
  padding: 5px;
  border-color: #e6e6e6;
}

.create-shipment h2 {
  padding-left: 20px;
}

.create-shipment.editor-area.panel {
  height: auto !important;
}

.create-shipment.editor-area.panel form {
  max-height: None;
}

.create-shipment .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.header-create-shipment {
  text-align: center;
  font-size: 16px;
  margin: 20px 0 0px 0;
  color: #794894;
}

.create-shipment input:read-only {
  background-color: #fff;
}

.create-shipment input:disabled {
  background-color: #f1f1f1;
}

/*end Shipment Create*/

.editor-area form > div {
  margin-right: 20px;
  margin-left: 20px;
}

/*kendo-grids*/

.delete-ico {
  display: inline-block;
}

.delete-ico:hover {
  opacity: 1 !important;
}

.k-grid-content {
  overflow-y: scroll;
  overflow-x: auto;
}

.k-grid-content td {
  border-width: 0 1px 1px 0;
  border-color: rgb(189, 190, 193);
}

.k-grid-header th {
  border-width: 0 1px 1px 0 !important;
}

.k-grid-delete .k-icon,
.k-grid-delete .k-icon:hover,
.k-grid-edit .k-icon,
.k-grid-edit .k-icon:hover {
  width: 0px;
}

.k-pager-sizes {
  display: block;
  clear: left;
  padding: 0;
  float: left;
  margin-top: 10px;
}

.k-pager-sizes .k-dropdown.k-header {
  margin-left: 0px;
}

.k-pager-info.k-label {
  position: absolute;
  right: 3px;
  font-size: 0.7em;
  bottom: 0px;
}

.k-pager-numbers .k-state-selected,
.k-pager-numbers .k-selected {
  margin-top: 0px;
  text-decoration: none;
}

.k-pager-numbers .k-link:hover {
  background: transparent !important;
}

.k-grid-pager .k-icon.k-i-seek-w,
.k-grid-pager .k-icon.k-i-seek-w:hover {
  width: 12px;
  background-position: 0px -12px !important;
}

.k-grid-pager .k-icon.k-i-arrow-w,
.k-grid-pager .k-icon.k-i-arrow-w :hover {
  width: 7px;
  background-position: -14px -12px !important;
}

.k-grid-pager .k-icon.k-i-arrow-e,
.k-grid-pager .k-icon.k-i-arrow-e:hover {
  width: 7px;
  background-position: -37px 0px !important;
}

.k-grid-pager .k-icon.k-i-seek-e,
.k-grid-pager .k-icon.k-i-seek-e :hover {
  width: 12px;
  background-position: -23px 0px !important;
}

.k-grid-header-wrap .k-icon.k-i-arrow-s,
.k-grid-header-wrap .k-icon.k-i-arrow-s:hover {
  background-image: url('Material/Black/arrow-sprite.png') !important;
  background-position: -15px -162px !important;
}

.k-grid-header-wrap .k-icon.k-i-arrow-n {
  background-image: url('Material/Black/arrow-sprite.png') !important;
  background-position: -15px -130px !important;
}

.k-pager-sizes .k-icon.k-i-arrow-s {
  background-image: url('Material/Black/arrow-sprite.png') !important;
  background-position: 0px -164px;
}

.k-pager-numbers .k-link:hover {
  border-radius: 3px !important;
  border: 1px #c5c5c5 solid !important;
}

.k-pager-wrap .k-link:hover {
  border: 1px #c5c5c5 solid !important;
}

div.k-grid-header {
  width: 100%;
}

.k-grid-header th.k-header > .k-link {
  position: relative;
  padding-right: 18px;
  color: #fff;
}

.k-grid-header th.k-with-icon .k-link {
  margin-right: 18px;
}

.k-grid-header .k-icon,
.k-grid-header .k-icon:hover {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
}

.k-grid-header th.k-header > .k-link span.k-i-arrow-s,
.k-grid-header th.k-header > .k-link span.k-i-arrow-n {
  right: 5px;
  position: absolute;
  margin-top: 3px;
}

.k-grid-header .k-grid-filter.k-state-active,
.k-grid-header .k-grid-filter.k-state-active:hover {
  background-color: #1565c0;
}

.k-grid .k-grid-filter,
.k-grid .k-grid-filter:hover {
  background-color: transparent;
  color: #ffffff;
}

.k-filter-menu.k-popup button[type='reset'] {
  font-weight: bold;
  background-color: rgb(53, 53, 53);
  background-image: linear-gradient(rgb(65, 65, 65), rgb(36, 36, 36));
  box-shadow: rgb(104, 104, 104) 0px 1px 1px inset;
  color: rgb(255, 255, 255);
  padding: 4px 12px;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(34, 34, 34);
}

.k-filter-menu .k-button + .k-button {
  margin-right: 0px;
}

.k-filter-menu .k-button {
  padding: 4px 0px !important;
}

.k-button.k-primary {
  color: rgb(255, 255, 255);
  font-family: 'PT Sans', Tahoma, sans-serif;
  font-weight: bold;
  background-color: rgb(119, 72, 142);
  background-image: linear-gradient(rgb(135, 88, 159), rgb(94, 47, 116));

  box-shadow: rgb(192, 135, 221) 0px 1px 1px inset;
  padding: 4px 20px;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(99, 53, 120);
}

.k-filter-menu {
  font-size: 12px !important;
}

.k-grid.k-widget {
  margin: 0px 10px 0px 10px;
}

.k-grid-filter.k-state-active {
  background: transparent;
}

.k-picker-wrap .k-select .k-icon.k-i-calendar {
  margin-top: -3px;
}

.view-button {
  display: inline-block;
}

.k-button-icontext.k-grid-View {
  background-position: -64px -32px !important;
  background-image: url('Material/icons.png') !important;
}

.k-grid-norecords-template {
  border: none;
  height: 50px;
}

.k-datetimepicker .k-icon.k-i-clock {
  margin-top: -2px;
}

.k-filter-menu .k-list-container .k-list {
  height: 400px;
}

/**end kehdo-grids/

/*bootsrap buttons customize*/

.btn {
  display: inline-block;
  font-family: Arial;
  font-size: 12px !important;
  font-weight: bold;
  padding: 4px 12px;
  margin-bottom: 0;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-inverse {
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse:visited {
  color: #fff;
}

.btn-success,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:visited {
  color: #fff !important;
  font-weight: bold;
  padding: 4px 12px;
}

/* end bootsrap buttons customize*/

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 0;
    width: auto;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 0;
    width: auto;
  }
}

.notification-wrapper {
  max-width: 455px;
  padding: 18px 20px 18px 15px;
  border: 1px solid #c0c1c2;
  background: white;
  vertical-align: middle;
  overflow: auto;
  max-height: 300px;
}

.notification-wrapper .notification-ico {
  display: table-cell;
  vertical-align: middle;
  background-image: url('Material/sprites.png');
  background-repeat: no-repeat;
}

.notification-wrapper .notification {
  font-family: 'PT Sans', Tahoma, sans-serif;
  overflow: hidden;
  vertical-align: middle;
  line-height: 20px;
  display: table-cell;
  padding-left: 15px;
}

.warning-ico {
  background-position: -42px -2px;
  width: 42px;
  height: 36px;
  margin-right: 15px;
  display: inline-block;
  cursor: default;
}

.success-ico {
  background-position: -86px -2px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  cursor: default;
}

/*end validation toaster notification*/

/*kendo window widget*/
.k-icon.k-i-close {
  background-position: -32px -16px !important;
  opacity: 0.9;
}

div.k-window-content {
  position: relative;
  height: 100%;
  padding: 0.58em;
  overflow: auto;
  outline: 0px;
}

.k-widget.k-window #confirmationModal.k-window-content.k-content {
  padding: 0px;
  border-top: 0px;
}

.k-window-titlebar {
  border: none;
}

.k-widget.k-window #confirmationModal .dialog_buttons .btn.btn-default {
  color: rgb(0, 0, 0) !important;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}

.k-widget.k-window #confirmationModal .popupMessage.bootbox-body {
  margin-top: 0px;
  padding: 15px;
  border: 0px;
  border-image-width: 0px;
}

.k-widget.k-window {
  transform: none !important;
}

/* end kendo window widget*/

/*login page*/
legend {
  border-bottom: 0px;
  color: #36517e;
  font-size: 14px;
}

a {
  color: #36517e;
}

.login-page h3 {
  color: #36517e;
}

/*end login page*/

/*select-client-window*/
.select-client-window {
  padding: 0 10px;
}

.select-client-window h3 {
  color: #36517e;
}

.select-client-window .editor-area {
  height: 490px;
}

.select-client-window button {
  width: 90%;
  margin-bottom: auto;
  margin-bottom: 10px;
}

/*end select-client-window*/

.push-mapping-table tr input.ng-invalid-pattern {
  background-color: rgb(228, 140, 144);
}

.push-mapping-table tr .root-row {
  background-color: #dce4f0;
  color: #333333;
}

.push-mapping-table th:nth-child(1) {
  width: 20%;
}

.push-mapping-table th:nth-child(2) {
  width: 5%;
}

.push-mapping-table th:nth-child(3) {
  width: 25%;
}

.push-mapping-table th:nth-child(4) {
  width: 10%;
}

.push-mapping-table th:nth-child(5) {
  width: 15%;
}

.push-mapping-table th:nth-child(6) {
  width: 15%;
}

.push-mapping-table th:nth-child(7) {
  width: 10%;
}

.push-mapping-table tr td:nth-child(1) div {
  padding-right: 15px;
}

.push-mapping-table tr td:nth-child(1) {
  position: relative;
}

.k-textboxsmall {
  width: 40px !important;
}

.push-mapping-table .add-button {
  position: absolute;
  left: -20px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  padding: 2px;
  border-radius: 15px;
}

.push-mapping-table .delete-button {
  position: absolute;
  right: 3px;
  top: 3px;
}

/*Log Grid*/
.log-area {
  border: 1px solid rgb(197, 197, 197);
  margin: 0px;
}

.log-grid {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  max-height: 700px;
}

.log-title {
  margin-top: 30px;
}

#logDetails .col-md-6 {
  padding: 0;
}

#logDetails .lead {
  margin: 0;
}

.json-request {
  font-size: 11px;
  word-wrap: break-word;
}

.log-area .k-grid-content {
  overflow-y: scroll;
  overflow-x: auto;
}

.log-area div.k-grid-header,
.log-area div.k-grid-footer {
  padding-right: 17px !important;
  border-bottom: 0px;
}

.log-area div.k-grid-header {
  width: auto;
}

.log-grid div.k-grid-header {
  width: auto;
}

#logDetails {
  border-bottom: none;
  margin: 10px;
}

#logDetails .row {
  margin: 0px;
}

.k-grid-norecords {
  height: 50px;
}

.k-grid-update {
  box-shadow: none !important;
  width: 20px !important;
}

.k-grid-cancel {
  box-shadow: none !important;
  width: 20px !important;
}

.k-grid-update,
.k-grid-cancel {
  background: none !important;
}

.k-i-tick,
.k-insert,
.k-update {
  background-position: -30px -32px;
}

.k-scheduler-layout .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-grid tr.k-state-selected,
.k-grid td.k-state-selected,
.k-grid td.k-state-selected.k-state-focused,
.k-marquee-color,
.k-gantt .k-treelist .k-state-selected,
.k-gantt .k-treelist .k-state-selected td,
.k-gantt .k-treelist .k-alt.k-state-selected,
.k-gantt .k-treelist .k-alt.k-state-selected > td,
.k-listview > .k-state-selected,
.k-state-selected.k-line {
  background-color: #dce4f0;
  color: #333333;
}

/*end log grid*/

/*services page*/
.services-form {
  padding: 10px;
}

.services-form table {
  margin-top: 10px;
}

.settings-form .editor-area form {
  max-height: 450px;
  margin-top: 5px;
  width: 100%;
}

.settings-form .editor-area .list-settings {
  padding-top: 5px;
}

.settings-form .editor-area {
  height: 465px;
  margin-bottom: 15px;
}

.list-settings div:nth-child(3n + 1) {
  clear: both;
}

/*end services page*/

/*setting-page*/
.settings-form .editor-area form > div.k-widget.k-upload {
  margin: 0px !important;
}

/*end-setting--page*/

/*alerts*/

.protocol-block {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fefefe),
    color-stop(15%, #fefefe),
    to(#e3e3e5)
  );
  background-image: -webkit-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-image: -moz-linear-gradient(top, #fefefe, #fefefe 15%, #e3e3e5);
  background-image: -o-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-image: linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-repeat: no-repeat;
  color: #36517e;
  border-color: #ccc;
}

.alert-warning {
  color: #333333;
  background-color: #dce4f0;
  border-color: #ccc;
}

.alert-danger {
  color: #a94442;
  background: #ebccd1;
  border-color: #ebccd1;
}

.alert-success {
  cursor: default;
  color: #fff;
  border: 1px #55aa57 solid;
  background: #fff;
  background: -moz-linear-gradient(top, #5db95f 0%, #6bd56d 100%);
  background: -webkit-linear-gradient(top, #5db95f 0%, #6bd56d 100%);
  background: linear-gradient(to bottom, #5db95f 0%, #6bd56d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5db95f', endColorstr='#6bd56d', GradientType=0);
  background-repeat: repeat-x;
}

.alert-info {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fefefe),
    color-stop(15%, #fefefe),
    to(#e3e3e5)
  );
  background-image: -webkit-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-image: -moz-linear-gradient(top, #fefefe, #fefefe 15%, #e3e3e5);
  background-image: -o-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-image: linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  border: 1px #dfd2e7 solid;
  color: #743b91;
}

/*end alerts*/

/*mapping tables*/
.table thead tr {
  border: 1px solid #4e4d50 !important;
}

.table th {
  background-color: #545255 !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#423f42),
    color-stop(50%, #58575a),
    to(#434043)
  ) !important;
  background-image: -webkit-linear-gradient(
    #423f42,
    #58575a 50%,
    #434043
  ) !important;
  background-image: -moz-linear-gradient(
    top,
    #423f42,
    #58575a 50%,
    #434043
  ) !important;
  background-image: -o-linear-gradient(
    #423f42,
    #58575a 50%,
    #434043
  ) !important;
  background-image: linear-gradient(#423f42, #58575a 50%, #434043) !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  font-weight: 700;
  vertical-align: middle;
  border-color: #2a282a !important;
  border-left: none !important;
  border-top: 0px !important;
  border-bottom: 1px solid #4e4d50 !important;
  text-rendering: geometricPrecision;
  padding: 0.5em 0.6em 0.4em 0.6em !important;
  text-align: left;
}

.table td {
  border-width: 0 1px 1px 0 !important;
  border-color: rgb(189, 190, 193) !important;
  color: #2e2e2e !important;
  font-family: 'PT Sans', Tahoma, sans-serif !important;
  line-height: 1.6em !important;
  padding: 0.4em 0.6em !important;
  vertical-align: middle !important;
}

.delete-custom-button {
  background-position: -122px -45px;
  width: 13px;
  min-width: 13px;
  height: 16px;
  border-width: 0;
  opacity: 0.7;

  background-image: url('Material/sprites.png');
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;

  display: block;
}

.delete-mapping {
  padding: 0;
  margin: 0 auto;
}

.delete-custom-button:hover {
  opacity: 1;
}

.bg-success {
  background-color: #55aa57;
  padding: 10px 5px 5px 5px;
}

.bg-info {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fefefe),
    color-stop(15%, #fefefe),
    to(#e3e3e5)
  );
  background-image: -webkit-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-image: -moz-linear-gradient(top, #fefefe, #fefefe 15%, #e3e3e5);
  background-image: -o-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-image: linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  border: 1px #dfd2e7 solid;
  color: #743b91;
  padding: 10px 5px 5px 5px;
}

.k-slider-selection {
  background-color: #743b91;
}

.bg-danger {
  color: rgb(228, 140, 144);
}

/*end mapping tables*/

/*push notifications*/
.add-email-box {
  margin-top: 10px;
}

.add-email-box input {
  width: 80% !important;
}

.add-email-box .delete-custom-button {
  float: left;
  margin: 5px;
}

/*end push notifications*/
/*test  window*/
.testWindow-wrapper {
  padding: 15px;
}

.k-tabstrip > .k-content {
  margin: 0 0.3em 10px;
}

/*end  test  window*/

.k-file-error {
  color: rgb(228, 140, 144);
}

.visibility-hidden {
  visibility: hidden;
}

.csv-file-upload .k-upload-selected {
  display: none;
}

.activityDetails {
  padding: 20px !important;
}

.glyphicon.glyphicon-trash,
.fa.fa-trash,
.fa.fa-trash-o {
  color: #36517e;
}

.glyphicon.glyphicon-trash.admin,
.glyphicon.glyphicon-edit.admin {
  color: #5f1b1b;
}

.fa.fa-trash,
.fa.fa-trash-o {
  font-size: 16px;
  position: relative;
  top: 1px;
}

.mapping-row-deleted .glyphicon.glyphicon-trash,
.mapping-row-deleted .fa.fa-trash,
.mapping-row-deleted .fa.fa-trash-o {
  color: red;
}

.mapping-row-deleted td {
  color: lightgrey !important;
}

.log-grid .glyphicon-ok,
.log-grid .fa-check {
  color: green;
}

.log-grid .glyphicon-cog,
.log-grid .fa-cog {
  color: orange;
}

.log-grid .glyphicon-exclamation-triangle,
.log-grid .fa-exclamation-triangle {
  color: #ff6600;
}

.log-grid .glyphicon-remove,
.log-grid .fa-remove {
  color: red;
}

.log-grid .log-error {
  color: red;
  font-style: italic;
}

.log-grid tr td:first-child {
  text-overflow: clip;
}

.scrollable-view {
  max-height: 450px;
  overflow-y: auto;
}

.select-block-filter {
  display: inline-block;
}

.select-block-filter .k-multiselect-wrap {
  border-color: #c5c5c5;
  border-width: 1px;
}

.activity-filter .row {
  padding-bottom: 15px;
}

.activity-filter .k-datetimepicker {
  width: 17em;
}

.repeater-container {
  height: 400px;
  overflow: auto;
  overflow-anchor: none;
}

.testWindow-wrapper .repeater-container {
  height: 700px;
}

.csv-file-table .error-column {
  min-width: 175px;
}

.condesed-inputs .k-input {
  width: inherit;
  margin-right: 5px;
}

.condesed-inputs .delete-custom-button {
  display: inline-block;
}

.blocked-input {
  float: left;
  margin-bottom: 8px;
}

.blocked-input input {
  display: block;
}

.link-button {
  color: rgb(70, 70, 70);
  border-bottom: 1px dotted black;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
}

.csv-validator {
  position: relative;
}

.csv-validators-selector {
  position: absolute;
  left: 5px;
  background: white;
  border: 1px solid black;
  padding: 10px;
  z-index: 100;
  border-radius: 3px;
}

.csv-validators-selector-item {
  border-bottom: 1px dotted darkblue;
  color: darkblue;
  cursor: pointer;
}

#pushMessageTableService {
  width: 900px;
  border-right: 1px solid #6f7277 !important;
}

.table-head {
  border-bottom: 2px solid #6f7277;
  overflow: hidden;
}

.send-message-btn {
  width: 115px;
  background: #36517e;
  color: white;
  padding: 4px 12px;
  text-align: center;
}

.table-head th {
  font-size: larger;
  color: #2e2e2e !important;
  background-color: #e5daf8 !important;
  background-image: none !important;
}

#pushToolHeaderRow {
  border: none !important;
}

.table-row {
  border-right: 1px solid #6f7277 !important;
}

#noPushServiceMessage {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
}

.window-send-message-btn {
  width: 100% !important;
}

.check-mark {
  font-size: 20px;
  color: green;
}

.cancel-mark {
  font-size: 20px;
  color: red;
}

#pushServiceSpinner {
  position: fixed;
  left: 53.7%;
  top: 54%;
  font-size: 50px;
  color: #36517e;
}

.col-md-3.customDate {
  width: auto;
}

.settings-container {
  overflow: hidden;
}

.settings-column {
  border-right: 1px solid #ececec;
  padding-right: 30px;
  padding-bottom: 100%;
  margin-bottom: -100%;
}

.settings-row {
  padding-bottom: 30px;
}

.time-zone {
  margin-left: 10px;
}

.prev-page-update {
  margin-top: 5px;
  margin-left: 10px;
}

.prev-page-update > .btn {
  margin-right: 5px;
}

.ip-window {
  margin-left: 10px;
}

.btn.ip-grid-btn {
  margin-right: 10px;
  width: 45px;
}

#ip-grid
  > div.k-grid-content
  > table
  > tbody
  > tr.ng-scope.k-grid-edit-row
  > td:nth-child(2)
  > a.k-button.k-button-icontext.k-primary.k-grid-update {
  display: inline;
  margin-right: 30px;
  margin-left: 30px;
}

#ip-grid
  > div.k-grid-content
  > table
  > tbody
  > tr.ng-scope.k-grid-edit-row
  > td:nth-child(2)
  > a.k-button.k-button-icontext.k-grid-cancel {
  display: inline;
  margin-right: 30px;
  margin-left: 30px;
}

.k-multiselect-wrap li.k-button {
  margin: 3px;
}

.text-right .btn.btn-inverse {
  margin-right: 5px;
}

.col-md-12 > .btn.btn-inverse {
  margin-right: 5px;
}

.switch {
  font-size: 10px;
  box-shadow: none;
}

.switch.k-state-focused {
  border-color: grey;
}

.k-switch-on .k-switch-container,
.k-switch-on .k-switch-container:hover,
.k-switch-on .k-switch-container:focus,
.k-switch-on .k-switch-container:checked {
  background-color: white;
  box-shadow: none;
}

.k-switch-off .k-switch-container,
.k-switch-off .k-switch-container:hover,
.k-switch-off .k-switch-container:focus,
.k-switch-off .k-switch-container:checked {
  background-color: white;
  box-shadow: none;
}

.k-switch-on .k-switch-handle,
.k-switch-on:hover .k-switch-handle {
  background-color: #486da9;
  border-color: #486da9;
}

.k-switch-on:hover .k-switch-container,
.k-switch-on:hover {
  background-color: white;
}

.k-switch-label-on {
  color: #486da9;
  left: 15%;
  box-shadow: none;
}

.k-switch-label-off {
  color: #486da9;
  right: 15%;
  box-shadow: none;
}

.k-switch-on .k-switch-container,
.k-switch-on .k-switch-container:hover {
  background-color: white;
}

.k-switch-container {
  background-color: white;
  box-shadow: none;
}

.partially {
  color: orange !important;
}

.k-dropdown-wrap.k-state-default {
  background-image: none;
  background-color: #fff;
}

.k-list-optionlabel {
  background-color: white;
  cursor: default;
  color: #000000;
}

.k-item:hover.k-state-selected {
  color: #000000;
}

.k-list-optionlabel.k-state-focused.k-state-selected {
  background-color: #dce4f0;
  color: #000;
}

.k-list-optionlabel:hover {
  background-color: white;
  color: #000000;
}

.flag {
  margin-top: 1%;
  width: fit-content;
}

.flexContainer {
  display: flex;
  justify-content: space-around;
}

#inputField {
  flex: 1 !important;
}

#ctc:hover {
  cursor: pointer;
}

#ctc {
  padding-left: 5px;
}

#tooltip {
  padding: 20px;
  color: #787878;
  background-color: #fcf7f8;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

#clpboard {
  font-size: x-large;
}

div.note,
div.warn {
  margin-bottom: 0.5em;
  margin-top: 0;
  padding-top: 0;
}

.note {
  background: rgb(223, 228, 240);
  overflow: auto;
  padding: 0.5em;
  border: 0.5em;
  border-left-style: solid;
  page-break-inside: avoid;
  border-color: #36517e;
}

.warn {
  background: #fedebe;
  overflow: auto;
  padding: 0.5em;
  border: 0.5em;
  border-left-style: solid;
  page-break-inside: avoid;
  border-color: #fd5602;
}

.prefix {
  padding-top: 7px;
}

.warn-icon {
  margin-right: 5px;
  color: orangered;
}

@media (max-width: 1400px) {
  .contacts-column {
    width: 200px;
  }
}

.grid-action-button {
  margin-left: 0.16em;
  margin-right: 0.16em;
}

.k-grid td.k-state-selected,
.k-grid tr.k-state-selected > td {
  background-color: #dce4f0;
}

.k-button:active,
.k-button.k-state-active,
.k-button:active:hover,
.k-button.k-state-active:hover {
  color: #2e2e2e;
  border-color: #c5c5c5;
  background-color: #e9e9e9;
}

.k-pager-wrap.k-grid-pager.k-widget {
  background-color: #fff;
}

.k-button.k-primary,
.k-button.k-primary:focus,
.k-button.k-primary:active,
.k-button.k-primary.active,
.k-button.k-primary:visited {
  background-color: #36517e;
  background-image: none;
  border-color: #36517e;
  color: #fff;
  box-shadow: none;
}

.k-button.k-primary:hover {
  background: #2d4369;
  box-shadow: none;
  border-color: #2d4369;
  opacity: 1;
}

.navbar-default .nav > li > a.active-route {
  text-decoration: underline;
  color: #fff;
}

.k-grid tr.error {
  color: red !important;
}

.sign {
  cursor: pointer;
  color: red;
  font-size: large;
}
.k-widget ::selection {
  background-color: #3392f8;
  color: #ffffff;
}

.expand-btn {
  font-size: smaller;
}

.check {
  color: green;
  margin-right: 5px;
}

.status-container {
  display: flex;
  justify-content: space-evenly;
}

.clear-filter,
.clear-filter:hover {
  background-color: #545255;
  background-image: linear-gradient(#423f42, #58575a 50%, #434043);
  color: #fff;
}

.custom-error {
  padding-left: 15px;
}

.k-header {
  background-color: #f3f3f4;
  background-image: none;
  border-bottom-width: 0px;
}

.k-grid-header {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 0) 100%
  );
  border-bottom-width: 0px;
}

.checkbox-inline.checkbox-group {
  width: 100%;
}

.resend {
  margin-left: 10px;
}

.filter-distrbution {
  width: min-content;
}

.k-calendar .k-state-selected .k-link {
  border-color: #6379b6;
  background-color: #446aaf;
}

.k-button-group .k-button.k-state-active {
  border-color: #6379b6;
  background-color: #446aaf;
}

.k-multiselect-wrap .k-searchbar .k-input {
  box-shadow: none;
}

.k-input.display-hidden {
  display: none;
}

.k-dialog-titlebar {
  color: #656565;
  background-color: #f6f6f6;
}

.k-grid .k-tooltip.k-tooltip-validation {
  color: #ffffff;
  background-color: #ff6358;
}

.k-grid th,
.k-grid td {
  overflow: hidden;
}

.img-supply img {
  content: url('./../images/ss-logo-master-bw.png');
  max-width: 100%;
}

.profile-img .img-circle {
  height: 40px;
  width: 40px;
  background: #e9e9e9 url('./../images/user.png') no-repeat;
  background-size: contain;
}

.break-word {
  word-wrap: break-word;
}

.clipboard {
  float: right;
}

.clipboard:hover {
  cursor: pointer;
}

.coll-wrapper {
  display: flex;
  flex-flow: column;
}

.searchtext-input {
  width: 200px;
}

.window-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1900;
}

.window-wrapper .k-window {
  max-height: calc(100% - 60px - 8%);
  max-width: 100%;
  top: 8% !important;
  left: 0px !important;
  right: 0px !important;
  margin: auto;
}

.body-content {
  width: auto;
}

.activity-detail-wrapper {
  padding: 15px;
}

.activity-detail-wrapper b {
  margin-right: 5px;
}

.dropdown-menu.top-bar-dropdown {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

side-menu a {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

footer-bar .navbar-brand {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  #menu-left {
    display: none;
  }

  .mini-navbar #menu-left {
    display: inherit;
  }

  .supplytheme {
    background: #36517e;
  }

  .navbar-static-side {
    z-index: 9999;
  }
}

body.mini-navbar .navbar-default .nav .nav-second-level li a span {
  display: block;
}

.k-list-item.k-selected,
.k-selected.k-list-optionlabel {
  background: #dce4f0;
  color: #333;
}

.k-list-item.k-selected:hover,
.k-selected.k-list-optionlabel:hover {
  background: #dce4f0;
  color: #222;
}

.k-multiselect .k-clear-value {
  visibility: hidden;
  align-self: flex-start;
}

.k-multiselect:hover .k-clear-value,
.k-multiselect:focus .k-clear-value {
  visibility: visible;
}

.k-list-optionlabel {
  min-height: 28px;
}

.k-input.k-multiselect {
  padding-left: 0px;
  display: flex;
  height: auto;
}

.k-input .k-i-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 20px;
  height: 20px;
}

.k-toolbar.k-grid-toolbar .k-button {
  padding: 4px 8px;
}

#preloader {
  font-size: 20em;
  color: #676a6c;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1001;
}

entity-list .k-pager-wrap {
  justify-content: center;
}

entity-list .k-spacer {
  display: none;
}
