﻿.pageheader {
    font-size: 16px;
    font-weight: bold;
}

.boxedcaption {
    padding: 5px !important;
    vertical-align: text-bottom;
    border-style: solid;
    width: 100%;
    border-width: 1px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.rightmargin {
    margin-right: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.inputheader {
    background-color: #367fb3;
    padding: 5px 20px 5px;
    clear: both;
    font-size: 1.100em;
    color: #FFF;
    margin: 0px 0px 0px 0px;
}

.inputheaderlink {
    color: inherit;
    cursor: pointer;
    margin-right: -10px;
}

.inputheaderlink:hover {
    color: #d3d3d3;
}

.inputcontentleftindent {
    margin-top: 0px;
    overflow: hidden;
    padding: 0px 0px 0px 25px;
}

.inputcontent {
    overflow: hidden;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
}

.inputcontentwithborder {
    border: 1px solid black;
    border-top: hidden;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
}

.leftblock {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 49%;
    float: left;
}

.rightblock {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 49%;
    float: right;
}

.inputtitle {
    margin: 10px 10px 10px 10px;
}

table.fieldinput {
    margin: 10px 0px 10px 0px;
    width: 100%;
}

table.fieldinputhalf {
    margin: 10px 0px 10px 0px;
    width: 50%;
}

table.fieldinput30 {
    margin: 10px 0px 10px 0px;
    width: 30%;
}

table.fieldinput34 {
    margin: 10px 0px 10px 0px;
    width: 34%;
}

table.fieldinput36 {
    margin: 10px 0px 10px 0px;
    width: 36%;
}

table.fieldinput td, table.fieldinputhalf td {
    padding: 1px 0px 1px 0px;
    white-space: nowrap;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.text-right {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.verticalmiddle {
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.verticaltop {
    margin-top: 0px;
    vertical-align: top;
}

.verticalscroll {
    overflow-y: scroll;
}

.tdfieldheading {
    width: 120px;
}

.tdfieldinput {
    width: 250px;
}

.tdfieldspace {
    width: 30px;
}

.fldrequired {
    color: #f00;
    float: left;
    margin-left: -10px;
    min-width: 10px;
    cursor: pointer;
}

.fldcite {
    color: #f00;
    float: left;
    margin-left: -12px;
    min-width: 12px;
    cursor: pointer;
}

.fldidnumber {
    width: 150px;
}

.fldregnumber {
    display: inline-block;
    width: 150px;
    float: left;
}

.fldfill {
    width: 100%;
}

.fldcustomfill {
    width: 80%;
}

.fld80fill {
    width: 80%;
}

.fld95fill {
    width: 95%;
}

.fldnatureofbusiness {
    width: 93%;
}

.fldmoney {
    width: 80px;
}

.fldnumber {
    width: 50px;
}

.fldVAT {
    width: 30px;
}

.fldpostalcode {
    width: 50px;
}

.fldtelephone {
    width: 110px;
}

.formvalidation {
    color: #f00;
}

.validationfooter {
    margin: 10px 10px 10px 10px;
    text-align: left;
    width: 100%;
}

.inputfooter {
    margin: 10px auto;
    text-align: right;
    width: 100%;
}

.buttoncontainer {
    margin: 10px auto;
    text-align: left;
    width: 100%;
}

input.btn {
    color: #ffffff;
    background-color: #007dc3;
    border: 0px;
    cursor: pointer;
    padding: 4px 6px 5px 6px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

input.btn:focus {
    color: #ffffff;
    background-color: #2660cd;
    border: 0px;
    cursor: pointer;
    padding: 4px 6px 5px 6px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

input.btn:hover {
    color: #ffffff;
    background-color: #2690cc;
    border: 0px;
    cursor: pointer;
    padding: 4px 6px 5px 6px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

input.btn:active {
    color: #000000;
    background-color: #2690cc;
    border: 0px solid #2690cc;
    cursor: pointer;
    padding: 4px 6px 5px 6px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

input.btn[disabled] {
    background: #367fb3;
    color: #b9b6b6;
    cursor: default;
    border: 0px solid #2690cc;
    padding: 4px 6px 5px 6px;
    text-align: center;
}

input.grid-btn {
    display: inline-block;
    color: #ffffff;
    background-color: #007dc3;
    border: 0px;
    cursor: pointer;
    padding: 4px 6px 5px 6px;
    margin: 0px 0px 0px 5px;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

input.btn-grid:focus {
    background-color: #2660cd;
}

input.btn-grid:hover {
    background-color: #2690cc;
}

input.btn-grid:active {
    color: #000000;
    background-color: #2690cc;
    border: 0px solid #2690cc;
}

input.btn-grid[disabled] {
    background: #367fb3;
    border: 0px solid #2690cc;
}

input.grid-btn.remove {
    background: #8b0000;
}

input.grid-btn.remove:focus {
    background: #c65d57;
}

input.grid-btn.remove:hover {
    background: #8c1717;
}

input.grid-btn.remove:active {
    background: #c65d57;
}

input.btn, .btnOnMseOvr, .btnOnMseDwn {
    font-size: 95%;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.readonlybox {
    background-color: #e9e8e5;
}

.watermark {
    width: 100%;
    color: gray;
}

.dropdownlist {
    color: black;
    width: 83%;
}

.dropdownlist option:first-child {
    color: lightgrey;
}
/*Popup display*/
.popupoverlay {
    background-image: url(../Images/overlay.png);
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
}

.popuptitle {
    border: 3px solid #d0cdc6;
    background-color: #e9e8e5;
    position: relative;
    margin: auto;
    text-align: center;
}

.popup {
    background-color: #fff;
    border: 2px solid #d3d3d3;
    position: relative;
    margin: auto;
    top: 20%;
    max-height: 75%;
}

.popupheader {
    background-color: #367fb3;
    padding: 5px 20px 5px 5px;
    clear: both;
    font-size: 1.100em;
    color: #FFF;
    margin: 0px 0px 0px 0px;
}

.termsofuse {
    width: 400px;
    height: 400px;
}

.privacypolicy {
    width: 400px;
    height: 400px;
}

.popupcontent {
    margin: 10px 15px 10px 15px;
    overflow: auto;
    overflow-x: hidden;
}

.accountdocumentpopup {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.popupfooter {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.popupsearchbutton {
    position: relative;
    width: 100%;
    text-align: right;
    right: 10px;
    bottom: 10px;
}

.popupbuttons {
    position: relative;
    width: 100%;
    text-align: right;
    right: 10px;
    bottom: 10px;
}

.claimcompletenessindicator {
    position: fixed;
    top: 10px;
    left: 0.5%;
    width: 90px;
    height: 100px;
    z-index: 99991;
    border: 1px groove #e9e8e5;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.claimcompletenesscolorindicator {
    background-color: rgba(255, 0, 0, 0.9);
    height: 80px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.claimcompletenessindicatorpercentage {
    height: 15px;
    font-size: 11px;
    text-align: center;
}

.documentavailable {
    list-style-image: url(../Images/Controls/tick.png);
}

.documentoutstanding {
    list-style-image: url(../Images/Controls/cross.png);
}

.documentcaution {
    list-style-image: url(../Images/Controls/caution.png);
}

.accountdocument {
    width: 400px;
}

.anaestheticbodypart {
    width: 400px;
    height: 100px;
}

.medicinematerialitems {
    width: 850px;
}

.finalpreview, .itemsearch, .claimsearch, .browsepractice {
    width: 850px;
}

.duplicateaccountfound {
    top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 850px;
}

.duplicateaccountfound .popupcontent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.definiteduplicatetitle {
    min-height: 150px !important;
}

.duplicateacountcontent:first-child {
    flex: 0;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 80px;
    width: 100%;
}

.duplicateacountcontent {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

.duplicateaccountfound .inputheader {
    height: 20px;
}

.duplicateaccountfoundfooter {
    height: 30px;
    padding-left: 15px;
    padding-bottom: 10px;
}

#duplicateaccountfoundoverlay {
    overflow: auto;
    overflow-x: hidden;
}

.adddispensaryitem {
    width: 700px;
}

.contactsearch {
    width: 700px;
    height: 250px;
}

.afterhourstime, .appendoverridefavourite, .responsibleuserpassword {
    width: 350px;
}

.procedureduration, .messagebox, .units {
    width: 450px;
}

.userfavourite {
    width: 500px;
}

.browseassistant, .clinicaldescription {
    width: 750px;
}

.bmi, .accountitemdate, .kilometres {
    width: 320px;
}

.browseemployer, .browseemployerUC, .linkcontactaddress, .employeraddress, .linkcontact {
    width: 650px;
}

.anaestheticprocedures, .requestforchange {
    width: 500px;
}

.paymentenquiry {
    width: 600px;
}

.newemployer {
    top: 15%;
    max-width: 950px;
}

.favouritebox {
    background-color: #ffffff;
    border: 1px solid #9ABBE8;
    display: block;
    position: relative;
    padding: 5px 5px 5px 5px;
    opacity: 1;
    z-index: 888;
}
/*.favouritebox:hover
{
    opacity: 1;
}*/
.favouritelist {
    max-height: 95px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-width: 1px;
}

.favouritelistoption {
    background-color: #ffffff;
    width: 100%;
    height: 20px;
    text-wrap: none;
    white-space: nowrap;
    overflow: hidden;
}

.favouritelistoption:hover {
    cursor: pointer;
}

.selectedfavouritelistoption {
    background-color: #7adde0;
}

.deletefavouriteitem {
    background-color: #ffffff;
    border: 1px solid #9ABBE8;
    border-left: none;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    color: #f00;
    text-align: center;
    width: 10px;
    height: 15px;
    z-index: 999;
}

.deletefavouriteitem:hover {
    background-color: #d12506;
    color: #FFF;
    font-weight: bold;
}

.scrolllistoption {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.scrolllistoption:hover {
    cursor: pointer;
    background-color: #e3e3e4;
}

.descriptiontags {
    border: 1px solid black;
    width: 99%;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 30px;
    white-space: nowrap;
    text-wrap: none;
    white-space: nowrap;
}

.descriptiontagslist {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.descriptiontagitem {
    background-color: #e9e8e5;
    padding: 0px 15px 0px 5px;
    float: left;
    display: inline-block;
    font-size: 1.100em;
    border-radius: 10px;
}

.descriptiontagclose {
    background-color: inherit;
    border: none;
    cursor: pointer;
    color: #f00;
    margin-right: -10px;
    text-align: right;
    float: right;
}

.descriptiontagclose:hover {
    font-weight: bold;
    font-size: medium;
}

.descriptiontaginput {
    border: none;
    text-transform: uppercase;
    width: 100px;
    outline: none;
}

.descriptiontaginput::-ms-clear {
    display: none;
}

.notification {
    color: #f00;
    font-size: 14px;
    font-weight: bold;
    border-color: #f5e4d0;
    border-style: solid;
    padding: 5px 10px;
}

.notification .sub-note {
    font-size: 12px;
    font-weight: normal;
}

.wraptext {
    text-wrap: normal;
    white-space: normal;
    word-wrap: break-word;
}

.searchItemIcon {
    background: url(../Images/search.png) no-repeat right center;
}

.redrobot {
    background: url(../Images/redrobot.png) no-repeat center center;
}

.yellowrobot {
    background: url(../Images/yellowrobot.png) no-repeat center center;
}

.greenrobot {
    background: url(../Images/greenrobot.png) no-repeat center center;
}

.selectedindicator {
    background-color: #afdafa;
    border: 1px solid #d3d3d3;
    cursor: default;
}

.unselectedindicator {
    background-color: #FFF;
    border: 1px solid #d3d3d3;
    cursor: default;
}

.writeoffcheckbox {
    text-align: center;
    margin: auto;
}

.patientnotes {
    width: 700px;
    height: 400px;
}

.previousnotes {
    border: 1px solid black;
    height: 200px;
    letter-spacing: 0.45px;
    line-height: 1.2;
    overflow-y: scroll;
}

.practicenotefooter {
    position: absolute;
    bottom: 10px;
    width: 95%;
}

.practicenewnote {
    font-size: 15px;
    font-weight: bold;
}

.ambulanceDoctorTime {
    width: 850px;
}

input.customDatePaidOptionRow {
    /* style declaration here */
    background-color: white;
    color: black;
}

.AnaestheticDateFromTextBox {
    color: #242424 !important;
    background-color: white;
}

.passwordexpiry {
    display: none;
    background-color: transparent;
    color: #E82C25;
    font-size: 14px;
    height: 30px;
    opacity: 0.8;
    padding-top: 1px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);
}

.pw-checkbox {
    vertical-align: bottom;
    position: relative;
    bottom: -2px;
}

.pw-label {
    display: inline;
}

.login-textfield {
    margin-right: 0px;
    padding: 2px;
    width: 260px;
}

.toggle-change-password {
    float: right;
    margin-top: -15px;
    margin-right: 20%;
    position: relative;
}

.change-password-info {
    display: flex;
    flex-direction: column;
    width: 940px;
    margin: 0px auto;
    align-items: center;
    width: 100%;
}

.change-password-btn {
    margin-left: 5px;
    width: 155px;
}

.field-icon {
    margin-left: -20px;
    position: relative;
}

.field-icon-resetpassword {
    margin-right: 20%;
    margin-left: 5px;
    position: relative;
    margin-top: -18px;
    float: right;
}

.notificationpane {
    position: fixed;
    top: 1%;
    right: 0.5%;
    width: 180px;
}

.notificationpane .paneheader {
    background-color: #efedb4;
    padding: 5px 10px 5px;
    font-weight: bold;
    cursor: pointer;
}

.notificationpane .paneheader.open {
    background: url(../Images/Controls/togglecloseblack.png) no-repeat right center;
    background-color: #efedb4;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.notificationpane .paneheader.closed {
    background: url(../Images/Controls/toggleopenblack.png) no-repeat right center;
    background-color: #efedb4;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
    right: -65px;
    width: 150px;
}

.notificationpane .paneheader.closed.first {
    top: 80px;
}

.notificationpane .paneheader.closed.second {
    top: 260px;
}

.notificationpane .paneheader.closed.third {
    top: 440px;
}

.notificationpane .panecontent {
    margin: 0 auto;
    overflow: auto;
    max-height: 400px;
    background-color: #fbf9d0;
    padding: 5px 10px;
}

.notificationpane .panecontent ul {
    list-style: disc;
    padding-left: 20px;
    white-space: nowrap;
}

.notificationpane .panecontent ul li a {
    color: #242424;
}

.notificationpane .panecontent ul li a:hover {
    color: #3781b7;
}

.accountunlockednotification {
    position: relative;
    width: 500px;
    text-align: center;
}