.login-image {
  background: url("../img/login-background.jpg") !important;
  background-position: center;
  background-size: cover;
}

.bootstrap-tagsinput .tag {
  background: #4e73df;
  padding: 0 6px;
  margin-right: 2px;
  color: white;
  border-radius: 4px;
}

ul {
  height: 100%;
  padding: 0px 5px 0px 20px;
}

a {
  color: #17a2b8;
}

.crispyform .error {
  color: #d12b1f;
  font-size: 18px;
}

.select2-container {
  width: 100% !important;
}

.alert-error {
color: #f84848;
background-color: #fac6c6;
border-color: #863535;
}

.select2-selection {
overflow: hidden;
}
.select2-selection__rendered {
white-space: normal !important;
word-break: break-all !important;
max-width: 100% !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}



pre[class*="language-"] button {
  position: absolute;
  top: 5px;
  right: 5px;

  font-size: 0.9rem;
  padding: 0.15rem;
  background-color: #828282;

  border: ridge 1px #7b7b7c;
  border-radius: 5px;
  text-shadow: #c4c4c4 0 0 2px;
}

pre[class*="language-"] button:hover {
  cursor: pointer;
  background-color: #bcbabb;
}

pre[class*="language-"] {
  position: relative;
  overflow: auto;
  margin: 5px 0;
  padding: 2rem 0 2rem 1rem;
  border-radius: 10px;
  background: #2d2d2d;
  color: #ccc;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  hyphens: none;
}

.imagerow td, th {
      border: none !important;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
}