/* general */
a {
    color: #0e3abf;
}

input[type="text"] {
    padding-left: 10px;
}

/* login page */
.text-center {
    text-align: center;
}

.login-outer {
    max-width: 700px;
}

.login-outer .chosen-default span {
    font-weight: normal;
    font-size: 14px;
}

.login-outer a, .highlight {
    color: #004F9F;
    font-weight: bold;
}

.login-forms-wrapper {
    border-left: 1px black solid;
    padding-left: 20px;
}

.login-forms {
    background-color: #eee;
    padding: 30px;
}

.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-page .chosen-container-single .chosen-single {
    font-size: 16px;
    height: 40px !important;
    line-height: 32px;
}

.login-page .chosen-container-single .chosen-single div {
    top: 8px;
}

.login-page .chosen-container-single .chosen-single abbr {
    top: 14px;
}

.login-page .logout-message {
    display: block;
    text-align: center;
    margin: auto;
    /*padding:3px;*/
    color: #c01e2e;
    width: 250px;
}

.login-inner .button {
    background-color: #004F9F;
    color: white;
}

.login-page .login-accept {
    width: initial;
    margin-left: 10px;
    vertical-align: top;
}

.actions .button {
    display: inline-block;
}

/* buttons */
.button {
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px 20px;
    border-radius: 2px;
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    color: #212121;
    background-color: #f5f5f5;
    background-image: none !important;
    background-repeat: repeat-x;
    border-color: #212121;
    *background-color: #f5f5f5;
    border: 1px solid #212121;
    *border: 0;
    border-bottom-color: #212121;
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    *margin-left: .3em;
}

.button:hover, .button:focus, .button:active, .button.active, .button.disabled, .button[disabled] {
    color: #333;
    background-color: #e6e6e6;
}

.button:active, .button.active {
    background-color: #ccc \9
}

.button:hover, .button:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.button.active, .button:active {
    background-image: none;
    outline: 0;
}

.button.disabled, .button[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.bold-button {
    color: #f2f2f2;
    background-color: #c01e2e;
    background-image: none !important;
    border-color: #212121;
    *background-color: #c01e2e;
}

.bold-button:hover, .bold-button:focus, .bold-button:active, .bold-button.active, .bold-button.disabled, .bold-button[disabled] {
    color: #b6b6b6;
    background-color: #c01e2e;
    *background-color: #c01e2e;
}

.bold-blue-button {
    color: #f2f2f2;
    background-color: #3785e0;
    background-image: none !important;
    border-color: #378AE5;
    *background-color: #3785e0;
}

.bold-black-button {
    color: #f2f2f2;
    background-color: #000000;
    background-image: none !important;
    border-color: #000000;
    *background-color: #000000;
}

.bold-red-button {
    color: #f2f2f2;
    background-color: #D60000;
    background-image: none !important;
    border-color: #D60000;
    *background-color: #D60000;
}

.bold-purple-button {
    color: #f2f2f2;
    background-color: #6c006c;
    background-image: none !important;
    border-color: #6c006c;
}

.bold-blue-button:hover, .bold-blue-button:focus, .bold-blue-button:active, .bold-blue-button.active, .bold-blue-button.disabled, .bold-blue-button[disabled] {
    color: #b6b6b6;
    background-color: #3785e0;
    *background-color: #3785e0;
}

.bold-red-button:hover, .bold-blue-button:focus, .bold-blue-button:active, .bold-blue-button.active, .bold-blue-button.disabled, .bold-blue-button[disabled] {
    color: #b6b6b6;
    background-color: #D60000;
    *background-color: #D60000;
}

.bold-grey-button {
    color: black;
    background-color: #d7d7d7;
    background-image: none !important;
    border-color: #d7d7d7;
}

.bold-teal-button {
    color: white;
    background-color: #009DDA;
    background-image: none !important;
    border-color: #009DDA;
}

.bold-grey-button:hover, .bold-grey-button:focus, .bold-grey-button:active, .bold-grey-button.active, .bold-grey-button.disabled, .bold-grey-button[disabled] {
    color: white;
    background-color: #d7d7d7;
    *background-color: #d7d7d7;
}

/* Main Menu */

.headersub {
    background-color: #091329;
    margin-top: 1px;
}

.main-menu .menu-item {
    background-color: #f2f2f2;
    border-color: #212121;
}

.main-menu .menu-item:hover {
    border: 2px solid #c01e2e;
}

.main-menu .menu-item a {
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: block;
    color: #4e4e4e;
}

.main-menu .menu-item a:hover {
    text-decoration: none;
    color: #333;
    background: rgb(194, 232, 255); /*fallback for ie7*/
    background: rgba(20, 103, 151, 0.07);
}

/* Case List */
.header-space {
    margin-bottom: 10px;
}

#requiring_action {
    margin-left: 10px;
    background-color: #666666;
    color: white;
    font-weight: bold;
    padding: 1px 10px;
    border-radius: 10px;
}

.report-list .title {
    padding-bottom: 5px;
}

.report-list {
    margin-bottom: 10px;
    height: 100%;
}

.report-list .reports-table-headers {
    background-color: #F0F8FE;
    color: black;
    line-height: 40px;
    font-weight: bold;
    font-size: 12px;
}

.reports-table-headers .column {
    border-color: #f2f2f2;
}

.report-list .sort-controls .detail span {
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    color: #212121;
}

.report-list .sort-controls .detail .selected {
    background-color: #3785e0;
}

.report-list .page-control-container {
    background-color: #eee;
}

.report-list .reports-table a {
    color: #010101;
}

.report-list .reports-table .clinician-column,
.report-list .reports-table .clinician-column a,
.report-list .reports-table .areas-column,
.report-list .reports-table .areas-column a,
.report-list .reports-table .status-column,
.report-list .reports-table .status-column a {
    color: #999999;
    font-style: italic;
}

.table .zebra {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.report-list .filter-buttons {
    border-bottom: 2px solid lightgrey;
}

.report-list .filter-buttons > div {
    border: 2px solid lightgrey;
    margin-right: 10px;
    background-color: #eee;
    color: grey;
    display: inline-block;
    padding: 4px 18px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.report-list .filter-buttons > div:first-child {
    margin-left: 40px;
}

.report-list .filter-buttons .selected {
    background-color: white;
    border-bottom: 2px solid white;
}

.searchWrapper {
    text-align: right;
    margin: 8px;
}

.alternate-search-ui .chosen-container {
    margin-right: 10px;
}

.setFilterWrapper .mini, .removeFilterWrapper .mini {
    padding: 5px 10px;
    margin-top: 10px;
}

.search-ui input {
    height: 20px;
    border-radius: 3px;
    border: 2px solid lightgrey;
}

.search-ui .open-calendar {
    position: relative;
    right: 20px;
    top: 2px;
    color: grey;
}

.search-ui .search-button {
    padding: 3px 20px;
    color: #009DDA;
    background-color: #eee;
    border: 1px solid lightgrey;
    border-radius: 3px;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
}

/* Patient Banner */

.patient-banner .name {
    font-weight: bold;
    line-height: initial;

}

/* Referral Creator (Proforma Front-End) */
.tabs {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
}

.section-tabs {
    clear: both;
    margin-bottom: 10px;
    position: relative;
}

.tab {
    float: left;
    width: 30px;
    border-radius: 30px;
    text-align: center;
    padding: 7px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    color: #333333;
    /*border-left: none;*/
    position: relative;
}

.tab .title {
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.padding .section {
    background-color: #f2f2f2;
    border-color: #ccc;
    border-radius: 0px;
}

.proforma-wrapper .section {
    border: none;
}

.section-header {
    background-color: #386cbd;
    color: white;
    padding: 7px 15px;
    font-size: 16px;
}

.proforma-header {
    font-weight: bold;
    margin-top: 10px;
}

.top-section .proforma-header {
    margin-top: 0;
}

.section > .title {
    color: #450077;
}

.proforma-selection .diagnosis-body {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.expandable {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 7px;
    overflow: auto;
    position: relative;
    margin-top: 7px;
}

.expandable .title {
    color: #450077;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    display: none;
}

.expandable-buttons {
    position: relative;
}

.expandable .expandable-contract-buttons {
    float: right;
    clear: both;
    display: none;
    position: relative;
}

.expanded .expandable-contract-buttons {
    display: inline;
    position: relative;
}

.expandable .next-contract {
    padding-left: 20px;
    padding-right: 20px;
}

.expandable .expandable-expand-buttons {
    float: right;
    position: relative;
}

.expanded .expandable-expand-buttons {
    display: none;
    position: relative;
}

.diagnosis-summary-title, .dent-selections .subtitle {
    color: #450077;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;

}

.dent-selections .dent-selected-area {
    margin-left: 20px;
}

.referral-send .buttons-next {
    float: right;
    margin-left: 50px;
}

.referral-send .buttons {
    float: left;
}

.urn {
    float: right;
}

.dent-types, .dent-subtypes {
    display: inline;
}

.dent-types label, .dent-subtypes label {
    margin-right: 5px;
}

.dent-types {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}

.dent-selected-area .description {
    font-weight: bold;
    /*width:150px;*/
    display: inline-block;
}

.dent-selected-area label {
    white-space: nowrap;
}

.question-wrapper:last-child .question {
    border-bottom: none;
}

.proforma-wrapper .question .title {
    color: #333;
    font-weight: bold;
    font-size: 9pt;
    margin: 8px 0;
}

.proforma-selection .diagnosis-body {
    padding: 0px;
    margin-top: 0px;
}

.image-section .viewer {
    height: auto;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.image-section .viewscope {
    float: left;
    width: 60%;
    text-align: center;
}

.image-section .thumbnails {
    float: right;
    width: 35%;
    text-align: left;
}

.image-section .thumbnails img {
    height: 75px;
    margin: 7px;
    width: 100px;
}

.question .title-container {
    width: 35%;
    float: left;
}

.proforma-wrapper .directive .question .title-container {
    width: inherit !important;
    padding-right: 23px;
}

.proforma .question {
    /*width:80%;*/
}

.proforma .question .message {
    /*float:right;*/
    /*width:18%;*/
}

/** Assessment **/
.proforma-assessment {
    position: relative;
}

.proforma-assessment .padding {
    padding: 5px;
}

.proforma-assessment .expandable-buttons {
    display: none;
}

.proforma-assessment .sections {
    position: relative;
}

.proforma-assessment .left-sections > .section {
    border: none;
    background-color: transparent;
    padding: 10px;
}

.proforma-assessment .section > div.title, .proforma-assessment .section > div > span, .proforma-assessment .section .questions > div, .supporting-info-contents > div {
    padding: 3px;
}

.proforma-assessment .left-sections > .section > .expandable-contents > .title {
    display: block;
    color: #2185d0;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 2px solid #ddd;
}

.proforma-assessment .section .questions .title {
    color: #333333;
    border-bottom: none;
    display: block;
    font-weight: bold;
    width: 25%;
    float: left;
    margin-right: 10px;
    clear: left;
}

.proforma-assessment .section .questions .referral-answers {
    display: block;
    float: left;
    clear: right;
    text-align: left;
    width: 74%;
}

.proforma-assessment .section .question {
    min-height: inherit;
    padding-top: 10px !important;
}

.proforma-assessment .section .question:hover {
    background: #eee;
}

.proforma-assessment .left-sections {
    width: 58%;
    float: left;
    clear: left;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.right-sections .expandable {
    background-color: white;
}

.proforma-assessment .right-sections {
    width: 41%;
    float: right;
    height: calc(100vh - 140px);
    overflow-y: scroll;
}

.proforma-assessment .image-section {
}

.proforma-assessment .image-section .viewscope {
    float: left;
    width: 100%;
}

.proforma-assessment .image-section .viewscope .viewer {
    width: 100%;
    height: auto;
}

.proforma-assessment .image-section .viewscope img {
    width: 100%;
    height: auto;
}

.proforma-assessment .image-section .thumbnails {
    clear: both;
    float: none;
    width: 100%;
}

.referral-response .explanation {
    width: 100%;
    height: 100px;
}

.acceptance-left {
    float: left;
    width: 25%;
}

.acceptance-right {
    float: right;
    width: 65%;
}

.proforma .question .index1 {
    /*margin-left:20px;*/
    /*width:180px;*/
}

.question .index1 .title, .question .index2 .title {
    /*font-weight: normal;*/
}

.proforma .question .index2 {
    /*margin-left: 40px;*/
    /*width: 160px;*/
    /*font-weight: normal;*/
}

.question-wrapper .warning {
    float: right;
    width: 18%;
    height: 80%;
    /*background-color:red;*/
    color: white;
    padding: 3px;
    /*border-radius: 3px;*/
    display: none;
}

.question-wrapper .warning .message {
    display: block;
    background-color: red;
    border-radius: 3px;
}

.editor-column .section .question {
    height: 22px;
    overflow: hidden;
}

.section .full-question {
    height: auto !important;
}

.image-section .title {
    display: inline;
}

.one-answer-per-line {
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    width: 60%;
}

/** Helper bubbles **/
.question-wrapper .warning {
    /*position: absolute;*/
    /*right:0px;*/
    height: 15px;
    overflow: visible;
}

.question-wrapper .warning .helper {
    display: block;
    background-color: #cccccc;
    /*border: 1px solid gray;*/
    border-radius: 3px;
    text-align: center;
    margin-bottom: 3px;
    padding: 1px;
    z-index: 1000;
    clear: both;
}

.question-wrapper .warning .helper .title {
    font-weight: bold;
    display: block;
    color: #212121;
    text-decoration: none;
    text-align: left;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 10px;
    line-height: 10px;
    position: relative;
    margin-top: 2px;
    cursor: pointer;
}

.question-wrapper .warning .helper .description {
    display: block;
    color: #212121;
    text-decoration: none;
    font-weight: lighter;
    text-align: left;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 3px;
}

.question-wrapper .warning .helper a {
    text-decoration: none;
}

.question-wrapper .warning .helper img {
    height: 70px;
    margin: 3px;
}

.question-wrapper .warning .helper .glyph {
    display: none;
}

.question-wrapper .warning .helper .title .glyph {
    display: block;
    float: right;
    color: #212121;
    text-decoration: none;
    text-align: left;
    margin-right: 0px;
    font-size: 8px;
    line-height: 10px;
}

.question-wrapper .warning .mini .title {
    margin-bottom: 2px;
}

.question-wrapper .warning .mini a {
    display: none;
}

.question-wrapper .warning .mini .description {
    display: none;
}

.add-patient {
    margin: 10px;
}

.add-patient select {
    margin-left: 3px;
}

.add-patient .birth-day, .add-patient .birth-month, .add-patient .birth-year {
    width: auto;
}

.add-patient .title {
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #450077;
    display: block !important;
}

.eligible-services {
    padding-top: 6px;
    padding-bottom: 10px;
}

/** Settings **/
.settings-page #content .header {
    height: 40px;
    padding: 5px;
    overflow: visible;
    color: inherit;
    position: relative;

}

.settings-page .header .header-title {
    color: white;
}

.category input[type=text] {
    width: 90%;
}

.title input[type=text] {
    width: 90%;
}

.title-input {
    width: 400px;
    height: 80px;
}

/*
.tabs .tab:before, .tabs .tab:after{
    border: solid transparent;
    content: ' ';
    height:0;
    left:100%;
    position:absolute;
    width:0;
}
.tabs .tab:before {
    content: ' ';
    height:0;
    width:0;
    position:absolute;
    border:10px solid transparent;
    border-left-color:#f2f2f2;
    border-top-width:22px;
    border-bottom-width:22px;
    top:0px;
}
.tabs .tab:after {
    content: ' ';
    height:0;
    width:0;
    position:absolute;
    border:10px solid transparent;
    border-left-color:#ffffff;
    border-top-width:22px;
    border-bottom-width:22px;
    left:0px;
    top:0px;
}
.tabs .tab{
    margin-left:10px;
    padding-left:30px;
    width:120px;
    border-width: 1px;
    position:relative;

}
*/
.tabs .tab {
    /*margin-left:7px;*/
    border-radius: 30px;
    width: 30px;
    border-width: 1px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    border-color: #d3d3d3;
    background-color: #d3d3d3;
    color: white;
    margin-right: 100px;
}

.tabs .tag .title {
    color: white;
}

.tabs .selected {
    background-color: #a500a5;
    border-color: #a500a5;
}

.mannequin-selector {
    position: relative;
}

.mannequin-button {
    background-color: #2480d1;
    color: white;
    font-weight: bold;
    display: block;
    width: 100px;
    float: left;
    margin-right: 10px;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 4px;
    cursor: pointer;
}

.dent-manikin-viewer {
    padding: 50px;
    border: 1px solid #E6E7E8;
    background-color: white;
}

.dent-selected-areas .title-container {
    display: none;
}

.dent-selected-areas .answers {
    margin-left: 0;
}

.dent-selected-areas .question-wrapper {
    border: none;
}

.not-answered .chosen-default, .not-answered input[type="text"] {
    color: red !important;
}

.dent-selected-areas .subtitle {
    font-weight: bold;
    font-size: 110%;
}

.dent-selected-area .description {
    font-weight: bold;
    font-size: 14px;
}

.dent-selected-area .remove {
    display: none;
}

.dent-diagnosis-choices {
    float: right;
    clear: right;
    width: 28%;
    height: 153px;
    background-color: white;
    border: 1px solid #cccccc;
    padding: 7px;
}

.dent-diagnosis-choices .subtitle {
    font-weight: bold;
    font-size: 110%;
    margin-top: 10px;
}

.proforma-assessment .image-section {
    display: none;
}

.referral-response {
    padding: 0px;
    background-color: transparent;
}

.referral-response .title {
    padding: 7px;
    background-color: black;
    color: white;
    font-weight: bold;
    display: block;
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.referral-response .sub-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin: 7px;
    clear: both;
}

.referral-response .sub-content .sub-title {
    /*display:block;*/
    color: #cc0000;
    font-weight: bold;
    font-size: 11px;
}

.referral-response .triage-container {
    width: 25%;
    float: left;
    margin-right: 7px;
}

.referral-response .site-container {
    width: 165px;
    float: left;
    margin-right: 7px;
}

.referral-response .indication-container {
    width: 150px;
    float: left;
}

.referral-response .request-container {
    width: 30%;
    float: left;
    margin-right: 7px;
}

.referral-response .sub-provider-container {
    width: 30%;
    float: left;
    margin-right: 7px;
}

.referral-response .instruction-container {
    width: 330px;
    float: left;
}

.referral-response .comments {
    width: 98%;
    height: 70px;
}

.referral-response .instruction {
    width: 100%;
}

.referral-response .add-imaging, .referral-response .add-therapy, .referral-response .add-biochem, .referral-response .add-procedure {
    border-radius: 0px;
    color: #aaaaaa;
    border-color: #cccccc;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle;
    line-height: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.referral-response .outcome-container, .referral-response .provider-container, .referral-response .urgency-container, .referral-response .named-consultant-container, .referral-response .onestop-container, .referral-response .chirality-container, .referral-response .reason-container, .referral-response .procedureminutes-container {
    float: left;
}

.referral-response .outcome-container {
    width: 180px;
}

.referral-response .provider-container, .referral-response .procedureminutes-container {
    width: 120px;
    float: left;
}

.referral-response .named-consultant-container, .referral-response .chirality-container {
    width: 130px;
}

.referral-response .urgency-container, .referral-response .onestop-container, .referral-response .reason-container {
    width: 100px;
}

.referral-response .outcome-container .outcome {
    margin: inherit;
    margin-top: 2px;
    clear: none;
}

.referral-response .comments {
    font-size: 13px;
}

.section-title .pull-right {
    font-size: 12px;
    text-align: right;
    position: relative;
    bottom: 5px;
    font-weight: normal;
}

.referral-response .sub-request {
    clear: both;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    margin-right: 7px;
}

.referral-response .buttons-container {
    border-top: 1px solid #cccccc;
    padding: 7px;
    clear: both;
}

.referral-response .last-content {
    border-bottom: 0px;
}

.referral-response .clinic-code {
    width: 100%;
}

.referral-response .referral-letter {
    overflow: auto;
    margin: 7px;
}

.referral-response .imaging-request .type-container {
    width: 99%;
}

.referral-response .sub-request .sub-title {
    display: block;
}

.referral-response .imaging-request .sub-container {
    margin-right: 7px;
}

.referral-response .imaging-request .sub-container {
    float: left;
}

.referral-response .imaging-request .type-container {
    width: 15%;
}

.referral-response .imaging-request .details-container, .referral-response .imaging-request .site-container {
    width: 40%;
}

.referral-response .imaging-request .details-container textarea, .referral-response .imaging-request .site-container textarea {
    width: 97%;
}

.referral-response .sub-request .additional-container {
    clear: both;
    width: 65%;
    float: left;
}

.referral-response .sub-request .additional-container input {
    width: 97%;
}

.referral-response .procedure-request .type-container textarea {
    width: 97%;
}

.gp-response .expandable .padder {
    padding: 10px;
    padding-top: 0px;
}

.gp-response .expandable .title {
    display: block;
}

.gp-response .sub-title, .referral-decision .sub-title {
    padding-top: 10px;
    border-bottom: 1px solid #cccccc;
    color: #CC0000;
    display: block;
    font-weight: bold;
}

.gp-response .sub-header, .referral-decision .sub-header {
    font-weight: bold;
}

.gp-response .action {
    border-bottom: 1px solid #cccccc;
}

.black-container {
    background-color: black;
}

.buttons-container .bold-grey-button {
    margin-left: 7px;
}

.supporting-info {
    padding: 0px;
    border-radius: 5px;
}

.bold-yellow-button {
    background-color: #F7CF07;
    background-image: none !important;
    border-color: #F7CF07;
    cursor: pointer;
    color: white;
}

.bold-green2-button {
    background-color: #176600;
    background-image: none !important;
    border-color: #378AE5;
    cursor: pointer;
    color: white;
    margin-left: 7px;
}

.confirmation-popup {
    background-color: #c70a00;
    color: white;
    font-weight: bold;
    border: 10px solid #c70a00;
}

.notification-popup {
    background-color: #781d67;
    border: 10px solid #781d67;
}

.confirmation-popup .title {
    color: white;
    max-width: 220px;
    display: block;
    clear: both;
    margin-bottom: 10px;
}

.confirmation-popup .confirmation-buttons .button {
    width: 40%;
    float: left;
    margin-right: 1%;
}

.reports-table .record-set-splitter {
    background-color: #949494;
    color: white;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.directive .question .title {
    font-size: 13px;
    font-weight: normal;
}

.directive .question {
    border: none;
}

.directive .question:hover {
    background-color: transparent !important;
}

.slider-container {
    width: 240px;
    position: relative;
    margin-top: 3px;
    margin-left: 31px;
}

.ui-slider {
    margin-top: 8px;
    font-size: 9px;
    margin-bottom: 20px;
}

.ui-slider .ui-slider-tooltip {
    font-size: 11px;
}

.ui-slider .ui-state-default, .ui-slider .ui-widget-content .ui-state-default, .ui-slider .ui-widget-header .ui-state-default {
    background: #3f0c12; /* Old browsers */
    background: -moz-linear-gradient(top, #3f0c12 0%, #88051a 31%, #88051a 75%, #000000 100%, #88051a 100%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f0c12), color-stop(31%, #88051a), color-stop(75%, #88051a), color-stop(100%, #000000), color-stop(100%, #88051a), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3f0c12 0%, #88051a 31%, #88051a 75%, #000000 100%, #88051a 100%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3f0c12 0%, #88051a 31%, #88051a 75%, #000000 100%, #88051a 100%, #000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3f0c12 0%, #88051a 31%, #88051a 75%, #000000 100%, #88051a 100%, #000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3f0c12 0%, #88051a 31%, #88051a 75%, #000000 100%, #88051a 100%, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f0c12', endColorstr='#000000', GradientType=0); /* IE6-9 */
    border: 1px solid #aaaaaa;
}

.add-in-entrance .slogan {
    font-size: 28px;
    color: #999999;
    font-family: 'Calibri';
    margin-bottom: 20px;
}

.add-in-entrance .basic-info {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    font-family: 'Calibri';
    margin-bottom: 10px;

}

.add-in-entrance .unlogin-form select {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 10px;
}

.add-in-entrance .unlogin-form .unlogin-cancel {
    display: block;
    width: 90%;
    height: 26px;
    margin: auto;
    margin-top: 20px;
    color: #9b999b;
    line-height: 26px;
    vertical-align: middle;
    font-family: 'Calibri';
}

.add-in-entrance .login-link {
    text-decoration: none;
    color: #4b8bfe;
    font-family: 'Calibri';
    margin-top: 20px;
}

.add-in-entrance .unlogin-footer {
    color: #9b999b;
    margin-top: 35px;
}

.pmhx-popup h1 {
    font-size: 13pt;
}

.pmhx-popup h2 {
    font-size: 12pt;
}

.pmhx-popup table {
    padding: 1px;
    border: 1px solid black;
}

.pmhx-popup table tr {
    padding: 1px;
    border: 1px solid black;
}

.pmhx-popup table td {
    padding: 3px;
    border: 1px solid black;
}

.pmhx-popup table th {
    padding: 1px;
    border: 1px solid black;
    background: #4f4f4f;
    color: white;
}

.eers-data tr, .eers-data th, .eers-data td {
    border: none !important;
    background: white !important;
    color: black !important;
    padding-right: 5em !important;
}

.eers-data th {
    padding-top: 2em !important;
}

.error {
    color: #e13300 !important;
}

.referral-error {
    display: block;
    text-align: left;
    margin: auto;
    margin-top: 30px;
    /*padding:3px;*/
    border: 1px solid #212121;
    background-color: white;
    border-radius: 5px;
    color: #c01e2e;
    width: 400px;
    font-size: 14pt;
    padding: 10px;
}

.section-tabs {
    padding-bottom: 18px;
    border-bottom: 1px dashed #999999;
    width: 165px;
}

.tabs .tab:last-of-type {
    margin-right: 0px;
}

.tabs .last-tab { /*for ie7&8 etc */
    margin-right: 0px;
}

/****
* CCG-specific changes
*/
.referral-decision .pdf-button-container {
    height: 22px;
    padding: 7px;
}

.ccg-referral-info .referral-letter {
    padding-left: 7px;
    padding-right: 7px;
}

.ccg-thumbnail {
    width: 30%;
}

.reports-table .report-date-column {
    width: 74px;
}

.graybox {
    width: 66%;
    background-color: #ecefee;
    float: left;
    text-align: center;
    height: 400px;
    border: 1px solid #ecefee;
}

.clearbox {
    width: 32%;
    float: right;
}

.proforma-choices {
    width: 100%;
}

.proforma-diagnoses {
    width: 100%;
}

.purple-square {
    width: 17%;
    height: 5%;
    background-color: #6c006c;
    text-align: center;
    line-height: 65px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    margin: 20px 4% 30px 4%;
    float: left;
    /*min-width:150px;*/
    cursor: pointer;
}

.graybox .quick-title {
    font-size: 10pt;
    font-weight: bold;
    color: #4a4b4c;
    padding-top: 20px;
    padding-bottom: 40px;
}

.graybox .vis-title {
    font-size: 10pt;
    font-weight: bold;
    color: #4a4b4c;
    padding-top: 30px;
    padding-bottom: 10px;
}

.graybox .quick-search {
    font-size: 14pt;
    width: 250px;
}

.bad, .good {
    color: #6c006b;
}

.copy-existing-values {
    margin-left: 250px;
    font-size: 9pt;
}

.disabled-question .title {
    color: #bbbbbb;
}

.image-preview-dialog img {
    margin: 7px;
    width: 125px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.dialog-header .ui-widget-header {
    background: black;
    color: #f2f2f2;
}

.dialog-button .ui-button {
    color: #f2f2f2;
    background: #3785e0;
}

.update-form p {
    margin-bottom: 5px;
}

.update-form label {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 5px;
    text-align: left;
}

.update-form label span {
    width: 30%;
    display: block;
    float: left;
}

.update-form label input, .institution-creator label select {
    float: left;
    display: block;
    width: 60%;
}

.institution-creator label {
    display: block;
    text-align: left;
    position: relative;
    clear: both;
}

.institution-creator label span {
    width: 20%;
    display: block;
    float: left;
}

.institution-creator label input, .institution-creator label select {
    float: right;
    display: block;
    width: 70%;
}

.institution-creator .config-block {
    clear: both;
}

iframe {
    border: 0px;
}

.proforma-assessment .image-preview-dialog {
    /* position: relative; */
}

.proforma-assessment .image-preview-dialog .slides {
    width: 12%;
    padding: 3px;
    /*background-color:#c0c0c0;*/
    position: absolute;
    right: 5px;
    text-align: center;
    border-left: 1px solid #c0c0c0;
}

.proforma-assessment .image-preview-dialog .preview {
    width: 85%;
    float: left;
}

.proforma-assessment .image-preview-dialog .preview img {
    /*width:100%;*/
    width: auto;
    max-width: 100%;
}

.proforma-assessment .image-preview-dialog .preview .native-size {
    max-width: none;
    width: auto;
}

.proforma-assessment .image-preview-dialog .preview .hundred-percent-size {
    width: 100%;
}

.add-patient .required {
    color: darkred;
}

.referral-list .status-column {
    width: 15%;
}

.referral-list .triage-column {
    width: 15%;
}

.referral-list .referred-to {
    width: 10%;
}

.referral-list .clinician-column {
    width: 10%;
}

.referral-list .hospital-no-column {
    width: 5%;
}

.referral-list .patient-column {
    width: 10%;
}

.disabled-question {
    display: none;
}

.not-answered .question .title {
    color: #ff0000;
}

.provider-label {
    color: #ff0000;
}

.detail-label {
    color: #ff0000;
}

.outcome-label {
    display: block;
    color: #ff0000;
    padding-top: 10px;
}

.label {
    margin-right: 15px;
    color: #ff0000;
}

.booking-label {
    font-weight: bold;
}

.funding-label {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

.gp-info {
    padding-right: 10px;
    padding-left: 10px;
}

.edit-patient-address {
    padding-right: 7px;
    padding-left: 7px;
}

.edit-address-label {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.edit-address {
    display: block;
}

.training-label {
    display: block;
    margin-top: 5px;
}

.referral-label {
    display: inline-block;
    white-space: nowrap;
    width: 82px;
    margin: 20px 0px;
    text-align: left;
}

.gp-update-label {
    display: block;
    padding: 10px 5px;
}

.gp-update {
    float: right;
}

.emphasis {
    font-weight: bold;
    color: #ff0000 !important;
}

.italic {
    font-style: italic;;
}

.provider {
    display: block;
}

.consultation-outcome {
    display: block;
}

.type {
    display: block;
}

.one-stop {
    display: block;
}

.detail {
    display: block;
}

.image-uploader .image-thumbnail-pane img {
    width: 90%;
}

.image-uploader .image-thumbnail-pane {
    width: 100%;
}

.image-uploader .image-thumbnail-pane .annotation, .image-uploader .image-thumbnail-pane .delete, .image-uploader .image-thumbnail-pane .dateBox, .image-uploader .image-thumbnail-pane .photoNotesLabel {
    display: none;
}

.bold-button {
    margin-right: 7px;
    border-color: #ac0821;
}

.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.update-booking {
    width: 100px;
    display: block;
    float: right;
    margin-top: -20px;
}

.update-message {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}

.gp-label {
    width: 5% !important;
    color: #ff0000 !important;
}

.update-form {
    text-align: left;
}

.referral-sent-title {
    color: #006400;
    font-weight: bold;
    font-size: 16px;
}

.referral-paragraph {
    margin-bottom: 5px;
}

.referral-questions {
    display: block;
}

.survey {
    display: block;
}

.survey-title {
    color: #006400;
    font-weight: bold;
    font-size: 16px;
}

.survey-comments {
    width: 98%;
    height: 70px;
}

.survey-secondary {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.authenticate-failure-message {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.save-confirm {
    margin-top: 10px;
}

/* chosen styles */
#content .chosen-choices {
    /* border-radius: 5px; */
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding-right: 0px;
    color: #999;
    position: relative;
    font-size: 13px !important;
    height: auto;
}

.chosen-container-single .chosen-single div {
    top: 2px;
}

#content .search-choice {
    background-color: #E5F0FC !important;
    color: #1D98CC !important;
    background-image: none !important;
    border: none !important;
    padding: 6px 40px 6px 20px !important;
}

#content .search-choice-close {
    background: url('/www_ps/assets/css/chosen-sprite-green.png') -42px 1px no-repeat;
    top: 7px !important;
    right: 6px !important;
}

#content .email-referral .search-choice-close {
    right: 25px !important;
}

.chosen-single {
    background: white !important;
    padding: 4px 0px 2px 5px !important;
    height: 30px !important;
}

.chosen-container-multi .chosen-choices {
    /* height: 30px !important; */
    /* padding: 5px 0px 0px 0px !important; */
}

/*select2 styles*/
#content .select2-choice {
    background: white;
    height: 31px;
    padding: 1px 5px;
}

#content .select2-arrow {
    background: white;
    border: none;
}

.select2-results li {
    margin-left: 0px;
}

#content .select2-container-multi .select2-choices {
    border-radius: 5px;
    min-height: 33px;
}

#content .select2-search-choice {
    background-color: #E5F0FC;
    color: #1D98CC;
    background-image: none;
    border: none;
    padding: 7px 40px 6px 20px;
}

#content .select2-search-choice-close {
    top: 6px;
    right: 6px;
    left: auto;
    background-image: url('/www_ps/assets/css/select2green.png');
}

.ui-dialog .select2-search-choice-close {
    top: 3px;
}

.question-wrapper.directive:first-child .title-container {
    vertical-align: middle;
}

/**/

.add-attachment {
    border: none;
    padding: 10px 40px;
    background-color: lightgrey;
    border-radius: 2px;
    float: right;
    margin-right: 82px;
}

.question.remove-referral {
    float: none;
}

.attachment-images {
    height: 30px;
}

.viewer-toolbar > li {
    margin-left: 0px;
}

.buttons-container .button {
    font-size: 12px;
    padding: 5px 20px;
    border: 2px solid #eee;
    border-radius: 3px;
    margin-left: 10px;
}

.audit-title {
    background-color: #4F4D47 !important;
}

.audit-main {
    width: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
}

.audit-button {
    margin-right: 28px;
}

.audit-patient {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 15px;
    overflow: visible;
}

.audit-select {
    float: left;
    width: 300px;
}

.audit-question {
    display: block;
    padding-bottom: 10px;
    width: 1250px;
}

.audit-label {
    float: left;
    width: 450px;
}

.audit-secondary-question {
    margin-left: 150px;
    margin-right: 10px;
}

.audit-secondary-answer {
    margin-left: 10px;
}

.audit-main-question {
    font-weight: bold;
}

.audit-urn {
    font-weight: bold;
    color: green;
    margin-left: 10px;
    margin-bottom: 5px;
}

.admin-main {
    text-align: center;
    width: 630px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.admin-top {
    margin-top: 5px;
    border-top: 2px solid #808080;
}

.admin-col {
    padding-left: 5px;
    width: 150px;
}

.admin-row {
    height: 100px;
    overflow: visible;
    padding-left: 0px;
    padding-top: 15px;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    border-left: 2px solid #808080;
}

.admin-odd {
    background-color: #F7F7F7;
}

.admin-even {
    background-color: #EAEAEA;
}

.admin-link {
    text-decoration: none;
}

.admin-img {
    max-width: 50px;
    max-height: 50px;
    padding-bottom: 5px;
}

.admin-logo {
    padding-top: 20px;
    max-width: 150px;
}

.admin-title {
    font-size: 18px;
    color: lightgrey;
}

.admin-logout {
    margin-top: 10px;
    font-size: 18px;
}

.select-pathway-dialog .ui-widget-header, .map-dialog .ui-widget-header {
    background: black;
}

.select-pathway-dialog .ui-dialog-content {
    overflow: visible !important;
}

.map-dialog .ui-dialog-content {
    padding: 0px;
}

.map-iframe {
    width: 100% !important;
}

.category_search {
    color: #999;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.category_wrapper {

    padding: 0px 0px 20px 44px;

    border-bottom: 1px solid #ccc;
}

.category_small {

    font-size: 12px;

    font-weight: normal;
}

.timerWrapper .ui-dialog-titlebar {
    display: none
}

.timerWrapper {
    padding: 0px;
}

.timerWrapper .ui-dialog-content {
    padding: 0px;
}

.timerWrapper .title {
    color: white;
    background-color: black;
    padding: 10px;
}

.timerButton {
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    margin: 10px;
}

.timerButton.purple {
    background-color: darkblue;
}

.timerButton.blue {
    background-color: royalblue;
}

.consultant-container {
    margin-top: 15px;
}

.new-consultant {
    margin-left: 10px;
}

.clinic-container {
    margin-top: 15px;
}

.new-clinic-container {
    margin-top: 15px;
}

.contact-type-container {
    margin-top: 15px;
}

.new-clinic {
    margin-left: 10px;
}

.consultation {
    padding-right: 15px;
}

.discharge-row {
    padding-top: 5px;
    padding-bottom: 20px;
}

.discharge-column {
    width: 25%;
    float: left;
}

.discharge-wide-column {
    width: 45%;
    float: left;
}

.discharge-container {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.received-container {
    display: block;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.received-title {
    padding: 10px !important;
    font-size: 16px !important;
}

.recall-warning {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-black {
    color: #000000 !important;
}

.text-red {
    color: #8c0615 !important;
}

.error_div {
    color: red !important;
    font-weight: bold !important;
    font-size: 1em !important;
    padding: 0.25em !important;
}

.error-border {
    outline-color: #e13300 !important;
    outline-width: 2px !important;
    outline-style: solid !important;
}

.list-spacing {
    padding: 0.1em !important;
}

.error_div {
    color: red !important;
    font-weight: bold !important;
    font-size: 1em !important;
    padding: 0.25em !important;
}

.error-border {
    outline-color: #e13300 !important;
    outline-width: 2px !important;
    outline-style: solid !important;
}

.list-spacing {
    padding: 0.25em !important;
}

.diagnosis-search-container {
    float: left;
    max-width: 700px;
    min-width: 250px;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 75px;
}

.diagnosis-search-container .chosen-container {
    width: 100% !important;
}

.diagnosis-search-container .chosen-container-multi .chosen-choices {
    height: 15px;
    font-size: 10px;

    padding: 0px;
}

.diagnosis-button {
    position: absolute;
    padding: 5px 27px;
    margin-top: 1px;
    margin-left: 5px;
    color: #009DDA;
    background-color: #eee;
    border: 1px solid lightgrey;
    border-radius: 3px;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
}

.medium-button {
    padding: 7px 20px;
    display: inline-block;
    margin: 8px 13px;
    border-radius: 3px;
    cursor: pointer;
}

.prescription-wrapper {
    float: left;
}

.consultant-search-container {
    float: left;
    max-width: 700px;
    min-width: 250px;
    margin-top: 10px;
    margin-left: 25px;
}

.consultant-search-container .chosen-container {
    width: 100% !important;
}

.consultant-search-container .chosen-container-multi .chosen-choices {
    height: 15px;
    font-size: 10px;
    margin-right: 3px;
    padding: 0px;
}

.consultant-button {
    position: absolute;
    padding: 5px 27px;
    margin-top: 1px;
    margin-left: 5px;
    color: #009DDA;
    background-color: #eee;
    border: 1px solid lightgrey;
    border-radius: 3px;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
}

.viewed-column {
    width: 11px;
    min-height: 1px;
}

.container {
    width: 95%;
}

.add-note-detail {
    margin-top: 10px;
    margin-bottom: 15px;
}

.request-info-detail {
    margin-top: 10px;
    margin-bottom: 15px;
}


.settings-choice-label {
    display: block;
    font-weight: normal;
    cursor: pointer;
}

.settings-choice {
    position: absolute;
    right: 140px;
    z-index: 10;
}

.mailbox-settings {
    font-weight: normal;
}

.display_mailbox_settings {
    margin-left: 5px;
    margin-right: 5px;
}

.nwp-settings-div {
    margin-top: 15px;
    margin-bottom: 50px;
}

.nwp-email-password {
    padding-bottom: 30px;
}

.nwp-email-label {
    float: left;
    display: inline-block;
    width: 48%;
    margin-left: 10px;
}

.nwp-email-settings {
    float: right;
    display: inline-block;
    width: 48%;
}

.uhb-triage-label {
    display: block;
    color: #ff0000;
    margin-bottom: 5px;
    margin-top: 5px;
}

.other-diagnosis {
    margin-top: 15px;
    border: 1px solid #aaaa;
    width: 100%;
}

input[type="text"].other-diagnosis {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.additional-information {
    display: inline-block;
    margin-top: 20px;
}

.imaging-feedback {
    display: inline-block;
}

.history-feedback {
    display: inline-block;
}

.triage-div {
    margin-bottom: 15px;
}

.provider-span {
    margin-left: 5px;
}

.history-span {
    display: block;
    margin-top: 15px;
}

.confirm-text {
    margin: 20px 0px;
}

.select_pathways {
    overflow: visible !important;
    height: 34px;
}

.proforma-header a {
    color: white;
    text-decoration: none;
}

.proforma-header .fa-angle-down {
    float: right;
    font-size: 26px;
}

.proforma-wrapper .sections {
    margin-top: 0;
}

.remove-referral {
    float: right;
    font-weight: normal;
    margin-right: 15px;
    border: 1px white solid;
    font-size: 15px;
    padding: 0px 10px;
    border-radius: 5px;
}

.new-referral.bold-grey-button {
    margin-right: 50px !important;
}

.booking-date {
    margin-right: 5px;
}

.booking-label {
    display: block;
    margin-top: 15px;
}

.booking-detail {
    margin-bottom: 10px;
}

.ers-check-patient-dialog .ui-dialog-titlebar {
    display: none;
}

.ers-check-patient-dialog .ui-dialog-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.ers-dialog {
    padding: 20px;
}

.ers-section label span {
    display: inline-block;
    width: 12vw;
    font-weight: bold;
}

.ers-section p {
    padding-top: 10px;
    width: 39vw;
    float: left;
}

.ers-section input[type=text], .ers-section select {
    width: 25vw;
    vertical-align: top;
    border: 1px solid /*#CACBCD*/ #969696;
    border-radius: 4px;
    height: 1.7em;
    font-size: 110%;
}

.ers-section .rightify {
    float: right;
}

.ers-section .ers-search-button-wrapper {
    text-align: right;
}

.ers-pdf-button:hover {
    color: grey;
}

.ers-pdf-button .fa {
    margin-right: 3px;
    font-size: 18px;
    padding: 2px;
}

.ers-section .ers-patient-service-search-button {
    background-color: #4D384B;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 3px;
    color: white;
}

.ers-section .key {
    margin-right: 20px;
    font-weight: bold;
    width: 178px;
    margin-bottom: 5px;
    font-size: 14px;
}

.ers-search-buttons {
    padding: 3px;
    border-top: 1px solid #E6E7E8 !important;
}

.ers-dialog-outer .backgrid {
    /*margin-left:20px;*/
    /*margin-right:20px;*/
    /*margin-top:20px;*/
    /*max-width:90%;*/
}

.ers-dialog-outer .backgrid th {
    background-color: #F0F8FE;

}

.ers-dialog-outer .ers-prominent-search-results-grid-section .backgrid th {
    background-color: #349903;
}

.ers-dialog-outer .ers-unaccredited-search-results-grid-section .backgrid th {
    background-color: #993403;
}

.ers-dialog-outer .backgrid th button {
    border: medium none;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    font-weight: bold;
    color: #1a93cd;
    background-color: transparent;
}

.ers-dialog-outer .ers-prominent-search-results-grid-section .backgrid th button {
    background-color: #349903;
    color: white;
}

.ers-dialog-outer .ers-unaccredited-search-results-grid-section .backgrid th button {
    background-color: #993403;
    color: white;
}

.ers-dialog-outer .backgrid tr:nth-child(odd) {
    background-color: #ededed;
}

.ers-dialog-outer .ers-prominent-search-results-grid-section .backgrid tr:nth-child(even) {
    background-color: #ebf6ea;
}

.ers-dialog-outer .ers-prominent-search-results-grid-section .backgrid tr:nth-child(odd) {
    background-color: #d7ecce;
}

.ers-dialog-outer .ers-unaccredited-search-results-grid-section .backgrid tr:nth-child(even) {
    background-color: #f6ebea;
}

.ers-dialog-outer .ers-unaccredited-search-results-grid-section .backgrid tr:nth-child(odd) {
    background-color: #ecd7ce;
}

.ers-dialog-outer .backgrid tr.selected {
    background-color: #fafad2;
}

.ers-dialog-outer .limited-capacity {
    display: inline-block;
    background-color: #ff0400;
    color: white;
    font-weight: bold;
    padding: 3px;
    max-width: 65px;
    font-size: 75%;
    line-height: 90%;
    white-space: normal;
    border-radius: 2px;
}

.ers-pat-details-row {
    margin: 10px;
    clear: both;
    position: relative;
}

.ers-pat-details-row .ers-pat-details-left {
    display: block;
    float: left;
    width: 30%;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 10px;
}

.ers-pat-details-row .ers-pat-details-right {
    display: block;
    float: right;
    width: 50%;
    text-align: left;
    margin-bottom: 10px;
}

.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 1;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.back-button {

    padding: 10px 40px;

    background-color: #00a4d9;

    display: inline-block;

    border-radius: 5px;

    color: white;

    text-decoration: none;

    font-weight: bold;

    margin: 20px 67px;
}

.annotations {
    color: white;
    display: block;
    overflow-y: scroll !important;
    position: relative;
    left: 16%;
    padding: 1em;
    max-height: 90px;
    max-width: 900px;
}

.hide-div {
    display: none;
}

.image-preview-dialog {

    background: black;
    border-bottom: 1px solid #44626f;
}

.image-limit-size {
    max-height: 200px !important;
    overflow-y: scroll !important;
}

.pmhx-header {
    background-color: #666666;
    color: white;
    overflow: hidden;
}

.pmhx-title {
    display: inline-block;
    font-size: 20px;
    margin: 22px;
}

.pmhx-body {
    margin: 21px;
}

.image-preview {
    padding: 10px 0px;
    display: inline-block;
    color: white;

    border-left: 1px #00a4d9 solid;

    font-size: 14px;

    padding-left: 52px;
}

.moveUp .questions .question .title {
    width: 100%;
    color: #800080;
}

.moveUp .questions .question .title.inline {
    width: auto;
    margin-right: 5px;
}

.moveUp .questions .question .referral-answers {
    float: none;
    width: 100%;
}

.mannequin_display {
    width: 63%;
    display: table-cell;
    vertical-align: middle;
}

.questions_display {
    display: table-cell;
}

.mannequin_frame {
    width: 450px;
    height: 100%;
}

#mapster_wrap_0 {
    margin: auto;
}

.backgrid thead .name, .backgrid thead .locationName, .backgrid thead .appointmentType, .backgrid thead .organizationType {
    text-align: left;
}

.backgrid tbody .distance {
    padding-right: 20px;
}

.backgrid tbody .indicativeWaitTime, .backgrid tbody .nhsChoicesLink, .backgrid tbody .bookable {
    text-align: center;
}

.ers-dialog-outer .title-bar i {
    font-weight: bold;
    font-size: 22px;
}

.ers-section input[type=text].ersIndicativeWaitTime {
    width: 6em !important;
}

.ers-section input[type=text].ersDistanceLimit {
    width: 6em !important;
}

.urgency-choice-container {
    margin-top: 10px;
    width: 200px;
}

.login-user {
    padding-top: 5px;
    padding-bottom: 10px;
}

.selectize-dropdown-content {
    max-height: 250px;
}

.selectize-dropdown-content > div {
    padding: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #content input, #content select, #content textarea {
        /* font-size: 11px; */
    }
}

.bigButton {
    font-size: 13px;
    background-color: #eee;
    border: 1px solid grey;
    border-radius: 5px;
    display: inline-block;
    padding: 8px;
    cursor: pointer;
}

.ac-registration {
    display: inline-block;
    margin: 10px 0px;
}

.ac-registration .update {
    margin-left: 4px;
}

.ac-registration .hospital-num {
    padding: 10px;
    font-size: 13px !important;
    margin-left: 9px;
}

.buttonWrapper {
    float: right;
}

.backButton {
    margin-right: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: 45%;
    grid-row-gap: 10px;
    grid-column-gap: 10px;

}

.grid-row1 {
    grid-row: 1 / 1;
}

.grid-row2 {
    grid-row: 2 / 2;
}

.grid-row3 {
    grid-row: 3 / 3;
}

.grid-row4 {
    grid-row: 4 / 4;
}

.grid-row4 {
    grid-row: 4 / 4;
}

.grid-row5 {
    grid-row: 5 / 5;
}

.grid-row6 {
    grid-row: 6 / 6;
}

.grid-row7 {
    grid-row: 7 / 7;
}

.grid-row8 {
    grid-row: 8 / 8;
}

.grid-row9 {
    grid-row: 9 / 9;
}

.grid-row10 {
    grid-row: 10 / 10;
}

.grid-row11 {
    grid-row: 11 / 11;
}

.grid-row12 {
    grid-row: 12 / 12;
}

.grid-column2 {
    grid-column: 2 / 2;
}

.grid-column1-2 {
    grid-column: 1 / span 2;
}

.provider-book {
    border-top: 1px solid #a0a6ad;
}

.question .uploader .qq-uploader {
    width: 100%;
}

.support {
    color: #0e3abf !important;
}

.historical-table.ui-dialog-content {
    overflow-y: scroll;
}

.historical-table table {
    margin-top: 20px;
    width: 100%;
}

.historical-table tr:first-child {
    background: #D3D4D5;
    font-weight: bold;
}

.historical-table td {
    padding: 5px;
    min-width: 110px;
}

.padding {
    padding: 0px 10px;
}

.resend-label {
    padding-top: 1em;
}

.referral-send {
    padding: 10px;
}

.radio-boxes [type="radio"]:checked,
.radio-boxes [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.radio-boxes :checked + label,
.radio-boxes :not(:checked) + label,
.boxesWrapper {
    width: 188px;
    padding: 10px 10px 15px 10px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #E0E1E2;
    border-radius: 4px;
    vertical-align: top;
    line-height: 15px;
    display: inline-block;
    cursor: pointer;
}

.radio-boxes :checked + label,
.boxesWrapper.checked {
    background: #E5F0FC;
    border: 1px solid #62B7DD;
    color: #3EA7D4;
}

.radio label {
    font-weight: normal !important;
}

.select_specialty_directive {
    padding-bottom: 0px !important;
}

.select_specialty_directive .answers {
    display: none;
}

.select_specialty {
    margin-top: -10px;
}

.consultations-button {
    color: #5ba5a4;
    border: 1px solid;
    padding: 13px;
}

.phone {
    height: 29px;
    border-radius: 5px;
    width: 200px;
    border: 1px solid lightgrey;
    font-size: 13px !important;
    padding: 1px 10px 0px;
}

.imgWrapper {
    height: 244px;
    overflow: hidden;
}

.photoNotesLabel {
    padding: 7px 0px;
}

.annotation {
    height: 29px;
}

.consultation-toggle {
    height: 0;
    width: 0;
    visibility: hidden;
}

.consultation-toggle + label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: #DEDFDF;
    display: inline-block;
    border-radius: 25px;
    position: relative;
}

.consultation-toggle + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.consultation-toggle:checked + label {
    background-color: #1492E6;
}

.consultation-toggle:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.consultation-toggle label:active:after {
    width: 130px;
}

.consultationHeader {
    background: white;
    border: 1px solid lightgrey;
    border-top-left-radius: 5px;
    padding: 6px 0px 2px 6px;
    border-top-right-radius: 5px;
}

.consultationText {
    position: relative;
    bottom: 7px;
    left: 5px;
}

.consultationBody {
    background: white;
    border: 1px solid lightgrey;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    height: 90px;
    overflow: auto;
}

.consultationWrapper {
    width: 49%;
    margin: 0 1% 1% 0;
    float: left;
}

.consultationBody .cell:first-child {
    width: 1%;
}

.section .left {
    width: 47%;
    float: left;
    clear: both;
}

.section .right {
    float: right;
    width: 47%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.sub-heading {
    color: #06377B;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.ers-input {
    height: 28px;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.ers-dialog-outer .proforma-wrapper {
    margin-bottom: 10px;
}

.ui.table thead button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    text-align: left;
    font-weight: bold;
}

.ras-button-cell {
    text-align: center !important;
}

.value {
    font-size: 14px;
    margin-right: 10px;
}

.checkbox label {
    font-size: 13px !important;
}

a:hover {
    color: lightgrey;
}

.ers-search-results-grid-section {
    max-height: 972px;
    overflow-y: auto;
    margin: 20px 25px;
    clear: both;
    padding-bottom: 10px;
    font-size: 13px;
}

.ers-search-results-grid-section .table .ras-button-cell button {
    width: 67px;
}

.table .selected {
    background-color: #fafad2 !important;
}

.ddd-truncated .ddd {
    display: inline;
}

.click-to-edit {
    width: 377px;
    margin-right: 15px;
    display: inline-block !important;
    vertical-align: top;
    font-size: 13px;
}

.section .click-to-edit .question {
    padding-bottom: 0;
}

.text-title, .text-answers {
    background: white;
    padding: 6px 5px 0px 5px;
    border: #D4D4D5 1px solid;
}

.text-title {
    padding: 6px 5px;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.text-answers {
    border-top: none;
    min-height: 67px;
    height: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.text-title .fa {
    float: right;
    font-size: 20px;
    color: #B9B9B9;
    cursor: pointer;
}

.click-to-edit .chosen-container-single .chosen-single, .click-to-edit .chosen-choices {
    border-radius: 0;
    border-top: none;
}

.spacer {
    height: 5px;
}

.add-data-wrapper {
    background: white;
    border: 1px solid #B9B9B9;
    padding: 5px;
}

.add-data-wrapper input {
    margin: 2px 0px 10px;
    padding: 5px 1px;
    border-radius: 2px;
    border: 1px solid #B9B9B9;
}

.ers-summary-page .sections {
    background: #F2F2F2;
}

.emis .title-container {
    width: 100%;
}

.uploader-wrapper {
    padding: 10px;
    background: white;
    border: 1px #D4D4D5 solid;
    border-radius: 5px;
    margin-top: 5px;
}

.qq-upload-delete-selector {
    float: right;
    position: relative;
    top: 20px;
    cursor: pointer;
    color: #2185D0;
    right: 15px;
    font-weight: bold;
}

.qq-upload-button-selector {
    overflow: auto;
}

.qq-thumbnail-selector {
    height: 60px;
}

.qq-upload-list-selector {
    /* height: 160px; */
}

.qq-upload-success {
    border-radius: 5px;
    background-color: #E5F0FC !important;
}

.thumbs {
    width: 304px;
    color: #20a5d6;
    background: black;
}

.thumb-wrapper {
    padding: 0 98px;
    margin-top: 10px;
}

.thumb {
    border: 5px solid transparent;
    border-radius: 12px;
    width: 100px;
    cursor: pointer;
}

.document-viewer {
    overflow: hidden;
}

.thumb.active {
    border: 5px solid #20a5d6;
}

.filename {
    text-align: center;
    margin-top: 20px;
}

.pop-up {
    margin-left: 26px !important;
}

.emis-uploader {
    min-height: 50px;
    overflow: visible;
}

.add-competency-list {
    margin-left: 40px;
    font-family: Arial;
}

.competency {
    padding: 5px;
    border: 1px;
    border-style: solid;
}

.add-new-competency {
    margin: 5px;
}

.new-competency {
    margin-left: 5px;
}

.ers-search-results-questions {
    border-top: 1px solid #E6E7E8;
    padding: 20px 25px !important;
}

.ersSortBy, .ersAgeAndGenderAppropriate {
    top: 2px;
    position: relative;
    margin: 5px;
}

.ersIndicativeWaitTime {
    width: 50px;
}

.ers-referral-create-button {
    margin: 10px !important;
}

.ers-section.ers-search-section {
    padding: 10px;
}

.duplicate-message {
    padding: 5px;
}

.inline-checkbox .ui.checkbox label, .inline-checkbox .field {
    display: inline;
    margin-right: 20px;
    padding-top: 3px;
}

.patient-details .ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.checkbox {
    margin-top: 12px;
}

.ui-front {
    z-index: 9998;
}

.scr-warning {
    font-size: 20px;
    font-weight: bold;
}

.scr-info {
    padding: 10px 15px 5px 15px;
    margin-bottom: 10px;
}

.scr-textarea {
    width: 100%;
    height: 100px;
}

.scr-body {
    overflow: auto;
    height: calc(100vh - 230px);
    font-size: 13px !important;
}

.scr-body h3 {
    font-size: 13px;
}

.scr-body td, .scr-body th {
    padding: 10px;
    border: 1px solid black;
}

.scr-body thead {
    background-color: #0E4E8A;
    color: white;
}

.scr-patient-details {
    background-color: #F9FAFB;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid lightgrey;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.scr-patient-details .left {
    font-size: 16px;
}

.scr-patient-details .data {
    font-weight: normal;
    margin-left: 40px;
}

.patient-divider {
    width: 100%;
}

.patient-text {
    border: 2px solid #eee;
    color: #666;
    padding: 20px;
    border-radius: 5px;
}

.patient-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.patient-timeline-wrapper {
    margin-top: 20px;
}

.patient-timeline-item {
    background: white;
    margin-top: 10px;
    padding: 5px 20px;
}

.height-100 {
    height: 100%;
}

.patient-box-grey {
    background: #F2F2F2;
    padding: 20px;
    border-radius: 5px;
}

.text-right {
    text-align: right;
}

.new-user-registration {
    padding-bottom: 10px;
    color: #2e2e90;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    font-size: 30px;
}

.registration-title {
    text-align: left;
}

.user-label {
    display: inline-block;
    padding-bottom: 10px;
    width: 50%;
    font-size: 15px;
}

.user-registration-row {
    padding-top: 10px;
}

.key-registration-row {
    display:block;
}

.login-page .user-registration-input {
    width: 50%;
    display: inline-block;
}

.login-page .login-type-label {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 15px;
}

.login-page .login-type {
    font-size: 15px;
    width: 75%;
}

.login-page .login-type-individual {
     width: 25%;
}

.login-page .code {
    width: 90%;
}

 .login-page .login-type input {
    border:0;
    margin-bottom: 0;
    width: 10px;
    margin-left: 5px;
    display: inline-block;
}

.required {
    color: #ff0000;
}

.login-key {
    margin-top: 5px;
}

.welcome-code {
    border: 2px solid #d0e4f2;
    padding: 15px;
    margin-bottom: 5px;
    background-color: #DFF1F4;
    color:black;
}

.ui .checkbox label {
    font-size: 1em !important;
}

.directive-box {
    background-color: #EFF9FC !important;
    border: 1px solid #DFF1F4;
    border-radius: 2px;
    padding: 10px 20px;
    font-weight: bold;
    color: #145A70;
}

.asterisk::after {
    content: '*'
}

.password-change-header {
    margin-left:auto;
    margin-right:auto;
    width: 25%;
    padding-top: 5vh
}

.ui.form .inline.fields.days .field {
    padding: 0;
    width: 26px;
}

.ers-dialog-outer .slots-table th:first-of-type {
    text-align: center !important;
}

.ers-dialog-outer .ers-search-results-grid-section th:first-of-type {
    text-align: center !important;
}

.boxesWrapper {
    width: 287px;
    display: inline-flex;
}

.boxesLeft {
    margin-right: 10px;
}

.boxesRight {
    margin-top: 3px;
}

.scr-button {
    padding: 11px !important;
}

.boxesLeft {
    margin-right: 10px;
}

.boxesRight {
    margin-top: 3px;
}

.ers-triage-wrapper {
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-radius: 5px;
    overflow: auto;
}

.ers-triage-wrapper * {
    font-size: 13px;
}

.ers-triage-title {
    color: #254F86;
    font-size: 20px !important;
    font-weight: bold;
}

.ers-triage-header, .section-title {
    font-weight: bold;
    background-color: #f2f2f2;
    font-size: 18px;
    border-radius: 5px;
    padding: 16px 20px;
}

.ers-file-list {
    margin-bottom: 15px;
    margin-top: 10px;
}

.ers-file-list .attachment {
    margin-right: 10px;
    width: 187px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ers-file-list a {
    text-decoration: none;
}

.ers-file-list .active {
    background-color: lightgrey;
}

.ers-file-wrapper {
    padding: 15px 20px;
}

.attachment-description {
    margin-top: 10px;
}

.pathway-field {
    width: 442px !important;
}

.ers-referral iframe {
    height: calc(100vh - 125px);
}

.bottom-bar .supporting-buttons-wrapper {
    padding: 0;
}

.supporting-buttons-wrapper {
    padding: 20px;
    display: inline-block;
}

.supporting-buttons-wrapper a {
    margin-right: 10px !important;
}

.proforma-assessment .sections {
    padding: 15px 20px;
}

.referral-answers .answer {
    display: block;
}

.get-referrer {
    font-size: 11px !important;
    padding: 5px !important;
    background-color: #f2f2f2 !important;
    border: 1px solid #ddd !important;
}

.pmhx-popup td {
    padding: 5px;
}

.pmhx-popup td:first-child {
    width: 103px;
}

.comments-small {
    min-height: 0 !important;
    height: 100px !important;
}

.ersAttachmentHeader {
    background-color: lightgrey;
    margin-top: 15px;
    padding: 7px 10px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ersAttachmentHeader .times.circle {
    color: white;
    cursor: pointer;
}

.ersAttachmentBody {
    padding: 15px;
    border: 1px solid lightgrey;
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ers-file-list > div {
    display: inline-block;
}

.communications > div {
    margin-bottom: 5px;
}

.prevetted_wrapper {
    margin-top: 18px !important;
}

.appointment_date_wrapper {
    width: 300px;
}

.ui .modal .option-login-header {
    color: #1a4267;
}

.directive-box p {
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.directive-box .email-directive {
    font-weight: bolder;
}

.optin-login-field-container {
    padding-top: 2vh;
}

.patient-record .patient-document {
    width: 30vw;
    margin-top: 2vw;
    margin-right: 2vw;
    margin-left: 0.5vw;
    border: 1px solid #ddd;
    height: calc(80vh - 60px);
    border-collapse: separate;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
}

.patient-record .patient-document-viewer {
    width: 66vw;
    margin-right: 1vw;
    margin-top: 2vw;
    position: relative;
}

.patient-document-viewer .webviewer {
    height: 95vh;
}

.patient-record .patient-document-header {
    color: grey;
    background-color: #eee;
    margin-bottom: 1vw;
    margin-right: 1vw;
    border: 1px solid lightgrey;
    border-collapse: separate;
    padding: 2vh 0 2vh 0;
    font-weight: bold;
    font-size: 1vw;
    width: 100%
}

.patient-record .patient-document-header p {
    padding-left: 1vw;
}

.patient-record .file-list {
    padding-left: 1vw !important;
}

.patient-record .patient-attachment {
    font-size: 0.75vw !important;
}

.patient-moved {
    padding-left: 0.5vw;
    display: block;
    width: 30.5vw;
    font-size: 0.75vw;
    position: relative;
    top: 80vh;
}

.patient-moved .patient-delete-label {
    height: 100%;
    background-color: #f9ffff;
    color: #366f7a;
    padding: 1vh;
    border: 1px solid #00ced1;
}

.patient-moved .patient-delete {
    background-color: #eee;
    border: 1px solid lightgrey;
    position: relative;
    top: 1vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 2vw;
}

#patient-delete-button {
    display: block;
    width: 50%;
    font-size: 100%;
}

#delete-patient-document-div {
    height: 30vh;
}

#delete-patient-document-div .header {
    color: #284396;
}

.search-ui button {
    margin-left: 10px;
}

.filterButtonsWrapper {
    text-align: right;
}

.filterButtonsWrapper button {
    margin: 0px 7px;
}

.updateWrapper .button {
    margin-top: 27px;
}

.button-flag {
    width: 125px;
}

.hospital-num {
    width: 200px !important;
}

.updateButtonWrapper {
    width: 100%;
    text-align: right;
}

.ers-hide-when-submit-unavailable {
    margin-right: -2px !important;
}

.consultantsDropdown {
    min-width: 148px;
    width: 100%;
}

.consultantsWrapper {
    width: 80% !important;
}

.buttons-container {
    margin-top: 10px;
}

.third {
    width: 33%;
    display: inline-block;
}

.rangeUpdate {
    height: 43px;
    margin-top: 27px !important;
}

.directive .title-container {
    background-color: #f8ffff;
    border: 1px solid #DFF1F4;
    border-radius: 2px;
    padding: 20px;
    width: 100% !important;
}

@media only screen and (max-width: 760px) {
    .login-forms-wrapper {
        padding-left: 0;
        border-left: 0;
    }
    .image.logo {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
}

.login-form input {
    height: 38px;
}

.ers-dialog-outer .ers-summary-page .ers-search-results-grid-section th:first-of-type {
    text-align: left !important;
}

.hide {
    display: none;
}

.iframeWrapper {
    position: relative;
    top: 2px;
    margin-right: 4px;
}