/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.thumbnail-image-100{
    width: 100px;
    height: 100px;
}

.custom-filter{
    margin-left: 10px;
}

.hidden {
  display: none;
}

.fill-bg{
  background: #F5F6FA;
}

.two-flags img{
  margin: 0 -11px 0 13px;
}

.drug-dropdown .select2-container{
  width: 100% !important;
}

.small-box > .small-box-footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.small-box > .small-box-footer:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

.dropify-render {
  height: 200px !important;
  width: 200px !important;
}

.btn-space{
  height: 31px;
  background: #4A8CFF;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  padding: 0 15px;
  margin-top: -2px;
}

.btn-space-link {
  width: 30px;
  height: 33px;
  background: #4A8CFF;
  border-radius: 4px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  margin-left: 3px !important;
  border: 0;
  width: 36px;
}

.checkbox-design {
  display: block;
  position: relative;
  padding-left: 31px;
  margin-bottom: 0;
  line-height: 19px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 4px;
  font-size: 1rem;
}
.checkbox-design input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-design .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border:  1px solid #808495;
  border-radius: 4px;
}
.checkbox-design:hover input~.checkmark {
  background-color: #ccc;
}
.checkbox-design input:checked~.checkmark {
  background-color: #007bff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-design input:checked~.checkmark:after {
  display: block;
}
.checkbox-design .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

select.form-control option {
  color: #000;
}
.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -27px;
  position: relative;
  z-index: 2;
}


.img-center-popup {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sugar_table td:hover {
    background-color: #EAF0F4;
}

.hidden-table-hover:hover {
    background-color: white !important;
}

.permission-tag {
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #bbb;
  border-radius: 10%;
  display: inline-block;
  margin-top: 4px;
}

hr {
  width: 100%;
  background-color:#dee2e6;
  height: 2px;
}

.multiselect-options .select2-selection.select2-selection--single{
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  padding-top: 6px;
  padding-left: 6px;
}

.multiselect-options  .select2-selection__arrow {
  top: 7px !important;
}

.set-dropdown-width .dropdown-menu.show{
  width: 0 !important;
}

.btn-copy-link{
  height: 44px !important;
  line-height: 17px !important;
  border-radius: 4px !important;
  /*margin-left: 14px !important;*/
  /*margin-bottom: 5px !important;*/
  font-family: "SourceSansProRegular";
}
