body {
  background: #f3f3f3;
}

.fclogo {
  background: url('../svg/logo-full.svg') no-repeat center center;
  background-size: contain;
  /* svg width 381px, height: 67px */
  height: 67px;
  width: 381px;
  margin: 30px auto 0;
}

.mai-sub-header>.container {
  padding-top: 18px;
}

.mai-top-header {
  background-color: #0a0a0a;
}

.mai-top-header .navbar-brand {
  background-image: url(../svg/logo-full.svg);
  background-position: 0 center;
  background-size: 190px 33px;
  height: 33px;
  width: 290px;
  /*margin-right: 45px;*/
}

.main-content {
  padding: 16px 0;
}

h2 .badge {
  border-radius: 1rem;
  background-color: #7D3171;
  color: white;
  margin-left: 10px;
}

.btn-primary:not([disabled]):not(.disabled):active:hover,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled):active.focus,
.btn-primary:not([disabled]):not(.disabled).active:hover,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled).active.focus,
.show>.btn-primary.dropdown-toggle:hover,
.show>.btn-primary.dropdown-toggle:focus,
.show>.btn-primary.dropdown-toggle.focus {
  background-color: rgb(145, 46, 115, 0.85);
}

.list-actions {
  margin: 0;
  background: #7D3171;
  padding: 8px 6px;
  height: 54px;
}

.action-buttons .btn {
  border-radius: 6px;
}

.action-buttons .btn .icon {
  font-size: 1.5rem;
}

.text-right.action-buttons .btn {
  margin-left: 10px;
}

/* dropzone */
.dropzone .dz-preview .dz-image {
  width: 320px;
}

.dropzone .dz-preview .dz-error-message {
  left: 10px;
  top: 145px;
  width: 300px;
}

.dropzone .dz-preview .dz-details .dz-size {
  display: none;
}

.dropzone .dz-preview .dz-details .dz-info {
  margin-top: 15px;
}

/* select2 */
.select2-container--default .select2-selection--single {
  height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.5px;
  width: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 12px;
  font-size: 16px;
  padding-top: 1.5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 1px 12px !important;
  min-height: 0 !important;
}

.select2-container--default .select2-selection--multiple {
  min-height: 38px;
}

/* alert */
.alert-stick-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* android */
.fa-android {
  font-size: 20px;
  color: #A6BC47;
  margin-right: 10px;
}

/* ios */
.fa-apple {
  font-size: 20px;
  color: #A5AEB7;
  margin-right: 10px;
}

/* facebook */
.fa-facebook,
.indicator-item-icon .fa-android,
.indicator-item-icon .fa-apple {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  padding-top: 1px;
  font-size: 24px;
  background: #3b5998;
  border-radius: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}

.fa-facebook {
  color: white;
}

.indicator-item-icon .fa-android,
.indicator-item-icon .fa-apple {
  padding-top: 0;
  border-width: 3px;
  border-color: #3b5998;
  padding-left: 1px;
  /*background: white;*/

}

/* dashboard android */
.indicator-item-icon .fa-android {
  background: #4081EE;
  color: white;
}

/* dashboard ios */
.indicator-item-icon .fa-apple {
  color: #EDEEF0;
  background: #F88C38;
}

/* filter */
.filter .dropdown-menu {
  padding: 0;
}

.filter .dropdown-menu .dropdown-item>input[type=checkbox] {
  margin-right: 10px;
  vertical-align: middle;
}

.filter .dropdown-menu .item-group {
  padding: 9px 12px;
  background-color: lightgray;
  font-weight: bold;
}

.filter.btn-group>button {
  font-size: 1.3rem;
}

.filter #filter-count>span {
  margin-left: 8px;
}

/* sample file */
.sample-file>a {
  padding-top: 10px;
  display: block;
}

.datepicker { 
  z-index:99999 !important; 
}