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 */
._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__close { position: absolute; right: 5px; top: 5px; font-size: 16px; color: gray; cursor: pointer; }

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

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__errorToastMessage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__active { position: static !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { position: relative; padding: 0 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header > * { display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerLegendHelpText { display: inline; }

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeAlertHeader { padding-top: 60px; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer table a { margin-right: 0px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group { padding: 5px 10px 10px 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { color: #A3A3A3; padding: 0 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { color: #A3A3A3; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet h3 { padding: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer { padding: 5px 5px 10px 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__age input[disabled] { background-color: #fff !important; border-color: #e5e5e5; color: #999 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__message { font-weight: bold; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__message span, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__message div { color: #000; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__oneLine label, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__oneLine div { display: flex; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__oneLine label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__oneLine div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { margin-bottom: auto; padding-right: 25px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__oneLine._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__categoryFilter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { padding-right: 10px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__oneLine._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__categoryFilter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { padding-right: 25px; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label *, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label * { display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label span, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div span { font-weight: bold; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input { padding: 0 3px; line-height: 19px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type=date], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type=date] { line-height: 17px; min-width: 120px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="text"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="email"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="number"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="password"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label select, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="text"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="email"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="number"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="password"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div select, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike { width: 100%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike { padding: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike span, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike span { height: 23px; line-height: 27px; padding: 0 3px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="text"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="search"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="date"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="email"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="number"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="password"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label select, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="text"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="search"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="date"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="email"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="number"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="password"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div select, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="text"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="search"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="date"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="email"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="number"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="password"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label select:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="text"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="search"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="date"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="email"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="number"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="password"]:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div select:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike:focus { padding: 4px 2px; background-color: #f7f7f7; outline: none; margin-bottom: 0; border-bottom-width: 3px; border-bottom-color: #333; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="text"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="search"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="date"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="email"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="number"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="password"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label select::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="text"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="search"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="date"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="email"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="number"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="password"]::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div select::placeholder, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike::placeholder { opacity: 0.5; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="text"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="search"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="date"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="email"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="number"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type="password"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label select::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="text"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="search"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="date"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="email"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="number"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type="password"]::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div select::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike::-ms-expand { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike { padding: 0; height: 28px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label select::-ms-expand, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div select::-ms-expand { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label select:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div select:focus { height: 30px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type=date]::-webkit-clear-button, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input[type=date]::-webkit-inner-spin-button, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type=date]::-webkit-clear-button, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input[type=date]::-webkit-inner-spin-button { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label textarea, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label textarea:hover, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label textarea:focus, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div textarea:hover, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div textarea:focus { outline: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label select, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label textarea, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div select, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div textarea, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike { color: #000; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label select[disabled], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div select[disabled] { color: #666; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike span, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike span { display: inline-block; cursor: pointer; font-weight: normal; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__timePicker, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__timePicker { display: flex; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__timePicker div, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__timePicker div { flex: 1; padding: 0 3px 0 0px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__timePicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__period, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__timePicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__period { display: flex; flex-direction: column; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__timePicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__period input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__timePicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__period input { width: inherit; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__timePicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__period select, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__timePicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__period select { width: 34px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle { display: flex; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle span { display: inline-block; width: auto; min-width: 23px; padding: 2px 0 0 5px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__switch { position: relative; display: inline-block; width: 32px; height: 20px; min-width: 32px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__switch input { opacity: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__switch input:checked + ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__slider { background-color: #2196F3; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__switch input:checked + ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__slider:before { left: 16px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__switch input:focus + ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__slider { box-shadow: 0 0 1px #4E81BD; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__switch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__switch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__slider:before { position: absolute; content: ""; height: 12px; width: 12px; left: 4px; bottom: 4px; background-color: white; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__switch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__slider._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__round { border-radius: 20px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__switch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__slider._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__round:before { border-radius: 50%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__options { border: 1px solid #CCC; overflow-y: auto; padding: 10px; margin-top: 10px; border-radius: 3px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioGroup > span { padding-right: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { margin: 0; padding: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioGroup label { display: inline-flex; padding: 4px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioGroup label span { display: inline-block; width: auto; padding: 0 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioGroup label input { min-width: 16px; width: 16px; height: 13px; margin: 4px 2px 2px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pill { display: flex; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pill ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pillButton { flex: 1; cursor: pointer; border: 1px solid #d9d9d9; border-right-style: none; text-align: center; padding: 5px 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pill ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pillButton._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__active { cursor: default; background: #d9d9d9; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pill ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pillButton:first-child { border-radius: 5px 0 0 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pill ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pillButton:last-child { border-right-style: solid; border-radius: 0 5px 5px 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike { border-color: #eee; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__button { background: #eee; height: 100%; border-radius: 2px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__button > span { padding: 2px 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__menu { border-radius: 2px; margin: 0; padding: 0; border: none; width: 100%; min-width: 200px; box-shadow: 0 0 3px #ccc; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__menu ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__option { padding: 7px 10px 7px 40px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__menu ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__option:hover { background: #eee; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__menu ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__option._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__separator { padding: 0; margin: 0; border-bottom: 1px solid #ccc; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__menu ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__option._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__separator > span { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__menu ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__option ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__icon { top: 7px; left: 7px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__option { position: relative; text-align: left; padding: 2px 10px 2px 32px; white-space: nowrap; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__option ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__icon { position: absolute; top: 2px; left: 2px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__multiple { width: 100%; font-size: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dropdown._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__multiple > div:first-child { border-radius: 0; border: none; border-bottom: 1px solid #999; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tagInput { position: relative; padding-right: 40px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tagInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__compact ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tag { display: inline-block; padding-right: 30px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tagInput span._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__clear { color: red; position: absolute; right: 35px; top: 2px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tagInput span._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__apply { color: #169bd5; position: absolute; right: 5px; top: 2px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tagInput span._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tagInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tag { position: relative; border: 1px solid; border-radius: 3px; padding: 2px 10px; background: #eee; margin: 5px 5px 0 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tagInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tag span:last-child { position: absolute; top: 0; right: 0; color: red; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inputLike { display: inline-block; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__stretch { min-width: 405px; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__center { justify-content: center; }

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

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__approveButton { min-width: 90px; padding: 9px 0px 7px 0px; font-size: 16px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

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

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__approveButton { border: none !important; margin-left: 7.5px !important; border-radius: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__cancelButton { border: 1px solid #999; margin-right: 7.5px; background: #fff; color: #333; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__buttonWrapper { display: inline-flex !important; justify-content: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__stretch { min-width: 405px; max-width: 405px; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__stretch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__multiSubmitToolbar a:nth-last-child(2) span { color: white; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolTipContainer label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { display: inline-flex; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolTipContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__glyphicon { padding-left: 10px; vertical-align: middle; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolTipContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__glyphicon._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lastModHelpIcon { padding-left: 0; }

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolTipContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__helpIconsWithDate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__glyphicon { display: inline; padding-left: 0; top: 0px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { display: flex; flex-direction: column; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group { display: flex; flex-direction: column; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__children { flex: 1; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField { margin: 0 -5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { position: relative; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h3 { display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header span { position: absolute; right: 3px; bottom: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem { position: relative; height: 30px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer { position: absolute; left: 0; right: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__remove { position: absolute; right: 0; top: 0; padding: 2px; color: red; font-size: 14px; visibility: hidden; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem:hover ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__remove { visibility: visible; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contactField { display: flex; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contactField > div { position: static; flex: 1.5; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contactField > div select { color: #666666 !important; font-weight: bold; min-width: 90px; font-size: 15px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contactField > div:nth-child(2) { flex: 3; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contactField > div:nth-child(2) input { padding-right: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contactField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__mailLink { cursor: pointer; position: absolute; right: 0; bottom: -2px; background: #fff; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contactField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__mailLink ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__emailIcon { width: 30px; height: 30px; display: inline-block; background: transparent url(../../28e9d18bd9ec68e3/images/graphql-sprite.png) -117px -172px no-repeat; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contactField._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__showMailTo + ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__remove { right: 25px; top: 3px; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__orderedFormSet { counter-reset: item; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__orderedFormSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem { margin-left: 2em; position: relative; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__orderedFormSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__orderedFormSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem { margin-left: -10px; margin-bottom: 10px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__orderedFormSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem:before { bottom: inherit; top: 7px; left: 16px; background: transparent; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__helpText { width: 250px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__helpText ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__rc-tooltip-inner { text-align: left; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__helpIconText { width: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { color: red !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldErrorMessage { font-weight: normal !important; color: red; display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainer { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__active { display: block; position: absolute; right: 15px; bottom: 15px; width: 25%; text-align: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__left { left: 0; width: 50%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__message { color: red; display: flex; align-items: center; padding: 0 1em; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainerToast { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainerToast._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__selectPickerMessageToast ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__message { font-size: 12px !important; color: red !important; font-weight: normal !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainerToast._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainerToast._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__active { right: 5px; } }

@media (min-width: 767px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainerToast._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__active { right: 21px; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainerToast._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__left { left: 0; right: auto; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainerToast ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__message { color: red; padding: 5px 10px 5px 5px; display: flex; font-size: 12px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__messagesContainerToast ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

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

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

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__delete-error ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldErrorMessage { display: block; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commType hr { width: 100%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commType ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__options { max-height: 370px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__descriptiveLabel { display: flex; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__descriptiveLabel > * { color: #000; }

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__hidden { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show { position: absolute; top: -300px; width: 253px; height: 295px; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarBelow ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show { z-index: 1; bottom: inherit; top: 52px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarBelow ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__offSetMiddle { top: 50% !important; bottom: 0 !important; transform: translateY(-50%); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarBelow._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__rightAligned ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show { right: 15px; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioOverlayPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioOverlayPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__hidden { display: none; }

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioOverlayPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByRadioPicker span { position: absolute; top: 10px; left: 10px; width: auto; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioOverlayPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByRadioPicker span:hover { text-decoration: underline; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioOverlayPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByRadioPicker span em { float: left; display: inline-block; height: 22px; width: 22px; background: url(../../a578c5203cf95272/images/sprite-global.svg) no-repeat -164px -2px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioOverlayPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByRadioPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByOptions { display: inline-block; position: absolute; bottom: 35px; background: white; left: 15px; border: 1px solid #1e90ff; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioOverlayPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByRadioPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByOptions ul { list-style: none; margin: 0 0 0 -40px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioOverlayPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByRadioPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByOptions ul li { margin: 0px; padding: 6px 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioOverlayPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByRadioPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByOptions ul li:hover { color: #fff; background-color: #03A9F4; }

@media (max-width: 320px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__radioOverlayPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__sortByRadioPicker { font-size: 13px; } }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dateInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__show { padding: 1px; width: auto; height: 258px; min-width: 237px; font-size: 15px; top: 56px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dateInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarInput span { height: 20px; width: 100%; display: block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dateInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarInput span._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__placeholderSpan { color: #000; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dateInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__calendarInput span._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__disabledPlaceholderSpan { border-bottom: 1px solid #a9a9a9; cursor: context-menu; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__glyphicon { margin-right: 5px; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h1 { margin: 0; background-color: transparent; color: #fff; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__menu { display: inline-block; margin: 15px 5px 15px 15px; padding: 0; width: 180px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__menu > * { display: block; padding: 15px 20px; background: white; cursor: pointer; font-weight: bold; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__menu > * ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__active { color: #ff9900; }

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form { min-width: unset; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer { background: transparent; box-shadow: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar { background: transparent; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer { position: absolute; right: 0; left: 180px; bottom: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pad { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar { position: absolute; right: 0; left: 0; bottom: 0; background: transparent; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar > * { margin: 0 20px 0 0; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__visibleFooter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footerSaveBtn { position: relative; top: 10px; width: 95%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__visibleFooter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footerSaveBtn a { position: static; display: block; max-width: 95%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__visibleFooter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footerSaveBtn a ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tick { width: 15px; height: 15px; display: inline-block; position: relative; top: -12px; left: -10px; }

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fullPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fullPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fullPage label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { flex: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fullPage label div { flex: initial; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fullPage textarea { flex: 1; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__notesPanel._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inlineForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { overflow-x: visible; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__notesPanel._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inlineForm._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { overflow-x: visible; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inlineForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { color: #333; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inlineForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header span { margin: 0 !important; font-weight: normal !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inlineForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header span._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostInquiry { margin-left: 12px !important; margin-top: 4px !important; float: left; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inlineForm._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { overflow-y: visible; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { color: #666666 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__salutation { margin: 0; padding-top: 2px !important; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contact span:first-child { top: 13px; }

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

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__unitSearchTable { margin-top: 35px; }

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

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

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

@-moz-document url-prefix() { 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"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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%); }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__alertFormOverlay { min-width: 380px !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper [class*="scrollableContainer"] > div { position: fixed !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet { position: inherit !important; } }

div[class*="searchPanel"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__children { overflow: auto; }

div[class*="searchPanel"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__children div[class*="content"] { overflow: auto; }

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

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

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

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

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

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

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

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

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

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

div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewBtn ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewBtn ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewBtnInner ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__addIcon { position: absolute; display: block; top: 12px; left: 7px; cursor: pointer; }

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

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

div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer > div:first-child._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer { padding: 0; }

div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { overflow-x: visible; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerWrapper [class*="overlay__overlay"] [class*="components__searchPanel"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchFilter label input { margin-bottom: 0 !important; padding-left: 2px !important; padding-right: 2px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerWrapper [class*="overlay__overlay"] [class*="components__searchPanel"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchFilter label input:focus ~ [class*="iePlaceholder"] { left: 8px; }

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

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

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer select { height: auto !important; margin-bottom: 2px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer select:focus { height: auto !important; margin-bottom: 0px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error { margin-bottom: 0px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group { padding: 5px 10px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer { padding: 5px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__checkboxCustomNA { padding-top: 40px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { padding-left: 5px !important; padding-right: 5px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__menu { display: none !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h1 { font-weight: normal; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main { overflow-y: hidden !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { overflow: hidden !important; }

@supports (-ms-ime-align: auto) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { overflow: visible !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { overflow: visible !important; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__emarSetupDetail ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__resAllergy ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { overflow: auto !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__emarSetupDetail ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__addDiagnosisWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { overflow: auto !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddReferral ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet { overflow: visible !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddReferral ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet { margin-left: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddReferral ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeIcon { cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddReferral ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper h3 { padding: 15px 10px 0px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddReferralSource ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { overflow-y: auto !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddReferralSource ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { overflow: visible !important; } }

@supports (-ms-ime-align: auto) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddReferralSource ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { overflow: visible !important; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddReferralSource > [class*="parentOverlay"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { -webkit-overflow-scrolling: auto; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddReferralSource [class*="components__searchPanel"] > div._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewWrap { overflow: visible !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddReferralSource ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { padding: 10px 15px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddReferralSource ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header > h1 { display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { padding: 0 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h1 { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h3 { font-weight: normal; font-size: 16px; margin-left: 7px !important; padding: 0px !important; margin-bottom: 0 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__quickAddSearch input { border-bottom-style: solid !important; width: 100% !important; margin-bottom: 2px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__quickAddSearch input:focus { margin-bottom: 0px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__quickAddSearch span { right: 2px; bottom: 14px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__quickAddSearch._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error input { border-bottom-style: dashed !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__referralSourceSearchCommunity input { padding-right: 20px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryIs { padding-bottom: 0px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryIs label label { width: 50%; padding: 0 !important; position: relative; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryIs label label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryIs label label input { position: absolute; width: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; opacity: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryIs label label input:checked + ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__relatiionshipDrowdown { margin-top: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error select, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error textarea { border-bottom-style: dashed !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__left { left: 0; width: 100%; bottom: 57px; font-size: 13px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__error._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__left ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__message { float: left; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content { bottom: 75px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h1 { display: block !important; }

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contactField > div select { font-weight: normal !important; color: #000 !important; }

@-moz-document url-prefix() { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contactField > div select { height: 28px; } }

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer { left: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar > * { margin: 0 8px 0 0; flex: 1 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar { padding-right: 15px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar a:last-child { flex: 1; max-width: 50%; margin: 0px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { background: #ffffff !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main { margin-top: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form { background: #ffffff; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident { width: 80% !important; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { background: #f1f1f1; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft [class*="_common__btnClose"] { color: #666 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__cancelText { color: #666 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h1 { color: #333; font-size: 18px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a { padding: 7px 10px 7px 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicate em { font-weight: normal; display: block; color: #666; margin: 8px 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__prohibitSSNStyle { color: red; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formHeading { margin: 10px 15px 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formHeading span { font-weight: bold; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateRecordsBlock { height: calc(100% - 100px); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__popupWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapperComm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { background: #FFF; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__popupWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapperComm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content { margin-top: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateResident ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__popupWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapperComm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content a { color: blue; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet [class*="pastCommButton"] { background: transparent; color: blue; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeIcon { position: absolute; left: 15px; top: 7px; width: 32px; height: 32px; opacity: 1; }

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeIcon:before { transform: rotate(45deg); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeIcon:after { transform: rotate(-45deg); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper h3 em { color: #ff0000; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm { background: #fff !important; margin: 0 !important; padding: 0 !important; box-shadow: none !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dataWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dataWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__editBtn ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__editIcon { height: 20px; width: 20px; background: url(../../b6aee2e66e0e0a90/images/salespipeline-images.png) no-repeat; background-position: -215px -123px; position: absolute; left: 7px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dataWrapper table { width: 100%; table-layout: fixed; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dataWrapper table tr td, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dataWrapper table tr td, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__dataWrapper table tr th { word-break: break-all; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicate { text-align: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contentHeader { margin: 5px 0 0 0; color: #000; font-weight: bold; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__contentHeader em { color: red; display: block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__cardWrapper { max-height: 205px; overflow: auto; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateCards { max-height: 392px; overflow: auto; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer { left: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar > * { margin: 0 8px 0 0; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader { margin: -5px 0 0 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h1 { padding-top: 13px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper [class*="parentOverlay"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm { padding-bottom: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__duplicateWrapper [class*="parentOverlay"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__inquiryForm { overflow: hidden !important; } }

div[class*="searchPanel"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { box-sizing: border-box; overflow-y: hidden !important; }

div[class*="searchPanel"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer table { height: 100%; max-height: 100%; min-height: 10px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader { background: #f1f1f1; margin: -5px -5px 0 -5px; min-height: 50px; font-size: 20px; font-family: 'Roboto'; position: relative; text-align: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header { text-align: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h1 { font-size: 20px; margin: 0; padding-top: 13px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader h3 { padding-top: 10px !important; font-size: 20px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__close { color: #000; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tick { width: 22px; height: 22px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: -5px; left: -2px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tick:after { content: ""; position: absolute; width: 2px; height: 11px; background-color: #ffffff; left: 24px; top: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tick:before { content: ""; position: absolute; width: 6px; height: 2px; background-color: #ffffff; left: 20px; top: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__plus { position: absolute; display: block; top: 16px; left: 10px; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__plus:before { content: ''; position: absolute; width: 15px; height: 2px; background: #fff; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__plus:after { content: ''; position: absolute; width: 15px; height: 2px; background: #fff; transform: rotate(90deg); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn[class*="disabled"] { opacity: 1; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn[class*="disabled"] a { color: rgba(255, 255, 255, 0.6) !important; border-color: rgba(255, 255, 255, 0.6) !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn[class*="disabled"] a ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn[class*="disabled"] a ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tick { opacity: 0.6; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft > span { left: 0; right: inherit; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper { height: 49px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeButton { height: 49px !important; padding-top: 2px; color: rgba(0, 0, 0, 0.7); box-sizing: border-box; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"]:before, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"]:after, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeButton:before, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"]:after, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeButton:after { transform: rotate(45deg); left: 24px; display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"]:before, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeButton:before { position: absolute; background: url("../../a578c5203cf95272/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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeButton { padding-top: 5px; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"]:hover, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeButton:hover { text-shadow: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"][class*="whiteIcon"]:before, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeButton[class*="whiteIcon"]:before { background-position: -372px -216px; opacity: 1; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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'; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__showSuccessPopup { z-index: 999 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customRadioOption span { padding-left: 17px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customRadioOption em { font-weight: normal; font-style: normal; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customRadioOption ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__optionTypeCode { position: absolute; left: 270px; padding-left: 0; }

@media (max-width: 767px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customRadioOption { font-size: 12px !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customRadioOption ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__optionTypeCode { left: 235px; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__body { min-height: 1px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tooltip { padding: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tooltip [class*="rc-tooltip-inner"] { text-align: center !important; min-width: 100px; margin-top: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__editOrgContact { position: relative; padding-right: 60px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__editOrgContact a { vertical-align: middle; display: none; background: url(../../a578c5203cf95272/images/sprite-global.svg) 0px 0px; cursor: pointer; right: 35px; position: absolute; top: -3px; width: 25px; height: 25px; }

[class*="common_table__selected"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__editOrgContact a { display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate p { margin: 0 !important; padding: 0; float: left; font-size: 13px; color: #000; text-align: left; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate p a { color: #1976d2; cursor: pointer; text-decoration: underline; margin-left: 10px; font-size: 14px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeAlert { background-image: url("../../a578c5203cf95272/images/sprite-global.svg"); background-repeat: no-repeat; display: block; width: 20px; height: 20px; background-position: -454px -144px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeAlertForInlineForm { top: 2px; right: 2px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate { top: 4px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__crossIcon { font-weight: bold; top: 45%; -ms-transform: translateY(-50%); transform: translateY(-50%); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonAddNew ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__topMargin { padding-top: 30px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay [class*="wrapper"] { border: none; }

@media (min-width: 768px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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%); } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader { background-color: #1976d2; color: #ffffff; height: 50px; margin: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h1 { font-size: 20px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__cancelText { font-size: 12px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a { top: 8px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeButton { color: #ffffff !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"]:before, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeButton:before { background-position: -372px -216px; opacity: 1; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { display: inline-block; width: 100%; padding: 10px 0 20px 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__passwordExpireMsg { margin: 5px; color: #333333; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__passwordFieldInput { display: inline-block; float: left; width: 40%; position: relative; padding-bottom: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__passwordStrengthMeasure { display: inline-block; float: right; padding: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__passwordStrengthMeasure [class*="passwordStrengthMeter"] span { color: #666 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__passwordStrengthMeasure [class*="passwordStrengthMeter"] label { color: #666 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__loginNameContainer { padding-bottom: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__loginNameContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__descriptiveLabel div:first-child { text-align: left; max-width: 90px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__passwordAlerts [class*="_graphql__message"] { padding: 0 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__unCheckIcon { background-image: url(../../7aae029732b59ac5/images/uncheck.png); float: left; position: absolute; background-repeat: no-repeat; width: 20px; height: 20px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__checkIcon { background-image: url(../../2b65b6cef175996b/images/check.png); float: left; position: absolute; background-repeat: no-repeat; width: 20px; height: 20px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__notMatchError { position: absolute; top: 6px; background: #e14038; height: 18px; width: 18px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__notMatchError i { height: 18px; width: 18px; text-align: center; line-height: 22px; font-style: normal; color: #fff; transform: rotate(180deg); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay [class*="_common_overlay__overlay"] { background: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay [class*="_common_overlay__overlay"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__unsavedWarningAlert ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar a { width: 100px !important; height: 32px; padding: 0 5px; line-height: 2; box-sizing: border-box; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typeablePicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typableSearchPickerLabel { position: relative; font-size: 16px; top: 8px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typeablePicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typableSearchPickerLabel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchLabel { display: inline-flex; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typeablePicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typableSearchPickerLabel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchLabel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { font-size: 16px; margin: 0 0 5px 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typeablePicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typableSearchPickerLabel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typeablePicker._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typeableSearchInputHasError ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { color: red !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typeablePicker._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__typeableSearchInputHasError input { border-bottom: 3px dashed red !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__popupStyle { margin: 0 0 8px 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__popupStyle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__popupHeader { margin: 0 0 5px 0; font-weight: bold; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__validateBulkPopup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar a { height: 32px; line-height: 32px; box-sizing: border-box; min-width: 100px; padding: 0px 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap { width: 680px !important; max-width: 96vw; display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__message { font-size: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__message em { color: #333; font-style: normal; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap [class*="table__table"] { margin: 0 20px; overflow: auto; height: 158px; border: 1px solid #ccc; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap [class*="table__table"] table { overflow: auto; table-layout: fixed; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap [class*="table__table"] table tr th, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap [class*="table__table"] table tr td { text-align: left !important; padding: 10px; box-sizing: border-box; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap [class*="table__table"] table tr th:first-child, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap [class*="table__table"] table tr td:first-child { width: 170px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap [class*="table__table"] table tr th:nth-child(2), ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap [class*="table__table"] table tr td:nth-child(2) { width: 170px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap [class*="table__table"] table tr th { color: #000; position: -webkit-sticky; position: sticky; top: 0; z-index: 1; background-color: #f7f7f7; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__baseBtn { vertical-align: bottom; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar { height: 30px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerWithModify ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { max-height: 100%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerWithModify ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form { height: 100%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerWithModify ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { height: calc(100% - 130px); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerWithModify ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar { padding: 3px 10px 15px 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__hidden { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__refresh { opacity: 0.7; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__refresh:hover { opacity: 1; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__noPadding { padding: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tooltip { padding: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tooltip [class*="rc-tooltip-inner"] { text-align: center !important; min-width: 100px; margin-top: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerToggle { position: absolute; right: 15px; top: 75px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggleSearchWrapper { padding: 0px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggleSearchWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchFilter { width: calc(100% - 127px); }

@media (min-width: 1024px) { div[class*="detailsWrapper"] div[class*="parentOverlay"] div[class*="scrollableContainer"] { overflow: hidden !important; }
  div[class*="searchPanel"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer table { height: auto; }
  [class*="ModalOverlayWrapper"] [class*="utilities__reasignEmployeePopup"] [class*=" scrollableContaine"] { overflow: visible; }
  [class*="ModalOverlayWrapper"] [class*="utilities__reasignEmployeePopup"] [class*=" scrollableContaine"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm { height: 100%; }
  [class*="ModalOverlayWrapper"] [class*="utilities__reasignEmployeePopup"] [class*=" scrollableContaine"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form { height: calc(100% - 50px); }
  [class*="ModalOverlayWrapper"] [class*="utilities__reasignEmployeePopup"] [class*=" scrollableContaine"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { height: calc(100% - 60px) !important; } }

@media (min-width: 1024px) and (max-width: 991px) { [class*="ModalOverlayWrapper"] [class*="utilities__reasignEmployeePopup"] [class*=" scrollableContaine"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { height: calc(100% - 15px) !important; } }

@media (min-width: 1024px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__topMargin ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { margin-top: 20px; } }

@media (max-width: 896px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerWithModify ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form { height: calc(100% - 50px) !important; } }

@media only screen and (max-width: 896px) and (width: 712px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerWithModify ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form { height: calc(100% - 15px) !important; } }

@media (max-width: 896px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerWithModify ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { height: 100% !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerWithModify ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer [class*="_common_form__children"] [class*="_common_components__content"] { max-height: calc(100% - 55px); }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__salesReferralSearchInput label div { display: block !important; position: relative; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__salesReferralSearchInput label span:before { right: 0px; bottom: 0px !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__salesReferralSearchSelect { width: 100%; box-sizing: border-box; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__salesReferralSearchSelect label ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__label { overflow: inherit !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar { box-sizing: border-box; display: flex !important; justify-content: center; width: 100%; left: 0; float: left; height: auto; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar a span { padding: 0px !important; font-size: 13px !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar a:last-child { margin-right: 0 !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { height: calc(100% - 85px) !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__noWrapTableData table tr td { padding: 5px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__convertToResidentSearch { position: absolute; width: calc(100% - 30px); left: 25px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__convertToResidentSearch a { font-size: 10px; max-width: 100% !important; width: 47%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__convertToResidentSearch a._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__convertToResidentBtn { height: 11px; width: 45%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__flexibleForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__convertToResidentSearch p { font-size: 10px; position: relative; width: 95%; left: auto; bottom: auto; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { overflow: auto; margin-bottom: 10px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group { padding: 5px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__switch { width: 32px !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__admitExplainField > label { width: auto; padding-right: 5px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__commonFormIcon { display: none !important; position: absolute !important; }
  div[class*="overlay"] div[class*="prompt"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__stretch { max-width: 100%; min-width: 100%; float: left; box-sizing: border-box; }
  div[class*="overlay"] div[class*="prompt"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__stretch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__message { margin-top: 10px; }
  div[class*="overlay"] div[class*="prompt"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__stretch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar { float: 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; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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); } } }*/ }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h1 { font-size: 17px !important; padding-top: 14px; width: 100%; text-align: center; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader h3 { font-size: 17px !important; padding-top: 14px !important; width: 100%; text-align: center; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a { font-size: 14px; max-width: 75px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
  div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewBtn ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewBtnInner { top: 5px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__cancelText { display: none; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate { padding: 5px 22px 5px 42px; left: 15px; right: 15px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__infoIcon { width: 33px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate p a { margin-left: 10px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeAlertForInlineForm { right: 16px; } }

@media only screen and (max-width: 896px) and (max-width: 767px) and (orientation: landscape) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeAlertForInlineForm { padding: 14px 22px 14px 42px; } }

@media (max-width: 896px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__realTimeUpdate + ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__topMargin { margin-top: 40px !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__editOrgContact a { /*position: relative;*/ padding-left: 5px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar { box-sizing: content-box; padding: 0; padding: 0; width: calc(100% + 20px); }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__cancel, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__submit, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__apply, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__view { margin-bottom: 10px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer { width: 100%; box-sizing: border-box; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toggle { font-size: 14px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pill ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__pillButton { color: #666; font-size: 14px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__field ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet { padding-bottom: 20px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__field ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__remove { left: 0; bottom: 0; top: inherit; height: 20px; width: 100%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__controls { padding-top: 10px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__controls ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__actionButton { right: 2px; top: 8px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__controls ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__actionButton { right: 10px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__mobileView { display: block !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__desktopView { display: none !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__succussMsg { margin-right: 0px !important; top: 32px !important; width: 100%; text-align: right; padding: 3px 10px !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup { width: 100%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__apply, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__cancel, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__submit { width: 33.33%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__apply { margin-left: 0 !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__cancel { width: calc(33.33% - 10px); margin-left: 0; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__submit { margin-right: 0 !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__succussMsg { margin-right: 0px !important; top: 74px !important; width: 100%; text-align: right; padding: 3px 0px !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields [class~="scrollableContainer"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar { width: 100%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldSet ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer > div:first-child > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__fieldContainer:first-child { padding: 0 !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay { width: 100%; height: 100%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay [class*="wrapper"] { height: 100%; border: none; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay [class*="wrapper"] [class*="oContent"] { height: 100%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay [class*="wrapper"] [class*="oContent"] > div { overflow-x: hidden; overflow-y: auto; height: 100%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper { width: auto; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__passwordFieldInput { float: none; width: 100%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__passwordStrengthMeasure { float: none; padding-left: 5px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__header h1 { padding-top: 16px !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a { top: 11px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"]:after { border-color: #ffffff; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerCloseLeft ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__closeWrapper span[class*="btnClose"]:before { border-color: #ffffff; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__employeePasswordOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__notMatchError i { line-height: 20px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__medPassExitPopup { width: 380px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__medPassExitPopup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar { padding: 15px; } }

@media (max-width: 767px) and (orientation: portrait) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__form ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__formContainer._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__addMarginTop { margin-top: 26px; } }

@media (max-width: 414px) { div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__body [class*="common_gridlayout__column"]:nth-child(2) { position: inherit !important; width: 100% !important; }
  div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__salesReferralSearchInput { width: calc(100% - 47px); }
  div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewBtn { padding: 0 !important; height: 0; }
  div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewBtn ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewBtnInner { top: -24px; right: 5px; left: inherit; }
  div[class*="searchPicker"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__searchPickerAddNewBtn [class*="open _graphql__popup"] { left: inherit !important; right: 4px !important; top: 8px !important; box-sizing: content-box; width: 170px !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__apply, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__view, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__toolbar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__submit { width: calc(33.33% - 10px); font-size: 13px; margin: 0px 5px !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__legnedResetGroup { position: absolute; top: -54px; right: 0; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__legnedResetGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__cancel { width: 70px; background: #fff; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup { width: 100%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__apply, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__cancel, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__submit { width: 33.33%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__apply { margin-left: 0 !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__cancel { width: calc(33.33% - 10px); margin-left: 0; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customFields ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__customViewPage ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__btnGroup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__submit { margin-right: 0 !important; } }

@media screen and (orientation: landscape) and (max-height: 374px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkWrapper { height: calc(100% - 20px); }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkWrapper br { display: none; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap { height: 100%; box-sizing: border-box; padding-top: 0; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap h1 + div { height: calc(100% - 39px); }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap h1 + div [class*="form__message"] { margin-bottom: 10px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap h1 + div [class*="form__message"] em { display: block; margin-bottom: 10px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap [class*="table__table"] { height: calc(100% - 116px); }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__lostBulkProspectWrap [class*="table__table"] table tr td { padding: 7px 10px; } }

@media (max-width: 320px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a { padding: 7px 6px 7px 18px; right: 5px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__newHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__headerSaveBtn a ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_form__tick { left: -9px; } }

/* app/styles/common/overlay.scss */
._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999; background: rgba(0, 0, 0, 0.5); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__overlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__close { position: absolute; right: 5px; top: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__overlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__overlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__wrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__overlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__wrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__container { right: 0; left: 0; margin: 0 !important; width: auto; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__overlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__wrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__container._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__modal { top: 0; bottom: 0; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__overlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__wrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__container._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__modal._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__prompt { position: relative; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__overlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__wrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__container._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__modal { padding: 0; overflow-y: visible; /*& > div{ position: static; }*/ }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__overlay[class*="animated"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__overlay { opacity: 0; -webkit-animation: _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__bgAnimated 500ms normal forwards; -moz-animation: _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__bgAnimated 500ms normal forwards; -o-animation: _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__bgAnimated 500ms normal forwards; -ms-animation: _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__bgAnimated 500ms normal forwards; animation: _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__overlay[class*="animated"] [class*="fixedHeader"] { animation-duration: 1100ms; animation-fill-mode: both; animation-name: _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__stopAni; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__disableBodyScrollbar { overflow: hidden; position: fixed; width: 100%; cursor: pointer; }

@keyframes _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__stopAni { 0% { opacity: 0; }
  70% { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__bgAnimated { from { opacity: 0; }
  to { opacity: 1; } }

@-moz-keyframes _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__bgAnimated { from { opacity: 0; }
  to { opacity: 1; } }

@-o-keyframes _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__bgAnimated { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_overlay__bgAnimated { from { opacity: 0; }
  to { opacity: 1; } }

/* app/styles/graphql.scss */
html { height: 100%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__unselectable { -moz-user-select: -moz-none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectable { -moz-user-select: text; -webkit-user-select: text; -ms-user-select: text; user-select: text; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__disabled { pointer-events: none; opacity: 0.8; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__main { width: 200px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__main a { display: block; background: #009999; padding: 5px 15px; border-radius: 3px; border: 1px solid #d9d9d9; height: 20px; color: white; text-decoration: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__dataTable { padding: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__dataTable table thead tr { background: transparent !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__dataTable ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__controls { vertical-align: sub; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__dataTable ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__controls > div { display: inline-block; margin-right: 10px; padding: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__dataTable ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__controls h4 { display: inline-block; padding: 0 5px; margin: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__dataTable ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__controls h4 span { vertical-align: sub; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__dataTable ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__controls label { vertical-align: sub; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tableCell ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__controlCell { font-size: 16px; text-align: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tableCell ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__controlCell span:first-child:after { content: '\2610'; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tableCell ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__controlCell span:first-child._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selected:after { content: '\2611'; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tableCell ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__controlCell span:last-child { margin-left: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tableCell ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__controlCell span:last-child:after { content: '\2023'; display: inline-block; transform: rotate(90deg); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__hide { display: none !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper { width: 840px; } }

@media all and (-ms-high-contrast: none) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper { width: 840px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper { background: #F2F2F2 !important; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsHeader, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsHeader { background: #1976d2; color: white; position: relative; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group { background: #1976d2; z-index: 20; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__content, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__content { flex: 1; display: flex; flex-direction: column; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__content > div, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__content > div { flex: 1; height: 100%; margin: 0; display: flex; flex-direction: column; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__dataTable table ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__disabled, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper > ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__dataTable table ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__disabled { opacity: .4; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__close, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__close { color: white; /*right: 20px;*/ }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__rowNavigator, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__rowNavigator { position: absolute; left: 20px; top: 7px; color: white; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactInfoTitle h3, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactInfoTitle h3 { display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactInfoTitle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__coloredCell, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactInfoTitle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__coloredCell { padding-top: 3px; padding-bottom: 3px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactInfoTitle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__prospectContact, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactInfoTitle ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__prospectContact { margin-top: 3px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section h3, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section h3 { font-family: 'Roboto'; color: #333; font-size: 24px; font-weight: bold; margin: 0; padding: 0px 10px 0px 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body { padding-left: 0; padding-right: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group { flex: 1; padding: 3px 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group p, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group p { margin: 0px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__field, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__field { padding: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__field > div, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__field > div { padding-left: 5px; padding-right: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__field ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__fieldLabel, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__field ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__fieldLabel { color: #DEDEDE; white-space: nowrap; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__hbox, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__hbox { display: flex; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__hbox ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__hbox ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section { flex: 1; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__title, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__title { font-size: 14px; color: #666; font-weight: bold; text-transform: uppercase; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__label, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__group ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__label { text-align: right; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsContainer textarea, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsMobileWrapper textarea { resize: vertical; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__toolbar { height: 20px; padding: 10px 20px 6px 20px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__toolbar a { background: #009999; padding: 5px 15px; border-radius: 5px; border: 1px solid #d9d9d9; color: white; text-decoration: none; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__toolbar a:first-child { background: #E5E3E5; color: #444244; margin-right: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__prospectContact > * { padding-right: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup { width: 380px; text-align: center; padding: 10px 0 10px 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header { min-height: 50px; position: relative; background: #1976d2; color: white; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header h1 { margin: 0; font-size: 20px; padding: 12px; text-align: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__apply, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__cancel { position: static; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__apply span, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__cancel span { color: white; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__secondary ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header { background: #f1f1f1; color: #333333; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__secondary ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__apply span, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__secondary ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__cancel span { color: #333333; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body { text-align: initial; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup h1 { margin: 10px 0 10px 0; font-size: 16px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__leftAlign { text-align: left; padding-left: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__confirmMessage { padding: 10px; overflow-y: auto; height: 24px; padding-top: 30px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message { padding: 0px 20px; font-size: 15px; overflow-y: auto; max-height: 480px; line-height: 20px; }

@supports (-webkit-overflow-scrolling: touch) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message b { letter-spacing: -1px !important; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pendingBtnWrap { display: flex; justify-content: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pendingBtnWrap span { display: inline-flex !important; justify-content: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message p { margin: 0px; text-align: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message ol { margin: 6px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__prelineMessage { white-space: pre-wrap; text-align: left; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__messageWrapper { text-align: left; text-align: left !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__messageWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__confirm { text-align: left; padding: 0 0 10px; color: #333; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__messageWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__msgwrap { display: inline-block; padding-bottom: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__messageWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__customMsgWrap { text-align: left; color: #333; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__alertSubHeading { text-align: center; color: #666; font-size: 15px; line-height: 20px; margin-bottom: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__okButton:active { background: #03a9f4; box-shadow: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__okLabel { padding: 5px 0px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__messageMobile { padding: 10px; overflow-y: auto; max-height: 100%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pendingReviewAlert { border-radius: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pendingReviewAlert h1 { text-align: center; padding: 0 15px; color: #666; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pendingReviewAlert ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__crossIcon { position: absolute; cursor: pointer; left: auto; right: 11px; top: 15px; width: 30px; height: 30px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pendingReviewAlert ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__crossIcon::before { content: ''; height: 22px; border-left: 2px solid #666; position: absolute; transform: rotate(-45deg); left: 12px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pendingReviewAlert ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__crossIcon::after { content: ""; height: 22px; border-left: 2px solid #666; position: absolute; transform: rotate(45deg); left: 12px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pendingReviewAlert ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__message { text-align: center; padding: 0px; color: #666; font-size: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pendingReviewAlert [class*="toolbar"] a { font-size: 16px !important; border: 1px solid #999; border-radius: 3px; float: none; display: inline-block; width: auto; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pendingReviewAlert [class*="toolbar"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__approveButton { min-width: 90px; padding: 7px 0px 7px 0px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pendingReviewAlert [class*="toolbar"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__cancelButton { margin-right: 8px; min-width: 90px; background: #fff; border: 1px solid #999; padding: 7px 0px 7px 0px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__warningAlert h1 { padding: 15px 0 5px 0; }

@media (max-width: 767px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup { width: 320px; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactPanel { color: #969696; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__value { color: #000; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__collapseHeader span { position: absolute; right: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog { color: black; font-size: 14px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog h1, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog p { text-align: left; margin-bottom: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog p { color: #666666; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkboxWrap { margin: -10px 10px -10px -25px; font-size: 15px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkboxWrap div { font-size: 15px !important; margin: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkboxWrap input { margin-left: -25px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkboxWrap span { font-weight: normal !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog h1 { padding: 0 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionToolbar { display: flex; padding: 10px 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionToolbar a { color: black !important; font-weight: bold; flex: 1; border: 1px solid #c9c9c9 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionToolbar a:last-child { background: #f0f0f0; flex: 2; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__removeDialog [class*="common_form__toolbar"] a { flex: auto !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__removeDialog [class*="common_form__toolbar"] a span { padding: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__removeDialogToolbar { width: 350px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__removeDialogToolbar [class*="common_form__toolbar"] a { display: inline-block !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionDialog._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__removeDialogToolbar [class*="common_form__toolbar"] a span { padding: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item:not(:last-child) { margin-bottom: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header { position: relative; margin: 5px 0 10px 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header > * { display: inline; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__control { position: absolute; top: 0; right: 0; font-weight: bold; text-decoration: none; color: #1f1f1f; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__control:before { padding: 0.1em; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__control._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__huge:before { font-size: 36px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup { width: 200px; right: 15px; top: 0px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actions { font-size: 16px; text-align: left; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actions > * { display: flex; color: black; padding: 8px 5px; text-decoration: none; cursor: pointer; }

@media (hover: hover) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actions > *:hover { opacity: 0.8; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actions ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__customAction { padding: 6px 2px !important; font-weight: normal; position: relative; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__newStatus { position: absolute; top: -12px; right: 10px; font-size: 0.8em; font-style: italic; color: gray; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__newStatusError { position: absolute; top: -12px; right: 10px; font-size: 0.8em; font-style: italic; color: red; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__title { color: #1f1f1f; margin-bottom: 10px; margin-top: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__title._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactInfoWrap { text-align: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__title._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__contactInfoWrap > span { font-weight: bold; font-size: 16px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__label, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__value { font-size: 14px; padding: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__button { display: inline-block; margin: 5px 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__noteField._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__asForm ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header h3 { color: #333; font-size: 24px; margin-right: 10px; margin-top: 5px; margin-bottom: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__noteField ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header h3 { color: #666; font-size: 16px; margin: 5px 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkButton { padding: 0 10px; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkButton span { padding: 0 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__copyLink { border-bottom: 1px solid #000; padding: 0; font-weight: normal; color: #000; font-size: 16px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkButton:hover { color: #FF9900; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkButton._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__disabled { pointer-events: none !important; cursor: not-allowed !important; opacity: 0.6; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__rowNavigator { display: inline-block; cursor: default; user-select: none; z-index: 99; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__rowNavigator span:first-child, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__rowNavigator span:last-child { cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popupButton { display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popupButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__label { background: #7cb342; border-radius: 5px; padding: 5px 15px; color: white; cursor: pointer; white-space: nowrap; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popupButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popupButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__open { visibility: visible; display: block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popupButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__quickbackToInquiry { visibility: visible; display: block; text-align: left; position: relative; margin-top: 0; width: 320px !important; color: #666666 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popupButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__quickbackToInquiry > div:last-child div:last-child button { padding: 0px !important; min-width: 100px; text-align: center; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popupButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__quickbackToInquiry ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__approveButton { min-width: 70px; font-size: 16px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popupButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__quickbackToInquiry ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__cancelButton { min-width: 70px; border: 1px solid #999; color: #333; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__label { position: relative; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__label span:first-child { padding-right: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__label [class*="common_symbols__arrowDown"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__label [class*="common_symbols__arrowUp"] { position: absolute; right: 12px; top: 21px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__label [class*="common_symbols__arrowDown"]:before, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__label [class*="common_symbols__arrowUp"] { top: -14px; transform: rotate(180deg); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup { width: 500px; text-align: left; box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.35); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__disabled { pointer-events: none; opacity: 0.5; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkItem { text-decoration: none; color: #797979; display: flex; padding: 10px 5px 5px 5px; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkLabel { padding: 8px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkItem:hover { color: #FF9900; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup h4 { font-weight: bold; color: #797979; margin: 0 0 5px 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar { display: flex; flex-direction: row-reverse; margin: 7px 15px 2px; width: calc(100% - 30px); overflow: auto; box-sizing: border-box; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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 */ }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item:after, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item:before { content: ''; display: block; position: absolute; left: 100%; width: 0; height: 0; border-style: solid; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item:first-child:after, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item:first-child:before { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item:after { top: 1px; border-color: transparent transparent transparent #56A0EB; border-width: 14px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item:not(:last-child) { border-left-style: none; padding-left: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item:not(:first-child) { border-right-style: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item:first-child { padding-right: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pending { background: #1976d2; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pending:after { top: 1px; border-color: transparent transparent transparent #1976d2; border-width: 14px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__statusBar ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item:before { top: -1px; border-color: transparent transparent transparent #fff; border-width: 16px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__helpText { width: 250px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__helpText ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__rc-tooltip-inner { text-align: left; padding: 8px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__helpText ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__description { margin-top: 1em; padding-left: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__helpText ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__progressBar { text-decoration: none !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__helpText ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkItem { display: flex; padding: 10px 5px 5px 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__helpText ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkLabel { padding: 0.5em 8px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__helpText ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkLabel._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__enabled { color: #000066; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__helpText ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkLabel._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selected { color: #27ae61; font-weight: 700; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__helpText ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__glyphicon { color: white; background-color: #000066; width: 2em; height: 1em; text-align: center; padding: 0.5em 0; border-radius: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__helpText ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__linkItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__glyphicon._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__glyphicon__current { background-color: #7CB342; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tabsTitle { color: #696969; text-align: center; margin-bottom: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tabHeader div { margin-left: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tabHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tabItem { padding: 6px; width: 159px; display: inline-block; text-align: center; border: 1px solid; cursor: pointer; margin-top: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tabHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tabItem:first-child { border-right-width: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tabHeader ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tabItem._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__active { background: #eee; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tabHeader h3 { display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__tabHeader [class*="unselectable"] { display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__item ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__filterBar { padding: 0; position: absolute; right: 0; left: 150px; height: 45px; overflow-y: hidden; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__sprite { background-repeat: no-repeat; background-image: url("../../28e9d18bd9ec68e3/images/graphql-sprite.png"); display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__icon-map-marker { width: 25px; height: 31px; background-position: -93px -132px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__newSprite { position: absolute; display: inline-block; left: -4px; top: -7px; background-repeat: no-repeat; background-image: url(../../522daa07e1dca51c/images/communication.svg); background-size: 240px; width: 27px; height: 27px; opacity: .7; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__quickActions ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__newSprite { left: inherit; top: inherit; margin-top: -6px; margin-left: -2px; }

@keyframes _opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__warningBlinkColor { 0% { background-color: #ff0000; }
  50% { background-color: #ff0000; }
  51% { background-color: #ff9900; }
  100% { background-color: #ff9900; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsTitleLabel { position: absolute; left: 12px; top: 4px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsTitleLabel p { display: inline-block; margin: 0px !important; padding: 0; position: absolute; top: 5px; min-width: 165px; font-size: 14px; text-align: left; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailIcons { background-image: url("../../8a57c00cf9e5496f/images/sprite.png"); background-repeat: no-repeat; display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailProspectIcon { width: 24px; height: 24px; background: transparent url(../../3aea50e32a0cc003/images/menuIcon.svg) 0 0 no-repeat; background-position: -312px -399px; background-size: 450px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailInquiryIcon { width: 24px; height: 24px; background: transparent url(../../3aea50e32a0cc003/images/menuIcon.svg) 0 0 no-repeat; background-position: -399px -398px; background-size: 450px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailContactIcon { width: 24px; height: 24px; background: transparent url(../../3aea50e32a0cc003/images/menuIcon.svg) 0 0 no-repeat; background-position: -426px -398px; background-size: 450px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailReferralIcon { width: 24px; height: 24px; background: transparent url(../../3aea50e32a0cc003/images/menuIcon.svg) 0 0 no-repeat; background-position: -4px -419px; background-size: 450px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectWrap { position: relative; cursor: pointer; display: inline-block; width: 100%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectWrap select { -moz-appearance: none; -webkit-appearance: none; appearance: none; width: 100%; padding-right: 20px !important; height: 28px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectWrap select::-ms-expand { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__crossIcon { position: absolute; cursor: pointer; left: auto; right: 11px; top: 33px; width: 30px; height: 30px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__crossIcon::before, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__crossIcon::after { content: ''; height: 14px; border-left: 1px solid #000; position: absolute; transform: rotate(-45deg); left: 17px; top: 7px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__crossIcon::after { transform: rotate(45deg); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectpickerInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__crossIcon { top: 14px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectpickerInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__showClearIcon { right: 44px; position: absolute; bottom: 15px; opacity: 0.8; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectpickerInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__showClearIcon:before { content: "\2715"; font-weight: bold; font-size: 19px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header { background-color: #f1f1f1; height: 50px; position: relative; display: inline-block; width: 100%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeWrapper { height: 50px; position: absolute; left: 0; top: 0; width: 90px; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeIcon { position: absolute; height: 25px; width: 25px; cursor: pointer; top: 12px; left: 12px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeIcon:after { content: ""; height: 25px; border-left: 2px solid #fff; position: absolute; transform: rotate(45deg); left: 12px; display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeIcon:before { content: ''; height: 25px; position: absolute; background: url("../../a578c5203cf95272/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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeIcon:after, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeIcon:before { border-color: #666; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__closeWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header h6 { font-size: 18px; text-align: center; padding: 14px 0; font-weight: 400; color: #666; margin: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__cardHeaderBtn { height: 35px; font-size: 14px; padding: 0px 8px; border-radius: 3px; position: absolute; top: 8px; right: 10px; cursor: pointer; background-color: #2DCC70; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__cardHeaderBtn ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkMark { display: inline-block; margin: 0 7px; margin-right: 9px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__cardHeaderBtn ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkMark:after { content: ''; display: block; width: 5px; height: 12px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__cardHeaderBtn ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__btnSave { font-size: 14px; font-weight: 700; padding-right: 7px; color: #fff; padding-top: 9px; display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__disabled { pointer-events: none; opacity: 0.6; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody { padding-top: 0px; max-height: calc(100% - 50px); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__inputContainer input:focus { border-bottom: 1px solid #999 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__inputContainer input { margin-bottom: 0 !important; border-bottom: 1px solid #999 !important; height: 34px; padding-left: 20px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__inputContainer input:focus { border-bottom: 2px solid #999 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listContainer { height: 290px; overflow-y: auto; max-height: calc(100% - 60px); /*-ms-overflow-style: none;*/ -webkit-overflow-scrolling: touch; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listItem ul { display: block; width: 100%; margin: 0; padding: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listItem ul li._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__active { background: #eee; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listItem ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__noResult { font-weight: unset; font-size: 16px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__loadingContainer { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__painInput { height: 40px; background: #f1f1f1; padding: 18px 0 0 20px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__painInput label { font-size: 16px; color: #666; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__painInput label div { display: inline; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__painInput label div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__exclamationIcon { left: 130px; width: 7px; color: red; font-size: 22px; visibility: hidden; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__painInput label div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__exclamationIcon._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__visible { visibility: visible; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__painInput label div ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__exclamationIcon:before { content: "\e101"; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__painInput label div label { position: relative; bottom: 3px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__painInput label input:focus { background-color: #f7f7f7; outline: none; margin-bottom: 0; border-bottom: 2px solid #000; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__painInput._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__error input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__painInput._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__error input:focus { border-bottom: 3px dashed red; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__footer { width: 100%; padding: 10px 15px 5px 15px; display: inline-block; box-sizing: border-box; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pagination { float: left; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pagination ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__count { display: inline-block; font-size: 15px; padding-right: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pagination ul { margin: 0; padding: 0; display: inline-block; border-radius: 3px; vertical-align: middle; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pagination ul li { cursor: pointer; display: inline; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__pagination ul li._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__active a { background-color: #ccc; border-color: #ccc; cursor: default; color: #666; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__footer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__modifyBtn { float: right; border: 1px solid #999; border-radius: 3px; padding: 7px 20px; font-size: 16px; vertical-align: bottom; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__hideFooter { visibility: hidden; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__insetPromptWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body { padding: 20px 15px 18px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__insetPromptWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__body input { width: 100% !important; box-sizing: border-box; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__insetPromptWrap ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper { height: 100%; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody { height: calc(100% - 69px); }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listContainer { height: calc(100% - 69px); } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__customSelectPicker { height: 500px !important; width: 550px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header h6 ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__headerTitle { width: 260px; display: block; overflow: hidden; white-space: nowrap; padding: 0 0 0 95px; text-overflow: ellipsis; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectWrapper [class*="inputLike"] span { overflow: hidden; padding-right: 20px !important; word-break: break-all; }

[class*="wrapper"][class*="scrollableContainer"] + ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__content { z-index: 2; }

[class*="wrapper"][class*="scrollableContainer"] + ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__section._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__content + ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsHeader { z-index: 2; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__mailToContact { display: inline-block; width: 100%; margin-bottom: 5px; position: relative; padding-right: 20px; min-height: 18px; box-sizing: border-box; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__mailToContact ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__mailLink { cursor: pointer; position: absolute; right: 0; bottom: 0; height: 18px; background: #fff; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__mailToContact ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__mailLink ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__emailIcon { width: 22px; height: 18px; display: inline-block; background: transparent url(../../28e9d18bd9ec68e3/images/graphql-sprite.png) -119px -182px no-repeat; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__emailContacts { display: inline-block; width: 100%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__searchPickerAddNewOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup { width: 170px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__searchPickerAddNewOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup a { display: block; padding: 2px; text-align: left; cursor: pointer; color: #000; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__searchPickerAddNewOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup a:hover { text-decoration: underline; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__searchPickerAddNewOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup a:last-child { padding-top: 8px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__searchPickerAddNewOverlay ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup a:first-child { padding-top: 0px; }

@media (max-width: 1024px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__hamburger { cursor: pointer; position: absolute; right: 10px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__hamburger ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup { width: 100px; right: 15px; top: 0; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__hamburger ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__actions a { opacity: .7; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__hamburger span { cursor: pointer; } }

@media (max-width: 767px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__detailsTitleLabel p { text-overflow: ellipsis; overflow: hidden; height: 17px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerOverlay > div[class*="_overlay"] > div[class*="scrollableContainer"] { overflow: hidden; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper { width: 100% !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; overflow: visible !important; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody { height: calc(100% - 59px); }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listContainer { height: calc(100% - 97px); max-height: calc(100% - 97px); margin-bottom: 4px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listContainer ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listItem ul li { font-size: 16px; padding: 10px 15px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__header h6 { width: calc(100% - 200px); margin: 0 auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  [class*="medicationTreatment"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerOverlay [class*="scrollableContainer"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listContainer { height: calc(100% - 90px); } }

@media (max-width: 767px) and (min-width: 767px) and (max-height: 400px) { [class*="medicationTreatment"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__selectPickerOverlay [class*="scrollableContainer"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__checkListBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_graphql__listContainer { height: calc(100% - 90px); } }

/* app/styles/common/components.scss */
._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__email { text-decoration: none; font-size: 16px; line-height: 16px; color: inherit; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__emailIcon { width: 20px; height: 13px; background-image: url(../../28e9d18bd9ec68e3/images/graphql-sprite.png); background-position: -147px -261px; display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__phone { text-decoration: none; color: inherit; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__button { padding: 5px 10px; background: inherit; background-color: #169bd5; color: white; box-sizing: border-box; border: 1px solid #c9c9c9; border-radius: 4px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__button:hover { background-color: #1176a2; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__button * { text-decoration: none; color: white; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__button._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__buttonDisabled { opacity: 0.6; text-decoration: none !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__grayButton { background-color: #f2f2f2; border-color: #666666; color: #666666; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__grayButton:hover { background-color: #e1e1e1; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__grayButton._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__buttonDisabled:hover { background-color: #f2f2f2; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__waitingListPriority { height: 60px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__waitingListPriority ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__applyButton { background: #03a9f4; padding: 7px 10px 7px 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__waitingListPriority._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__FixedBtn ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__grayButton { position: absolute; margin-top: 25px; font-weight: normal; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__waitingListPriority ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__controls span { cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__waitingListPriority ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__controls span:first-child { padding: 5px 0 5px 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__waitingListPriority ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__controls span:last-child { padding: 5px 5px 5px 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__addButton { background: #2CCC6F; border: 1px solid #27AD60; border-radius: 3px; color: white; padding: 0; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__addButton:before { font-size: 1em; line-height: 1.4em; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__addNewButton { background: #1976d2; border: 1px solid #1976d2; border-radius: 3px; color: white; padding: 0; cursor: pointer; font-size: 16px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__addNewButton:before { font-size: 1em; line-height: 1.4em; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__addNewButton._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__addNewButtonInTitle { padding: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconWrapper { position: absolute; bottom: 15px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker { position: relative; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__control, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__control, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__control { position: absolute; bottom: 14px; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSearchPicker, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSearchPicker, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSearchPicker { position: absolute; bottom: 11px; right: 45px; height: 30px; width: 30px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSearchPicker [class*="_common_symbols__times"]::after, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSearchPicker [class*="_common_symbols__times"]::after, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSearchPicker [class*="_common_symbols__times"]:before, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSearchPicker [class*="_common_symbols__times"]:before, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSearchPicker [class*="_common_symbols__times"]:before { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSearchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__clear, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSearchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__clear, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSearchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__clear { bottom: 8px; right: 8px; color: #ffffff; font-size: 12px; border-radius: 50%; width: 14px; height: 14px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__search, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__search, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__search { right: 12px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__search:after, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__search:after, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__search:after { content: ''; background: url(../../a578c5203cf95272/images/sprite-global.svg) no-repeat -400px -64px; background-size: 450px; display: block; width: 17px; height: 21px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__search ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchNested, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__search ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchNested, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__search ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchNested { right: 5px; bottom: 4px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__LinkImg, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__LinkImg, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__inputLike > span, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__inputLike > span, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker input { margin-bottom: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker input[disabled], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch input[disabled], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker input[disabled] { background: none !important; border: 1px none #333; border-bottom-style: solid; opacity: 1; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__quickAddSearchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__control, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__quickAddSearchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__control, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__quickAddSearchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__control { bottom: 8px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__inputLabel, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__splitSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__inputLabel, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__inputLabel { text-overflow: ellipsis; width: calc(100% - 20px); white-space: nowrap; overflow: hidden; line-height: 1 !important; display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__control._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__search { bottom: 4px; right: 8px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSelectPicker { position: absolute; bottom: 2px; right: 40px; height: 30px; width: 30px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSelectPicker [class*="_common_symbols__times"]:before { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__crossIconSelectPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__clear { bottom: 7px; right: 8px; color: #ffffff; font-size: 12px; border-radius: 50%; width: 14px; height: 14px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel { background: white; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter { color: rgba(0, 0, 0, 0.7); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter h1 { font-size: 2em; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter h1, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter span { color: rgba(0, 0, 0, 0.7); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter select { width: 100%; border: 1px solid rgba(51, 51, 51, 0.7) !important; outline: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter label > div { white-space: normal !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__toolbar { margin-right: auto; margin-left: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__toolbar a { padding: 0; margin: 0; border-radius: inherit; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__toolbar a span { padding: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__toolbar a:last-child { background: inherit; border: 1px solid #d9d9d9; color: inherit; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__toolbar select { border: none !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content { position: relative; display: flex; flex-direction: column; flex: 1; padding: 5px 5px 0 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content select { border: none !important; outline: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__result { display: flex; flex-direction: column; overflow-y: hidden; flex: 1; border: 1px solid rgba(51, 51, 51, 0.7); color: black; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__result th { text-align: left; padding: 5px; font-size: 14px !important; color: #333333 !important; font-family: 'Roboto Medium', 'Roboto' !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__result td { opacity: 0.7; font-size: 14px !important; color: #333333 !important; font-family: 'Roboto Regular', 'Roboto' !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__result._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__regularTable { overflow-y: auto; }

@media (max-width: 767px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__result ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__codeCell { width: 100px; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchMessageToast { padding: 0px !important; right: 12px !important; top: 58px !important; background: #fae7e5 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchMessageToast span > span { color: red !important; }

[class*="newCommunicationForm"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel [class*="form__formContainer"] { -webkit-overflow-scrolling: auto; }

[class*="newCommunicationForm"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__result table { min-width: 600px; width: 100% !important; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__loadingWrapper { position: fixed; width: 100%; text-align: center; z-index: 999; bottom: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__loadingWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__transparentLoadingWrapper { background-color: transparent; height: 100%; bottom: unset; left: 50%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__loadingWrapper._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__transparentLoadingWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__loading { bottom: 10px; position: fixed; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__loadingMedWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__loadingWrapper { left: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__passwordInput { font-size: 16px; color: #666; margin-bottom: 2px; font-weight: normal; padding: 4px 2px; white-space: nowrap; position: relative; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__passwordInput div { margin-bottom: 2px; padding: 4px 2px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__passwordInput input:focus { outline: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__error input { border-bottom: 3px dashed red; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__passwordIcons { position: absolute; width: 29px; height: 30px; right: 0px; bottom: 5px; background: transparent url(../../a578c5203cf95272/images/sprite-global.svg) 0 0 no-repeat; background-size: 448px; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__passwordShowIcon { background-position: -27px 8px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__passwordHideIcon { background-position: -54px 8px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__passwordDisable > input { opacity: 0.6; pointer-events: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__passwordDisable > span { opacity: 0.6; pointer-events: none; }

@media (max-width: 767px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter h1 { font-size: 1.4em; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__waitingListPriority._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__FixedBtn span._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__grayButton { position: relative; margin-top: 10px; float: left; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker input, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__inputLike { pointer-events: none; cursor: default; } }

div[class*="occupantHead"] div[class*="prospectContact"] ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__disabled { pointer-events: none !important; cursor: not-allowed !important; opacity: 0.6 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__divisionStatus [class*="selectWrap"] { width: calc(100% - 115px) !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__status [class*="selectWrap"] { width: calc(100% - 60px) !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pseudoElement { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__handlePointerEvent { pointer-events: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton { display: inline-block; position: relative; cursor: pointer; white-space: nowrap; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__simple ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__mainButton { border-radius: 3px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__mainButton, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__menuButton, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__option { padding: 5px 10px; background: #eee; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__mainButton:hover, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__menuButton:hover, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__option:hover { background: #ddd; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__mainButton:active, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__menuButton:active, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__option:active { background: #ccc; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__mainButton { display: inline-block; border-radius: 3px 0 0 3px; border: 1px solid; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__menu ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__menuButton { border-radius: 0 3px 3px 0; border: 1px solid; border-left: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__menu ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__choiceButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__menu ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__menu { width: auto; padding: 0; margin-top: -2px; border-radius: 3px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__actionButton { position: relative; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__popup { top: 5px; right: 10px; text-align: left; box-shadow: 0 0 3px 2px #d3d3d3; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__item { padding: 5px 10px; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__item:hover { background: #f2f2f2; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__actionButton ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__popup ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__hr { border-bottom: 1px solid #d3d3d3; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__assignMyself { width: 140px; padding-left: 30px; box-sizing: border-box; cursor: pointer; font-size: 15px; white-space: nowrap; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__assignMyself span { display: inline-block; padding: 5px 5px 5px 10px !important; text-decoration: underline; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerInput { box-sizing: border-box; padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; border: 1px solid #999; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerInput:focus { margin-bottom: unset !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch input[type="text"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch input[type="email"], ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch input[type="number"] { padding-left: 20px !important; height: 28px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__iePlaceholder { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__iePlaceholder._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__none { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch input:focus ~ ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch input:focus ~ ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__iePlaceholder._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__none { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch input:not([value]):focus ~ ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__iePlaceholder { display: block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch input[value=""]:focus ~ ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__iePlaceholder { display: block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch input:not([value=""]):focus ~ ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__iePlaceholder { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectPickerIcon { top: 55px; }

@media (max-width: 767px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__assignMyself { width: 133px; font-size: 14px; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__assignMyselfTooltip [class*="rc-tooltip-inner"] { margin-top: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__historyTable { border: 1px solid rgba(51, 51, 51, 0.7); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__historyTable ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__header { display: flex; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__historyTable ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__header span { padding: 10px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__historyTable ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__header span:first-child { flex: 1; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__historyTable ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content { padding: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__historyTable ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__result { border: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__historyTable ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__result > table > tbody { overflow: auto; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__employeeHistory { position: absolute; top: 33px; padding-right: 5px; z-index: 1; background: white; left: 5px; width: calc(100% - 10px); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__employeeHistory ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content { display: inline; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__employeeHistory ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__content table ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__clear { display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__fakeInput { position: absolute; top: 0; left: -999px; width: 20px; opacity: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__numberInput { width: 100%; display: inline-block; position: relative; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__numberSpinner { width: 50px; display: inline-block; position: absolute; right: 0px; cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__medScheduleWrapper ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPicker { position: relative; top: 19px; }

/* start scss for moidfy setup  */
[class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel { background: white; }

[class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter { /*Modify button for mobiles/tablets outSide pageToolbarBottom */ }

@media (width: 1024px) { [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter [class*="common_form__form"] { height: calc(100% - 50px); } }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter [class*="common_form__form"] [class*="common_form__formContainer"] { height: calc(100% - 150px) !important; } } }

[class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter [class*="toolbar"] { display: flex; }

[class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom { display: flex; width: 100%; position: relative !important; align-items: center; }

[class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__modifyButton { position: absolute; right: 15px; }

[class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom { width: calc(100% - 10px); align-items: baseline; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__modifyButton { position: absolute; right: 0px; top: 0px; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="page"] { margin-top: 10px; position: absolute !important; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="page"]:first-child { bottom: 2px; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="limit"] { margin-top: 50px !important; position: relative !important; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="limit"] label div { width: auto; top: 2px; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="pagination"] { margin-top: 50px; position: relative !important; } }

@media (max-width: 1024px) { [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom { width: calc(100% - 10px); align-items: baseline; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__modifyButton { right: 0px; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="page"] { margin-top: 10px; position: absolute !important; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="limit"] { margin-top: 50px !important; position: relative !important; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="limit"] label div { width: auto; top: 1px; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="pagination"] { margin-top: 50px; position: relative !important; } }

@media only screen and (max-width: 768px) and (orientation: landscape) { [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__modifyButton { right: 10px; margin-top: 0px !important; } }

@media only screen and (max-width: 896px) { [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__modifyButton { right: -5px; } }

@media only screen and (max-width: 414px) { [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="page"]:first-child { top: 0px; bottom: 12px; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="limit"] span { margin-top: 3px; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__modifyButton { top: 0px; } }

@media only screen and (max-width: 896px) and (orientation: landscape) { [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom { align-items: center !important; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="page"] { position: relative !important; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="page"]:first-child { bottom: 2px; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="limit"], [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="pagination"] { margin-top: 8px !important; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__modifyButton { right: -5px !important; } }

@media only screen and (min-device-width: 712px) { [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom { align-items: flex-end; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="page"] { position: relative !important; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="page"]:first-child { bottom: 2px; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="limit"] label div { top: 2px; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="limit"] span { margin-top: 3px; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="limit"], [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom [class*="pagination"] { margin-top: 8px !important; }
  [class*="searchPickerWithModify"]._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchPanel ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__filter ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__pageToolbarBottom ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__modifyButton { top: -3px; } }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput { width: 50px; position: relative; cursor: pointer; display: inline-block; vertical-align: middle; margin: 0 15px; background: #fff; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchInputWrap { height: 30px; border: none; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px 0 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchInputWrap span { font-weight: normal !important; color: #000; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__dropDownSearch { position: absolute; bottom: 30px; width: 100px; border: 1px solid #666; box-sizing: border-box; z-index: 2; background-color: white; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__dropDownSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__dropSearch { position: relative; padding: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__dropDownSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__dropDownSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__dropSearch ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__searchIcon { position: absolute; right: 10px; bottom: 4px; content: ''; background: url(../../a578c5203cf95272/images/sprite-global.svg) no-repeat -400px -64px; background-size: 450px; display: block; width: 17px; height: 21px; opacity: .8; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__dropDownSearch ul { float: left; width: 100%; margin: 0; padding: 0; max-height: 200px; overflow: auto; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__dropDownSearch ul li._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__select { background-color: #1e90ff; color: #fff; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__dropDownSearch ul li._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__hidden { display: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__selectInput._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__disabled { background: #f0f0f0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__extraSpan { position: absolute; padding: 7px 7px 7px 15px; white-space: nowrap; font-size: 16px; color: #000; }

@media (max-width: 767px) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_components__extraSpan { position: relative; padding: 0px; margin-top: 5px; display: inline-block; } }

/* app/styles/common/table.scss */
._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table { border-collapse: collapse; width: 100%; overflow: hidden; user-select: initial; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table thead tr { background: #f7f7f7; height: 20px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table thead tr td, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table thead tr th { padding: 5px 3px; font-size: 15px; font-weight: bold; text-align: left; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table tbody tr { background: white; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table tbody tr._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__selected { background: #eee; border-top: 1px solid #f7f7f7; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table tbody tr:hover td { background: #f7f7f7; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table tbody tr:hover td span._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__a { opacity: 1.0 !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table tbody tr._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__selectable td { cursor: pointer; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table tbody tr._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__selectable:hover td { text-decoration: underline; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table tbody tr td { font-size: 15px; padding: 10px 5px; border-top: 1px solid #eee; word-wrap: break-word; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table tbody tr td a { color: #195ee6; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__table > table tbody tr td a:active { color: #e61919; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__flexibleTable > table { display: flex; flex-flow: column; height: 100%; width: 100%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__flexibleTable > table thead, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__flexibleTable > table tbody tr { display: table; table-layout: fixed; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__flexibleTable > table thead tr:after { content: ''; width: 1.2em; display: table-cell; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__flexibleTable > table tbody { /* body takes all the remaining available space */ flex: 1 1 auto; display: block; overflow-y: scroll; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__flexibleTable > table tbody tr { width: 100%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pageToolbar { margin-top: 10px; display: flex; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page { user-select: none; display: inline-flex; margin-right: 10px; font-size: 13px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__label { margin-right: 10px; line-height: 20px; opacity: 0.7; color: black; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page a, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page select { cursor: pointer; color: black; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination a { display: inline-block; background: white; border: 1px solid #d9d9d9; opacity: 0.8; text-align: center; min-width: 24px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination a:not(:first-child) { border-left: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination a:first-child { border-left-width: 1px; border-radius: 3px 0 0 3px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination a:last-child { border-radius: 0 3px 3px 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination a span { line-height: 20px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination a:hover { background: white; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination a._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__enabled { cursor: pointer; opacity: 1; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination a._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__enabled:hover { background: whitesmoke; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination a:not(._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__enabled) { background: #d9d9d9 !important; cursor: default; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__inputPages > span { padding-right: 5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__inputPages input::-webkit-outer-spin-button, ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__inputPages input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__inputPages input { width: 40px; border-radius: 5px; margin-right: 5px; border: 1px solid #d9d9d9; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__pagination ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__inputPages input[type="number"] { -moz-appearance: textfield; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__limit select { padding: 2px; border: none; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__page._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__limit ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_table__label { margin-left: 5px; }

/* app/styles/common/sprite.scss */
._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite { background-image: url("../../ecc1b2f277d29ffb/images/graphql/sprite.png"); background-repeat: no-repeat; display: block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a01 { width: 32px; height: 32px; background-position: -5px -5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a01white { width: 40px; height: 31px; background-position: -47px -5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a02 { width: 32px; height: 32px; background-position: -97px -5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a02white { width: 35px; height: 35px; background-position: -139px -5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a03 { width: 32px; height: 32px; background-position: -5px -50px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a03white { width: 32px; height: 40px; background-position: -47px -50px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a04 { width: 32px; height: 32px; background-position: -89px -50px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a05 { width: 32px; height: 32px; background-position: -131px -50px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a05white { width: 40px; height: 31px; background-position: -89px -92px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a06 { width: 32px; height: 32px; background-position: -5px -92px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a07 { width: 32px; height: 32px; background-position: -139px -92px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a08 { width: 32px; height: 32px; background-position: -5px -134px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a09 { width: 32px; height: 32px; background-position: -47px -134px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a10 { width: 32px; height: 31px; background-position: -89px -134px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a11 { width: 32px; height: 32px; background-position: -131px -134px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a12 { width: 32px; height: 32px; background-position: -184px -5px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-c_delete { width: 20px; height: 20px; background-position: -184px -47px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-c_delete_red { width: 22px; height: 22px; background-position: -133px -179px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-c_edit { width: 20px; height: 20px; background-position: -181px -77px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-c_convert { width: 28px; height: 38px; background-position: -124px -131px; top: 1px !important; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-c_new { width: 20px; height: 20px; background-position: -181px -107px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-c_remove_link { width: 20px; height: 20px; background-position: -173px -137px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-c_view { width: 22px; height: 20px; background-position: -177px -192px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-tricolon { width: 20px; height: 20px; background-position: -173px -167px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-lock { width: 25px; height: 32px; background-position: -77px -283px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-lost { width: 33px; height: 33px; background-position: -48px -94px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-lostInquiry { width: 33px; height: 33px; background-position: -48px -94px; opacity: 0.6; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a13 { width: 34px; height: 34px; background-position: -5px -174px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a14 { width: 34px; height: 34px; background-position: -45px -174px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-a15 { width: 28px; height: 30px; background-position: -89px -170px; margin-left: -12px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__res_discharge { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -103px -38px; height: 30px; width: 28px; display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__res_admit { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -68px -38px; height: 30px; width: 28px; display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__sprite-c_res_delete { height: 30px; width: 28px; background-position: -184px -47px; display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__res_unit_reservation { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -1px -38px; height: 30px; width: 28px; display: inline-block; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common_sprite__res_waiting_list { background: url(../../2c4eb162356bdb96/images/resident-sprite.png) no-repeat -35px -38px; height: 30px; width: 28px; display: inline-block; }

/* 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 ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__moduleLoading { display: block; position: fixed; z-index: 999; height: 2em; width: 16em; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }

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

main ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__pointer { cursor: pointer; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__newPointer { cursor: pointer; }

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

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

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__close._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__mobile { font-size: 26px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__close._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__small { width: 24px; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__close._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__small::before { font-size: 16px; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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); }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_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) { ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__cardItem { padding: 10px 5px; }
  ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__backArrow:before { margin-top: 5px !important; } }

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

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

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__legandBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__legandNote { padding-left: 6%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__legandBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__view { display: flex; padding-left: 1%; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__legandBody ._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__heading { font-weight: bold; text-decoration: underline; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__legandBody a { text-decoration: none; }

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

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__staticPosition * { position: static; }

._opt_docker_NotifyDashboard_Frontend_NotifyDashboards_app_styles_common__linkStyleButton { color: #1976d2 !important; font-weight: normal !important; text-decoration: underline; cursor: pointer; }
