.FAB {
  position: fixed;
  bottom: 30px;
  right: 60px;
  width: 56px;
  z-index: 4;
}
.FAB__action-button {
  bottom: 0;
  right: 0;
  cursor: pointer;
  position: absolute;
}
.FAB__action-button > .btn-link:hover {
  background-color: transparent;
}
.FAB__action-button:hover .action-button__icon {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14), 0 8px 16px rgba(0, 0, 0, 0.28);
}

.action-button__icon {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  background-color: cornflowerblue;
  border-radius: 50%;
  color: #fff;
  padding: 22px;
}
.action-button__text--hide {
  display: none;
}
.action-button__text--show {
  background-color: #212121;
  border-radius: 3px;
  color: #fff;
  right: 75px;
  font-size: 14px;
  font-family: "Helvetica Neue";
  opacity: 0.8;
  padding: 5px 9px;
  position: absolute;
  top: 2px;
  white-space: nowrap;
}

* {
  outline: none;
}

*:focus {
  outline: 0;
}

body {
  text-align: initial;
}

button:focus {
  outline: 0;
}

label {
  font-weight: 800;
  font-size: 14px;
}

.chosen-container, .icon-form {
  text-align: left;
  font-family: "FontAwesome", "sans-serif";
}

section.sidebar {
  padding-bottom: 0;
}

.filled-info-boxes {
  line-height: 1.5;
}

.products-list .product-img {
  height: 50px;
  overflow: hidden;
}
.products-list .product-img img {
  height: auto;
}

div.dt-buttons {
  margin: 0 30px;
}

#errors-list li {
  background: none;
  border: none;
}

.form-inputs .input-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.form-inputs .input-group .control-label {
  margin-bottom: 0;
}
.form-inputs .input-group .control-label-ar {
  direction: rtl;
}
.form-inputs .input-group-text {
  flex-grow: 1;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.form-inputs .input-group-addon {
  border: none;
}
.form-inputs .help-block {
  margin-left: 50px;
}

.has-error .form-control {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  cursor: pointer;
}

table.dataTable.display tbody td .label, table.dataTable.display tbody td a.btn {
  font-size: 11px;
  display: inline-block;
  margin: 2px;
}

.dataTables_wrapper {
  margin-bottom: 100px;
}

.model-icon {
  text-align: center;
}
.model-icon i.fa {
  font-size: 50px;
  display: inline-block;
  margin: 2px;
}

table.dataTable.display.small tbody td {
  font-size: 12px;
}

table.dataTable.display.small th {
  font-size: 12px;
}

table.dataTable.display.smaller tbody td {
  font-size: 11px;
}

table.dataTable.display.smaller th {
  font-size: 11px;
}

table.dataTable.display.smallest tbody td {
  font-size: 10px;
}

table.dataTable.display.smallest th {
  font-size: 10px;
}

.action-modal .modal-body .modal-field {
  margin: 7px 0;
}
.action-modal .modal-body .modal-field .label, .action-modal .modal-body .modal-field a.btn {
  margin: 2px;
}
.action-modal .modal-body .modal-field .fa {
  font-size: 2em;
}

.action-modal .modal-body span, .action-modal .modal-body span div {
  font-size: 12px;
  display: inline;
}

div.link-icons i.fa {
  margin: 3px;
  font-size: 15px;
}

div.media {
  margin: 20px 0;
}

.mb-50 {
  margin-bottom: 50px;
}

.edit-contents textarea {
  width: 100%;
}

.image-preview {
  margin: auto;
}

.content-img{
    height: 270px;
    max-width: 100%;
}
@media (max-width: 400px) {
    .content-img{
        height: 170px;
    }
}

.image-info {
  overflow: hidden;
  border-left: solid grey 3px;
  padding: 20px 0 20px 20px;
}
@media (max-width: 768px) {
    .image-info{
        border-left: none;
        border-bottom: 3px solid grey;
        margin-bottom: 30px;
    }
    .image-info h3{
        text-align: center;
    }
}

div.dt-button-collection div.dropdown-menu {
  position: relative;
}

.select2-container--default .select2-selection--single {
  padding: 0 !important;
}

.dz-image {
  border-radius: 0 !important;
  width: 200px !important;
  height: 200px !important;
}
.dz-image > img {
  width: 200px !important;
  height: auto !important;
}

.pull-right {
  float: right;
}

.rtl {
  direction: rtl;
}

.rtl-right {
  direction: rtl;
  text-align: right;
}

.rtl-body {
  direction: rtl;
}
.rtl-body * {
  direction: rtl;
}

.rtl-right-body {
  direction: rtl;
  text-align: right;
}
.rtl-right-body * {
  direction: rtl;
  text-align: right;
}
