/*!
 * Version of CSS file v1.0.0
 * Last update date: 07/04/2022
 */

.widget-header {
    background-color: #002664;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 5px
}

.widget-box.notesmodule>.widget-body>.widget-main,
.widget-box.overalltasksmodule>.widget-body>.widget-main,
.widget-box.locumcirclemodule>.widget-body>.widget-main,
.widget-box.circle_menu_module>.widget-body>.widget-main,
.widget-box.statisticsmodule>.widget-body>.widget-main {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* border: 0.1px solid #000000; */
    border: 0.1px solid transparent;
    box-sizing: border-box;
    height: 100%;
}

.widget-box.exportmodule>.widget-body>.widget-main>table {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 20px solid transparent;
    box-sizing: border-box;
    height: 100%;
}

.widget-box.notesmodule>.widget-body>.widget-main>.itemdiv>.body {
    margin-left: 2px;
    margin-right: 2px;
    height: 100%;
}

.widget-box {
    height: 100%;
    border: transparent;
}

.widget-title {
    color: #ffffff;
}

.widget-body.ajax_response_hook {
    height: 85.5%;
    position: relative;
    padding-bottom: 50px;
}

.dashboard-large-row {
    background-color: none;
    margin-top: 20px;
    padding-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;
}

.dashboard-small-row {
    display: flex;
    min-height: 550px;
}

@media (max-width: 1020px) {
    .dashboard-small-row {
        display: flex;
        min-height: 750px;
    }
}

.small-widget-pagination-bar {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: 0;
}

.padding-left-right-50 {
    padding-right: 50px;
    padding-left: 50px;
}

.one-third-height {
    height: 33.3333%;
}

.auto-height {
    height: auto;
}

.btn-customize,
.btn-customize:hover,
.btn-customize:focus:hover,
.btn-customize:focus {
    background-color: #002664 !important;
    border-color: #002664;
}

.half-width {
    width: 50%;
}

/* CSS set background color in grey for the even rows */
.widget-main>.profile-activity:nth-of-type(even),
.itemdiv:nth-of-type(even),
.item-list>li:nth-of-type(even) {
    background: #E4E4E6;
}

.widget-main>.profile-activity {
    border-top: 0.1px solid #999;
    border-bottom: 0.1px solid #999;
    box-sizing: border-box;
}

.itemdiv {
    border-top: 0.1px solid #999;
    border-bottom: 0.1px solid #999;
    box-sizing: border-box;
}

.itemdiv>.body>.text:after {
    display: block;
    content: "";
    height: 1px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    left: 16px;
    right: -12px;
    margin-top: 9px;
    border-top: 0px solid #E4ECF3;
}

.bold-text {
    font-weight: bold;
}

.fontsize-12 {
    font-size: 12px;
}

.fontsize-18 {
    font-size: 18px;
}

.itemdiv>.body>.text {
    padding-left: 0px;
}

.padding-9 {
    padding: 9px;
}

.itemdiv>.body>.row>.time,
.widget-main>ul>li>.time {
    text-align: right;
}

.half-width {
    width: 45%;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
}

.infobox {
    display: inline-block;
    width: 100%;
    color: black;
    background-color: #FFF;
    box-shadow: none;
    border-radius: 0;
    margin: 0px;
    padding: 10px;
    border: 1px;
    border-color: #D8D8D8 !important;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.infobox-footer {
    width: 100%;
    text-align: right;
    padding-top: 40px;
    padding-right: 10px;
    position: absolute;
    bottom: 0px;
}

.widget-box.statisticsmodule>.widget-body>.widget-main {
    position: relative;
}

.widget-main>.infobox>.infobox-data>.infobox-data-number {
    display: block;
    font-size: 18px;
    margin: 2px 0 4px;
}

.full-height {
    height: 100%;
}

.item-list>li {
    margin-top: 0px;
}

.item-list>li {
    border-top: 0.1px solid #999;
    border-bottom: 0.1px solid #999;
    box-sizing: border-box;
}

.margin-5px {
    margin: 5px;
}

.padding-left-5px {
    padding-left: 5px;
}

.btn-customize,
.btn-customize:focus {
    background-color: #002664 !important;
    border-color: #002664;
}

.btn-success-customised {
    background-color: transparent !important;
    border-color: transparent;
}

.text-black-underline {
    color: #333333 !important;
    text-decoration: underline;
}

.btn-xs-customised {
    padding: 0px;
    margin: 0px;
    border-width: 3px;
    border: 0px solid #FFF;
}

/* Ellipsis the long description text in Tasks Module and Notes Module */
.widget-main>ul>li>p,
.widget-main>.itemdiv>.body>.text>a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* Ellipsis the long title in Task Module */
.widget-main>ul>li>.title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* Removed padding for the first row of the Task Module */
.widget-main>ul>li>.name,
.widget-main>ul>li>.time {
    padding: 0px;
}

.patlist-name-col>div {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plist-table tr .col-lg-2 {
    padding: 0px;
    padding-right: 5px;
}

.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}
