﻿body {
    background-color: #fff;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0px auto;
    padding: 0;
    background: url("Tree.jpg") no-repeat;
}


html, body, form {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */
}

.backGroundImage {
    opacity: 0.2;
}

.tab-right {
    margin-right: 5em
}

.ResultsBoxDisplay {
    display: inline-grid;
    background-color: #fff;
    width: 95%;
    text-align: center;
    align-content: center;
}


.reportPreview {
    width: 505px;
}

html {
    margin: 0;
    padding: 0;
}

.noscrollbarListBox {
    overflow-y: visible;
}

.noHyperlink {
    text-decoration: none;
    color: #15387F;
}

    .noHyperlink:hover {
        text-decoration: none;
    }

.noPaddingLeftRight {
    padding-right: 0px;
    padding-left: 0px;
}
/*----Header/Footer*/

#header-wrap {
    height: 132px;
    background-color: #15387F;
    /*#15387F;*/ /*--red--*/
    color: White;
}

.content-wrapper1 {
    margin: 0 auto;
    max-width: 100%; /*960px;*/
    align-content: center;
    display: block;
    margin-left: 20px;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1060px;
    display: block;
}

#body {
    clear: both;
    align-items: center;
    margin: 0px auto;
}

.main-content {
    max-width: 960px;
    padding-left: 10px;
    padding-top: 30px;
    margin: 0px auto;
    display: block;
}


header .content-wrapper {
}

footer {
    clear: both;
    background-color: #15387F;
    font-size: .8em;
    height: 140px;
    margin: 0px auto;
    display: block;
}


a {
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

#header {
    color: White;
    width: 976px;
    margin: 0px auto;
}

#title {
    padding-top: 20px;
    height: 80px;
}

#logo {
    float: left;
    background: url("../Images/ljmu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 75px;
    width: 261px;
    margin-left: 20px;
}

    #logo a {
        display: block;
        height: 100%;
        width: 100%;
    }

#text {
    float: right;
    padding-right: 50px;
    font-weight: bold;
    line-height: 75px;
    font-size: 200%;
}

#logout {
    float: right;
}

#navigation {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 120%;
}

    #navigation ul {
        list-style: none;
        margin: 0px auto;
        padding: 0;
    }

    #navigation li {
        float: left;
    }

        #navigation li a {
            display: block;
            padding: 8px 8px 8px 8px;
            text-decoration: none;
            font-weight: bold;
            font-size: 14px;
            color: White;
            margin-top: 1px;
        }

    #navigation a:focus, #navigation a:active, #navigation a:hover {
        /* background: none repeat scroll 0 0 White;*/
        background-color: white;
        color: #0D3477;
    }

    #navigation #selected {
        text-decoration: underline;
    }

    #navigation li:first-child li a {
        padding: 0px 15px 6px 15px;
    }

    #navigation li:last-child {
        float: right;
    }

        #navigation li:last-child li a {
            padding: 0px 15px 0px 15px;
        }

.textFooter {
    margin: 0px auto;
    line-height: 60px;
    font-size: 120%;
    color: white;
    padding: 0px;
    display: block;
    align-content: center;
    text-align: center;
}

footer, .push {
    height: 80px; /* .push must be the same height as .footer */
}

.ohLogo {
    margin: 0px auto;
    display: block;
    text-align: center;
    align-content: center;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}

.welcomeBackText {
    text-align: center;
}

.LabelText {
    color: #15387f;
    text-align: left;
    padding-top: 10px;
}

.scrollBar {
    overflow-y: scroll;
    overflow-x: hidden;
}

.main-content {
    align-content: center;
}

.formWrapper {
    margin: 0 auto;
    width: 960px;
}

/*TEST*/
.container-1 {
    width: 300px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

    .container-1 input#search {
        width: 300px;
        height: 50px;
        background: #2b303b;
        border: none;
        font-size: 10pt;
        float: left;
        color: #63717f;
        padding-left: 45px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: background .55s ease;
        -moz-transition: background .55s ease;
        -ms-transition: background .55s ease;
        -o-transition: background .55s ease;
        transition: background .55s ease;
    }

        .container-1 input#search::-webkit-input-placeholder {
            color: #65737e;
        }

        .container-1 input#search:-moz-placeholder { /* Firefox 18- */
            color: #65737e;
        }

        .container-1 input#search::-moz-placeholder { /* Firefox 19+ */
            color: #65737e;
        }

        .container-1 input#search:-ms-input-placeholder {
            color: #65737e;
        }

    .container-1 .icon {
        position: absolute;
        top: 50%;
        margin-left: 17px;
        margin-top: 17px;
        z-index: 1;
        color: #4f5b66;
    }

    .container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active {
        outline: none;
        background: #ffffff;
    }



/*TEST*/

.searchOutline {
    border: #15387f 1px solid;
    margin: 10px;
    padding: 10px;
    height: 240px;
    width: 95%;
    align-content: center;
    vertical-align: central;
    align-items: center;
    background-color: #fff;
}


.previewReferralOutline {
    border: #15387f 1px solid;
    margin: 10px;
    padding: 10px;
    height: 400px;
    width: 100%;
    align-content: center;
    vertical-align: central;
    align-items: center;
    background-color: #fff;
}

.editConsultation {
    border: #15387f 1px solid;
    margin: 10px;
    padding: 10px;
    height: 380px;
    width: 960px;
    align-content: center;
    vertical-align: central;
    align-items: center;
    background-color: #fff;
}

.col-sm-12 {
    margin: 0 auto;
    align-content: center;
}

.searchButton {
    margin-top: 15px;
    float: right;
}

.bold {
    font-weight: bold;
}

.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.typeOfReport {
    width: 100%;
    height: 60px;
    text-align: center;
    border: 1px solid #15387F;
    background-color: #fff;
}

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderUnsaved {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: red;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent {
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordion {
    margin-top: 15px;
}

.row {
    margin: 0;
    padding: 0;
}

.textBox {
    width: 200px;
    height: 25px;
}

.patientRecord {
    min-width: 150px;
    min-height: 100px;
    /*width: 600px;*/
    color: #15387F;
    /*float: right;*/
    /*margin: 10px;*/
    padding: 10px;
    border: 1px #15387F solid;
    background-color: #fff;
}

.patientNavigation1 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 120%;
}

#patientNavigation1 ul {
    list-style: none;
    margin: 0px auto;
    padding: 0;
}

#patientNavigation1 li {
    float: left;
}

    #patientNavigation1 li a {
        display: block;
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        color: #15387F;
        margin-top: 1px;
    }

#patientNavigation1 a:focus, #patientNavigation1 a:active, #patientNavigation1 a:hover {
    background-color: #15387F;
    color: white;
}

#patientNavigation1 #selected {
    text-decoration: underline;
    padding-bottom: 40px;
}

#patientNavigation1 li:first-child li a {
    padding: 0px 15px 6px 15px;
}



#patientNavigation1 li:last-child li a {
    padding: 0px 15px 0px 15px;
}

.patientRecordTabBox {
    width: 100%;
    border: 1px #15387F solid;
    background-color: #fff;
    text-align: center;
}

.patientRecordTabBoxFull {
    width: 100%;
    border: 1px #15387F solid;
    background-color: #fff;
}


.TypeOfReportDropDown {
    text-align: center;
}

.loginBox {
    width: 75%;
    align-self: center;
    border: 1px #15387F solid;
    align-items: center;
    margin: auto;
    background-color: #fff;
}

.headerLogIn {
    background-color: #15387F;
    height: 25px;
    width: 100%;
}

.editPatient {
    display: normal;
}

.consultation {
    display: none;
}

.recallItems {
    display: none;
}

.hideAll {
    display: none;
}

.showAll {
    display: normal;
}

.consultationTextBox {
    height: 150px;
    width: 100%;
}

.inlineCheckbox .label {
    display: inline-block;
}

#consultationBox {
    margin-top: 10px;
    margin-bottom: 10px;
}

#menuItems {
    margin-bottom: 10px;
}

.recallItemsAdditionalComments {
    height: 80px;
    width: 100%;
}

#sendADocumentBorder {
    border-left: 1px #15387F dashed;
    float: right;
}

/*Documents Page*/
.documentsUpload {
    margin-bottom: 15px;
}

#previousConsultation {
    margin-top: 10px;
    border-top: 1px #15387F dashed;
    margin-bottom: 10px;
}

.MyTabStyle {
    min-width: 950px;
}

.screeningGrid {
    padding-top: 25px;
    width: 98% !important;
    margin-top: 10px;
}

.screenings {
    margin-left: 0px !important;
    float: left;
    margin-right: 50px;
    overflow-x: scroll;
}

.MainContent_tbScreenings_body {
    padding-top: 25px;
}

.MyTabStyle .ajax__tab_active

.MyTabStyle .ajax__tab_header {
    font-size: 14px;
    background-color: #fff;
    display: block;
    color: #15387F;
    margin-bottom: 3px;
}

.MyTabStyle .ajax__tab_header .ajax__tab_outer {
    border-color: #15387F;
    color: #fff;
    padding-left: 10px;
    margin-right: 3px;
    border: solid 1px #15387F;
    background-color: #fff;
}

.MyTabStyle .ajax__tab_header .ajax__tab_inner {
    border-color: #15387F;
    color: #15387F;
    padding: 3px 10px 2px 0px;
    background-color: #fff;
}

.MyTabStyle .screeningGrid .ajax__tab_default .ajax__tab {
    height: !important 30px;
    margin-top: 0px;
}


.ajax__tab_default .ajax__tab {
    height: 30px !important;
    background-color: white;
}

.ajax__tab .ajax__tab_active {
    background-color: brown !important;
}

.ajax__tab_default .ajax__tab .ajax__tab_active {
    border: 3px solid #15387F;
}

.ajax__tab_header .ajax__tab_active .ajax__tab_inner {
    /*background-color: #15387F;*/
    color: white;
    /* border: 3px solid #15387F;*/
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
    /* background-color:#15387F;*/
}

.ajax__tab_header .ajax__tab_active {
    border-top: 4px solid #15387F;
    /*border-right: 4px solid #15387F;
    border-left: 4px solid #15387F;*/
}



.MyTabStyle .screeningGrid .ajax__tab {
    height: !important 30px;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #fff;
    color: #15387F;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
    color: #15387F;
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #fff;
    color: #fff;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #15387F;
    border-color: #15387F;
}

.MyTabStyle .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #15387F;
}

.ajax__tab_xp {
    border: none;
}

    .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
        background-image: none !important;
    }

    .ajax__tab_xp .ajax__tab_tab {
        background: none;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
        background-image: none !important;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
        background-image: none !important;
        border-bottom: none;
        font-size: 12px;
        height: 21px !important;
    }

    .ajax__tab_xp .ajax__tab_body {
        background-color: #ffffff;
        border: 1px solid #999999;
        border-top: 0;
        font-family: verdana,tahoma,helvetica;
        font-size: 10pt;
        padding: 25px;
        overflow-x: scroll;
        overflow-y: scroll;
        min-height: 500px;
        /* direction:ltr;*/
    }

/*New Patient Record*/
/*Edit Patient Record*/
.editPatientButton {
    margin-top: 50px;
}

/*EmployerListReports*/
.nonBold {
    font-weight: normal;
    font-style: normal;
}

.listBox {
    margin-left: 20px;
}

.check {
    text-align: center;
}

.auditTrail {
    background-color: #fff;
}

.ajax__calendar_container {
    position: static;
}

.printButton {
    margin-top: 13px;
}

.buttonRow {
    text-align: center;
    margin-right: 20px;
}

.textBoxPostcode {
    width: 200px;
    height: 25px;
    text-transform: uppercase;
}

.printCons {
    font-family: Arial;
}

.printConsBox {
    width: 600px;
    border: 1px solid red;
}

.printConsNotes {
    border: 1px solid #15387F;
    width: 100%;
    font-family: Calibri;
}

#repPrintConsultation {
    font-family: Calibri;
}

.fileUploadEdit {
    color: red;
    font-size: 20px;
}

input[type="file"] {
    color: red;
    font-size: 18px;
}

.adminLabel {
    margin-left: 50px;
    padding-left: 40px;
}

.errorLabel {
    color: red;
    font-size: 14px;
}

.screeningList {
    width: 1300px;
    margin-left: 0;
    padding-left: 0px;
    text-align: center;
    background-color: #FFF;
}

.screenings {
    margin: 10px;
    text-align: center;
}

.updateButton {
    margin: 10px;
}

.Title {
    font-size: 18px;
}

.bulletTextBox {
    width: 60%;
    height: 100px;
}

.boldTitle {
    font-weight: bold;
    font-size: 16px;
}

.certificateOutline {
    background-color: white;
    border: 3px solid #cecece;
    min-width: 1100px;
    min-height: 400px;
    padding: 10px;
    padding-left: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    /*max-width: !important 1100px;*/
}

.Content1_tbScreenings_tpCourse2_tab {
    height: 30px;
}

.dropDownListText {
    max-width: 200px;
}

.heightAlter {
    max-height: 300px;
}

.textBoxNotes {
    overflow-x: hidden;
    overflow-wrap: anywhere;
}

.selected_row {
    background-color: #A1DCF2;
}

td {
    cursor: pointer;
}

.fixedHeader {
    position: fixed;
    margin: -40px;
    /*top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);*/
}

.ajax__tab_xp .ajax__tab_body {
    background-color: #ffffff;
    border: 1px solid #999999;
    border-top: 0;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 8px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.gvltr {
    direction: ltr;
}

.lighter {
    font-weight: lighter;
}
/*New 04/08*/
.errorArea {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.adminNotes {
    width: 100%;
    height: 400px;
}

.alertsNotes {
    width: 100%;
    height: 100px;
}
.completed {
    width: 90%;
    background-color: #AAFDAC;
    color: #000000;
    margin: 0 auto;
    border-radius: 4px;
    height: 30px;
    margin-top: 20px;
}

.error {
    width: 90%;
    background-color: #EA5353;
    color: #000000;
    margin: 0 auto;
    border-radius: 4px;
    height: 30px;
    margin-top: 20px;
}

.vaccinationRow {
    /*border:1px solid red;
    height:50px;
    width: 70%;
    margin:0 auto;*/
}

.vaccinationBox {
    border: 1px solid blue;
    height: 200px;
    margin: 20px;
    background-color: #fff;
    display: table;
    padding: 10px;
}

.vaxTitle {
    text-align: center;
    margin: 0 auto;
}

.wholePageOutline {
    
    width: 90%;
    min-height: 900px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 50px;
    padding: 30px;
}

.search {
    width: 80%;
  
    height: 80px;
    margin: auto auto;
    text-align: center;
}

.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

/* Style the form icons */
.icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
}

/* Style the input fields */
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

    .input-field:focus {
        border: 2px solid dodgerblue;
    }
    .results{
        
     
        margin:0 auto;
    }
.vaccinationRowBox {
    display: flex;
    margin-bottom:10px;
}

.showRow {
    Display: inline-flex;
}
.itemSpacing{
    margin-right:30px;
}
.updateButtonRow{
    
    width:50%;
    height:100px;
}
.updateButtonV{
    height:50px;
    width:110px;
    border-radius:4px;
}
.headingResults{
   
    text-align:center;
}
.headingResultsL {
    display: inline-table;
}
.section {
    width: 325px;
    display: inline-table;
}

.success {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 8px;
    background-color: #91e897;
    height: 80px;
    text-align: center;
    padding: 30px;
}

.error {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 8px;
    background-color: #b74040;
    height: 80px;
    text-align: center;
    padding: 30px;
}
.headingText {
    text-align: center;
}