/* Styles for CDHI - Fax to Referral prototype */

html {
    height: 100%;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background: #666;
    color: #333;
    height: 100%;
}

/*Loading Pane styles*/
.loading-pane {
    position: absolute;
    background: url("http://oi62.tinypic.com/2pqsuc0.jpg");
    z-index: 500;
}

    .loading-pane .spinner-image {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("http://oi58.tinypic.com/2emfu9w.jpg") center center no-repeat;
    }

/* clear fix */

.ribbon {
    display: block;
    width: 100%;
    position: fixed;
    top: 0px;
    clear: both;
    z-index: 99;
}

.userName {
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 999;
}

.userNameReferral {
    position: absolute;
    top: -45px;
    right: 0px;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.static-header {
    position: fixed;
    top: 99px;
    left: 0px;
}

.scroll_view {
    height: 720px;
    overflow-y: scroll;
    width: 100%;
}

.thumbFooter {
    font-size: 13px;
    display: block;
}

.thumbnail_border canvas {
    border: 1px solid #aba8a8;
}

.container {
    background: #f2f2f2;
    padding: 0;
    padding-bottom: 0px; /* was 50px*/
    margin-top: 0;
    min-height: 100%;
}

.container {
    width: 100%;
}

input.ng-invalid, select.ng-invalid {
    /*background-color: #F8D7DA;
    border: 1px #FF0000 solid;*/
}

.appVersion {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 6px;
    font-weight: bold;
    font-size: 12px;
}

.focusSection {
    background-color: #FFFFE0;
}

.requiredSection {
    background-color: #FFF4F4;
}

.noVisible {
    display: none;
}

.visible {
    display: block;
}

.red-border {
    border: 1px solid #F00;
}

.find-control {
    cursor: text;
}

.error-message {
    color: #FFF;
    background-image: url('../Images/exclamation-octagon.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 99%;
    padding: 5px;
    text-align: left;
}

.error-message span {
    margin-left: 25px;
    font-weight: bold;
    color: #F00;
    font-size: 13px;
}

.home {
    width: 30px;
    float: left;
}

.branding {
    height: 40px;
    padding: 11px 11px 11px 15px;
    font-size: 18px;
    color: dimgrey;
    margin: 0;
    background: #e8f4fa;
    border-bottom: 1px solid #ccc;
}

    .branding img {
        width: 30px;
    }

.refresh {
    width: 30px;
    float: right;
}

h1 {
    padding: 15px 30px;
    font-size: 26px;
    margin: 0;
    background: #e8f4fa;
    border-bottom: 1px solid #ccc;
}

h2 {
    margin: 0;
    font-size: 28px;
    color: #052049;
    letter-spacing: 1px;
}

label {
    font-weight: normal;
}

.valign-text p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.next-back {
    float: right;
    margin-top: -40px;
    font-size: 18px;
    padding-right: 40px;
}

    .next-back button {
        font-size: 18px;
        position: relative;
        bottom: 7px;
        left: 13px;
    }

.view-all {
    padding-left: 23.7%;
    margin: 15px 0;
    font-size: 18px;
}

.divider {
    color: #ccc;
    margin: 0 15px;
}

/* search mrn */
.enter-mrn {
    padding-top: 100px;
    width: 500px;
    margin: 0 auto;
}

.mrn-label {
    font-size: 16px;
    font-weight: normal;
}

.mrn-input {
    width: 400px;
    display: inline;
}

.search-mrn, .search-pcp, .search-pcp2 {
    margin-left: 15px;
}

.search-pcp, .search-pcp2 {
    padding: 4px 8px;
    letter-spacing: 1px;
}

.pcp-results, .pcp-results2 {
    display: none;
}

    .pcp-results p, .pcp-results2 p {
        margin-bottom: 3px;
    }

.results {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background: #e8f4fa;
}

input[type=radio].pcp-radio {
    margin-right: 10px;
    float: left;
}

.required-field {
    float: right;
    font-size: 16px;
}

.required-y {
    color: #ff0000;
    font-size: 24px;
    margin-right: 5px;
}

.pcp-name {
    font-weight: bold;
}

.modal {
    top: 300px;
}

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

.cancel {
    margin-right: 15px;
}

.cancel-prog {
    margin-left: 15px;
}

.continue {
    display: none;
}

.pointer {
    cursor: pointer;
}

.referral-check .checkbox input[type=checkbox] {
    margin-left: 0;
}

#errors {
    float: right;
    padding: 20px;
    color: #cc0000;
    font-size: 18px;
}

.hf-invalid {
    border: 2px solid #cc0000;
}

/* patient info */
.patient-info {
    text-align: center;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    clear: both;
}

    .patient-info span {
        margin: 0 30px;
        font-size: 18px;
        color: black;
    }

/* drag and drop */
.drag-drop {
    text-align: center;
    margin-top: 150px;
}

    .drag-drop img {
        margin-bottom: 20px;
    }

    .drag-drop p {
        font-size: 18px;
    }


.file-size {
    margin-left: 30px;
}

.progress-cont {
    width: 600px;
    margin: 150px auto 0 auto;
}

.progress {
    border: 1px solid #ccc;
    background: #fff;
    height: 35px;
    float: left;
    width: 100%;
}

.progress-bar {
    font-size: 14px;
    padding-top: 0px;
    line-height: 36px;
}

.progress_margin {
    margin-top: 100px;
}

.file_size {
    margin-bottom: 10px;
    font-weight: bold;
}

.file_cancel_btn {
    margin-top: 30px;
}

.btn-success {
    color: #fff;
    background-color: #90bd31;
    border-color: #4cae4c;
}

    .btn-success:hover {
        background-color: #b1d16f;
    }

.select .wrapper, .select2 .wrapper {
    height: 720px;
    overflow-y: auto;
    clear: both;
}

.process {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 45px;
    float: right;
    padding-right: 35px;
    display: none;
}

    .process a {
        font-size: 20px;
        letter-spacing: 2px;
    }

.select-thumbs {
    padding: 10px 15px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    float: left;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    height: 165px;
}

.sheet1-sml, .sheet2-sml, .sheet3-sml, .sheet4-sml, .sheet5-sml, .sheet6-sml, .sheet7-sml, .sheet8-sml {
    float: left;
    display: none;
}

.select-thumbs h2 {
    display: block;
    margin-top: 50px;
}

.selected {
    font-weight: bold;
}

.thankyou {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    width: 30%;
    float: left;
    margin: 0 5%;
    text-align: center;
    font-size: 24px;
}

.thumb-img {
    margin: 0 20px;
    border: 1px solid #ccc;
}

.thumb-sml {
    position: relative;
}

.close-thumb {
    position: absolute;
    right: 50px;
    top: -4px;
}

.another_hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.pdf-body {
    text-align: center;
    margin-top: 15px;
}

.canvas2_canvas canvas {
    width: 99% !important;
}

.wrapper_class_border hr {
    display: none;
}

.selected_wrapper {
    border: 3px solid #7ED321 !important;
}

.wrapper_class_border {
    border: 1px solid #fff;
}

    .wrapper_class_border:hover {
        border: 1px solid #7ED321;
    }

.page_header {
    background: #052049;
    float: left;
    width: 100%;
    padding: 5px 0px 5px 0px;
    color: #FFF;
}
/* .pdf-body :hover {
        border: 1px solid #7ED321;
        
    }*/
.close-thumb:hover {
    cursor: pointer;
}

.fax-sheet {
    height: auto;
    padding-bottom: 10px;
    background: #fff;
    border: 1px solid #ccc;
}

.warning {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fax-sheet .warning img {
    width: 30px;
}

/*sheet .fax-sheet:hover {
	border:1px solid #7ED321;
	cursor:pointer;
}
*/
.fax-sheet img {
    width: 100%;
}

.leftcol, .rightcol {
    height: 1000px;
    overflow-y: auto;
    float: left;
}

    .leftcol .fax-sheet {
        margin-bottom: 30px;
    }

.demo-group {
    /*padding: 20px;
    padding-bottom: 10px;*/
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.sixty {
    width: 50%;
}

.forty {
    width: 49%;
}

.navigation {
    padding: 0;
}

    .navigation li {
        list-style: none;
        font-size: 16px;
        float: left;
        margin-right: 35px;
    }

.valradio {
    margin-left: 5px;
}

.update-ehr {
    display: none;
}

.navigation li.verify-patient {
    display: block;
}

.demographics, .contacts, .physician, .referral {
    display: none;
}

.patient-name-dob li {
    display: none;
}

.patient-name-dob .verify-patient li {
    display: block;
}

.navigation li.last {
    margin-right: 0;
}

.ref-prov label {
    margin: 0 10px;
}

.ref-prov {
    margin-bottom: 10px;
}

.same {
    display: none;
}

.section .address .txt-inp {
    width: 200px;
}

.add-label {
    display: block;
    float: left;
    width: 150px;
    margin-right: 15px;
}

.emg-cont .add-label {
    width: 80px;
}

.title {
    padding: 20px 20px 10px 20px;
}

.sectionTitle {
    display: block;
    font-weight: bold;
    font-size: 17px;
    margin-bottom:10px;
}

.sectionSubtitle {
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.section {
    border-top: 1px solid #ccc;
    clear: both;
    /*margin-top: 20px;*/
    padding: 0px 20px 20px 20px;
}

    .section h3 {
        font-size: 18px;
        margin-bottom: 20px;
        color: #666;
    }

    .section select, .section .txt-inp {
        width: 250px;
        padding: 7px;
        font-weight: normal
    }

    .section .txt-area {
        width: 250px;
        height: 50px;
    }

.match, .no-match {
    float: right;
    margin-top: 10px;
}

.page-num {
    margin-left: 10px;
}

.createreferral {
    letter-spacing: 1px;
}

.sheet-num {
    text-align: center;
    margin: 5px 0;
}

.verified label {
    float: left;
    margin-right: 45px;
}

.hide-label {
    display: none;
}

.verified .yes {
    margin-right: 5px;
}

.verified input {
    margin-right: 5px;
}

.apex-background {
    background-color: #ECECEC;
    padding: 6px 0px 6px 12px;
    width: 46.1%;
    border-radius: 4px;
}

.separator {
    border-bottom: dashed 0px #00a2e021;
    padding-bottom: 10px;
}

.addressSearch {
    border: 1px solid #ccc;
    padding: 10px;
}

.borderless td, .borderless th {
    border: none !important;
}

.field_type_title{
    width: 9.4% !important;
}

.title-text-offset {
    margin-left: 80px;
}

.title-text-required-offset {
    margin-left: 67px;
}

.value-text-offset {
    margin-left: 15px;
}

.value-text-offset-12 {
    margin-left: 12px;
}

.hide-button {
    margin-left: 20px;
}

.text-rotate {
    transform: rotate(90deg);
}

.leftFloat {
    float: left;
}

.rightFloat {
    float: right;
}

.clearFloat {
    clear: both;
    min-height: 30px;
}

.addressFields {
    background-color: #FFF !important;
}

.verifyAddress {
    /*
    position: relative !important;
    bottom: 27px !important;
    left: 270px !important;
    z-index: 99;
    */
    width: 76.1% !important;
}

#btnVerifyAddress {
    width: 72.7px;
}

.inline {
    display: inline !important;
}

.smarty-tag {
    display:none !important;
}

button.smarty-tag {
    display: inline !important;
    z-index: 99;
    margin-left: 8px;
    margin-top: 6px;
}

.ocr-image-height {
    height: 44px;
}

.ocr-image {
    align-content: center;
    fit: fill;
    height: 13px;
    min-width: 20px;
}

.ocr-image-shadow {
    box-shadow: 5px 10px 18px #888888;
}

.ocr-image-offset {
    margin-left: 12px;
}

.image-max-width {
    max-width: 140px;
}

.ehr-label {
    border-left: 5px solid green;
    padding-left: 5px;
}

.message-panel {
    width: 35%;
    margin: 0px auto;
}

.text-title {
    font-size: 22px !important;
}

.help-text {
    font-style: italic;
    font-size: 10px;
}

.noPadding {
    padding: 0px !important;
}

.noPaddingRight {
    padding-right: 0px !important;
}

.noPaddingLeft {
    padding-left: 0px !important;
}

.text-block {
    display: block;
    width: 60px;
}

.text-grey {
    color: #aba8a8;
}

.text-blue {
    color: #00a2e0 !important;
}

.resultWrapper {
    padding-left: 0px !important;
}

.sectionHeight {
    min-height: 40px;
}

.practitionersResult {
    border: 1px solid #ccc;
    background-color: aliceblue;
    padding: 6px;
    margin-top: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 5px;
}

.radio-wrapper {
    padding-left:7px;
    width: 30px;
}

.practitionersResultOffset {
    margin-left: 15px;
}

#emergencyContact {
    border-bottom: solid 1px #aba8a8;
    border-top: solid 1px #aba8a8;
    border-right: solid 1px #aba8a8;
    width: 12px;
    height: 50px;
    position: absolute;
    top: 12px;
    right: 66px;
}

#emergencyContact span {
    position: relative;
    right: -20px;
    top: 15px;
    font-weight: bold;
}

.newEmergencyContact {
    color: #286090;
}

.existingEmergencyContact {
    color: #286090;
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
    color: #aba8a8;
}

.selectpicker {
    width: 100% !important;
}

.bottomOffset {
    padding-bottom: 10px;
}

.topOffset {
    padding-top: 10px;
}

.righOffset {
    padding-right: 10px;
}

.leftOffset{
    padding-left: 20px;
}

.searchInput {
    width: 70% !important;
}

.searchInputHalfRow {
    width: 76% !important;
}

.searchInputFullRow {
    width: 86% !important;
}

section div hr {
    display: none;
}

label.textOffSet {
    margin: 6px;
}

.override, .update {
    margin: 0 5px 0 0;
}

.confirmed {
    margin-top: 20px;
}

    .confirmed input {
        margin-right: 10px;
    }

    .confirmed .not-confirmed {
        margin-left: 20px;
    }

.sheets {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 30px 0;
}

.select .sheets, .select2 .sheets {
    padding: 30px 0;
    clear: both;
}

@media (max-width: 768px) {
    .fax-sheet {
        margin-bottom: 30px;
    }
}

@media (max-width: 1366px) {
    .apex-background {
        width: 45% !important;
    }
}

@media (max-width: 1440px) {
    .apex-background {
        width: 45.1%;
    }

    #emergencyContact {
        position: absolute;
        top: 12px;
        right: 53px;
    }

    .image-max-width {
        max-width: 110px;
    }

    .image-max-widthFull {
        max-width: 160px;
    }

    .close-thumb {
        right: 20px;
    }

    .field_type_title {
        width: 12.5% !important;
    }

    .sixty {
        width: 45%;
    }

    .forty {
        width: 48.87%;
    }

    div.fax-info div.col-md7 {
        padding-right: 0px !important;
    }
}

@media (max-width: 1200px) {
    .select-thumbs img {
        margin-bottom: 20px;
    }

    .leftcol {
        float: none;
        height: auto;
        overflow-y: auto;
    }

    .col-sm-6 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    /*.select-thumbs .col-sm-2 {
		width: auto;
	}*/

}

/* type ahead styles */

.typeahead, .tt-query, .tt-hint {
    border: 1px solid #CCCCCC;
}

.typeahead {
    background-color: #FFFFFF;
}

    .typeahead:focus {
        border: 2px solid #0097CF;
    }

.tt-hint {
    color: #999999;
}

.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    padding: 8px 0;
    width: 200px;
}

.tt-suggestion {
    padding: 3px 20px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        background-color: #0097CF;
        color: #FFFFFF;
    }

    .tt-suggestion p {
        margin: 0;
    }
