html {
  height: 100%;
}

.clearfix {
  clear: both;
}
.dropdown-toggle::after {
  display: none;
}
.main-profile-content .product-item .title-block p {
  font-size: 13px;
}
.main-profile-content .product-item .body-block h3,
.main-profile-content .product-item .body-block h4 {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}
.main-profile-content .product-item .body-block a {
  font-size: 12px;
  font-weight: bold;
}
.main-profile-content .product-item {
  height: auto;
}

.product-items {
  background-repeat: no-repeat, repeat;
  background-position: center, center;

  background-size: 300px 150px;
}
.product-items .overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.post-product .title-block h2 {
  font-size: 18px;
}
.product-items:hover .overlay {
  opacity: 1;
}
.product-items input {
  opacity: 0;
}
.product-items .btn-upload {
  width: 120px;
  height: 120px;
  background: #ddd !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.uploaded .product-items {
  background-image: none !important;
  background: #eee !important;
}

.uploaded .progress {
  opacity: 1;
}

.progress {
  opacity: 0;
}

.product-items .upload-click {
  opacity: 0;

  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.product-items:hover .upload-click {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5) !important;
}

.slideIn.custom.show {
  top: unset !important;
}

.custom-btn {
  height: calc(2.25rem + 2px);
}

.br-0 {
  border-radius: 0 !important;
  border-left: none;
}

.br-0-only {
  border-radius: 0 !important;
}

.custom-form-control__control {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.custom-form-control__control:hover {
  border-color: #ced4ca !important;
}

.custom-form-control__value-container:hover {
  cursor: text;
}

.custom-form-control__menu {
  z-index: 5 !important;
}

.custom-form-control__menu .custom-form-control__option--is-focused {
  cursor: pointer;
  background-color: rgba(230, 126, 34, 0.25);
}

.custom-form-control__menu .custom-form-control__option:active {
  background-color: #f3c195;
}

.custom-form-control__control.custom-form-control__control--is-focused {
  outline: 0;
  border-color: #f3c195;
  box-shadow: 0 0 0 0.2rem rgba(230, 126, 34, 0.25);
}

.custom-form-control__multi-value {
  cursor: default;
}

.custom-form-control__multi-value__remove,
.custom-form-control__indicators {
  cursor: pointer;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-control-label {
  cursor: pointer;
}

.table-hidden {
  overflow: hidden;
}

.input-large {
  width: 320px;
}

.table-scrollable {
  overflow-x: auto;
}

.portlet {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}

.portlet > .portlet-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.portlet > .portlet-title:after,
.portlet > .portlet-title:before {
  content: "";
  display: table;
  line-height: 0;
}

.portlet > .portlet-title:after {
  clear: both;
}

.portlet > .portlet-title > .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

.portlet > .portlet-title > .caption > i {
  float: left;
  margin-top: 4px;
  display: inline-block !important;
  font-size: 13px;
  margin-right: 5px;
  color: #666;
}

.portlet.blue > .portlet-title > .caption,
.portlet.green > .portlet-title > .caption,
.portlet.yellow > .portlet-title > .caption,
.portlet.red > .portlet-title > .caption,
.portlet.purple > .portlet-title > .caption,
.portlet.grey > .portlet-title > .caption {
  color: #fff;
}

.portlet.box.blue > .portlet-title > .caption > i,
.portlet.box.green > .portlet-title > .caption > i,
.portlet.box.grey > .portlet-title > .caption > i,
.portlet.box.yellow > .portlet-title > .caption > i,
.portlet.box.red > .portlet-title > .caption > i,
.portlet.box.purple > .portlet-title > .caption > i,
.portlet.box.light-grey > .portlet-title > .caption > i {
  color: #fff;
}

.sortable .portlet > .portlet-title {
  cursor: move;
}

.portlet > .portlet-title > .tools,
.portlet > .portlet-title > .actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}

.portlet > .portlet-title > .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
}

.portlet > .portlet-title > .actions > .dropdown-menu i {
  color: #000 !important;
}

.portlet > .portlet-title > .tools > a.remove {
  margin-bottom: 2px;
  background-image: url(../img/portlet-remove-icon.png);
  background-repeat: no-repeat;
  width: 11px;
}

.portlet > .portlet-title > .tools > a.config {
  margin-bottom: 2px;
  background-image: url(../img/portlet-config-icon.png);
  background-repeat: no-repeat;
  width: 12px;
}

.portlet > .portlet-title > .tools > a.reload {
  margin-bottom: 2px;
  background-image: url(../img/portlet-reload-icon.png);
  width: 13px;
}

.portlet > .portlet-title > .tools > a.expand {
  margin-bottom: 2px;
  background-image: url(../img/portlet-expand-icon.png);
  width: 14px;
}

.portlet > .portlet-title > .tools > a.collapse {
  margin-bottom: 2px;
  background-image: url(../img/portlet-collapse-icon.png);
  width: 14px;
}

.portlet > .portlet-title > .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.6;
  filter: "alpha(opacity=60)";
}

.portlet > .portlet-title > .actions > .btn-group {
  margin-top: -13px;
}

.portlet > .portlet-title > .actions > .btn {
  padding: 4px 10px;
  margin-top: -14px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}

.portlet > .portlet-title > .actions > .btn.btn-sm {
  padding: 3px 8px;
  margin-top: -13px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn-sm {
  padding: 3px 8px;
  margin-top: -1px;
}

.portlet > .portlet-title > .pagination.pagination-sm {
  float: right !important;
  margin: 0px;
  margin-top: -4px;
}

@media (max-width: 767px) {
  .portlet > .portlet-title > .actions.btn-set > .btn-group,
  .portlet > .portlet-title > .actions.btn-set > .btn {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}

.portlet > .portlet-body {
  clear: both;
  padding: 0;
}

.portlet > .portlet-empty {
  min-height: 125px;
}

.portlet > .portlet-body.light-blue,
.portlet.light-blue {
  background-color: #bfd5fa !important;
}

.portlet > .portlet-body.blue,
.portlet.blue {
  background-color: #34495e !important;
}

.portlet > .portlet-body.red,
.portlet.red {
  background-color: #dc3545 !important;
}

.portlet > .portlet-body.yellow,
.portlet.yellow {
  background-color: #ffc107 !important;
}

.portlet > .portlet-body.orange,
.portlet.orange {
  background-color: #e67e22 !important;
}

.portlet > .portlet-body.green,
.portlet.green {
  background-color: #7cce57 !important;
}

.portlet > .portlet-body.purple,
.portlet.purple {
  background-color: #6f42c1 !important;
}

.portlet > .portlet-body.light-grey,
.portlet.light-grey {
  background-color: #fafafa !important;
}

.portlet > .portlet-body.grey,
.portlet.grey {
  background-color: #555555 !important;
}

.portlet.solid {
  padding: 10px;
}

.portlet.solid > .portlet-title > .tools {
  margin-top: 2px;
  border: 0px;
}

.portlet.solid > .portlet-title {
  margin-bottom: 5px;
  border: 0px;
}

.portlet.solid.bordered > .portlet-title {
  margin-bottom: 15px;
}

.portlet.solid.red > .portlet-title,
.portlet.solid.red > .portlet-title > .caption > i,
.portlet.solid.red > .portlet-body,
.portlet.solid.green > .portlet-title,
.portlet.solid.green > .portlet-title > .caption > i,
.portlet.solid.green > .portlet-body,
.portlet.solid.yellow > .portlet-title,
.portlet.solid.yellow > .portlet-title > .caption > i,
.portlet.solid.yellow > .portlet-body,
.portlet.solid.grey > .portlet-title,
.portlet.solid.grey > .portlet-title > .caption > i,
.portlet.solid.grey > .portlet-body,
.portlet.solid.purple > .portlet-title,
.portlet.solid.purple > .portlet-title > .caption > i,
.portlet.solid.purple > .portlet-body,
.portlet.solid.blue > .portlet-title,
.portlet.solid.blue > .portlet-title > .caption > i,
.portlet.solid.blue > .portlet-body {
  border: 0;
  color: #fff;
}

.portlet.box > .portlet-title {
  margin-bottom: 0px;
}
.portlet.box > .portlet-title {
  padding: 8px 10px 2px 10px;
  border-bottom: 1px solid #eee;
  color: #fff !important;
}

.portlet.bordered {
  border-left: 2px solid #ddd;
}

.portlet.box.orange > .portlet-orange {
  background-color: #e67e22;
}

.portlet.box.orange {
  border: 1px solid #e67e22;
  border-top: 0;
}

.custom-form-control__menu
  .custom-form-control__control
  .custom-form-control__value-container:hover {
  cursor: pointer;
}

.custom-form-control__menu
  .custom-form-control__menu-list
  .custom-form-control__option--is-selected {
  background: #e67e22;
}

.c-pointer {
  cursor: pointer;
}

.clickable {
  color: #e67e22;
  cursor: pointer;
}

.clickable:hover {
  color: #a85913;
}
