input.search {
  padding: 6px 5px !important;
  height: 26px;
}

.ui.multiple.dropdown > .label {
  font-weight: 600;
  padding: 3px !important;
  margin: 1px !important;
  font-size: 9pt;
  background-color: #2563eb;
  color: #fff;
  border-radius: 3px;
  border-color: #fff;
  box-shadow: none;
}
.ui.small.dropdown.multiple.selection {
  min-height: 26px;
  padding: 2px 25px 2px 2px;
}

.ui.small.dropdown.multiple.selection .default.text {
  margin: 2px 0px 0px 2px;
}

.ui.selection.dropdown .menu {
  min-width: calc(100% + 1.5px);
  width: calc(100% + 2px);
}
.ui.form textarea:not([rows]) {
  height: unset;
  min-height: unset;
  max-height: unset;
}
/*================================TreeView==========================================*/

ul.tree {
  list-style: none;
  font-size: 9pt;
}
ul.tree > li:before {
  content: "\f073";
  font-family: outline-icons;
  color: #2185D0;
}
ul.tree > li > ul {
  list-style: none;
}
ul.tree > li > a {
  color: #4b5563;
  cursor: pointer;
}
ul.tree > li > ul > li:before {
  content: "\f017";
  font-family: outline-icons;
  color: #2185D0;
}
ul.tree > li > ul > li > a {
  color: #4b5563;
  cursor: pointer;
}

.ui.search.dropdown.selection {
  height: 26px;
  padding: 2px 25px 2px 4px;
  display: flex;
  align-items: center !important;
}

.ui.search.dropdown.selection .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40vw;
  font-size: 0.9em;
}

.ui.selection.dropdown .menu>.item {
  padding: 0.3rem !important;
}

.ui.radio.checkbox .box, .ui.radio.checkbox label {
  padding-left: 1.5em;
}

.ui.selection.dropdown .text {
  color: rgba(13,110,253,1);
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
}
.ui.form textarea{
  color: rgba(13,110,253,1);
}

.ui.menu .ui.dropdown .menu > .item:hover {
  /* background: rgba(0, 0, 0, 0.05) !important; */
  background: rgb(170, 225, 248, 0.5) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.menu .ui.dropdown .menu > .selected.item {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.menu .ui.dropdown .menu > .active.item {
  background: rgb(170, 225, 248) !important;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.icon-hover:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.emr-div-parent{
  height: calc(100vh - 158px);
  overflow-y: auto;
}
.emr-div-footer{
  border-top: 1px solid rgba(34, 36, 38, 0.2);
  background: #F9FAFB;
}


/* .emr-div-parent table{
  width: 100%;
  height: 100%;
}
.emr-div-parent table tfoot {
  position: sticky;
  bottom: 0;
  border-top: 2px solid #ccc;
} */

/* .emr-scroll-table{
  height: calc(100vh - 325px);
  min-height: calc(100vh - 325px);
  overflow-y: auto;
} */
.ui.large.modal > .header {
  font-size: 0.852857143rem;
}


.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=file],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=text],
.ui.form input[type=time],
.ui.form input[type=url] {
 color:rgba(13,110,253,1);
}
.ui.input > input {
  color:rgba(13,110,253,1);
}