/* Minification failed. Returning unminified contents.
(1970,21): run-time error CSS1035: Expected colon, found '{'
(2095,13): run-time error CSS1035: Expected colon, found '{'
(2132,11): run-time error CSS1035: Expected colon, found '{'
(2253,20): run-time error CSS1035: Expected colon, found '{'
(2327,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '{'
(2356,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '{'
 */
html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body, button, input, select, textarea {
    color: #656666;
    font-family: Arial,Helvetica,sans-serif;
}

ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

a {
    outline: 0 none;
    text-decoration: underline;
    color: #BF6B26;
}

    a:hover, a.link-pdf:hover {
        color: #A39D11;
    }

hr {
    border: none;
    background-color: #e3e3e3;
    color: #e3e3e3;
    height: 1px;
}

/* banner */
#banner {
    background: #336080;
    color: #ffffff;
    min-width: 960px;
    min-height: 23px;
    padding: 5px 0 6px 0;
}

    #banner .container {
        margin: 0 64px;
        overflow: hidden;
    }

#logoutForm {
    display: inline;
}

    #switch-user-btn,
    #logoutForm a {
        display: inline-block;
        color: #ffffff;
        border: solid 1px #ffffff;
        border-radius: 3px;
        padding: 3px;
        text-decoration: none;
        margin-left: 3px;
    }
    
        #switch-user-btn:hover,
        #logoutForm a:hover {
            background-color: #14486d;
        }

/* header and footer */
header, footer {
    /* max-width: 1080px; */
    min-width: 960px;
    margin: 0 auto;
}

footer {
    background-color: #000000;
    font-size: 11px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
}

#fdb-logo {
    float: left;
    margin: 15px 0;
}

#orx-logo {
    float: right;
    margin-top: 25px;
}

a.fdb-logo {
    background: url(../Images/fdb_logo.png) no-repeat top left;
    display: block;
    width: 102px;
    height: 55px;
    text-indent: -9999px; /* hides the link text */
}

a.orx-logo {
    background: url(../Images/orx_logo.png) no-repeat top left;
    display: block;
    width: 208px;
    height: 34px;
    text-indent: -9999px; /* hides the link text */
}

/* menu */
nav {
    /* two tone background */
    background: #336080 url(../Images/tabs_background.png) repeat-x 0 0;
    height: 28px;
    padding-top: 9px;
}

    nav ul li {
        display: inline-block;
        height: 37px;
        margin: -9px 4px 0 0;
        float: left;
        /*background: #14486d url(../Images/tab_background.png) repeat-x 0 0;*/
    }

        nav ul li a:hover, nav ul li a.active {
            color: #ffffff;
            background: #033b64 url(../Images/tab_active_background.png) repeat-x 0 0;
        }

        nav ul li a {
            color: #ffffff;
            line-height: 28px;
            padding: 9px 17px 0 17px;
            font-size: 13px;
            text-transform: uppercase;
            float: left;
            background: #14486d url(../Images/tab_background.png) repeat-x 0 0;
            text-decoration: none;
        }

#main-tabs {
    background-color: #668894;
    height: 28px;
}

/* main layout */
#main-content {
    margin-bottom: 60px;
}

#main-body {
    padding: 6px;
}

.main-block, .main-block-multiple {
    padding: 24px;
    background-color: #ffffff;
    border-top: 10px solid #013962;
}

#profile_container2 {
    float: left;
    border: 0;
    border-top: 10px solid #013962;
    margin-left: 10px;
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-block-multiple {
    margin-bottom: 6px;
}

    .main-block h3, .main-block-multiple h3 {
        font-size: 24px;
        font-weight: bold;
        color: #003250;
        margin: 0 0 24px 0;
    }

    .main-block h4, .main-block-multiple h4 {
        font-size: 14px;
    }

.content-wrapper {
    margin: 0 64px;
    /* max-width: 960px; */
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clear-both {
    clear: both;
}

.title h1 {
    font-size: 32px;
    font-weight: bold;
    color: #003250;
    margin: 24px 0 12px 0;
}

.pageTitle {
    font-size: 14px;
    margin-bottom: 32px;
}

    .pageTitle ul, .pageTitle ol {
        list-style: disc inside none;
        margin-left: 32px;
    }

.group-ccg-list {
    margin-bottom: 20px;
}

.ccg-group-list-item {
    list-style-type: disc;
    margin: 5px 0 5px 32px;
}

/* forms */
form {
    margin: 0;
    padding: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol li, fieldset ul li {
        padding-bottom: 10px;
        clear: both;
        /* make sure parent sizes to content when content is floated */
        overflow: hidden;
    }

.settings-form fieldset {
    border: solid 1px #666;
    margin: 16px 0;
    padding: 16px;
}

fieldset.no-border {
    border: none;
}

.settings-form legend {
    display: inline;
    margin-left: 16px;
    color: #666;
}

label {
    display: block;
    width: 270px;
    text-align: right;
    float: left;
    padding: 8px 0 0 0;
    margin: 0 10px 0 0;
    clear: both;
    font-weight: bold;
}

    label.checkbox {
        display: inline;
    }

.labelIndent {
    margin-left: 280px;
}

input, textarea, select {
    border-color: #B5B6B6 #9A9B9B #9D9D9D #A1A2A2;
    border-style: solid;
    border-width: 1px;
    margin: 0 5px 0 0;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    input[type=text], input[type=password], textarea, select {
        width: 300px;
    }

    input[type="checkbox"] {
        border: none;
        padding: 0;
    }

fieldset input[type="checkbox"] {
    margin-top: 10px;
}

fieldset input[type="radio"] {
    margin-top: 10px;
}

input[type="submit"], button {
    background-color: #e1e1e1;
    border: 1px solid #999999;
    border-radius: 4px;
    color: #656666;
    cursor: pointer;
    padding: 2px 10px;
    margin-right: 8px;
}

    input[type="submit"]:disabled, button:disabled {
        background-color: #e1e1e1;
        border: 1px solid #999999;
        border-radius: 4px;
        color: #d3d3d3;
        cursor: default;
        padding: 2px 10px;
        margin-right: 8px;
    }

    input[type="submit"]:hover:enabled, button:hover:enabled {
        background-color: #033b64;
        border: 1px solid #717074;
        color: #ffffff;
    }

/* styles for validation helpers */
.field-validation-error {
    color: #cd0a0a;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #cd0a0a;
}

select.input-validation-error {
    border: 1px solid #cd0a0a;
}

.validation-summary-errors {
    color: #cd0a0a;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 12px;
}

.validation-summary-valid {
    display: none;
}

/* icon buttons */
input[type="submit"].iconPdf, input[type="submit"].iconExcel {
    border: none;
    font-size: 0;
    line-height: 0;
    width: 32px;
    height: 32px;
}

input[type="submit"].iconExcel {
    background: transparent url("../Images/Excel-icon.png") no-repeat;
}

input[type="submit"].iconPdf {
    background: transparent url("../Images/pdf-icon.png") no-repeat;
}

h3.inline {
    display: inline-block;
}

/* tables
----------------------------------------------------------*/
table, th, td {
    border: 1px solid #717074;
}

    table.borderless, table.borderless th, table.borderless td {
        border: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    padding: 10px;
    width: 100%;
}

    table.striped tbody tr:nth-child(odd) {
        background: rgba(0, 0, 0, 0.1);
    }

    table.highlight-row tr:hover {
        background: rgba(0, 0, 0, 0.1);
    }

th {
    text-align: center;
    padding-left: 0;
    background-color: #033b64;
    color: #FFFFFF;
    padding: 6px;
}

td {
    padding: 8px;
}

    td.centre {
        text-align: center;
    }

    td a {
        color: #656666;
    }

        td a:hover {
            color: #033B64;
        }

tr.odd {
    background-color: #FFFFFF;
}

tr.even {
    background-color: #e2e2e2;
}

.hidden {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

/* Page specific styles */
#dashboardArticle {
    padding: 0;
}

#embeddedReport {
    border: none;
    width: 948px;
    min-height: 400px;
}

#embeddedReportFullScreen {
    border: none;
    width: 100%;
    min-height: 400px;
}

.ui-widget.ui-widget-content a.referenceUrl {
    color: #BF6B26;
}

    .ui-widget.ui-widget-content a.referenceUrl:hover {
        color: #A39D11;
    }

.ui-widget.ui-widget-content.actionsMenu.actionsMenuEmpty {
    border: none;
}

#profilesDropdown.ui-state-disabled {
    pointer-events: none;
}

    #profilesDropdown.ui-state-disabled ul {
        display: none;
    }

#ruleComment textarea {
    width: 100%;
    height: 250px;
    margin-bottom: 1em;
}

#ruleComment #submitContainer {
    margin-top: 1em;
}

.ui-state-default .ui-icon-comment-exists, .ui-state-default .ui-icon.ui-icon-comment-exists {
    background: url("../Images/comment.png") no-repeat !important;
}

.reminder-bubble {
    border-radius: 50%;
    width: 9px;
    height: 9px;
    position: absolute;
    top: -3px;
    right: -5px;
}

comments .commentBtn {
    position: relative
}

/* jQuery UI theme overrides (placed here so that when we
update the theme we don't lose our changes
----------------------------------------------------------*/

.fdb-accordion-header.ui-accordion-header-active, .fdb-accordion-header.ui-accordion-header,
.fdb-tabs .fdb-accordion-header.ui-accordion-header-active, .fdb-tabs .fdb-accordion-header.ui-accordion-header,
.fdb-tabs.ui-widget-content .fdb-accordion-header.ui-state-default.ui-state-active {
    background: #ffffff;
    border-radius: 0;
    border: none;
    border-top: 10px solid #013962;
    color: #656666;
    font-weight: bold;
}

    .fdb-accordion-header.ui-accordion-header-active p, .fdb-accordion-header.ui-accordion-header p {
        font-weight: normal;
        margin-bottom: 0;
    }

.fdb-accordion-header span.ui-state-active, .fdb-accordion-header span.ui-icon {
    background-image: url(themes/custom/images/ui-icons_656666_256x240.png);
}

.fdb-tabs .ui-widget-header {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #033b64;
    font-size: 14px;
}

    .fdb-tabs .ui-widget-header .ui-state-default a {
        font-weight: bold;
        color: #ffffff;
    }

.fdb-tabs.ui-widget-content {
    border: none !important;
    background: none;
}

.fdb-tabs .ui-tabs-nav {
    padding: 0 !important;
}

.fdb-tabs.ui-tabs .ui-tabs-nav li {
    border: none;
    border-radius: 0;
    margin-right: 1px;
}

.fdb-tabs.ui-tabs .ui-tabs-panel {
    padding: 6px 12px 12px 12px;
}

.fdb-tabs.ui-widget-content li.ui-state-default {
    background: none #7f9bb0;
}

.fdb-tabs.ui-widget-content .ui-state-default.ui-state-active {
    background: none #033B64;
}

.fdb-tabs ul li.indent {
    margin-left: 16px;
}

.ui-accordion .fdb-accordion-header.ui-accordion-header .ui-accordion-header-icon {
    top: 6px;
    margin-top: 0;
}

.fdb-accordion-header.ui-accordion-header.ui-state-hover {
    color: #013962;
}

    .fdb-accordion-header.ui-accordion-header.ui-state-hover p {
        color: #656666;
    }

.ui-accordion .fdb-accordion-header.ui-accordion-header {
    margin-top: 6px;
}

.fdb-accordion-body.ui-accordion-content {
    border: none;
    border-radius: 0;
}

.ui-state-default .ui-icon.ui-icon-rule-enable {
    background: url("../Images/enableIcon.png") no-repeat;
}

.ui-state-default .ui-icon.ui-icon-rule-disable {
    background: url("../Images/disableIcon.png") no-repeat;
}

.ui-state-default .ui-icon.ui-icon-rule-mute {
    background: url("../Images/muteIcon.png") no-repeat;
}

div.ui-dialog div.ui-dialog-buttonpane {
    margin-top: 0;
}

.ExpandAll-Collapsed {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../Content/themes/custom/images/ui-icons_656666_256x240.png) no-repeat;
    background-position: -32px -16px;
    float: left;
    margin: 5px 5px 0 0;
}

.progressbar {
    position: fixed;
    top: 50%;
    left: 50%;
}

.ExpandAll-Expanded {
    background-position: -64px -16px;
}
/* multi-select */
.ui-multiselect-menu label {
    padding: 3px 1px;
    margin: 0;
    text-align: left;
    width: auto;
    float: none;
    font-weight: normal;
}

.ui-multiselect-menu input[type=checkbox] {
    margin: 0 5px;
}

a.ui-button:hover {
    color: #ffffff;
}

/* toolbar */
.toolbar {
    padding: 4px;
    color: #ffffff;
    background-color: #336080;
    border: 1px solid #717074;
    margin-bottom: 12px;
}

/* Profile styles */
.profile-tab {
    min-height: 27px;
}

li.tab-hidden {
    display: none !important;
}

.ruleList li,
.triggerDrugProductList li,
.productList li,
.reportList li,
.linkList li,
.auditList li {
    background-color: #ffffff;
    padding: 9px;
    border: 1px solid #999999;
    border-radius: 4px;
    margin-top: 6px;
}

.triggerDrugsExportBtn {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .triggerDrugsExportBtn:hover {
        background: #033B64;
        color: white;
    }

.triggerDrugProductList {
    min-height: 367px;
}

.ruleList li.rule-New {
    border-left: 5px solid #3b87ca;
}

.ruleList li.rule-Enabled {
    border-left: 5px solid #66c73d;
}

.ruleList li.rule-Disabled {
    border-left: 5px solid #a61c0f;
}

.ruleList li.rule-Muted {
    border-left: 5px solid #ff9829;
}

.ruleList li.rule-Multi {
    border-left: 5px solid #ba55d3;
}

.ruleList li.rule-Draft {
    padding-left: 14px;
    background-color: #dddddd !Important;
}

.ruleList li.rule-ForDeletion {
    padding-left: 14px;
    background-color: #ffc9c9 !Important;
}

.ruleList li.rule-hidden {
    background-color: #dddddd !Important;
}

.rule-groups.rule-5 .ruleList .ruleListItem:not(.rule-Multi),
.rule-groups.rule-4 .ruleList .ruleListItem:not(.rule-New),
.rule-groups.rule-2 .ruleList .ruleListItem:not(.rule-Enabled),
.rule-groups.rule-1 .ruleList .ruleListItem:not(.rule-Disabled),
.rule-groups.rule-3 .ruleList .ruleListItem:not(.rule-Muted) {
    display: none;
}

.rightButtonContainer {
    display: table-cell;
    margin-left: 5px;
    margin-bottom: 1px;
    white-space: nowrap;
}

.reportList .rightButtonContainer {
    float: right;
}

.rightButtonContainer.nofilterbutton {
    margin-right: 70px;
}

div.filterRegion {
    margin-bottom: 12px;
}

#confirmationDialog {
    padding: 2em;
}

a.newGroupButton {
    width: 200px;
}
/* Report Styles */
.reportList li,
.linkList li {
    border-left: 5px solid #7f9bb0;
}

.reportList a,
.linkList a {
    color: #656666;
}

.linkList .fa {
    font-size: 12px !important;
}

.reportList a.viewBtn:hover,
.reportList a.viewBtn:focus,
.linkList a.viewBtn:hover,
.linkList a.viewBtn:focus {
    color: #ffffff;
}

.reportDescription {
    margin-top: 6px;
}

.reportExpander {
    display: block;
    font-weight: bold;
    line-height: 27px;
}

/* profile group styles*/

.edit-dialog-fieldset {
    padding-top: 10px;
}

.edit-dialog-list {
    padding-bottom: 10px;
}

.edit-dialog-message-container {
    display: inline-grid;
}

.profile-group-profiles {
    display: inline-block;
    border: 1px solid #888;
    width: 300px;
    height: 110px;
    overflow: auto;
}

.profile-group-add-profile {
    margin-left: 160px;
    width: 276px;
}

.edit-dialog-button {
    width: 80px;
    height: 24px;
}

.edit-dialog-validation-error {
    margin-top: 10px;
}

ul.actionsMenu {
    position: absolute;
    padding: 5px;
    border-radius: 3px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

/*reset menu styles*/
ul.actionsMenu li {
    margin: 0 !important;
    padding: 0.5em;
    border-radius: 0;
    border: none;
    display: flex;
}

ul.actionsMenu li:hover {
    background: #033b64;
    border-radius: 3px;
    margin: 0 !important;
    color: white;
}

ul.actionsMenu li a {
    text-decoration: none;
    padding: 0 !important;
    display: flex;
    width: 80px !important;
    border: none !important;
    margin: 0 !important;
    background-color: inherit !important;
    color: inherit !important;
}

ul.actionsMenu li a:hover {
    margin: 0 !important;
    background: inherit !important;
    color: inherit !important;
}

.ui-menu .ui-menu-item a {
    width: 100px;
}

/* Resdesign of Index page to allow downloads*/
.col1 {
    background: #ffffff;
    float: left;
    width: 720px;
    margin: 0 6px 6px 0;
}

.col2 {
    background: #ffffff;
    float: left;
    width: 222px;
    margin-bottom: 6px;
}

a.link-pdf {
    background: url("../Images/pdf-icon.png") no-repeat 0 0;
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 0 0 22px;
    color: #656666;
}

a.link-excel {
    background: url("../Images/excel-icon-small.png") no-repeat 0 0;
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 0 0 22px;
    color: #656666;
}

.downloads h4 {
    margin-top: 0;
}

.downloads li {
    margin: 0 0 10px 0;
}

.col1 .main-block {
    padding: 10px;
}

.col2 .main-block {
    padding: 8px;
}

div.toolbar {
    margin-top: 10px;
}

.profileListContainer {
    width: 100%;
}

.formularyenabled {
    font-size: 12px;
    float: right;
    margin-left: 300px;
    margin-top: -20px;
}

/* Radio buttons showed a border in ie 10 */
input[type=radio] {
    border: none;
    padding: 0;
}

/* Our own tooltip so that it stays on the screen until the mouse is moved as there is quite a bit of text to read */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 240px;
        background-color: #336080;
        color: #fff;
        text-align: center;
        border-radius: 12px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 1s;
    }

.ruleListItem .tooltip .tooltiptext {
    left: -114px;
    margin-left: 0;
    bottom: 126%;
    white-space: normal;
}

.rule-detail .tooltip .tooltiptext {
    left: -109px;
}


.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #336080 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



.data-entry-row {
    clear: both;
}

.data-entry-col-left {
    float: left;
}

.data-entry-col-right {
    float: left;
}

    .data-entry-col-right input.check-box {
        margin-top: 10px;
    }

.data-entry-label {
    width: 200px;
    text-align: left;
    padding: 10px 0;
}

.edit-icon {
    font-size: 1.5em !Important;
    color: #033b64;
}

.profile-page .title-area {
    float: left;
    width: 700px;
}

.message-status-selection-area {
    width: 400px;
    padding-top: 25px;
}

.profile-mode-selection .change-mode-label {
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.advanced-search-options {
    float: left;
}

.advanced-search-options-left {
    float: left;
}

.advanced-search-options-right {
    float: left;
    margin-left: 50px;
}

div.audit table th {
    text-align: left;
}

div.audit table td {
    border: none;
}

div.audit tr.alternate-row td {
    background-color: #dddddd;
}

div.parent-permissions-options label {
    text-align: left;
    width: 275px;
    padding: 0;
}

div.child-permission-options {
    margin-left: 20px;
}

label.permission-option-level-1 {
    margin-left: 20px;
}

label.permission-option-level-2 {
    margin-left: 40px;
}

label.permission-option-level-3 {
    margin-left: 60px;
}


.dialog-label {
    width: 150px;
    text-align: left;
}

.user-permissions-fieldset {
    border: 1px solid;
    margin-right: 16px;
    padding: 0 0 10px 10px;
    margin-bottom: 10px;
}

.permissions-header {
    margin: 10px 0;
}

.users-table tr td {
    text-align: left;
    vertical-align: top;
}

.users-table tr th {
    text-align: left;
    vertical-align: top;
}

.user-management-icon {
    font-size: 19px !Important;
    padding-left: 3px;
}

.user-permissions-fieldset-legend {
    display: inline;
}

#removeLegacyAdminPermissions {
    margin-top: 10px;
}

.ccg-selector {
    float: right;
    padding-right: 10px;
}

    .ccg-selector span {
        padding-right: 5px
    }

    .ccg-selector select {
        font-size: 0.9em;
    }

.fa {
    font-size: 17px !Important;
}

a .fa {
    cursor: pointer;
}

.truncate-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
}

    .truncate-text > span {
        cursor: pointer;
        text-decoration: underline;
    }

div.message-status-counts {
    clear: both;
}

div.group-box {
    margin-bottom: 10px;
    padding: 0 10px 10px 5px;
    border: 1px solid #003250;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.overflow-wrap-break-word {
    overflow-wrap: break-word;
}

.validation-chars-remain {
    float: right;
    margin-right: 5px;
}

.validation-required {
    border-color: red;
}

    .validation-required:focus {
        outline: none;
    }

.validation-required-tab {
    outline: 1px solid red;
    outline-offset: -1px;
}

label.text-align-left {
    text-align: left;
}

.checked-dropdown {
    width: 100%;
    border: 1px solid #9D9D9D;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    overflow: hidden;
}

.checked-dropdown-button {
    width: 40px;
    background-color: #e1e1e1;
    border-left-color: #9D9D9D;
    border-left-style: solid;
    border-left-width: 1px;
    display: flex;
    color: #656666;
}

    .checked-dropdown-button:hover {
        background-color: #d1d1d1;
    }

.checked-dropdown:hover {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.checked-dropdown-list {
    border: 1px solid #9D9D9D;
    position: absolute;
    background: white;
    width: 100%;
    z-index: 100;
}

.checked-dropdown-list-item {
    display: flex;
}

    .checked-dropdown-list-item:hover {
        background-color: rgba(0, 0, 0, 0.05);
        cursor: pointer;
    }

    .checked-dropdown-list-item:focus {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .checked-dropdown-list-item label {
        padding: 10px;
        text-align: initial;
        width: 100%;
        overflow: auto;
        clear: initial;
        cursor: pointer;
        text-align: left;
    }

@media (max-width: 600px) {
    #sidebar {
        display: none;
    }
}

@media (min-width: 807px) {
    .filterRegion .text-note {
        padding-left: 200px;
    }
}

.account-selector {
    border: solid 1px lightslategrey;
    padding: 5px;
    background-color: ghostwhite;
    border-radius: 3px;
    margin-bottom: 6px;
    font-size: 14px;
}

    .account-selector .account-selector-pre-label {
        margin-right: 11px;
    }

    .account-selector .account-selector-ddl {
        font-size: 12px;
    }


edit-profile-group .edit-dialog-list li .permission {
    text-align: left;
    clear: none;
    margin-top: 2px;
}

edit-profile-group .edit-dialog-list li input {
    float: left;
}

.multi-profile-comment-label {
    display: inline;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
    margin: 0;
}

.multi-profile-comment-textarea {
    width: 100%;
    resize: none;
    height: 70px;
    margin-top: 2%;
}

.multi-profile-comment-profile {
    display: block;
    font-weight: bold;
}

.header-panel {
    display: flex;
    justify-content: space-between;
}

.headerReverse {
    flex-direction: row-reverse;
}

.header-panel .toggles-panel {
    display: flex;
    align-items: center;
}

#individualCommentContainer .comment-header,
#singleCommentContainer .comment-header {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
}

    #individualCommentContainer .comment-header .date-picker-header {
        display: flex;
    }

        #individualCommentContainer .comment-header .date-picker-header .fa-list-ul {
            margin-left: 0.6em;
        }

reminder-date-picker {
    align-self: center;
}

    reminder-date-picker div {
        display: flex;
        align-items: baseline;
    }

    reminder-date-picker .date-picker-container {
        position: relative;
    }

        reminder-date-picker .date-picker-container .fa-trash {
            margin-left: 0.5em;
            cursor: pointer;
        }

        reminder-date-picker .date-picker-container .fa-calendar-check-o {
            margin-left: 0.5em;
            cursor: pointer;
        }

        reminder-date-picker .date-picker-container .date-picker {
            align-items: center;
        }

    reminder-date-picker .date-picker-window {
        position: absolute;
        border: 1px solid gray;
        width: 300px;
        top: 20px;
        right: 0;
        padding: 1em;
        background: white;
        flex-direction: column;
        box-shadow: 0 4px 14px 0 #0000001A;
        z-index: 999
    }

        reminder-date-picker .date-picker-window .row .date-picker-input {
            font-size: 1.2em;
            width: 120px;
            border-radius: 5px;
            height: 100%;
            padding-left: 1em;
        }

        reminder-date-picker .date-picker-window .row .ui-datepicker-trigger {
            margin-left: -62px;
            border: none;
            background: none;
            padding: 0;
        }

.ui-datepicker-calendar a.ui-state-default {
    background: white;
}

    .ui-datepicker-calendar a.ui-state-default.ui-state-active,
    .ui-datepicker-calendar a.ui-state-default.ui-state-hover {
        background: lightblue;
        color: black;
        font-weight: bold;
    }

reminder-date-picker .date-picker-window .row .ui-datepicker-trigger:hover {
    color: #000
}

reminder-date-picker .date-picker-window .header {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

    reminder-date-picker .date-picker-window .header span {
        font-weight: bold;
        font-size: 1.1em;
    }

reminder-date-picker .date-picker-window .content {
    width: 100%;
    flex-direction: column;
    margin-top: 1.5em;
}

    reminder-date-picker .date-picker-window .content .row {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 1em;
        align-items: center;
        height: 26px;
    }
        reminder-date-picker .date-picker-window .content .row button::before {
            content: "\f073";
            font: normal normal normal 14px / 1 FontAwesome;
            font-size: 17px !Important;
        }

        reminder-date-picker .date-picker-window .content .row input.value {
            background: white;
        }

        reminder-date-picker .date-picker-window .content .row .title {
            width: 45%;
            background: #e1e1e1;
            padding: 0 0.5em;
            font-weight: bold;
            border-radius: 5px;
            height: 100%;
            align-items: center;
            display: flex;
        }

        reminder-date-picker .date-picker-window .content .row .value {
            width: 40%;
            border-radius: 5px;
            background: #e1e1e1;
            margin: 0;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.2em;
            text-align: center;
        }

        reminder-date-picker .date-picker-window .content .row.warning {
            justify-content: center;
            margin-top: -5px;
            align-items: flex-start;
            height: 10px;
        }

            reminder-date-picker .date-picker-window .content .row.warning span {
                display: flex;
                font-size: 10px;
                color: red;
            }

    reminder-date-picker .date-picker-window .content .hints {
        font-size: 9px;
        margin-bottom: 1em;
        margin-top: -8px;
    }

        reminder-date-picker .date-picker-window .content .hints span:first-child {
            margin-right: 6em;
        }

reminder-date-picker .date-picker-window .footer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 1em;
}

.multi-profile-comment-action-link {
    float: right;
    font-weight: bold;
    text-decoration: none;
    color: slategrey !important;
    cursor: pointer;
}

select#statusSelector[disabled],
select#messageTypeSelector[disabled] {
    background: #eaeaea;
}


.transparent {
    display: block;
    visibility: hidden;
}

.triggerDrugItem.alternative-product-disabled {
    background-color: #e0e0e0;
}

.triggerDrugItem.trigger-product-disabled {
    background-color: #e0e0e0;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.alternative-products-list-spinner {
    margin-left: -32px;
    left: 50%;
}

    .alternative-products-list-spinner img {
        width: 64px;
        height: 64px;
    }

label.radio-label {
    width: auto;
    display: inline;
    float: none;
    clear: none;
    text-align: left;
}

label.validation-failed {
    display: inline-block;
    width: 100%;
    color: darkred;
    text-align: left;
    float: none;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

textarea.validation-failed {
    border-color: red;
}

    textarea.validation-failed:focus-within {
        outline-color: red;
    }

.main-block-multiple.main-block-internal-reports {
    padding-left: 0;
    padding-right: 0;
}

.user-name-text {
    display: inline-block;
    height: 35px;
}

.user-name-action {
    display: inline-block;
    vertical-align: top;
}

    .user-name-action .fa-close {
        color: #656666;
        font-size: 21px !important;
        margin: 5px;
    }

    .user-name-action .fa-pencil {
        color: #656666;
        font-size: 18px !important;
        margin: 5px;
    }

span.validation-error {
    color: indianred;
}

orx-user-name p {
    font-size: 24px;
    font-weight: bold;
    color: #003250;
    margin: 0;
}

orx-user-name input {
    font-size: 18px;
    font-weight: bold;
    color: #003250;
    margin: 0;
    width: 600px !important;
    border: 1px solid #003250;
    border-radius: 5px;
}

.validation-error {
    font-size: 17px;
}

session-expiration-reminder {
    margin-top: 5px;
    float: left;
}

    session-expiration-reminder span {
        vertical-align: top;
    }

    session-expiration-reminder i {
        margin-top: -2px;
    }

.session-notification {
    z-index: 999;
    display: flex;
    position: absolute;
    top: 40px;
    background-color: #ffb800;
    width: 360px;
    height: 30px;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em 0 1em;
    border-radius: 5px;
    left: 33%;
}

    .session-notification a {
        color: white;
        text-decoration: none;
    }

    .session-notification .notification-buttons-panel {
        display: flex;
        justify-content: right;
        width: 40px;
    }

        .session-notification .notification-buttons-panel .fa.fa-times {
            margin-left: 0.5em;
        }

    .session-notification .notification-info-panel {
        display: flex;
        align-items: center;
        width: 210px;
    }

.notification-info-panel p {
    font-size: 14px;
    margin-left: 0.5em;
}

#browser-list {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
    #browser-list p {
        font-size:large;
    }

    #browser-list li {
        display: inline-block;
        margin: 10px;
        text-align: center;
        /* font-weight: bold;*/
    }

        #browser-list li img {
            width: 25px;
            display: block;
            margin: auto;
            padding: 10px;
        }

#browser-warning {
    display: flex;
    flex-direction: column;
    align-items: center;
}

   #browser-warning p{
       font-size: small
   }

.select-account {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    margin: 5px 0;
    padding: 10px;
    text-align: left;
    width: 100%;
}


.mfa-login-button {
    border: 1px solid #999999;
    border-radius: 4px;
    cursor: pointer;
    padding: 6px 10px;
    margin-right: 8px;
    width: 300px;
    font-weight: 800;
    background-color: #3D70B2 !important;
    color: white;
}

    .mfa-login-button:hover {
        background-color: #7F9BB0 !important;
        border: 1px solid #717074;
        color: white !important;
        font-weight: 800 !important;
    }

.login-section {
    display: flex;
    justify-content: left;
    flex-direction: row;
}

    .login-section label {
        width: 160px;
    }

.login-password-section {
}

.login-delimiter-section {
    display: flex;
    width: 10%;
    justify-content: center;
    margin-top: 10px;
    font-weight: bold;
}

.login-section {
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-top: 1em;
}

.login-password-section {
    display: flex;
    flex-direction: column;
}

.login-password-section .field-validation-error{
    margin-top:5px;
}

.login-password-section *{
    display: flex !important;
}

.login-password-section fieldset,
.login-password-section li,
.login-password-section ul,
.login-password-section form{
    flex-direction:column
}

.login-password-section label{
    margin-bottom: 5px;
}

.login-password-section li {
    display: flex;
    flex-direction: column;
}

.login-password-section .li-row-direction{
    flex-direction:row;
    justify-content:left;
    align-items:flex-start;
    margin-top:5px;
}

.login-password-section .li-row-direction input[type="checkbox"],
.login-password-section .li-row-direction label{
    margin-top: 0px;
    padding: 0px;
    text-align:left;
}

.login-password-section .li-row-direction.agreements {
    width: 310px;
    flex-wrap: wrap;
}

.login-password-section .li-row-direction.agreements label{
    width: 280px
}

.login-password-section .li-row-direction.agreements label a{
    width: 115px;
    margin-left: 3px;
}
.login-delimiter-section {
    display: flex;
    width: 300px;
    justify-content: center;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
}

.login-delimiter-section hr {
    width: 20%;
    height: 2px;
}

.login-delimiter-section span{
    color: #c5c5c5
}

.login-disclaimer-section {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-top: 1em;
}

    .login-disclaimer-section hr {
        height: 2px;
        width: 100%;
    }

    .login-disclaimer-section span {
        color:#938c8c;
    }

#loginForm {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: none;
}
.login-button {
    background-color: #033b64 !important;
    border: 1px solid #999999;
    border-radius: 4px;
    cursor: pointer;
    padding: 6px 10px !important;
    margin-right: 8px;
    width: 300px;
    font-weight: 800;
    color: #ffffff !important;
}

    .login-button:hover {
        background-color: #7F9BB0 !important;
        border: 1px solid #717074;
        color: #ffffff !important;
        font-weight: 800 !important;
    }
    
.bulk-actions-section {
    display: flex;
    justify-content: flex-end;
}

.bulk-actions-section a {
    display: flex;
    padding: .4em 1em;
    align-items: center;
    margin-left: 0.5em;
}

.bulk-actions-section a:hover {
    background: #033B64;
}

.bulk-actions-section a i {
    display: flex;
    font-size: 1.2em !important;
}

.bulk-actions-section a .btn-text {
    display: flex;
    margin-left: .5em;
}

bulk-update *,
bulk-tagging *{
    display: flex;
}

bulk-update .main,
bulk-tagging .main {
    width: 100%;
    height: 500px;
    flex-direction: column;

    .header-section {
        height: 10%;
        margin-top: .5em;
        flex-direction: row;
        align-items: flex-start;
    }

    .content-section {
        height: 80%;
        flex-direction: column;
        
        .rule-actions {
            flex-direction: row;
            margin-bottom: .5em;
            align-items: center;
            justify-content: end;
            
            .sorting {
                align-items: center;
                
                span {
                    margin-right: 1em;   
                }
                
                select {
                    width: 7em;
                    border-radius: 5px;
                    padding: 0.25em 0.5em;
                }
            }
            
            a {
                margin-left: 1em;
            }
        }
        
        .rule-list {
            flex-direction: column;
            width: 100%;
            overflow-y: auto;
            
            .rule {
                flex-direction: row;
                padding: .5em 0 .5em .5em;
                margin-bottom: 0.5em;
                border: 1px solid #8080802e;
                border-radius: 5px;
                align-items: center;
                
                i {
                    font-size: 1.5em !important;
                    margin-right: .5em; 
                }

                i.fa-check-circle {
                    color: green;
                }

                i.fa-times-circle {
                    color: red;
                }

                .rule-name {
                    
                }
            }
            
            .rule:hover {
                background: #8080802e;
            }
        }
    }

    .footer-section {
        height: 10%;
        justify-content: end;
        align-items: center;
        margin-top: .5em;
        flex-direction: row;
        
        .info {
            width: 100%;
            flex-direction: row;
            justify-content: end;
            
            .alerts {
                width: 80%;
                color: red;
            }
            
            .selections {
                width: 20%;
                justify-content: flex-end;
            }
        }

        .buttons {
            flex-direction: row;

            a {
                padding: .5em 1em;
                margin-left: 1em;
            }

            a:hover {
                background: #033B64;
            }
        }
    }
    
    .blocker-section {
        background-color: #ffffffa1;
        width: 98%;
        height: 98%;
        position: absolute;
        justify-content: center;
        align-items: center;
        
        i {
            font-size: 3em !important;
        }
    }
}

bulk-update .main .header-section {
    .option {
        flex-direction: row;
        align-items: center;
        width: 50%;
        height: 27px;
    }

    .option.status {
        span {
            width: 27%;
            font-weight: bold;
        }

        select {
            border-radius: 5px;
        }
    }

    .option.update {
        span {
            width: 35%;
            font-weight: bold;
        }

        .all {
            width: 10%;
            padding: 0;
        }

        .internal {
            padding: 0;
        }

    }
}

bulk-tagging .main .header-section {
    .tags {
        width: 42%;

        .tags-selector {
            width: 100%;
            position: relative;
            
            .selector {
                flex-direction: row;
                width: 100%;
                border: 1px solid gray;
                border-radius: 5px;
                padding: 0.4em;
                align-items: center;
                cursor: pointer;
                
                span {
                    width: 95%;
                }
            }
            
            .dropdown {
                width: 350px;
                background-color: white;
                position: absolute;
                top: 30px;
                left: 0px;
                border: 1px solid gray;
                border-radius: 5px;
                padding: 0.5em;
                flex-direction: column;

                .tag-list {
                    flex-direction: column;
                    max-height: 300px;
                    overflow-y: auto;
                    
                    .tag {
                        width: 95%;
                        border-radius: 5px;
                        padding: 0.3em 0.5em;
                        border: 1px solid #8080802e;
                        margin-bottom: 0.5em;
                        align-items: center;
                        height: 25px;
                        
                        &.selected {
                            background-color: #8080802e;
                        }
                        
                        span {
                            width: 100%;
                        }
                        
                        input {
                            width: 100%;
                            border-color: white;
                            border-radius: 5px;
                            
                            &.validation-error {
                                border-color: red;
                            }
                        }
                        
                        i {
                            margin-left: 0.5em;
                            cursor: pointer;
                        }
                        
                        i.fa-check {
                            color: green;
                        }

                        i.fa-ban {
                            color: red;
                        }
                    }
                    
                    .tag:hover {
                        background-color: #8080802e;  
                    }
                    
                    .validation {
                        margin-bottom: 0.5em;
                        color: red;
                        font-size: 1em;
                    }
                }

                .add-tag {
                    justify-content: center;
                    width: 100%;
                    border-radius: 5px;
                    padding: 0.3em 0;
                    border: 1px solid #8080802e;
                    margin-top: 0.5em;
                    cursor: pointer;
                }

                .add-tag:hover {
                    background-color: #8080802e;
                }
            }
        }
    }
}


.search-categories {
    display: flex;
    height: 28px;
    margin-bottom: 1em;
}

.search-error {
    color: red;
    margin-left: 0.5em;
}

tags-selector .main {

    .tags-selector {
        display: inline-block;
        width: 305px;
        
        * {
            display: flex;
        }
        
        .selector {
            flex-direction: row;
            border: 1px solid gray;
            border-radius: 5px;
            padding: 0.4em;
            align-items: center;
            cursor: pointer;
            
            span {
                width: 95%;
            }
        }

        .dropdown {
            width: 290px;
            background-color: white;
            position: absolute;
            margin-top: 1px;
            border: 1px solid gray;
            border-radius: 5px;
            padding: 0.5em;
            flex-direction: column;
            z-index: 9;

            .tag-list {
                flex-direction: column;
                max-height: 300px;
                overflow-y: auto;

                .tag {
                    width: 95%;
                    border-radius: 5px;
                    padding: 0.3em 0.5em;
                    border: 1px solid #8080802e;
                    margin-bottom: 0.5em;
                    align-items: center;
                    height: 25px;

                    span {
                        cursor: pointer;
                        width: 90%;
                    }

                    input {
                        width: 10%;
                        margin: 0 0.5em 0 0;
                        cursor: pointer;
                    }
                }

                .tag:hover {
                    background-color: #8080802e;
                }
            }
        }
        
        .errors {
            span {
                color: red;
                margin-top: 0.5em;
            }
        }
    }
}

rule-tag-panel {
    *{
        display: flex;
    }

    .main {
        flex-direction: row;
        justify-content: end;
        
        .tag-list {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: end;
        }
        
        .loading {
            margin-top: 0.5em;
            
            i {
                font-size: 1.75em !important;
            }
            
            .error {
                color: red;
            }
        }
    }
}

rule-tag {
    *{
        display: flex;
    }
    
    .main {
        background-color: #7f9bb0;
        border: 1px solid #7f9bb0;
        padding: 0.25em 0.5em;
        border-radius: 5px;
        color: #ffffff;
        margin-top: 0.5em;
        margin-left: 0.5em;
        flex-direction: row;
        align-items: center;
        
        span {
            cursor: default;
        }
        
        i {
            display: flex;        ;
            font-size: 1.2em !important;
            margin-left: 0.5em;
            cursor: pointer;
            width: 1em;
        }
        
        i.fa-exclamation-triangle {
            color: red;
            margin-left: 0.3em;
            font-size: 1em !important;
        }
    }
    
    .main:hover {
        background-color: #033B64;
        border: 1px solid #033B64;
    }
}

.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

