body {
    background: #f0f4f5;
}
body * {
    font-family: Frutiger W01,Arial,Sans-serif;
}
.bg-custom-blue {
    background-color: #005eb8;
}
.custom-navbar {
    border-top: 1px solid hsla(0,0%,100%,.2);
}
.custom-card {
    margin-top: 70px;
    padding: 30px 20px 20px 20px;
}
.custom-card-header h5 {
    background: #005eb8;
    color: #fff;
    display: inline-block;
    left: -1px;
    padding: 8px 32px;
    top: -15px;
    position: absolute;
    font-weight: bold;
}
.custom-input-label {
    background: white;
    min-width: 150px;
    justify-content: right;
    font-size: 17px;
}
.postcode {
    border-radius: 3px;
    border: 1px solid lightgray;
    font-size: 30px;
    padding: 10px 10px 10px 15px;
}
.custom-button {
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    padding: 7px 25px 7px 25px;
    cursor: pointer;
}
.submit-button {
    background-color: #005eb8;
}
.submit-button:hover {
    background-color: #04437e;
}
.center-justify {
    display: flex;
    justify-content: center;
}


p {
    font-size: 19px;
}

/* FORM CODE */
#pifu_code_form {
    max-width: 550px;
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 3px;
}
#pifu_code_form input {
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    border: solid 1px #ccc;
    box-shadow: 0 0 1px #ccc inset;
    outline: none;
    width: 8%;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
}
#pifu_code_form input:focus {
    border-color: #005eb8;
    box-shadow: 0 0 5px #005eb8 inset;
}
#pifu_code_form input::-moz-selection {
    background: transparent;
}
#pifu_code_form input::selection {
    background: transparent;
}

/* DOB CODE */
#dob_code_form {
    max-width: 550px;
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 3px;
}
#dob_code_form input {
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    border: solid 1px #ccc;
    box-shadow: 0 0 1px #ccc inset;
    outline: none;
    width: 8%;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
}
#dob_code_form input:focus {
    border-color: #005eb8;
    box-shadow: 0 0 5px #005eb8 inset;
}
#dob_code_form input::-moz-selection {
    background: transparent;
}
#dob_code_form input::selection {
    background: transparent;
}

/* PINCODE CODE */
#pincode_form {
    max-width: 550px;
}
#pincode_form input {
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    border: solid 1px #ccc;
    box-shadow: 0 0 1px #ccc inset;
    outline: none;
    width: 45px;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
}
#pincode_form input:focus {
    border-color: #005eb8;
    box-shadow: 0 0 5px #005eb8 inset;
}
#pincode_form input::-moz-selection {
    background: transparent;
}
#pincode_form input::selection {
    background: transparent;
}


.main-frame {
    display: flex;
    min-height: calc(100% - 65px - 57px);
}

.left-sidebar {
    width: 250px;
    background: #0072ce;
    padding: 20px;
}
.main-content {
    padding: 20px;
    width: calc(100% - 250px);
    position: relative;
}

.email-list {
    border-radius: 10px;
    max-height: 320px;
    overflow: auto;
}

.email-wrapper {
    border: 1px solid black;
    margin-top: 0px;
    padding: 20px;
    background: white;
    overflow-y: scroll;
    height: 360px;
}

.search-input {
	background-image: url(../images/searchicon.png);
    background-position: 10px 5px;
    background-repeat: no-repeat;
    padding: 7px 10px 7px 35px !important;
    margin-bottom: 8px !important;
    margin-top: 3px !important;
    border: 1px solid #EFEEEE;
    border-radius: 15px;
	width: 100%;
}

.loader {
    position: absolute;
	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: black;
}
.loader img {
	position: relative;
	left: calc(50% - 16px);
	top: calc(50% - 16px);
}
.loader-hidden {
	display: none;
}
.hidden {
    display: none;
}
.pager {
    height: 50px;
}

.type-ico {
    display: inline-block;
    width: 35px;
    height: 32px;
    background-repeat: no-repeat;
}
.pdf-ico {
    background-image: url(../images/pdf.png);
}
.doc-ico {
    background-image: url(../images/doc.png);
}
.xls-ico {
    background-image: url(../images/xls.png);
}
.png-ico {
    background-image: url(../images/png.png);
}
.jpg-ico {
    background-image: url(../images/jpg.png);
}
.no-type-ico {
    background-image: url(../images/no_type.png);
}
.download-ico {
    background-image: url(../images/download-to-storage-drive.png);
}
.download-all-ico {
    background-image: url(../images/download_all.png);
}


.left { float: left; }
.right {
    float: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.pager .prev, .pager .next, .pagecount { cursor: pointer; }
.pager a {
    text-decoration: none;
    color: black;
}
.pager a.current {
    color: #0080ff;
}
.table-body-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-height: 50px;
    width: 300px;
}
.attachment-box {
    background: #0072ce;
    color: white;
    padding: 10px 5px 10px 10px;
    border-radius: 10px;
    width: 105px;
}
.attachment-count {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: black;
    color: white;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
#table_email_list tr {
    cursor: pointer;
}
.left-nav {
    list-style-type:none;
    padding-left:0px;
}
.left-nav a {
    text-decoration: none;
}
.left-nav p {
    color: white;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 5px;
}
.left-nav .active {
    color: #0072ce;
    background: white;
    font-weight: bold;
    border-radius: 5px;
}
.left-sidebar label {
    margin-top: 15px;
    color: white;
    font-weight: bold;
    font-size: 15px;
}
#attachment_table_body tr {
    vertical-align: middle;
}
.custom-header {
    background: #005eb8;
    color: #fff;
    display: inline-block;
    left: -1px;
    padding: 8px 32px;
    top: -15px;
    position: absolute;
    font-weight: bold;
}
.modal-body-padding {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.search-result {
    margin-left: -35px !important;
    z-index: 99999;
    height: 30px;
    margin-top: 3px;
    margin-right: 5px;
}
.action-button {
    border-radius: 6px;
    border: 1px solid white;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}
.modal-button-wrapper button {
    margin-left: 10px;
}
.profile-setting-row {
    display: flex;
    margin-top: 10px;
}
.profile-setting-row .title {
    vertical-align: middle;
    width: 200px;
    display: flex;
}
.limit-number {
    position: absolute;
    background: red;
    right: -15px;
    top: -10px;
    padding: 0px 5px 0px 5px;
    color: white;
    border-radius: 9px;
    font-size: 10px;
}
.limit-button-wrapper {
    position: relative;
    margin-top: 20px;
}
.limit-box {
    background-color: #41B6E6;
}
#foi_sar_modal .input-group-text {
    width: 150px;
}
.dashboard-info-box {
    background: #005EB8;
    color: white;
    margin-right: 15px;
    font-size: 25px;
    padding: 10px;
}
.dashboard-info-box small {
    font-size: 13px;
    text-decoration: underline;
}
.width-150 {
    width: 150px;
}

.card_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.booking-card {
    margin: 15px;
    width: 30%;
}
.card_content .card-body {
    padding: 10px;
}
.card_content .card-title {
    font-size: 11.5px;
    font-weight: bold;
}
.card_content .btn-timeslot {
    margin: 5px;
}
.btn-urgent {
    background-color: #e91e63;
    border-color: #e91e63;
    color: white;
}
.btn-urgent:hover {
    background-color: #cf1957;
    border-color: #d11b59;
    color: white;
}
.error {
    border: 1px solid red;
}
.error-title {
    color: red;
}
.success-toast, .success-toast *{
    background-color: #33b5e5;
    color: white;
}
.error-toast {
    background-color: darkred;
    color: white;
}
.health-board {
    border: 1px solid black;
    padding: 5px;
    display: flex;
    align-items: stretch;
    flex-direction: row;
}
.tag-title {
    width: 100%;
    align-items: center;
    display: flex;
}
.tag {
    display: flex;
    align-items: center;
    padding: 5px;
}
.patient-info {
    background: white;
    padding: 10px;
}
.patient-info .head {
    background-color: #FFFFFF;
    color: #563e6e;
    padding: 5px 5px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.patient-info .arrow {
    color: #563e6e;
    font-size: 20px;
    transition: 0.25s ease;
    opacity: 0.3;
    transform: rotate(0deg);
}

.patient-info .head:hover .arrow{
    opacity: 1;
}

.patient-info .head:hover, .patient-info .active{
    background-color: lightgray;/*#FFE77AFF;*/
}

.patient-info .arrow-animate{
    transform: rotate(-180deg);
    opacity: 1;
}

.patient-info .content{
    background-color: #FFFFFF;
    display: none;
    padding: 5px 5px;
    color: #333333;
}

.patient-info .patient-name {
    font-weight: bold;
    font-size: 20px;
}
.patient-info .italic-header {
    font-style: italic;
}
.patient-info .header-value {
    margin-left: 5px;
    margin-right: 15px;
    color: black !important;
}
.patient-info .header-section {
    width: 33%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.patient-info .content-section {
    width: 33%;
    padding-right: 20px;
}
.booking-datepicker {
    background: white;
    border-radius: 4px;
}
.date-button {
    width:100%;
    margin-top:10px
}
.left-sidebar {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}


:focus {
    outline: 0;
}

/* Custom Switch */
.form-switch input[type=checkbox] {
    height: 22px;
    width: 40px;
    border: 1px solid white;
    cursor: pointer;
}

.form-switch label {
    margin-top: 4px;
    margin-left: 10px;
    cursor: pointer;
}

.status-overview {
    background: white;
    padding: 10px;
}

.w-25p {
    width: calc(25% - 10px);
    margin-left: 10px;
    border:2px solid #7e7e7e;
}
.mt-20 {
    margin-top: 20px;
}
.block-title {
    text-align: center;
    background: #7abf19;
    color: white;
    padding: 2px;
    font-size: 15px;
    font-weight: bold;
}
.block-value {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    background: white;
    font-size: 25px;
    font-weight: bold;
}
.map-wrapper {
    width: 40%;
    border: 2px solid #787a7a;
    padding: 5px;
    background: white;
}
.map-wrapper img {
    width: 100%;
}

.datepicker td, .datepicker th {
    height: 26px !important;
}

.disabled * {
    color: lightgray;
}

/*
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
*/

.ui-autocomplete-loading {
    background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete {
    z-index: 999999 !important;
}