﻿/*@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');

html, body, * {
    padding: 0;
    margin: 0;
}

body {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Poppins', sans-serif;
}

a {
    color: #007bff;
}

.logo-img {
    width: 40px;
}

#topNavBar .navbar-brand {
    padding: 5px 0;
    /*border-right: solid 1px #dee2e6;*/
    padding-right: 20px;
    margin-right: 0;
    border-right: solid 1px #ddd;
}

#topNavBar .dropdown-menu {
    right: 0 !important;
    left: inherit !important;
    border: none;
    box-shadow: 0 0 9px #dee2e6;
    font-size: 14px;
}

#topNavBar.navbar {
    /*border-bottom: solid 1px #dee2e6;*/
    box-shadow: 0 -5px 15px 0px rgba(0,0,0,0.2);
    padding: 0 10px;
    z-index: 99;
}

.page-title h3 {
    margin: 0;
    font-size: 24px;
    color: #212529;
    font-weight: 700;
}

.page-title p {
    margin: 0;
    font-size: 13px;
}

.page-title a:not(.btn) {
    background: #e9ecef;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.page-title {
    padding: 11.5px 0px;
    border-bottom: solid 1px #ddd;
}

.user-avatar {
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    background-image: url(../../assets/images/user-bg.jpg);
    background-size: 100%;
    color: #fff;
    font-weight: 700;
    border: solid 2px #ddd;
}

    .user-avatar.avatar-lg {
        width: 70px;
        height: 70px;
        padding-top: 14px;
        font-size: 26px;
    }

    .user-avatar.avatar-md {
        width: 50px;
        height: 50px;
        padding-top: 6px;
        font-size: 24px;
    }

.general-profile {
    z-index: 1;
    padding: 5px;
    margin-top: 8px;
    border-radius: 4px;
    background-color: #FFF;
    border: solid 1px #ddd;
}

    .general-profile h4 {
        font-weight: 600;
        margin-bottom: 3px;
    }

    .general-profile i {
        color: #007bff;
        background: #f8f9fa;
        padding: 4px 6px;
        border-radius: 100px;
    }

    .general-profile p {
        margin: 0;
        margin-bottom: 4px;
        color: #777;
        font-size: 13px;
    }

.eme-contact i {
    font-size: 26px;
    height: 55px;
    width: 55px;
    padding-top: 12px;
    text-align: center;
    margin-top: 6px;
    margin-left: 5px;
    color: #ffc107;
    background: #ffdf81;
}

.eme-contact p {
    color: #FFF;
}

.eme-contact {
    padding: 5px;
    background: #ffc107;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(255, 193, 7, 0.5);
}

.hr-dashed {
    border-style: dashed;
}

#topNavBar .navbar-brand span {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
    color: #007bff;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    background: #f8f9fa;
    transition: all 0.3s;
    min-width: 246px;
    max-width: 246px;
    min-height: 100vh;
    border-right: solid 1px #ddd;
    /*box-shadow: -5px 5px 20px 0px rgba(0,0,0,0.2);*/
}

    #sidebar li.active > a {
        background: #fff;
        color: #007bff;
        font-weight: 700;
        border-left: solid 4px #007bff;
    }

#topNavBar .dropdown-item {
    padding: 5px 15px;
    color: #6d7680;
}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar .sidebar-header {
    padding: 5px 0;
    background: #e9ecef;
}

#sidebar ul.components {
    padding: 0 0 20px 0;
    z-index: 0;
}

#sidebar ul li a {
    padding: 15px;
    font-size: 14px;
    display: block;
    color: #212529;
    font-weight: 300;
    padding-left: 30px;
    border-bottom: solid 1px #ddd;
}

    #sidebar ul li a i {
        position: relative;
        left: -13px;
        font-size: 16px;
        color: #007bff;
    }

    #sidebar ul li a:hover {
        color: #007bff;
        background: #fff;
        text-decoration: none
    }

#sidebar ul li.active > a, a[aria-expanded="true"] {
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #e9ecef;
}

#content {
    width: 100%;
}

.default-table {
    width: 100% !important;
}

    .default-table.table thead th {
        border-top: none;
        font-weight: 500;
        /*text-align: center;*/
        font-size: 14px;
    }

    .default-table tbody td {
        border: none;
        line-height: 20px;
        font-size: 14px;
    }

.right.modal {
    overflow: hidden;
}

    .right.modal .modal-dialog {
        position: fixed;
        right: 0;
        margin: 0;
        top: 0;
        width: auto;
        min-width: 700px;
        height: 100%;
        box-shadow: -15px 0 35px rgba(0,0,0,0.12);
    }

.right .modal-header {
    border-radius: 0;
}

.modal-backdrop {
    background: #FFF;
}

.right .modal-body {
    overflow: auto;
    height: 81%;
    padding: 10px 20px;
}

.right .modal-content {
    border-radius: 0;
    height: 100%;
    border: 0
}

.right .modal-footer {
    position: relative;
    border-radius: 0;
    margin-top: 0;
}

.right.large.modal {
    overflow: hidden;
}

.right.large.modal .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    top: 0;
    width: auto;
    min-width: 800px;
    height: 100%;
    box-shadow: -15px 0 35px rgba(0,0,0,0.12);
}

.right.large .modal-header {
    border-radius: 0;
}


.right.large .modal-body {
    overflow: auto;
    height: 81%;
    padding: 10px 20px;
}

.right.large .modal-content {
    border-radius: 0;
    height: 100%;
    border: 0
}

.right.large .modal-footer {
    position: relative;
    border-radius: 0;
    margin-top: 0;
}

.modal-header .close {
    margin: 0 5px 0 0;
    padding: 5px 10px;
    background: #eeeeee;
    border-radius: 100px;
    opacity: 1;
}


.block-form label.block-label {
    display: block;
    padding: 10px 20px 10px;
    vertical-align: top;
    /*font-family: Source Sans Pro, Arial, sans-serif;*/
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #212529;
    cursor: pointer;
    margin-bottom: 15px;
    background: #FFF;
    border-radius: 4px;
    border: solid 1px #e9ecef;
}

.block-form .block-label span:not(.select2-selection__rendered) {
    color: #dc3545 !important;
}

.select2-container {
    width: 100% !important;
}

.block-label .select2-selection__rendered {
    line-height: 15px !important;
}

.block-label .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.block-label .select2-selection {
    border: none;
    border-bottom: solid 1px #dee2e6;
    height: 30px;
    line-height: 27px;
    margin: 5px -5px 0;
    padding: 7px 5px 3px;
    border-radius: 0;
}

.block-form label.block-label input, .block-form label.block-label select, .block-form label.block-label textarea {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 27px;
    margin: 5px -5px 0;
    padding: 7px 5px 3px;
    border: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 200;
    opacity: 0.9;
    transition: opacity .3s;
    border-bottom: solid 1px #dee2e6;
}

.block-form label.block-label textarea {
    height: inherit;
    line-height: inherit;
}

    .block-form label.block-label input:focus, .block-form label.block-label select:focus, .block-form label.block-label textarea:focus {
        opacity: 1;
        border-color: #007bff;
        outline: none;
        box-shadow: none;
    }

        .block-form label.block-label input:focus label.block-label, .block-form label.block-label textarea:focus label.block-label {
            border: solid 1px #ddd;
        }

    .block-form label.block-label input.valid, .block-form label.block-label textarea.valid {
        background: url(../images/tick.png) no-repeat;
        background-size: 3%;
        background-position: center right;
        opacity: 1;
    }

    .block-form label.block-label input.error, .block-form label.block-label textarea.error {
        background: url(../images/cross.png) no-repeat;
        background-size: 3%;
        background-position: center right;
        opacity: 1;
    }

.error {
    margin: 0 !important;
    padding: 0 !important;
    color: #dc3545 !important;
    text-transform: initial;
}

footer.side-footer {
    position: fixed;
    width: 245px;
    bottom: 0;
    font-size: 12px;
    background: #ddd;
    padding: 2px;
}

.side-footer pre {
    margin: 0;
}

.invalid {
    background: url(../images/cross.png) no-repeat 0 54%;
    background-size: 5%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url('../images/tick.png') no-repeat 0 54%;
    background-size: 5%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

.psw-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px
}

.card {
    border: none;
}

.card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.card-header {
    border-bottom: none;
    /* box-shadow: 0 2px 5px #eee; */
    background: #FFF;
    border: dashed 1px #ddd;
    border-radius: 4px !important;
}

.basic-form label {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.basic-form input[type=text], .basic-form input[type=number], .basic-form input[type=tel],
.basic-form input[type=file], .basic-form select, .basic-form input[type=password] {
    height: 30px;
    font-size: 14px;
}

.basic-form label span {
    color: #dc3545;
}

.select2-container {
    font-size: 13px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 1.25em;
        font-weight: 700;
        color: white;
        background-color: black;
        display: inline-block;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: red;
        }

    .inputfile + label {
        cursor: pointer; /* "hand" cursor */
    }

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        pointer-events: none;
    }

.page-title.sticky-top {
    background: #FFF;
    z-index: 9;
    top: 44px;
}

.hha-panel {
    margin-bottom: 5px;
    padding: 5px;
    border: solid 1px #ddd;
    height: 100%;
    border-radius: 4px;
}

.hha-row > div {
    margin-bottom: 10px;
}

.fc-day-grid-event .fc-time {
    font-weight: 600;
}

.fc-event {
    line-height: 1;
    border-radius: 0;
    border: 0;
    border-left: 5px solid #3a87ad;
    font-weight: normal;
    padding: 15px 3px;
}

.hha-heading {
    padding: 0 5px;
    font-weight: 600;
    color: #17a2b8;
    border-bottom: solid 1px #ddd;
    margin-bottom: 4px
}

#taskdatadetails .card-title {
    color: #007bff;
}

.hours-status {
    padding: 0px 10px 10px;
    margin-top: 15px;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

    .hours-status p {
        margin: 0;
        font-size: 18px;
        padding: 10px 0;
        border-bottom: 1px solid #e9ecef;
    }

.hha-list li {
    display: inline-block;
    margin-right: 10px;
    min-width: 140px;
    font-size: 13px;
}

.hha-list {
    list-style: none;
    padding: 0;
    padding-left: 7px;
}

.components.sticky-top {
    top: 44px;
}

#pageSubmenu {
    max-height: 360px;
    overflow-y: auto;
}

#profile-nav {
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
}

    #profile-nav ul li a.active {
        color: #007bff;
        font-weight: 600;
        background-color: #e9ecef;
        border-radius: 4px;
    }

.card.card-default .card-header:before {
    content: '';
    width: 55px;
    height: 5px;
    background: #007bff;
    position: absolute;
    bottom: 5px;
    border-radius: 100px;
    display: block;
}

.card.card-default .card-header:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #007bff;
    position: absolute;
    border-radius: 100px;
    left: 78px;
    bottom: 5px;
}

#userProfileWrapper .card.card-default {
    height: 100%;
}

.card.card-default .card-header {
    border: none;
    position: relative;
}

.card-default p {
    font-size: 14px;
}

.card-default {
    border: solid 1px #ddd;
}

.doc-thumbnail {
    width: 100%;
    text-align: center;
    min-height: 130px;
    border-radius: 4px;
    border: solid 1px #ddd;
    padding: 10px 5px;
    position: relative;
    margin-bottom: 15px;
}

    .doc-thumbnail .action-buttons {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .doc-thumbnail .icon {
        font-size: 50px;
        color: #aeb6b9;
    }

    .doc-thumbnail .doc-footer p {
        margin: 0;
        font-size: 13px;
        text-align: left;
        line-height: 13px;
    }

    .doc-thumbnail .doc-footer {
        height: 100%;
        margin-bottom: -10px !important;
        display: block;
        padding: 5px 0;
        border-top: solid 1px #ddd;
    }

    .doc-thumbnail .action-buttons {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        padding-top: 33%;
        opacity: 0;
        transition: all 400ms;
        background: rgba(233, 236, 239, 0.7019607843137254);
    }

    .doc-thumbnail:hover .action-buttons {
        opacity: 1;
        display: block;
    }

.dataTables_processing {
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.upload-file-box-browse {
    padding: 10px 0;
    margin-top: -10px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    color: #d7dcde;
    border-bottom: solid 1px;
    margin-bottom: 5px;
}

.cert-files {
    margin-bottom: -10px;
    font-size: 11px;
    padding: 1px 4px;
    border-radius: 4px;
}

.card-doc .card-header {
    padding: 5px 8px;
}

    .card-doc .card-header:before {
        height: 2px !important;
        width: 35px !important;
    }

.card-doc.card-success .card-header:before,
.card-doc.card-success .card-header:after {
    background: #1fd649 !important;
}

.card-doc.card-danger .card-header:before,
.card-doc.card-danger .card-header:after {
    background: #dc3545 !important;
}

.card-doc .card-header:after {
    left: 45px !important;
    height: 2px !important;
    width: 2px !important;
}

.card-doc .card-body,
.card-doc .card-footer {
    padding: 3px 5px;
}

.card.card-default.card-success {
    /*background: rgba(31, 214, 73, 0.25);*/
    background: #FFF;
    border: solid 2px #1fd649;
}

.card.card-default.card-danger {
    /*background: rgba(220, 53, 69, 0.25);*/
    background: #FFF;
    border: solid 2px #dc3545;
}

.card-doc .card-title {
    line-height: 14px;
    padding-bottom: 5px;
}

.card.card-doc .card-header,
.card.card-doc .card-footer {
    background-color: transparent;
}

.card-doc.card-success:after {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    color: #1fd649;
    position: absolute;
    right: 5px;
    font-weight: 600;
}

#activeAuthDetail .col-sm-3 {
    margin-bottom: 10px;
}

.card-doc.card-danger:after {
    content: '\f057';
    font-family: 'Font Awesome 5 Free';
    color: #dc3545;
    position: absolute;
    right: 5px;
    font-weight: 600;
}

ul.doc-list {
    list-style: none;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
}

    ul.doc-list li {
        margin-bottom: 3px;
    }

.fc-toolbar button {
    position: relative;
    background: #007bff;
    border: 0;
    color: #FFF;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    background: #006adc;
}

.fc-toolbar h2 {
    font-size: 24px;
    padding-top: 6px;
    font-weight: 600;
}

.hha-detail h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-left: -15px;
}

.hha-time {
    margin: 0;
    font-weight: 700;
    /* margin-top: 5px; */
    font-size: 16px !important;
    line-height: 1;
}

    .hha-time small {
        font-weight: 700;
    }

.hha-title {
    margin: 0;
    margin-left: -15px;
    font-size: 12px !important;
    color: #999;
    font-weight: 600;
}

.dash-count {
    font-size: 28px;
    margin: -15px 0;
    color: #252525;
    font-weight: 600;
}
/* Center the loader */
#loader {
    background-image: url(../images/loader.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin: -80px 0 0 -80px;
    width: 150px;
    height: 150px;
}

#loader-wrap, #LoadingImage {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1060;
    background: rgba(245, 245, 245, 0.6);
    top: 0;
}

    #loader-wrap p, #LoadingImage p {
        text-align: center;
        top: 54%;
        z-index: 999;
        position: relative;
        font-weight: 600;
    }

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

/*Bhaskar*/
.width10p {
    width: 10%;
}

.width15p {
    width: 15%;
}

.width20p {
    width: 20%;
}

.width25p {
    width: 25%;
}

.width30p {
    width: 30%;
}

.width40p {
    width: 40%;
}

.width50p {
    width: 50%;
}

.width60p {
    width: 60%;
}

.width70p {
    width: 70%;
}

.width80p {
    width: 80%;
}

.width90p {
    width: 90%;
}

.width100p {
    width: 100%;
}

.mt-4px {
    margin-top: 4px;
}

select.form-control {
    font-family: sans-serif;
}

.modal .table thead tr th,
.modal .table tbody tr td {
    padding: 0.50rem;
}

.table tbody tr td .form-control {
    padding: 0.375rem;
    height: calc(1.3em + 0.75rem + 0px);
}

.table tbody tr td .select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 0px);
}

.table tbody tr td .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + 0.75rem + 0px);
}

.table tbody tr td .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 0px);
}

.modal-css .table tbody tr td .btn {
    padding: 0.25rem;
}

.tooltip1 {
    position: relative;
    display: inline-block;
}

    .tooltip1 .tooltiptext1 {
        left: 50%;
        top: -35px;
        z-index: 1;
        width: auto;
        color: #fff;
        padding: 6px 8px;
        font-size: 12.5px;
        position: absolute;
        visibility: hidden;
        text-align: center;
        border-radius: 4px;
        background-color: #000;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
    }

    .tooltip1 .tooltiptext1::after {
        content: " ";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

.controls {
    margin-left: 4px;
    position: relative;
}

    .controls input[type="checkbox"] {
        display: none;
        cursor: pointer;
    }

        .controls input[type="checkbox"]:focus,
        .controls input[type="checkbox"]:active {
            outline: none;
        }

        .controls input[type="checkbox"] + label {
            padding: 8px;
            color: #212529;
            line-height: 1;
            cursor: pointer;
            min-width: 31px;
            margin-left: -4px;
            position: relative;
            text-align: center;
            display: inline-block;
            border: 1px solid #8a8a8a;
        }

            .controls input[type="checkbox"] + label:hover {
                background-color: #f2f2f2;
            }

            .controls input[type="checkbox"] + label:last-child {
                border-top-right-radius: 2px;
                border-bottom-right-radius: 2px;
            }

        .controls input[type="checkbox"]:checked + label {
            border-bottom: 3px solid #007bff;
        }


.timerangepicker-container {
    display: flex;
    position: absolute;
}

.timerangepicker-label {
    display: block;
    line-height: 2em;
    background-color: #eee;
    padding-left: 1em;
    border-bottom: 1px solid #aaa;
    margin-bottom: 0.75em;
}

.timerangepicker-from,
.timerangepicker-to {
    z-index: 1;
    border: 1px solid #aaa;
    padding-bottom: 0.75em;
    background-color: #fff;
}

.timerangepicker-from {
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.timerangepicker-to {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.timerangepicker-from .timerangepicker-label {
    border-top-left-radius: 4px;
}

.timerangepicker-to .timerangepicker-label {
    border-top-right-radius: 4px;
}

.timerangepicker-display {
    box-sizing: border-box;
    display: inline-block;
    width: 1.8em;
    height: 1.5em;
    border: 0px solid #aaa;
    line-height: 1.3em;
    text-align: center;
    position: relative;
    margin: 1em 0.1em;
}

    .timerangepicker-display .increment,
    .timerangepicker-display .decrement {
        cursor: pointer;
        position: absolute;
        font-size: 1.3em;
        width: 1.4em;
        text-align: center;
        left: 0;
    }

    .timerangepicker-display .increment {
        margin-top: -0.25em;
        top: -0.8em;
    }

    .timerangepicker-display .decrement {
        margin-bottom: -0.25em;
        bottom: -0.8em;
    }

    .timerangepicker-display.hour {
        margin-left: 0.5em;
    }

    .timerangepicker-display.period {
        margin-right: 0.5em;
        width: 2em;
    }

    .timerangepicker-display .value {
        font-size: 14px;
    }

.input-group-addon {
    color: #555;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 12px;
    line-height: 1.61;
    text-align: center;
    border-radius: 4px;
    background-color: #eee;
    border: 1px solid #aaa;
}

    .input-group-addon:last-child {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.form-control {
    height: 1.8em;
}

.reason .form-control {
    height: calc(1.5em + 0.75rem + 0px);
}

.daterange {
    font-size: 14px;
    height: calc(1.2em + 0.75rem + 0px);
}
/*Print*/
@media print {
    -webkit-print-color-adjust: exact !important;
    input [type=checkbox], input[type=radio] {
        opacity: 1 !important;
    }
}
.icheckbox_flat-blue, .iradio_flat-blue {
    /*background: #fff !important;
    border: 1px solid #000 !important;*/
    background-position: -22px 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../js/skins/flat/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}
    .header, .hide {
        visibility: hidden
    }

    .taskdatadetailsprint .hha-list {
        margin-bottom: 0;
    }

        .taskdatadetailsprint .hha-list li {
            min-width: 185px;
        }

            .taskdatadetailsprint .hha-list li:last-child label,
            .taskdatadetailsprint .hha-list li:nth-last-child(2) label {
                margin-bottom: 0;
            }

/*Print*/


.table-mltc-add-edit thead tr th:first-child,
.table-mltc-add-edit tbody tr td:first-child {
    width: 15%;
}

.table-mltc-add-edit thead tr th:nth-child(2),
.table-mltc-add-edit tbody tr td:nth-child(2) {
    width: 15%;
}

.table-mltc-add-edit thead tr th:nth-child(3),
.table-mltc-add-edit tbody tr td:nth-child(3) {
    width: 20%;
}

.table-mltc-add-edit thead tr th:nth-child(4),
.table-mltc-add-edit tbody tr td:nth-child(4) {
    width: 28%;
}

.table-mltc-add-edit thead tr th:nth-child(5),
.table-mltc-add-edit tbody tr td:nth-child(5) {
    width: 13%;
}

.table-mltc-add-edit thead tr th:nth-child(6) a,
.table-mltc-add-edit tbody tr td:nth-child(6) a {
    font-size: 13px;
    margin-top: 7px;
    display: inline-block;
}

.table-mltc-add-edit tbody tr td:nth-child(6) a.text-danger {
    margin-left: 10px;
}

.table-scheduler-event thead tr th:first-child,
.table-scheduler-event tbody tr td:first-child {
    width: 15%;
}

.table-scheduler-event thead tr th:nth-child(2),
.table-scheduler-event tbody tr td:nth-child(2) {
    width: 15%;
}

.table-scheduler-event thead tr th:nth-child(3),
.table-scheduler-event tbody tr td:nth-child(3) {
    width: 22%;
}

.table-scheduler-event thead tr th:nth-child(4),
.table-scheduler-event tbody tr td:nth-child(4) {
    width: 26%;
}

.table-scheduler-event thead tr th:nth-child(5),
.table-scheduler-event tbody tr td:nth-child(5) {
    width: 14%;
}
.table-scheduler-event tbody tr td:nth-child(6) a {
    font-size: 13px;
    margin-top: 7px;
    display: inline-block;
}

    .table-scheduler-event tbody tr td:nth-child(6) a.text-danger {
        margin-left: 10px;
    }

.none {
    display: none;
}

/*Report*/
.patient-print-detials {
    padding: 0.75rem 1.25rem;
}

    .patient-print-detials address {
        margin-top: 5px;
        float: left;
        width: 100%;
    }

        .patient-print-detials address i {
            float: left;
            margin-right: 10px;
            color: #007bff;
            background: #f8f9fa;
            padding: 7px 6px;
            border-radius: 50%;
            font-size: 14px;
        }

    .patient-print-detials .patient-print-address {
        float: left;
    }

        .patient-print-detials .patient-print-address p {
            margin-bottom: 0.5rem;
        }

.report-details {
    margin-top: 15px;
    text-align: center;
    border-top: 1px solid #ddd;
}

    .report-details .report-title {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .report-details .report-subdetails {
        font-size: 16px;
        margin-bottom: 20px;
    }

        .report-details .report-subdetails p {
            margin-bottom: 3px
        }

.card-report {
    margin-bottom: 30px;
}

    .card-report.card.card-default .card-header {
        text-align: center;
        background-color: #f8f9fa;
    }

        .card-report.card.card-default .card-header::before,
        .card-report.card.card-default .card-header::after {
            display: none;
        }

    .card-report.card.card-default .card-body {
        padding: 0;
    }

    .card-report .table.table-striped tbody tr:nth-of-type(2n+1) {
        background-color: transparent;
    }

    .card-report .table.table-striped tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.075);
    }

.card-detail-report .table.table-striped tbody tr:hover {
    background-color: transparent;
}

.card-report .table thead tr th,
.card-report .table tbody tr td,
.card-report .table tfoot tr th {
    border: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
}

    .card-report .table thead tr th:first-child,
    .card-report .table tbody tr td:first-child,
    .card-report .table tfoot tr th:first-child {
        border-left: 0px;
    }

    .card-report .table thead tr th:last-child,
    .card-report .table tbody tr td:last-child,
    .card-report .table tfoot tr th:last-child {
        border-right: 0px;
    }

.card-report .table tfoot tr {
    background-color: #95bde8;
}

    .card-report .table tfoot tr th {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

.card-summary-report .table thead tr th:first-child,
.card-summary-report .table tbody tr td:first-child {
    width: 20%;
}

.card-summary-report .table thead tr th:nth-child(2),
.card-summary-report .table tbody tr td:nth-child(2) {
    width: 25%;
}

.card-summary-report .table thead tr th:nth-child(3),
.card-summary-report .table tbody tr td:nth-child(3) {
    width: 16%;
}

.card-summary-report .table thead tr th:nth-child(4),
.card-summary-report .table tbody tr td:nth-child(4) {
    width: 18%;
}

.card-summary-report .table thead tr th:nth-child(5),
.card-summary-report .table tbody tr td:nth-child(5) {
    width: 21%;
}

.card-report-summary .table tbody tr td,
.card-report-summary .table tfoot tr th {
    text-align: left;
}

.card-detail-report .table.table-striped tbody tr.table-total {
    color: #fff;
    background-color: #95bde8;
}

    .card-detail-report .table.table-striped tbody tr.table-total td {
        text-align: right;
    }

.reports-search {
    margin-bottom: 35px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.report-details {
    top: 19px;
    position: relative;
}

.btn-advance-search {
    left: 50%;
    color: #fff;
    line-height: 1;
    padding: 0 1rem;
    position: absolute;
    border-color: #007bff;
    background-color: #007bff;
}

.btn-advance-search-down {
    top: -17px;
    border-radius: 5px 5px 0 0;
}

.btn-advance-search.btn-advance-search-up {
    bottom: -17px;
    border-radius: 0 0 5px 5px;
}

.btn-advance-search:hover {
    color: #fff;
}
/*Report*/

/*Treeview*/
.modal-application-access .treed ul li ul {
    padding-left: 35px;
}

    .modal-application-access .treed ul li ul li a {
        color: #212529;
        background: transparent;
        padding-left: 5px !important;
    }

        .modal-application-access .treed ul li ul li a:hover {
            text-decoration: none;
        }
/*Treeview*/
/*Bhaskar*/

/*Tushar*/
.pull-right{
    float:right !important;
}
.CareworkerchecklistBox {
    padding-left: 0px;
}

.CareworkerchecklistBox li {
    width: 50%;
    display: inline-block;
    list-style-type: none;
}

.CareworkerchecklistBox li input[type='checkbox'] {
    margin-right: 2px;
}
.daterangepicker td.active, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #357ebd !important;
    border-color: transparent !important;
    color: #fff !important;
    text-decoration:none !important;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
    text-align: center;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.header {
    visibility: inherit;
}