html, body {
  height: 100%;
}

body * {
  font-family: 'Roboto', sans-serif;
  color: #000;
}

.tile-stats h3 {
  font-size: 20px;
}

.tile-stats .icon i {
  font-size: 40px;
}

.ui-widget.ui-widget-content {
  z-index: 1000000000000000000000;
}

.clear-30 {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  height: 30px;
}

h1 {
  color: rgb(0, 0, 0);
  font-size: 40px;
}

.clear-1 {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  height: 1px;
}

label {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: normal;
}

.alert-danger *, .alert-error * {
  color: #fff !important;
}

input([type="text"]), select {
  height: 45px !important;
}

.my-btn {
  background: #000;
  color: #fff;
  padding: 15px 16px;
}

.my-btn:hover, .my-btn:focus {
  opacity: .8;
  color: #fff;
}

@media (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-right-md {
    float: right;
  }
}

@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
}

.main-logo {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  margin-bottom: 15px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
  margin-top: -1px !important;
}

.sortable.grid li {
  border: 0;
  width: 25%;
}

.ui-datepicker {
  z-index: 9999999999 !important;
}


a[data-sort] {
  white-space:nowrap;
}
a[data-sort]:after {
  font-family: 'FontAwesome';
  content: ' \F0DD';
  padding-left:15px;
}