.prescription-radius {
  border-radius: 10px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #BDBDBD !important;
}


.prescription-line-left-flex {
  border-left: 2px solid #2E2E2E;
  margin-left: 5px;
  height: 100%;
  display: inline-flex !important;
  align-items: center !important;
}

.prescription-line-left-flex-orange {
  border-left: 2px;
  margin-left: 0px;
  height: 100%;
  display: inline-flex !important;
  align-items: center !important;
}

.prescription-line-left-flex-0 {
  border-left: 0px solid #2E2E2E;
  margin-left: 5px;
  display: flex !important;
}

.prescription-line-left-flex-dx {
  border-left: 2px solid #2E2E2E;
  height: 100%;
  display: inline-flex !important;
  align-items: center !important;
}

.prescription-line-left {
  border-left: 2px solid #2E2E2E;
  margin-left: 5px;
  height: 100%;
}

.prescription-padding-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
  display: flex !important;
}

.prescription-span-mutted {
  font-size: 10px;
  word-wrap:break-word;
  white-space:normal;
  padding-right: 5px !important;
  padding-left: 5px !important;
  display: inline-flex;
  align-items: center;
  height: 100% !important;
}

.prescription-span-mutted-orange {
  font-size: 10px;
  word-wrap:break-word;
  white-space:normal;
  padding-right: 5px !important;
  padding-left: 5px !important;
  align-items: center;
  height: 100% !important;
}


.prescription-span-title {
  margin-left: 5px;
  font-weight: bold;
  font-size: 11px;
  /*display: inline-flex !important;
  align-items: center !important;*/
}
.prescription-span-title-14 {
  margin-left: 5px;
  font-weight: bold;
  font-size: 14px;
  /*display: inline-flex !important;
  align-items: center !important;*/
}

.prescription-border-b {
  border-bottom: 1px solid #BDBDBD;
}

.prescription-border-b-l-radius {
  border-bottom: 1px solid #BDBDBD;
  border-bottom-left-radius: 10px !important;
}

.prescription-border-b-r-radius {
  border-bottom: 1px solid #BDBDBD;
  border-bottom-right-radius: 10px !important;
}

.prescription-border-r-soft {
  border-right: 1px solid #BDBDBD;
}

.prescription-h5 {
  font-size: 12px;
}

.prescription-p10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.prescription-border-t {
  border-top: 1px solid #BDBDBD;
}

.prescription-border-r {
  border-right: 1px solid #BDBDBD;
}



.prescription-container {
  height: 39px !important;
  display: flex !important;
}

.prescription-container-medicine {
  display: flex !important;
  min-height: 36px !important;
}


.prescription-radius-header {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #BDBDBD !important;
}


.prescription-padding-5-no-flex {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.prescription-border-l {
  border-left: 1px solid #BDBDBD;
}

.prescription-radius-header-orange {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #FE9A2E !important;
}

.prescription-radius-title-orange {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #FE9A2E !important;
}

.prescription-radius-field-orange {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #FE9A2E !important;
}

.prescription-span-title-orange {
  font-weight: bold;
  font-size: 12px;
  color: #FE9A2E !important;
}

.prescription-span-field-orange {
  font-size: 10px;
  word-wrap:break-word;
  white-space:normal;
  padding-right: 5px !important;
  padding-left: 5px !important;
  align-items: center;
  height: 100% !important;
}

.prescription .form-control{
  font-size: 12px !important;
  /*text-transform: uppercase !important;*/
  height: 100% !important;
  /*display: inline-flex !important;*/
  align-items: center !important;
}

.prescription-transparent-b{
  border: 1px solid #c7c7c700 !important;
}

.prescription-error-b{
  background-color: #f557531a !important;
  border: 1px solid #f557531a !important;
}


.prescription-m-b-3 {
  margin-bottom: 3px !important;
}

.prescription-border-l-orange {
  border-left: 1px solid #FE9A2E;
  height: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
}

.prescription .ui-select-choices {
  width:500px !important;
  overflow-y:scroll;
  font-size:11px;
  unicode-bidi:bidi-override;
  direction: rtl;
}

.prescription .diagnosis-prescription .ui-select-choices {
  width:100% !important;
  overflow-y:scroll;
  font-size:11px;
  unicode-bidi:bidi-override;
  direction: rtl;
}

.typeahead-demo .custom-popup-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #f9f9f9;
}

.typeahead-demo .custom-popup-wrapper > .message {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  color: #868686;
}

.typeahead-demo .custom-popup-wrapper > .dropdown-menu {
  position: static;
  float: none;
  display: block;
  min-width: 160px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.material-switch-prescription > input[type="checkbox"] {
    display: none;
}

.material-switch-prescription > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 50px;
}

.material-switch-prescription > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    content: '';
    height: 15px;
    margin-top: -12px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 30px;
}
.material-switch-prescription > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 14px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 14px;
}
.material-switch-prescription > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch-prescription > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 15px;
}

.ui-select-choices-row-inner{
  text-transform: none !important;
  white-space : normal !important;
}



.btn-green-turquoise {
  color: #009EBD !important;
  background-color: #fff !important;
  border-color: #19B8B4 !important;
}
.btn-green-turquoise:hover,
.btn-green-turquoise:focus,
.btn-green-turquoise.focus,
.btn-green-turquoise:active,
.btn-green-turquoise.active,
.open > .dropdown-toggle.btn-green-turquoise {
  color: #fff !important;
  background-color: #19B8B4 !important;
  border-color: #19B8B4 !important;
}
.btn-green-turquoise:active,
.btn-green-turquoise.active,
.open > .dropdown-toggle.btn-green-turquoise {
  background-image: none !important;
}
.btn-green-turquoise.disabled,
.btn-green-turquoise[disabled],
fieldset[disabled] .btn-green-turquoise,
.btn-green-turquoise.disabled:hover,
.btn-green-turquoise[disabled]:hover,
fieldset[disabled] .btn-green-turquoise:hover,
.btn-green-turquoise.disabled:focus,
.btn-green-turquoise[disabled]:focus,
fieldset[disabled] .btn-green-turquoise:focus,
.btn-green-turquoise.disabled.focus,
.btn-green-turquoise[disabled].focus,
fieldset[disabled] .btn-green-turquoise.focus,
.btn-green-turquoise.disabled:active,
.btn-green-turquoise[disabled]:active,
fieldset[disabled] .btn-green-turquoise:active,
.btn-green-turquoise.disabled.active,
.btn-green-turquoise[disabled].active,
fieldset[disabled] .btn-green-turquoise.active {
  background-color: #fff !important;
  border-color: #ccc !important;
}
.btn-green-turquoise .badge {
  color: #fff !important;
  background-color: #19B8B4 !important;
}

.prescription-small-red {
  font-size: 11px !important;
  color:red !important;
}

.prescription-small-default {
  font-size: 11px !important;
}

.prescription-label-title {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.prescription-label-value {
  vertical-align: middle !important;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}


.prescription-readonly-v2 {
  background-color: #f0f0f000 !important;
  background: #f0f0f000 !important;
  color: #626262 !important;
}

.prescription-label-v2 {
  color: #626262 !important;
}

.prescription-boder-b-v2 {
  border-bottom: 1px solid #e9e9e9;
}

.prescription-border-r {
  border-right: 1px solid #e9e9e9;
}
