body {
    /*background: linear-gradient(to right, #2371B9 0%, #8DB5DA 150%);*/
    font-family: Arial;
    font-size: 12px;
}

.form-control,
.btn,
.dt-table,
.dropdown-menu {
    font-size: inherit;
}


/*
.btn-sm {
	padding: 0.20rem 0.4rem;
	font-size: 12.5px;
}
*/

.navbar-top {
    background-color: #fff !important;
    position: fixed;
    z-index: 9999;
    width: 100%;
    min-height: 40px;
    -webkit-box-shadow: 0 4px 6px -6px #999;
    -moz-box-shadow: 0 4px 6px -6px #999;
    box-shadow: 0 4px 6px -6px #999;
}

.sidebar-wrapper {
    z-index: 9999 !important;
}

#main-content {
    margin-top: 80px;
}

.modal {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
    z-index: 9999;
}

#modal-patient-picker {
    margin-top: 2rem;
}


/*Profile Image*/

.image-container {
    display: block;
    position: relative;
    width: 160px;
    height: 160px;
    margin: 24px auto;
    text-align: center;
    border-radius: 18px;
    background-color: #2d2d2d;
}

.image-container img {
    border-radius: 18px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    object-fit: cover;
    transition: .24s ease-in-out;
}

#upload-img {
    position: absolute;
    top: 130px;
    left: 80%;
    width: 40px;
    height: 40px;
    border: 2.4px solid rgba(128, 128, 128, .4);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.breadcrumb {
    background-color: transparent;
    padding: 0 .25rem;
}

.breadcrumb>li+li:before {
    color: #aaa !important;
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    content: "/" !important;
}

.daterangepicker {
    z-index: 9999;
}

.btn-rounded {
    border-radius: 30px;
}

.timeline {
    position: relative;
    margin: 0;
}

.timeline:before {
    content: ' ';
    background: rgba(107, 146, 203, .5);
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
}

.timeline li {
    padding-left: 20px;
    padding-bottom: 20px;
}

.timeline li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #215CB1;
    left: 23px;
    width: 14px;
    height: 14px;
    z-index: 400;
}


/*TABLE*/

.table td {
    border-color: #EBEFF1 !important;
}

.dataTables_wrapper {
    margin-top: 25px;
}

.dt-table {
    width: 100% !important;
}

.dt-table tr td {
    color: #6c757d;
    padding: 9px 12px;
    vertical-align: middle;
}

.dt-table tr.child td.child {
    white-space: normal;
}

.dt-table tr td a {
    color: inherit !important;
    /*font-weight: bold;*/
}

.dt-table th {
    background-color: #F2F2F2 !important;
    color: #5A626A !important;
}

.dt-table thead th {
    border: none;
}

.dt-table .child {
    background-color: #F6F7F7;
}

.dataTables_paginate,
.dataTables_info {
    margin-top: 2rem !important;
    margin-bottom: .5rem !important;
}

.dt-table-select {
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 8px;
    padding-right: 8px;
}

.dt-table-column-size-sm {
    max-width: 500px;
    min-width: 100px;
}

.dt-table-column-size-md {
    max-width: 500px;
    min-width: 200px;
}

.dt-table-column-size-lg {
    max-width: 800px;
    min-width: 300px;
}

.dt-table-column-size-xl {
    max-width: 800px;
    min-width: 500px;
}

.dt-buttons .btn-group button {
    box-sizing: border-box;
}

.dt-buttons button:disabled {
    background-color: transparent !important;
    border: 1px solid transparent;
    border-radius: 4px !important;
    padding: 4px 8px;
    margin-right: 8px !important;
    color: #5D5D5D;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 12px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: #6c757d;
    border: 2px solid transparent;
    border-radius: 14px;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Font Awesome 5 free';
    line-height: 14px;
    content: '\f107';
    background-color: transparent;
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_processing {
    border-color: transparent;
    box-shadow: 0 12px 6px -6px #999 !important;
    background-color: #1D77BB !important;
    color: #f2f2f2;
    opacity: .92;
    z-index: 9999;
}

.census-diagnosis {
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.census-diagnosis tr td {
    margin: 0;
    padding: .2rem;
    vertical-align: top !important;
}

.census-diagnosis td:nth-child(1) {
    min-width: 50px;
}

.census-diagnosis td:nth-child(2) {
    width: 300px;
}

.tooltip {
    pointer-events: none;
    z-index: 9999 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    opacity: .85;
}

.dropdown-item:hover {
    opacity: .9;
}

.dt-buttons-custom {
    /*background-color: #f0f0f0 !important;*/
    background-color: transparent !important;
    border: 1px solid transparent;
    border-radius: 4px !important;
    padding: 4px 8px;
    margin-right: 8px !important;
    color: #5D5D5D;
}

.dt-buttons-custom:hover {
    background-color: #e0e0e0 !important;
    border: 1px solid transparent;
    border-radius: 4px !important;
    padding: 4px 8px;
    margin-right: 8px !important;
    color: #5D5D5D;
}

.dt-buttons-custom:active,
.dt-buttons-custom:focus {
    background-color: #e0e0e0 !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    margin-right: 8px !important;
    color: #5D5D5D !important;
}

table.dataTable tbody>tr.selected {
    background-color: #9AC2E0 !important;
}

table.dataTable tbody>tr.selected:hover {
    background-color: #9AC2E0 !important;
}

#table-cases-patients_wrapper .info .info-col,
#table-cases-patients_wrapper .pag .pag-col {
    text-align: center !important;
}

#table-cases-patients_wrapper .info .info-col .dataTables_info,
#table-cases-patients_wrapper .pag .pag-col .dataTables_paginate {
    margin-top: .5rem !important;
}

#table-cases-patients_wrapper .pag .pag-col {
    margin-bottom: 10px !important;
}

#table-cases-patients_wrapper .dataTables_paginate .pagination {
    justify-content: center !important;
}

#table-cases-patients_wrapper {
    margin-top: 5px !important;
    border-top: 1px solid #ced4da;
}

#table-cases-patients_wrapper td {
    cursor: pointer;
}

#table-cases-patients_wrapper td:hover {
    background-color: #E1E1E1;
}

#table-cases-patients_wrapper .tdata {
    margin-bottom: .5rem;
}

.dt-table-modal .dataTables_wrapper .info .info-col,
.dt-table-modal .dataTables_wrapper .pag .pag-col {
    text-align: center !important;
}

.dt-table-modal .dataTables_wrapper .info .info-col .dataTables_info,
.dt-table-modal .dataTables_wrapper .pag .pag-col .dataTables_paginate {
    margin-top: .5rem !important;
}

.dt-table-modal .dataTables_wrapper .pag .pag-col {
    margin-bottom: 10px !important;
}

.dt-table-modal .dataTables_wrapper .dataTables_paginate .pagination {
    justify-content: center !important;
}

.dt-table-modal .dataTables_wrapper {
    margin-top: 5px !important;
    border-top: 1px solid #ced4da;
}

.dt-table-modal .dataTables_wrapper td {
    cursor: pointer;
}

.dt-table-modal .dataTables_wrapper td:hover {
    background-color: #E1E1E1;
}

#table-cases-patients_wrapper .tdata {
    margin-bottom: .5rem;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    color: black !important;
}

.nowrap {
    white-space: nowrap;
}

.word-wrap-fix-width {
    text-align: left;
    /* max-width: 1200px; */
    /* min-width: 500px; */
    word-wrap: break-word;
}

.password-show-icon {
    float: right;
    margin-top: -23px;
    margin-right: 12px;
    position: relative;
    z-index: 2;
    color: grey;
    cursor: pointer;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 2.5 !important;
    padding-right: .5rem;
    display: block;
}

.select2-container .select2-selection--single,
.select2-selection__choice {
    display: block;
    height: calc(1.5em + 0.75rem + 2px) !important;
    /*width: 100%;*/
    padding-right: .5rem;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5 !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color: #343a40;
    border: 1px solid #bdc6d0;
    border-radius: .2rem;
    padding: 0 5px 0 0;
    cursor: pointer;
    float: left;
    margin-top: .3em;
    margin-right: 5px;
    height: auto !important;
}

.select2-results__option {
    background-color: #F1F1F1;
    padding: .2rem .5rem;
}

.select2-dropdown {
    border-top: 1px solid #ced4da !important;
}

.select2-search--dropdown .select2-search__field {
    border: none;
    background-color: #e2e2e2;
}


/* .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
	top: 25%;
	width: 10px;
} */

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #1D77BB;
    color: #f8f9fa;
}

.select2-search__field {
    border-bottom: 1px solid #ced4da !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: none !important;
    box-shadow: none !important;
}


/*SELECT2 MULTIPLE*/

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    background-color: #E2E6EA;
    border: 1px solid #bdc6d0;
    border-radius: .2rem;
    padding: 0 5px 0 0;
    cursor: pointer;
    float: left;
    margin-top: .3em;
    margin-right: 5px;
    height: auto !important;
}


/*DATE RANGE PICKER*/

.calendar-table select {
    border: 0;
}

.form-group small {
    color: #5A626A;
}


/*
.sidebar-item ul li:hover a i {
	transition: .24s ease;
	margin-left: 12px;
}

.sidebar-item ul li a i {
	transition: .24s ease;
}
*/

.form-control:disabled {
    /*background-color: #F7F7F9;*/
    background-color: #F7F7F9;
    cursor: default !important;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
input,
select {
    outline: 0 !important;
    outline-offset: 0 !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.close.active.focus,
.close.active:focus,
.close.focus,
.close.focus:active,
.close:active:focus,
.close:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#toast-container>div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    opacity: 0.9;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

#toast-container>div:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container>.toast-info {
    background-color: #323232 !important;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    max-width: 1000px;
}

input,
textarea,
select,
.select2-container .select2-selection--single {
    background-color: #F8F9FA !important;
}

.custom-control-label::before,
.custom-control-label::after {
    top: -.08rem;
    width: 1.25rem;
    height: 1.25rem;
}

.sw-theme-default>.nav {
    box-shadow: none !important;
}

.sw-theme-default>.nav .nav-link.active {
    color: #2A74C2 !important;
    cursor: pointer;
}

.sw-theme-default>.nav .nav-link.active::after {
    background: #348cd4 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default>.nav .nav-link.done {
    color: #545B65 !important;
    cursor: pointer;
}

.sw-theme-default>.nav .nav-link.done::after {
    background: #ece8e8 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default .toolbar>.btn {
    color: #2d2d2d;
    /*
    background-color: #348cd4;
    border: 1px solid #348cd4;
    */
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    padding: .375rem .75rem;
    border-radius: .25rem;
    font-weight: 400;
}

.sw-theme-default .toolbar>.btn:hover {
    background-color: #E2E6EA;
    border: 1px solid #E2E6EA;
}

.spinner-border {
    animation-duration: .4s;
}

.loading {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading::after {
    content: "";
    display: block;
    position: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.loading::before {
    content: '';
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 55%;
    width: 2rem;
    height: 2rem;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    z-index: 10;
    -webkit-animation: spin .4s linear infinite;
    animation: spin .4s linear infinite;
}

.loading2 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading2::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255);
    z-index: 2;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.loading2::before {
    content: '';
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 55%;
    width: 2rem;
    height: 2rem;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    z-index: 10;
    -webkit-animation: spin .4s linear infinite;
    animation: spin .4s linear infinite;
}

.table-loading {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table-loading::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.table-loading::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.4rem;
    height: 2.4rem;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    z-index: 10;
    -webkit-animation: spin .4s linear infinite;
    animation: spin .75s linear infinite;
}

#medicines_wrapper {
    margin-top: 0px !important;
}

.scrollable-menu {
    height: auto;
}

.scrollable-sub-menu {
    height: auto;
    max-height: 150px;
    overflow-x: hidden;
}

.dropdown-menu-nonclick-cross {
    visibility: hidden !important;
}

.dropdown-item:hover a {
    visibility: visible !important;
}

#watcher-button:focus {
    outline: none !important;
}

.watcher-no-outline {
    outline: none !important;
}

.non-click {
    outline: none !important;
}

.disable-div {
    pointer-events: none;
    opacity: 0.4;
}

#span-name {
    pointer-events: none;
}

.fc-col-header {
    background-color: #EBEBE9;
}

.fc-daygrid-dot-event {
    display: block;
    padding: 2px 0;
    overflow: hidden;
    color: black;
}

.fc-event {
    font-family: Arial;
    font-size: 12px !important;
}

#calendar-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dataTables_info {
    margin-top: 10px !important;
}

.dataTables_paginate {
    margin-top: 10px !important;
}

.dt-filter-ext {
    width: 100% !important;
    height: 100% !important;
}


/** LOA indexes */

.dataTables_wrapper {
    margin-top: 10px !important;
}

#workflow-select-dropdown {
    height: 100% !important;
}


/* div a.paginate_button{
	color: #3498db !important;
	padding: 10px !important;
	cursor: pointer !important;
	border-top: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
}

div a.previous{
	border-left: 1px solid gainsboro;
	border-right: 1px solid  gainsboro;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

div a.next{
	border-left: 1px solid  gainsboro;
	border-right: 1px solid gainsboro;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
} */

.select2 {
    width: 100% !important;
}

/* .reminder-info {
    border-left: solid #E60026;
    border-width: 5px;
    padding-left: 20px;
}

.reminder-warning {
    border-left: solid #E60026;
    border-width: 5px;
    padding-left: 20px;
}

.reminder-success {
    border-left: solid #E60026;
    border-width: 5px;
    padding-left: 20px;
} */

.reminder-danger {
    border-left: solid #E60026;
    border-width: 5px;
    padding-left: 20px;
}

/* footer */
footer {
    display: block
}

.ftco-section {
    position: relative;
    width: 100%;
    display: block
}

.ftco-footer {
    font-size: 14px;
    background: #2d2d2d;
    /* padding: 0 22em 33em 44em; */
    padding: 3em 0 1em;
}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff!important;
    border: 2px solid #fff!important
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff!important;
    background-color: #3A8BDA !important;
}

.ftco-footer p {
    color: rgba(255, 255, 255, .7)
}

.ftco-footer a {
    color: rgba(255, 255, 255, .7)
}

.ftco-footer a:hover {
    color: #fff
}

.ftco-footer .ftco-heading-2 {
    font-size: 14px;
    font-weight: 400;
    color: #3a4348
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block
}

.ftco-footer-social li a {
    height: 25px;
    width: 25px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    position: relative
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ftco-footer-social li a:hover {
    color: #fff
}

.footer-small-nav>li {
    display: inline-block
}

.footer-small-nav>li a {
    margin: 0 8px 8px 0
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: #3490dc;
}