/**
 *  CSS Overrides.
 */

.elfinder-places {
  display: none !important;
}

.form-group.has-error .help-block {
  font-size: 13px;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

.form-control.readonly {
  pointer-events: none;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.skin-blue .btn.btn-primary {
  background-color: #161BC3;
}

.skin-blue .main-header .navbar {
  background-color: #262be6;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #4146ea;
}

.skin-blue .main-header .logo,
.skin-blue .main-header .logo:hover {
  background-color: #161BC3;
}

.skin-blue .pagination > .active > a,
.skin-blue .pagination > .active > a:focus,
.skin-blue .pagination > .active > a:hover {
  background-color: #161BC3 !important;
}

.skin-blue .pagination > .active > span,
.skin-blue .pagination > .active > span:focus,
.skin-blue .pagination > .active > span:hover {
  background-color: #161BC3 !important;
}

.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #dddefb;
}

.skin-blue .nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #161BC3;
}

