.ccbackground {
  background-color: #E3212F;
}

/*.ccbackground:hover{ color: #6BB9E0; }*/

.cc {
  color: #E3212F;
}

.cc:hover {
  color: #6BB9E0;
}

.logo-img {
  float: right;
  width: auto;
  height: 115px;
  margin-bottom: 15px;
}

.ck-editor__editable,
textarea {
  min-height: 150px;
}

.datatable {
  width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
  margin-bottom: 0.333em;
  margin-top: .2rem;
}

.dataTables_filter {
  margin-right: .2rem;
}

.dt-buttons .btn {
  margin-left: 0.333em;
  border-radius: 0;
  font-size: 0.8rem;
  padding: 0.3rem 0.5rem;
}

.table.datatable {
  box-sizing: border-box;
  border-collapse: collapse;
}

table.dataTable thead th {
  border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #c8ced3;
}

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

.select2-selection__rendered {
  padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
  display: block !important;
}

.btn-info,
.badge-info {
  color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none;
}

.sidebar .nav-item {
  cursor: pointer;
}

.btn-default {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
  box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
  color: #23282c;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/** drag & drop image upload */
.drop-zone {
  max-width: 100%;
  height: 24rem;
  padding: 0.5rem;
  display: flex;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 0.1rem solid #e4e7ea;
  border-radius: 0.4rem;
  overflow-y: auto;
  flex-wrap: wrap;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  pointer-events: none;
  width: 13rem;
  height: 10rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
  margin: 0.5rem;
  box-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.1);
}

/** close button */
.drop-zone__thumb::after {
  pointer-events: all;
  content: '';
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgb(255 27 27);
  border: none;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
}

.drop-zone__prompt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

textarea#all_images {
  display: none;
}


/** historic notes styling */
.date-meta {
  color: #aaa;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 2px;
  vertical-align: middle;
  white-space: nowrap;
}

.task-subject {
  font-weight: 500;
  margin-bottom: 10px;
}

.user-name h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.comma-list {
  margin-right: 5px;
}

img.image-icon {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  object-fit: cover;
}

.user-card {
  display: flex;

  margin-bottom: 20px;
}

.user-icon {
  margin-right: 10px;

}

span.task-name {
  color: #aaa;
  font-weight: 300;
}

span.subjet-name {
  color: #aaa;
  font-weight: 300;
}

.user-name {
  margin-right: 5px;
}

.date-user {
  display: flex;
  align-items: center;
}

.task-media-thumb {
  height: 10rem;
  width: 15rem;
  border-radius: 0.3rem;
  object-fit: cover;
}

.max-50 {
  max-width: 100px;
}