.sidebar-menu li > a > .pull-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.sortable li .page_row {
  border: 1px solid #dee2e9;
  padding: 0;
  background: #f9fafc;
}
.sortable li .page_row table td {
  padding: 6px 0;
}
.tree-view table {
  margin-bottom: 0;
}
.tree-view table td {
  padding-left: 0 !important;
}
.tree-view table td:nth-child(1) {
  width: 35px;
  padding-left: 10px !important;
}
.page_row table td:nth-child(2) {
  font-size: 14px;
}
.tree-view table td:nth-child(3) {
  width: 52px;
}
.tree-view table td:nth-child(4) {
  width: 52px;
}
.tree-view table td:nth-child(5) {
  width: 52px;
}
.tree-view table td:nth-child(6) {
  width: 52px;
}
.tree-view table td:nth-child(7) {
  width: 350px;
}
.tree-view table td:nth-child(8) {
  width: 80px;
}
.tree-view table .glyphicon {
  font-size: 15px;
}
.glyphicon-remove-circle {
  color: #a94442;
}
.glyphicon-ok-circle {
  color: #00a65a;
}
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";
}
ol.sortable {
  margin: 1em 0 2em;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.small-box .icon {
  top: 0 !important;
  right: 10px !important;
  font-size: 60px !important;
  -webkit-transform: none !important;
  transform: none !important;
  cursor: default;
}
.small-box p {
  margin: 0;
}
.small-box h3 {
  font-weight: normal !important;
  margin: 0 0 6px 0 !important;
  min-height: 42px;
}
.small-box > .inner {
  padding: 8px 10px 10px 15px !important;
}
.small-blocks .bg-white {
  background: #fff;
  color: #333 !important;
}
.small-blocks .bg-white h3 {
  font-size: 24px !important;
  min-height: 26px;
  font-weight: bold !important;
}

#productimage-image-fileupload .preview img {
  width: 50px;
  height: auto;
}
#productimage-image-fileupload .template-download textarea {
  height: 40px;
}
.select2-container--default .select2-selection--single {
  border-color: #d2d6de;
  border-radius: 0;
  height: 34px;
}
.select2-dropdown {
  border-color: #d2d6de;
  min-width: 150px;
}
.select2-results__option {
  padding: 3px 6px;
}

.ui-state-disabled.date-blocked {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.ui-datepicker .date-blocked a {
  position: relative;
}
.ui-datepicker .date-blocked a:before {
  content: "\2573";
  color: #ff002d;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 1px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    z-index: 999999 !important;
}


/* Charts */
.chart-tabs > li > a span {
  color: #3c8dbc;
}
.graph-chart {
  width: 100%;
  height: 300px;
}
.graph-chart canvas {
  width: 100% !important;
  height: 100% !important;
  background: #fff;
}

.doughnut-chart {
  margin: 15px 0;
}
.doughnut-chart-placeholder {
  height: 360px;
  width: 360px;
  float: left;
  margin: 0 50px 0 40px;
}
.doughnut-chart-placeholder canvas {
  height: 100%;
  width: 100%;
}
.doughnut-chart-legend {
  overflow: hidden;
}
.doughnut-legend {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.doughnut-legend li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: relative;
  margin-right: 8px;
}
.doughnut-legend li span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  left: 3px;
  top: 3px;
}

@media (max-width: 1600px) {
  .doughnut-chart-placeholder {
    height: 300px;
    width: 300px;
    margin: 0 25px 0 15px;
  }
}
@media (max-width: 1400px) {
  .doughnut-chart-placeholder {
    height: 230px;
    width: 230px;
    margin: 0 20px 0 5px;
  }
}
@media (max-width: 1199px) {
  .doughnut-chart-placeholder {
    height: 300px;
    width: 300px;
    margin: 0 35px 0 15px;
  }
}
@media (max-width: 767px) {
  .doughnut-chart-placeholder {
    float: none;
    height: 280px;
    width: 280px;
    margin: 0 auto 25px;
  }
}

.kv-grid-table img {
  max-width: 50px;
  max-height: 34px;
  display: block;
  margin: 0 auto;
}

.navbar-form form {
    display: flex;
    flex-wrap: wrap;
}
.navbar-form form label {
    flex: 0 0 100%;
    font-weight: normal;
    color: #fff;
}
.navbar-form form .form-control {
	flex: 0 0 110px;
    max-width: 110px;
}

.select2-results__option {
    min-height: 26px;
}
.select2-container.select2-container--default.select2-container--open {
    z-index: 99999 !important;
}

.user-panel > .info > p {
    margin-bottom: 0 !important;
}

.user-discount-tree {
    max-width: 420px;
}
.user-discount-tree li {
    position: relative;
    min-height: 30px;
    padding-top: 3px;
}
.user-discount-tree input {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}




























