/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
textarea {
  resize: none;
}

form .form-group {
  margin-bottom: 1rem;
}
.small-textbox {
  padding: 1rem;
  height: calc(1.75rem + 2px);
}
img.login-app-logo {
  max-height: 50px;
}
h3.login-app-name {
  display: inline-block;
  font-weight: bold;
}

.avatar img {
  max-width: 36px;
  max-height: 36px;
}

a.delete-link {
  color: #ff0000;
}
a.delete-link:hover {
  color: #ff0000;
}

.filter-button-container {
  padding-top: 27px;
}
.no-stretch {
  width: 1%;
  white-space: nowrap;
}

.collapse .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-card .collapse .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.list-card .collapse:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

@media (max-width: 767.98px) {
  .filter-button-container {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .heading-elements.filter-controls .list-inline {
    display: inline;
  }
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #fff;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-1 {
  flex: 1;
}

.table th,
.table td {
  padding: 0.75rem 1rem;
}

.dense-table th,
.dense-table td {
  padding: 0.5rem 1rem;
  vertical-align: middle;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 0.2rem 0.3rem;
  font-size: 0.6rem;
  line-height: 1;
  border-radius: 0.18rem;
}

.control-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.control-bar .nav-container {
  flex: 1;
  min-width: 320px;
  margin-left: 20px;
  display: flex;
  justify-content: flex-end;
}
