#patientSearch,
#mpiPatientSearch {
    width:100%!important;
}

#patientSearch th,
#mpiPatientSearch th {
    font-weight: normal;
    color: #25aae1;
    border-color:#25aae1;
}

#patientSearch > tbody > tr:hover,
#mpiPatientSearch > tbody > tr:hover {
    background-color: #dcf4fe;
    cursor: pointer;
}

.dataTables_empty:hover  {
    background-color: #fff;
    cursor: default;
}

#patientSearch td,
#mpiPatientSearch td {
    border-top-style: dashed;
    padding: 7px;
}

.search-bar {
    padding-right: 0px;
    padding-left: 10px;
}

.search-bar button {
    margin-left: 15px;
}

.search-bar input.patient-search[type=text] {
    width: 300px;
    font-size: 14px;
    vertical-align: baseline;
    color: #25aae1;
}

.search-bar input.patient-search[type=radio] {
    font-size: 14px;
	cursor: pointer;
    vertical-align: baseline;
}

.search-bar .patient-search-workflow {
    white-space: nowrap;
    margin-left: 20px;
}

.patient-search-form {
    margin: 5px 0px;
}

.search-bar button.patient-search-submit {
    color: #25aae1;
    background-color: white;
    width: 250px;
    border-color: #25aae1;
}

.search-bar button.patient-search-submit.inactive {
    cursor: not-allowed;
    background-color: #efefef;
    color: #888;
}

.search-bar button.patient-search-reconciliation-submit.inactive {
    cursor: not-allowed;
    background-color: #efefef;
    color: #888;
}


.dt-footer {
    margin-top: 0px !important;
    text-align: center;
}

.dt-footer #patientSearch_paginate,
.dt-footer #mpiPatientSearch_paginate {
    float:none !important;
}

.dt-footer #patientSearch_paginate .pagination > li > a,
.dt-footer #patientSearch_paginate .pagination > li > span,
.dt-footer #mpiPatientSearch_paginate .pagination > li > a,
.dt-footer #mpiPatientSearch_paginate .pagination > li > span{
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    width: 36px;
    color: #25AAE1;
    border-color: #25AAE1;
}

.dt-footer #patientSearch_paginate .pagination > .active > a,
.dt-footer #patientSearch_paginate .pagination > .active > a:hover,
.dt-footer #mpiPatientSearch_paginate .pagination > .active > a,
.dt-footer #mpiPatientSearch_paginate .pagination > .active > a:hover{
    background-color: #25AAE1;
    border-color: #25AAE1;
    color: #ffffff;
}

.dt-footer #patientSearch_paginate .pagination > .disabled > a,
.dt-footer #patientSearch_paginate .pagination > .disabled > a:hover,
.dt-footer #mpiPatientSearch_paginate .pagination > .disabled > a,
.dt-footer #mpiPatientSearch_paginate .pagination > .disabled > a:hover{
    background-color: transparent !important;
    border-color: #dddddd;
    color: #dddddd;
}

.dt-footer #patientSearch_paginate .pagination > li > a:hover,
.dt-footer #patientSearch_paginate .pagination > li > span:hover,
.dt-footer #patientSearch_paginate .pagination > li > a:focus,
.dt-footer #patientSearch_paginate .pagination > li > span:focus,
.dt-footer #mpiPatientSearch_paginate .pagination > li > a:hover,
.dt-footer #mpiPatientSearch_paginate .pagination > li > span:hover,
.dt-footer #mpiPatientSearch_paginate .pagination > li > a:focus,
.dt-footer #mpiPatientSearch_paginate .pagination > li > span:focus{
    background-color: #dcf4fe;
}

.patient-search.failed {
    background-color: #ff0000;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    margin-top: 1px;
}

.patient-search-in-progress-mask {
    position: absolute;
    background-color: #fff;
    opacity: 0.8;
    height: 100px;
    width: calc(100% - 100px);
    z-index: 1010;
}

.patient-search-in-progress-mask-label {
    width: 100%;
    height: 100px;
    line-height:100px;
    text-align: center;
    font-size: 20px;
}

.patient-search-in-progress-mask-label-positioned {
    width: calc(100% - 100px);
    position: absolute;
    z-index: 1020;
}

.search-bar .patient-search-new-patient {
    line-height: 35px;
    text-align: center;
    background: #25aae1;
    width: 210px;
    float: right;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.search-bar .patient-search-patient-reconciliation {
    line-height: 35px;
    text-align: center;
    /* background: #25aae1; */
    width: 210px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}
.search-bar button.patient-search-reconciliation-submit {
    color: white;
    background-color: #25aae1;
    width: 250px;
    border-color: #25aae1;
}

.patient-search-new-reservation {
    line-height: 35px;
    text-align: center;
    background: #25aae1;
    width: 210px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
}

.datePicker-search .patient-search-close-data-picker {
    font-weight: bold;
    line-height: 1;
    color: #25aae1;
    text-shadow: 0 1px 0 #fff;
    margin-left: 8px;
    z-index: 10;
    cursor: pointer;
}

.search-bar .search-bar-criteria .datePicker-search label,
.search-bar .search-bar-criteria .datePicker-search md-icon.md-datepicker-calendar-icon {
    color: #25aae1;
}

.search-bar .patient-search-text {
    font-size: 0.95em;
    font-style: italic;
    color: #afafaf;
}

.search-bar .search-bar-criteria .search-bar-fields md-input-container {
    width: 90%;
    margin: 5px 5px 0 5px;
}

.search-bar .search-bar-criteria .search-bar-fields md-input-container input {
    border-color: #25aae1;
}

.search-bar .search-bar-criteria .search-bar-fields md-input-container label {
    color: #25aae1;
    margin-bottom: 0;
}

.search-bar .search-bar-fields {
    display: inline-block;
    margin-top: 13px;
    width:100%;
}
.search-bar .search-bar-criteria .search-bar-fields .datePicker-search {
    padding: 2px;
    margin: 0px 5px 21px 5px;
}

.search-bar .search-bar-criteria .search-bar-fields .datePicker-search .md-datepicker-input-container {
    border: none;
    border-bottom: solid 0.2px #25aae1;
}

.search-bar .search-bar-criteria .search-bar-fields .datePicker-search .md-datepicker-input {
    color: black;
    padding-left: 5px;
}

.search-bar .search-bar-criteria .search-bar-fields .tmp-identity-select {
    width: 50%;
    font-size: 0.85em;
    float: left;
    text-align: left;
    margin-left: 5px;
}

.search-bar .search-bar-criteria .search-bar-fields .tmp-identity-select md-input-container {
    margin: 0;
    width: 100%;
}

.search-bar .search-bar-criteria .search-bar-fields .tmp-identity-select md-input-container md-select.md-default-theme .md-select-value, md-select .md-select-value {
    border-bottom-color: #25aae1;
}

.search-bar .search-bar-criteria .search-bar-fields .search-button {
    display: inline-block;
}

.search-bar .search-bar-criteria .search-bar-fields .search-button button {
    width: 100%;
    margin: 0 15px 0px;
}

.search-bar .search-bar-criteria .search-bar-fields .search-row {
    text-align: right;
    width: 100%;
}

div.enlarge-patient-search {
    text-align: center;
    margin: 20px 0 20px 0;
}

div.enlarge-patient-search .patient-not-found {
    font-style: italic;
    color: #afafaf;
}

div.enlarge-patient-search .enlarge-search {
    color: #25aae1;
}

.sri-search-modal .search-bar .search-bar-criteria .search-bar-fields md-input-container.genderSelection {
    margin-top: 15px;
}

.sri-search-modal .search-bar .search-bar-criteria .search-bar-fields md-input-container.postalCodeInput {
    margin-top: 25px;
}

.sri-search-modal .search-bar .search-bar-criteria .search-bar-fields .required label span:after {
    content: " *";
    font-size: 13px;
    vertical-align: top;
    color: red;
}

.sri-search-modal .search-bar .search-bar-criteria .search-bar-fields span.form-field-label {
    font-weight: bold;
    color: #25aae1;
}

.search-bar .search-bar-criteria .birthdate-error {
    color: red;
    font-size: 0.9em;
    position: absolute;
    top: 40px;
    left: 215px;
}

.search-bar .search-bar-criteria .birthdate-error-sri {
    top: 100px;
    left: 225px;
}
