body { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

@supports (-ms-ime-align: auto) { body { position: static !important; } }

main { /* Absolute Center Spinner */ /* Transparent Overlay */ }

main .moduleLoading { display: block; position: fixed; z-index: 999; height: 2em; width: 16em; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }

main .moduleLoading span { color: #282828; font-style: italic; font-weight: bold; }

main .moduleLoading:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(170, 170, 170, 0.5); }

input[disabled] { cursor: default !important; background: gray; opacity: 0.6; }

.mainOverlay { display: block; position: fixed; z-index: 999; padding: 10px; margin: auto; top: 5px; left: 5px; bottom: 5px; right: 5px; }

.pointer { cursor: pointer; }

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { .pointer:hover { text-decoration: underline !important; } }

.newPointer { cursor: pointer; }

.close { font-size: 16px; color: gray; cursor: pointer; }

.close:hover { text-shadow: -1px 1px rgba(170, 170, 170, 0.4); }

.close.btnClose { position: absolute; right: 0; top: 0; width: 44px; display: inline-block; vertical-align: top; }

.close.btnClose::before { padding: 0; margin-left: 6px; font-size: 32px; }

.close.mobile { font-size: 26px; }

.close.small { width: 24px; }

.close.small::before { font-size: 16px; }

.contentEditable { background: white; height: 200px; border: 1px solid #ccc; padding: 5px; margin: 5px; }

.cardItem { margin: 10px 18px; padding: 10px; background: white; border: 0; border-radius: 4px; box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3); }

.backArrow:before { content: "" !important; border: solid grey; border-width: 0 3px 3px 0; display: inline-block; padding: 7px !important; transform: rotate(135deg); -webkit-transform: rotate(135deg); margin-top: 15px !important; }

@media (max-width: 767px) { .cardItem { padding: 10px 5px; }
  .backArrow:before { margin-top: 5px !important; } }

.legandBody { font-size: 16px; padding: 15px; -moz-user-select: text; -webkit-user-select: text; -ms-user-select: text; user-select: text; }

.legandBody p { margin: 0px; margin-bottom: 10px; }

.legandBody div { margin: 0px; margin-bottom: 10px; }

.legandBody .legandNote { padding-left: 6%; }

.legandBody .view { display: flex; padding-left: 1%; }

.legandBody .heading { font-weight: bold; text-decoration: underline; }

.legandBody a { text-decoration: none; }

.legandBody a:hover { text-decoration: underline; }

.staticPosition * { position: static; }

.linkStyleButton { color: #1976d2 !important; font-weight: normal !important; text-decoration: underline; cursor: pointer; }
/*app/styles/common/form.scss*/
/*html{-ms-overflow-style: -ms-autohiding-scrollbar;}*/
._common_form__close { position: absolute; right: 5px; top: 5px; font-size: 16px; color: gray; cursor: pointer; }

._common_form__close:hover { text-shadow: -1px 1px rgba(170, 170, 170, 0.4); }

._common_form__formWrapper { color: #666; padding: 5px; background: white; }

._common_form__formWrapper._common_form__fitModal { max-width: 1024px; height: 575px; }

._common_form__formWrapper._common_form__fitModal h3 { margin: 0; }

._common_form__formWrapper._common_form__fitModal ._common_form__form ._common_form__formContainer { overflow-y: hidden; }

._common_form__formWrapper._common_form__fitModal ._common_form__form ._common_form__formContainer ._common_form__group { padding-top: 0; padding-bottom: 0; }

._common_form__formWrapper._common_form__fitModal ._common_form__form ._common_form__formContainer table { min-height: 255px; }

._common_form__formWrapper._common_form__fitModal ._common_form__toolbar._common_form__alignBottom { position: absolute; background: transparent; width: 100%; bottom: 0; white-space: nowrap; }

._common_form__formWrapper._common_form__fitModal ._common_form__header h1 { display: block; }

._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer { overflow-y: visible; }

._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group { padding: 2px 5px; }

._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer > label > ._common_form__label, ._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer > div > ._common_form__label { margin-right: 10px; }

._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer > label > ._common_form__label:after, ._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer > div > ._common_form__label:after { content: ':'; }

._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label, ._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div { display: flex; }

._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__label, ._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__label { margin-bottom: auto; }

._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input, ._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label select, ._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input, ._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div select { border-style: solid; }

._common_form__formWrapper._common_form__fitToolbar ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__radioGroup > ._common_form__label { position: relative; bottom: -4px; }

._common_form__formWrapper._common_form__inRow ._common_form__formContainer { display: flex; align-items: center; }

._common_form__formWrapper._common_form__inRow ._common_form__formContainer ._common_form__group { flex: 1; }

._common_form__formWrapper._common_form__inRow ._common_form__formContainer ._common_form__group._common_form__children { flex: none; }

._common_form__formWrapper._common_form__inRow [class*="searchPanel"] ._common_form__formContainer { align-items: inherit; }

._common_form__formWrapper._common_form__inRow [class*="searchPanel"] ._common_form__formContainer ._common_form__group { flex: none; }

._common_form__formWrapper._common_form__inRow [class*="searchPanel"] ._common_form__formContainer ._common_form__group._common_form__children { flex: 1; }

._common_form__formWrapper ._common_form__errorToastMessage { position: absolute; top: 146px; right: 40px; z-index: 1; }

._common_form__formWrapper ._common_form__errorToastMessage ._common_form__active { position: static !important; }

._common_form__formWrapper ._common_form__header { position: relative; padding: 0 15px; }

._common_form__formWrapper ._common_form__header > * { display: inline-block; }

._common_form__formWrapper ._common_form__header ._common_form__headerLegendHelpText { display: inline; }

._common_form__formWrapper ._common_form__header h1 { color: #333; font-family: 'Roboto'; font-size: 24px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; }

._common_form__formWrapper ._common_form__header h2, ._common_form__formWrapper ._common_form__header h3 { color: #A3A3A3; font-family: 'Roboto'; font-size: 18px; margin: 5px 0; }

._common_form__formWrapper ._common_form__header ._common_form__status { position: absolute; top: 0; right: 20px; font-size: 0.8em; font-style: italic; color: gray; }

@media only screen and (max-width: 1024px) { ._common_form__formWrapper ._common_form__header._common_form__realTimeAlertHeader { padding-top: 60px; } }

._common_form__formWrapper ._common_form__form ._common_form__formContainer table a { margin-right: 0px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group { padding: 5px 10px 10px 10px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__header { color: #A3A3A3; padding: 0 5px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet div[id^="Skin_OtherChanges_"] { margin-top: -4px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet div[id^="NewOrders_"] { margin-top: -4px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet div[id^="Functional_OtherChanges_"] { margin-top: -4px !important; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__header { color: #A3A3A3; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet h3 { padding: 0; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer { padding: 5px 5px 10px 5px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__age input[disabled] { background-color: #fff !important; border-color: #e5e5e5; color: #999 !important; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__message { font-weight: bold; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__message span, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__message div { color: #000; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__oneLine label, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__oneLine div { display: flex; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__oneLine label ._common_form__label, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__oneLine div ._common_form__label { margin-bottom: auto; padding-right: 25px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__oneLine._common_form__categoryFilter ._common_form__label { padding-right: 10px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__oneLine._common_form__categoryFilter ._common_form__label { padding-right: 25px; } }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__label, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__label { font-size: 16px; color: #666; margin-bottom: 2px; font-weight: normal; padding: 4px 0 2px 0; white-space: normal; -webkit-text-size-adjust: 100%; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__label *, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__label * { display: inline-block; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label span, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div span { font-weight: bold; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input { padding: 0 3px; line-height: 19px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type=date], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type=date] { line-height: 17px; min-width: 120px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="text"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="email"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="number"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="password"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label select, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__inputLike, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="text"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="email"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="number"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="password"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div select, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__inputLike { width: 100%; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__inputLike, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__inputLike { padding: 0; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__inputLike span, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__inputLike span { height: 23px; line-height: 27px; padding: 0 3px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="text"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="search"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="date"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="email"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="number"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="password"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label select, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__inputLike, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="text"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="search"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="date"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="email"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="number"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="password"], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div select, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__inputLike { border: 1px none #999; border-bottom-style: solid; font-size: 16px; margin-bottom: 2px; border-radius: 0; background-color: transparent; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 4px 2px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="text"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="search"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="date"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="email"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="number"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="password"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label select:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__inputLike:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="text"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="search"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="date"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="email"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="number"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="password"]:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div select:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__inputLike:focus { padding: 4px 2px; background-color: #f7f7f7; outline: none; margin-bottom: 0; border-bottom-width: 3px; border-bottom-color: #333; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="text"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="search"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="date"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="email"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="number"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="password"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label select::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__inputLike::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="text"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="search"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="date"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="email"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="number"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="password"]::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div select::placeholder, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__inputLike::placeholder { opacity: 0.5; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="text"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="search"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="date"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="email"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="number"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="password"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label select::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__inputLike::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="text"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="search"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="date"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="email"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="number"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="password"]::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div select::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__inputLike::-ms-expand { display: none; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__inputLike, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__inputLike { padding: 0; height: 28px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label select::-ms-expand, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div select::-ms-expand { display: none; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label select:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div select:focus { height: 30px !important; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type=date]::-webkit-clear-button, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type=date]::-webkit-inner-spin-button, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type=date]::-webkit-clear-button, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type=date]::-webkit-inner-spin-button { display: none; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label textarea, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div textarea { width: 100%; height: 250px; border-top: 1px solid #999; font-size: 15px; max-width: 100%; min-width: 100%; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; overflow: auto; box-sizing: border-box; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label textarea:hover, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label textarea:focus, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div textarea:hover, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div textarea:focus { outline: none; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label select, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label textarea, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__toggle, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__inputLike, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div select, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div textarea, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__toggle, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__inputLike { color: #000; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label textarea[disabled], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div textarea[disabled] { opacity: 0.6; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label select[disabled], ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div select[disabled] { color: #666; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__inputLike span, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__inputLike span { display: inline-block; cursor: pointer; font-weight: normal; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__timePicker, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__timePicker { display: flex; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__timePicker div, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__timePicker div { flex: 1; padding: 0 3px 0 0px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__timePicker ._common_form__period, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__timePicker ._common_form__period { display: flex; flex-direction: column; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__timePicker ._common_form__period input, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__timePicker ._common_form__period input { width: inherit; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__timePicker ._common_form__period select, ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__timePicker ._common_form__period select { width: 34px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__toggle { display: flex; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__toggle span { display: inline-block; width: auto; min-width: 23px; padding: 2px 0 0 5px !important; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__toggle ._common_form__switch { position: relative; display: inline-block; width: 32px; height: 20px; min-width: 32px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__toggle ._common_form__switch input { opacity: 0; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__toggle ._common_form__switch input:checked + ._common_form__slider { background-color: #2196F3; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__toggle ._common_form__switch input:checked + ._common_form__slider:before { left: 16px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__toggle ._common_form__switch input:focus + ._common_form__slider { box-shadow: 0 0 1px #4E81BD; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__toggle ._common_form__switch ._common_form__slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__toggle ._common_form__switch ._common_form__slider:before { position: absolute; content: ""; height: 12px; width: 12px; left: 4px; bottom: 4px; background-color: white; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__toggle ._common_form__switch ._common_form__slider._common_form__round { border-radius: 20px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__toggle ._common_form__switch ._common_form__slider._common_form__round:before { border-radius: 50%; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__radioGroup ._common_form__options { border: 1px solid #CCC; overflow-y: auto; padding: 10px; margin-top: 10px; border-radius: 3px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__radioGroup > span { padding-right: 10px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__radioGroup ._common_form__label { margin: 0; padding: 0; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__radioGroup label { display: inline-flex; padding: 4px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__radioGroup label span { display: inline-block; width: auto; padding: 0 5px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__radioGroup label input { min-width: 16px; width: 16px; height: 13px; margin: 4px 2px 2px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__pill { display: flex; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__pill ._common_form__pillButton { flex: 1; cursor: pointer; border: 1px solid #d9d9d9; border-right-style: none; text-align: center; padding: 5px 15px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__pill ._common_form__pillButton._common_form__active { cursor: default; background: #d9d9d9; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__pill ._common_form__pillButton:first-child { border-radius: 5px 0 0 5px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__pill ._common_form__pillButton:last-child { border-right-style: solid; border-radius: 0 5px 5px 0; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown._common_form__inputLike { border-color: #eee; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown ._common_form__button { background: #eee; height: 100%; border-radius: 2px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown ._common_form__button > span { padding: 2px 10px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown ._common_form__menu { border-radius: 2px; margin: 0; padding: 0; border: none; width: 100%; min-width: 200px; box-shadow: 0 0 3px #ccc; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown ._common_form__menu ._common_form__option { padding: 7px 10px 7px 40px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown ._common_form__menu ._common_form__option:hover { background: #eee; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown ._common_form__menu ._common_form__option._common_form__separator { padding: 0; margin: 0; border-bottom: 1px solid #ccc; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown ._common_form__menu ._common_form__option._common_form__separator > span { display: none; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown ._common_form__menu ._common_form__option ._common_form__icon { top: 7px; left: 7px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown ._common_form__option { position: relative; text-align: left; padding: 2px 10px 2px 32px; white-space: nowrap; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown ._common_form__option ._common_form__icon { position: absolute; top: 2px; left: 2px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown._common_form__multiple { width: 100%; font-size: 15px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__dropdown._common_form__multiple > div:first-child { border-radius: 0; border: none; border-bottom: 1px solid #999; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__tagInput { position: relative; padding-right: 40px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__tagInput ._common_form__compact ._common_form__tag { display: inline-block; padding-right: 30px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__tagInput span._common_form__clear { color: red; position: absolute; right: 35px; top: 2px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__tagInput span._common_form__apply { color: #169bd5; position: absolute; right: 5px; top: 2px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__tagInput span._common_form__error { position: absolute; top: 30px; right: 25px; background: white; opacity: 0.9; color: red; border: 1px dotted; border-radius: 5px 0 5px 5px; font-size: 12px; font-weight: normal; padding: 2px 10px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__tagInput ._common_form__tag { position: relative; border: 1px solid; border-radius: 3px; padding: 2px 10px; background: #eee; margin: 5px 5px 0 0; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__tagInput ._common_form__tag span:last-child { position: absolute; top: 0; right: 0; color: red; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__inputLike { display: inline-block; cursor: pointer; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__viewMapLink span { color: #666; font-weight: normal; border-bottom: #999 solid 1px; cursor: pointer; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__phoneFieldWrap ._common_form__contactField ._common_form__fieldContainer:last-child { margin-left: 10px; } }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__signatureButton { margin-top: 25px; }

._common_form__formWrapper ._common_form__form._common_form__stretch { min-width: 405px; }

._common_form__formWrapper ._common_form__toolbar { display: flex; justify-content: flex-end; padding: 15px; background: #fff; }

._common_form__formWrapper ._common_form__toolbar._common_form__center { justify-content: center; }

._common_form__formWrapper ._common_form__toolbar a, ._common_form__formWrapper ._common_form__toolbar input, ._common_form__formWrapper ._common_form__toolbar button { cursor: pointer; padding: 10px; margin: 0 8px; border-radius: 4px; text-align: center; font-size: 16px; }

._common_form__formWrapper ._common_form__toolbar a span, ._common_form__formWrapper ._common_form__toolbar input span, ._common_form__formWrapper ._common_form__toolbar button span { padding: 0; font-size: 16px; }

._common_form__formWrapper ._common_form__toolbar a { background: white; border: 1px solid black; text-decoration: none; color: black; display: inline-block; min-width: 60px; }

._common_form__formWrapper ._common_form__toolbar ._common_form__approveButton { min-width: 90px; padding: 9px 0px 7px 0px; font-size: 16px; }

._common_form__formWrapper ._common_form__toolbar ._common_form__cancelButton { margin-right: 8px; min-width: 90px; background: #fff; border: 1px solid #999; padding: 7px 0px 7px 0px; font-size: 16px; color: #333; }

._common_form__formWrapper ._common_form__toolbar input, ._common_form__formWrapper ._common_form__toolbar button, ._common_form__formWrapper ._common_form__toolbar a:last-child { background: #03a9f4; border: none; color: white; margin: 0 auto; }

._common_form__formWrapper ._common_form__toolbar > a:last-child span { color: white; text-align: center !important; }

._common_form__formWrapper ._common_form__toolbar input, ._common_form__formWrapper ._common_form__toolbar a:last-child { max-width: 220px; flex: 2; }

._common_form__formWrapper ._common_form__toolbar ._common_form__baseBtn { width: 110px !important; max-width: 110px !important; display: inline-block; font-size: 16px; padding: 0px !important; line-height: 32px; height: 32px; max-height: 32px; box-sizing: border-box; min-width: 110px; border-radius: 3px; }

._common_form__formWrapper ._common_form__toolbar ._common_form__approveButton { border: none !important; margin-left: 7.5px !important; border-radius: 5px; }

._common_form__formWrapper ._common_form__toolbar ._common_form__cancelButton { border: 1px solid #999; margin-right: 7.5px; background: #fff; color: #333; }

._common_form__formWrapper ._common_form__toolbar ._common_form__buttonWrapper { display: inline-flex !important; justify-content: center; }

._common_form__formWrapper._common_form__stretch { min-width: 405px; max-width: 405px; }

._common_form__formWrapper._common_form__stretch ._common_form__multiSubmitToolbar a:nth-last-child(2) { background: #169bd5; border: none; color: white; max-width: 220px; flex: 2; }

._common_form__formWrapper._common_form__stretch ._common_form__multiSubmitToolbar a:nth-last-child(2) span { color: white; }

._common_form__formWrapper._common_form__convertToResErrAlert { visibility: visible !important; top: -50px; }

._common_form__formWrapper._common_form__convertToResErrAlert._common_form__convertedPopup { position: relative !important; top: 0; display: inline-block; border: none; text-align: center; margin-top: 0; }

._common_form__formWrapper._common_form__convertToResErrAlert._common_form__convertedPopup ._common_form__toolbar { display: inline-flex; float: right; }

._common_form__formWrapper._common_form__rejectPopupDialog { width: 320px !important; }

._common_form__formWrapper._common_form__rejectPopupDialog button { background: white; border: 1px solid black; text-decoration: none; color: black; }

._common_form__formWrapper._common_form__rejectPopupDialog button:last-child { background: #03a9f4; border: none; color: white; margin: 0 auto; }

._common_form__formWrapper._common_form__rejectPopupDialog > button:last-child span { color: white; }

._common_form__formWrapper._common_form__rejectPopupDialog button:last-child { max-width: 220px; flex: 2; }

._common_form__formWrapper._common_form__newContRes button { width: 100px !important; height: 32px; }

._common_form__formWrapper._common_form__errorAlertModel { padding: 10px !important; box-sizing: border-box; width: 450px; margin: 0 auto; display: block !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow: none !important; }

._common_form__formWrapper._common_form__errorAlertModel [class*="message"] { padding: 10px 0px 0px 0px; color: #666; font-weight: normal; }

._common_form__formWrapper._common_form__errorAlertModel [class*="message"] ul { text-align: center !important; margin: 0; padding: 0 !important; list-style: none; }

._common_form__formWrapper._common_form__errorAlertModel [class*="message"] ul li { width: 100%; text-align: center !important; }

._common_form__formWrapper._common_form__errorAlertModel ._common_form__toolbar { float: none !important; padding-bottom: 0px !important; display: inline-block !important; width: 100%; box-sizing: border-box; height: auto; }

._common_form__formWrapper._common_form__errorAlertModel ._common_form__toolbar button { margin: 0 auto; width: 100px; }

._common_form__formWrapper._common_form__errorAlertModel ._common_form__toolbar button:hover { color: #fff; }

._common_form__formWrapper._common_form__errorAlertModel h1 { color: #666; font-size: 16px; margin-bottom: 0px; overflow: visible; }

._common_form__formWrapper._common_form__inquiryErrorAlert h1 { padding-top: 0 !important; }

._common_form__formWrapper._common_form__inquiryErrorAlert h1:after { background: none !important; }

._common_form__formWrapper._common_form__inquiryErrorAlert div button { padding-left: 5px !important; }

._common_form__formWrapper._common_form__backToInquiryPopup { text-align: center !important; width: 320px !important; padding: 5px; }

._common_form__formWrapper._common_form__backToInquiryPopup h1 { padding-left: 7px !important; text-align: center !important; }

._common_form__formWrapper._common_form__backToInquiryPopup > div:last-child div:last-child button { background: #03a9f4 !important; width: 60px !important; }

._common_form__formWrapper._common_form__backToInquiryPopup > div:last-child div:last-child button:hover { color: #ffffff !important; }

._common_form__formWrapper._common_form__backToInquiryPopup > div:last-child div:last-child button span { padding: 9px !important; }

._common_form__formWrapper._common_form__backToInquiryPopup > div:last-child div:last-child button[class*="cancelButton"] { background: #fff !important; color: #333 !important; border: 1px solid #999; margin-right: 8px; min-width: 100px; }

._common_form__formWrapper._common_form__backToInquiryPopup > div:last-child div:last-child button[class*="approveButton"] { min-width: 100px; font-size: 16px; border: 1px solid #03A9F4 !important; }

._common_form__formWrapper._common_form__backToInquiryAlert h1 { padding-top: 0 !important; }

._common_form__formWrapper._common_form__backToInquiryAlert h1:after { background: none !important; }

._common_form__formWrapper._common_form__backToInquiryAlert ._common_form__toolbar { height: auto; }

._common_form__formWrapper._common_form__successAlertModel { padding: 15px !important; box-sizing: border-box; margin: 0 auto; display: block !important; width: 400px !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow: none !important; }

._common_form__formWrapper._common_form__successAlertModel [class*="message"] { padding: 10px 0px; color: #666; font-weight: normal; }

._common_form__formWrapper._common_form__successAlertModel [class*="message"] ul { text-align: center !important; margin: 0; padding: 0 !important; list-style: none; }

._common_form__formWrapper._common_form__successAlertModel [class*="message"] ul li { width: 100%; text-align: center !important; }

._common_form__formWrapper._common_form__successAlertModel ._common_form__toolbar { float: none !important; padding-bottom: 0px !important; display: inline-block !important; width: 100%; box-sizing: border-box; }

._common_form__formWrapper._common_form__successAlertModel ._common_form__toolbar button { margin: 0 4px; text-align: center !important; min-width: 100px; }

._common_form__formWrapper._common_form__successAlertModel ._common_form__toolbar button:hover { color: #fff; }

._common_form__formWrapper._common_form__successAlertModel ._common_form__toolbar button span { text-align: center !important; }

._common_form__formWrapper._common_form__successAlertModel h1 { padding-top: 0px; color: #666; font-size: 16px; margin-bottom: 0px; overflow: visible; }

._common_form__formWrapper._common_form__alertConvInquiryPopup { display: inline-block; }

._common_form__formWrapper._common_form__alertConvInquiryPopup ._common_form__toolbar ._common_form__baseBtn { width: 116px !important; max-width: 116px !important; border-radius: 3px; }

._common_form__formWrapper ._common_form__secondOccupantDesc { padding: 10px 20px; font-size: 16px; }

._common_form__formWrapper ._common_form__secondOccupantDesc ._common_form__descRow { padding: 10px; }

._common_form__formWrapper ._common_form__secondOccupantDesc ._common_form__descRow ._common_form__descValue { color: #333333; font-weight: bold; }

._common_form__formWrapper ._common_form__secondOccupantDesc ._common_form__descRow ._common_form__descRight { float: right; }

._common_form__formWrapper ._common_form__Reserved_Amount span { position: absolute; bottom: 17px; left: 3px; }

._common_form__formWrapper ._common_form__reservationHeader h1 { margin-right: 0; }

._common_form__formWrapper ._common_form__reservationHeader ._common_form__toolTipContainer ._common_form__glyphicon { margin-top: -2px !important; padding: 0 5px 0 5px; }

._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__toolbar [class*="pageToolbar"] { margin-top: -10px; }

._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__toolbar ._common_form__convertToResidentSearch a { background: #169bd5; border: none; color: white; margin: 5px; }

._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__toolbar ._common_form__convertToResidentSearch a._common_form__convertToResidentBtn { background: #fff; border: 1px solid #000; color: #000; height: 18px; padding-top: 9px; }

._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__toolbar ._common_form__convertToResidentSearch p { font-size: 12px; position: absolute; display: inline-block; left: 30px; bottom: 5px; width: 65%; }

._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__toolbar ._common_form__convertToResidentSearch ._common_form__disabled { pointer-events: none; opacity: 0.8; }

._common_form__toolTipContainer label ._common_form__label { display: inline-flex; }

._common_form__toolTipContainer ._common_form__glyphicon { padding-left: 10px; vertical-align: middle; }

._common_form__toolTipContainer ._common_form__glyphicon[class*="glyphicon-question-sign"]:before { content: ''; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -82px 0px; display: inline-block; width: 29px; height: 20px; cursor: pointer; background-size: 448px; margin-top: -2px; }

._common_form__toolTipContainer ._common_form__glyphicon._common_form__lastModHelpIcon { padding-left: 0; }

._common_form__toolTipContainer ._common_form__toolTipContainer { display: inline-flex; }

._common_form__toolTipContainer [class*="pseudoElement"] { display: none !important; }

._common_form__toolTipContainer._common_form__helpIconsWithDate ._common_form__glyphicon { display: inline; padding-left: 0; top: 0px; }

._common_form__convertToProspectLink { text-decoration: none !important; padding: 5px !important; color: #006 !important; }

._common_form__flexibleForm ._common_form__formContainer { display: flex; flex-direction: column; }

._common_form__flexibleForm ._common_form__formContainer ._common_form__group { display: flex; flex-direction: column; }

._common_form__flexibleForm ._common_form__formContainer ._common_form__group._common_form__children { flex: 1; }

._common_form__wideFormWrapper { max-width: 100% !important; width: 920px; box-sizing: border-box; }

._common_form__midFormWrapper { max-width: 100% !important; width: 620px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._common_form__midFormWrapper ._common_form__formContainer { min-width: 610px !important; } }

._common_form__listField { margin: 0 -5px; }

._common_form__listField ._common_form__header { position: relative; }

._common_form__listField ._common_form__header h3 { display: inline-block; }

._common_form__listField ._common_form__header span { position: absolute; right: 3px; bottom: 5px; }

._common_form__listField ._common_form__listItem { position: relative; height: 30px; }

._common_form__listField ._common_form__listItem ._common_form__fieldContainer { position: absolute; left: 0; right: 0; }

._common_form__listField ._common_form__listItem ._common_form__remove { position: absolute; right: 0; top: 0; padding: 2px; color: red; font-size: 14px; visibility: hidden; }

._common_form__listField ._common_form__listItem:hover ._common_form__remove { visibility: visible; }

._common_form__listField ._common_form__listItem ._common_form__contactField { display: flex; }

._common_form__listField ._common_form__listItem ._common_form__contactField > div { position: static; flex: 1.5; }

._common_form__listField ._common_form__listItem ._common_form__contactField > div select { color: #666666 !important; font-weight: bold; min-width: 90px; font-size: 15px !important; }

._common_form__listField ._common_form__listItem ._common_form__contactField > div:nth-child(2) { flex: 3; }

._common_form__listField ._common_form__listItem ._common_form__contactField > div:nth-child(2) input { padding-right: 15px; }

._common_form__listField ._common_form__listItem ._common_form__contactField ._common_form__mailLink { cursor: pointer; position: absolute; right: 0; bottom: -2px; background: #fff; }

._common_form__listField ._common_form__listItem ._common_form__contactField ._common_form__mailLink ._common_form__emailIcon { width: 30px; height: 30px; display: inline-block; background: transparent url(../../28e9d18bd9ec68e3/images/graphql-sprite.png) -117px -172px no-repeat; }

._common_form__listField ._common_form__listItem ._common_form__contactField._common_form__showMailTo + ._common_form__remove { right: 25px; top: 3px; }

._common_form__listField ._common_form__savingSpan { color: red; position: absolute; margin: 7px 0 0 5px; font-size: 13px; }

._common_form__orderedFormSet { counter-reset: item; }

._common_form__orderedFormSet ._common_form__listItem { margin-left: 2em; position: relative; }

._common_form__orderedFormSet ._common_form__listItem::before { content: counter(item); counter-increment: item; width: 1.5em; margin-left: -1.5em; bottom: 14px; position: absolute; background: #b3bdcf; text-align: center; padding: 2px 0; border-radius: 4px; }

@media (max-width: 767px) { ._common_form__orderedFormSet ._common_form__listItem { margin-left: -10px; margin-bottom: 10px; }
  ._common_form__orderedFormSet ._common_form__listItem:before { bottom: inherit; top: 7px; left: 16px; background: transparent; } }

._common_form__helpText { width: 250px; }

._common_form__helpText ._common_form__rc-tooltip-inner { text-align: left; }

._common_form__helpIconText { width: 0; }

._common_form__error label ._common_form__label { color: red !important; }

._common_form__error ._common_form__fieldErrorMessage { font-weight: normal !important; color: red; display: none; }

._common_form__error._common_form__messagesContainer { display: none; }

._common_form__error._common_form__messagesContainer._common_form__active { display: block; position: absolute; right: 15px; bottom: 15px; width: 25%; text-align: center; }

._common_form__error._common_form__messagesContainer._common_form__left { left: 0; width: 50%; }

._common_form__error._common_form__messagesContainer ._common_form__message { color: red; display: flex; align-items: center; padding: 0 1em; }

._common_form__error._common_form__messagesContainerToast { display: none; }

._common_form__error._common_form__messagesContainerToast._common_form__selectPickerMessageToast ._common_form__message { font-size: 12px !important; color: red !important; font-weight: normal !important; }

._common_form__error._common_form__messagesContainerToast._common_form__active { display: flex; position: absolute; min-height: 30px; box-sizing: border-box; align-items: center; top: 57px; border: 1px solid red; background: #f9e5e5; z-index: 10; }

@media (max-width: 767px) { ._common_form__error._common_form__messagesContainerToast._common_form__active { right: 5px; } }

@media (min-width: 767px) { ._common_form__error._common_form__messagesContainerToast._common_form__active { right: 21px; } }

._common_form__error._common_form__messagesContainerToast._common_form__left { left: 0; right: auto; }

._common_form__error._common_form__messagesContainerToast ._common_form__message { color: red; padding: 5px 10px 5px 5px; display: flex; font-size: 12px; }

._common_form__error._common_form__messagesContainerToast ._common_form__crossIcon { margin-bottom: 1px; display: block; align-items: center; color: red; padding: 0px 0 0px 5px; background: url(../../d5bf690e1f2bf366/images/sprite-global.svg) no-repeat -32px -80px; width: 15px; height: 15px; cursor: pointer; background-size: 428px; position: relative; top: 0; min-height: 20px; }

._common_form__error ._common_form__calendarInput > span { border-bottom: 3px dashed red !important; margin-bottom: 0 !important; }

._common_form__error input, ._common_form__error select, ._common_form__error ._common_form__inputLike { border-bottom: 3px dashed red !important; margin-bottom: 0 !important; }

._common_form__error textarea { border-bottom: 3px dashed red !important; margin-bottom: -2px !important; }

._common_form__error ._common_form__dropdown._common_form__multiple > div[class*="trigger"] { border-bottom: 3px dashed red !important; margin-bottom: 0 !important; }

._common_form__sales-stages h1 { text-align: center; }

._common_form__sales-stages ._common_form__name { margin-bottom: 2px; font-weight: bold; }

._common_form__sales-stages ._common_form__inactive { margin-top: -7px; float: left; width: 70px; }

._common_form__sales-stages ._common_form__percent-to-close, ._common_form__sales-stages ._common_form__duration { float: left; }

._common_form__sales-stages ._common_form__notify-once { float: left; margin-left: 30px; padding: 0; }

._common_form__sales-stages ._common_form__notify-once ._common_form__radioGroup label { display: block !important; float: left; clear: both; }

._common_form__sales-stages ._common_form__notify-once ._common_form__radioGroup label input, ._common_form__sales-stages ._common_form__notify-once ._common_form__radioGroup label div { float: left; }

._common_form__sales-stages ._common_form__sufix { float: left; padding-top: 28px; }

._common_form__settingsOverlayOuter ._common_form__sales-stages { width: 750px; max-width: 100%; box-sizing: border-box; }

._common_form__settingsOverlayOuter ._common_form__sales-stages ._common_form__percent-to-close, ._common_form__settingsOverlayOuter ._common_form__sales-stages ._common_form__duration { float: none; position: relative; }

._common_form__settingsOverlayOuter ._common_form__sales-stages ._common_form__percent-to-close ._common_form__sufix, ._common_form__settingsOverlayOuter ._common_form__sales-stages ._common_form__duration ._common_form__sufix { position: absolute; right: 10px; top: 10px; }

._common_form__settingsOverlayOuter ._common_form__sales-stages ._common_form__fieldContainer ._common_form__label { float: left; margin-right: 10px !important; }

._common_form__settingsOverlayOuter ._common_form__sales-stages ._common_form__fieldContainer ._common_form__glyphicon { margin-top: 5px; }

._common_form__settingsOverlayOuter ._common_form__sales-stages ._common_form__inactive { float: none; margin-top: inherit; width: auto; }

._common_form__settingsOverlayOuter ._common_form__sales-stages ._common_form__inactive label ._common_form__label { float: none; margin-right: 0 !important; }

._common_form__settingsOverlayOuter ._common_form__sales-stages textarea { border: 1px solid #999; }

._common_form__settingsOverlayOuter ._common_form__communication-objective { width: 450px; max-width: 100%; box-sizing: border-box; }

._common_form__settingsOverlayOuter ._common_form__toggle { margin-top: 7px; }

._common_form__communication-objective ._common_form__inactive { float: left; width: 70px; }

._common_form__communication-objective ._common_form__error._common_form__messagesContainer { position: static; width: 100%; }

._common_form__delete-error ._common_form__error ._common_form__fieldErrorMessage { display: block; }

._common_form__commType { position: absolute; display: inline-flex; }

._common_form__commType hr { width: 100%; }

._common_form__commType ._common_form__options { max-height: 370px; }

._common_form__descriptiveLabel { display: flex; }

._common_form__descriptiveLabel > * { color: #000; }

._common_form__descriptiveLabel > :first-child { width: 120px; text-align: right; padding-right: 15px !important; }

._common_form__descriptiveLabel :nth-child(2) { padding: 4px 0; margin-bottom: 5px; }

._common_form__nestedFieldContainer { padding-top: 0px !important; }

._common_form__nestedFieldContainer > span > :first-child { padding-top: 0px !important; }

._common_form__calendarInput > span { cursor: pointer; border-bottom: 1px solid #a9a9a9; padding-top: 3px; padding-bottom: 4px; color: #666666; display: inline-block; width: 105px; height: 15px; position: relative; font-size: 16px; font-weight: normal !important; }

._common_form__calendarInput > span:after { content: ' '; background: transparent url(../../8a57c00cf9e5496f/images/sprite.png) -168px -319px no-repeat; width: 18px; height: 17px; display: inline-block; position: absolute; margin-left: 5px; right: 0px; }

._common_form__calendarInput ._common_form__show { display: block; background-color: #FFFFFF; border: 1px solid #696C89; border-radius: 5px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19); }

._common_form__calendarInput ._common_form__hidden { display: none; }

._common_form__calendarInput ._common_form__show { position: absolute; top: -300px; width: 253px; height: 295px; }

._common_form__calendarInput._common_form__editCalendarInput > span { position: absolute; right: 13px; width: 30px !important; border: none !important; bottom: 9px; }

._common_form__calendarBelow ._common_form__calendarInput ._common_form__show { z-index: 1; bottom: inherit; top: 52px; }

._common_form__calendarBelow ._common_form__calendarInput ._common_form__show._common_form__offSetMiddle { top: 50% !important; bottom: 0 !important; transform: translateY(-50%); }

._common_form__calendarBelow._common_form__rightAligned ._common_form__calendarInput ._common_form__show { right: 15px; }

._common_form__calendarBelow button { margin-left: 10px; }

._common_form__rowDeleteIcon ._common_form__emarSetup ._common_form__deleteIcon { position: absolute; z-index: 9; top: 10px; right: 52px; width: 30px; height: 21px; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -694px -1px; background-size: 400px; cursor: pointer; }

._common_form__rowDeleteIcon ._common_form__emarSetup ._common_form__delete { position: absolute; top: 10px; right: 15px; z-index: 1; text-decoration: underline; font-size: 14px; cursor: pointer; }

._common_form__radioOverlayPicker > span { cursor: pointer; border-bottom: 1px solid #a9a9a9; padding-top: 3px; padding-bottom: 4px; color: #666666; display: inline-block; width: 105px; height: 15px; position: relative; font-size: 16px; font-weight: normal !important; }

._common_form__radioOverlayPicker > span:after { content: ' '; background: transparent url(../../8a57c00cf9e5496f/images/sprite.png) -616px -220px no-repeat; width: 18px; height: 11px; display: inline-block; position: absolute; margin-left: 5px; right: 0px; }

._common_form__radioOverlayPicker ._common_form__show { display: block; background-color: #FFFFFF; border: 1px solid #696C89; border-radius: 5px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19); }

._common_form__radioOverlayPicker ._common_form__hidden { display: none; }

._common_form__radioOverlayPicker ._common_form__show { position: absolute; overflow-y: auto; width: 253px; height: 295px; }

._common_form__radioOverlayPicker ._common_form__show ._common_form__sortByRadioPicker { position: relative; height: 40px; border-top: 1px solid #666; background-color: #eee; margin: 0 -10px -10px -10px; cursor: pointer; color: #666; }

._common_form__radioOverlayPicker ._common_form__show ._common_form__sortByRadioPicker span { position: absolute; top: 10px; left: 10px; width: auto; }

._common_form__radioOverlayPicker ._common_form__show ._common_form__sortByRadioPicker span:hover { text-decoration: underline; }

._common_form__radioOverlayPicker ._common_form__show ._common_form__sortByRadioPicker span em { float: left; display: inline-block; height: 22px; width: 22px; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -164px -2px; }

._common_form__radioOverlayPicker ._common_form__show ._common_form__sortByRadioPicker ._common_form__sortByOptions { display: inline-block; position: absolute; bottom: 35px; background: white; left: 15px; border: 1px solid #1e90ff; }

._common_form__radioOverlayPicker ._common_form__show ._common_form__sortByRadioPicker ._common_form__sortByOptions ul { list-style: none; margin: 0 0 0 -40px; }

._common_form__radioOverlayPicker ._common_form__show ._common_form__sortByRadioPicker ._common_form__sortByOptions ul li { margin: 0px; padding: 6px 10px; }

._common_form__radioOverlayPicker ._common_form__show ._common_form__sortByRadioPicker ._common_form__sortByOptions ul li:hover { color: #fff; background-color: #03A9F4; }

@media (max-width: 320px) { ._common_form__radioOverlayPicker ._common_form__show ._common_form__sortByRadioPicker { font-size: 13px; } }

._common_form__radioOverlayPicker span > label, ._common_form__radioOverlayPicker input[type="radio"] { cursor: pointer; }

._common_form__salesInquiry ._common_form__form ._common_form__formContainer { height: 340px; }

._common_form__salesInquiry ._common_form__header { color: #666666 !important; }

._common_form__salesInquiry ._common_form__header span._common_form__lostInquiry { /*margin-left: 12px !important;*/ margin-top: 4px !important; float: left; }

._common_form__dateInput ._common_form__calendarInput ._common_form__show { padding: 1px; width: auto; height: 258px; min-width: 237px; font-size: 15px; top: 56px; }

._common_form__dateInput ._common_form__calendarInput span { height: 20px; width: 100%; display: block; }

._common_form__dateInput ._common_form__calendarInput span._common_form__placeholderSpan { color: #000; }

._common_form__dateInput ._common_form__calendarInput span._common_form__disabledPlaceholderSpan { border-bottom: 1px solid #a9a9a9; cursor: context-menu; }

._common_form__text_right { text-align: right; }

._common_form__glyphicon { margin-right: 5px; }

._common_form__formSet { padding: 0; min-height: 100%; background: #f2f2f2 !important; height: 100%; overflow: hidden; }

._common_form__formSet > ._common_form__header { text-align: center; background: #1976d2; padding: 10px 15px; margin: 0; color: white; -ms-user-select: none; user-select: none; min-height: 50px; box-sizing: border-box; }

._common_form__formSet > ._common_form__header h1 { margin: 0; background-color: transparent; color: #fff; }

._common_form__formSet > ._common_form__content { position: absolute; top: 55px; bottom: 68px; right: 0; left: 0; display: flex; }

._common_form__formSet > ._common_form__content > ._common_form__menu { display: inline-block; margin: 15px 5px 15px 15px; padding: 0; width: 180px; }

._common_form__formSet > ._common_form__content > ._common_form__menu > * { display: block; padding: 15px 20px; background: white; cursor: pointer; font-weight: bold; }

._common_form__formSet > ._common_form__content > ._common_form__menu > * ._common_form__active { color: #ff9900; }

._common_form__formSet > ._common_form__content > ._common_form__main { display: inline-block; overflow-y: scroll; /* has to be scroll, not auto */ -webkit-overflow-scrolling: touch; flex: 1; }

._common_form__formSet > ._common_form__content > ._common_form__main > div { background: white; margin: 15px 15px 20px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__form { min-width: unset; }

._common_form__formSet > ._common_form__content > ._common_form__main > ._common_form__footer { background: transparent; box-shadow: none; }

._common_form__formSet > ._common_form__content > ._common_form__main > ._common_form__footer ._common_form__toolbar { background: transparent; }

._common_form__formSet > ._common_form__footer { position: absolute; right: 0; left: 180px; bottom: 0; }

._common_form__formSet > ._common_form__footer ._common_form__pad { display: none; }

._common_form__formSet > ._common_form__footer ._common_form__toolbar { position: absolute; right: 0; left: 0; bottom: 0; background: transparent; }

._common_form__formSet > ._common_form__footer ._common_form__toolbar > * { margin: 0 20px 0 0; }

._common_form__formSet > ._common_form__footer._common_form__visibleFooter { height: 50px; background: #f8f8f8; display: flex; justify-content: center; box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3); }

._common_form__formSet > ._common_form__footer._common_form__visibleFooter ._common_form__footerSaveBtn { position: relative; top: 10px; width: 95%; }

._common_form__formSet > ._common_form__footer._common_form__visibleFooter ._common_form__footerSaveBtn a { position: static; display: block; max-width: 95%; }

._common_form__formSet > ._common_form__footer._common_form__visibleFooter ._common_form__footerSaveBtn a ._common_form__tick { width: 15px; height: 15px; display: inline-block; position: relative; top: -12px; left: -10px; }

._common_form__noInfo { color: #666; font-weight: normal !important; }

._common_form__contactLabel { font-weight: normal !important; }

._common_form__contactLabel ._common_form__phoneLink { /*padding: 0px !important;*/ font-weight: normal !important; display: inline !important; }

._common_form__justifyCenter ._common_form__descriptiveLabel { justify-content: center; }

._common_form__fullPage { flex: 1; display: flex; flex-direction: column; }

._common_form__fullPage ._common_form__form, ._common_form__fullPage ._common_form__form div, ._common_form__fullPage label { flex: 1; margin: 0; display: flex; flex-direction: column; }

._common_form__fullPage ._common_form__form ._common_form__label, ._common_form__fullPage ._common_form__form div ._common_form__label, ._common_form__fullPage label ._common_form__label { flex: none; }

._common_form__fullPage label div { flex: initial; }

._common_form__fullPage textarea { flex: 1; }

._common_form__notesPanel._common_form__inlineForm ._common_form__header { overflow-x: visible; }

._common_form__notesPanel._common_form__inlineForm._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__label { overflow-x: visible; }

._common_form__buttonSideBar { background: none !important; padding-left: 0 !important; padding-right: 0 !important; }

._common_form__buttonSideBar button { background-color: #129FD3; color: #FFFFFF; border: none; border-radius: 5px; padding: 10px 11px; width: 100%; cursor: pointer; outline: none; }

._common_form__convertToProspectBtn { float: right; margin-top: -4px; margin-left: 5px; }

._common_form__inlineForm ._common_form__header { color: #333; }

._common_form__inlineForm ._common_form__header span { margin: 0 !important; font-weight: normal !important; }

._common_form__inlineForm ._common_form__header span._common_form__lostInquiry { margin-left: 12px !important; margin-top: 4px !important; float: left; }

._common_form__inlineForm ._common_form__header h3 { margin: 5px 0 !important; padding: 0 !important; font-size: 1.3em; }

._common_form__inlineForm._common_form__formWrapper ._common_form__form ._common_form__formContainer { overflow-y: visible; }

._common_form__inquiryForm ._common_form__header { color: #666666 !important; }

._common_form__inquiryForm ._common_form__salutation { margin: 0; padding-top: 2px !important; }

._common_form__inquiryForm ._common_form__inquiryIs label > div:nth-child(2) { margin-top: 11px; }

._common_form__inquiryForm ._common_form__contact span:first-child { top: 13px; }

._common_form__referralSourceContactPaging a:last-child { color: black !important; }

._common_form__referralSourceContactPaging select { color: #666 !important; }

._common_form__pagingForIosMobile [class*="components__selectInput"] { margin: 0; }

._common_form__pagingForIosMobile [class*="components__selectInput"] [class*="components__searchInputWrap"] { height: 23px; line-height: 21px; border: 1px solid #d9d9d9; border-radius: 5px; }

._common_form__pagingForIosMobile [class*="components__selectInput"] [class*="components__searchInputWrap"]::before { top: 10px; }

._common_form__prospectCommunications ._common_form__toolbar._common_form__alignBottom { position: absolute; background: transparent; width: 100%; bottom: 0; white-space: nowrap; }

._common_form__prospectCommunications ._common_form__form ._common_form__formContainer table { min-height: 255px; }

._common_form__prospectCommunications ._common_form__header h1 { display: inline-block; }

._common_form__prospectCommunications._common_form__referralSourceContacts { margin-left: 10px; }

._common_form__prospectCommunications._common_form__referralSourceContacts ._common_form__pagingToolbar select { outline: none; }

._common_form__prospectCommunications ._common_form__pagingToolbar { margin-right: auto; margin-left: 10px; }

._common_form__prospectCommunications ._common_form__pagingToolbar div:last-child label > div:before { top: 9px !important; }

._common_form__prospectCommunications ._common_form__pagingToolbar a { padding: 0; margin: 0; border-radius: inherit; }

._common_form__prospectCommunications ._common_form__pagingToolbar a span { padding: 0; }

._common_form__prospectCommunications ._common_form__pagingToolbar a:last-child { background: inherit; border: 1px solid #d9d9d9; color: inherit; }

._common_form__prospectCommunications ._common_form__pagingToolbar select { background-color: white; border: 1px solid #d9d9d9 !important; line-height: 21px !important; height: 23px !important; border-radius: 5px; }

._common_form__prospectCommunications ._common_form__communicationFilterWrap { display: inline-block; width: 100%; margin: 9px 0px; padding-left: 15px; box-sizing: border-box; }

._common_form__prospectCommunications ._common_form__communicationFilterWrap h4 { display: inline-block !important; float: left; margin: 0; }

._common_form__prospectCommunications ._common_form__communicationFilterWrap h4 ._common_form__refresh { width: 60px; position: relative; background: transparent; }

._common_form__prospectCommunications ._common_form__communicationFilterWrap h4 ._common_form__refresh:after { content: ''; background: url(../../071efd486a9861b1/images/menuIcon.svg) -365px -232px; background-size: 410px; position: absolute; top: 0; height: 18px; width: 20px; left: 0; }

@media (max-width: 414px) { ._common_form__prospectCommunications ._common_form__communicationFilterWrap h4 ._common_form__refresh { height: 22px; } }

._common_form__prospectCommunications ._common_form__communicationFilterWrap ._common_form__fitToolbar { float: left; display: inline-block; padding: 0; padding-left: 0px; margin-top: -5px; background: #f2f2f2; }

._common_form__prospectCommunications ._common_form__communicationFilterWrap ._common_form__fitToolbar ._common_form__form > ._common_form__formContainer { height: auto !important; min-height: 27px !important; overflow: visible !important; padding-left: 0; }

@media (max-width: 768px) { ._common_form__prospectCommunications ._common_form__communicationFilterWrap ._common_form__fitToolbar { margin-left: -10px !important; padding-left: 0 !important; margin-top: 0 !important; } }

._common_form__prospectCommunications ._common_form__communicationFilterWrap ._common_form__fitToolbar ._common_form__fieldContainer { padding: 0 !important; }

._common_form__prospectCommunications ._common_form__communicationFilterWrap ._common_form__fitToolbar ._common_form__fieldContainer ._common_form__radioGroup > ._common_form__label { display: none !important; }

._common_form__prospectCommunications ._common_form__communicationFilterWrap ._common_form__fitToolbar ._common_form__fieldContainer ._common_form__radioGroup label { padding: 0 4px !important; }

._common_form__prospectCommunications ._common_form__communicationFilterWrap ._common_form__fitToolbar ._common_form__fieldContainer ._common_form__radioGroup label input { margin: 2px 2px 2px !important; }

._common_form__prospectCommunications ._common_form__communicationFilterWrap ._common_form__fitToolbar ._common_form__fieldContainer ._common_form__radioGroup label ._common_form__label { font-size: 14px !important; white-space: normal !important; }

@media (max-width: 768px) { ._common_form__prospectCommunications ._common_form__communicationFilterWrap { display: flex; flex-direction: column; } }

._common_form__prospectCommunications._common_form__loadingWrap ._common_form__loadingNew { display: flex; justify-content: center; align-items: center; height: calc(100% - 248px); }

@media (max-width: 767px) { ._common_form__prospectCommunications._common_form__loadingWrap { height: auto; }
  ._common_form__prospectCommunications._common_form__loadingWrap ._common_form__loadingNew { height: auto; } }

._common_form__inputFontMedium input, ._common_form__inputFontMedium textarea, ._common_form__inputFontMedium select, ._common_form__inputFontMedium button { font-size: 14px; }

._common_form__searchFilter { position: relative; top: 15px; }

._common_form__searchFilter label span:before { position: absolute; margin: 3px 0 0 -28px !important; z-index: 1; bottom: 11px; }

._common_form__searchFilter input[type="search"] { padding-right: 30px !important; z-index: 0; }

._common_form__unitSearchTable { margin-top: 35px; }

._common_form__inquirySearhFilter { margin-top: 10px; padding-bottom: 0 !important; }

._common_form__noWrapTableData table { width: 600px !important; }

._common_form__noWrapTableData table thead tr:after { display: none !important; }

._common_form__NewProspectForm div[class*="searchPicker"] ._common_form__error input { border-bottom-color: transparent !important; }

._common_form__NewProspectForm span[class*="formicons__sprite-person"] { margin-left: -27px !important; }

._common_form__NewProspectForm div[id*="Salutation_"] { height: 71px; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer { overflow: inherit; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer textarea { border: 1px solid #999 !important; resize: none; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer textarea:disabled { color: rgba(0, 0, 0, 0.6); }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer input[type=checkbox] { width: 18px !important; height: 18px; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__toggleWrapper ._common_form__toggle { margin-top: 12px; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] { border: 1px solid #ecebeb; width: 190px; height: 172px; }

@media (min-width: 768px) and (max-width: 991px) { ._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] { width: 139px; } }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] input { display: none; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] img { width: 178px; height: 125px; margin: 6px 6px 6px 6px; }

@media (min-width: 768px) and (max-width: 991px) { ._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] img { width: 128px; } }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] [class*="importDrug"] { cursor: pointer; background: #1976d2; color: #ffffff; padding: 6px 68px; border-radius: 5px; margin: 5px; }

@media (min-width: 768px) and (max-width: 991px) { ._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] [class*="importDrug"] { padding: 6px 42px; } }

@media (max-width: 767px) { ._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] [class*="importDrug"] { padding: 6px 65px; } }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] [class*="crossIcon"] { position: absolute; right: 68px; height: 17px; width: 20px; top: 25px; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] [class*="crossIcon"]::after, ._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] [class*="crossIcon"]:before { content: ''; position: absolute; top: 10px; left: 3px; width: 16px; height: 2px; background: #fff; transform: rotate(45deg); }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] [class*="crossIcon"]:before { transform: rotate(-45deg); }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer div[class*="imgWrap"] [class*="crossIcon"][class*="crossIconStyle"] { background-color: #999; border-radius: 50%; width: 22px; height: 22px; top: 21px; cursor: pointer; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__suggestionsText { color: #ffab21; font-size: 13.5px; font-style: italic; padding-top: 8px; width: 175px; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__timePicker ._common_form__period select { width: 100% !important; }

._common_form__NewProspectForm ._common_form__formSet select { line-height: 28px !important; height: 28px !important; padding: 0px !important; padding-right: 20px !important; }

._common_form__NewProspectForm ._common_form__formSet input[type="text"], ._common_form__NewProspectForm ._common_form__formSet input[type="email"], ._common_form__NewProspectForm ._common_form__formSet input[type="number"] { line-height: 27px !important; height: 26px !important; padding: 0px !important; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__salesInquiry ._common_form__form ._common_form__formContainer { height: auto; }

._common_form__NewProspectForm > div[class*="parentOverlay"]:first-of-type ._common_form__formSet:first-of-type { overflow: visible !important; }

._common_form__NewProspectForm ._common_form__formWrapper ._common_form__formContainer ._common_form__group ._common_form__header ._common_form__toolTipContainer ._common_form__glyphicon, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__formContainer ._common_form__group ._common_form__header ._common_form__toolTipContainer ._common_form__glyphicon { padding-left: 0px; }

._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__fieldContainer, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__fieldContainer { position: relative; }

._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label > div, ._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label > div, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label > div, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label > div { display: inline-flex; }

._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label > div ._common_form__glyphicon, ._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label > div ._common_form__glyphicon, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label > div ._common_form__glyphicon, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label > div ._common_form__glyphicon { top: 5px; padding-left: 5px; }

._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label ._common_form__checkMark, ._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label ._common_form__checkMark, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label ._common_form__checkMark, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label ._common_form__checkMark { position: absolute; top: 12px; left: 0px; height: 17px; width: 17px; background-color: #fff; border: 1px solid #999; box-sizing: border-box; border-radius: 3px; z-index: 1; }

._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label ._common_form__checkMark:after, ._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label ._common_form__checkMark:after, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label ._common_form__checkMark:after, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label ._common_form__checkMark:after { content: ""; position: absolute; display: none; left: 4px; top: 0px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label input[type="checkbox"], ._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label input[type="checkbox"], ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label input[type="checkbox"], ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label input[type="checkbox"] { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label input[type="checkbox"]:checked ~ ._common_form__checkMark, ._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label input[type="checkbox"]:checked ~ ._common_form__checkMark, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label input[type="checkbox"]:checked ~ ._common_form__checkMark, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label input[type="checkbox"]:checked ~ ._common_form__checkMark { background-color: #2196F3; border: 1px solid #2196F3; }

._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label input[type="checkbox"]:checked ~ ._common_form__checkMark:after, ._common_form__NewProspectForm ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label input[type="checkbox"]:checked ~ ._common_form__checkMark:after, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox label input[type="checkbox"]:checked ~ ._common_form__checkMark:after, ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox label input[type="checkbox"]:checked ~ ._common_form__checkMark:after { display: block; }

._common_form__prospectDetailWrapper ._common_form__formWrapper { max-width: 850px; }

@supports (-webkit-touch-callout: none) and (min-width: 1023px) { ._common_form__prospectDetailWrapper ._common_form__formWrapper { max-width: 1050px; } }

._common_form__prospectDetailWrapper ._common_form__formWrapper div[id*="Salutation_"] ._common_form__fieldContainer { height: 0px; }

._common_form__prospectDetailWrapper ._common_form__formWrapper [class*="imgWrap"] { border: 1px solid #ecebeb; width: 166px; height: 165px; }

._common_form__prospectDetailWrapper ._common_form__formWrapper [class*="imgWrap"] img { width: 154px; height: 120px; margin: 6px 6px 6px 6px; }

._common_form__prospectDetailWrapper ._common_form__formWrapper [class*="imgWrap"] [class*="inputHide"] { display: none; }

._common_form__prospectDetailWrapper ._common_form__formWrapper [class*="imgWrap"] [class*="importDrug"] { cursor: pointer; background: #1976d2; color: #ffffff; padding: 5px 55px; border-radius: 5px; margin: 6px; }

@media (max-width: 767px) { ._common_form__prospectDetailWrapper ._common_form__formWrapper [class*="imgWrap"] [class*="importDrug"] { padding: 5px 52px; } }

._common_form__prospectDetailWrapper ._common_form__formWrapper [class*="imgWrap"] [class*="crossIcon"] { position: absolute; right: 35px; height: 17px; width: 20px; top: 25px; }

._common_form__prospectDetailWrapper ._common_form__formWrapper [class*="imgWrap"] [class*="crossIcon"]::after, ._common_form__prospectDetailWrapper ._common_form__formWrapper [class*="imgWrap"] [class*="crossIcon"]:before { content: ''; position: absolute; top: 10px; left: 3px; width: 16px; height: 2px; background: #fff; transform: rotate(45deg); }

._common_form__prospectDetailWrapper ._common_form__formWrapper [class*="imgWrap"] [class*="crossIcon"]:before { transform: rotate(-45deg); }

._common_form__prospectDetailWrapper ._common_form__formWrapper [class*="imgWrap"] [class*="crossIcon"][class*="crossIconStyle"] { background-color: #999; border-radius: 50%; width: 22px; height: 22px; top: 21px; cursor: pointer; }

._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__suggestionsText { color: #ffab21; font-size: 13.5px; font-style: italic; padding-top: 8px; width: 175px; }

@media screen and (max-width: 767px) { ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__form ._common_form__group ._common_form__fieldSet ._common_form__body [class*="gridlayout__column"] [class*="marginClass"] { margin-top: 60px; } }

@media screen and (min-width: 767px) { ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet [class*='bodyClass'] { position: relative; padding-left: 210px; }
  ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet [class*='bodyClass'] ._common_form__commonFormIcon { width: 22px !important; margin-left: -22px !important; }
  ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet [class*='bodyClass'] div[class*='prospectEditCol'] { position: absolute; top: 0; left: 0; } }

._common_form__detailsOuterWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer > label textarea, ._common_form__detailsOuterWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer > div textarea { height: 148px; }

._common_form__detailsOuterWrapper input[type=checkbox] { width: 18px !important; height: 18px; }

._common_form__detailsOuterWrapper select { line-height: 28px !important; height: 28px !important; padding: 0px !important; }

._common_form__detailsOuterWrapper input[type="text"], ._common_form__detailsOuterWrapper input[type="email"], ._common_form__detailsOuterWrapper input[type="number"] { line-height: 27px !important; height: 26px !important; padding: 0px !important; }

._common_form__detailsOuterWrapper textarea { border: 1px solid #999; resize: none; }

._common_form__detailsOuterWrapper div[class*="searchPicker"] div[class*="overlay"] ._common_form__formContainer ._common_form__group { padding: 5px 10px 10px 10px; }

._common_form__detailsOuterWrapper ._common_form__reservationPopup ._common_form__calendarInput table { width: 237px; }

._common_form__detailsOuterWrapper ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show { top: 52px; }

._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__waitingListPopup, ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__salesStatusPopup, ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__unitMoveInPopup { height: auto; width: 830px; }

._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__waitingListPopup ._common_form__form ._common_form__formContainer, ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__salesStatusPopup ._common_form__form ._common_form__formContainer, ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__unitMoveInPopup ._common_form__form ._common_form__formContainer { overflow-y: auto; }

._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__waitingListPopup div[class*="scrollableContainer"], ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__salesStatusPopup div[class*="scrollableContainer"], ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__unitMoveInPopup div[class*="scrollableContainer"] { overflow: visible !important; }

._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__depositDate ._common_form__formWrapper._common_form__wideFormWrapper { height: auto; width: 400px; }

._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__depositDate ._common_form__formWrapper._common_form__wideFormWrapper ._common_form__form ._common_form__formContainer { min-width: 1px !important; }

._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__depositDate ._common_form__form ._common_form__formContainer { overflow-y: auto; }

._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__depositDate div[class*="scrollableContainer"] { overflow: visible !important; }

._common_form__detailsOuterWrapper div[class*="detailsHeader"] div[class*="reservationPopup"] { width: 800px; max-width: 100%; }

._common_form__detailsOuterWrapper div[class*="detailsHeader"] div[class*="reservationPopup"] div[class*="scrollableContainer"] { overflow: visible !important; }

._common_form__detailsOuterWrapper div[class*="detailsHeader"] div[class*="reservationPopup"] ._common_form__formContainer { box-sizing: border-box; }

._common_form__detailsOuterWrapper div[class*="residentPanel"] div[class*="reservationPopup"] div[class*="scrollableContainer"] { overflow: visible !important; }

@media (max-width: 1024px) { ._common_form__detailsOuterWrapper div[class*="residentPanel"] div[class*="reservationPopup"] { width: 100%; } }

._common_form__detailsOuterWrapper div[class*="residentPanel"] ._common_form__wideFormWrapper._common_form__smallFormWrapper { width: 400px; }

@media (max-width: 991px) { ._common_form__detailsOuterWrapper div[class*="residentPanel"] ._common_form__wideFormWrapper._common_form__smallFormWrapper { width: 100%; } }

._common_form__detailsOuterWrapper div[class*="residentPanel"] ._common_form__wideFormWrapper._common_form__smallFormWrapper ._common_form__formContainer { min-width: 100% !important; box-sizing: border-box; }

@media (max-width: 1024px) { ._common_form__detailsOuterWrapper div[class*="residentPanel"] ._common_form__wideFormWrapper._common_form__smallFormWrapper._common_form__depositDateInner, ._common_form__detailsOuterWrapper div[class*="residentPanel"] ._common_form__wideFormWrapper._common_form__smallFormWrapper._common_form__seniorLinkageInner { width: 100%; } }

._common_form__detailsOuterWrapper div[class*="residentPanel"] [class*="overlay__overlay"][class*="parentOverlay"] > [class*="scrollableContainer"] ._common_form__formWrapper[class*="reservationPopup"] ._common_form__form > ._common_form__formContainer { overflow: visible; }

._common_form__detailsOuterWrapper div[class*="noteField"] textarea { max-height: none !important; }

._common_form__detailsOuterWrapper ._common_form__saleTabDetails ._common_form__inlineForm ._common_form__form ._common_form__formContainer { overflow: visible; }

._common_form__detailsOuterWrapper [class*="waitingListPriority"] [class*="scrollableContainer"] [class*="container"][class*="modal"] { overflow-y: hidden !important; }

._common_form__detailsOuterWrapper [class*="waitingListPriority"] [class*="scrollableContainer"] [class*="container"][class*="modal"] ._common_form__form ._common_form__formContainer { width: 800px; max-width: 100%; box-sizing: border-box; height: calc(100% - 50px) !important; min-height: 1px !important; overflow-y: auto; }

._common_form__detailsOuterWrapper [class*="waitingListPriority"] [class*="scrollableContainer"] [class*="container"][class*="modal"] ._common_form__form ._common_form__formContainer ._common_form__oneLine ._common_form__label { display: inline-block !important; }

._common_form__referralContactWrapper, ._common_form__inquiryWrapper { /* div[class*="detailsContainer"]{ overflow-y: auto !important; }*/ }

._common_form__referralContactWrapper div[class*="viewProspect"], ._common_form__inquiryWrapper div[class*="viewProspect"] { margin-top: 5px; }

._common_form__referralContactWrapper div[class*="viewProspect"] a, ._common_form__inquiryWrapper div[class*="viewProspect"] a { font-size: 13px; }

._common_form__referralContactWrapper div[class*="searchPicker"] ._common_form__error input, ._common_form__inquiryWrapper div[class*="searchPicker"] ._common_form__error input { border-bottom-color: transparent !important; }

._common_form__referralContactWrapper span[class*="sprite-tricolon"], ._common_form__inquiryWrapper span[class*="sprite-tricolon"] { background: #fff; }

._common_form__referralContactWrapper span[class*="sprite-tricolon"]:after, ._common_form__inquiryWrapper span[class*="sprite-tricolon"]:after { content: "..."; padding: 0 !important; position: absolute; top: 8px; font-size: 37px; line-height: 0; transform: rotate(90deg); letter-spacing: -3px; left: 11px; }

._common_form__referralContactWrapper input[type="text"], ._common_form__referralContactWrapper input[type="email"], ._common_form__referralContactWrapper input[type="number"], ._common_form__inquiryWrapper input[type="text"], ._common_form__inquiryWrapper input[type="email"], ._common_form__inquiryWrapper input[type="number"] { line-height: 27px !important; height: 26px !important; padding: 0px !important; }

._common_form__referralContactWrapper input[type="text"]::-ms-clear, ._common_form__inquiryWrapper input[type="text"]::-ms-clear { display: none; }

._common_form__referralContactWrapper select, ._common_form__inquiryWrapper select { line-height: 28px !important; height: 28px !important; padding: 0px !important; }

._common_form__referralContactWrapper textarea, ._common_form__inquiryWrapper textarea { border: 1px solid #999; resize: none; height: 148px !important; }

._common_form__referralContactWrapper ._common_form__radioGroup > ._common_form__label, ._common_form__inquiryWrapper ._common_form__radioGroup > ._common_form__label { margin-top: 4px !important; }

._common_form__referralContactWrapper ._common_form__radioGroup label, ._common_form__inquiryWrapper ._common_form__radioGroup label { margin-top: 4px; }

._common_form__referralContactWrapper div[class*="_graphql__contactPanel"], ._common_form__inquiryWrapper div[class*="_graphql__contactPanel"] { display: block !important; flex: none !important; }

._common_form__referralContactWrapper div[class*="_graphql__contactPanel"] div[class*="cardItem"], ._common_form__inquiryWrapper div[class*="_graphql__contactPanel"] div[class*="cardItem"] { flex: inherit !important; }

._common_form__referralContactWrapper ._common_form__inlineForm ._common_form__header ._common_form__lostInquiryHeading, ._common_form__inquiryWrapper ._common_form__inlineForm ._common_form__header ._common_form__lostInquiryHeading { margin-left: 0 !important; font-size: 16px; color: #666; }

._common_form__referralContactWrapper div[class*="noteField"] textarea, ._common_form__inquiryWrapper div[class*="noteField"] textarea { max-height: none !important; }

._common_form__referralContactWrapper ._common_form__inquiryIs._common_form__newInquiryCheckbox label div input, ._common_form__referralContactWrapper ._common_form__toggleWrapper._common_form__newInquiryCheckbox label div input, ._common_form__inquiryWrapper ._common_form__inquiryIs._common_form__newInquiryCheckbox label div input, ._common_form__inquiryWrapper ._common_form__toggleWrapper._common_form__newInquiryCheckbox label div input { width: 18px !important; height: 18px; }

[class*="prompt"][class*="modal"] ._common_form__toolbar { display: inline-block; }

@-moz-document url-prefix() { ._common_form__NewProspectForm ._common_form__formSet { left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  ._common_form__NewProspectForm ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet { position: absolute !important; }
  ._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet { position: inherit !important; }
  div[class*="overlay"] div[class*="prompt"] { left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  div[class*="overlay"]._common_form__settingsOverlay div[class*="modal"] { left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  ._common_form__detailsOuterWrapper div[class*="scrollableContainer"] div[class*="modal"] { left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 800px; }
  ._common_form__detailsOuterWrapper div[class*="scrollableContainer"] div[class*="modal"][class*="prompt"] { min-width: 300px; }
  ._common_form__detailsOuterWrapper div[class*="scrollableContainer"] div[class*="modal"]._common_form__midFormWrapperUpper { min-width: 630px; }
  ._common_form__detailsOuterWrapper div[class*="scrollableContainer"] ._common_form__inquiryId [class*="inquiryIdWrap"] div[class*="scrollableContainer"] div[class*="modal"] { min-width: 200px; }
  ._common_form__detailsOuterWrapper ._common_form__depositDate div[class*="modal"] { min-width: 400px !important; }
  div[class*="newCommunicationForm"] div[class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper { left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  ._common_form__alertWidth div[class*="_common_overlay__overlay"] div[class*="modal"] { left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 0px !important; }
  ._common_form__referralContactWrapper div[class*="_common_overlay__overlay"] div[class*="modal"], ._common_form__inquiryWrapper div[class*="_common_overlay__overlay"] div[class*="modal"] { left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 650px; max-width: 100%; }
  ._common_form__referralContactWrapper div[class*="_common_overlay__overlay"] div[class*="modal"][class*="prompt"], ._common_form__inquiryWrapper div[class*="_common_overlay__overlay"] div[class*="modal"][class*="prompt"] { min-width: 500px; }
  ._common_form__referralContactWrapper div[class*="_common_overlay__overlay"] div[class*="modal"][class*="prompt"]._common_form__actionDialogOverlay, ._common_form__inquiryWrapper div[class*="_common_overlay__overlay"] div[class*="modal"][class*="prompt"]._common_form__actionDialogOverlay { min-width: 320px; }
  ._common_form__referralContactWrapper ._common_form__alertFormOverlay ._common_form__commonAlert, ._common_form__inquiryWrapper ._common_form__alertFormOverlay ._common_form__commonAlert { min-width: 320px !important; }
  ._common_form__referralContactWrapper ._common_form__communityOverlay div[class*="modal"][class*="prompt"], ._common_form__inquiryWrapper ._common_form__communityOverlay div[class*="modal"][class*="prompt"] { min-width: 320px !important; }
  ._common_form__referralContactWrapper [class*="newCommunicationForm"] div[class*="_common_overlay__overlay"] div[class*="modal"][class*="prompt"], ._common_form__inquiryWrapper [class*="newCommunicationForm"] div[class*="_common_overlay__overlay"] div[class*="modal"][class*="prompt"] { min-width: 100px; }
  ._common_form__referralContactWrapper ._common_form__inquirySuccessPopup, ._common_form__inquiryWrapper ._common_form__inquirySuccessPopup { min-width: 355px !important; }
  ._common_form__alertFormOverlay { min-width: 380px !important; }
  ._common_form__commonAddNew._common_form__duplicateWrapper [class*="scrollableContainer"] > div { position: fixed !important; }
  ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet { position: inherit !important; } }

div[class*="searchPanel"] ._common_form__header { /*margin-bottom:-15px;*/ }

div[class*="searchPanel"] ._common_form__header h1 { font-size: 20px; }

div[class*="searchPanel"] span[class*="btnClose"] { height: 25px !important; }

div[class*="searchPanel"] div[class*="filter"] div[class*="toolbar"] select { height: 22px !important; border: 1px solid #ccc !important; border-radius: 3px; font-size: 12px; color: #999; padding-right: 15px !important; line-height: 18px !important; padding-left: 2px !important; }

div[class*="searchPanel"] div[class*="filter"] div[class*="toolbar"] [class*="selectWrap"]:before { top: 9px; }

div[class*="searchPanel"] ._common_form__form ._common_form__group._common_form__children { overflow: auto; }

div[class*="searchPanel"] ._common_form__form ._common_form__group._common_form__children div[class*="content"] { overflow: auto; }

div[class*="overlay"] span[class*="btnClose"] { height: 25px !important; }

div[class*="overlay"] div[class*="prompt"] ._common_form__toolbar a { -webkit-user-select: none; -ms-user-select: none; user-select: none; flex: 1; }

._common_form__smallHeightAdd textarea { height: 40px !important; border: 1px solid #999999; }

._common_form__textArea8Rows textarea { height: 150px !important; }

._common_form__tabletView._common_form__communicationStep1 ._common_form__error { bottom: 5px; }

._common_form__tabletView._common_form__communicationStep1 ._common_form__fieldContainer { padding-left: 0px !important; padding-right: 0px !important; }

._common_form__tabletView._common_form__communicationStep1 ._common_form__fieldContainer select, ._common_form__tabletView._common_form__communicationStep1 ._common_form__fieldContainer input { font-size: 13px !important; }

._common_form__tabletView._common_form__communicationStep1 ._common_form__fieldContainer._common_form__commType ._common_form__fieldErrorMessage { left: 40px; }

._common_form__tabletView._common_form__communicationStep1 ._common_form__fieldContainer ._common_form__timePicker div { padding: 0 3px !important; }

._common_form__tabletView._common_form__communicationStep1 ._common_form__calendarTitleLeft div { display: inline-block; }

._common_form__tabletView._common_form__communicationStep1 ._common_form__calendarTitleLeft label { float: left; width: 100%; display: block; text-align: left; }

._common_form__tabletView._common_form__communicationStep1 ._common_form__formContainer table { float: left; width: 100%; min-height: 50px; display: block; }

._common_form__salesReferralSearchInput label span:before { bottom: 11px !important; }

div[class*="searchPicker"] { height: auto; }

div[class*="searchPicker"] ._common_form__error input { border-bottom: 0px !important; }

div[class*="searchPicker"] label > input { cursor: pointer; }

div[class*="searchPicker"] ._common_form__commonAddNew label > input { cursor: text; }

div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__error input { border-bottom: 3px dashed red !important; }

div[class*="searchPicker"] ._common_form__searchPickerAddNewBtn { position: relative; }

div[class*="searchPicker"] ._common_form__searchPickerAddNewBtn ._common_form__salesReferralSearchInput { width: calc(100% - 30px); }

div[class*="searchPicker"] ._common_form__searchPickerAddNewBtn ._common_form__searchPickerAddNewBtnInner { position: absolute; top: 20px; left: -15px; width: 30px; background: #1976d2; border: 1px solid #1976d2; color: #fff; font-size: 20px; height: 27px; cursor: pointer; }

div[class*="searchPicker"] ._common_form__searchPickerAddNewBtn ._common_form__searchPickerAddNewBtnInner ._common_form__addIcon { position: absolute; display: block; top: 12px; left: 7px; cursor: pointer; }

div[class*="searchPicker"] ._common_form__searchPickerAddNewBtn ._common_form__searchPickerAddNewBtnInner ._common_form__addIcon:before { content: ''; position: absolute; width: 15px; height: 2px; background: #fff; }

div[class*="searchPicker"] ._common_form__searchPickerAddNewBtn ._common_form__searchPickerAddNewBtnInner ._common_form__addIcon:after { content: ''; position: absolute; width: 15px; height: 2px; background: #fff; transform: rotate(90deg); }

div[class*="searchPicker"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer > div:first-child._common_form__fieldContainer { padding: 0; }

div[class*="searchPicker"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__label { overflow-x: visible; }

._common_form__searchPickerWrapper [class*="overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__searchFilter label input, [class*="graphql__contactPanel"] [class*="overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__searchFilter label input, [class*="utilities__reasignEmployeePopup"] [class*="overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__searchFilter label input { margin-bottom: 0 !important; padding-left: 2px !important; padding-right: 2px !important; }

._common_form__searchPickerWrapper [class*="overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__searchFilter label input:focus ~ [class*="iePlaceholder"], [class*="graphql__contactPanel"] [class*="overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__searchFilter label input:focus ~ [class*="iePlaceholder"], [class*="utilities__reasignEmployeePopup"] [class*="overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__searchFilter label input:focus ~ [class*="iePlaceholder"] { left: 8px; }

._common_form__NewProspectForm [data-name="2nd Occupant"] [class*="overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__searchFilter label input { margin-bottom: 0 !important; padding-left: 2px !important; padding-right: 2px !important; }

._common_form__NewProspectForm [data-name="2nd Occupant"] [class*="overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__searchFilter label input:focus ~ [class*="iePlaceholder"] { left: 8px; }

div[class*="searchPanel"] ._common_form__selectBtn { text-align: right; }

div[class*="searchPanel"] ._common_form__selectBtn span { text-decoration: underline; cursor: pointer; padding: 5px; color: #5398dd; font-weight: 200 !important; }

._common_form__commonAddNew { /*div[class*="searchPicker"]{ height: auto; .error { input { border-bottom: 3px dashed red !important; } } }*/ }

._common_form__commonAddNew > div > div { overflow-y: auto !important; }

._common_form__commonAddNew ._common_form__commonAddReferral > div, ._common_form__commonAddNew ._common_form__commonAddReferralSource > div { overflow-y: inherit !important; }

._common_form__commonAddNew ._common_form__commonAddReferral > div > div[class*="scrollableContainer"], ._common_form__commonAddNew ._common_form__commonAddReferralSource > div > div[class*="scrollableContainer"] { overflow-y: auto !important; }

._common_form__commonAddNew input[type="text"]::-ms-clear { display: none; }

._common_form__commonAddNew ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer select { height: auto !important; margin-bottom: 2px; }

._common_form__commonAddNew ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer select:focus { height: auto !important; margin-bottom: 0px; }

._common_form__commonAddNew ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__error { margin-bottom: 0px; }

._common_form__commonAddNew ._common_form__group { padding: 5px 10px !important; }

._common_form__commonAddNew ._common_form__group ._common_form__fieldContainer { padding: 5px !important; }

._common_form__commonAddNew ._common_form__group ._common_form__fieldContainer._common_form__checkboxCustomNA { padding-top: 40px !important; }

._common_form__commonAddNew ._common_form__group ._common_form__fieldContainer._common_form__checkboxCustomNA._common_form__error ._common_form__radioGroup label ._common_form__label { color: red !important; }

._common_form__commonAddNew ._common_form__formContainer { padding-left: 5px !important; padding-right: 5px !important; }

._common_form__commonAddNew ._common_form__menu { display: none !important; }

._common_form__commonAddNew ._common_form__header h1 { font-weight: normal; }

._common_form__commonAddNew ._common_form__formSet { width: 450px !important; min-width: 450px !important; max-height: 800px; min-height: 10%; position: relative !important; overflow: visible !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main { overflow-y: hidden !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper { padding-left: 0; padding-right: 0; /*padding-bottom:10px;*/ max-height: -webkit-calc(100vh - 110px); max-height: -moz-calc(100vh - 110px); max-height: -ms-calc(100vh - 110px); max-height: -o-calc(100vh - 110px); max-height: calc(100vh - 110px); overflow-y: auto !important; -webkit-overflow-scrolling: touch; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__formWrapper { overflow: hidden !important; }

@supports (-ms-ime-align: auto) { ._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__formWrapper { overflow: visible !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__formWrapper { overflow: visible !important; } }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__emarSetupDetail ._common_form__resAllergy ._common_form__formSet ._common_form__content ._common_form__formWrapper { overflow: auto !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet ._common_form__content ._common_form__formWrapper { overflow: auto !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formWrapper._common_form__formSet { overflow: visible !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formWrapper._common_form__formSet ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet { margin-left: 0; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formWrapper._common_form__formSet ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet ._common_form__header ._common_form__closeIcon { cursor: pointer; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formWrapper._common_form__formSet ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet ._common_form__formWrapper h3 { padding: 15px 10px 0px; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__commonAddReferralSource ._common_form__formWrapper { overflow-y: auto !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__commonAddReferralSource ._common_form__formWrapper { overflow: visible !important; } }

@supports (-ms-ime-align: auto) { ._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__commonAddReferralSource ._common_form__formWrapper { overflow: visible !important; } }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__commonAddReferralSource > [class*="parentOverlay"] ._common_form__formWrapper { -webkit-overflow-scrolling: auto; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__commonAddReferralSource [class*="components__searchPanel"] > div._common_form__searchPickerAddNewWrap { overflow: visible !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__commonAddReferralSource ._common_form__formSet._common_form__formWrapper > ._common_form__header { padding: 10px 15px !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__commonAddNew ._common_form__commonAddReferralSource ._common_form__formSet._common_form__formWrapper > ._common_form__header > h1 { display: inline-block; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__header { padding: 0 !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__header h1 { display: none; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__header h3 { font-weight: normal; font-size: 16px; margin-left: 7px !important; padding: 0px !important; margin-bottom: 0 !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__quickAddSearch input { border-bottom-style: solid !important; width: 100% !important; margin-bottom: 2px !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__quickAddSearch input:focus { margin-bottom: 0px !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__quickAddSearch span { right: 2px; bottom: 14px; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__quickAddSearch._common_form__error input { border-bottom-style: dashed !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__referralSourceSearchCommunity input { padding-right: 20px !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__inquiryIs { padding-bottom: 0px !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__inquiryIs label > div:nth-child(2) { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 3px !important; border: 1px solid #ccc; margin-top: 8px; height: 38px; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__inquiryIs label label { width: 50%; padding: 0 !important; position: relative; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__inquiryIs label label ._common_form__label { width: 100%; height: 38px; background-color: rgba(255, 255, 255, 0); box-sizing: border-box; border: 1px solid rgba(240, 237, 237, 0); border-radius: 4px; font-size: 14px; color: #666 !important; line-height: 29px; font-weight: normal !important; text-align: center; cursor: pointer; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__inquiryIs label label input { position: absolute; width: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; opacity: 0; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__inquiryIs label label input:checked + ._common_form__label { z-index: 2; background: #169bd5; color: #fff !important; -webkit-transition: 0.15s ease-out; -moz-transition: 0.15s ease-out; -ms-transition: 0.15s ease-out; -o-transition: 0.15s ease-out; transition: 0.15s ease-out; }

._common_form__commonAddNew ._common_form__formSet ._common_form__main ._common_form__relatiionshipDrowdown { margin-top: 10px; }

._common_form__commonAddNew ._common_form__formSet ._common_form__error input, ._common_form__commonAddNew ._common_form__formSet ._common_form__error select, ._common_form__commonAddNew ._common_form__formSet ._common_form__error textarea { border-bottom-style: dashed !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__error._common_form__left { left: 0; width: 100%; bottom: 57px; font-size: 13px; }

._common_form__commonAddNew ._common_form__formSet ._common_form__error._common_form__left ._common_form__message { float: left; }

._common_form__commonAddNew ._common_form__formSet ._common_form__content { bottom: 75px !important; }

._common_form__commonAddNew ._common_form__flexibleForm ._common_form__header h1 { display: block !important; }

._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet { max-height: 580px; }

._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__relatiionshipDrowdown { margin-top: 0px; }

._common_form__commonAddNew ._common_form__commonAddReferralSource > [class*="parentOverlay"] ._common_form__formSet ._common_form__content ._common_form__formWrapper._common_form__inquiryForm { -webkit-overflow-scrolling: auto; }

._common_form__commonAddNew ._common_form__commonAddReferralSource ._common_form__formSet { max-height: 650px; }

._common_form__commonAddNew ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__relatiionshipDrowdown { margin-top: 0px; }

._common_form__commonAddNew textarea { height: 90px !important; resize: none; border: 1px solid #999 !important; box-sizing: border-box; }

._common_form__commonAddNew input { box-sizing: border-box; }

._common_form__commonAddNew ._common_form__listField ._common_form__listItem ._common_form__contactField > div select { font-weight: normal !important; color: #000 !important; }

@-moz-document url-prefix() { ._common_form__commonAddNew ._common_form__listField ._common_form__listItem ._common_form__contactField > div select { height: 28px; } }

._common_form__commonAddNew h3 { font-weight: normal !important; }

._common_form__commonAddNew ._common_form__commonBulkCommunication [class*="_common_overlay__wrapper"] { overflow: auto; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formWrapper ._common_form__form ._common_form__searchFilter ._common_form__fieldContainer { padding: 0 !important; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formWrapper ._common_form__form ._common_form__searchFilter [class*="_common_components__employeeHistory"] { top: 35px; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formSet { width: 930px !important; /*      .dueOrCompletedDate { .calendarInput { .placeholderSpan { height: 16px; } } }*/ }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__fieldContainer ._common_form__radioOverlayPicker { padding-top: 4px !important; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__fieldContainer ._common_form__calendarInput ._common_form__show { z-index: 1 !important; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__fieldContainer ._common_form__Budget span { position: absolute; bottom: 12px; left: 3px; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__fieldContainer ._common_form__bulkDeleteButton { padding: 10px 20px; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__fieldContainer ._common_form__dueOrCompletedTime { padding-top: 0px !important; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__fieldContainer._common_form__error ._common_form__radioOverlayPicker ._common_form__show ._common_form__radioGroup label ._common_form__label { color: #666 !important; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__bulkCommNotes textarea { height: 110px !important; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__campaignStatus ._common_form__radioGroup ._common_form__label { display: inline !important; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__campaignStatus ._common_form__radioGroup ._common_form__glyphicon { height: 20px; top: -2px; margin-right: 0; padding-left: 0; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__campaignForm { max-height: 100%; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__recordSummary { position: relative; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__recordSummary ._common_form__search { bottom: 4px; right: 8px; position: absolute; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__recordSummary ._common_form__search:after { content: ''; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -400px -64px; background-size: 450px; display: block; width: 17px; height: 21px; }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__header ._common_form__processingHeader a { padding: 7px; }

._common_form__commonAddNew ._common_form__commonBulkCommunication [class*="_graphql__popup"] ._common_form__toolbar a { height: 32px; line-height: 32px; box-sizing: border-box; min-width: 100px; padding: 0px 5px; }

@media only screen and (min-device-width: 768px) { ._common_form__commonAddNew ._common_form__commonBulkCommunication [class*="_communications__singleStepCommType"] div label + div > span + div[class$="show"] { max-height: 340px; } }

._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__group ._common_form__fieldContainer { padding: 5px 5px 10px 5px !important; }

._common_form__commonAddNew span[class*="btnClose"] { height: 40px !important; }

._common_form__commonAddNew ._common_form__footer { left: 0; }

._common_form__commonAddNew ._common_form__footer ._common_form__toolbar > * { margin: 0 8px 0 0; flex: 1 !important; }

._common_form__commonAddNew ._common_form__footer ._common_form__toolbar { padding-right: 15px !important; }

._common_form__commonAddNew ._common_form__footer ._common_form__toolbar a:last-child { flex: 1; max-width: 50%; margin: 0px; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper { background: #ffffff !important; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper ._common_form__main { margin-top: 10px; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper ._common_form__main ._common_form__form { background: #ffffff; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper ._common_form__main ._common_form__form ._common_form__dataWrapper strong a { color: blue; text-decoration: underline; }

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident { width: 80% !important; } }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__header { background: #f1f1f1; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__header ._common_form__headerCloseLeft [class*="_common__btnClose"] { color: #666 !important; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText { color: #666 !important; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__header h1 { color: #333; font-size: 18px !important; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__header ._common_form__headerSaveBtn a { padding: 7px 10px 7px 10px; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__duplicate em { font-weight: normal; display: block; color: #666; margin: 8px 0; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__duplicate ._common_form__prohibitSSNStyle { color: red; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__formHeading { margin: 10px 15px 15px; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__formHeading span { font-weight: bold; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__duplicateRecordsBlock { height: calc(100% - 100px); }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__popupWrapper ._common_form__formWrapperComm ._common_form__header { background: #FFF; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__popupWrapper ._common_form__formWrapperComm ._common_form__content { margin-top: 15px; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet._common_form__formWrapper._common_form__duplicateResident ._common_form__popupWrapper ._common_form__formWrapperComm ._common_form__content a { color: blue; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet [class*="pastCommButton"] { background: transparent; color: blue; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__closeIcon { position: absolute; left: 15px; top: 7px; width: 32px; height: 32px; opacity: 1; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__cancelText { left: 44px; position: absolute; top: 5px; height: 40px; width: 44px; display: inline-block; vertical-align: top; line-height: 38px; cursor: pointer; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__closeIcon:before, ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__closeIcon:after { position: absolute; left: 10px; content: ' '; height: 33px; width: 3px; background-color: #fff; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__closeIcon:before { transform: rotate(45deg); }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__closeIcon:after { transform: rotate(-45deg); }

._common_form__commonAddNew._common_form__duplicateWrapper h3 { padding: 15px 10px 0px; margin: 0 0 0 0; text-align: center; color: #000; font-weight: normal; font-size: 15px !important; -webkit-text-size-adjust: 100%; }

._common_form__commonAddNew._common_form__duplicateWrapper h3 em { color: #ff0000; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm { background: #fff !important; margin: 0 !important; padding: 0 !important; box-shadow: none !important; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__dataWrapper { background: #f9f9f9; margin: 10px 15px 1px; box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.5); padding: 5px; position: relative; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__editBtn { position: absolute; right: 10px; cursor: pointer; padding: 5px 7px 5px 30px; border-radius: 3px; text-align: center; background: #2dc771; color: #fff; top: 8px; font-size: 16px; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__editBtn ._common_form__editIcon { height: 20px; width: 20px; background: url(../../b6aee2e66e0e0a90/images/salespipeline-images.png) no-repeat; background-position: -215px -123px; position: absolute; left: 7px; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__dataWrapper table { width: 100%; table-layout: fixed; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__dataWrapper table tr td, ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__dataWrapper table tr th { width: 50%; vertical-align: top; text-align: left; word-wrap: break-word; word-break: break-word; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__dataWrapper table tr td, ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__dataWrapper table tr th { word-break: break-all; } }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__duplicate { text-align: center; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__duplicate ._common_form__contentHeader { margin: 5px 0 0 0; color: #000; font-weight: bold; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__duplicate ._common_form__contentHeader em { color: red; display: block; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__duplicate ._common_form__cardWrapper { max-height: 205px; overflow: auto; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__duplicate ._common_form__duplicateCards { max-height: 392px; overflow: auto; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__footer { left: 0; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__footer ._common_form__toolbar > * { margin: 0 8px 0 0; }

._common_form__commonAddNew div[class*="searchPanel"] select { height: 28px; margin-bottom: 2px !important; }

._common_form__commonAddNew div[class*="searchPanel"] div[class*="toolbar"] select { height: 22px; border: 1px solid #ccc !important; border-radius: 3px; font-size: 12px; color: #999; }

._common_form__commonAddNew div[class*="quickAddSearchPicker"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__fieldContainer { padding: 5px 5px 10px 5px !important; }

._common_form__commonAddNew div[class*="quickAddSearchPicker"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__fieldContainer._common_form__salesReferralSearchInput label input { line-height: 29px !important; height: 29px !important; padding: 0px !important; }

._common_form__commonAddNew div[class*="quickAddSearchPicker"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__fieldContainer._common_form__salesReferralSearchInput label span:before { bottom: 11px !important; }

@media (max-width: 767px) { ._common_form__commonAddNew div[class*="quickAddSearchPicker"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__fieldContainer._common_form__salesReferralSearchInput label span:before { bottom: 0 !important; } }

._common_form__commonAddNew ._common_form__newHeader { margin: -5px 0 0 0; }

._common_form__commonAddNew ._common_form__newHeader ._common_form__header h1 { padding-top: 13px !important; }

._common_form__commonAddNew ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__header { padding: 10px 15px !important; }

._common_form__commonAddNew ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__header h1 { display: inline-block; }

._common_form__commonAddNew ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow-y: auto !important; }

._common_form__commonAddNew ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header { padding: 0 !important; }

._common_form__commonAddNew ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header h1 { display: none; }

._common_form__commonAddNew ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper input { border-bottom-style: solid !important; width: 100% !important; margin-bottom: 2px !important; }

._common_form__commonAddNew ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper input:focus { margin-bottom: 0px !important; }

._common_form__commonAddNew ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__error input { border-bottom-style: dashed !important; margin-bottom: 0px !important; }

._common_form__commonAddNew ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__error input:focus { margin-bottom: 0px !important; }

._common_form__commonAddNew ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__fieldContainer label input { pointer-events: auto; }

._common_form__commonAddNew ._common_form__duplicateWrapper [class*="parentOverlay"] ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper._common_form__inquiryForm { padding-bottom: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._common_form__commonAddNew ._common_form__duplicateWrapper [class*="parentOverlay"] ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper._common_form__inquiryForm { overflow: hidden !important; } }

._common_form__commonAddNew._common_form__emarSetupDetail > div > div { overflow-y: inherit !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet._common_form__formWrapper ._common_form__header { height: 30px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet._common_form__formWrapper ._common_form__header h1 { font-size: 20px; line-height: 30px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet._common_form__formWrapper ._common_form__fieldSet ._common_form__header { height: 22px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet ._common_form__formContainer ._common_form__fieldSet ._common_form__fieldContainer ._common_form__label [class*="legend"] div { opacity: 1; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet ._common_form__formContainer ._common_form__fieldSet ._common_form__fieldContainer [class*="pseudoElement"] { position: relative; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__group ._common_form__fieldContainer { padding: 5px 5px 10px 5px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__calendarInput._common_form__editCalendarInput > span { bottom: 9px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy ._common_form__group ._common_form__fieldContainer, ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__resAdmissionHistory ._common_form__group ._common_form__fieldContainer { padding: 5px 5px 10px 5px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy ._common_form__calendarInput._common_form__editCalendarInput > span, ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__resAdmissionHistory ._common_form__calendarInput._common_form__editCalendarInput > span { bottom: 9px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__group ._common_form__fieldContainer { padding: 5px 5px 10px 5px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__typeableSearchPicker ._common_form__controlSearch { bottom: 10px; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__newHeader ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"], ._common_form__commonAddNew._common_form__resUnitHistory ._common_form__newHeader ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton, ._common_form__commonAddNew._common_form__resUnitHistory ._common_form__newHeader ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { color: #666; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formContainer ._common_form__children table thead th { color: #333333; font-size: 14px; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formContainer ._common_form__children table tbody td { color: #000000; font-size: 14px; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet { width: 650px !important; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__header { background: #f1f1f1; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:before { background-position: -331px -216px; opacity: .7; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__header div[class*="overlay"] span[class*="btnClose"]:before { margin-left: 6px; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__header h1 { color: #333; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__header ._common_form__cancelText { color: #666 !important; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__content ._common_form__main { overflow: visible !important; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__unitHistoryCheckbox > label > input { opacity: 0; z-index: 0; cursor: pointer; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__unitHistoryCheckbox > label > input:checked ~ ._common_form__label:before { background: #0d8de2; border: 1px solid #0d8de2; margin: 5px 0px 0px 15px; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__unitHistoryCheckbox > label ._common_form__label { margin-left: 5px; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__unitHistoryCheckbox > label ._common_form__label:before { content: ""; width: 18px; height: 18px; border-radius: 2px; margin: 5px 0px 0px 15px; padding: 0; border: 1px solid #CCCCCC; position: absolute; left: 0; top: 0; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__formSet ._common_form__unitHistoryCheckbox > label ._common_form__label:after { content: ""; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: 22px; top: 8px; height: 8px; width: 4px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__group ._common_form__fieldContainer { padding: 5px 5px 10px 5px !important; }

._common_form__commonAddNew._common_form__resUnitHistory ._common_form__calendarInput._common_form__editCalendarInput > span { bottom: 9px !important; }

._common_form__commonAddNew._common_form__reAdmitDate ._common_form__formSet { width: 600px !important; }

._common_form__commonAddNew._common_form__reAdmitDate ._common_form__formSet > ._common_form__header { padding-bottom: 5px !important; background: #f1f1f1; }

._common_form__commonAddNew._common_form__reAdmitDate ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__commonAddNew._common_form__reAdmitDate ._common_form__formSet > ._common_form__header div[class*="overlay"] span[class*="btnClose"]:before { margin-left: 6px; }

._common_form__commonAddNew._common_form__reAdmitDate ._common_form__formSet > ._common_form__header h1 { font-size: 17px !important; color: #333; line-height: 30px !important; padding-top: 0 !important; }

._common_form__commonAddNew._common_form__reAdmitDate ._common_form__formSet > ._common_form__header ._common_form__cancelText { color: #666 !important; }

._common_form__commonAddNew._common_form__reAdmitDate ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="whiteIcon"]:before { background-position: -331px -216px; }

._common_form__commonAddNew._common_form__reAdmitDate ._common_form__formSet ._common_form__content ._common_form__main { margin-top: 0; overflow: visible !important; }

._common_form__commonAddNew._common_form__reAdmitDate ._common_form__formSet ._common_form__content ._common_form__main ._common_form__communityInfo { display: block; text-align: center; color: #000; font-weight: bold; font-size: 16px; }

._common_form__commonAddNew._common_form__reAdmitDate ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow-y: visible !important; }

._common_form__commonAddNew._common_form__newResident ._common_form__formSet { width: 600px !important; }

._common_form__commonAddNew._common_form__newResident ._common_form__formSet ._common_form__content ._common_form__main { margin-top: 0; }

._common_form__commonAddNew._common_form__newResident ._common_form__formSet ._common_form__content ._common_form__main ._common_form__communityInfo { display: block; text-align: center; color: #000; font-weight: bold; font-size: 16px; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__messagesContainerToast ._common_form__crossIcon { cursor: pointer; padding: 0px 0 0px 5px !important; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"] { color: #666 !important; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before { background-position: -331px -215px; opacity: 0.7; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="cancelText"] { color: #666 !important; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__content ._common_form__formWrapper { overflow-y: visible !important; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet { width: 875px !important; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__admHistoryCheckbox { position: relative; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__admHistoryCheckbox > label > input { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__admHistoryCheckbox > label > input:checked ~ ._common_form__label:before { background: #0d8de2; border: 1px solid #0d8de2; margin: 5px 0 0 0; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__admHistoryCheckbox > label > input:checked ~ div ._common_form__label:before { background: #0d8de2; border: 1px solid #0d8de2; margin: 5px 0 0 0; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__admHistoryCheckbox > label ._common_form__label { margin-left: 5px; position: relative; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__admHistoryCheckbox > label ._common_form__label:before { content: ""; width: 17px; height: 17px; border-radius: 2px; margin: 5px 0 0 0; padding: 0; border: 1px solid #999; position: absolute; left: -25px; top: -1px; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__admHistoryCheckbox > label ._common_form__label:after { content: ""; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: -18.5px; top: 7px; height: 8px; width: 4px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__admHistoryCheckbox ._common_form__labelDisable { opacity: 0.6 !important; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__content ._common_form__main { overflow: visible !important; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__group { padding: 8px 10px !important; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__timePicker ._common_form__period select { width: 100%; }

._common_form__commonAddNew._common_form__resAdmissionHistory [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer input:focus ~ em { left: 8px; }

._common_form__commonAddNew._common_form__resAdmissionHistory [class*="components__searchPanel"] [class*="components__result"] th { color: #333; font-size: 14px; font-weight: normal; }

._common_form__commonAddNew._common_form__resAdmissionHistory [class*="components__searchPanel"] [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__header { background: #f1f1f1; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__header h1 { color: #333; }

._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText, ._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__commonAddNew._common_form__resAdmissionHistory > [class*="overlay__overlay"] > [class*="scrollableContainer"] { overflow: visible !important; }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet { width: 750px !important; }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__nameWrapper { margin: 0 0 0 10px; color: #333; font-size: 18px; font-weight: bold !important; }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__header { background: #f1f1f1; }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__header h1 { color: #333; }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText, ._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText:before, ._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:before { background-position: -331px -216px; opacity: 0.5; }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer [class*='_common_overlay__overlay'] { background: rgba(0, 0, 0, 0.3); }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__medInfoWrapper { padding: 10px; vertical-align: top; width: 50%; color: #666; font-size: 16px; }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__medInfoWrapper ._common_form__alignLeft { float: left; width: 125px; font-weight: normal; }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__medInfoWrapper ._common_form__alignRight { color: #333; display: table-cell; font-weight: normal; }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__medInfoWrapper ._common_form__alignRight._common_form__setColor { color: red; font-weight: bold; }

._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__medInfoWrapper ._common_form__medicationField { text-decoration: underline; cursor: pointer; }

._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__formSet ._common_form__header { background: #1976d2; }

._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__formSet ._common_form__header h1 { font-size: 20px; color: #fff; line-height: 30px; }

._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="btnClose"], ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { color: #fff !important; }

._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="btnClose"]:before, ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText:before { background-position: -372px -216px; opacity: 1; }

@media (max-width: 767px) { ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__main { padding: 10px 0 !important; }
  ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__main ._common_form__form [class*='common_gridlayout__column']:nth-child(3) ._common_form__duplicateInfo { border-top: 1px solid #a1a1a1 !important; }
  ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__header { background: #1976d2 !important; }
  ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText { color: #fff !important; }
  ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__duplicateInfo:first-child { border: none !important; border-radius: 0 !important; } }

@media (max-width: 896px) { ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__headerSaveBtn a { max-width: none; } }

._common_form__commonAddNew._common_form__settingsPotentialDupWrapper div[class*="parentOverlay"] div[class*="overlay__wrapper"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: auto !important; }

@media (max-width: 480px) { ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__formSet ._common_form__header { height: 60px !important; }
  ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__formSet ._common_form__header h1 { width: 140px; padding: 0; line-height: 23px; }
  ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__formSet ._common_form__header ._common_form__headerSaveBtn a { white-space: pre-line; padding: 6px 10px 6px 20px; max-width: 75px; }
  ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__formSet ._common_form__header ._common_form__headerSaveBtn ._common_form__tick { top: 5px; }
  ._common_form__commonAddNew._common_form__settingsPotentialDupWrapper ._common_form__duplicateInfo ._common_form__medInfoWrapper a { width: 96%; margin-left: 0 !important; } }

._common_form__commonAddNew._common_form__incomeSourceForm ._common_form__formSet { width: 700px !important; }

._common_form__commonAddNew._common_form__incomeSourceForm ._common_form__formSet ._common_form__header { background: #f1f1f1; }

._common_form__commonAddNew._common_form__incomeSourceForm ._common_form__formSet ._common_form__header h1 { color: #333; }

._common_form__commonAddNew._common_form__incomeSourceForm ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText, ._common_form__commonAddNew._common_form__incomeSourceForm ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__commonAddNew._common_form__incomeSourceForm ._common_form__formSet ._common_form__incomeSourceAmount span { bottom: 12px; font-weight: 100 !important; left: 15px; }

._common_form__commonAddNew._common_form__incomeSourceForm ._common_form__formSet ._common_form__incomeSourceAmount input { margin-left: 10px; width: 95% !important; }

._common_form__commonAddNew._common_form__resLoa ._common_form__toolTipContainer ._common_form__glyphicon { padding-left: 3px !important; }

._common_form__commonAddNew._common_form__resLoa ._common_form__diagonosisCode ._common_form__label { opacity: 0; }

._common_form__commonAddNew._common_form__resLoa ._common_form__dischargeDiagonosis { margin-top: 5px; }

._common_form__commonAddNew._common_form__resLoa ._common_form__content ._common_form__formWrapper { overflow-y: scroll !important; }

._common_form__commonAddNew._common_form__resLoa ._common_form__content ._common_form__formWrapper ._common_form__loaResType { margin-top: -2.5px; padding: 5px 3px 10px 3px !important; }

._common_form__commonAddNew._common_form__resLoa ._common_form__hospitalVisitReason._common_form__error textarea { border-bottom: 3px dashed red !important; margin-bottom: 0 !important; }

._common_form__commonAddNew._common_form__resLoa ._common_form__loaResidentInput label input { height: 13px; }

._common_form__commonAddNew._common_form__resLoa ._common_form__loaResidentInput label div { display: inline; }

._common_form__commonAddNew._common_form__resLoa ._common_form__diagnosisWrapper ._common_form__label { font-size: 16px; color: #666; margin-bottom: 2px; font-weight: normal; padding: 4px 0 2px 0; white-space: normal; }

._common_form__commonAddNew._common_form__resLoa ._common_form__diagnosisWrapper ._common_form__glyphicon:before { content: ''; background: url(../../c88c9a8ee6358e0e/images/sprite-global.svg) no-repeat -82px 0px; display: inline-block; width: 29px; height: 20px; cursor: pointer; background-size: 448px; margin-top: -2px; }

._common_form__commonAddNew._common_form__resLoa ._common_form__selectEditable:before { content: ""; position: absolute; right: 2px; height: 0; width: 0; border: 6px solid transparent; top: 13px; pointer-events: none; border-color: #999 transparent transparent transparent; z-index: 11; background: #fff; }

._common_form__commonAddNew._common_form__resLoa ._common_form__selectEditable { position: relative; background-color: white; width: 100%; height: 18px; }

._common_form__commonAddNew._common_form__resLoa ._common_form__selectEditable select, ._common_form__commonAddNew._common_form__resLoa ._common_form__selectEditable select:focus { width: 100%; border: none; border-bottom: 1px solid #999; position: absolute; top: 0px; left: 0px; font-size: 14px; margin: 0; padding-bottom: 4px; background-color: transparent !important; color: #fff !important; }

._common_form__commonAddNew._common_form__resLoa ._common_form__selectEditable select option, ._common_form__commonAddNew._common_form__resLoa ._common_form__selectEditable select:focus option { color: #000 !important; }

._common_form__commonAddNew._common_form__resLoa ._common_form__selectEditable select:focus + input { border-bottom-width: 3px !important; border-bottom-color: #333 !important; }

._common_form__commonAddNew._common_form__resLoa ._common_form__selectEditable input { position: absolute; top: 0px; left: 0px; width: 95% !important; padding-bottom: 1px !important; font-size: 12px; border: none !important; color: #000; line-height: 17px; font-size: 16px; background: #fff !important; }

._common_form__commonAddNew._common_form__resLoa ._common_form__onFocus select { border-bottom-width: 3px !important; border-bottom-color: #333 !important; }

._common_form__commonAddNew._common_form__resLoa ._common_form__selectEditable select:focus, ._common_form__commonAddNew._common_form__resLoa ._common_form__selectEditable input:focus { outline: none; }

._common_form__reAdmitResident [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label span:before, ._common_form__reAdmitResident [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div span:before { margin: 3px 0 2px -28px  !important; }

._common_form__reAdmitResident [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="text"]:focus, ._common_form__reAdmitResident [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="text"]:focus { margin-bottom: 2px !important; }

._common_form__commonAddNew._common_form__residentChart ._common_form__formSet > ._common_form__header { background: #f1f1f1 !important; }

._common_form__commonAddNew._common_form__residentChart ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__commonAddNew._common_form__residentChart ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:before { background-position: -331px -216px; opacity: .7; }

._common_form__commonAddNew._common_form__residentChart ._common_form__formSet > ._common_form__header h1 { color: #333 !important; }

._common_form__commonAddNew._common_form__residentChart ._common_form__formSet > ._common_form__header ._common_form__cancelText { color: #666 !important; }

._common_form__commonAddNew._common_form__healthMonitoringDetail ._common_form__formSet { width: 600px !important; }

._common_form__commonAddNew._common_form__healthMonitoringDetail ._common_form__formSet ._common_form__content ._common_form__main { overflow: visible !important; }

._common_form__commonAddNew._common_form__healthMonitoringDetail ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__messagesContainerToast { padding: 1px; margin: 4px 0 0 0; top: 50px; right: 4px; min-height: 30px; box-sizing: border-box; align-items: center; background-color: #fae7e5; border: 1px solid #ff0000; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__messagesContainerToast ._common_form__message { font-size: 12px; padding: 5px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__messagesContainerToast ._common_form__crossIcon { padding: 0 5px; background-size: 428px; top: 0; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__emarSetup { cursor: pointer; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__emarSetup ._common_form__deleteIcon { position: absolute; z-index: 9; top: 10px; right: 52px; width: 30px; height: 21px; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -694px -1px; background-size: 400px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__emarSetup ._common_form__delete { position: absolute; top: 10px; right: 15px; z-index: 1; text-decoration: underline; font-size: 14px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__emarSetup ._common_form__radioGroup label { position: relative; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__emarSetup ._common_form__radioGroup label input { z-index: 1; opacity: 0; cursor: pointer; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__emarSetup ._common_form__radioGroup label ._common_form__customRadio { width: 15px !important; height: 15px; border-radius: 50%; margin: 0; padding: 0 !important; border: 1px solid #1976d2; position: absolute; left: 0; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__emarSetup ._common_form__radioGroup label ._common_form__customRadio:after { content: ""; width: 9px; height: 9px; border-radius: 50%; margin: 0; padding: 0; position: absolute; top: 3px; left: 3px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__emarSetup ._common_form__radioGroup label input[type="radio"]:checked ~ span:after { background: #1976d2; opacity: 0.6; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__inactive { position: absolute; right: 0; z-index: 1; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__toggle { margin: -24px 0px 0px -36px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__toggle span { display: none !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__funeralHomeWrapper._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__funeralHomeWrapper ._common_form__formWrapper { overflow-y: hidden !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__funeralHomeWrapper ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__funeralHomeWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: 100%; max-height: 100%; }

@media (max-width: 480px) and (orientation: portrait) { ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__funeralHomeWrapper ._common_form__formWrapper ._common_form__form ._common_form__addMarginTop { margin-top: 38px !important; } }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__funeralHomeWrapper ._common_form__formSet { width: 640px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__dischargedToWrapper ._common_form__dischargedToState label [class*="graphql__selectWrap"] { cursor: default; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__dischargedToWrapper ._common_form__NYDOH_Code label [class*="graphql__selectWrap"] { cursor: default; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__dischargedToWrapper._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__dischargedToWrapper [class*="graphql__popup"] [class*="graphql__message"] { padding: 0; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__dischargedToWrapper [class*="graphql__popup"] [class*="graphql__message"] li:first-child { color: #333; margin-bottom: 10px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__dischargedToWrapper [class*="graphql__popup"] [class*="graphql__message"] li { list-style: none; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__dischargedToWrapper ._common_form__formSet { width: 740px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__loaReason ._common_form__formSet { width: 510px !important; }

@media (max-width: 480px) and (orientation: portrait) { ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__loaReason ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__addMarginTop { margin-top: 38px !important; } }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__sigCode ._common_form__formSet { width: 610px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__sigCode ._common_form__formSet ._common_form__main { padding-bottom: 0px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__sigCode ._common_form__mandatory { margin-top: 5px; font-size: 16px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__disciplineSetup._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment > div[class*="overlay__overlay"] { overflow: inherit !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet { width: 763px !important; max-width: 100%; height: 630px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content { height: calc(100% - 50px); }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main { height: 100%; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main > div { height: 100%; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper { height: 100%; max-height: 100%; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow-y: auto !important; }

@media (max-width: 767px) { ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow-y: hidden !important; } }

@supports (-webkit-touch-callout: none) { ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: hidden !important; } }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__error._common_form__messagesContainerToast._common_form__active { top: 53px; right: 20px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__error._common_form__messagesContainerToast._common_form__active ._common_form__crossIcon { top: 1px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__realTimeUpdate { top: 10px; right: 20px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet { background: #ffffff !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main { padding-bottom: 0; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__fieldSet ._common_form__searchPickerWrapper ._common_form__controlSearch { bottom: 10px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__fieldSet ._common_form__searchPickerWrapper ._common_form__clearSearch { bottom: 4px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__fieldSet ._common_form__searchPickerWrapper ._common_form__formWrapper._common_form__flexibleForm { height: 100%; max-height: 100%; }

@media (hover: none) and (pointer: coarse) { ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__fieldSet ._common_form__searchPickerWrapper ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__formContainer [class*="components__content"] [class*="table__flexibleTable"] > table thead tr:after { content: none; } }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__fieldSet ._common_form__emarSetup ._common_form__radioGroup ._common_form__customRadio { width: 20px !important; height: 20px; border: 1px solid #0d8de2; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__fieldSet ._common_form__emarSetup ._common_form__radioGroup ._common_form__customRadio:after { top: 5px; left: 5px; width: 10px; height: 10px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__fieldSet input[type="radio"]:checked ~ span:after { background: #0d8de2; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__fieldSet ._common_form__header { height: 45px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__fieldSet ._common_form__header h3 { font-weight: bold !important; margin-left: 2px !important; margin: 5px; color: black; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__emarSetup ._common_form__deleteIcon { width: 20px; background-position: -706px -1px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalRole._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalRole ._common_form__formSet { width: 570px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__widgetFormWrapper ._common_form__formSet { width: 760px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medTimeCode._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet { width: 640px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet ._common_form__content ._common_form__formWrapper { height: auto !important; height: 360px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet ._common_form__content ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__body ._common_form__inactive { top: -2px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet ._common_form__content ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__body ._common_form__emarSetup ._common_form__deleteIcon { top: 6px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet ._common_form__content ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__body ._common_form__emarSetup ._common_form__delete { top: 6px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet ._common_form__content ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__body ._common_form__source ._common_form__label { margin: 0 0 5px 0; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet ._common_form__content ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__body ._common_form__name ._common_form__label { padding-bottom: 6px; margin-top: -3px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet ._common_form__content ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__body ._common_form__error ._common_form__label textarea { border-bottom: 3px dashed red !important; display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet ._common_form__content ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__body ._common_form__fieldContainer ._common_form__resetPosition { position: relative; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet ._common_form__content ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet:nth-child(3) ._common_form__body div:first-child { margin: 5px 0 3px 1px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medTimeCode ._common_form__formSet { width: 640px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medTimeCode ._common_form__glyphicon { padding-left: 0; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__emarSetup ._common_form__radioGroup ._common_form__customRadio { width: 18px !important; height: 18px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__emarSetup ._common_form__radioGroup ._common_form__customRadio:after { width: 10px; height: 10px; top: 4px; left: 4px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__glyphicon { padding-left: 0px; left: 0 !important; top: -1px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet { width: 620px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet [class*="_common_form__error"] { color: #00a2e8; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet [class*="_common_form__error"] label textarea { border-bottom: 3px dashed red !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__helpMedSCode { display: inline-flex; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__helpMedSCode ._common_form__label { font-size: 16px; margin: 0 0 5px 0; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__helpMedSCode ._common_form__unitStationTitle { margin: 2px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__typeableSearchPicker { margin-bottom: 15px; margin-left: 3px; width: 98%; height: 57px; top: 0; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__typeableSearchPicker span._common_form__controlSearch:after { position: relative; top: 10px; right: -6px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__typeableSearchPicker ._common_form__typableSearchLabel { position: relative; font-size: 16px; top: 8px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__typeableSearchPicker ._common_form__typeableInput { border: 1px none #999; border-bottom-style: solid; font-size: 16px; margin: 3px 0 5px 0 !important; border-radius: 0; background-color: transparent; -moz-appearance: none; -webkit-appearance: none; appearance: none; width: 100% !important; padding: 2px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__typeableSearchPicker input:focus { border-bottom-color: #333; outline: none; border-bottom-width: 3px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__typeableSearchPicker ._common_form__typeableInputHasError label { color: red; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__typeableSearchPicker ._common_form__typeableInputHasError input { border-bottom: 3px dashed red; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__typeableSearchPicker ._common_form__typeableInputHasError input:focus { border-bottom: 3px dashed red; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__typeableSearchPicker ._common_form__searchIcon { position: absolute; top: 26px; right: 7px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__headerSaveBtn ._common_form__tick:after { position: absolute; top: 5px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__form { height: calc(100% - 250px) !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer { min-height: 0 !important; height: calc(100vh - 310px) !important; padding: 0 5px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__header { padding: 0 !important; border: none !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__setupDeleteContainer { color: red; margin-top: 33px; cursor: pointer; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__medScheduleCode ._common_form__formWrapper { max-height: calc(100vh - 200px); }

@media (max-width: 480px) and (orientation: portrait) { ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__medScheduleCode ._common_form__formWrapper ._common_form__form ._common_form__addMarginTop { margin-top: 38px !important; } }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy ._common_form__formSet { width: 688px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 100px); }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy [class*="components__searchPanel"] [class*="components__result"] th { color: #333; font-size: 14px; font-weight: 500; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy [class*="components__searchPanel"] [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__error textarea { border-bottom: 3px dashed red !important; margin-bottom: 0 !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet { width: 600px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet > ._common_form__header { padding-bottom: 5px !important; height: 35px; background: #f1f1f1; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:before { background-position: -331px -216px; opacity: .7; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet > ._common_form__header div[class*="overlay"] span[class*="btnClose"]:before { margin-left: 6px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet > ._common_form__header h1 { color: #333; line-height: 30px !important; padding-top: 0 !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet > ._common_form__header ._common_form__cancelText { color: #666 !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__label * { display: inline; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label textarea { font-size: 16px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet ._common_form__content ._common_form__main { overflow: visible !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__error textarea { border-bottom: 3px dashed red !important; margin-bottom: 0 !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet { width: 600px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet ._common_form__content ._common_form__main { overflow: visible !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: auto !important; }

@supports (-webkit-touch-callout: none) { ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; } }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__searchPickerWrapper ._common_form__formWrapper { overflow: visible !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__deleteField ._common_form__formWrapper { overflow: visible !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__declinedField { float: right; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__declinedField ._common_form__label:before { top: 1px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__declinedField ._common_form__label:after { top: 4px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__insuranceForm ._common_form__formSet { width: 630px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__header h1 { width: 60%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__formSet { width: 630px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__prescriptionWrapper { border: 3px solid #ddd; padding: 5px 10px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__prescriptions ._common_form__medName { font-weight: 600 !important; font-style: normal; color: #1E1E1E !important; line-height: 3; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__prescriptions ._common_form__disabled label input { background: #f7f7f7 !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__prescriptions ._common_form__prescription { display: flex; margin-bottom: 8px; margin-left: 10px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__prescriptions ._common_form__prescription div { margin-right: 20px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__prescriptions ._common_form__prescription label { width: 250px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails { margin: 0 10px; width: 45%; min-height: 80px; display: inline-block; /* code added to fix, drop down icon UI should be middle allign. */ }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails._common_form__secondSigLabel { min-height: 50px; display: block; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails ._common_form__secondSignatureLabel { color: #000 !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails ._common_form__secondSignatureLabel span { color: red; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails ._common_form__secondSignatureLabel span:before { content: ""; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails label { font-size: 16px; color: #666; margin-bottom: 2px; font-weight: normal; padding: 12px 0 2px 0; white-space: normal; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails label div { display: inline-block; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails label ._common_form__glyphicon { color: #71a9d8; margin: 0px 4px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails label div:nth-child(2):before { top: 20px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails input, ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails select { border: 1px none #999; border-bottom-style: solid; font-size: 16px; /* code commented to fix, label is fluctuating from its position if user click on input field */ /*margin: 7px 0px;*/ border-radius: 0; background-color: transparent; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 4px 2px; width: 100%; outline: none; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails input:focus, ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails select:focus { padding: 4px 2px; background-color: #f7f7f7; outline: none; margin-bottom: 0; border-bottom-width: 1px; border-bottom-color: #333; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails select { margin: 7px 0px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails > label > textarea { width: 98%; height: 90px; outline: none; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails > div:first-child { margin-top: 10px; font-size: 16px; color: #666; margin-bottom: 2px; font-weight: normal; padding: 4px 0 2px 0; white-space: normal; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails > div:nth-child(2) > select { border-radius: 2px; height: 28px; outline: none; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__recordOverlayDetails > div:nth-child(2)::before { right: 8px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__warning label div { color: red !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__warning label div ._common_form__glyphicon { color: red; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__warning label div ._common_form__glyphicon:before { content: "\e101" !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__warning label ._common_form__glyphicon { color: red; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__warning label ._common_form__glyphicon:before { content: "\e101" !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__warning label ._common_form__icon-question-sign:before { content: "\e101"; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__warning input, ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__warning input:focus, ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__warning select, ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__warning select:focus { border-bottom: 3px dashed red !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__disabled input { background: #f7f7f7 !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__special:first-child { margin-top: 15px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__special ._common_form__glyphicon-question-sign:before { display: none; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__special._common_form__warning ._common_form__glyphicon-question-sign:before { content: "\e101" !important; display: inline-block; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__special ._common_form__employeeIDField { background-color: #eee; padding: 12px 10px; min-height: 0; width: 92px; display: inline-block; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__special ._common_form__employeeName { margin-left: 5px; color: #0078db; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__secondSignature { position: relative; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__secondSignature ._common_form__greenTick { width: 23px; height: 23px; position: absolute; background: url("../../071efd486a9861b1/images/menuIcon.svg") no-repeat -388px -360px; top: 28px; right: 0; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__secondSignature div div { display: unset; margin-right: 5px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__wastedForm ._common_form__secondSignatureForm ._common_form__secondSignature div span:before { content: ""; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet { width: 841px !important; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet ._common_form__content ._common_form__main { width: 650px; max-width: 100%; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="_common_components__selectPicker"] [class*="_common_components__search"] { bottom: 6px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="_common_components__selectPicker"] [class*="_common_components__clear"] { bottom: 9px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header { height: 0; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__cancelText { color: #666666; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper [class*="components__result"] td:first-child { width: 250px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper [class*="components__result"] th:first-child { width: 250px; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper [class*="components__result"] th { font-size: 14px; color: #333333; font-weight: 500; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 100px); }

._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer input:focus ~ em { margin-left: 3px; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet { width: 960px !important; max-width: 100%; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet [class*='communityName'] { padding-top: 23px !important; }

@media (min-width: 767px) and (max-width: 1024px) { ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet { width: 760px !important; max-width: 100%; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet ._common_form__formContainer ._common_form__fieldContainer [class*='scrollableContainer'] ._common_form__formWrapper { max-height: calc(100vh - 50px) !important; max-height: -webkit-calc(100vh - 50px) !important; } }

@media (min-width: 320px) and (max-width: 737px) { ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet ._common_form__formContainer ._common_form__fieldContainer [class*='scrollableContainer'] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100vh - 80px) !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet ._common_form__formContainer ._common_form__fieldContainer [class*='scrollableContainer'] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__children ._common_form__noWrapTableData table { width: 100% !important; } }

@media (min-width: 1024px) and (max-width: 1366px) { ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet ._common_form__formContainer ._common_form__fieldContainer[class*='inactiveWrapper'] { width: 0px; } }

@media (max-width: 896px) { ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet ._common_form__formWrapper ._common_form__fieldSet ._common_form__listField ._common_form__header { height: 22px; } }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet ._common_form__content { display: block; padding-bottom: 20px; background-color: #fff; overflow: auto; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet ._common_form__content ._common_form__main { width: 100%; padding-bottom: 0 !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group { padding-bottom: 0 !important; }

._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicalProfessionalWrap ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group [class*="duplicateToCommunity"] ._common_form__formWrapper { overflow-y: hidden !important; }

._common_form__commonAddNew._common_form__residentChart > div > div, ._common_form__commonAddNew._common_form__emarSetupDetail > div > div, ._common_form__commonAddNew._common_form__resAdmissionHistory > div > div { overflow-y: hidden !important; }

._common_form__commonAddNew._common_form__residentChart ._common_form__calendarInput._common_form__editCalendarInput > span, ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__calendarInput._common_form__editCalendarInput > span, ._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__calendarInput._common_form__editCalendarInput > span { bottom: 4px; }

._common_form__commonAddNew ._common_form__hospitalWrapper._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew ._common_form__hospitalWrapper [class*="graphql__popup"] [class*="graphql__message"] { padding: 0; }

._common_form__commonAddNew ._common_form__hospitalWrapper [class*="graphql__popup"] [class*="graphql__message"] li:first-child { color: #333; margin-bottom: 10px; }

._common_form__commonAddNew ._common_form__hospitalWrapper [class*="graphql__popup"] [class*="graphql__message"] li { list-style: none; }

._common_form__commonAddNew ._common_form__hospitalWrapper ._common_form__formSet { width: 640px !important; }

._common_form__commonAddNew ._common_form__hospitalWrapper ._common_form__formSet ._common_form__form { overflow: hidden; }

._common_form__commonAddNew ._common_form__hospitalWrapper ._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__addrState { margin-top: -1px; }

._common_form__commonAddNew ._common_form__hospitalWrapper ._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__addrState label [class*="graphql__selectWrap"] { cursor: default; }

@media screen\0 { ._common_form__commonAddNew ._common_form__hospitalWrapper ._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__addrState { margin-top: -2px; } }

@supports (-ms-ime-align: auto) { ._common_form__commonAddNew ._common_form__hospitalWrapper ._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__addrState { margin-top: -2px; } }

@-moz-document url-prefix() { ._common_form__commonAddNew ._common_form__hospitalWrapper ._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__addrState { margin-top: -2px; } }

._common_form__commonAddNew._common_form__dashBoardZoomMode { z-index: 1000; position: relative; }

[class*="common_overlay__overlay"]._common_form__dashBoardZoomMode { z-index: 1000; }

._common_form__residentChart ._common_form__formSet ._common_form__searchPickerWrapper [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer ._common_form__searchFilter label input:focus, ._common_form__residentChart ._common_form__formSet ._common_form__searchPickerWrapper [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer ._common_form__medProfSearchBox label input:focus, ._common_form__residentChart ._common_form__formSet ._common_form__searchPickerWrapper [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer [class*="contactSearchBox"] label input:focus, ._common_form__emarSetupDetail ._common_form__formSet ._common_form__searchPickerWrapper [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer ._common_form__searchFilter label input:focus, ._common_form__emarSetupDetail ._common_form__formSet ._common_form__searchPickerWrapper [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer ._common_form__medProfSearchBox label input:focus, ._common_form__emarSetupDetail ._common_form__formSet ._common_form__searchPickerWrapper [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer [class*="contactSearchBox"] label input:focus { margin-bottom: 2px; }

._common_form__residentChart ._common_form__formSet [class*="graphql__selectPickerOverlay"] [class*="checkListBody"] [class*="selectPickerSearch"] input:focus, ._common_form__emarSetupDetail ._common_form__formSet [class*="graphql__selectPickerOverlay"] [class*="checkListBody"] [class*="selectPickerSearch"] input:focus { margin-bottom: 2px !important; }

._common_form__residentChart ._common_form__formSet [class*="graphql__selectPickerOverlay"] [class*="checkListBody"] [class*="selectPickerSearch"] [class*="selectPickerIcon"], ._common_form__emarSetupDetail ._common_form__formSet [class*="graphql__selectPickerOverlay"] [class*="checkListBody"] [class*="selectPickerSearch"] [class*="selectPickerIcon"] { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -400px -64px; background-size: 450px; opacity: 1; }

[class*="residentContent"] [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer ._common_form__searchFilter label input:focus, [class*="residentContent"] [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer ._common_form__medProfSearchBox label input:focus, [class*="residentContent"] [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer [class*="contactSearchBox"] label input:focus { margin-bottom: 2px !important; }

[class*="residentContent"] [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer [class*="emarWeb__contactSearchBox"] label input:focus { margin-bottom: 0px !important; }

[class*="residentContent"] [class*="graphql__selectPickerOverlay"] [class*="checkListBody"] [class*="selectPickerSearch"] input:focus { margin-bottom: 2px !important; }

[class*="residentContent"] [class*="graphql__selectPickerOverlay"] [class*="checkListBody"] [class*="selectPickerSearch"] [class*="selectPickerIcon"] { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -400px -64px; background-size: 450px; opacity: 1; }

._common_form__commonAddReferral ._common_form__header, ._common_form__commonAddReferralSource ._common_form__header { padding: 10px 15px !important; }

._common_form__commonAddReferral ._common_form__header h1, ._common_form__commonAddReferralSource ._common_form__header h1 { display: inline-block; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow-y: auto !important; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header { padding: 0 !important; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header h1, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header h1 { display: none; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper input, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper input { border-bottom-style: solid !important; width: 100% !important; margin-bottom: 2px !important; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper input:focus, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper input:focus { margin-bottom: 0px !important; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__error input, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__error input { border-bottom-style: dashed !important; margin-bottom: 0px !important; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__error input:focus, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__error input:focus { margin-bottom: 0px !important; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__header, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__header { padding: 10px 15px !important; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__header h1, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__header h1 { display: inline-block; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow-y: auto !important; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header { padding: 0 !important; }

._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header h1, ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header h1 { display: none; }

._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet { height: auto !important; }

._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__fieldContainer label input, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__fieldContainer label input, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__fieldContainer label input { pointer-events: auto; }

._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral input, ._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral select, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral input, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral select, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral input, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral select { border-bottom: 1px solid #999 !important; width: 100% !important; margin-bottom: 2px !important; min-height: 28px !important; line-height: normal !important; }

._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral input:focus, ._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral select:focus, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral input:focus, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral select:focus, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral input:focus, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral select:focus { border-bottom: 3px solid #333 !important; margin-bottom: 0px !important; min-height: 30px !important; line-height: normal !important; }

._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral select, ._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral input, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral select, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral input, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral select, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral input { height: auto !important; }

._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral [class*='noteField'] textarea, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral [class*='noteField'] textarea, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral [class*='noteField'] textarea { height: 90px !important; }

._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error input, ._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error select, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error input, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error select, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error input, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error select { border-bottom: 3px dashed red !important; margin-bottom: 0px !important; min-height: 30px !important; line-height: normal !important; }

._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error input:focus, ._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error select:focus, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error input:focus, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error select:focus, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error input:focus, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__error select:focus { margin-bottom: 0px !important; }

._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__duplicateWrapper ._common_form__formSet ._common_form__formWrapper h3, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__duplicateWrapper ._common_form__formSet ._common_form__formWrapper h3, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__duplicateWrapper ._common_form__formSet ._common_form__formWrapper h3 { padding: 15px 10px 0px; }

._common_form__duplicateWrapperNew ._common_form__formSet { width: 1000px !important; max-width: 100%; }

._common_form__duplicateWrapperNew ._common_form__formSet h3 { padding: 0 10px; }

._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main { padding: 0 10px; margin-top: 37px; }

._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm { background: transparent; -webkit-box-shadow: none; box-shadow: none; margin: 0; padding: 0; }

._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper { padding: 10px; background: #fff; margin-bottom: 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__head { float: left; width: 100%; margin-bottom: 5px; }

._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__head h3 { margin: 0; padding: 0; float: left; color: #000; font-size: 17px; font-weight: normal; }

._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__head ._common_form__typeObj { float: right; font-size: 14px; background: #fce1aa; padding: 5px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #000; }

._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__body { display: flex; width: 100%; }

._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__body ._common_form__item { flex: 2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__body ._common_form__item strong { font-weight: normal; color: #000; }

._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__body ._common_form__item:last-of-type { flex: 3; text-align: right; }

._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper._common_form__active { background: rgba(117, 141, 183, 0.3); }

._common_form__duplicateWrapperNew ._common_form__footer { left: 0 !important; }

._common_form__duplicateWrapperNew ._common_form__footer ._common_form__toolbar { display: block; text-align: right; margin-bottom: 10px; }

div[class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { box-sizing: border-box; overflow-y: hidden !important; }

div[class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer table { /*height:-webkit-calc(100vh - 272px); height:-moz-calc(100vh - 272px); height:-ms-calc(100vh - 272px); height:-o-calc(100vh - 272px); height:calc(100% - 272px);*/ height: 100%; max-height: 100%; min-height: 10px !important; }

._common_form__inquiryId div[class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { box-sizing: border-box; overflow-y: hidden; /* width: 100% !important;*/ }

._common_form__inquiryId div[class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer table { /*            height:-webkit-calc(100vh - 335px); height:-moz-calc(100vh - 335px); height:-ms-calc(100vh - 335px); height:-o-calc(100vh - 335px); height:calc(100vh - 335px);*/ min-height: 10px !important; height: 100%; max-height: 100%; }

._common_form__salesIntrestLavel select option:first-child { display: none; }

._common_form__newHeader { background: #f1f1f1; margin: -5px -5px 0 -5px; min-height: 50px; font-size: 20px; font-family: 'Roboto'; position: relative; text-align: center; }

._common_form__newHeader ._common_form__header { text-align: center; }

._common_form__newHeader ._common_form__header h1 { font-size: 20px; margin: 0; padding-top: 13px !important; }

._common_form__newHeader h3 { padding-top: 10px !important; font-size: 20px !important; }

._common_form__newHeader ._common_form__close { color: #000; }

._common_form__headerSaveBtn a { position: absolute; right: 10px; cursor: pointer; padding: 7px 12px 7px 30px; border-radius: 3px; text-align: center; background: #2dc771; color: #fff; top: 8px; font-size: 16px; }

._common_form__headerSaveBtn a ._common_form__tick { width: 22px; height: 22px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: -5px; left: -2px; }

._common_form__headerSaveBtn a ._common_form__tick:after { content: ""; position: absolute; width: 2px; height: 11px; background-color: #ffffff; left: 24px; top: 5px; }

._common_form__headerSaveBtn a ._common_form__tick:before { content: ""; position: absolute; width: 6px; height: 2px; background-color: #ffffff; left: 20px; top: 15px; }

._common_form__headerSaveBtn a ._common_form__plus { position: absolute; display: block; top: 16px; left: 10px; cursor: pointer; }

._common_form__headerSaveBtn a ._common_form__plus:before { content: ''; position: absolute; width: 15px; height: 2px; background: #fff; }

._common_form__headerSaveBtn a ._common_form__plus:after { content: ''; position: absolute; width: 15px; height: 2px; background: #fff; transform: rotate(90deg); }

._common_form__headerSaveBtn[class*="disabled"] { opacity: 1; }

._common_form__headerSaveBtn[class*="disabled"] a { color: rgba(255, 255, 255, 0.6) !important; border-color: rgba(255, 255, 255, 0.6) !important; }

._common_form__headerSaveBtn[class*="disabled"] a ._common_form__saveIcon:after { content: ""; position: absolute; left: 5px; top: 7px; height: 17px; width: 17px; border-radius: 3px; z-index: 1; background: rgba(25, 118, 210, 0.54); }

._common_form__headerSaveBtn[class*="disabled"] a ._common_form__tick { opacity: 0.6; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 1366px) and (min-device-width: 768px) { ._common_form__reAdmitResident [class*="overlay"] [class*="wrapper"] div [class*="formWrapper"] [class*="form"] [class*="formContainer"] table thead tr:after { display: none; }
  ._common_form__reAdmitResident ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { top: -1px !important; } }

._common_form__headerCloseLeft > span { left: 0; right: inherit; }

._common_form__headerCloseLeft ._common_form__closeWrapper { height: 49px !important; }

._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"], ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton { height: 49px !important; padding-top: 2px; color: rgba(0, 0, 0, 0.7); box-sizing: border-box; }

._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before, ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:after, ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton:before, ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton:after { content: ''; height: 25px; border-left: 2px solid rgba(0, 0, 0, 0.7); border-color: inherit; position: absolute; transform: rotate(-45deg); left: 18px; top: 16px; }

._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:after, ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton:after { transform: rotate(45deg); left: 24px; display: none; }

._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before, ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton:before { position: absolute; background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -331px -216px; background-size: 650px; width: 25px; margin-left: 0; left: 10px; top: 15px; transform: none; border: none; opacity: .7; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"], ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton { padding-top: 5px; } }

._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:hover, ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton:hover { text-shadow: none; }

._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"][class*="whiteIcon"]:before, ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton[class*="whiteIcon"]:before { background-position: -372px -216px; opacity: 1; }

._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"][class*="CloseIconForAddResident"]:before { position: absolute; background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -374px -216px; background-size: 650px; width: 25px; margin-left: 0; left: 10px; top: 15px; transform: none; border: none; opacity: .7; }

._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { left: 34px; position: absolute; top: 0px; height: 49px; width: 42px; display: inline-block; vertical-align: top; line-height: 38px; cursor: pointer; padding-top: 7px; box-sizing: border-box; font-weight: normal !important; font-size: 12px; font-family: 'Roboto'; }

@media only screen and (min-device-width: 768px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { /*        left: 35px !important; top: -3px;*/ } }

@media only screen and (min-device-width: 768px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) { ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { /*      left: 35px !important; top: -1px !important;*/ } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { /*        left: 35px !important; top: -1px !important;*/ } }

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { /*        left: 35px !important; top: -1px !important;*/ } }

@media only screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-min-device-pixel-ratio: 1) { ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { /*      left: 33px !important; top: -1px!important;*/ } }

@media only screen and (min-device-width: 412px) and (max-device-height: 900px) and (orientation: landscape) { ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { /*      left: 35px !important; top: -1px !important;*/ } }

._common_form__headerCloseLeft._common_form__whiteIcon [class*="close"]:before { background-position: -374px -216px !important; opacity: 1 !important; }

._common_form__commonAddNew ._common_form__formSet { min-height: auto !important; height: auto !important; max-height: 100vh !important; }

._common_form__commonAddNew ._common_form__formSet > ._common_form__header { z-index: 1; }

._common_form__commonAddNew ._common_form__formSet ._common_form__content { position: relative !important; top: 0; bottom: 0 !important; }

._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main { /*margin-top:15px;*/ padding-bottom: 20px; background-color: #ffffff; }

._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main > div { height: auto; box-shadow: none; margin: 0px; }

._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__listField { margin: 0px; }

._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__listField ._common_form__listItem { margin: 0 -5px; }

._common_form__commonAddNew ._common_form__formSet ._common_form__error._common_form__left { bottom: 2px; background: transparent; box-shadow: none; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet ._common_form__content ._common_form__main { min-height: 392px; }

._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { max-height: -webkit-calc(100vh - 160px); max-height: -moz-calc(100vh - 160px); max-height: -ms-calc(100vh - 160px); max-height: -o-calc(100vh - 160px); max-height: calc(100vh - 160px); overflow-y: auto !important; -webkit-overflow-scrolling: touch; }

._common_form__commonAddNew ._common_form__newInquiryCheckbox { margin-bottom: -10px; }

._common_form__commonAddNew ._common_form__newInquiryCheckbox input[type="checkbox"] { height: 18px; width: 18px !important; }

._common_form__commonAddNew._common_form__resDiagnosis ._common_form__messagesContainerToast ._common_form__message { padding: 0 5px; }

._common_form__commonAddNew._common_form__resDiagnosis ._common_form__formSet { width: 750px !important; }

._common_form__commonAddNew._common_form__resDiagnosis ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__formContainer ._common_form__children table tr th:first-child { word-break: break-all; width: 50%; }

._common_form__commonAddNew._common_form__resDiagnosis ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__formContainer ._common_form__children table tr td:first-child { width: 50%; }

._common_form__commonAddNew._common_form__resDiagnosis ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__resolveDate ._common_form__calendarInput ._common_form__show { top: auto; bottom: 40px !important; }

._common_form__commonAddNew._common_form__resDiagnosis ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__searchFilter { padding: 5px 5px 10px 5px !important; }

._common_form__commonAddNew._common_form__resDiagnosis ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label textarea { font-size: 16px; }

._common_form__commonAddNew._common_form__resDiagnosis [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }

._common_form__commonAddNew._common_form__resDiagnosis [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { color: #333; }

._common_form__commonAddNew._common_form__resDiagnosis [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__commonAddNew._common_form__resDiagnosis [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__cancelText { color: #666; }

._common_form__commonAddNew._common_form__resDiagnosis [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__commonAddNew._common_form__resDiagnosis [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 100px); }

._common_form__commonAddNew._common_form__resDiagnosis [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer input:focus ~ em { margin-left: 3px; }

._common_form__commonAddNew._common_form__resDiagnosis [class*="components__searchPanel"] [class*="components__result"] th { color: #333; font-size: 14px; font-weight: 500; }

._common_form__commonAddNew._common_form__resDiagnosis [class*="components__searchPanel"] [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; }

@media (max-width: 896px) and (orientation: landscape) { ._common_form__commonAddNew._common_form__resDiagnosis [class*="components__searchPanel"]._common_form__searchPickerWithModify ._common_form__formWrapper ._common_form__form { height: 100% !important; }
  ._common_form__commonAddNew._common_form__resDiagnosis [class*="components__searchPanel"]._common_form__searchPickerWithModify ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 55px) !important; } }

._common_form__commonAddNew ._common_form__helpIcon label div { display: flex; }

._common_form__commonAddNew ._common_form__helpIcon label div div { font-size: 16px; margin-bottom: 2px; padding: 4px 0 2px 0; }

._common_form__commonAddNew ._common_form__helpIcon label div span { color: #72aad8; top: 6px; left: 10px; }

._common_form__commonAddNew ._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet { width: 960px !important; overflow: visible !important; }

@media (max-height: 550px) and (min-height: 540px) and (orientation: landscape) { ._common_form__commonAddNew._common_form__copyResident ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: 450px !important; } }

@media screen and (max-width: 897px) { ._common_form__commonAddNew._common_form__copyResident ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__searchPickerWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 65px); } }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__searchPickerWrapper ._common_form__controlSearch { bottom: 10px; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet ._common_form__header h1 { font-weight: normal; line-height: 30px; font-size: 20px; }

@media (max-width: 767px) { ._common_form__commonAddNew._common_form__copyResident ._common_form__formSet ._common_form__header h1 { line-height: 16px; } }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet._common_form__formWrapper ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__copyResidentCheckbox ._common_form__copyResidentCheckboxDisabled._common_form__labelDisable { pointer-events: none; opacity: 0.6; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet._common_form__formWrapper ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__copyResidentCheckbox label { position: relative; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet._common_form__formWrapper ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__copyResidentCheckbox label ._common_form__label { padding-left: 7px; display: inline !important; font-weight: normal; width: 90%; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet._common_form__formWrapper ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__copyResidentCheckbox label ._common_form__label:before { content: ""; width: 17px; height: 17px; border-radius: 2px; margin: 0; padding: 0; border: 1px solid #CCCCCC; position: absolute; left: 0; top: 0; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet._common_form__formWrapper ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__copyResidentCheckbox label ._common_form__label:after { content: ""; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: 7px; top: 3px; height: 8px; width: 4px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); display: none; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet._common_form__formWrapper ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__copyResidentCheckbox label input[type="checkbox"] { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet._common_form__formWrapper ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__copyResidentCheckbox label input[type="checkbox"]:checked ~ ._common_form__label:after { display: block; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet._common_form__formWrapper ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__copyResidentCheckbox label input[type="checkbox"]:checked ~ ._common_form__label:before { background: #0d8de2; border: 1px solid #0d8de2; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet._common_form__formWrapper ._common_form__formContainer ._common_form__searchFilter label span:before { margin: 3px 0px -4px -28px !important; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { color: #333; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerCloseLeft span [class*="btnClose"] { color: #666 !important; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__cancelText { color: #666; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 100px); }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer input:focus ~ em { margin-left: 3px; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet [class*="components__searchPanel"] [class*="components__result"] th { color: #333; font-size: 14px; font-weight: 500; }

._common_form__commonAddNew._common_form__copyResident ._common_form__formSet [class*="components__searchPanel"] [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__content { bottom: 20px; }

._common_form__NewProspectForm ._common_form__formSet ._common_form__content div[data-name="Notes"] { margin-bottom: 0; }

._common_form__NewProspectForm ._common_form__formSet input[type="text"], ._common_form__NewProspectForm ._common_form__formSet input[type="email"], ._common_form__NewProspectForm ._common_form__formSet input[type="number"] { padding-left: 20px !important; height: 28px !important; }

._common_form__NewProspectForm ._common_form__lostInquiry { font-size: 16px; font-weight: normal; color: #666; }

._common_form__NewProspectForm > div > div[class*="scrollableContainer"] { overflow: auto; }

._common_form__NewProspectForm ._common_form__newInquiryCheckbox input[type="checkbox"], ._common_form__inquiryWrapper ._common_form__newInquiryCheckbox input[type="checkbox"], ._common_form__referralContactWrapper ._common_form__newInquiryCheckbox input[type="checkbox"] { cursor: pointer; }

._common_form__NewProspectForm ._common_form__newInquiryCheckbox input[type="checkbox"] + span, ._common_form__inquiryWrapper ._common_form__newInquiryCheckbox input[type="checkbox"] + span, ._common_form__referralContactWrapper ._common_form__newInquiryCheckbox input[type="checkbox"] + span { z-index: 2; position: relative; }

._common_form__NewProspectForm ._common_form__newInquiryCheckbox:before, ._common_form__inquiryWrapper ._common_form__newInquiryCheckbox:before, ._common_form__referralContactWrapper ._common_form__newInquiryCheckbox:before { position: absolute; content: ""; top: 0; bottom: 0; left: 0; right: 0; }

._common_form__prospectPhotoHelpIcon [class*='rc-tooltip-inner'] { padding: 3px 8px; max-width: 300px; }

@media (min-width: 767px) { ._common_form__prospectPhotoHelpIcon [class*='rc-tooltip-inner'] { width: 280px; } }

._common_form__showSuccessPopup { z-index: 999 !important; }

._common_form__communicationDetailOverlay [class*="container"][class*="modal"] { top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 800px; position: absolute !important; }

._common_form__lostInquiryForm { min-width: 500px; max-width: 100%; box-sizing: border-box; }

._common_form__lostInquiryForm ._common_form__form ._common_form__formContainer { min-width: auto !important; }

._common_form__depositDate { z-index: 1000 !important; }

._common_form__depositDate ._common_form__error._common_form__messagesContainer { width: 100%; }

._common_form__inquiryWrapper ._common_form__salutation { margin: 0; padding-top: 2px !important; }

._common_form__inquiryWrapper ._common_form__salutation._common_form__fieldContainer { padding: 2px 3px 5px 2px !important; }

._common_form__inquiryWrapper ._common_form__inquiryIs._common_form__fieldContainer { padding: 2px 3px 5px 2px !important; }

._common_form__deleteComm { z-index: 1; float: right; position: relative; padding: 10px 24px 0 0; width: 100%; text-align: right; box-sizing: border-box; }

._common_form__deleteComm a { color: #000; cursor: pointer; position: relative; }

._common_form__deleteComm ._common_form__deleteSmallIcon { background: url(../../28e9d18bd9ec68e3/images/graphql-sprite.png) -149px -300px no-repeat; position: absolute; left: -21px; height: 15px; width: 16px; }

._common_form__perfMetricsPopup ._common_form__formSet ._common_form__header { min-height: 50px; background-color: #eaeaea; padding: 0; }

._common_form__perfMetricsPopup ._common_form__formSet ._common_form__header h6 { font-size: 21px; text-align: center; padding: 12px 0; font-weight: 700; color: #333; margin: 0; }

._common_form__perfMetricsPopup ._common_form__formSet ._common_form__header ._common_form__closeIcon { top: 14px; cursor: pointer; }

._common_form__perfMetricsPopup ._common_form__formSet ._common_form__header ._common_form__closeIcon:after, ._common_form__perfMetricsPopup ._common_form__formSet ._common_form__header ._common_form__closeIcon:before { background-color: gray; height: 25px; width: 2px; }

._common_form__perfMetricsPopup ._common_form__formSet ._common_form__header ._common_form__iconQuestion { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -91px -1px; background-size: 460px; width: 20px; height: 20px; margin-top: 5px; cursor: pointer; position: absolute; right: 14px; top: 10px; }

._common_form__perfMetricsPopup ._common_form__formSet ._common_form__form ul { float: left; width: 100%; margin: 0; padding: 0; }

._common_form__perfMetricsPopup ._common_form__formSet ._common_form__form ul li { float: left; width: calc(100% - 40px); padding: 0; list-style: none; border-bottom: 1px solid #D9D9D9; margin: 0 20px; }

._common_form__perfMetricsPopup ._common_form__formSet ._common_form__form ul li a { float: left; margin: 0; padding: 10px 0; font-weight: 100; font-size: 16px; color: #195ee6; box-sizing: border-box; text-decoration: none; }

._common_form__perfMetricsPopup ._common_form__formSet ._common_form__form ul li a:hover { text-decoration: underline; }

[class*="communications__newCommunicationForm"] > div[class*="_overlay__overlay"] > div[class*="scrollableContainer"] > div > ._common_form__formSet > ._common_form__content { top: 50px; }

[class*="communications__newCommunicationForm"] > div[class*="_overlay__overlay"] > div[class*="scrollableContainer"] > div > ._common_form__formSet > ._common_form__content > ._common_form__main > div { margin-left: 0; margin-right: 0; }

[class*="communications__newCommunicationForm"] > div[class*="_overlay__overlay"] > div[class*="scrollableContainer"] > div > ._common_form__formSet > ._common_form__content > ._common_form__main > div:first-child { margin-top: 0; }

[class*="communications__newCommunicationForm"] > div[class*="_overlay__overlay"] > div[class*="scrollableContainer"] > div > ._common_form__formSet > ._common_form__content > ._common_form__main > div:last-child { margin-bottom: 0; }

[class*="communications__newCommunicationForm"] ._common_form__content ._common_form__main._common_form__topMargin { margin-top: 30px; }

[class*="communications__newCommunicationForm"] ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer { overflow: visible; }

[class*="communications__newCommunicationForm"] ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__timePicker { max-width: 123px; }

[class*="communications__newCommunicationForm"] ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__error ._common_form__radioOverlayPicker ._common_form__show ._common_form__radioGroup label ._common_form__label { color: #666 !important; }

[class*="communications__newCommunicationForm"] ._common_form__content ._common_form__dateInput ._common_form__calendarInput ._common_form__show { z-index: 1; }

@media (max-width: 1024px) and (min-width: 768px) { @supports (-webkit-overflow-scrolling: touch) { [class*="communications__newCommunicationForm"] ._common_form__error._common_form__messagesContainer { position: fixed; background: #fff; left: 15px; } } }

[class*="communications__newCommunicationForm"] > div[class*="parentOverlay"]:first-of-type ._common_form__formSet ._common_form__content ._common_form__main { -webkit-overflow-scrolling: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { [class*="communications__newCommunicationForm"] > div[class*="parentOverlay"]:first-of-type ._common_form__formSet ._common_form__content ._common_form__main { overflow: hidden; padding-right: 17px; } }

[class*="communications__newCommunicationForm"] > div[class*="parentOverlay"]:first-of-type ._common_form__formSet ._common_form__content ._common_form__main table tbody { -webkit-overflow-scrolling: touch; }

[class*="detailsOverlay"][class*="overlay__overlay"] [class*="actionButtonOuter"] [class*="overlay__overlay"][class*="parentOverlay"] ._common_form__formWrapper ._common_form__form div:first-child._common_form__formContainer { -webkit-overflow-scrolling: auto; }

[class*="detailsOverlay"][class*="overlay__overlay"] [class*="actionButtonOuter"] [class*="overlay__overlay"][class*="parentOverlay"] ._common_form__formWrapper ._common_form__form div:first-child._common_form__formContainer table tbody { -webkit-overflow-scrolling: touch; }

[class*="detailsOverlay"][class*="overlay__overlay"] [class*="parentOverlay"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { -webkit-overflow-scrolling: auto; }

[class*="detailsOverlay"] [class*="communications__newCommunicationForm"] ._common_form__formSet:first-child > ._common_form__header { background: #f1f1f1; }

[class*="detailsOverlay"] [class*="communications__newCommunicationForm"] ._common_form__formSet:first-child > ._common_form__header h1 { color: #000; }

[class*="detailsOverlay"] [class*="communications__newCommunicationForm"] ._common_form__formSet:first-child > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"] { color: rgba(0, 0, 0, 0.7) !important; }

[class*="detailsOverlay"] [class*="communications__newCommunicationForm"] ._common_form__formSet:first-child > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:after, [class*="detailsOverlay"] [class*="communications__newCommunicationForm"] ._common_form__formSet:first-child > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before { border-color: rgba(0, 0, 0, 0.7) !important; opacity: .7; background-position: -331px -216px; }

[class*="detailsOverlay"] [class*="communications__newCommunicationForm"] ._common_form__formSet:first-child > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { color: rgba(0, 0, 0, 0.7) !important; }

[class*="detailsOverlay"] [class*="communications__newCommunicationForm"] ._common_form__formSet > ._common_form__content { top: 49px; }

[class*="detailsOverlay"] [class*="communications__newCommunicationForm"] ._common_form__formSet > ._common_form__content > ._common_form__main > div { margin-left: 0; margin-right: 0; }

[class*="detailsOverlay"] [class*="communications__newCommunicationForm"] ._common_form__formSet > ._common_form__content > ._common_form__main > div:first-child { margin-top: 0; }

[class*="detailsOverlay"] [class*="communications__newCommunicationForm"] ._common_form__formSet > ._common_form__content > ._common_form__main > div:last-child { margin-bottom: 0; }

._common_form__customRadioOption span { padding-left: 17px; }

._common_form__customRadioOption em { font-weight: normal; font-style: normal; }

._common_form__customRadioOption ._common_form__optionTypeCode { position: absolute; left: 270px; padding-left: 0; }

@media (max-width: 767px) { ._common_form__customRadioOption { font-size: 12px !important; }
  ._common_form__customRadioOption ._common_form__optionTypeCode { left: 235px; } }

._common_form__pharmacyWrapper ._common_form__messagesContainerToast { padding: 1px 0px 1px 4px !important; margin: 4px 0 0 0; top: 50px !important; right: 10px !important; font-size: 12px !important; font-weight: 400 !important; height: 20px !important; }

._common_form__pharmacyWrapper ._common_form__messagesContainerToast ._common_form__message { padding: 0 5px 0px 8px !important; line-height: 15px !important; }

._common_form__pharmacyWrapper ._common_form__messagesContainerToast ._common_form__message ._common_form__crossIcon { cursor: pointer; font-size: 20px !important; }

._common_form__pharmacyWrapper ._common_form__messagesContainerToast ._common_form__active { z-index: 0; }

._common_form__sbarDiagnosisWrapper ._common_form__searchFilter label input:focus { margin-bottom: 2px !important; }

._common_form__sbarDiagnosisWrapper ._common_form__selectBtn { display: none; }

._common_form__sbarDiagnosisWrapper ._common_form__newHeader { margin: 0px; }

._common_form__sbarDiagnosisWrapper ._common_form__form { overflow: hidden; }

._common_form__sbarDiagnosisWrapper ._common_form__formContainer { max-width: 800px !important; }

._common_form__sbarDiagnosisWrapper ._common_form__toolbar { padding: 0px 15px; }

._common_form__prePourTimeField ._common_form__headerSaveBtn a { padding: 7px 12px 6px 30px; }

._common_form__prePourTimeField ._common_form__calendarInput { border: 1px none #999; border-bottom-style: solid; }

._common_form__prePourTimeField ._common_form__calendarInput ._common_form__disabledPlaceholderSpan { cursor: default; color: #666 !important; }

._common_form__medProfForm div[class*="parentOverlay"] div[class*="overlay__wrapper"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: auto !important; }

._common_form__medProfForm ._common_form__medProfSearchBox { /*    span { &::before { right: 16px; } }*/ }

._common_form__medProfForm ._common_form__medProfSearchBox input:focus ~ em { left: 18px !important; }

._common_form__medProfForm ._common_form__messagesContainerToast { padding: 1px 0px 1px 4px !important; margin: 4px 0 0 0; top: 50px !important; font-size: 12px !important; font-weight: 400 !important; height: 20px !important; }

._common_form__medProfForm ._common_form__messagesContainerToast ._common_form__message { padding: 0 5px 0px 8px !important; line-height: 15px !important; }

._common_form__medProfForm ._common_form__messagesContainerToast ._common_form__message ._common_form__crossIcon { cursor: pointer; font-size: 20px !important; }

._common_form__medProfForm ._common_form__messagesContainerToast ._common_form__active { z-index: 0; }

._common_form__medProfForm ._common_form__formSet { width: 760px !important; }

._common_form__medProfForm ._common_form__formSet > ._common_form__header h1 { line-height: 30px; font-size: 20px; }

._common_form__medProfForm ._common_form__formSet ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer > ._common_form__fieldContainer { padding-left: 0 !important; padding-right: 0 !important; }

._common_form__medProfForm ._common_form__formSet ._common_form__formContainer ._common_form__group ._common_form__fieldSet textarea { margin-top: 8px; }

._common_form__medProfForm ._common_form__formSet ._common_form__formContainer ._common_form__group ._common_form__fieldSet input { text-overflow: ellipsis; }

._common_form__medProfForm ._common_form__formSet ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__medProfPicker { margin-top: 4px; }

._common_form__medProfForm ._common_form__formSet ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__medProfPicker span { margin-bottom: 8px; }

._common_form__medProfForm ._common_form__formSet ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__medProfEmail { margin-top: 4px; }

._common_form__medProfForm ._common_form__formSet ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__medProfEmail ._common_form__listItem { margin: 0 !important; }

._common_form__medProfForm ._common_form__formSet ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__medProfEmail ._common_form__header { background: #ffffff !important; margin-bottom: -4px; }

._common_form__medProfForm ._common_form__formSet ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__searchPickerWrapper ._common_form__medicalProfessionalWrap ._common_form__header h1 { display: inline-block; padding-top: 10px !important; }

._common_form__medProfForm ._common_form__formSet ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__searchPickerWrapper ._common_form__medicalProfessionalWrap ._common_form__content ._common_form__main ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer input { width: 100% !important; }

._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }

._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { color: #333; }

._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__cancelText { color: #666; }

._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 100px); }

._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldContainer { padding: 5px 5px 10px 5px !important; }

._common_form__medProfForm [class*="components__searchPanel"] ._common_form__group ._common_form__fieldSet { padding-top: 15px !important; }

._common_form__medProfForm [class*="components__searchPanel"] ._common_form__group ._common_form__fieldSet ._common_form__searchFilter { top: 0; }

._common_form__medProfForm [class*="components__searchPanel"] ._common_form__children { margin-top: -10px; }

._common_form__medProfForm [class*="components__searchPanel"] [class*="components__result"] th { color: #333; font-size: 14px; font-weight: 500; }

._common_form__medProfForm [class*="components__searchPanel"] [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; }

._common_form__medProfForm [class*="components__searchPanel"] ._common_form__messagesContainerToast { top: 45px !important; right: 10px !important; }

@media (max-width: 896px) and (orientation: landscape) { ._common_form__medProfForm [class*="components__searchPanel"]._common_form__searchPickerWithModify ._common_form__formWrapper ._common_form__form { height: 100% !important; }
  ._common_form__medProfForm [class*="components__searchPanel"]._common_form__searchPickerWithModify ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 55px) !important; } }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper { background: #fff !important; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper ._common_form__deleteIcon { position: absolute; z-index: 9; top: 10px; right: 52px; width: 30px; height: 21px; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -694px -1px; background-size: 400px; cursor: pointer; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper ._common_form__delete { position: absolute; top: 10px; right: 15px; z-index: 1; text-decoration: underline; font-size: 14px; cursor: pointer; }

._common_form__contactsFormWrapper ._common_form__headerBtn { top: 7px !important; }

._common_form__contactsFormWrapper ._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { color: #333; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__cancelText { color: #666; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form input:focus ~ em { left: 18px !important; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 100px); }

._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__group ._common_form__fieldSet { padding-top: 15px !important; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__group ._common_form__fieldSet ._common_form__searchFilter { top: 0; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__children { margin-top: -10px; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] [class*="components__result"] tbody { height: 100%; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] [class*="components__result"] th { color: #333; font-size: 14px; font-weight: 500; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; }

._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__messagesContainerToast { top: 45px !important; right: 10px !important; }

@media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalPhoneField select, ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalEmailField select { height: 30px; }
    ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalPhoneField input, ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalEmailField input { height: 21px; }
    ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalPhoneField ._common_form__error input, ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalEmailField ._common_form__error input { height: 19px; }
    ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalPhoneField input:hover { height: 19px; } } }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalPhoneField ._common_form__error select, ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalEmailField ._common_form__error select { height: 30px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalPhoneField select, ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalEmailField select { height: 28px; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalPhoneField input, ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalEmailField input { height: 19px; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalPhoneField [class*='_graphql__selectWrap'], ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalEmailField [class*='_graphql__selectWrap'] { width: auto; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalEmailField ._common_form__contactField > div:nth-child(2) { padding-left: 25px !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addPersonalPhoneField ._common_form__contactField > div:nth-child(2) { padding-left: 13px !important; } }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__messagesContainerToast { padding: 1px 0px 1px 4px !important; margin: 4px 0 0 0; top: 50px !important; right: 22px; font-size: 12px !important; font-weight: 400 !important; background: #fae7e5; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__messagesContainerToast ._common_form__message { padding: 0 5px 0px 8px !important; line-height: 22px; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__messagesContainerToast ._common_form__message ._common_form__crossIcon { cursor: pointer; font-size: 14px !important; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__messagesContainerToast ._common_form__crossIcon { cursor: pointer; font-size: 14px !important; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__messagesContainerToast ._common_form__active { z-index: 0; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label textarea { font-size: 16px; height: 90px; resize: none; }

@supports (-ms-ime-align: auto) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet { box-shadow: 0px 0px #000 !important; } }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__header { background: #f1f1f1 !important; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:before { background-position: -331px -216px; opacity: .7; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__header h1 { color: #333 !important; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__header ._common_form__cancelText { color: #666 !important; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__header h1 { font-weight: normal; line-height: 30px; font-size: 20px; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content { bottom: 0; top: 50px; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content ._common_form__menu { display: none; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div { margin: 0; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper { position: relative; }

@media screen and (max-width: 767px) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__salutationField { padding-right: 5px; padding-left: 5px; } }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__relationshipField { margin-top: -3px; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__relationshipField ._common_form__disableSection { pointer-events: none; }

@media screen and (max-width: 767px) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__relationshipField { padding-right: 3px; padding-left: 3px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__relationshipField { padding-left: 2px; } }

@media screen and (min-width: 1025px) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__relationshipField { padding-left: 3px; } }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer div[class*="_common_form__group"]:last-child { position: absolute; top: 10.8%; right: 0; width: 320px; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__emergencyFontColor ._common_form__label { color: #ed241d; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__disableSection { pointer-events: none; background-color: #f7f7f7 !important; opacity: 0.6; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer { width: 100%; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer label { position: relative; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer label input[type="checkbox"] { width: 5%; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer label ._common_form__label { padding-left: 7px; display: inline-flex !important; font-weight: normal; width: 90%; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer label ._common_form__label:before { content: ""; width: 17px; height: 17px; border-radius: 2px; margin: 0; padding: 0; border: 1px solid #CCCCCC; position: absolute; left: 0; top: 0; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer label ._common_form__label:after { content: ""; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: 7px; top: 3px; height: 8px; width: 4px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); display: none; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer label input[type="checkbox"] { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer label input[type="checkbox"]:checked ~ ._common_form__label:after { display: block; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer label input[type="checkbox"]:checked ~ ._common_form__label:before { background: #0d8de2; border: 1px solid #0d8de2; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input[type="text"], ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input[type="text"] { padding-left: 0; padding-right: 0; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addressNote ._common_form__addressNoteText { font-weight: normal !important; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__addressNote ._common_form__glyphicon { padding-left: 0; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup { display: flex; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup ._common_form__customRadio { width: 20px !important; height: 20px; border-radius: 50%; margin: 0; padding: 0 !important; border: 1px solid #999999; position: absolute; top: 5px; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup ._common_form__customRadio:after { content: ""; width: 12px; height: 12px; border-radius: 50%; margin: 0; padding: 0; position: absolute; top: 4px; left: 4px; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup label input { margin-right: 10px !important; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup label ._common_form__label { margin-top: 2px !important; color: black !important; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup input[type="radio"]:checked ~ span { border-color: #0d8de2; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup input[type="radio"]:checked ~ span:after { background: #0d8de2; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup > ._common_form__label { font-size: 18px !important; font-weight: bold !important; color: #a3a3a3 !important; margin-right: 10px !important; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup label { position: relative; bottom: 4px; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup label input { opacity: 0; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup div span { margin-right: 15px; }

._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup [class*="disableRadio"] { opacity: .6 !important; background-color: #f7f7f7; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__mainAddressRadio ._common_form__radioGroup ._common_form__customRadio { left: 4px !important; } }

@supports (-ms-ime-align: auto) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact > [class*="common_overlay__overlay"][class*="overlay__parentOverlay"] ._common_form__formSet > ._common_form__content > ._common_form__main { overflow: visible; padding-right: 17px; } }

._common_form__contactsFormWrapper ._common_form__contactInlineEntryForm ._common_form__formWrapper ._common_form__formContainer { padding-left: 0; padding-right: 0; }

._common_form__contactsFormWrapper ._common_form__contactInlineEntryForm ._common_form__formWrapper ._common_form__header h1 { font-weight: 500; font-style: normal; font-size: 20px; }

._common_form__contactsFormWrapper ._common_form__churchTempleWrapper ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldContainer > div { padding-left: 0 !important; }

._common_form__contactsFormWrapper ._common_form__churchTempleWrapper ._common_form__formWrapper ._common_form__formContainer ._common_form__phoneFieldWrap ._common_form__header { margin-bottom: 6px; }

._common_form__contactsFormWrapper ._common_form__churchTempleWrapper ._common_form__formWrapper ._common_form__formContainer ._common_form__phoneFieldWrap ._common_form__contactField { margin-top: -10px; }

@media (max-width: 768px) { ._common_form__contactsFormWrapper ._common_form__churchTempleWrapper ._common_form__formWrapper ._common_form__formContainer ._common_form__phoneFieldWrap { padding: 5px 5px 10px 5px !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__contactsFormWrapper ._common_form__churchTempleWrapper ._common_form__formWrapper ._common_form__formContainer ._common_form__phoneFieldWrap ._common_form__fieldContainer { margin-left: 0 !important; } }

._common_form__contactsFormWrapper ._common_form__funeralWrapper ._common_form__formWrapper ._common_form__group ._common_form__funeralPicker { padding: 6px 5px 10px 5px !important; }

._common_form__contactsFormWrapper ._common_form__funeralWrapper ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldContainer > div { padding-left: 0 !important; }

._common_form__contactsFormWrapper ._common_form__funeralWrapper ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldContainer textarea { font-size: 16px !important; }

._common_form__contactsFormWrapper ._common_form__funeralWrapper ._common_form__formWrapper ._common_form__formContainer [class*="modifyButton"] { margin-right: 5px !important; }

@media (max-width: 767px) { ._common_form__contactsFormWrapper ._common_form__funeralWrapper ._common_form__formWrapper ._common_form__funeralPicker { padding-left: 2px !important; } }

@media (width: 896px) and (orientation: landscape) { ._common_form__contactsFormWrapper ._common_form__funeralWrapper ._common_form__formWrapper ._common_form__searchPickerWrapper div[class*="scrollableContainer"] ._common_form__form { height: 100% !important; } }

@supports (-webkit-touch-callout: none) { ._common_form__contactsFormWrapper ._common_form__funeralWrapper ._common_form__formWrapper ._common_form__searchPickerWrapper div[class*="scrollableContainer"] table tbody tr { height: 40px; } }

._common_form__contactsFormWrapper ._common_form__pharmacyWrapper ._common_form__formWrapper input:focus ~ em { left: 18px !important; }

._common_form__contactsFormWrapper ._common_form__hospitalWrapper ._common_form__formWrapper ._common_form__header { padding: 10px 15px !important; background-color: #f1f1f1; }

._common_form__contactsFormWrapper ._common_form__hospitalWrapper ._common_form__formWrapper ._common_form__header h1 { color: #333; }

._common_form__contactsFormWrapper ._common_form__hospitalWrapper ._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"][class*="whiteIcon"]:before, ._common_form__contactsFormWrapper ._common_form__hospitalWrapper ._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton[class*="whiteIcon"]:before { background-position: -331px -216px; opacity: .7; }

._common_form__contactsFormWrapper ._common_form__hospitalWrapper ._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft span { color: #666666 !important; }

._common_form__contactsFormWrapper ._common_form__hospitalWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer input[type="text"] { width: 100% !important; }

._common_form__contactsFormWrapper ._common_form__hospitalWrapper ._common_form__contact ._common_form__listField ._common_form__header { background-color: #ffffff; padding: 0px !important; }

._common_form__contactsFormWrapper [class*="preferencesWrapper"] [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__toolbar { padding: 3px 3px 15px 10px; }

._common_form__demographicsFormWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__age input[disabled] { background-color: #f7f7f7 !important; }

._common_form__demographicsFormWrapper ._common_form__inlineForm > div > ._common_form__header { padding-bottom: 6px; }

._common_form__demographicsFormWrapper ._common_form__customHeader { top: 7px !important; }

._common_form__demographicsFormWrapper [class*="components__handlePointerEvent"] { color: #666 !important; opacity: .6 !important; border-color: #e5e5e5 !important; background-color: #f7f7f7 !important; }

._common_form__demographicsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }

._common_form__demographicsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { color: #333; }

._common_form__demographicsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__demographicsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__cancelText { color: #666; }

._common_form__demographicsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__demographicsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 100px); }

._common_form__demographicsFormWrapper [class*="components__searchPanel"] [class*="components__result"] th { color: #333; font-size: 14px; font-weight: 500; }

._common_form__demographicsFormWrapper [class*="components__searchPanel"] [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; }

._common_form__demographicsFormWrapper ._common_form__selectPickerStyle { padding-right: 0px !important; }

._common_form__demographicsFormWrapper ._common_form__stateWrapper { padding-right: 0 !important; }

._common_form__demographicsFormWrapper ._common_form__stateWrapper select[disabled] { color: #666 !important; opacity: .6 !important; background-color: #f7f7f7 !important; border-color: #e5e5e5 !important; }

._common_form__demographicsFormWrapper ._common_form__genderField { padding-right: 0 !important; }

._common_form__demographicsFormWrapper ._common_form__genderField select[disabled] { color: #666 !important; opacity: .6 !important; background-color: #f7f7f7 !important; border-color: #e5e5e5 !important; }

._common_form__demographicsFormWrapper ._common_form__genderField [class*='_graphql__selectWrap'] { height: 28px; }

._common_form__demographicsFormWrapper ._common_form__referralWrapper, ._common_form__demographicsFormWrapper ._common_form__residentBioDemographics { padding-right: 0 !important; }

._common_form__demographicsFormWrapper ._common_form__birthDate ._common_form__disabledPlaceholderSpan { display: none; }

._common_form__demographicsFormWrapper ._common_form__disabledEmailWrapper ._common_form__mailLink { display: none; }

._common_form__demographicsFormWrapper ._common_form__residentBioDemographics { height: fit-content; }

._common_form__demographicsFormWrapper ._common_form__residentBioDemographics textarea { height: 110px !important; padding: 5px; border-color: #999; }

._common_form__demographicsFormWrapper ._common_form__residentBioDemographics textarea[disabled] { border: 1px solid #e5e5e5 !important; color: #666 !important; opacity: 0.6; background-color: #f7f7f7; }

._common_form__demographicsFormWrapper ._common_form__residentialBackgroundTextArea textarea { height: 110px !important; background: white; }

._common_form__demographicsFormWrapper ._common_form__occupationalBackgroundTextArea textarea { height: 110px !important; background: white; }

._common_form__demographicsFormWrapper [class*="components__selectPickerSearch"] [class*="components__selectPickerInput"] { border: 1px none #999 !important; border-bottom-style: solid !important; }

._common_form__addMonthlyGoalsOverlay [class*="scrollableContainer"] { overflow: visible !important; }

._common_form__addMonthlyGoalsOverlay ._common_form__formWrapper ._common_form__form ._common_form__messagesContainer { display: none; }

._common_form__addMonthlyGoalsOverlay ._common_form__formWrapper ._common_form__form ._common_form__toolbar { display: none !important; }

._common_form__addMonthlyGoalsOverlay label span { color: #666 !important; font-size: 16px !important; }

._common_form__addMonthlyGoalsOverlay span { font-weight: normal !important; white-space: nowrap !important; top: 34px; }

._common_form__addMonthlyGoalsOverlay div[class*="formContainer"] { height: auto !important; min-width: auto !important; }

@media (max-width: 1023px) and (orientation: landscape) { ._common_form__addMonthlyGoalsOverlay div[class*="formContainer"] { max-height: calc(100vh - 80px) !important; overflow: auto !important; } }

._common_form__addMonthlyGoalsOverlay div[class*="formContainer"] ._common_form__group ._common_form__fieldSet:nth-child(1) ._common_form__fieldContainer { padding: 0; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body { min-height: 1px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__admitExplainField { padding: 0 !important; height: 0px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__admitExplainField > label { position: relative; display: flex; bottom: 23px; padding-left: 30px; width: 43%; height: 23px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__admitExplainField > label > input[type="text"] { width: calc(100% - 100px); margin-left: 3px; }

._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__admitExplainField > label ._common_form__label { width: 100px; padding-top: 1px; }

._common_form__employeeInactiveCheckboxWrap ._common_form__customCheckBox > label { position: relative; }

._common_form__employeeInactiveCheckboxWrap ._common_form__customCheckBox > label ._common_form__label { display: inline-flex !important; padding-left: 7px !important; }

._common_form__employeeInactiveCheckboxWrap ._common_form__customCheckBox > label ._common_form__label:before { content: ""; width: 15px; height: 15px; border-radius: 3px; margin: 0; padding: 0; border: 1px solid #999; position: absolute; left: 0; top: 0; }

._common_form__employeeInactiveCheckboxWrap ._common_form__customCheckBox > label ._common_form__label:after { content: ""; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: 1px; top: 2px; height: 13px; width: 14px; background-size: 250px; display: none; }

._common_form__employeeInactiveCheckboxWrap ._common_form__customCheckBox > label input[type="checkbox"] { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__employeeInactiveCheckboxWrap ._common_form__customCheckBox > label input[type="checkbox"]:checked ~ ._common_form__label:after { display: block; }

._common_form__employeeInactiveCheckboxWrap ._common_form__customCheckBox > label input[type="checkbox"]:checked ~ ._common_form__label:before { background: #2196F3; border-color: #2196F3; }

._common_form__communitySettingWrapper { position: relative; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content { height: calc(100vh - 155px) !important; position: relative; display: inline-block; width: 100%; top: 0; left: 0; bottom: 0; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main > div { border-radius: 5px; box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2); }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main > div:first-child { margin-top: 5px; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main > div > ._common_form__formWrapper { border-radius: 5px; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] { overflow: auto; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper { width: 500px !important; min-width: 450px !important; max-height: 100vh; min-height: 10%; background-color: #fff !important; height: fit-content; position: relative !important; overflow: visible !important; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__header { position: relative; text-align: center; background: #f1f1f1; padding: 10px 15px; margin: 0; user-select: none; color: #fff; top: 0; right: 0; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__header * { display: inline-block; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__header h1 { color: #333; font-weight: normal; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="close"] { color: #666 !important; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { color: #666 !important; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__header ._common_form__headerSaveBtn { position: absolute; top: 0; right: 0; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content { height: fit-content; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__header { display: none; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__label { padding-left: 0px; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__oneLine label ._common_form__label { width: 100%; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__productTypeMI label ._common_form__label { width: 50%; padding-left: 10px; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__productTypeMI label input { width: 50%; padding-left: 10px; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup._common_form__silverChairSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper { width: 750px !important; height: 500px; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup._common_form__silverChairSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content { height: 88% !important; overflow: hidden; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup._common_form__silverChairSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main { height: 100%; overflow: auto; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup._common_form__silverChairSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__oneLine label ._common_form__label { width: 40%; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup._common_form__silverChairSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__oneLine label span input { width: 70%; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup._common_form__silverChairSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__winScpStyle { display: inline-block; }

._common_form__communitySettingWrapper ._common_form__formSet > ._common_form__content > ._common_form__main ._common_form__marketingInterfaceSetup._common_form__silverChairSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__winScpStyle input { width: 50%; }

._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header { background: #f2f2f2; padding: 0; position: absolute; }

._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header h1 { display: none; }

._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header ._common_form__headerSaveBtn { z-index: 2; right: 0; position: fixed; top: 5px; }

._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header ._common_form__headerSaveBtn ._common_form__headerCloseLeft, ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header ._common_form__headerSaveBtn h1 { display: none; }

._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main { width: 100%; height: 100%; display: block; overflow: auto; }

._common_form__communitySettingWrapper ._common_form__customHeader { background: red; }

._common_form__communitySettingWrapper ._common_form__customHeader ._common_form__formWrapper div:first-child { display: none; }

._common_form__communitySettingWrapper ._common_form__customHeader ._common_form__formWrapper div:nth-child(1) { width: 100%; }

._common_form__communitySettingWrapper ._common_form__headerMain { right: 10px; margin: 2px 15px 0 !important; width: calc(100% - 25px); top: 57px; z-index: 1; }

@media (min-width: 1024px) { ._common_form__communitySettingWrapper ._common_form__headerMain { height: 54px; } }

._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper { display: inline-block; width: 100%; background: #f2f2f2; padding: 0 5px; }

._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper > div { float: left; width: 50%; }

._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper [class*="_common_overlay__overlay"] { width: 100%; }

._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper [class*="_common_overlay__overlay"] [class*="popup"] > div { width: 100%; float: none; }

._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper [class*="_common_overlay__overlay"] [class*="popup"] > div ._common_form__toolbar { background: transparent !important; }

._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__header { padding-left: 0; }

._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__form { padding-right: 0; box-sizing: border-box; float: right !important; }

._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__registrationNumber { float: right; padding: 4px !important; }

@media (max-width: 1366px) { ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__registrationNumber { padding: 0 !important; } }

._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__registrationNumber label input { max-width: 150px; }

@media screen and (max-width: 414px) { ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__registrationNumber label input { max-width: initial; } }

._common_form__communitySettingWrapper ._common_form__spriteLock { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -231px 0px; width: 22px; height: 22px; position: relative; left: 5px; top: 3px; display: inline-block; }

._common_form__communitySettingWrapper ._common_form__disableCard { box-shadow: none !important; background: #f2f2f2 !important; }

._common_form__communitySettingWrapper ._common_form__communityLegendWrapper { display: block; top: -2px; }

._common_form__communitySettingWrapper ._common_form__legendCommon { position: relative; height: 17px; width: auto; top: -5px !important; left: 0 !important; opacity: 1 !important; }

._common_form__communitySettingWrapper ._common_form__customCheckBox > label { position: relative; }

._common_form__communitySettingWrapper ._common_form__customCheckBox > label ._common_form__label { padding-left: 7px !important; }

._common_form__communitySettingWrapper ._common_form__customCheckBox > label ._common_form__label:before { content: ""; width: 15px; height: 15px; border-radius: 3px; margin: 0; padding: 0; border: 1px solid #999; position: absolute; left: 0; top: 0; }

._common_form__communitySettingWrapper ._common_form__customCheckBox > label ._common_form__label:after { content: ""; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: 1px; top: 2px; height: 13px; width: 14px; background-size: 250px; display: none; }

._common_form__communitySettingWrapper ._common_form__customCheckBox > label input[type="checkbox"] { opacity: 0; z-index: 0; cursor: pointer; }

._common_form__communitySettingWrapper ._common_form__customCheckBox > label input[type="checkbox"]:checked ~ ._common_form__label:after { display: block; }

._common_form__communitySettingWrapper ._common_form__customCheckBox > label input[type="checkbox"]:checked ~ ._common_form__label:before { background: #2196F3; border-color: #2196F3; }

._common_form__communitySettingWrapper ._common_form__customSelectInputWrap [class*="components__selectInput"] { width: 100%; margin: 0; }

._common_form__communitySettingWrapper ._common_form__customSelectInputWrap [class*="components__selectInput"] [class*="components__searchInputWrap"] { border-bottom: 1px solid #999; }

._common_form__communitySettingWrapper ._common_form__customSelectInputWrap [class*="components__selectInput"] [class*="components__dropDownSearch"] { bottom: auto; width: 100%; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft { display: none; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap [class*="imgPreview"] { margin: 4px 0px 6px 5px; height: 100px; width: 100px; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__uploadImage { bottom: 5px; position: absolute; right: 0; left: 140px; width: 100%; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__uploadImage ._common_form__uploadImgContainer { padding: 5px 0; border-bottom: 1px solid #dfdfdf; width: auto; display: inline-block; margin-bottom: 3px; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__uploadImage ._common_form__suggestionsText { color: #ffab21; font-size: 14px; font-style: italic; width: max-content; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__communityInactiveCheckBox { position: relative; top: 37px; padding: 0 !important; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__communityAddress ._common_form__reportTitle { padding-right: 0 !important; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__communityAddress ._common_form__reportTitle > div { padding-left: 0 !important; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__communityAddress ._common_form__reportTitle ._common_form__label { display: none; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__communityAddress ._common_form__reportTitle textarea { height: 125px !important; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__communityAddress ._common_form__reportTitle._common_form__pseudoElement label textarea { opacity: 0.6; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer { justify-content: flex-end; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__calendarInput { display: flex; align-items: flex-start; width: 100%; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__calendarInput > span:nth-child(3) { width: auto; border-bottom: none; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__calendarInput > span:nth-child(3)::after { display: none; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__calendarInput ._common_form__disabledPlaceholderSpan { border-bottom: 1px solid #a9a9a9; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer label { /* Chrome, Safari, Edge, Opera */ /* Firefox */ }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer label input[type=number]::-webkit-outer-spin-button, ._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer label input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer label input[type=number] { -moz-appearance: textfield !important; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__regType { display: inline-block; margin-top: 7px; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__licenseProtectionNumber { margin-top: 6px; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__registrationWrap ._common_form__licenseProtectionNumber input { background-color: #f0f0f0 !important; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__disable span input { background-color: lightgrey !important; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__messagesContainerToast { display: none; }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__messagesContainerToast._common_form__active { display: flex; right: 16px; top: 16px; }

@media (max-width: 1023px) { ._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__messagesContainerToast._common_form__active { left: auto; top: 3px; right: 15px; } }

._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__customCheckBox ._common_form__labelDisable input { position: static !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer { padding: 5px 5px 10px 0; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__turnRetroBilling { width: fit-content; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__turnRetroBilling ._common_form__radioGroup ._common_form__label { display: inline-flex; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__turnRetroBilling ._common_form__radioGroup > div:nth-child(2) > span:nth-child(3) > label { align-items: center !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__turnRetroBilling ._common_form__radioGroup > div:nth-child(2) > span:nth-child(3) ._common_form__label > span { align-items: center !important; padding: 0; margin-bottom: 6px; font-weight: normal; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__turnRetroBilling ._common_form__radioGroup > div:nth-child(2) > span:nth-child(3) label ._common_form__spriteLock { width: 10px !important; position: relative; top: 4px; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle [class*="wrapper"] { overflow-y: hidden !important; }

@media screen and (min-width: 768px) { ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle [class*="wrapper"] > div { width: auto !important; left: 50%; top: 50%; transform: translate(-50%, -50%); height: auto !important; } }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle [class*="formWrapper"] { height: 100% !important; }

@media screen and (max-width: 567px) { ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__formContainer { min-width: auto !important; padding-top: 10px !important; height: auto !important; } }

@media screen and (min-width: 768px) { ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__formContainer { overflow-y: auto !important; min-height: auto !important; height: auto !important; max-height: calc(100vh - 80px); } }

@media screen and (max-width: 767px) { ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__form { height: calc(100% - 54px) !important; overflow-y: auto; } }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__form ._common_form__messagesContainer { width: 100% !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__form ._common_form__messagesContainer._common_form__active { bottom: 3px !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__form ._common_form__toolbar { display: none !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle [class*="modal"] { left: 0px !important; top: 0px !important; transform: none !important; }

@media screen and (min-width: 768px) { ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle [class*="modal"] { position: relative; margin-left: 0px !important; } }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customOverlayStyle ._common_form__exportLabel > div { font-size: 16px; font-weight: normal !important; }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1025px) { ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__IntacctWrapper [class*="formWrapper"] > div { width: 470px !important; max-width: 100% !important; } }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customZindex { z-index: 9999 !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__setUpButton { width: 190px; font-size: 16px; border-radius: 5px; text-decoration: none !important; margin-top: 5px; padding: 10px 50px; background: white; cursor: pointer; border: 1px solid #666666; color: #666666; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__disable { opacity: 0.5; cursor: default; outline: none; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__pathContainer { border-bottom: 1px solid #999; padding-bottom: 10px; pointer-events: none; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__pathContainer input { color: transparent !important; width: 100px; float: right; margin-top: -17px; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__saveTextBody { display: flex; align-items: center; justify-content: space-between; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__saveTextBody ._common_form__labelStyle { font-size: 18px; font-weight: bold; color: black; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__saveTextButton { font-size: 16px; border-radius: 5px; text-decoration: none !important; margin-top: 5px; padding: 10px; background: white; border: 1px solid #666666; color: #666666; float: right; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroLimit { width: fit-content; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroLimit div ._common_form__radioGroup ._common_form__label { display: inline-flex; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroLimit div ._common_form__radioGroup ._common_form__label > label { padding-left: 0px !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroLimit div ._common_form__radioGroup div span { display: block; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child { display: flex !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__editCalendarInput { position: relative; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__editCalendarInput span { right: 0; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__editCalendarInput > span:after { right: 0; bottom: 0; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__editCalendarInput label { display: flex; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__editCalendarInput label div { min-width: 350px; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__editCalendarInput label span { display: block !important; margin-left: 20px; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__legendCommon { left: 0 !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__securityDpWrapper { z-index: 3 !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__securityDpWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__message { color: #333; font-weight: 700; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__legendCommon { left: 0 !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__disableStyle { opacity: 0.5; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__inputStyle span { display: flex; background-color: #eee; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customCheckBox label { display: inline-flex !important; align-items: flex-start; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customCheckBox label ._common_form__label { word-break: break-word !important; display: inline !important; font-weight: normal; white-space: nowrap; padding-top: 0px !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customCheckBox ._common_form__labelDisable input { position: static !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__inputWrapper ._common_form__oneLine { padding: 0px !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__inputWrapper label ._common_form__label { display: block !important; white-space: nowrap !important; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__inputWrapper label > span { display: flex; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__inputWrapper label > span input[type="text"] { min-width: 100px; }

._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__UseResidentWrapper { margin-top: 5px; }

@media (min-width: 577px) { ._common_form__communitySettingWrapper._common_form__riskManagementWrap ._common_form__calendarInput._common_form__editCalendarInput > span { bottom: unset; } }

._common_form__communitySettingWrapper._common_form__riskManagementWrap ._common_form__calendarInput._common_form__editCalendarInput > span:after { position: initial; margin-left: -28px; margin-top: 2px; }

._common_form__communitySettingWrapper._common_form__riskManagementWrap ._common_form__calendarInput ._common_form__show { height: 258px; right: 0; top: auto !important; z-index: 99 !important; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__nrcContainerContainerClass { width: 175px; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__gridLayOutContainerClass { width: auto; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__customLabelStyles { margin-left: 25px !important; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__customLabelStyles div { display: inline; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__checkboxLabelStyle div { display: inline; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__enableFont div { color: black !important; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__fontStyle div { display: inline; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__inputLabelStyle { padding-left: 28px !important; display: flex !important; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__inputLabelStyle > div { min-width: 134.8px; padding-right: 0px !important; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__inputLabelStyle > span { width: calc(100% - 134.8px) !important; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__inputLabelStyle input { padding: 0 !important; margin: 0 !important; }

@media (min-width: 767px) { ._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__inputLabelStyle ._common_form__glyphicon { margin-left: -26px; top: 7px; } }

@media screen and (max-width: 767px) { ._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__inputLabelStyle { flex-wrap: wrap; }
  ._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__inputLabelStyle > span { width: 100% !important; } }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__lineStyle { width: calc(100% + 50px); margin-left: -25px; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap input[type="checkbox"]:checked ~ div ._common_form__label:before { background: #2196F3; border-color: #2196F3 !important; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap input[type="checkbox"]:checked ~ div ._common_form__label:after { display: block !important; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__labelDisable ._common_form__label:before { opacity: 0.5; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__labelDisable input { pointer-events: none; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__legendCommon { left: 4px !important; }

@media screen and (max-width: 1023px) { ._common_form__communitySettingWrapper._common_form__communityModuleWrap [class*="formWrapper"] ._common_form__form ._common_form__formContainer { overflow: visible; } }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__titleStyle { font-size: 20px; color: black; display: inline-block; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__titleStyle ._common_form__label { font-weight: normal !important; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__setUpButton { font-size: 16px; border-radius: 5px; text-decoration: none !important; padding: 5px 15px; margin-top: 0px; background: white; border: 1px solid #666666; color: #666666; cursor: pointer; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__disable { opacity: 0.5; cursor: default; outline: none; pointer-events: none; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay ._common_form__formWrapper ._common_form__form ._common_form__toolbar { display: none !important; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay div[class*="formContainer"] { height: auto !important; min-width: auto !important; }

@media (min-width: 1025px) { ._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay div[class*="formContainer"] { height: 393px !important; } }

@media (max-width: 1023px) and (orientation: landscape) { ._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay div[class*="formContainer"] { max-height: calc(100vh - 100px) !important; overflow: auto !important; } }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay div[class*="formContainer"] ._common_form__toolTipContainer { top: 2px; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay ._common_form__passwordWrapper { height: 54px; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay ._common_form__passwordWrapper > div { margin: 0px; padding: 0px; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay ._common_form__passwordWrapper > div input { padding: 4px 2px !important; font-size: 16px; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay ._common_form__passwordWrapper > div span { top: 20px; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay ._common_form__passwordWrapper > div input:focus { padding: 4px 2px; background-color: #f7f7f7; outline: none; border-bottom-width: 3px; border-bottom-color: #333; }

._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay ._common_form__passwordWrapper > div input::-ms-reveal, ._common_form__communitySettingWrapper._common_form__communityModuleWrap ._common_form__NRCOverlay ._common_form__passwordWrapper > div input::-ms-clear { display: none; }

._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__setUpButton { font-size: 16px; border-radius: 5px; text-decoration: none !important; cursor: pointer; min-width: 90px; height: 32px; padding: 5px 15px; background: white; border: 1px solid #999; color: #333; }

._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__customCheckBox > div { min-height: 90px; }

._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__customCheckBox ._common_form__labelDisable ._common_form__label { opacity: 0.5; }

._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__customCheckBox [class*="pseudoElement"] { display: none; }

._common_form__communitySettingWrapper ._common_form__notificationButton { width: 190px; font-size: 16px; border-radius: 5px; text-decoration: none !important; margin-top: 5px; padding: 10px 50px; background: white; border: 1px solid #666666; color: #666666; }

._common_form__communitySettingWrapper ._common_form__regionLabel { padding-bottom: 0 !important; display: inline-flex; }

._common_form__communitySettingWrapper ._common_form__regionLabel ._common_form__message { font-size: 16px; font-weight: normal !important; }

._common_form__communitySettingWrapper ._common_form__regionLabel ._common_form__glyphicon { top: 5px; }

._common_form__communitySettingWrapper._common_form__notificationWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__formContainer { height: calc(100vh - 100px) !important; }

@media (min-width: 1024px) { ._common_form__communitySettingWrapper._common_form__notificationWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__formContainer { min-width: 800px; } }

@media (max-width: 767px) { ._common_form__communitySettingWrapper._common_form__notificationWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__formContainer ._common_form__fieldSet ._common_form__fieldContainer > div:first-child > ._common_form__fieldContainer:first-child { padding: 5px 0px 8px 0px !important; } }

@media (max-width: 576px) { ._common_form__communitySettingWrapper._common_form__notificationWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__fieldContainer { padding: 5px 0px 8px 0px !important; } }

._common_form__communitySettingWrapper._common_form__notificationWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__fieldContainer ._common_form__label { padding-right: 7px !important; }

@media (min-width: 577px) { ._common_form__communitySettingWrapper._common_form__notificationWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__fieldContainer ._common_form__label { margin-left: -10px !important; } }

@media (max-width: 1024px) { ._common_form__communitySettingWrapper._common_form__notificationWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__fieldContainer ._common_form__messagesContainerToast { position: fixed; right: 5px !important; top: 57px !important; margin-left: 5px; } }

._common_form__communitySettingWrapper._common_form__notificationWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__timePicker div { flex: auto !important; }

._common_form__communitySettingWrapper._common_form__notificationWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__form ._common_form__messagesContainer { display: none; }

._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__message { font-weight: normal !important; font-size: 16px; }

@media screen and (max-width: 567px) { ._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__formContainer { min-width: auto !important; padding-top: 10px !important; height: auto !important; } }

@media screen and (min-width: 568px) { ._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__form { border: 1px solid #cccccc; margin: 20px 15px 15px 15px; padding-top: 10px; border-radius: 5px; background-color: #f9f9f9; height: auto !important; min-height: auto !important; max-height: calc(100vh - 200px) !important; overflow-y: auto; overflow-x: hidden; }
  ._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__formContainer { max-height: 100% !important; overflow-y: visible !important; height: auto !important; min-height: auto !important; } }

._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customOverlayStyle [class*="formWrapper"] ._common_form__form ._common_form__toolbar { display: none !important; }

@media screen and (min-width: 568px) { ._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customOverlayStyle [class*="modal"] { bottom: auto !important; top: 50% !important; left: 50% !important; width: 450px !important; transform: translate(-50%, -50%); }
  ._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customOverlayStyle ._common_form__commonAlert { width: 355px !important; }
  ._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customOverlayStyle [class*="wrapper"] > div { display: block !important; } }

._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customLabelStyles { margin-left: 25px !important; }

._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customLabelStyles div { display: inline; }

._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__setUpButton { font-size: 16px; border-radius: 5px; text-decoration: none !important; padding: 5px 15px; margin-top: 0px; background: white; border: 1px solid #666666; color: #666666; }

._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__legendCommon { left: 0px !important; }

._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customCheckBox { display: inline-block; }

._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customCheckBox label { display: inline-flex; align-items: flex-start; }

._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customCheckBox label ._common_form__label { word-break: break-word; display: inline; font-weight: normal; white-space: normal !important; padding-top: 0px !important; }

@media (max-width: 767px) { ._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customCheckBox label { display: inline-flex !important; } }

._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__customCheckBox label input { z-index: 0 !important; }

._common_form__communitySettingWrapper._common_form__careAlertWrap ._common_form__disable { opacity: 0.6; cursor: default; outline: none; }

._common_form__communitySettingWrapper ._common_form__toolTipContainer { pointer-events: all; }

._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__residentRequiredWrap { box-shadow: none !important; border: none; background: transparent !important; }

._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__residentRequiredWrap ._common_form__formWrapper { background: transparent; }

._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__residentRequiredWrap ._common_form__setUpButton { font-size: 16px; border-radius: 3px; text-decoration: none !important; background: white; cursor: pointer; border: 1px solid #333; color: #333; height: 32px; margin-left: -25px; margin-top: -12px; }

._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__residentRequiredWrap ._common_form__disabled { pointer-events: all; opacity: 0.6; outline: none; cursor: default; }

@media screen and (max-width: 767px) { ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__residentRequiredWrap ._common_form__form ._common_form__formContainer { overflow: visible; }
  ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__residentRequiredWrap ._common_form__form ._common_form__formContainer ._common_form__setUpButton { margin-left: -20px; margin-top: -12px; } }

@media (min-width: 768px) { ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__inputLabelStyle ._common_form__label { display: none; } }

._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__CCDIDStyle { pointer-events: none; }

._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__CCDIDStyle input { background-color: #f0f0f0 !important; opacity: 0.6; }

@media (min-width: 768px) { ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__CCDIDStyle input { text-align: right; } }

._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__msgLabelStyle ._common_form__message { font-weight: normal !important; }

@media (max-width: 767px) { ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__msgLabelStyle ._common_form__message { color: #666; font-weight: 700 !important; } }

@media (min-width: 768px) { ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__resuscitateField { height: 45px; } }

@media (min-width: 768px) { ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__living { text-align: center; }
  ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__living label { top: 9px; cursor: pointer; }
  ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__living label ._common_form__label { font-size: 0 !important; padding-left: 0px !important; }
  ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__living label ._common_form__label::before { left: 1px; }
  ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__living label ._common_form__label::after { left: 2px; } }

._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__codeStatusHeader { text-align: -webkit-center; text-align: center; }

@media (max-width: 767px) { ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__codeStatusHeader { display: none; } }

._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__codeStatusHeader ._common_form__message { font-size: 16px; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__searchPickerWrap { padding: 5px 30px 5px 5px !important; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__setUpButton { font-size: 16px; border-radius: 5px; text-decoration: none !important; padding: 5px 15px; margin-top: 5px; background: white; border: 1px solid #666666; color: #666666; cursor: pointer; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__generateAndSend { margin-left: 5px; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__disabled { pointer-events: all; opacity: 0.6; outline: none; cursor: default; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__SharedTitle { white-space: nowrap; color: black; font-size: 18px; }

@media (max-width: 767px) { ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__LoaCheckbox { margin-top: 10px; padding-left: 0 !important; } }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__lastRunWrap ._common_form__message { font-size: 16px; font-weight: normal !important; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__ExcludeWrap { padding-top: 10px !important; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__excludeLOAWrap { height: 40px; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__excludeLOAWrap ._common_form__labelInput { opacity: 1 !important; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__excludeLOAWrap ._common_form__label ._common_form__toolTipContainer { top: 4px; }

@media (min-width: 768px) { ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__excludeLOAWrap { margin-left: -5px; }
  ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__excludeLOAWrap ._common_form__labelInput { display: inline-flex; }
  @supports (-webkit-touch-callout: none) { ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__excludeLOAWrap ._common_form__labelInput ._common_form__LoaCheckbox > label ._common_form__label { display: inline-block !important; } } }

@media (min-width: 450px) and (max-width: 767px) { ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__excludeLOAWrap ._common_form__labelInput { display: inline-flex; align-items: center; }
  ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__excludeLOAWrap ._common_form__labelInput ._common_form__LoaCheckbox { margin-bottom: 10px; }
  @supports (-webkit-touch-callout: none) { ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__excludeLOAWrap ._common_form__labelInput ._common_form__LoaCheckbox > label ._common_form__label { display: inline-block !important; } } }

@media (max-width: 449px) { ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__excludeLOAWrap { height: 75px; } }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__LOAWrap { width: 50px !important; margin-right: 5px; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__errors { border-bottom: dashed red !important; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__transTypePicker [class~="scrollableContainer"] ._common_form__formWrapper ._common_form__form > ._common_form__formContainer ._common_form__selectBtn { display: none; }

@media (hover: none) and (pointer: coarse) { ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__transTypePicker [class~="scrollableContainer"] ._common_form__formWrapper ._common_form__form > ._common_form__formContainer ._common_form__unitSearchTable [class*="table__table"] table { height: auto; }
  ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__transTypePicker [class~="scrollableContainer"] ._common_form__formWrapper ._common_form__form > ._common_form__formContainer ._common_form__unitSearchTable [class*="table__table"] table thead tr:after { content: none; } }

@media (max-width: 896px) { ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__transTypePicker [class~="scrollableContainer"] ._common_form__formWrapper ._common_form__form > ._common_form__formContainer { height: calc(100vh - 140px) !important; } }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__passwordWrapper { height: 54px; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__passwordWrapper > div { margin: 0px; padding: 0px; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__passwordWrapper > div input { padding: 4px 2px !important; font-size: 16px; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__passwordWrapper > div [class*="passwordIcons"] { top: 20px; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__passwordWrapper > div [class*="customHelpText"] { margin-bottom: 0px; padding: 0px; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__passwordWrapper > div input:focus { padding: 4px 2px; background-color: #f7f7f7; outline: none; border-bottom-width: 3px; border-bottom-color: #333; }

._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__passwordWrapper > div input::-ms-reveal, ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__passwordWrapper > div input::-ms-clear { display: none; }

@media (max-width: 400px) { ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__customCheckBox > label { position: relative; }
  ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__customCheckBox > label ._common_form__label:before { top: 1px; }
  ._common_form__communitySettingWrapper._common_form__onShiftWrap ._common_form__customCheckBox > label ._common_form__label:after { top: 3px; } }

._common_form__regionHelpIcon div[class*="overlay"] div[class*="modal"] [class*='labelHelpIcon'] { display: none; }

._common_form__regionHelpIcon div[class*="selectPicker"] div label div[class*="pseudoElement"] { display: none; }

._common_form__dischargeCommonFormWrapper ._common_form__realTimeUpdate { right: 8px; }

._common_form__dischargeCommonFormWrapper ._common_form__messagesContainerToast ._common_form__active { top: 54px; right: 13px; padding: 1px; background-color: #fae7e5; border: 1px solid #ff0000; }

._common_form__dischargeCommonFormWrapper ._common_form__messagesContainerToast ._common_form__active ._common_form__message { padding: 5px; }

._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText, ._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"][class*="whiteIcon"]:before, ._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton[class*="whiteIcon"]:before { background-position: -331px -216px; opacity: .7; top: 16px; }

._common_form__dischargeForm { width: 50%; overflow: visible !important; }

._common_form__dischargeForm ._common_form__dischargeFormWrapper > ._common_form__form > ._common_form__formContainer { min-height: 50px !important; height: 390px !important; overflow-y: auto !important; }

._common_form__dischargeForm ._common_form__dischargeFormWrapper > ._common_form__form > ._common_form__formContainer ._common_form__group { padding: 5px 10px 15px 10px; }

._common_form__dischargeForm ._common_form__dischargeFormWrapper > ._common_form__form > ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__dischargeDateStyle ._common_form__calendarInput._common_form__editCalendarInput ._common_form__show { z-index: 1; right: 15px; }

._common_form__dischargeForm ._common_form__dischargeFormWrapper > ._common_form__form > ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__rowDeleteIcon ._common_form__emarSetup ._common_form__deleteIcon { top: -42px; }

._common_form__dischargeForm ._common_form__dischargeFormWrapper > ._common_form__form > ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__rowDeleteIcon ._common_form__emarSetup ._common_form__delete { top: -42px; }

._common_form__dischargeForm ._common_form__dischargeFormWrapper > ._common_form__form > ._common_form__formContainer ._common_form__searchPickerWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__searchFilter label div input:focus { margin-bottom: 2px; }

._common_form__dischargeForm ._common_form__dischargeFormWrapper._common_form__dischargeError { margin-top: 50px; }

._common_form__dischargeForm > ._common_form__header { padding: 10px 15px; background: #f1f1f1; text-align: center; color: #333; }

._common_form__dischargeForm > ._common_form__header h1 { font-weight: normal; line-height: 30px; font-size: 20px; margin: 0; }

._common_form__dischargeForm [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; overflow: hidden; box-sizing: border-box; }

._common_form__dischargeForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { color: #333; }

._common_form__dischargeForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerCloseLeft ._common_form__cancelText, ._common_form__dischargeForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__dischargeForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__dischargeForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer input:focus ~ em { left: 8px; }

._common_form__dischargeForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet { padding-top: 15px; }

._common_form__dischargeForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__searchFilter { top: 0; }

._common_form__dischargeForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__children { margin-top: -10px; }

._common_form__dischargeForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__children [class*="components__result"] th { color: #333; font-size: 14px; font-weight: normal; }

._common_form__dischargeForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__children [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; }

._common_form__dischargeForm [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100%; }

._common_form__dischargeForm [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form { height: calc(100% - 50px); }

@media (max-width: 1366px) and (orientation: landscape) { @supports (-webkit-touch-callout: none) { ._common_form__dischargeForm [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: 100% !important; } } }

@media (min-width: 767px) and (orientation: landscape) { @supports (-webkit-touch-callout: none) { ._common_form__dischargeForm [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 40px) !important; } } }

@media (min-width: 767px) and (orientation: portrait) { @supports (-webkit-touch-callout: none) { ._common_form__dischargeForm [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: 100% !important; } } }

@media (min-width: 1024px) and (orientation: portrait) { @supports (-webkit-touch-callout: none) { ._common_form__dischargeForm [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 40px) !important; } } }

._common_form__dischargeForm [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__toolbar { padding: 0px 12px 7px 20px; }

._common_form__billingClinicalFormWrapper ._common_form__formSet { width: 870px !important; }

._common_form__billingClinicalFormWrapper ._common_form__formSet > ._common_form__header { background: #f1f1f1; color: #333; }

._common_form__billingClinicalFormWrapper ._common_form__formSet > ._common_form__header h1 { color: #333; font-weight: normal; line-height: 30px; font-size: 20px; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main { height: auto; max-height: calc(100vh - 70px); overflow-y: visible !important; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow-y: visible !important; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__inlineDateTimeField, ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__utilityTimeWrapper { padding: 5px 0 !important; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__inlineDateTimeField ._common_form__label, ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__utilityTimeWrapper ._common_form__label { display: none; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__inlineDateTimeField ._common_form__calendarInput ._common_form__show, ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__utilityTimeWrapper ._common_form__calendarInput ._common_form__show { top: 30px; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__inlineDateTimeField ._common_form__calendarInput ._common_form__disabledPlaceholderSpan, ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__inlineDateTimeField ._common_form__calendarInput ._common_form__placeholderSpan { bottom: 4px; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div { overflow: visible !important; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__clinicalForm ._common_form__header h1 { display: inherit; color: #333; font-weight: bold; font-size: 18px; margin: 15px 0 5px 20px; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__clinicalHeading ._common_form__message { font-size: 16px; color: #333; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__dateTimeHeading ._common_form__message { font-weight: lighter; font-size: 16px; color: #333; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group { border: 1px solid #E4E4E4; margin: 12px 16px 0; padding: 10px; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio { padding-right: 0 !important; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio ._common_form__radioGroup { display: flex; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio ._common_form__radioGroup ._common_form__customRadio { width: 20px; height: 20px; border-radius: 50%; margin: 0; padding: 0; border: 1px solid #999; position: absolute; top: 5px; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio ._common_form__radioGroup ._common_form__customRadio:after { content: ""; width: 12px; height: 12px; border-radius: 50%; margin: 0; padding: 0; position: absolute; left: 4px; top: 4px; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio ._common_form__radioGroup label input { margin-right: 10px; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio ._common_form__radioGroup label ._common_form__label { margin-top: 2px; margin-left: 6px; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio ._common_form__radioGroup input[type="radio"]:checked ~ span { border-color: #0d8de2; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio ._common_form__radioGroup input[type="radio"]:checked ~ span:after { background: #0d8de2; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio ._common_form__radioGroup label { position: relative; bottom: 4px; }

._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio ._common_form__radioGroup label input { opacity: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio ._common_form__radioGroup ._common_form__customRadio { left: 4px !important; } }

._common_form__billingClinicalFormWrapper ._common_form__billingForm ._common_form__billingHeading ._common_form__message { font-size: 16px; color: #333; }

._common_form__billingClinicalFormWrapper ._common_form__billingForm ._common_form__body > div:last-child { float: right !important; }

._common_form__overlayResidentChart > [class*="scrollableContainer"] { overflow-y: hidden !important; overflow-x: visible; -webkit-overflow-scrolling: auto !important; }

._common_form__overlayResidentChart[class*="overlay__parentOverlay"] ._common_form__dischargeForm ._common_form__dischargeFormWrapper { overflow: visible !important; }

._common_form__overlayResidentChart ._common_form__formSet > ._common_form__header { background: #f1f1f1 !important; }

._common_form__overlayResidentChart ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__overlayResidentChart ._common_form__formSet > ._common_form__header h1 { color: #333 !important; }

._common_form__overlayResidentChart ._common_form__formSet > ._common_form__header ._common_form__cancelText { color: #666 !important; }

@media (min-width: 1025px) { @supports (-webkit-touch-callout: none) { ._common_form__overlayResidentChart ._common_form__dischargeForm ._common_form__dischargeFormWrapper ._common_form__form ._common_form__formContainer ._common_form__searchPickerWrapper [class*="common_overlay__overlay"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: 824px !important; max-height: 80vh; } } }

._common_form__overlayResidentChart ._common_form__dischargeForm ._common_form__dischargeFormWrapper ._common_form__form ._common_form__formContainer ._common_form__dischargeNCodeWrapper { padding-left: 3px !important; }

._common_form__overlayResidentChart ._common_form__dischargeForm ._common_form__dischargeFormWrapper ._common_form__form ._common_form__formContainer ._common_form__nydohCodeWrapper { line-height: 1.5; font-weight: normal !important; padding-left: 2px; }

._common_form__overlayResidentChart ._common_form__dischargeForm ._common_form__dischargeFormWrapper ._common_form__form ._common_form__formContainer ._common_form__nydohCodeWrapper ._common_form__nydohLabelWrapper { font-weight: normal !important; color: #0000ff; }

._common_form__admissionDischargeWrapper { height: auto; width: 69%; }

._common_form__admissionDischargeWrapper ._common_form__formTitle { font-size: 18px; }

._common_form__admissionDischargeWrapper ._common_form__admHistoryCheckbox { position: relative; }

._common_form__admissionDischargeWrapper ._common_form__admHistoryCheckbox > label > input { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__admissionDischargeWrapper ._common_form__admHistoryCheckbox > label > input:checked ~ ._common_form__label:before { background: #0d8de2; border: 1px solid #0d8de2; margin: 5px 0 0 5px; }

._common_form__admissionDischargeWrapper ._common_form__admHistoryCheckbox > label ._common_form__label { margin-left: 5px; }

._common_form__admissionDischargeWrapper ._common_form__admHistoryCheckbox > label ._common_form__label:before { content: ""; width: 17px; height: 17px; border-radius: 2px; margin: 5px 0 0 5px; padding: 0; border: 1px solid #999999; position: absolute; left: 0; top: 0; }

._common_form__admissionDischargeWrapper ._common_form__admHistoryCheckbox > label ._common_form__label:after { content: ""; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: 12px; top: 8px; height: 8px; width: 4px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }

._common_form__admissionDischargeWrapper ._common_form__admitExplainField { padding: 0 !important; height: 0px; }

._common_form__admissionDischargeWrapper ._common_form__admitExplainField > label { bottom: 16px !important; }

._common_form__admissionDischargeWrapper ._common_form__admitExplainField > label ._common_form__label { width: 105px !important; }

._common_form__admissionDischargeWrapper ._common_form__dischargeFormWrapper { padding-bottom: 15px; }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main { overflow: hidden !important; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: hidden !important; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__form { overflow: hidden !important; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__form ._common_form__formContainer { overflow: hidden !important; }
  ._common_form__createSetupModal > div > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div._common_form__formWrapper > div._common_form__form > div._common_form__formContainer { -webkit-overflow-scrolling: auto !important; } }

._common_form__newWrapForm { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; -ms-flex: 1; -webkit-flex: 1; flex: 1; }

._common_form__viewCommunicationOther { overflow: visible !important; font-style: normal; }

._common_form__viewCommunicationOther * { box-sizing: border-box; display: inline-block; }

._common_form__viewCommunicationOther ._common_form__header { background: transparent; width: 100%; height: 40px; }

._common_form__viewCommunicationOther ._common_form__header ._common_form__closeIcon { color: gray; cursor: pointer; position: absolute; right: 5px; top: 0; left: inherit; width: 30px; display: inline-block; vertical-align: top; }

._common_form__viewCommunicationOther ._common_form__header ._common_form__closeIcon:before { content: "\2715"; font-weight: bold; font-size: 24px; transform: none; left: inherit; }

._common_form__viewCommunicationOther ._common_form__header ._common_form__closeIcon:after { display: none; }

._common_form__viewCommunicationOther ._common_form__formWrapperComm { width: 320px !important; min-width: 320px !important; height: auto; position: relative !important; transform: none !important; top: inherit !important; left: inherit !important; }

._common_form__viewCommunicationOther ._common_form__formWrapperComm ._common_form__content { width: 100%; margin-bottom: 15px; display: block !important; }

._common_form__viewCommunicationOther ._common_form__formWrapperComm ._common_form__content a { white-space: normal; display: block !important; }

._common_form__viewCommunicationOther ._common_form__formWrapperComm ._common_form__content a[class*="popup-item"] { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 2px solid #169bd5; text-decoration: none; color: #169bd5; width: calc(100% - 40px); margin: 0 20px; text-align: center; padding: 10px; margin-bottom: 10px; font-weight: normal; font-size: 15px; /*        &:first-of-type{ background: #169bd5; color: #fff; &:hover{ background: #fff; color: #169bd5; } }*/ }

._common_form__viewCommunicationOther ._common_form__formWrapperComm ._common_form__content a[class*="popup-item"]:hover { background: #169bd5; color: #fff; }

._common_form__perfMetricHelpText [class*="rc-tooltip-inner"] { text-align: center !important; }

._common_form__interestsForm ._common_form__messagesContainerToast { padding: 1px !important; margin: 4px 0 0 0; top: 50px !important; right: 18px !important; font-size: 13px !important; }

._common_form__interestsForm ._common_form__messagesContainerToast ._common_form__active { z-index: 0; }

._common_form__allergyForm ._common_form__messagesContainerToast { padding: 1px !important; margin: 4px 0 0 0; top: 50px !important; right: 18px !important; font-size: 13px !important; }

._common_form__allergyForm ._common_form__messagesContainerToast ._common_form__active { z-index: 0; }

._common_form__allergyForm ._common_form__formSet { width: 650px !important; }

._common_form__allergyForm ._common_form__formSet > ._common_form__header h1 { font-size: 20px !important; line-height: 30px !important; }

._common_form__allergyForm ._common_form__formSet ._common_form__content ._common_form__main { overflow: visible !important; max-width: 100%; }

._common_form__allergyForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }

._common_form__allergyForm ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__formWrapper { overflow: visible !important; }

._common_form__allergyForm [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }

._common_form__allergyForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { color: #333; }

._common_form__allergyForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }

._common_form__allergyForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__cancelText { color: #666; }

._common_form__allergyForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__allergyForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 100px); }

._common_form__allergyForm [class*="components__searchPanel"] [class*="components__result"] th { color: #333; font-size: 14px; font-weight: 500; }

._common_form__allergyForm [class*="components__searchPanel"] [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; }

@media (max-width: 896px) and (orientation: landscape) { ._common_form__allergyForm [class*="components__searchPanel"]._common_form__searchPickerWithModify ._common_form__formWrapper ._common_form__form { height: 100% !important; }
  ._common_form__allergyForm [class*="components__searchPanel"]._common_form__searchPickerWithModify ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 55px) !important; } }

._common_form__allergyForm._common_form__commonAddNew ._common_form__group ._common_form__fieldContainer { padding: 5px 5px 10px 5px !important; }

._common_form__allergyForm._common_form__commonAddNew ._common_form__calendarInput._common_form__editCalendarInput > span { bottom: 9px; }

._common_form__allergyForm._common_form__disableSaveButton ._common_form__header ._common_form__headerSaveBtn { display: none; }

._common_form__allergyForm ._common_form__searchPickerWrapper div[class*="scrollableContainer"] div[class*="setupOverlay"] ._common_form__resAllergy._common_form__emarSetupDetail ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet:nth-child(2) input[type="text"] { width: 100% !important; }

@media (max-width: 896px) and (orientation: landscape) { ._common_form__allergyForm ._common_form__searchPickerWrapper div[class*="scrollableContainer"] div[class*="setupOverlay"] ._common_form__resAllergy._common_form__emarSetupDetail ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet:nth-child(3) [class*="common_form__searchPickerWrapper"] div[class*="scrollableContainer"] ._common_form__form { height: 100% !important; }
  ._common_form__allergyForm ._common_form__searchPickerWrapper div[class*="scrollableContainer"] div[class*="setupOverlay"] ._common_form__resAllergy._common_form__emarSetupDetail ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet:nth-child(3) [class*="common_form__searchPickerWrapper"] div[class*="scrollableContainer"] ._common_form__form ._common_form__formContainer { height: calc(100% - 55px) !important; } }

._common_form__noEditPermission ._common_form__formSet ._common_form__header ._common_form__headerSaveBtn { display: none !important; }

._common_form__noteForm ._common_form__messagesContainerToast { font-size: 13px !important; }

._common_form__noteForm ._common_form__messagesContainerToast ._common_form__active { z-index: 0; }

._common_form__noteForm ._common_form__formSet { width: 1000px !important; }

._common_form__noteForm ._common_form__formSet > ._common_form__header h1 { font-size: 20px; line-height: 30px; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesCheckbox { position: relative; padding: 8px 5px 5px !important; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesCheckbox > label > input { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesCheckbox > label > input:checked ~ ._common_form__label:before { background: #0d8de2; border: 1px solid #0d8de2; margin: 5px 0 0 0; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesCheckbox > label ._common_form__label { margin-left: 5px; position: relative; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesCheckbox > label ._common_form__label:before { content: ""; width: 17px; height: 17px; border-radius: 2px; margin: 5px 0 0 0; padding: 0; border: 1px solid #999; position: absolute; left: -25px; top: -1px; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesCheckbox > label ._common_form__label:after { content: ""; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: -18.5px; top: 7px; height: 8px; width: 4px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesCheckbox ._common_form__labelDisable { opacity: 0.6; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesModificationWrapper { padding: 5px 2px !important; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesCommentWrapper textarea { height: 250px !important; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesIdWrapper label input { background: white !important; opacity: 1 !important; cursor: pointer !important; border: 1px none #999; border-bottom-style: solid; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesIdWrapper._common_form__customeSBARCommunicationIdField { border: 1px none #999; border-bottom-style: solid; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__notesIdWrapper._common_form__customeSBARCommunicationIdField label a { font-size: 16px; margin: 0; border-radius: 0; background-color: transparent; appearance: none; padding: 0; color: #5298DD; }

._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__customeSBARCommunicationTypeField ._common_form__inputLike { background: #f7f7f7 !important; }

@media (min-width: 1025px) { ._common_form__noteForm div[class*="parentOverlay"] div[class*="overlay__wrapper"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: auto !important; } }

._common_form__noteForm ._common_form__notesCommentWrapper._common_form__error textarea { border-bottom: 3px dashed red !important; }

._common_form__noteForm ._common_form__previewData { padding: 5px; }

._common_form__noteForm ._common_form__previewData ._common_form__label { font-weight: bold; margin-bottom: 10px; }

._common_form__noteForm ._common_form__previewData textarea { width: 100%; }

._common_form__followUpNoteForm ._common_form__formSet { width: 650px !important; }

._common_form__followUpNoteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__followUpNotesCommentWrapper textarea { height: 130px !important; }

._common_form__followUpNoteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__followUpToggleButton ._common_form__label { font-weight: bold; }

._common_form__followUpNoteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__followUpToggleButton ._common_form__radioGroup label { padding: 0; margin-top: 10px; }

._common_form__followUpNoteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__followUpToggleButton ._common_form__radioGroup span input { position: absolute; clip: rect(0, 0, 0, 0); height: 1px; width: 1px; border: 0; overflow: hidden; }

._common_form__followUpNoteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__followUpToggleButton ._common_form__radioGroup span input:checked ~ ._common_form__label { background-color: #f2f2f2; }

._common_form__followUpNoteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__followUpToggleButton ._common_form__radioGroup span span { padding: 0; }

._common_form__followUpNoteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__followUpToggleButton ._common_form__radioGroup span ._common_form__label { background-color: #e4e4e4; font-size: 14px; margin-right: -1px; border: 1px solid rgba(0, 0, 0, 0.2); border-width: 1px; width: 148px; height: 30px; background: #fff; border-radius: 4px 0 0 4px; display: flex; align-items: center; justify-content: center; }

._common_form__followUpNoteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__followUpToggleButton ._common_form__radioGroup span ._common_form__label:hover { cursor: pointer; }

._common_form__followUpNoteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__followUpToggleButton ._common_form__radioGroup span:nth-child(2) ._common_form__label { border-radius: 0 4px 4px 0; }

._common_form__tooltip { padding: 0; }

._common_form__tooltip [class*="rc-tooltip-inner"] { text-align: center !important; min-width: 100px; margin-top: 5px; }

._common_form__commBulkLink ._common_form__viewCommunicationOther ._common_form__formWrapperComm ._common_form__header ._common_form__closeIcon { color: #666 !important; }

._common_form__editOrgContact { position: relative; padding-right: 60px; }

._common_form__editOrgContact a { vertical-align: middle; display: none; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) 0px 0px; cursor: pointer; right: 35px; position: absolute; top: -3px; width: 25px; height: 25px; }

[class*="common_table__selected"] ._common_form__editOrgContact a { display: inline-block; }

._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer select, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer select { height: 28px !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__inquiryWrapper ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer, ._common_form__detailsOuterWrapper ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer { width: 800px; max-width: 100%; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { ._common_form__newWrapForm { -ms-flex: none; }
  ._common_form__newWrapForm [class*='noteField'] textarea { height: calc(100vh - 370px) !important; }
  ._common_form__detailsOuterWrapper ._common_form__newWrapForm [class*='noteField'] textarea { height: calc(100vh - 420px) !important; }
  ._common_form__inquiryWrapper ._common_form__commonAddNew [class*='noteField'] textarea, ._common_form__detailsOuterWrapper ._common_form__commonAddNew [class*='noteField'] textarea { height: 90px !important; }
  ._common_form__demographicsFormWrapper ._common_form__inlineForm ._common_form__form ._common_form__formContainer { margin-bottom: -30px; }
  ._common_form__demographicsFormWrapper ._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__zipCode { padding-top: 4px; }
  ._common_form__demographicsFormWrapper ._common_form__inlineForm [class*="components__searchPanel"] ._common_form__form ._common_form__formContainer { margin-bottom: auto; } }

._common_form__convertToPublicBtn { background-color: #1976d2; color: white; padding: 7px 10px; border-radius: 5px; font-weight: normal !important; cursor: pointer; margin-top: 23px; display: inline-block; }

._common_form__realTimeUpdate { display: block; position: absolute; background: #fff; border: 1px solid #e14038; z-index: 10; border-radius: 3px; padding: 10px 30px 10px 60px; right: 32px; }

._common_form__realTimeUpdate p { margin: 0 !important; padding: 0; float: left; font-size: 13px; color: #000; text-align: left; }

._common_form__realTimeUpdate p a { color: #1976d2; cursor: pointer; text-decoration: underline; margin-left: 10px; font-size: 14px; }

._common_form__realTimeUpdate ._common_form__crossIcon { font-style: normal; position: absolute; right: 6px; top: 9px; width: 15px; height: 15px; text-align: center; font-size: 15px; font-family: arial; cursor: pointer; }

._common_form__realTimeUpdate ._common_form__infoIcon { position: absolute; left: 0; top: 0; bottom: 0; background: #e14038; height: 100%; width: 50px; display: flex; align-items: center; justify-content: center; }

._common_form__realTimeUpdate ._common_form__infoIcon i { border-radius: 50%; border: 1px solid #fff; height: 20px; width: 20px; text-align: center; line-height: 22px; font-style: normal; color: #fff; }

._common_form__realTimeUpdate ._common_form__realTimeAlert { background-image: url("../../6bd9099ff4ba0096/images/sprite-global.svg"); background-repeat: no-repeat; display: block; width: 20px; height: 20px; background-position: -454px -144px; }

._common_form__realTimeUpdate._common_form__realTimeAlertForInlineForm { top: 2px; right: 2px; }

._common_form__commonAddNew ._common_form__content ._common_form__realTimeUpdate { top: 4px; }

._common_form__commonAddNew ._common_form__content ._common_form__realTimeUpdate ._common_form__crossIcon { font-weight: bold; top: 45%; -ms-transform: translateY(-50%); transform: translateY(-50%); }

._common_form__commonAddNew ._common_form__content ._common_form__main._common_form__topMargin { padding-top: 30px; }

._common_form__customFields ._common_form__group { border-bottom: 1px dashed; }

._common_form__customFields ._common_form__group:last-child { border-bottom: none; }

._common_form__customFields ._common_form__fieldContainer { padding: 5px !important; }

._common_form__customFields ._common_form__actionButton { position: absolute; right: -5px; top: 2px; }

._common_form__customFields ._common_form__main ._common_form__actionButton { right: 12px; }

._common_form__customFields ._common_form__main ._common_form__section { padding: 5px; border: 1px dotted gray; margin: 5px 0; border-radius: 2px; }

._common_form__customFields ._common_form__main ._common_form__section ._common_form__field { position: relative; border: 1px solid gray; padding: 5px 15px; margin: 5px 0; border-radius: 2px; }

._common_form__customFields ._common_form__main ._common_form__section ._common_form__field input { width: 100%; }

._common_form__customFields ._common_form__main ._common_form__section ._common_form__field ._common_form__remove { position: absolute; top: 0; right: 0; height: 100%; width: 20px; background: #ddd; cursor: pointer; display: flex; align-items: center; flex-direction: row; place-content: center; }

._common_form__customFields ._common_form__main ._common_form__section ._common_form__field ._common_form__remove:hover { background: #d3d3d3; }

._common_form__customFields ._common_form__main ._common_form__section ._common_form__field ._common_form__remove span { color: red; }

._common_form__customFields ._common_form__controls { text-align: right; }

._common_form__customFields ._common_form__reorderContainer h2, ._common_form__customFields ._common_form__permissionsContainer h2 { padding-left: 10px; }

._common_form__customFields ._common_form__reorderContainer ._common_form__toolbar, ._common_form__customFields ._common_form__permissionsContainer ._common_form__toolbar { border-top: 1px solid #778899; padding: 15px 0; }

._common_form__customFields ._common_form__reorderContainer ._common_form__item, ._common_form__customFields ._common_form__permissionsContainer ._common_form__item { border-top: 1px solid #778899; padding: 10px 5px 10px 2px; border-left: 3px solid transparent; }

._common_form__customFields ._common_form__reorderContainer ._common_form__item:first-child, ._common_form__customFields ._common_form__permissionsContainer ._common_form__item:first-child { border-top: none; }

._common_form__customFields ._common_form__reorderContainer ._common_form__item._common_form__selected, ._common_form__customFields ._common_form__permissionsContainer ._common_form__item._common_form__selected { border-left-color: #169bd5; box-shadow: 0 0 2px #778899; }

._common_form__customFields ._common_form__reorderContainer ._common_form__item ._common_form__info, ._common_form__customFields ._common_form__permissionsContainer ._common_form__item ._common_form__info { display: inline-block; }

._common_form__customFields ._common_form__reorderContainer ._common_form__item ._common_form__info._common_form__icon, ._common_form__customFields ._common_form__permissionsContainer ._common_form__item ._common_form__info._common_form__icon { margin-right: 15px; }

._common_form__customFields ._common_form__reorderContainer ._common_form__item ._common_form__info ._common_form__title, ._common_form__customFields ._common_form__reorderContainer ._common_form__item ._common_form__info ._common_form__hint, ._common_form__customFields ._common_form__permissionsContainer ._common_form__item ._common_form__info ._common_form__title, ._common_form__customFields ._common_form__permissionsContainer ._common_form__item ._common_form__info ._common_form__hint { display: inline-block; width: 100%; padding-left: 10px; }

._common_form__customFields ._common_form__reorderContainer ._common_form__item ._common_form__info ._common_form__title, ._common_form__customFields ._common_form__permissionsContainer ._common_form__item ._common_form__info ._common_form__title { color: black; }

._common_form__customFields ._common_form__reorderContainer ._common_form__item ._common_form__info ._common_form__hint, ._common_form__customFields ._common_form__permissionsContainer ._common_form__item ._common_form__info ._common_form__hint { opacity: 0.7; }

._common_form__customFields ._common_form__reorderContainer ._common_form__item ._common_form__control, ._common_form__customFields ._common_form__permissionsContainer ._common_form__item ._common_form__control { display: inline-block; padding: 5px 15px; cursor: pointer; }

._common_form__customFields ._common_form__reorderContainer ._common_form__item ._common_form__control._common_form__disabled, ._common_form__customFields ._common_form__permissionsContainer ._common_form__item ._common_form__control._common_form__disabled { cursor: default; opacity: 0.7; }

._common_form__customFields ._common_form__permissionsContainer ._common_form__error { color: red; text-align: right; padding: 0 10px; }

._common_form__customFields ._common_form__permissionsContainer ._common_form__item._common_form__group { border: none; padding: 5px; }

._common_form__customFields ._common_form__permissionsContainer ._common_form__item ._common_form__control { display: inline-block; padding: 5px; border: 1px solid; border-radius: 5px; }

._common_form__customFields ._common_form__permissionsContainer ._common_form__item ._common_form__control._common_form__create { color: #2b8ced; }

._common_form__customFields ._common_form__permissionsContainer ._common_form__item ._common_form__control._common_form__remove { color: #ed241d; }

._common_form__customFields ._common_form__toolbar { padding: 10px 10px 0 10px; }

._common_form__customFields ._common_form__toolbar ._common_form__cancel, ._common_form__customFields ._common_form__toolbar ._common_form__submit, ._common_form__customFields ._common_form__toolbar ._common_form__apply, ._common_form__customFields ._common_form__toolbar ._common_form__view { display: inline-block; width: 120px; text-align: center; margin-left: 10px; text-decoration: none !important; }

@media (max-width: 1199px) { ._common_form__customFields ._common_form__toolbar ._common_form__cancel, ._common_form__customFields ._common_form__toolbar ._common_form__submit, ._common_form__customFields ._common_form__toolbar ._common_form__apply, ._common_form__customFields ._common_form__toolbar ._common_form__view { width: 98px; font-size: 14px; padding: 5px 2px; } }

._common_form__customFields ._common_form__toolbar ._common_form__submit, ._common_form__customFields ._common_form__toolbar ._common_form__apply { border-color: transparent; }

._common_form__customFields ._common_form__toolbar ._common_form__cancel { background: transparent; color: black; }

._common_form__customFields ._common_form__toolbar ._common_form__cancel:hover { background: #eeeeee; }

._common_form__customFields ._common_form__toolbar ._common_form__submit { background: #2dc771; }

._common_form__customFields ._common_form__toolbar ._common_form__submit:hover { background: #27a75f; }

._common_form__customFields ._common_form__toolbar ._common_form__view { background: #4e81bd; }

._common_form__customFields ._common_form__toolbar ._common_form__view:hover { background: #58709b; }

._common_form__customFields ._common_form__create { display: inline-block; text-align: center; text-decoration: none !important; border-color: transparent; padding: 2px 15px 5px 10px; }

._common_form__customFields ._common_form__inlineForm ._common_form__header { overflow-x: hidden; }

._common_form__customFields ._common_form__inlineForm._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__label { overflow-x: hidden; }

._common_form__customFields ._common_form__previewPage ._common_form__toolbar { padding: 0; }

._common_form__customFields ._common_form__previewPage ._common_form__toolbar ._common_form__cancel { margin-left: 0; }

._common_form__customFields ._common_form__previewPage ._common_form__newWrapForm ._common_form__formWrapper { margin: 10px 0; }

._common_form__customFields ._common_form__mobileView { display: none !important; }

._common_form__customFields ._common_form__desktopView { display: inline-block !important; }

[class*="row"]:not([class*="fullScreen"]) ._common_form__customFields ._common_form__previewPage ._common_form__toolbar { padding: 10px 10px 0 10px; }

._common_form__statusBtnGroup[class*="communications__status"] div[class*="radioGroup"] label { padding: 0 !important; }

._common_form__statusBtnGroup[class*="communications__status"] div[class*="radioGroup"] label input { opacity: 0; position: absolute; }

._common_form__statusBtnGroup[class*="communications__status"] div[class*="radioGroup"] label input + ._common_form__label { border: 1px solid #ccc; padding: 7px 18px !important; cursor: pointer; }

._common_form__statusBtnGroup[class*="communications__status"] div[class*="radioGroup"] label input:checked + ._common_form__label { background-color: #2196F3; color: #fff !important; border-color: #2196F3; }

._common_form__statusBtnGroup[class*="communications__status"] div[class*="radioGroup"] span:first-child label ._common_form__label { border-radius: 4px 0 0 4px; border-right: none; }

._common_form__statusBtnGroup[class*="communications__status"] div[class*="radioGroup"] span:last-child label ._common_form__label { border-radius: 0 4px 4px 0; border-left: none; }

._common_form__statusBtnGroup[class*="communications__status"] div[class*="radioGroup"] > ._common_form__label:first-child { float: left; padding-right: 25px !important; line-height: 26px; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] { padding: 15px 0 0 0; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm { margin: 0; padding: 10px 0; max-height: calc(100vh - 252px); overflow: auto; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__header h1 { font-size: 18px; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__header ._common_form__btnUnlock { margin: 10px; float: right; border: none; padding: 7px 10px; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__header ._common_form__btnUnlock:hover { text-decoration: none !important; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__header ._common_form__communityAccessBtn { display: inline-flex; float: right; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__header ._common_form__communityAccessBtn ._common_form__formContainer { padding: 7px 18px 0 0; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer > div:first-child > ._common_form__fieldContainer:first-child { padding: 0 !important; }

@media (max-width: 1024px) { ._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet label { font-size: 14px; } }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet label ._common_form__toggle { display: inline-block; color: #666; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__customCheckBox input { opacity: 0; }

@media (max-width: 767px) { ._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__customCheckBox input { padding-left: 0; } }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__customCheckBox label ._common_form__label { padding-left: 5px; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__customCheckBox label ._common_form__label:after { content: ''; position: absolute; top: 6px; left: 15px; height: 17px; width: 17px; border: 1px solid #999; box-sizing: border-box; border-radius: 3px; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__customCheckBox label ._common_form__label:before { content: ""; position: absolute; display: none; left: 20px; top: 8px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; z-index: 1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__customCheckBox label input:checked ~ ._common_form__label:after { background-color: #2196F3; border: 1px solid #2196F3; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__customCheckBox label input:checked ~ ._common_form__label:before { display: block; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__CSuiteWrapper label { display: inline-flex; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__CSuiteWrapper label ._common_form__label:after { top: 9px; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__CSuiteWrapper label ._common_form__label:before { top: 10px; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__CSuiteWrapper label input:checked ~ div ._common_form__label:after { background-color: #2196F3; border: 1px solid #2196F3; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__CSuiteWrapper label input:checked ~ div ._common_form__label:before { display: block; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__lockedBtnWrap { position: absolute; top: -5px; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__lockedBtnWrap ._common_form__btnUnlock { margin-left: 10px; padding: 10px 20px; border: none; background-color: #1976d2; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__lockedBtnWrap ._common_form__btnUnlock[class*="disabled"] { background: #ccc; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__lockedBtnWrap ._common_form__btnUnlock[class*="disabled"]::after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__lockedBtnWrap ._common_form__btnUnlock:hover { text-decoration: none !important; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__lockedBtnWrap ._common_form__btnUnlock._common_form__btnUnlockGrey { background-color: #ccc; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__lockedBtnWrap button { width: 100px; height: 32px; box-sizing: border-box; line-height: 1; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__updatePasswordBtn ._common_form__label { font-size: 16px; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__updatePasswordBtn ._common_form__passwordBtn { border-radius: 5px; text-decoration: none !important; margin-top: 5px; padding: 5px 8px; background: white; border: 1px solid #666666; color: #666666; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer[class*="noteField"] textarea { height: 145px !important; resize: none; }

@media only screen and (min-width: 676px) and (max-width: 1280px) { ._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__firstDateInRow ._common_form__show { right: auto; }
  ._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__hireDateTbSkinRow div[class*="gridlayout__column"]:nth-child(3) { width: 33% !important; }
  ._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__hireDateTbSkinRow div[class*="gridlayout__column"]:last-child { width: 17% !important; } }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__toolTipContainer label ._common_form__toggle span { padding-top: 0 !important; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__chooseCommunityWrap ._common_form__newHeader { background-color: #1976D2; color: #fff; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__chooseCommunityWrap ._common_form__newHeader ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="btnClose"] { color: #fff; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__chooseCommunityWrap ._common_form__newHeader ._common_form__headerCloseLeft ._common_form__cancelText { color: #fff; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__chooseCommunityWrap ._common_form__newHeader ._common_form__header h1 { color: #fff; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__chooseCommunityWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer { padding: 0; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__chooseCommunityWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group._common_form__children ._common_form__unitSearchTable { margin-top: 10px; }

._common_form__employeeSetupWrap [class*="content"] [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__chooseCommunityWrap ._common_form__formWrapper ._common_form__form ._common_form__toolbar { padding-top: 0; }

._common_form__employeeSetupWrap [class*="content"] ._common_form__toolTipContainer ._common_form__glyphicon { padding-left: 0; margin-right: 0; top: 0px; }

._common_form__employeeSetupWrap [class*="content"] ._common_form__toolTipContainer ._common_form__glyphicon:before { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -82px 0px; background-size: 448px; height: 20px; }

._common_form__employeeSetupWrap ._common_form__realTimeUpdate { right: 80px; top: 0; }

._common_form__employeeSetupWrap ._common_form__error._common_form__messagesContainerToast { min-height: 30px; box-sizing: border-box; align-items: center; }

._common_form__employeeSetupWrap ._common_form__error._common_form__messagesContainerToast ._common_form__message { font-size: 12px; }

._common_form__employeeSetupWrap ._common_form__chooseCommunityWrap ._common_form__form ._common_form__body [class*="_common_gridlayout__column"] > div ._common_form__searchFilter input { margin-bottom: 0px !important; }

._common_form__unsavedWarningAlert { padding: 10px 0 10px 0; }

._common_form__unsavedWarningAlert [class*="graphql__message"] { margin-bottom: 5px; }

._common_form__unsavedWarningAlert ._common_form__toolbar { padding: 10px; }

._common_form__unsavedWarningAlert ._common_form__toolbar a { width: 100px !important; height: 32px; padding: 0 5px; line-height: 2; box-sizing: border-box; }

._common_form__unsavedWarningAlert ._common_form__toolbar ._common_form__buttonWrapper ._common_form__cancelButton { border: none; color: white; background-color: #03a9f4; }

._common_form__unsavedWarningAlert ._common_form__toolbar ._common_form__buttonWrapper ._common_form__approveButton { border: 1px solid #999 !important; background: #fff; color: #333; }

._common_form__employeePasswordOverlay { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }

._common_form__employeePasswordOverlay [class*="wrapper"] { border: none; }

@media (min-width: 768px) { ._common_form__employeePasswordOverlay [class*="wrapper"] { width: 800px; max-width: 100%; height: auto; margin: 0 auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } }

._common_form__employeePasswordOverlay ._common_form__newHeader { background-color: #1976d2; color: #ffffff; height: 50px; margin: 0; }

._common_form__employeePasswordOverlay ._common_form__newHeader ._common_form__header h1 { font-size: 20px; }

._common_form__employeePasswordOverlay ._common_form__newHeader ._common_form__cancelText { font-size: 12px; }

._common_form__employeePasswordOverlay ._common_form__newHeader ._common_form__headerSaveBtn a { top: 8px; }

._common_form__employeePasswordOverlay ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"], ._common_form__employeePasswordOverlay ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton { color: #ffffff !important; }

._common_form__employeePasswordOverlay ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before, ._common_form__employeePasswordOverlay ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton:before { background-position: -372px -216px; opacity: 1; }

._common_form__employeePasswordOverlay ._common_form__formWrapper { display: inline-block; width: 100%; padding: 10px 0 20px 0; }

._common_form__employeePasswordOverlay ._common_form__formWrapper ._common_form__form ._common_form__passwordExpireMsg { margin: 5px; color: #333333; }

._common_form__employeePasswordOverlay ._common_form__formWrapper ._common_form__form ._common_form__passwordFieldInput { display: inline-block; float: left; width: 40%; position: relative; padding-bottom: 10px; }

._common_form__employeePasswordOverlay ._common_form__formWrapper ._common_form__form ._common_form__passwordStrengthMeasure { display: inline-block; float: right; padding: 5px; }

._common_form__employeePasswordOverlay ._common_form__formWrapper ._common_form__form ._common_form__passwordStrengthMeasure [class*="passwordStrengthMeter"] span { color: #666 !important; }

._common_form__employeePasswordOverlay ._common_form__formWrapper ._common_form__form ._common_form__passwordStrengthMeasure [class*="passwordStrengthMeter"] label { color: #666 !important; }

._common_form__employeePasswordOverlay ._common_form__formWrapper ._common_form__form ._common_form__loginNameContainer { padding-bottom: 15px; }

._common_form__employeePasswordOverlay ._common_form__formWrapper ._common_form__form ._common_form__loginNameContainer ._common_form__descriptiveLabel div:first-child { text-align: left; max-width: 90px; }

._common_form__employeePasswordOverlay ._common_form__passwordAlerts [class*="_graphql__message"] { padding: 0 10px; }

._common_form__employeePasswordOverlay ._common_form__unCheckIcon { background-image: url(../../7aae029732b59ac5/images/uncheck.png); float: left; position: absolute; background-repeat: no-repeat; width: 20px; height: 20px; }

._common_form__employeePasswordOverlay ._common_form__checkIcon { background-image: url(../../2b65b6cef175996b/images/check.png); float: left; position: absolute; background-repeat: no-repeat; width: 20px; height: 20px; }

._common_form__employeePasswordOverlay ._common_form__unsavedWarningAlert { padding: 5px; }

._common_form__employeePasswordOverlay ._common_form__unsavedWarningAlert ._common_form__toolbar a { display: inline-block !important; width: 80px !important; float: none; }

._common_form__employeePasswordOverlay ._common_form__unsavedWarningAlert ._common_form__toolbar a:last-child { border: 1px solid #169bd5; }

._common_form__employeePasswordOverlay ._common_form__notMatchError { position: absolute; top: 6px; background: #e14038; height: 18px; width: 18px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }

._common_form__employeePasswordOverlay ._common_form__notMatchError i { height: 18px; width: 18px; text-align: center; line-height: 22px; font-style: normal; color: #fff; transform: rotate(180deg); }

._common_form__employeePasswordOverlay [class*="_common_overlay__overlay"] { background: none; }

._common_form__employeePasswordOverlay [class*="_common_overlay__overlay"] ._common_form__unsavedWarningAlert ._common_form__toolbar a { width: 100px !important; height: 32px; padding: 0 5px; line-height: 2; box-sizing: border-box; }

._common_form__createSetupModal ._common_form__newHeader { background-color: #1976D2; color: #fff; }

._common_form__createSetupModal ._common_form__newHeader ._common_form__headerCloseLeft { position: absolute; left: 0; top: 0; }

._common_form__createSetupModal ._common_form__newHeader ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="btnClose"] { color: #fff; }

._common_form__createSetupModal ._common_form__newHeader ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="btnClose"]:before { background-position: -372px -216px; opacity: 1; }

._common_form__createSetupModal ._common_form__newHeader ._common_form__headerSaveBtn { position: absolute; right: 0; top: 0; }

._common_form__createSetupModal ._common_form__header { padding: 10px 0 !important; }

._common_form__createSetupModal ._common_form__header h1 { padding-top: 0px !important; color: #fff; }

._common_form__createSetupModal ._common_form__header h3 { color: #000; }

._common_form__createSetupModal ._common_form__requiredNewPasswordToggle { margin-top: 32px; }

._common_form__createSetupModal ._common_form__fieldContainer ._common_form__toggle span { color: #737373; }

._common_form__createSetupModal ._common_form__fieldContainer ._common_form__initialDisplayAlert div ._common_form__toolbar button span { padding: 0 !important; }

._common_form__createSetupModal ._common_form__fieldContainer ._common_form__initialDisplayAlert div ._common_form__toolbar button:focus { outline: none; }

._common_form__createSetupModal ._common_form__fieldContainer ._common_form__initialDisplayAlert div ._common_form__toolbar button::-moz-focus-inner { border: 0; }

._common_form__createSetupModal ._common_form__password ._common_form__passwordIcons { position: absolute; right: 0; bottom: 15px; width: 29px; height: 30px; background: #fff url(../../6bd9099ff4ba0096/images/sprite-global.svg) 0 0 no-repeat; background-size: 448px; }

._common_form__createSetupModal ._common_form__password ._common_form__passwordShowIcon { background-position: -26px 8px; }

._common_form__createSetupModal ._common_form__password ._common_form__passwordHideIcon { background-position: -53px 8px; }

._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm { padding: 0; margin: 0; box-shadow: none; }

._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__header { border-bottom: 1px solid #ccc; display: inline-block; width: 100%; }

._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__header h1 { margin: 6px 0 0 0; font-size: 18px; color: #000; padding-right: 10px; }

._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__header ._common_form__btnUnlock { float: right; border: none; padding: 8px 10px; }

._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__header ._common_form__btnUnlock:hover { text-decoration: none !important; }

._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form [class*="communityAccessWrap"] [class*="graphql__dataTable"] { padding: 0; border-bottom: 1px solid #ccc; }

._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form [class*="communityAccessWrap"] [class*="graphql__dataTable"] table tr, ._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form [class*="communityAccessWrap"] [class*="graphql__dataTable"] table tr:hover { background: #fff !important; }

._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form [class*="communityAccessWrap"] [class*="graphql__dataTable"] table tr td, ._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form [class*="communityAccessWrap"] [class*="graphql__dataTable"] table tr th, ._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form [class*="communityAccessWrap"] [class*="graphql__dataTable"] table tr:hover td, ._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form [class*="communityAccessWrap"] [class*="graphql__dataTable"] table tr:hover th { padding: 10px 3px; border-color: #ccc; }

._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__form [class*="communityAccessWrap"] [class*="communityAccessAlert"] ._common_form__toolbar a { display: inline-block !important; width: 80px !important; }

@media (max-width: 1024px) { ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper { height: 100%; box-sizing: border-box; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form { height: calc(100% - 50px); box-sizing: border-box; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 25px) !important; box-sizing: border-box; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__toolbar { font-style: normal; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__toolbar:empty { display: none; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__messagesContainer { bottom: -5px; } }

._common_form__createSetupModal [class*="scrollableContainer"] [class*="scrollableContainer"] ._common_form__newHeader { background: #f1f1f1; color: #000; }

._common_form__createSetupModal [class*="scrollableContainer"] [class*="scrollableContainer"] ._common_form__newHeader ._common_form__header { border-bottom: none !important; }

._common_form__createSetupModal [class*="scrollableContainer"] [class*="scrollableContainer"] ._common_form__newHeader ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="btnClose"]:before { color: rgba(0, 0, 0, 0.7); background-position: -331px -215px; opacity: 0.7; }

._common_form__createSetupModal [class*="scrollableContainer"] [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { padding: 0; }

._common_form__createSetupModal [class*="scrollableContainer"] [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group._common_form__children ._common_form__unitSearchTable { margin-top: 10px; }

._common_form__createSetupModal [class*="scrollableContainer"] [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__toolbar { padding-top: 0; }

._common_form__createSetupModal ._common_form__error._common_form__messagesContainer { width: 100%; z-index: 1; bottom: 5px; }

._common_form__createSetupModal ._common_form__error._common_form__messagesContainerToast { min-height: 30px; box-sizing: border-box; align-items: center; }

._common_form__createSetupModal ._common_form__error._common_form__messagesContainerToast ._common_form__message { font-size: 12px; }

._common_form__createSetupModal ._common_form__toolTipContainer ._common_form__glyphicon { top: 0px; height: 20px; }

._common_form__createSetupModal ._common_form__toolTipContainer ._common_form__glyphicon[class*="glyphicon-question-sign"]:before { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -82px -1px; background-size: 448px; }

._common_form__createSetupModal [class*="_common_overlay__prompt"] ._common_form__formWrapper[class*="_graphql__popup"] ._common_form__toolbar a { width: 100px; height: 32px; padding: 0 5px; line-height: 2; box-sizing: border-box; }

@media (hover: none), (hover: on-demand) { ._common_form__createSetupModal ._common_form__toggle ._common_form__switch ._common_form__slider { cursor: default !important; } }

._common_form__createSetupModal [class*="common_overlay__parentOverlay"] > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div._common_form__formWrapper > div._common_form__form > div._common_form__formContainer { -webkit-overflow-scrolling: auto; }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet { max-width: 1920px; width: 100%; overflow: visible; }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="symbols__times"]:before, ._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="symbols__times"]:after { content: ''; height: 25px; border-left: 2px solid #fff; position: absolute; left: 10px; top: 14px; }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="symbols__times"]:before { border: none; padding: 0; margin: 0; }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="symbols__times"]:after { transform: rotate(47deg); }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] { padding: 0; }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer input, ._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer textarea { box-sizing: border-box; }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer[class*="graphql__noteField"] { padding: 0 !important; }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer[class*="graphql__noteField"] h3 { font-weight: normal; }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer[class*="graphql__noteField"] textarea { height: 100px; }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer[class*="graphql__noteField"] [class*="graphql__linkButton"] { display: none; }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerSaveBtn._common_form__whiteBtn a { color: #fff; background: transparent; border: 1px solid #fff; padding-top: 6px; padding-bottom: 6px; right: 100px; }

._common_form__securityOverlay > div > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerSaveBtn._common_form__whiteBtn a ._common_form__saveIcon { background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -275px -489px no-repeat; background-size: 440px; width: 30px; height: 25px; position: absolute; left: 0; top: 0; }

._common_form__securityOverlay ._common_form__errorStyle { display: none; }

._common_form__typeablePicker ._common_form__typableSearchPickerLabel { position: relative; font-size: 16px; top: 8px; }

._common_form__typeablePicker ._common_form__typableSearchPickerLabel ._common_form__searchLabel { display: inline-flex; }

._common_form__typeablePicker ._common_form__typableSearchPickerLabel ._common_form__searchLabel ._common_form__label { font-size: 16px; margin: 0 0 5px 0; }

._common_form__typeablePicker ._common_form__typableSearchPickerLabel ._common_form__typeableInput { border: 1px none #999; border-bottom-style: solid; font-size: 16px; margin: 3px 0 5px 0 !important; border-radius: 0; background-color: transparent; -moz-appearance: none; -webkit-appearance: none; appearance: none; width: 100% !important; padding: 2px; }

._common_form__typeablePicker._common_form__typeableSearchInputHasError ._common_form__label { color: red !important; }

._common_form__typeablePicker._common_form__typeableSearchInputHasError input { border-bottom: 3px dashed red !important; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] { overflow: visible; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet { max-width: 1265px; width: 100% !important; overflow: visible !important; min-height: 90%; max-height: 90%; background: #fff !important; border-radius: 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet > ._common_form__newHeader { margin: 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="symbols__times"]:before, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="symbols__times"]:after { content: ''; height: 25px; position: absolute; left: 10px; top: 14px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="symbols__times"]:before { padding: 0; margin: 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet [class*="tabpanel__tabPanel"] [class*="tabpanel__header"] [class*="tabpanel__scrollableTabs"] ol li [class*="tabpanel__tabItem"] span { font-size: 14px; color: #000; padding: 20px 15px 10px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet [class*="tabpanel__tabPanel"] [class*="tabpanel__header"] [class*="tabpanel__scrollableTabs"] ol li [class*="tabpanel__tabItem"][class*="active"] span { color: #FF9900; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] { padding: 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm { margin: 0; box-shadow: none; border-radius: 0; padding: 10px 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm > ._common_form__errorToastMessage { top: 58px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__originSelectContainer span { width: 30px; height: 26px; position: absolute; top: 34px; left: 13px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__originSelectContainer [class="img_repackaging"] { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -96px -639px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__originSelectContainer [class="img_profile"] { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -158px -640px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__originSelectContainer [class="img_pharmacyfill"] { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -192px -640px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__originSelectContainer [class="img_manualentry"] { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -128px -640px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__originSelectContainer [class*="graphql__selectWrap"] { width: calc(100% - 33px); margin-left: 33px; cursor: pointer; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__originSelectContainer._common_form__disabledOriginField [class*="graphql__selectWrap"] { cursor: default; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer [class*="hiddenLabel"] { visibility: hidden; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer input, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer textarea { box-sizing: border-box; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer input:disabled, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer textarea:disabled { background: #f4f4f4; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer select:disabled { background: #f4f4f4; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer ._common_form__inputLike[class*="handlePointerEvent"] { background: #f4f4f4; opacity: 0.6; cursor: default; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer ._common_form__inputLike[class*="handlePointerEvent"] span { cursor: default; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer[class*="graphql__noteField"] { padding: 0 !important; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer[class*="graphql__noteField"] h3 { font-weight: normal; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer[class*="graphql__noteField"] textarea { height: 100px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer[class*="graphql__noteField"] [class*="graphql__linkButton"] { display: none; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__textareaWrap ._common_form__label { padding-bottom: 7px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__textareaWrap textarea { height: 120px; resize: none; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__textareaWrap textarea:disabled { opacity: .6; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__medCalender ._common_form__editCalendarInput ._common_form__show { z-index: 2; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__medHelpText ._common_form__legendCommon { top: -4px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__medHelpText._common_form__psychotropic ._common_form__toolTipContainer { width: 0px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__administrated ._common_form__label { width: auto; padding: 10px 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__radioGroupWrap ._common_form__radioGroup { display: inline-block; margin-top: 30px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__radioGroupWrap ._common_form__radioGroup div span { width: auto; margin: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__radioGroupWrap ._common_form__radioGroup div span { bottom: 0; } }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__radioGroupWrap ._common_form__radioGroup div span label { padding: 0 4px; bottom: 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__radioGroupWrap ._common_form__radioGroup [class*="disableRadio"] { opacity: .6; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup { display: inline-block; margin-top: 15px; position: relative; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup > div { position: absolute; top: -15px; pointer-events: none; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup > div [class*="legend"] { pointer-events: auto; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup > div > ._common_form__label { margin-bottom: 10px; padding: 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup > div ~ div { position: inherit; top: 0; pointer-events: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup div span { bottom: 10px; } }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup div span:first-child label { padding-left: 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup label input[type=radio]:disabled ~ ._common_form__customRadio { opacity: .6; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup label input[type=radio]:disabled ~ ._common_form__customRadio ~ ._common_form__label { opacity: .6; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__typeableSearchPicker { padding: 0 10px 10px 5px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__typeableSearchPicker ._common_form__controlSearch { bottom: 10px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__typeableSearchPicker ._common_form__medScheduleConfig { padding: 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__medicationSheet input { margin-bottom: -4px !important; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__form ._common_form__formContainer ._common_form__medicationSheet input:focus { margin-bottom: -6px !important; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__newHeader { margin: 0; height: 50px; width: 100%; box-sizing: border-box; /*              position: absolute; top: -43px;*/ }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerSaveBtn._common_form__whiteBtn a { color: #fff; background: transparent; border: 1px solid #fff; padding-top: 6px; padding-bottom: 6px; right: 100px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerSaveBtn._common_form__whiteBtn a ._common_form__saveIcon { background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -275px -489px no-repeat; background-size: 440px; width: 30px; height: 25px; position: absolute; left: 0; top: 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main { background: #fff; overflow-y: auto !important; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Med Info"] { box-shadow: none; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Rx Detail"]:not(:empty) { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Rx Detail"]:not(:empty) > ._common_form__formWrapper { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Rx Detail"]:not(:empty) > ._common_form__formWrapper > ._common_form__form { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Rx Detail"]:not(:empty) > ._common_form__formWrapper > ._common_form__form > ._common_form__formContainer { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Rx Detail"]:not(:empty) > ._common_form__formWrapper > ._common_form__form > ._common_form__formContainer ._common_form__searchPickerWrapper ._common_form__fieldContainer { pointer-events: none; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Rx Detail"]:not(:empty) > ._common_form__formWrapper > ._common_form__form > ._common_form__formContainer ._common_form__searchPickerWrapper ._common_form__fieldContainer label > div span ._common_form__toolTipContainer { pointer-events: auto; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Rx Detail"]:not(:empty) > ._common_form__formWrapper > ._common_form__form > ._common_form__formContainer ._common_form__searchPickerWrapper ._common_form__inputLike { pointer-events: auto; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main[class*="holdHistory"] { overflow-y: hidden !important; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__hl7QueueInId, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__hl7QueueInId { display: inline-block; margin-top: 25px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__hl7QueueInId ._common_form__hl7LabelStyle, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__hl7QueueInId ._common_form__hl7LabelStyle { display: inline-block; text-decoration: underline; padding-left: 5px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__hl7QueueInId ._common_form__hl7Value, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__hl7QueueInId ._common_form__hl7Value { display: inline-block; padding: 5px; background-color: #f5f5f5; width: 112px; margin-left: 25px; color: #000; user-select: none; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper { width: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper [class*="primaryMedicationBtn"], ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper [class*="primaryMedicationBtn"] { position: absolute; right: 5px; top: -32px; margin-top: 0 !important; }

@media (max-width: 767px) and (orientation: portrait) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper [class*="primaryMedicationBtn"], ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper [class*="primaryMedicationBtn"] { top: -63px; } }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer { background-color: #f4f4f4; border: 1px solid #999; font-size: 15px; height: 600px; max-height: calc(100vh - 310px); width: calc(100% - 10px); overflow-wrap: break-word; overflow: auto; margin-top: 15px; padding: 5px; border-radius: 1px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer > p, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer > p { margin: 0; white-space: pre-wrap; }

@media (max-width: 767px) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer { height: calc(100vh - 260px); } }

@media (max-width: 767px) and (orientation: landscape) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer { height: calc(100vh - 223px); } }

@media (min-width: 768px) and (max-width: 1024px) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer { height: calc(100vh - 223px); } }

@media (min-width: 1366px) { @supports (-webkit-touch-callout: none) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7MessageContainer { height: calc(100vh - 325px); } } }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing { margin-top: 15px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable { height: 160px; overflow-y: auto; border: 1px solid #ccc; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table { width: 100%; text-align: left; table-layout: fixed; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table ._common_form__thead, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table ._common_form__thead { color: #333; font-weight: bold; font-size: 16px; border-top: 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table ._common_form__td, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table ._common_form__td { padding: 10px; border-bottom: 1px solid #ccc; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table ._common_form__th, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table ._common_form__th { padding: 10px 0 10px 10px; border-bottom: 1px solid #ccc; position: -webkit-sticky; position: sticky; top: 0; z-index: 1; background-color: #fff; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table tbody ._common_form__selectedRow td, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table tbody ._common_form__selectedRow td { background-color: #f5f5f5; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table tbody tr:hover td, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table tbody tr:hover td { background-color: #f5f5f5; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table input, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table input { border: none !important; text-overflow: ellipsis; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table [class*="btnDelete"], ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table [class*="btnDelete"] { position: relative; cursor: pointer; background: transparent; border: none; height: 32px; float: right; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table [class*="btnDelete"]:before, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table [class*="btnDelete"]:after, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table [class*="btnDelete"]:before, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table [class*="btnDelete"]:after { content: ""; position: absolute; height: 20px; width: 2px; transform: rotate(45deg); background: red; top: 5px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table [class*="btnDelete"]:before, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__HL7ViewerWrapper ._common_form__hl7GridWrapper ._common_form__formWrapper ._common_form__hl7GridListing ._common_form__listingTable > table [class*="btnDelete"]:before { transform: rotate(-45deg); }

@media only screen and (max-width: 767px) and (orientation: portrait) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__hl7QueueInId, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__hl7QueueInId { width: 127px; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__hl7QueueInId ._common_form__hl7LabelStyle, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__hl7QueueInId ._common_form__hl7LabelStyle { padding-left: 0; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 Waiting Approval"] ._common_form__hl7QueueInId ._common_form__hl7Value, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="HL7 From Pharmacy"] ._common_form__hl7QueueInId ._common_form__hl7Value { margin-left: 0; margin-top: 10px; } }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Change History"]:not(:empty) { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Change History"]:not(:empty) ._common_form__formWrapper { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Change History"]:not(:empty) ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Change History"]:not(:empty) ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Change History"]:not(:empty) ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group { height: 100%; box-sizing: border-box; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Change History"]:not(:empty) ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Change History"]:not(:empty) ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Change History"]:not(:empty) ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body > div { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content > ._common_form__main [data-name="Change History"]:not(:empty) ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body > div > div { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__medicationSearchPickerWrapper ._common_form__fieldContainer[class*="components__status"] { margin-top: 3.5px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__medicationSearchPickerWrapper ._common_form__fieldContainer[class*="components__status"] select:focus { height: 28px !important; margin-bottom: 2px; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__medicationSearchPickerWrapper ._common_form__fieldContainer._common_form__classificationSearchIcon._common_form__oneLine input { height: 29px !important; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__medicationSearchPickerWrapper._common_form__classificationSearchPicker [class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div { font-style: normal; }

@media (max-width: 896px) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__medicationSearchPickerWrapper._common_form__classificationSearchPicker [class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div ._common_form__flexibleForm { height: 100%; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__medicationSearchPickerWrapper._common_form__classificationSearchPicker [class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div ._common_form__flexibleForm ._common_form__form { height: calc(100% - 50px); } }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"] ._common_form__alertFormOverlay, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"] ._common_form__commonAlert { border-radius: 0; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"][class*="overlay__parentOverlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main { -webkit-overflow-scrolling: auto; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"][class*="overlay__parentOverlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper._common_form__medScheduleConfig { height: 100%; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"][class*="overlay__parentOverlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form { height: calc(100% - 50px); }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"][class*="overlay__parentOverlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer { height: calc(100% - 100px); }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"][class*="overlay__parentOverlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__classificationSearchIcon label [class*="symbols__symbol"]:before { padding: 5px 3px 0; font-size: 18px; margin: 1px 0 0 -28px !important; }

@media (hover: none) and (pointer: coarse) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"][class*="overlay__parentOverlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group._common_form__children [class*="components__content"] table { height: auto; } }

@media (max-width: 1024px) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"][class*="overlay__parentOverlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group._common_form__children [class*="components__content"] { padding: 0; } }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"][class*="overlay__parentOverlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper._common_form__medScheduleConfig._common_form__medNDCWrapper table { width: 100% !important; }

._common_form__medicationOverlay > div[class*="common_overlay__overlay"][class*="overlay__parentOverlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper._common_form__medScheduleConfig._common_form__pharmacySearchPicker ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__searchFilter > label > div > input { pointer-events: all; }

@media (max-width: 767px) and (min-width: 415px) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] ._common_form__classificationSearchPicker._common_form__searchPickerWrapper [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__form ._common_form__formContainer { height: calc(100% - 50px) !important; } }

._common_form__medicationOverlay [class*="_common_overlay__overlay"][class*="_common_overlay__parentOverlay"] ._common_form__main { -webkit-overflow-scrolling: auto; }

._common_form__medicationOverlay [class*="_common_overlay__overlay"][class*="_common_overlay__parentOverlay"] ._common_form__main [data-name="Medication"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { overflow: hidden !important; }

._common_form__medicationOverlay ._common_form__errorStyle { display: none; }

._common_form__medicationOverlay ._common_form__medicationSource { cursor: pointer; }

._common_form__medicationOverlay ._common_form__medicationSource ._common_form__radioGroup label { position: relative; }

._common_form__medicationOverlay ._common_form__medicationSource ._common_form__radioGroup label input { z-index: 1; opacity: 0; cursor: pointer; }

._common_form__medicationOverlay ._common_form__medicationSource ._common_form__radioGroup label ._common_form__customRadio { width: 15px !important; height: 15px; border-radius: 50%; margin: 0; padding: 0 !important; border: 1px solid #1976d2; position: absolute; left: 0; }

._common_form__medicationOverlay ._common_form__medicationSource ._common_form__radioGroup label ._common_form__customRadio:after { content: ""; width: 9px; height: 9px; border-radius: 50%; margin: 0; padding: 0; position: absolute; top: 3px; left: 3px; }

._common_form__medicationOverlay ._common_form__medicationSource ._common_form__radioGroup label input[type="radio"]:checked ~ span:after { background: #1976d2; }

._common_form__medicationOverlay ._common_form__staticBanner { justify-content: center; display: flex; background: #f5f5f5; color: #000; }

._common_form__medicationOverlay ._common_form__staticBanner span { padding: 0 10px 0 10px; text-align: center; font-size: 16px; line-height: 1.9; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

._common_form__medicationOverlay ._common_form__staticBanner ._common_form__smWaitingApproval ._common_form__checkboxWrapper span { color: red; cursor: pointer; }

._common_form__medicationOverlay ._common_form__staticBanner ._common_form__smWaitingApproval ._common_form__checkboxWrapper ._common_form__checkboxContainer:before { top: 4px; background-color: #ffffff; }

._common_form__medicationOverlay ._common_form__staticBanner ._common_form__smWaitingApproval ._common_form__checkboxWrapper ._common_form__checkboxContainer:after { top: 7px; }

._common_form__medicationOverlay ._common_form__staticBanner._common_form__bannerWithCheckbox { margin-right: 175px; padding-left: 175px; }

@media (max-width: 767px) and (orientation: portrait) { ._common_form__medicationOverlay ._common_form__staticBanner._common_form__bannerWithCheckbox { margin-right: 0; padding-left: 0; }
  ._common_form__medicationOverlay ._common_form__staticBanner._common_form__bannerWithCheckbox > span { position: relative; top: 25px; } }

._common_form__medicationOverlay ._common_form__disableStyle { opacity: .7; }

._common_form__medicationOverlay ._common_form__formWrapper { padding: 0; }

._common_form__medicationOverlay ._common_form__formWrapper ._common_form__commonAlert { border-radius: 0 !important; }

._common_form__medicationOverlay ._common_form__dialogWrapper { padding: 10px 0 10px 0; width: 409px; }

@media (max-width: 415px) { ._common_form__medicationOverlay ._common_form__dialogWrapper { width: 330px; } }

@media (max-width: 320px) { ._common_form__medicationOverlay ._common_form__dialogWrapper { width: 302px; } }

._common_form__medicationOverlay ._common_form__typeablePicker ._common_form__typableSearchPickerLabel ._common_form__typeableInput { padding-right: 25px; box-sizing: border-box; }

._common_form__medicationOverlay ._common_form__typeablePicker ._common_form__typableSearchPickerLabel ._common_form__typeableInput:disabled { background: #f4f4f4 !important; opacity: .6; }

._common_form__medicationOverlay ._common_form__selectPickerWrap [class*="graphql__selectPickerOverlay"] [class*="graphql__selectPickerWrapper"] { width: 550px !important; }

@media (max-width: 767px) { ._common_form__medicationOverlay ._common_form__selectPickerWrap [class*="graphql__selectPickerOverlay"] [class*="graphql__selectPickerWrapper"] { width: 100% !important; } }

._common_form__medicationOverlay ._common_form__selectPickerWrap [class*="graphql__selectPickerOverlay"] [class*="graphql__selectPickerWrapper"] [class*="graphql__checkListBody"] { padding: 15px; box-sizing: border-box; }

._common_form__medicationOverlay ._common_form__selectPickerWrap [class*="graphql__selectPickerOverlay"] [class*="graphql__selectPickerWrapper"] [class*="graphql__checkListBody"] [class*="graphql__inputContainer"] { height: 40px !important; position: relative; }

._common_form__medicationOverlay ._common_form__selectPickerWrap [class*="graphql__selectPickerOverlay"] [class*="graphql__selectPickerWrapper"] [class*="graphql__checkListBody"] [class*="graphql__inputContainer"] input { border: 1px solid #ccc !important; border-radius: 2px !important; height: 40px !important; padding-left: 10px !important; }

._common_form__medicationOverlay ._common_form__selectPickerWrap [class*="graphql__selectPickerOverlay"] [class*="graphql__selectPickerWrapper"] [class*="graphql__checkListBody"] [class*="graphql__inputContainer"] [class*="graphql__searchIcon"] { top: 12px; right: 10px; }

._common_form__medicationOverlay ._common_form__selectPickerWrap [class*="graphql__selectPickerOverlay"] [class*="graphql__selectPickerWrapper"] [class*="graphql__checkListBody"] [class*="graphql__listContainer"] { margin-top: 10px; border: 1px solid #999; border-radius: 2px; }

._common_form__medicationOverlay ._common_form__selectPickerWrap [class*="graphql__selectPickerOverlay"] [class*="graphql__selectPickerWrapper"] [class*="graphql__checkListBody"] [class*="graphql__listContainer"] ul li { padding: 8px 10px; }

._common_form__medicationOverlay ._common_form__selectPickerWrap [class*="graphql__selectPickerOverlay"] [class*="graphql__selectPickerWrapper"] [class*="graphql__checkListBody"] ._common_form__footer { padding: 10px 0 5px 0px; }

._common_form__medicationOverlay ._common_form__selectPickerWrap._common_form__medSchedulePickerWrap [class*="graphql__selectWrapper"] [class*="graphql__selectPickerOverlay"] [class*="common_overlay__overlay"] { z-index: 99; }

._common_form__medicationOverlay._common_form__newMedicationOverlay ._common_form__formSet ._common_form__content { top: 102px; }

._common_form__medicationOverlay ._common_form__warningTab textarea { padding-left: 5px; resize: none; }

@media (min-width: 768px) { ._common_form__medicationOverlay ._common_form__warningTab textarea { height: 365px !important; } }

._common_form__medicationOverlay ._common_form__adverseEffects textarea { color: #1976d2 !important; }

._common_form__medicationOverlay ._common_form__adverseEffects [class*="pseudoElement"] { position: relative; }

._common_form__medicationOverlay ._common_form__indicatedFor, ._common_form__medicationOverlay ._common_form__prescribedBy { font-style: normal; }

._common_form__medicationOverlay ._common_form__indicatedFor ._common_form__toolTipContainer ._common_form__legendCommon, ._common_form__medicationOverlay ._common_form__prescribedBy ._common_form__toolTipContainer ._common_form__legendCommon { top: -4px; }

._common_form__medicationOverlay ._common_form__indicatedFor [class*="scrollableContainer"] ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group:first-child ._common_form__fieldSet ._common_form__body [class*="gridlayout__column"]:last-child, ._common_form__medicationOverlay ._common_form__prescribedBy [class*="scrollableContainer"] ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group:first-child ._common_form__fieldSet ._common_form__body [class*="gridlayout__column"]:last-child { padding: 0; }

._common_form__medicationOverlay ._common_form__indicatedFor [class*="scrollableContainer"] ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group:first-child ._common_form__fieldSet ._common_form__body [class*="gridlayout__column"]:last-child [class*="prnSchedule"], ._common_form__medicationOverlay ._common_form__prescribedBy [class*="scrollableContainer"] ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group:first-child ._common_form__fieldSet ._common_form__body [class*="gridlayout__column"]:last-child [class*="prnSchedule"] { margin-top: 19px !important; }

@media (max-width: 767px) and (min-width: 415px) { ._common_form__medicationOverlay ._common_form__indicatedFor [class*="scrollableContainer"] ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group:first-child ._common_form__fieldSet ._common_form__body [class*="gridlayout__column"]:last-child [class*="prnSchedule"], ._common_form__medicationOverlay ._common_form__prescribedBy [class*="scrollableContainer"] ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group:first-child ._common_form__fieldSet ._common_form__body [class*="gridlayout__column"]:last-child [class*="prnSchedule"] { margin-top: 2px !important; } }

._common_form__medicationOverlay ._common_form__indicatedFor [class*="scrollableContainer"] ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group:first-child ._common_form__fieldSet ._common_form__body [class*="gridlayout__column"]:last-child [class*="prnSchedule"] label input[type=checkbox], ._common_form__medicationOverlay ._common_form__prescribedBy [class*="scrollableContainer"] ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group:first-child ._common_form__fieldSet ._common_form__body [class*="gridlayout__column"]:last-child [class*="prnSchedule"] label input[type=checkbox] { width: auto !important; }

._common_form__medicationOverlay ._common_form__indicatedFor [class*="scrollableContainer"] ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group:first-child ._common_form__fieldSet ._common_form__body [class*="gridlayout__column"]:last-child [class*="prnSchedule"] label ._common_form__label, ._common_form__medicationOverlay ._common_form__prescribedBy [class*="scrollableContainer"] ._common_form__formWrapper._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group:first-child ._common_form__fieldSet ._common_form__body [class*="gridlayout__column"]:last-child [class*="prnSchedule"] label ._common_form__label { font-size: 14px; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper > [class*="overlay__overlay"] > [class*="scrollableContainer"] { overflow: visible; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div [class*="overlay__modal"] { -webkit-overflow-scrolling: auto; overflow: visible; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div [class*="overlay__modal"]:not(._common_form__alertFormOverlay) > ._common_form__formWrapper:not([class*="graphql__popup"]) { width: 1020px; max-width: 100%; }

@media (min-width: 1365px) { ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div [class*="overlay__modal"]:not(._common_form__alertFormOverlay) > ._common_form__formWrapper:not([class*="graphql__popup"]) { height: 550px; } }

@media (max-width: 1024px) { ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div [class*="overlay__modal"]:not(._common_form__alertFormOverlay) > ._common_form__formWrapper:not([class*="graphql__popup"]) { width: 100%; } }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div [class*="overlay__modal"]:not(._common_form__alertFormOverlay) > ._common_form__formWrapper:not([class*="graphql__popup"]) > ._common_form__form ._common_form__formContainer { max-height: 100% !important; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div [class*="overlay__modal"]:not(._common_form__alertFormOverlay) > ._common_form__formWrapper:not([class*="graphql__popup"]) > ._common_form__form ._common_form__toolbar:empty { display: none; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail [class*="primaryMedicationBtn"] [class*="bulkFilterCmp"] { margin-right: 30px; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable { width: 100%; overflow-y: auto !important; height: 400px; max-height: calc(100vh - 150px); }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table { width: 100%; max-height: 100%; height: auto; text-align: left; table-layout: fixed; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__thead { color: #333; font-weight: bold; font-size: 16px; position: relative; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__thead tr { position: relative; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__thead tr th { position: -webkit-sticky; position: sticky; top: 0; background: #fff; z-index: 99; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__tblBody { height: 100%; position: relative; overflow-y: visible !important; }

@media (max-width: 1081px) { ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__tblBody { height: 100%; } }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table tr:nth-child(n+9) td ._common_form__calendarInput ._common_form__show { bottom: 70px; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__sr { padding-left: 15px !important; padding-right: 15px !important; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__cross { padding-right: 15px !important; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__date { border-bottom: 1px solid #ccc; padding: 5px 15px 5px 0; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__date ._common_form__show { margin-top: 4px; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__td { border-bottom: 1px solid #ccc; padding: 5px 15px 5px 0; }

@media (max-width: 767px) { ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__td ._common_form__nameList [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"], ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__td ._common_form__reason [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"] { width: 100% !important; }
  ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__td ._common_form__nameList [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"] [class*="_graphql__checkListBody"], ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__td ._common_form__reason [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"] [class*="_graphql__checkListBody"] { height: calc(100% - 100px); } }

@media (max-width: 813px) and (orientation: landscape) { ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__td ._common_form__nameList [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"], ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__td ._common_form__reason [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"] { overflow-y: visible !important; }
  ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__td ._common_form__nameList [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"] [class*="_graphql__checkListBody"], ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__td ._common_form__reason [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"] [class*="_graphql__checkListBody"] { height: calc(100% - 100px); } }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__th { padding: 10px 0 10px 0; border-bottom: 1px solid #ccc; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table input { border: none !important; text-overflow: ellipsis; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table [class*="btnDelete"] { position: relative; cursor: pointer; background: transparent; border: none; width: 18px; height: 32px; float: right; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table [class*="btnDelete"]:before, ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table [class*="btnDelete"]:after { content: ""; position: absolute; height: 20px; width: 2px; transform: rotate(45deg); background: red; top: 5px; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table [class*="btnDelete"]:before { transform: rotate(-45deg); }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable._common_form__interventionTbl { overflow-x: hidden; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__calendarInput { height: 22px; width: 120px; position: relative !important; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__calendarInput ._common_form__placeholderSpan { border: none; width: 110px; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__calendarInput ._common_form__show { z-index: 1; top: auto; height: 260px; font-size: 15px; right: 0; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__calendarInput [class*="today"] { margin-right: 9px !important; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationErr ._common_form__emptyName > div > div { border: 1px dashed red; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationErr ._common_form__emptyDate ._common_form__calendarInput { padding: 5px 0 5px 0px; border: 1px dashed red; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nameList > div { width: 150px; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nameList ._common_form__label { display: none; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nameList ._common_form__inputLike { border: none !important; display: inline-table !important; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nameList [class*="crossIconSelectPicker"] { display: none; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nameList [class*="search"] { opacity: 0.45; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nameList [class*="commonAlert"] { border-radius: 0 !important; }

@media (max-width: 767px) { ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nameList [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"] { width: 100% !important; }
  ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nameList [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"] [class*="_graphql__checkListBody"] { height: calc(100% - 100px); } }

@media (max-width: 813px) and (orientation: landscape) { ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nameList [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"] { overflow-y: visible !important; }
  ._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nameList [class*="_graphql__selectPickerOverlay"] [class*="_graphql__selectPickerWrapper"] [class*="_graphql__checkListBody"] { height: calc(100% - 100px); } }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper [class*="popup"] { min-height: inherit !important; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper [class*="prompt"] { border-radius: 0 !important; }

._common_form__medicationOverlay ._common_form__nonMedInterventionWrapper [class*="addBtn"] { border: none !important; background-color: #169bd5 !important; right: -20px; }

._common_form__medicationOverlay ._common_form__rxDetailSearchPicker [class*="_common_form__toolTipContainer"] { z-index: 1; }

._common_form__medicationOverlay ._common_form__rxDetailSearchPicker [class*="_common_form__toolTipContainer"] [class*="_common_form__glyphicon "] { top: 4px; }

._common_form__medicationOverlay ._common_form__passingTime [class*="legendIcon"] { top: -9px !important; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__timeInput { padding: 6px 5px 6px 0; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__timeInput input { padding: 0 !important; margin: 0 !important; color: #666 !important; height: 20px; }

@supports not (-webkit-touch-callout: none) { ._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__blankDate ._common_form__calendarInput input { height: auto !important; } }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__reason { padding: 6px 5px 6px 0; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__reason ._common_form__label { display: none; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__reason ._common_form__inputLike { border: none; display: block; cursor: pointer; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__reason [class*="crossIconSelectPicker"] { display: none; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__reason [class*="search"] { opacity: 0.45 !important; bottom: -1px !important; right: 15px !important; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__reason [class*="commonAlert"] { border-radius: 0 !important; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__calendarInput { padding: 6px 5px 6px 0; width: 125px !important; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__calendarInput ._common_form__placeholderSpan { position: relative; float: right; bottom: 0; right: 15px; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__calendarInput input { width: 85px; height: 22px; color: #666; font-size: 15px; }

@supports (-webkit-touch-callout: none) { ._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__calendarInput input { height: 15px !important; } }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__historyTbl { overflow-y: auto !important; top: 0; height: calc(90vh - 220px) !important; max-height: calc(100vh - 150px) !important; position: static; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__historyTbl > table { width: 100%; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__historyTbl > table ._common_form__th, ._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__historyTbl > table ._common_form__thead { position: -webkit-sticky; position: sticky; top: 0; background: #FFF; z-index: 99; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__historyTbl > table ._common_form__headerDt { width: 120px; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__historyTbl > table input, ._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__historyTbl > table ._common_form__inputLike { padding-left: 0 !important; font-size: 15px !important; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__historyTbl._common_form__disable { pointer-events: none; opacity: 0.7; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__historyTbl ._common_form__show { right: auto !important; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__holdListErr ._common_form__emptyDate ._common_form__calendarInput { padding: 5px 5px 5px 0 !important; border: 1px dashed red; width: 130px !important; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__holdListErr ._common_form__emptyTime ._common_form__timeInput { padding: 5px 5px 5px 0 !important; border: 1px dashed red; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper ._common_form__holdListErr ._common_form__emptyReason ._common_form__reason { padding: 5px 5px 5px 0 !important; border: 1px dashed red; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper [class*="legendIcon"] { left: 0 !important; top: -4px !important; }

._common_form__medicationOverlay ._common_form__holdHistoryWrapper [class*="addBtn"] { background-color: #169bd5 !important; right: -5px !important; border: none !important; }

@supports (-webkit-touch-callout: none) { ._common_form__medicationOverlay [class*="_common_overlay__overlay"][class*="_common_overlay__parentOverlay"] ._common_form__main { overflow: hidden !important; }
  ._common_form__medicationOverlay [class*="_common_overlay__overlay"][class*="_common_overlay__parentOverlay"] ._common_form__main [data-name="Rx Detail"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { overflow: hidden !important; } }

._common_form__medicationOverlay ._common_form__residentNamePicker [class*="scrollableContainer"] [class*="_common_components__searchPanel"] { height: 100%; max-height: 90%; }

@media (max-width: 1024px) { ._common_form__medicationOverlay ._common_form__residentNamePicker [class*="scrollableContainer"] [class*="_common_components__searchPanel"] { max-height: 100%; } }

._common_form__medicationOverlay ._common_form__residentNamePicker [class*="scrollableContainer"] [class*="_common_components__searchPanel"] > ._common_form__formWrapper._common_form__flexibleForm { height: 100%; }

._common_form__medicationOverlay ._common_form__residentNamePicker [class*="scrollableContainer"] [class*="_common_components__searchPanel"] > ._common_form__formWrapper._common_form__flexibleForm ._common_form__form { height: calc(100% - 50px); }

._common_form__medicationOverlay ._common_form__residentNamePicker [class*="scrollableContainer"] [class*="_common_components__searchPanel"] > ._common_form__formWrapper._common_form__flexibleForm ._common_form__form > ._common_form__formContainer { height: calc(100% - 70px) !important; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet { width: 700px; height: 500px; min-height: auto; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header { background: #f1f1f1; padding: 0px; color: #A3A3A3; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header h1 { font-size: 20px; font-weight: normal; margin: 15px 10px 10px 10px; color: rgba(0, 0, 0, 0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: calc(100% - 40%); padding-right: 25px; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before { background-position: -331px -216px; opacity: .7; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { color: rgba(0, 0, 0, 0.7) !important; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content { top: 50px; bottom: 0; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main { background: #fff; overflow-y: auto !important; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div { margin: 0; box-shadow: none; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper { padding: 0; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer { overflow: visible; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__radioGroup { margin-bottom: -10px; margin-top: 10px; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__radioGroup > div { display: inline-block; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__radioGroup > div > span { margin-right: 15px; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__customCheckBox [class*="common_components__selectInput"] { width: 100%; margin: 0; border-bottom: 1px solid; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__customCheckBox [class*="common_components__selectInput"] [class*="_common_components__searchInputWrap"] { padding: 0; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer ._common_form__destroyedSignEmp { color: #1976d2; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__hideNumberArrow { /* Chrome, Safari, Edge, Opera */ /* Firefox */ }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__hideNumberArrow input[type=number]::-webkit-outer-spin-button, ._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__hideNumberArrow input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__hideNumberArrow input[type=number] { -moz-appearance: textfield !important; }

._common_form__medCountLog [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__radioGroupWrap [class*="disableRadio"] { opacity: .6; }

._common_form__companySettingWrapper { position: relative; overflow: hidden; }

._common_form__companySettingWrapper ._common_form__headerMain { right: 10px; margin: 2px 15px 0 !important; width: calc(100% - 25px); top: 57px; z-index: 1; }

@media (min-width: 1024px) { ._common_form__companySettingWrapper ._common_form__headerMain { height: 54px; } }

@media (max-width: 767px) { ._common_form__companySettingWrapper ._common_form__headerMain { height: 116px; } }

._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper { display: inline-block; width: 100%; background: #f2f2f2; padding: 0 5px; }

._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper > div { float: left; width: 50%; }

._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper [class*="_common_overlay__overlay"] { width: 100%; }

._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper [class*="_common_overlay__overlay"] [class*="popup"] > div { width: 100%; float: none; }

._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper [class*="_common_overlay__overlay"] [class*="popup"] > div ._common_form__toolbar { background: transparent !important; }

._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__form { padding-right: 0; box-sizing: border-box; float: right !important; }

._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__header { padding-left: 0; }

._common_form__companySettingWrapper ._common_form__headerMain ._common_form__registrationNumber { float: right; padding: 4px !important; }

._common_form__companySettingWrapper ._common_form__disableCard { box-shadow: none !important; background: #f2f2f2 !important; }

._common_form__companySettingWrapper ._common_form__customHeader { right: 10px; margin: 2px 15px 0 !important; width: calc(100% - 25px); top: 57px; z-index: 1; }

@media (min-width: 1024px) { ._common_form__companySettingWrapper ._common_form__customHeader { height: 54px; } }

._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper { display: inline-block; width: 100%; background: #f2f2f2; padding: 0 5px; }

._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper > div:first-child { display: none; }

._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper > div:nth-child(2) { float: left; width: 100%; }

._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper [class*="_common_overlay__overlay"] { width: 100%; }

._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper [class*="_common_overlay__overlay"] [class*="popup"] > div { width: 100%; float: none; }

._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper [class*="_common_overlay__overlay"] [class*="popup"] > div ._common_form__toolbar { background: transparent !important; }

._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper ._common_form__form { padding-right: 0; box-sizing: border-box; float: right !important; }

._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__message { color: #333; font-size: 24px; position: relative; left: -25px; }

._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper ._common_form__header { padding-left: 0; }

._common_form__companySettingWrapper ._common_form__customHeader ._common_form__registrationNumber { float: right; padding: 4px !important; }

._common_form__companySettingWrapper ._common_form__spriteLock { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -231px 0px; width: 22px; height: 22px; position: relative; left: 5px; top: 3px; display: inline-block; }

._common_form__companySettingWrapper [class*="pseudoElement"] { pointer-events: none; }

._common_form__companySettingWrapper ._common_form__registrationNumber label input { max-width: 150px; }

@media screen and (max-width: 767px) { ._common_form__companySettingWrapper ._common_form__registrationNumber label input { max-width: initial; } }

@media screen and (max-width: 768px) and (min-width: 415px) { ._common_form__companySettingWrapper ._common_form__registrationNumber { padding-top: 6px !important; } }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header { background: #f2f2f2; padding: 0; position: absolute; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header ._common_form__headerCloseLeft, ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header h1 { display: none; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header ._common_form__headerSaveBtn { z-index: 2; right: 0; position: fixed; top: 5px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content { position: relative; display: inline-block; width: 100%; top: 0; left: 0; bottom: 0; overflow: auto; overflow-x: hidden; height: calc(100vh - 115px); }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main { width: 100%; overflow: visible; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__communitySharingWrap ._common_form__formWrapper > div:first-child { display: none; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__disabled { pointer-events: all; opacity: 0.6; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main > div { border-radius: 5px; box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2); }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main > div:first-child { margin-top: 5px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main > div ._common_form__formWrapper { border-radius: 5px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__customCheckBox input { opacity: 0; height: 0px; width: 0px !important; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__customCheckBox ._common_form__checkMark { position: absolute; left: 0px; }

@media (max-width: 767px) { ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__customCheckBox ._common_form__checkMark { left: inherit; right: 19px; } }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__customCheckBox ._common_form__checkMark:after { content: ''; position: absolute; top: 0; left: 0; height: 17px; width: 17px; border: 1px solid #999; box-sizing: border-box; border-radius: 3px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__customCheckBox ._common_form__checkMark:before { content: ""; position: absolute; display: none; left: 5px; top: 2px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; z-index: 1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__customCheckBox input:checked ~ ._common_form__checkMark:after { background-color: #2196F3; border: 1px solid #2196F3; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__customCheckBox input:checked ~ ._common_form__checkMark:before { display: block; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__requireCommunicationCheckbox label > div { padding-left: 20px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__requireCommunicationCheckbox label > div [class*="legendCommon"] { padding-left: 0px; top: -4px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__requireCommunicationCheckbox label > div ._common_form__checkMark { left: 25px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__requireCommunicationCheckbox label > div ._common_form__requireCommunicationCheckMark { left: 10px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__requireCommunicationCheckbox label > div._common_form__label { margin-bottom: 10px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__requireCommunicationCheckbox label > div span._common_form__requireCommunicationCheckbox { font-weight: normal; padding-left: 8px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__requireCommunicationCheckbox._common_form__requireProspect { position: absolute; left: 120px; bottom: 10px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__requireCommunicationCheckbox._common_form__requireProspect label > div span._common_form__requireCommunicationCheckbox { left: 23px; bottom: 10px; padding-left: 0; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__requireCommunicationCheckbox._common_form__requireProspect label > div span._common_form__checkMark { left: 0px; bottom: 28px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header span ._common_form__communityLegendWrapper { top: -8px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__header ._common_form__toolTipContainer { top: -4px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer { overflow: visible; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine { display: inline-block; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine ._common_form__toggle { padding-top: 16px; color: #666; position: relative; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine ._common_form__toggle span { font-weight: normal; font-size: 16px; padding: 0 0 0 10px !important; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine ._common_form__toggle [class*='legend'] { position: absolute; right: -30px; top: -5px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine ._common_form__toggle ._common_form__toolTipContainer { top: 18px; pointer-events: all; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine._common_form__pwdMinLength label { display: flex; }

@media screen and (min-width: 415px) { ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine._common_form__pwdMinLength input { width: auto; } }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine label { width: fit-content; display: inline-block; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__reminderDismissal { padding-top: 10px; display: inline-block; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__reminderDismissal label input { height: 16px; width: 14px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__reminderDismissal label ._common_form__label { padding: 5px 10px; display: inline-block !important; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__reminderDismissal label ._common_form__checkMark { top: 15px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__reminderDismissal label ._common_form__toolTipContainer { top: 4px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__dateInput ._common_form__calendarInput { display: flex; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__dateInput ._common_form__calendarInput ._common_form__placeholderSpan { border-bottom: 1px solid #999; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__dateInput ._common_form__calendarInput ._common_form__disabledPlaceholderSpan { border-bottom: 1px solid #a9a9a9; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup { width: fit-content; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup div ._common_form__radioGroup ._common_form__label label { display: inline-block; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup div ._common_form__radioGroup ._common_form__label label span { padding: 0; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup div ._common_form__radioGroup label { position: relative; padding: 5px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup div ._common_form__radioGroup label input { z-index: 1; opacity: 0; cursor: pointer; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup div ._common_form__radioGroup label ._common_form__customRadio { width: 15px !important; height: 15px; border-radius: 50%; margin: 0; padding: 0 !important; border: 1px solid #1976d2; position: absolute; left: 5px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup div ._common_form__radioGroup label ._common_form__customRadio:after { content: ""; width: 9px; height: 9px; border-radius: 50%; margin: 0; padding: 0; position: absolute; top: 3px; left: 3px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup div ._common_form__radioGroup label input[type="radio"]:checked ~ span:after { background: #1976d2; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup._common_form__loginType { pointer-events: none; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup._common_form__loginType ._common_form__radioGroup div label { padding-left: 0; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup._common_form__loginType ._common_form__radioGroup div label * { pointer-events: all; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup._common_form__loginType ._common_form__radioGroup div label ._common_form__customRadio { left: 0px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup._common_form__loginType ._common_form__radioGroup div span:nth-child(2) label { padding-left: 30px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__companyRadioGroup._common_form__loginType ._common_form__radioGroup div span:nth-child(2) label ._common_form__customRadio { left: 30px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer label ._common_form__label, ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer div ._common_form__label { white-space: normal; position: relative; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer label [class*="spriteLock"], ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer div [class*="spriteLock"] { bottom: 2px; position: relative; top: 5px; margin: 0; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="_graphql__selectPickerWrapper"] { width: 550px !important; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="_graphql__selectPickerWrapper"] [class*="_graphql__cardHeaderBtn"] { padding: 0px 27px; height: 32px; font-size: 16px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="_graphql__selectPickerWrapper"] [class*="_graphql__cardHeaderBtn"] [class*="_graphql__btnSave"] { padding-right: 0px; padding-top: 7px; font-size: 16px; font-weight: normal; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="_graphql__selectPickerWrapper"] ._common_form__communicationTypeSetupItemsWrapper { display: flex; justify-content: space-between; padding: 10px 20px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="_graphql__selectPickerWrapper"] ._common_form__communicationTypeSetupItemsWrapper label:first-child { padding-top: 5px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="_graphql__selectPickerWrapper"] ._common_form__communicationTypeSetupItemsWrapper label:first-child input { width: auto !important; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="_graphql__selectPickerWrapper"] ._common_form__communicationTypeSetupItemsWrapper label:first-child [class*="label"] { padding-left: 5px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="_graphql__selectPickerWrapper"] ._common_form__communicationTypeSetupItemsWrapper label:first-child ._common_form__checkMark { left: 35px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__label [class*="legend"] { top: -3px; pointer-events: all; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="passwordInput"] { padding: 0; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="passwordInput"] input { padding: 4px 2px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__eldermarkAutomationCheckBox { display: inline-block; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__eldermarkAutomationCheckBox ._common_form__label { margin-left: 25px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__eldermarkAutomationCheckBox ._common_form__checkMark { left: 15px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__labelInputWrapper { display: inline-block; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__primaryCommunityHelpText [class*='legend'] { top: -3px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__labelInput { padding-top: 10px; display: flex; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__labelInput input { width: 50px; margin: 0 10px; border: none; border-bottom: 1px solid #ccc; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__labelInput ._common_form__fieldContainer { padding: 5px 10px 0 0; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__labelInput ._common_form__toolTipContainer { right: -15px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__labelInput ._common_form__label { padding: 2px 0 2px 0; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__labelInput ._common_form__toggle { padding-top: 0 !important; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__labelInput [class*="disableStyle"] { opacity: 0.6; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__label ._common_form__toolTipContainer { top: 0; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__customCheckBox input { display: none !important; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__disabled { position: relative; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__disabled ._common_form__requireCommunicationCheckbox label > div ._common_form__checkMark { left: 15px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__disabled ._common_form__requireCommunicationCheckbox._common_form__requireProspect label > div ._common_form__checkMark { left: 0px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__disabled._common_form__reminderDismissal ._common_form__checkMark { left: -10px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__disabled._common_form__eldermarkAutomationCheckBox ._common_form__checkMark { left: 5px; }

._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__disabled ._common_form__inputLike { opacity: 0.6; }

@media (max-width: 576px) { ._common_form__companySettingWrapper ._common_form__weekEndingDaySetupField { padding-top: 10px; } }

._common_form__companySettingWrapper ._common_form__weekEndingDaySetupField > span { font-weight: normal !important; color: #666; }

._common_form__companySettingWrapper ._common_form__weekEndingDaySetupField > div { padding-left: 8px !important; }

@media (max-width: 576px) { ._common_form__companySettingWrapper ._common_form__weekEndingDaySetupField > div { padding-left: 0 !important; } }

._common_form__companySettingWrapper ._common_form__weekEndingDaySetupField > div > div { min-width: 118px !important; background: #fff; }

._common_form__companySettingWrapper ._common_form__weekEndingDaySetupField > div > div > span > div { font-weight: normal !important; }

._common_form__companySettingWrapper ._common_form__weekEndingDaySetupField > div > div { max-height: none !important; }

._common_form__companySettingWrapper ._common_form__weekEndingDaySetupField > div > div > div > ul > li > span { font-weight: normal !important; color: #000 !important; }

._common_form__companySettingWrapper ._common_form__weekEndingDaySetup { height: 190px; }

@media (max-width: 576px) { ._common_form__companySettingWrapper ._common_form__weekEndingDaySetup { height: 320px; } }

._common_form__companySettingWrapper ._common_form__weekEndingDaySetup ._common_form__weekEndingDay { display: flex; align-items: center; width: 100%; }

@media (max-width: 576px) { ._common_form__companySettingWrapper ._common_form__weekEndingDaySetup ._common_form__weekEndingDay { display: block; } }

._common_form__companySettingWrapper._common_form__companyDashboardWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content { height: auto; }

._common_form__companySettingWrapper ._common_form__resetPasswordWrapper input { font-size: 16px; }

._common_form__companySettingWrapper ._common_form__communitySharingWrap ._common_form__formWrapper ._common_form__header span ._common_form__toolTipContainer { top: 3px !important; right: 10px !important; }

._common_form__companySettingWrapper ._common_form__communitySharingWrap ._common_form__formWrapper ._common_form__commonAlert { border-radius: 0; }

._common_form__companySettingWrapper ._common_form__communitySharingWrap ._common_form__formWrapper ._common_form__setupLabel ._common_form__radioGroup > div { font-size: 18px !important; font-weight: bold !important; }

._common_form__companySettingWrapper ._common_form__communitySharingWrap ._common_form__formWrapper ._common_form__setupLabel ._common_form__radioGroup > div { padding-top: 5px; }

._common_form__companySettingWrapper ._common_form__leaseExpirationWrap ._common_form__calendarInput { display: block !important; }

._common_form__companySettingWrapper ._common_form__leaseExpirationWrap ._common_form__calendarInput > span { height: auto !important; bottom: 30px !important; }

._common_form__companySettingWrapper ._common_form__leaseExpirationWrap ._common_form__calendarInput label ._common_form__label label ._common_form__spriteLock { width: 22px !important; height: 22px !important; }

._common_form__companySettingWrapper ._common_form__leaseExpirationWrap ._common_form__calendarInput label ._common_form__label label span { height: auto !important; width: auto !important; }

._common_form__companySettingWrapper ._common_form__disableInput label input { opacity: 0.5; }

._common_form__companySettingWrapper ._common_form__disableInput label [class*='lblWithLockIcon'] { opacity: 0.5; }

._common_form__companySettingWrapper ._common_form__disableInput label ._common_form__inputLike { opacity: 0.5; }

._common_form__companySettingWrapper ._common_form__disableInput label ._common_form__reminderDismissal { opacity: 0.5 !important; }

._common_form__companySettingWrapper ._common_form__disableInput ._common_form__editCalendarInput ._common_form__disabledPlaceholderSpan { opacity: 0.5; }

._common_form__companySettingWrapper ._common_form__disableToggle ._common_form__toggle { opacity: 1 !important; }

._common_form__companySettingWrapper ._common_form__disableToggle ._common_form__toggle ._common_form__switch { opacity: 0.5 !important; }

._common_form__companySettingWrapper ._common_form__disableToggle ._common_form__toggle [class*='lblWithLockIcon'] { opacity: 0.5 !important; }

@media (max-width: 414px) { ._common_form__companySettingWrapper ._common_form__disableToggle ._common_form__toggle span:first-child { display: flex !important; min-width: auto !important; } }

._common_form__companySettingWrapper ._common_form__toggleWrap ._common_form__toggle [class*='lblWithLockIcon'] { margin-left: -19px; }

._common_form__companySettingWrapper ._common_form__toggleWrap ._common_form__toggle ._common_form__toolTipContainer { right: 10px !important; }

._common_form__companySettingWrapper ._common_form__communicationWrap ._common_form__requireCommunicationCheckbox label > div:last-child { opacity: 0.5; }

@media (max-width: 414px) { ._common_form__companySettingWrapper ._common_form__communicationWrap ._common_form__requireCommunicationCheckbox [class*='labelHelpIcon'] { position: absolute; } }

._common_form__companySettingWrapper ._common_form__customInput { opacity: 0.5 !important; }

._common_form__companySettingWrapper ._common_form__displayNameWrapper ._common_form__radioGroup ._common_form__label ._common_form__spriteLock { width: 22px !important; }

._common_form__companySettingWrapper ._common_form__messagesContainerToast { display: none; }

._common_form__companySettingWrapper ._common_form__messagesContainerToast._common_form__active { display: flex; right: 16px; top: 16px; }

@media (max-width: 767px) { ._common_form__companySettingWrapper ._common_form__messagesContainerToast._common_form__active { left: auto; top: 115px; right: 15px; } }

@media (min-width: 768px) and (max-width: 1023px) { ._common_form__companySettingWrapper ._common_form__messagesContainerToast._common_form__active { top: 66px; } }

._common_form__sharingWrapper ._common_form__formWrapper ._common_form__content { height: calc(100vh - 64px) !important; }

@media (max-width: 767px) { ._common_form__sharingWrapper ._common_form__formWrapper ._common_form__content { height: calc(100% - 10px) !important; } }

._common_form__daysExpireWrap ._common_form__labelInput { opacity: 1 !important; }

._common_form__daysExpireWrap ._common_form__labelInput ._common_form__label ._common_form__toolTipContainer { top: 1px !important; left: 4px; }

@media (max-width: 414px) { ._common_form__daysExpireWrap ._common_form__labelInput ._common_form__label { display: flex !important; }
  ._common_form__daysExpireWrap ._common_form__labelInput ._common_form__label ._common_form__toolTipContainer { left: 0; } }

._common_form__disableHelpIcon label ._common_form__label label span ._common_form__toolTipContainer { opacity: 0.6; }

._common_form__reportControlWrapper ._common_form__formWrapper ._common_form__header { display: flex; flex-wrap: nowrap; align-items: center; }

._common_form__reportControlWrapper ._common_form__formWrapper ._common_form__header > span ._common_form__toolTipContainer { top: 5px !important; left: -9px; }

._common_form__reassignUtilityWrapper ._common_form__radioGroup label { position: relative; }

._common_form__reassignUtilityWrapper ._common_form__radioGroup label input { z-index: 1; opacity: 0; cursor: pointer; }

._common_form__reassignUtilityWrapper ._common_form__radioGroup label ._common_form__customRadio { width: 20px !important; height: 20px; border-radius: 50%; margin: 0; padding: 0 !important; position: absolute; border: 1px solid #999; left: 0; }

._common_form__reassignUtilityWrapper ._common_form__radioGroup label ._common_form__customRadio:before { content: ""; width: 10px; height: 10px; border-radius: 50%; margin: 0; padding: 0; position: absolute; top: 4px; left: 4px; }

._common_form__reassignUtilityWrapper ._common_form__radioGroup label input[type="radio"]:checked ~ ._common_form__customRadio { border: 1px solid #0d8de2; }

._common_form__reassignUtilityWrapper ._common_form__radioGroup label input[type="radio"]:checked ~ span:before { background: #0d8de2; }

._common_form__reassignUtilityWrapper ._common_form__radioGroup label ._common_form__label { padding-left: 4px; }

._common_form__eventCalenderFilterWrap._common_form__inRow [class*="_common_components__searchPanel"] ._common_form__form ._common_form__toolbar { height: 60px; }

._common_form__newWrapForm ._common_form__headerCommon ._common_form__header h1 { font-size: 20px; font-weight: normal; }

._common_form__newWrapForm ._common_form__codeStatus { margin: 10px 15px; border-radius: 5px; }

._common_form__newWrapForm ._common_form__codeStatus ._common_form__form ._common_form__formContainer ._common_form__group { padding: 5px 10px 10px 5px; }

._common_form__newWrapForm ._common_form__diet { margin: 10px 15px; border-radius: 5px; }

._common_form__newWrapForm ._common_form__diet ._common_form__form ._common_form__formContainer ._common_form__group { padding: 5px 10px 10px 5px; }

._common_form__newWrapForm ._common_form__diet ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__inputLike span { width: calc(100% - 60px); word-break: break-all; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

._common_form__newWrapForm ._common_form__diet ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__fieldPosition { position: relative; bottom: 9px; padding: 0; }

._common_form__newWrapForm ._common_form__evacuationStatus { margin: 10px 15px; border-radius: 5px; }

._common_form__newWrapForm ._common_form__evacuationStatus ._common_form__form ._common_form__formContainer ._common_form__group { padding: 5px 10px 10px 5px; }

._common_form__newWrapForm ._common_form__evacuationStatus ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__inputLike span { width: calc(100% - 60px); word-break: break-all; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

._common_form__newWrapForm ._common_form__evacuationStatus ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer._common_form__fieldPosition { position: relative; bottom: 9px; padding: 0; }

._common_form__newWrapForm ._common_form__advanceDirective { margin: 10px 15px; border-radius: 5px; }

._common_form__newWrapForm ._common_form__advanceDirective._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group { padding: 5px 10px 10px 5px; }

._common_form__newWrapForm ._common_form__advanceDirective._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__textArea label textarea { font-size: 16px; position: absolute; bottom: 20px; right: 15px; }

._common_form__newWrapForm ._common_form__advanceDirective._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__advTextArea label textarea { font-size: 16px; height: 60px; max-width: 33%; min-width: 33%; resize: none; border-radius: 0px; border: 1px solid #999; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__checkboxWrapper { display: flex; position: relative; top: 27px; right: 42px; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__checkboxWrapper ._common_form__checkboxContainer:before { content: ""; width: 17px; height: 17px; border-radius: 2px; margin: 0; padding: 0; border: 1px solid #CCCCCC; position: absolute; left: 0; top: 0; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__checkboxWrapper ._common_form__checkboxContainer:after { content: ""; background: transparent url(../../e51fa7827c4cd53b/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: 7px; top: 3px; height: 8px; width: 4px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); display: none; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__checkboxWrapper input[type="checkbox"] { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__checkboxWrapper input[type="checkbox"]:checked ~ ._common_form__checkboxContainer:after { display: block; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__checkboxWrapper input[type="checkbox"]:checked ~ ._common_form__checkboxContainer:before { background: #0d8de2; border: #0d8de2 1px solid; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__isNotaResidentDisabled { pointer-events: none; opacity: 0.6; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__notaResidentLable { margin-left: 30px; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body label { margin-left: 45px; font-size: 16px; color: #666; margin-bottom: 2px; font-weight: normal; padding: 4px 0 2px 0; white-space: normal; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body div div ._common_form__notaResident { position: absolute; bottom: 2px; left: 145px; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__enquireSherpaIdLabel span, ._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__pharmacyIdLabel span, ._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__realPageIdLabel span { font-weight: normal; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__pharmacyIdLabel { width: 100%; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__pharmacyIdLabel ._common_form__legendIcon { left: 10px; top: 0; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__pharmacyIdLabel span { max-width: 70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__enquireSherpaIdLabel { display: initial; align-items: center; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__enquireSherpaIdLabel ._common_form__enquireSherpaIdText { max-width: 72%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__enquireSherpaIdLabel ._common_form__glyphicon { position: relative; top: -5px; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__realPageIdLabel { display: initial; align-items: center; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__realPageIdLabel ._common_form__realPageIdText { max-width: 72%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__realPageIdLabel ._common_form__glyphicon { position: relative; top: -5px; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields input { width: 85%; }

._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body [class*="_common_components__pseudoElement"] { position: static; }

._common_form__newWrapForm ._common_form__customFieldsWrapper ._common_form__customFieldsLabel label ._common_form__label { max-width: 100%; overflow: hidden; white-space: nowrap !important; text-overflow: ellipsis; }

._common_form__checkboxCustom { right: 0; top: -84px; }

._common_form__checkboxCustom._common_form__checkboxCustomNA { padding-top: 40px !important; }

._common_form__checkboxCustom label { position: relative; display: flex; }

._common_form__checkboxCustom label ._common_form__label { padding: 0 10px !important; unicode-bidi: isolate-override; }

._common_form__checkboxCustom label ._common_form__label:before { content: ""; width: 17px; height: 17px; border-radius: 2px; margin: 0; padding: 0; border: 1px solid #CCCCCC; position: absolute; left: 0; top: 0; }

._common_form__checkboxCustom label ._common_form__label:after { content: ""; background: transparent url(../../e51fa7827c4cd53b/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: 7px; top: 3px; height: 8px; width: 4px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); display: none; }

._common_form__checkboxCustom label input[type="checkbox"] { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__checkboxCustom label input[type="checkbox"]:checked ~ ._common_form__label:after { display: block; }

._common_form__checkboxCustom label input[type="checkbox"]:checked ~ ._common_form__label:before { background: #0d8de2; border: #0d8de2 1px solid; }

._common_form__medPassExitPopup [class*='graphql__confirm'] ._common_form__popupStyle div { color: #666; }

._common_form__medPassExitPopup [class*='common_form__popupHeader'] { font-weight: normal !important; color: #333 !important; }

._common_form__medPassExitPopup ._common_form__toolbar { padding: 3px; }

._common_form__medPassExitPopup ._common_form__toolbar ._common_form__buttonWrapper ._common_form__baseBtn { width: 160px !important; max-width: 160px !important; flex: none; }

._common_form__prePourClose { padding: 10px 0 18px 0 !important; }

._common_form__prePourClose ._common_form__toolbar { padding-left: 0px; }

._common_form__prePourClose ._common_form__toolbar ._common_form__buttonWrapper ._common_form__baseBtn { width: 110px !important; max-width: 110px !important; }

._common_form__prePourClose [class*="_graphql__confirm"] { text-align: center !important; }

._common_form__popupStyle { margin: 0 0 8px 15px; }

._common_form__popupStyle ._common_form__popupHeader { margin: 0 0 5px 0; font-weight: bold; }

._common_form__mhSetTimeWrapper { width: 505px; }

._common_form__mhSetTimeWrapper ._common_form__header { border-width: 0px; left: 0px; top: 0px; width: 100%; height: 49px; background: inherit; background-color: #f1f1f1; border: none; border-radius: 0px; box-shadow: none; color: #000; display: flex; }

._common_form__mhSetTimeWrapper ._common_form__header h1 { margin: auto; padding: 0; font-weight: 500; font-size: 18px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__mhSetTimeWrapper ._common_form__header h1 { margin-top: 14px; } }

._common_form__mhSetTimeWrapper ._common_form__header ._common_form__headerSaveBtn a { font-size: 14px; font-weight: bold; }

._common_form__mhSetTimeWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: auto !important; }

._common_form__mhSetTimeWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group._common_form__children { padding: 0; }

._common_form__mhSetTimeWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group._common_form__children ._common_form__messagesContainerToast._common_form__active { right: 12px; }

._common_form__mhSetTimeWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__body._common_form__mhSetTimeFieldsWrapper { display: flex; justify-content: center; margin-left: -18px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__mhSetTimeWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__body._common_form__mhSetTimeFieldsWrapper button span[class*='increaseButton'] { background-position-x: -234px !important; } }

._common_form__mhSetTimeWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__body ._common_form__mhSetTimeMessage { text-align: center; }

._common_form__mhSetTimeWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__body ._common_form__mhSetTimeMessage ._common_form__message { font-weight: normal; font-size: 16px; }

@media (max-width: 1024px) { ._common_form__communicationDetailOverlay [class*="container"][class*="modal"] { top: 0; bottom: 0; transform: none; left: 0; right: 0; min-width: auto; }
  ._common_form__settingsOverlayOuter ._common_form__communication-objective, ._common_form__settingsOverlayOuter ._common_form__sales-stages { width: 100%; }
  ._common_form__commonAddNew ._common_form__formSet { left: inherit !important; right: inherit !important; }
  ._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { max-height: -webkit-calc(100vh - 180px); max-height: -moz-calc(100vh - 180px); max-height: -ms-calc(100vh - 180px); max-height: -o-calc(100vh - 180px); max-height: calc(100vh - 180px); overflow-y: auto !important; -webkit-overflow-scrolling: touch; }
  ._common_form__commonAddNew div[class*="quickAddSearchPicker"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; }
  ._common_form__commonAddNew div[class*="quickAddSearchPicker"] ._common_form__formWrapper._common_form__flexibleForm { height: 100%; }
  ._common_form__commonAddNew div[class*="quickAddSearchPicker"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__form { height: 100%; }
  ._common_form__commonAddNew div[class*="quickAddSearchPicker"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__formContainer { height: -webkit-calc(100% - 80px) !important; height: -moz-calc(100% - 80px) !important; height: -ms-calc(100% - 80px) !important; height: -o-calc(100% - 80px) !important; height: calc(100% - 80px) !important; }
  ._common_form__commonAddNew div[class*="quickAddSearchPicker"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__formContainer table { width: 100% !important; }
  ._common_form__commonAddNew div[class*="quickAddSearchPicker"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__formContainer ._common_form__noWrapTableData table { width: 600px !important; min-width: 100%; }
  ._common_form__commonAddNew div[class*="quickAddSearchPicker"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__toolbar [class*="pageToolbar"] { margin-top: -13px; }
  ._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet { width: 700px !important; }
  ._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet [class*="components__searchPickerWithModify"] ._common_form__formWrapper { max-height: 100%; height: 100%; }
  ._common_form__resUnitHistory ._common_form__formSet ._common_form__content ._common_form__form { height: 100%; }
  ._common_form__resUnitHistory ._common_form__formSet ._common_form__content ._common_form__form ._common_form__formContainer { height: 100%; }
  ._common_form__resUnitHistory [class*="searchPicker"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }
  ._common_form__resUnitHistory [class*="searchPicker"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 100px); }
  ._common_form__NewProspectForm div[class*="parentOverlay"] ._common_form__formSet ._common_form__main { overflow: hidden !important; }
  ._common_form__NewProspectForm div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__form { overflow: hidden !important; }
  ._common_form__NewProspectForm div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__form ._common_form__formContainer { overflow: hidden !important; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main { overflow: hidden !important; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: hidden !important; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__form { overflow: hidden !important; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__form ._common_form__formContainer { overflow: hidden !important; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__emarSetupDetail._common_form__resAllergy ._common_form__formSet ._common_form__content ._common_form__formWrapper { overflow: visible !important; } }

@media (max-width: 1024px) and (max-height: 650px) and (max-width: 767px) { ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__emarSetupDetail._common_form__resAllergy ._common_form__formSet ._common_form__content ._common_form__formWrapper { overflow: auto !important; } }

@media (max-width: 1024px) { @supports not (-webkit-touch-callout: none) { ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__medScheduleCode div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: auto !important; }
    ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__medScheduleCode div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper [class*="common_overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper { overflow: hidden !important; } }
  div[class*="detailsWrapper"] div[class*="parentOverlay"] div[class*="scrollableContainer"] { overflow: hidden !important; }
  @-moz-document url-prefix() { ._common_form__NewProspectForm ._common_form__formSet { left: 50% !important; right: inherit !important; } }
  ._common_form__detailsOuterWrapper div[class*="overlay"] div[class*="scrollableContainer"] div[class*="modal"] { /* width: 100% !important;*/ }
  ._common_form__detailsOuterWrapper div[class*="overlay"] div[class*="scrollableContainer"] div[class*="modal"]._common_form__commonAlert { width: 300px; max-width: 100% !important; }
  ._common_form__detailsOuterWrapper div[class*="overlay"] div[class*="scrollableContainer"] div[class*="modal"]._common_form__commonAlert div { max-width: 100% !important; } }

@media (max-width: 1024px) and (max-width: 767px) { ._common_form__detailsOuterWrapper div[class*="overlay"] div[class*="scrollableContainer"] div[class*="modal"]._common_form__commonAlert { width: 330px !important; } }

@media (max-width: 1024px) { ._common_form__detailsOuterWrapper ._common_form__salesStatusPopup div[class*="overlay"] ._common_form__formContainer { width: 100% !important; }
  ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__waitingListPopup, ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__salesStatusPopup, ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__unitMoveInPopup { width: 100%; box-sizing: border-box; }
  ._common_form__detailsOuterWrapper div[class*="detailsHeader"] div[class*="reservationPopup"] { width: 100%; box-sizing: border-box; }
  ._common_form__detailsOuterWrapper ._common_form__formWrapper:not(._common_form__appScrollEnhance), ._common_form__inquiryWrapper ._common_form__formWrapper:not(._common_form__appScrollEnhance), ._common_form__referralContactWrapper ._common_form__formWrapper:not(._common_form__appScrollEnhance) { height: 100% !important; }
  ._common_form__detailsOuterWrapper ._common_form__formWrapper:not(._common_form__appScrollEnhance)[class*="cardItem"], ._common_form__inquiryWrapper ._common_form__formWrapper:not(._common_form__appScrollEnhance)[class*="cardItem"], ._common_form__referralContactWrapper ._common_form__formWrapper:not(._common_form__appScrollEnhance)[class*="cardItem"] { height: inherit !important; }
  ._common_form__detailsOuterWrapper ._common_form__formWrapper ._common_form__form, ._common_form__inquiryWrapper ._common_form__formWrapper ._common_form__form, ._common_form__referralContactWrapper ._common_form__formWrapper ._common_form__form { height: calc(100% - 51px); }
  ._common_form__detailsOuterWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer, ._common_form__inquiryWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer, ._common_form__referralContactWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 24px) !important; }
  ._common_form__detailsOuterWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer [class*="components__searchPanel"]:first-child ._common_form__formWrapper ._common_form__form ._common_form__formContainer, ._common_form__inquiryWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer [class*="components__searchPanel"]:first-child ._common_form__formWrapper ._common_form__form ._common_form__formContainer, ._common_form__referralContactWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer [class*="components__searchPanel"]:first-child ._common_form__formWrapper ._common_form__form ._common_form__formContainer { padding-left: 0; padding-right: 0; }
  ._common_form__detailsOuterWrapper ._common_form__formWrapper ._common_form__form ._common_form__error._common_form__messagesContainer, ._common_form__inquiryWrapper ._common_form__formWrapper ._common_form__form ._common_form__error._common_form__messagesContainer, ._common_form__referralContactWrapper ._common_form__formWrapper ._common_form__form ._common_form__error._common_form__messagesContainer { width: 100%; bottom: 7px; }
  ._common_form__detailsOuterWrapper ._common_form__formWrapper ._common_form__form ._common_form__toolbar, ._common_form__inquiryWrapper ._common_form__formWrapper ._common_form__form ._common_form__toolbar, ._common_form__referralContactWrapper ._common_form__formWrapper ._common_form__form ._common_form__toolbar { padding: 0 15px; }
  ._common_form__detailsOuterWrapper ._common_form__formWrapper ._common_form__form ._common_form__toolbar div[class*="pageToolbar"], ._common_form__inquiryWrapper ._common_form__formWrapper ._common_form__form ._common_form__toolbar div[class*="pageToolbar"], ._common_form__referralContactWrapper ._common_form__formWrapper ._common_form__form ._common_form__toolbar div[class*="pageToolbar"] { margin-top: 0; }
  ._common_form__detailsOuterWrapper ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__formContainer, ._common_form__inquiryWrapper ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__formContainer, ._common_form__referralContactWrapper ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__formContainer { height: calc(100% - 50px) !important; }
  ._common_form__detailsOuterWrapper ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__toolbar, ._common_form__inquiryWrapper ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__toolbar, ._common_form__referralContactWrapper ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__toolbar { padding: 0 20px 0 15px; }
  ._common_form__detailsOuterWrapper ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__toolbar ._common_form__convertToResidentSearch p, ._common_form__inquiryWrapper ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__toolbar ._common_form__convertToResidentSearch p, ._common_form__referralContactWrapper ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__toolbar ._common_form__convertToResidentSearch p { bottom: -2px; width: 40%; }
  ._common_form__detailsOuterWrapper ._common_form__commonAddNew [class*="prompt"][class*="modal"] ._common_form__toolbar, ._common_form__inquiryWrapper ._common_form__commonAddNew [class*="prompt"][class*="modal"] ._common_form__toolbar, ._common_form__referralContactWrapper ._common_form__commonAddNew [class*="prompt"][class*="modal"] ._common_form__toolbar { padding: 15px; }
  ._common_form__detailsOuterWrapper ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet, ._common_form__inquiryWrapper ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet, ._common_form__referralContactWrapper ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet { height: auto !important; }
  ._common_form__detailsOuterWrapper ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet ._common_form__form, ._common_form__inquiryWrapper ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet ._common_form__form, ._common_form__referralContactWrapper ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet ._common_form__form { height: auto; }
  ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__formWrapper._common_form__formSet, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__formWrapper._common_form__formSet, ._common_form__referralContactWrapper ._common_form__commonAddNew ._common_form__formWrapper._common_form__formSet { height: auto !important; } }

@media (max-width: 1024px) and (max-width: 767px) { ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__formWrapper._common_form__formSet, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__formWrapper._common_form__formSet, ._common_form__referralContactWrapper ._common_form__commonAddNew ._common_form__formWrapper._common_form__formSet { height: 100% !important; } }

@media (max-width: 1024px) { ._common_form__detailsOuterWrapper ._common_form__formWrapper ._common_form__form ._common_form__commonAddNew ._common_form__commonAddNew ._common_form__commonAddReferral > div > div[class*="scrollableContainer"] { overflow: auto !important; }
  [class*="calendar__calendarOverlay"] [class*="components__searchPanel"] ._common_form__formWrapper { height: 100% !important; }
  [class*="calendar__calendarOverlay"] [class*="components__searchPanel"] ._common_form__formWrapper[class*="cardItem"] { height: inherit !important; }
  [class*="calendar__calendarOverlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: calc(100% - 41px); }
  [class*="calendar__calendarOverlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 24px) !important; }
  [class*="calendar__calendarOverlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__error._common_form__messagesContainer { width: 100%; bottom: 7px; }
  [class*="calendar__calendarOverlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__toolbar { padding: 0 15px; }
  [class*="calendar__calendarOverlay"] [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__toolbar div[class*="pageToolbar"] { margin-top: 0; }
  ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__depositDate ._common_form__formWrapper._common_form__wideFormWrapper { width: 100%; box-sizing: border-box; }
  ._common_form__midFormWrapper { width: 100%; box-sizing: border-box; }
  div[class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer table { height: auto; }
  ._common_form__inquiryId div[class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer table { height: auto; }
  ._common_form__pipelineSearchPicker ._common_form__formWrapper { height: 100%; }
  ._common_form__pipelineSearchPicker ._common_form__formWrapper ._common_form__form { height: calc(100% - 55px); }
  ._common_form__pipelineSearchPicker ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: 100% !important; }
  [class*="ModalOverlayWrapper"] [class*="utilities__reasignEmployeePopup"] [class*=" scrollableContaine"] { overflow: visible; }
  [class*="ModalOverlayWrapper"] [class*="utilities__reasignEmployeePopup"] [class*=" scrollableContaine"] ._common_form__formWrapper._common_form__flexibleForm { height: 100%; }
  [class*="ModalOverlayWrapper"] [class*="utilities__reasignEmployeePopup"] [class*=" scrollableContaine"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__form { height: calc(100% - 50px); }
  [class*="ModalOverlayWrapper"] [class*="utilities__reasignEmployeePopup"] [class*=" scrollableContaine"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__form > ._common_form__formContainer { height: calc(100% - 60px) !important; } }

@media (max-width: 1024px) and (max-width: 991px) { [class*="ModalOverlayWrapper"] [class*="utilities__reasignEmployeePopup"] [class*=" scrollableContaine"] ._common_form__formWrapper._common_form__flexibleForm ._common_form__form > ._common_form__formContainer { height: calc(100% - 15px) !important; } }

@media (max-width: 1024px) { ._common_form__newWrapForm ._common_form__advanceDirective._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__textArea label textarea { margin: 15px 0 0 0; position: relative; left: 2px; min-width: 70%; max-width: 70%; }
  ._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields input { width: 100%; }
  ._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__enquireSherpaIdLabel ._common_form__glyphicon { position: relative; top: -2px; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__fieldSet ._common_form__nonMedInterventionWrapper ._common_form__form ._common_form__nonMedicationDetail ._common_form__nonMedicationTable ._common_form__historyTbl { height: calc(90vh - 150px) !important; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__fieldSet ._common_form__nonMedInterventionWrapper._common_form__nonMedInterventionClass ._common_form__form ._common_form__nonMedicationDetail ._common_form__nonMedicationTable tr ._common_form__td:last-child { padding: 5px 15px 5px; }
  ._common_form__allergyForm ._common_form__messagesContainerToast { padding: 1px !important; margin: 4px 0 0 0; top: 50px !important; right: 18px !important; font-size: 13px !important; }
  ._common_form__allergyForm ._common_form__messagesContainerToast ._common_form__active { z-index: 0; }
  ._common_form__allergyForm ._common_form__formSet { width: 600px !important; }
  ._common_form__allergyForm ._common_form__formSet > ._common_form__header { padding-bottom: 15px; }
  ._common_form__allergyForm ._common_form__formSet > ._common_form__header div[class*="overlay"] span[class*="btnClose"]:before { margin-left: 6px; }
  ._common_form__allergyForm ._common_form__formSet > ._common_form__header h1 { font-size: 17px !important; padding-top: 3px !important; color: #333; line-height: 22px !important; }
  ._common_form__allergyForm ._common_form__formSet ._common_form__content ._common_form__main { overflow: visible !important; }
  ._common_form__allergyForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine ._common_form__toggle { width: 100%; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine ._common_form__toggle ._common_form__toolTipContainer { top: 18px; right: -20px; } }

@media (max-width: 1024px) and (width: 768px) { ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__helpTextPadding ._common_form__toggle [class*='legend'] { right: -14px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__helpTextPadding ._common_form__toggle ._common_form__toolTipContainer { right: -14px; } }

@media (max-width: 1024px) { ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__reminderDismissal { padding-top: 10px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__reminderDismissal label ._common_form__checkMark { top: 15px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__labelInput ._common_form__label input { width: 30px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__labelInput ._common_form__toolTipContainer { top: 2px !important; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__labelInput [class*="legend"] { top: -5px; right: 0px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer label [class*="spriteLock"], ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer div [class*="spriteLock"] { bottom: 1px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__requireCommunicationCheckbox label ._common_form__label div { white-space: nowrap; }
  ._common_form__healthMonitoringDetail ._common_form__formWrapper._common_form__formSet > ._common_form__header ._common_form__cancelText { left: 39px !important; }
  ._common_form__resDiagnosis ._common_form__formWrapper._common_form__formSet > ._common_form__header ._common_form__cancelText { left: 39px; }
  ._common_form__commonAddNew._common_form__medInfoForm ._common_form__messagesContainerToast { font-size: 12px; }
  ._common_form__commonAddNew._common_form__medInfoForm ._common_form__formSet { width: 600px !important; }
  ._common_form__commonAddNew._common_form__medInfoForm ._common_form__formSet > ._common_form__header { padding-bottom: 5px !important; background: #f1f1f1; }
  ._common_form__commonAddNew._common_form__medInfoForm ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }
  ._common_form__commonAddNew._common_form__medInfoForm ._common_form__formSet > ._common_form__header div[class*="overlay"] span[class*="btnClose"]:before { margin-left: 6px; }
  ._common_form__commonAddNew._common_form__medInfoForm ._common_form__formSet > ._common_form__header h1 { font-size: 17px !important; color: #333; line-height: 30px !important; padding-top: 0 !important; }
  ._common_form__commonAddNew._common_form__medInfoForm ._common_form__formSet > ._common_form__header ._common_form__cancelText { color: #666 !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet ._common_form__header { height: 35px; }
  ._common_form__medProfForm [class*="components__searchPanel"] ._common_form__messagesContainerToast { height: 28px !important; top: 50px !important; }
  ._common_form__medProfForm [class*="components__searchPanel"] ._common_form__messagesContainerToast ._common_form__message { color: red; display: inherit; padding: 0px 5px 0px 10px !important; line-height: 11px !important; width: calc(100% - 30px) !important; font-size: 12px; text-align: left; }
  ._common_form__medProfForm [class*="components__searchPanel"] ._common_form__messagesContainerToast ._common_form__message ._common_form__crossIcon { position: absolute; cursor: pointer; font-size: 20px !important; top: 2px; right: 5px; }
  ._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }
  ._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { color: #333; }
  ._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { top: 8px !important; color: #333 !important; }
  ._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] ._common_form__cancelText { color: #666666; }
  ._common_form__medProfForm ._common_form__formWrapper._common_form__formSet { width: 600px !important; }
  ._common_form__medProfForm ._common_form__formWrapper._common_form__formSet > ._common_form__header { padding-bottom: 5px !important; background: #f1f1f1; }
  ._common_form__medProfForm ._common_form__formWrapper._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }
  ._common_form__medProfForm ._common_form__formWrapper._common_form__formSet > ._common_form__header div[class*="overlay"] span[class*="btnClose"]:before { margin-left: 6px; }
  ._common_form__medProfForm ._common_form__formWrapper._common_form__formSet > ._common_form__header h1 { font-size: 17px !important; color: #333; line-height: 30px !important; padding-top: 0 !important; }
  ._common_form__medProfForm ._common_form__formWrapper._common_form__formSet > ._common_form__header ._common_form__cancelText { color: #666 !important; }
  ._common_form__pharmacyWrapper [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }
  ._common_form__pharmacyWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { color: #333; }
  ._common_form__pharmacyWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { top: 8px !important; color: #333 !important; }
  ._common_form__pharmacyWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header ._common_form__cancelText { color: #666 !important; }
  ._common_form__pharmacyWrapper [class*="components__searchPanel"] ._common_form__messagesContainerToast { height: 28px !important; }
  ._common_form__pharmacyWrapper [class*="components__searchPanel"] ._common_form__messagesContainerToast ._common_form__message { color: red; display: inherit; padding: 4px 5px 2px 10px !important; line-height: 11px !important; width: calc(100% - 30px) !important; font-size: 12px; text-align: left; }
  ._common_form__pharmacyWrapper [class*="components__searchPanel"] ._common_form__messagesContainerToast ._common_form__message ._common_form__crossIcon { position: absolute; cursor: pointer; font-size: 20px !important; top: 2px; right: 5px; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact div[class*="parentOverlay"] ._common_form__formWrapper ._common_form__content ._common_form__main { overflow: visible !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact div[class*="parentOverlay"] ._common_form__formWrapper ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__salutationField [class*="_graphql__selectPickerOverlay"] > [class*="_common_overlay__overlay"], ._common_form__contactsFormWrapper ._common_form__addPersonalContact div[class*="parentOverlay"] ._common_form__formWrapper ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__relationshipField [class*="_graphql__selectPickerOverlay"] > [class*="_common_overlay__overlay"] { display: block; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper { height: 100%; overflow: hidden; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper > ._common_form__header { background: #f1f1f1; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper > ._common_form__header div[class*="overlay"] span[class*="btnClose"]:before { margin-left: 6px; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper > ._common_form__header h1 { font-size: 17px !important; color: #333; line-height: 30px !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper > ._common_form__header ._common_form__cancelText { color: #666 !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper > ._common_form__content { top: 45px; overflow: hidden; background-color: #fff; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper > ._common_form__content ._common_form__main { height: 100%; max-height: calc(100vh - 70px); }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper > ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__salutationField [class*="_graphql__selectPickerOverlay"] > [class*="_common_overlay__overlay"], ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper > ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__relationshipField [class*="_graphql__selectPickerOverlay"] > [class*="_common_overlay__overlay"] { display: none; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper > ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer div[class*="_common_form__group"]:last-child { position: static !important; width: initial !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks div:first-child { padding: 0 0 8px 5px !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper header { background: #f1f1f1; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper header ._common_form__headerCloseLeft span[class*="btnClose"] { top: 8px !important; color: #333 !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper header div[class*="overlay"] span[class*="btnClose"]:before { margin-left: 6px; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper header h1 { font-size: 17px !important; padding-top: 3px !important; color: #666; line-height: 22px !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper ._common_form__content ._common_form__main { overflow: auto !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }
  ._common_form__dischargeForm { width: 65% !important; left: inherit !important; right: inherit !important; top: inherit !important; bottom: inherit !important; overflow: visible !important; }
  ._common_form__dischargeForm > ._common_form__header h1 { padding-top: 0; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet { width: 700px !important; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__header h1 { padding-top: 0 !important; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper { overflow-y: visible !important; max-height: 100% !important; }
  ._common_form__admissionDischargeWrapper { width: 90% !important; }
  ._common_form__enquireSherpaIdLabel ._common_form__glyphicon, ._common_form__realPageIdLabel ._common_form__glyphicon { position: relative; top: 0px !important; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet { min-height: 100%; max-height: 100%; max-width: 100%; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet [class*="gridlayout__column"] { padding-left: 5px; padding-right: 5px; } }

._common_form__demographicsFormWrapper ._common_form__form ._common_form__group { padding-bottom: 0px !important; }

._common_form__demographicsFormWrapper [class*="searchPicker"] ._common_form__form ._common_form__group { padding-bottom: 5px !important; }

._common_form__vitalSelectPicker ._common_form__radioGroup label { padding: 16px 0 !important; }

._common_form__vitalSelectPicker ._common_form__radioGroup label ._common_form__customRadio { width: 15px !important; height: 15px; border-radius: 50%; margin-left: 15px; padding: 0 !important; border: 1px solid #999; position: absolute; left: 0; }

._common_form__vitalSelectPicker ._common_form__radioGroup label ._common_form__customRadio:after { content: ""; width: 9px; height: 9px; border-radius: 50%; margin: 0; padding: 0; position: absolute; top: 3px; left: 3px; }

._common_form__vitalSelectPicker ._common_form__radioGroup label input[type="radio"]:checked ~ span:after { background: #1976d2; }

._common_form__vitalSelectPicker ._common_form__radioGroup label input[type="radio"]:checked ~ span { border-color: #1976d2; }

._common_form__vitalSelectPicker ._common_form__radioGroup label input[type="radio"] { width: auto !important; margin: 4px 8px 2px 0px !important; z-index: 1; opacity: 0; cursor: pointer; }

@media (max-width: 991px) { ._common_form__detailsOuterWrapper [class*="graphql__content"] ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm ._common_form__moveInDateRow ._common_form__calendarInput ._common_form__show { top: auto !important; bottom: 70px !important; }
  ._common_form__inquiryWrapper [class*="graphql__content"] ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm[class*="salesInquiry"] ._common_form__moveInDateRow ._common_form__calendarInput ._common_form__show { top: auto !important; bottom: 70px !important; } }

@media (max-width: 737px) and (orientation: landscape) { [class*="demographicsImgWrapper"] { width: 40% !important; }
  ._common_form__medicationOverlay ._common_form__staticBanner ._common_form__smWaitingApproval ._common_form__checkboxWrapper ._common_form__checkboxCustom { width: 10px !important; }
  ._common_form__checkboxCustom { width: 60% !important; } }

@media (max-width: 1024px) and (min-width: 768px) { /*ipad*/
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail [class*='primaryMedicationBtn'] [class*='bulkFilterCmp'] [class*='bulkButton'] [class*='addNewBulkIcon'] { padding: 0 10px; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__nonMedInterventionWrapper._common_form__holdHistoryWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail [class*='primaryMedicationBtn'] [class*='bulkFilterCmp'] { margin-right: -2px; }
  ._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__formSet ._common_form__body div ._common_form__addressLabel, ._common_form__companySettingWrapper._common_form__communityInfoWrap ._common_form__formSet ._common_form__body div ._common_form__addressLabel { display: table-cell; width: max-content; }
  ._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__imageUpload ._common_form__uploadImage ._common_form__uploadImgContainer, ._common_form__companySettingWrapper._common_form__communityInfoWrap ._common_form__imageUpload ._common_form__uploadImage ._common_form__uploadImgContainer { width: max-content; }
  ._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__imageUpload ._common_form__uploadImage ._common_form__suggestionsText, ._common_form__companySettingWrapper._common_form__communityInfoWrap ._common_form__imageUpload ._common_form__uploadImage ._common_form__suggestionsText { width: max-content; }
  ._common_form__communitySettingWrapper ._common_form__registrationWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer label, ._common_form__companySettingWrapper ._common_form__registrationWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer label { word-wrap: break-word; white-space: -moz-pre-wrap; white-space: pre-wrap; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child, ._common_form__companySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child { display: inline-block; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__calendarInput, ._common_form__companySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__calendarInput { display: flex; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__calendarInput ._common_form__placeholderSpan, ._common_form__companySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__calendarInput ._common_form__placeholderSpan { margin-left: 0; max-width: 100px; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroBilling ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body [class*='column'], ._common_form__companySettingWrapper._common_form__AROptionWrap ._common_form__retroBilling ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body [class*='column'] { width: 100% !important; }
  ._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__customCheckBox ._common_form__label label ._common_form__spriteLock, ._common_form__companySettingWrapper._common_form__marketingWrapper ._common_form__customCheckBox ._common_form__label label ._common_form__spriteLock { left: 2px; width: 16px; }
  ._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__customCheckBox ._common_form__label label ._common_form__toolTipContainer, ._common_form__companySettingWrapper._common_form__marketingWrapper ._common_form__customCheckBox ._common_form__label label ._common_form__toolTipContainer { width: 5px; }
  ._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__customCheckBox ._common_form__label label ._common_form__toolTipContainer ._common_form__legendCommon, ._common_form__companySettingWrapper._common_form__marketingWrapper ._common_form__customCheckBox ._common_form__label label ._common_form__toolTipContainer ._common_form__legendCommon { left: 2px !important; }
  ._common_form__mhSetTimeOverlayClass [class*="_overlay__wrapper"] [class*="_overlay__container"][class*="_overlay__modal"] { width: 505px; margin: auto !important; left: inherit; right: inherit; top: inherit !important; bottom: inherit !important; }
  ._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__checkboxWrapper { top: 31px; } }

@media (max-width: 1120px) and (min-width: 768px) { ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper > div:first-child, ._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper > div:first-child { width: auto !important; }
  ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper > div:last-child, ._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper > div:last-child { width: auto !important; padding-top: 4px !important; } }

@media (max-width: 1120px) and (min-width: 768px) and (max-width: 1023px) { ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper > div:last-child, ._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper > div:last-child { padding-top: 8px !important; } }

@media (max-width: 1366px) and (min-width: 1024px) { ._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__addressLabel { display: table-cell; width: 100%; }
  ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__headerMain ._common_form__formWrapper ._common_form__form { padding-right: 0; width: auto; float: right !important; }
  ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper > div { width: 50%; }
  ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__form ._common_form__formContainer { padding: 0; float: left; width: 100% !important; }
  ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group { padding: 10px !important; }
  ._common_form__communitySettingWrapper ._common_form__registrationWrap._common_form__typeWrap { background: red !important; }
  ._common_form__communitySettingWrapper ._common_form__registrationWrap ._common_form__communityLegendWrapperMain { top: 1px; } }

._common_form__quickAddSearch { width: auto; }

settingsPanelOverlay ._common_form__inlineForm ._common_form__inputLike, ._common_form__commonAddNew ._common_form__inputLike { height: 27px !important; }

._common_form__validateBulkPopup ._common_form__formWrapper ._common_form__toolbar a { height: 32px; line-height: 32px; box-sizing: border-box; min-width: 100px; padding: 0px 5px; }

._common_form__bulkCommunicationPicker [class*="_common_components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { width: 900px !important; max-width: 100% !important; }

._common_form__bulkCommunicationPicker [class*="_common_components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__searchFilter input { margin-bottom: 0 !important; }

@media (max-width: 1023px) { ._common_form__bulkCommunicationPicker [class*="_common_components__searchPanel"] ._common_form__flexibleForm { height: 100%; box-sizing: border-box; }
  ._common_form__bulkCommunicationPicker [class*="_common_components__searchPanel"] ._common_form__flexibleForm ._common_form__form { height: calc(100% - 50px); }
  ._common_form__bulkCommunicationPicker [class*="_common_components__searchPanel"] ._common_form__flexibleForm ._common_form__form ._common_form__formContainer { height: 100% !important; width: 100% !important; box-sizing: border-box; }
  ._common_form__bulkCommunicationPicker [class*="_common_components__searchPanel"] ._common_form__flexibleForm ._common_form__form ._common_form__toolbar { display: none !important; } }

._common_form__commonBulkCommunication [class*="_common_overlay__overlay"] { z-index: 998 !important; }

._common_form__recordSummaryOverlay { z-index: 999 !important; }

._common_form__bulkCommunicationPickerWrapper [class*="_graphql__popup"] ._common_form__toolbar a { display: inline-block; height: 32px; padding: 0 5px; width: 100px; box-sizing: border-box; line-height: 2; }

._common_form__bulkCommunicationPickerWrapper ._common_form__commonAddNew ._common_form__commonBulkCommunication ._common_form__formWrapper ._common_form__error input[type="radio"] { border-bottom: none !important; }

._common_form__bulkCommunicationPickerWrapper ._common_form__recordTypeSelector ._common_form__form ._common_form__fieldContainer select:focus { outline: none; }

._common_form__bulkCommunicationPickerWrapper ._common_form__recordTypeSelector ._common_form__form ._common_form__fieldContainer select::-ms-value { background-color: white; color: #000; }

._common_form__bulkCommunicationPickerWrapper ._common_form__recordTypeSelector ._common_form__form ._common_form__fieldContainer select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }

._common_form__bulkCommNotificationAlertWrapper [class*="utilities__successAlertPopup"] { width: 350px !important; }

._common_form__bulkCommNotificationAlertWrapper ._common_form__notificationAlertOverlay { text-align: center; color: #666666; font-size: 16px; padding: 20px; }

._common_form__bulkCommNotificationAlertWrapper ._common_form__notificationAlertOverlay ._common_form__title { font-weight: bold; color: #666666; }

._common_form__bulkCommNotificationAlertWrapper ._common_form__notificationAlertOverlay ._common_form__message { display: block; margin-top: 10px; font-size: 15px; }

._common_form__bulkCommNotificationAlertWrapper ._common_form__notificationAlertOverlay ._common_form__button { display: inline-block; background-color: #03A9F4; color: #ffffff; margin-top: 20px; width: 100px; line-height: 32px; height: 32px; border-radius: 3px; cursor: pointer; }

._common_form__bulkCommunicationDetail ._common_form__formWrapper ._common_form__toolbar a { height: 32px; line-height: 32px; box-sizing: border-box; min-width: 100px; padding: 0px 5px; border-radius: 4px; }

._common_form__bulkCommunicationDetail ._common_form__formWrapper ._common_form__alertFormOverlay ._common_form__commonAlert ._common_form__formWrapper { width: 340px; }

._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet { width: 465px !important; max-width: 100%; }

._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__header { background: #f1f1f1; }

._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__header h1 { font-size: 21px; color: #333; }

._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft span { color: #333 !important; }

._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft span:before { background-position: -331px -216px; opacity: .7; }

._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__header ._common_form__headerSaveBtn a { right: 7px; top: 6px; }

._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main { padding-bottom: 10px; }

._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form { padding: 10px; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper { width: 800px; max-width: 100%; height: 100%; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__newHeader { background: #1976d2; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__newHeader ._common_form__header h1 { color: white; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__newHeader ._common_form__headerCloseLeft span { color: white !important; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__newHeader ._common_form__headerCloseLeft [class*="close"]:before { background-position: -374px -216px; opacity: 1; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__newHeader ._common_form__headerSaveBtn a { right: 13px; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__newHeader ._common_form__processingHeader a { padding: 7px 12px; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__form { height: 100%; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__form ._common_form__formContainer { overflow-y: visible !important; height: 100%; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__disabled { opacity: 0.6; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__disabled ._common_form__calendarInput ._common_form__disabledPlaceholderSpan { border-bottom: 1px solid #a9a9a9; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__searchPickerAddNewWrap ._common_form__newHeader { background: #f1f1f1; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__searchPickerAddNewWrap ._common_form__newHeader ._common_form__header h1 { color: rgba(0, 0, 0, 0.7); }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__searchPickerAddNewWrap ._common_form__newHeader ._common_form__headerCloseLeft span { color: rgba(0, 0, 0, 0.7) !important; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__searchPickerAddNewWrap ._common_form__form ._common_form__formContainer table { min-width: 650px; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__searchPickerAddNewWrap ._common_form__form ._common_form__formContainer ._common_form__fieldContainer._common_form__categoryFilter [class*="_graphql__selectWrap"] { height: 30px !important; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__searchPickerAddNewWrap ._common_form__form ._common_form__salesReferralSearchInput input { height: auto; margin-bottom: 2px !important; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__searchPickerAddNewWrap ._common_form__form ._common_form__salesReferralSearchInput input:focus { margin-bottom: 2px !important; }

._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__searchPickerAddNewWrap ._common_form__form ._common_form__salesReferralSearchInput label span:before { bottom: 12px !important; }

._common_form__lostBulkProspectWrap { width: 680px !important; max-width: 96vw; display: inline-block; }

._common_form__lostBulkProspectWrap ._common_form__message { font-size: 15px; }

._common_form__lostBulkProspectWrap ._common_form__message em { color: #333; font-style: normal; }

._common_form__lostBulkProspectWrap [class*="table__table"] { margin: 0 20px; overflow: auto; height: 158px; border: 1px solid #ccc; }

._common_form__lostBulkProspectWrap [class*="table__table"] table { overflow: auto; table-layout: fixed; }

._common_form__lostBulkProspectWrap [class*="table__table"] table tr th, ._common_form__lostBulkProspectWrap [class*="table__table"] table tr td { text-align: left !important; padding: 10px; box-sizing: border-box; }

._common_form__lostBulkProspectWrap [class*="table__table"] table tr th:first-child, ._common_form__lostBulkProspectWrap [class*="table__table"] table tr td:first-child { width: 170px; }

._common_form__lostBulkProspectWrap [class*="table__table"] table tr th:nth-child(2), ._common_form__lostBulkProspectWrap [class*="table__table"] table tr td:nth-child(2) { width: 170px; }

._common_form__lostBulkProspectWrap [class*="table__table"] table tr th { color: #000; position: -webkit-sticky; position: sticky; top: 0; z-index: 1; background-color: #f7f7f7; }

._common_form__lostBulkProspectWrap ._common_form__lostReason { text-decoration: underline; color: #ff0000; }

._common_form__lostBulkProspectWrap ._common_form__baseBtn { vertical-align: bottom; }

._common_form__lostBulkProspectWrap ._common_form__toolbar { height: 30px; }

._common_form__medFormOverlay ._common_form__formSet ._common_form__content, ._common_form__sbarContainer ._common_form__formSet ._common_form__content { top: 130px; bottom: 0; }

@media (max-width: 767px) and (orientation: portrait) { ._common_form__medFormOverlay ._common_form__formSet ._common_form__content._common_form__customContentClassName, ._common_form__sbarContainer ._common_form__formSet ._common_form__content._common_form__customContentClassName { top: 160px; } }

._common_form__medFormOverlay ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__fieldContainer._common_form__oxygenMeasurementInput, ._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__fieldContainer._common_form__oxygenMeasurementInput { position: relative; right: 165px; bottom: 10px; }

._common_form__medFormOverlay ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__fieldContainer._common_form__oxygenMeasurementLabel, ._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__fieldContainer._common_form__oxygenMeasurementLabel { position: relative; right: 180px; bottom: 5px; }

._common_form__medFormOverlay ._common_form__formSet ._common_form__content ._common_form__main > div, ._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main > div { margin: 0; box-shadow: none; }

._common_form__medFormOverlay ._common_form__formSet ._common_form__content ._common_form__main div:nth-child(4) ._common_form__formWrapper ._common_form__formContainer, ._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main div:nth-child(4) ._common_form__formWrapper ._common_form__formContainer { overflow: visible; }

._common_form__medFormOverlay ._common_form__formSet ._common_form__tabPanelHeader, ._common_form__sbarContainer ._common_form__formSet ._common_form__tabPanelHeader { background: white; border-bottom: 1px solid #ccc; position: relative; color: #1f1f1f; }

._common_form__medFormOverlay ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel, ._common_form__sbarContainer ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel { height: 50px; position: relative; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); white-space: nowrap; overflow: hidden; overflow-y: hidden; }

._common_form__medFormOverlay ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab, ._common_form__sbarContainer ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab { overflow: auto; position: relative; max-width: 100%; }

._common_form__medFormOverlay ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab ol, ._common_form__sbarContainer ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab ol { list-style-type: none; margin: 0 0 0 0; padding: 0; width: 100%; display: inline-block; }

._common_form__medFormOverlay ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab ol li, ._common_form__sbarContainer ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab ol li { display: inline-block; margin: 0 0 0 0; cursor: pointer; background-color: transparent; position: relative; }

._common_form__medFormOverlay ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab ol li span, ._common_form__sbarContainer ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab ol li span { font-size: 14px; color: #000; padding: 20px 5px 10px; text-align: center; display: inline-block; border-bottom: 3px solid transparent; float: left; }

._common_form__medFormOverlay ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab ol li span._common_form__active, ._common_form__sbarContainer ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab ol li span._common_form__active { color: #FF9900; border-bottom: 3px solid #FF9900; }

._common_form__medFormOverlay ._common_form__formSet [class*="notificationIconWrap"] [class*="notificationPopup"], ._common_form__sbarContainer ._common_form__formSet [class*="notificationIconWrap"] [class*="notificationPopup"] { top: 1px; left: 90%; }

._common_form__medFormOverlay ._common_form__formSet [class*="notificationIconWrap"] [class*="notificationPopup"] p, ._common_form__sbarContainer ._common_form__formSet [class*="notificationIconWrap"] [class*="notificationPopup"] p { text-align: center; }

._common_form__medFormOverlay > [class*="overlay__overlay"] > [class*="scrollableContainer"], ._common_form__sbarContainer > [class*="overlay__overlay"] > [class*="scrollableContainer"] { overflow: visible; }

._common_form__medFormOverlay > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header, ._common_form__sbarContainer > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header { background: #f1f1f1; color: #000; }

._common_form__medFormOverlay > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header h1, ._common_form__sbarContainer > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header h1 { color: #333; font-size: 20px; padding-top: 3px !important; font-weight: normal; }

._common_form__medFormOverlay > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"], ._common_form__medFormOverlay > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText, ._common_form__sbarContainer > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"], ._common_form__sbarContainer > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { color: rgba(0, 0, 0, 0.7) !important; }

._common_form__medFormOverlay > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before, ._common_form__medFormOverlay > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:after, ._common_form__medFormOverlay > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText:before, ._common_form__medFormOverlay > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText:after, ._common_form__sbarContainer > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before, ._common_form__sbarContainer > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:after, ._common_form__sbarContainer > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText:before, ._common_form__sbarContainer > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText:after { background-position: -331px -216px; opacity: .7; }

._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { max-height: calc(100vh - 180px) !important; }

[class*="settingsPanelOverlay"] [class*="settingsPanelContent"] { height: calc(100% - 54px) !important; }

[class*="settingsPanelOverlay"] [class*="settingsPanelContent"][class*="noMenuContentClass"] { top: 7px; height: calc(100% - 7px) !important; }

[class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__communitySettingWrapper, [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__companySettingWrapper { height: 100%; }

[class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper, [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper { height: 100%; overflow: visible; }

[class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content, [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content { height: calc(100%  - 70px) !important; }

@media (max-width: 767px) { [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content, [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content { height: calc(100%  - 80px) !important; } }

@media (max-width: 1023px) { [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content { height: calc(100%  - 120px) !important; } }

@media (min-width: 1023px) { [class*="settingsPanelOverlay"] [class*="settingsPanelContent"][class*="dashboardLoading"] [class*="components__loadingWrapper"] { right: 0; } }

[class*="residentOverlay"] [class*="companyContent"] { height: calc(100% - 54px) !important; }

[class*="residentOverlay"] [class*="companyContent"] ._common_form__companySettingWrapper { height: 100%; }

[class*="residentOverlay"] [class*="companyContent"] ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper { height: 100%; overflow: visible; }

[class*="residentOverlay"] [class*="companyContent"] ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content { height: calc(100%  - 70px) !important; }

._common_form__sbarDiagnosisWrapper div[class*="overlay__overlay"] div[class*="overlay__wrapper"] div[class*="overlay__modal"] { width: 100% !important; }

/* start scss for modify setup  */
._common_form__searchPickerWithModify ._common_form__formWrapper { max-height: 100%; }

._common_form__searchPickerWithModify ._common_form__formWrapper ._common_form__form { height: 100%; }

._common_form__searchPickerWithModify ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 130px); }

._common_form__searchPickerWithModify ._common_form__formWrapper ._common_form__form ._common_form__toolbar { padding: 3px 10px 15px 10px; }

/*@media (max-height: 700px)  { [class*="searchPickerWithModify"] { .form { .formContainer { .group { max-height: 400px !important; } } } } }*/
@media (max-width: 1100px) and (min-width: 1025px) { ._common_form__searchPickerWithModify { width: 95%; } }

@media (max-width: 896px) { ._common_form__interestsForm._common_form__emarSetupDetail._common_form__medInfoCommon._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }
  ._common_form__searchPickerWithModify ._common_form__flexibleForm._common_form__formWrapper ._common_form__form { height: calc(100% - 50px) !important; } }

@media only screen and (max-width: 896px) and (width: 712px) { ._common_form__searchPickerWithModify ._common_form__flexibleForm._common_form__formWrapper ._common_form__form { height: calc(100% - 15px) !important; } }

@media (max-width: 896px) { ._common_form__searchPickerWithModify ._common_form__flexibleForm._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: 100% !important; }
  ._common_form__searchPickerWithModify ._common_form__flexibleForm._common_form__formWrapper ._common_form__form ._common_form__formContainer [class*="_common_form__children"] [class*="_common_components__content"] { max-height: calc(100% - 55px); }
  ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__prescribeByConfig, ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__pharmacyListConfig { height: 100%; }
  ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__prescribeByConfig ._common_form__newHeader, ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__pharmacyListConfig ._common_form__newHeader { top: 0 !important; z-index: 1; }
  ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__prescribeByConfig ._common_form__form, ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__pharmacyListConfig ._common_form__form { height: calc(100% - 50px) !important; } }

@media only screen and (max-width: 896px) and (width: 712px) { ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__prescribeByConfig ._common_form__form, ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__pharmacyListConfig ._common_form__form { height: calc(100% - 15px) !important; } }

@media (max-width: 896px) { ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__prescribeByConfig ._common_form__form ._common_form__formContainer, ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__pharmacyListConfig ._common_form__form ._common_form__formContainer { height: 100% !important; }
  ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__prescribeByConfig ._common_form__form ._common_form__formContainer [class*="_common_form__children"] [class*="_common_components__content"], ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__pharmacyListConfig ._common_form__form ._common_form__formContainer [class*="_common_form__children"] [class*="_common_components__content"] { max-height: calc(100% - 55px); }
  ._common_form__medicationOverlay ._common_form__residentNamePicker ._common_form__form { height: calc(100vh - 50px) !important; } }

@media only screen and (max-width: 896px) and (width: 712px) { ._common_form__medicationOverlay ._common_form__residentNamePicker ._common_form__form { height: calc(100% - 15px) !important; } }

@media (max-width: 896px) { ._common_form__medicationOverlay ._common_form__residentNamePicker ._common_form__form ._common_form__formContainer { height: 100% !important; }
  ._common_form__medicationOverlay ._common_form__residentNamePicker ._common_form__form ._common_form__formContainer ._common_form__children [class*="_common_components__content"] { max-height: calc(100% - 55px); padding: 5px 0; }
  ._common_form__medicationOverlay ._common_form__residentNamePicker ._common_form__form ._common_form__formContainer ._common_form__children [class*="_common_table__pageToolbar"] { margin-left: 0; width: 100%; }
  ._common_form__medicationOverlay ._common_form__residentNamePicker ._common_form__form ._common_form__formContainer ._common_form__children [class*="_common_table__pageToolbar"] [class*="_common_table__page"] { margin-right: 3px; }
  /*below css is used to enable pointer events in details screens.*/
  ._common_form__emarSetupDetail label input { pointer-events: auto; }
  ._common_form__medProfForm div[class*="parentOverlay"] div[class*="overlay__wrapper"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: visible !important; }
  ._common_form__medProfForm div[class*="parentOverlay"] div[class*="overlay__wrapper"] div[class*="medProfessionalListingWrap"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: auto !important; }
  ._common_form__sudoDate { width: 46px; position: absolute; left: unset !important; top: 0px; right: -9px; top: -50px !important; }
  ._common_form__checkboxCustomNA { padding-top: unset !important; }
  ._common_form__immunization ._common_form__declinedField { position: absolute; right: 108px; margin-top: 10px; }
  ._common_form__immunization ._common_form__deleteField { position: absolute; top: -86px; right: 0px; margin-top: 8px; } }

/* not our class */
._common_form__searchFooter ._common_form__formWrapper ._common_form__toolbar { display: flex !important; }

/*  end scss for moidfy setup  */
@media (min-width: 768px) { ._common_form__bulkCommunicationPickerWrapper ._common_form__recordTypeSelector ._common_form__formWrapper { min-width: 400px; }
  ._common_form__commonAddNew._common_form__resDiagnosis ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__formContainer ._common_form__children table tr th:first-child { word-break: break-all; width: 54%; }
  ._common_form__commonAddNew._common_form__resDiagnosis ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__formContainer ._common_form__children table tr td:first-child { width: 55%; } }

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) { ._common_form__funeralHomeWrapper ._common_form__contact ._common_form__contactField label input { margin-top: 1px; } }

@media (min-width: 768px) { ._common_form__reAdmitResident [class*="components__searchPanel"] [class*="components__result"] th:first-child { width: 25%; }
  ._common_form__reAdmitResident [class*="components__searchPanel"] [class*="components__result"] td:first-child { width: 25%; }
  ._common_form__unitTypeInactiveField { position: relative; right: 180px; top: 45px; }
  ._common_form__unitTypeInactiveField label:nth-child(1) { width: 50px; position: absolute; right: 0px; }
  ._common_form__unitTypeInactiveField label:nth-child(2) { margin-left: -1px !important; } }

@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) { ._common_form__dischargeForm > ._common_form__header [class*="btnClose"] { top: 8px !important; } }

@media only screen and (min-width: 768px) and (orientation: landscape) { ._common_form__dischargeForm > ._common_form__header [class*="btnClose"] { top: 0px !important; } }

@media (max-width: 767px), (max-width: 900px) and (max-height: 414px) { ._common_form__reAdmitResident ._common_form__reAdmitDate [class*="overlay"] [class*="wrapper"] div ._common_form__formWrapper ._common_form__form ._common_form__formContainer table { width: auto !important; }
  ._common_form__reAdmitResident [class*="overlay"] [class*="wrapper"] div [class*="searchPanel"] { overflow-y: hidden; }
  ._common_form__reAdmitResident [class*="overlay"] [class*="wrapper"] div [class*="searchPanel"] [class*="filter"] { height: 100%; }
  ._common_form__reAdmitResident [class*="overlay"] [class*="wrapper"] div ._common_form__formWrapper ._common_form__form { height: 100%; }
  ._common_form__reAdmitResident [class*="overlay"] [class*="wrapper"] div ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 55px) !important; }
  ._common_form__reAdmitResident [class*="overlay"] [class*="wrapper"] div ._common_form__formWrapper ._common_form__form ._common_form__formContainer table { width: 100% !important; }
  ._common_form__commonAddNew div[class*="scrollableContainer"] { overflow: hidden; }
  ._common_form__commonAddNew ._common_form__formSet { width: 100% !important; min-width: 100% !important; max-height: 100%; height: 100% !important; }
  ._common_form__commonAddNew ._common_form__formSet ._common_form__header h1 { font-size: 17px; padding-top: 4px; }
  ._common_form__commonAddNew ._common_form__formSet ._common_form__content { height: calc(100% - 46px); }
  ._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main > div { height: -webkit-calc(100% - 0px); height: -moz-calc(100% - 0px); height: -ms-calc(100% - 0px); height: -o-calc(100% - 0px); height: calc(100% - 0px); overflow: hidden; }
  ._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { height: 100%; max-height: 100%; }
  ._common_form__commonAddNew ._common_form__commonAddReferralSource ._common_form__formSet { max-height: 584px; }
  ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__header ._common_form__headerSaveBtn a { padding: 7px 10px 7px 20px; }
  ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__header ._common_form__headerSaveBtn a ._common_form__tick { left: -8px; }
  ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm { max-height: -webkit-calc(100% - 0px) !important; max-height: -moz-calc(100% - 0px) !important; max-height: -ms-calc(100% - 0px) !important; max-height: -o-calc(100% - 0px) !important; max-height: calc(100% - 0px) !important; }
  ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__editBtn { width: 26px; height: 26px; padding: 0; text-indent: -1000%; overflow: hidden; }
  ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__editBtn ._common_form__editIcon { background-position: -212px -120px; left: 0; height: 26px; width: 26px; }
  ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__inquiryForm ._common_form__dataWrapper table { font-size: 15px; }
  ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__header ._common_form__cancelText { display: none; }
  ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__duplicateResident ._common_form__content ._common_form__main { padding: 0; }
  ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__duplicateResident ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__duplicate ._common_form__duplicateCards { display: inline; max-height: calc(100% - 18px); height: calc(100% - 18px); }
  ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__duplicateResident ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__duplicate ._common_form__dataWrapper { margin: 5px 15px 6px; display: inline-block; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__duplicateWrapper ._common_form__content { height: calc(100% - 44px); }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__duplicateWrapper ._common_form__content ._common_form__main { overflow-y: scroll !important; box-sizing: border-box; min-height: 100%; margin-top: 0; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__duplicateWrapper ._common_form__content ._common_form__main > ._common_form__formWrapper { height: 100%; }
  ._common_form__commonAddNew div[class*="overlay"] span[class*="btnClose"]:before { font-size: 20px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet { height: 100% !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { top: 8px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__formSet ._common_form__medicationSearchPickerWrapper ._common_form__headerCloseLeft ._common_form__closeWrapper [class*="btnClose"] { padding-top: 10px; }
  ._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__headerCloseLeft span { top: 3px; }
  ._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__headerCloseLeft span [class*="btnClose"]:before { font-size: 28px; }
  ._common_form__allergyForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: scroll !important; }
  ._common_form__allergyForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__endDateWrapper ._common_form__calendarInput ._common_form__show { top: auto; bottom: 40px; }
  ._common_form__allergyForm ._common_form__emarSetup ._common_form__deleteIcon { position: absolute; z-index: 9; top: 10px; right: 52px; width: 30px; height: 21px; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -694px -1px; background-size: 400px; cursor: pointer; }
  ._common_form__allergyForm ._common_form__emarSetup ._common_form__delete { position: absolute; top: 10px; right: 15px; z-index: 1; text-decoration: underline; font-size: 14px; cursor: pointer; }
  ._common_form__demographicsFormWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__selectPickerStyle [class*='_common_components__clear'] { bottom: 6px; }
  ._common_form__demographicsFormWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__selectPickerStyle [class*='_common_components__search'] { bottom: 2px; }
  ._common_form__demographicsFormWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__selectPickerStyle div ._common_form__inputLike { margin-bottom: 0; }
  ._common_form__dischargeForm { height: 100%; width: 100% !important; }
  ._common_form__dischargeForm ._common_form__children { padding-bottom: 10px !important; }
  ._common_form__dischargeForm ._common_form__header { color: #666; padding-right: 40px; }
  ._common_form__dischargeForm div[class*="overlay"] span[class*="btnClose"]:before { font-size: 20px !important; }
  ._common_form__dischargeForm > ._common_form__header [class*="btnClose"]:before { font-size: 20px; }
  ._common_form__dischargeForm ._common_form__dischargeFormWrapper { overflow: auto; }
  ._common_form__dischargeForm ._common_form__dischargeFormWrapper > ._common_form__form > ._common_form__formContainer { height: calc(100vh - 60px) !important; overflow-y: auto !important; }
  ._common_form__dischargeForm ._common_form__dischargeFormWrapper > ._common_form__form > ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__dischargeSearchPicker { padding-right: 1px; }
  ._common_form__dischargeForm div[class*="searchPanel"] ._common_form__formWrapper ._common_form__formContainer { height: calc(100vh - 100px) !important; }
  ._common_form__resLoa div[class*="searchPanel"] ._common_form__formWrapper ._common_form__formContainer { height: calc(100vh - 55px) !important; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div { height: auto !important; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__form ._common_form__formContainer { overflow: visible; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__form ._common_form__formContainer ._common_form__showCalendarTop ._common_form__calendarInput ._common_form__show { top: auto; bottom: 70px; }
  ._common_form__residentChart ._common_form__searchPickerWithModify ._common_form__headerCloseLeft span[class*="btnClose"]:before { font-size: 32px; } }

._common_form__moduleSelector [class*="scrollableContainer"] { overflow-y: hidden !important; }

._common_form__moduleSelector ._common_form__moduleSelectorClass { width: 400px; max-width: 100%; top: 50%; left: 50% !important; transform: translate(-50%, -50%); }

._common_form__moduleSelector ._common_form__moduleSelectorClass ._common_form__label { padding-left: 10px; }

._common_form__moduleSelector ._common_form__moduleSelectorClass ._common_form__newHeader { margin: 0; }

._common_form__moduleSelector ._common_form__moduleSelectorClass ._common_form__newHeader ._common_form__header h1 { color: #333; }

@media (max-width: 900px) { ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__fieldSet ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable._common_form__historyTbl table ._common_form__th { padding: 10px 25px 10px 0; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__fieldSet ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable._common_form__historyTbl table ._common_form__td { padding: 10px 25px 10px 0; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__fieldSet ._common_form__nonMedInterventionWrapper._common_form__holdHistoryWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail [class*='primaryMedicationBtn'] [class*='bulkFilterCmp'] { margin-right: 12px !important; } }

@media (max-width: 1024px) { ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__fieldSet ._common_form__nonMedInterventionWrapper._common_form__holdHistoryWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable { height: calc(100vh - 220px) !important; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__fieldSet ._common_form__nonMedInterventionWrapper._common_form__holdHistoryWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable._common_form__historyTbl table ._common_form__th._common_form__headerDt { width: 150px; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__fieldSet ._common_form__nonMedInterventionWrapper ._common_form__form ._common_form__nonMedicationDetail [class*='primaryMedicationBtn'] [class*='bulkFilterCmp'] { margin-right: 6px; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__fieldSet ._common_form__nonMedInterventionWrapper ._common_form__form ._common_form__nonMedicationDetail ._common_form__nonMedicationTable { height: calc(100vh - 220px) !important; overflow: auto !important; }
  ._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { top: 0px; color: #666 !important; }
  ._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText { color: #666 !important; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper { box-sizing: border-box; width: 100%; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__form { height: calc(100% - 50px); }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 30px) !important; overflow: auto !important; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__form ._common_form__toolbar { display: none !important; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__quickAddSearchPicker ._common_form__formWrapper { height: 100%; max-height: 100% !important; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__quickAddSearchPicker ._common_form__formWrapper._common_form__flexibleForm { height: 100%; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__quickAddSearchPicker ._common_form__formWrapper._common_form__flexibleForm ._common_form__form { height: 100%; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__quickAddSearchPicker ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__formContainer { height: calc(100% - 80px) !important; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__quickAddSearchPicker ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__formContainer table { width: 100% !important; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__quickAddSearchPicker ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__toolbar { display: block !important; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__quickAddSearchPicker ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__toolbar [class*="pageToolbar"] { margin-top: -13px; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__quickAddSearchPicker ._common_form__commonAlert ._common_form__formWrapper ._common_form__toolbar { display: block !important; }
  ._common_form__bulkUpdateWrapper [class*="common_overlay__overlay"][class*="overlay__parentOverlay"] ._common_form__bulkUpdateFormWrapper ._common_form__form ._common_form__formContainer { -webkit-overflow-scrolling: auto; }
  ._common_form__pharmacyWrapper [class*="_common_overlay__overlay"] [class*="_common_overlay__wrapper"] { overflow-y: hidden; }
  ._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__medicationSearchPickerWrapper [class*="common_overlay__overlay"] ._common_form__formWrapper ._common_form__form { height: calc(100% - 50px); }
  ._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__medicationSearchPickerWrapper [class*="common_overlay__overlay"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 65px) !important; } }

@media (max-width: 1024px) and (min-width: 768px) and (max-width: 991px) { ._common_form__emarSetupDetail ._common_form__medicationTreatment ._common_form__medicationSearchPickerWrapper [class*="common_overlay__overlay"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 20px) !important; } }

@media (max-width: 1024px) { ._common_form__sbarContainer ._common_form__formWrapper { max-height: -webkit-calc(100vh - 15px) !important; }
  ._common_form__sbarContainer ._common_form__formWrapper._common_form__formSet { min-height: 100% !important; max-height: 100% !important; max-width: 100% !important; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 1366px) and (orientation: landscape) { ._common_form__resFuneralHome ._common_form__funeralHomeWrapper ._common_form__formWrapper ._common_form__formContainer ._common_form__inactive { position: absolute; z-index: 1; } }

@media (max-width: 767px), (max-width: 1024px) and (max-height: 450px) { ._common_form__addPersonalContact ._common_form__form ._common_form__formContainer ._common_form__salutationField [class*="_graphql__selectPickerOverlay"], ._common_form__addPersonalContact ._common_form__form ._common_form__formContainer ._common_form__relationshipField [class*="_graphql__selectPickerOverlay"], ._common_form__addPersonalContact ._common_form__form ._common_form__formContainer ._common_form__tbStatusType [class*="_graphql__selectPickerOverlay"], ._common_form__addPersonalContact ._common_form__form ._common_form__formContainer ._common_form__tbStatusResult [class*="_graphql__selectPickerOverlay"], ._common_form__medInfoCommon ._common_form__form ._common_form__formContainer ._common_form__salutationField [class*="_graphql__selectPickerOverlay"], ._common_form__medInfoCommon ._common_form__form ._common_form__formContainer ._common_form__relationshipField [class*="_graphql__selectPickerOverlay"], ._common_form__medInfoCommon ._common_form__form ._common_form__formContainer ._common_form__tbStatusType [class*="_graphql__selectPickerOverlay"], ._common_form__medInfoCommon ._common_form__form ._common_form__formContainer ._common_form__tbStatusResult [class*="_graphql__selectPickerOverlay"] { display: none; }
  ._common_form__addPersonalContact div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__formWrapper ._common_form__content ._common_form__main, ._common_form__medInfoCommon div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__formWrapper ._common_form__content ._common_form__main { overflow: hidden !important; }
  ._common_form__addPersonalContact div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper, ._common_form__medInfoCommon div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: hidden !important; }
  ._common_form__addPersonalContact div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer, ._common_form__medInfoCommon div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer { overflow: hidden; }
  ._common_form__addPersonalContact div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__salutationField [class*="_graphql__selectPickerOverlay"], ._common_form__addPersonalContact div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__relationshipField [class*="_graphql__selectPickerOverlay"], ._common_form__addPersonalContact div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__tbStatusType [class*="_graphql__selectPickerOverlay"], ._common_form__addPersonalContact div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__tbStatusResult [class*="_graphql__selectPickerOverlay"], ._common_form__medInfoCommon div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__salutationField [class*="_graphql__selectPickerOverlay"], ._common_form__medInfoCommon div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__relationshipField [class*="_graphql__selectPickerOverlay"], ._common_form__medInfoCommon div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__tbStatusType [class*="_graphql__selectPickerOverlay"], ._common_form__medInfoCommon div[class*="_common_overlay__parentOverlay"] > div[class*="_common_overlay__wrapper"] ._common_form__tbStatusResult [class*="_graphql__selectPickerOverlay"] { display: block; } }

@media (max-width: 1024px) and (max-height: 450px) { ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig { max-height: 100%; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__form { height: 100vh !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer { height: 70% !important; }
  ._common_form__contactsFormWrapper [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 50px) !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__form ._common_form__formContainer ._common_form__salutationField [class*="_graphql__selectPickerWrapper"] [class*="_graphql__checkListBody"], ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__form ._common_form__formContainer ._common_form__relationshipField [class*="_graphql__selectPickerWrapper"] [class*="_graphql__checkListBody"] { height: calc(100% - 73px); }
  ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__prescribeByConfig, ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__pharmacyListConfig { height: 100%; }
  ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__prescribeByConfig ._common_form__newHeader, ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__pharmacyListConfig ._common_form__newHeader { top: 0 !important; z-index: 1; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3), (max-width: 767px) { ._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { top: 0px !important; color: #666 !important; }
  ._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText { color: #666 !important; }
  ._common_form__employeeMobilePopup ._common_form__commonAddNew ._common_form__formSet { width: 100% !important; min-width: 100% !important; max-height: 100%; height: 100% !important; }
  ._common_form__employeeMobilePopup ._common_form__commonAddNew ._common_form__formSet ._common_form__content { height: calc(100% - 46px); }
  ._common_form__employeeMobilePopup ._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main > div { height: -webkit-calc(100% - 0px); height: -moz-calc(100% - 0px); height: -ms-calc(100% - 0px); height: -o-calc(100% - 0px); height: calc(100% - 0px); overflow: hidden; }
  ._common_form__employeeMobilePopup ._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { height: 100%; max-height: 100%; }
  ._common_form__employeeMobilePopup ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before { top: 7px; }
  ._common_form__employeeMobilePopup._common_form__employeeMobileWrapper { z-index: 5 !important; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] { overflow: visible !important; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerSaveBtn a { font-weight: 400; font-size: 16px; padding: 7px 9px 7px 29px; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerSaveBtn a ._common_form__tick { left: -2px; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { overflow-x: hidden; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer [class*="body"] { height: 100%; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer [class*="body"] ._common_form__saleTabDetails { height: 100%; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer [class*="body"] ._common_form__saleTabDetails ._common_form__newWrapForm { height: 100%; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer [class*="body"] ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper { height: 100%; box-shadow: none; box-sizing: border-box; margin: 0; padding: 10px 5px; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer [class*="body"] ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__formWrapper ._common_form__form { height: 100%; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__updatePasswordBtn ._common_form__label { font-size: 16px; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__updatePasswordBtn ._common_form__passwordBtn { border-radius: 5px; text-decoration: none !important; margin-top: 5px; padding: 10px; background: white; border: 1px solid #666666; color: #666666; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__customCheckBox label ._common_form__label { padding-left: 5px; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__header ._common_form__communityAccessBtn { width: 100%; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__header ._common_form__communityAccessBtn ._common_form__formContainer { overflow: hidden; float: left; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__header ._common_form__communityAccessBtn ._common_form__btnUnlock { float: right; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__saleTabDetails ._common_form__newWrapForm ._common_form__form[class*="communityAccessWrap"] [class*="graphql__dataTable"] { display: none; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__toolTipContainer._common_form__fieldContainer label ._common_form__toggle span { padding-top: 0 !important; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__toolTipContainer { vertical-align: middle; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__toolTipContainer ._common_form__glyphicon { height: 21px; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__toolTipContainer ._common_form__glyphicon:before { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -82px 1px; height: 21px; background-size: 448px; margin-top: 0px; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__toolTipContainer._common_form__fieldContainer label ._common_form__toggle ._common_form__switch { height: 21px; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__toolTipContainer._common_form__fieldContainer label ._common_form__label + ._common_form__glyphicon { margin-top: -4px; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__toolTipContainer._common_form__lockedBtnWrap label { vertical-align: middle; display: inline-block; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__toolTipContainer._common_form__canLogin._common_form__fieldContainer { padding-bottom: 12px !important; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__group ._common_form__fieldSet ._common_form__body:after, ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__group ._common_form__fieldSet ._common_form__body:before { position: absolute; }
  ._common_form__employeeMobilePopup [class*="scrollableContainer"] ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer { width: 100%; display: inline-block; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap [class*="scrollableContainer"] ._common_form__formWrapper { padding: 0 !important; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__newHeader { background: #f1f1f1; color: #000; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { display: block; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 50px) !important; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__unitSearchTable { margin-top: 0; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__unitSearchTable ._common_form__noWrapTableData table { width: 100% !important; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap ._common_form__flexibleForm { height: 100%; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap ._common_form__flexibleForm ._common_form__form { height: 100%; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap ._common_form__flexibleForm ._common_form__form ._common_form__noWrapTableData table { width: 100% !important; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap ._common_form__flexibleForm ._common_form__form ._common_form__noWrapTableData table tr td { padding: 10px 5px; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap ._common_form__flexibleForm ._common_form__newHeader { background: #f1f1f1; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap ._common_form__flexibleForm ._common_form__header h1 { color: #333; }
  ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap ._common_form__canLogin ._common_form__glyphicon, ._common_form__employeeMobilePopup ._common_form__chooseCommunityWrap ._common_form__odbcAccessWrapper ._common_form__glyphicon { margin-top: -7px; }
  ._common_form__employeeMobilePopup ._common_form__newHeader { margin: 0; }
  ._common_form__employeeMobilePopup ._common_form__newHeader ._common_form__headerCloseLeft { position: absolute; left: 0; top: 0; }
  ._common_form__employeeMobilePopup ._common_form__newHeader ._common_form__headerCloseLeft [class*="btnClose"] { top: 6px; height: 40px !important; }
  ._common_form__employeeMobilePopup ._common_form__newHeader ._common_form__headerCloseLeft [class*="btnClose"]:before { font-size: 28px; }
  ._common_form__employeeMobilePopup ._common_form__newHeader ._common_form__headerSaveBtn { position: absolute; right: 0; top: 0; }
  ._common_form__employeeMobilePopup ._common_form__formWrapper { padding: 0; }
  ._common_form__employeeMobilePopup ._common_form__formWrapper._common_form__inlineForm ._common_form__header { padding: 0 10px; }
  ._common_form__employeeMobilePopup ._common_form__formWrapper._common_form__inlineForm ._common_form__header h1 { display: none; }
  ._common_form__employeeMobilePopup ._common_form__formWrapper._common_form__inlineForm ._common_form__header ._common_form__btnUnlock { float: right; }
  ._common_form__employeeMobilePopup ._common_form__toggle { color: #666 !important; float: left; }
  ._common_form__employeeMobilePopup ._common_form__toggle span { font-weight: normal !important; }
  ._common_form__employeeMobilePopup ._common_form__btnUnlock[class*="disabled"] { background: #ccc; }
  ._common_form__employeeMobilePopup ._common_form__fieldContainer input { box-sizing: border-box; }
  ._common_form__employeeMobilePopup ._common_form__fieldContainer[class*="noteField"] { padding: 0 !important; }
  ._common_form__employeeMobilePopup ._common_form__fieldContainer[class*="noteField"] h3 { font-weight: normal; }
  ._common_form__employeeMobilePopup ._common_form__fieldContainer[class*="noteField"] textarea { box-sizing: border-box; }
  ._common_form__employeeMobilePopup ._common_form__fieldContainer[class*="noteField"] [class*="linkButton"] { display: none; }
  ._common_form__employeeMobilePopup ._common_form__CSuiteWrapper label { display: inline-flex; }
  ._common_form__employeeMobilePopup ._common_form__CSuiteWrapper label ._common_form__glyphicon:before { height: 20px !important; }
  ._common_form__employeeMobilePopup ._common_form__customCheckBox label input { opacity: 0; }
  ._common_form__employeeMobilePopup ._common_form__customCheckBox label ._common_form__label:after { content: ''; position: absolute; top: 9px; left: 15px; height: 17px; width: 17px; border: 1px solid #999; box-sizing: border-box; border-radius: 3px; }
  ._common_form__employeeMobilePopup ._common_form__customCheckBox label ._common_form__label:before { content: ""; position: absolute; display: none; left: 20px; top: 10px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; z-index: 1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  ._common_form__employeeMobilePopup ._common_form__customCheckBox label input:checked ~ ._common_form__label:after { background-color: #2196F3; border: 1px solid #2196F3; }
  ._common_form__employeeMobilePopup ._common_form__customCheckBox label input:checked ~ ._common_form__label:before { display: block; }
  ._common_form__employeeMobilePopup ._common_form__customCheckBox label input:checked ~ div ._common_form__label:after { background-color: #2196F3; border: 1px solid #2196F3; }
  ._common_form__employeeMobilePopup ._common_form__customCheckBox label input:checked ~ div ._common_form__label:before { display: block; }
  ._common_form__employeeMobilePopup[class*="overlay__parentOverlay"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { -webkit-overflow-scrolling: auto; }
  ._common_form__employeeMobilePopup ._common_form__errorStyle { display: block; color: red; font-size: 12px; text-align: left; position: absolute; left: 10px; bottom: 10px; } }

@media (max-width: 767px) { ._common_form__sbarContainer div[class*="parentOverlay"] ._common_form__formWrapper ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__salutationField [class*="_graphql__selectPickerWrapper"], ._common_form__sbarContainer div[class*="parentOverlay"] ._common_form__formWrapper ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__relationshipField [class*="_graphql__selectPickerWrapper"], ._common_form__sbarContainer div[class*="parentOverlay"] ._common_form__formWrapper ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__bmLastDate [class*="_graphql__selectPickerWrapper"] { height: 100% !important; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__nonMedInterventionClass ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { width: calc(100% - 200px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 0px auto; } }

@media (max-width: 767px) and (orientation: portrait) { ._common_form__formWrapper ._common_form__form ._common_form__formContainer._common_form__addMarginTop { margin-top: 26px; } }

@media (max-width: 767px) and (orientation: portrait) { ._common_form__interestsForm ._common_form__formWrapper ._common_form__form ._common_form__formContainer._common_form__addMarginTop { margin-top: 35px !important; } }

@media (max-width: 767px) { ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__enquireSherpaIdLabel ._common_form__glyphicon { top: -3px !important; }
  ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__miscellaneousFields ._common_form__realPageIdLabel ._common_form__glyphicon { top: -3px !important; } }

@media (max-width: 896px) { ._common_form__symptomaticWrapper { height: calc(100vh - 95px); }
  @supports (-webkit-touch-callout: none) { ._common_form__symptomaticWrapper { height: calc(100vh - 195px); } }
  ._common_form__symptomaticWrapper { height: calc(100vh - 95px); }
  ._common_form__symptomaticWrapper ._common_form__searchPickerToggle { right: 10px; top: 76px; }
  ._common_form__symptomaticWrapper ._common_form__searchPickerToggle [class*="toggle"] { display: flex; }
  ._common_form__symptomaticWrapper ._common_form__radioGroup div span { width: 50% !important; }
  ._common_form__symptomaticWrapper ._common_form__radioGroup div span ._common_form__customRadio { width: 16px !important; }
  ._common_form__symptomaticWrapper ._common_form__radioGroup label input { margin-left: -2px; }
  ._common_form__symptomaticWrapper ._common_form__backgroundDiagnosis { width: 72%; }
  ._common_form__symptomaticWrapper ._common_form__backgroundAddNew { margin-top: -25px !important; }
  ._common_form__resLoa ._common_form__searchPickerWithModify ._common_form__flexibleForm._common_form__formWrapper ._common_form__form { height: calc(100% - 60px) !important; }
  ._common_form__reAdmitResident [class*="components__searchPanel"] ._common_form__header h1 { font-size: 20px !important; color: #333; }
  ._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__checkboxWrapper { top: 31px; }
  ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__admitExplainField > label { width: auto; padding-right: 5px; }
  ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__fieldSet ._common_form__searchPickerWrapper ._common_form__newHeader ._common_form__header { background: #f1f1f1; }
  ._common_form__medicationTreatment ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formContainer ._common_form__fieldSet ._common_form__searchPickerWrapper ._common_form__newHeader ._common_form__header h1 { width: calc(100% - 200px); margin: 0 auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  ._common_form__medicationTreatment ._common_form__formWrapper._common_form__flexibleForm ._common_form__form { height: 100%; }
  ._common_form__medicationTreatment ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__formContainer { min-height: calc(100% - 100px) !important; height: calc(100% - 100px) !important; }
  ._common_form__medicationTreatment [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__form { height: 100% !important; } }

@media (max-width: 896px) and (orientation: landscape) { ._common_form__medicationTreatment [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__form ._common_form__formContainer { min-height: 250px !important; height: calc(100% - 90px) !important; } }

@media (max-width: 896px) { ._common_form__dischargedToPhone ._common_form__header { height: 25px !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__messagesContainerToast { right: 10px !important; }
  ._common_form__medProfForm [class*="overlay"] span[class*="btnClose"] { top: 0px !important; }
  ._common_form__medProfForm [class*="overlay"] span[class*="btnClose"]:before { content: ''; height: 20px; position: absolute; }
  ._common_form__medProfForm [class*="overlay"] span[class*="btnClose"]:after { content: ''; height: 20px; border-left: 2px solid #666; position: absolute; }
  ._common_form__prePourTimeField ._common_form__headerSaveBtn a { padding: 8px 12px 7px 30px; }
  ._common_form__commonAddNew._common_form__residentChart ._common_form__formSet > ._common_form__header { background: #f1f1f1 !important; }
  ._common_form__commonAddNew._common_form__residentChart ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { top: 10px; color: #666 !important; }
  ._common_form__commonAddNew._common_form__residentChart ._common_form__formSet > ._common_form__header h1 { color: #333 !important; }
  ._common_form__commonAddNew._common_form__residentChart ._common_form__formSet > ._common_form__header ._common_form__cancelText { color: #666 !important; }
  ._common_form__commonAddNew._common_form__resDiagnosis ._common_form__dateInput ._common_form__calendarInput ._common_form__show { height: 284px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__messagesContainerToast { height: auto; margin: 0 0 0 4px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__messagesContainerToast ._common_form__message { display: flex; text-align: left; line-height: 14px; padding: 8px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__messagesContainerToast ._common_form__crossIcon { font-size: 14px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet._common_form__formWrapper ._common_form__header { height: 25px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__healthMonitoringDetail ._common_form__dateInput ._common_form__calendarInput ._common_form__show { height: 262px !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__healthMonitoringDetail ._common_form__formSet { width: 600px !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__healthMonitoringDetail ._common_form__formSet ._common_form__content ._common_form__main { overflow: visible !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__healthMonitoringDetail ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__healthMonitoringDetail ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form { height: 100% !important; overflow: auto !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__healthMonitoringDetail ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer { overflow: unset !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy [class*="components__searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100% !important; box-sizing: border-box; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: calc(100% - 50px) !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 17px) !important; padding: 0 5px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__header { padding: 0 !important; border: none !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy [class*="components__searchPanel"] [class*="components__result"] th { color: #333; font-size: 14px; font-weight: 500; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__allergy [class*="components__searchPanel"] [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__allergyConfig ._common_form__form { height: calc(100% - 50px); }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__allergyConfig ._common_form__form ._common_form__formContainer { height: calc(100% - 17px) !important; padding: 0 5px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__allergyConfig ._common_form__form ._common_form__formContainer ._common_form__header { padding: 0 !important; border: none !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet._common_form__formWrapper ._common_form__header { height: 30px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__formSet._common_form__formWrapper ._common_form__header h1 { font-size: 17px !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medInfoCommon ._common_form__dateInput ._common_form__calendarInput ._common_form__show { height: 284px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main [class*="components__searchPanel"] ._common_form__formWrapper { overflow: hidden !important; height: 100%; max-height: 100% !important; box-sizing: border-box; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main [class*="components__searchPanel"] ._common_form__formWrapper [class*="components__result"] td:first-child { width: 120px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main [class*="components__searchPanel"] ._common_form__formWrapper [class*="components__result"] th:first-child { width: 120px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { color: #333; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerCloseLeft span[class*="btnClose"] { color: #666 !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader ._common_form__cancelText { color: #666; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form { height: 100%; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 100px); }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer input:focus ~ em { margin-left: 3px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__hospitalWrapper ._common_form__contact { height: 56px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__hospitalWrapper ._common_form__contact label input { margin-top: 26px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__copyResident._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main { overflow: hidden !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__copyResident._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main [class*="components__searchPanel"] ._common_form__formWrapper [class*="components__result"] th:first-child, ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__copyResident._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main [class*="components__searchPanel"] ._common_form__formWrapper [class*="components__result"] td:first-child { width: 250px; }
  ._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet { overflow: hidden !important; }
  ._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__content ._common_form__main { padding: 0 0 50px; }
  ._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: scroll !important; }
  ._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldContainer ._common_form__nameWrapper { margin: 0; }
  ._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldContainer ._common_form__duplicateInfo { border: 1px solid #777; border-radius: 5px; }
  ._common_form__commonAddNew._common_form__potentialDupWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldContainer ._common_form__duplicateInfo ._common_form__medInfoWrapper { width: 99%; display: inline-block; }
  ._common_form__NewProspectForm ._common_form__formSet > ._common_form__footer { left: 0; }
  ._common_form__NewProspectForm ._common_form__formSet > ._common_form__footer a { font-size: 12px; margin: 0 10px 0 0; padding: 10px 5px; }
  ._common_form__NewProspectForm ._common_form__formSet > ._common_form__footer a span { padding: 0 15px; }
  ._common_form__NewProspectForm ._common_form__formSet > ._common_form__error._common_form__left { width: 100%; bottom: 52px; }
  ._common_form__salesReferralSearchInput label div { display: block !important; position: relative; }
  ._common_form__salesReferralSearchInput label div input { width: calc(100% - 30px) !important; width: -webkit-calc(100% - 30px) !important; width: -moz-calc(100% - 30px) !important; width: -ms-calc(100% - 30px) !important; width: -o-calc(100% - 30px) !important; height: 29px; }
  ._common_form__salesReferralSearchInput label span { background: #fff; border: 1px solid #333; border-left: none; height: 29px; position: absolute; right: 0; top: auto; box-sizing: border-box; }
  ._common_form__salesReferralSearchInput label span:before { right: 0px; bottom: 0px !important; }
  ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__salesReferralSearchInput label div input, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__salesReferralSearchInput label div input, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet ._common_form__content ._common_form__main ._common_form__salesReferralSearchInput label div input, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferralSource ._common_form__formSet ._common_form__content ._common_form__main ._common_form__salesReferralSearchInput label div input { height: 29px !important; box-sizing: border-box; margin-bottom: 0px !important; }
  ._common_form__salesReferralSearchSelect { width: 100%; box-sizing: border-box; }
  ._common_form__salesReferralSearchSelect label ._common_form__label { overflow: inherit !important; }
  ._common_form__formWrapper ._common_form__toolbar { box-sizing: border-box; display: flex !important; justify-content: center; width: 100%; left: 0; float: left; height: auto; }
  ._common_form__formWrapper ._common_form__toolbar a { display: block; width: 70px; max-width: calc(50% - 27px) !important; float: left; margin: 0 10px 0 0 !important; float: left; font-size: 16px; padding: 9px 0px !important; }
  ._common_form__formWrapper ._common_form__toolbar a span { padding: 0px !important; font-size: 13px !important; }
  ._common_form__formWrapper ._common_form__toolbar a:last-child { margin-right: 0 !important; }
  ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__formContainer, ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__form ._common_form__formContainer { height: calc(100% - 85px) !important; }
  ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__formContainer ._common_form__noWrapTableData table tr td, ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__form ._common_form__formContainer ._common_form__noWrapTableData table tr td { padding: 5px; }
  ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__toolbar ._common_form__convertToResidentSearch, ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__form ._common_form__toolbar ._common_form__convertToResidentSearch { position: absolute; width: calc(100% - 30px); left: 25px; }
  ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__toolbar ._common_form__convertToResidentSearch a, ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__form ._common_form__toolbar ._common_form__convertToResidentSearch a { font-size: 10px; max-width: 100% !important; width: 47%; }
  ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__toolbar ._common_form__convertToResidentSearch a._common_form__convertToResidentBtn, ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__form ._common_form__toolbar ._common_form__convertToResidentSearch a._common_form__convertToResidentBtn { height: 11px; width: 45%; }
  ._common_form__formWrapper._common_form__flexibleForm ._common_form__form ._common_form__toolbar ._common_form__convertToResidentSearch p, ._common_form__formWrapper._common_form__convertToResidentSearchForm ._common_form__form ._common_form__toolbar ._common_form__convertToResidentSearch p { font-size: 10px; position: relative; width: 95%; left: auto; bottom: auto; }
  ._common_form__formWrapper ._common_form__Reserved_Amount span { bottom: 17px; font-size: 16px; }
  ._common_form__sbarDiagnosisWrapper ._common_form__flexibleForm ._common_form__form ._common_form__formContainer { height: calc(100vh - 60px) !important; }
  ._common_form__NewProspectForm ._common_form__formSet ._common_form__content ._common_form__main > div { margin: 5px 0px 5px; }
  ._common_form__NewProspectForm ._common_form__toolbar { display: flex !important; }
  ._common_form__NewProspectForm ._common_form__toolbar a { width: calc(33.33% - 20px); }
  ._common_form__NewProspectForm div[class*="searchPicker"] div[class*="overlay"] ._common_form__formContainer { height: -webkit-calc(100vh - 140px) !important; height: -moz-calc(100vh - 140px) !important; height: -ms-calc(100vh - 140px) !important; height: -o-calc(100vh - 140px) !important; height: calc(100vh - 140px) !important; }
  ._common_form__NewProspectForm div[class*="searchPicker"] div[class*="overlay"] ._common_form__toolbar { display: block !important; }
  ._common_form__NewProspectForm div[class*="searchPicker"] div[class*="overlay"] ._common_form__toolbar a { width: calc(50% - 20px); flex: 1; }
  ._common_form__NewProspectForm ._common_form__formSet > ._common_form__footer { left: 0; }
  ._common_form__NewProspectForm ._common_form__formSet > ._common_form__footer a { font-size: 12px; margin: 0 10px 0 0; padding: 10px 5px; }
  ._common_form__NewProspectForm ._common_form__formSet > ._common_form__footer a span { padding: 0 15px; }
  ._common_form__NewProspectForm ._common_form__formSet > ._common_form__error._common_form__left { width: 100%; bottom: 52px; }
  ._common_form__formWrapper ._common_form__form ._common_form__formContainer { overflow: auto; margin-bottom: 10px; }
  ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group { padding: 5px; }
  ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__toggle ._common_form__switch { width: 32px !important; }
  ._common_form__commonFormIcon { display: none !important; position: absolute !important; }
  div[class*="overlay"] div[class*="prompt"] ._common_form__stretch { max-width: 100%; min-width: 100%; float: left; box-sizing: border-box; }
  div[class*="overlay"] div[class*="prompt"] ._common_form__stretch ._common_form__message { margin-top: 10px; }
  div[class*="overlay"] div[class*="prompt"] ._common_form__stretch ._common_form__toolbar { float: left; }
  ._common_form__referralContactWrapper ._common_form__addressGroup label ._common_form__label span { margin-left: 5px !important; }
  ._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__header h1 { font-size: 16px; }
  ._common_form__duplicateWrapperNew ._common_form__formSet h3 { font-size: 16px; }
  ._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm { max-height: -webkit-calc(100% - 60px); max-height: -moz-calc(100% - 60px); max-height: -ms-calc(100% - 60px); max-height: -o-calc(100% - 60px); max-height: calc(100% - 60px); }
  ._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__head h3 { font-size: 14px; }
  ._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__body { display: block; }
  ._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__body ._common_form__item { width: 100%; flex: initial; font-size: 14px; }
  ._common_form__duplicateWrapperNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__inquiryForm ._common_form__dataWrapper ._common_form__body ._common_form__item:last-of-type { flex: 3; text-align: left; }
  div[class*="overlay"] span[class*="btnClose"] { height: 25px !important; }
  div[class*="overlay"] span[class*="btnClose"]:before { content: ''; height: 20px; border-left: 2px solid #dcdcdc; position: absolute; transform: rotate(-45deg); left: 16px; top: 8px; }
  div[class*="overlay"] span[class*="btnClose"]:after { content: ""; height: 20px; border-left: 2px solid #dcdcdc; position: absolute; transform: rotate(45deg); left: 22px; top: 8px; }
  ._common_form__newHeader { /*    .headerCloseLeft { span[class*="btnClose"] { top: 8px; color: grey !important; &:before, &:after{ content: ''; height: 20px; top: 5px; border-left: 2px solid #666; position: absolute; transform: rotate(-45deg); left: 25px; padding: 0; margin: 0; } &:after{ transform: rotate(45deg); } } }*/ }
  ._common_form__newHeader ._common_form__header h1 { font-size: 17px !important; padding-top: 14px; width: 100%; text-align: center; }
  ._common_form__newHeader h3 { font-size: 17px !important; padding-top: 14px !important; width: 100%; text-align: center; }
  ._common_form__headerSaveBtn a { font-size: 14px; max-width: 75px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
  ._common_form__prospectCommunications ._common_form__formSet > ._common_form__header h1 { font-size: 17px; line-height: 26px; }
  ._common_form__prospectCommunications ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { top: 8px; }
  ._common_form__settingsOverlayOuter ._common_form__newHeader ._common_form__header h1 { font-size: 16px !important; }
  ._common_form__settingsOverlayOuter ._common_form__newHeader ._common_form__headerSaveBtn a { right: 5px; padding: 7px 5px 7px 22px; }
  ._common_form__settingsOverlayOuter ._common_form__newHeader ._common_form__headerSaveBtn a ._common_form__tick { left: -8px; }
  ._common_form__settingsOverlayOuter ._common_form__messagesContainer._common_form__error { width: 100%; bottom: 5px; }
  ._common_form__settingsOverlayOuter ._common_form__formWrapper { height: 100%; max-height: 100%; }
  ._common_form__settingsOverlayOuter ._common_form__formWrapper ._common_form__form { height: 100%; max-height: 100%; }
  ._common_form__settingsOverlayOuter ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 80px) !important; max-height: calc(100% - 80px) !important; }
  div[class*="settingsContainer"] div[class*="dataTable"] div[class*="controls"] h4 { font-size: 14px; }
  div[class*="settingsContainer"] div[class*="dataTable"] div[class*="controls"] div[class*="newBtn"] { margin-left: 10px; }
  ._common_form__referralContactWrapper ._common_form__convertToResErrAlert._common_form__convertedPopup ._common_form__toolbar button span, ._common_form__inquiryWrapper ._common_form__convertToResErrAlert._common_form__convertedPopup ._common_form__toolbar button span { padding-right: 0; }
  ._common_form__lostInquiryForm { min-width: 100%; }
  [class*="waitingListPriority"] [class*="scrollableContainer"] [class*="container"][class*="modal"] ._common_form__form ._common_form__toolbar { display: flex !important; }
  ._common_form__detailsOuterWrapper ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet, ._common_form__inquiryWrapper ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet, ._common_form__referralContactWrapper ._common_form__commonAddNew._common_form__duplicateWrapper ._common_form__formSet { height: 100% !important; }
  ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__waitingListPopup ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show, ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__salesStatusPopup ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show, ._common_form__detailsOuterWrapper div[class*="detailsHeader"] ._common_form__unitMoveInPopup ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show, ._common_form__detailsOuterWrapper div[class*="detailsHeader"] div[class*="reservationPopup"] ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show, ._common_form__inquiryWrapper div[class*="detailsHeader"] ._common_form__waitingListPopup ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show, ._common_form__inquiryWrapper div[class*="detailsHeader"] ._common_form__salesStatusPopup ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show, ._common_form__inquiryWrapper div[class*="detailsHeader"] ._common_form__unitMoveInPopup ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show, ._common_form__inquiryWrapper div[class*="detailsHeader"] div[class*="reservationPopup"] ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show, ._common_form__referralContactWrapper div[class*="detailsHeader"] ._common_form__waitingListPopup ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show, ._common_form__referralContactWrapper div[class*="detailsHeader"] ._common_form__salesStatusPopup ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show, ._common_form__referralContactWrapper div[class*="detailsHeader"] ._common_form__unitMoveInPopup ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show, ._common_form__referralContactWrapper div[class*="detailsHeader"] div[class*="reservationPopup"] ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show { transform: none; top: 52px !important; bottom: auto !important; }
  ._common_form__detailsOuterWrapper ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm[class*="salesInquiry"] ._common_form__form ._common_form__formContainer, ._common_form__inquiryWrapper ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm[class*="salesInquiry"] ._common_form__form ._common_form__formContainer, ._common_form__referralContactWrapper ._common_form__newWrapForm ._common_form__formWrapper._common_form__inlineForm[class*="salesInquiry"] ._common_form__form ._common_form__formContainer { overflow: visible; }
  div[class*="searchPicker"] ._common_form__searchPickerAddNewBtn ._common_form__searchPickerAddNewBtnInner { top: 5px; }
  ._common_form__NewProspectForm ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet, ._common_form__detailsOuterWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet, ._common_form__inquiryWrapper ._common_form__commonAddNew ._common_form__commonAddReferral ._common_form__formSet { height: 100% !important; }
  ._common_form__perfMetricsPopup ._common_form__formSet ._common_form__main ._common_form__formWrapper { height: calc(100% - 80px) !important; }
  ._common_form__perfMetricsPopup ._common_form__formSet ._common_form__header h6 { font-size: 17px; padding-top: 15px; }
  ._common_form__perfMetricsPopup ._common_form__formSet ._common_form__header ._common_form__closeIcon { top: 14px; }
  ._common_form__perfMetricsPopup ._common_form__formSet ._common_form__header ._common_form__closeIcon:after, ._common_form__perfMetricsPopup ._common_form__formSet ._common_form__header ._common_form__closeIcon:before { background-color: gray; height: 25px; width: 2px; }
  ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { display: none; }
  ._common_form__rejectPopupDialog ._common_form__toolbar button { display: block; width: 100px !important; max-width: calc(50% - 7px) !important; float: left; margin: 0 10px 0 0 !important; flex: 1; padding: 10px !important; }
  ._common_form__rejectPopupDialog ._common_form__toolbar button:last-child { margin-right: 0 !important; }
  ._common_form__backToInquiryPopup { width: 300px !important; font-size: 14px; }
  ._common_form__backToInquiryPopup ._common_form__toolbar { height: auto; }
  ._common_form__realTimeUpdate { padding: 5px 22px 5px 42px; left: 15px; right: 15px; }
  ._common_form__realTimeUpdate ._common_form__infoIcon { width: 33px; }
  ._common_form__realTimeUpdate p a { margin-left: 10px; }
  ._common_form__realTimeUpdate._common_form__realTimeAlertForInlineForm { right: 16px; } }

@media only screen and (max-width: 896px) and (max-width: 767px) and (orientation: landscape) { ._common_form__realTimeUpdate._common_form__realTimeAlertForInlineForm { padding: 14px 22px 14px 42px; } }

@media (max-width: 896px) { ._common_form__realTimeUpdate + ._common_form__topMargin { margin-top: 40px !important; }
  ._common_form__commonAddNew ._common_form__content ._common_form__main._common_form__topMargin { margin-top: 0px !important; padding-top: 50px !important; }
  ._common_form__commonAddNew ._common_form__content ._common_form__realTimeUpdate ._common_form__crossIcon { top: 45%; -ms-transform: translateY(-50%); transform: translateY(-50%); }
  ._common_form__editOrgContact a { /*position: relative;*/ padding-left: 5px; }
  ._common_form__customFields ._common_form__formWrapper ._common_form__toolbar { box-sizing: content-box; padding: 0; padding: 0; width: calc(100% + 20px); }
  ._common_form__customFields ._common_form__formWrapper ._common_form__toolbar ._common_form__cancel, ._common_form__customFields ._common_form__formWrapper ._common_form__toolbar ._common_form__submit, ._common_form__customFields ._common_form__formWrapper ._common_form__toolbar ._common_form__apply, ._common_form__customFields ._common_form__formWrapper ._common_form__toolbar ._common_form__view { margin-bottom: 10px; }
  ._common_form__customFields ._common_form__formWrapper ._common_form__form ._common_form__formContainer { width: 100%; box-sizing: border-box; }
  ._common_form__customFields ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__toggle { font-size: 14px; }
  ._common_form__customFields ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__pill ._common_form__pillButton { color: #666; font-size: 14px; }
  ._common_form__customFields ._common_form__main ._common_form__section ._common_form__field ._common_form__fieldSet { padding-bottom: 20px; }
  ._common_form__customFields ._common_form__main ._common_form__section ._common_form__field ._common_form__remove { left: 0; bottom: 0; top: inherit; height: 20px; width: 100%; }
  ._common_form__customFields ._common_form__controls { padding-top: 10px; }
  ._common_form__customFields ._common_form__controls ._common_form__actionButton { right: 2px; top: 8px; }
  ._common_form__customFields ._common_form__main ._common_form__controls ._common_form__actionButton { right: 10px; }
  ._common_form__customFields ._common_form__mobileView { display: block !important; }
  ._common_form__customFields ._common_form__desktopView { display: none !important; }
  ._common_form__customFields ._common_form__succussMsg { margin-right: 0px !important; top: 32px !important; width: 100%; text-align: right; padding: 3px 10px !important; }
  ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup { width: 100%; }
  ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__apply, ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__cancel, ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__submit { width: 33.33%; }
  ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__apply { margin-left: 0 !important; }
  ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__cancel { width: calc(33.33% - 10px); margin-left: 0; }
  ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__submit { margin-right: 0 !important; }
  ._common_form__customFields ._common_form__customViewPage ._common_form__succussMsg { margin-right: 0px !important; top: 74px !important; width: 100%; text-align: right; padding: 3px 0px !important; }
  ._common_form__customFields [class~="scrollableContainer"] ._common_form__formWrapper ._common_form__toolbar { width: 100%; }
  ._common_form__statusBtnGroup[class*="communications__status"] div[class*="radioGroup"] span { width: 50%; display: inline-block; }
  ._common_form__statusBtnGroup[class*="communications__status"] div[class*="radioGroup"] span label { width: 100%; position: relative; }
  ._common_form__statusBtnGroup[class*="communications__status"] div[class*="radioGroup"] span label ._common_form__label { width: 100%; text-align: center; }
  ._common_form__statusBtnGroup[class*="communications__status"] div[class*="radioGroup"] > ._common_form__label:first-child { float: none; }
  ._common_form__inquiryWrapper ._common_form__formWrapper ._common_form__form ._common_form__commonAddNew ._common_form__commonAddNew ._common_form__formWrapper ._common_form__form, ._common_form__detailsOuterWrapper ._common_form__formWrapper ._common_form__form ._common_form__commonAddNew ._common_form__commonAddNew ._common_form__formWrapper ._common_form__form { height: auto; }
  ._common_form__createSetupModal [class*="scrollableContainer"] { overflow: visible !important; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper { height: 100%; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__newHeader { background: #f1f1f1; color: #000; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header { padding: 12px 0 !important; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__newHeader ._common_form__header h1 { color: #000; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerSaveBtn a { font-weight: 400; font-size: 16px; text-transform: uppercase; padding: 8px; top: 6px; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__newHeader ._common_form__headerSaveBtn a ._common_form__tick { display: none; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form { height: calc(100% - 50px); }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 17px) !important; padding: 0 5px; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__header { padding: 0 !important; border: none !important; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__newHeader ._common_form__header { padding: 10px 0 !important; border: none !important; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__btnUnlock { font-size: 14px; float: left !important; margin: 5px 0 10px 0 !important; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__btnUnlock[class*="disabled"] { background: #ccc; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__btnUnlock[class*="disabled"]::after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__formContainer { width: 100%; bottom: 5px; font-size: 13px; }
  ._common_form__createSetupModal [class*="scrollableContainer"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__fieldContainer[class*="noteField"] [class*="linkButton"] { display: none; }
  ._common_form__createSetupModal ._common_form__communityWrap ._common_form__saleTabDetails ._common_form__formWrapper._common_form__inlineForm ._common_form__header h1 { display: block; }
  ._common_form__createSetupModal ._common_form__requiredNewPasswordToggle { margin-top: 0px; }
  ._common_form__fieldSet ._common_form__fieldContainer > div:first-child > ._common_form__fieldContainer:first-child { padding: 0 !important; }
  ._common_form__employeePasswordOverlay { width: 100%; height: 100%; }
  ._common_form__employeePasswordOverlay [class*="wrapper"] { height: 100%; border: none; }
  ._common_form__employeePasswordOverlay [class*="wrapper"] [class*="oContent"] { height: 100%; }
  ._common_form__employeePasswordOverlay [class*="wrapper"] [class*="oContent"] > div { overflow-x: hidden; overflow-y: auto; height: 100%; }
  ._common_form__employeePasswordOverlay ._common_form__formWrapper { width: auto; }
  ._common_form__employeePasswordOverlay ._common_form__formWrapper ._common_form__form ._common_form__passwordFieldInput { float: none; width: 100%; }
  ._common_form__employeePasswordOverlay ._common_form__formWrapper ._common_form__form ._common_form__passwordStrengthMeasure { float: none; padding-left: 5px; }
  ._common_form__employeePasswordOverlay ._common_form__newHeader ._common_form__header h1 { padding-top: 16px !important; }
  ._common_form__employeePasswordOverlay ._common_form__newHeader ._common_form__headerSaveBtn a { top: 11px; }
  ._common_form__employeePasswordOverlay ._common_form__newHeader ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:after { border-color: #ffffff; }
  ._common_form__employeePasswordOverlay ._common_form__newHeader ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before { border-color: #ffffff; }
  ._common_form__employeePasswordOverlay ._common_form__notMatchError i { line-height: 20px; }
  ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__fieldContainer ._common_form__createdBy ._common_form__message { white-space: normal !important; }
  ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__fieldContainer ._common_form__bulkDeleteButton { left: 0; padding: 0 0 10px 20px; }
  ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__fieldContainer ._common_form__bulkDeleteButton ._common_form__deleteButtonLabel { font-weight: normal; }
  ._common_form__commonBulkCommunication ._common_form__formSet ._common_form__fieldContainer ._common_form__timePicker { display: inline-block; }
  ._common_form__commonBulkCommunication ._common_form__header ._common_form__headerSaveBtn [class*="disabled"] { opacity: 0.8; }
  ._common_form__commonBulkCommunication ._common_form__header ._common_form__headerSaveBtn a { right: 3px; }
  ._common_form__commonBulkCommunication ._common_form__header ._common_form__processingHeader a { padding: 7px 3px; font-size: 13px; }
  ._common_form__bulkCommunicationPicker [class*="_common_components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__bulkCommunicationsPills ._common_form__pillButton { display: flex; align-items: center; justify-content: center; }
  ._common_form__bulkCommunicationDetail ._common_form__commonBulkCommunication ._common_form__formWrapper ._common_form__formContainer { overflow: visible; }
  ._common_form__moduleSelector ._common_form__moduleSelectorClass { width: 100%; height: inherit; min-width: auto; transform: none; top: 0; left: 0 !important; right: 0; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet._common_form__formWrapper ._common_form__header { background: #f1f1f1; padding: 10px 15px; margin: 0; color: white; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft [class*="btnClose"] { color: rgba(0, 0, 0, 0.7) !important; top: 0px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft [class*="btnClose"]:before, ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft [class*="btnClose"]:after { content: ''; height: 20px; position: absolute; padding: 0; margin: 0; background-position: -331px -216px; opacity: .7; left: 13px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft [class*="btnClose"]:after { transform: rotate(45deg); }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet._common_form__formWrapper ._common_form__header h1 { font-size: 20px !important; padding: 4px 0 0 0; color: #666; line-height: 22px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__formSet._common_form__formWrapper ._common_form__fieldSet ._common_form__header { background-color: #ffffff; height: 0; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__inactive { right: 80px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__inactiveRight { right: 0; }
  ._common_form__commonAddNew._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__formSet ._common_form__content ._common_form__formWrapper { height: 100%; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: scroll !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__formScroll ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer { overflow: visible !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__resDiagnosis ._common_form__formSet._common_form__formWrapper ._common_form__header h1 { font-size: 17px !important; color: #333; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__emarSetupDetail._common_form__formScroll > [class*="common_overlay__overlay"][class*="overlay__parentOverlay"] { font-style: normal; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__immunization._common_form__emarSetupDetail._common_form__formScroll > [class*="common_overlay__overlay"][class*="overlay__parentOverlay"] ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__insuranceForm._common_form__emarSetupDetail._common_form__formScroll > [class*="common_overlay__overlay"][class*="overlay__parentOverlay"] { font-style: normal; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__insuranceForm._common_form__emarSetupDetail._common_form__formScroll > [class*="common_overlay__overlay"][class*="overlay__parentOverlay"] ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }
  ._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__previousNursing { margin: 9px 0; }
  ._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__previousHomeCare { margin: 0; }
  ._common_form__commonAddNew._common_form__resAdmissionHistory ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__admittedFromOwnHome { margin: -5px 0 0px 0px; }
  ._common_form__commonAddNew._common_form__resLoa ._common_form__holdMedicatin { margin-top: -14px !important; }
  ._common_form__newWrapForm ._common_form__advanceDirective._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__textArea label textarea { margin: 15px 0 0 0; min-width: 100%; max-width: 100%; }
  ._common_form__companySettingWrapper ._common_form__headerMain { margin: 5px 10px !important; }
  ._common_form__companySettingWrapper ._common_form__headerMain ._common_form__registrationNumber { padding: 0px !important; }
  ._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper > div { width: 100%; }
  ._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__form ._common_form__formContainer { padding: 0; float: left; width: 99% !important; overflow: visible; }
  ._common_form__companySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body { margin-left: -15px !important; }
  ._common_form__companySettingWrapper ._common_form__customHeader { margin: 0 5px !important; }
  ._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group { padding: 0; }
  ._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body { padding: 5px 2px; }
  ._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body > div { width: 50% !important; display: contents; }
  ._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="_graphql__selectPickerWrapper"] [class*="_graphql__body"] { padding: 10px; }
  ._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="_graphql__selectPickerWrapper"] [class*="_graphql__body"] ._common_form__communicationTypeSetupItemsWrapper { display: block; }
  ._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer [class*="_graphql__selectPickerWrapper"] [class*="_graphql__body"] ._common_form__communicationTypeSetupItemsWrapper ._common_form__checkMark { left: 25px; }
  ._common_form__companySettingWrapper ._common_form__customHeader ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer ._common_form__message { font-size: 20px; left: -2px; }
  ._common_form__companySettingWrapper ._common_form__customHeader ._common_form__registrationNumber label ._common_form__label { padding: 0 5px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header { z-index: auto; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header ._common_form__headerSaveBtn { z-index: 2; right: 0; } }

@media (max-width: 896px) and (orientation: landscape) { ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content { height: calc(100vh - 150px); } }

@media (max-width: 896px) { ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__label { white-space: normal; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__labelInput ._common_form__label { width: fit-content; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__labelInput ._common_form__label input { width: 30px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer ._common_form__labelInput ._common_form__label ._common_form__toolTipContainer { right: -2px; top: 4px !important; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine label { width: auto; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine label ._common_form__label { white-space: nowrap; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine ._common_form__toggle > span { display: flex; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine ._common_form__toggle > span ._common_form__toolTipContainer { position: relative; right: 0px; top: 0px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__requireCommunicationCheckbox label ._common_form__label label { white-space: nowrap; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__requireCommunicationCheckbox label div input { width: 5px !important; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__requireCommunicationCheckbox label div ._common_form__requireCommunicationCheckbox { padding-left: 12px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__requireCommunicationCheckbox label div ._common_form__requireCommunicationCheckMark { left: 10px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__requireCommunicationCheckbox._common_form__requireProspect { bottom: 0; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__requireCommunicationCheckbox._common_form__requireProspect label > div span._common_form__requireProspect { left: 23px; bottom: 10px; padding-left: 0; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__requireCommunicationCheckbox._common_form__requireProspect label > div span._common_form__checkMark { left: 0px; bottom: 30px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__loginType ._common_form__radioGroup div span label { padding-left: 0px !important; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__loginType ._common_form__radioGroup div span label ._common_form__customRadio { left: 0px !important; } }

@media (max-width: 896px) and (orientation: landscape) { ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__loginType ._common_form__radioGroup div span:nth-child(2) label { padding-left: 30px !important; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__loginType ._common_form__radioGroup div span:nth-child(2) label ._common_form__customRadio { left: 30px !important; } }

@media (max-width: 896px) { ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__recordDeletionHelpIcon { width: fit-content; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__recordDeletionHelpIcon ._common_form__toggle ._common_form__toolTipContainer { position: absolute !important; top: 18px !important; right: -30px !important; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__oneLine ._common_form__toggle [class*="legend"] { right: -5px !important; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__reminderDismissal { padding-left: 23px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__reminderDismissal label ._common_form__label { padding: 5px 5px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__reminderDismissal label ._common_form__checkMark { left: 16px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__fieldContainer._common_form__reminderDismissal._common_form__disabled label ._common_form__checkMark { left: 5px; }
  ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content ._common_form__main ._common_form__marketingGenaralHelpIcon ._common_form__formWrapper ._common_form__header ._common_form__toolTipContainer { top: 40%; right: 0px; position: absolute; }
  ._common_form__companySettingWrapper ._common_form__formSet ._common_form__alertFormOverlay ._common_form__formWrapper { width: 310px; }
  ._common_form__companySettingWrapper ._common_form__registrationNumber { float: none !important; }
  ._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__header h1 { padding-top: 0; }
  ._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft span { left: 0; top: 2px; }
  ._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft [class*="btnClose"]:before { font-size: 28px; }
  ._common_form__inquiryInterestLevelWrap ._common_form__commonAddNew ._common_form__formSet ._common_form__header ._common_form__headerSaveBtn a { right: 7px; }
  ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox ._common_form__label { padding-left: 4px; }
  ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__mayContactCheckBox ._common_form__checkMark { top: 7px !important; }
  ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox ._common_form__checkMark { top: 12px !important; }
  ._common_form__prospectDetailWrapper ._common_form__formWrapper ._common_form__prospectCheckBoxWrap ._common_form__secondOccupantCheckBox input { margin-left: 0; }
  ._common_form__communitySettingWrapper ._common_form__registrationWrap ._common_form__communityLegendWrapperMain { top: 1px; }
  ._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__imageUpload { display: flex; flex-wrap: wrap; }
  ._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__imageUpload > div:nth-child(1) { width: 100%; float: none; }
  ._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__imageUpload > div:nth-child(2) { width: 100%; float: none; position: relative; left: 0; margin-top: 15px; }
  ._common_form__communitySettingWrapper._common_form__communityInfoWrap ._common_form__communityInactiveCheckBox { position: relative; top: 0; }
  ._common_form__communitySettingWrapper ._common_form__headerMain { margin: 5px 10px !important; }
  ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__registrationNumber { float: none; }
  ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__registrationNumber label input { max-width: 100%; }
  ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper > div { width: 100%; }
  ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__form ._common_form__formContainer { padding: 0; float: left; width: 99% !important; overflow: visible; }
  ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body { margin-left: -15px !important; }
  ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__oneLine { width: 100% !important; float: none !important; }
  ._common_form__communitySettingWrapper ._common_form__headerMain ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__oneLine label { display: block; }
  ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header { z-index: auto; }
  ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper > ._common_form__header ._common_form__headerSaveBtn { z-index: 3; right: 0; }
  ._common_form__communitySettingWrapper ._common_form__formSet ._common_form__content { height: calc(100vh - 190px) !important; }
  ._common_form__communitySettingWrapper ._common_form__formSet ._common_form__alertFormOverlay ._common_form__formWrapper { width: 310px; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__oneLine label { display: inline !important; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__oneLine label ._common_form__label { white-space: normal; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__turnRetroBilling ._common_form__radioGroup > div:nth-child(2) > span:nth-child(3) ._common_form__label label { padding: 0; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__turnRetroBilling ._common_form__radioGroup > div:nth-child(2) > span:nth-child(3) label ._common_form__spriteLock { width: 10px !important; position: relative; top: 4px; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customCheckBox > label:nth-child(1) { display: flex; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__customCheckBox > label:nth-child(1) ._common_form__label { display: inline !important; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child { display: flex; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child label div { white-space: normal !important; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__calendarInput { display: flex; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__retroCompareTransaction > div:first-child div._common_form__calendarInput ._common_form__placeholderSpan { margin-left: 0; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__turnRetroBilling ._common_form__radioGroup div span { display: block; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__setUpButton { width: 100%; }
  ._common_form__communitySettingWrapper._common_form__AROptionWrap ._common_form__inputWrapper label ._common_form__label { white-space: normal !important; }
  ._common_form__communitySettingWrapper ._common_form__registrationNumber { float: none !important; }
  ._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__formSet ._common_form__content { height: calc(100vh - 50px) !important; }
  ._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__formSet ._common_form__content ._common_form__fieldSet ._common_form__body ._common_form__customCheckBox ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper { width: 100% !important; height: 100%; min-width: auto !important; }
  ._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__formSet ._common_form__content ._common_form__fieldSet ._common_form__body ._common_form__customCheckBox ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__header h1 { width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  ._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__formSet ._common_form__content ._common_form__fieldSet ._common_form__body ._common_form__customCheckBox ._common_form__marketingInterfaceSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText { padding-top: 4px; left: 40px; }
  ._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__formSet ._common_form__content ._common_form__fieldSet ._common_form__body ._common_form__silverChairSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper { width: 100% !important; height: 100%; min-width: auto !important; }
  ._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__formSet ._common_form__content ._common_form__fieldSet ._common_form__body ._common_form__silverChairSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__header h1 { width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  ._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__formSet ._common_form__content ._common_form__fieldSet ._common_form__body ._common_form__silverChairSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText { padding-top: 4px; left: 40px; }
  ._common_form__communitySettingWrapper._common_form__marketingWrapper ._common_form__formSet ._common_form__content ._common_form__fieldSet ._common_form__body ._common_form__silverChairSetup [class*="scrollableContainer"] ._common_form__formSet._common_form__formWrapper ._common_form__fieldSet ._common_form__oneLine label { display: block; }
  ._common_form__lostBulkProspectWrap [class*="table__table"] { height: 140px; }
  ._common_form__lostBulkProspectWrap [class*="table__table"] table tr td, ._common_form__lostBulkProspectWrap [class*="table__table"] table tr th { width: 150px; }
  ._common_form__bulkUpdateWrapper ._common_form__formWrapper._common_form__bulkUpdateFormWrapper ._common_form__form > ._common_form__formContainer { box-sizing: border-box; }
  ._common_form__bulkUpdateWrapper ._common_form__formWrapper._common_form__bulkUpdateFormWrapper ._common_form__form > ._common_form__formContainer ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show { top: 56px !important; bottom: inherit; }
  ._common_form__bulkUpdateWrapper ._common_form__formWrapper._common_form__bulkUpdateFormWrapper > ._common_form__newHeader ._common_form__headerCloseLeft span :before, ._common_form__bulkUpdateWrapper ._common_form__formWrapper._common_form__bulkUpdateFormWrapper > ._common_form__newHeader ._common_form__headerCloseLeft span :after { border-left: 2px solid #fff; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__searchPickerAddNewWrap { height: 100%; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__searchPickerAddNewWrap ._common_form__form ._common_form__salesReferralSearchInput label span:before { bottom: 0px !important; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__headerSaveBtn._common_form__processingHeader a { right: 6px; max-width: 80px; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__error._common_form__messagesContainer._common_form__left { width: 100%; }
  ._common_form__bulkUpdateWrapper ._common_form__bulkUpdateFormWrapper ._common_form__calendarBelow ._common_form__calendarInput ._common_form__show { z-index: 2; }
  [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__companySettingWrapper, [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__communitySettingWrapper { height: 100%; }
  [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper, [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper { height: 100%; overflow: visible; }
  [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content, [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content { top: 5px; }
  [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content > ._common_form__main > div, [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content > ._common_form__main > div { margin: 10px 15px 10px; }
  [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content > ._common_form__main > div:last-child, [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content > ._common_form__main > div:last-child { margin-bottom: 0; }
  [class*="settingsPanelOverlay"] [class*="settingsPanelContent"] ._common_form__companySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content { height: calc(100%  - 170px) !important; top: -10px; } }

@media (max-width: 896px) and (orientation: landscape) { [class*="settingsPanelOverlay"] [class*="communitySharing"] { height: calc(100% + 120px) !important; } }

@media (max-width: 896px) and (orientation: portrait) { [class*="settingsPanelOverlay"] [class*="communitySharing"] ._common_form__companySettingWrapper ._common_form__formWrapper._common_form__formSet ._common_form__content { height: calc(100% - 10px) !important; } }

@media (max-width: 896px) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:before { content: ''; height: 20px; position: absolute; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:after { content: ''; height: 20px; border-left: 2px solid #666; position: absolute; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer label ._common_form__label { padding-left: 7px !important; width: 85% !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer label ._common_form__label:before { top: 3px; }
  ._common_form__contactsFormWrapper ._common_form__addressNote ._common_form__addressNoteText { font-weight: normal !important; }
  ._common_form__contactsFormWrapper ._common_form__addressNote ._common_form__glyphicon { padding-left: 0; }
  ._common_form__contactsFormWrapper ._common_form__contactInlineEntryForm ._common_form__formWrapper ._common_form__formContainer { padding-left: 8px !important; padding-right: 8px !important; }
  ._common_form__resUnitHistory ._common_form__unitHistoryCheckbox > label > input:checked ~ ._common_form__label:before { margin: 5px 0px 0px 15px !important; }
  ._common_form__resUnitHistory ._common_form__unitHistoryCheckbox ._common_form__label:before { margin: 5px 0px 0px 15px !important; }
  ._common_form__resUnitHistory ._common_form__unitHistoryCheckbox ._common_form__label:after { top: 8px !important; }
  ._common_form__demographicsFormWrapper ._common_form__emailWrapper ._common_form__mailLink { top: 1px; }
  ._common_form__allergyForm ._common_form__formSet > ._common_form__header { height: 25px; padding-bottom: 10px; }
  ._common_form__allergyForm ._common_form__formSet > ._common_form__header h1 { padding-top: 4px !important; }
  ._common_form__allergyForm ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:before, ._common_form__allergyForm ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:after { content: ''; height: 20px; top: 5px; position: absolute; padding: 0; margin: 0; }
  ._common_form__allergyForm ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:after { transform: rotate(45deg); }
  ._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:before, ._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:after { content: ''; height: 20px; top: 15px; position: absolute; padding: 0; margin: 0; }
  ._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:after { transform: rotate(45deg); }
  ._common_form__dischargeCommonFormWrapper ._common_form__formWrapper ._common_form__form ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__utilityTimeWrapper ._common_form__timePicker ._common_form__period select, ._common_form__dischargeCommonFormWrapper ._common_form__formWrapper ._common_form__form ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__dischargeTimeWrapper ._common_form__timePicker ._common_form__period select { width: 100%; }
  ._common_form__dischargeCommonFormWrapper ._common_form__formSet { background-color: white !important; }
  ._common_form__dischargeCommonFormWrapper ._common_form__formSet ._common_form__content ._common_form__main { overflow-y: auto !important; padding-bottom: 0px; }
  ._common_form__dischargeForm ._common_form__formWrapper ._common_form__form ._common_form__children { padding-bottom: 20px !important; }
  ._common_form__dischargeForm ._common_form__formWrapper ._common_form__form ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__dischargeTimeWrapper { padding-right: 0; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content { height: auto; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main { height: 100%; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div { overflow: visible; height: auto; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__dateTimeHeading { display: none; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__inlineDateTimeField, ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__utilityTimeWrapper { padding: 5px !important; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__inlineDateTimeField ._common_form__label, ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__utilityTimeWrapper ._common_form__label { display: block; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__inlineDateTimeField ._common_form__calendarInput ._common_form__show, ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__utilityTimeWrapper ._common_form__calendarInput ._common_form__show { top: 56px; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__billingClinicalRadio { padding: 0 !important; margin-top: 10px; }
  ._common_form__billingClinicalFormWrapper ._common_form__formSet ._common_form__content ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__utilityTimeWrapper { padding-right: 2px !important; }
  ._common_form__resFuneralHome ._common_form__listField ._common_form__contactField ._common_form__fieldContainer input { margin-top: 20px; }
  ._common_form__funeralHomeWrapper ._common_form__contact label input { margin-top: 22px; }
  ._common_form__admissionDischargeWrapper ._common_form__admHistoryCountry [class*="_common_components__clear"] { right: 65px !important; bottom: 31px !important; }
  ._common_form__formWrapper._common_form__medPassExitPopup { width: 380px; }
  ._common_form__formWrapper._common_form__medPassExitPopup ._common_form__toolbar { padding: 15px; }
  ._common_form__potentialDupWrapper ._common_form__footer ._common_form__footerSaveBtn { width: calc(100% - 35px) !important; }
  ._common_form__reAdmitResident ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: 540px !important; }
  ._common_form__reAdmitResident ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__children table tr th:first-child { word-break: break-all; width: 22%; }
  ._common_form__reAdmitResident ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__children table tr td:first-child { width: 22%; }
  ._common_form__emarSetupDetail ._common_form__fieldSet ._common_form__body[class*="gridlayout__row"] [class*="gridlayout__column"], [class*="employeeMobileDetailWrap"] ._common_form__fieldSet ._common_form__body[class*="gridlayout__row"] [class*="gridlayout__column"], [class*="communityOverlayWrapper"] ._common_form__fieldSet ._common_form__body[class*="gridlayout__row"] [class*="gridlayout__column"] { width: 100% !important; }
  ._common_form__noteForm ._common_form__formSet > ._common_form__header { height: 25px; padding-bottom: 10px; }
  ._common_form__noteForm ._common_form__formSet > ._common_form__header h1 { padding-top: 4px !important; font-size: 17px !important; line-height: 22px !important; }
  ._common_form__noteForm ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:before, ._common_form__noteForm ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:after { content: ''; height: 20px; top: 5px; position: absolute; padding: 0; margin: 0; }
  ._common_form__noteForm ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"]:after { transform: rotate(45deg); }
  ._common_form__noteForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__notesCheckbox { position: relative; padding: 15px 5px !important; } }

@media (max-height: 414px) and (min-width: 767px) { ._common_form__demographicsFormWrapper [class*="_graphql__selectPickerWrapper"] [class*="_graphql__checkListBody"] { height: calc(100% - 75px); } }

@media (max-width: 362px) { ._common_form__resUnitHistory ._common_form__unitHistoryCheckbox > label > input:checked ~ ._common_form__label:before { margin: 8px 0px 0px 15px !important; }
  ._common_form__resUnitHistory ._common_form__unitHistoryCheckbox ._common_form__label:before { margin: 8px 0px 0px 15px !important; }
  ._common_form__resUnitHistory ._common_form__unitHistoryCheckbox ._common_form__label:after { top: 12px !important; }
  ._common_form__demographicsFormWrapper ._common_form__emailWrapper ._common_form__mailLink { top: -1px; } }

@media screen and (orientation: landscape) and (max-height: 374px) { ._common_form__lostBulkWrapper { height: calc(100% - 20px); }
  ._common_form__lostBulkWrapper br { display: none; }
  ._common_form__lostBulkWrapper ._common_form__lostBulkProspectWrap { height: 100%; box-sizing: border-box; padding-top: 0; }
  ._common_form__lostBulkWrapper ._common_form__lostBulkProspectWrap h1 + div { height: calc(100% - 39px); }
  ._common_form__lostBulkWrapper ._common_form__lostBulkProspectWrap h1 + div [class*="form__message"] { margin-bottom: 10px; }
  ._common_form__lostBulkWrapper ._common_form__lostBulkProspectWrap h1 + div [class*="form__message"] em { display: block; margin-bottom: 10px; }
  ._common_form__lostBulkWrapper ._common_form__lostBulkProspectWrap [class*="table__table"] { height: calc(100% - 116px); }
  ._common_form__lostBulkWrapper ._common_form__lostBulkProspectWrap [class*="table__table"] table tr td { padding: 7px 10px; }
  ._common_form__reAdmitResident [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__flexibleForm { height: 100%; overflow: hidden; max-height: 100%; }
  ._common_form__reAdmitResident [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__flexibleForm > ._common_form__form { height: 100%; overflow: hidden; } }

._common_form__notificationAlertOverlay { text-align: center; color: #666666; font-size: 16px; padding: 20px; }

._common_form__notificationAlertOverlay ._common_form__title { font-weight: bold; color: #666666; }

._common_form__notificationAlertOverlay ._common_form__message { display: block; margin-top: 8px; font-size: 15px; }

._common_form__notificationAlertOverlay ._common_form__button { display: inline-block; background-color: #03A9F4; color: #ffffff; margin-top: 12px; width: 100px; line-height: 32px; height: 32px; border-radius: 3px; cursor: pointer; }

._common_form__resAddmitanceHistoryNotification [class*="utilities__successAlertPopup"] { width: 350px !important; }

._common_form__resAddmitanceHistoryNotification ._common_form__message { text-align: center; }

._common_form__notificationAlertWrapper [class*="utilities__successAlertPopup"] { width: 450px !important; max-width: 95% !important; }

._common_form__setupUnsavedDataWarning [class*="graphql__message"] { margin-bottom: 5px; }

._common_form__setupUnsavedDataWarning ._common_form__toolbar { padding: 10px 0; }

._common_form__setupUnsavedDataWarning ._common_form__toolbar ._common_form__buttonWrapper ._common_form__cancelButton { border: none; color: white; background-color: #03a9f4; }

._common_form__setupUnsavedDataWarning ._common_form__toolbar ._common_form__buttonWrapper ._common_form__approveButton { border: 1px solid #999 !important; background: #fff; color: #333; }

._common_form__widgetFormWrapper ._common_form__formSet { width: 600px; }

._common_form__widgetFormWrapper ._common_form__formSet ._common_form__header ._common_form__headerSaveBtn a { color: white; }

._common_form__widgetFormWrapper ._common_form__formSet ._common_form__content ._common_form__main { overflow: visible !important; }

._common_form__widgetFormWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }

._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] { height: 100%; max-height: calc(100vh - 100px); }

@media (max-width: 1024px) { ._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] { max-height: 100%; } }

._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper { height: 100%; max-height: 100%; }

._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__formContainer [class*="modifyButton"] { margin-right: 5px; }

@media only screen and (max-width: 896px) { ._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__formContainer [class*="modifyButton"] { right: 0px; } }

._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form { height: calc(100% - 10px); }

@media (min-width: 1025px) { @supports (-webkit-touch-callout: none) { ._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: 824px !important; } } }

@media (min-width: 767px) and (orientation: landscape) { @supports (-webkit-touch-callout: none) { ._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 40px) !important; } } }

@media (min-width: 767px) and (orientation: portrait) { @supports (-webkit-touch-callout: none) { ._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: 100% !important; } } }

@media (min-width: 1024px) and (orientation: portrait) { @supports (-webkit-touch-callout: none) { ._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 120px) !important; } } }

@media (min-width: 1024px) and (orientation: landscape) { ._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 90px) !important; } }

@media (width: 712px) and (orientation: portrait) { ._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 90px) !important; } }

._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__toolbar { padding: 0 15px; }

._common_form__resAdmissionHistory ._common_form__hospitalWrapper ._common_form__formWrapper ._common_form__header { padding: 10px 15px !important; }

._common_form__resAdmissionHistory ._common_form__hospitalWrapper ._common_form__formWrapper ._common_form__header h1 { display: block; }

._common_form__resAdmissionHistory ._common_form__hospitalWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer input[type="text"] { width: 100% !important; }

._common_form__resAdmissionHistory ._common_form__hospitalWrapper ._common_form__formWrapper ._common_form__contact ._common_form__listField ._common_form__header { background-color: #ffffff; padding: 0px !important; }

._common_form__resAdmissionHistory ._common_form__loaReasonWrapper ._common_form__formWrapper ._common_form__header { padding: 10px 15px !important; }

._common_form__resAdmissionHistory ._common_form__loaReasonWrapper ._common_form__formWrapper ._common_form__header h1 { display: block; }

._common_form__resAdmissionHistory ._common_form__loaReasonWrapper ._common_form__formWrapper ._common_form__form ._common_form__formContainer input[type="text"] { width: 100% !important; }

._common_form__resLoa [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form { height: calc(100% - 50px); }

@media (min-width: 1024px) and (orientation: landscape) { ._common_form__resLoa [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 50px) !important; } }

@media (max-width: 767px) { ._common_form__resLoa [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__noWrapTableData table { width: 100% !important; } }

._common_form__resLoa ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__formWrapper { overflow: hidden !important; }

._common_form__resLoa ._common_form__formSet ._common_form__main ._common_form__formWrapper div[class*="searchPicker"] ._common_form__formWrapper ._common_form__form { height: 100%; overflow: auto !important; }

@media (max-width: 766px) { ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__sigCodeDesc { margin: 0 0 15px 0; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__header { height: 0 !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__headerCloseLeft span[class*="btnClose"] { top: 4px; height: 25px !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__headerCloseLeft span[class*="btnClose"]:after { position: absolute; top: 5px; right: auto; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__headerCloseLeft span[class*="btnClose"]:before { top: 5px; right: auto; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__headerCloseLeft ._common_form__closeWrapper { top: 4px !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__headerSaveBtn ._common_form__tick:after { position: absolute; top: 5px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__form { height: calc(100% - 50px) !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer { height: calc(100% - 17px) !important; padding: 0 5px; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__noWrapTableData table { width: 100% !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__formSet ._common_form__formWrapper ._common_form__formContainer ._common_form__fieldSet ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__header { padding: 0 !important; border: none !important; } }

@media (min-width: 1024px) and (orientation: landscape) { ._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPickerWithModify"] ._common_form__flexibleForm._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 90px) !important; }
  ._common_form__resLoa [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPickerWithModify"] ._common_form__flexibleForm._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 90px) !important; }
  body[class*="appMode"] ._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] { max-height: calc(100vh - 50px); } }

@media (orientation: portrait) and (width: 712px) { ._common_form__admissionDischargeWrapper ._common_form__realTimeUpdate ._common_form__crossIcon { top: 3px; }
  ._common_form__funeralWrapper ._common_form__formWrapper ._common_form__group ._common_form__searchPickerWithModify ._common_form__flexibleForm._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 48px) !important; }
  [class*="preferencesWrapper"] ._common_form__formWrapper ._common_form__group ._common_form__searchPickerWithModify ._common_form__flexibleForm._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 48px) !important; }
  ._common_form__medProfForm [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPickerWithModify"] ._common_form__flexibleForm._common_form__formWrapper ._common_form__form ._common_form__formContainer, ._common_form__resAdmissionHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPickerWithModify"] ._common_form__flexibleForm._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 48px) !important; }
  ._common_form__resLoa [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPickerWithModify"] ._common_form__flexibleForm._common_form__formWrapper ._common_form__form ._common_form__formContainer { height: calc(100% - 15px) !important; } }

@media (max-width: 767px) and (min-width: 415px) { [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__form ._common_form__formContainer { height: 100% !important; }
  [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__form ._common_form__formContainer ._common_form__group { padding: 5px 0 0 0 !important; }
  [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body { display: flex; }
  [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__searchFilter { top: 0; }
  [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__form ._common_form__formContainer ._common_form__group table { width: 100% !important; }
  [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__inquirySearhFilter { margin-top: 0; padding-bottom: 0; }
  ._common_form__resUnitHistory [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formContainer { height: calc(100% - 70px) !important; }
  ._common_form__medProfForm [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"]:not([class*="searchPickerWithModify"]) ._common_form__formContainer { height: calc(100% - 48px) !important; }
  ._common_form__resDiagnosis [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formContainer { height: calc(100% - 48px) !important; }
  ._common_form__immunization [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formContainer { height: calc(100% - 48px) !important; }
  ._common_form__allergyForm [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formContainer { height: calc(100% - 48px) !important; }
  ._common_form__reAdmitResident [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formContainer { height: calc(100% - 48px) !important; }
  ._common_form__copyResident [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formContainer { height: calc(100% - 48px) !important; }
  ._common_form__dischargeForm [class*="searchPicker"] [class*="scrollableContainer"] [class*="searchPanel"] ._common_form__formContainer { height: calc(100% - 48px) !important; }
  ._common_form__resAdmissionHistory ._common_form__children { margin-top: -23px; } }

@media (max-width: 414px) { div[class*="searchPicker"] ._common_form__searchPickerAddNewWrap ._common_form__body [class*="common_gridlayout__column"]:nth-child(2) { position: inherit !important; width: 100% !important; }
  div[class*="searchPicker"] ._common_form__searchPickerAddNewWrap ._common_form__salesReferralSearchInput { width: calc(100% - 47px); }
  div[class*="searchPicker"] ._common_form__searchPickerAddNewWrap ._common_form__searchPickerAddNewBtn { padding: 0 !important; height: 0; }
  div[class*="searchPicker"] ._common_form__searchPickerAddNewWrap ._common_form__searchPickerAddNewBtn ._common_form__searchPickerAddNewBtnInner { top: -24px; right: 5px; left: inherit; }
  div[class*="searchPicker"] ._common_form__searchPickerAddNewWrap ._common_form__searchPickerAddNewBtn [class*="open _graphql__popup"] { left: inherit !important; right: 4px !important; top: 8px !important; box-sizing: content-box; width: 170px !important; }
  ._common_form__customFields ._common_form__toolbar ._common_form__apply, ._common_form__customFields ._common_form__toolbar ._common_form__view, ._common_form__customFields ._common_form__toolbar ._common_form__submit { width: calc(33.33% - 10px); font-size: 13px; margin: 0px 5px !important; }
  ._common_form__customFields ._common_form__legnedResetGroup { position: absolute; top: -54px; right: 0; }
  ._common_form__customFields ._common_form__legnedResetGroup ._common_form__cancel { width: 70px; background: #fff; }
  ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup { width: 100%; }
  ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__apply, ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__cancel, ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__submit { width: 33.33%; }
  ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__apply { margin-left: 0 !important; }
  ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__cancel { width: calc(33.33% - 10px); margin-left: 0; }
  ._common_form__customFields ._common_form__customViewPage ._common_form__btnGroup ._common_form__submit { margin-right: 0 !important; }
  ._common_form__commonAddNew._common_form__resDiagnosis ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__formContainer ._common_form__children table tr th:first-child { word-break: break-all; width: 45%; }
  ._common_form__commonAddNew._common_form__resDiagnosis ._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__formContainer ._common_form__children table tr td:first-child { width: 45%; }
  ._common_form__demographicsFormWrapper ._common_form__referralWrapper ._common_form__inputLike span { max-width: 216px !important; }
  ._common_form__companySettingWrapper ._common_form__formWrapper ._common_form__header h1, ._common_form__communitySettingWrapper ._common_form__formWrapper ._common_form__header h1 { font-size: 20px; }
  ._common_form__companySettingWrapper ._common_form__spriteLock, ._common_form__communitySettingWrapper ._common_form__spriteLock { width: 22px; }
  ._common_form__companySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__userDefinedTitle, ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__userDefinedTitle { display: inline-flex; max-width: 260px; }
  ._common_form__companySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__userDefinedTitle [class*="communityHeadingLabel"], ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__userDefinedTitle [class*="communityHeadingLabel"] { position: relative; }
  ._common_form__companySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__userDefinedTitle [class*="glyphicon"]:before, ._common_form__communitySettingWrapper._common_form__userDefinedFieldsWrap ._common_form__userDefinedTitle [class*="glyphicon"]:before { margin-top: 0; }
  ._common_form__companySettingWrapper ._common_form__reminderDismissal span ._common_form__toolTipContainer, ._common_form__communitySettingWrapper ._common_form__reminderDismissal span ._common_form__toolTipContainer { top: 4px !important; position: absolute; right: 0; } }

@media (max-width: 414px) and (min-width: 370px) { ._common_form__companySettingWrapper ._common_form__reminderDismissal span ._common_form__toolTipContainer, ._common_form__communitySettingWrapper ._common_form__reminderDismissal span ._common_form__toolTipContainer { right: auto; } }

@media (max-width: 320px) { ._common_form__newHeader ._common_form__headerSaveBtn a { padding: 7px 6px 7px 18px; right: 5px; }
  ._common_form__newHeader ._common_form__headerSaveBtn a ._common_form__tick { left: -9px; } }

@media screen and (min-width: 1025px) { ._common_form__churchTempleWrapper ._common_form__formWrapper ._common_form__formContainer div[class*="gridlayout__column"] { width: 33% !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet { min-height: 96%; max-height: 96%; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content { bottom: 0; top: 50px; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content ._common_form__menu { display: none; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div { margin: 0; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper { position: relative; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer div[class*="_common_form__group"]:nth-child(2), ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer div[class*="_common_form__group"]:nth-child(3), ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer div[class*="_common_form__group"]:nth-child(4), ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer div[class*="_common_form__group"]:nth-child(5), ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer div[class*="_common_form__group"]:nth-child(6), ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer div[class*="_common_form__group"]:nth-child(7), ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer div[class*="_common_form__group"]:nth-child(8) { width: calc(100% - 320px) !important; } }

@media (min-width: 1025px) and (max-width: 1366px) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet { min-width: 975px !important; max-width: 975px; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet > ._common_form__content > ._common_form__main > div ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__contactPersonalChecksWrap ._common_form__contactPersonalChecks ._common_form__fieldContainer label ._common_form__label { width: 89%; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main { overflow: hidden !important; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: hidden !important; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__form { overflow: hidden !important; }
  ._common_form__commonAddNew div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__form ._common_form__formContainer { overflow: hidden !important; } }

@media all and (min-width: 1025px) and (max-width: 1366px) and (-ms-high-contrast: none), (min-width: 1025px) and (max-width: 1366px) and (-ms-high-contrast: active) { ._common_form__resLoa div[class*="parentOverlay"] ._common_form__formSet ._common_form__main { overflow: hidden !important; }
  ._common_form__resLoa div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: auto !important; }
  ._common_form__resLoa div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__form { overflow: hidden !important; }
  ._common_form__resLoa div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__form ._common_form__formContainer { overflow: hidden !important; } }

@media (min-width: 1025px) and (max-width: 1366px) { @supports not (-webkit-touch-callout: none) { ._common_form__resLoa div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: auto !important; }
    ._common_form__resLoa div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper [class*="common_overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper { overflow: hidden !important; } }
  ._common_form__copyResident div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: auto !important; }
  @supports not (-webkit-touch-callout: none) { ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__medScheduleCode div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: auto !important; }
    ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__medScheduleCode div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper [class*="common_overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper { overflow: hidden !important; } }
  ._common_form__createSetupModal > div > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div._common_form__formWrapper > div._common_form__form > div._common_form__formContainer { -webkit-overflow-scrolling: auto !important; } }

/* IE9, IE10, IE11 */
@media screen and (min-width: 0\0) { ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__medScheduleCode div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: auto !important; }
  ._common_form__commonAddNew._common_form__emarSetupDetail._common_form__medScheduleCodeAddNew ._common_form__medScheduleCode div[class*="parentOverlay"] ._common_form__formSet ._common_form__main ._common_form__formWrapper [class*="common_overlay__overlay"] [class*="components__searchPanel"] ._common_form__formWrapper { overflow: hidden !important; }
  /* health monitor widgets overlay in Zoom mode. i.e vitals */
  ._common_form__dashBoardZoomMode [class*="_common_overlay__wrapper"] { overflow: scroll !important; background: rgba(0, 0, 0, 0.5); } }

@media (min-width: 768px) and (max-width: 1024px) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__messagesContainerToast { right: 10px !important; }
  ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper { top: 8px; } }

@media (min-width: 1367px) { ._common_form__contactsFormWrapper ._common_form__addPersonalContact ._common_form__formWrapper._common_form__formSet { min-width: 1024px !important; max-width: 1024px; } }

._common_form__hidden { display: none; }

._common_form__refresh { vertical-align: middle; display: inline-block; width: 18px; height: 18px; background: url(../../8a57c00cf9e5496f/images/sprite.png) -317px -167px; cursor: pointer; padding-left: 21px; margin-left: 15px; }

@media (hover: hover) { ._common_form__refresh { opacity: 0.7; }
  ._common_form__refresh:hover { opacity: 1; } }

._common_form__noPadding { padding: 0; }

._common_form__perfMetricHelpText [class*="rc-tooltip-inner"] { text-align: center !important; }

._common_form__tooltip { padding: 0; }

._common_form__tooltip [class*="rc-tooltip-inner"] { text-align: center !important; min-width: 100px; margin-top: 5px; }

._common_form__reAdmitResident [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__form ._common_form__formContainer input:focus ~ em { margin-left: 3px; }

._common_form__reAdmitResident [class*="components__searchPanel"] ._common_form__header h1 { font-size: 20px; color: #333; }

._common_form__reAdmitResident [class*="components__searchPanel"] ._common_form__cancelText { color: #666; }

._common_form__reAdmitResident [class*="components__searchPanel"] [class*="components__result"] th { color: #333; font-size: 14px; font-weight: 500; width: 33%; }

._common_form__reAdmitResident [class*="components__searchPanel"] [class*="components__result"] td { opacity: 0.7; font-size: 14px; color: #000; width: 33%; }

._common_form__classificationSearchIcon { position: relative; top: 5px; }

._common_form__classificationSearchIcon label span:before { position: absolute; margin: 1px 0 0 -33px !important; z-index: 1; }

@supports (-webkit-touch-callout: none) { ._common_form__classificationSearchIcon label span:before { margin: 3px 0 0 -33px !important; } }

._common_form__classificationSearchIcon div { width: 100%; }

._common_form__classificationSearchIcon input[type="search"] { padding-right: 30px !important; z-index: 0; }

._common_form__bulkCommunicationTooltip { content: ''; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -82px -1px; display: inline-block; width: 29px; height: 20px; cursor: pointer; background-size: 448px; vertical-align: bottom; }

._common_form__splitSearch { width: 100%; }

._common_form__splitSearch > ._common_form__inputLike { padding: 5px 2px !important; font-weight: normal !important; }

._common_form__splitSearch > ._common_form__inputLike span { bottom: 0; right: 5px; }

._common_form__helpOverlayContainer { padding: 0 25px 25px 25px; width: 566px !important; min-height: 177px; max-height: 383px; }

@media (max-width: 414px) { ._common_form__medProfForm ._common_form__medProfPicker { margin-top: 15px; }
  ._common_form__medProfForm ._common_form__messagesContainerToast { height: auto !important; max-height: 54px !important; }
  ._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader { height: 50px; }
  ._common_form__medProfForm [class*="components__searchPanel"] ._common_form__formWrapper ._common_form__newHeader h1 { width: 160px; display: inline-block !important; position: relative; top: -10px; }
  ._common_form__contactsFormWrapper ._common_form__contactInlineEntryForm ._common_form__NewWrapForm ._common_form__header h1 { margin-top: 24px; }
  ._common_form__contactsFormWrapper ._common_form__contactInlineEntryForm ._common_form__flexibleForm ._common_form__header h1 { margin-top: 0; }
  ._common_form__contactsFormWrapper ._common_form__pharmacyWrapper { height: auto !important; max-height: 54px !important; } }

._common_form__noteAlertWrapper ._common_form__formSet { width: 600px !important; }

._common_form__noteAlertWrapper ._common_form__formSet ._common_form__header ._common_form__headerSaveBtn a { color: white; }

._common_form__noteAlertWrapper ._common_form__formSet ._common_form__content ._common_form__main { overflow: visible !important; }

._common_form__noteAlertWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }

._common_form__medInfoForm ._common_form__messagesContainerToast { padding: 1px !important; margin: 4px 0 0 0; top: 50px !important; right: 18px !important; font-size: 13px !important; }

._common_form__medInfoForm ._common_form__formSet { width: 600px !important; }

._common_form__medInfoForm ._common_form__formSet ._common_form__content ._common_form__main { overflow: visible !important; }

._common_form__medInfoForm ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper { overflow: visible !important; }

._common_form__medInfoForm ._common_form__formSet ._common_form__healthPlanEDI { display: flex; display: -ms-inline-flexbox; width: 100%; }

._common_form__medInfoForm ._common_form__formSet ._common_form__healthPlanEDI label { cursor: pointer; position: relative; }

._common_form__medInfoForm ._common_form__formSet ._common_form__healthPlanEDI label ._common_form__label { margin-left: 25px; }

._common_form__medInfoForm ._common_form__formSet ._common_form__healthPlanEDI label input[type="checkbox"] { width: 5%; opacity: 0; z-index: 1; cursor: pointer; display: none !important; }

._common_form__medInfoForm ._common_form__formSet ._common_form__healthPlanEDI label span { position: absolute; top: 3px; left: 0; height: 17px; width: 17px; background-color: #fff; border: 1px solid #CCCCCC; border-radius: 2px; }

._common_form__medInfoForm ._common_form__formSet ._common_form__healthPlanEDI label input:checked ~ span { background-color: #2196F3; }

._common_form__medInfoForm ._common_form__formSet ._common_form__healthPlanEDI label span:after { content: ""; position: absolute; display: none; }

._common_form__medInfoForm ._common_form__formSet ._common_form__healthPlanEDI label input:checked ~ span:after { display: block; }

._common_form__medInfoForm ._common_form__formSet ._common_form__healthPlanEDI label span:after { content: ""; left: 5px; top: 0; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

._common_form__wisdom2ActForm ._common_form__formSet._common_form__formWrapper ._common_form__main { padding-bottom: 0 !important; }

._common_form__wisdom2ActForm ._common_form__form ._common_form__header h2 { color: #666; font-weight: 400; }

._common_form__wisdom2ActType ._common_form__radioGroup { display: flex; }

._common_form__wisdom2ActType ._common_form__radioGroup ._common_form__customRadio { width: 16px !important; height: 16px; border-radius: 50%; margin: 0; padding: 0 !important; position: absolute; border: 1px solid #999; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__wisdom2ActType ._common_form__radioGroup ._common_form__customRadio { margin-left: -26px !important; bottom: 5px; } }

._common_form__wisdom2ActType ._common_form__radioGroup ._common_form__customRadio:after { content: ""; width: 10px; height: 10px; border-radius: 50%; position: absolute; top: 3px; left: 3px; }

._common_form__wisdom2ActType ._common_form__radioGroup label input { margin-right: 10px !important; }

._common_form__wisdom2ActType ._common_form__radioGroup label ._common_form__label { margin-top: 2px !important; color: #666666 !important; }

._common_form__wisdom2ActType ._common_form__radioGroup input[type="radio"]:checked ~ span { border-color: #0d8de2; }

._common_form__wisdom2ActType ._common_form__radioGroup input[type="radio"]:checked ~ span:after { background: #0d8de2; }

._common_form__wisdom2ActType ._common_form__radioGroup > ._common_form__label { margin-right: 10px !important; }

._common_form__wisdom2ActType ._common_form__radioGroup label { position: relative; bottom: 4px; align-items: center; }

._common_form__wisdom2ActType ._common_form__radioGroup label input { opacity: 0; }

._common_form__wisdom2ActType ._common_form__radioGroup div { flex: none; display: inline-flex; display: -ms-inline-flexbox; flex-direction: row; flex-wrap: wrap; width: 100%; }

._common_form__wisdom2ActType ._common_form__radioGroup div span { width: 50%; margin: 0 0 5px 0; }

@media (max-width: 767px) { ._common_form__wisdom2ActType span { width: 100% !important; } }

@media screen and (max-width: 576px) { ._common_form__riskManagementWrap ._common_form__calendarInput._common_form__editCalendarInput > span:after { margin-left: -25px !important; } }

@media (max-width: 1095px) and (min-width: 768px) { ._common_form__communitySettingWrapper ._common_form__formSet ._common_form__content { height: calc(100vh - 155px) !important; }
  ._common_form__companySettingWrapper ._common_form__formSet ._common_form__content { height: calc(100vh - 155px) !important; }
  ._common_form__companySettingWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__mainSettingHelpIcon [class*='labelHelpIcon'] { position: absolute; top: 10px; left: 192px; }
  ._common_form__companySettingWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__mainSettingHelpIcon._common_form__dateInput [class*='labelHelpIcon'] { right: 0px; }
  ._common_form__companySettingWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__leaseExpirationWrap [class*='labelHelpIcon'] { left: 184px; }
  ._common_form__companySettingWrapper ._common_form__formSet ._common_form__content ._common_form__main ._common_form__licenseProtectionWrap [class*='labelHelpIcon'] { position: absolute; top: 5px; left: 194px; }
  ._common_form__sharingWrapper ._common_form__formSet ._common_form__content { height: calc(100vh - 64px) !important; } }

@media screen and (max-width: 900px) { ._common_form__AROptionWrap ._common_form__retroCompareTransaction ._common_form__editCalendarInput > label { flex-wrap: wrap; }
  ._common_form__AROptionWrap ._common_form__retroCompareTransaction ._common_form__editCalendarInput > label > div { width: 100% !important; min-width: auto !important; }
  ._common_form__AROptionWrap ._common_form__retroCompareTransaction ._common_form__editCalendarInput > label > span { width: 100% !important; margin-left: 0px !important; } }

@media screen and (max-width: 850px) { ._common_form__AROptionWrap ._common_form__retroCompareTransaction ._common_form__toolTipContainer { top: 26px !important; } }

@media screen and (max-width: 850px) and (max-width: 460px) { ._common_form__AROptionWrap ._common_form__retroCompareTransaction ._common_form__toolTipContainer { top: 45px !important; } }

@media screen and (max-width: 850px) { ._common_form__AROptionWrap ._common_form__retroCompareTransaction ._common_form__editCalendarInput > label { flex-wrap: wrap; }
  ._common_form__AROptionWrap ._common_form__retroCompareTransaction ._common_form__editCalendarInput > label > div { width: 100% !important; }
  ._common_form__AROptionWrap ._common_form__retroCompareTransaction ._common_form__editCalendarInput > label > span { width: 100% !important; margin-left: 0px !important; }
  ._common_form__AROptionWrap ._common_form__customCheckBox label ._common_form__label { white-space: normal !important; }
  ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable { overflow-y: auto; }
  ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__tblBody { height: auto; }
  ._common_form__nonMedInterventionWrapper ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__calendarInput { position: inherit !important; }
  ._common_form__nonMedInterventionWrapper [class*="addBtn"] { right: -15px !important; }
  ._common_form__nonMedInterventionClass ._common_form__formWrapper ._common_form__nonMedicationDetail [class*="reviewTable"] > table td:first-child { padding-left: 15px !important; }
  ._common_form__nonMedInterventionClass ._common_form__formWrapper ._common_form__nonMedicationDetail ._common_form__nonMedicationTable > table ._common_form__td { padding: 5px 0 5px 0 !important; } }

._common_form__resMedicalProfessional._common_form__commonAddNew ._common_form__formSet ._common_form__header { padding: 10px 15px !important; }

._common_form__resMedicalProfessional._common_form__commonAddNew ._common_form__formSet ._common_form__header h1 { display: inline-block; }

._common_form__resMedicalProfessional._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__formContainer input { width: 100% !important; }

._common_form__resAllergy._common_form__commonAddNew ._common_form__formSet ._common_form__header, ._common_form__resChartDiagnosis._common_form__commonAddNew ._common_form__formSet ._common_form__header { display: flex; justify-content: center; align-items: center; }

._common_form__resAllergy._common_form__commonAddNew ._common_form__formSet ._common_form__header h1, ._common_form__resChartDiagnosis._common_form__commonAddNew ._common_form__formSet ._common_form__header h1 { display: inline-block; }

._common_form__resAllergy._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__formContainer ._common_form__searchPickerWrapper ._common_form__newHeader, ._common_form__resChartDiagnosis._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__formContainer ._common_form__searchPickerWrapper ._common_form__newHeader { display: flex; display: -ms-flexbox; align-items: center; justify-content: center; }

._common_form__resAllergy._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__formContainer ._common_form__searchPickerWrapper ._common_form__newHeader h1, ._common_form__resChartDiagnosis._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__formContainer ._common_form__searchPickerWrapper ._common_form__newHeader h1 { padding: 0 !important; /*IE specific Block to adjust header text*/ }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__resAllergy._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__formContainer ._common_form__searchPickerWrapper ._common_form__newHeader h1, ._common_form__resChartDiagnosis._common_form__commonAddNew ._common_form__formSet ._common_form__content ._common_form__formContainer ._common_form__searchPickerWrapper ._common_form__newHeader h1 { margin-top: 25px; } }

._common_form__overlayResidentChart ._common_form__resDischargeTo._common_form__commonAddNew ._common_form__formSet ._common_form__header { display: flex; justify-content: center; align-items: center; }

._common_form__overlayResidentChart ._common_form__resDischargeTo._common_form__commonAddNew ._common_form__formSet ._common_form__header h1 { display: inline-block; }

._common_form__overlayResidentChart ._common_form__resDischargeTo._common_form__commonAddNew ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"][class*="whiteIcon"]:before, ._common_form__overlayResidentChart ._common_form__resDischargeTo._common_form__commonAddNew ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton[class*="whiteIcon"]:before { background-position: -331px -216px; opacity: .7; }

._common_form__overlayResidentChart ._common_form__resDischargeTo._common_form__commonAddNew ._common_form__formSet ._common_form__dischargedToPhone ._common_form__header { display: inline !important; }

._common_form__overlayResidentChart ._common_form__resDischargeTo._common_form__commonAddNew ._common_form__formSet label input[type="text"] { width: 100% !important; }

._common_form__overlayResidentChart ._common_form__dischargeFormWrapper ._common_form__dischargeStateWrapper [class*="_common_components__pseudoElement"] { cursor: default; }

@media (min-width: 1024px) { ._common_form__topMargin ._common_form__formContainer { margin-top: 20px; } }

@media (max-width: 1023px) { ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__headerMain > ._common_form__formWrapper { display: none; }
  ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content { top: 15px !important; }
  ._common_form__communitySettingWrapper ._common_form__formSet._common_form__formWrapper ._common_form__content > ._common_form__main > div:first-child { margin-top: 2px !important; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__label, ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label input, ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label textarea, ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer label ._common_form__inputLike, ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__label, ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div input, ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div textarea, ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__fieldContainer div ._common_form__inputLike { font-size: 14px; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__form ._common_form__typeablePicker ._common_form__typableSearchPickerLabel ._common_form__searchLabel ._common_form__label { font-size: 14px; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__form ._common_form__typeablePicker ._common_form__typableSearchPickerLabel ._common_form__typeableInput { font-size: 14px; }
  ._common_form__medicationOverlay ._common_form__formWrapper ._common_form__form ._common_form__medCalender ._common_form__editCalendarInput ._common_form__show { right: auto; left: 10px; }
  ._common_form__medicationOverlay [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > [class*="components__searchPanel"] { height: 100%; }
  ._common_form__medicationOverlay [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > [class*="components__searchPanel"] > ._common_form__medScheduleConfig { height: 100%; }
  ._common_form__medicationOverlay [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > [class*="components__searchPanel"] > ._common_form__medScheduleConfig > ._common_form__form { height: calc(100% - 50px); } }

@media (max-width: 767px), (max-width: 900px) and (max-height: 414px) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated { margin-top: 20px; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup { display: inline; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup > div { top: -30px; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup > div > ._common_form__label { margin-bottom: 10px; padding: 0; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup > div > ._common_form__label ~ span { width: auto !important; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup > div ~ div { position: inherit; top: 0; pointer-events: auto; display: inline; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup > div ~ div span { margin-bottom: 0 !important; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup > div ~ div span label { padding-left: 0; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup div span { width: auto !important; margin-right: 0; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup div span label { padding-right: 30px; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__administrated ._common_form__radioGroup div span label span { width: 16px !important; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__typeableSearchPicker ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer, ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__typeableSearchPicker + [class*="overlay__overlay"] ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer { height: calc(100% - 40px) !important; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__typeableSearchPicker ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group._common_form__children [class*="table__pageToolbar"] [class*="table__page"], ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__typeableSearchPicker + [class*="overlay__overlay"] ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group._common_form__children [class*="table__pageToolbar"] [class*="table__page"] { margin-right: 5px; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__typeableSearchPicker ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group._common_form__children [class*="table__pageToolbar"] [class*="table__page"] [class*="table__label"], ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__typeableSearchPicker + [class*="overlay__overlay"] ._common_form__medScheduleConfig ._common_form__form ._common_form__formContainer ._common_form__group._common_form__children [class*="table__pageToolbar"] [class*="table__page"] [class*="table__label"] { margin-right: 5px; }
  ._common_form__medicationOverlay ._common_form__staticBanner span { font-size: 14px; line-height: 2.2; } }

@media (max-width: 767px) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer { padding-left: 5px; padding-right: 5px; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__radioGroupWrap ._common_form__radioGroup { margin-top: 0 !important; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__radioGroupWrap ._common_form__radioGroup > div > span { margin-bottom: 20px !important; }
  ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__wisdom2ActType._common_form__radioGroupWrap ._common_form__radioGroup > div > span:last-child { margin-bottom: 0 !important; } }

@media (max-width: 767px) and (max-width: 375px) { ._common_form__medicationOverlay > div[class*="common_overlay__overlay"] > [class*="scrollableContainer"] > div > div[class*="overlay__container"]._common_form__formSet ._common_form__formSet._common_form__formWrapper ._common_form__header h1 { font-size: 18px; } }

@media (max-width: 767px) { ._common_form__medicationOverlay ._common_form__staticBanner span { font-size: 14px; line-height: 2.2; } }

@media screen and (max-width: 479px) { ._common_form__insuranceForm ._common_form__formWrapper ._common_form__messagesContainerToast, ._common_form__medInfoForm ._common_form__formWrapper ._common_form__messagesContainerToast, ._common_form__resFuneralHome ._common_form__formWrapper ._common_form__messagesContainerToast, ._common_form__resDiagnosis ._common_form__formWrapper ._common_form__messagesContainerToast { max-width: 295px !important; } }

@media screen and (max-width: 450px) { ._common_form__pharmacyWrapper ._common_form__formWrapper ._common_form__messagesContainerToast { width: calc(100% - 25px) !important; } }

._common_form__resFuneralHome ._common_form__formWrapper ._common_form__header { padding: 10px 15px !important; background-color: #f1f1f1; }

._common_form__resFuneralHome ._common_form__formWrapper ._common_form__header h1 { color: #333; }

._common_form__resFuneralHome ._common_form__formWrapper ._common_form__header ._common_form__headerCloseLeft span { color: #666666 !important; }

._common_form__resFuneralHome ._common_form__formWrapper ._common_form__messagesContainerToast { right: 18px !important; }

._common_form__resFuneralHome ._common_form__contact ._common_form__listField ._common_form__header { background-color: #ffffff; }

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) { ._common_form__resFuneralHome ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__formContainer [class*="_common_gridlayout__column"]:last-child { margin-bottom: 5px; } }

._common_form__resFuneralHome ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__formContainer input { width: 100% !important; }

._common_form__resFuneralHome._common_form__emarSetupDetail ._common_form__formWrapper > ._common_form__header { background: #1976d2; }

._common_form__resFuneralHome._common_form__emarSetupDetail ._common_form__formWrapper > ._common_form__header h1 { color: #fff; }

._common_form__resFuneralHome._common_form__emarSetupDetail ._common_form__formWrapper > ._common_form__header ._common_form__headerCloseLeft span { color: #fff !important; }

._common_form__resAllergy ._common_form__formWrapper ._common_form__messagesContainerToast, ._common_form__resDiagnosis ._common_form__formWrapper ._common_form__messagesContainerToast { right: 18px !important; }

._common_form__resDiagnosis ._common_form__searchPickerWrapper div[class*="scrollableContainer"] div[class*="setupOverlay"] ._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper input { width: 100% !important; }

._common_form__resDiagnosis ._common_form__searchPickerWrapper div[class*="scrollableContainer"] div[class*="setupOverlay"] ._common_form__emarSetupDetail ._common_form__addDiagnosisWrapper ._common_form__radioGroup input { width: 16px !important; }

._common_form__resChartDiagnosis ._common_form__addDiagnosisWrapper ._common_form__disableRadioOption ._common_form__radioGroup [class*="disableRadio"] { opacity: .6; background-color: #f7f7f7; }

._common_form__resAdmissionHistory ._common_form__formWrapper ._common_form__formContainer [class*="modifyButton"] { margin-right: 5px !important; }

._common_form__resAdmissionHistory ._common_form__formWrapper ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__rowDeleteIcon { margin-bottom: 50px; }

._common_form__residentChart input[disabled], ._common_form__residentChart select[disabled], ._common_form__contactsFormWrapper input[disabled], ._common_form__contactsFormWrapper select[disabled], ._common_form__resUnitHistory input[disabled], ._common_form__resUnitHistory select[disabled], ._common_form__dischargeCommonFormWrapper input[disabled], ._common_form__dischargeCommonFormWrapper select[disabled], ._common_form__immunization input[disabled], ._common_form__immunization select[disabled] { background-color: #f7f7f7 !important; }

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { ._common_form__newWrapForm ._common_form__miscellaneousWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__checkboxWrapper { top: 31px; }
  ._common_form__sbarDiagnosisWrapper ._common_form__formContainer { max-width: 100% !important; } }

@media (width: 1024px) and (max-width: 1366px) { ._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft span[class*="btnClose"] { top: 0px; color: #666 !important; }
  ._common_form__dischargeCommonFormWrapper ._common_form__header ._common_form__headerCloseLeft ._common_form__cancelText { color: #666 !important; }
  ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__prescribeByConfig, ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__pharmacyListConfig { height: 100%; }
  ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__prescribeByConfig ._common_form__newHeader, ._common_form__medicationOverlay ._common_form__medScheduleConfig._common_form__pharmacyListConfig ._common_form__newHeader { top: 0 !important; z-index: 1; } }

._common_form__medPassExitWithNoRes [class*='_graphql__confirm'] { text-align: center !important; color: #666 !important; }

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

._common_form__simplyConnectContainer ._common_form__immunizationsCheck { margin-top: 4px !important; }

._common_form__simplyConnectContainer ._common_form__checkboxWrapper { margin-right: 10px; display: flex; position: relative; }

._common_form__simplyConnectContainer ._common_form__checkboxWrapper ._common_form__checkboxContainer:before { content: ""; width: 17px; height: 17px; border-radius: 2px; margin: 0; padding: 0; border: 1px solid #CCCCCC; position: absolute; left: 0; top: 0; }

._common_form__simplyConnectContainer ._common_form__checkboxWrapper ._common_form__checkboxContainer:after { content: ""; background: transparent url(../../e51fa7827c4cd53b/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: 7px; top: 3px; height: 8px; width: 4px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); display: none; }

._common_form__simplyConnectContainer ._common_form__checkboxWrapper input[type="checkbox"] { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__simplyConnectContainer ._common_form__checkboxWrapper input[type="checkbox"]:checked ~ ._common_form__checkboxContainer:after { display: block; }

._common_form__simplyConnectContainer ._common_form__checkboxWrapper input[type="checkbox"]:checked ~ ._common_form__checkboxContainer:before { background: #0d8de2; border: #0d8de2 1px solid; }

._common_form__simplyConnectContainer label { font-size: 16px; }

._common_form__simplyConnectContainer ._common_form__simplyConnectHelpIcon { margin-left: 10px; }

._common_form__simplyConnectContainer ._common_form__simplyConnectHelpIcon ._common_form__glyphicon { width: 20px; height: 20px; background: url(../../f02ec707ffe37a03/images/sprite-global.svg) -103px -1px; }

._common_form__simplyConnectContainer ._common_form__simplyConnectHelpIcon ._common_form__glyphicon::before { display: none; }

._common_form__infectiousDisease ._common_form__content ._common_form__main { padding-bottom: 0 !important; }

._common_form__covidTrackerOverlayContainer ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"][class*="whiteIcon"]:before, ._common_form__covidTrackerOverlayContainer ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__closeButton[class*="whiteIcon"]:before { background-position: -331px -216px; opacity: .7; }

._common_form__covidTrackerOverlayContainer._common_form__covidTrackerMobile { width: 100%; }

._common_form__covidTrackerOverlayContainer._common_form__covidTrackerMobile ._common_form__formWrapper._common_form__formSet { width: 100%; }

._common_form__symptomaticWrapper { overflow-y: scroll; }

._common_form__symptomaticWrapper ._common_form__bmLastDate div [class*="_common_components__search"]:after { margin-right: 15px; }

._common_form__symptomaticWrapper ._common_form__searchInactive input, ._common_form__symptomaticWrapper ._common_form__searchInactive input:disabled { width: 40px; opacity: 1; }

._common_form__symptomaticWrapper._common_form__covidRealUpdate ._common_form__newWrapForm { margin-top: 35px; }

._common_form__symptomaticWrapper ._common_form__formWrapper ._common_form__resNumber ._common_form__label { visibility: hidden; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] { box-shadow: none; margin: 0; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__message { font-size: 18px; color: #333; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__sbarTextArea label { font-size: 18px; color: #333; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__sbarTextArea textarea { height: 100px; margin-top: 15px; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__assessmentByRNTitle { padding: 0 5px; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__oxygenMeasurementInput { padding-top: 33px; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__oxygenMeasurementLabel { padding-top: 40px; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__backgroundDiagnosisNA { padding-top: 40px; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__backgroundDiagnosisNA div > label > div > span > label { float: right; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__quarantine_NA { margin-top: 30px; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__specifyField { padding-left: 10px; }

@media screen and (min-width: 768px) { ._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__specifyField { position: relative; top: -7px; } }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__specifyField input[disabled] { color: #666 !important; opacity: .6 !important; background-color: #f7f7f7 !important; border-color: #e5e5e5 !important; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__otherSpecify { padding-left: 10px; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__otherSpecify ._common_form__labelDisable { opacity: 0.5; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__radioDisabled ._common_form__radioGroup span label { top: 1px; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__radioDisabled ._common_form__radioGroup [class*='disableRadio'] { opacity: 0.5; }

@media screen and (min-width: 768px) { ._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__hospitalized, ._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__desceased { margin-top: 35px; } }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__hospitalized ._common_form__glyphicon, ._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__desceased ._common_form__glyphicon { padding: 0; margin: 0; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__labelDisable { opacity: 0.5; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label { position: relative; display: flex; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label ._common_form__label { padding: 0 10px !important; unicode-bidi: isolate-override; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label ._common_form__label:before { content: ""; width: 17px; height: 17px; border-radius: 2px; margin: 0; padding: 0; border: 1px solid #CCCCCC; position: absolute; left: 0; top: 0; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label ._common_form__label:after { content: ""; position: absolute; left: 7px; top: 3px; height: 8px; width: 4px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); display: none; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label input[type="checkbox"] { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label input[type="checkbox"]:checked ~ ._common_form__label:after { display: block; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label input[type="checkbox"]:checked ~ ._common_form__label:before { background: #0d8de2; border: #0d8de2 1px solid; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label div { display: flex; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label ._common_form__glyphicon:before { content: ''; background: url(../../3b3e519011679852/images/sprite-global.svg) no-repeat -82px 0px; display: inline-block; width: 29px; height: 20px; cursor: pointer; background-size: 448px; margin-top: -2px; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidCheckBox._common_form__fieldContainer label input[type="checkbox"]:checked ~ div ._common_form__label:after { display: block; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidCheckBox._common_form__fieldContainer label input[type="checkbox"]:checked ~ div ._common_form__label:before { background: #0d8de2; border: #0d8de2 1px solid; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__symptomWrapper { display: flex; flex-wrap: wrap; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__symptomWrapper ._common_form__fieldContainer { margin-right: 20px; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__symptomWrapper ._common_form__fieldContainer [class*='common_form__label'] { width: 100%; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__symptomWrapper ._common_form__fieldContainer:after { content: ''; width: 100%; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__symptomWrapper ._common_form__fieldContainer:last-child { order: 1; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__formContainer ._common_form__calendarModal ._common_form__show { right: auto; }

._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__formContainer ._common_form__header h2 { color: #333; }

@media screen and (max-width: 767px) { ._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__formContainer ._common_form__wisdom2ActType span { width: 50% !important; }
  ._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__formContainer ._common_form__wisdom2ActType span ._common_form__customRadio { width: 16px !important; } }

@media screen and (max-width: 896px) { ._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer:first-child { padding: 5px 5px 10px 5px !important; }
  ._common_form__symptomaticWrapper ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer { width: 100%; } }

._common_form__dashboardMedicationForm > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header { color: white; background: #1976d2; }

._common_form__dashboardMedicationForm > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header h1 { color: #fff; }

._common_form__dashboardMedicationForm > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"], ._common_form__dashboardMedicationForm > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { color: white !important; }

._common_form__dashboardMedicationForm > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before, ._common_form__dashboardMedicationForm > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:after, ._common_form__dashboardMedicationForm > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText:before, ._common_form__dashboardMedicationForm > [class*="overlay__overlay"] > [class*="scrollableContainer"] > div > ._common_form__formSet._common_form__formWrapper > ._common_form__formSet > ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText:after { background-position: -372px -216px; opacity: 1; }

@media (min-width: 1024px) and (orientation: landscape) { ._common_form__symptomaticWrapper { height: calc(100vh - 170px); }
  ._common_form__backgroundDiagnosis { width: 78%; } }

@media (min-width: 1023px) and (max-width: 1025px) { ._common_form__symptomaticWrapper { height: calc(100vh - 190px); } }

@media (max-height: 1024px) { ._common_form__covidTrackerCheckBox ._common_form__fieldContainer:first-child { padding: 5px 5px 10px 5px !important; }
  ._common_form__covidTrackerCheckBox ._common_form__fieldContainer { width: auto !important; } }

@media (max-width: 896px) and (orientation: landscape) { ._common_form__sbarContainer ._common_form__formWrapper ._common_form__signButton button { margin-left: 284px; }
  @supports (-webkit-touch-callout: none) { ._common_form__symptomaticWrapper { height: calc(100vh - 105px); } } }

@media (max-width: 896px) and (orientation: portrait) { @supports (-webkit-touch-callout: none) { ._common_form__symptomaticWrapper { height: calc(100vh - 175px); } } }

@media screen and (max-width: 414px) and (orientation: portrait) { @supports (-webkit-touch-callout: none) { ._common_form__symptomaticWrapper { height: calc(100vh - 115px); } } }

._common_form__searchPickerToggle { position: absolute; right: 15px; top: 75px; }

._common_form__toggleSearchWrapper { padding: 0px !important; }

._common_form__toggleSearchWrapper ._common_form__group ._common_form__searchFilter { width: calc(100% - 127px); }

._common_form__sbarContainer ._common_form__radioGroupWrap ._common_form__radioGroup { display: inline-block; }

._common_form__sbarContainer ._common_form__radioGroupWrap ._common_form__radioGroup > div > span { position: relative; }

._common_form__sbarContainer ._common_form__radioGroupWrap ._common_form__radioGroup > div > span:nth-child(2) { left: 25px; }

._common_form__sbarContainer ._common_form__radioGroupWrap ._common_form__radioGroup > div > span:last-child { left: 50px; }

._common_form__sbarContainer ._common_form__radioGroupWrap ._common_form__radioGroup div span { width: auto; margin: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_form__sbarContainer ._common_form__radioGroupWrap ._common_form__radioGroup div span { bottom: 0; } }

._common_form__sbarContainer ._common_form__radioGroupWrap ._common_form__radioGroup div span label { padding: 0 4px; bottom: 0; }

._common_form__sbarContainer ._common_form__radioGroupWrap ._common_form__radioGroup [class*="disableRadio"] { opacity: .6; }

._common_form__sbarContainer ._common_form__formSet { height: 100% !important; }

._common_form__sbarContainer ._common_form__formSet ._common_form__content { top: 0; height: 100% !important; }

._common_form__sbarContainer ._common_form__formSet ._common_form__header { color: #000; background: #f1f1f1; }

._common_form__sbarContainer ._common_form__formSet ._common_form__header h1 { color: #000; }

._common_form__sbarContainer ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"], ._common_form__sbarContainer ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText { color: #000 !important; }

._common_form__sbarContainer ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:before, ._common_form__sbarContainer ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper span[class*="btnClose"]:after, ._common_form__sbarContainer ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText:before, ._common_form__sbarContainer ._common_form__formSet ._common_form__header ._common_form__headerCloseLeft ._common_form__closeWrapper ._common_form__cancelText:after { background-position: -331px -216px; opacity: 1; }

._common_form__sbarContainer ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab ol li span { font-size: 16px !important; }

._common_form__sbarContainer ._common_form__formSet ._common_form__tabPanelHeader ._common_form__scrollableTabPanel ._common_form__innerTab ol li span._common_form__active { font-size: 16px !important; }

._common_form__sbarContainer ._common_form__formWrapper { cursor: default; }

._common_form__sbarContainer ._common_form__formWrapper._common_form__formSet { width: 1020px !important; min-width: 372px !important; max-height: 90% !important; overflow: hidden !important; }

._common_form__sbarContainer ._common_form__formWrapper._common_form__formSet ._common_form__content ._common_form__main > div { height: inherit; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__unlockBtnContainer { position: absolute; right: 10px; top: 10px; display: flex; z-index: 1; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__unlockBtnContainer ._common_form__headerButton { right: 22px; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__unlockBtnContainer ._common_form__headerButton span { color: #FF0000; font-size: 14px; font-weight: 400; font-style: normal; padding: 0 5px; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__unlockBtnContainer ._common_form__headerButton button { background: white; border-color: #666666; box-sizing: border-box; border-style: solid; border-radius: 4px; left: 0px; top: 0px; width: 90px; height: 32px; border-width: thin; cursor: pointer; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__unlockBtnContainer ._common_form__headerButton._common_form__openNoteBtn { right: 255px; }

@media (max-width: 768px) { ._common_form__sbarContainer ._common_form__formWrapper ._common_form__unlockBtnContainer ._common_form__headerButton._common_form__openNoteBtn { right: 240px; } }

._common_form__sbarContainer ._common_form__formWrapper input[disabled] { background: #f1f1f1 !important; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__tabPanelHeader { position: relative; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__tabPanelHeader ._common_form__innerTab ._common_form__active { font-size: 20px !important; padding: 11px 15px !important; font-weight: 600; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__tabPanelHeader ._common_form__unlockBtnContainer ._common_form__headerButton span { line-height: 30px; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__digitalSign { width: 30%; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__digitalSign form { padding: 0 25px 17px 25px; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__digitalSign label { font-size: 16px; color: #666; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__digitalSign label div { margin: 15px 0; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__digitalSign input { border: 1px none #999; border-bottom-style: solid; font-size: 16px; margin-bottom: 2px; border-radius: 0; background-color: transparent; appearance: none; padding: 4px 2px; width: 100%; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__digitalSign ._common_form__messagesContainerToast ._common_form__message { font-size: 13px !important; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__digitalSign ._common_form__header { height: 50px !important; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__digitalSign ._common_form__header h1 { margin: 10px 0 0 0; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__signButton { position: relative; top: 25px; margin: 0; padding: 0; }

@media (max-width: 725px) { ._common_form__sbarContainer ._common_form__formWrapper ._common_form__signButton { top: 0; } }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__signButton button { width: auto; border: 1px solid #666666; background: #ffffff; color: #666666; border-radius: 3px; cursor: pointer; padding: 0 10px 0 10px; font-size: 16px; text-decoration: none !important; display: inline-block; vertical-align: middle; line-height: 31px; white-space: nowrap; overflow: hidden; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__signButton._common_form__signInButtonDisabled button { opacity: 0.7; cursor: default; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__situationAndBackgroundMessage ._common_form__message { padding-top: 5px; font-size: 16px; font-weight: 100 !important; color: #666; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__subMessage ._common_form__message { font-size: 16px; font-weight: 100 !important; color: #666; font-style: italic; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__subMessage ._common_form__addLinkWrapper { text-align: right; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__subMessage ._common_form__addLinkWrapper button { width: auto; border: 1px solid #169bd5; background: #169bd5; color: #ffffff; border-radius: 3px; cursor: pointer; margin-left: 10px; padding: 0 10px 0 10px; font-size: 16px; text-decoration: none !important; display: inline-block; vertical-align: middle; height: 31px; line-height: 31px; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__subMessage ._common_form__backgroundAddNew { margin-top: -40px; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__subMessage ._common_form__backgroundAddNew ._common_form__diagonosisWrap { height: 169px; overflow-y: scroll; border: 1px solid #80808080; margin-top: 20px; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__subMessage ._common_form__backgroundAddNew table { width: 100%; border-radius: 2px; border-collapse: collapse; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__subMessage ._common_form__backgroundAddNew table tr td { border-bottom: 1px solid #dddddd9c; padding: 9px; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__subMessage ._common_form__backgroundAddNew table tr td ._common_form__delete { background-image: url(../../727d8b4c5a2fee88/images/sprite-global.svg); background-repeat: no-repeat; display: inline-block; width: 24px; height: 19px; background-position: -32px -98px; float: right; margin-right: 10px; margin-top: 0px; cursor: pointer; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__covidTrackerCheckBox ._common_form__radioGroup [class*='disableRadio'] { opacity: 0.5; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__covidTrackerCheckBox ._common_form__labelDisable { opacity: 0.5; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label { position: relative; display: flex; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label div { display: flex; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label ._common_form__glyphicon:before { content: ''; background: url(../../3b3e519011679852/images/sprite-global.svg) no-repeat -82px 0px; display: inline-block; width: 29px; height: 20px; cursor: pointer; background-size: 448px; margin-top: -2px; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__AssesmentTextArea > label div { display: none; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__AssesmentTextArea > label textarea { height: 110px; border-color: #000; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__covidCheckBox._common_form__fieldContainer label input[type="checkbox"]:checked ~ div ._common_form__label:after { display: block; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__covidCheckBox._common_form__fieldContainer label input[type="checkbox"]:checked ~ div ._common_form__label:before { background: #0d8de2; border: #0d8de2 1px solid; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__italicsLabel { font-style: italic; font-weight: normal; font-size: medium; font-weight: 100 !important; color: #666; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__subMessageLabel ._common_form__message { font-size: 16px; font-weight: 100; color: #000; font-style: italic; }

._common_form__sbarContainer ._common_form__bmLastDate div [class*="_common_components__search"]:after { margin-right: 15px; }

._common_form__sbarContainer ._common_form__sudoDate { width: 0px; position: absolute; left: 2px; top: 17px; }

._common_form__sbarContainer ._common_form__sudoDate input { opacity: 0; }

._common_form__sbarContainer ._common_form__sudoDate ._common_form__calendarInput > span:after { right: 12px; }

._common_form__sbarContainer ._common_form__searchInactive input, ._common_form__sbarContainer ._common_form__searchInactive input:disabled { width: 40px; opacity: 1; }

._common_form__sbarContainer ._common_form__formWrapper ._common_form__resNumber ._common_form__label { visibility: hidden; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] { box-shadow: none; margin: 0; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__message { font-size: 18px; color: #333; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__sbarTextArea label { font-size: 18px; color: #333; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__sbarTextArea textarea { height: 100px; margin-top: 15px; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__assessmentByRNTitle { padding: 0 5px; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__oxygenMeasurementInput { padding-top: 33px; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__oxygenMeasurementLabel { padding-top: 40px; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__backgroundDiagnosisNA { padding-top: 40px; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__backgroundDiagnosisNA div > label > div > span > label { float: right; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__signButton { position: relative; top: 25px; margin: 0; padding: 0; }

@media (max-width: 725px) { ._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__signButton { top: 0; } }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__signButton button { width: auto; border: 1px solid #666666; background: #ffffff; color: #666666; border-radius: 3px; cursor: pointer; padding: 0 10px 0 10px; font-size: 16px; text-decoration: none !important; display: inline-block; vertical-align: middle; line-height: 31px; white-space: nowrap; overflow: hidden; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__quarantine_NA { margin-top: 30px; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__specifyField { padding-left: 10px; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__otherSpecify { padding-left: 10px; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__otherSpecify ._common_form__labelDisable { opacity: 0.5; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__radioDisabled ._common_form__radioGroup [class*='disableRadio'] { opacity: 0.5; }

@media screen and (min-width: 768px) { ._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__hospitalized, ._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__desceased { margin-top: 35px; } }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__hospitalized ._common_form__glyphicon, ._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__desceased ._common_form__glyphicon { padding: 0; margin: 0; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__labelDisable { opacity: 0.5; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label { position: relative; display: flex; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label ._common_form__label { padding: 0 10px !important; unicode-bidi: isolate-override; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label ._common_form__label:before { content: ""; width: 17px; height: 17px; border-radius: 2px; margin: 0; padding: 0; border: 1px solid #CCCCCC; position: absolute; left: 0; top: 0; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label ._common_form__label:after { content: ""; position: absolute; left: 7px; top: 3px; height: 8px; width: 4px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); display: none; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label input[type="checkbox"] { opacity: 0; z-index: 1; cursor: pointer; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label input[type="checkbox"]:checked ~ ._common_form__label:after { display: block; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label input[type="checkbox"]:checked ~ ._common_form__label:before { background: #0d8de2; border: #0d8de2 1px solid; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label div { display: flex; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer label ._common_form__glyphicon:before { content: ''; background: url(../../3b3e519011679852/images/sprite-global.svg) no-repeat -82px 0px; display: inline-block; width: 29px; height: 20px; cursor: pointer; background-size: 448px; margin-top: -2px; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidCheckBox._common_form__fieldContainer label input[type="checkbox"]:checked ~ div ._common_form__label:after { display: block; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__form ._common_form__formContainer ._common_form__covidCheckBox._common_form__fieldContainer label input[type="checkbox"]:checked ~ div ._common_form__label:before { background: #0d8de2; border: #0d8de2 1px solid; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__symptomWrapper { display: flex; flex-wrap: wrap; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__symptomWrapper ._common_form__fieldContainer { margin-right: 20px; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__symptomWrapper ._common_form__fieldContainer [class*='common_form__label'] { width: 100%; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__symptomWrapper ._common_form__fieldContainer:after { content: ''; width: 100%; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__symptomWrapper ._common_form__fieldContainer:last-child { order: 1; }

._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__formContainer ._common_form__header h2 { color: #333; }

@media screen and (max-width: 767px) { ._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__formContainer ._common_form__wisdom2ActType span { width: 50% !important; }
  ._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__formContainer ._common_form__wisdom2ActType span ._common_form__customRadio { width: 16px !important; } }

@media screen and (max-width: 896px) { ._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer:first-child { padding: 5px 5px 10px 5px !important; }
  ._common_form__sbarContainer ._common_form__formWrapper[class*='common_form__inlineForm'] ._common_form__formContainer ._common_form__covidTrackerCheckBox ._common_form__fieldContainer { width: 100%; } }

._common_form__sbarContainer ._common_form__vitalSelectPicker ._common_form__toolTipContainer ._common_form__glyphicon[class*="glyphicon-question-sign"]:before { content: ''; background: url(../../db458d3bc3b9547e/images/sprite-global.svg) no-repeat -82px -1px; display: inline-block; width: 29px; height: 20px; cursor: pointer; background-size: 448px; margin-top: -2px; }

@media (max-width: 1024px) { ._common_form__sbarContainer ._common_form__formWrapper { max-height: -webkit-calc(100vh - 100px) !important; }
  ._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__fieldContainer._common_form__oxygenMeasurementInput { right: 115px; }
  ._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__fieldContainer._common_form__oxygenMeasurementLabel { right: 130px; } }

@media (max-width: 768px) { ._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__fieldContainer._common_form__oxygenMeasurementInput { width: 130px; position: absolute; right: 146px; }
  ._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__fieldContainer._common_form__oxygenMeasurementLabel { width: 130px; position: absolute; right: 5px; bottom: 15px; } }

@media (max-width: 767px) { ._common_form__sbarContainer ._common_form__radioGroupWrap ._common_form__radioGroup > div > span:nth-child(2) { left: 0; }
  ._common_form__sbarContainer ._common_form__radioGroupWrap ._common_form__radioGroup > div > span:last-child { left: 0; }
  ._common_form__sbarContainer ._common_form__formSet ._common_form__tabPanelHeader ._common_form__unlockBtnContainer a { position: relative; }
  ._common_form__sbarContainer ._common_form__formSet ._common_form__tabPanelHeader ._common_form__unlockBtnContainer ._common_form__headerButton span { position: absolute; right: 5px; top: 40px; } }

@media (max-width: 480px) { ._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__fieldContainer._common_form__oxygenMeasurementInput { width: 130px; position: absolute; right: 155px; }
  ._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__fieldContainer._common_form__oxygenMeasurementLabel { width: 130px; position: absolute; left: 250px; bottom: 15px; } }

@media (max-width: 375px) { ._common_form__sbarContainer ._common_form__formSet ._common_form__content ._common_form__main ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__body ._common_form__fieldContainer._common_form__oxygenMeasurementInput { right: 115px; } }

@media (min-width: 1025px) and (max-width: 1366px) { ._common_form__sbarContainer div[class*="parentOverlay"] div[class*="overlay__wrapper"] ._common_form__formSet ._common_form__main ._common_form__formWrapper { overflow: auto !important; } }

._common_form__unitTypeCategoryselectPickerStyle ._common_form__inputLike { border: 1px none #999; border-bottom-style: solid; font-size: 16px; margin-bottom: 2px; border-radius: 0; background-color: transparent; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 0; height: 28px; width: 100%; }

._common_form__unitTypeCategoryselectPickerStyle ._common_form__inputLike span { color: #000; font-size: 16px; }

._common_form__unitTypeCategoryselectPickerStyle label { padding-right: 0px !important; }

._common_form__unitTypeCategoryselectPickerStyle ._common_form__label { margin-bottom: 10px !important; }

._common_form__unitTypeCategoryselectPickerStyle [class*="crossIconSelectPicker"] { bottom: 5px !important; }

._common_form__unitTypeCategoryselectPickerStyle [class*="search"] { bottom: 9px !important; }

._common_form__detailsOuterWrapper ._common_form__customFormProspect ._common_form__newWrapForm ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body [class*="_common_gridlayout__column"] { width: auto !important; }

._common_form__detailsOuterWrapper ._common_form__customFormProspect ._common_form__newWrapForm ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__customFormTextArea { width: 100% !important; }

._common_form__previewPage ._common_form__previewCustomForm ._common_form__newWrapForm ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body [class*="_common_gridlayout__column"] { width: auto !important; }

._common_form__previewPage ._common_form__previewCustomForm ._common_form__newWrapForm ._common_form__formWrapper ._common_form__form ._common_form__formContainer ._common_form__group ._common_form__fieldSet ._common_form__body ._common_form__customFormTextArea { width: 100% !important; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__content { top: 100px !important; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__content ._common_form__main > div { box-shadow: none; margin: 10px 15px 0px; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__content ._common_form__commonRollupGrid { border: 1px solid #999; border-radius: 5px; margin-left: 15px; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__content ._common_form__commonRollupGrid [class*="newPointer"] { height: 30px; place-items: center; display: flex; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__content ._common_form__commonRollupGrid ._common_form__columnTitle > div { display: flex; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__content ._common_form__commonRollupGrid ._common_form__columnTitle > label { display: flex; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__content ._common_form__commonRollupGrid ._common_form__columnTitle > label > div { display: flex; margin-top: -3px; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__content ._common_form__commonRollupGrid ._common_form__columnTitle ._common_form__label { font-size: 14px !important; margin-left: -5px; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__content ._common_form__commonRollupGrid ._common_form__columnTitle [class*="glyphicon-question-sign"]::before { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -76px 1px; width: 24px; height: 20px; background-size: 400px; margin-top: 0px; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__content ._common_form__commonRollupGrid ._common_form__labelOnly ._common_form__label { margin-left: 22px; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__content ._common_form__commonRollupGrid ._common_form__columnModify input { border: 1px solid #666 !important; background-color: #f1f1f1 !important; margin-bottom: 0 !important; padding: 5px !important; height: 20px !important; font-size: 14px !important; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__formWrapper { padding: 0px; }

[class*="investorReportWrap"] ._common_form__rollUpForm ._common_form__formSet ._common_form__formWrapper ._common_form__header h1 { color: #333; margin-right: 0px; margin-top: 1px; margin-bottom: 0px; font-size: 15px; margin-left: 5px; }

[class*="investorReportWrap"] ._common_form__rollUpForm [class*="_common_symbols__symbol"]:before { font-size: .7em; }

/*app/styles/common/components.scss*/
._common_components__loading { padding: 5px 10px; background: rgba(255, 204, 102, 0.98); border-radius: 5px; box-shadow: 0 0 5px lightgrey; font-style: italic; font-weight: bold; }

._common_components__loadingIcon { background: url(../../4770c8a361ca54b7/images/refresh-loader.gif) no-repeat; width: 18px; height: 20px; margin-right: 5px; display: inline-block; vertical-align: bottom; }

._common_components__email { text-decoration: none; font-size: 16px; line-height: 16px; color: inherit; }

._common_components__emailIcon { width: 20px; height: 13px; background-image: url(../../28e9d18bd9ec68e3/images/graphql-sprite.png); background-position: -147px -261px; display: inline-block; }

._common_components__phone { text-decoration: none; color: inherit; }

._common_components__button { padding: 5px 10px; background: inherit; background-color: #169bd5; color: white; box-sizing: border-box; border: 1px solid #c9c9c9; border-radius: 4px; }

._common_components__button:hover { background-color: #1176a2; }

._common_components__button * { text-decoration: none; color: white; }

._common_components__button._common_components__buttonDisabled { opacity: 0.6; text-decoration: none !important; }

._common_components__grayButton { background-color: #f2f2f2; border-color: #666666; color: #666666; }

._common_components__grayButton:hover { background-color: #e1e1e1; }

._common_components__grayButton._common_components__buttonDisabled:hover { background-color: #f2f2f2; }

._common_components__waitingListPriority { height: 60px; }

._common_components__waitingListPriority ._common_components__applyButton { background: #03a9f4; padding: 7px 10px 7px 10px; }

._common_components__waitingListPriority._common_components__FixedBtn ._common_components__grayButton { position: absolute; margin-top: 25px; font-weight: normal; }

._common_components__waitingListPriority ._common_components__controls span { cursor: pointer; }

._common_components__waitingListPriority ._common_components__controls span:first-child { padding: 5px 0 5px 5px; }

._common_components__waitingListPriority ._common_components__controls span:last-child { padding: 5px 5px 5px 0; }

._common_components__addButton { background: #2CCC6F; border: 1px solid #27AD60; border-radius: 3px; color: white; padding: 0; cursor: pointer; }

._common_components__addButton:before { font-size: 1em; line-height: 1.4em; }

._common_components__addNewButton { background: #1976d2; border: 1px solid #1976d2; border-radius: 3px; color: white; padding: 0; cursor: pointer; font-size: 16px; }

._common_components__addNewButton:before { font-size: 1em; line-height: 1.4em; }

._common_components__addNewButton._common_components__addNewButtonInTitle { padding: 5px; }

._common_components__crossIconWrapper { position: absolute; bottom: 15px; }

._common_components__searchPicker, ._common_components__splitSearch, ._common_components__selectPicker { position: relative; }

._common_components__searchPicker ._common_components__control, ._common_components__splitSearch ._common_components__control, ._common_components__selectPicker ._common_components__control { position: absolute; bottom: 14px; cursor: pointer; }

._common_components__searchPicker ._common_components__crossIconSearchPicker, ._common_components__splitSearch ._common_components__crossIconSearchPicker, ._common_components__selectPicker ._common_components__crossIconSearchPicker { position: absolute; bottom: 11px; right: 45px; height: 30px; width: 30px; }

._common_components__searchPicker ._common_components__crossIconSearchPicker [class*="_common_symbols__times"]::after, ._common_components__splitSearch ._common_components__crossIconSearchPicker [class*="_common_symbols__times"]::after, ._common_components__selectPicker ._common_components__crossIconSearchPicker [class*="_common_symbols__times"]::after { content: ''; background: url(../../c88c9a8ee6358e0e/images/sprite-global.svg) no-repeat -235px -123px; background-size: 372px; height: 15px; width: 15px; position: absolute; left: 2px; top: -2px; }

._common_components__searchPicker ._common_components__crossIconSearchPicker [class*="_common_symbols__times"]:before, ._common_components__splitSearch ._common_components__crossIconSearchPicker [class*="_common_symbols__times"]:before, ._common_components__selectPicker ._common_components__crossIconSearchPicker [class*="_common_symbols__times"]:before { display: none; }

._common_components__searchPicker ._common_components__crossIconSearchPicker ._common_components__clear, ._common_components__splitSearch ._common_components__crossIconSearchPicker ._common_components__clear, ._common_components__selectPicker ._common_components__crossIconSearchPicker ._common_components__clear { bottom: 8px; right: 8px; color: #ffffff; font-size: 12px; border-radius: 50%; width: 14px; height: 14px; }

._common_components__searchPicker ._common_components__search, ._common_components__splitSearch ._common_components__search, ._common_components__selectPicker ._common_components__search { right: 12px; }

._common_components__searchPicker ._common_components__search:after, ._common_components__splitSearch ._common_components__search:after, ._common_components__selectPicker ._common_components__search:after { content: ''; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -400px -64px; background-size: 450px; display: block; width: 17px; height: 21px; }

._common_components__searchPicker ._common_components__search ._common_components__searchNested, ._common_components__splitSearch ._common_components__search ._common_components__searchNested, ._common_components__selectPicker ._common_components__search ._common_components__searchNested { right: 5px; bottom: 4px; }

._common_components__searchPicker ._common_components__LinkImg, ._common_components__splitSearch ._common_components__LinkImg, ._common_components__selectPicker ._common_components__LinkImg { right: 5px; bottom: 15px; width: 20px; height: 20px; opacity: 1; background-image: url(../../b6aee2e66e0e0a90/images/salespipeline-images.png); background-position: -184px -124px; }

._common_components__searchPicker input, ._common_components__searchPicker ._common_components__inputLike > span, ._common_components__splitSearch input, ._common_components__splitSearch ._common_components__inputLike > span, ._common_components__selectPicker input, ._common_components__selectPicker ._common_components__inputLike > span { text-overflow: ellipsis; width: -webkit-calc(100% - 70px) !important; width: -moz-calc(100% - 70px) !important; width: -ms-calc(100% - 70px) !important; width: -o-calc(100% - 70px) !important; width: calc(100% - 70px) !important; white-space: nowrap; overflow: hidden; }

._common_components__searchPicker input, ._common_components__splitSearch input, ._common_components__selectPicker input { margin-bottom: 0; }

._common_components__searchPicker input[disabled], ._common_components__splitSearch input[disabled], ._common_components__selectPicker input[disabled] { background: none !important; border: 1px none #333; border-bottom-style: solid; opacity: 1; }

._common_components__searchPicker._common_components__quickAddSearchPicker ._common_components__control, ._common_components__splitSearch._common_components__quickAddSearchPicker ._common_components__control, ._common_components__selectPicker._common_components__quickAddSearchPicker ._common_components__control { bottom: 8px; }

._common_components__searchPicker ._common_components__inputLabel, ._common_components__splitSearch ._common_components__inputLabel, ._common_components__selectPicker ._common_components__inputLabel { text-overflow: ellipsis; width: calc(100% - 20px); white-space: nowrap; overflow: hidden; line-height: 1 !important; display: inline-block; }

._common_components__selectPicker ._common_components__control._common_components__search { bottom: 4px; right: 8px; }

._common_components__selectPicker ._common_components__crossIconSelectPicker { position: absolute; bottom: 2px; right: 40px; height: 30px; width: 30px; }

._common_components__selectPicker ._common_components__crossIconSelectPicker [class*="_common_symbols__times"]::after { content: ''; background: url(../../c88c9a8ee6358e0e/images/sprite-global.svg) no-repeat -236px -123px; background-size: 372px; height: 15px; width: 15px; position: absolute; left: 2px; top: -2px; }

._common_components__selectPicker ._common_components__crossIconSelectPicker [class*="_common_symbols__times"]:before { display: none; }

._common_components__selectPicker ._common_components__crossIconSelectPicker ._common_components__clear { bottom: 7px; right: 8px; color: #ffffff; font-size: 12px; border-radius: 50%; width: 14px; height: 14px; }

._common_components__searchPanel { background: white; }

._common_components__searchPanel ._common_components__filter { color: rgba(0, 0, 0, 0.7); }

._common_components__searchPanel ._common_components__filter h1 { font-size: 2em; }

._common_components__searchPanel ._common_components__filter h1, ._common_components__searchPanel ._common_components__filter span { color: rgba(0, 0, 0, 0.7); }

._common_components__searchPanel ._common_components__filter input, ._common_components__searchPanel ._common_components__filter select { width: 100%; border: 1px solid rgba(51, 51, 51, 0.7) !important; outline: none; }

._common_components__searchPanel ._common_components__filter label > div { white-space: normal !important; }

._common_components__searchPanel ._common_components__filter ._common_components__toolbar { margin-right: auto; margin-left: 10px; }

._common_components__searchPanel ._common_components__filter ._common_components__toolbar a { padding: 0; margin: 0; border-radius: inherit; }

._common_components__searchPanel ._common_components__filter ._common_components__toolbar a span { padding: 0; }

._common_components__searchPanel ._common_components__filter ._common_components__toolbar a:last-child { background: inherit; border: 1px solid #d9d9d9; color: inherit; }

._common_components__searchPanel ._common_components__filter ._common_components__toolbar select { border: none !important; }

._common_components__searchPanel ._common_components__content { position: relative; display: flex; flex-direction: column; flex: 1; padding: 5px 5px 0 5px; }

._common_components__searchPanel ._common_components__content select { border: none !important; outline: none; }

._common_components__searchPanel ._common_components__content ._common_components__result { display: flex; flex-direction: column; overflow-y: hidden; flex: 1; border: 1px solid rgba(51, 51, 51, 0.7); color: black; }

._common_components__searchPanel ._common_components__content ._common_components__result th { text-align: left; padding: 5px; font-size: 14px !important; color: #333333 !important; font-family: 'Roboto Medium', 'Roboto' !important; }

._common_components__searchPanel ._common_components__content ._common_components__result td { opacity: 0.7; font-size: 14px !important; color: #333333 !important; font-family: 'Roboto Regular', 'Roboto' !important; }

._common_components__searchPanel ._common_components__content ._common_components__result._common_components__regularTable { overflow-y: auto; }

@media (max-width: 767px) { ._common_components__searchPanel ._common_components__content ._common_components__result ._common_components__codeCell { width: 100px; } }

._common_components__searchPanel ._common_components__searchMessageToast { padding: 0px !important; right: 12px !important; top: 58px !important; background: #fae7e5 !important; }

._common_components__searchPanel ._common_components__searchMessageToast span > span { color: red !important; }

[class*="newCommunicationForm"] ._common_components__searchPanel [class*="form__formContainer"] { -webkit-overflow-scrolling: auto; }

[class*="newCommunicationForm"] ._common_components__searchPanel ._common_components__content ._common_components__result { -webkit-overflow-scrolling: touch; }

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) { [class*="newCommunicationForm"] ._common_components__searchPanel ._common_components__content ._common_components__result table { min-width: 600px; width: 100% !important; } }

._common_components__loadingWrapper { position: fixed; width: 100%; text-align: center; z-index: 999; bottom: 10px; }

._common_components__loadingWrapper._common_components__transparentLoadingWrapper { background-color: transparent; height: 100%; bottom: unset; left: 50%; }

._common_components__loadingWrapper._common_components__transparentLoadingWrapper ._common_components__loading { bottom: 10px; position: fixed; }

._common_components__loadingMedWrapper ._common_components__loadingWrapper { left: 0; }

._common_components__passwordInput { font-size: 16px; color: #666; margin-bottom: 2px; font-weight: normal; padding: 4px 2px; white-space: nowrap; position: relative; }

._common_components__passwordInput div { margin-bottom: 2px; padding: 4px 2px; }

._common_components__passwordInput input { border: 1px none #999; border-bottom-style: solid; border-radius: 0; background-color: transparent; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 4px 2px; width: 100%; }

._common_components__passwordInput input:focus { outline: none; }

._common_components__error input { border-bottom: 3px dashed red; }

._common_components__passwordIcons { position: absolute; width: 29px; height: 30px; right: 0px; bottom: 5px; background: transparent url(../../6bd9099ff4ba0096/images/sprite-global.svg) 0 0 no-repeat; background-size: 448px; cursor: pointer; }

._common_components__passwordShowIcon { background-position: -27px 8px; }

._common_components__passwordHideIcon { background-position: -54px 8px; }

._common_components__passwordDisable > input { opacity: 0.6; pointer-events: none; }

._common_components__passwordDisable > span { opacity: 0.6; pointer-events: none; }

@media (max-width: 767px) { ._common_components__searchPanel ._common_components__filter h1 { font-size: 1.4em; }
  ._common_components__waitingListPriority._common_components__FixedBtn span._common_components__grayButton { position: relative; margin-top: 10px; float: left; }
  ._common_components__searchPicker input, ._common_components__searchPicker ._common_components__inputLike { pointer-events: none; cursor: default; } }

div[class*="occupantHead"] div[class*="prospectContact"] ._common_components__LinkImg { width: 24px; height: 18px; cursor: pointer; background-image: url(../../b6aee2e66e0e0a90/images/salespipeline-images.png); position: relative; display: inline-block; vertical-align: bottom; background-position: -183px -149px; }

._common_components__disabled { pointer-events: none !important; cursor: not-allowed !important; opacity: 0.6 !important; }

._common_components__divisionStatus [class*="selectWrap"] { width: calc(100% - 115px) !important; }

._common_components__status [class*="selectWrap"] { width: calc(100% - 60px) !important; }

._common_components__pseudoElement { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

._common_components__handlePointerEvent { pointer-events: none; background-color: #f7f7f7 !important; opacity: 0.6; }

._common_components__choiceButton { display: inline-block; position: relative; cursor: pointer; white-space: nowrap; }

._common_components__choiceButton._common_components__simple ._common_components__mainButton { border-radius: 3px; }

._common_components__choiceButton ._common_components__mainButton, ._common_components__choiceButton ._common_components__menuButton, ._common_components__choiceButton ._common_components__option { padding: 5px 10px; background: #eee; }

._common_components__choiceButton ._common_components__mainButton:hover, ._common_components__choiceButton ._common_components__menuButton:hover, ._common_components__choiceButton ._common_components__option:hover { background: #ddd; }

._common_components__choiceButton ._common_components__mainButton:active, ._common_components__choiceButton ._common_components__menuButton:active, ._common_components__choiceButton ._common_components__option:active { background: #ccc; }

._common_components__choiceButton ._common_components__mainButton { display: inline-block; border-radius: 3px 0 0 3px; border: 1px solid; }

._common_components__choiceButton ._common_components__menu ._common_components__menuButton { border-radius: 0 3px 3px 0; border: 1px solid; border-left: none; }

._common_components__choiceButton ._common_components__menu ._common_components__menuButton span { position: relative; top: 13px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #000; }

._common_components__choiceButton ._common_components__menu ._common_components__menu { width: auto; padding: 0; margin-top: -2px; border-radius: 3px; }

._common_components__actionButton { position: relative; }

._common_components__actionButton ._common_components__popup { top: 5px; right: 10px; text-align: left; box-shadow: 0 0 3px 2px #d3d3d3; }

._common_components__actionButton ._common_components__popup ._common_components__item { padding: 5px 10px; cursor: pointer; }

._common_components__actionButton ._common_components__popup ._common_components__item:hover { background: #f2f2f2; }

._common_components__actionButton ._common_components__popup ._common_components__hr { border-bottom: 1px solid #d3d3d3; }

._common_components__assignMyself { width: 140px; padding-left: 30px; box-sizing: border-box; cursor: pointer; font-size: 15px; white-space: nowrap; }

._common_components__assignMyself span { display: inline-block; padding: 5px 5px 5px 10px !important; text-decoration: underline; }

._common_components__assignMyself:before { content: ' '; position: absolute; background: lightgray url(../../8a57c00cf9e5496f/images/sprite.png) no-repeat -150px -450px; border-radius: 25px; width: 24px; height: 24px; opacity: .85; box-sizing: content-box; margin: 3px 0 0 -22px; }

._common_components__selectPickerSearch ._common_components__selectPickerInput { box-sizing: border-box; padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; border: 1px solid #999; }

._common_components__selectPickerSearch ._common_components__selectPickerInput:focus { margin-bottom: unset !important; }

._common_components__selectPickerSearch input[type="text"], ._common_components__selectPickerSearch input[type="email"], ._common_components__selectPickerSearch input[type="number"] { padding-left: 20px !important; height: 28px !important; }

._common_components__selectPickerSearch ._common_components__iePlaceholder { display: none; }

._common_components__selectPickerSearch ._common_components__iePlaceholder._common_components__none { display: none; }

._common_components__selectPickerSearch input:focus ~ ._common_components__iePlaceholder { display: none; position: absolute; font-style: normal; left: 10px; font-size: 16px; color: #000; pointer-events: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

._common_components__selectPickerSearch input:focus ~ ._common_components__iePlaceholder._common_components__none { display: none; }

._common_components__selectPickerSearch input:not([value]):focus ~ ._common_components__iePlaceholder { display: block; }

._common_components__selectPickerSearch input[value=""]:focus ~ ._common_components__iePlaceholder { display: block; }

._common_components__selectPickerSearch input:not([value=""]):focus ~ ._common_components__iePlaceholder { display: none; }

._common_components__selectPickerSearch ._common_components__iePlaceholder { position: absolute; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; pointer-events: none; left: 10px; top: 55px; font-size: 16px; font-weight: normal !important; padding-left: 10px; }

._common_components__selectPickerSearch ._common_components__selectPickerIcon { top: 55px; }

@media (max-width: 767px) { ._common_components__assignMyself { width: 133px; font-size: 14px; } }

._common_components__assignMyselfTooltip [class*="rc-tooltip-inner"] { margin-top: 10px; }

._common_components__searchPicker ._common_components__historyTable { border: 1px solid rgba(51, 51, 51, 0.7); }

._common_components__searchPicker ._common_components__historyTable ._common_components__header { display: flex; }

._common_components__searchPicker ._common_components__historyTable ._common_components__header span { padding: 10px; }

._common_components__searchPicker ._common_components__historyTable ._common_components__header span:first-child { flex: 1; }

._common_components__searchPicker ._common_components__historyTable ._common_components__content { padding: 0; }

._common_components__searchPicker ._common_components__historyTable ._common_components__content ._common_components__result { border: none; }

._common_components__searchPicker ._common_components__historyTable ._common_components__content ._common_components__result > table > tbody { overflow: auto; }

._common_components__employeeHistory { position: absolute; top: 33px; padding-right: 5px; z-index: 1; background: white; left: 5px; width: calc(100% - 10px); }

._common_components__employeeHistory ._common_components__content { display: inline; }

._common_components__employeeHistory ._common_components__content table ._common_components__clear { display: inline-block; }

._common_components__fakeInput { position: absolute; top: 0; left: -999px; width: 20px; opacity: 0; }

._common_components__numberInput { width: 100%; display: inline-block; position: relative; }

._common_components__numberSpinner { width: 50px; display: inline-block; position: absolute; right: 0px; cursor: pointer; }

._common_components__medScheduleWrapper ._common_components__searchPicker { position: relative; top: 19px; }

/* start scss for moidfy setup  */
[class*="searchPickerWithModify"]._common_components__searchPanel { background: white; }

[class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter { /*Modify button for mobiles/tablets outSide pageToolbarBottom */ }

@media (width: 1024px) { [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter [class*="common_form__form"] { height: calc(100% - 50px); }
  @supports (-webkit-touch-callout: none) and (min-width: 1024px) and (max-width: 1365px) { [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter [class*="common_form__form"] { height: calc(100% - 50px); } }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter [class*="common_form__form"] [class*="common_form__formContainer"] { height: calc(100% - 100px) !important; }
  @supports (-webkit-touch-callout: none) and (min-width: 1024px) and (max-width: 1365px) { [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter [class*="common_form__form"] [class*="common_form__formContainer"] { height: calc(100% - 150px) !important; } } }

[class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter [class*="toolbar"] { display: flex; }

[class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom { display: flex; width: 100%; position: relative !important; align-items: center; }

[class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom ._common_components__modifyButton { position: absolute; right: 15px; }

[class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__modifyButton { cursor: pointer; float: right; padding: 8px 12px; border: #999999 1px solid; border-radius: 5px; color: #000000; margin-right: 10px; white-space: nowrap; }

@media (min-width: 768px) and (max-height: 1024px) { [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom { width: calc(100% - 10px); align-items: baseline; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom ._common_components__modifyButton { position: absolute; right: 0px; top: 0px; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="page"] { margin-top: 10px; position: absolute !important; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="page"]:first-child { bottom: 2px; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="limit"] { margin-top: 50px !important; position: relative !important; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="limit"] label div { width: auto; top: 2px; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="pagination"] { margin-top: 50px; position: relative !important; } }

@media (max-width: 1024px) { [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom { width: calc(100% - 10px); align-items: baseline; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom ._common_components__modifyButton { right: 0px; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="page"] { margin-top: 10px; position: absolute !important; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="limit"] { margin-top: 50px !important; position: relative !important; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="limit"] label div { width: auto; top: 1px; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="pagination"] { margin-top: 50px; position: relative !important; } }

@media only screen and (max-width: 768px) and (orientation: landscape) { [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom ._common_components__modifyButton { right: 10px; margin-top: 0px !important; } }

@media only screen and (max-width: 896px) { [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom ._common_components__modifyButton { right: -5px; } }

@media only screen and (max-width: 414px) { [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="page"]:first-child { top: 0px; bottom: 12px; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="limit"] span { margin-top: 3px; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom ._common_components__modifyButton { top: 0px; } }

@media only screen and (max-width: 896px) and (orientation: landscape) { [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom { align-items: center !important; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="page"] { position: relative !important; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="page"]:first-child { bottom: 2px; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="limit"], [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="pagination"] { margin-top: 8px !important; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="limit"] span { margin-top: 3px; } }

@media only screen and (min-device-width: 834px) and (max-device-height: 1366px) and (orientation: landscape) { [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom ._common_components__modifyButton { right: 0px !important; } }

@media only screen and (min-device-width: 834px) and (max-device-height: 412px) and (orientation: landscape) { [class*="preferencesWrapper"] [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom ._common_components__modifyButton { right: -5px !important; } }

@media only screen and (min-device-width: 712px) { [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom { align-items: flex-end; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="page"] { position: relative !important; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="page"]:first-child { bottom: 2px; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="limit"] label div { top: 2px; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="limit"] span { margin-top: 3px; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="limit"], [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom [class*="pagination"] { margin-top: 8px !important; }
  [class*="searchPickerWithModify"]._common_components__searchPanel ._common_components__filter ._common_components__pageToolbarBottom ._common_components__modifyButton { top: -3px; } }

._common_components__selectInput { width: 50px; position: relative; cursor: pointer; display: inline-block; vertical-align: middle; margin: 0 15px; background: #fff; }

._common_components__selectInput ._common_components__searchInputWrap { height: 30px; border: none; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px 0 5px; }

._common_components__selectInput ._common_components__searchInputWrap:before { content: ""; position: absolute; right: 2px; height: 0; width: 0; border: 6px solid transparent; top: 13px; pointer-events: none; border-color: #999 transparent transparent transparent; }

._common_components__selectInput ._common_components__searchInputWrap span { font-weight: normal !important; color: #000; }

._common_components__selectInput ._common_components__dropDownSearch { position: absolute; bottom: 30px; width: 100px; border: 1px solid #666; box-sizing: border-box; z-index: 2; background-color: white; }

._common_components__selectInput ._common_components__dropDownSearch ._common_components__dropSearch { position: relative; padding: 5px; }

._common_components__selectInput ._common_components__dropDownSearch ._common_components__dropSearch input { border: 1px solid #666; padding: 5px 30px 5px 5px; font-size: 14px; box-sizing: border-box; border-radius: 3px; height: 24px; width: 100%; }

._common_components__selectInput ._common_components__dropDownSearch ._common_components__dropSearch ._common_components__searchIcon { position: absolute; right: 10px; bottom: 4px; content: ''; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -400px -64px; background-size: 450px; display: block; width: 17px; height: 21px; opacity: .8; }

._common_components__selectInput ._common_components__dropDownSearch ul { float: left; width: 100%; margin: 0; padding: 0; max-height: 200px; overflow: auto; }

._common_components__selectInput ._common_components__dropDownSearch ul li { list-style: none; width: 100%; margin: 0; padding: 4px 5px; font-size: 14px; min-height: 25px; box-sizing: border-box; word-break: break-word; color: #000; }

._common_components__selectInput ._common_components__dropDownSearch ul li._common_components__select { background-color: #1e90ff; color: #fff; }

._common_components__selectInput ._common_components__dropDownSearch ul li._common_components__hidden { display: none; }

._common_components__selectInput._common_components__disabled { background: #f0f0f0; }

._common_components__extraSpan { position: absolute; padding: 7px 7px 7px 15px; white-space: nowrap; font-size: 16px; color: #000; }

@media (max-width: 767px) { ._common_components__extraSpan { position: relative; padding: 0px; margin-top: 5px; display: inline-block; } }

/*
 need to find why this was implemented
@media (max-width: 1024px) {
  @supports (-webkit-touch-callout: none) {
    [class*="common_components__toolbarBottom"]{
      margin-top: 5px;
      [class*="common_components__modifyButton"]{
        margin-top: 0 !important;
      }
    }
  }
}*/
/*
@media only screen and (device-width: 712px) and (device-height:1138px ) and (orientation: portrait) {
  [class*="searchPickerWithModify"] {
    &.searchPanel {
      .filter {
        .pageToolbarBottom {
          .modifyButton {
            right: 11px !important;
          }
        }
      }
    }
  }
}
@media only screen and (min-device-width: 768px) and (max-device-height: 1386px) and (-webkit-min-device-pixel-ratio: 1)   {
  [class*="searchPickerWithModify"] {
    &.searchPanel {
      .filter {
        .toolbarBottom {
          .modifyButton {
            right: 0px;
          }
        }
      }
    }
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) {
  [class*="searchPickerWithModify"] {
    &.searchPanel {
      .filter {
        .toolbarBottom {
          .modifyButton {
            right: 0px;
          }
        }
      }
    }
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) {
  [class*="searchPickerWithModify"] {
    &.searchPanel {
      .filter {
        .toolbarBottom {
          .modifyButton {
            right: 8px !important;
            top: 15px !important;
            position: absolute;
          }
        }
      }
    }
  }
}
@media only screen and (max-device-width: 413px) {
  [class*="searchPickerWithModify"] {
    &.searchPanel {
      .filter {
        .pageToolbarBottom {
          .modifyButton {
            top: 12px !important;
            right: 8px !important;
          }
        }
      }
    }
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 896px) and (orientation: portrait) {
  [class*="searchPickerWithModify"] {
    &.searchPanel {
      .filter {
        .pageToolbarBottom {
            bottom: 10px;
        }
      }
    }
  }
}
@media only screen and (min-device-width: 768px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1)  and (orientation: landscape)  {
  [class*="searchPickerWithModify"] {
    &.searchPanel {
      .filter {
        .pageToolbarBottom {
        }
        .modifyButton {
          bottom: 0px;
        }
      }
    }
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1386px) and (-webkit-min-device-pixel-ratio: 1)   {
  [class*="searchPickerWithModify"] {
    &.searchPanel {
      .filter {
        .pageToolbarBottom {
        }
        .modifyButton {
          bottom: 0px;
        }
      }
    }
  }
}
@media only screen and (device-width: 834px) and (device-height: 1194px) and (orientation:portrait)  {
  [class*="searchPickerWithModify"] {
    &.searchPanel {
      .filter {
        .toolbarBottom {
        }
        .modifyButton {
          right: 8px !important;
        }
      }
    }
  }
}



@media (max-width: 768px) and (min-height: 1024px){
  .toolbarBottom{
    margin-top: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 812px){
  .pageToolbarBottom {
    margin-top: 12px !important;
    .modifyButton {
      margin-right: 12px !important;
      margin-top: 10px;
    }
  }
}*/
/* ipad Air 2019 Portrait */
/*
@media  (width: 834px) and (height: 1010px){
  .pageToolbarBottom {
    margin-top: 12px !important;
    .modifyButton {
      margin-right: 14px !important;
      margin-top: 10px !important;
    }
  }
}

@media screen and (orientation:landscape) {
  @media (max-width: 768px) {
    .pageToolbarBottom{
      margin-top: 0px;
      .modifyButton{
        right: 5px !important;
      }
    }
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .pageToolbarBottom {
    margin-top: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 812px){
  .modifyButton{
    margin-right: 14px !important;
    margin-top: 10px;
  }
} */
/* end  scss for moidfy setup  */
/*app/styles/common.scss*/
body { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

@supports (-ms-ime-align: auto) { body { position: static !important; } }

main { /* Absolute Center Spinner */ /* Transparent Overlay */ }

main ._common__moduleLoading { display: block; position: fixed; z-index: 999; height: 2em; width: 16em; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }

main ._common__moduleLoading span { color: #282828; font-style: italic; font-weight: bold; }

main ._common__moduleLoading:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(170, 170, 170, 0.5); }

input[disabled] { cursor: default !important; background: gray; opacity: 0.6; }

._common__mainOverlay { display: block; position: fixed; z-index: 999; padding: 10px; margin: auto; top: 5px; left: 5px; bottom: 5px; right: 5px; }

._common__pointer { cursor: pointer; }

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { ._common__pointer:hover { text-decoration: underline !important; } }

._common__newPointer { cursor: pointer; }

._common__close { font-size: 16px; color: gray; cursor: pointer; }

._common__close:hover { text-shadow: -1px 1px rgba(170, 170, 170, 0.4); }

._common__close._common__btnClose { position: absolute; right: 0; top: 0; width: 44px; display: inline-block; vertical-align: top; }

._common__close._common__btnClose::before { padding: 0; margin-left: 6px; font-size: 32px; }

._common__close._common__mobile { font-size: 26px; }

._common__close._common__small { width: 24px; }

._common__close._common__small::before { font-size: 16px; }

._common__contentEditable { background: white; height: 200px; border: 1px solid #ccc; padding: 5px; margin: 5px; }

._common__cardItem { margin: 10px 18px; padding: 10px; background: white; border: 0; border-radius: 4px; box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3); }

._common__backArrow:before { content: "" !important; border: solid grey; border-width: 0 3px 3px 0; display: inline-block; padding: 7px !important; transform: rotate(135deg); -webkit-transform: rotate(135deg); margin-top: 15px !important; }

@media (max-width: 767px) { ._common__cardItem { padding: 10px 5px; }
  ._common__backArrow:before { margin-top: 5px !important; } }

._common__legandBody { font-size: 16px; padding: 15px; -moz-user-select: text; -webkit-user-select: text; -ms-user-select: text; user-select: text; }

._common__legandBody p { margin: 0px; margin-bottom: 10px; }

._common__legandBody div { margin: 0px; margin-bottom: 10px; }

._common__legandBody ._common__legandNote { padding-left: 6%; }

._common__legandBody ._common__view { display: flex; padding-left: 1%; }

._common__legandBody ._common__heading { font-weight: bold; text-decoration: underline; }

._common__legandBody a { text-decoration: none; }

._common__legandBody a:hover { text-decoration: underline; }

._common__staticPosition * { position: static; }

._common__linkStyleButton { color: #1976d2 !important; font-weight: normal !important; text-decoration: underline; cursor: pointer; }

/*app/styles/graphql.scss*/
html { height: 100%; }

._graphql__unselectable { -moz-user-select: -moz-none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

._graphql__selectable { -moz-user-select: text; -webkit-user-select: text; -ms-user-select: text; user-select: text; }

._graphql__disabled { pointer-events: none; opacity: 0.8; }

._graphql__disabledItem { opacity: 0.5 !important; cursor: default !important; }

._graphql__disabledItem ._graphql__linkItem:hover { color: #797979 !important; }

._graphql__disableCommunityPanel ._graphql__header span { opacity: 0.6; cursor: default; background-color: #1176a2; }

._graphql__disableCommunityPanel ._graphql__header span:hover { text-decoration: none !important; }

._graphql__standardAlert { max-width: 320px !important; }

._graphql__standardAlert popup ._graphql__message { font-size: 15px !important; }

._graphql__standardAlert button { font-size: 16px !important; background-color: #03a9f4 !important; }

._graphql__customDisabled { pointer-events: none; opacity: 1; }

._graphql__customDisabled [class*="_common_tabpanel__header"] { pointer-events: all; }

._graphql__customDisabled [class*="_common_tabpanel__body"] { opacity: 0.6; }

._graphql__customDisabled ._graphql__actionButtonOuter ._graphql__actionButton._graphql__popupButton { pointer-events: all; }

._graphql__customDisabled ._graphql__SalesStageBar { pointer-events: all; }

._graphql__customDisabled ._graphql__SalesStageBar ._graphql__item { pointer-events: none; }

._graphql__customDisabled._graphql__header ._graphql__occupantHead ._graphql__prospectContact [class*="LinkImg"] { pointer-events: all; }

._graphql__customDisabled [class*="commonAlert"] * { pointer-events: all; }

._graphql__main { width: 200px; }

._graphql__main a { display: block; background: #009999; padding: 5px 15px; border-radius: 3px; border: 1px solid #d9d9d9; height: 20px; color: white; text-decoration: none; }

._graphql__pageContainer h1 { border-bottom: 2px solid lightgray; text-align: center; background: white; margin: 0; padding: 10px; }

._graphql__dataTable { padding: 10px; }

._graphql__dataTable table thead tr { background: transparent !important; }

._graphql__dataTable ._graphql__controls { vertical-align: sub; }

._graphql__dataTable ._graphql__controls > div { display: inline-block; margin-right: 10px; padding: 5px; }

._graphql__dataTable ._graphql__controls h4 { display: inline-block; padding: 0 5px; margin: 0; }

._graphql__dataTable ._graphql__controls h4 span { vertical-align: sub; }

._graphql__dataTable ._graphql__controls label { vertical-align: sub; }

._graphql__tableCell ._graphql__controlCell { font-size: 16px; text-align: center; }

._graphql__tableCell ._graphql__controlCell span:first-child:after { content: '\2610'; }

._graphql__tableCell ._graphql__controlCell span:first-child._graphql__selected:after { content: '\2611'; }

._graphql__tableCell ._graphql__controlCell span:last-child { margin-left: 5px; }

._graphql__tableCell ._graphql__controlCell span:last-child:after { content: '\2023'; display: inline-block; transform: rotate(90deg); }

._graphql__coloredCell { width: 3.5em; display: inline; text-align: center; background-color: transparent; color: #000000; border-radius: 3px; font-weight: bold; padding: 1px 8px; margin-left: 5px; padding-left: 8px !important; white-space: nowrap; }

._graphql__settingsContainer { width: 930px; position: relative !important; margin: auto; min-height: 100%; display: flex; flex-direction: column; }

._graphql__hide { display: none !important; }

._graphql__detailsContainer, ._graphql__detailsMobileWrapper { -webkit-overflow-scrolling: touch; width: 930px; position: static !important; margin: auto; min-height: 100%; display: flex; flex-direction: column; background: #F2F2F2; }

@media (hover: hover) { ._graphql__detailsContainer, ._graphql__detailsMobileWrapper { width: 840px; } }

@media all and (-ms-high-contrast: none) { ._graphql__detailsContainer, ._graphql__detailsMobileWrapper { width: 840px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._graphql__detailsContainer, ._graphql__detailsMobileWrapper { background: #F2F2F2 !important; } }

._graphql__detailsContainer > ._graphql__header, ._graphql__detailsContainer ._graphql__detailsHeader, ._graphql__detailsMobileWrapper > ._graphql__header, ._graphql__detailsMobileWrapper ._graphql__detailsHeader { background: #1976d2; color: white; position: relative; }

._graphql__detailsContainer > ._graphql__header ._graphql__group, ._graphql__detailsContainer ._graphql__detailsHeader ._graphql__group, ._graphql__detailsMobileWrapper > ._graphql__header ._graphql__group, ._graphql__detailsMobileWrapper ._graphql__detailsHeader ._graphql__group { background: #1976d2; z-index: 20; }

._graphql__detailsContainer > ._graphql__content, ._graphql__detailsMobileWrapper > ._graphql__content { flex: 1; display: flex; flex-direction: column; }

._graphql__detailsContainer > ._graphql__content > div, ._graphql__detailsMobileWrapper > ._graphql__content > div { flex: 1; height: 100%; margin: 0; display: flex; flex-direction: column; }

._graphql__detailsContainer > ._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table ._graphql__disabled, ._graphql__detailsMobileWrapper > ._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table ._graphql__disabled { opacity: .4; }

._graphql__detailsContainer ._graphql__close, ._graphql__detailsMobileWrapper ._graphql__close { color: white; /*right: 20px;*/ }

._graphql__detailsContainer ._graphql__rowNavigator, ._graphql__detailsMobileWrapper ._graphql__rowNavigator { position: absolute; left: 20px; top: 7px; color: white; }

._graphql__detailsContainer ._graphql__section ._graphql__contactInfoTitle h3, ._graphql__detailsMobileWrapper ._graphql__section ._graphql__contactInfoTitle h3 { display: inline-block; }

._graphql__detailsContainer ._graphql__section ._graphql__contactInfoTitle ._graphql__coloredCell, ._graphql__detailsMobileWrapper ._graphql__section ._graphql__contactInfoTitle ._graphql__coloredCell { padding-top: 3px; padding-bottom: 3px; }

._graphql__detailsContainer ._graphql__section ._graphql__contactInfoTitle ._graphql__prospectContact, ._graphql__detailsMobileWrapper ._graphql__section ._graphql__contactInfoTitle ._graphql__prospectContact { margin-top: 3px; }

._graphql__detailsContainer ._graphql__section h3, ._graphql__detailsMobileWrapper ._graphql__section h3 { font-family: 'Roboto'; color: #333; font-size: 24px; font-weight: bold; margin: 0; padding: 0px 10px 0px 10px; }

._graphql__detailsContainer ._graphql__section ._graphql__body, ._graphql__detailsMobileWrapper ._graphql__section ._graphql__body { padding-left: 0; padding-right: 0; }

._graphql__detailsContainer ._graphql__section ._graphql__body ._graphql__group, ._graphql__detailsMobileWrapper ._graphql__section ._graphql__body ._graphql__group { flex: 1; padding: 3px 15px; }

._graphql__detailsContainer ._graphql__section ._graphql__body ._graphql__group p, ._graphql__detailsMobileWrapper ._graphql__section ._graphql__body ._graphql__group p { margin: 0px; }

._graphql__detailsContainer ._graphql__section ._graphql__body ._graphql__group ._graphql__field, ._graphql__detailsMobileWrapper ._graphql__section ._graphql__body ._graphql__group ._graphql__field { padding: 5px; }

._graphql__detailsContainer ._graphql__section ._graphql__body ._graphql__group ._graphql__field > div, ._graphql__detailsMobileWrapper ._graphql__section ._graphql__body ._graphql__group ._graphql__field > div { padding-left: 5px; padding-right: 5px; }

._graphql__detailsContainer ._graphql__section ._graphql__body ._graphql__group ._graphql__field ._graphql__fieldLabel, ._graphql__detailsMobileWrapper ._graphql__section ._graphql__body ._graphql__group ._graphql__field ._graphql__fieldLabel { color: #DEDEDE; white-space: nowrap; }

._graphql__detailsContainer ._graphql__hbox, ._graphql__detailsMobileWrapper ._graphql__hbox { display: flex; }

._graphql__detailsContainer ._graphql__hbox ._graphql__section, ._graphql__detailsMobileWrapper ._graphql__hbox ._graphql__section { flex: 1; }

._graphql__detailsContainer ._graphql__body ._graphql__group ._graphql__title, ._graphql__detailsMobileWrapper ._graphql__body ._graphql__group ._graphql__title { font-size: 14px; color: #666; font-weight: bold; text-transform: uppercase; }

._graphql__detailsContainer ._graphql__body ._graphql__group ._graphql__label, ._graphql__detailsMobileWrapper ._graphql__body ._graphql__group ._graphql__label { text-align: right; }

._graphql__detailsContainer textarea, ._graphql__detailsMobileWrapper textarea { resize: vertical; }

._graphql__toolbar { height: 20px; padding: 10px 20px 6px 20px; }

._graphql__toolbar a { background: #009999; padding: 5px 15px; border-radius: 5px; border: 1px solid #d9d9d9; color: white; text-decoration: none; cursor: pointer; }

._graphql__toolbar a:first-child { background: #E5E3E5; color: #444244; margin-right: 10px; }

._graphql__prospectInfo._graphql__section { flex: 2 !important; }

._graphql__prospectInfo._graphql__section ._graphql__details { display: block; }

._graphql__prospectInfo._graphql__section ._graphql__details ._graphql__group { background: white; border: 1px solid lightgray; border-radius: 3px; margin: 10px 10px 10px 5px; }

._graphql__prospectInfo._graphql__section ._graphql__details ._graphql__group h4, ._graphql__prospectInfo._graphql__section ._graphql__details ._graphql__group p { margin: 0; }

._graphql__prospectInfo._graphql__section ._graphql__details ._graphql__group h4 ._graphql__label, ._graphql__prospectInfo._graphql__section ._graphql__details ._graphql__group p ._graphql__label { font-weight: bold; width: 200px; display: inline-block; text-align: right; }

._graphql__medTreatment ._graphql__selectWrapper ._graphql__selectPickerOverlay ._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__inputContainer input { border: 1px #999 !important; border-style: solid !important; margin: 10px; width: calc(100% - 20px) !important; }

._graphql__medTreatment ._graphql__selectWrapper ._graphql__selectPickerOverlay ._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__inputContainer ._graphql__searchIcon { top: 66px; }

@media (max-width: 767px) { @supports not (-webkit-touch-callout: none) { ._graphql__medTreatment ._graphql__selectWrapper ._graphql__selectPickerOverlay ._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__inputContainer ._graphql__searchIcon { top: 70px; } } }

._graphql__medTreatment ._graphql__selectWrapper ._graphql__selectPickerOverlay ._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__listContainer { margin: 10px 10px 0; border: 1px #999 solid; }

._graphql__medTreatment ._graphql__selectWrapper ._graphql__selectPickerOverlay ._graphql__selectPickerWrapper ._graphql__body { padding: 30px 20px; }

._graphql__medTreatment ._graphql__selectWrapper ._graphql__selectPickerOverlay ._graphql__selectPickerWrapper ._graphql__body ._graphql__selectedValue { color: black; border: unset; padding: unset; min-height: auto; margin-bottom: unset; opacity: unset; background-color: unset; }

._graphql__medTreatment ._graphql__selectWrapper ._graphql__selectPickerOverlay ._graphql__selectPickerWrapper ._graphql__body input { margin-top: 16px; }

._graphql__prospectActivity { background: white; border: 3px solid gray; border-radius: 3px; padding: 10px; }

._graphql__prospectActivity div { position: relative; margin: 5px 0; }

._graphql__prospectActivity div h4 { display: inline-block; margin: 0; }

._graphql__prospectActivity div span { position: absolute; right: 0; }

._graphql__prospectContact > * { padding-right: 5px; }

._graphql__popup { width: 380px; text-align: center; padding: 10px 0 10px 0; }

._graphql__popup ._graphql__header { min-height: 50px; position: relative; background: #1976d2; color: white; }

._graphql__popup ._graphql__header h1 { margin: 0; font-size: 20px; padding: 12px; text-align: center; }

._graphql__popup ._graphql__header ._graphql__apply, ._graphql__popup ._graphql__header ._graphql__cancel { position: static; }

._graphql__popup ._graphql__header ._graphql__apply span, ._graphql__popup ._graphql__header ._graphql__cancel span { color: white; }

._graphql__popup._graphql__secondary ._graphql__header { background: #f1f1f1; color: #333333; }

._graphql__popup._graphql__secondary ._graphql__header ._graphql__apply span, ._graphql__popup._graphql__secondary ._graphql__header ._graphql__cancel span { color: #333333; }

._graphql__popup ._graphql__body { text-align: initial; }

._graphql__popup h1 { margin: 10px 0 10px 0; font-size: 16px; }

._graphql__popup ._graphql__closeBtn { font-size: 25px; color: gray; right: 10px; top: 7px; position: absolute; background-color: Transparent; background-repeat: no-repeat; border: none; cursor: pointer; overflow: hidden; outline: none; }

._graphql__popup ._graphql__leftAlign { text-align: left; padding-left: 15px; }

._graphql__popup ._graphql__confirmMessage { padding: 10px; overflow-y: auto; height: 24px; padding-top: 30px; }

._graphql__popup ._graphql__message { padding: 0px 20px; font-size: 15px; overflow-y: auto; max-height: 480px; line-height: 20px; }

@supports (-webkit-overflow-scrolling: touch) { ._graphql__popup ._graphql__message b { letter-spacing: -1px !important; } }

._graphql__popup ._graphql__message ._graphql__pendingBtnWrap { display: flex; justify-content: center; }

._graphql__popup ._graphql__message ._graphql__pendingBtnWrap span { display: inline-flex !important; justify-content: center; }

._graphql__popup ._graphql__message p { margin: 0px; text-align: center; }

._graphql__popup ._graphql__message ol { margin: 6px; }

._graphql__popup ._graphql__message ._graphql__prelineMessage { white-space: pre-wrap; text-align: left; }

._graphql__popup ._graphql__message ._graphql__messageWrapper { text-align: left; text-align: left !important; }

._graphql__popup ._graphql__message ._graphql__messageWrapper ._graphql__confirm { text-align: left; padding: 0 0 10px; color: #333; }

._graphql__popup ._graphql__message ._graphql__messageWrapper ._graphql__msgwrap { display: inline-block; padding-bottom: 10px; }

._graphql__popup ._graphql__message ._graphql__messageWrapper ._graphql__customMsgWrap { text-align: left; color: #333; }

._graphql__popup ._graphql__alertSubHeading { text-align: center; color: #666; font-size: 15px; line-height: 20px; margin-bottom: 5px; }

._graphql__popup ._graphql__okButton { padding: 0px !important; width: 100px; font-size: 16px; height: 32px; line-height: 32px; border-radius: 3px !important; margin: 4px !important; border: none !important; box-shadow: none; user-select: none; }

._graphql__popup ._graphql__okButton:active { background: #03a9f4; box-shadow: none; }

._graphql__popup ._graphql__okLabel { padding: 5px 0px !important; }

._graphql__popup ._graphql__messageMobile { padding: 10px; overflow-y: auto; max-height: 100%; }

._graphql__popup._graphql__pendingReviewAlert { border-radius: 5px; }

._graphql__popup._graphql__pendingReviewAlert h1 { text-align: center; padding: 0 15px; color: #666; }

._graphql__popup._graphql__pendingReviewAlert ._graphql__crossIcon { position: absolute; cursor: pointer; left: auto; right: 11px; top: 15px; width: 30px; height: 30px; }

._graphql__popup._graphql__pendingReviewAlert ._graphql__crossIcon::before { content: ''; height: 22px; border-left: 2px solid #666; position: absolute; transform: rotate(-45deg); left: 12px; }

._graphql__popup._graphql__pendingReviewAlert ._graphql__crossIcon::after { content: ""; height: 22px; border-left: 2px solid #666; position: absolute; transform: rotate(45deg); left: 12px; }

._graphql__popup._graphql__pendingReviewAlert ._graphql__message { text-align: center; padding: 0px; color: #666; font-size: 15px; }

._graphql__popup._graphql__pendingReviewAlert [class*="toolbar"] a { font-size: 16px !important; border: 1px solid #999; border-radius: 3px; float: none; display: inline-block; width: auto; }

._graphql__popup._graphql__pendingReviewAlert [class*="toolbar"] ._graphql__approveButton { min-width: 90px; padding: 7px 0px 7px 0px; }

._graphql__popup._graphql__pendingReviewAlert [class*="toolbar"] ._graphql__cancelButton { margin-right: 8px; min-width: 90px; background: #fff; border: 1px solid #999; padding: 7px 0px 7px 0px; }

._graphql__popup._graphql__warningAlert h1 { padding: 15px 0 5px 0; }

@media (max-width: 767px) { ._graphql__popup { width: 320px; } }

._graphql__confirmationPopup { width: 450px; text-align: justify !important; }

._graphql__confirmationPopup > h1 { margin-left: 10px; }

._graphql__confirmationPopup ._graphql__toolbar { position: relative !important; width: inherit !important; display: block !important; text-align: center !important; }

._graphql__confirmationPopup._graphql__followUpDialog { width: 400px; }

@media (max-width: 767px) { ._graphql__confirmationPopup._graphql__followUpDialog { width: 320px; } }

._graphql__confirmationPopup._graphql__followUpDialog h1 { text-align: left; }

._graphql__confirmationPopup._graphql__followUpDialog ._graphql__message { padding: 10px 10px 0 10px; }

@media (min-width: 769px) { ._graphql__confirmationPopup._graphql__followUpDialog ._graphql__toolbar { padding-bottom: 25px !important; } }

._graphql__confirmationPopup._graphql__followUpDialog ._graphql__toolbar ._graphql__cancelButton { background: white; }

._graphql__confirmationPopup._graphql__followUpDialog ._graphql__toolbar a { height: 19px; }

._graphql__contactPanel { color: #969696; }

._graphql__contactPanel ._graphql__value { color: #000; }

._graphql__contactPanel ._graphql__collapseHeader span { position: absolute; right: 5px; }

._graphql__actionDialog { color: black; font-size: 14px; }

._graphql__actionDialog h1, ._graphql__actionDialog p { text-align: left; margin-bottom: 0; }

._graphql__actionDialog p { color: #666666; }

._graphql__actionDialog ._graphql__checkboxWrap { margin: -10px 10px -10px -25px; font-size: 15px !important; }

._graphql__actionDialog ._graphql__checkboxWrap div { font-size: 15px !important; margin: 5px; }

._graphql__actionDialog ._graphql__checkboxWrap input { margin-left: -25px; }

._graphql__actionDialog ._graphql__checkboxWrap span { font-weight: normal !important; }

._graphql__actionDialog h1 { padding: 0 10px; }

._graphql__actionDialog ._graphql__actionToolbar { display: flex; padding: 10px 5px; }

._graphql__actionDialog ._graphql__actionToolbar a { color: black !important; font-weight: bold; flex: 1; border: 1px solid #c9c9c9 !important; }

._graphql__actionDialog ._graphql__actionToolbar a:last-child { background: #f0f0f0; flex: 2; }

._graphql__actionDialog._graphql__removeDialog [class*="common_form__toolbar"] a { flex: auto !important; }

._graphql__actionDialog._graphql__removeDialog [class*="common_form__toolbar"] a span { padding: 0; }

._graphql__actionDialog._graphql__removeDialogToolbar { width: 350px !important; }

._graphql__actionDialog._graphql__removeDialogToolbar [class*="common_form__toolbar"] a { display: inline-block !important; }

._graphql__actionDialog._graphql__removeDialogToolbar [class*="common_form__toolbar"] a span { padding: 0; }

._graphql__notesWrapper ._graphql__notesInput { padding: 5px 19px 8px 0; min-height: 175px; position: relative; line-height: 24px; overflow-wrap: break-word; }

._graphql__notesWrapper ._graphql__notesInput p { padding-top: 10px; font-size: 16px !important; }

._graphql__notesWrapper ._graphql__notesLabel { min-height: 1px; margin: 0; padding: 0; }

._graphql__notesWrapper ._graphql__notesLabel::after { margin-left: 8px; content: ''; position: absolute; height: 20px; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -387px -262px no-repeat; width: 20px; -webkit-filter: grayscale(100%); filter: grayscale(100%); top: -3px; }

._graphql__notesWrapper ._graphql__backBtn { position: absolute; left: 0px; top: 0px; width: 50px; height: 50px; background: #f1f1f1; border: 0px solid #666; transform: rotate(180deg); }

._graphql__notesWrapper ._graphql__backBtn::after, ._graphql__notesWrapper ._graphql__backBtn::before { left: 50%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }

._graphql__notesWrapper ._graphql__backBtn::after { border-color: rgba(204, 204, 204, 0); border-left-color: #f1f1f1; border-width: 7px; margin-top: -7px; }

._graphql__notesWrapper ._graphql__backBtn::before { border-color: rgba(194, 225, 245, 0); border-left-color: #666; border-width: 9px; margin-top: -9px; }

._graphql__notesWrapper [class*="overlay"] [class*="scrollableContainer"] [class*="container"] { height: 100%; overflow: visible !important; left: 50%; top: 50%; transform: translate(-50%, -50%); max-height: 500px; width: calc(100% - 40px); }

._graphql__notesWrapper [class*="overlay"] [class*="scrollableContainer"] [class*="container"] [class*="newHeader"] { margin: 0; }

._graphql__notesWrapper [class*="overlay"] [class*="scrollableContainer"] [class*="container"] h1 { padding-top: 12px !important; }

@media (max-width: 767px) { ._graphql__notesWrapper [class*="overlay"] [class*="scrollableContainer"] [class*="container"] h1 { padding-top: 16px !important; } }

@media (max-width: 767px) { ._graphql__notesWrapper [class*="overlay"] [class*="scrollableContainer"] [class*="container"] { width: 100%; height: 100%; transform: none; left: 0; top: 0; max-height: 100%; } }

._graphql__notesWrapper [class*="overlay"] [class*="scrollableContainer"] [class*="container"] ._graphql__noteField[class*="fieldContainer"] { height: calc(100% - 50px); padding: 5px 10px !important; box-sizing: border-box; }

._graphql__notesWrapper [class*="overlay"] [class*="scrollableContainer"] [class*="container"] ._graphql__noteField[class*="fieldContainer"] ._graphql__header { min-height: 32px; line-height: 32px; }

._graphql__notesWrapper [class*="overlay"] [class*="scrollableContainer"] [class*="container"] ._graphql__noteField[class*="fieldContainer"] ._graphql__header h3 { display: none !important; }

._graphql__notesWrapper [class*="overlay"] [class*="scrollableContainer"] [class*="container"] ._graphql__noteField[class*="fieldContainer"] textarea { box-sizing: border-box; padding: 10px; height: calc(100% - 50px) !important; }

@supports (-webkit-touch-callout: none) { @media (max-width: 767px) { ._graphql__notesWrapper [class*="overlay"] [class*="scrollableContainer"] [class*="container"] ._graphql__noteField[class*="fieldContainer"][class*="softKeyboardOpen"] { height: calc(100% - 310px); } } }

._graphql__item:not(:last-child) { margin-bottom: 15px; }

._graphql__item ._graphql__header { position: relative; margin: 5px 0 10px 10px; }

._graphql__item ._graphql__header > * { display: inline; }

._graphql__item ._graphql__header ._graphql__control { position: absolute; top: 0; right: 0; font-weight: bold; text-decoration: none; color: #1f1f1f; cursor: pointer; }

._graphql__item ._graphql__header ._graphql__control:before { padding: 0.1em; }

._graphql__item ._graphql__header ._graphql__control._graphql__huge:before { font-size: 36px; }

._graphql__item ._graphql__header ._graphql__actionButton ._graphql__popup { width: 200px; right: 15px; top: 0px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

._graphql__item ._graphql__header ._graphql__actionButton ._graphql__popup ._graphql__actions { font-size: 16px; text-align: left; }

._graphql__item ._graphql__header ._graphql__actionButton ._graphql__popup ._graphql__actions > * { display: flex; color: black; padding: 8px 5px; text-decoration: none; cursor: pointer; }

@media (hover: hover) { ._graphql__item ._graphql__header ._graphql__actionButton ._graphql__popup ._graphql__actions > *:hover { opacity: 0.8; } }

._graphql__item ._graphql__header ._graphql__actionButton ._graphql__popup ._graphql__actions ._graphql__customAction { padding: 6px 2px !important; font-weight: normal; position: relative; }

._graphql__item ._graphql__header ._graphql__newStatus { position: absolute; top: -12px; right: 10px; font-size: 0.8em; font-style: italic; color: gray; }

._graphql__item ._graphql__header ._graphql__newStatusError { position: absolute; top: -12px; right: 10px; font-size: 0.8em; font-style: italic; color: red; }

._graphql__item ._graphql__body ._graphql__title { color: #1f1f1f; margin-bottom: 10px; margin-top: 15px; }

._graphql__item ._graphql__body ._graphql__title._graphql__contactInfoWrap { text-align: center; }

._graphql__item ._graphql__body ._graphql__title._graphql__contactInfoWrap > span { font-weight: bold; font-size: 16px; }

._graphql__item ._graphql__body ._graphql__label, ._graphql__item ._graphql__body ._graphql__value { font-size: 14px; padding: 5px; }

._graphql__item ._graphql__button { display: inline-block; margin: 5px 10px; }

._graphql__residentPanel ._graphql__group { padding: 0 !important; }

._graphql__residentPanel ._graphql__group ._graphql__label span { color: #1f1f1f !important; font-weight: bold; }

._graphql__residentPanel ._graphql__radioLink { text-decoration: none; color: inherit; padding: 0 10px; }

._graphql__residentPanel ._graphql__radioLink input { margin: 4px; }

._graphql__residentPanel ._graphql__radioLink * { display: inline; vertical-align: middle; }

._graphql__residentPanel ._graphql__radioLink._graphql__radioLinkInputDisable { position: relative; -webkit-text-size-adjust: 100%; }

._graphql__residentPanel ._graphql__radioLink._graphql__radioLinkInputDisable input { position: absolute; left: 0; margin: 3px; margin-left: 6px; z-index: 0; }

._graphql__residentPanel ._graphql__radioLink._graphql__radioLinkInputDisable span { z-index: 0; padding-left: 22px; position: relative; margin-left: -4px; }

._graphql__residentPanel span[class*="refresh"] { margin-left: 4px; padding-left: 13px; }

._graphql__residentPanel [class*="searchPicker"] [class*="scrollableContainer"] { overflow: visible !important; }

._graphql__noteField._graphql__asForm ._graphql__header h3 { color: #333; font-size: 24px; margin-right: 10px; margin-top: 5px; margin-bottom: 10px; }

._graphql__noteField._graphql__noteFieldNotes ._graphql__header h3 { font-weight: normal; font-family: "Roboto", -apple-system, BlinkMacSystemFont,  "Helvetica Neue", Helvetica, Arial, sans-serif; }

._graphql__noteField ._graphql__header h3 { color: #666; font-size: 16px; margin: 5px 0; }

._graphql__linkButton { padding: 0 10px; cursor: pointer; }

._graphql__linkButton span { padding: 0 5px; }

._graphql__linkButton ._graphql__copyLink { border-bottom: 1px solid #000; padding: 0; font-weight: normal; color: #000; font-size: 16px; }

._graphql__linkButton:hover { color: #FF9900; }

._graphql__linkButton._graphql__disabled { pointer-events: none !important; cursor: not-allowed !important; opacity: 0.6; }

._graphql__redLinkButton { color: red !important; padding: 0; cursor: pointer; font-weight: normal; font-size: 16px; display: block; text-align: right; margin-bottom: 10px; }

._graphql__rowNavigator { display: inline-block; cursor: default; user-select: none; z-index: 99; }

._graphql__rowNavigator span:first-child, ._graphql__rowNavigator span:last-child { cursor: pointer; }

._graphql__popupButton { display: inline-block; }

._graphql__popupButton ._graphql__label { background: #7cb342; border-radius: 5px; padding: 5px 15px; color: white; cursor: pointer; white-space: nowrap; }

._graphql__popupButton ._graphql__popup { position: absolute; margin-top: 2px; background: white; color: black; border-radius: 5px; border: 1px solid #999999; padding: 10px; visibility: hidden; display: none; z-index: 99; }

._graphql__popupButton ._graphql__popup._graphql__open { visibility: visible; display: block; }

._graphql__popupButton ._graphql__popup._graphql__quickbackToInquiry { visibility: visible; display: block; text-align: left; position: relative; margin-top: 0; width: 320px !important; color: #666666 !important; }

._graphql__popupButton ._graphql__popup._graphql__quickbackToInquiry > div:last-child div:last-child button { padding: 0px !important; min-width: 100px; text-align: center; }

._graphql__popupButton ._graphql__popup._graphql__quickbackToInquiry._graphql__disabled > div:last-child div:last-child { pointer-events: none; opacity: 0.6; }

._graphql__popupButton ._graphql__popup._graphql__quickbackToInquiry ._graphql__approveButton { min-width: 70px; font-size: 16px; }

._graphql__popupButton ._graphql__popup._graphql__quickbackToInquiry ._graphql__cancelButton { min-width: 70px; border: 1px solid #999; color: #333; }

._graphql__actionButton ._graphql__label { position: relative; }

._graphql__actionButton ._graphql__label span:first-child { padding-right: 15px; }

._graphql__actionButton ._graphql__label [class*="common_symbols__arrowDown"], ._graphql__actionButton ._graphql__label [class*="common_symbols__arrowUp"] { position: absolute; right: 12px; top: 21px; }

._graphql__actionButton ._graphql__label [class*="common_symbols__arrowDown"]:before, ._graphql__actionButton ._graphql__label [class*="common_symbols__arrowUp"]:before { margin: 0 0 0px 0; content: ""; width: 0px; height: 0px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 12px solid #fff; padding: 0; }

._graphql__actionButton ._graphql__label [class*="common_symbols__arrowUp"] { top: -14px; transform: rotate(180deg); }

._graphql__actionButton ._graphql__popup { width: 500px; text-align: left; box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.35); }

._graphql__actionButton ._graphql__popup ._graphql__disabled { pointer-events: none; opacity: 0.5; }

._graphql__actionButton ._graphql__popup ._graphql__linkItem { text-decoration: none; color: #797979; display: flex; padding: 10px 5px 5px 5px; cursor: pointer; }

._graphql__actionButton ._graphql__popup ._graphql__linkItem ._graphql__linkLabel { padding: 8px; }

._graphql__actionButton ._graphql__popup ._graphql__linkItem:hover { color: #FF9900; }

._graphql__actionButton ._graphql__popup h4 { font-weight: bold; color: #797979; margin: 0 0 5px 0; }

._graphql__actionField > div { display: inline-block; }

._graphql__statusBar { display: flex; flex-direction: row-reverse; margin: 7px 15px 2px; width: calc(100% - 30px); overflow: auto; box-sizing: border-box; }

._graphql__statusBar ._graphql__item { flex: 1; background: #56A0EB; border: 1px solid #fff; position: relative; height: 30px; text-align: center; color: #fff; cursor: pointer; line-height: 18px; font-size: 13px; display: flex; align-items: center; justify-content: space-around; white-space: nowrap; /* this CS forms the triangles */ /* this border color controlls the color of the triangle (what looks like the fill of the triangle) */ /* this border color controlls the outside, thin border */ }

._graphql__statusBar ._graphql__item:after, ._graphql__statusBar ._graphql__item:before { content: ''; display: block; position: absolute; left: 100%; width: 0; height: 0; border-style: solid; }

._graphql__statusBar ._graphql__item:first-child:after, ._graphql__statusBar ._graphql__item:first-child:before { display: none; }

._graphql__statusBar ._graphql__item:after { top: 1px; border-color: transparent transparent transparent #56A0EB; border-width: 14px; }

._graphql__statusBar ._graphql__item:not(:last-child) { border-left-style: none; padding-left: 15px; }

._graphql__statusBar ._graphql__item:not(:first-child) { border-right-style: none; }

._graphql__statusBar ._graphql__item:first-child { padding-right: 5px; }

._graphql__statusBar ._graphql__item._graphql__pending { background: #1976d2; }

._graphql__statusBar ._graphql__item._graphql__pending:after { top: 1px; border-color: transparent transparent transparent #1976d2; border-width: 14px; }

._graphql__statusBar ._graphql__item:before { top: -1px; border-color: transparent transparent transparent #fff; border-width: 16px; }

._graphql__helpText { width: 250px; }

._graphql__helpText ._graphql__rc-tooltip-inner { text-align: left; padding: 8px; }

._graphql__helpText ._graphql__description { margin-top: 1em; padding-left: 5px; }

._graphql__helpText ._graphql__progressBar { text-decoration: none !important; }

._graphql__helpText ._graphql__linkItem { display: flex; padding: 10px 5px 5px 5px; }

._graphql__helpText ._graphql__linkItem ._graphql__linkLabel { padding: 0.5em 8px; }

._graphql__helpText ._graphql__linkItem ._graphql__linkLabel._graphql__enabled { color: #000066; }

._graphql__helpText ._graphql__linkItem ._graphql__linkLabel._graphql__selected { color: #27ae61; font-weight: 700; }

._graphql__helpText ._graphql__linkItem ._graphql__glyphicon { color: white; background-color: #000066; width: 2em; height: 1em; text-align: center; padding: 0.5em 0; border-radius: 5px; }

._graphql__helpText ._graphql__linkItem ._graphql__glyphicon._graphql__glyphicon__current { background-color: #7CB342; }

._graphql__tabsTitle { color: #696969; text-align: center; margin-bottom: 0; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer { background-color: white; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem { margin: 15px; background-color: white; border-bottom: 1px dashed #CCC; display: flex; overflow-wrap: break-word; cursor: pointer; padding-bottom: 10px; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__italic { font-style: italic; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__bold { font-weight: bold; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__left { flex: 1.5; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__right { flex: 3; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__communicationTypeName { padding-left: 30px; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__communicationTypeNameWrap { position: relative; padding-left: 30px; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__communicationTypeNameWrap ._graphql__icon { left: 0; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__communicationTypeNameWrap ._graphql__communicationTypeName { padding-left: 0; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__dueByDate { font-size: 15px; margin-top: 13px; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__viewLink { padding-top: 10px; width: fit-content; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__viewLink span { border-bottom: #0757a7 1px solid; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__viewLink span a { text-decoration: none !important; color: #0757a7 !important; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem p { font-size: 15px; margin-bottom: 0; margin-top: 0; padding-top: 10px; }

@media (hover: none), (hover: on-demand) { ._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem p { font-size: 17px; line-height: 24px; } }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem._graphql__missedCommunication { color: red; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem._graphql__noModCommunication:first-child { padding-top: 10px; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem:last-child { border-bottom: none; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem ._graphql__assignedTo span > span { font-weight: bold; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__quickActions { background-color: white; margin: 15px; padding: 15px 0; color: black; border-bottom: 1px dashed #CCC; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__quickActions a { color: black; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__quickActions a > :nth-child(2) { display: table-cell; vertical-align: middle; padding-left: 30px; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__quickActions ul { list-style: none; padding-left: 0; padding-bottom: 10px; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__quickActions ul > :nth-child(1) { cursor: inherit; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__quickActions ul li { float: left; display: table; margin-right: 30px; cursor: pointer; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__quickActions ul li > :nth-child(2) { text-decoration: underline; padding-left: 30px; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__quickActions ul:after { content: ''; clear: both; }

._graphql__prospectCommunications ._graphql__communicationsItemsContainer h4 { margin: 0; }

._graphql__prospectCommunications ._graphql__communicationType { display: flex; flex-wrap: wrap; justify-content: space-around; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item { margin: 0; border-radius: 6px; background-color: #F27070; padding: 8px; display: flex; flex-direction: column; justify-content: space-between; width: 179px; height: 109px; cursor: pointer; position: relative; box-sizing: border-box; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item._graphql__zeroTotal { opacity: 0.4; cursor: default; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item._graphql__selected { box-shadow: inset 0 0 2px 2px rgba(102, 102, 102, 0.5); cursor: default; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__name { color: #2B2B2B; font-size: 20px; font-weight: 700; /* opacity: 0.7;*/ }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__counter { display: flex; justify-content: space-between; margin-top: -5px; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__counter ._graphql__quantity { color: white; font-size: 30px; line-height: 20px; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__counter ._graphql__quantity ._graphql__countLabel { font-size: 13px; vertical-align: middle; font-weight: normal; letter-spacing: .5px; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__counter ._graphql__icon { color: white; font-size: 35px; align-self: center; /*opacity: 0.7;*/ position: absolute; right: 10px; top: 10px; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item._graphql__color_Total { background-color: #19BD76; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item._graphql__color_Calls { background-color: #F27070; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item._graphql__color_Meetings { background-color: #34AED3; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item._graphql__color_Emails { background-color: #F8C54F; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__incompleteCounter { font-size: 12px; color: white; display: inline-flex; justify-content: space-between; }

._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__incompleteCounter span b { font-weight: normal; }

._graphql__prospectCommunications div[class*='form__commonAlert'] ._graphql__popup { width: 380px !important; }

._graphql__tabHeader div { margin-left: 10px; }

._graphql__tabHeader ._graphql__tabItem { padding: 6px; width: 159px; display: inline-block; text-align: center; border: 1px solid; cursor: pointer; margin-top: 5px; }

._graphql__tabHeader ._graphql__tabItem:first-child { border-right-width: 0; }

._graphql__tabHeader ._graphql__tabItem._graphql__active { background: #eee; }

._graphql__tabHeader h3 { display: inline-block; }

._graphql__tabHeader [class*="unselectable"] { display: inline-block; }

._graphql__item ._graphql__filterBar { padding: 0; position: absolute; right: 0; left: 150px; height: 45px; overflow-y: hidden; }

._graphql__sprite { background-repeat: no-repeat; background-image: url("../../28e9d18bd9ec68e3/images/graphql-sprite.png"); display: inline-block; }

._graphql__icon-earphone { width: 31px; height: 31px; background-position: -53px -169px; }

._graphql__icon-envelope { width: 35px; height: 26px; background-position: -4px -170px; }

._graphql__icon-map-marker { width: 25px; height: 31px; background-position: -93px -132px; }

._graphql__icon-comment { width: 37px; height: 28px; background-position: -128px -131px; }

._graphql__icon-comment-gray { width: 26px; height: 21px; background-position: -6px -209px; position: absolute; }

._graphql__icon-earphone-gray { width: 21px; height: 21px; background-position: -72px -211px; position: absolute; margin-top: -4px; }

._graphql__icon-envelope-gray { width: 21px; height: 15px; background-position: -121px -184px; position: absolute; }

._graphql__icon-map-marker-gray { width: 18px; height: 22px; background-position: -42px -209px; position: absolute; margin-top: -4px; }

._graphql__icon-home-visit-gray { width: 21px; height: 17px; background-position: -93px -182px; position: absolute; margin-top: -1px; }

._graphql__icon-add-user { width: 23px; height: 22px; background-position: -97px -211px; position: relative; }

._graphql__icon-add-user-gray { width: 23px; height: 22px; background-position: -114px -293px; position: absolute; }

._graphql__icon-add-user-gray2 { width: 32px; height: 32px; background-position: -105px -290px; display: block; }

._graphql__icon-address { width: 28px; height: 24px; background-position: -127px -211px; position: absolute; float: left; }

._graphql__icon-people-arrow { width: 26px; height: 26px; background-position: -41px -245px; position: absolute; }

._graphql__icon-salutation { width: 28px; height: 26px; background-position: -77px -247px; position: absolute; }

._graphql__icon-remove-person { width: 27px; height: 26px; background-position: -115px -248px; float: left; }

._graphql__icon-referral-source { width: 28px; height: 24px; background-position: -7px -291px; top: 0; margin-right: 6px; }

._graphql__icon-phone { width: 20px; height: 26px; background-position: -46px -289px; float: left; }

._graphql__icon-email { width: 28px; height: 20px; background-position: -6px -249px; margin-top: 5px; float: left; }

._graphql__newSprite { position: absolute; display: inline-block; left: -4px; top: -7px; background-repeat: no-repeat; background-image: url(../../4bfd822ff39fe44e/images/communication.svg); background-size: 240px; width: 27px; height: 27px; opacity: .7; }

._graphql__quickActions ._graphql__newSprite { left: inherit; top: inherit; margin-top: -6px; margin-left: -2px; }

._graphql__icon_appointment { background-position: -8px -6px; }

._graphql__icon_tour { background-position: -59px -4px; opacity: 1; }

._graphql__icon_mailing { background-position: -86px -6px; opacity: 1; }

._graphql__icon_phonecallleftmsg { background-position: -7px -36px; }

._graphql__icon_email { background-position: -145px -7px; }

._graphql__icon_phonecall { background-position: -173px -6px; }

._graphql__icon_phonecallout { background-position: -203px -6px; }

._graphql__icon_voicemail { background-position: -8px -36px; }

._graphql__icon_presentation { background-position: -34px -38px; opacity: 1; }

._graphql__icon_assessment { background-position: -68px -37px; opacity: 1; }

._graphql__icon_tourappointment2 { background-position: -95px -38px; opacity: 1; }

._graphql__icon_fax { background-position: -125px -36px; opacity: 1; }

._graphql__icon_communicationbubbleexisting { background-position: -180px -39px; }

._graphql__icon_phonecallin { background-position: -205px -38px; }

._graphql__icon_phonecallmissed { background-position: -9px -68px; }

._graphql__icon_phonecallnoanswer { background-position: -9px -68px; }

._graphql__icon_visitoutcommunity { background-position: -40px -73px; }

._graphql__icon_visitincommunity { background-position: -73px -73px; }

._graphql__icon_houseexisiting { background-position: -35px -4px; }

._graphql__icon_print { background-position: -156px -48px; }

._graphql__icon_delete { background-size: unset  !important; background-position: -179px -42px; background-image: url(../../ecc1b2f277d29ffb/images/graphql/sprite.png); }

._graphql__icon_textmessage { background-position: -6px -233px; }

._graphql__icon_website { background-position: -131px -231px; }

._graphql__icon_marketingautomation { background-position: -168px -231px; }

._graphql__icon_event { background-position: -7px -5px; }

._graphql__icon_socialmedia { background-position: -104px -231px; }

._graphql__icon_messagein { background-position: -39px -233px; }

._graphql__icon_messageout { background-position: -72px -233px; }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__contactPanel { overflow-y: hidden; }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table tr[class*="selected"] { background: white; }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table tr:hover td { background: #fff; }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table tr * { -webkit-tap-highlight-color: transparent; }

@media (hover: hover) { ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table tr:hover td { background-color: #f7f7f7; } }

@media (hover: none), (hover: on-demand) { ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table tr td:not(:empty):first-child:hover, ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table tr td:not(:empty):nth-child(4):hover, ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table tr td:not(:empty):nth-child(5):hover { background: #e3ebf4; } }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table tr ._graphql__decisionMaker select { outline: none; padding-left: 5px !important; border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #b7b2b2; }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__residentPanel ._graphql__paySourceHistory table tr[class*="selected"] { background: white; }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__residentPanel ._graphql__paySourceHistory[class*="paySrcOpen"] ._graphql__dataTable { -webkit-overflow-scrolling: auto; }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__residentPanel ._graphql__convtToResiBtn ._graphql__popup ._graphql__message { margin-bottom: 5px; }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__interestLevel { font-size: 0px; text-align: right; }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__interestLevel ._graphql__coloredCell { font-size: 14px; }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__interestLevel ._graphql__coloredCell:empty { display: none; }

._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__interestLevel ._graphql__fieldLabel { font-size: 14px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__newSprite { height: 32px; width: 32px; opacity: .6; margin-left: -8px; background-size: 300px; position: inherit; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__icon_communicationbubbleexisting { background-position: -225px -50px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__icon_phonecall { background-position: -216px -10px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__icon_tour { background-position: -73px -8px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__icon_houseexisiting { background-position: -44px -8px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__icon_mailing { background-position: -108px -11px; opacity: 1; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__icon_email { background-position: -182px -11px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__icon_appointment { background-position: -10px -9px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__icon_assessment { background-position: -85px -48px; opacity: 1; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__sales_updateInterestLevel { background-image: url(../../7a3a7c18b1383104/images/quickactions.svg); background-size: 200px; background-position: -2px -4px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__sales_updateInterestLevel[class*="convertToProspectBtn"] { width: 32px; height: 32px; position: absolute; left: 0; opacity: .5; margin-top: -10px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__sales_addDepositDate { background-image: url(../../7a3a7c18b1383104/images/quickactions.svg); background-size: 200px; background-position: -40px -3px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__sales_addWaitingList { background-image: url(../../7a3a7c18b1383104/images/quickactions.svg); background-size: 200px; background-position: -82px -3px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__sales_reserveUnit { background-image: url(../../7a3a7c18b1383104/images/quickactions.svg); background-size: 200px; background-position: -123px -3px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__sales_signRentalAgreement { background-image: url(../../7a3a7c18b1383104/images/quickactions.svg); background-size: 200px; background-position: -164px -3px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__sales_setMoveInDate { background-image: url(../../7a3a7c18b1383104/images/quickactions.svg); background-size: 200px; background-position: -4px -41px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__sales_lostProspect { background-image: url(../../7a3a7c18b1383104/images/quickactions.svg); background-size: 200px; background-position: -42px -41px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__sales_convertResident { background-image: url(../../7a3a7c18b1383104/images/quickactions.svg); background-size: 200px; background-position: -80px -41px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__sales_addContact { background-image: url(../../7a3a7c18b1383104/images/quickactions.svg); background-size: 200px; background-position: -121px -41px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__sales_convertBackToInquiry { background-image: url(../../7a3a7c18b1383104/images/quickactions.svg); background-size: 200px; background-position: -165px -42px; float: left; position: absolute; top: 13px; left: 14px; width: 28px; }

._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__convertToProspect button { padding-left: 30px; }

._graphql__detailsOverlay[class*="overlay__overlay"] [class*="overlay__overlay"] { background: rgba(0, 0, 0, 0); }

[class*="referralContactWrapper"] ._graphql__content ._graphql__dataTable table tr[class*="selected"] { background: white; }

[class*="referralContactWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table tr td [class*="symbols__times"]:before { font-size: 18px; }

[class*="referralContactWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__item ._graphql__dataTable table tr td [class*="loadingIcon"] { margin-left: 4px; }

._graphql__interestLevel { text-align: right; }

._graphql__occupantHead ._graphql__body [class*="column"]:nth-child(2), ._graphql__relatedPartyHead ._graphql__body [class*="column"]:nth-child(2), ._graphql__relatedPartyHeadOrg ._graphql__body [class*="column"]:nth-child(2) { text-align: right; }

._graphql__pendingReviewWrap ._graphql__pendingBtnWrap { margin-right: 0px; min-width: 195px; text-align: right; width: 100%; }

._graphql__pendingReviewWrap ._graphql__pendingBtnWrap a { border: none; padding: 5px 14px; margin: 0 5px; }

._graphql__pendingReviewWrap ._graphql__referralSourceHeader { padding: 0 !important; }

._graphql__pendingReviewWrap ._graphql__referralSourceHeader > span:first-of-type { padding-left: 0 !important; }

._graphql__pendingReviewWrap ._graphql__referralSourceHeader > span:first-of-type ._graphql__field ._graphql__fieldLabel { font-size: 15px; }

._graphql__pendingReviewWrap ._graphql__referralSourceHeader > span:first-of-type ._graphql__field > span:first-of-type { font-size: 15px; }

._graphql__pendingReviewWrap ._graphql__pendingReviewField { padding: 0 !important; }

._graphql__pendingReviewWrap ._graphql__pendingReviewField > span:first-of-type { padding-left: 0 !important; }

._graphql__medicationListing { height: 88%; margin-top: 48px !important; -ms-overflow-style: scrollbar; }

._graphql__medicationListing table { width: 100%; min-width: 1300px; border-collapse: separate !important; border-spacing: 0; }

._graphql__medicationListing table thead tr th { position: sticky; top: 0; border-bottom: 1px solid #cccccc; white-space: nowrap; z-index: 100; font-weight: 600 !important; background: #f8f8f8 !important; }

._graphql__medicationListing table thead tr th._graphql__checkBoxColumn { border-left: 1px solid #ddd; }

._graphql__medicationListing table thead tr th._graphql__checkBoxColumn ._graphql__label { margin-top: -22px; }

._graphql__medicationListing table thead tr th ._graphql__sortable { cursor: pointer !important; }

._graphql__medicationListing table thead tr th ._graphql__sortable ._graphql__glyphicon-sort, ._graphql__medicationListing table thead tr th ._graphql__sortable ._graphql__glyphicon-arrow-down, ._graphql__medicationListing table thead tr th ._graphql__sortable ._graphql__glyphicon-arrow-up { position: relative !important; }

._graphql__medicationListing table th, ._graphql__medicationListing table td { text-align: left; vertical-align: top; font-size: 16px !important; padding: 11px 30px 11px 5px !important; min-width: 100px; }

._graphql__medicationListing table td { color: #666; position: relative; }

._graphql__medicationListing table ._graphql__noData td { padding-left: 50px !important; }

._graphql__medicationListing table ._graphql__noData:hover td { background-color: #f8f8f8 !important; }

._graphql__medicationListing table ._graphql__medicationScheduleRow { padding: 10px 5px; border-bottom: 1px solid #D9D9D9; }

._graphql__medicationListing table ._graphql__medicationScheduleRow:nth-child(even) { background-color: #f2f2f2; }

._graphql__medicationListing table ._graphql__medicationScheduleRow td { vertical-align: top; padding-top: 10px; min-width: 180px; }

._graphql__medicationListing table ._graphql__medNameCol { min-width: 250px; min-height: 80px; }

._graphql__medicationListing table ._graphql__medNameCol ._graphql__medName { font-weight: 700; font-size: 16px; color: #333333; font-family: 'Roboto'; }

._graphql__medicationListing table ._graphql__medNameCol ._graphql__newUpdatedText { color: #21B970; }

._graphql__medicationListing table ._graphql__medNameCol ._graphql__genericBrandName { color: #666666; font-weight: 100; }

._graphql__medicationListing table ._graphql__medNameCol ._graphql__doNotCrushHazardous { font-weight: 100; }

._graphql__medicationListing table ._graphql__medNameCol ._graphql__indicatedFor { font-style: italic; }

._graphql__medicationListing table ._graphql__medNameCol ._graphql__textStyle { font-size: 16px; font-weight: 400; color: #666; flex-wrap: wrap; }

._graphql__medicationListing table ._graphql__medNameCol ._graphql__itemTextNarcoticColor { color: #A62C1B; }

._graphql__medicationListing table ._graphql__medNameCol ._graphql__itemTextPsychotropicColor { color: #800092; }

._graphql__medicationListing table ._graphql__medNameCol ._graphql__popupButton span:hover { background-color: #c9cbcd; border-radius: 50%; }

._graphql__medicationListing table ._graphql__medNameCol ._graphql__popupButton ._graphql__popup { width: 60%; top: 10px; left: 25px; }

._graphql__medicationListing table ._graphql__medNameCol ._graphql__popupButton ._graphql__popup ._graphql__medAction { cursor: pointer; display: inline-flex; }

._graphql__medicationListing table ._graphql__checkBoxColumn { padding: 11px 0px 10px 14px !important; min-width: 30px !important; }

._graphql__medicationListing table ._graphql__checkBoxColumn input[type=checkbox] { width: 17px; height: 17px; position: absolute; cursor: pointer; z-index: 1; opacity: 0; }

._graphql__medicationListing table ._graphql__checkBoxColumn input[type=checkbox]:checked ~ ._graphql__label:before { background: #0d8de2; border: 1px solid #0d8de2; margin: 5px 0 0 0; }

._graphql__medicationListing table ._graphql__checkBoxColumn input[type=checkbox]:checked ~ ._graphql__label:after { display: block; }

._graphql__medicationListing table ._graphql__checkBoxColumn ._graphql__label { margin-left: 28px; position: relative; margin-top: -4px; }

._graphql__medicationListing table ._graphql__checkBoxColumn ._graphql__label:before { content: ""; width: 15px; height: 15px; border-radius: 2px; margin: 5px 0 0 0; padding: 0; border: 1px solid #999; position: absolute; left: -25px; top: -1px; }

._graphql__medicationListing table ._graphql__checkBoxColumn ._graphql__label:after { content: ""; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: -19.5px; top: 6px; height: 8px; width: 4px; border: solid #f8f8f8; border-width: 0 2px 2px 0; transform: rotate(45deg); display: none; }

._graphql__medicationListing table ._graphql__timeCol { min-width: 100px !important; }

._graphql__medicationListing table ._graphql__refillColumn div div { float: none; margin-left: 0px; }

._graphql__medicationListing table ._graphql__adverseEffectColumn { min-width: 150px; }

._graphql__medicationListing table ._graphql__adverseEffectColumn textarea, ._graphql__medicationListing table ._graphql__adverseEffectColumn textarea:focus { outline: none; width: 215px; height: 64px; font-size: 16px; color: #666; border-radius: 2px; padding: 5px; border-color: #ccc; resize: none; background: transparent; outline: none; }

._graphql__medicationListing table ._graphql__adverseEffectColumn ._graphql__notesEnable, ._graphql__medicationListing table ._graphql__adverseEffectColumn ._graphql__notesEnable:focus { background: #fff; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._graphql__medicationListing table ._graphql__adverseEffectColumn textarea, ._graphql__medicationListing table ._graphql__adverseEffectColumn textarea:focus { height: 85px; } }

._graphql__medicationListing table ._graphql__medPassPrn { color: #333333; font-size: 16px; }

._graphql__medicationListing table ._graphql__reasonPrn, ._graphql__medicationListing table ._graphql__resultPrn, ._graphql__medicationListing table ._graphql__notePrn, ._graphql__medicationListing table ._graphql__refillPrn, ._graphql__medicationListing table ._graphql__prevPassPrn, ._graphql__medicationListing table ._graphql__recordPrn { min-width: 180px; }

._graphql__medicationListing table ._graphql__resultPrn div { cursor: pointer; }

._graphql__medicationListing table ._graphql__contradictionsPrn, ._graphql__medicationListing table ._graphql__labelWarnPrn { min-width: 220px; }

._graphql__medicationListing table ._graphql__recordPrn span { color: #30A348; }

._graphql__medicationListing table ._graphql__ImageCol { min-width: 140px; }

._graphql__medicationListing table ._graphql__ImageCol Img { padding: 2px; border: 1px solid #e4e4e4; width: 112px; }

._graphql__medicationListing table ._graphql__scanned { color: #940119; }

._graphql__medicationListing table ._graphql__recentPrn { white-space: nowrap; }

._graphql__medicationListing table ._graphql__dateTimeRecentPrn, ._graphql__medicationListing table ._graphql__resultRecentPrn, ._graphql__medicationListing table ._graphql__resultDateTimeRecentPrn { min-width: 220px; }

._graphql__medicationListing table ._graphql__reasonRecentPrn, ._graphql__medicationListing table ._graphql__recordRecentPrn, ._graphql__medicationListing table ._graphql__painRecentPrn { min-width: 180px; }

._graphql__medicationListing table ._graphql__missedHeld { color: #333; font-size: 16px; }

._graphql__medicationListing table ._graphql__missedHeldDate, ._graphql__medicationListing table ._graphql__missedHeldTime { min-width: 90px; }

._graphql__medicationListing table ._graphql__missedHeldRecord, ._graphql__medicationListing table ._graphql__missedHeldStatus, ._graphql__medicationListing table ._graphql__missedHeldAttempt, ._graphql__medicationListing table ._graphql__HeldReason { min-width: 130px; }

._graphql__medicationListing table ._graphql__missedHeldLabel, ._graphql__medicationListing table ._graphql__missedHeldContraindication { min-width: 220px; }

._graphql__medicationListing table ._graphql__missedHeldContraindication textarea { resize: none; }

._graphql__medicationListing table ._graphql__missedHeldStatus ._graphql__missedHeldStatusColor { color: #cc0000; }

._graphql__medicationListing table ._graphql__missedHeldStatus ._graphql__given { color: green; }

._graphql__medicationListing table ._graphql__missedHeldStatus ._graphql__green { color: green; }

._graphql__medicationListing table ._graphql__missedHeldTime span { display: block; }

._graphql__medicationListing table ._graphql__red { color: #cc0000; }

._graphql__medicationListing ._graphql__recentPrnMedName { padding-left: 24px !important; border-left: 1px solid #ddd; }

._graphql__residentNotes ._graphql__resChartCard { cursor: pointer; }

@media (min-width: 1025px) { ._graphql__detailsOverlay { left: inherit !important; max-width: 100%; box-shadow: 0 1px 34px 0px rgba(51, 51, 51, 0.44); }
  @supports (-ms-ime-align: auto) { ._graphql__detailsOverlay { overflow: hidden; } }
  ._graphql__detailsOverlay ._graphql__detailsContainer { float: right; max-width: 100%; } }

@media (min-width: 1025px) and (max-width: 1112px) { ._graphql__detailsOverlay { max-width: 800px; } }

body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay, body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay { /*      left:0 !important; background: transparent; box-shadow: inherit;*/ }

@media (hover: none), (hover: on-demand) { body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay > div[class*="scrollableContainer"], body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay > div[class*="scrollableContainer"] { overflow: hidden; } }

body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay > div[class*="scrollableContainer"] ._graphql__detailsContainer, body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay > div[class*="scrollableContainer"] ._graphql__detailsContainer { overflow: visible !important; }

body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay > div[class*="scrollableContainer"] ._graphql__detailsContainer ._graphql__actionButtonOuter div[class*="modal"], body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay > div[class*="scrollableContainer"] ._graphql__detailsContainer ._graphql__actionButtonOuter div[class*="modal"] { overflow: visible !important; }

body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay > div[class*="scrollableContainer"] ._graphql__detailsContainer ._graphql__actionButtonOuter div[class*="modal"] div[class*="wideFormWrapper"] div[class*="formContainer"], body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay > div[class*="scrollableContainer"] ._graphql__detailsContainer ._graphql__actionButtonOuter div[class*="modal"] div[class*="wideFormWrapper"] div[class*="formContainer"] { /*overflow: visible !important; Dustin removed 3/23, causing issue on Prospect - Add to Waiting List */ }

body[class*="oMasked"] div[class*="inquiryWrapper"], body[class*="omasked"] div[class*="inquiryWrapper"] { /*      left:0 !important; background: transparent; box-shadow: inherit;*/ }

@media (hover: none), (hover: on-demand) { body[class*="oMasked"] div[class*="inquiryWrapper"] > div[class*="scrollableContainer"], body[class*="omasked"] div[class*="inquiryWrapper"] > div[class*="scrollableContainer"] { overflow: hidden; } }

body[class*="oMasked"] div[class*="inquiryWrapper"] > div[class*="scrollableContainer"] ._graphql__detailsContainer, body[class*="omasked"] div[class*="inquiryWrapper"] > div[class*="scrollableContainer"] ._graphql__detailsContainer { overflow: visible !important; }

body[class*="oMasked"] div[class*="inquiryWrapper"] > div[class*="scrollableContainer"] ._graphql__actionButtonOuter [class*="overlay__overlay"] > div[class*="scrollableContainer"] [class*="overlay__overlay"] > div[class*="scrollableContainer"], body[class*="omasked"] div[class*="inquiryWrapper"] > div[class*="scrollableContainer"] ._graphql__actionButtonOuter [class*="overlay__overlay"] > div[class*="scrollableContainer"] [class*="overlay__overlay"] > div[class*="scrollableContainer"] { overflow: visible !important; }

body[class*="oMasked"] div[class*="referralContactWrapper"], body[class*="omasked"] div[class*="referralContactWrapper"] { /*    left:0 !important; background: transparent; box-shadow: inherit;*/ }

@media (hover: none), (hover: on-demand) { body[class*="oMasked"] div[class*="referralContactWrapper"] > div[class*="scrollableContainer"], body[class*="omasked"] div[class*="referralContactWrapper"] > div[class*="scrollableContainer"] { overflow: hidden; } }

body[class*="oMasked"] div[class*="referralContactWrapper"] > div[class*="scrollableContainer"] ._graphql__detailsContainer, body[class*="omasked"] div[class*="referralContactWrapper"] > div[class*="scrollableContainer"] ._graphql__detailsContainer { overflow: visible !important; }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay, body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay { left: inherit !important; }
  body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__actionButtonOuter:not(._graphql__appScrollEnhance) [class*="scrollableContainer"] [class*="formWrapper"] [class*="formContainer"], body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__residentPanel:not(._graphql__appScrollEnhance) [class*="scrollableContainer"] [class*="formWrapper"] [class*="formContainer"], body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__actionButtonOuter:not(._graphql__appScrollEnhance) [class*="scrollableContainer"] [class*="formWrapper"] [class*="formContainer"], body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__residentPanel:not(._graphql__appScrollEnhance) [class*="scrollableContainer"] [class*="formWrapper"] [class*="formContainer"] { overflow: visible !important; }
  body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__actionButtonOuter._graphql__appScrollEnhance [class*="scrollableContainer"] [class*="formWrapper"] [class*="formContainer"], body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__residentPanel._graphql__appScrollEnhance [class*="scrollableContainer"] [class*="formWrapper"] [class*="formContainer"], body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__actionButtonOuter._graphql__appScrollEnhance [class*="scrollableContainer"] [class*="formWrapper"] [class*="formContainer"], body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__residentPanel._graphql__appScrollEnhance [class*="scrollableContainer"] [class*="formWrapper"] [class*="formContainer"] { overflow-x: visible !important; }
  body[class*="oMasked"] div[class*="inquiryWrapper"], body[class*="omasked"] div[class*="inquiryWrapper"] { left: inherit !important; }
  body[class*="oMasked"] div[class*="referralContactWrapper"], body[class*="omasked"] div[class*="referralContactWrapper"] { left: inherit !important; }
  body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay [class*="waitingListPriority"] [class*="scrollableContainer"] [class*="form"] [class*="formContainer"], body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay [class*="waitingListPriority"] [class*="scrollableContainer"] [class*="form"] [class*="formContainer"] { width: 100%; overflow-y: auto !important; height: calc(100% - 50px) !important; }
  ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__contactPanel { overflow-y: inherit; } }

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) { body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay, body[class*="omasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay { left: 0 !important; }
  body[class*="oMasked"] div[class*="inquiryWrapper"], body[class*="omasked"] div[class*="inquiryWrapper"] { left: 0 !important; }
  body[class*="oMasked"] div[class*="referralContactWrapper"], body[class*="omasked"] div[class*="referralContactWrapper"] { left: 0 !important; } }

._graphql__detailsMobileWrapper ._graphql__detailsOverlay { /*    &[class*="inquiryWrapper"]{ .detailsContainer{ background: #1976d2; } }*/ }

._graphql__detailsMobileWrapper ._graphql__detailsOverlay > div:first-child { background: #1976d2; background: -moz-linear-gradient(top, #1976d2 0%, #1976d2 50%, #F2F2F2 53%, #F2F2F2 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #1976d2 0%, #1976d2 50%, #F2F2F2 53%, #F2F2F2 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #1976d2 0%, #1976d2 50%, #F2F2F2 53%, #F2F2F2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

._graphql__detailsMobileWrapper ._graphql__detailsOverlay > div { position: absolute; }

._graphql__detailsMobileWrapper ._graphql__detailsOverlay > div:first-child { position: relative; }

._graphql__detailsMobileWrapper ._graphql__detailsOverlay [class*="scrollableContainer"] ._graphql__detailsContainer { background: #1976d2; }

._graphql__viewProspect span { margin-left: 43px; }

._graphql__viewProspect span a { color: #FFFFFF; text-decoration: none; background-color: #FE5C02; padding: 5px 10px; border-radius: 4px; }

._graphql__viewProspect span a:visited { color: #FFFFFF; }

._graphql__convertToProspectLock { padding: 10px 5px 5px 5px; color: #797979; display: flex; }

._graphql__convertToProspectLock span { float: left; }

._graphql__convertToProspectLock span:first-child { display: inline-block; }

._graphql__convertToProspectLock span:last-child { padding: 8px 0 0 5px; cursor: not-allowed; }

._graphql__convertToProspect { padding: 10px 5px 5px 5px; }

._graphql__convertToProspect ._graphql__icon-add-user-gray { left: 0; }

._graphql__convertToProspect button { color: #797979; background: none; border: none; padding: 8px 0 0 20px; cursor: pointer; font-size: 14px; min-width: 75px; text-align: center; }

._graphql__convertToProspect button:hover { color: #FF9E0E; }

._graphql__convertToProspect button:focus { outline: none; }

._graphql__convertToProspect._graphql__convertToResident { padding: 0; }

._graphql__actionButtonOuter ._graphql__popup { width: auto; max-width: 500px; }

._graphql__actionButtonOuter ._graphql__popup > [class*="common_form__closeWrapper"] { z-index: 1; }

._graphql__actionButtonOuter ._graphql__popup div[class*="row"] { width: 50% !important; float: left; min-width: 230px; max-width: 260px; }

@media (max-width: 767px) { ._graphql__actionButtonOuter ._graphql__popup div[class*="row"] { max-width: 100%; } }

._graphql__actionButtonOuter ._graphql__popup div[class*="row"] div[class*="column"] { width: 100% !important; }

[class*="editCommunicationForm"] [class*="commonAlert"] > ._graphql__popup { width: 380px; }

._graphql__actionButtonOuter._graphql__referralActions ._graphql__actionButton ._graphql__popup { width: 250px; }

._graphql__actionButtonOuter._graphql__referralActions ._graphql__actionButton ._graphql__popup div[class*="row"] { width: 100% !important; }

@keyframes _graphql__warningBlinkColor { 0% { background-color: #ff0000; }
  50% { background-color: #ff0000; }
  51% { background-color: #ff9900; }
  100% { background-color: #ff9900; } }

._graphql__warningDetailBtn { background-color: #ff0000; position: absolute; padding: 2px 10px; border-radius: 3px; top: 8px; -moz-animation: _graphql__warningBlinkColor 1s linear 0.5s 1; -webkit-animation: _graphql__warningBlinkColor 1s linear 0.5s 1; animation: _graphql__warningBlinkColor 1s linear 0.5s 1; left: 105px; cursor: pointer; width: 55px; z-index: 1; }

@media screen and (max-width: 750px) { ._graphql__warningDetailBtn { top: 4px; width: 60px; } }

._graphql__warningDetailIcon { position: absolute; top: 5px; width: 28px; height: 25px; left: 99px; cursor: pointer; z-index: 1; overflow: hidden; margin: 0; border-radius: 20%; text-align: left; transform: translateY(50%) rotate(30deg) skewY(30deg) scaleX(0.866); }

._graphql__warningDetailIcon:after, ._graphql__warningDetailIcon:before { width: 22px; height: 22px; position: absolute; background: #f73232; pointer-events: auto; content: ''; -webkit-animation: _graphql__splash 1s; -webkit-animation-delay: 1200ms; animation: _graphql__splash 1s; animation-delay: 1200ms; animation-iteration-count: 1; }

._graphql__warningDetailIcon:before { border-radius: 20% 20% 20% 53%; transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%); }

._graphql__warningDetailIcon:after { border-radius: 20% 20% 53% 20%; transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%); }

._graphql__warningDetailIcon span { position: absolute; color: #fff; z-index: 1; transform: translateY(0%) rotate(316deg) skewY(0deg) scaleX(1); left: 4.4px; font-size: 11px; }

@keyframes _graphql__splash { from { background: #F8C54F; }
  50% { background: #F8C54F; }
  to { background: #f73232; } }

._graphql__warningCrmIcon { position: absolute; top: 3px; width: 28px; height: 25px; left: 99px; cursor: pointer; z-index: 1; }

._graphql__warningCrmIcon:after { content: ""; background: #fff; position: absolute; left: 12px; top: 8px; height: 14px; width: 5px; z-index: -1; }

._graphql__warningCrmIcon svg { width: 25px; height: 25px; fill: #f73232; -webkit-animation: _graphql__splash 1s; -webkit-animation-delay: 1200ms; animation: _graphql__splash 1s; animation-delay: 1200ms; animation-iteration-count: 1; }

@keyframes _graphql__splash { from { fill: #F8C54F; }
  50% { fill: #F8C54F; }
  to { fill: #f73232; } }

._graphql__detailsTitleLabel { position: absolute; left: 12px; top: 4px; }

._graphql__detailsTitleLabel p { display: inline-block; margin: 0px !important; padding: 0; position: absolute; top: 5px; min-width: 165px; font-size: 14px; text-align: left; }

._graphql__detailIcons { background-image: url("../../8a57c00cf9e5496f/images/sprite.png"); background-repeat: no-repeat; display: inline-block; }

._graphql__detailProspectIcon { width: 24px; height: 24px; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) 0 0 no-repeat; background-position: -312px -399px; background-size: 450px; }

._graphql__detailInquiryIcon { width: 24px; height: 24px; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) 0 0 no-repeat; background-position: -399px -398px; background-size: 450px; }

._graphql__detailContactIcon { width: 24px; height: 24px; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) 0 0 no-repeat; background-position: -426px -398px; background-size: 450px; }

._graphql__detailReferralIcon { width: 24px; height: 24px; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) 0 0 no-repeat; background-position: -4px -419px; background-size: 450px; }

._graphql__addContactIcon { /*margin-left:-12px;*/ display: block; }

._graphql__addContactIcon span[class*="sprite-a07"] { opacity: 0.6; }

._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup._graphql__open { max-height: calc(100vh - 108px); overflow: auto; }

@media (min-width: 1900px) { ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup._graphql__open { z-index: 1000; } }

._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup._graphql__open h2._graphql__titleQuickAction { display: none; }

._graphql__detailsOverlay[class*="overlay__parentOverlay"] ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup._graphql__open { overflow: visible; }

._graphql__residentPanel [class*="sprite-tricolon"] { background-position: -167px -167px; }

._graphql__residentPanel ._graphql__actionButtonResident { /*position: relative;*/ }

._graphql__residentPanel ._graphql__actionButtonResident ._graphql__actions { font-size: 16px !important; text-align: left; }

._graphql__residentPanel ._graphql__actionButtonResident ._graphql__actions a { opacity: 3 !important; padding: 6px 2px !important; font-weight: normal; padding-left: 33px !important; position: relative; }

._graphql__residentPanel ._graphql__actionButtonResident ._graphql__actions a [class*="common_sprite"] { opacity: .7; position: absolute; left: 0; top: 5px; }

._graphql__residentPanel ._graphql__actionButtonResident ._graphql__actions a [class*="common_sprite"][class*="res_waiting_list"] { top: 1px !important; left: 2px !important; }

._graphql__residentPanel ._graphql__actionButtonResident ._graphql__control { background-position: -167px -167px; }

._graphql__residentPanel ._graphql__actionButtonResident ._graphql__popup { width: auto !important; white-space: nowrap; padding: 10px; right: 15px !important; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

._graphql__residentPanel ._graphql__actionButtonResident ._graphql__popup [class*="sprite-c_edit"] { display: inline-block; }

._graphql__residentPanel ._graphql__actionButtonResident ._graphql__popup a { display: flex; color: black; padding: 8px 5px; text-decoration: none; cursor: pointer; }

._graphql__residentPanel ._graphql__actionButtonResUnitHistory ._graphql__popup { width: auto !important; padding: 10px; }

._graphql__residentPanel ._graphql__actionButtonResUnitHistory ._graphql__popup ._graphql__actions a { padding: 6px 2px !important; font-weight: normal; padding-left: 33px !important; position: relative; }

._graphql__residentPanel ._graphql__actionButtonResUnitHistory ._graphql__popup ._graphql__actions a [class*="common_sprite"] { opacity: .7; position: absolute; left: 0; top: 5px; }

._graphql__residentPanel ._graphql__admissionHistoryIconWrapper { content: ""; height: 18px; display: inline-block; vertical-align: middle; }

._graphql__residentPanel ._graphql__admitIcon { background: url(../../071efd486a9861b1/images/menuIcon.svg) no-repeat -307px -478px; width: 20px; background-size: 400px 656px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._graphql__residentPanel ._graphql__admitIcon { background-size: 400px 637px; } }

._graphql__residentPanel ._graphql__reAdmitIcon { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -106px -28px; width: 21px; background-size: 134px; margin-top: -5px; }

._graphql__residentPanel ._graphql__dischargeIcon { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -103px -28px; width: 21px; background-size: 135px; margin: -5px 2px 0px -6px; }

._graphql__residentPanel ._graphql__admissionName { margin: 13px 0px; font-size: 16px; color: #666; }

._graphql__residentPanel ._graphql__admissionName ._graphql__facilityWrapper { position: relative; }

._graphql__residentPanel ._graphql__admissionName ._graphql__facilityWrapper a._graphql__cardRowLink { color: black; text-decoration: underline; cursor: pointer; }

._graphql__residentPanel ._graphql__admissionName ._graphql__control { position: absolute; top: 0; right: 0; font-weight: bold; text-decoration: none; color: #1f1f1f; cursor: pointer; }

._graphql__residentPanel ._graphql__admissionName ._graphql__actionButtonResUnitHistory ._graphql__popup { min-width: 80px; }

._graphql__residentPanel ._graphql__admittanceNotes { list-style: none; padding-left: 2px; }

._graphql__residentPanel ._graphql__admittanceNotes ._graphql__ResiCross { margin-right: 5px; }

._graphql__residentPanel ._graphql__admittanceWrap ._graphql__admitPending { list-style: none; display: inline-block; margin-left: 17px; }

._graphql__residentPanel ._graphql__admittanceWrap ._graphql__admitPending div span { height: 20px; width: 25px; background-image: url(../../071efd486a9861b1/images/menuIcon.svg); background-position: -129px -49px; display: inline-block; vertical-align: top; margin-left: -29px; opacity: .8; }

._graphql__residentPanel ._graphql__admittanceWrap ._graphql__admitPending div span:before { content: ""; }

._graphql__residentPanel ._graphql__admittanceWrap ._graphql__admitPending div div { display: inline; }

._graphql__residentPanel ._graphql__admittanceWrap ul { padding-left: 28px; }

._graphql__residentPanel ._graphql__admittanceWrap ul li { padding: 2px 0; color: #666 !important; }

._graphql__residentPanel ._graphql__admittanceWrap ul ul li { color: #333 !important; }

._graphql__residentPanel ._graphql__admittanceWrap ._graphql__title { color: #000; }

._graphql__residentPanel ._graphql__notAdmittedWrapper { word-break: break-all; }

._graphql__residentPanelNew { position: relative; }

._graphql__residentPanelNew > ._graphql__body ._graphql__group { border-top: 1px solid #ccc; padding: 3px 0 !important; }

._graphql__residentPanelNew > ._graphql__body ._graphql__group ._graphql__body ._graphql__field > div { text-align: left; color: #000; }

._graphql__residentPanelNew > ._graphql__body ._graphql__group ._graphql__body ._graphql__field ._graphql__label span { font-weight: normal; color: #777 !important; }

._graphql__residentPanelNew ._graphql__item { margin: 7px 0px; padding: 5px 10px; box-shadow: 0px 0 2px rgba(0, 0, 0, 0.45); padding-right: 6px; }

._graphql__residentPanelNew ._graphql__item ._graphql__header { margin: 5px 0 5px 0; }

._graphql__residentPanelNew ._graphql__item ._graphql__header [class*="symbols"] { opacity: .6; }

._graphql__residentPanelNew ._graphql__dischargeBtn { float: right; font-size: 16px; color: #FFFFFF; background: #2dcc70; border-color: #2dcc70; font-weight: normal; padding: 8px 10px 8px 30px; position: relative; margin-top: -2px; }

._graphql__residentPanelNew ._graphql__dischargeBtn:before { content: ""; background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -142px -38px; height: 27px; width: 27px; position: absolute; left: 7px; top: 5px; }

._graphql__residentPanelNew ._graphql__actionButtonResident ._graphql__control { background-position: -167px -167px; cursor: pointer; }

._graphql__residentPanelNew ._graphql__actionButtonResident ._graphql__popup { right: 18px; top: 0px; }

._graphql__residentPanelNew td ._graphql__actionButtonResident ._graphql__control, ._graphql__residentPanelNew dh ._graphql__actionButtonResident ._graphql__control { background-position: -174px -167px; cursor: pointer; }

._graphql__residentPanelNew td ._graphql__actionButtonResident ._graphql__popup, ._graphql__residentPanelNew dh ._graphql__actionButtonResident ._graphql__popup { right: 18px; top: 6px; }

._graphql__residentPanelNew h3 { border-bottom: 1px solid #ccc; margin-bottom: -1px !important; padding: 0 0 12px 42px !important; }

._graphql__residentPanelNew ._graphql__popupButton { float: right; position: relative; }

._graphql__residentPanelNew ._graphql__popupButton [class*="addButton"] { position: relative !important; left: inherit !important; }

._graphql__residentPanelNew ._graphql__popupButton [class*="addButton"]:before { font-size: 1em; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._graphql__residentPanelNew ._graphql__popupButton [class*="addButton"]:before { font-size: 24px; } }

._graphql__residentPanelNew h2 { font-weight: 500; font-size: 16px; color: #1E1E1E; padding-top: 5px; }

._graphql__residentPanelNew h2:first-child { border: none; padding-top: 0; }

._graphql__residentPanelNew h4 { font-weight: normal; font-size: 16px; color: #000; margin: 0 0 5px 0px; }

._graphql__residentPanelNew ul { margin-left: 0; padding-left: 41px; }

._graphql__residentPanelNew ul li { font-weight: normal; font-size: 16px; color: #666666; line-height: 28px; padding-left: 0px; }

._graphql__residentPanelNew ._graphql__dataTable table { overflow: visible; }

._graphql__residentPanelNew ._graphql__combinedWrapper { margin: 7px 0px; padding: 5px 10px; box-shadow: 0px 0 2px rgba(0, 0, 0, 0.45); background: white; border: 0; border-radius: 2px; }

._graphql__residentPanelNew ._graphql__combinedWrapper ._graphql__item { margin: 0; padding: 0; box-shadow: none; border-radius: 0; }

._graphql__residentPanelNew ._graphql__actionButton ._graphql__popup { width: auto !important; white-space: nowrap; padding: 10px; z-index: 2; }

._graphql__residentPanelNew ._graphql__actionButton ._graphql__popup ._graphql__actions a { padding: 6px 2px !important; font-weight: normal; padding-left: 33px !important; position: relative; }

._graphql__residentPanelNew ._graphql__actionButton ._graphql__popup ._graphql__actions a [class*="common_sprite"] { opacity: .7; position: absolute; left: 0; top: 5px; }

._graphql__residentPanelNew ._graphql__actionButton ._graphql__popup ._graphql__actions a [class*="common_sprite"][class*="res_waiting_list"] { top: 1px !important; left: 2px !important; }

._graphql__residentStatus:after { content: ''; background: url("../../2c4eb162356bdb96/images/resident-sprite.png") no-repeat -3px -3px; height: 32px; width: 32px; position: absolute; left: 10px; top: 12px; opacity: .6; }

._graphql__residentStatus h3 { border-bottom: 1px solid #ccc; margin-bottom: -1px !important; padding: 0 0 12px 42px !important; }

._graphql__unitHistory:after { content: ''; background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -96px -3px; height: 32px; width: 32px; position: absolute; left: 10px; top: 7px; opacity: .6; }

._graphql__admitDischargeHty:after { content: ''; background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -47px -3px; height: 32px; width: 32px; position: absolute; left: 10px; top: 7px; opacity: .6; }

._graphql__admitDischargeHty ._graphql__header ._graphql__popupButton ._graphql__popup { display: none; }

._graphql__admitDischargeHty ._graphql__header ._graphql__popupButton ._graphql__popup._graphql__open { display: block; }

._graphql__paySourceHistory:after { content: ''; background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -144px -1px; height: 38px; width: 32px; position: absolute; left: 10px; top: 8px; opacity: .6; }

._graphql__Resicheck { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -2px -66px; height: 12px; width: 15px; display: inline-block; }

._graphql__ResiCross { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -19px -62px; height: 16px; width: 15px; display: inline-block; }

._graphql__deleteCardItem { float: right; margin-top: 12px; cursor: pointer; }

._graphql__extendedCardItem ._graphql__actionButton._graphql__addIcon ._graphql__popup { width: 315px !important; }

._graphql__extendedCardItem ._graphql__actions [class*="popup-item"] { display: flex; color: black; padding: 4px 0px; text-decoration: none; cursor: pointer; }

._graphql__quickSearchWrapper ._graphql__quickSearchModel ._graphql__confirmMessage { overflow: visible; height: 40px; }

._graphql__quickSearchWrapper ._graphql__quickSearchModel ._graphql__message { overflow: visible; max-height: 100%; min-height: 480px; }

._graphql__quickSearchWrapper ._graphql__quickSearchModel ._graphql__messageMobile { overflow: visible; height: 480px; }

._graphql__quickSearchWrapper [class*="scrollableContainer"] { overflow: hidden; }

._graphql__quickSearchWrapper [class*="_common_overlay__modal"] { max-height: 90%; }

@media (max-width: 1024px) { ._graphql__quickSearchWrapper [class*="_common_overlay__modal"] { transform: none !important; } }

._graphql__quickSearchWrapper [class*="_common_overlay__modal"] ._graphql__quickSearchModel { background: transparent; }

._graphql__quickSearchWrapper ._graphql__quickSearchAlert[class*="overlay__prompt"] ._graphql__popup { max-width: 360px; }

._graphql__quickSearchWrapper ._graphql__quickSearchAlert[class*="overlay__prompt"] ._graphql__popup ._graphql__message { max-height: 480px; min-height: 1px; }

@media (max-width: 767px) { ._graphql__quickSearchWrapper ._graphql__quickSearchAlert[class*="overlay__prompt"] { height: auto !important; max-width: 320px; }
  ._graphql__quickSearchWrapper ._graphql__quickSearchAlert[class*="overlay__prompt"] ._graphql__popup { width: 100%; max-width: 320px; } }

._graphql__selectWrap { position: relative; cursor: pointer; display: inline-block; width: 100%; }

._graphql__selectWrap:before { content: ""; position: absolute; right: 2px; height: 0; width: 0; border: 6px solid transparent; top: 13px; pointer-events: none; border-color: #999 transparent transparent transparent; }

._graphql__selectWrap select { -moz-appearance: none; -webkit-appearance: none; appearance: none; width: 100%; padding-right: 20px !important; height: 28px; }

._graphql__selectWrap select::-ms-expand { display: none; }

._graphql__dataListWrap { position: relative; cursor: pointer; display: inline-block; width: 100%; }

._graphql__dataListWrap input { border: none; border-bottom: 1px solid black; width: 100%; height: 28px; }

._graphql__dataListWrap input:hover, ._graphql__dataListWrap input:focus { outline: none; }

._graphql__dataListWrap datalist { -moz-appearance: none; -webkit-appearance: none; appearance: none; }

._graphql__cursorPointer { cursor: pointer; }

._graphql__backToInquiryWrap { width: 31px !important; }

._graphql__backToInquiryWrap ._graphql__sales_convertBackToInquiry { background-image: url(../../7a3a7c18b1383104/images/quickactions.svg); background-size: 146px; background-position: -114px -26px; right: 13px; left: inherit; top: 32px; display: block; opacity: .6; height: 30px; }

._graphql__backToInquiryWrap [class*="_common_form__errorAlertModel"] h1 { padding-top: 0 !important; }

._graphql__backToInquiryWrap [class*="_common_form__errorAlertModel"] h1:after { background: none !important; }

._graphql__backToInquiryWrap [class*="_common_form__errorAlertModel"] [class*="_common_form__toolbar"] { height: auto; }

._graphql__inquiryIdWrap { padding-right: 0; }

._graphql__inquiryIdWrap[class*="common_gridlayout__column"] { width: calc(33.333% - 31px) !important; }

@media (max-width: 767px) { ._graphql__inquiryIdWrap[class*="common_gridlayout__column"] { width: calc(100% - 31px) !important; } }

._graphql__selectInput:before { content: ""; position: absolute; right: 17px; height: 0; width: 0; border: 6px solid transparent; top: 46px; pointer-events: none; border-color: #999 transparent transparent transparent; }

._graphql__crossIcon { position: absolute; cursor: pointer; left: auto; right: 11px; top: 33px; width: 30px; height: 30px; }

._graphql__crossIcon::before, ._graphql__crossIcon::after { content: ''; height: 14px; border-left: 1px solid #000; position: absolute; transform: rotate(-45deg); left: 17px; top: 7px; }

._graphql__crossIcon::after { transform: rotate(45deg); }

._graphql__selectpickerInput ._graphql__crossIcon { top: 14px; }

._graphql__selectpickerInput ._graphql__showClearIcon { right: 44px; position: absolute; bottom: 15px; opacity: 0.8; cursor: pointer; }

._graphql__selectpickerInput ._graphql__showClearIcon:before { content: "\2715"; font-weight: bold; font-size: 19px; }

._graphql__pendingReviewDialog ._graphql__crossIcon { top: 5px; right: 5px; }

._graphql__pendingReviewDialog ._graphql__pendingBtnWrap a { border: 1px solid #999; width: 100px; max-width: 100px; height: 32px; max-height: 32px; line-height: 32px; padding: 0px !important; margin: 0px 8px; }

._graphql__pendingReviewDialog ._graphql__pendingBtnWrap a:hover { border: 1px solid #666; }

._graphql__searchIcon { content: ''; background: url(../../327920e3d2518cc7/images/graphql/formicons.png) no-repeat -143px -75px; display: block; width: 17px; height: 21px; opacity: .45; position: absolute; right: 22px; top: 36px; pointer-events: none; }

._graphql__cancelIcon:before { content: "\2715"; font-weight: bold; background: none; display: block; font-size: 1.2em; width: 17px; height: 21px; opacity: .45; position: absolute; right: 22px; top: 36px; cursor: pointer; }

._graphql__selectPickerWrapper { width: 450px !important; max-width: 100%; top: inherit !important; left: inherit !important; right: inherit !important; bottom: inherit !important; transform: none !important; min-width: 10px !important; max-height: 100%; }

._graphql__selectPickerWrapper ._graphql__header { background-color: #f1f1f1; height: 50px; position: relative; display: inline-block; width: 100%; }

._graphql__selectPickerWrapper ._graphql__header ._graphql__closeWrapper { height: 50px; position: absolute; left: 0; top: 0; width: 90px; cursor: pointer; }

._graphql__selectPickerWrapper ._graphql__header ._graphql__closeWrapper ._graphql__closeIcon { position: absolute; height: 25px; width: 25px; cursor: pointer; top: 12px; left: 12px; }

._graphql__selectPickerWrapper ._graphql__header ._graphql__closeWrapper ._graphql__closeIcon:after { content: ""; height: 25px; border-left: 2px solid #fff; position: absolute; transform: rotate(45deg); left: 12px; display: none; }

._graphql__selectPickerWrapper ._graphql__header ._graphql__closeWrapper ._graphql__closeIcon:before { content: ''; height: 25px; position: absolute; background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -331px -216px; background-size: 650px; width: 25px; margin-left: 0; left: 3px; top: 2px; transform: none; border: none; opacity: .7; }

._graphql__selectPickerWrapper ._graphql__header ._graphql__closeWrapper ._graphql__closeIcon:after, ._graphql__selectPickerWrapper ._graphql__header ._graphql__closeWrapper ._graphql__closeIcon:before { border-color: #666; }

._graphql__selectPickerWrapper ._graphql__header ._graphql__closeWrapper ._graphql__cancelTextBtn { left: 36px; position: absolute; top: 5px; height: 40px; width: 44px; display: inline-block; vertical-align: top; line-height: 40px; cursor: pointer; padding-left: 5px; font-weight: normal !important; font-size: 12px; }

._graphql__selectPickerWrapper ._graphql__header h6 { font-size: 18px; text-align: center; padding: 14px 0; font-weight: 400; color: #666; margin: 0; }

._graphql__selectPickerWrapper ._graphql__header ._graphql__cardHeaderBtn { height: 35px; font-size: 14px; padding: 0px 8px; border-radius: 3px; position: absolute; top: 8px; right: 10px; cursor: pointer; background-color: #2DCC70; }

._graphql__selectPickerWrapper ._graphql__header ._graphql__cardHeaderBtn ._graphql__checkMark { display: inline-block; margin: 0 7px; margin-right: 9px; }

._graphql__selectPickerWrapper ._graphql__header ._graphql__cardHeaderBtn ._graphql__checkMark:after { content: ''; display: block; width: 5px; height: 12px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

._graphql__selectPickerWrapper ._graphql__header ._graphql__cardHeaderBtn ._graphql__btnSave { font-size: 14px; font-weight: 700; padding-right: 7px; color: #fff; padding-top: 9px; display: inline-block; }

._graphql__selectPickerWrapper ._graphql__header ._graphql__disabled { pointer-events: none; opacity: 0.6; }

._graphql__selectPickerWrapper ._graphql__checkListBody { padding-top: 0px; max-height: calc(100% - 50px); }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__inputContainer input:focus { border-bottom: 1px solid #999 !important; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__checkListSearch ._graphql__inputContainer input { margin-bottom: 0 !important; border-bottom: 1px solid #999 !important; height: 34px; padding-left: 20px !important; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__checkListSearch ._graphql__inputContainer input:focus { border-bottom: 2px solid #999 !important; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__listContainer { height: 290px; overflow-y: auto; max-height: calc(100% - 60px); /*-ms-overflow-style: none;*/ -webkit-overflow-scrolling: touch; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__listContainer ._graphql__listItem ul { display: block; width: 100%; margin: 0; padding: 0; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__listContainer ._graphql__listItem ul li { list-style: none; font-weight: 100; font-size: 14px !important; color: #333333 !important; width: 100%; border-bottom: 1px solid #D9D9D9; cursor: pointer; padding: 8px 20px; box-sizing: border-box; white-space: normal; text-overflow: ellipsis; overflow: hidden; font-family: 'Roboto Regular', 'Roboto' !important; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__listContainer ._graphql__listItem ul li._graphql__active { background: #eee; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__listContainer ._graphql__listItem ._graphql__noResult { font-weight: unset; font-size: 16px; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__listContainer ._graphql__loadingContainer { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__painInput { height: 40px; background: #f1f1f1; padding: 18px 0 0 20px; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__painInput label { font-size: 16px; color: #666; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__painInput label div { display: inline; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__painInput label div ._graphql__exclamationIcon { left: 130px; width: 7px; color: red; font-size: 22px; visibility: hidden; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__painInput label div ._graphql__exclamationIcon._graphql__visible { visibility: visible; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__painInput label div ._graphql__exclamationIcon:before { content: "\e101"; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__painInput label div label { position: relative; bottom: 3px; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__painInput label input { position: relative; bottom: 3px; border: 1px none #999; border-bottom-style: solid; font-size: 16px; margin: 0 0 2px; border-radius: 0; background-color: #fff; padding: 4px 2px; width: 40px; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__painInput label input:focus { background-color: #f7f7f7; outline: none; margin-bottom: 0; border-bottom: 2px solid #000; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__painInput._graphql__error input, ._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__painInput._graphql__error input:focus { border-bottom: 3px dashed red; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__footer { width: 100%; padding: 10px 15px 5px 15px; display: inline-block; box-sizing: border-box; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__footer ._graphql__pagination { float: left; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__footer ._graphql__pagination ._graphql__count { display: inline-block; font-size: 15px; padding-right: 10px; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__footer ._graphql__pagination ul { margin: 0; padding: 0; display: inline-block; border-radius: 3px; vertical-align: middle; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__footer ._graphql__pagination ul li { cursor: pointer; display: inline; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__footer ._graphql__pagination ul li a { display: inline-block; min-width: 32px; box-sizing: border-box; float: left; text-align: center; line-height: 30px; text-decoration: none; border: 1px solid #ddd; border-left-width: 0; color: #999; background-color: #f5f5f5; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__footer ._graphql__pagination ul li._graphql__active a { background-color: #ccc; border-color: #ccc; cursor: default; color: #666; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__footer ._graphql__pagination ul li:first-child a { border-left-width: 1px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__footer ._graphql__pagination ul li:last-child a { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__footer ._graphql__modifyBtn { float: right; border: 1px solid #999; border-radius: 3px; padding: 7px 20px; font-size: 16px; vertical-align: bottom; cursor: pointer; }

._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__hideFooter { visibility: hidden; }

._graphql__selectPickerWrapper._graphql__insetPromptWrap ._graphql__body { padding: 20px 15px 18px; }

._graphql__selectPickerWrapper._graphql__insetPromptWrap ._graphql__body input { width: 100% !important; box-sizing: border-box; }

._graphql__selectPickerWrapper._graphql__insetPromptWrap ._graphql__selectedValue { border: 1px solid #ccc; padding: 10px; min-height: 74px; margin-bottom: 20px; opacity: 0.9; background-color: #f1f2f3; }

@media (min-width: 767px) and (max-height: 414px) { ._graphql__selectPickerWrapper { height: 100%; }
  ._graphql__selectPickerWrapper ._graphql__checkListBody { height: calc(100% - 69px); }
  ._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__listContainer { height: calc(100% - 69px); } }

._graphql__customSelectPicker { height: 500px !important; width: 550px !important; }

._graphql__selectPickerWrapper ._graphql__header h6 ._graphql__headerTitle { width: 260px; display: block; overflow: hidden; white-space: nowrap; padding: 0 0 0 95px; text-overflow: ellipsis; }

._graphql__selectWrapper [class*="inputLike"] span { overflow: hidden; padding-right: 20px !important; word-break: break-all; }

._graphql__inactiveBulkRecordWrap { width: 359px !important; }

._graphql__inactiveBulkRecordWrap ._graphql__message { padding: 0 20px; }

._graphql__bulkUpdateFormWrapper ._graphql__popup ._graphql__message ._graphql__lostReasons p { text-align: left; padding: 5px 0; }

div[class*="_common_form__commonAddNew"] div[class*="_common_form__formSet"] div[class*="_common_form__error"] ._graphql__selectPickerWrapper input { border-bottom: 1px solid #999 !important; }

div[class*="_common_form__commonAddNew"] div[class*="_common_form__formSet"] div[class*="_common_form__error"] ._graphql__selectPickerWrapper input:focus { border-bottom: 3px solid #000 !important; }

._graphql__resChartCard { display: flex; position: relative; padding: 15px; margin: 5px 10px 15px 10px !important; font-size: 15px; }

._graphql__resChartCard._graphql__setBorder { border: 1px solid #ccc; border-radius: 4px; }

._graphql__resChartCard._graphql__removeBorder { border: none; padding: 0; }

._graphql__resChartCard._graphql__newlyUpdated { background-color: #ffffdf; }

._graphql__resChartCard._graphql__listModeWrapper { width: 100%; margin: 0 !important; padding: 8px 0px; border: none; border-top: 1px solid #ccc; border-radius: 0; }

._graphql__resChartCard._graphql__listModeWrapper:hover { background-color: #fff3d8; }

._graphql__resChartCard._graphql__listModeWrapper ._graphql__combinedWrapper a._graphql__cardRowLink { color: black; text-decoration: underline; cursor: pointer; }

._graphql__resChartCard._graphql__listModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper { padding: 0; display: flex; width: 100%; }

._graphql__resChartCard._graphql__listModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper { width: auto; padding: 0 25px 0 0; }

._graphql__resChartCard._graphql__listModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper { font-size: 14px; word-wrap: break-word; word-break: break-word; }

._graphql__resChartCard._graphql__listModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper ._graphql__upDownArrowWrapper { top: 4px; position: relative; }

._graphql__resChartCard._graphql__gridModeWrapper { padding: 0; width: 49%; margin: 5px 0 15px 0 !important; border: 1px solid #eee; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__hamburger { z-index: 2; top: 8px; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper { display: flex; flex-direction: column; flex-wrap: wrap; padding: 5px  8px; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper._graphql__row { padding: 5px  8px; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper { float: left; font-size: 15px; width: 100%; order: 1; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper._graphql__columnHeaderWrapper { order: 0; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__rowHeader { background: linear-gradient(to bottom, #f7f7f7 0%, #eee 100%); padding: 5px 20px 5px 10px; position: relative; border-top-left-radius: 4px; border-top-right-radius: 4px; min-height: 18px; font-weight: normal; margin: -5px -8px; font-size: 16px; color: #000; word-wrap: break-word; word-break: break-word; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper { display: flex; width: 100%; border-top: 1px solid #eee; padding: 6px 0; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__keyWrapper { width: 30%; font-size: 14px; color: #666; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper { width: 70%; font-size: 14px; color: #000; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper ._graphql__upDownArrowWrapper { top: 6px; position: relative; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper._graphql__separatedColumnWrapper ._graphql__spanWrapper { flex-direction: column; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper._graphql__separatedColumnWrapper ._graphql__spanWrapper ._graphql__keyWrapper, ._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper._graphql__separatedColumnWrapper ._graphql__spanWrapper ._graphql__valueWrapper { width: 100%; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper._graphql__separatedColumnWrapper ._graphql__spanWrapper ._graphql__keyWrapper { padding-bottom: 5px; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper._graphql__separatedColumnWrapper ._graphql__spanWrapper ._graphql__valueWrapper { border-top: 1px solid #eee; padding-top: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-height: 25px; }

._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper._graphql__contactsRelationship ._graphql__spanWrapper ._graphql__valueWrapper { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

._graphql__resChartCard ._graphql__hamburger { cursor: pointer; position: absolute; right: 10px; }

._graphql__resChartCard ._graphql__hamburger ._graphql__popup { width: 100px; right: 15px; top: 0; }

._graphql__resChartCard ._graphql__hamburger ._graphql__popup ._graphql__actions a { opacity: .7; }

._graphql__resChartCard ._graphql__hamburger span { cursor: pointer; }

._graphql__resChartCard ._graphql__combinedWrapper { width: 100%; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper { padding: 0 0 10px 0; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper._graphql__row { padding: 0; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper { line-height: 25px; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper { width: calc(100% - 20px); display: flex; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__keyWrapper { padding: 0 10px 0 0; color: #666; font-size: 16px; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper { color: #000; font-size: 16px; display: table-cell; word-wrap: break-word; word-break: break-word; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper._graphql__ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper { padding: 0 0 0 10px; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper ._graphql__setpointerEvents { pointer-events: none; opacity: 0.5; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper ._graphql__containerWrapper { cursor: pointer; margin: 0 10px 0 0; border: 1px solid #555555; padding: 6px; display: inline-block; border-radius: 3px; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper ._graphql__containerWrapper ._graphql__arrowWrapper { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper ._graphql__containerWrapper ._graphql__upArrow { border-bottom: 7px solid #555555; }

._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper ._graphql__containerWrapper ._graphql__downArrow { border-top: 7px solid #555555; }

._graphql__editCell ._graphql__hamburger { cursor: pointer; position: relative; float: right; }

._graphql__editCell ._graphql__hamburger ._graphql__popup { width: auto; right: 50px; box-shadow: 0 2px 2px #000000; top: -7px; }

._graphql__editCell ._graphql__hamburger ._graphql__popup ._graphql__actions a { display: flex; color: black; padding: 8px 5px; text-decoration: none; cursor: pointer; opacity: 3; font-weight: normal; }

._graphql__editCell ._graphql__hamburger ._graphql__popup ._graphql__actions a span { margin-top: -2px; }

._graphql__editCell ._graphql__listViewHamburger ._graphql__popup { top: -75px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._graphql__detailsWrapper ._graphql__fixedHeader { top: 0px !important; z-index: 999 !important; }
  ._graphql__detailsWrapper ._graphql__fixedHeader[class*="header"] { top: 99px !important; z-index: 998 !important; } }

@media (max-width: 1024px) { ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content ._graphql__contactPanel { overflow-y: inherit; }
  ._graphql__detailsWrapper ._graphql__detailsOverlay:first-child [class*="scrollableContainer"]:first-child ._graphql__detailsContainer { box-shadow: none; }
  ._graphql__detailsOverlay[class*="inquiryWrapper"]:first-child [class*="scrollableContainer"]:first-child ._graphql__detailsContainer, ._graphql__detailsOverlay[class*="referralContactWrapper"]:first-child [class*="scrollableContainer"]:first-child ._graphql__detailsContainer { box-shadow: none; }
  ._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__keyWrapper { width: 40%; word-break: break-word; white-space: normal; }
  ._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper { width: 60%; }
  ._graphql__resChartCard ._graphql__hamburger { cursor: pointer; position: absolute; right: 10px; }
  ._graphql__resChartCard ._graphql__hamburger ._graphql__popup { width: 100px; right: 15px; top: 0; }
  ._graphql__resChartCard ._graphql__hamburger ._graphql__popup ._graphql__actions a { opacity: .7; }
  ._graphql__resChartCard ._graphql__hamburger span { cursor: pointer; }
  ._graphql__resChartCard ._graphql__combinedWrapper { width: 100%; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper { padding: 0 0 10px 0; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper._graphql__row { padding: 0; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper { line-height: 25px; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper { width: calc(100% - 20px); display: flex; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__keyWrapper { padding: 0 10px 0 0; color: #666; font-size: 16px; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper { color: #000; font-size: 16px; display: table-cell; word-wrap: break-word; word-break: break-word; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper._graphql__ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper { padding: 0 0 0 10px; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper ._graphql__setpointerEvents { pointer-events: none; opacity: 0.5; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper ._graphql__containerWrapper { cursor: pointer; margin: 0 10px 0 0; border: 1px solid #555555; padding: 6px; display: inline-block; border-radius: 3px; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper ._graphql__containerWrapper ._graphql__arrowWrapper { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper ._graphql__containerWrapper ._graphql__upArrow { border-bottom: 7px solid #555555; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__upDownArrowWrapper ._graphql__containerWrapper ._graphql__downArrow { border-top: 7px solid #555555; } }

[class*="wrapper"][class*="scrollableContainer"] + ._graphql__section._graphql__content { z-index: 2; }

[class*="wrapper"][class*="scrollableContainer"] + ._graphql__section._graphql__content + ._graphql__detailsHeader { z-index: 2; }

._graphql__residentNoData { font-size: 12px; margin-top: 10px; color: #969696; padding-left: 10px; font-style: italic; }

._graphql__residentNoData._graphql__noCommData { font-size: 15px; }

._graphql__followUpNotesFormWrapper ._graphql__followUpNotificationWrapper ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper { display: flex; width: 100%; }

._graphql__followUpNotesFormWrapper ._graphql__followUpNotificationWrapper ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper { width: 33.33%; }

@media (max-width: 767px) { div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup { position: fixed; top: 0 !important; left: 0 !important; right: 0 !important; height: 100%; max-height: 100vh; width: 100% !important; z-index: 999; border: none; border-radius: 0; margin-top: 0; overflow: auto; box-sizing: border-box; max-width: 100%; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup div[class*="row"], div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup div[class*="row"], ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup div[class*="row"] { width: 100% !important; float: left; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup div[class*="row"] div[class*="column"], div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup div[class*="row"] div[class*="column"], ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup div[class*="row"] div[class*="column"] { width: 100% !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__linkItem, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__linkItem, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__linkItem { padding-top: 0px; padding-left: 5px !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__linkItem ._graphql__linkLabel, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__linkItem ._graphql__linkLabel, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__linkItem ._graphql__linkLabel { padding-left: 6px !important; margin-left: 10px; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h2._graphql__titleQuickAction, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h2._graphql__titleQuickAction, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h2._graphql__titleQuickAction { color: #000; background: #f1f1f1; margin: -10px -20px 10px -20px; text-align: center; font-weight: normal; padding: 10px; width: calc(100% + 40px); display: block !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup span[class*="btnClose"], div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup span[class*="btnClose"], ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup span[class*="btnClose"] { z-index: 1; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__quickbackToInquiry, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__quickbackToInquiry, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__quickbackToInquiry { transform: none; position: relative; margin-top: 0; width: 330px !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__quickbackToInquiry ._graphql__closeBtn, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__quickbackToInquiry ._graphql__closeBtn, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__quickbackToInquiry ._graphql__closeBtn { top: 8px; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__quickbackToInquiry ._graphql__closeBtn span, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__quickbackToInquiry ._graphql__closeBtn span, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__quickbackToInquiry ._graphql__closeBtn span { font-size: 25px; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__printWrapper, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__printWrapper, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__printWrapper { border: none !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__printWrapper a._graphql__linkItem, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__printWrapper a._graphql__linkItem, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__printWrapper a._graphql__linkItem { padding-left: 0; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__prospectConversionSuccess, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__prospectConversionSuccess, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup._graphql__prospectConversionSuccess { width: 300px !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h4, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h4, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h4 { font-size: 15px; font-weight: normal; color: #000; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h4._graphql__salesActions, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h4._graphql__salesActions, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h4._graphql__salesActions { margin-bottom: 10px; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h4._graphql__contact, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h4._graphql__contact, ._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup h4._graphql__contact { margin-top: 0px !important; margin-bottom: 10px; }
  ._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__communicationItem { display: block; box-sizing: border-box; }
  ._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__quickActions { overflow-x: auto; }
  ._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__quickActions ul { width: 823px; }
  ._graphql__prospectCommunications ._graphql__communicationsItemsContainer ._graphql__quickActions ul li { position: relative; }
  ._graphql__prospectCommunications ._graphql__communicationType { display: inline-block; width: 100%; padding-top: 10px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item { display: inline-block; width: 50%; height: 80px; padding: 5px; float: left; box-sizing: border-box; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__name { font-size: 17px; float: left; width: 100%; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__counter { margin-top: 16px; float: left; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__counter ._graphql__quantity { font-size: 16px; padding-right: 0px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__counter ._graphql__quantity ._graphql__countLabel { font-size: 12px; letter-spacing: normal; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__counter ._graphql__icon { top: 5px; right: 5px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__incompleteCounter { float: right; width: 48%; display: inline-block; font-size: 12px; margin-top: 20px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__incompleteCounter span { text-align: right; width: 100%; float: right; padding-right: 5px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__incompleteCounter span:nth-child(1) { padding-bottom: 3px; }
  ._graphql__detailsWrapper > div { cursor: pointer; -webkit-tap-highlight-color: transparent; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group ._graphql__body ._graphql__upperStatusBar { /*            overflow: hidden; overflow-x: auto;*/ }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group ._graphql__body ._graphql__upperStatusBar ._graphql__statusBar { /*              min-width: 585px !important; padding-bottom:5px;*/ }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group ._graphql__body ._graphql__upperStatusBar ._graphql__statusBar ._graphql__item { box-sizing: content-box !important; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group ._graphql__body ._graphql__upperStatusBar ._graphql__statusBar ._graphql__item span { font-size: 13px; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group { margin-top: 0px !important; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group div[class*="_common_gridlayout__column"] { font-size: 14px !important; text-align: left; padding-left: 10px !important; padding-right: 10px !important; -webkit-text-size-adjust: 100%; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group div[class*="_common_gridlayout__column"]:not([class*="inquiryIdWrap"]):not([class*="backToInquiryWrap"]) { width: 100% !important; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group ._graphql__field { text-align: left !important; padding: 0 !important; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group ._graphql__field span { padding-left: 0px !important; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group ._graphql__field span[class*="grayButton"], ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group ._graphql__field span[class*="applyButton"] { padding-left: 10px !important; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group ._graphql__field span ._graphql__warningButton { padding-left: 0px !important; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group ._graphql__field [class*="assignMyself"] span { padding-left: 10px !important; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__group:nth-of-type(1) div[class*="_common_gridlayout__column"] ._graphql__field { text-align: center !important; font-size: 16px !important; margin-bottom: 3px; }
  ._graphql__detailsWrapper ._graphql__detailsHeader ._graphql__headerUnitCount { display: none; }
  ._graphql__detailsWrapper ._graphql__content h3 { font-size: 16px !important; }
  ._graphql__detailsWrapper ._graphql__content ._graphql__contactPanel ._graphql__label, ._graphql__detailsWrapper ._graphql__content ._graphql__contactPanel ._graphql__value { width: 50% !important; text-align: left !important; font-size: 13px !important; padding: 7px 5px; }
  ._graphql__detailsWrapper ._graphql__content ._graphql__dataTable { white-space: nowrap; overflow: auto; }
  ._graphql__detailsWrapper ._graphql__content ._graphql__dataTable._graphql__contactRole table th:nth-child(2) { min-width: 110px; }
  ._graphql__detailsWrapper ._graphql__actionButton { /*width: 100%;*/ }
  ._graphql__detailsWrapper ._graphql__actionButton ._graphql__label { text-align: left !important; margin-bottom: 5px; width: 100% !important; box-sizing: border-box; font-size: 14px !important; }
  ._graphql__detailsWrapper ._graphql__actionButton ._graphql__popup { width: 100% !important; box-sizing: border-box; left: 0 !important; right: 0 !important; }
  ._graphql__detailsWrapper ._graphql__actionButton ._graphql__popup a, ._graphql__detailsWrapper ._graphql__actionButton ._graphql__popup span { font-size: 14px; }
  ._graphql__detailsWrapper ._graphql__actionButton ._graphql__popup ._graphql__linkLabel { margin-left: 10px; }
  ._graphql__detailsWrapper ._graphql__header ._graphql__headerTitle._graphql__field { margin-top: 30px !important; margin-bottom: 5px !important; }
  ._graphql__detailsWrapper ._graphql__header ._graphql__actionButtonOuter._graphql__field { text-align: center !important; }
  ._graphql__detailsWrapper ._graphql__header ._graphql__actionButtonOuter._graphql__field div[class*="body"] div[class*="header"] { text-align: left !important; }
  ._graphql__detailsWrapper ._graphql__header ._graphql__actionButtonOuter._graphql__field div[class*="body"] div[class*="header"] h3 { font-size: 18px; }
  ._graphql__detailsWrapper ._graphql__header ._graphql__actionButtonOuter._graphql__field [class*="commonAddNew"] [class*="commonAddReferral"] [class*="formSet"] > [class*="header"] { text-align: center !important; }
  ._graphql__detailsWrapper ._graphql__header ._graphql__relatedPartyHead, ._graphql__detailsWrapper ._graphql__header ._graphql__occupantHead { display: none; }
  ._graphql__detailsWrapper ._graphql__header ._graphql__SalesStageBar { margin-left: 0px !important; margin-bottom: 5px !important; padding: 3px 0px !important; }
  ._graphql__detailsWrapper ._graphql__header ._graphql__SalesStageBar ._graphql__body { margin: 0; }
  ._graphql__detailsWrapper ._graphql__header ._graphql__SalesStageBar ._graphql__statusBar { padding: 0; margin: 7px 10px 2px; width: calc(100% - 20px); }
  ._graphql__detailsWrapper ._graphql__header ._graphql__SalesStageBar ._graphql__statusBar ._graphql__item { margin-bottom: 0px; }
  ._graphql__detailsWrapper ._graphql__header ._graphql__SalesStageBar ._graphql__statusBar ._graphql__item:not(:last-child) { padding-left: 15px; }
  ._graphql__detailsWrapper ._graphql__header ._graphql__SalesStageBar ._graphql__statusBar ._graphql__item:first-child { padding-right: 5px; }
  ._graphql__detailsWrapper ._graphql__group ._graphql__emailPhoneHead._graphql__field { text-align: center !important; margin-top: 5px !important; margin-bottom: 5px !important; }
  ._graphql__detailsWrapper ._graphql__group ._graphql__emailPhoneHead._graphql__field ._graphql__prospectContact span { padding-left: 5px !important; }
  ._graphql__detailsWrapper ._graphql__group ._graphql__interestLevel._graphql__field { text-align: center !important; margin-top: 5px !important; }
  ._graphql__detailsWrapper ._graphql__group ._graphql__interestLevel._graphql__field div[class*="column"] { width: auto !important; padding: 0 !important; float: inherit !important; display: inline-block; }
  ._graphql__detailsWrapper ._graphql__group ._graphql__interestLevel._graphql__field div[class*="column"] ._graphql__coloredCell { padding: 1px 8px !important; }
  ._graphql__detailsWrapper ._graphql__group ._graphql__interestLevel._graphql__field ._graphql__coloredCell { padding: 1px 8px !important; }
  ._graphql__detailsWrapper ._graphql__actionButtonOuter h2 { color: #000; background: #eee; margin: -10px -20px 10px -20px; text-align: center; font-weight: normal; padding: 10px; font-size: 18px; width: calc(100% + 40px); }
  ._graphql__detailsWrapper ._graphql__actionButtonOuter h4 { display: none; font-size: 20px; }
  ._graphql__detailsWrapper ._graphql__actionButtonOuter span[class*="btnClose"] { z-index: 1; }
  ._graphql__detailsWrapper ._graphql__actionButtonOuter ._graphql__popup { top: 0px !important; max-height: 100vh !important; height: 100%; position: fixed; z-index: 999; border: none; border-radius: 0px; margin-top: 0; overflow: auto; }
  ._graphql__detailsWrapper ._graphql__actionButtonOuter ._graphql__popup div[class*="row"] { width: 100% !important; float: left; }
  ._graphql__detailsWrapper ._graphql__actionButtonOuter ._graphql__popup div[class*="row"]:last-child { border-top: 1px dashed #999; padding-top: 10px; }
  ._graphql__detailsWrapper ._graphql__actionButtonOuter ._graphql__popup div[class*="row"] div[class*="column"] { width: 100% !important; }
  ._graphql__detailsWrapper ._graphql__actionButtonOuter ._graphql__actionButton._graphql__noCommunicationBottom ._graphql__popup div[class*="row"]:last-child { border-top: none; }
  ._graphql__detailsWrapper ._graphql__actionButtonOuter ._graphql__actionButton._graphql__noCommunicationBottom ._graphql__popup ._graphql__printWrapper div[class*="row"]:last-child { border-top: 1px dashed #999; }
  ._graphql__detailsWrapper ._graphql__actionButtonOuter div[class*="modal"][class*="prompt"] ._graphql__popup { width: 340px; top: inherit !important; height: auto; position: inherit; }
  ._graphql__detailsWrapper ._graphql__actionButtonOuter div[class*="modal"][class*="prompt"] ._graphql__popup button span { padding-right: 0px; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton { /* width: 100%;*/ /*        div[class*="container"]{ overflow-y: auto; height: 234px; }*/ }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__label, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__label { text-align: left !important; margin-bottom: 5px; width: 100% !important; box-sizing: border-box; font-size: 14px !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup { width: 100% !important; box-sizing: border-box; left: 0 !important; right: 0 !important; max-height: 100vh; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__linkItem, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__linkItem { padding-top: 0px; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__linkItem ._graphql__linkLabel, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__actionButton ._graphql__popup ._graphql__linkItem ._graphql__linkLabel { padding-left: 6px !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__group, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__group { margin-top: 0px !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__group div[class*="_common_gridlayout__column"], div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__group div[class*="_common_gridlayout__column"] { width: 100% !important; font-size: 14px !important; text-align: left; padding-left: 10px !important; padding-right: 10px !important; -webkit-text-size-adjust: 100%; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__group ._graphql__field, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__group ._graphql__field { text-align: left !important; padding: 0 !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__group ._graphql__field span, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__group ._graphql__field span { padding-left: 0px !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__group ._graphql__field span ._graphql__warningButton, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__group ._graphql__field span ._graphql__warningButton { padding-left: 30px !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__group ._graphql__field span._graphql__fieldLabel, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__group ._graphql__field span._graphql__fieldLabel { padding-right: 5px !important; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__group:nth-of-type(1) div[class*="_common_gridlayout__column"] ._graphql__field, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__group:nth-of-type(1) div[class*="_common_gridlayout__column"] ._graphql__field { text-align: center !important; font-size: 16px !important; margin-bottom: 3px; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__viewProspect, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__viewProspect { margin-left: 0px; }
  div[class*="referralContactWrapper"] ._graphql__detailsHeader ._graphql__viewProspect a, div[class*="inquiryWrapper"] ._graphql__detailsHeader ._graphql__viewProspect a { padding: 2px 8px; border-radius: 2px; font-size: 13px; }
  div[class*="referralContactWrapper"] ._graphql__content input[type="checkbox"], div[class*="inquiryWrapper"] ._graphql__content input[type="checkbox"] { bottom: 0 !important; }
  div[class*="referralContactWrapper"] ._graphql__content h3, div[class*="inquiryWrapper"] ._graphql__content h3 { font-size: 16px !important; }
  div[class*="referralContactWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header, div[class*="inquiryWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header { position: relative; }
  div[class*="referralContactWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header ._graphql__filterBar, div[class*="inquiryWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header ._graphql__filterBar { position: relative; left: 0; right: 0; height: auto; }
  div[class*="referralContactWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header ._graphql__filterBar div[class*="formContainer"], div[class*="inquiryWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header ._graphql__filterBar div[class*="formContainer"] { height: auto !important; }
  div[class*="referralContactWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header._graphql__tabHeader > div, div[class*="inquiryWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header._graphql__tabHeader > div { margin-left: 0; box-sizing: border-box; float: left; width: 100%; padding: 0 10px; }
  div[class*="referralContactWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header._graphql__tabHeader h3, div[class*="inquiryWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header._graphql__tabHeader h3 { float: left; width: 100%; padding: 5px 10px; box-sizing: border-box; }
  div[class*="referralContactWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header._graphql__tabHeader ._graphql__tabItem, div[class*="inquiryWrapper"] ._graphql__content ._graphql__contactPanel ._graphql__header._graphql__tabHeader ._graphql__tabItem { float: left; width: 50%; font-size: 13px; box-sizing: border-box; }
  div[class*="referralContactWrapper"] ._graphql__content ._graphql__dataTable, div[class*="inquiryWrapper"] ._graphql__content ._graphql__dataTable { white-space: nowrap; overflow: auto; -webkit-overflow-scrolling: auto; }
  div[class*="referralContactWrapper"] ._graphql__header ._graphql__headerTitle._graphql__field, div[class*="inquiryWrapper"] ._graphql__header ._graphql__headerTitle._graphql__field { margin-top: 25px !important; margin-bottom: 5px !important; }
  div[class*="referralContactWrapper"] ._graphql__header ._graphql__actionButtonOuter._graphql__field, div[class*="inquiryWrapper"] ._graphql__header ._graphql__actionButtonOuter._graphql__field { text-align: center !important; }
  div[class*="referralContactWrapper"] ._graphql__header ._graphql__relatedPartyHead, div[class*="referralContactWrapper"] ._graphql__header ._graphql__occupantHead, div[class*="inquiryWrapper"] ._graphql__header ._graphql__relatedPartyHead, div[class*="inquiryWrapper"] ._graphql__header ._graphql__occupantHead { display: none; }
  div[class*="referralContactWrapper"] ._graphql__header ._graphql__relatedPartyHeadOrg, div[class*="inquiryWrapper"] ._graphql__header ._graphql__relatedPartyHeadOrg { padding-top: 0 !important; }
  div[class*="referralContactWrapper"] ._graphql__header ._graphql__relatedPartyHeadOrg ._graphql__body [class*="column"]:nth-child(1) ._graphql__field, div[class*="inquiryWrapper"] ._graphql__header ._graphql__relatedPartyHeadOrg ._graphql__body [class*="column"]:nth-child(1) ._graphql__field { text-align: center !important; }
  div[class*="referralContactWrapper"] ._graphql__header ._graphql__relatedPartyHeadOrg ._graphql__body [class*="column"]:nth-child(2), div[class*="inquiryWrapper"] ._graphql__header ._graphql__relatedPartyHeadOrg ._graphql__body [class*="column"]:nth-child(2) { display: none; }
  div[class*="referralContactWrapper"] ._graphql__header ._graphql__SalesStageBar, div[class*="inquiryWrapper"] ._graphql__header ._graphql__SalesStageBar { padding: 0; }
  div[class*="referralContactWrapper"] ._graphql__header ._graphql__SalesStageBar ._graphql__statusBar, div[class*="inquiryWrapper"] ._graphql__header ._graphql__SalesStageBar ._graphql__statusBar { padding: 0; }
  div[class*="referralContactWrapper"] ._graphql__header ._graphql__SalesStageBar ._graphql__statusBar ._graphql__item, div[class*="inquiryWrapper"] ._graphql__header ._graphql__SalesStageBar ._graphql__statusBar ._graphql__item { margin-bottom: 0px; }
  div[class*="referralContactWrapper"] ._graphql__group ._graphql__emailPhoneHead._graphql__field, div[class*="inquiryWrapper"] ._graphql__group ._graphql__emailPhoneHead._graphql__field { text-align: center !important; margin-top: 5px !important; margin-bottom: 5px !important; }
  div[class*="referralContactWrapper"] ._graphql__group ._graphql__interestLevel._graphql__field, div[class*="inquiryWrapper"] ._graphql__group ._graphql__interestLevel._graphql__field { text-align: center !important; margin-top: 5px !important; }
  div[class*="referralContactWrapper"] ._graphql__group ._graphql__interestLevel._graphql__field div[class*="column"], div[class*="inquiryWrapper"] ._graphql__group ._graphql__interestLevel._graphql__field div[class*="column"] { width: auto !important; padding: 0 !important; float: inherit !important; display: inline-block; }
  div[class*="referralContactWrapper"] ._graphql__group ._graphql__interestLevel._graphql__field div[class*="column"] ._graphql__coloredCell, div[class*="inquiryWrapper"] ._graphql__group ._graphql__interestLevel._graphql__field div[class*="column"] ._graphql__coloredCell { padding-left: 5px !important; }
  div[class*="referralContactWrapper"] ._graphql__actionButtonOuter h2, div[class*="inquiryWrapper"] ._graphql__actionButtonOuter h2 { color: #000; background: #eee; margin: -10px -20px 10px -20px; text-align: center; font-weight: normal; padding: 10px; font-size: 18px; width: calc(100% + 40px); }
  div[class*="referralContactWrapper"] ._graphql__actionButtonOuter h4, div[class*="inquiryWrapper"] ._graphql__actionButtonOuter h4 { font-size: 20px; }
  div[class*="referralContactWrapper"] ._graphql__actionButtonOuter span[class*="btnClose"], div[class*="inquiryWrapper"] ._graphql__actionButtonOuter span[class*="btnClose"] { color: #000; z-index: 1; }
  div[class*="referralContactWrapper"] ._graphql__actionButtonOuter ._graphql__popup, div[class*="inquiryWrapper"] ._graphql__actionButtonOuter ._graphql__popup { top: 0px !important; max-height: 100vh; height: 100%; z-index: 999; border: none; border-radius: 0px; margin-top: 0; overflow: auto; }
  div[class*="referralContactWrapper"] ._graphql__actionButtonOuter ._graphql__popup div[class*="row"], div[class*="inquiryWrapper"] ._graphql__actionButtonOuter ._graphql__popup div[class*="row"] { width: 100% !important; float: left; }
  div[class*="referralContactWrapper"] ._graphql__actionButtonOuter ._graphql__popup div[class*="row"] div[class*="column"], div[class*="inquiryWrapper"] ._graphql__actionButtonOuter ._graphql__popup div[class*="row"] div[class*="column"] { width: 100% !important; }
  div[class*="referralContactWrapper"] [class*="commonAlert"], div[class*="inquiryWrapper"] [class*="commonAlert"] { max-width: calc(100% - 10px); }
  div[class*="referralContactWrapper"] [class*="commonAlert"] ._graphql__popup button span, div[class*="inquiryWrapper"] [class*="commonAlert"] ._graphql__popup button span { padding: 0; }
  div[class*="inquiryWrapper"] ._graphql__content ._graphql__contactPanel div[class*="_common_gridlayout__column"]._graphql__label, div[class*="inquiryWrapper"] ._graphql__content ._graphql__contactPanel div[class*="_common_gridlayout__column"]._graphql__value { font-size: 14px !important; word-wrap: break-word; width: 50% !important; text-align: left !important; padding: 7px 5px; }
  div[class*="inquiryWrapper"] ._graphql__content ._graphql__toastMessage { width: auto !important; }
  div[class*="inquiryWrapper"] ._graphql__actionButton ._graphql__popup { width: 100% !important; box-sizing: border-box; left: 0 !important; right: 0 !important; top: 40px !important; bottom: inherit !important; }
  div[class*="inquiryWrapper"] ._graphql__actionButton ._graphql__popup ._graphql__linkItem { padding-top: 0px; }
  div[class*="inquiryWrapper"] ._graphql__actionButton ._graphql__popup ._graphql__linkItem ._graphql__linkLabel { padding-left: 6px !important; }
  div[class*="inquiryWrapper"] ._graphql__searchPickerAddNewOverlay ._graphql__popup { width: 170px !important; box-sizing: content-box; }
  div[class*="inquiryWrapper"]._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__convertToProspectLock { display: inline-block; width: 100%; padding-top: 0; }
  div[class*="inquiryWrapper"]._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__convertToProspectLock ._graphql__newSprite { height: 29px; }
  div[class*="inquiryWrapper"]._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__convertToProspectLock ._graphql__linkLabel { padding-left: 6px !important; margin-left: 10px; }
  div[class*="inquiryWrapper"]._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__convertToProspect { padding-top: 0; }
  div[class*="inquiryWrapper"]._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__convertToProspect._graphql__conToProsText button { padding-left: 40px !important; }
  div[class*="inquiryWrapper"]._graphql__detailsOverlay ._graphql__detailsHeader ._graphql__header ._graphql__actionButtonOuter ._graphql__actionButton ._graphql__popup ._graphql__convertToProspect._graphql__conToProsText ._graphql__sales_updateInterestLevel { left: 8px; opacity: .6; }
  ._graphql__detailsTitleLabel p { text-overflow: ellipsis; overflow: hidden; height: 17px; }
  body[class*="oMasked"], body[class*="oMasked"] { height: 100%; }
  body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay, body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay { top: 0 !important; }
  body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__detailsHeader, body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__detailsHeader { /*position: relative !important;*/ }
  body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content, body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content { position: relative !important; }
  body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content._graphql__mobTabPanelWrap, body[class*="oMasked"] ._graphql__detailsWrapper ._graphql__detailsOverlay ._graphql__section._graphql__content._graphql__mobTabPanelWrap { position: absolute !important; }
  body[class*="oMasked"] ._graphql__detailsWrapper div[class*="cardItem"] div[class*="formContainer"], body[class*="oMasked"] ._graphql__detailsWrapper div[class*="cardItem"] div[class*="formContainer"] { overflow: visible !important; }
  body[class*="oMasked"] ._graphql__detailsWrapper div[class*="cardItem"] div[class*="formContainer"] div[class*="waitingListPriority"] div[class*="formContainer"], body[class*="oMasked"] ._graphql__detailsWrapper div[class*="cardItem"] div[class*="formContainer"] div[class*="waitingListPriority"] div[class*="formContainer"] { overflow-y: auto !important; }
  body[class*="oMasked"] div[class*="inquiryWrapper"], body[class*="oMasked"] div[class*="inquiryWrapper"] { top: 0 !important; }
  body[class*="oMasked"] div[class*="inquiryWrapper"] div[class*="salesInquiry"] div[class*="formContainer"], body[class*="oMasked"] div[class*="inquiryWrapper"] div[class*="salesInquiry"] div[class*="formContainer"] { overflow: visible !important; }
  ._graphql__residentPanel { position: relative; }
  ._graphql__residentPanel ._graphql__radioLinkInputDisable { width: 100%; float: left; margin-top: 2px; margin-bottom: 3px; box-sizing: border-box; }
  ._graphql__residentPanel ._graphql__radioLinkInputDisable input { left: 9px !important; }
  ._graphql__residentPanel ._graphql__radioLinkInputDisable span { padding-left: 38px !important; }
  ._graphql__residentPanel ._graphql__convtToResiBtn { position: absolute; top: 5px; right: 5px; }
  ._graphql__residentPanel ._graphql__convtToResiBtn button { padding: 8px 8px; }
  ._graphql__residentPanel span[class*="refresh"] { margin-left: 13px; }
  ._graphql__warningAlert._graphql__popup { width: 100% !important; box-sizing: border-box; }
  ._graphql__residentPanelNew._graphql__residentStatus:after { top: 9px; }
  ._graphql__residentPanelNew._graphql__unitHistory:after { top: 4px; }
  ._graphql__residentPanelNew._graphql__paySourceHistory:after { top: 3px; }
  ._graphql__residentPanelNew ._graphql__actionButtonResident ._graphql__control { background-position: -167px -167px; }
  ._graphql__residentPanelNew ._graphql__label, ._graphql__residentPanelNew ._graphql__value { font-size: 14px !important; }
  ._graphql__residentPanelNew h3._graphql__header { font-size: 15px !important; letter-spacing: -.5px; }
  ._graphql__residentPanelNew h2, ._graphql__residentPanelNew h4 { font-size: 14px; }
  ._graphql__residentPanelNew h2 > span { /*      overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; display: inline-block;*/ width: calc(100% - 50px); display: inline-flex; }
  ._graphql__residentPanelNew ul { padding-left: 25px; margin: 0; }
  ._graphql__residentPanelNew ul li { font-size: 14px; }
  ._graphql__residentPanelNew ._graphql__dischargeBtn { font-size: 14px; border-radius: 2px; padding: 4px 5px 4px 27px; margin-top: -3px; }
  ._graphql__residentPanelNew ._graphql__dischargeBtn:before { top: 0px; left: 3px; }
  ._graphql__residentPanelNew ._graphql__dataTable table tr td, ._graphql__residentPanelNew ._graphql__dataTable table tr th { min-width: 100px; font-size: 14px; }
  ._graphql__residentPanelNew ._graphql__popupButton { position: static; }
  ._graphql__residentPanelNew ._graphql__popupButton ._graphql__popup { top: inherit; }
  ._graphql__tabHeader ._graphql__tabItem { padding: 6px 0; width: 143px; font-size: 14px; }
  ._graphql__quickSearchWrapper [class*="overlay__prompt"] { height: 90%; max-height: 100%; width: 90% !important; }
  ._graphql__quickSearchWrapper [class*="overlay__prompt"] [class*="common_form__commonAlert"] { height: auto; width: auto !important; }
  ._graphql__quickSearchWrapper [class*="overlay__prompt"] ._graphql__quickSearchModel { height: 100%; width: 100%; box-sizing: border-box; }
  ._graphql__quickSearchWrapper [class*="overlay__prompt"] ._graphql__quickSearchModel ._graphql__messageMobile { height: calc(100% - 70px); }
  ._graphql__quickSearchWrapper [class*="overlay__prompt"] ._graphql__quickSearchModel ._graphql__messageMobile [class*="quickSearchBox"] { height: 100%; }
  ._graphql__quickSearchWrapper [class*="overlay__prompt"] ._graphql__quickSearchModel ._graphql__messageMobile [class*="quickSearchBox"] [class*="handlePopupHeight"] { max-height: calc(100% - 50px); }
  ._graphql__pendingReviewWrap ._graphql__pendingBtnWrap { float: right; margin-right: 0px; min-width: 195px; width: 100%; text-align: center; }
  ._graphql__pendingReviewWrap ._graphql__pendingBtnWrap a { padding: 4px 8px; border: none; font-size: 14px !important; margin: 0 5px; }
  ._graphql__pendingReviewWrap ._graphql__referralSourceHeader > span:first-of-type ._graphql__field { text-align: center !important; padding-bottom: 3px !important; }
  ._graphql__pendingReviewWrap ._graphql__referralSourceHeader > span:first-of-type div:last-child span { padding-left: 5px !important; }
  ._graphql__convertToProspect._graphql__convertToInquiry { padding-left: 16px; padding-top: 0; }
  ._graphql__convertToProspect._graphql__convertToInquiry > div > button { padding: 8px 8px 8px 29px !important; }
  @supports (-webkit-overflow-scrolling: touch) { ._graphql__convertToProspect._graphql__convertToInquiry > div > button { padding: 8px 8px 8px 22px !important; } }
  ._graphql__convertToProspect._graphql__convertToInquiry > div > button ._graphql__newSprite { top: 4px !important; }
  ._graphql__convertToProspect._graphql__conToProsText > button { padding-left: 25px !important; padding-bottom: 8px; }
  ._graphql__convertToProspect._graphql__conToProsText > button [class*="sales_updateInterestLevel"] { margin-left: 0px; }
  ._graphql__backToInquiryWrap [class*="_common_form__backToInquiryPopup"] { width: 300px !important; font-size: 14px; }
  ._graphql__selectPickerOverlay > div[class*="_overlay"] > div[class*="scrollableContainer"] { overflow: hidden; }
  ._graphql__selectPickerWrapper { width: 100% !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; overflow: visible !important; }
  ._graphql__selectPickerWrapper ._graphql__checkListBody { height: calc(100% - 59px); }
  ._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__listContainer { height: calc(100% - 97px); max-height: calc(100% - 97px); margin-bottom: 4px; }
  ._graphql__selectPickerWrapper ._graphql__checkListBody ._graphql__listContainer ._graphql__listItem ul li { font-size: 16px; padding: 10px 15px; }
  ._graphql__selectPickerWrapper ._graphql__header h6 { width: calc(100% - 200px); margin: 0 auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  ._graphql__bulkUpdateFormWrapper ._graphql__selectPickerOverlay ._graphql__selectPickerWrapper ._graphql__footer { padding: 10px 20px; }
  ._graphql__bulkUpdateFormWrapper ._graphql__selectPickerOverlay ._graphql__selectPickerWrapper ._graphql__closeWrapper ._graphql__cancelTextBtn { display: none; }
  ._graphql__inactiveBulkRecordWrap { width: 315px !important; }
  [class*="medicationTreatment"] ._graphql__selectPickerOverlay [class*="scrollableContainer"] ._graphql__checkListBody ._graphql__listContainer { height: calc(100% - 90px); } }

@media (max-width: 767px) and (min-width: 767px) and (max-height: 400px) { [class*="medicationTreatment"] ._graphql__selectPickerOverlay [class*="scrollableContainer"] ._graphql__checkListBody ._graphql__listContainer { height: calc(100% - 90px); } }

@media (max-width: 767px) { ._graphql__resChartCard._graphql__gridModeWrapper { width: 100%; }
  ._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__keyWrapper, ._graphql__resChartCard._graphql__gridModeWrapper ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper { width: 50%; }
  ._graphql__notesNotificationWrapper ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__keyWrapper { width: 60%; }
  ._graphql__notesNotificationWrapper ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper { width: 40%; }
  ._graphql__followUpNotesFormWrapper ._graphql__followUpNotificationWrapper ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper { display: block; } }

._graphql__viewLink { padding-top: 10px; padding-bottom: 20px; }

._graphql__commActionBtn ._graphql__pastCommButton { cursor: pointer; color: #000; font-weight: normal !important; font-size: 14px; padding: 0 !important; text-decoration: underline; background: url(../../b6aee2e66e0e0a90/images/salespipeline-images.png) no-repeat -181px -125px; height: 18px; width: 23px !important; margin-bottom: -4px; }

._graphql__mailToContact { display: inline-block; width: 100%; margin-bottom: 5px; position: relative; padding-right: 20px; min-height: 18px; box-sizing: border-box; }

._graphql__mailToContact ._graphql__mailLink { cursor: pointer; position: absolute; right: 0; bottom: 0; height: 18px; background: #fff; }

._graphql__mailToContact ._graphql__mailLink ._graphql__emailIcon { width: 22px; height: 18px; display: inline-block; background: transparent url(../../28e9d18bd9ec68e3/images/graphql-sprite.png) -119px -182px no-repeat; }

._graphql__emailContacts { display: inline-block; width: 100%; }

._graphql__linkToResident { position: relative; width: 174px; }

._graphql__linkToResident ._graphql__linkItem { text-decoration: none; margin-top: -5px; padding: 5px 10px; background-color: #129FD3; color: #fff; display: flex; cursor: pointer; border-radius: 3px; user-select: none; }

._graphql__ctrSuccessBody { font-size: 15px; text-align: center; }

._graphql__ctrSuccessBody p { margin-top: 85px; margin-bottom: 25px; }

._graphql__ctrSuccessBody p :after { content: ''; height: 46px; width: 46px; background: url(../../b6aee2e66e0e0a90/images/salespipeline-images.png) no-repeat; background-position: -57px -152px; position: absolute; left: 0; right: 0; top: 25px; margin: 0 auto; }

._graphql__ctrSuccessBody ._graphql__residentDetails { text-align: left; border: 1px solid #000; margin: 0px 100px 30px 100px; padding: 20px; }

._graphql__searchPickerAddNewOverlay ._graphql__popup { width: 170px !important; }

._graphql__searchPickerAddNewOverlay ._graphql__popup a { display: block; padding: 2px; text-align: left; cursor: pointer; color: #000; }

._graphql__searchPickerAddNewOverlay ._graphql__popup a:hover { text-decoration: underline; }

._graphql__searchPickerAddNewOverlay ._graphql__popup a:last-child { padding-top: 8px; }

._graphql__searchPickerAddNewOverlay ._graphql__popup a:first-child { padding-top: 0px; }

._graphql__emarSearchBox ._graphql__selectPickerWrapper ._graphql__searchIcon { top: 58px; }

@media (max-width: 414px) { ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item { height: 80px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__counter { width: 100%; margin-top: 6px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__incompleteCounter { width: 100%; margin-top: 8px; font-size: 11px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__incompleteCounter span { float: none; width: auto; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__incompleteCounter span:last-child { float: right; } }

@media (max-width: 359px) { ._graphql__removeDialogToolbar { max-width: 300px !important; } }

._graphql__quickActionPopup { width: 120px; padding: 5px; line-height: 23px; position: relative; }

._graphql__quickActionPopup ._graphql__label { background: #7cb342; padding: 4px 8px; }

._graphql__quickActionPopup ._graphql__label span { font-size: 15px; }

._graphql__quickActionPopup._graphql__settingQuickActionPopup { line-height: initial; height: 32px; }

@media (max-width: 767px) { ._graphql__quickActionPopup._graphql__settingQuickActionPopup { padding-left: 0; } }

._graphql__quickActionPopup._graphql__settingQuickActionPopup ._graphql__label { padding: 7px 8px; }

._graphql__quickActionPopup ._graphql__popup { width: 170px; text-align: left; box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.35); display: none; left: 0; }

._graphql__quickActionPopup ._graphql__popup ul { margin: 0; padding: 0; list-style-type: none; }

@media (max-width: 768px) { ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper ._graphql__valueWrapper._graphql__singleLineText { display: inline-block; word-break: break-word; }
  ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper ._graphql__spanWrapper._graphql__multiLineText { display: block; } }

@media only screen and (device-width: 812px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 3) { ._graphql__resDiagnosis ._graphql__resChartCard ._graphql__combinedWrapper ._graphql__rowWrapper ._graphql__columnWrapper { width: 100% !important; } }

@media (max-width: 414px) { ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item { height: 80px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__counter { width: 100%; margin-top: 6px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__incompleteCounter { width: 100%; margin-top: 8px; font-size: 11px; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__incompleteCounter span { float: none; width: auto; }
  ._graphql__prospectCommunications ._graphql__communicationType ._graphql__item ._graphql__incompleteCounter span:last-child { float: right; } }

@media (max-width: 359px) { /*.prospectCommunications{ .communicationType{ .item{ .name{ font-size: 15px; } .counter{ .quantity{ font-size: 12px; .countLabel{ font-size: 11px; } } } .incompleteCounter{ font-size: 11px; } } } }*/
  ._graphql__removeDialogToolbar { max-width: 300px !important; } }

._graphql__quickActionPopup { width: 120px; padding: 5px; line-height: 23px; position: relative; }

._graphql__quickActionPopup ._graphql__label { background: #7cb342; padding: 4px 8px; }

._graphql__quickActionPopup ._graphql__label span { font-size: 15px; }

._graphql__quickActionPopup._graphql__settingQuickActionPopup { line-height: initial; height: 32px; }

._graphql__quickActionPopup._graphql__settingQuickActionPopup ._graphql__label { padding: 7px 8px; }

._graphql__quickActionPopup ._graphql__popup { width: 190px; text-align: left; box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.35); display: none; left: 0; }

._graphql__quickActionPopup ._graphql__popup ul { margin: 0; padding: 0; list-style-type: none; }

._graphql__quickActionPopup ._graphql__popup ._graphql__linkItem a:hover { color: #FF9900; }

._graphql__quickActionPopup ._graphql__quickActionBar { bottom: 45px; }

._graphql__quickActionPopup ._graphql__popup { z-index: 10; }

._graphql__changeResidentDialog ._graphql__message { text-align: left; }

._graphql__changeResidentDialog ._graphql__message div { color: #333333; }

._graphql__changeResidentDialog a { border-radius: 3px !important; }

._graphql__quickActionContainer { padding-bottom: 16px; }

._graphql__settingQuickActionContainer { display: inline; flex-wrap: wrap; align-items: center; padding-bottom: 0; }

._graphql__mobilePopUp { bottom: -55px !important; }

._graphql__statusWrapper input[type=checkbox] { width: 17px; height: 17px; position: absolute; cursor: unset; z-index: 1; opacity: 0; }

._graphql__statusWrapper input[type=checkbox]:checked ~ label:before { background: #0d8de2; border: 1px solid #0d8de2; margin: 1px 0 0 0; }

._graphql__statusWrapper input[type=checkbox]:checked ~ label:after { display: block; }

._graphql__statusWrapper label { margin-left: 28px; position: relative; margin-top: -4px; }

._graphql__statusWrapper label:before { content: ""; width: 15px; height: 15px; border-radius: 2px; margin: 1px 0 0 0; padding: 0; border: 1px solid #999; position: absolute; left: -25px; top: -1px; }

._graphql__statusWrapper label:after { content: ""; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -188px -222px no-repeat; position: absolute; left: -19.5px; top: 2px; height: 8px; width: 4px; border: solid #f8f8f8; border-width: 0 2px 2px 0; transform: rotate(45deg); display: none; }

._graphql__cardRowLink { text-decoration: none; }

._graphql__rowLinkEdit ._graphql__columnWrapper:first-child { text-decoration: underline; text-decoration-color: #000; cursor: pointer; }

/*app/styles/common/overlay.scss*/
._common_overlay__overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999; background: rgba(0, 0, 0, 0.5); }

._common_overlay__overlay ._common_overlay__close { position: absolute; right: 5px; top: 5px; }

._common_overlay__overlay ._common_overlay__wrapper { position: relative; width: 100%; height: 100%; overflow-y: scroll; /* has to be scroll, not auto */ -webkit-overflow-scrolling: touch; justify-content: center; }

._common_overlay__overlay ._common_overlay__wrapper ._common_overlay__container { position: absolute; background-color: white; z-index: 9; overflow-y: auto; box-shadow: 0px 2px 16px 0px #000; border-radius: 3px; }

@media (max-width: 1024px) { ._common_overlay__overlay ._common_overlay__wrapper ._common_overlay__container { right: 0; left: 0; margin: 0 !important; width: auto; }
  ._common_overlay__overlay ._common_overlay__wrapper ._common_overlay__container._common_overlay__modal { top: 0; bottom: 0; }
  ._common_overlay__overlay ._common_overlay__wrapper ._common_overlay__container._common_overlay__modal._common_overlay__prompt { position: relative; } }

._common_overlay__overlay ._common_overlay__wrapper ._common_overlay__container._common_overlay__modal { padding: 0; overflow-y: visible; /*& > div{ position: static; }*/ }

._common_overlay__overlay[class*="animated"] ._common_overlay__overlay { opacity: 0; -webkit-animation: _common_overlay__bgAnimated 500ms normal forwards; -moz-animation: _common_overlay__bgAnimated 500ms normal forwards; -o-animation: _common_overlay__bgAnimated 500ms normal forwards; -ms-animation: _common_overlay__bgAnimated 500ms normal forwards; animation: _common_overlay__bgAnimated 500ms normal forwards; -webkit-animation-delay: 1100ms; -moz-animation-delay: 1100ms; -o-animation-delay: 1100ms; -ms-animation-delay: 1100ms; animation-delay: 1100ms; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._common_overlay__overlay[class*="animated"] [class*="fixedHeader"] { animation-duration: 1100ms; animation-fill-mode: both; animation-name: _common_overlay__stopAni; } }

._common_overlay__disableBodyScrollbar { overflow: hidden; position: fixed; width: 100%; cursor: pointer; }

@keyframes _common_overlay__stopAni { 0% { opacity: 0; }
  70% { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes _common_overlay__bgAnimated { from { opacity: 0; }
  to { opacity: 1; } }

@-moz-keyframes _common_overlay__bgAnimated { from { opacity: 0; }
  to { opacity: 1; } }

@-o-keyframes _common_overlay__bgAnimated { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes _common_overlay__bgAnimated { from { opacity: 0; }
  to { opacity: 1; } }

/*app/styles/common/table.scss*/
._common_table__table > table { border-collapse: collapse; width: 100%; overflow: hidden; user-select: initial; }

._common_table__table > table thead tr { background: #f7f7f7; height: 20px; }

._common_table__table > table thead tr td, ._common_table__table > table thead tr th { padding: 5px 3px; font-size: 15px; font-weight: bold; text-align: left; }

._common_table__table > table tbody tr { background: white; }

._common_table__table > table tbody tr._common_table__selected { background: #eee; border-top: 1px solid #f7f7f7; }

._common_table__table > table tbody tr:hover td { background: #f7f7f7; }

._common_table__table > table tbody tr:hover td span._common_table__a { opacity: 1.0 !important; }

._common_table__table > table tbody tr._common_table__selectable td { cursor: pointer; }

._common_table__table > table tbody tr._common_table__selectable:hover td { text-decoration: underline; }

._common_table__table > table tbody tr td { font-size: 15px; padding: 10px 5px; border-top: 1px solid #eee; word-wrap: break-word; }

._common_table__table > table tbody tr td a { color: #195ee6; }

._common_table__table > table tbody tr td a:active { color: #e61919; }

._common_table__flexibleTable > table { display: flex; flex-flow: column; height: 100%; width: 100%; }

._common_table__flexibleTable > table thead, ._common_table__flexibleTable > table tbody tr { display: table; table-layout: fixed; }

._common_table__flexibleTable > table thead { /* head takes the height it requires, and it's not scaled when table is resized */ flex: 0 0 auto; width: 100%; }

._common_table__flexibleTable > table thead tr:after { content: ''; width: 1.2em; display: table-cell; }

._common_table__flexibleTable > table tbody { /* body takes all the remaining available space */ flex: 1 1 auto; display: block; overflow-y: auto; }

._common_table__flexibleTable > table tbody tr { width: 100%; }

._common_table__pageToolbar { margin-top: 10px; display: flex; }

._common_table__page { user-select: none; display: inline-flex; margin-right: 10px; font-size: 13px; }

._common_table__page ._common_table__label { margin-right: 10px; line-height: 20px; opacity: 0.7; color: black; }

._common_table__page a, ._common_table__page select { cursor: pointer; color: black; }

._common_table__page._common_table__pagination a { display: inline-block; background: white; border: 1px solid #d9d9d9; opacity: 0.8; text-align: center; min-width: 24px; }

._common_table__page._common_table__pagination a:not(:first-child) { border-left: none; }

._common_table__page._common_table__pagination a:first-child { border-left-width: 1px; border-radius: 3px 0 0 3px; }

._common_table__page._common_table__pagination a:last-child { border-radius: 0 3px 3px 0; }

._common_table__page._common_table__pagination a span { line-height: 20px; }

._common_table__page._common_table__pagination a:hover { background: white; }

._common_table__page._common_table__pagination a._common_table__enabled { cursor: pointer; opacity: 1; }

._common_table__page._common_table__pagination a._common_table__enabled:hover { background: whitesmoke; }

._common_table__page._common_table__pagination a:not(._common_table__enabled) { background: #d9d9d9 !important; cursor: default; }

._common_table__page._common_table__pagination ._common_table__inputPages > span { padding-right: 5px; }

._common_table__page._common_table__pagination ._common_table__inputPages input::-webkit-outer-spin-button, ._common_table__page._common_table__pagination ._common_table__inputPages input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

._common_table__page._common_table__pagination ._common_table__inputPages input { width: 40px; border-radius: 5px; margin-right: 5px; border: 1px solid #d9d9d9; }

._common_table__page._common_table__pagination ._common_table__inputPages input[type="number"] { -moz-appearance: textfield; }

._common_table__page._common_table__limit select { padding: 2px; border: none; }

._common_table__page._common_table__limit ._common_table__label { margin-left: 5px; }

/*app/styles/includes/securityGroup.scss*/
._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent { display: inline-block !important; width: 100%; top: 49px; bottom: 30px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__navigation { width: 100%; display: inline-block; padding: 10px 20px; background: #fff; border-bottom: 1px solid #ddd; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__navigation ul { margin: 0; padding: 0; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__navigation ul li { float: left; list-style: none; color: #000; font-size: 16px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__navigation ul li a { color: #000; padding-right: 5px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter { width: 100%; padding: 15px 20px; box-sizing: border-box; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__communityHeading { display: inline-block; vertical-align: middle; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__communityHeading h1 { font-size: 16px; margin: 0; padding: 0 20px 0 0; color: #333; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__employeeCommunityName { display: inline-block; height: 30px; background: #fff; font-size: 16px; margin-left: 20px; width: 270px; color: rgba(0, 0, 0, 0.62); border: 1px solid rgba(153, 153, 153, 0.5); padding: 5px; box-sizing: border-box; vertical-align: middle; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper { display: inline-block; float: right; margin-right: -10px; margin-top: 5px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper ._includes_securityGroup__modulesHeading { display: inline-block; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper ._includes_securityGroup__modulesHeading h1 { font-size: 16px; color: #000; margin: 0 25px 0 0; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper ._includes_securityGroup__moduleCheckBoxWrapper { display: inline-block; margin-right: 25px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__statusSetup { font-size: 12px; color: #333; font-style: italic; position: absolute; right: 17px; top: 10px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__titleFilter { width: 100%; padding: 15px 20px; display: inline-block; box-sizing: border-box; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__titleFilter h1 { font-size: 21px; color: #000; float: left; margin: 0; padding: 0 20px 0 0; min-height: 25px; margin-top: 2px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__titleFilter ._includes_securityGroup__filter { float: left; margin-top: 5px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__titleFilter ._includes_securityGroup__filter [class*="toggleNewWeapper"] [class*="toggle"] span { min-width: 43px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__titleFilter ._includes_securityGroup__deleteButton { display: block; float: right; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__titleFilter ._includes_securityGroup__deleteButton ._includes_securityGroup__deleteIcon { font-size: 16px; color: #000; text-decoration: underline; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__titleFilter ._includes_securityGroup__deleteButton ._includes_securityGroup__deleteIcon span { width: 25px; height: 21px; position: absolute; cursor: pointer; right: 64px; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -698px 0px; background-size: 400px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__titleFilter ._includes_securityGroup__memberWarningMsg { top: 12px; right: 20px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__titleFilter ._includes_securityGroup__memberWarningMsg ._includes_securityGroup__memberWarningCrossIcon { display: flex; height: 100%; top: 0; align-items: center; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__titleFilter ._includes_securityGroup__statusSetup { font-size: 12px; color: #333; font-style: italic; position: absolute; right: 17px; top: 10px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent { width: 100%; padding: 0 20px; display: inline-block; box-sizing: border-box; height: calc(100% - 70px); }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper { display: inline-block; width: calc(100% - 320px); background: #fff; float: left; height: 100%; box-shadow: 0 0 6px 1px #ccc; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper > div { height: 100%; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper > div > div { height: 100%; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper > div > div > [class*="graphql__section"] { height: 100%; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper > div > div > [class*="graphql__section"] > [class*="tabpanel__tabPanel"] { height: 100%; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper > div > div > [class*="graphql__section"] > [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] { height: calc(100% - 50px); overflow: auto; background-color: #fff; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm { height: 100%; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter { display: flex; width: 100%; padding: 10px 15px; box-sizing: border-box; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap { margin-right: 15px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select { padding: 8px; border: 1px solid #ccc; height: 35px; min-width: 150px; background-color: #fff; outline: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select:focus, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select:active, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select:visited { outline: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select:focus::-ms-value, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select:active::-ms-value, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select:visited::-ms-value { background-color: white; color: #000; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select:focus:-moz-focusring, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select:active:-moz-focusring, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select:visited:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"]:before { right: 5px; top: 15px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__multiSelectMenuWrap { min-width: 100px; height: 35px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap { display: inline-block; position: relative; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap input { display: inline-block; width: 253px; padding: 8px 30px 8px 28px; box-sizing: border-box; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap ._includes_securityGroup__searchIcon { background-image: url(../../1af289ed04d5af82/images/choiceList.png); background-position: -22px -18px !important; width: 33px; height: 31px; position: absolute; left: 0; top: 2px; z-index: 1; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap ._includes_securityGroup__clearSearch { position: absolute; right: 0; display: block; top: 1px; width: 37px; height: 34px; background: url(../../1af289ed04d5af82/images/choiceList.png) 6px -77px no-repeat; opacity: .5; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable { overflow: auto; height: calc(100% - 60px); }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table { border: 1px solid #ccc; border-left: none; border-right: 0; width: 100%; border-collapse: collapse; table-layout: fixed; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table * { box-sizing: border-box; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table ._includes_securityGroup__arrowUp, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table ._includes_securityGroup__arrowDown { margin-right: 5px; font-style: normal; height: 12px; width: 2px; background: #000; display: inline-block; position: relative; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table ._includes_securityGroup__arrowUp:before, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table ._includes_securityGroup__arrowUp:after, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table ._includes_securityGroup__arrowDown:before, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table ._includes_securityGroup__arrowDown:after { border-right: 2px solid; content: ''; display: block; height: 6px; margin-top: -6px; position: absolute; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 2px; width: 0; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table ._includes_securityGroup__arrowUp:before, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table ._includes_securityGroup__arrowUp:after { top: 50%; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table ._includes_securityGroup__arrowUp:after { margin-top: -6px; -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); right: -2px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table ._includes_securityGroup__arrowDown:before { top: 123%; margin-top: -6px; -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table ._includes_securityGroup__arrowDown:after { margin-top: -6px; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); right: -2px; top: 123%; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table tr th { position: relative; position: -webkit-sticky; position: sticky; top: 0; z-index: 1; height: 38px; background: #fff; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table tr th:after { content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; border-bottom: 1px solid #ccc; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table tr th:before { content: ''; position: absolute; top: -1px; left: 0; width: 100%; border-top: 1px solid #ccc; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table tr th._includes_securityGroup__arrowWrap em { height: 13px; width: 28px; display: inline-block; box-sizing: border-box; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table tr th em { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table tr td, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table tr th { border-bottom: 1px solid #ccc; padding: 10px 15px; box-sizing: border-box; text-align: left; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table table { border: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table table tbody { display: block; overflow: auto; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table table tr { display: table; table-layout: fixed; width: 100%; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table table tr td, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table table tr th { border: none; text-align: left; padding: 5px 10px 5px 0; position: relative; z-index: 0; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table table tr td:after, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table table tr td:before, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table table tr th:after, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table table tr th:before { display: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table table tr td:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table table tr th:first-child { padding-left: 10px; }

@-moz-document url-prefix() { ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table { border-top: none; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table th { border-bottom: none; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table th:after, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table td:after { bottom: 0px !important; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table th:before, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table td:before { top: 0px !important; } }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable ._includes_securityGroup__number { color: #000; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable ._includes_securityGroup__arrowWrap { width: 50px; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable ._includes_securityGroup__selectWrap select { border: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable ._includes_securityGroup__dropArrow { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable ._includes_securityGroup__dropArrow._includes_securityGroup__down { border-top: 6px solid #999; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable ._includes_securityGroup__dropArrow._includes_securityGroup__up { border-bottom: 6px solid #999; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable > table > tbody > tr:first-child:hover { background: #fff3d9; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) { text-align: center; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) ._includes_securityGroup__selectWrap, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) ._includes_securityGroup__selectWrap { width: 200px; text-align: left; display: inline-block; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) em [class*="graphql__selectWrap"], ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"], ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) em [class*="graphql__selectWrap"], ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"] { cursor: default; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) em [class*="graphql__selectWrap"]:before, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"]:before, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) em [class*="graphql__selectWrap"]:before, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"]:before { top: 5px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) em [class*="graphql__selectWrap"] select, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"] select, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) em [class*="graphql__selectWrap"] select, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"] select { background-color: #fff; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) em [class*="graphql__selectWrap"] select:focus, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"] select:focus, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) em [class*="graphql__selectWrap"] select:focus, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"] select:focus { outline: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) em [class*="graphql__selectWrap"] select::-ms-value, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"] select::-ms-value, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) em [class*="graphql__selectWrap"] select::-ms-value, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"] select::-ms-value { background-color: white; color: #000; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) em [class*="graphql__selectWrap"] select:-moz-focusring, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"] select:-moz-focusring, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) em [class*="graphql__selectWrap"] select:-moz-focusring, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"] select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:last-child { text-align: right; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:last-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:last-child em { width: 200px; text-align: center; display: inline-block; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th em { font-style: normal; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td select, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th select { background-color: transparent !important; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td select:focus, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th select:focus { outline: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td select::-ms-value, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th select::-ms-value { background-color: white; color: #000; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td select:-moz-focusring, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table td:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table th:first-child { text-align: left; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table td:first-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table th:first-child em { text-align: left; width: auto; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table td:nth-child(2), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table th:nth-child(2) { text-align: center; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table td:nth-child(2) em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table th:nth-child(2) em { width: 200px; text-align: left; display: inline-block; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table td:nth-child(2) em ._includes_securityGroup__checkBoxWrap, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table th:nth-child(2) em ._includes_securityGroup__checkBoxWrap { float: left; margin-right: 15px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table td:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table th:last-child { text-align: left; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table tr td em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table tr th em { font-style: normal; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table tr td:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table tr th:last-child { text-align: right; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table tr td:last-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table tr th:last-child em { width: 200px; display: inline-block; text-align: left; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table tr:hover { background: #fff3d9; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table ._includes_securityGroup__checkBoxWrap { display: inline-block; height: 17px; vertical-align: middle; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr td em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr th em { font-style: normal; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr td:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr th:first-child { text-align: left; max-width: 50%; width: 200px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr td:first-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr th:first-child em { display: inline-block; text-align: center; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr:hover { background: #fff3d9; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table ._includes_securityGroup__checkBoxWrap { display: inline-block; height: 17px; vertical-align: middle; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th em { font-style: normal; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th:last-child { text-align: right; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td:last-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th:last-child em { width: 200px; display: inline-block; text-align: center; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td table tr td:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td table tr td:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td table tr th:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td table tr th:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th table tr td:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th table tr td:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th table tr th:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th table tr th:last-child { width: auto; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table ._includes_securityGroup__checkBoxWrap { display: inline-block; height: 17px; vertical-align: middle; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:last-child { text-align: right; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:last-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:last-child em { display: inline-block; text-align: center; width: 200px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable > table tr:hover { background: #fff3d9; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable > table tr._includes_securityGroup__detailsTR tr:hover { background: transparent; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable > table tr._includes_securityGroup__detailsTR:hover { background: transparent; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyReportWrap ._includes_securityGroup__detailTable table tr th:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyReportWrap ._includes_securityGroup__detailTable table tr td:first-child { width: 245px; max-width: 50%; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyReportWrap ._includes_securityGroup__detailTable table tr th:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyReportWrap ._includes_securityGroup__detailTable table tr td:last-child { text-align: left; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyReportWrap ._includes_securityGroup__detailTable table tr th:last-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyReportWrap ._includes_securityGroup__detailTable table tr td:last-child em { width: calc(100% - 20px); }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr th:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr td:first-child { width: 165px; max-width: 50%; padding-left: 7px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr th:first-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr td:first-child em { text-align: center; width: 100%; display: inline-block; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr th:nth-child(2), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr td:nth-child(2) { width: 35px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr th:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr td:last-child { text-align: left; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr th:last-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr td:last-child em { text-align: left; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr td:last-child em { width: calc(100% - 20px); }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table { margin: 0 -10px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr th:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr td:first-child { width: 165px !important; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr th:first-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr td:first-child em { text-align: center; display: inline-block; width: 100%; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr th:nth-child(2), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr td:nth-child(2) { width: 250px; padding-left: 54px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr th:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr td:last-child { text-align: inherit; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember { display: inline-block; width: 300px; background: #fff; float: right; position: relative; height: 100%; box-shadow: 0 0 6px 1px #ccc; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember p._includes_securityGroup__msgGotoEmploye { position: absolute; top: -35px; font-size: 12px; color: #000; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember h3 { float: left; margin: 0; padding: 0; font-size: 16px; color: #000; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberHead { background: #f2f2f2; width: 100%; padding: 15px 15px 10px; box-sizing: border-box; display: inline-block; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberHead ._includes_securityGroup__membersTooltip[class*="toolTipContainer"] { display: inline-block; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberHead ._includes_securityGroup__membersTooltip[class*="toolTipContainer"] [class*="glyphicon-question-sign"] { padding-left: 2px; }

@media (max-width: 991px) { ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberHead h3 { font-size: 15px; }
  @supports (-webkit-touch-callout: none) { ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberHead h3 { letter-spacing: -1px; } }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberHead ._includes_securityGroup__membersTooltip[class*="toolTipContainer"] [class*="glyphicon-question-sign"] { padding-left: 0; margin-right: 0; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberHead [class*="toggleNewWeapper"] [class*="toggle"] { margin: 0; } }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent { float: left; width: 100%; height: calc(100% - 86px); }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul { margin: 0; padding: 0; float: left; width: 100%; height: calc(100% - 65px); overflow: auto; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul:empty { display: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li { width: 100%; list-style: none; padding: 7px 15px; box-sizing: border-box; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li:first-child { padding-top: 10px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li a, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li ._includes_securityGroup__memberLink { color: #000; text-decoration: underline; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li._includes_securityGroup__inactive a, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li._includes_securityGroup__inactive ._includes_securityGroup__nameWrap { color: red; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__communityList { display: inline-block; width: 300px; background: #fff; float: right; position: relative; height: 170px; box-shadow: 0 0 6px 1px #ccc; padding: 0 0 10px 0; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__communityList ._includes_securityGroup__communityHead { position: absolute; left: 0; top: 0; width: 100%; padding: 15px; color: #000; font-weight: bold; font-size: 16px; z-index: 2; background: #f2f2f2; box-sizing: border-box; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__communityList ul { margin: 50px 0 0 0; padding: 0; overflow: auto; height: calc(100% - 40px); box-sizing: border-box; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__communityList ul li { width: 100%; list-style: none; padding: 8px 10px; box-sizing: border-box; color: #000; /*            &:first-child{ font-weight: bold; position: absolute; left: 0; top: 5px; background: #fff; z-index: 2; }*/ }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap { position: relative; padding-left: 30px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label [class*="label"] { display: inline-block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label div:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label ._includes_securityGroup__checkBoxColor { position: absolute; left: 0; top: 0; width: 18px; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label div:last-child ._includes_securityGroup__checkmark, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label ._includes_securityGroup__checkBoxColor ._includes_securityGroup__checkmark { position: absolute; top: 0px; left: 0px; height: 17px; width: 17px; background-color: #fff; border: 1px solid #999; box-sizing: border-box; border-radius: 3px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label div:last-child ._includes_securityGroup__checkmark:after, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label ._includes_securityGroup__checkBoxColor ._includes_securityGroup__checkmark:after { content: ""; position: absolute; display: none; left: 4px; top: 1px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label div:last-child input, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label ._includes_securityGroup__checkBoxColor input { margin: 0; padding: 0; z-index: 1; opacity: 0; cursor: pointer; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label div:last-child input:checked ~ ._includes_securityGroup__checkmark, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label ._includes_securityGroup__checkBoxColor input:checked ~ ._includes_securityGroup__checkmark { background-color: #2196F3; border: 1px solid #2196F3; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label div:last-child input:checked ~ ._includes_securityGroup__checkmark:after, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__checkBoxWrap label ._includes_securityGroup__checkBoxColor input:checked ~ ._includes_securityGroup__checkmark:after { display: block; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__CERdetails { position: absolute; bottom: -25px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__CERdetails ul li { font-size: 11px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__accessSecurityGroupMsg { width: 100%; position: absolute; bottom: 0; text-align: center; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__accessSecurityGroupMsg p { font-size: 14px; color: #F57070; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityMobileMenu { width: 100%; display: inline-block; background: #fff; height: calc(100% - 50px); }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityMobileMenu * { box-sizing: border-box; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityMobileMenu ._includes_securityGroup__menubar { width: 100%; display: inline-block; margin-bottom: 15px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityMobileMenu ._includes_securityGroup__menubar h3 { font-size: 16px; padding: 15px; margin: 0; display: inline-block; width: 100%; color: #000; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityMobileMenu ._includes_securityGroup__menubar ul { margin: 0; padding: 0; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityMobileMenu ._includes_securityGroup__menubar ul li { list-style: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityMobileMenu ._includes_securityGroup__menubar ul li a { float: left; width: 100%; padding: 10px 15px; border-bottom: 1px solid #bcbcbc; position: relative; color: #2B2B2B; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityMobileMenu ._includes_securityGroup__menubar ul li a:after { content: '>'; position: absolute; right: 17px; top: 10px; color: #777; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper > div[class*="scrollableContainer"] { overflow: hidden; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] { max-height: 320px; overflow-y: visible !important; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper { width: 470px !important; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert { max-height: 180px; overflow-y: auto; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert ul { list-style-type: none; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert._includes_securityGroup__featureMessageAlignment p { text-align: left; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] { max-height: 450px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper { width: 485px !important; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper [class*="_graphql__message"] { padding: 0 !important; overflow-y: auto; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert { max-height: 330px; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert ul { list-style: none; margin: 10px 0; padding: 0 20px; font-size: 16px; color: #000; text-align: left; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert ul li { color: #666; font-size: 15px; padding: 15px 0 0 20px; position: relative; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert ul li:before { content: ""; margin: 0; height: 5px; width: 5px; border-radius: 50%; position: absolute; left: 2px; top: 21px; background: #000; }

._includes_securityGroup__securityOverlay ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap > div[class*="scrollableContainer"] [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper [class*="_form__toolbar"] { padding-bottom: 15px !important; padding-top: 0 !important; }

._includes_securityGroup__creWrap span { padding: 1px 5px; color: #fff; background: #666; text-transform: uppercase; font-size: 12px; font-weight: normal; text-align: center; margin-right: 2px; }

._includes_securityGroup__CERdetails ul { margin: 0; padding: 5px; float: left; background: #f2f2f2; border: 1px solid #c9c9c9; }

._includes_securityGroup__CERdetails ul li { list-style: none; margin: 0; padding: 0; float: left; margin-right: 20px; font-size: 10px; }

._includes_securityGroup__CERdetails ul li span { padding: 1px 4px; color: #fff; background: #666; text-transform: uppercase; margin-right: 8px; }

._includes_securityGroup__unsavedWarningAlert h1 { color: #666 !important; font-size: 16px !important; margin: 10px 0 10px 0 !important; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer { height: 38px; background-color: #ffffff; padding: 0 20px; position: relative; border: 1px solid #cccccc; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__empName { position: relative; top: 50%; display: inline-block; transform: translateY(-50%); font-weight: bold; font-size: 18px; color: #333333; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap { width: 270px; padding-left: 20px; text-align: left; vertical-align: middle; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap [class*="graphql__selectWrap"]:before { top: 11px; right: 5px; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap [class*="graphql__selectWrap"] select { height: 30px; font-size: 16px; color: #000; padding-left: 8px; border: 1px solid #999; background-color: #fff; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap [class*="graphql__selectWrap"] select:focus, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap [class*="graphql__selectWrap"] select:active, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap [class*="graphql__selectWrap"] select:visited { outline: none; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap [class*="graphql__selectWrap"] select:focus::-ms-value, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap [class*="graphql__selectWrap"] select:active::-ms-value, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap [class*="graphql__selectWrap"] select:visited::-ms-value { background-color: white; color: #000; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap [class*="graphql__selectWrap"] select:focus:-moz-focusring, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap [class*="graphql__selectWrap"] select:active:-moz-focusring, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap [class*="graphql__selectWrap"] select:visited:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(4), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(4) { width: 230px; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(4) [class*="graphql__selectWrap"]:before, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(4) [class*="graphql__selectWrap"]:before { top: 5px; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr td:nth-child(3), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr th:nth-child(3), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr td:nth-child(3), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr th:nth-child(3) { text-align: left !important; padding-left: 20px; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr td:nth-child(3) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr th:nth-child(3) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr td:nth-child(3) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr th:nth-child(3) em { text-align: left !important; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr td:nth-child(3) em ._includes_securityGroup__checkBoxWrap, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr th:nth-child(3) em ._includes_securityGroup__checkBoxWrap, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr td:nth-child(3) em ._includes_securityGroup__checkBoxWrap, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr th:nth-child(3) em ._includes_securityGroup__checkBoxWrap { float: left; margin-right: 5px; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table tr td:nth-child(2), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table tr th:nth-child(2) { text-align: right; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table tr td:nth-child(2) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports ._includes_securityGroup__detailTable table tr th:nth-child(2) em { width: 200px; display: inline-block; text-align: left; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr td:nth-child(2), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr th:nth-child(2) { text-align: left; width: 200px; max-width: 50%; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr td:nth-child(2) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr th:nth-child(2) em { display: inline-block; text-align: left; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr td:nth-child(2) em { padding-left: 10px; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td:nth-child(3), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td:nth-child(4), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td:last-child, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th:nth-child(3), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th:nth-child(4), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th:last-child { width: 100px; text-align: center; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td:nth-child(3) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td:nth-child(4) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td:last-child em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th:nth-child(3) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th:nth-child(4) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th:last-child em { width: auto !important; box-sizing: border-box; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:nth-child(4), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:nth-child(5), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:last-child, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:nth-child(4), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:nth-child(5), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:last-child { width: 100px !important; text-align: center; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:nth-child(4) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:nth-child(5) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:last-child em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:nth-child(4) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:nth-child(5) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:last-child em { width: auto !important; box-sizing: border-box; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:last-child, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:last-child { width: 85px !important; }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent { height: calc(100% - 108px); }

._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__communityList ._includes_securityGroup__communityHead { padding: 15px 10px; }

._includes_securityGroup__searchMemberWrap { display: inline-block; width: 100%; position: relative; margin-top: 10px; }

._includes_securityGroup__searchMemberWrap input { display: inline-block; width: 100%; padding: 6px 30px 6px 6px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 3px; }

._includes_securityGroup__searchMemberWrap input:hover, ._includes_securityGroup__searchMemberWrap input:focus { outline: none; }

._includes_securityGroup__searchMemberWrap [class*="cLControlSearch"] input { height: 31px; }

._includes_securityGroup__searchMemberWrap [class*="searchIcon"] { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -398px -60px; background-size: 450px; background-color: #fff; width: 26px; height: 25px; position: absolute; right: 1px; top: 3px; z-index: 1; cursor: pointer; }

._includes_securityGroup__searchMemberWrap [class*="crossIcon"], ._includes_securityGroup__searchMemberWrap [class*="closeSearch"] { position: absolute; right: 0; display: block; top: 1px; width: 28px; height: 30px; background: url(../../1af289ed04d5af82/images/choiceList.png) 0px -78px no-repeat; opacity: .5; cursor: pointer; }

._includes_securityGroup__footerSetting { display: inline-block; width: 100%; position: absolute; left: 0; bottom: 0; }

._includes_securityGroup__footerSetting [class*="pagination"] span[class*="label"] { display: none; }

._includes_securityGroup__footerSetting [class*="pagination"] a span { line-height: 24px; }

._includes_securityGroup__footerSetting [class*="table__page"] { display: inline-block; width: 100%; margin: 0 0 5px 0; padding: 0 15px; box-sizing: border-box; }

._includes_securityGroup__memberListNoResult { display: flex; align-items: center; justify-content: center; height: calc(100% + 0px); width: 100%; }

._includes_securityGroup__memberListLoading { display: flex; align-items: center; justify-content: center; height: calc(100% + 0px); width: 100%; }

@supports (-webkit-touch-callout: none) { @media (max-width: 1300px) { ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap { width: 170px; padding-left: 10px; }
    ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap select { font-size: 15px !important; }
    ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter { padding: 15px 5px; box-sizing: border-box; }
    ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__communityHeading h1 { padding-right: 5px; font-size: 15px; }
    ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__employeeCommunityName { margin-left: 5px; width: 170px; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper { margin-right: 5px; }
    ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper ._includes_securityGroup__modulesHeading h1 { font-size: 15px; margin-right: 5px; }
    ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper ._includes_securityGroup__moduleCheckBoxWrapper { margin-right: 5px; }
    ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper ._includes_securityGroup__moduleCheckBoxWrapper ._includes_securityGroup__checkBoxWrap { padding-left: 20px; font-size: 14px; } } }

@media (max-width: 1024px) { ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper [class*="tabpanel__tabPanel"] [class*="tabpanel__header"] ol li [class*="tabpanel__tabItem"] > span { font-size: 15px; padding: 14px 12px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select { min-width: 120px; font-size: 13px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap input { min-height: 35px; font-size: 13px; box-sizing: border-box; } }

@media (max-width: 1024px) and (max-width: 768px) { ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap input { width: 208px; } }

@media (max-width: 1024px) { ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable ._includes_securityGroup__arrowWrap { width: 35px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table tr td, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailTable table tr th { padding: 10px; font-size: 13px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) ._includes_securityGroup__selectWrap, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) ._includes_securityGroup__selectWrap, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) em { width: 165px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) ._includes_securityGroup__selectWrap select, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3) em select, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) ._includes_securityGroup__selectWrap select, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3) em select { font-size: 13px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:last-child ._includes_securityGroup__selectWrap, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:last-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:last-child ._includes_securityGroup__selectWrap, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:last-child em { width: 77px; } }

@media (max-width: 1024px) and (max-width: 1024px) { ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table thead tr th:nth-child(2) { text-align: left; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table tbody tr td:nth-child(2) em { width: 100%; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table tbody tr td:nth-child(2) em ._includes_securityGroup__checkBoxWrap { margin-right: 8px; padding-left: 23px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table tbody tr td:first-child em { width: 100%; padding-right: 10px; word-break: break-word; } }

@media (max-width: 1024px) { ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td:last-child ._includes_securityGroup__selectWrap, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td:last-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th:last-child ._includes_securityGroup__selectWrap, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th:last-child em { width: 77px !important; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td table tr td:nth-child(2), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td table tr th:nth-child(2), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th table tr td:nth-child(2), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th table tr th:nth-child(2) { padding-right: 10px; padding-left: 10px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td table tr td:nth-child(3), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td table tr th:nth-child(3), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th table tr td:nth-child(3), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th table tr th:nth-child(3) { width: 75px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td table tr td:nth-child(4), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr td table tr th:nth-child(4), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th table tr td:nth-child(4), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table tr th table tr th:nth-child(4) { width: 77px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr th:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr td:first-child { width: 100px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr th:last-child em, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table tr td:last-child em { width: calc(100% - 20px) !important; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table { margin: 0 -5px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr th:first-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr td:first-child { width: 115px !important; padding-left: 10px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr th:nth-child(2), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr td:nth-child(2) { width: 170px; padding-left: 30px !important; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr th:nth-child(3), ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr td:nth-child(3) { width: auto !important; word-break: break-word; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr th:last-child, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper ._includes_securityGroup__groupDetailForm._includes_securityGroup__onlyDashboardWrap ._includes_securityGroup__detailTable table table tr td:last-child { width: 75px !important; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__communityList ul li { font-size: 13px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li { font-size: 13px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__msgGotoEmploye { top: -43px !important; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer { padding: 0 5px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap { width: 170px; padding-left: 10px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__employeeNameContainer ._includes_securityGroup__communitySelectWrap select { font-size: 15px !important; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter { padding: 15px 5px; box-sizing: border-box; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__communityHeading h1 { padding-right: 5px; font-size: 15px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__employeeCommunityName { margin-left: 5px; width: 170px; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper { margin-right: 5px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper ._includes_securityGroup__modulesHeading h1 { font-size: 15px; margin-right: 5px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper ._includes_securityGroup__moduleCheckBoxWrapper { margin-right: 5px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__communityTitleFilter ._includes_securityGroup__filter ._includes_securityGroup__modulesWrapper ._includes_securityGroup__moduleCheckBoxWrapper ._includes_securityGroup__checkBoxWrap { padding-left: 20px; font-size: 14px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent { padding: 0px 5px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper { width: calc(100% - 210px); }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__communityList { width: 200px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__communityList ._includes_securityGroup__communityHead { font-size: 12px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__communityList ul li:first-child { font-size: 14px !important; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr td:nth-child(2), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr th:nth-child(2), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr td:nth-child(2), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr th:nth-child(2) { padding-left: 7px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr td:nth-child(3), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr th:nth-child(3), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr td:nth-child(3), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr th:nth-child(3) { padding-left: 13px; width: auto; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr td:nth-child(3) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td table tr th:nth-child(3) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr td:nth-child(3) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th table tr th:nth-child(3) em { width: auto !important; } }

@media (max-width: 991px) { ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__tabWrapper { width: calc(100% - 225px); }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__communityList, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember { width: 218px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__communityList ._includes_securityGroup__communityHead, ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__communityHead { padding: 15px 3px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberHead { padding: 15px 3px 10px 3px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li { padding: 7px; }
  ._includes_securityGroup__securityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__mainContent ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ._includes_securityGroup__footerSetting [class*="table__page"] { padding: 0 7px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th { padding: 10px 5px !important; font-size: 13px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(4), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(3), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:nth-child(2), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(4), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(3), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:nth-child(2) { width: 175px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td:last-child, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th:last-child { width: 80px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td._includes_securityGroup__arrowWrap, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th._includes_securityGroup__arrowWrap { width: 20px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr td select, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table tr th select { font-size: 13px; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table tr td:first-child em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table tr th:first-child em { width: 165px !important; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table tr td:nth-child(3), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table tr th:nth-child(3) { text-align: left !important; padding-left: 5px !important; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table tr td:nth-child(3) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table tr th:nth-child(3) em { width: 100% !important; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table tr td:nth-child(2), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailFeature ._includes_securityGroup__detailTable table table tr th:nth-child(2) { padding-left: 5px !important; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr td:first-child, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr td:nth-child(2), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr th:first-child, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr th:nth-child(2) { width: 100px !important; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr td:first-child em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr td:nth-child(2) em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr th:first-child em, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses ._includes_securityGroup__detailTable table tr th:nth-child(2) em { width: 100% !important; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:last-child, ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:last-child { width: 0px !important; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:nth-child(4), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr td:nth-child(5), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:nth-child(4), ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__securityContent ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailDashboards ._includes_securityGroup__detailTable table table tr th:nth-child(5) { width: 77px !important; }
  ._includes_securityGroup__employeeSecurityOverlay ._includes_securityGroup__accessSecurityGroupMsg { text-align: right; right: 20px; } }

@media (max-width: 767px) { ._includes_securityGroup__securityMobileWrapper { z-index: 98; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] { overflow: visible; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] { padding: 0; display: inline-block; width: 100%; height: 100%; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] > div[class*="form__newHeader"] { margin: 0; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] > div[class*="form__newHeader"] [class*="form__headerSaveBtn"] a { padding: 7px 9px 7px 27px; text-transform: none; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] > div[class*="form__newHeader"] [class*="form__headerSaveBtn"] a [class*="form__tick"] { display: block; left: -4px; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] div[class*="common_form__form"] { height: 100%; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] div[class*="common_form__form"] div[class*="form__formContainer"] { height: 100%; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] div[class*="common_form__form"] div[class*="form__formContainer"] div[class*="tabpanel__body"] { height: 100%; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] div[class*="common_form__form"] div[class*="form__formContainer"] div[class*="tabpanel__body"] ._includes_securityGroup__communityList { height: calc(100% - 55px); overflow: auto; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] div[class*="common_form__form"] div[class*="form__formContainer"] ._includes_securityGroup__titleFilter ._includes_securityGroup__filter [class*="toggle"] span { width: 45px; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] div[class*="common_form__form"] div[class*="form__formContainer"] ._includes_securityGroup__deleteButton { position: absolute; right: 15px; top: 67px; cursor: pointer; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] div[class*="common_form__form"] div[class*="form__formContainer"] ._includes_securityGroup__deleteButton ._includes_securityGroup__deleteIcon { font-size: 16px; color: #000; text-decoration: underline; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] div[class*="common_form__form"] div[class*="form__formContainer"] ._includes_securityGroup__deleteButton ._includes_securityGroup__deleteIcon span { width: 25px; height: 24px; position: absolute; cursor: pointer; right: 46px; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -698px 0px; background-size: 400px; }
  ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] div[class*="common_form__form"] div[class*="form__formContainer"] ._includes_securityGroup__memberWarningMsg { padding: 5px 25px 5px 42px; top: 51px; right: 2px; } }

@media (max-width: 767px) and (orientation: landscape) { ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] div[class*="common_form__form"] div[class*="form__formContainer"] ._includes_securityGroup__memberWarningMsg { left: auto; } }

@media (max-width: 767px) { ._includes_securityGroup__securityMobileWrapper > div[class*="scrollableContainer"] > div > div[class*="overlay__modal"] > div[class*="formWrapper"] div[class*="common_form__form"] div[class*="form__formContainer"] ._includes_securityGroup__memberWarningMsg ._includes_securityGroup__memberWarningCrossIcon { display: flex; height: 100%; top: 0; align-items: center; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__communityFilter { width: 100%; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__communityFilter ._includes_securityGroup__communityNameContainer { border: 1px solid #999; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm { height: 100%; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter { background: #fff; box-shadow: 0 1px 3px #ccc; padding: 7px 10px; height: 40px; width: 100%; position: relative; display: block; box-sizing: border-box; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap { float: left; width: 42%; margin-right: 10px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"]:before { right: 5px; top: 12px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select { padding: 0 8px; border: 1px solid #e6e6e6; height: 26px; width: 100%; background-color: #fff; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__selectWrap select:focus { outline: none; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap { float: left; width: 100%; padding: 0 8px; height: 32px; box-sizing: border-box; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap ._includes_securityGroup__searchIcon { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -395px -59px; background-size: 450px; width: 33px; height: 28px; position: absolute; right: 3px; top: 5px; z-index: 1; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap input { width: 100%; height: 32px; border: none; position: absolute; left: 0; top: 0; display: none; padding: 3px 25px 3px 15px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap input:focus { outline: none; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap ._includes_securityGroup__closeSearch { position: absolute; right: 0; display: none; top: 1px; width: 37px; height: 37px; background: url(../../1af289ed04d5af82/images/choiceList.png) 5px -75px no-repeat; opacity: .5; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap._includes_securityGroup__open ._includes_securityGroup__searchIcon { display: none; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap._includes_securityGroup__open ._includes_securityGroup__closeSearch { display: block; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm ._includes_securityGroup__detailFilter ._includes_securityGroup__searchWrap._includes_securityGroup__open input { display: block; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm [class*="setupListPgWrapper"] [class*="setupListMobile"] { top: 91px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm [class*="setupListPgWrapper"] [class*="setupListMobile"] [class*="setupListCardContent"] ul li { margin-bottom: 10px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm [class*="setupListPgWrapper"] [class*="setupListMobile"] [class*="setupListCardContent"] ul li [class*="graphql__selectWrap"]:before { top: 7px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm [class*="setupListPgWrapper"] [class*="setupListMobile"] [class*="setupListCardContent"] ul li select { border: none; padding: 0; margin-right: 0px; margin-top: -4px; background-color: #fff; -webkit-appearance: none; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm [class*="setupListPgWrapper"] [class*="setupListMobile"] [class*="setupListCardContent"] ul:last-child li { margin-bottom: 0; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__groupDetailForm [class*="setupListPgWrapper"] [class*="setupListMobile"] [class*="setupListCardContent"] [class*="toggleNewWeapper"] { min-width: 120px; }
  ._includes_securityGroup__securityMobileWrapper [class*="listWrap"] { overflow: auto; height: calc(100% - 50px); }
  ._includes_securityGroup__securityMobileWrapper [class*="listWrap"] h3 { padding: 15px; margin: 0; color: #000; }
  ._includes_securityGroup__securityMobileWrapper [class*="listWrap"] ._includes_securityGroup__titleFilter h1 { display: none; }
  ._includes_securityGroup__securityMobileWrapper [class*="listWrap"] ._includes_securityGroup__titleFilter ._includes_securityGroup__filter [class*="toggleNewWeapper"] [class*="toolTipContainer"] [class*="glyphicon-question-sign"] { margin-top: -8px; }
  ._includes_securityGroup__securityMobileWrapper [class*="form__groupDetailForm"] { height: 100%; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember { height: 100% !important; margin-top: 0 !important; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__msgGotoEmploye { margin: 0; padding: 10px 15px 0 15px; color: #666; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberHead h3 { display: none; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__membersTooltip { position: absolute; vertical-align: middle; display: flex; justify-content: center; top: 12px; left: 55px; width: 100%; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__membersTooltip [class*="form__glyphicon"]:before { margin-top: 0; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember [class*="toggleNewWeapper"] { float: left !important; position: relative; top: 10px; left: 5px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent { float: left; width: 100%; height: calc(100% - 90px); margin-top: 27px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul { margin: 0; padding: 0 15px; float: left; width: 100%; overflow: auto; height: calc(100% - 70px); box-sizing: border-box; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul:empty { display: none; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li { width: 100%; list-style: none; padding: 7px 0; border-bottom: 1px solid #ccc; box-sizing: border-box; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li ._includes_securityGroup__memberLink { text-decoration: underline; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li a { color: #666; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li:first-child { padding-top: 0px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li._includes_securityGroup__inactive a, ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__securityGroupMember ._includes_securityGroup__memberContent ul li._includes_securityGroup__inactive ._includes_securityGroup__nameWrap { color: red; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__communityList ._includes_securityGroup__communityHead { width: 100%; list-style: none; padding: 8px 15px; box-sizing: border-box; font-weight: bold; color: #000; margin: 10px 0 5px 0; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__communityList ul { margin: 0; padding: 0 15px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__communityList ul li { width: 100%; list-style: none; padding: 8px 0px; border-bottom: 1px solid #ccc; box-sizing: border-box; color: #666; /*          &:first-child{ font-weight: bold; color: #000; margin: 10px 0 5px 0; border: none; }*/ }
  ._includes_securityGroup__securityMobileWrapper [class*="form"] [class*="formContainer"] [class*="graphql__noteField"] [class*="graphql__linkButton"] { display: none !important; }
  ._includes_securityGroup__securityMobileWrapper [class*="form"] [class*="formContainer"] [class*="graphql__noteField"] textarea { height: 100px !important; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__checkBoxWrap { position: relative; padding-left: 30px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__checkBoxWrap label div:last-child { position: absolute; left: 0; top: 0; width: 18px; cursor: pointer; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__checkBoxWrap label div:last-child ._includes_securityGroup__checkmark { position: absolute; top: 0px; left: 0px; height: 17px; width: 17px; border: 1px solid #999; box-sizing: border-box; border-radius: 3px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__checkBoxWrap label div:last-child ._includes_securityGroup__checkmark:after { content: ""; position: absolute; display: none; left: 4px; top: 1px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__checkBoxWrap label div:last-child input { margin: 0; padding: 0; z-index: 1; opacity: 0; cursor: pointer; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__checkBoxWrap label div:last-child input:checked ~ ._includes_securityGroup__checkmark { background-color: #2196F3; border: 1px solid #2196F3; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__checkBoxWrap label div:last-child input:checked ~ ._includes_securityGroup__checkmark:after { display: block; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__reportSecurityMobile ._includes_securityGroup__checkBoxWrap { position: absolute; right: 140px; top: 3px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__reportSecurityMobile [class*="toggleNewWeapper"] [class*="common_form__toggle"] { display: inline-block; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__reportSecurityMobile [class*="toggleNewWeapper"] [class*="common_form__toggle"] [class*="common_form__switch"] { display: inline-block; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__reportSecurityMobile [class*="toggleNewWeapper"] [class*="common_form__toggle"] span { text-align: left !important; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__reportSecurityMobile h3 a { text-decoration: none !important; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__dashboardSecurityMobile { float: left; width: 100%; }
  ._includes_securityGroup__securityMobileWrapper + [class*="setupSuccessMsg"] { z-index: 999; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__detailProcesses [class*="setupListCard"] h3 a { text-decoration: none !important; }
  ._includes_securityGroup__securityMobileWrapper[class*="overlay__parentOverlay"] [class*="common_form__formContainer"] { -webkit-overflow-scrolling: auto; }
  ._includes_securityGroup__securityMobileWrapper[class*="overlay__parentOverlay"] [class*="common_form__formContainer"] ._includes_securityGroup__groupDetailForm [class*="setupListMobile"] { -webkit-overflow-scrolling: auto; }
  ._includes_securityGroup__securityMobileWrapper[class*="overlay__parentOverlay"] [class*="common_form__formContainer"] ._includes_securityGroup__groupDetailForm [class*="setupListMobile"] [class*="common_form__formContainer"] { -webkit-overflow-scrolling: touch; }
  ._includes_securityGroup__securityMobileWrapper[class*="overlay__parentOverlay"] [class*="common_form__formContainer"] ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailReports [class*="setupListMobile"], ._includes_securityGroup__securityMobileWrapper[class*="overlay__parentOverlay"] [class*="common_form__formContainer"] ._includes_securityGroup__groupDetailForm._includes_securityGroup__detailProcesses [class*="setupListMobile"] { overflow: auto; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__modulesHeading { padding: 0 15px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__modulesHeading h1 { margin: 0 0 10px 0; padding: 0; font-size: 18px; color: #000; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__moduleCheckBoxWrapper { padding: 10px 15px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__moduleCheckBoxWrapper ._includes_securityGroup__checkBoxWrap label [class*="form__label"] { display: inline-block; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__moduleCheckBoxWrapper + [class*="listWrap"] { height: auto; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__moduleCheckBoxWrapper + [class*="listWrap"] ul { min-height: 100px; }
  ._includes_securityGroup__securityMobileWrapper ._includes_securityGroup__warningMsg { position: absolute; bottom: 0; left: 0; right: 0; color: red; font-size: 14px; padding: 5px 15px; box-sizing: border-box; width: 100%; background: #fff; }
  ._includes_securityGroup__securityMobileWrapper._includes_securityGroup__employeeSecurityMobileWrap [class*="formWrapper"] [class*="form"] [class*="formContainer"] { padding-bottom: 25px; box-sizing: border-box; -webkit-overflow-scrolling: auto; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__realTimePopup { z-index: 98; top: 50px; right: 0; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper [class*="_common_form__commonAlert"] { max-height: 320px; overflow-y: hidden !important; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper [class*="_graphql__message"] { padding: 0 !important; overflow-y: hidden; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert { max-height: 100px; overflow-y: auto; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert p { text-align: center; padding-top: 5px; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert ul { list-style-type: none; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert._includes_securityGroup__featureMessageAlignment p { text-align: left; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap [class*="_common_form__commonAlert"] { max-height: 100%; max-width: calc(100% - 20px); }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap [class*="_common_form__commonAlert"] [class*="alertSubHeading"] { max-height: 100%; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper { width: 480px !important; max-width: 100%; box-sizing: border-box; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert { max-height: calc(100vh - 160px); }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert ul { text-align: left; list-style: none; margin: 10px 0; padding: 0 10px; font-size: 16px; color: #000; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert ul li { color: #666; font-size: 15px; padding: 10px 0 0 20px; position: relative; }
  ._includes_securityGroup__securityGroupMobileWrapper ._includes_securityGroup__securityGroupAlertWrapper._includes_securityGroup__accessGroupMsgWrap [class*="_common_form__commonAlert"] ._includes_securityGroup__errorAlertWrapper ._includes_securityGroup__featureAccessAlert ul li:after { content: ""; height: 5px; width: 5px; background: #000; border-radius: 50%; position: absolute; left: 2px; top: 17px; }
  ._includes_securityGroup__detailMobileOverlay [class*="form__formWrapper"] > div > div[class*="form__header"] { display: block !important; }
  ._includes_securityGroup__detailMobileOverlay [class*="form__formWrapper"] div[class*="common_form__form"] { height: calc(100% - 50px) !important; }
  ._includes_securityGroup__detailMobileOverlay [class*="form__formWrapper"] div[class*="common_form__form"] div[class*="form__formContainer"] { height: 100% !important; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent { height: calc(100% - 5px); }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent h3 { font-size: 18px; color: #000; padding: 10px 15px 0 15px; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent h4 { font-size: 16px; color: #000; margin-bottom: 13px; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent ._includes_securityGroup__itemGroup { height: 100%; padding: 0 15px 15px; overflow: auto; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent ._includes_securityGroup__itemGroup ._includes_securityGroup__item { float: left; width: 100%; padding: 15px 0; border-bottom: 1px solid #ccc; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent ._includes_securityGroup__itemGroup ._includes_securityGroup__item ._includes_securityGroup__checkBoxWrap { float: left; width: 50%; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent ._includes_securityGroup__itemGroup ._includes_securityGroup__item ._includes_securityGroup__checkBoxWrap label { display: inline-block; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent ._includes_securityGroup__itemGroup._includes_securityGroup__indiGroupItemWrap { padding: 0 10px 10px; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent ._includes_securityGroup__itemGroup._includes_securityGroup__indiGroupItemWrap ._includes_securityGroup__item { border-radius: 3px; padding: 0; margin-top: 12px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35); }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent ._includes_securityGroup__itemGroup._includes_securityGroup__indiGroupItemWrap ._includes_securityGroup__item h4 { font-weight: normal; border-bottom: 1px solid #F2F2F2; padding: 10px; margin-bottom: 0; word-break: break-word; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent ._includes_securityGroup__itemGroup._includes_securityGroup__indiGroupItemWrap ._includes_securityGroup__item ._includes_securityGroup__groupItem { float: left; width: 100%; padding: 10px; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent ._includes_securityGroup__itemGroup._includes_securityGroup__indiGroupItemWrap ._includes_securityGroup__item ._includes_securityGroup__groupItem label { float: left; width: 30%; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__featureDetailContent ._includes_securityGroup__itemGroup._includes_securityGroup__indiGroupItemWrap ._includes_securityGroup__item ._includes_securityGroup__groupItem ._includes_securityGroup__checkBoxWrap { width: 35%; float: left; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__detailContent { height: 100%; width: 100%; display: inline-block; position: relative; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__detailContent ._includes_securityGroup__detailContentInner { height: calc(100% - 50px); overflow: auto; margin-top: 45px; -webkit-overflow-scrolling: touch; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__detailContent ._includes_securityGroup__itemGroup { border-bottom: 1px solid #ccc; display: inline-block; width: 100%; padding: 10px; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__detailContent ._includes_securityGroup__itemGroup ._includes_securityGroup__item { color: #333; font-size: 16px; margin-bottom: 10px; position: relative; padding-left: 100px; text-align: right; min-height: 19px; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__detailContent ._includes_securityGroup__itemGroup ._includes_securityGroup__item:last-child { margin-bottom: 0; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__detailContent ._includes_securityGroup__itemGroup ._includes_securityGroup__item ._includes_securityGroup__title { color: #999; position: absolute; left: 0; text-align: left; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__detailContent ._includes_securityGroup__itemGroup ._includes_securityGroup__item ._includes_securityGroup__mobPermissionCheckBox { position: absolute; right: -10px; }
  ._includes_securityGroup__detailMobileOverlay ._includes_securityGroup__detailContent ._includes_securityGroup__CERdetails { position: absolute; left: 10px; top: 10px; }
  ._includes_securityGroup__employeeCommunityMobile { padding: 15px; }
  ._includes_securityGroup__employeeCommunityMobile h1 { margin: 0 0 10px 0; padding: 0; font-size: 18px; color: #000; }
  ._includes_securityGroup__employeeCommunityMobile ._includes_securityGroup__selectWrap { padding: 10px 0 5px 0; border-bottom: 1px solid #ccc; font-size: 16px; margin-bottom: 10px; }
  ._includes_securityGroup__employeeCommunityMobile ._includes_securityGroup__selectWrap:last-child { border: none; margin-bottom: 0px; }
  ._includes_securityGroup__employeeCommunityMobile ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"]:before { top: 8px; }
  ._includes_securityGroup__employeeCommunityMobile ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"] select { background-color: #fff; border: none; border-bottom: 1px solid #ccc; padding-bottom: 5px; font-size: 16px; }
  ._includes_securityGroup__employeeCommunityMobile ._includes_securityGroup__selectWrap [class*="graphql__selectWrap"] select:hover { outline: none; }
  ._includes_securityGroup__searchMemberWrap { position: absolute; top: 44px; left: 0; right: 0; }
  ._includes_securityGroup__searchMemberWrap [class*="searchBar"] input { border: none; padding: 3px 0 0 0; }
  ._includes_securityGroup__searchMemberWrap [class*="searchBar"] input, ._includes_securityGroup__searchMemberWrap [class*="searchBar"] [class*="closeSearch"] { display: none; }
  ._includes_securityGroup__searchMemberWrap [class*="searchBar"][class*="show"] { background: #ffffff; width: 100%; box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1); position: absolute; top: 0px; right: 0; bottom: 0; padding: 5px 36px 5px 10px; z-index: 1; left: 0; height: 35px; box-sizing: border-box; }
  ._includes_securityGroup__searchMemberWrap [class*="searchBar"][class*="show"] input, ._includes_securityGroup__searchMemberWrap [class*="searchBar"][class*="show"] [class*="closeSearch"] { display: block; }
  @-moz-document url-prefix() { ._includes_securityGroup__securityMobileWrapper div[class*="overlay"] div[class*="prompt"] { transform: none; } } }

/*app/styles/communications.scss*/
._communications__commType hr { width: 100%; }

._communications__commType > div > [class$="radioGroup"] > [class$="options"] { max-height: 370px; }

input[type="text"]::-ms-clear { display: none; }

._communications__singleStepCommType { position: relative !important; }

._communications__singleStepCommType hr { width: auto; }

._communications__singleStepCommType div label + div > span { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 5px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] { z-index: 1; padding: 10px; top: 35px; height: 500px; width: 345px; }

@media only screen and (max-device-width: 736px) { ._communications__singleStepCommType div label + div > span + div[class$="show"] { left: -10px; } }

@media (max-width: 767px) { ._communications__singleStepCommType div label + div > span + div[class$="show"] { max-width: 100%; width: 286px; } }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label { display: block !important; position: relative; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label > input + div { display: inline-block !important; white-space: nowrap; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__typeIcon { position: absolute; display: inline-block; left: 20px; top: -3px; background-repeat: no-repeat; background-image: url(../../4bfd822ff39fe44e/images/communication.svg); background-size: 240px; width: 27px; height: 27px; opacity: .5; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__PHON { background-position: -173px -6px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__FAX { background-position: -125px -34px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__EMLO { background-position: -145px -5px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__MAIL { background-position: -86px -4px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__DM { background-position: -86px -4px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__APPT { background-position: -8px -2px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__APTR { background-position: -95px -36px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__TOUR { background-position: -59px -2px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__VISF { background-position: -73px -73px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__VISO { background-position: -40px -71px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__VISH { background-position: -35px -2px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__PRES { background-position: -34px -36px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__ASMT { background-position: -68px -37px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__OTHR { background-position: -180px -35px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__PHIN { background-position: -205px -38px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__PHOT { background-position: -203px -6px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__PHVM { background-position: -7px -36px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__PHNA { background-position: -9px -68px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__TXTM { background-position: -7px -230px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__WEBS { background-position: -131px -228px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__EVNT { background-position: -8px -2px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__AUTO { background-position: -166px -230px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__SOCM { background-position: -103px -228px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__TXTI { background-position: -39px -230px; }

._communications__singleStepCommType div label + div > span + div[class$="show"] > div > [class$="radioGroup"] > div:last-child label ._communications__TXTO { background-position: -71px -230px; }

._communications__singleStepCommType [class*="radioOverlayPicker"] [class*="radioGroup"] label { padding: 4px 0px !important; margin: 0 -6px; }

._communications__singleStepCommType [class*="radioOverlayPicker"] [class*="radioGroup"] label [class*="label"] { font-size: 15px !important; letter-spacing: -.6px; padding-left: 30px !important; }

._communications__singleStepCommType [class*="radioOverlayPicker"] > span:after { content: ""; position: absolute; right: 2px; height: 0; width: 0; border: 6px solid transparent; top: 13px; pointer-events: none; border-color: #999 transparent transparent transparent; }

._communications__singleStepWithOptions { height: 60px; }

._communications__singleStepWithOptions > div > [class$="radioGroup"] :nth-child(2) { max-height: 115px; overflow-y: auto; }

._communications__singleStepWithOptions > div > [class$="radioGroup"] :nth-child(2) > span > label input + div div { display: inline-block; }

._communications__singleStepWithOptions > div > [class$="radioGroup"] :nth-child(2) > span > label input + div div[class$="message"] { padding-left: 15px; }

._communications__singleStepWithOptions > div > [class$="radioGroup"] span label { padding: 2px 4px 3px 4px !important; cursor: pointer; }

._communications__singleStepWithOptions > div > [class$="radioGroup"] span [class*="label"] { float: left; white-space: normal !important; }

._communications__singleStepWithOptions > div > [class$="radioGroup"] [class*="message"] { float: left; }

._communications__singleStepWithOptions [class*="contactLabel"] { font-size: 13px; font-style: italic; }

._communications__singleStepWithOptions [class*="email"] [class*="contactLabel"] { position: relative; }

._communications__singleStepWithOptions [class*="email"] [class*="contactLabel"]:after { content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0 "; position: relative; height: 18px; width: 70px; color: #fff; font-style: normal; background-repeat: no-repeat; background-image: url(../../28e9d18bd9ec68e3/images/graphql-sprite.png); background-position: -147px -186px; opacity: 0; }

._communications__singleStepWithOptions [class*="email"] [class*="contactLabel"]:hover:after { opacity: .6; }

._communications__singleStepWithOptions ._communications__singleStepWithOptions { padding: 0 !important; }

._communications__newCommunicationForm div > div div > div[class*="formSet"] > div:nth-of-type(2) { bottom: 20px; }

._communications__newCommunicationForm [class*="error"][class*="messagesContainer"] { bottom: 0; width: calc(100% - 30px); }

._communications__newCommunicationForm [class*="error"] input[type="radio"] { border-bottom: inherit !important; }

._communications__newCommunicationForm ._communications__followUpContainer { padding: 5px; }

._communications__newCommunicationForm ._communications__followUpContainer [class*="form__header"] h1 { margin-left: 10px; }

._communications__newCommunicationForm [class*="form__formWrapper"] [class*="form__header"] h1 { margin-left: 10px; }

._communications__newCommunicationForm ._communications__shadowHide { background: transparent; box-shadow: none !important; }

._communications__newCommunicationForm ._communications__singleStepWithOptions [class*="radioGroup"] [class*="label"] span { font-size: 16px; color: #666; font-weight: normal !important; }

._communications__newCommunicationForm [class*="_graphql__popup"] h1 { text-align: center; color: #666666; }

._communications__newCommunicationForm [class*="_graphql__popup"] [class*="_graphql__message"] span { font-size: 15px; color: #666666; display: inline-block; text-align: center; }

._communications__newCommunicationForm [class*="_graphql__popup"] [class*="_common_form__toolbar"] a { display: inline-block; min-width: 100px; padding: 0px 5px !important; border-radius: 4px; height: 32px; line-height: 32px; box-sizing: border-box; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] { background-color: #fff !important; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > [class*="form__main"] > div { margin: 0; background: #f2f2f2; display: inline-block; width: 100%; box-shadow: none; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > [class*="form__main"] > div [class*="entry"][class*="form__formWrapper"] { margin-top: 15px; display: inline-block; width: 100%; box-sizing: border-box; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > [class*="form__main"] > div [class*="entry"][class*="form__formWrapper"]:after { content: ""; position: relative; width: 1px; display: inline-block; background-color: white; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > [class*="form__main"] > div:empty { display: none; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > [class*="form__main"] > div:first-child [class*="entry"][class*="form__formWrapper"] { margin-top: 0px; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > [class*="form__main"] > div:last-child [class*="entry"][class*="form__formWrapper"] { margin-bottom: 0px; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > [class*="form__main"] > div [class*="scrollableContainer"] > div > [class*="components__searchPanel"] [class*="form__formWrapper"] { margin-top: 0; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > div:not(:first-child):not(:empty) { margin-bottom: 0px; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > div:not(:first-child):not(:empty) [class*="entry"][class*="form__formWrapper"] { margin-bottom: 15px; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > div:empty + div:not(:empty) { margin-bottom: 0; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > div:empty + div:not(:empty) [class*="entry"][class*="form__formWrapper"] { margin-bottom: 0px; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > div:not(:empty) ~ div:empty + div:not(:empty) { margin-bottom: 0px; }

._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] > [class*="form__content"] > div:not(:empty) ~ div:empty + div:not(:empty) [class*="entry"][class*="form__formWrapper"] { margin-bottom: 15px; }

._communications__newCommunicationForm [class*="nestedFieldContainer"] { padding-left: 0 !important; padding-right: 0 !important; }

._communications__newCommunicationForm ._communications__singleStepCommType[class*="disable"] [class*="form__radioOverlayPicker"] { opacity: .6; }

._communications__newCommunicationForm [class*="form__searchPickerWrapper"] label [class*="components__inputLike"][class*="handlePointerEvent"] { opacity: .6; }

._communications__newCommunicationForm ._communications__notes textarea:disabled { opacity: .6; }

._communications__radioTitleSpacing ._communications__radioTitleSpacing { padding-left: 0 !important; }

._communications__radioTitleSpacing [class$="radioGroup"] > div:first-of-type { padding-top: 4px !important; padding-bottom: 2px !important; margin-bottom: 2px !important; }

._communications__radioTitleSpacing [class$="radioGroup"] label [class*="label"] { white-space: normal !important; float: left; width: 100%; }

._communications__toggleTitleMargin label > div + div { margin-top: 5px; }

._communications__toggleDescriptive label > div + div > span + span { margin-left: 5px; font-weight: normal !important; font-size: 16px; }

._communications__secondOccupantToggle { padding: 0px !important; }

@media (min-width: 768px) { ._communications__secondOccupantToggle { margin-top: 18px; } }

._communications__nestedSelect > div[class*="fieldContainer"] { padding-bottom: 0px !important; }

._communications__status div[class*="radioGroup"] > div:first-of-type { padding-bottom: 2px !important; padding-top: 4px !important; margin-bottom: 2px !important; }

._communications__status div[class*="radioGroup"] label { padding: 5px !important; }

._communications__noBottomPadding { padding-bottom: 0px !important; }

._communications__noBottomPadding [class*="calendarInput"][class*="editCalendarInput"] > span { bottom: 0px; }

._communications__singleTopPadding > div[class*="fieldContainer"] { padding: 0px !important; }

._communications__dueDateComm > div[class*="fieldContainer"] { padding: 0px !important; }

._communications__dueDateComm > div[class*="fieldContainer"] select { min-width: 26px; width: 100% !important; padding-left: 0 !important; }

._communications__resultOptions { max-height: 175px; overflow-y: auto; padding-bottom: 0 !important; }

._communications__resultOptions div:first-of-type { padding-bottom: 0 !important; padding-top: 0 !important; }

._communications__resultOptions div:first-of-type [class*="form__radioGroup"] [class*="form__label"] { margin-top: 0 !important; }

._communications__resultOptions [class*="error"] [class*="label"] { color: red !important; }

._communications__resultOptions [class*="error"] input[type="radio"] { margin-bottom: 2px !important; border-bottom: 1px solid #000 !important; }

._communications__resultOptions [class*="error"] label [class*="label"] { color: inherit !important; }

._communications__radioWrapper:first-child [class$="radioGroup"] div:nth-of-type(2) > span { display: block !important; }

@media (min-height: 1024px) { ._communications__radioWrapper ._communications__resultOptions { max-height: 550px; } }

._communications__radioWrapper._communications__commType._communications__error ._communications__radioGroup ._communications__label { margin-right: 5px !important; }

._communications__requestStopCalling { padding-top: 6px !important; padding-left: 0 !important; /*  width:18px !important;  after add 'Compact field' than no need required height: 43px;*/ }

._communications__titleRightAuto label { display: flex; }

._communications__titleRightAuto label > :first-child { width: auto; text-align: right; padding-right: 15px !important; }

._communications__titleRightAuto label > div + textarea { width: calc(100% - (auto + 15px + 5px)) !important; width: -webkit-calc(100% - (auto + 15px + 5px)) !important; width: -moz-calc(100% - (auto + 15px + 5px)) !important; }

._communications__titleRightAuto label > select { width: calc(100% - (auto + 15px + 5px)) !important; width: -webkit-calc(100% - (auto + 15px + 5px)) !important; width: -moz-calc(100% - (auto + 15px + 5px)) !important; margin-left: 5px; }

._communications__titleRightAuto label { display: flex; flex-direction: row; flex-flow: row-reverse; float: left; }

._communications__titleRightAuto label > :last-child { margin-right: 10px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) { ._communications__commType ._communications__options { max-height: 555px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { ._communications__commType ._communications__options { max-height: 810px; } }

[class*="detailsContainer"] [class*="section"][class*="content"] div > div + div > div[class*="prospectCommunications"] input, [class*="detailsContainer"] [class*="section"][class*="content"] div > div + div > div[class*="prospectCommunications"] select, [class*="detailsContainer"] [class*="section"][class*="content"] div > div + div > div[class*="prospectCommunications"] textarea, [class*="detailsContainer"] [class*="section"][class*="content"] div > div + div > div[class*="prospectCommunications"] [class*="toggle"] { color: #666666 !important; }

[class*="detailsContainer"] [class*="section"][class*="content"] div > div + div > div[class*="prospectCommunications"] h3 { font-weight: normal !important; }

[class*="detailsContainer"] [class*="section"][class*="content"] div > div + div > div[class*="prospectCommunications"] div[class*="overlay"] div[class*="wrapper"] div div > div[class*="content"] { top: 75px; }

[class*="detailsContainer"] [class*="section"] ._communications__warning:before { content: ' '; display: inline-block; width: 24px; height: 25px; background: transparent url("../../8a57c00cf9e5496f/images/sprite.png") -112px -61px no-repeat; position: absolute; margin-top: 13px; }

[class*="detailsContainer"] [class*="section"] ._communications__warning span { padding-left: 28px; }

@media screen and (min-width: 1200px) { ._communications__newCommunicationForm [class*="formSet"] { max-width: 1000px !important; min-width: 1000px !important; }
  ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child { left: inherit !important; max-width: 100%; box-shadow: 0 1px 34px 0px rgba(51, 51, 51, 0.44); width: 1000px; }
  ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] { top: 0; left: 0; transform: none; overflow: visible !important; } }

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) { ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child > [class*="scrollableContainer"] [class*="_common_form__formSet"] [class*="_common_form__main"] { overflow: auto !important; }
  ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child[class*="_common_overlay__parentOverlay"] > [class*="scrollableContainer"] { overflow: visible !important; }
  ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child[class*="_common_overlay__parentOverlay"] > [class*="scrollableContainer"] [class*="_common_form__formSet"] [class*="_common_form__main"] { overflow: hidden !important; } }

[class*="detailsOverlay"] ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child { animation-duration: 700ms; animation-fill-mode: both; animation-name: fadeInRight; }

@media (min-width: 1900px) { [class*="detailsOverlay"] ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child { right: 856px !important; animation-name: fadeIn; } }

@media (max-width: 1024px) { [class*="detailsOverlay"] ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child { animation-name: fadeInUp; } }

@-moz-document url-prefix() { [class*="detailsOverlay"] ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child { animation-fill-mode: unset; }
  @media (max-width: 1024px) { [class*="detailsOverlay"] ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child { animation-fill-mode: both; } } }

@supports (-ms-ime-align: auto) { [class*="detailsOverlay"] ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child { animation-fill-mode: unset; }
  @media (max-width: 1024px) { [class*="detailsOverlay"] ._communications__newCommunicationForm > [class*="_common_overlay__overlay"]:first-child { animation-fill-mode: both; } } }

[class*="detailsOverlay"] ._communications__newCommunicationForm._communications__editCommunicationForm > [class*="_common_overlay__overlay"] { pointer-events: auto !important; }

[class*="detailsOverlay"] ._communications__newCommunicationForm._communications__editCommunicationForm ._communications__toggleTitleMargin { display: inline-block; }

[class*="detailsOverlay"] ._communications__newCommunicationForm._communications__editCommunicationForm ._communications__toggleTitleMargin [class*="disabledToggle"] { opacity: 0.6; }

@media (min-width: 1900px) { [class*="detailsOverlay"] [class*="overlay__overlay"] + ._communications__newCommunicationForm [class*="_common_overlay__overlay"] { z-index: 998; } }

._communications__dashboardAnimation > [class*="_common_overlay__overlay"]:first-child { animation-duration: 1s; animation-fill-mode: both; animation-name: fadeInRight; }

@media (min-width: 1900px) { ._communications__dashboardAnimation > [class*="_common_overlay__overlay"]:first-child { right: 0px !important; } }

@media (max-width: 1024px) { ._communications__dashboardAnimation > [class*="_common_overlay__overlay"]:first-child { animation-name: fadeInUp; } }

@-moz-document url-prefix() { ._communications__dashboardAnimation > [class*="_common_overlay__overlay"]:first-child { animation-fill-mode: unset; }
  @media (max-width: 1024px) { ._communications__dashboardAnimation > [class*="_common_overlay__overlay"]:first-child { animation-fill-mode: both; } } }

@supports (-ms-ime-align: auto) { ._communications__dashboardAnimation > [class*="_common_overlay__overlay"]:first-child { animation-fill-mode: unset; }
  @media (max-width: 1024px) { ._communications__dashboardAnimation > [class*="_common_overlay__overlay"]:first-child { animation-fill-mode: both; } } }

._communications__createdBy { padding: 0px 0px 5px 2px !important; font-style: italic; }

._communications__createdBy [class*="message"] { font-size: 14px !important; }

._communications__createdBy ._communications__createdLabel { color: #666 !important; font-weight: normal !important; white-space: nowrap; }

._communications__createdBy ._communications__createdLabel ._communications__communicationBulkLink [class*="_graphql__actionButton"] [class*="_graphql__pastCommButton"] { text-decoration: underline; cursor: pointer; color: #666 !important; font-weight: normal !important; }

._communications__inactiveDialogWrapper { position: relative !important; width: 500px; }

/*.calendarMobile {
  [class*="calendarInput"] {
    [class*="show"] {
      position: relative !important;
      top: 0 !important;
    }
  }
}*/
@media (max-width: 1024px) { ._communications__singleStepWithOptions [class*="email"] [class*="contactLabel"]:after { opacity: 0.6; } }

@media (max-width: 767px) { ._communications__newCommunicationForm div[class*="header"] h1 { font-size: 17px; padding-bottom: 3px; padding-top: 3px; }
  ._communications__newCommunicationForm ._communications__singleStepWithOptions { height: auto; }
  ._communications__newCommunicationForm ._communications__singleStepWithOptions > div > [class$="radioGroup"] :nth-child(2) { max-height: inherit; }
  ._communications__newCommunicationForm div[class*="group"] div[class*="column"] { width: 100% !important; }
  ._communications__newCommunicationForm [class*="confirmationPopup"] { width: 303px; }
  ._communications__newCommunicationForm [class*="confirmationPopup"] [class*="toolbar"] { overflow: auto; height: auto; white-space: nowrap; width: 100% !important; }
  ._communications__newCommunicationForm ._communications__requestStopCalling { height: auto !important; padding-left: 0 !important; }
  ._communications__newCommunicationForm ._communications__createdBy [class*="message"] { white-space: normal !important; }
  ._communications__newCommunicationForm [class*="radioGroup"] label input { width: inherit !important; }
  ._communications__newCommunicationForm [class*="radioGroup"] label [class*="message"] { font-size: 14px; }
  [class*="detailsMobileWrapper"] [class*="detailsHeader"] ._communications__newCommunicationForm [class*="popup"] { position: relative !important; margin: 0 auto; }
  [class*="detailsMobileWrapper"] [class*="detailsHeader"] ._communications__newCommunicationForm [class*="overlay"] [class*="formWrapper"] [class*="scrollableContainer"] [class*="modal"][class*="prompt"] { width: auto !important; }
  [class*="detailsMobileWrapper"] [class*="detailsHeader"] ._communications__newCommunicationForm [class*="overlay"] [class*="formWrapper"] [class*="toolbar"] button span { padding: 0 30px !important; }
  [class*="detailsMobileWrapper"] [class*="detailsHeader"] ._communications__newCommunicationForm [class*="overlay"] [class*="formWrapper"] ._communications__communicationRemoveDialogToolbar { display: inline-block !important; }
  [class*="detailsMobileWrapper"] [class*="detailsHeader"] ._communications__singleStepWithOptions { height: auto; }
  [class*="detailsMobileWrapper"] [class*="detailsHeader"] ._communications__singleStepWithOptions > div > [class$="radioGroup"] :nth-child(2) { max-height: inherit; }
  [class*="detailsMobileWrapper"] [class*="detailsHeader"] [class*="confirmationPopup"] { width: 303px !important; }
  [class*="detailsMobileWrapper"] [class*="detailsHeader"] [class*="confirmationPopup"] [class*="toolbar"] { height: auto; width: 100% !important; } }

@media (max-width: 767px) and (max-width: 767px) and (orientation: portrait) { [class*="detailsMobileWrapper"] [class*="detailsHeader"] [class*="timePicker"] { width: 35%; } }

@media (max-width: 767px) and (max-width: 767px) and (orientation: landscape) { [class*="detailsMobileWrapper"] [class*="detailsHeader"] [class*="timePicker"] { width: 25%; } }

@media (max-width: 767px) { ._communications__inactiveDialogWrapper { position: relative !important; width: 320px !important; } }

@media (min-height: 734px) { ._communications__newCommunicationForm div[class*="noteField"]._communications__notes textarea { height: calc(100vh - 563px) !important; height: -webkit-calc(100vh - 563px) !important; height: -moz-calc(100vh - 563px) !important; }
  ._communications__newCommunicationForm._communications__editCommunicationForm div[class*="noteField"]._communications__notes textarea { height: calc(100vh - 630px) !important; height: -webkit-calc(100vh - 630px) !important; height: -moz-calc(100vh - 630px) !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) { [class*="detailsMobileWrapper"] [class*="detailsHeader"] ._communications__newCommunicationForm [class*="overlay"] [class*="formWrapper"] [class*="scrollableContainer"] [class*="modal"][class*="prompt"] { width: auto !important; } }

._communications__plusBox { margin-left: 5px; padding: 2px 3px; height: 10px; line-height: 9px; display: inline-block; border: 1px solid #ccc; vertical-align: middle; cursor: pointer; }

._communications__deleteButton { position: absolute; right: 0; z-index: 1; display: flex; align-items: flex-end; cursor: pointer; }

._communications__deleteButton ._communications__label { margin-left: 5px; text-decoration: underline; }

._communications__newCommunicationForm._communications__editCommunicationForm [class*="fieldContainer"] [class*="disableRadio"] { position: relative; }

._communications__newCommunicationForm._communications__editCommunicationForm [class*="fieldContainer"] [class*="disableRadio"]::before { content: ''; position: absolute; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.6); top: 0; left: 0; }

._communications__newCommunicationForm._communications__editCommunicationForm [class*="fieldContainer"] [class*="disableRadio"] [class*="_graphql__commActionBtn"] { background: #fff; position: relative; z-index: 1; }

._communications__newCommunicationForm._communications__editCommunicationForm ._communications__toggleTitleMargin { display: inline-block; }

._communications__newCommunicationForm._communications__editCommunicationForm ._communications__toggleTitleMargin [class*="disabledToggle"] { opacity: 0.6; }

._communications__newCommunicationForm._communications__editCommunicationForm ._communications__notes[class*="graphql__noteField"] label textarea[class*="readOnly"] { opacity: .6; }

._communications__newCommunicationForm._communications__editCommunicationForm ._communications__notes[class*="graphql__noteField"] label textarea[class*="readOnly"] + [class*="components__pseudoElement"] { position: relative; }

/*app/styles/includes/emarWeb.scss*/
._includes_emarWeb__reviewButtonCell { top: 0; padding-right: 10px !important; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__reviewCell { width: 17px; height: 17px; margin: 0; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__reviewCell:disabled { background-color: transparent; }

._includes_emarWeb__reviewButtonCell span { display: inline-block; position: relative; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__common:after { width: 7px; height: 7px; top: 5px; left: 5px; z-index: 0; position: absolute; border-radius: 50%; vertical-align: middle; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__ie:after { width: 7px; height: 7px; top: 5px; left: 5px; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__mozilla ._includes_emarWeb__reviewCell { opacity: 0; position: absolute; left: 1px; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__mozilla:before { content: ''; width: 17px; height: 17px; background-color: #dedede; display: inline-block; border-radius: 50%; border: 1px solid #a7a7a7; position: relative; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__mozilla:after { width: 7px; height: 7px; top: 5px; left: 5px; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__disabled input { display: none; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__disabled:before { content: ''; width: 17px; height: 17px; background-color: #dedede; display: inline-block; border-radius: 50%; border: 1px solid #a7a7a7; position: relative; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__disabled:after { content: ''; background: #444444; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__checked input { display: none; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__checked:before { content: ''; width: 15px; height: 15px; background-color: #dedede; display: inline-block; border-radius: 50%; border: 1px solid #a7a7a7; position: relative; }

._includes_emarWeb__reviewButtonCell ._includes_emarWeb__checked:after { content: ''; background: #03a9f4; }

._includes_emarWeb__vitalSelectPicker { padding: 0 15px 0 15px; background: white; }

._includes_emarWeb__vitalSelectPicker ._includes_emarWeb__vitalSelectTable { border: 1px solid #666; height: 265px !important; }

._includes_emarWeb__vitalSelectPicker ._includes_emarWeb__selectText { font-family: 'Roboto Italic', 'Roboto Regular', 'Roboto'; font-weight: 400 !important; font-style: italic; font-size: 16px; color: #FF0000; }

._includes_emarWeb__vitalSelectPicker ._includes_emarWeb__vitalSelectInput label { margin-top: -15px; width: 100%; }

._includes_emarWeb__vitalSelectPicker ._includes_emarWeb__vitalSelectInput label input { margin: auto !important; background: #fff !important; width: 100% !important; border: 1px solid #ccc !important; padding: 8px 5px !important; height: 27px !important; }

._includes_emarWeb__vitalSelectPicker ._includes_emarWeb__vitalSelectInput._includes_emarWeb__vitalInputChecked input { border: 1px solid #acacac !important; }

._includes_emarWeb__vitalSelectPicker ._includes_emarWeb__vitalSelectInput._includes_emarWeb__error input { border-bottom: 3px dashed red !important; }

._includes_emarWeb__vitalInput label { color: red !important; }

._includes_emarWeb__vitalInput label input { border-bottom: 3px dashed red !important; margin-bottom: 0 !important; }

._includes_emarWeb__gridMode ._includes_emarWeb__reviewButtonCell { padding-left: 20px; padding-top: 1px; }

._includes_emarWeb__sliderMode ._includes_emarWeb__reviewButtonCell { padding-left: 20px; padding-top: 1px; }

._includes_emarWeb__ModalOverlayWrapper ._includes_emarWeb__reviewButtonCell { padding-left: 20px; }

._includes_emarWeb__alertOverlayWrap ._includes_emarWeb__applyButton { line-height: 30px !important; }

._includes_emarWeb__reviewBar { height: auto !important; }

._includes_emarWeb__reviewBar ._includes_emarWeb__reviewBarItem { display: inline-block; margin: 2px 5px 5px 0; cursor: pointer; color: #03a9f4; }

._includes_emarWeb__reviewBar ._includes_emarWeb__reviewBarItem label { color: black; }

._includes_emarWeb__reviewBar ._includes_emarWeb__reviewBarItem ._includes_emarWeb__clearAllBtn { cursor: pointer; top: 0px; border-radius: 2px; line-height: 40px; padding-left: 16px; }

._includes_emarWeb__reviewBar ._includes_emarWeb__reviewBarItem ._includes_emarWeb__clearAllBtn a { position: relative; }

._includes_emarWeb__reviewBar ._includes_emarWeb__reviewBarItem ._includes_emarWeb__clearAllBtn a span { position: absolute; left: 0; height: 17px; top: 1px; width: 22px; }

._includes_emarWeb__reviewBar ._includes_emarWeb__reviewBarItem ._includes_emarWeb__clearAllBtn a._includes_emarWeb__clearAllIcon span { background-image: url(../../28e9d18bd9ec68e3/images/graphql-sprite.png); background-position: 289px 28px; left: -14px; }

._includes_emarWeb__reviewBar ._includes_emarWeb__reviewBarItem ._includes_emarWeb__reviewIcon { color: gray; background: unset; border-radius: 4px; padding-left: 2px; font-size: 14px; }

._includes_emarWeb__reviewBar ._includes_emarWeb__reviewBarItem ._includes_emarWeb__reviewIcon em { background-image: url(../../6bd9099ff4ba0096/images/sprite-global.svg); background-position: -417px -73px; padding-left: 32px; font-size: initial; }

._includes_emarWeb__title ._includes_emarWeb__quickAddNew { border: 1px solid #1976d2; padding: 4px 7px 5px 6px; background: #1976d2; color: white; border-radius: 3px; cursor: pointer; position: relative; display: inline-block; margin: 0px 3px 2px 5px; font-size: 14px; }

._includes_emarWeb__title ._includes_emarWeb__quickAddNew::before { content: "\271A"; line-height: 1.4em; padding: 0.1em 0.3em; font-size: 1.2em; text-align: center; display: none; }

._includes_emarWeb__wgTitle ._includes_emarWeb__addLink { width: 38px; }

._includes_emarWeb__wgTitle ._includes_emarWeb__addLink ._includes_emarWeb__quickAdd { background: #2CCC6F; border: 1px solid #27AD60; border-radius: 3px; color: white; padding: 0; top: 2px; cursor: pointer; float: right; }

._includes_emarWeb__wgTitle ._includes_emarWeb__addLink ._includes_emarWeb__quickAdd::before { content: "\271A"; text-align: center; font-size: 17px; line-height: 24px; padding: 3px 5px; }

._includes_emarWeb__advanceFilter { display: inline-block; position: relative; margin-left: 10px; }

._includes_emarWeb__advanceFilter > ._includes_emarWeb__t { position: relative; z-index: 0; display: inline-block; color: #333; background-color: #fff; box-sizing: border-box; border: 1px solid #ccc; border-radius: 3px; padding: 5px; padding-right: 25px; font-size: 14px; cursor: pointer; margin-right: 5px; }

._includes_emarWeb__advanceFilter > ._includes_emarWeb__t ._includes_emarWeb__filterIcon { position: absolute; right: 5px; background-image: url(../../4bfd822ff39fe44e/images/communication.svg); background-position: -679px -273px; width: 15px; height: 20px; opacity: .4; background-size: 800px; }

._includes_emarWeb__advanceFilter > ._includes_emarWeb__t._includes_emarWeb__advanceFilterActive { border: 2px solid #ff7f01; }

._includes_emarWeb__advanceFilter > ._includes_emarWeb__t._includes_emarWeb__advanceFilterActive ._includes_emarWeb__filterIcon { background-image: url(../../1af289ed04d5af82/images/choiceList.png); background-position: -3px -1px; background-size: 90px; opacity: 1; }

._includes_emarWeb__advanceFilter ._includes_emarWeb__filterComponent { white-space: nowrap; max-width: 100%; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; }

._includes_emarWeb__customFilter { display: inline-block; position: relative; }

._includes_emarWeb__customFilter > ._includes_emarWeb__t { position: relative; z-index: 0; display: inline-block; color: #333; background-color: #fff; box-sizing: border-box; border: 1px solid #ccc; border-radius: 3px; padding: 5px; padding-right: 25px; font-size: 14px; cursor: pointer; margin-right: 5px; }

._includes_emarWeb__customFilter > ._includes_emarWeb__t ._includes_emarWeb__msm-arrow { position: absolute; right: 5px; height: 0; width: 0; border: 5px solid transparent; }

._includes_emarWeb__customFilter > ._includes_emarWeb__t ._includes_emarWeb__msm-arrow._includes_emarWeb__up { bottom: 10px; border-color: transparent transparent #333333 transparent; }

._includes_emarWeb__customFilter > ._includes_emarWeb__t ._includes_emarWeb__msm-arrow._includes_emarWeb__down { bottom: 6px; border-color: #333333 transparent transparent transparent; }

._includes_emarWeb__customFilter ._includes_emarWeb__title { color: #333; padding: 5px; }

._includes_emarWeb__customFilter ._includes_emarWeb__filterComponent { white-space: nowrap; max-width: 210px; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; }

._includes_emarWeb__quickFindPopupHeader { padding: 10px; background-color: #1976D2; text-align: center; }

._includes_emarWeb__quickFindPopupHeader ._includes_emarWeb__headerText { color: #ffffff; font-size: 17px; }

._includes_emarWeb__quickFindPopupHeader ._includes_emarWeb__cancelText { color: #ffffff; font-size: 17px; margin-right: 110px; }

._includes_emarWeb__quickFindPopupHeader ._includes_emarWeb__confirmButton { cursor: pointer; background-color: #2DCC70; width: 60px; height: 30px; top: 5px; right: 10px; border-radius: 3px; position: absolute; }

._includes_emarWeb__quickFindPopupHeader ._includes_emarWeb__confirmButtonText { color: #FFFFFF; position: relative; top: 6px; margin-left: 2px; }

._includes_emarWeb__quickFindPopupHeader ._includes_emarWeb__cancelButton { cursor: pointer; width: 60px; height: 20px; top: 11px; left: 10px; border-radius: 3px; position: absolute; font-size: 14px; }

._includes_emarWeb__quickFindPopupHeader ._includes_emarWeb__cancelButton._includes_emarWeb__isMobile { width: 18px; }

._includes_emarWeb__quickFindPopupHeader a._includes_emarWeb__cancelIcon { color: #FFFFFF; position: relative; margin-left: 14px; }

._includes_emarWeb__quickFindPopupHeader a._includes_emarWeb__cancelIcon span { position: absolute; left: -23px; height: 25px; width: 25px; }

._includes_emarWeb__quickFindPopupHeader a._includes_emarWeb__cancelIcon span::before { content: ''; height: 17px; border-left: 2px solid #FFFFFF; position: absolute; transform: rotate(-45deg); left: 12px; }

._includes_emarWeb__quickFindPopupHeader a._includes_emarWeb__cancelIcon span::after { content: ""; height: 17px; border-left: 2px solid #FFFFFF; position: absolute; transform: rotate(45deg); left: 12px; }

._includes_emarWeb__quickFindOverlayWrap { width: 584px; max-width: 96%; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__container { flex: none !important; }

._includes_emarWeb__quickFindOverlayWrap > ._includes_emarWeb__wrapper { border: none !important; overflow: visible !important; }

._includes_emarWeb__quickFindOverlayWrap > ._includes_emarWeb__wrapper ._includes_emarWeb__oContent { overflow: visible !important; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__oTitle table ._includes_emarWeb__titleButtonWrapper ._includes_emarWeb__titleButton { float: right; width: 60px; padding-right: 14px; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__quickFindList { padding: 10px 10px 0 10px; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__quickFindList ._includes_emarWeb__radioGroup { display: inline-block; width: 100%; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__quickFindList ._includes_emarWeb__radioGroup ._includes_emarWeb__iconQuestion { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -78px 1px; background-size: 400px; width: 20px; height: 20px; margin: 0 0 0 5px; cursor: pointer; position: absolute; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__quickFindList ._includes_emarWeb__radioGroup label { position: relative; margin: 6px 0 6px 0; color: #666; float: left; width: 100%; box-sizing: border-box; padding-left: 25px; text-indent: 0; line-height: 22px; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__quickFindList ._includes_emarWeb__radioGroup label input { width: 15px; height: 15px; margin: 1px 6px; opacity: 0; position: absolute; left: 0; z-index: 2; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__quickFindList ._includes_emarWeb__radioGroup label input:checked { opacity: 0; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__quickFindDate { padding: 0 15px 15px 15px; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__quickFindDate._includes_emarWeb__disabled { display: none; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__quickFindDate ._includes_emarWeb__error input { border-bottom: 3px dashed red !important; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__quickFindDate ._includes_emarWeb__error label { color: red; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__calendarInput { position: relative; width: 272px; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__calendarInput > span { content: ' '; background: transparent url(../../8a57c00cf9e5496f/images/sprite.png) -168px -315px no-repeat; width: 18px; height: 27px; display: inline-block; position: absolute; right: 87px; z-index: 1; cursor: pointer; -webkit-tap-highlight-color: transparent; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__calendarInput ._includes_emarWeb__inputWrap { position: relative; width: 100%; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__calendarInput ._includes_emarWeb__inputWrap label { display: inline-block; text-align: left; padding-bottom: 5px; font-size: 14px; padding-right: 15px; padding-top: 5px; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__calendarInput ._includes_emarWeb__inputWrap input { width: 100px; font-size: 14px; border: 0; outline: 0; padding: 5px 0; border-bottom: 1px solid #999; color: #000; margin-bottom: 2px; -webkit-appearance: none; border-radius: 0; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__calendarInput ._includes_emarWeb__hidden { display: none; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__calendarInput ._includes_emarWeb__show { display: block; background-color: #FFFFFF; border: 1px solid #696C89; border-radius: 5px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19); position: absolute; z-index: 2; bottom: inherit; padding: 1px; width: auto; min-width: 237px; right: 15px; top: 52px; height: 248px; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__calendarInput ._includes_emarWeb__show._includes_emarWeb__offSetMiddle { bottom: -25px !important; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__calendarInput a._includes_emarWeb__Button._includes_emarWeb__small { padding: 4px 8px; width: auto !important; margin-right: 0; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__calendarInput a._includes_emarWeb__Button._includes_emarWeb__small._includes_emarWeb__miniCalendarButtons._includes_emarWeb__today { float: right; margin-right: 9px; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__customBtn { opacity: 1; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__customBtn ._includes_emarWeb__legendIcon { top: 0; opacity: 1; }

._includes_emarWeb__quickFindOverlayWrap ._includes_emarWeb__customBtn ._includes_emarWeb__legendIcon:before { top: -1px; }

._includes_emarWeb__quickFindHelpOverlay._includes_emarWeb__legendOverlayWrap ._includes_emarWeb__ModalOverlay > ._includes_emarWeb__wrapper { width: 563px; border-radius: 4px !important; }

._includes_emarWeb__quickFindHelpOverlay._includes_emarWeb__legendOverlayWrap ._includes_emarWeb__ModalOverlay > ._includes_emarWeb__wrapper ._includes_emarWeb__legandBody p { line-height: 25px; }

._includes_emarWeb__quickFindHelpOverlay._includes_emarWeb__legendOverlayWrap ._includes_emarWeb__ModalOverlay > ._includes_emarWeb__wrapper ._includes_emarWeb__x em:before, ._includes_emarWeb__quickFindHelpOverlay._includes_emarWeb__legendOverlayWrap ._includes_emarWeb__ModalOverlay > ._includes_emarWeb__wrapper ._includes_emarWeb__x em:after { background-color: #000; }

._includes_emarWeb__customRadio { display: inline-block; width: 12px; height: 12px; border-radius: 50%; top: 2px; left: 6px; position: absolute; z-index: 2; border: 1px solid; overflow: visible; }

._includes_emarWeb__customRadio._includes_emarWeb__checked { border: 1px solid #1976D2; }

._includes_emarWeb__customRadio._includes_emarWeb__checked::before { content: ''; display: inline-block; position: absolute; background: #1976D2; width: 6px; border-radius: 50%; left: 3px; top: 3px; height: 6px; z-index: 2; }

._includes_emarWeb__medTimeDropDown { margin-left: 7px; display: inline; position: relative; }

._includes_emarWeb__medTimeDropDown ._includes_emarWeb__down-tri { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 7px solid black; }

._includes_emarWeb__medTimeDropDown ul { width: 80px; position: absolute; display: flex !important; flex-direction: column; border-radius: 10px; box-shadow: #dedede 0 3px 6px; padding-left: 0; top: 0; background: white; }

._includes_emarWeb__medTimeDropDown ul li { border-bottom: 1px solid #dedede; padding: 10px; position: relative; }

._includes_emarWeb__medTimeDropDown ul li:hover { background-color: #eaeaea; }

._includes_emarWeb__medTimeDropDown ul li ._includes_emarWeb__tick { display: inline-block; margin-right: 5px; width: 14px; height: 16px; background: transparent url(../../8a57c00cf9e5496f/images/sprite.png) -179px -429px no-repeat; right: 0; position: absolute; }

._includes_emarWeb__hideScroller { overflow: hidden; }

._includes_emarWeb__helpIcon label div { display: flex; }

._includes_emarWeb__helpIcon label div div { font-size: 16px; margin-bottom: 2px; padding: 4px 0 2px 0px; }

._includes_emarWeb__helpIcon label div span { color: orange; top: 6px; left: 10px; }

/*.defaultPassingTime{
  margin-top: 16px;
  label{
    span{
      top:13px !important;
    }
  }

  textarea{
    height:70px !important;
    margin-top: 10px;
  }
}*/
._includes_emarWeb__checkboxCard { width: 48%; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34902); margin: 5px; border-radius: 5px !important; }

._includes_emarWeb__checkboxCard div { padding: 10px; }

._includes_emarWeb__checkboxCard ._includes_emarWeb__title { border-bottom: 1px solid #e4e4e4; }

._includes_emarWeb__checkboxCard ._includes_emarWeb__title span span { margin-left: 10px; }

._includes_emarWeb__checkboxCard ._includes_emarWeb__title input { float: right; }

._includes_emarWeb__checkboxCard ._includes_emarWeb__flexDirCol { flex-direction: column; }

._includes_emarWeb__checkboxCard ._includes_emarWeb__flexDirCol span span { float: right; }

._includes_emarWeb__checkboxCard ._includes_emarWeb__cbCardDataRow { display: flex; justify-content: space-between; }

._includes_emarWeb__checkboxCard ._includes_emarWeb__cbCardDataRow ._includes_emarWeb__keyValueComp { margin-bottom: 7px; }

._includes_emarWeb__checkboxCard ._includes_emarWeb__cbCardDataRow ._includes_emarWeb__keyValueComp ._includes_emarWeb__red { color: red; }

._includes_emarWeb__checkboxCard ._includes_emarWeb__cbCardDataRow ._includes_emarWeb__keyValueComp label { width: 30%; }

._includes_emarWeb__checkboxCard ._includes_emarWeb__cbCardDataRow ._includes_emarWeb__keyValueComp span { margin-left: 10px; width: 70%; }

._includes_emarWeb__dataCardWrapper { margin-top: 20px; }

._includes_emarWeb__dataCardWrapper._includes_emarWeb__disableTab { pointer-events: none; }

._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper { width: 100%; }

._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__leftButton { margin: 0 20px 0 0; }

._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__leftButton:hover { background-color: #169bd5; text-decoration: none !important; }

._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__leftButton._includes_emarWeb__setFocus { background-color: #fff; color: #000; border: 1px solid black; }

._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__leftButton._includes_emarWeb__setFocus:hover { text-decoration: none !important; }

._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__rightButton:hover { background-color: #169bd5; text-decoration: none !important; }

._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__rightButton._includes_emarWeb__setFocus { background-color: #fff; color: #000; border: 1px solid black; }

._includes_emarWeb__dataCardWrapper ._includes_emarWeb__radioWrapper { margin: 0 0 20px 0; }

._includes_emarWeb__dataCardWrapper ._includes_emarWeb__cardWrapper { width: calc(100% - 2px); display: flex; flex-wrap: wrap; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__headerContent { display: flex; align-items: center; justify-content: space-between; font-size: 22px; font-weight: 500; color: #000000; margin-bottom: -15px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__headerContent ._includes_emarWeb__contentTitle { margin-left: 18px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__headerContent ._includes_emarWeb__refreshIcon { right: 10px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__contentTitle { font-size: 22px; font-weight: 500; color: #000000; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__dashboards ._includes_emarWeb__dashboardGroups ._includes_emarWeb__summaryWrapper ._includes_emarWeb__dashboard ._includes_emarWeb__dashGroup ._includes_emarWeb__standaloneWidget ._includes_emarWeb__mobilePagination { margin: 0 0 0 20px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__dashboards ._includes_emarWeb__dashboardGroups ._includes_emarWeb__summaryWrapper ._includes_emarWeb__dashboard ._includes_emarWeb__dashGroup ._includes_emarWeb__standaloneWidget ._includes_emarWeb__mobilePagination ._includes_emarWeb__paginator ._includes_emarWeb__pagination { margin: 0 10px 0 0; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__dashboards ._includes_emarWeb__dashboardGroups ._includes_emarWeb__summaryWrapper ._includes_emarWeb__dashboard ._includes_emarWeb__dashGroup ._includes_emarWeb__standaloneWidget ._includes_emarWeb__mobilePagination ._includes_emarWeb__rowSizeControl ._includes_emarWeb__rowSize ._includes_emarWeb__btnMenu { z-index: 1; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__dashboards ._includes_emarWeb__dashboardGroups ._includes_emarWeb__summaryWrapper ._includes_emarWeb__dashboard ._includes_emarWeb__dashGroup ._includes_emarWeb__standaloneWidget ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu div ._includes_emarWeb__menu { border: none !important; bottom: 0 !important; top: inherit !important; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__dashboards ._includes_emarWeb__dashboardGroups ._includes_emarWeb__summaryWrapper ._includes_emarWeb__dashboard ._includes_emarWeb__dashGroup ._includes_emarWeb__standaloneWidget ._includes_emarWeb__dateFilterBarWrapper ._includes_emarWeb__wgDateRow { margin: 0 0 0 20px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__dashboards ._includes_emarWeb__dashboardGroups ._includes_emarWeb__summaryWrapper ._includes_emarWeb__dashboard ._includes_emarWeb__dashGroup ._includes_emarWeb__standaloneWidget ._includes_emarWeb__dataTableWrapper ._includes_emarWeb__dataTable._includes_emarWeb__listMode { -ms-overflow-style: auto; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__dashboards ._includes_emarWeb__dashboardGroups ._includes_emarWeb__summaryWrapper ._includes_emarWeb__dashboard ._includes_emarWeb__dashGroup ._includes_emarWeb__standaloneWidget ._includes_emarWeb__loading._includes_emarWeb__disable { padding-left: 260px; display: flex !important; align-items: center; justify-content: center; top: 60px; height: calc(100% - 60px); }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__dashboards ._includes_emarWeb__dashboardGroups ._includes_emarWeb__summaryWrapper ._includes_emarWeb__dashboard ._includes_emarWeb__dashGroup ._includes_emarWeb__standaloneWidget ._includes_emarWeb__loading._includes_emarWeb__disable ._includes_emarWeb__loader { position: relative; left: 0px; top: 0px; transform: none; }

@media screen and (max-width: 767px) { ._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__dashboards ._includes_emarWeb__dashboardGroups ._includes_emarWeb__summaryWrapper ._includes_emarWeb__dashboard ._includes_emarWeb__dashGroup ._includes_emarWeb__standaloneWidget ._includes_emarWeb__loading._includes_emarWeb__disable { padding-left: 0px !important; top: 113px; height: calc(100% - 113px); } }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap { margin: auto; padding: 14px; position: fixed; background-color: #fff; left: 0px; width: 100%; border-bottom: 1px solid #D9D9D9; border-bottom: 0px solid #D9D9D9; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); z-index: 997; padding-bottom: 10px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader { display: flex; width: 100%; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__scanner { margin-top: -8px; position: relative; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__scanner + ._includes_emarWeb__mayCrushMeds { margin-left: 230px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__scanner ._includes_emarWeb__title { position: absolute; top: 7px; width: 300px; font-weight: 700; font-size: 16px; color: #333333; font-family: 'Roboto'; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__scanner ._includes_emarWeb__title input { border: 2px solid #cccccc; height: 16px; width: 160px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__scanner ._includes_emarWeb__alertPopUp ._includes_emarWeb__alertMessage { max-height: 350px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__scanner ._includes_emarWeb__alertPopUp ._includes_emarWeb__alertMessage ul { list-style-type: none; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__textColor { color: #1976d2; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__mayCrushMeds { color: #990000; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader > span { margin-right: 10px; font-weight: 600; font-size: 15px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader > span:first-child { color: #666; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__subHeaderTimeWrapper { font-weight: bold; margin-left: auto; margin-right: 16px; display: flex; align-items: center; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__subHeaderTimeWrapper ._includes_emarWeb__displayTime { color: #0078db; margin-left: 5px; cursor: pointer; margin-right: 16px; display: flex; align-items: center; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__subHeaderTimeWrapper ._includes_emarWeb__displayTime ._includes_emarWeb__editIcon { cursor: pointer; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat 5px 0px; height: 16px; width: 30px; background-size: 350px; display: inline-block; margin-left: -4px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__subHeaderTimeWrapper ._includes_emarWeb__displayTimeNoEdit { cursor: default; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__subHeaderTimeWrapper._includes_emarWeb__subHeaderPrePourTimeWrapper ._includes_emarWeb__displayTime { cursor: default; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__subHeaderTimeWrapper._includes_emarWeb__subHeaderTimeDisabled { opacity: 0.5; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassSubHeader ._includes_emarWeb__subHeaderTimeWrapper._includes_emarWeb__subHeaderTimeDisabled ._includes_emarWeb__displayTime { cursor: default; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassInfectious { width: 100%; margin-right: 10px; font-weight: 600; font-size: 15px; margin-top: 6px; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassInfectious span { color: #ff9900; margin-left: 10px; font-weight: 500; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__medPassSubHeaderWrap ._includes_emarWeb__medPassInfectious div { display: flex; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent._includes_emarWeb__fullWidthResidentContent ._includes_emarWeb__dashboards ._includes_emarWeb__dashboardGroups ._includes_emarWeb__summaryWrapper ._includes_emarWeb__dashboard ._includes_emarWeb__dashGroup ._includes_emarWeb__loading._includes_emarWeb__disable { top: 0; height: 100%; padding-left: 0; }

._includes_emarWeb__painScale { cursor: pointer; position: absolute; bottom: 4px; padding: 0 0 0 20px; color: #1976D2; font-weight: bold; }

._includes_emarWeb__painScale._includes_emarWeb__painScaleButton { position: relative; border: 1px solid #666; padding: 5px 12px; margin: 0 0 0 10px; border-radius: 5px; color: #333; font-size: 16px; }

._includes_emarWeb__utilityForm ._includes_emarWeb__warningList { text-align: left; margin: 0 0 0 -30px; list-style-type: none; }

._includes_emarWeb__utilityForm ._includes_emarWeb__warningList ._includes_emarWeb__warningListItem { margin-bottom: 10px; }

._includes_emarWeb__utilityForm ._includes_emarWeb__warningList ._includes_emarWeb__warningListSpan { font-weight: bold; color: #333; }

._includes_emarWeb__utilityForm ._includes_emarWeb__listCenterAlign { text-align: center; }

._includes_emarWeb__listViewHeader { width: 100%; }

._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent { height: 40px; display: inline-block; color: #333; font-size: 14px; font-weight: bold; }

._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent:hover { background: #ebebeb; }

._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent ._includes_emarWeb__showPointer:hover { cursor: pointer; }

._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent ._includes_emarWeb__headerText { display: flex; word-break: break-all; padding: 0 10px 0 0; position: relative; top: 15px; }

._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent ._includes_emarWeb__headerText ._includes_emarWeb__glyphicon { cursor: pointer; margin-left: 5px; }

._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent ._includes_emarWeb__headerText:last-of-type { padding: 0; }

/*.listViewHeaderFixed{
  padding: 10px 0px;
}*/
._includes_emarWeb__columnFixed { position: -webkit-sticky; position: sticky; left: 0px; z-index: 2; background: #fff; width: 25%; display: flex; }

._includes_emarWeb__columnFixed._includes_emarWeb__unsetZIndex { z-index: 0; background: #fff3d8; }

._includes_emarWeb__staticRow { width: 100%; padding: 10px 5px; border-top: 1px solid #ccc; }

._includes_emarWeb__staticRow ._includes_emarWeb__staticRowContent { display: inline-block; color: #333; font-size: 14px; font-weight: bold; }

._includes_emarWeb__staticRow ._includes_emarWeb__staticRowContent ._includes_emarWeb__staticRowText { display: inline-block; word-break: break-all; padding: 0 10px 0 0; }

._includes_emarWeb__staticRow ._includes_emarWeb__staticRowContent ._includes_emarWeb__staticRowText:last-of-type { padding: 0; }

._includes_emarWeb__settingsKebab { display: inline-block; width: 24px; height: 24px; margin: 2px 0 0; background: url(../../071efd486a9861b1/images/menuIcon.svg) -77px -367px; background-size: 600px; transform: scale(0.8); cursor: pointer; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__kebabMenu { font-size: 12px; position: absolute; margin-top: 2px; background: #fff; border-radius: 5px; border: 1px solid #999; z-index: 2; width: 145px; right: 130px; top: 32px; overflow: hidden; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__kebabMenu ._includes_emarWeb__menuText { font-size: 13px; color: #6e718d; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__kebabMenu ._includes_emarWeb__closeButton { position: absolute; top: 0; right: 0; height: 28px; width: 28px; display: inline-block; vertical-align: top; font-size: 16px; color: #808080; cursor: pointer; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__kebabMenu ._includes_emarWeb__closeButton:before { padding: 0.1em 0.3em; font-size: 1.2em; text-align: center; content: "\2715"; font-weight: bold; }

._includes_emarWeb__residentOverlay ._includes_emarWeb__kebabMenu ._includes_emarWeb__closeButtonMark { border-radius: 14px; border: 1px solid #ccc; right: -21px; position: absolute; width: 50px; height: 50px; bottom: 2px; }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingsHeader { box-sizing: border-box; border-bottom: 1px solid #999; padding: 5px 0; text-align: center; }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingsHeader ._includes_emarWeb__title { font-size: 16px; color: #000; font-weight: bold; text-align: center; line-height: 35px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingsHeader ._includes_emarWeb__settingsCrossIcon em { width: 30px; margin-right: 10px; display: inline-block; height: 20px; cursor: pointer; position: absolute; right: 12px; top: 20px; }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingsHeader ._includes_emarWeb__settingsCrossIcon em:before, ._includes_emarWeb__settingsPopup ._includes_emarWeb__settingsHeader ._includes_emarWeb__settingsCrossIcon em:after { content: ''; position: absolute; width: 100%; height: 2px; background: #4D658F; transform: rotate(45deg); }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingsHeader ._includes_emarWeb__settingsCrossIcon em:after { transform: rotate(-45deg); }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingsContent { padding: 12px; }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingsContent ._includes_emarWeb__title { font-weight: bold; font-size: 14px; line-height: 26px; color: #666; }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingsContent ._includes_emarWeb__toggleWrapper { font-size: 15px; }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingsContent ._includes_emarWeb__toggleWrapper a { width: 94px; height: 74px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingsContent ._includes_emarWeb__toggleWrapper a em { margin: 0 0 4px 0; }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingButtonWrapper { box-sizing: border-box; background: #eee; background: linear-gradient(to bottom, #eee 0%, #ccc 100%); padding: 12px 0 0; height: 65px; text-align: center; border-top: 1px solid #999; position: absolute; bottom: 0; width: 100%; }

._includes_emarWeb__settingsPopup ._includes_emarWeb__settingButtonWrapper ._includes_emarWeb__Button._includes_emarWeb__primary { width: 60%; }

._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__cardHeader { background: #f1f1f1; color: #333; }

._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__cardHeader h3 { font-size: 20px; padding: 11px; height: 49px; }

._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__cardHeader ._includes_emarWeb__closeWrapper ._includes_emarWeb__cancelTextBtn { color: #666 !important; font-size: 12px; }

._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__cardHeader ._includes_emarWeb__closeWrapper ._includes_emarWeb__closeIcon:before, ._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__cardHeader ._includes_emarWeb__closeWrapper ._includes_emarWeb__closeIcon:after { border-left-color: #666; height: 25px; }

@media (min-width: 767px) { ._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__choiceListPgWrapper ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__cardHeader { background-color: #1976D2; color: #fff; }
  ._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__choiceListPgWrapper ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__cardHeader ._includes_emarWeb__closeWrapper ._includes_emarWeb__cancelTextBtn { color: #fff !important; }
  ._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__choiceListPgWrapper ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__cardHeader ._includes_emarWeb__closeWrapper ._includes_emarWeb__closeIcon:after, ._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__choiceListPgWrapper ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__cardHeader ._includes_emarWeb__closeWrapper ._includes_emarWeb__closeIcon:before { border-left-color: #fff; } }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent { display: inline-block !important; width: 100%; top: 49px; bottom: 10px; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent ._includes_emarWeb__navigation { width: 100%; display: inline-block; padding: 10px 20px; background: #fff; border-bottom: 1px solid #ddd; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent ._includes_emarWeb__navigation ul { margin: 0; padding: 0; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent ._includes_emarWeb__navigation ul li { float: left; list-style: none; color: #000; font-size: 16px; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent ._includes_emarWeb__navigation ul li a { color: #000; padding-right: 5px; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent ._includes_emarWeb__mainContent { width: 100%; display: inline-block; box-sizing: border-box; height: 100%; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent ._includes_emarWeb__mainContent ._includes_emarWeb__tabWrapper { display: inline-block; width: 100%; background: #fff; float: left; height: 100%; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent ._includes_emarWeb__mainContent ._includes_emarWeb__tabWrapper > div { height: 100%; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent ._includes_emarWeb__mainContent ._includes_emarWeb__tabWrapper > div > div { height: 100%; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent ._includes_emarWeb__mainContent ._includes_emarWeb__tabWrapper > div > div > [class*="graphql__section"] { height: 100%; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent ._includes_emarWeb__mainContent ._includes_emarWeb__tabWrapper > div > div > [class*="graphql__section"] > [class*="tabpanel__tabPanel"] { height: 100%; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__medicationContent ._includes_emarWeb__mainContent ._includes_emarWeb__tabWrapper > div > div > [class*="graphql__section"] > [class*="tabpanel__tabPanel"] [class*="tabpanel__body"] { height: calc(100% - 50px); overflow: auto; background-color: #fff; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillRemaining { margin-top: 1px; }

@media (min-width: 768px) and (max-width: 1023px) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillRemaining { left: -12px; position: relative; } }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule { height: 17px; margin: 10px 5px !important; position: relative; }

@supports (-webkit-touch-callout: none) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule label [class*="label"] { letter-spacing: -.5px; } }

@supports not (-webkit-touch-callout: none) { @media (max-width: 900px) and (max-height: 415px) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule label [class*="label"] { letter-spacing: -1px; } }
  @media (max-width: 375px) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule label [class*="label"] { letter-spacing: -0.5px; } }
  ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule label [class*="legend"] [class*="legendIcon"] { left: 0; }
  @media (max-width: 1024px) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule label [class*="legend"] [class*="legendIcon"] { top: -1px !important; } } }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule ._includes_emarWeb__prnSchedule { margin: 0 !important; left: -5px; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__needsRefill, ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__cycleFill { width: 100%; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__needsRefill label span [class*="_common_form__toolTipContainer"], ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__cycleFill label span [class*="_common_form__toolTipContainer"] { z-index: 1; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__needsRefill label span [class*="_common_form__toolTipContainer"] [class*="_common_form__communityLegendWrapper"], ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__cycleFill label span [class*="_common_form__toolTipContainer"] [class*="_common_form__communityLegendWrapper"] { top: -2px; }

@media (max-width: 767px) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__needsRefill label span [class*="_common_form__toolTipContainer"] [class*="_common_form__communityLegendWrapper"], ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__cycleFill label span [class*="_common_form__toolTipContainer"] [class*="_common_form__communityLegendWrapper"] { top: -1px; } }

@media (min-width: 768px) and (max-width: 1023px) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__needsRefill { width: 135px; left: -44px; }
  ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__refillOrdered { width: 112%; left: -20px; }
  ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__cycleFill { width: 107%; } }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule label [class*="common_form__label"] { position: relative; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule label [class*="common_form__label"]:after { content: ''; position: absolute; top: 2px; left: -25px; height: 20px; width: 20px; border: 1px solid #999; box-sizing: border-box; border-radius: 3px; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule label [class*="common_form__label"]:before { content: ""; position: absolute; display: none; left: -18px; top: 5px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; z-index: 1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule input { opacity: 0; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule input:checked + [class*="common_form__label"]:after { background-color: #0d8de2; border: 1px solid #0d8de2; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule input:checked + [class*="common_form__label"]:before { display: block; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__doNotDrugNarcotic { margin: 0px !important; margin-top: 27px !important; padding-right: 0px !important; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__prnSchedule._includes_emarWeb__doNotDrugNarcotic [class*="legend customHelpText"] { width: 27px; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillDate { margin-top: 8px; }

@media (min-width: 768px) and (max-width: 1023px) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillDate { width: 82%; } }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillDate [class*="_common_form__editCalendarInput"] [class="_common_form__placeholderSpan"], ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillDate [class*="_common_form__editCalendarInput"] [class*="_common_form__disabledPlaceholderSpan"] { bottom: 29px; }

@media (min-width: 768px) and (max-width: 1023px) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillDate [class*="_common_form__editCalendarInput"] [class="_common_form__placeholderSpan"], ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillDate [class*="_common_form__editCalendarInput"] [class*="_common_form__disabledPlaceholderSpan"] { right: 35px; } }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillDate [class*="_common_form__editCalendarInput"] [class*="_common_form__show"] { z-index: 2; }

@media (max-width: 767px) and (orientation: landscape) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillDate [class*="_common_form__editCalendarInput"] [class*="_common_form__show"] { height: 284px; } }

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillDate._includes_emarWeb__noCycleFillPosition [class*="_common_form__editCalendarInput"] [class*="_common_form__show"] { right: -72px; } }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__refillDate [class*="_common_form__toolTipContainer"] { z-index: 1; top: -59px; left: 106px; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__oneLineColumn { display: inline-block; width: 100%; }

._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__oneLineColumn ._includes_emarWeb__prnSchedule._includes_emarWeb__doNotDrugNarcotic { float: left; margin-right: 20px !important; }

._includes_emarWeb__heldMedsSelectAlert { width: 310px !important; }

._includes_emarWeb__heldMedsSelectAlert > div > div { text-align: center; }

._includes_emarWeb__diagnosisListing table { width: auto !important; min-width: 100%; }

._includes_emarWeb__miscellaneousWrapperStyle ._includes_emarWeb__pharmacyIdLabelWrapper ._includes_emarWeb__nameLegend ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendIcon:before { top: -3px; left: 8px; }

@media (max-width: 1366px) { ._includes_emarWeb__reviewBar ._includes_emarWeb__reviewBarItem { position: relative; } }

@media (max-width: 600px) { ._includes_emarWeb__checkboxCard { width: 100%; } }

@media (max-width: 767px) { ._includes_emarWeb__dataCardWrapper { margin: 10px 0 0 0; }
  ._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__leftButton { margin: 0 5px 0 0 !important; }
  ._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__pointer { font-size: 16px; padding: 5px 15px; }
  ._includes_emarWeb__toolTipResidentQuickFind { left: 0px !important; right: 0px !important; padding: 0 15px; width: auto !important; }
  ._includes_emarWeb__toolTipResidentQuickFind ._includes_emarWeb__rc-tooltip-inner { width: 100%; max-width: 100%; box-sizing: border-box; }
  ._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__cardHeader { height: 45px; }
  ._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__cardHeader ._includes_emarWeb__cardHeaderBtn ._includes_emarWeb__btnSave { font-size: 14px; }
  ._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__closeIcon:before, ._includes_emarWeb__secondaryModalOverlay ._includes_emarWeb__setupModel ._includes_emarWeb__card ._includes_emarWeb__closeIcon:after { height: 20px; } }

._includes_emarWeb__toolTipResidentQuickFind ._includes_emarWeb__headingBold { font-weight: bold; }

@media (max-width: 414px) { ._includes_emarWeb__resChartDashboardBody { overflow: hidden; height: 100%; width: 100%; position: fixed; }
  ._includes_emarWeb__residentOverlay ._includes_emarWeb__residentContent ._includes_emarWeb__dashboards ._includes_emarWeb__dashboardGroups ._includes_emarWeb__summaryWrapper ._includes_emarWeb__dashboard ._includes_emarWeb__dashGroup ._includes_emarWeb__standaloneWidget ._includes_emarWeb__mobilePagination { margin: 0 0 0 10px; } }

@media (max-width: 360px) and (min-width: 320px) { ._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__pointer { padding: 5px 3px; } }

._includes_emarWeb__setupWrapper._includes_emarWeb__sigCodeListing { word-break: break-all; }

._includes_emarWeb__setupWrapper._includes_emarWeb__loaReasonListing { word-break: break-all; }

._includes_emarWeb__legend { white-space: nowrap; font-size: initial; }

._includes_emarWeb__legend._includes_emarWeb__nameLegend div { position: relative; width: auto; height: auto; vertical-align: top; }

._includes_emarWeb__legend._includes_emarWeb__nameLegend ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendIcon { height: 20px; width: 20px; left: 5px; top: 0; }

._includes_emarWeb__legend ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendIcon:before { content: ''; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -93px -1px; background-size: 460px; width: 20px; height: 20px; position: absolute; top: 1px; left: 6px; }

._includes_emarWeb__legendOverlayHelp { z-index: 1000 !important; }

._includes_emarWeb__legendOverlayHelp + ._includes_emarWeb__ModalOverlayMask { z-index: 999 !important; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oTitle { padding: 5px 0; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oTitle ._includes_emarWeb__titleIcon { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") -92px 8px; background-repeat: no-repeat; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oTitle ._includes_emarWeb__title { padding: 0 0 0 12px; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oTitle ._includes_emarWeb__x { width: 30px; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oTitle ._includes_emarWeb__x em { width: 20px; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oTitle ._includes_emarWeb__x em:before { background: #000; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oTitle ._includes_emarWeb__x em:after { background: #000; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oContent { max-height: calc(100% - 65px); padding: 0 15px 15px 15px; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration { max-height: inherit; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration ._includes_emarWeb__container { border-radius: 5px; background-color: #f9f9f9; border: 1px solid #999; padding: 0; height: inherit; overflow: auto; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration ._includes_emarWeb__container ._includes_emarWeb__dataTableWrapper { overflow: auto; }

._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration ._includes_emarWeb__container ._includes_emarWeb__dataTableWrapper ._includes_emarWeb__legandBody { padding: 10px; font-size: 15px; color: #666; max-height: 300px; }

._includes_emarWeb__legendOverlayHelp._includes_emarWeb__unitHistoryOverlayWrap ._includes_emarWeb__ModalOverlay > ._includes_emarWeb__wrapper { height: 400px; max-height: 100%; }

._includes_emarWeb__legendOverlayHelp._includes_emarWeb__unitHistoryOverlayWrap ._includes_emarWeb__ModalOverlay > ._includes_emarWeb__wrapper ._includes_emarWeb__oContent { max-height: inherit; height: calc(100% - 49px); box-sizing: border-box; }

._includes_emarWeb__legendOverlayHelp._includes_emarWeb__unitHistoryOverlayWrap ._includes_emarWeb__ModalOverlay > ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration { height: 100%; }

._includes_emarWeb__legendOverlayHelp._includes_emarWeb__unitHistoryOverlayWrap ._includes_emarWeb__ModalOverlay > ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration ._includes_emarWeb__container { height: 100%; }

._includes_emarWeb__legendOverlayHelp._includes_emarWeb__unitHistoryOverlayWrap ._includes_emarWeb__ModalOverlay > ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration ._includes_emarWeb__container ._includes_emarWeb__dataTableWrapper { height: 100%; }

._includes_emarWeb__legendOverlayHelp._includes_emarWeb__unitHistoryOverlayWrap ._includes_emarWeb__ModalOverlay > ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration ._includes_emarWeb__container ._includes_emarWeb__dataTableWrapper ._includes_emarWeb__controls { height: 100%; }

._includes_emarWeb__legendOverlayHelp._includes_emarWeb__unitHistoryOverlayWrap ._includes_emarWeb__ModalOverlay > ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration ._includes_emarWeb__container ._includes_emarWeb__dataTableWrapper ._includes_emarWeb__legandBody { max-height: inherit; }

._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper { padding: 10px; border-width: 1px; border-style: solid; border-color: #e4e4e4; }

._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__allergyHeader { font-size: 16px; margin-top: 5px; color: #666; }

._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__allergyLabel { font-size: 16px; }

._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent { display: flex; margin: -15px 0 -7px 0px; }

._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard { display: flex; margin-top: -14px; }

._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard ._includes_emarWeb__allergyCommunityItem { margin-right: 20px; }

._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard ._includes_emarWeb__otherCommunityItem { margin: 0px 57px 0px 0px; }

@media (max-width: 767px) { ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper { border-style: none; margin-left: -10px; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__allergyHeader { margin-bottom: 30px; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent { display: block; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard { display: block; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard ._includes_emarWeb__allergyStatus { position: relative; z-index: 0; font-size: 14px; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard ._includes_emarWeb__allergyStatus::before { content: ''; position: absolute; width: 48px; right: 0; bottom: 0px; border: 1px solid #e4e4e4; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard ._includes_emarWeb__allergyCommunityItem { display: inline-block; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard ._includes_emarWeb__allergyCommunityItem ._includes_emarWeb__allergyLabel { float: left; margin-right: 10px; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard ._includes_emarWeb__otherCommunityItem { margin: 0; display: inline-block; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard ._includes_emarWeb__otherCommunityItem ._includes_emarWeb__allergyLabel { float: left; margin-top: 5px; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard ._includes_emarWeb__otherCommunityItem ._includes_emarWeb__allergyData { margin-top: 0; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard ._includes_emarWeb__allergyData { float: right; margin-top: 14px; margin-left: 112px; }
  ._includes_emarWeb__allergySetup ._includes_emarWeb__cardWrapper ._includes_emarWeb__setupListCardContent ._includes_emarWeb__allergyCard ._includes_emarWeb__inactiveAllergyData { margin-left: 111px; } }

._includes_emarWeb__setupDeleteContainer { color: red; margin-top: 6px; cursor: pointer; font-weight: inherit !important; text-decoration: underline; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349); }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__title { padding: 10px; border-bottom: 1px solid #e4e4e4; position: relative; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__title ._includes_emarWeb__keyValueComp ._includes_emarWeb__value { margin-left: 10px; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__title ._includes_emarWeb__checkbox { border: 1px solid #999; box-sizing: border-box; border-radius: 3px; cursor: pointer; opacity: 0; z-index: 1; float: right; height: 20px; width: 20px; position: absolute; right: 7px; bottom: 3px; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__title input[type="checkbox"]:checked ~ ._includes_emarWeb__customCheckboxClass:after { display: block; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__title input[type="checkbox"]:checked ~ ._includes_emarWeb__customCheckboxClass:before { background: #0d8de2; border: #0d8de2 1px solid; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__title ._includes_emarWeb__customCheckboxClass { position: absolute; right: 30px; bottom: 26px; z-index: 0; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__title ._includes_emarWeb__customCheckboxClass:before { content: ""; width: 17px; height: 17px; border-radius: 3px; margin: 0; padding: 0; border: 1px solid #999; position: absolute; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__title ._includes_emarWeb__customCheckboxClass:after { content: ""; background: transparent url(../../071efd486a9861b1/images/menuIcon.svg) -230px -271px no-repeat; height: 17px; width: 17px; background-size: 306px; display: none; border: 1px #2196F3; position: absolute; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__flexDirCol { flex-direction: column; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__flexDirCol ._includes_emarWeb__keyValueComp ._includes_emarWeb__value { float: right; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__cbCardDataRow { display: flex; justify-content: space-between; word-break: break-all; padding: 10px; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__cbCardDataRow ._includes_emarWeb__keyValueComp { margin-bottom: 7px; display: flex; width: 100%; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__cbCardDataRow ._includes_emarWeb__keyValueComp ._includes_emarWeb__red { color: red; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__cbCardDataRow ._includes_emarWeb__keyValueComp label { width: 35%; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxCard ._includes_emarWeb__cbCardDataRow ._includes_emarWeb__keyValueComp ._includes_emarWeb__value { margin-left: 10px; width: 65%; }

._includes_emarWeb__setupEmar ._includes_emarWeb__checkboxContainer { display: flex; flex-wrap: wrap; justify-content: space-between; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode { /*.regularPRN{ margin-top: 15px; }*/ }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__legend._includes_emarWeb__nameLegend ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendLabel { font-size: 16px; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__legend div { opacity: 1; top: -1px; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__outside-click-handler1 { padding: 0 !important; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__medTimeDropDown { margin-left: 7px; cursor: pointer; display: inline; padding: 0 !important; position: relative; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__medTimeDropDown ._includes_emarWeb__down-tri { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 7px solid black; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__medTimeDropDown ul { width: max-content; position: absolute; display: flex !important; flex-direction: column; border-radius: 5px; box-shadow: #dedede 0 3px 6px; padding-left: 0; top: 10px; z-index: 100; background: white; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__medTimeDropDown ul li { display: flex; border-bottom: 1px solid #dedede; padding: 10px 1px 10px 5px; position: relative; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__medTimeDropDown ul li:hover { background-color: #eaeaea; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__medTimeDropDown ul li ._includes_emarWeb__selectedDefaultTime { font-family: 'Roboto'; font-weight: 400 !important; font-style: normal; font-size: 16px; color: #333333; text-align: center; line-height: normal; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__medTimeDropDown ul li ._includes_emarWeb__selectedTick { float: right; position: relative; padding: 4px 0 0 0; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__medTimeDropDown ul li ._includes_emarWeb__selectedTick ._includes_emarWeb__tick { display: inline-block; margin: 0 5px; width: 14px; height: 14px; background: transparent url(../../8a57c00cf9e5496f/images/sprite.png) -179px -429px no-repeat; float: right; position: relative; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__medScheduleCodeHelp { margin: -2px 0 2px 0; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__sigCode input { margin-top: 4px; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__labelPassingTimes { padding: 0 !important; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__defaultPassingTime { margin-top: 16px; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__defaultPassingTime label span { top: 16px !important; }

._includes_emarWeb__setupEmar ._includes_emarWeb__medScheduleCode ._includes_emarWeb__defaultPassingTime textarea { height: 70px !important; margin-top: 10px !important; }

._includes_emarWeb__fullWidthResidentContent { position: relative; }

._includes_emarWeb__fullWidthResidentContent ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__menuIconWrap { position: absolute; top: 10px; left: 10px; z-index: 1000; cursor: pointer; }

._includes_emarWeb__fullWidthResidentContent ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resChartContentHeader ._includes_emarWeb__widgetHeaderWrapper { padding-left: 87px; }

._includes_emarWeb__fullWidthResidentContent ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__outerHeader { margin: 18px 10px 0 80px; }

._includes_emarWeb__fullWidthResidentContent ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft h1 { padding-left: 87px; }

._includes_emarWeb__resChartContentOuter { height: 100%; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__outerHeader { margin: 18px 10px 0 4px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__headerWrapper { position: relative; font-weight: 500; font-style: normal; font-size: 20px; color: #333; padding-bottom: 10px; padding-left: 15px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__label { margin-top: -9px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__nameLegend ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendIcon:before { content: ''; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -98px 0px; background-size: 490px; width: 24px; height: 24px; position: absolute; top: 2px; left: 0px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__iconQuestion { cursor: pointer; position: absolute; display: inline-block; width: 24px; height: 24px; margin: 3px 0; background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") -100px 0px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper { width: auto; height: 30px; padding: 0; border: 1px solid #169bd5; background: #169bd5; color: #ffffff; border-radius: 3px; cursor: pointer; margin-left: 10px; display: inline-block; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper a { padding: 0 10px 0 10px; color: white !important; font-size: 16px; text-decoration: none !important; display: inline-block; vertical-align: middle; height: 31px; line-height: 31px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper a:hover { text-decoration: none !important; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__resChartSettings { float: right; display: inline-flex; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__resChartHeaderSet { padding-right: 15px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__outerHeaderWrapper { font-size: 22px; margin: 0px 17px 0px 3px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__outerHeaderWrapper ._includes_emarWeb__kebabMenu { right: 160px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__outerHeaderWrapper ._includes_emarWeb__label span { background-repeat: no-repeat; background-image: url(../../071efd486a9861b1/images/menuIcon.svg); background-position: -325px -448px; position: absolute; display: inline-block; width: 25px; height: 20px; background-size: 399px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__outerHeaderWrapper ._includes_emarWeb__label span._includes_emarWeb__errorHeaderTitle { margin: 4px 1px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resChartHeader { box-sizing: border-box; position: fixed; z-index: 100; width: 100%; max-width: calc(100% - 262px); background: linear-gradient(to top, rgba(245, 245, 247, 0) 0%, rgba(245, 245, 247, 0.19) 34%, #f5f5f7 100%); }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__widgetHeaderWrapper { padding: 12px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__widgetHeaderWrapper ._includes_emarWeb__viewModeButtonWrapper ._includes_emarWeb__smallBtnBar a { padding-bottom: 0; font-size: 20px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resChartContentHeader + ._includes_emarWeb__dashboardWrapper { height: calc(100% - 48px); }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resChartContentHeader + ._includes_emarWeb__dashboardWrapper ._includes_emarWeb__dashboardGroups ._includes_emarWeb__dashboardWrapper { overflow: hidden; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer { overflow-x: auto; padding-bottom: 22px; margin-left: 15px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper { min-width: 1000px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHamburger ._includes_emarWeb__unselectable { top: -32px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__sbarListFooterWrapper { display: inline-block; padding: 0 10px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__sbarListFooterWrapper ._includes_emarWeb__quickActionClass { display: inline-block; padding-left: 0 !important; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__sbarListFooterWrapper ._includes_emarWeb__sbarDeleteButton a { cursor: pointer; color: gray; padding-left: 30px; width: 100%; display: inline-block; box-sizing: border-box; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__sbarListFooterWrapper ._includes_emarWeb__sbarDeleteButton a span { left: 14px; width: 20px; height: 20px; position: absolute; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__sbarListFooterWrapper ._includes_emarWeb__sbarDeleteButton a:hover { color: #FF9900; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__sbarListFooterWrapper ._includes_emarWeb__sbarDeleteButton ._includes_emarWeb__deleteIcon span { background: url("../../071efd486a9861b1/images/menuIcon.svg") no-repeat left center; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper { padding: 0px 14px 6px 14px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper { border: 1px solid #f2f2f2; background: #fff; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody { border: none; background: none; box-shadow: none; padding-top: initial !important; height: calc(100vh - 180px); }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__originWidth { width: 5%; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__originWidth ._includes_emarWeb__Profile { background-position: -152px -168px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__originWidth ._includes_emarWeb__Pharmacy { background-position: -182px -168px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__originWidth ._includes_emarWeb__Repackaging { background-position: -92px -168px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__originWidth [class*='Manual'] { background-position: -122px -168px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody table { table-layout: auto !important; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody table thead tr th { top: 1px; position: initial; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__setupListPgWrapper ._includes_emarWeb__container ._includes_emarWeb__setupListMobile { position: relative; top: 0; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__hasBanner ._includes_emarWeb__cardBody { height: calc(100vh - 220px); }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader { margin: 12px 0 12px 16px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft h1 { font-weight: 500; font-style: normal; font-size: 22px; color: #333; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__cLControlSearch > i { cursor: default; z-index: 1; margin: 3px 0px 0px 3px; height: 20px; width: 16px; right: auto; top: auto; opacity: .4; background: url("../../4bfd822ff39fe44e/images/communication.svg") no-repeat -643px -270px; background-size: 800px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__cLControlSearch > input { font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; border: 1px solid #ccc; border-radius: 3px; box-sizing: border-box; padding: 5px 6px 4px 19px; height: 28px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__cLControlSearch._includes_emarWeb__highlighterColor > input { border-color: #ff7f00; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__toggle { margin: 0px 5px 0 5px; }

@media (max-width: 1025px) { ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__toggle { margin: 5px 5px 0 0px; } }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__searchPicker { display: inline-block; padding-left: 0px; padding-bottom: 10px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__searchPicker ._includes_emarWeb__filterLabel { min-height: 20px; padding-left: 10px; padding-right: 5px; cursor: pointer; display: inline-block; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__searchPicker ._includes_emarWeb__filterLabel input { position: absolute; margin-left: -18px; margin-top: 0px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell { position: relative; right: 14px; margin-bottom: 10px; margin-top: 7px; display: inline-block; }

@media (max-width: 1025px) { ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell { right: 18px; } }

@media (max-width: 1140px) { ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell { right: 18px; } }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__mergeCell { display: inline-flex; margin-bottom: 0; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__mergeCell ._includes_emarWeb__checkmark { height: 20px; width: 20px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__mergeCell ._includes_emarWeb__checkmark::after { left: 6px; top: 2px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__resMedOptionsLabel, ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__nameLegend { position: relative; bottom: 1px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__resMedOptionsLabel ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendIcon, ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__nameLegend ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendIcon { height: 17px; width: 17px; }

@media (max-width: 1025px) { ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__resMedOptionsLabel, ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__nameLegend { bottom: 4px; }
  ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__resMedOptionsLabel ._includes_emarWeb__legendWrapper, ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__nameLegend ._includes_emarWeb__legendWrapper { top: 8px; } }

@media (max-width: 1140px) { ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__resMedOptionsLabel, ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__nameLegend { bottom: 4px; }
  ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__resMedOptionsLabel ._includes_emarWeb__legendWrapper, ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderLeft ._includes_emarWeb__inputCell ._includes_emarWeb__nameLegend ._includes_emarWeb__legendWrapper { top: 8px; } }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderRight ._includes_emarWeb__cacheRefresh { float: left; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderRight ._includes_emarWeb__smallBtnBar { float: left; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupHeader ._includes_emarWeb__setupHeaderRight ._includes_emarWeb__newBtn { background: #169bd5; margin-right: 16px; border: 1px solid #169bd5; float: right; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper { padding: 0px 14px 6px 14px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper { border: 1px solid #f2f2f2; background: #fff; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody { border: none; background: none; box-shadow: none; padding-top: initial !important; height: calc(100vh - 210px); }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__originWidth { width: 5%; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__originWidth ._includes_emarWeb__Profile { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -164px -168px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__originWidth ._includes_emarWeb__Pharmacy { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -197px -168px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__originWidth ._includes_emarWeb__Repackaging { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -100px -168px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__originWidth [class*='Manual'] { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -132px -168px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__origin { width: 30px; height: 20px; display: inline-block; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__onHoldList { font-style: italic; font-weight: bold; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__needsReview { color: #2dc771; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__needsReview a { color: #2dc771; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__nonLinkStyle { cursor: default; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody table thead tr th { top: 1px; position: initial; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody table tbody ._includes_emarWeb__notClickable { background-color: white; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody table tbody ._includes_emarWeb__notClickable td { cursor: default; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__gridViewWrapSetting ._includes_emarWeb__setupListCard { min-width: calc(50% - 20px); max-width: calc(50% - 20px); }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__setupListPgWrapper ._includes_emarWeb__container ._includes_emarWeb__setupListMobile { position: relative; top: 0; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__hasBanner ._includes_emarWeb__cardBody { height: calc(100vh - 255px); }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__banner { margin: 0 14px 8px 14px; padding: 10px; box-sizing: border-box; text-align: center; border-radius: 3px; background: #eee; color: red; font-weight: bold; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resMedsLoading { position: fixed; top: 50%; left: 50%; margin-left: 116px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resMedsLoading > span::before { content: " "; background: url("../../4770c8a361ca54b7/images/refresh-loader.gif") no-repeat left center; display: inline-block; height: 18px; width: 18px; top: -1px; position: absolute; left: -20px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resMedsLoading > span::after { margin-left: 6px; content: ""; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow { display: inline-block; margin-bottom: -3px; margin-top: 6px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pagination ._includes_emarWeb__goto-page { vertical-align: unset; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pagination ._includes_emarWeb__goto-page ._includes_emarWeb__unselectable { font-size: 14px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__title { color: #999; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu { position: relative !important; margin-left: 0 !important; z-index: auto !important; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__btn ._includes_emarWeb__divider { border-left-color: none !important; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__btn ._includes_emarWeb__downArrow { margin-top: 17px; float: right; width: 16px !important; height: 1px !important; margin-left: 0px !important; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__btn ._includes_emarWeb__downArrow:after { border-top-color: #999 !important; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__btn ._includes_emarWeb__inner ._includes_emarWeb__text { margin: 4px 7px 4px 4px !important; padding: 0 8px 0 3px !important; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu div ._includes_emarWeb__menu { border: none !important; top: -245px !important; margin-bottom: 5px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__wrapper ._includes_emarWeb__menu { border-width: 1px; background: #fcfcfc; box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 6px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__wrapper div ol { max-height: 420px !important; max-width: 79px !important; background-color: white !important; box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 6px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__wrapper div ol ._includes_emarWeb__list { margin: 0 !important; padding: 0 !important; list-style-type: none; overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; border: 2px solid #F0F0F4 !important; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__wrapper div ol li { height: 28px !important; line-height: 15px; color: #44597d; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow div { display: inline-block; margin-left: 9px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow div ._includes_emarWeb__menu { top: -245px !important; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__totalResults { margin-left: 10px; color: #999; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__unselectable { color: #999; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows { margin-left: 0; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows ._includes_emarWeb__unselectable { margin-left: 0; position: relative; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows ._includes_emarWeb__unselectable ._includes_emarWeb__wrapper ._includes_emarWeb__btn ._includes_emarWeb__label ._includes_emarWeb__inner ._includes_emarWeb__text { padding: 0 3px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows ._includes_emarWeb__unselectable ._includes_emarWeb__wrapper ._includes_emarWeb__btn ._includes_emarWeb__divider { right: auto; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows ._includes_emarWeb__unselectable ._includes_emarWeb__wrapper ._includes_emarWeb__btn ._includes_emarWeb__downArrow { width: 16px; margin-left: 6px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows ._includes_emarWeb__unselectable ._includes_emarWeb__wrapper ._includes_emarWeb__btn ._includes_emarWeb__downArrow:after { border-top-color: #999; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__medicationListFooterWrapper { display: inline-block; padding: 0 10px; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__medicationListFooterWrapper ._includes_emarWeb__quickActionClass { display: inline-block; padding-left: 0 !important; }

._includes_emarWeb__resChartContentOuter ._includes_emarWeb__medicationListFooterWrapper ._includes_emarWeb__quickActionClass ._includes_emarWeb__bulkFilterCmp { position: relative; top: -1px; }

._includes_emarWeb__pendingReviewContentOuter { height: 100%; position: fixed; width: 100%; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__outerHeader { margin: 18px 10px 0 4px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__headerWrapper { position: relative; font-weight: 500; font-style: normal; font-size: 20px; color: #333; padding-bottom: 10px; padding-left: 15px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__label { margin-top: -9px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__nameLegend ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendIcon:before { content: ''; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -98px 0px; background-size: 490px; width: 24px; height: 24px; position: absolute; top: 2px; left: 0px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__iconQuestion { cursor: pointer; position: absolute; display: inline-block; width: 24px; height: 24px; margin: 3px 5px; background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") -100px 0px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper { width: auto; height: 30px; padding: 0; border: 1px solid #169bd5; background: #169bd5; color: #ffffff; border-radius: 3px; cursor: pointer; margin-left: 10px; display: inline-block; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper a { padding: 0 10px 0 10px; color: white !important; font-size: 16px; text-decoration: none !important; display: inline-block; vertical-align: middle; height: 31px; line-height: 31px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper a:hover { text-decoration: none !important; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__headerWrapper ._includes_emarWeb__resChartSettings { float: right; display: inline-flex; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__outerHeaderWrapper { font-size: 22px; margin: 0px 17px 0px 3px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__outerHeaderWrapper ._includes_emarWeb__kebabMenu { right: 160px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__widgetHeaderWrapper { padding: 12px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__widgetHeaderWrapper ._includes_emarWeb__viewModeButtonWrapper ._includes_emarWeb__smallBtnBar a { padding-bottom: 0; font-size: 20px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__resChartContentHeader + ._includes_emarWeb__dashboardWrapper { height: calc(100% - 48px); }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__resChartContentHeader + ._includes_emarWeb__dashboardWrapper ._includes_emarWeb__dashboardGroups ._includes_emarWeb__dashboardWrapper { overflow: hidden; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__listViewContainer { overflow-x: auto; padding-bottom: 22px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper { min-width: 1000px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHamburger ._includes_emarWeb__unselectable { top: -32px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__resChartContent._includes_emarWeb__widgetHeader._includes_emarWeb__pendingReviewErrorListWrap { height: calc(100% - 100px); overflow: auto; padding: 2px 15px; box-sizing: border-box; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__resChartContent._includes_emarWeb__widgetHeader._includes_emarWeb__pendingReviewErrorListWrap ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__contentCard { margin: 10px 15px 20px 15px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__resChartContent._includes_emarWeb__widgetHeader._includes_emarWeb__pendingReviewErrorListWrap ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__contentCard ._includes_emarWeb__listViewContainer div ._includes_emarWeb___graphql__resChartCard._includes_emarWeb___graphql__newlyUpdated { background-color: #ffffff; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__resChartContent._includes_emarWeb__widgetHeader._includes_emarWeb__pendingReviewErrorListWrap ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__contentCard ._includes_emarWeb__listViewContainer div ._includes_emarWeb___graphql__resChartCard._includes_emarWeb___graphql__newlyUpdated:hover { background-color: #FFF3D8; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__resChartContent._includes_emarWeb__widgetHeader._includes_emarWeb__pendingReviewErrorListWrap ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__contentCard ._includes_emarWeb__cardOuterWrapper ._includes_emarWeb___graphql__resChartCard._includes_emarWeb___graphql__newlyUpdated { background-color: #ffffff; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__resChartContent._includes_emarWeb__widgetHeader._includes_emarWeb__pendingReviewErrorListWrap ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu div ._includes_emarWeb__menu { top: -245px !important; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__resChartContent._includes_emarWeb__widgetHeader._includes_emarWeb__pendingReviewErrorListWrap ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__GridRowsCount { min-height: 230px; }

._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__resChartContent._includes_emarWeb__widgetHeader._includes_emarWeb__pendingReviewErrorListWrap ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__PendingReviewErrorListHeight { min-height: 230px; }

._includes_emarWeb__widgetHeader { height: 100%; }

._includes_emarWeb__widgetHeader ._includes_emarWeb__headerWrapper ._includes_emarWeb__label { font-weight: 500; }

._includes_emarWeb__widgetHeader ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper { bottom: auto; }

._includes_emarWeb__widgetHeader ._includes_emarWeb__noDataText { text-align: center; }

._includes_emarWeb__widgetHeader ._includes_emarWeb__cardItem { margin: 28px 0px; position: relative; overflow: auto; height: calc(100% - 92px) !important; min-height: 68px; }

._includes_emarWeb__resChartContent { font-weight: 100; }

._includes_emarWeb__resChartContent ._includes_emarWeb__admissionHistoryIcon { content: ''; background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -33px 0px; height: 28px; width: 33px; opacity: .6; display: inline-block; vertical-align: middle; margin-right: 0; background-size: 135px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__addLinkWrapper a span { display: inline-block; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentTitle { color: #333; font-size: 22px; font-weight: 500; padding: 0 0 0 20px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard { margin: 10px 15px 20px 0; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__noDataText { text-align: center; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__noDataText ._includes_emarWeb__horizontalBar { border-bottom: 1px solid #ccc; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow { margin-bottom: -3px; margin-top: 6px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pagination ._includes_emarWeb__goto-page { vertical-align: unset; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pagination ._includes_emarWeb__goto-page ._includes_emarWeb__unselectable { font-size: 14px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__title { color: #999; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu { position: relative !important; margin-left: 0 !important; z-index: auto !important; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__btn ._includes_emarWeb__divider { border-left-color: none !important; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__btn ._includes_emarWeb__downArrow { margin-top: 17px; float: right; width: 16px !important; height: 1px !important; margin-left: 0px !important; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__btn ._includes_emarWeb__downArrow:after { border-top-color: #999 !important; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__btn ._includes_emarWeb__inner ._includes_emarWeb__text { margin: 4px 7px 4px 4px !important; padding: 0 8px 0 3px !important; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu div ._includes_emarWeb__menu { border: none !important; bottom: 0 !important; top: inherit !important; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__wrapper ._includes_emarWeb__menu { border-width: 1px; background: #fcfcfc; box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 6px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__wrapper div ol { max-height: 420px !important; max-width: 79px !important; background-color: white !important; box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 6px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__wrapper div ol ._includes_emarWeb__list { margin: 0 !important; padding: 0 !important; list-style-type: none; overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; border: 2px solid #F0F0F4 !important; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__pageSize ._includes_emarWeb__btnMenu ._includes_emarWeb__wrapper div ol li { height: 28px !important; line-height: 15px; color: #44597d; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow div { display: inline-block; margin-left: 9px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow div ._includes_emarWeb__menu { top: -205px !important; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__totalResults { margin-left: 10px; color: #999; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__unselectable { color: #999; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows { margin-left: 0; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows ._includes_emarWeb__unselectable { margin-left: 0; position: relative; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows ._includes_emarWeb__unselectable ._includes_emarWeb__wrapper ._includes_emarWeb__btn ._includes_emarWeb__label ._includes_emarWeb__inner ._includes_emarWeb__text { padding: 0 3px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows ._includes_emarWeb__unselectable ._includes_emarWeb__wrapper ._includes_emarWeb__btn ._includes_emarWeb__divider { right: auto; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows ._includes_emarWeb__unselectable ._includes_emarWeb__wrapper ._includes_emarWeb__btn ._includes_emarWeb__downArrow { width: 16px; margin-left: 6px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard ._includes_emarWeb__pageRow ._includes_emarWeb__rowSize ._includes_emarWeb__rows ._includes_emarWeb__unselectable ._includes_emarWeb__wrapper ._includes_emarWeb__btn ._includes_emarWeb__downArrow:after { border-top-color: #999; }

._includes_emarWeb__resChartContent ._includes_emarWeb__widget { position: relative; }

._includes_emarWeb__resChartContent ._includes_emarWeb__widget [class*="_graphql__valueWrapper"] { word-break: break-all; }

._includes_emarWeb__resChartContent ._includes_emarWeb__widget ._includes_emarWeb__loadingCards { z-index: 1; position: absolute; bottom: -18px; right: 0; left: 0; height: 100%; text-align: center; }

._includes_emarWeb__resChartContent ._includes_emarWeb__widget ._includes_emarWeb__loadingCards span { position: absolute; top: 50%; left: 50%; margin-left: 12px; transform: -webkit-translate(-50%, -50%); transform: -moz-translate(-50%, -50%); transform: -ms-translate(-50%, -50%); transform: -o-translate(-50%, -50%); transform: translate(-50%, -50%); }

._includes_emarWeb__resChartContent ._includes_emarWeb__widget ._includes_emarWeb__loadingCards span:before { content: " "; background-image: url(../../4770c8a361ca54b7/images/refresh-loader.gif); background-repeat: no-repeat; display: inline-block; background-position: left center; height: 18px; width: 18px; top: -1px; position: absolute; left: -20px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__widget ._includes_emarWeb__loadingCards span:after { margin-left: 6px; content: ""; }

._includes_emarWeb__resChartContent._includes_emarWeb__leaveOfAbsenceListContainer ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem { margin: 10px 15px 10px 0; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer { border: 1px solid #949494; font-size: 16px; border-radius: 4px; color: #333333; padding: 12px 15px; margin: 8px 8px 15px 8px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer._includes_emarWeb__newlyUpdated { background-color: #ffffdf; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer ._includes_emarWeb__title { display: inline; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer ._includes_emarWeb__title a { color: #000000; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer ._includes_emarWeb__title span { color: #000000; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer ._includes_emarWeb__title ._includes_emarWeb__unit { color: #000000; display: contents; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer li { color: #000000; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer li ._includes_emarWeb__transferred { color: #666666; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer ._includes_emarWeb__header:last-child { opacity: 0.6; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer ._includes_emarWeb__newPointer { opacity: 0.6; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__headerWrapper { position: relative; font-weight: 500; font-style: normal; font-size: 20px; color: black; padding-bottom: 15px; padding-left: 15px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper { right: 0px; width: auto; height: auto; margin-right: 10px; padding: 0; border: 1px solid #169bd5; background: #169bd5; color: white; border-radius: 3px; cursor: pointer; position: absolute; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper a { color: white; font-size: 16px; text-decoration: none; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper a:hover { text-decoration: none; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__headerWrapper ._includes_emarWeb__legend { width: auto !important; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__headerWrapper ._includes_emarWeb__legend ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendIcon:before { content: ''; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -111px -1px; background-size: 550px; width: 25px; height: 25px; position: absolute; top: -1px; left: 0px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__noDataText > hr { margin: 15px 8px 15px 0; }

._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer._includes_emarWeb__admissionHistoryListContainer ._includes_emarWeb__addLinkWrapper a { padding-left: 12px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__loading { position: absolute; left: 50%; top: 50%; }

._includes_emarWeb__resChartTooltip { left: 290px !important; }

._includes_emarWeb__resChartTooltip ._includes_emarWeb__headerToolTipText { color: #333333; }

._includes_emarWeb__PendingReviewToolTip { left: 260px !important; }

._includes_emarWeb__PendingReviewToolTip ._includes_emarWeb__headerToolTipText { color: #333333; }

._includes_emarWeb__resChartCensus h2 { padding-left: 16px; font-size: 22px; font-weight: 500; font-style: normal; }

._includes_emarWeb__ModalOverlayWrapper._includes_emarWeb__resChartHelpPopUp { z-index: 999 !important; background: rgba(0, 0, 0, 0.5); }

._includes_emarWeb__ModalOverlayWrapper._includes_emarWeb__resChartHelpPopUp ._includes_emarWeb__wrapper ._includes_emarWeb__container { padding: 10px; overflow: auto; border-radius: 5px; }

._includes_emarWeb__ModalOverlayWrapper._includes_emarWeb__resChartHelpPopUp ._includes_emarWeb__wrapper ._includes_emarWeb__oContent { padding: 0px 25px 25px 25px; }

._includes_emarWeb__ModalOverlayWrapper._includes_emarWeb__resChartHelpPopUp ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration { height: 300px !important; }

._includes_emarWeb__ModalOverlayWrapper._includes_emarWeb__resChartHelpPopUp ._includes_emarWeb__title { text-align: left !important; margin: 10px 0px 5px 15px; }

._includes_emarWeb__contactsStyle ._includes_emarWeb__contentTitle { padding-left: 18px; font-size: 22px; font-weight: 500; color: #333; }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__unitHistoryCardItem { margin: 10px 15px 20px 0px; }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__cardItem ._includes_emarWeb__headerWrapper { padding-left: 10px; color: #333; /* .addLinkWrapper { bottom: 2px; } */ }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__cardItem ._includes_emarWeb__headerWrapper ._includes_emarWeb__errorHeader { background-repeat: no-repeat; display: inline-block; width: 25px; height: 20px; background-size: 399px; }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__cardItem ._includes_emarWeb__headerWrapper ._includes_emarWeb__errorHeader._includes_emarWeb__errorHeaderTitle { margin-top: 3px; }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__cardItem ._includes_emarWeb__headerWrapper ._includes_emarWeb__errorHeader { background-image: url(../../071efd486a9861b1/images/menuIcon.svg); background-position: -325px -448px; position: absolute; }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__cardItem ._includes_emarWeb__noDataText { margin-left: 10px; }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__cardItem [class*="_graphql__keyWrapper"] { font-size: 16px; white-space: nowrap; color: #666666 !important; }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__cardItem [class*="_graphql__valueWrapper"] { word-break: break-all; font-size: 16px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__cardItem [class*="_graphql__valueWrapper"] { display: inline-block !important; } }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__listWrapper ._includes_emarWeb__pharmacyPhoneStyle [class*="_graphql__valueWrapper"], ._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__listWrapper ._includes_emarWeb__pharmacyPhoneStyle ._includes_emarWeb__headerText { padding-left: 9px; }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__listWrapper ._includes_emarWeb__pharmacyFaxStyle [class*="_graphql__valueWrapper"], ._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__listWrapper ._includes_emarWeb__pharmacyFaxStyle ._includes_emarWeb__headerText { padding-left: 20px; }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__listWrapper ._includes_emarWeb__medProfDescWrapper [class*="_graphql__valueWrapper"] { padding-right: 20px; }

._includes_emarWeb__contactsStyle ._includes_emarWeb__resChartContent ._includes_emarWeb__listWrapper ._includes_emarWeb__relationshipStyle [class*="_graphql__valueWrapper"] { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

._includes_emarWeb__medInfoWrapper { margin-top: 10px; width: 100%; }

._includes_emarWeb__medInfoWrapper ._includes_emarWeb__contentTitle { margin: 18px 0 9px 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._includes_emarWeb__medInfoWrapper ._includes_emarWeb__resChartContent ._includes_emarWeb__cardItem [class*="_graphql__valueWrapper"] { word-break: keep-all; } }

._includes_emarWeb__contactsWrapper ._includes_emarWeb__contactsAlternateAddress ._includes_emarWeb__wrapper ._includes_emarWeb__oTitle ._includes_emarWeb__titleIcon { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") -92px 4px; }

._includes_emarWeb__contactsWrapper ._includes_emarWeb__contactsAlternateAddress ._includes_emarWeb__wrapper ._includes_emarWeb__title { line-height: 28px !important; }

._includes_emarWeb__contactsWrapper ._includes_emarWeb__contentTitle { padding-left: 16px; }

._includes_emarWeb__contactsWrapper ._includes_emarWeb__contactSearchBox input { margin-bottom: 0 !important; }

._includes_emarWeb__contactsWrapper ._includes_emarWeb__contactSearchBox input:focus { margin-bottom: 0 !important; }

._includes_emarWeb__contactsWrapper ._includes_emarWeb__funeralContactStyle { padding-top: 3px !important; }

._includes_emarWeb__contactsWrapper ._includes_emarWeb__personalContactsTextArea textarea { height: 65px !important; background: white; border: 1px solid #999999; }

._includes_emarWeb__contactsWrapper ._includes_emarWeb__funeralHomeTextArea textarea { height: 83px !important; background: white; }

._includes_emarWeb__contactsWrapper ._includes_emarWeb__preferencesWrapper ._includes_emarWeb__preferencesSearchPicker [class*="_graphql__selectPickerOverlay"] [class*="_graphql__insetPromptWrap"] [class*="_graphql__body"] { word-break: break-all; }

._includes_emarWeb__resChartContent ._includes_emarWeb__medInfoContent ._includes_emarWeb__resChartContent ._includes_emarWeb__cardItem { margin: 20px; }

._includes_emarWeb__resChartContent ._includes_emarWeb__medInfoContent div:nth-child(5) ._includes_emarWeb__cardItem { margin: 10px 20px 20px; }

._includes_emarWeb__codeStatusHeader ._includes_emarWeb__label { display: flex; padding: 0 0 0 15px; color: #333; font-size: 20px; position: relative; }

._includes_emarWeb__codeStatusHeader ._includes_emarWeb__label h1 { margin: 10px 0 0 0; font-weight: 100; font-size: 20px !important; }

._includes_emarWeb__codeStatusHeader ._includes_emarWeb__label ._includes_emarWeb__dataSaveStatus { font-size: 11.2px; font-style: italic; color: gray; top: 0px; position: initial; right: 20px; }

._includes_emarWeb__codeStatusHeader ._includes_emarWeb__label ._includes_emarWeb__legend { left: -7px; top: -1px; }

._includes_emarWeb__codeStatusHeader ._includes_emarWeb__label ._includes_emarWeb__legend ._includes_emarWeb__legendWrapper { opacity: 1; padding: 10px 0 0 0; }

._includes_emarWeb__codeStatusHeader ._includes_emarWeb__label ._includes_emarWeb__legend ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendLabel { color: #333333; font-size: 20px; padding: 0 0 0 15px; }

._includes_emarWeb__codeStatusHeader ._includes_emarWeb__label ._includes_emarWeb__legend ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendIcon:before { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") -111px -1px; background-size: 550px; left: 0; width: 25px; height: 25px; }

._includes_emarWeb__codeStatusHeader ._includes_emarWeb__label ._includes_emarWeb__legend div { opacity: 1; }

._includes_emarWeb__noticeGivenTooltip { display: inline !important; }

._includes_emarWeb__noticeGivenTooltip ._includes_emarWeb__legendIcon:before { content: "" !important; background: url("../../071efd486a9861b1/images/menuIcon.svg") 598px -575px !important; top: 7px !important; left: 95px !important; }

._includes_emarWeb__healthPlanListContainer ._includes_emarWeb__headerWrapper { position: relative; font-weight: 500; font-style: normal; font-size: 20px; color: black; padding-bottom: 15px; padding-left: 15px; }

._includes_emarWeb__healthPlanListContainer ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper { right: 0px; width: auto; height: auto; border: 1px solid #169bd5; background: #169bd5; color: white; border-radius: 3px; cursor: pointer; }

._includes_emarWeb__healthPlanListContainer ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper a { color: white; font-size: 16px; text-decoration: none; }

._includes_emarWeb__healthPlanListContainer ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper a:hover { text-decoration: none; }

._includes_emarWeb__healthPlanListContainer ._includes_emarWeb__headerWrapper ._includes_emarWeb__legend { width: auto !important; }

._includes_emarWeb__healthPlanListContainer ._includes_emarWeb__headerWrapper ._includes_emarWeb__legend ._includes_emarWeb__legendWrapper ._includes_emarWeb__legendIcon:before { content: ''; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -111px -1px; background-size: 550px; width: 25px; height: 25px; position: absolute; top: -1px; left: 0px; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__cardOuterWrapper { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 10px; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__censusStyle { padding: 10px 15px; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring #_includes_emarWeb__mealIntake ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listWrapper { min-width: 620px !important; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring #_includes_emarWeb__bowelMovement ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listWrapper { min-width: 620px !important; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring #_includes_emarWeb__weight ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listWrapper { min-width: 620px !important; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring #_includes_emarWeb__height ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listWrapper { min-width: 620px !important; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring #_includes_emarWeb__bloodSugar ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listWrapper { min-width: 620px !important; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring #_includes_emarWeb__pulseOximetry ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listWrapper { min-width: 620px !important; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring #_includes_emarWeb__intakeOutput ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listWrapper { min-width: 620px !important; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring #_includes_emarWeb__inr ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listWrapper { min-width: 620px !important; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring ._includes_emarWeb__resChartContent { height: auto; padding: 10px 15px; box-sizing: border-box; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring ._includes_emarWeb__resChartContent ._includes_emarWeb__cardItem ._includes_emarWeb__headerWrapper { padding-left: 10px; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring ._includes_emarWeb__resChartContent ._includes_emarWeb__resChartContentOuter { height: auto; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring ._includes_emarWeb__resChartContent ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardList { max-height: 320px; overflow-y: auto; }

._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring ._includes_emarWeb__resChartContent ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__contentCard ._includes_emarWeb__noDataText { margin: 0 0 0 12px; }

._includes_emarWeb__disableMedPassSelectPicker { pointer-events: none; }

._includes_emarWeb__customSelectPicker { height: 500px !important; }

._includes_emarWeb__medPassPopupOverlay [class*="_common_overlay__overlay"] { background: none; }

._includes_emarWeb__selectedResident { height: auto !important; min-height: 1px !important; }

._includes_emarWeb__selectedResident h1 { font-weight: normal; font-size: 20px !important; line-height: 30px !important; }

._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper { padding: 10px 15px; }

._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper label { display: block !important; }

._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper ._includes_emarWeb__radioGroup label { font-size: 16px; padding-left: 0; display: flex !important; align-items: flex-start; margin-bottom: 10px; }

._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper ._includes_emarWeb__radioGroup label input { display: none; }

._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper ._includes_emarWeb__radioGroup label ._includes_emarWeb__lbl { padding: 3px 0px 0 35px !important; }

._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper ._includes_emarWeb__radioGroup label ._includes_emarWeb__customRadio { box-sizing: border-box; position: relative; left: 0px; width: 20px; height: 20px; max-width: 20px; max-height: 20px; cursor: pointer; }

._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper ._includes_emarWeb__radioGroup label ._includes_emarWeb__customRadio._includes_emarWeb__checked::before { width: 10px; height: 10px; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%); background: #0d8de2 !important; }

._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper ._includes_emarWeb__radioGroup label ._includes_emarWeb__customRadio._includes_emarWeb__checked { border: 1px solid #0d8de2 !important; }

._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper ._includes_emarWeb__radioGroup label ._includes_emarWeb__lbl { padding: 0 0 0 35px; line-height: normal; }

._includes_emarWeb__PrnEntryList h6 { padding: 5px 85px !important; width: 250px !important; }

._includes_emarWeb__realTimeMessage { color: #999; font-size: 12px; float: right; padding: 0 36px; margin-top: -8px; min-height: 16px; }

._includes_emarWeb__realTimeMessage._includes_emarWeb__allergyMessage { padding-top: 5px; padding-right: 5px; }

._includes_emarWeb__copyResidentResidentShowAlert div ._includes_emarWeb__firstLine { padding: 10px 5px; color: #333; text-align: left; }

._includes_emarWeb__copyResidentResidentShowAlert div ._includes_emarWeb__secondLines { padding: 1px 5px; text-align: left; }

._includes_emarWeb__incomeSourceList ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper { min-width: auto !important; }

@media (max-width: 1024px) { ._includes_emarWeb__incomeSourceList ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper { min-width: auto; }
  ._includes_emarWeb__codeStatusHeader ._includes_emarWeb__label ._includes_emarWeb__dataSaveStatus { font-size: 12px; }
  ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem { padding: 10px 0; }
  ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper { min-width: 1050px; }
  ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__cardBody { height: calc(90vh - 280px) !important; }
  ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__cardBody table { table-layout: auto !important; }
  ._includes_emarWeb__incomeSourceList ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper { min-width: auto; }
  ._includes_emarWeb__vitalSelectPicker ._includes_emarWeb__vitalSelectTable table thead tr:after { width: 0.2em; } }

@media (max-width: 700px) { ._includes_emarWeb__vitalSelectPicker ._includes_emarWeb__vitalSelectTable { height: calc(90vh - 175px) !important; }
  ._includes_emarWeb__vitalSelectPicker ._includes_emarWeb__vitalSelectTable table tbody tr { margin-left: -3px; } }

@media (orientation: portrait) and (width: 712px) { ._includes_emarWeb__vitalSelectPicker ._includes_emarWeb__vitalSelectTable { height: calc(90vh - 270px) !important; }
  ._includes_emarWeb__vitalSelectPicker ._includes_emarWeb__vitalSelectTable table tbody tr { margin-left: -3px; } }

@media (max-width: 767px) { ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resMedsLoading { margin-left: 0; }
  ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__outerHeaderWrapper { margin: auto; }
  ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resChartHeader { position: inherit; max-width: 100%; }
  ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody { height: calc(90vh - 260px) !important; }
  ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__setupPgWrapper ._includes_emarWeb__setupWrapper ._includes_emarWeb__cardBody ._includes_emarWeb__gridViewWrapSetting ._includes_emarWeb__setupListCard { min-width: calc(100% - 20px); max-width: calc(100% - 20px); }
  ._includes_emarWeb__prePour ._includes_emarWeb__unSelectable { float: right; top: -20px; left: 60px; padding: 10px; }
  ._includes_emarWeb__prePour ._includes_emarWeb__cardItem h1 { margin: 5px 5px 4px 5px !important; font-size: 18px !important; }
  ._includes_emarWeb__resChartContentOuter { height: auto; }
  ._includes_emarWeb__widgetHeader ._includes_emarWeb__headerWrapper ._includes_emarWeb__label { position: inherit; top: 16px; }
  ._includes_emarWeb__widgetHeader ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper { margin: 15px 9px 0; position: static; float: right; }
  ._includes_emarWeb__widgetHeader ._includes_emarWeb__headerWrapper ._includes_emarWeb__iconQuestion { margin: 19px 3px; position: absolute; }
  ._includes_emarWeb__dataCardWrapper { margin: 10px 0 0 0; }
  ._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__leftButton { margin: 0 5px 0 0 !important; }
  ._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__pointer { font-size: 16px; padding: 5px 15px; }
  ._includes_emarWeb__contactsWrapper ._includes_emarWeb__funeralContactStyle { padding-left: 2px !important; }
  ._includes_emarWeb__contactsWrapper ._includes_emarWeb__preferencesWrapper ._includes_emarWeb__preferencesSearchBox + div { height: calc(100% - 97px); }
  ._includes_emarWeb__medInfoWrapper { margin-top: 10px; }
  ._includes_emarWeb__medInfoWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resChartContentHeader ._includes_emarWeb__widgetHeaderWrapper ._includes_emarWeb__label { width: calc(100% - 140px); }
  ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__outerHeader { margin: 50px 10px 0 6px; }
  ._includes_emarWeb__medProfContent ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resChartContentHeader ._includes_emarWeb__headerWrapper > span:first-child { display: inline-block; word-wrap: break-word; width: calc(100% - 140px); }
  ._includes_emarWeb__medProfContent ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resChartContentHeader ._includes_emarWeb__settingsWrap > span:first-child { width: calc(100% - 125px); }
  ._includes_emarWeb__medProfContent ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__resChartContentHeader ._includes_emarWeb__settingsWrap ._includes_emarWeb__resChartSettings ._includes_emarWeb__kebab ._includes_emarWeb__kebabMenu { right: 21px; }
  ._includes_emarWeb__resChartContent ._includes_emarWeb__contentCard { margin-bottom: 10px; }
  ._includes_emarWeb__resChartContent._includes_emarWeb__durableMedicalList ._includes_emarWeb__headerWrapper ._includes_emarWeb__label { display: inline-block; word-wrap: break-word; width: calc(100% - 120px); }
  ._includes_emarWeb__resChartContent._includes_emarWeb__incomeSourceList ._includes_emarWeb__headerWrapper ._includes_emarWeb__label { display: inline-block; word-wrap: break-word; width: calc(100% - 120px); }
  ._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer ._includes_emarWeb__title { display: inline; }
  ._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer ._includes_emarWeb__title > span { display: inline-flex; width: calc(100% - 50px); }
  ._includes_emarWeb__resChartContent ._includes_emarWeb__admissionHistoryListContainer ._includes_emarWeb__resChartContentHeader ._includes_emarWeb__headerWrapper ._includes_emarWeb__label ._includes_emarWeb__admissionHistoryIcon { vertical-align: top; }
  ._includes_emarWeb__resChartContent ._includes_emarWeb__admissionHistoryListContainer ._includes_emarWeb__resChartContentHeader ._includes_emarWeb__headerWrapper ._includes_emarWeb__label ._includes_emarWeb__listTitle { display: inline-block; width: calc(100% - 150px); font-size: 20px; }
  ._includes_emarWeb__resChartContent ._includes_emarWeb__admissionHistoryListContainer ._includes_emarWeb__resChartContentHeader ._includes_emarWeb__headerWrapper ._includes_emarWeb__addLinkWrapper { position: absolute; margin-top: 0; top: 10px; bottom: inherit; }
  ._includes_emarWeb__resChartTooltip { left: 25px !important; }
  ._includes_emarWeb__PendingReviewToolTip { left: 25px !important; }
  ._includes_emarWeb__potentialDupTooltip._includes_emarWeb__rc-tooltip { right: 40px !important; left: unset !important; }
  ._includes_emarWeb__legendOverlayHelp._includes_emarWeb__overlayOpen._includes_emarWeb__ModalOverlayWrapper._includes_emarWeb__legendOverlayWrap ._includes_emarWeb__ModalOverlay ._includes_emarWeb__wrapper { border-radius: 0 !important; }
  ._includes_emarWeb__legendOverlayHelp._includes_emarWeb__overlayOpen._includes_emarWeb__ModalOverlayWrapper._includes_emarWeb__legendOverlayWrap ._includes_emarWeb__ModalOverlay ._includes_emarWeb__wrapper ._includes_emarWeb__oContent { max-height: calc(100% - 65px); }
  ._includes_emarWeb__legendOverlayHelp._includes_emarWeb__overlayOpen._includes_emarWeb__ModalOverlayWrapper._includes_emarWeb__legendOverlayWrap ._includes_emarWeb__ModalOverlay ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration { max-height: 100%; }
  ._includes_emarWeb__legendOverlayHelp._includes_emarWeb__overlayOpen._includes_emarWeb__ModalOverlayWrapper._includes_emarWeb__legendOverlayWrap ._includes_emarWeb__ModalOverlay ._includes_emarWeb__wrapper ._includes_emarWeb__oContent ._includes_emarWeb__ReportConfiguration ._includes_emarWeb__container ._includes_emarWeb__dataTableWrapper ._includes_emarWeb__legandBody { max-height: 100% !important; }
  ._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring ._includes_emarWeb__resChartContent { padding: 0; }
  ._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring ._includes_emarWeb__resChartContent ._includes_emarWeb__resChartContentOuter { height: auto; }
  ._includes_emarWeb__overlayMenu ._includes_emarWeb__healthMonitoring ._includes_emarWeb__resChartContent ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__widgetHeaderWrapper ._includes_emarWeb__label { width: calc(100% - 140px); display: inline-block; }
  ._includes_emarWeb__overlayMenu ._includes_emarWeb__censusStyle { padding: 0 !important; }
  ._includes_emarWeb__realTimeMessage._includes_emarWeb__allergyMessage { padding-top: 10px; }
  ._includes_emarWeb__selectedResident { width: 95% !important; }
  ._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper { width: 100%; padding: 10px 15px; }
  ._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper ._includes_emarWeb__radioGroup label { padding-left: 0; margin-left: 0px; text-indent: -1px; }
  ._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper ._includes_emarWeb__radioGroup label ._includes_emarWeb__lbl { padding: 3px 0px 0 25px !important; display: inline-flex; width: 87%; }
  ._includes_emarWeb__incomeSourceList ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper { min-width: 300px; }
  ._includes_emarWeb__incomeSourceList ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent { width: 50% !important; }
  ._includes_emarWeb__incomeSourceList ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper [class*="_graphql__columnWrapper"] { width: 50% !important; }
  ._includes_emarWeb__incomeSourceList ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__staticRow ._includes_emarWeb__staticRowContent { width: 50% !important; }
  ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__oneLineColumn ._includes_emarWeb__prnSchedule._includes_emarWeb__doNotDrugNarcotic { margin-top: 10px !important; width: 100%; } }

@media (max-width: 414px) { ._includes_emarWeb__vitalSelectPicker { height: 100%; }
  ._includes_emarWeb__vitalSelectPicker > div { height: calc(100% - 60px) !important; }
  ._includes_emarWeb__vitalSelectPicker > div [class*="_common_form__radioGroup"] { height: 100%; }
  ._includes_emarWeb__vitalSelectPicker > div [class*="_common_form__radioGroup"] > div { height: 100%; }
  ._includes_emarWeb__vitalSelectPicker > div [class*="_common_form__radioGroup"] > div ._includes_emarWeb__vitalSelectTable { height: calc(100% - 150px) !important; } }

@media (max-width: 767px), (max-width: 900px) and (max-height: 414px) { ._includes_emarWeb__emarMedicationOverlay ._includes_emarWeb__oneLineColumn { padding-left: 5px; box-sizing: border-box; } }

._includes_emarWeb__pendingReviewOverlay._includes_emarWeb__overlayMenu ._includes_emarWeb__residentMobileHeader { height: 56px; position: unset; width: 100%; z-index: 0; }

._includes_emarWeb__loadingWidgets { display: flex; justify-content: center; height: calc(100% - 65px); align-items: center; }

._includes_emarWeb__headerSection { display: flex; justify-content: space-between; align-items: center; margin-bottom: -20px; }

._includes_emarWeb__refreshIcon { cursor: pointer; display: inline-block; height: 30px; }

._includes_emarWeb__refreshIcon em { opacity: 0.7; margin-top: 7px; margin-left: 10px; display: inline-block; width: 18px; height: 18px; }

._includes_emarWeb__refreshIcon em._includes_emarWeb__stark { background: url(../../8a57c00cf9e5496f/images/sprite.png) -317px -167px; }

._includes_emarWeb__refreshIcon em._includes_emarWeb__spin { -webkit-animation-name: spin; -webkit-animation-duration: 1000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -moz-animation-duration: 1000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: spin; -ms-animation-duration: 1000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; animation-name: spin; animation-duration: 1000ms; animation-iteration-count: infinite; animation-timing-function: linear; }

._includes_emarWeb__overlayOpen._includes_emarWeb__ModalOverlayWrapper._includes_emarWeb__mask._includes_emarWeb__resHistoryView._includes_emarWeb__painSitePopup { display: flex; justify-content: center; align-items: center; }

._includes_emarWeb__painScaleAndSiteKey { width: 600px !important; top: 50%; left: 50%; position: absolute; transform: translate(-50%, -50%); }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView { display: flex; font-size: 16px; padding: 20px 20px 0; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView ._includes_emarWeb__painInfo { width: 90px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView ._includes_emarWeb__painInfo ._includes_emarWeb__painValue { padding-bottom: 10px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView ._includes_emarWeb__painInfo ._includes_emarWeb__painValue, ._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView ._includes_emarWeb__painInfo ._includes_emarWeb__painType { text-align: center; color: #000; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView ._includes_emarWeb__painInfo ._includes_emarWeb__painEmoji { width: 75px; height: 65px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView ._includes_emarWeb__noPain ._includes_emarWeb__noPainEmoji { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -753px -355px; background-size: 1500px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView ._includes_emarWeb__mild ._includes_emarWeb__mildEmoji { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -850px -355px; background-size: 1500px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView ._includes_emarWeb__moderate ._includes_emarWeb__moderateEmoji { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -941px -355px; background-size: 1500px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView ._includes_emarWeb__severe ._includes_emarWeb__severeEmoji { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -1035px -355px; background-size: 1500px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView ._includes_emarWeb__verySevere ._includes_emarWeb__verySevereEmoji { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -1129px -355px; background-size: 1500px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__painScaleView ._includes_emarWeb__worst ._includes_emarWeb__worstEmoji { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -1223px -355px; background-size: 1500px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__siteKey { padding-left: 10px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__siteKey ._includes_emarWeb__siteKeyHeader { margin: 0 37px 0 20px; border-right: none; border-left: none; background: #f1f1f1; padding: 12px; font-size: 16px; color: #666666; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__siteKey ._includes_emarWeb__siteKeyHeader ._includes_emarWeb__headerRight { padding-left: 62px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__siteKey ._includes_emarWeb__dataTableWrapper { height: 300px; overflow: auto; margin: 0 37px 0 20px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__siteKey ._includes_emarWeb__dataTableWrapper ._includes_emarWeb__listOverlayTable { min-width: 0; padding: 0 20px; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__siteKey ._includes_emarWeb__dataTableWrapper ._includes_emarWeb__listOverlayTable tbody tr td { padding-left: 15px !important; color: #666666; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__siteKey ._includes_emarWeb__dataTableWrapper ._includes_emarWeb__listOverlayTable tbody tr td + td { padding-left: 46px !important; }

._includes_emarWeb__painScaleAndSiteKey ._includes_emarWeb__siteKey ._includes_emarWeb__dataTableWrapper ._includes_emarWeb__sbarChangesTable { max-height: 100% !important; }

._includes_emarWeb__contactsRealTimeMessage { width: 100%; }

@media (max-width: 600px) { ._includes_emarWeb__checkboxCard { width: 100%; }
  ._includes_emarWeb__realTimeMessage { float: left; padding: 0 14px; margin-top: 1px; }
  ._includes_emarWeb__realTimeMessage._includes_emarWeb__allergyMessage { padding-right: 15px; float: right; }
  ._includes_emarWeb__pendingReviewContentOuter ._includes_emarWeb__resChartContent._includes_emarWeb__widgetHeader._includes_emarWeb__pendingReviewErrorListWrap { padding: 0; } }

@media (max-width: 360px) and (min-width: 320px) { ._includes_emarWeb__dataCardWrapper ._includes_emarWeb__tabWrapper ._includes_emarWeb__pointer { padding: 5px 3px; }
  ._includes_emarWeb__selectedResident { width: 95% !important; }
  ._includes_emarWeb__selectedResident ._includes_emarWeb__labelWrapper ._includes_emarWeb__radioGroup label ._includes_emarWeb__lbl { padding: 0px 0px 0 24px; width: 86%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._includes_emarWeb__reviewBar ._includes_emarWeb__reviewBarItem ._includes_emarWeb__reviewIcon em { padding: 0px 10px 4px 21px; } }

._includes_emarWeb__medProviderOverlay { background: #f5f5f7; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident { background-color: #f5f5f7; box-shadow: 0 0 2px 1px #D3D3D3; padding: 15px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header { display: flex; align-items: center; background-color: #fff; justify-content: space-between; flex-wrap: wrap; padding: 10px 15px; border-radius: 3px; border-bottom: 1px solid #D3D3D3; box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.26); }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__providerWrapper { cursor: default; font-size: 18px; color: #666; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__providerWrapper ._includes_emarWeb__providerName { padding-left: 10px; color: #0078db; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__providerWrapper ._includes_emarWeb__providerChange { cursor: pointer; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat 5px -2px; height: 20px; width: 30px; background-size: 448px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu { float: right; position: relative; cursor: pointer; user-select: none; padding: 1px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortMenuButton { border: 1px solid #ccc; float: right; padding: 3px 20px 3px 3px; border-radius: 4px; color: #666; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortMenuButton:before, ._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortMenuButton:after { content: ""; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -76px -70px; height: 15px; width: 19px; position: absolute; background-size: 300px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortMenuButton:after { right: 0; top: 1px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortMenuButton:before { right: 0; bottom: 1px; background-position: -57px -70px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortMenuItems { width: 150px; position: absolute; font-size: 15px; color: #666; text-align: left; background-color: #fff; border-radius: 4px; box-shadow: 0 0 3px #333; top: 35px; right: 0; max-height: 0; overflow: hidden; transition: max-height .25s ease-in-out; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortMenuItems ._includes_emarWeb__disabledKey { pointer-events: none; opacity: 0.4; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortMenuItems ._includes_emarWeb__disabledKey ._includes_emarWeb__sortByIconDesc, ._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortMenuItems ._includes_emarWeb__disabledKey ._includes_emarWeb__sortByIconAsc { display: none; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortMenuItems ._includes_emarWeb__sortMenuItem { padding: 7px 11px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__open { max-height: 130px; z-index: 1; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortByIconAsc { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -299px -63px; background-size: 438px; float: right; opacity: 0.5; height: 20px; width: 30px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__sortMenu ._includes_emarWeb__sortByIconDesc { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -271px -63px; background-size: 438px; float: right; opacity: 0.5; height: 20px; width: 30px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__searchBar { float: right; cursor: pointer; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -481px -78px; height: 25px; margin-top: 3px; margin-left: 8px; width: 30px; background-size: 550px; z-index: 1; position: relative; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__searchBar ._includes_emarWeb__searchField { max-height: 0; overflow: hidden; top: 42px; right: 5px; position: absolute; box-shadow: 0 0 3px #333; width: 280px; border-radius: 2px; background-color: #fff; transition: max-height .25s ease-in-out; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__searchBar ._includes_emarWeb__searchField input { margin: 7px; width: calc(100% - 35px); border: none; outline: none; font-size: 16px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__searchBar ._includes_emarWeb__searchField span { top: 8px; color: #808080 !important; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__searchBar ._includes_emarWeb__searchField span:before, ._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__searchBar ._includes_emarWeb__searchField span:after { content: ''; height: 14px; top: 10px; border-left: 2px solid #666; position: absolute; transform: rotate(-45deg); right: 12px; padding: 0; margin: 0; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__searchBar ._includes_emarWeb__searchField span:after { transform: rotate(45deg); }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__header ._includes_emarWeb__searchBar ._includes_emarWeb__open { max-height: 40px; z-index: 1; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing { overflow: auto; background-color: #fff; height: calc(100vh - 125px); margin-top: 1px; box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35); }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing a { text-decoration: none; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem { padding: 10px 15px; border-bottom: 1px solid #f2f2f2; align-items: center; margin: 0 10px; min-height: 70px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentImageWrapper { line-height: 9px; margin-right: 16px; float: left; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentImageWrapper ._includes_emarWeb__residentImage { width: 70px; height: 70px; border-radius: 6px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentDetails { width: 100%; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentDetails ._includes_emarWeb__residentName { color: #000; font-size: 20px; font-weight: 600; margin-bottom: 8px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentDetails ._includes_emarWeb__otherDetails { display: flex; flex-wrap: wrap; margin-top: 4px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentDetails ._includes_emarWeb__otherDetails ._includes_emarWeb__subDetails { color: #000; font-size: 16px; line-height: 20px; margin-right: 6px; padding-right: 6px; position: relative; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentDetails ._includes_emarWeb__otherDetails ._includes_emarWeb__subDetails:last-child:after { display: none; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentDetails ._includes_emarWeb__otherDetails ._includes_emarWeb__subDetails._includes_emarWeb__missedText { color: #ff0000; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentDetails ._includes_emarWeb__otherDetails ._includes_emarWeb__subDetails._includes_emarWeb__missedText ._includes_emarWeb__subDetailsLabel { color: #ff0000; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentDetails ._includes_emarWeb__otherDetails ._includes_emarWeb__subDetails ._includes_emarWeb__subDetailsLabel { font-size: 16px; color: #666; margin-right: 5px; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentDetails ._includes_emarWeb__otherDetails ._includes_emarWeb__subDetails ._includes_emarWeb__red { color: #ff0000; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__residentListItem ._includes_emarWeb__residentDetails ._includes_emarWeb__otherDetails ._includes_emarWeb__subDetails:after { content: ''; position: absolute; right: 0; width: 1px; height: 13px; top: 3px; background-color: #666; }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__noResident { height: calc(100% - 80px); }

._includes_emarWeb__medProvider ._includes_emarWeb__selectResident ._includes_emarWeb__residentListing ._includes_emarWeb__noResident ._includes_emarWeb__noResidentDetails { margin: auto; left: 0; right: 0; top: 0; bottom: 0; }

@media (min-width: 768px) and (max-width: 1024px) { ._includes_emarWeb__dataTableWrapper div { padding-bottom: unset !important; }
  ._includes_emarWeb__resChartContent ._includes_emarWeb__unitStationListContainer ._includes_emarWeb__contentCard ._includes_emarWeb__collapsibleContainer ._includes_emarWeb__title > span { display: inline-flex; width: calc(100% - 50px); }
  ._includes_emarWeb__realTimeMessage { padding: 0 18px; }
  ._includes_emarWeb__resChartDashboardBody { overflow: hidden; height: 100%; width: 100%; position: fixed; } }

@media (min-width: 768px) { ._includes_emarWeb__legendOverlayHelp ._includes_emarWeb__wrapper { width: 500px !important; } }

._includes_emarWeb__prePourTable { max-height: calc(100vh - 390px); }

._includes_emarWeb__prePourTable ._includes_emarWeb__emptyResult { height: calc(100% - 50px) !important; }

@media (max-height: 500px) { ._includes_emarWeb__prePourTable { max-height: 1px; } }

@media (max-width: 767px) { ._includes_emarWeb__prePourTable { max-height: 1px; } }

._includes_emarWeb__prePour ._includes_emarWeb__unSelectable { float: left; margin-left: 90px; margin-top: 19px; }

._includes_emarWeb__prePour ._includes_emarWeb__cardItem { margin: 20px 5px 5px 0; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); border-radius: 0px; }

._includes_emarWeb__prePour ._includes_emarWeb__cardItem h1 { margin: 15px 5px 15px 10px; color: #333; font-size: 18px !important; font-weight: bold; }

@media (max-width: 767px) { ._includes_emarWeb__prePour ._includes_emarWeb__unSelectable { float: none; } }

._includes_emarWeb__toggle { display: flex; display: inline-block; vertical-align: middle; margin: 4px 5px 0 5px; }

._includes_emarWeb__toggle span { display: inline-block; width: auto; min-width: 23px; padding: 0px 10px 0 10px; color: #666; vertical-align: super; }

._includes_emarWeb__toggle ._includes_emarWeb__switch { position: relative; display: inline-block; width: 32px; height: 20px; }

._includes_emarWeb__toggle ._includes_emarWeb__switch input { opacity: 0; z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; cursor: pointer; }

._includes_emarWeb__toggle ._includes_emarWeb__switch input:checked + ._includes_emarWeb__slider { background-color: #2196F3; }

._includes_emarWeb__toggle ._includes_emarWeb__switch input:checked + ._includes_emarWeb__slider:before { left: 16px; }

._includes_emarWeb__toggle ._includes_emarWeb__switch input:focus + ._includes_emarWeb__slider { box-shadow: 0 0 1px #4E81BD; }

._includes_emarWeb__toggle ._includes_emarWeb__switch ._includes_emarWeb__slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; min-height: 1px; margin: 0px; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }

._includes_emarWeb__toggle ._includes_emarWeb__switch ._includes_emarWeb__slider:before { position: absolute; content: ""; height: 12px; width: 12px; left: 4px; bottom: 4px; background-color: white; }

._includes_emarWeb__toggle ._includes_emarWeb__switch ._includes_emarWeb__slider._includes_emarWeb__round { border-radius: 20px; }

._includes_emarWeb__toggle ._includes_emarWeb__switch ._includes_emarWeb__slider._includes_emarWeb__round:before { border-radius: 50%; }

._includes_emarWeb__prePourCustomTableTitle { margin: -25px 5px 0px 10px; font-size: 21px; font-weight: bold; padding-bottom: 5px; }

._includes_emarWeb__residentToggleStateOn { float: right; margin-top: 5px; display: flex; }

._includes_emarWeb__residentToggleStateOn span { font-size: 16px; }

._includes_emarWeb__residentToggleStateOn ._includes_emarWeb__switch input:checked + ._includes_emarWeb__slider { background-color: white !important; }

._includes_emarWeb__residentToggleStateOn ._includes_emarWeb__switch ._includes_emarWeb__slider { border: 1px solid #0078db; }

._includes_emarWeb__residentToggleStateOn ._includes_emarWeb__switch ._includes_emarWeb__slider:before { transition: all 0.2s ease-in; background-color: #0078db !important; height: 14px; width: 14px; top: 2px; left: 14px !important; }

._includes_emarWeb__residentToggleStateOff { display: flex; float: right; margin-top: 5px; }

._includes_emarWeb__residentToggleStateOff span { font-size: 16px; }

._includes_emarWeb__residentToggleStateOff ._includes_emarWeb__slider { background-color: white; border: 1px solid #ccc !important; }

._includes_emarWeb__residentToggleStateOff ._includes_emarWeb__slider:before { transition: all 0.2s ease-in; background-color: #ccc !important; height: 14px !important; width: 14px !important; left: 3px !important; top: 2px; }

._includes_emarWeb__residentToggleStateOff ._includes_emarWeb__switch ._includes_emarWeb__slider { background-color: white; border: 1px solid #ccc; }

._includes_emarWeb__errorAlert ._includes_emarWeb__applyButton { line-height: 0; }

._includes_emarWeb__timeFieldWrapper { display: flex; align-items: flex-end; }

._includes_emarWeb__timeFieldWrapper [class*="_common_form__fieldContainer"] { width: 100%; }

._includes_emarWeb__timeFieldWrapper [class*="_common_form__fieldContainer"] label div { margin-left: -38px; }

._includes_emarWeb__timeFieldWrapper [class*="_common_form__fieldContainer"] label input { text-align: center; }

._includes_emarWeb__timeFieldWrapper button { cursor: pointer; height: 26px; margin-bottom: 11px; border: 1px solid #d4d4d4; border-radius: 7%; outline: none; background: white; margin-left: 5px; width: 42px; text-align: center; }

._includes_emarWeb__timeFieldWrapper button ._includes_emarWeb__decreaseButton { display: inline-block; background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -198px -95px; width: 100%; height: 100%; margin: auto; }

._includes_emarWeb__timeFieldWrapper button ._includes_emarWeb__increaseButton { display: inline-block; background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -230px -95px; width: 100%; height: 100%; margin: 0 auto; }

._includes_emarWeb__customRecordOverlay { background: rgba(0, 0, 0, 0) !important; left: inherit !important; top: inherit !important; bottom: 38px !important; z-index: 998 !important; max-width: 100%; width: 450px; }

._includes_emarWeb__customRecordOverlay ._includes_emarWeb__scrollableContainer { overflow-y: auto !important; position: static !important; height: auto !important; overflow-x: hidden; }

._includes_emarWeb__customRecordOverlay ._includes_emarWeb__scrollableContainer [class*="_common_overlay__modal _graphql__selectPickerWrapper"] [class*="_graphql__header"] [class*="_graphql__closeWrapper"] { left: -10px; }

._includes_emarWeb__customRecordOverlay ._includes_emarWeb__scrollableContainer [class*="_common_overlay__modal _graphql__selectPickerWrapper"] [class*="_graphql__header"] h6 { margin: 0px 25px 0px 0px; }

._includes_emarWeb__customRecordOverlay ._includes_emarWeb__recordResize { float: right; background-repeat: no-repeat; width: 17px; height: 20px; background-size: 400px; position: relative; top: 2px; right: 12px; transform: scale(1.7, 1.7); }

._includes_emarWeb__customRecordOverlay ._includes_emarWeb__recordResize._includes_emarWeb__recordExpand { background-image: url("../../6bd9099ff4ba0096/images/sprite-global.svg"); background-position: -305px -110px; }

._includes_emarWeb__customRecordOverlay ._includes_emarWeb__recordResize._includes_emarWeb__recordCollapse { background-image: url("../../6bd9099ff4ba0096/images/sprite-global.svg"); background-position: -330px -110px; }

._includes_emarWeb__recordOverlay { width: 449px; right: 0; overflow-y: hidden !important; border-radius: 0px !important; box-shadow: none !important; border: 1px solid #828282; bottom: 0; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__header { width: 100%; height: 34px; background: #c9cbcd !important; text-align: center; font-size: 20px; display: block !important; padding: 10px 0px 5px 0px !important; border-radius: 0; border-bottom: 0; box-shadow: none; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody { height: 100%; overflow-y: scroll; overflow-x: hidden; max-height: calc(100vh - 202px); }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medpassNotes { padding: 10px; margin: 0px 10px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medpassNotes label { font-size: 16px; color: #666; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medpassNotes label textarea { width: 95%; height: 100px; font-size: 15px; appearance: none; overflow: auto; box-sizing: border-box; resize: none; margin-top: 24px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medpassNotes ._includes_emarWeb__medPassNotesTitle { font-size: 16px; color: #666; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medpassNotes hr { border-top: 1px dotted #cccccc; margin-top: 20px; display: inline-block; width: 100%; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medPassRecords { margin-bottom: 20px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medPassRecords ._includes_emarWeb__medPassRecordsTitle { padding: 0 20px; font-size: 16px; color: #666; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medPassRecords ._includes_emarWeb__recordOverlayDetailsWrapper { height: auto; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medPassRecords._includes_emarWeb__medPassRecordsCollapsed ._includes_emarWeb__recordOverlayDetailsWrapper { height: 0; overflow: hidden; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medPassRecords._includes_emarWeb__prePourRecords { margin-top: 20px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medPassArrow { background-repeat: no-repeat; display: inline-block; width: 25px; height: 20px; background-size: 400px; position: relative; top: 5px; left: 8px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medPassArrow._includes_emarWeb__medPassUpArrow { background-image: url("../../6bd9099ff4ba0096/images/sprite-global.svg"); background-position: -1px -73px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medPassArrow._includes_emarWeb__medPassDownArrow { background-image: url("../../6bd9099ff4ba0096/images/sprite-global.svg"); background-position: -376px -55px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medPassRecordsCheck { position: relative; left: 12px; background-color: #21b970; border: 1px solid #21b970; border-radius: 50%; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__medPassRecordsCheck:after { content: ''; background-size: 500px; background: url("../../6bd9099ff4ba0096/images/sprite-global.svg"); background-position: -484px -118px; transform: scale(0.7, 0.7); background-repeat: no-repeat; display: inline-block; width: 20px; height: 20px; position: relative; top: 3px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper { padding: 0 10px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__title { margin: 0 10px; padding: 15px 0; font-weight: 600; font-style: normal; font-size: 16px; color: #1E1E1E; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper > hr { border-top: 1px dotted #cccccc; margin: 20px 8px 20px 10px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__narcoticsDescription { padding: 0 0 0 10px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__narcoticsDescription ._includes_emarWeb__qtyRemainingMsg { font-weight: bold; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__narcoticsDescription ._includes_emarWeb__qtyDescMsg { padding: 5px 0 10px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails { margin: 0 10px; width: 45%; min-height: 80px; display: inline-block; /* code added to fix, drop down icon UI should be middle allign. */ }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails._includes_emarWeb__countIsWrapper { display: block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails._includes_emarWeb__secondSigLabel { min-height: 50px; display: block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails ._includes_emarWeb__secondSignatureLabel { display: flex; color: #000 !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails ._includes_emarWeb__secondSignatureLabel span { color: red; margin-left: 4px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails ._includes_emarWeb__secondSignatureLabel span:before { content: "\e101" !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails label { font-size: 16px; color: #666; margin-bottom: 2px; font-weight: normal; padding: 12px 0 2px 0; white-space: normal; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails label div { display: inline-block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails label ._includes_emarWeb__glyphicon { color: #71a9d8; margin: 0px 4px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails label div:nth-child(2):before { top: 20px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails input, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails select { border: 1px none #999; border-bottom-style: solid; font-size: 16px; /* code commented to fix, label is fluctuating from its position if user click on input field */ /*margin: 7px 0px;*/ border-radius: 0; background-color: transparent; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 4px 2px; width: 100%; outline: none; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails input:focus, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails select:focus { padding: 4px 2px; background-color: #f7f7f7; outline: none; margin-bottom: 0; border-bottom-width: 1px; border-bottom-color: #333; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails select { margin: 7px 0px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails > label > textarea { width: 98%; height: 90px; outline: none; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails > div:first-child { margin-top: 10px; font-size: 16px; color: #666; margin-bottom: 2px; font-weight: normal; padding: 4px 0 2px 0; white-space: normal; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails > div:nth-child(2) > select { border-radius: 2px; height: 28px; outline: none; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__recordOverlayDetails > div:nth-child(2)::before { right: 8px !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteWrapper div:nth-child(2):before { top: 20px !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason { width: 95%; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention ._includes_emarWeb__msm-wrap ._includes_emarWeb__selectedLabelWrap, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason ._includes_emarWeb__msm-wrap ._includes_emarWeb__selectedLabelWrap { display: -webkit-inline-box; overflow: hidden; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention label div, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason label div { display: block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__bpWrapper { position: relative; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__bpWrapper div { display: inline-block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__bpWrapper div input, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__bpWrapper div input:focus { width: 86px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__bpWrapper ._includes_emarWeb__separator { width: 19px; text-align: center; position: absolute; left: 86px; top: 33px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__bpWrapper label:nth-child(2) { position: absolute; left: 102px; top: 19px; padding: 0; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput { width: 95%; display: block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper { margin: 0 !important; padding: 0 0 20px !important; width: 100%; display: inline-block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper label { padding: 0; width: 20%; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper label:first-child { display: inline-block; width: 80%; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper label:nth-child(2) { display: inline-block; width: 10%; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper label:nth-child(3) { display: inline-block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper ._includes_emarWeb__msm-wrap { width: 80%; padding-left: 0px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper ._includes_emarWeb__msm-wrap ._includes_emarWeb__trigger { border: 1px none #999; border-bottom-style: solid; font-size: 16px; margin: 7px 20px 7px 0px; border-radius: 0; background-color: transparent; padding: 4px 2px; height: 30px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper ._includes_emarWeb__msm-wrap ._includes_emarWeb__trigger ._includes_emarWeb__msm-arrow { border: 6px solid transparent; bottom: 2px; border-color: #999 transparent transparent transparent; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper ._includes_emarWeb__msm-wrap ._includes_emarWeb__trigger._includes_emarWeb__open { background-color: #f7f7f7; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper ._includes_emarWeb__msm-wrap ._includes_emarWeb__dropdown { margin-top: -8px; width: calc(100% - 20px); }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper ._includes_emarWeb__msm-wrap ._includes_emarWeb__dropdown ._includes_emarWeb__dropdown-option { font-size: 16px; border-bottom: none; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput ._includes_emarWeb__siteWrapper ._includes_emarWeb__msm-wrap ._includes_emarWeb__dropdown ._includes_emarWeb__dropdown-option:focus { background: #c9cbcd; outline: none; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__siteInput._includes_emarWeb__warning ._includes_emarWeb__siteWrapper ._includes_emarWeb__trigger { border-bottom: 3px dashed red !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention { width: 96%; min-height: 68px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason ._includes_emarWeb__msm-wrap, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention ._includes_emarWeb__msm-wrap { margin-top: 10px; padding-left: 0; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason ._includes_emarWeb__msm-wrap ._includes_emarWeb__selectedLabelWrap, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention ._includes_emarWeb__msm-wrap ._includes_emarWeb__selectedLabelWrap { height: 25px; overflow: hidden; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason ._includes_emarWeb__msm-wrap ._includes_emarWeb__selectedLabelWrap ._includes_emarWeb__selected-label, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention ._includes_emarWeb__msm-wrap ._includes_emarWeb__selectedLabelWrap ._includes_emarWeb__selected-label { padding-right: 3px; width: unset; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason ._includes_emarWeb__msm-wrap ._includes_emarWeb__trigger, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention ._includes_emarWeb__msm-wrap ._includes_emarWeb__trigger { display: block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason ._includes_emarWeb__msm-wrap ._includes_emarWeb__trigger ._includes_emarWeb__selectedLabelWrap, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention ._includes_emarWeb__msm-wrap ._includes_emarWeb__trigger ._includes_emarWeb__selectedLabelWrap { display: inline-flex; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason ._includes_emarWeb__singleField, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention ._includes_emarWeb__singleField { margin-top: 10px; border: 1px solid #ccc; width: 98%; line-height: 24px; padding: 2px 0 0 5px; border-radius: 0.25rem; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason label div, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention label div { display: block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason label div ._includes_emarWeb__options-wrap, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention label div ._includes_emarWeb__options-wrap { max-height: unset !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason ._includes_emarWeb__dropdown, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention ._includes_emarWeb__dropdown { position: relative; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason ._includes_emarWeb__dropdown div ul, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention ._includes_emarWeb__dropdown div ul { overflow: hidden; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason ._includes_emarWeb__dropdown div ul li, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention ._includes_emarWeb__dropdown div ul li { display: block; overflow: hidden; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__reason ._includes_emarWeb__dropdown div ul li ._includes_emarWeb__itemsNew, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__intervention ._includes_emarWeb__dropdown div ul li ._includes_emarWeb__itemsNew { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: inherit !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__pointerAction { pointer-events: none; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__pointerAction ._includes_emarWeb__trigger { background: #f7f7f7; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__pointerAction ._includes_emarWeb__trigger ._includes_emarWeb__msm-arrow { display: none; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__warning label div { color: red !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__warning label div ._includes_emarWeb__glyphicon { color: red; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__warning label div ._includes_emarWeb__glyphicon:before { /* content: "\e101" !important; */ content: '' !important; background: url(../../6bd9099ff4ba0096/images/sprite-global-red.svg) no-repeat !important; display: inline-block; /* width: 29px; */ height: 19px; cursor: pointer; background-size: auto 92% !important; margin-top: -3px; top: 5px; position: relative; margin-left: 8px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__warning label ._includes_emarWeb__glyphicon { color: red; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__warning label ._includes_emarWeb__glyphicon:before { /* content: "\e101" !important; */ content: '' !important; background: url(../../6bd9099ff4ba0096/images/sprite-global-red.svg) no-repeat !important; display: inline-block; /* width: 29px; */ height: 19px; cursor: pointer; background-size: auto 92% !important; margin-top: -3px; top: 5px; position: relative; margin-left: 8px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__warning label ._includes_emarWeb__icon-question-sign:before { content: "\e101"; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__warning input, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__warning input:focus, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__warning select, ._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__warning select:focus { border-bottom: 3px dashed red !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__disabled input { background: #f7f7f7 !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__special { width: 95%; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__special:first-child { margin-top: 15px !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__special ._includes_emarWeb__glyphicon-question-sign:before { display: none; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__special._includes_emarWeb__warning ._includes_emarWeb__glyphicon-question-sign:before { content: "\e101" !important; display: inline-block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__narcoticsField { width: 60%; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__narcoticsField ._includes_emarWeb__countTypeLabel { position: relative; bottom: 30px; left: 260px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__narcoticsField ._includes_emarWeb__countTypeLabel._includes_emarWeb__indicator { font-weight: 600; color: #1976d2; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__narcoticsField._includes_emarWeb__disabled label div span { pointer-events: visible; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__secondSignature { position: relative; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__secondSignature ._includes_emarWeb__greenTick { width: 23px; height: 23px; position: absolute; background: url("../../071efd486a9861b1/images/menuIcon.svg") no-repeat -388px -360px; top: 28px; right: 0; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__secondSignature div div { display: unset; margin-right: 5px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__secondSignature div span:before { content: "\e101" !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__employeeIDField { background-color: #eee; padding: 12px 10px; min-height: 0; width: 92px; display: inline-block; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__recordOverlayBody ._includes_emarWeb__recordOverlayDetailsWrapper ._includes_emarWeb__employeeName { margin-left: 5px; color: #0078db; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__bodyCollapse { min-height: 121px !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__bodyCollapsePrePour { min-height: 70px !important; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__heldGivenPicker > div h6 { width: 250px; margin: 0 0 0 100px; padding: 3px 0; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer { bottom: 0; width: calc(100% - 30px); background-color: #fff; padding: 10px 15px; border-top: 1px solid #D3D3D3; box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer._includes_emarWeb__prePourFooter { display: flex; justify-content: flex-end; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__overlayButton:nth-child(n+2) { margin-left: 10px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__overlayButton { padding: 8px; width: 128px; position: relative; outline: none; color: white; font-size: 17px; font-weight: 500; border-width: 0px; border-radius: 2px; padding-left: 25px; cursor: pointer; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__tick { width: 22px; height: 22px; background: transparent url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat; position: absolute; top: 11px; left: 10px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__tick::before { content: ""; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__tick::after { content: ""; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__notGiven { background: red; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__notGiven ._includes_emarWeb__tick { background-position: -4px -147px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__given, ._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__poured { background: #21b970; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__given ._includes_emarWeb__tick, ._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__poured ._includes_emarWeb__tick { background-position: -485px -122px; left: 20px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__attempted { background: #0078db; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__attempted ._includes_emarWeb__tick { background-position: -455px -122px; }

._includes_emarWeb__recordOverlay ._includes_emarWeb__footer ._includes_emarWeb__poured { float: right; }

._includes_emarWeb__medHelpIconText ._includes_emarWeb__rc-tooltip-inner { background-color: #c9cbcd; }

._includes_emarWeb__qtyMismatchMsg { text-align: left; }

._includes_emarWeb__qtyMismatchMsg ._includes_emarWeb__mismatchMsg { color: #333; margin: 0 0 10px; }

._includes_emarWeb__w2ActTime input { background: #F0F0F0 !important; border-bottom: #F0F0F0 !important; }

._includes_emarWeb__sbarErrorAlert { width: 500px !important; margin: 0 10px 10px 10px; }

@media (max-width: 767px) { ._includes_emarWeb__sbarErrorAlert { width: auto !important; }
  ._includes_emarWeb__timeFieldWrapper [class*="_common_form__fieldContainer"] label div { margin-left: -40px; }
  ._includes_emarWeb__timeFieldWrapper ._includes_emarWeb__decreaseButton { width: 37px; background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -198px -95px !important; }
  ._includes_emarWeb__timeFieldWrapper ._includes_emarWeb__increaseButton { width: 37px; background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -229px -95px !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._includes_emarWeb__prePour ._includes_emarWeb__alertFormOverlay { position: -ms-device-fixed; }
  ._includes_emarWeb__timeFieldWrapper button { width: 52px; }
  ._includes_emarWeb__timeFieldWrapper button ._includes_emarWeb__increaseButton { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -232px -95px !important; }
  ._includes_emarWeb__timeFieldWrapper button ._includes_emarWeb__decreaseButton { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -200px -95px !important; } }

@-moz-document url-prefix() { ._includes_emarWeb__timeFieldWrapper button::-moz-focus-inner { border: 0; }
  ._includes_emarWeb__timeFieldWrapper button { padding: 1px 6px 0 7px; }
  ._includes_emarWeb__timeFieldWrapper button ._includes_emarWeb__increaseButton { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -231px -95px !important; }
  ._includes_emarWeb__timeFieldWrapper button ._includes_emarWeb__decreaseButton { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -199px -95px !important; } }

@supports (-webkit-touch-callout: none) { /* CSS specific to iOS devices */
  ._includes_emarWeb__timeFieldWrapper button { padding: 1px 6px 0 7px; }
  ._includes_emarWeb__timeFieldWrapper button ._includes_emarWeb__increaseButton { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -231px -95px; }
  ._includes_emarWeb__timeFieldWrapper button ._includes_emarWeb__decreaseButton { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -198px -95px; } }

._includes_emarWeb__wisdom2ActLink { cursor: pointer; text-decoration: none; float: right; display: flex; align-items: center; line-height: 57px; }

._includes_emarWeb__wisdom2ActButton { font-weight: 500; font-size: 18px; color: #ffffff; margin-right: 20px; }

._includes_emarWeb__wisdom2ActIcon { background: url("../../6bd9099ff4ba0096/images/sprite-global.svg") no-repeat -70px -119px; height: 20px; width: 20px; padding: 2px; }

._includes_emarWeb__residentCard { overflow: auto; }

._includes_emarWeb__residentCard ._includes_emarWeb__infectious ._includes_emarWeb__labelData { color: #ff9900; }

._includes_emarWeb__residentCard ._includes_emarWeb__emptyResult { display: flex; justify-content: center; align-items: center; margin-top: 150px; }

._includes_emarWeb__residentCard ._includes_emarWeb__labelStatus { color: #D80303 !important; font-weight: 600 !important; }

._includes_emarWeb__residentCard ._includes_emarWeb__labelEmergency { color: #666666 !important; font-size: 16px !important; display: inline-block !important; word-break: break-all !important; font-weight: 100 !important; }

._includes_emarWeb__residentCard ._includes_emarWeb__label { margin: 13px 80px 10px 20px; color: #333333; font-size: 16px; font-weight: 800; }

._includes_emarWeb__residentCard ._includes_emarWeb__labelData { display: block; color: #666666; font-size: 14px; font-weight: 100; margin-top: 2px; text-align: justify; }

._includes_emarWeb__residentCard ._includes_emarWeb__emergency { display: inline !important; }

._includes_emarWeb__residentCard ul { margin-top: 5px; padding: 0px 20px; }

._includes_emarWeb__residentCard ul li { position: relative; list-style: none; }

._includes_emarWeb__residentCard ul li::before { content: "\2022"; color: #666666; font-weight: bold; display: inline-block; position: absolute; font-size: 24px; top: -5px; left: -16px; }

._includes_emarWeb__residentAlert { z-index: 9999 !important; }

._includes_emarWeb__loadingComponent { top: 50%; font-Weight: bold; position: absolute; font-Style: italic; align-items: center; color: rgba(0, 0, 0, 0.5); }

._includes_emarWeb__listOverlayHeader { text-align: center; padding: 13px 13px; background-color: #f1f1f1; }

._includes_emarWeb__listOverlayHeader ._includes_emarWeb__headerText { color: #333333; font-size: 20px; font-weight: bold; }

._includes_emarWeb__listOverlayHeader ._includes_emarWeb__cancelButton { top: 15px; left: 15px; width: 60px; height: 20px; color: #666666; cursor: pointer; font-size: 12px; font-weight: bold; position: absolute; border-radius: 3px; }

._includes_emarWeb__listOverlayHeader ._includes_emarWeb__cancelButton._includes_emarWeb__isMobile { width: 18px; }

._includes_emarWeb__listOverlayHeader a._includes_emarWeb__cancelIcon { color: #666666; margin-left: 14px; position: relative; }

._includes_emarWeb__listOverlayHeader a._includes_emarWeb__cancelIcon span { top: -3px; width: 25px; left: -25px; height: 25px; position: absolute; }

._includes_emarWeb__listOverlayHeader a._includes_emarWeb__cancelIcon span::before { content: ''; left: 12px; height: 20px; position: absolute; transform: rotate(-45deg); border-left: 2px solid #666666; }

._includes_emarWeb__listOverlayHeader a._includes_emarWeb__cancelIcon span::after { content: ""; left: 12px; height: 20px; position: absolute; transform: rotate(45deg); border-left: 2px solid #666666; }

._includes_emarWeb__listOverlayBody { padding: 10px; overflow: auto; position: relative; }

._includes_emarWeb__listOverlayBody ._includes_emarWeb__emptyResult { display: flex; justify-content: center; align-items: center; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__listOverlayTable { padding: 0 !important; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__listOverlayTable thead tr th { top: 0; z-index: 1; position: sticky; position: -webkit-sticky; background-color: #f1f1f1; padding: 5px 15px; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__listOverlayTable thead tr th ._includes_emarWeb__titleTextWrapper { color: #333333; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__listOverlayTable tbody tr td { word-break: break-all; padding: 5px 15px; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__listOverlayTable tbody tr td ._includes_emarWeb__tableCell { color: #333333; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__shiftSummaryOverlayTable thead tr th:first-child { width: 40%; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__shiftSummaryOverlayTable thead tr th:nth-child(2) { width: 25%; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__shiftSummaryOverlayTable thead tr th:nth-child(3) { width: 35%; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__shiftSummaryOverlayTable tbody { vertical-align: top; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__shiftSummaryOverlayTable tbody td._includes_emarWeb__content ._includes_emarWeb__summaryDataContent { padding-bottom: 8px; word-break: break-word !important; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__shiftSummaryRecentDCOverlayTable thead tr th:first-child { width: 70%; }

._includes_emarWeb__listOverlayBody table._includes_emarWeb__shiftSummaryRecentDCOverlayTable thead tr th:nth-child(2) { width: 30%; }

._includes_emarWeb__rc-tooltip { width: 195px !important; }

._includes_emarWeb__rc-tooltip ._includes_emarWeb__rc-tooltip-inner { min-width: 170px; }

._includes_emarWeb__residentInfo h3 { text-decoration: none; }

._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem, ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem { margin: 10px 5px; }

._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem ._includes_emarWeb__listViewContainer, ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem ._includes_emarWeb__listViewContainer { overflow-x: hidden; }

._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper, ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper { min-width: auto; }

._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader, ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader { width: auto; }

._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper [class*="_graphql__listModeWrapper"], ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper [class*="_graphql__listModeWrapper"] { width: auto; }

._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__noDataText, ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__noDataText { margin-left: 5px; }

@media (max-width: 896px) { ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent:nth-child(odd), ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent:nth-child(odd) { width: 35% !important; }
  ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent:nth-child(even), ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent:nth-child(even) { width: 30% !important; }
  ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer [class*="_graphql__columnWrapper"]:nth-child(odd), ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer [class*="_graphql__columnWrapper"]:nth-child(odd) { width: 35% !important; }
  ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer [class*="_graphql__columnWrapper"]:nth-child(even), ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer [class*="_graphql__columnWrapper"]:nth-child(even) { width: 30% !important; } }

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) { ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent:nth-child(1), ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent:nth-child(1) { width: 39% !important; }
  ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent:nth-child(2), ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent:nth-child(2) { width: 25% !important; }
  ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent:nth-child(3), ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__headingContent:nth-child(3) { width: 36% !important; }
  ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer [class*="_graphql__columnWrapper"]:nth-child(1), ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer [class*="_graphql__columnWrapper"]:nth-child(1) { width: 39% !important; }
  ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer [class*="_graphql__columnWrapper"]:nth-child(2), ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer [class*="_graphql__columnWrapper"]:nth-child(2) { width: 25% !important; }
  ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesNotificationTable ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer [class*="_graphql__columnWrapper"]:nth-child(3), ._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__listViewContainer [class*="_graphql__columnWrapper"]:nth-child(3) { width: 36% !important; } }

._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__followUpNotesHeader { padding: 5px; display: flex; justify-content: space-between; }

._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__followUpNotesHeader div { font-weight: bold; }

._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__listViewHeader ._includes_emarWeb__glyphicon-arrow-down:before { content: ''; }

._includes_emarWeb__notesFormWrapper ._includes_emarWeb__notesFollowUpWrapper ._includes_emarWeb__resChartContentOuter ._includes_emarWeb__cardItem ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper [class*="_graphql__listModeWrapper"] div:hover { background-color: #fff3d8; }

._includes_emarWeb__notesFormWrapper ._includes_emarWeb__careAlertTeam { margin-top: 30px; color: orange; }

._includes_emarWeb__covidTracker { overflow-y: hidden !important; }

._includes_emarWeb__covidTracker [class*='_common_tabpanel__body'] { background: #fff !important; }

._includes_emarWeb__covidTracker ._includes_emarWeb__header { display: flex; justify-content: center !important; color: #333; background-color: #f1f1f1; }

._includes_emarWeb__covidTracker ._includes_emarWeb__hideBtn { display: none; }

._includes_emarWeb__covidTracker ._includes_emarWeb__headerText { line-height: 27px; margin: 0; color: #333; font-size: 20px; }

._includes_emarWeb__covidTracker ._includes_emarWeb__sbarRealTime { right: 5px; }

._includes_emarWeb__covidTracker ._includes_emarWeb__covidTrackerAdditionalComments textarea { height: 100px !important; resize: none; }

._includes_emarWeb__covidTracker ._includes_emarWeb__disableSave { opacity: 0.5; pointer-events: none; cursor: default; }

._includes_emarWeb__covidTracker [class*='_common_tabpanel__tabPanel'] { height: 100%; }

._includes_emarWeb__covidTracker [class*='_common_tabpanel__body'] { background-color: #fff; padding: 0; }

@media (max-width: 400px) { ._includes_emarWeb__covidTracker [class*='_common_tabpanel__header'] { margin-top: 40px; } }

._includes_emarWeb__covidTrackerContainer ._includes_emarWeb___graphql__open._includes_emarWeb___graphql__popup { margin-top: 4px; z-index: 9999; }

._includes_emarWeb__covidTrackerContainer [class*='common_components__loadingWrapper'] { right: 0; }

._includes_emarWeb__covidTrackerContainer [class*='kpiTitle'] { cursor: pointer; }

._includes_emarWeb__covidTrackerContainer ._includes_emarWeb__dashGroup ._includes_emarWeb__widget ._includes_emarWeb__dateFilterBarWrapper ._includes_emarWeb__btnMenu ._includes_emarWeb__menu._includes_emarWeb__open { bottom: 0 !important; top: unset !important; }

@media (min-width: 1024px) { ._includes_emarWeb__covidTracker { width: calc(100% - 310px); height: calc(100% - 160px); min-height: 93%; } }

@media (min-width: 1023px) and (max-width: 1025px) and (orientation: portrait) { ._includes_emarWeb__covidTracker { height: 100% !important; width: 100% !important; } }

._includes_emarWeb__immunizationWrap ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper { padding: 0px; min-width: 1500px; }

._includes_emarWeb__immunizationWrap ._includes_emarWeb__listViewContainer ._includes_emarWeb__listWrapper ._includes_emarWeb___graphql__resChartCard._includes_emarWeb___graphql__newlyUpdated ._includes_emarWeb__columnFixed { background-color: #ffffdf; }

._includes_emarWeb__immunizationWrap ._includes_emarWeb__listViewContainer ._includes_emarWeb__columnFixed { width: 52%; }

._includes_emarWeb__immunizationWrap ._includes_emarWeb__listViewContainer ._includes_emarWeb__columnFixed ._includes_emarWeb__headingContent:nth-child(1) { width: 57% !important; }

._includes_emarWeb__immunizationWrap ._includes_emarWeb__listViewContainer ._includes_emarWeb__columnFixed ._includes_emarWeb___graphql__columnWrapper:nth-child(1) { width: 57% !important; }

._includes_emarWeb__immunizationWrap ._includes_emarWeb__listViewContainer ._includes_emarWeb__columnFixed ._includes_emarWeb__headingContent:nth-child(2) { width: 25% !important; }

._includes_emarWeb__immunizationWrap ._includes_emarWeb__listViewContainer ._includes_emarWeb__columnFixed ._includes_emarWeb___graphql__columnWrapper:nth-child(2) { width: 25% !important; }

._includes_emarWeb__immunizationWrap ._includes_emarWeb__listViewContainer ._includes_emarWeb__columnFixed ._includes_emarWeb__headingContent:nth-child(3) { width: 25% !important; }

._includes_emarWeb__immunizationWrap ._includes_emarWeb__listViewContainer ._includes_emarWeb__columnFixed ._includes_emarWeb___graphql__columnWrapper:nth-child(3) { width: 25% !important; }

._includes_emarWeb__immunizationWrap ._includes_emarWeb__listViewHeader { display: flex; }

._includes_emarWeb__addNewBulkIconCustomPlush { background-color: #1875d2 !important; border-radius: 3px; height: 32px; padding: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; width: 100px; margin: 0 5px; box-sizing: border-box; }

._includes_emarWeb__addNewBulkIconCustomPlush ._includes_emarWeb__addplushcustomstrong { font-weight: 100; padding-right: 5px; font-size: 22px; }

div[id*="PrnMedsdataTableContainer"] ._includes_emarWeb__reviewButtonCell ._includes_emarWeb__disabled:before { width: 15px; height: 15px; }

div[id*="PrnMedsdataTableContainer"] ._includes_emarWeb__reviewButtonCell ._includes_emarWeb__disabled:after { background: #0000; }

@media (min-height: 620px) and (max-height: 704px) { ._includes_emarWeb__recordOverlay { bottom: 5px; }
  ._includes_emarWeb__infectiousOverlay { bottom: 10px; } }

@media (min-height: 705px) and (max-height: 800px) { ._includes_emarWeb__recordOverlay { bottom: 15px; }
  ._includes_emarWeb__infectiousOverlay { bottom: 27px; } }

@media (min-height: 801px) and (max-height: 900px) { ._includes_emarWeb__recordOverlay { bottom: 26px; }
  ._includes_emarWeb__infectiousOverlay { bottom: 44px; } }

@media (min-height: 901px) and (max-height: 1000px) { ._includes_emarWeb__recordOverlay { bottom: 34px; }
  ._includes_emarWeb__infectiousOverlay { bottom: 61px; } }

@media (min-height: 1001px) { ._includes_emarWeb__recordOverlay { bottom: 51px; }
  ._includes_emarWeb__infectiousOverlay { bottom: 78px; } }

/*app/styles/common/utilities.scss*/
/*start reassign css*/
._common_utilities__row { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: start; margin: 0 -15px; }

._common_utilities__row ._common_utilities__col6 { width: 50%; padding: 0 15px; }

._common_utilities__row ._common_utilities__col4 { width: 33.33%; padding: 0 15px; }

._common_utilities__row ._common_utilities__col8 { width: 66.66%; padding: 0 15px; }

._common_utilities__reAssignWrapper { height: calc(100vh - 130px); font-size: 16px; display: inline-block; width: 100%; background: #fff; border: 1px solid #ccc; }

._common_utilities__reAssignWrapper * { box-sizing: border-box; }

._common_utilities__reAssignWrapper input:not([type=checkbox]):not([type=radio]), ._common_utilities__reAssignWrapper select { width: 100%; padding: 8px 10px; border-radius: 3px; border: 1px solid #ccc; color: #000; background: #fff; }

._common_utilities__reAssignWrapper [class*="cLControlSearch"] [class*="searchIcon"] { background-image: url(../../1af289ed04d5af82/images/choiceList.png); background-position: -22px -20px !important; width: 33px; height: 31px; position: absolute; right: 0; top: 4px; z-index: 1; cursor: pointer; }

._common_utilities__reAssignWrapper [class*="cLControlSearch"] [class*="crossIcon"] { background-image: url(../../1af289ed04d5af82/images/choiceList.png); background-position: 3px -78px !important; width: 33px; height: 31px; position: absolute; right: 0; top: 4px; z-index: 1; opacity: .5; cursor: pointer; }

._common_utilities__reAssignWrapper [class*="selectWrap"]:before { z-index: 1; top: 17px; right: 9px; }

._common_utilities__reAssignWrapper [class*="selectWrap"] select { height: 35px; }

._common_utilities__reAssignWrapper [class*="checkboxWrap"] { display: inline-block; padding-left: 15px; }

._common_utilities__reAssignWrapper [class*="checkboxWrap"] label { padding-left: 15px; }

._common_utilities__reAssignWrapper [class*="checkboxWrap"] input[type=checkbox] { opacity: 0; cursor: pointer; z-index: 1; height: 20px; width: 20px; margin: 0; position: absolute; left: 0; top: 0; }

._common_utilities__reAssignWrapper [class*="checkboxWrap"] [class*="checkmark"] { position: absolute; top: 0px; left: 0px; height: 20px; width: 20px; border: 1px solid #999; box-sizing: border-box; border-radius: 3px; background: #fff; }

._common_utilities__reAssignWrapper [class*="checkboxWrap"] [class*="checkmark"]:after { content: ""; position: absolute; display: none; }

._common_utilities__reAssignWrapper [class*="checkboxWrap"] input:checked ~ [class*="checkmark"] { background-color: #0d8de2; border: 1px solid #0d8de2; }

._common_utilities__reAssignWrapper [class*="checkboxWrap"] input:checked ~ [class*="checkmark"]:after { display: block; }

._common_utilities__reAssignWrapper [class*="checkboxWrap"] [class*="checkmark"]:after { left: 5px; top: 1px; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

._common_utilities__reAssignWrapper ._common_utilities__header { padding: 10px; display: inline-block; width: 100%; }

._common_utilities__reAssignWrapper ._common_utilities__header h1 { font-size: 24px; white-space: nowrap; margin: 0; padding: 0; display: inline-block; vertical-align: middle; }

._common_utilities__reAssignWrapper ._common_utilities__header ._common_utilities__save { float: right; cursor: pointer; padding: 7px 10px; border-radius: 3px; text-align: center; background: #2dc771; color: #fff; display: inline-block; border: none; margin-left: 10px; font-size: 16px; vertical-align: middle; height: 32px; }

._common_utilities__reAssignWrapper ._common_utilities__header ._common_utilities__refreshBtn { background: #eee; color: #000; height: 33px; border: 1px solid #888; }

._common_utilities__reAssignWrapper ._common_utilities__header ._common_utilities__refreshBtn[class*="disabled"] { opacity: 0.5; }

._common_utilities__reAssignWrapper ._common_utilities__header ._common_utilities__cacheRefresh { float: right; position: relative; width: 32px; margin-left: 10px; cursor: pointer; }

._common_utilities__reAssignWrapper ._common_utilities__header ._common_utilities__cacheRefresh em { position: absolute; top: 9px; left: 10px; display: inline-block; width: 18px; height: 18px; }

@media (hover: hover) { ._common_utilities__reAssignWrapper ._common_utilities__header ._common_utilities__cacheRefresh em { opacity: 0.7; }
  ._common_utilities__reAssignWrapper ._common_utilities__header ._common_utilities__cacheRefresh em:hover { opacity: 1.0; } }

._common_utilities__reAssignWrapper ._common_utilities__header ._common_utilities__cacheRefresh em._common_utilities__stark { background: url(../../071efd486a9861b1/images/menuIcon.svg) -454px -289px; }

._common_utilities__reAssignWrapper ._common_utilities__header ._common_utilities__cacheRefresh em._common_utilities__spin { -webkit-animation-name: spin; -webkit-animation-duration: 1000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -moz-animation-duration: 1000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: spin; -ms-animation-duration: 1000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; animation-name: spin; animation-duration: 1000ms; animation-iteration-count: infinite; animation-timing-function: linear; }

._common_utilities__reAssignWrapper ._common_utilities__header ._common_utilities__cacheRefresh em._common_utilities__spin:after { content: ''; height: 18px; width: 18px; position: absolute; background: url(../../071efd486a9861b1/images/menuIcon.svg) -454px -289px; }

._common_utilities__reAssignWrapper ._common_utilities__header ._common_utilities__refreshHelp { float: right; cursor: pointer; position: relative; display: inline-block; margin: 8px 30px 0px 0px; width: 18px; height: 18px; background: url("../../4db4d8e33ac0aa30/images/outlook_sprite.png") -26px -101px; }

._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap { padding: 10px; padding-top: 5px; }

._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap [class*="label"] { margin-bottom: 3px; color: #666; }

._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap [class*="checkboxWrap"] { padding-top: 30px; }

._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap [class*="checkboxWrap"] [class*="checkmark"], ._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap [class*="checkboxWrap"] input[type=checkbox] { top: 30px; }

._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap ._common_utilities__searchInputWrap { display: flex; }

._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap ._common_utilities__searchInputWrap [class*="cLControlSearch"] { width: 100%; }

._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap ._common_utilities__searchInputWrap ._common_utilities__clearAllBtn { width: 79px; font-size: 14px; color: #44aaf5; line-height: 35px; padding-left: 8px; cursor: pointer; text-decoration: underline; }

._common_utilities__reAssignWrapper ._common_utilities__reassignHelp { float: right; margin: 4px 30px 0px 0px; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody { background: #f5f5f5; display: inline-block; padding: 10px; width: 100%; height: calc(100% - 199px); float: left; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__activeAll { padding: 0 0 10px 0; min-height: 30px; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__activeAll [class*="label"] { float: left; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__activeAll input[type="radio"] { float: left; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__activeAll label { padding-right: 10px; display: inline-block; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing { height: calc(100% - 25px); overflow: auto; -webkit-overflow-scrolling: touch; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing h3 { padding: 10px 15px; display: inline-block; width: 100%; color: #000; font-size: 18px; margin: 0; height: auto; font-weight: bold; background: #ccc; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing h3 span:last-child { float: right; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing h3 span:last-child:first-child { float: left; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord h3 { display: inline-block; width: 100%; background-color: #d7d7d7; padding: 5px 15px; padding-right: 100px; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord h3 span { font-weight: bold; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord h3 span._common_utilities__checkLabel { display: inline-block; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: calc(100% - 63px); }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord h3 ._common_utilities__total { float: right; border-radius: 3px; text-align: center; color: #000; font-size: 16px; border: 1px solid #ccc; padding: 3px 10px; min-width: 50px; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord ._common_utilities__employeeRecords { padding-top: 3px; padding-bottom: 2px; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord ._common_utilities__employeeRecords ._common_utilities__item { display: inline-block; width: 100%; padding: 2px 15px; padding-right: 100px; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord ._common_utilities__employeeRecords ._common_utilities__item span._common_utilities__itemLabel { padding-top: 4px; display: inline-block; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord ._common_utilities__employeeRecords ._common_utilities__item ._common_utilities__total { float: right; border-radius: 3px; text-align: center; color: #000; font-size: 16px; border: 1px solid #ccc; padding: 3px 10px; min-width: 50px; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord:nth-child(2n+1) { background: #fff; }

._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing p { text-align: center; }

._common_utilities__reAssignWrapper ._common_utilities__assignFooter { padding: 5px 10px 8px 10px; background: #f5f5f7; display: inline-block; width: 100%; }

._common_utilities__reAssignWrapper ._common_utilities__assignFooter ._common_utilities__recordHistory { display: inline-block; width: 100%; padding-top: 24px; }

._common_utilities__reAssignWrapper ._common_utilities__assignFooter ._common_utilities__recordHistory ul { display: inline-block; width: 100%; margin: 0; padding: 0; list-style: none; }

._common_utilities__reAssignWrapper ._common_utilities__assignFooter ._common_utilities__recordHistory ul li { float: left; font-size: 16px; color: #666666; padding: 5px 0; padding-right: 25px; position: relative; }

._common_utilities__reAssignWrapper ._common_utilities__assignFooter ._common_utilities__recordHistory ul li:after { content: '/'; position: absolute; right: 0; top: 5px; color: #000; font-size: 16px; margin-right: 10px; }

._common_utilities__reAssignWrapper ._common_utilities__assignFooter ._common_utilities__recordHistory ul li:last-child:after { display: none; }

._common_utilities__reAssignWrapper ._common_utilities__assignFooter [class*="label"] { margin-bottom: 3px; color: #666; }

._common_utilities__reAssignWrapper ._common_utilities__assignFooter ._common_utilities__searchWrap ._common_utilities__searchIcon { background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -396px -59px; background-size: 450px; width: 29px; height: 28px; position: absolute; right: 0; top: 4px; z-index: 1; cursor: pointer; }

._common_utilities__reAssignWrapper ._common_utilities__assignFooter ._common_utilities__searchWrap ._common_utilities__crossIcon { background-image: url(../../1af289ed04d5af82/images/choiceList.png); background-position: 3px -78px !important; width: 33px; height: 31px; position: absolute; right: 0; top: 4px; z-index: 1; opacity: .5; cursor: pointer; }

._common_utilities__reassignPopup { width: 320px !important; text-align: left !important; padding: 10px; }

._common_utilities__reassignPopup h1 { padding-left: 5px; }

._common_utilities__reassignPopup > div div:last-child { padding: 0 !important; text-align: right; width: 100%; }

._common_utilities__reassignPopup > div div:last-child span button { border-radius: 0; height: 35px; text-align: center; padding: 5px 14px; border: 1px solid #03a9f4; margin-left: 6px; cursor: pointer; background: #03a9f4; color: #fff; min-width: 90px; }

._common_utilities__reassignPopup > div div:last-child span button:first-child { background: #f2f2f2; border: 1px solid #f2f2f2; cursor: pointer; color: #000000; }

._common_utilities__reassignAlert { width: 350px !important; }

._common_utilities__reasignEmployeePopup > div[class*="wrapper"] { border: none; box-shadow: none; }

._common_utilities__successAlertWrapper { z-index: 1000 !important; }

._common_utilities__successAlertWrapper + [class*="ModalOverlayMask"] { z-index: 999 !important; }

._common_utilities__successAlertWrapper ._common_utilities__successAlertPopup { width: 655px; max-width: 100%; }

._common_utilities__successAlertWrapper ._common_utilities__successAlertPopup > [class*="wrapper"] { border: none !important; }

._common_utilities__successAlertWrapper ._common_utilities__successAlertPopup > [class*="wrapper"] [class*="oTitle"] table tr td[class*="x"] em:before, ._common_utilities__successAlertWrapper ._common_utilities__successAlertPopup > [class*="wrapper"] [class*="oTitle"] table tr td[class*="x"] em:after { background: #ffffff; }

._common_utilities__successAlertWrapper ._common_utilities__successAlertPopup > [class*="wrapper"] [class*="oTitle"] table tr td[class*="title"] { color: #fff; margin-left: -18px; font-size: 20px; }

._common_utilities__successAlertWrapper ._common_utilities__successAlertPopup ._common_utilities__successBody { padding: 10px; }

._common_utilities__successAlertWrapper ._common_utilities__successAlertPopup ._common_utilities__successBody ._common_utilities__successMessage { background-color: #d5f4e3; border-radius: 5px; font-size: 14px; height: 46px; display: flex; align-content: center; align-items: center; padding-left: 53px; position: relative; }

._common_utilities__successAlertWrapper ._common_utilities__successAlertPopup ._common_utilities__successBody ._common_utilities__successMessage em { background-image: url(../../b6aee2e66e0e0a90/images/salespipeline-images.png); background-position: 347px 44px; position: absolute; height: 46px; width: 48px; left: 7px; background-size: 196px; top: 0px; }

._common_utilities__successAlertWrapper ._common_utilities__successAlertPopup ._common_utilities__successBody ._common_utilities__errorMessage { padding-top: 20px; }

._common_utilities__successAlertWrapper ._common_utilities__successAlertPopup ._common_utilities__successBody ._common_utilities__errorMessage ._common_utilities__successTable { margin-top: 5px; margin-bottom: 10px; border: 1px solid #222; }

._common_utilities__successAlertWrapper ._common_utilities__successAlertPopup ._common_utilities__successBody ._common_utilities__errorMessage ._common_utilities__successTable span { color: #e66f73; border-bottom: 1px solid; cursor: pointer; }

._common_utilities__reassignCommunityMsg { display: flex; height: calc(100% - 129px); justify-content: center; align-items: center; padding: 10px; }

@media (max-width: 767px) { ._common_utilities__reAssignWrapper { height: auto !important; }
  ._common_utilities__reAssignWrapper ._common_utilities__row { display: block; margin: 0 -10px; }
  ._common_utilities__reAssignWrapper ._common_utilities__row ._common_utilities__col6, ._common_utilities__reAssignWrapper ._common_utilities__row ._common_utilities__col4, ._common_utilities__reAssignWrapper ._common_utilities__row ._common_utilities__col8 { float: left; width: 100%; }
  ._common_utilities__reAssignWrapper ._common_utilities__header { padding: 10px; display: inline-block; width: 100%; }
  ._common_utilities__reAssignWrapper ._common_utilities__header h1 { font-size: 20px; }
  ._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap { padding: 10px; display: inline-block; }
  ._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap ._common_utilities__row ._common_utilities__col6, ._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap ._common_utilities__row ._common_utilities__col4 { margin-top: 5px; }
  ._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap ._common_utilities__row ._common_utilities__col6:first-child, ._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap ._common_utilities__row ._common_utilities__col4:first-child { margin-top: 0; }
  ._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap [class*="checkboxWrap"] { padding-top: 0; margin-top: 5px; }
  ._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap [class*="checkboxWrap"] input[type=checkbox] { top: 0; }
  ._common_utilities__reAssignWrapper ._common_utilities__headerFilterWrap [class*="checkboxWrap"] [class*="checkmark"] { top: 0px; }
  ._common_utilities__reAssignWrapper ._common_utilities__assignBody { padding: 10px; }
  ._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__activeAll { padding: 0 0 10px 10px; }
  ._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing { height: 300px; }
  ._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord h3 { padding: 5px 10px; font-size: 15px; }
  ._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord h3 ._common_utilities__checkLabel { min-height: 20px; }
  ._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord h3 ._common_utilities__total { font-size: 14px; padding: 4px 10px; }
  ._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord ._common_utilities__employeeRecords ._common_utilities__item { padding: 2px 10px; font-size: 14px; }
  ._common_utilities__reAssignWrapper ._common_utilities__assignBody ._common_utilities__allListing ._common_utilities__listRecord ._common_utilities__employeeRecords ._common_utilities__item ._common_utilities__total { font-size: 14px; }
  ._common_utilities__reAssignWrapper ._common_utilities__assignFooter ._common_utilities__recordHistory { padding-top: 0; } }

/*app/styles/common/symbols.scss*/
._common_symbols__symbol:before { padding: 0.1em 0.3em; font-size: 1.2em; text-align: center; }

._common_symbols__symbol._common_symbols__empty:before { content: ''; }

._common_symbols__symbol._common_symbols__plus:before { content: "\271A"; }

._common_symbols__symbol._common_symbols__times:before { content: "\2715"; font-weight: bold; }

._common_symbols__symbol._common_symbols__back:before { content: "\2190"; font-size: 18px; }

._common_symbols__symbol._common_symbols__tricolon:before { content: "\205D"; font-weight: bold; font-size: 28px; line-height: 18px; }

._common_symbols__symbol._common_symbols__arrowUp:before { content: "\25B2"; }

._common_symbols__symbol._common_symbols__arrowRight:before { content: "\25BA"; font-size: 18px; }

._common_symbols__symbol._common_symbols__arrowDown:before { content: "\25BC"; }

._common_symbols__symbol._common_symbols__arrowLeft:before { content: "\25C4"; font-size: 18px; }

._common_symbols__symbol._common_symbols__check:before { content: "\2713"; font-weight: bold; }

._common_symbols__symbol._common_symbols__search:before { content: ' '; position: absolute; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) no-repeat -396px -59px; background-size: 450px; width: 17px; height: 23px; box-sizing: content-box; }

/*app/styles/common/sprite.scss*/
._common_sprite__sprite { background-image: url("../../ecc1b2f277d29ffb/images/graphql/sprite.png"); background-repeat: no-repeat; display: block; }

._common_sprite__sprite-a01 { width: 32px; height: 32px; background-position: -5px -5px; }

._common_sprite__sprite-a01white { width: 40px; height: 31px; background-position: -47px -5px; }

._common_sprite__sprite-a02 { width: 32px; height: 32px; background-position: -97px -5px; }

._common_sprite__sprite-a02white { width: 35px; height: 35px; background-position: -139px -5px; }

._common_sprite__sprite-a03 { width: 32px; height: 32px; background-position: -5px -50px; }

._common_sprite__sprite-a03white { width: 32px; height: 40px; background-position: -47px -50px; }

._common_sprite__sprite-a04 { width: 32px; height: 32px; background-position: -89px -50px; }

._common_sprite__sprite-a05 { width: 32px; height: 32px; background-position: -131px -50px; }

._common_sprite__sprite-a05white { width: 40px; height: 31px; background-position: -89px -92px; }

._common_sprite__sprite-a06 { width: 32px; height: 32px; background-position: -5px -92px; }

._common_sprite__sprite-a07 { width: 32px; height: 32px; background-position: -139px -92px; }

._common_sprite__sprite-a08 { width: 32px; height: 32px; background-position: -5px -134px; }

._common_sprite__sprite-a09 { width: 32px; height: 32px; background-position: -47px -134px; }

._common_sprite__sprite-a10 { width: 32px; height: 31px; background-position: -89px -134px; }

._common_sprite__sprite-a11 { width: 32px; height: 32px; background-position: -131px -134px; }

._common_sprite__sprite-a12 { width: 32px; height: 32px; background-position: -184px -5px; }

._common_sprite__sprite-c_delete { width: 20px; height: 20px; background-position: -184px -47px; }

._common_sprite__sprite-c_delete_red { width: 22px; height: 22px; background-position: -133px -179px; }

._common_sprite__sprite-c_edit { width: 20px; height: 20px; background-position: -181px -77px; }

._common_sprite__sprite-c_convert { width: 28px; height: 38px; background-position: -124px -131px; top: 1px !important; }

._common_sprite__sprite-c_new { width: 20px; height: 20px; background-position: -181px -107px; }

._common_sprite__sprite-c_remove_link { width: 20px; height: 20px; background-position: -173px -137px; }

._common_sprite__sprite-c_view { width: 22px; height: 20px; background-position: -177px -192px; }

._common_sprite__sprite-tricolon { width: 20px; height: 20px; background-position: -173px -167px; }

._common_sprite__sprite-lock { width: 25px; height: 32px; background-position: -77px -283px; }

._common_sprite__sprite-lost { width: 33px; height: 33px; background-position: -48px -94px; }

._common_sprite__sprite-lostInquiry { width: 33px; height: 33px; background-position: -48px -94px; opacity: 0.6; }

._common_sprite__sprite-a13 { width: 34px; height: 34px; background-position: -5px -174px; }

._common_sprite__sprite-a14 { width: 34px; height: 34px; background-position: -45px -174px; }

._common_sprite__sprite-a15 { width: 28px; height: 30px; background-position: -89px -170px; margin-left: -12px; }

._common_sprite__res_discharge { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -103px -38px; height: 30px; width: 28px; display: inline-block; }

._common_sprite__res_admit { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -68px -38px; height: 30px; width: 28px; display: inline-block; }

._common_sprite__sprite-c_res_delete { height: 30px; width: 28px; background-position: -184px -47px; display: inline-block; }

._common_sprite__res_unit_reservation { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -1px -38px; height: 30px; width: 28px; display: inline-block; }

._common_sprite__res_waiting_list { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -35px -38px; height: 30px; width: 28px; display: inline-block; }

._common_sprite__medIcon { display: inline-block; background-repeat: no-repeat; background-image: url(../../6bd9099ff4ba0096/images/sprite-global.svg); background-size: 470px; width: 25px; height: 20px; background-position: -208px -67px; }

._common_sprite__medNoteIcon { display: inline-block; background-repeat: no-repeat; background-image: url(../../6bd9099ff4ba0096/images/sprite-global.svg); background-size: 470px; width: 25px; height: 23px; background-position: -179px -67px; }

._common_sprite__menuIconKabab { display: inline-block; background-repeat: no-repeat; background-image: url(../../071efd486a9861b1/images/menuIcon.svg); background-size: 350px; width: 20px; height: 20px; background-position: -44px -212px; }

/*app/styles/common/tabpanel.scss*/
._common_tabpanel__tabPanel { width: 100%; background: white; color: #1f1f1f; flex: 1; display: flex; flex-direction: column; }

._common_tabpanel__tabPanel._common_tabpanel__ie { display: block !important; }

._common_tabpanel__tabPanel ._common_tabpanel__header { background: white; border-bottom: 1px solid #ccc; position: relative; }

._common_tabpanel__tabPanel ._common_tabpanel__header ._common_tabpanel__tabItem { display: inline-block; }

._common_tabpanel__tabPanel ._common_tabpanel__header ._common_tabpanel__tabItem a, ._common_tabpanel__tabPanel ._common_tabpanel__header ._common_tabpanel__tabItem > span { font-size: 16px; font-weight: bold; }

._common_tabpanel__tabPanel ._common_tabpanel__header ._common_tabpanel__tabItem > * { padding: 14px 15px; display: inline-block; }

._common_tabpanel__tabPanel ._common_tabpanel__header ._common_tabpanel__tabItem * { color: #696969; font-weight: bold; text-decoration: none; cursor: pointer; }

._common_tabpanel__tabPanel ._common_tabpanel__header ._common_tabpanel__tabItem *:hover { color: #333333; }

._common_tabpanel__tabPanel ._common_tabpanel__header ._common_tabpanel__tabItem._common_tabpanel__active { border-bottom: 3px solid #FF9900; }

._common_tabpanel__tabPanel ._common_tabpanel__header ._common_tabpanel__tabItem._common_tabpanel__active * { color: #FF9900; }

._common_tabpanel__tabPanel ._common_tabpanel__header ._common_tabpanel__scrollableTabs { height: 50px; position: relative; }

._common_tabpanel__tabPanel ._common_tabpanel__header ._common_tabpanel__scrollableTabs ._common_tabpanel__tabsArrow { z-index: unset; height: 50px; }

._common_tabpanel__tabPanel ._common_tabpanel__header ._common_tabpanel__scrollableTabs ._common_tabpanel__tabsArrow ._common_tabpanel__tabsArrowButton { margin: 11px 4px 0 4px; }

._common_tabpanel__tabPanel ._common_tabpanel__body { flex: 1; padding: 10px; background: #F2F2F2; display: flex; flex-direction: column; }

@media (max-width: 767px) { ._common_tabpanel__tabPanel ._common_tabpanel__body { padding: 5px 0; } }

/*app/styles/common/isprite.scss*/
._common_isprite__sprite { background-image: url("../../b23934c060dda2a9/images/graphql/input-sprite.png"); background-repeat: no-repeat; display: block; width: 24px; height: 24px; }

._common_isprite__text-box { background-position: -12px -15px; }

._common_isprite__text-area { background-position: -12px -65px; }

._common_isprite__date { background-position: -12px -115px; }

._common_isprite__time { background-position: -12px -165px; }

._common_isprite__datetime { background-position: -12px -215px; }

._common_isprite__selection { background-position: -12px -268px; }

._common_isprite__radio { background-position: -12px -313px; }

._common_isprite__checkbox { background-position: -12px -363px; }

._common_isprite__dropdown { background-position: -12px -413px; }

._common_isprite__file { width: 28px; background-position: -10px -467px; }

._common_isprite__menu { background-position: -12px -517px; }

._common_isprite__arrow-up { background-position: -12px -555px; }

._common_isprite__arrow-down { background-position: -12px -585px; }

/*app/styles/common/gridlayout.scss*/
._common_gridlayout__container { margin-right: auto; margin-left: auto; padding-left: 10px; padding-right: 10px; }

._common_gridlayout__container:before, ._common_gridlayout__container:after { content: " "; display: table; }

._common_gridlayout__container:after { clear: both; }

._common_gridlayout__row { margin-left: -10px; margin-right: -10px; }

._common_gridlayout__row:before, ._common_gridlayout__row:after { content: " "; display: table; }

._common_gridlayout__row:after { clear: both; }

._common_gridlayout__column { position: relative; min-height: 1px; box-sizing: border-box; padding-left: 10px; padding-right: 10px; }

/*app/styles/common/formicons.scss*/
._common_formicons__sprite { background-image: url("../../327920e3d2518cc7/images/graphql/formicons.png"); background-repeat: no-repeat; display: block; }

._common_formicons__copyResident { background-image: url("../../6bd9099ff4ba0096/images/sprite-global.svg"); background-repeat: no-repeat; display: block; }

._common_formicons__sprite-address { width: 24px; height: 24px; background-position: -5px -5px; }

._common_formicons__sprite-admission { width: 24px; height: 24px; background-position: -39px -5px; }

._common_formicons__sprite-assessment { width: 24px; height: 24px; background-position: -73px -5px; }

._common_formicons__sprite-clinical { width: 24px; height: 24px; background-position: -107px -5px; }

._common_formicons__sprite-demographics { width: 24px; height: 24px; background-position: -5px -39px; }

._common_formicons__sprite-deposit { width: 24px; height: 24px; background-position: -39px -39px; }

._common_formicons__sprite-email { width: 24px; height: 24px; background-position: -73px -39px; }

._common_formicons__sprite-photo { width: 24px; height: 24px; background-position: -416px -96px; }

._common_formicons__sprite-financial { width: 24px; height: 24px; background-position: -107px -39px; }

._common_formicons__sprite-lost { width: 24px; height: 24px; background-position: -5px -73px; }

._common_formicons__sprite-movein { width: 24px; height: 24px; background-position: -39px -73px; }

._common_formicons__sprite-resAdmitDisHty { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -36px -2px; height: 24px; width: 30px; opacity: 0.5; background-size: 135px; display: inline-block; }

._common_formicons__sprite-notes { width: 24px; height: 24px; background-position: -73px -73px; }

._common_formicons__sprite-person { width: 24px; height: 24px; background-position: -107px -73px; }

._common_formicons__sprite-phone { width: 24px; height: 24px; background-position: -5px -107px; }

._common_formicons__sprite-referral-source { width: 24px; height: 24px; background-position: -39px -107px; }

._common_formicons__sprite-relationship { width: 24px; height: 24px; background-position: -73px -107px; }

._common_formicons__sprite-reservation { width: 24px; height: 24px; background-position: -107px -107px; }

._common_formicons__sprite-unit { width: 24px; height: 24px; background-position: -141px -5px; }

._common_formicons__sprite-waiting { width: 24px; height: 24px; background-position: -141px -39px; }

._common_formicons__sprite-demographic { width: 24px; height: 24px; background-position: -384px -95px; }

._common_formicons__sprite-contacts { width: 24px; height: 24px; background-position: -349px -96px; }

._common_formicons__sprite-billing { width: 24px; height: 24px; background-position: -320px -97px; }

._common_formicons__sprite-medical { width: 24px; height: 24px; background-position: -290px -96px; }

/*app/styles/pipeline.scss*/
._pipeline__pipelineWrapper ._pipeline__salesPipeline { font-family: 'Roboto', sans-serif; font-weight: 400; color: #555; font-size: 14px; background-color: #f2f2f2; overflow: hidden; position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; z-index: 2; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline span, ._pipeline__pipelineWrapper ._pipeline__salesPipeline object, ._pipeline__pipelineWrapper ._pipeline__salesPipeline iframe, ._pipeline__pipelineWrapper ._pipeline__salesPipeline h1, ._pipeline__pipelineWrapper ._pipeline__salesPipeline h2, ._pipeline__pipelineWrapper ._pipeline__salesPipeline h3, ._pipeline__pipelineWrapper ._pipeline__salesPipeline h4, ._pipeline__pipelineWrapper ._pipeline__salesPipeline h5, ._pipeline__pipelineWrapper ._pipeline__salesPipeline h6, ._pipeline__pipelineWrapper ._pipeline__salesPipeline p, ._pipeline__pipelineWrapper ._pipeline__salesPipeline blockquote, ._pipeline__pipelineWrapper ._pipeline__salesPipeline pre, ._pipeline__pipelineWrapper ._pipeline__salesPipeline abbr, ._pipeline__pipelineWrapper ._pipeline__salesPipeline address, ._pipeline__pipelineWrapper ._pipeline__salesPipeline cite, ._pipeline__pipelineWrapper ._pipeline__salesPipeline code, ._pipeline__pipelineWrapper ._pipeline__salesPipeline del, ._pipeline__pipelineWrapper ._pipeline__salesPipeline dfn, ._pipeline__pipelineWrapper ._pipeline__salesPipeline em, ._pipeline__pipelineWrapper ._pipeline__salesPipeline img, ._pipeline__pipelineWrapper ._pipeline__salesPipeline ins, ._pipeline__pipelineWrapper ._pipeline__salesPipeline kbd, ._pipeline__pipelineWrapper ._pipeline__salesPipeline q, ._pipeline__pipelineWrapper ._pipeline__salesPipeline samp, ._pipeline__pipelineWrapper ._pipeline__salesPipeline small, ._pipeline__pipelineWrapper ._pipeline__salesPipeline strong, ._pipeline__pipelineWrapper ._pipeline__salesPipeline sub, ._pipeline__pipelineWrapper ._pipeline__salesPipeline sup, ._pipeline__pipelineWrapper ._pipeline__salesPipeline var, ._pipeline__pipelineWrapper ._pipeline__salesPipeline b, ._pipeline__pipelineWrapper ._pipeline__salesPipeline i, ._pipeline__pipelineWrapper ._pipeline__salesPipeline dl, ._pipeline__pipelineWrapper ._pipeline__salesPipeline dt, ._pipeline__pipelineWrapper ._pipeline__salesPipeline dd, ._pipeline__pipelineWrapper ._pipeline__salesPipeline ol, ._pipeline__pipelineWrapper ._pipeline__salesPipeline ul, ._pipeline__pipelineWrapper ._pipeline__salesPipeline li, ._pipeline__pipelineWrapper ._pipeline__salesPipeline fieldset, ._pipeline__pipelineWrapper ._pipeline__salesPipeline form, ._pipeline__pipelineWrapper ._pipeline__salesPipeline label, ._pipeline__pipelineWrapper ._pipeline__salesPipeline legend, ._pipeline__pipelineWrapper ._pipeline__salesPipeline table, ._pipeline__pipelineWrapper ._pipeline__salesPipeline caption, ._pipeline__pipelineWrapper ._pipeline__salesPipeline tbody, ._pipeline__pipelineWrapper ._pipeline__salesPipeline tfoot, ._pipeline__pipelineWrapper ._pipeline__salesPipeline thead, ._pipeline__pipelineWrapper ._pipeline__salesPipeline tr, ._pipeline__pipelineWrapper ._pipeline__salesPipeline th, ._pipeline__pipelineWrapper ._pipeline__salesPipeline td, ._pipeline__pipelineWrapper ._pipeline__salesPipeline article, ._pipeline__pipelineWrapper ._pipeline__salesPipeline aside, ._pipeline__pipelineWrapper ._pipeline__salesPipeline canvas, ._pipeline__pipelineWrapper ._pipeline__salesPipeline details, ._pipeline__pipelineWrapper ._pipeline__salesPipeline figcaption, ._pipeline__pipelineWrapper ._pipeline__salesPipeline figure, ._pipeline__pipelineWrapper ._pipeline__salesPipeline footer, ._pipeline__pipelineWrapper ._pipeline__salesPipeline header, ._pipeline__pipelineWrapper ._pipeline__salesPipeline hgroup, ._pipeline__pipelineWrapper ._pipeline__salesPipeline menu, ._pipeline__pipelineWrapper ._pipeline__salesPipeline nav, ._pipeline__pipelineWrapper ._pipeline__salesPipeline section, ._pipeline__pipelineWrapper ._pipeline__salesPipeline summary, ._pipeline__pipelineWrapper ._pipeline__salesPipeline time, ._pipeline__pipelineWrapper ._pipeline__salesPipeline mark, ._pipeline__pipelineWrapper ._pipeline__salesPipeline audio, ._pipeline__pipelineWrapper ._pipeline__salesPipeline video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; font-family: 'Roboto', sans-serif; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline [class*="glyphicon"] { font-family: 'Glyphicons Halflings'; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline a { color: #1f6dd1; text-decoration: none; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline a:hover { text-decoration: none; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline a:focus { text-decoration: none; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__icons { background-image: url(../../b6aee2e66e0e0a90/images/salespipeline-images.png); background-repeat: no-repeat; display: inline-block; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__pipelineloading { z-index: 99; /*background-image: url(../../4770c8a361ca54b7/images/refresh-loader.gif);*/ background-repeat: no-repeat; display: inline-block; position: fixed; width: 100%; height: 100%; background-position: center center; background-color: rgba(255, 255, 255, 0.58); top: 0; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__pipelineloading span { position: absolute; top: 50%; left: 50%; margin-left: 12px; transform: -webkit-translate(-50%, -50%); transform: -moz-translate(-50%, -50%); transform: -ms-translate(-50%, -50%); transform: -o-translate(-50%, -50%); transform: translate(-50%, -50%); }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__pipelineloading span:before { content: " "; background-image: url(../../4770c8a361ca54b7/images/refresh-loader.gif); background-repeat: no-repeat; display: inline-block; background-position: left center; height: 18px; width: 18px; top: -1px; position: absolute; left: -17px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__pipelineloading span:after { margin-left: 6px; content: "Loading..."; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__IconQuestion { width: 20px; height: 20px; background: url(../../6bd9099ff4ba0096/images/sprite-global.svg) -91px -1px; background-size: 460px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconFilter { width: 16px; height: 16px; background-position: -33px -5px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconBack { width: 9px; height: 14px; background-position: -59px -5px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconChecked { width: 20px; height: 20px; background-position: -77px -5px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconCompact { width: 24px; height: 24px; background-position: -5px -35px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconDelete { width: 28px; height: 28px; background-position: -39px -35px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconDelete16 { width: 18px; height: 18px; background-position: -75px -35px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconDelete28round { width: 28px; height: 28px; background-position: -77px -61px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconExpend { width: 24px; height: 24px; background-position: -107px -5px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconNext { width: 9px; height: 14px; background-position: -115px -39px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconSearch { width: 17px; height: 16px; background: url(../../3604c75e00fe9c94/images/sprite-global.svg) no-repeat -400px -64px; background-size: 450px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconSearch16 { width: 16px; height: 16px; background-position: -5px -86px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconSettings { width: 26px; height: 25px; background-position: -29px -86px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconSort { width: 23px; height: 24px; background-position: -114px -86px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconSortgrey { width: 22px; height: 22px; background-position: -5px -119px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconClosewhite { width: 22px; height: 22px; background-position: -38px -118px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconPlusorange { width: 13px; height: 13px; background-position: -72px -122px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconPipline { width: 17px; height: 14px; background-position: -87px -122px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__iconPiplineblue { width: 27px; height: 23px; background-position: -106px -122px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__showFilteredProspectCount { position: absolute; color: #44597D; right: 50px; top: 6px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline [class*='dateInput'] [class*='calendarInput'] { position: relative; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline [class*='dateInput'] [class*='calendarInput'] > span { border-bottom: 1px solid #757575 !important; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline [class*='dateInput'] [class*='calendarInput'] span { height: 25px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline [class*='dateInput'] [class*='calendarInput'] div[class*="_common_form__show"] { top: 19px; left: 66px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline [class*='MiniCalendar'] [class*='h'] th { padding: 8px 0 4px 0; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline [class*='MiniCalendar'] [class*='daysOfWeek'] th { padding: 10px 0; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__splitSearchDisplay { height: 34px; background-color: #fff; width: 100%; font-size: 16px; border-radius: 5px; padding: 7px; font-weight: normal; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__radius100 { border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__pageWrapper { padding: 14px 0px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__full { width: 100% !important; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__container { width: 1300px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__row { margin-right: -15px; margin-left: -15px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__col-md-2 { width: 16.66666667%; float: left; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__col-md-7 { width: 58.33333333%; float: left; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__col-md-3 { width: 25%; float: left; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__btn { display: inline-block; padding: 6px 15px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; min-width: 95px; /*padding: 6px 6px;*/ }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__btn:hover { -webkit-transition: all .5s; transition: all 1s; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__btn:focus { -webkit-transition: all .5s; transition: all 1s; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline button { font-family: inherit; font-size: inherit; line-height: inherit; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline input { font-family: inherit; font-size: inherit; line-height: inherit; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline select { font-family: inherit; font-size: inherit; line-height: inherit; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline input[type=checkbox] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline input[type=radio] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 4px 0 0; margin-top: 1px; line-height: normal; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline input[type=date]::-webkit-inner-spin-button { -webkit-appearance: none; display: none; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 6; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__open > ._pipeline__dropdown-menu { display: block; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__opacity-half { opacity: 0.5; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__margin-1per { margin: 1%; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__width-48per { width: 48% !important; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__min-height-145px { min-height: 145px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__bg-red { background-color: red !important; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__bg-green { background-color: #7cb342 !important; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__red { color: red !important; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__cursor-pointer { cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__loading { font-size: inherit; width: 14px; position: absolute; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__loading:after { overflow: hidden; display: inline-block; vertical-align: bottom; -webkit-animation: _pipeline__ellipsis steps(4, end) 900ms infinite; animation: _pipeline__ellipsis steps(4, end) 900ms infinite; content: "\2026"; /* ascii code for the ellipsis character */ width: 0px; }

@keyframes _pipeline__ellipsis { to { width: 10px; } }

@-webkit-keyframes _pipeline__ellipsis { to { width: 10px; } }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__btn-orange { color: #f17921; background-color: #ffffff; border-color: #f17921; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__btn-orange:hover { color: #ffffff; background-color: #f17921; border-color: #f17921; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__btn-orange:focus { color: #ffffff; background-color: #f17921; border-color: #f17921; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__btn-red { color: #ff0000; background-color: #ffffff; border-color: #ff0000; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__btn-red:focus { color: #ff0000; background-color: #ffffff; border-color: #ff0000; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__btn-green { color: #7cb342; background-color: #ffffff; border-color: #7cb342; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__btn-green:focus { color: #7cb342; background-color: #f2f2f2; border-color: #7cb342; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__customSelectBox { float: left; margin-bottom: 15px; width: 100%; cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__customSelectBox > ._pipeline__captionCont { position: relative; border: 1px solid #ccc; height: 26px; background-color: #fff; border-radius: 0.25rem; margin: 0; line-height: 26px; padding: 0 6px; font-size: 12px; color: #000000; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__customSelectBox > ._pipeline__captionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__customSelectBox > ._pipeline__captionCont > label { position: absolute; top: 11px; right: 0; bottom: 0; width: 30px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__customSelectBox > ._pipeline__captionCont > label > i { border: 5px solid #333333; width: 7px; display: block; position: absolute; top: 0px; left: 7px; right: 0; bottom: 0; margin: auto; background-repeat: no-repeat; border-bottom: none; border-left-color: #fff; border-right-color: #fff; cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__customSelectBox ._pipeline__dropdownOuter { position: relative; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__customSelectBox ._pipeline__dropdownOuter ul { margin: 0; padding: 0; border-radius: 4px 4px 0 0; bottom: 23px; border: 1px solid rgba(51, 51, 51, 0.45); top: inherit; width: 100%; box-shadow: none; -webkit-box-shadow: none; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__customSelectBox ._pipeline__dropdownOuter ul li a { margin: 0; width: 100%; text-align: left; border-bottom: 1px solid rgba(51, 51, 51, 0.1); padding: 2px 20px; font-size: 12px; color: #000; padding-left: 5px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__customSelectBox ._pipeline__dropdownOuter ul li a i { position: absolute; right: 5px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__customSelectBox ._pipeline__dropdownOuter ._pipeline__icons { background: transparent; background-image: url("../../8a57c00cf9e5496f/images/sprite.png"); }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__customSelectBox ._pipeline__dropdownOuter ._pipeline__iconChecked { width: 16px; height: 16px; background-position: -178px -427px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__createNewForm, ._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__addMobil { float: left; position: relative; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__createNewForm a, ._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__addMobil a { color: #f17921 !important; background-color: #ffffff !important; border-color: #f17921 !important; padding: 3px 10px 3px 22px; font-size: 14px !important; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__createNewForm [class*="divider"], ._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__createNewForm [class*="downArrow"], ._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__addMobil [class*="divider"], ._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__addMobil [class*="downArrow"] { display: none; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__createNewForm em[class*="icon"], ._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__addMobil em[class*="icon"] { background-image: url(../../b6aee2e66e0e0a90/images/salespipeline-images.png); background-repeat: no-repeat; display: inline-block; width: 13px; height: 13px; background-position: -72px -122px; position: absolute; top: 9px; left: 10px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__createNewForm [class*="menu"][class*="open"], ._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__addMobil [class*="menu"][class*="open"] { border-top: 1px solid #bbbbbb !important; border-top-left-radius: 0px; border-top-right-radius: 0px; top: 103%; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__createNewForm [class*="menu"][class*="open"] ol, ._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__addMobil [class*="menu"][class*="open"] ol { max-height: 200px !important; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__createNewForm [class*="menu"][class*="open"] ol li, ._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__addMobil [class*="menu"][class*="open"] ol li { height: 40px !important; line-height: 27px !important; color: black !important; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__createNewForm [class*="menu"][class*="open"] ol li [class*="item"], ._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__addMobil [class*="menu"][class*="open"] ol li [class*="item"] { background-color: #fff !important; color: black !important; border: none; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__createNewForm [class*="menu"][class*="open"] ol li:hover [class*="item"], ._pipeline__pipelineWrapper ._pipeline__salesPipeline ._pipeline__addMobil [class*="menu"][class*="open"] ol li:hover [class*="item"] { background-color: #e9eef3 !important; color: black !important; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline._pipeline__mobiBody ._pipeline__col-sm-6 { width: 100%; float: left; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline._pipeline__mobiBody ._pipeline__col-sm-3 { width: 100%; float: left; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

._pipeline__pipelineWrapper ._pipeline__headerINner { float: left; width: 100%; background: #44597D; color: #ffffff; position: relative; padding: 10px 15px; display: inline-block; min-height: 46px; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__logo { float: left; color: #ffffff; font-size: 24px; line-height: normal; width: 17%; margin-top: 1px; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__collspaeExpe { float: left; width: 12%; padding-top: 5px; max-width: 150px; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__collspINner1 { width: 112px; position: relative; cursor: pointer; height: 26px; border: 1px solid #cccccc; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; border-radius: 30px; font-size: 12px; padding-top: 5px; padding-left: 40px; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__collspINner1 ._pipeline__img { position: absolute; left: -2px; top: -6px; height: 35px; width: 36px; background: #44597D; border: 7px solid #cccccc; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__collspINner2 { width: 112px; position: relative; cursor: pointer; height: 26px; border: 1px solid #cccccc; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; border-radius: 30px; font-size: 12px; padding-top: 5px; padding-right: 40px; padding-left: 4px; text-align: right; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__collspINner2 ._pipeline__img { position: absolute; right: -2px; top: -6px; height: 35px; width: 36px; background: #44597D; border: 7px solid #cccccc; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__search { float: left; width: 20%; max-width: 230px; margin-right: 10px; position: relative; background: #fff; border: 1px solid #44597D; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__search ._pipeline__fa { position: absolute; left: 8px; top: 8px; color: #44597D; font-weight: bold; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__search input { float: left; width: 100%; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; height: 32px; padding: 5px 35px; font-size: 16px; line-height: 1.3333333; -webkit-appearance: textfield; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__search input:focus { outline: none; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__search ._pipeline__searchWrapper { width: 500px; margin: auto; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__search ._pipeline__searchBox { width: 45%; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__search ._pipeline__closeIcon { border: 1px solid #fff; background-color: #fff; display: inline-block; vertical-align: middle; outline: 0; cursor: pointer; position: absolute; right: 0px; top: 0; bottom: 0; border-radius: 4px; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__search ._pipeline__closeIcon:after { content: "X"; display: block; width: 15px; height: 15px; z-index: 1; margin: auto; padding: 2px; text-align: center; color: #44597d; font-weight: 700; font-size: 14px; cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__shorting { float: left; width: 17%; position: relative; padding-left: 19px; margin-top: 0px; display: inline-block; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__shorting ._pipeline__fa { position: absolute; left: 0px; top: 5px; font-size: 22px; margin-right: 0; color: #ededed; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__shorting span { cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__shorting span span { line-height: 23px; display: inline-block; padding-top: 5px; padding-left: 6px; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__seeting { float: left; width: 30px; margin-top: 5px; cursor: pointer; position: absolute; right: 112px; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__seeting ._pipeline__fa { position: absolute; left: 0px; top: 0px; font-size: 22px; margin-right: 10px; color: #ededed; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__seeting span { line-height: 24px; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__pipelineRefresh { position: absolute; right: 70px; cursor: pointer; padding-left: 32px; padding-top: 9px; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__pipelineRefresh ._pipeline__casheRefresh { width: 28px; height: 28px; background: url(../../071efd486a9861b1/images/menuIcon.svg) -555px -528px; background-size: 630px; position: absolute; left: 0; top: 1px; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__pipelineRefresh ._pipeline__spin { background-image: url(../../0418138f25dcae82/images/refresh-loader-white-bg.gif); background-position: -3px 0; background-repeat: no-repeat; display: inline-block; height: 28px; width: 28px; position: absolute; left: 0; top: 0; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__closeIcon { position: absolute; right: 28px; top: 7px; cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__closeIcon ._pipeline__fa { font-size: 36px; margin-top: 5px; }

._pipeline__pipelineWrapper ._pipeline__menuItem { float: left; width: 100%; background: #f2f2f2; position: relative; padding: 10px 15px; display: inline-block; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__btn { margin-top: 7px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__btn:hover ._pipeline__iconPlusorange { background-position: -86px -122px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__checkSelect { float: left; width: 100%; margin-top: 0px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__checkSelect h4 { float: left; width: 100%; color: #44597D; font-weight: normal; font-size: 14px; margin-bottom: 4px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__checkSelect ._pipeline__single { float: left; margin-top: 8px; margin-left: 5px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__checkSelect ._pipeline__single input { float: left; margin-top: 2px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__checkSelect ._pipeline__single label { font-weight: normal; font-size: 12px; margin: 0 0px 0 0px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__checkSelect select { float: left; width: 100%; font-size: 12px; max-width: 140px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__btn-red { margin-right: 5px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__btn-lost { margin-right: 25px; outline: 2px dashed transparent; cursor: auto; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__btn-convert-res { margin-right: 16px; outline: 2px dashed transparent; cursor: auto; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__selectMenuResults { width: 150px; max-width: 100%; color: rgba(70, 70, 70, 0.85); }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__btn { margin-top: 0; margin-right: 0; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__btn-lost { margin-right: 7px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__filterMore { width: calc(100% - 370px); display: flex; flex-wrap: wrap; align-content: space-between; float: left; margin: 0 auto; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__filterMore ._pipeline__filterMoreInner { margin: 0 auto; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__filterMore ._pipeline__item { flex: 1; float: left; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__filterMore ._pipeline__item ._pipeline__checkSelect { margin: 0 20px; }

@media (max-width: 1599px) { ._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__filterMore ._pipeline__item ._pipeline__checkSelect { margin: 0 5px; } }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__filterMore ._pipeline__item ._pipeline__checkSelect h4 { width: auto; line-height: 34px; margin-bottom: 0; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__filterMore ._pipeline__item ._pipeline__checkSelect [class*="msm-wrap"] { float: left; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__filterMore ._pipeline__item ._pipeline__checkSelect [class*="msm-wrap"] ._pipeline__selectMenuResults { height: 34px; line-height: 30px; background: #fff; }

@media (max-width: 1363px) { ._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__filterMore ._pipeline__item ._pipeline__checkSelect [class*="msm-wrap"] ._pipeline__selectMenuResults { width: 129px; } }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__filterMore ._pipeline__item ._pipeline__checkSelect [class*="msm-wrap"] ._pipeline__selectMenuResults [class*="msm-arrow"][class*="down"] { bottom: 7px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__filterMore ._pipeline__item ._pipeline__checkSelect [class*="msm-wrap"] ._pipeline__selectMenuResults [class*="msm-arrow"][class*="up"] { bottom: 11px; }

._pipeline__pipelineWrapper ._pipeline__menuItem ._pipeline__pipelineFilter ._pipeline__rightSideBtn { float: right; }

._pipeline__pipelineWrapper ._pipeline__filterMore ._pipeline__dropdown-menu { position: relative; top: inherit; left: inherit; display: block; float: none; padding: 0px; margin: 0px -15px 0 -15px; background: transparent; border: none; box-shadow: none; }

._pipeline__pipelineWrapper ._pipeline__filterMore ._pipeline__col-md-3 { padding-left: 5px; padding-right: 5px; }

._pipeline__pipelineWrapper ._pipeline__pipelinePanel { height: 100%; }

._pipeline__pipelineWrapper ._pipeline__pipelinePanel ._pipeline__bodyWrapper { float: left; width: 100%; height: calc(100% - 109px); }

._pipeline__pipelineWrapper ._pipeline__pipelinePanel ._pipeline__bodyWrapper ._pipeline__bodyInner { float: left; width: 100%; background: #f2f2f2; padding: 0px; padding-right: 0; padding-left: 0px; position: relative; overflow: auto; height: 100%; }

._pipeline__pipelineWrapper ._pipeline__pipelinePanel ._pipeline__bodyWrapper ._pipeline__bodyInner ._pipeline__dashboardWrapper { height: 100%; display: block; }

._pipeline__pipelineWrapper ._pipeline__pipelinePanel ._pipeline__bodyWrapper ._pipeline__bodyInner ._pipeline__dashboardWrapper ._pipeline__dashboardInner { justify-content: left; height: 100%; }

._pipeline__pipelineWrapper ._pipeline__pipelinePanel ._pipeline__bodyWrapper ._pipeline__bodyInner ._pipeline__dashboardWrapper ._pipeline__dashboardInner ._pipeline__columnPanel { height: 100%; }

._pipeline__pipelineWrapper ._pipeline__pipelinePanel ._pipeline__bodyWrapper ._pipeline__bodyInner ._pipeline__dashboardWrapper ._pipeline__dashboardInner ._pipeline__columnPanel ._pipeline__singleBodyItem { height: 100%; }

._pipeline__pipelineWrapper ._pipeline__pipelinePanel ._pipeline__bodyWrapper ._pipeline__bodyInner ._pipeline__dashboardWrapper ._pipeline__dashboardInner ._pipeline__columnPanel ._pipeline__singleBodyItem ._pipeline__bodyScroll { height: calc(100% - 55px); }

._pipeline__pipelineWrapper ._pipeline__pipelinePanel ._pipeline__bodyWrapper ._pipeline__owl-stage-outer { overflow-x: auto; /*margin-right:-5px;*/ }

._pipeline__pipelineWrapper ._pipeline__pipelinePanel ._pipeline__bodyWrapper ._pipeline__row { margin-left: -5px; margin-right: -5px; }

._pipeline__pipelineWrapper ._pipeline__pipelinePanel ._pipeline__bodyWrapper ._pipeline__col-md-20 { width: 100%; padding-left: 0px; padding-right: 0px; float: left; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem { float: left; width: 100%; background: #f8f8f8; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__headBodyItem { padding: 15px; float: left; width: 100%; border-bottom: 1px solid #e3e3e3; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__headBodyItem h2 { font-size: 18px; font-weight: normal; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__headBodyItem h2 ._pipeline__headingText { display: inline-block; width: calc(100% - 25px); }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__headBodyItem h2 ._pipeline__headingText em { font-style: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: calc(100% - 52px); display: inline-block; vertical-align: middle; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__headBodyItem h2 small { font-size: 13px; color: #9c9c9c; margin-left: 3px; vertical-align: middle; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__headBodyItem ._pipeline__IconQuestion { vertical-align: middle; margin-right: 4px; cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__bodyScroll { float: left; width: 100%; padding: 10px 15px; height: -webkit-calc(100vh - 207px); height: -moz-calc(100vh - 207px); height: -ms-calc(100vh - 207px); height: -o-calc(100vh - 207px); height: calc(100vh - 207px); overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__prospect { float: left; width: 100%; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; border: 1px solid #ededed; background: #ffffff; box-shadow: 0px 2px 0px 0px rgba(204, 204, 204, 0.28); margin-bottom: 10px; position: relative; font-size: 25px; font-weight: bold; cursor: -webkit-grab; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__prospect h3 { font-size: 13px; color: #44597D; font-weight: normal; line-height: 20px; padding-right: 20px; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__prospect h3._pipeline__collapseH3 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 0px; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__prospect h4 { font-size: 13px; font-weight: normal; line-height: 20px; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__prospect h5 { font-size: 11px; color: #666; font-weight: normal; margin-bottom: 15px; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__prospect ._pipeline__interest-level { border-radius: 3px; padding: 3px 4px; text-align: center; font-size: 10px; font-weight: bold; position: absolute; bottom: 3px; right: 3px; color: #fff; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__prospect._pipeline__min-height-145 h5 { margin-bottom: 0px !important; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__today { border: 1px solid #666666; background: #ffffdf; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__today span._pipeline__communication { color: #ff6600; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__today._pipeline__no-communication span._pipeline__communication { color: red; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__overdue { border: 1px solid #ff0000; background: #ffffff; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__overdue span._pipeline__communication { color: #ff0000; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__future { border: 1px solid #333333; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__future span._pipeline__communication { color: #333333; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__medium { text-decoration: underline; }

._pipeline__pipelineWrapper ._pipeline__rightSideBtn { text-align: right; }

._pipeline__pipelineWrapper ._pipeline__shorting ._pipeline__dropdown-menu { z-index: 1111; left: -190px; top: 160%; min-width: 243px; }

._pipeline__pipelineWrapper ._pipeline__shorting ._pipeline__dropdown-menu h3 { padding: 5px; position: relative; padding-left: 35px; border-bottom: 1px solid #cccccc; font-size: 16px; color: #545E6D; font-weight: 700; margin-bottom: 10px; padding-bottom: 10px; cursor: auto; }

._pipeline__pipelineWrapper ._pipeline__shorting ._pipeline__dropdown-menu h3 ._pipeline__fa { cursor: auto; color: #545E6D; font-size: 16px; position: absolute; left: 12px; top: 5px; }

._pipeline__pipelineWrapper ._pipeline__shorting ._pipeline__dropdown-menu li { cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__shorting ._pipeline__dropdown-menu li a { padding-top: 5px; padding-left: 35px; padding-bottom: 5px; position: relative; font-size: 16px; }

._pipeline__pipelineWrapper ._pipeline__shorting ._pipeline__dropdown-menu li a ._pipeline__fa { position: absolute; left: 10px; top: 5px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); font-size: 18px; margin-right: 0px; color: #787878; }

._pipeline__pipelineWrapper ._pipeline__tabletBody ._pipeline__btn { min-width: 60px; margin-right: 5px; padding: 6px 8px; }

._pipeline__pipelineWrapper ._pipeline__tabletBody ._pipeline__menuItem ._pipeline__checkSelect ._pipeline__single label { margin: 0 2px 0 1px; }

._pipeline__pipelineWrapper ._pipeline__mobiExpCom { display: none; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__owl-stage-outer { overflow-x: hidden; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__desktopHeader { display: none; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobileHeader { display: block; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobilMenu { float: left; width: 100%; background: #44597D; color: #ffffff; padding: 10px; min-height: 43px; position: relative; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobilMenu ._pipeline__addMobil { float: left; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobilMenu ._pipeline__addMobil ._pipeline__btn { padding: 0px 9px; font-size: 15px; min-width: 1px; margin-right: 20px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobilMenu ._pipeline__addMobil [class*="btnMenu"] { height: auto; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobilMenu ._pipeline__addMobil [class*="btnMenu"] a { margin-right: 10px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobilMenu ._pipeline__addMobil [class*="btnMenu"] a [class*="label"] [class*="text"] { display: none; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobilMenu ._pipeline__addMobil [class*="btnMenu"] a em[class*="icon"] { top: 6px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobilogo a { float: left; color: #ffffff; /*padding-right: 30px;*/ font-size: 15px; margin-top: 3px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobisearch a { float: right; color: #ffffff; padding-left: 10px; padding-right: 10px; font-size: 16px; margin-top: 3px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobisearch ._pipeline__inputBomWra { position: absolute; left: 7px; right: 30px; top: 7px; bottom: 10px; display: none; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobisearch ._pipeline__inputBomWra input { -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; border-radius: 30px; height: 30px; background: #ffffff; padding: 5px 12px; padding-right: 40px; width: 100%; float: left; border: none; color: #333; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobisearch ._pipeline__inputBomWra input:focus { outline: none; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobisearch ._pipeline__inputBomWra ._pipeline__fa { position: absolute; right: 0px; top: 0px; bottom: 0px; width: 40px; background: #f17921; border-radius: 0 30px 30px 0; height: 30px; text-align: center; font-size: 17px; line-height: 30px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobisearch ._pipeline__inputBomWra ._pipeline__fa i { display: block; margin: 0 auto; margin-top: 7px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobisearch ._pipeline__inputBomWra._pipeline__active { display: block; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobiFilter a { float: right; color: #ffffff; padding-left: 10px; padding-right: 10px; font-size: 16px; margin-top: 3px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobiFilter ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker [class*="components__toolbar"] a { padding: 0; margin: 0; border-radius: inherit; float: none; font-size: 12px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobiFilter ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker [class*="components__toolbar"] a:first-child { border-radius: 3px 0 0 3px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobiFilter ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker [class*="components__toolbar"] a:last-child { border-radius: 0 3px 3px 0; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobiFilter ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker [class*="components__toolbar"] select { float: none; padding: inherit; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobPipelineRefresh { float: right; padding-left: 10px; padding-right: 10px; font-size: 16px; margin-top: 3px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobPipelineRefresh ._pipeline__mobCasheRefresh { background-position: -187px -6px; height: 20px; width: 20px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobPipelineRefresh ._pipeline__mobSpin { background-image: url(../../0418138f25dcae82/images/refresh-loader-white-bg.gif); background-position: -3px -4px; background-repeat: no-repeat; display: inline-block; height: 20px; width: 20px; background-size: 23px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__cancel a { float: right; color: #ffffff; margin-left: 10px; font-size: 16px; margin-top: 3px; height: 20px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper { display: block; z-index: 11; position: fixed; left: -101%; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: #ffffff; color: #000; font-weight: normal; overflow: auto; cursor: pointer; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper h2 { float: left; width: 100%; font-weight: normal; text-align: center; position: relative; font-style: normal; font-size: 20px; color: #3A4D6C; background-color: #f1f1f1; height: 42px; line-height: 42px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper ._pipeline__fa { position: absolute; left: 10px; top: 14px; padding: 10px; cursor: pointer; background-position: -55px -5px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper ._pipeline__checkSelect { float: left; width: 100%; padding: 10px 20px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper ._pipeline__checkSelect h4 { float: left; width: 100%; font-weight: normal; font-style: normal; font-size: 16px; color: #333333; margin-bottom: 10px; margin-top: 10px; -webkit-text-size-adjust: 100%; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper ._pipeline__checkSelect ._pipeline__single { width: auto; float: left; margin-right: 15px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper ._pipeline__checkSelect ._pipeline__single label { font-weight: normal; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper ._pipeline__checkSelect select { float: left; width: 100%; height: 30px; padding: 5px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper ._pipeline__checkSelect select:focus { outline: none; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper ._pipeline__mobileSelect { width: 100%; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper ._pipeline__mobileSelect div[class*="dropdown"] { width: 100%; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper ._pipeline__mobileSelect ._pipeline__selectMenuResults { width: 100%; max-width: 100%; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper ._pipeline__sortPopMask { position: absolute; width: 100%; height: 100px; top: -140px; left: 0; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobFiltersWrapper._pipeline__active { display: block; left: 0%; overflow-x: auto; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__bodyWrapper ._pipeline__bodyInner { padding: 0px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__bodyWrapper ._pipeline__row { margin: 0px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__bodyWrapper ._pipeline__col-md-20 { padding: 0; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__singleBodyItem { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; border-radius: 0px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__singleBodyItem ._pipeline__bodyScroll { float: left; width: 100%; padding: 10px 10px 65px 10px; height: calc(100vh - 86px); height: -moz-calc(100vh - 86px); height: -webkit-calc(100vh - 86px); height: -o-calc(100vh - 86px); overflow: auto; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__owl-nav { position: absolute; top: 10px; right: 40px; width: 70px; z-index: 10; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__owl-nav ._pipeline__fa { height: 30px; width: 30px; border: 1px solid #cccccc; background: #f4f4f4; text-align: center; line-height: 28px; color: #44597D; font-size: 20px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__owl-prev { width: 30px; float: left; margin: 0 5px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__owl-next { width: 30px; float: right; margin: 0 0px; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobiExpCom { display: block; position: absolute; top: 16px; right: 10px; z-index: 1; }

._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__mobiExpCom img { width: 17px; }

._pipeline__pipelineWrapper ._pipeline__mobileHeader { display: none; }

._pipeline__pipelineWrapper span._pipeline__selected-text { background-color: #FFF5CA; font-weight: bold; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline._pipeline__mobiBody ._pipeline__expandedIMG { position: absolute; right: 6px; top: 12px; z-index: 10; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline._pipeline__mobiBody ._pipeline__collapsedIMG { background: url("../images/compact.png") no-repeat center center; height: 17px; width: 17px; position: absolute; right: 12px; top: 16px; z-index: 10; background-size: 17px; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline._pipeline__mobiBody ._pipeline__column-sorting { display: none; }

._pipeline__pipelineWrapper ._pipeline__dialog-Overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9; background-color: rgba(0, 0, 0, 0.2); }

._pipeline__pipelineWrapper ._pipeline__modelWrapper { float: left; width: 100%; max-width: 650px; background: #fff; border-radius: 5px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 20px 2px #ccc; z-index: 15; }

._pipeline__pipelineWrapper ._pipeline__modelWrapper * { outline: none; box-sizing: border-box; -moz-box-sizing: border-box; margin: 0px; padding: 0px; }

._pipeline__pipelineWrapper ._pipeline__modelWrapper ._pipeline__modelHeder { float: left; width: 100%; position: relative; padding: 15px; }

._pipeline__pipelineWrapper ._pipeline__modelWrapper ._pipeline__modelHeder ._pipeline__bellIcon { float: left; position: absolute; left: 15px; top: 15px; color: #f17921; font-size: 18px; }

._pipeline__pipelineWrapper ._pipeline__modelWrapper ._pipeline__modelHeder h3 { float: left; width: 100%; font-weight: normal; color: #f17921; padding-left: 30px; }

._pipeline__pipelineWrapper ._pipeline__modelWrapper ._pipeline__modelHeder ._pipeline__closeMin { position: absolute; right: 15px; top: 15px; font-size: 18px; }

._pipeline__pipelineWrapper ._pipeline__modelWrapper ._pipeline__modelHeder ._pipeline__closeMin span { float: left; padding: 0 0 0 20px; opacity: .7; }

._pipeline__pipelineWrapper ._pipeline__modelWrapper ._pipeline__modelBody { float: left; padding: 10px; padding: 15px; padding-top: 0px; width: 100%; }

._pipeline__pipelineWrapper ._pipeline__modelWrapper ._pipeline__modelBody ._pipeline__modelBodyINner { border: 1px solid #ccc; float: left; width: 100%; padding: 10px; height: 318px; overflow: auto; }

._pipeline__pipelineWrapper ._pipeline__owl-carousel ._pipeline__owl-stage { margin: 0 auto; padding-left: 0px !important; padding-right: 0px !important; }

._pipeline__pipelineWrapper ._pipeline__mobFiltersWrapper._pipeline__active input[type="checkbox"] { margin-top: 1px; float: left; height: 13px; width: 13px; }

._pipeline__pipelineWrapper ._pipeline__prospect-name:hover { text-decoration: underline; cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__salesPipeline a._pipeline__settings-link { color: inherit; }

._pipeline__pipelineWrapper ._pipeline__owl-carousel ._pipeline__owl-item:last-child { margin-right: 0px !important; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__headBodyItem h2 { position: relative; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__headBodyItem h2 ._pipeline__shorting { position: absolute; top: 0; right: 0; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__headBodyItem h2 ._pipeline__shorting ._pipeline__fa-exchange { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); font-size: 14px; cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__headBodyItem h2 ._pipeline__shorting ._pipeline__dropdown-menu { left: inherit; right: 0; top: 100%; }

._pipeline__pipelineWrapper ._pipeline__modelWrapper ._pipeline__modelHeder ._pipeline__closeMin span { cursor: pointer; }

._pipeline__pipelineWrapper ._pipeline__notiModel { max-width: 350px; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__cursor-disabled { opacity: 0.5 !important; pointer-events: none !important; cursor: not-allowed !important; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__cursor-pointer { cursor: pointer !important; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__modelHeder { min-height: 50px; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__modelBody { min-height: 60px; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__modelBody p { margin-bottom: 10px; }

._pipeline__pipelineWrapper ._pipeline__notiModel input { float: left; width: 100%; border: 1px solid #ccc; height: 42px; line-height: 42px; border-radius: 3px; padding: 10px; }

._pipeline__pipelineWrapper ._pipeline__notiModel._pipeline__confirm input { line-height: 21px; }

._pipeline__pipelineWrapper ._pipeline__notiModel select { float: left; width: 100%; border: 1px solid #ccc; height: 42px; line-height: 42px; border-radius: 3px; padding: 10px; margin-bottom: 10px; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__cd-buttons:after { content: ""; display: table; clear: both; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__cd-buttons li { float: left; width: 50%; list-style: none; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__cd-buttons li:first-child a { background: #959ca9; border-radius: 0 0 0 .25em; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__cd-buttons li:first-child a:hover { background-color: #c5ccd8; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__cd-buttons li:last-child a { background: #27AD60; border-radius: 0 0 .25em 0; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__cd-buttons li:last-child a._pipeline__cursor-pointer:hover { background-color: #2CCC6F; }

._pipeline__pipelineWrapper ._pipeline__notiModel ._pipeline__cd-buttons a { text-align: center; display: block; height: 46px; line-height: 46px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s; }

._pipeline__pipelineWrapper input[type=date]::-webkit-inner-spin-button { -webkit-appearance: none; display: none; }

._pipeline__pipelineWrapper ._pipeline__columnPanel { padding-left: 5px; padding-right: 5px; flex: 1; min-width: 279px; }

@media (max-width: 1679px) { ._pipeline__pipelineWrapper ._pipeline__columnPanel { min-width: 250px; } }

._pipeline__pipelineWrapper ._pipeline__columnPanel:first-child ._pipeline__dropdown-menu { right: -20px !important; }

._pipeline__pipelineWrapper ._pipeline__noProspect { display: block; text-align: center; }

._pipeline__pipelineWrapper ._pipeline__bgProspectDropable { background-color: #ffffcc; }

._pipeline__pipelineWrapper ._pipeline__dashboardWrapper { width: 100%; display: table; }

._pipeline__pipelineWrapper ._pipeline__dashboardWrapper ._pipeline__dashboardInner { width: 100%; display: table-row; display: -webkit-flex; display: flex; justify-content: space-around; }

._pipeline__pipelineWrapper ._pipeline__dropTargetBtnOver { outline-color: #000 !important; }

._pipeline__pipelineWrapper ._pipeline__dropTargetBtnInDrag { color: white !important; }

._pipeline__pipelineWrapper ._pipeline__toggle { display: inline-block; cursor: pointer; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; white-space: nowrap; }

._pipeline__pipelineWrapper ._pipeline__toggle > div { float: left; height: 24px; width: 50px; }

._pipeline__pipelineWrapper ._pipeline__toggle em { box-sizing: border-box; background-color: #ccc; display: inline-block; border-radius: 100px; width: 50px; height: 24px; padding: 0; position: relative; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

._pipeline__pipelineWrapper ._pipeline__toggle em em { position: absolute; top: 4px; left: 4px; background-color: #fff; width: 16px; height: 16px; border: 1px solid #ccc; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

._pipeline__pipelineWrapper ._pipeline__toggle._pipeline__on em { background-color: #2196F3; }

._pipeline__pipelineWrapper ._pipeline__toggle._pipeline__on em em { left: 28px; background-color: #fff; }

._pipeline__pipelineWrapper ._pipeline__toggle._pipeline__disabled { opacity: 0.5; pointer-events: none; -webkit-transition: opacity 0.25s; transition: opacity 0.25s; }

._pipeline__pipelineWrapper ._pipeline__toggle label { margin-left: 5px; line-height: 24px; }

._pipeline__pipelineWrapper ._pipeline__unselectable { -moz-user-select: -moz-none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker { float: left; width: 20%; max-width: 230px; margin-right: 10px; position: relative; }

._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker input, ._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker [class*="inputLike"] > span { float: left; width: 100% !important; border: 1px solid #445479; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; height: 34px; font-size: 16px; line-height: 1.3333333; padding: 5px 50px 5px 15px; background-color: #fff !important; color: #000000; }

._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker span[class*="control"] { bottom: 4px; color: #525252; right: 10px; }

._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker span[class*="clear"] { bottom: 7px; }

._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker [class*="headerSaveBtn"] a { color: #fff; padding-left: 24px; max-width: 100px; margin-top: 0px; }

._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker table tbody tr th { background: #f7f7f7; }

._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker table tbody tr td { font-size: 15px; padding: 10px 5px; border-top: 1px solid #eee; word-wrap: break-word; box-sizing: content-box; }

._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker [class*="employeeHistory"] { top: 38px; width: calc(100% - 5px); }

._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker [class*="overlay__overlay"] [class*="scrollableContainer"] [class*="components__searchPanel"] [class*="form__toolbar"] [class*="table__pagination"] [class*="table__label"] { margin-right: 10px; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap { float: left; width: 20%; max-width: 230px; margin-right: 10px; position: relative; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] a[class*="btn"] { background: #fff !important; border: none !important; height: 33px; border-radius: 5px; color: #000000 !important; line-height: 26px; padding-left: 10px; margin-top: 1px; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] a[class*="btn"] [class*="label"] [class*="inner"] [class*="text"] { width: 188px; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] a [class*="downArrow"] { margin-right: 5px; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] a [class*="downArrow"]:after { border-top-color: #333333; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] [class*="menu"][class*="open"] { top: 38px; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] [class*="menu"] [class*="community-picker-popup-menu"] { top: 30px; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] [class*="menu"] [class*="community-picker-popup-menu"] ul li[class*="selectedItem"] em { margin-right: 10px; margin-top: 8px; background: #fff url(../../8a57c00cf9e5496f/images/sprite.png) scroll no-repeat; background-position: -180px -426px; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="StringInputFilter"] * { box-sizing: content-box; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="StringInputFilter"] input { box-sizing: border-box; line-height: 18px; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="StringInputFilter"] [class*="communitySettingButton"] [class*="kebab"] { background: url(../../b6aee2e66e0e0a90/images/salespipeline-images.png); background-position: -17px -49px; background-size: 145px; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="StringInputFilter"] [class*="communitySettingButton"] ul { padding-left: 10px; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap._pipeline__disabled { cursor: auto; pointer-events: none; }

._pipeline__pipelineWrapper ._pipeline__communityDropWrap span[class*="L2"]:first-of-type { padding-left: 50px !important; }

@media (min-width: 1601px) { ._pipeline__pipelineWrapper ._pipeline__communityDropWrap { width: 330px; max-width: 330px; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] { width: 100%; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] { width: 100%; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] a { width: 100%; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] a[class*="btn"] [class*="label"] [class*="inner"] { width: calc(100% - 30px); }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] a[class*="btn"] [class*="label"] [class*="inner"] [class*="text"] { width: 100%; margin-right: 0; } }

._pipeline__pipelineWrapper ._pipeline__mobiFilter._pipeline__communityPickerOpen ._pipeline__mobFiltersWrapper._pipeline__active { overflow: hidden; }

._pipeline__pipelineWrapper ._pipeline__mobiFilter._pipeline__communityPickerOpen ._pipeline__mobFiltersWrapper._pipeline__active ._pipeline__mobFilterInner { height: calc(100% - 42px); display: inline-block; width: 100%; }

._pipeline__pipelineWrapper ._pipeline__mobiFilter._pipeline__communityPickerOpen ._pipeline__mobFiltersWrapper._pipeline__active ._pipeline__mobFilterInner ._pipeline__communityDropWrap { height: 100%; }

._pipeline__pipelineWrapper ._pipeline__mobiFilter._pipeline__communityPickerOpen ._pipeline__mobFiltersWrapper._pipeline__active ._pipeline__mobFilterInner ._pipeline__communityDropWrap [class*="btnMenu"] { max-height: 100%; }

._pipeline__pipelineWrapper ._pipeline__mobiFilter._pipeline__communityPickerOpen ._pipeline__mobFiltersWrapper._pipeline__active ._pipeline__mobFilterInner ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] { height: 100%; }

._pipeline__pipelineWrapper ._pipeline__mobiFilter._pipeline__communityPickerOpen ._pipeline__mobFiltersWrapper._pipeline__active ._pipeline__mobFilterInner ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] [class*="menu open"] { height: calc(100% - 28px); min-width: calc(100% - 30px); width: calc(100% - 30px) !important; margin: 0 15px; }

._pipeline__pipelineWrapper ._pipeline__mobiFilter._pipeline__communityPickerOpen ._pipeline__mobFiltersWrapper._pipeline__active ._pipeline__mobFilterInner ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] [class*="menu open"] [class*="communitySettingButton"] [class*="community-picker-popup-menu"][class*="open"] { left: inherit !important; width: 150px !important; top: 30px; height: auto !important; margin: 0 !important; }

._pipeline__pipelineWrapper ._pipeline__mobiFilter._pipeline__communityPickerOpen ._pipeline__mobFiltersWrapper._pipeline__active ._pipeline__mobFilterInner ._pipeline__communityDropWrap [class*="btnMenu"] [class*="wrapper"] [class*="menu open"] [class*="list"] { max-height: calc(100% - 62px) !important; height: calc(100% - 62px); }

@media (max-width: 1279px) { ._pipeline__pipelineWrapper ._pipeline__headerINner ._pipeline__shorting { width: 9%; }
  ._pipeline__pipelineWrapper ._pipeline__mobFiltersWrapper ._pipeline__mobileSelect { padding-left: 0; }
  ._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__checkSelect { padding: 10px 15px !important; }
  ._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__checkSelect ._pipeline__employeeSearchPicker { width: 100%; max-width: 100%; margin-right: 0; }
  ._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__checkSelect ._pipeline__employeeSearchPicker input[name="SalesRep_Employee_ID"] { height: 26px; border: 1px solid #ccc !important; pointer-events: auto; color: #333; font-size: 12px; padding-left: 5px; }
  ._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__checkSelect ._pipeline__employeeSearchPicker input, ._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__checkSelect ._pipeline__employeeSearchPicker [class*="inputLike"] > span { font-size: 12px; height: auto; padding: 5px; border: 1px solid #ccc; }
  ._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__checkSelect ._pipeline__employeeSearchPicker [class*="common_symbols__times"] { bottom: 3px; }
  ._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__checkSelect ._pipeline__employeeSearchPicker span[class*="common_components__search"] { bottom: 0px; }
  ._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__checkSelect ._pipeline__employeeSearchPicker span[class*="control"] { bottom: 3px; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap { width: 100%; max-width: 100%; margin-right: 0; padding: 20px 0 0 0 !important; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap > [class*="btnMenu"]:first-of-type > [class*="wrapper"]:first-of-type { width: 100%; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap > [class*="btnMenu"]:first-of-type > [class*="wrapper"]:first-of-type a[class*="btn"] { width: calc(100% - 30px); border: 1px solid #ccc !important; border-radius: 0.25rem; padding-left: 0px; line-height: 18px; height: 28px; margin: 0 15px; position: relative; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap > [class*="btnMenu"]:first-of-type > [class*="wrapper"]:first-of-type a[class*="btn"] [class*="label"] { width: 100%; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap > [class*="btnMenu"]:first-of-type > [class*="wrapper"]:first-of-type a[class*="btn"] [class*="label"] [class*="inner"] { width: 100%; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap > [class*="btnMenu"]:first-of-type > [class*="wrapper"]:first-of-type a[class*="btn"] [class*="label"] [class*="inner"] [class*="text"] { width: 100%; font-size: 12px; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap > [class*="btnMenu"]:first-of-type > [class*="wrapper"]:first-of-type a[class*="btn"] [class*="downArrow"] { position: absolute; right: 0; margin-right: 1px; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap > [class*="btnMenu"]:first-of-type > [class*="wrapper"]:first-of-type a[class*="btn"] [class*="downArrow"]:after { border: 5px solid #333333; border-color: transparent; border-top-color: #333333; }
  ._pipeline__pipelineWrapper ._pipeline__communityDropWrap > [class*="btnMenu"]:first-of-type > [class*="wrapper"]:first-of-type [class*="menu"][class*="open"] { left: 0 !important; width: auto !important; top: 51px; }
  ._pipeline__pipelineWrapper ._pipeline__employeeSearchPicker { float: left; }
  ._pipeline__pipelineWrapper ._pipeline__employeeSearchPicker input[name="SalesRep_Employee_ID"] { border-radius: 0.25rem; } }

@media (max-width: 1279px) { ._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__bodyWrapper { float: left; width: 100%; height: calc(100% - 47px); }
  ._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__bodyWrapper ._pipeline__bodyInner { height: 100%; border: none; overflow-y: hidden !important; }
  ._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__bodyWrapper ._pipeline__bodyInner > div:first-of-type { height: 100%; }
  ._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__bodyWrapper ._pipeline__bodyInner > div:first-of-type > div:first-of-type { height: 100%; }
  ._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__bodyWrapper ._pipeline__bodyInner > div:first-of-type > div:first-of-type > div:first-of-type { height: 100%; }
  ._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__bodyWrapper ._pipeline__bodyInner > div:first-of-type > div:first-of-type > div:first-of-type ._pipeline__col-md-20 { height: 100%; }
  ._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__bodyWrapper ._pipeline__bodyInner > div:first-of-type > div:first-of-type > div:first-of-type ._pipeline__col-md-20 ._pipeline__singleBodyItem { height: 100%; }
  ._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__bodyWrapper ._pipeline__bodyInner > div:first-of-type > div:first-of-type > div:first-of-type ._pipeline__col-md-20 ._pipeline__singleBodyItem ._pipeline__bodyScroll { height: calc(100% - 54px); padding-bottom: 0; } }

@media (max-width: 767px) { ._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__owl-nav { top: 0px; right: 0px; width: 110px; background: #f8f8f8; height: 52px; }
  ._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__owl-nav ._pipeline__owl-prev { width: 30px; float: left; margin: 0 5px; margin-top: 10px; }
  ._pipeline__pipelineWrapper ._pipeline__mobiBody ._pipeline__owl-nav ._pipeline__owl-next { width: 30px; float: right; margin: 0 0px; margin-right: 40px; margin-top: 10px; }
  ._pipeline__pipelineWrapper ._pipeline__employeeSearchPickerWrap ._pipeline__employeeSearchPicker > div > div > label > [class*="inputLike"] { height: 28px; } }

@media only screen and (min-device-width: 415px) and (max-device-width: 600px) { ._pipeline__pipelineWrapper ._pipeline__singleBodyItem ._pipeline__bodyScroll { height: -webkit-calc(100vh - 126px) !important; height: -moz-calc(100vh - 126px) !important; height: -ms-calc(100vh - 126px) !important; height: -o-calc(100vh - 126px) !important; height: calc(100vh - 126px) !important; } }

._pipeline__applyBtnStyle { margin-left: 30px; float: left; padding-bottom: 10px; }

._pipeline__applyBtnStyle a { position: relative; right: 10px; cursor: pointer; padding: 7px 10px 7px 30px !important; border-radius: 3px; text-align: center; background: #2dc771; color: #fff; font-size: 16px; }

._pipeline__applyBtnStyle a ._pipeline__tick { width: 22px; height: 22px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: -4px; left: -2px; }

._pipeline__applyBtnStyle a ._pipeline__tick:after { content: ""; position: absolute; width: 2px; height: 11px; background-color: #ffffff; left: 24px; top: 5px; }

._pipeline__applyBtnStyle a ._pipeline__tick:before { content: ""; position: absolute; width: 6px; height: 2px; background-color: #ffffff; left: 20px; top: 15px; }

/*app/styles/emarOverlay.scss*/
._emarOverlay__menuResidentDetails ._emarOverlay__pinIcon { background-image: url("../../6bd9099ff4ba0096/images/sprite-global.svg"); background-repeat: no-repeat; display: inline-block; width: 24px; height: 24px; background-position: -224px -22px; float: left; margin-left: 8px; margin-top: 10px; }

._emarOverlay__menuResidentDetails ._emarOverlay__rotatePin { transform: rotate(90deg); position: relative; bottom: 4px; width: 24px; height: 24px; float: left; margin-left: 8px; }

._emarOverlay__menuResidentDetails ._emarOverlay__spriteImages ._emarOverlay__crossIcon { background-image: url("../../6bd9099ff4ba0096/images/sprite-global.svg"); background-repeat: no-repeat; display: inline-block; width: 24px; height: 24px; background-position: -258px -95px; cursor: pointer; float: right; margin-right: 8px; }

._emarOverlay__menuResidentDetails ._emarOverlay__residentImage { text-align: center; color: black; padding: 10px 0; }

._emarOverlay__menuResidentDetails ._emarOverlay__residentImage img { width: 135px; height: 135px; }

._emarOverlay__menuResidentDetails ._emarOverlay__residentName { text-align: center; font-size: 18px; font-family: "Roboto"; color: #000000; font-weight: 700; margin: 5px; }

._emarOverlay__menuResidentDetails ._emarOverlay__residentLink { text-decoration: none; cursor: pointer; }

._emarOverlay__menuResidentDetails ._emarOverlay__unit { text-align: center; color: #666; margin: 10px; }

._emarOverlay__menuResidentDetails ._emarOverlay__changeResident { text-align: center; text-decoration: underline; color: #1976d2; font-weight: 600; margin: 0; cursor: pointer; padding: 0 0 15px 0; }

._emarOverlay__menuResidentDetails ._emarOverlay__loaStatus { color: #ff0000; text-align: center; font-size: 15px; font-weight: 700; }

._emarOverlay__menuResidentDetails ._emarOverlay__detailsWrapper { padding: 10px; }

._emarOverlay__menuResidentDetails ._emarOverlay__detailsWrapper ._emarOverlay__gridCell { text-align: right; display: inline-block; color: #666666; font-size: 12px; margin-right: 14px; width: 43%; font-weight: 600; }

._emarOverlay__menuResidentDetails ._emarOverlay__detailsWrapper ._emarOverlay__gridValue { text-align: left; display: inline-flex; font-size: 12px; color: #000000; width: 51%; font-family: "Roboto"; font-weight: 600; }

._emarOverlay__menuResidentDetails a { position: absolute; top: 0; left: 10px; text-decoration: none; font-size: 32px; color: #1976D2; }

@media (max-width: 1024px) { ._emarOverlay__menuResidentDetails ._emarOverlay__spriteImages ._emarOverlay__rotatePin { bottom: 2px; }
  ._emarOverlay__menuResidentDetails ._emarOverlay__spriteImages ._emarOverlay__pinIcon { margin-right: 10px; }
  ._emarOverlay__menuResidentDetails ._emarOverlay__spriteImages ._emarOverlay__unPinIcon { margin-right: 10px; } }

@media (max-width: 767px) { ._emarOverlay__residentImage img { margin-left: 0px !important; }
  ._emarOverlay__menuResidentDetails ._emarOverlay__detailsWrapper ._emarOverlay__residentImage { margin-top: 15px; }
  ._emarOverlay__menuResidentDetails ._emarOverlay__detailsWrapper ._emarOverlay__gridCell { font-size: 16px; margin-bottom: 7px; font-weight: 500; }
  ._emarOverlay__menuResidentDetails ._emarOverlay__detailsWrapper ._emarOverlay__gridValue { font-size: 16px; font-weight: 800; } }

/*app/styles/tablerecord.scss*/
._tablerecord__recordDetailsWrapper > [class*="_common_form__newHeader"] { margin: 0 !important; }

._tablerecord__recordDetailsWrapper ._tablerecord__disabled { pointer-events: none; opacity: 0.6 !important; cursor: default; }

._tablerecord__recordDetailsWrapper ._tablerecord__disabled ._tablerecord__iconQuestion { pointer-events: auto; }

._tablerecord__recordDetailsWrapper ._tablerecord__wrapperDivRecord { display: block; }

@media (max-width: 767px) { ._tablerecord__recordDetailsWrapper ._tablerecord__wrapperDivRecord { position: fixed; width: 100%; } }

._tablerecord__recordDetailsWrapper ._tablerecord__InnerWrapperRecord { display: block; }

@media (max-width: 767px) { ._tablerecord__recordDetailsWrapper ._tablerecord__InnerWrapperRecord { width: 100%; overflow-x: scroll; } }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable { width: 100%; height: 230px; overflow-y: scroll; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable table { padding: 0 15px 5px 15px; color: #000; width: 100%; background: #fff; border-top: 1px solid #eee; max-width: 100%; border-spacing: 0; table-layout: fixed; border-top: none; overflow-y: auto; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable table thead th { text-align: left; font-size: 16px; padding: 5px 10px 5px 10px; position: -webkit-sticky; position: sticky; top: 0; z-index: 1; background-color: #fff; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable table thead th:nth-child(1) { width: 120px; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable table thead th:nth-child(2) { width: 125px; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable table tbody tr td { border: none; border-top: 1px solid #eee; border-bottom: 1px solid #eee; font-size: 16px; text-align: left; word-wrap: break-word; min-width: 105px; padding: 5px 0; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable ._tablerecord__tableSmallRecord { padding: 5px 10px 5px 10px !important; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable ._tablerecord__tableSmallRecord select { border: none; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable ._tablerecord__crossIcon { fontSize: 24px; font-weight: bolder; color: red; cursor: pointer; padding-right: 10px; float: right; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable ._tablerecord__tdWdt { width: 50%; height: 26px; border: none; background: local; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable ._tablerecord__tdWdtError { width: 50%; height: 23px; border: 1px dashed red; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable ._tablerecord__error { border: 2px dashed red; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable ._tablerecord__close_error { cursor: pointer; font-size: 20px; font-weight: 400; }

@media (max-width: 414px) { ._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable ._tablerecord__textError { top: 5px; } }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable ._tablerecord__selBorderError select { border: 1px dashed red !important; padding: 5px; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable ._tablerecord__cross_pointer { cursor: pointer; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable [class*="btnDelete"] { position: relative; cursor: pointer; background: transparent; border: none; width: 18px; height: 28px; float: right; top: 0; margin: 0; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable [class*="btnDelete"]:before, ._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable [class*="btnDelete"]:after { content: ""; position: absolute; height: 20px; width: 2px; transform: rotate(45deg); background: red; top: 5px; }

._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable [class*="btnDelete"]:before { transform: rotate(-45deg); }

._tablerecord__recordDetailsWrapper ._tablerecord__addNewRecord { background: #169bd5; margin: 12px 10px 10px 0px; border: 1px solid #169bd5; float: right; padding: 6px 10px; color: white; border-radius: 3px; cursor: pointer; }

@media (max-width: 767px) { ._tablerecord__recordDetailsWrapper ._tablerecord__addNewRecord { position: absolute; display: block; right: 0; } }

._tablerecord__recordDetailsWrapper ._tablerecord__addNewWrapperRecord { width: 100%; }

@media (max-width: 767px) { ._tablerecord__recordDetailsWrapper ._tablerecord__textError { top: 5px; }
  ._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable { width: 150%; margin-top: 60px; height: calc(100vh - 100px); } }

@media (max-width: 767px) and (max-width: 414px) { ._tablerecord__recordDetailsWrapper ._tablerecord__scrollTable { width: 250%; } }
