.bg-gray{
  height: 100vh;
  background-color: #f3f3f4;
}

.bgi_white {
  color: white !important
}

.hl {
  background-color: #f8f8f8;
}

.input-protect {
  margin-top: -14px;
  width: 90%;
}
.icon-input-protect {
  font-size: 25px !important;
  height: 30px;
  margin-top: 15px;
  margin-left: -42px;
  border-bottom: 1px solid #f1f1f1;
  z-index: 20;
}

.form-group.input {
  padding-top: 26px;
}
.form-group.input:first-child, .form-group.input.has-danger {
  padding-top: 0px;
}

.error-msg {
  margin-top: -25px;
  color: #dc3545;
}

.input-center {
  text-align: center;
}

.p-color {
  color: black;
}

.card-share {
  padding: 0 !important;
  margin-top: -13px;

}
.margin-top-10px {
  margin-top: 10px;
}

.padding-tex-input {
  padding-right: 30px !important;
}

.CodeMirror {
  height: auto!important;
}

.form-control-danger {
  padding-right: 30px !important;
}

.hover-green:hover {
  color: #0067b3;
}

.fa-hc-1dot5 {
  font-size: 1.5rem;
}
.fa-hc-1dot2 {
  font-size: 1.2rem;
}

.modal-body {
  font-size: 14px;
}

.cursor-pointer {
  cursor: pointer;
}

.btn.btn-mar-right {
  margin-right: 5px;
}
.btn.btn-mar-right:last-child {
  margin-right: 0;
}

.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.green-color, .green-color-link:hover, .green-color-hover:hover {
  color: #0067b3;
}

.green-color-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.vertical-items {
  display: flex;
  align-items: center;
}

.w-30 {
  width: 30%;
}

.zmdi-chevron-up, .zmdi-chevron-down, .zmdi-unfold-more {
  margin-left: 5px;
}

.select2-container .select2-dropdown {
  z-index: 1051;
}

.cursor-text {
  cursor: text !important;
}

.data-table__header {
  padding: 0 0 8px !important;
}

.content__title .zmdi-long-arrow-right {
  padding: 0 0.5rem;
}

.table {
  margin-bottom: 0;
}


.w-30rem {
  width: 30rem;
}

.w-1rem {
  width: 1rem;
}

.mr-3px {
  margin-right: 5px;
}

.mr-15px {
  margin-right: 15px;
}

.mr-25px {
  margin-right: 25px;
}

.mt--1rem {
  margin-top: -1rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mr-1rem {
  margin-right: 1rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.mr--5px {
  margin-right: -5px;
}

tag-input-form  .ng2-tag-input {
  height: auto !important;
}

tag-input-form  input {
  height: auto !important;
}

tag-input-form > tag {
  height: 24px;
  line-height: 24px;
}
tag-input-form delete-icon svg {
  height: 24px;
}

button i.fas {
  margin-right: 0.5rem;
}

.fas.fa-folder {
 color: #f5ce85;
}
