/* Patient Form */
.patient-task-page .taskcreate {
    float: right;
    margin-top: 20px;
}

.patient-task-page>* .chosen-container {
    width: 100% !important;
}

.patient-task-page>* .chosen-container-single .chosen-single {
    background-image: unset;
    height: 30px;
}

.patient-task-page>* input {
    height: 30px;
}

.checkbox-row>* input[type="checkbox"],
.checkbox-row>div>input[type="checkbox"] {
    width: auto;
    transform: scale(1.5);
    margin-left: 15px;
    margin-right: 15px;
    height: 15px;
}

.patient-task-page>* input[type="checkbox"] {
    transform: scale(.9);
    margin-top: 0px;
}

.patient-task-page>* .form-check-box {
    text-align: center;
}

.patient-task-page>* .row {
    margin-left: unset;
    margin-right: unset;
}

.patient-task-page>div {
    padding-left: unset;
    padding-right: unset;
}

.patient-task-page .canceledit {
    margin-left: 10px;
}

.patient-task-page>* .form-footer button {
    float: right;
}

.patient-task-page>* form>* .margin-bottom {
    margin-bottom: 30px;
}

.patient-task-page>* .panel-body {
    padding: unset;
}

.bootbox-footer-button {
    border-width: 4px !important;
}

/* Patient List */

.done-toggle i {
    width: 100%;
}

.symbol-grey {
    color: #E0E0E0;
}

.symbol-green {
    color: #6FCF97;
}

.symbol-red {
    color: #d53f40;
}

.symbol-yellow {
    color: #FF9900;
}

.symbol-purple {
    color: #8055f1
}

.patient-task-page .item-yellow {
    border-left: 10px solid #FF9900;
}

.patient-task-page .item-green {
    border-left: 10px solid #6FCF97;
}

.patient-task-page .item-grey {
    border-left: 10px solid #a0a0a0;
}

.patient-task-page .item-red {
    border-left: 10px solid #d53f40;
}

.patient-task-page td.bootgrid-color {
    padding: 0px !important;
}

.patient-task-page .bootgrid-color>div {
    padding-left: 5px;
    height: 48px;
}

.patient-task-page .patient-task-list-status {
    display: table-cell;
    vertical-align: middle;
}

.patient-task-page>* table>tbody>tr>td {
    vertical-align: middle;
}

/* Patient Calendar */

.patient-task-page .current-calendar-event .widget-header {
    background-color: transparent;
    box-shadow: unset;
}

.patient-task-page .current-calendar-event .widget-header span {
    color: black;
}

.patient-task-page .task-toolbar>* .btn {
    border: 0px;
    background-color: transparent !important;
    color: black !important;
}

.patient-task-page .current-calendar-event {
    font-size: 15px;
}

.patient-task-page .task-toolbar>* .bigger-130 {
    font-size: 20px !important;
}

.patient-task-page .current-calendar-event>* .text-warning {
    display: none;
}

.patient-task-page .current-calendar-event>* .widget-toolbar {
    margin-left: 10px;
    float: left;
}

.patient-task-page .current-calendar-event>* .widget-title>a {
    display: none;
}

.patient-task-page .current-calendar-event>* .widget-title {
    color: black;
    float: left;
}
