.panel-close {
  font-size: 20px !important;
  color: #ff5454;
  cursor: pointer;
}

.cmd-resizeable-80 {
  width: 80% !important;
}

.cmd-resizeable-20 {
  width: 20% !important;
}

.datatable-search-box {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}

  .datatable-search-box i {
    color: #c0cadd;
  }

  .datatable-search-box input {
    margin-top: -3px;
    color: #c0cadd;
    border: 0;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    background-color: #f9f9fa !important;
    /*margin-left: 15px;*/
  }

.margin-top-0 {
  margin-top: 0 !important;
}

.fa-genderless:before {
  font-size: 10px !important;
  margin: 0 !important;
}

.sidebar .nav-link, .sidebar .navbar .dropdown-toggle, .navbar .sidebar .dropdown-toggle {
  padding: 10px 1rem;
}

  .sidebar .nav-link active i {
    margin: 0 !important;
  }

.nav-link active {
  padding-left: 30px;
}

.datatable-body .empty-row {
  height: 40px !important;
  display: block;
  overflow: hidden;
  padding: 0.75rem 0 0 0.75rem;
}

.icon-delete {
  color: #ff5454;
  font-weight: bold;
  cursor: pointer;
}

.icon-active {
  font-weight: bold;
  cursor: pointer;
  color: #1bb50d;
}

.icon-pasive {
  font-weight: bold;
  cursor: pointer;
  color: #ff5454;
}
.icon-pencil {
  color: #208c89;
  font-weight: bold;
  cursor: pointer;
}
.form-proccess-ico {
  font-size: 20px !important;
  cursor: pointer;
}

.import-file {
  height: 100%;
}

.uploadcontetn {
  min-height: 20px;
  width: 100%;
  padding: 20px;
  display: block;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  border: dotted 3px lightgray;
  cursor: pointer;
}

  .uploadcontetn:hover {
    background-color: lightblue;
  }
.quill-mail-row {
  height: 170px;
}

.quill-mail-col {
  height: 130px;
}
