a {
  cursor: pointer;
}

/* index.tpl */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
  box-shadow: 0px 5px 20px -10px rgb(0 0 0 / 50%);
}
.form-control {
  box-shadow: 0px 5px 20px -10px rgb(0 0 0 / 15%);
}
.form-control:hover {
  box-shadow: 0px 5px 20px -10px rgb(0 0 0 / 50%);
}
.form-control:focus {
  box-shadow: 0px 5px 20px -10px rgb(0 0 0 / 50%);
}
.form-control[disabled] {
  cursor: auto;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}

.width-auto {
  width: auto;
}

textarea {
  resize: vertical;
}

.pointer {
  cursor: pointer;
}
.pointer:hover {
  background: #dddddd66;
}
.red {
  color: #f70707;
}
.border-none {
  border: none;
}
#select_list .list-group-item:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

table.row-hover tr:hover {
  background: #e6e6e6;
}

.auto-width {
  width: auto;
}
.width-70 {
  width: 70px;
}
.width-90 {
  width: 90px;
}
.width-80 {
  width: 80px;
}
.width-100 {
  width: 100px;
}
.width-110 {
  width: 110px;
}
.width-120 {
  width: 120px;
}
.width-130 {
  width: 130px;
}
.width-140 {
  width: 140px;
}
.width-150 {
  width: 150px;
}
.width-200 {
  width: 200px;
}
i.preview,
i.download,
i.edit-file {
  cursor: pointer;
  margin-left: 5px;
}
.underline-block {
  padding-bottom: 3px;
  border-bottom: 1px dashed #a3a3ff;
}
.fixed {
  position: fixed;
}
.right {
  right: 0;
}
.relative {
  position: relative;
}
.display-table {
  display: table;
  width: 100%;
}
.datatable-scroll {
  overflow-x: scroll;
}
.disabled_pointer {
  cursor: not-allowed;
}

.file-drop-zone .kv-file-content img {
  max-width: 100%;
}

.custom_filter {
  position: relative;
  display: block;
}

table.table-td-left-align td {
  text-align: left;
}

.custom_filter input {
  outline: 0;
  width: 200px;
  height: 36px;
  padding: 7px 12px;
  padding-right: 36px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.custom_filter > label:after {
  content: "\e98e";
  font-family: "icomoon";
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  color: #999999;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.input-error {
  border-color: #d84315;
}

.input-group .bs-searchbox:after {
  z-index: 100;
  top: 25px;
}
/*      Card block      */
.card_block {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  /* height: 150px; */
  transition-duration: 0.7s;
  box-shadow: 0px 6px 20px -10px rgba(0, 0, 0, 0.15);
}
.card_block:hover {
  box-shadow: 0px 6px 20px -10px rgba(0, 0, 0, 0.5);
}
.card_block > h4,
h1 {
  line-height: 30px;
  margin: 0px;
}
.card_block > h4 {
  font-size: 16px;
}
.card_block > h1 {
  font-size: 28px;
}
/*      !Card block      */

@media (min-width: 769px) {
  .sidebar-xs .sidebar-main {
    width: 145px;
  }
  .sidebar-xs .sidebar-main ul.navigation li > a {
    padding: 10px 3px;
  }
}

/* Autocomplete drop down list styles */
.autocomplete-suggestions {
  border: 1px solid #dddddd;
  background: #fff;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 5px 8px;
  white-space: nowrap;
  cursor: pointer;
}
.autocomplete-suggestion.autocomplete-selected {
  background: #e8e5e5;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
/* End Autocomplete */
