.per-page {
  width: 65px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 10px;
  height: 29px;
  margin: 20px 0 0 10px;
  padding: 0 12px;
}

.per-page option {
  text-align: center;
}

.select-cards {
  margin-top: 10px;
  padding-right: 5px;
  max-height: 300px;
}

.select-cards .list-group-item {
  padding-right: 5px;
}

.select-cards .list-group-item span {
  float: right;
  cursor: pointer;
  margin-right: 3px;
  margin-top: 2px;
}

.select-cards.selectable .list-group-item:not(.disabled) {
  cursor: pointer;
}

.select-cards.selectable span {
  display: none !important;
}

/* CKEditor */

.wrapper .cke_chrome {
  border-radius: 0;
  padding: 0;
}

.wrapper .cke_top {
  padding: 10px 10px 5px;
}

.wrapper .cke_contents {
  border-radius: 0;
  border: none;
  border-top: 1px solid #ddd;
}

.wrapper .cke_bottom {
  margin: 5px 5px 0;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.loader .shadow {
  background: #ffffff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ibox {
  position: relative;
}

img.image-preview,
.image-preview img {
  max-width: 100%;
}

#modal_image_preview .big-image {
  max-height: 700px;
  max-width: 850px;
}

.rtl {
  direction: rtl;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.ui-accordion .btn {
  color: #ffffff;
}

.required:after {
  content: " *";
  color: #ed5565;
}

.image-preview {
  max-width: 320px;
  max-height: 400px;
}

.user-picture-listing {
  max-width: 50px;
  max-height: 50px;
}

.select2-container {
  max-width: 100%;
}
