* {
    margin: 0;
    padding: 0;
}

body button.btn:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.login_outer .card-signin {
    border: 0;
    border-radius: 35px;
    margin-top: 40px;
    background-color: #017bce;
    box-shadow: none;
}

    .login_outer .card-signin .card-body .card-text-box .card-title {
        margin-bottom: .7rem;
        font-weight: 700;
        font-size: 1.5rem;
        color: #fff;
    }

    .login_outer .card-signin .card-body .card-text-box p {
        font-size: 16px;
        color: #fff;
    }

.login_outer .form-signin {
    width: 100%;
    margin-top: 20px;
}

.login_outer .card-2 .form-signin .form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-signin .form-label-group input {
    height: auto;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

    .form-signin .form-label-group input:focus {
        border-color: #ccc;
        box-shadow: none;
    }

.login_outer .form-signin .form-label-group .input-group-append span {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

    .login_outer .form-signin .form-label-group .input-group-append span i {
        color: #017bce;
    }

.login_outer .form-signin .login_btn {
    font-size: 15px;
    border-radius: 5rem;
    letter-spacing: .1rem;
    transition: all .2s;
    background-color: #017bce;
    color: #fff;
    padding: 7px 32px;
    margin-top: 10px;
}

    .login_outer .form-signin .login_btn i {
        padding-left: 5px;
        color: #fff;
        font-size: 17px;
    }

.login_outer .form-signin .btn.focus, .login_outer .card-2 .form-signin .btn:focus {
    outline: 0;
    box-shadow: none;
}

.login_outer .form-signin .btn:hover {
    color: #fff;
    text-decoration: none;
}

.login_oute .form-signin .custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #017bce;
    background-color: #017bce;
}

.login_outer .form-signin .form-label-group input::-webkit-input-placeholder {
    color: #ccc;
}

.login_outer .form-signin .form-label-group input:-ms-input-placeholder {
    color: #ccc;
}

.login_outer .form-signin .form-label-group input::-ms-input-placeholder {
    color: #ccc;
}

.login_outer .form-signin .form-label-group input::-moz-placeholder {
    color: #ccc;
}

.login_outer .form-signin .form-label-group input::placeholder {
    color: #ccc;
}

.login_outer .form-signin .custom-checkbox span {
    color: #017bce;
    float: right;
}

.emp-div textarea, emer-div textarea {
    width: 100%;
    height: 80px;
}

.login_outer img {
    width: 100%;
    margin: 50px 0 20px 0;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    background-color: #40acf5;
}


.navbar-left .user-profile {
    padding: 10px 10px 10px 20px;
}

    .navbar-left .user-profile .user-image {
        width: 70px;
        height: 70px;
        background: #fff;
        border: 3px solid #fff;
        border-radius: 40px;
        padding: 2px 4px 2px 4px;
        display: inline-block;
    }

        .navbar-left .user-profile .user-image img {
            width: 100%;
        }

    .navbar-left .user-profile .user-detail {
        width: calc(100% - 80px);
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding-left: 15px;
    }

.navbar-left .stat-content .stat-unit {
    padding: 10px 20px;
    cursor: pointer;
}

    .navbar-left .stat-content .stat-unit:hover, .navbar-left .stat-content .stat-unit.active {
        background-color: #087a6f;
        font-weight: 600;
    }

    .navbar-left .stat-content .stat-unit .stat-icon, .navbar-left .stat-content .stat-unit .stat-name, .navbar-left .stat-content .stat-unit .stat-pos {
        width: 33%;
        display: inline;
        color: #fff;
    }

    .navbar-left .stat-content .stat-unit .stat-name {
        padding: 0px 10px;
    }

    .navbar-left .stat-content .stat-unit .stat-pos i {
        float: right;
    }

.navbar-left .stat-content .sub-content {
    margin-left: 50px;
    display: none;
}

    .navbar-left .stat-content .sub-content .child {
        padding: 5px 0px;
        color: #fff;
        cursor: pointer;
    }

        .navbar-left .stat-content .sub-content .child.active {
            font-weight: 600;
        }

        .navbar-left .stat-content .sub-content .child:hover {
            font-weight: 600;
        }




.navbar-right {
    width: calc(100% - 225px);
    display: inline;
    padding: 10px 20px;
    float: left;
    margin-left: 225px;
    margin-top: 58px;
    position: absolute;
    height: 100%;
}

    .navbar-right .dashboard-content {
        color: #666;
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 24px;
    }

    .navbar-right .page-header {
        margin-bottom: 15px;
        margin-top: 10px;
    }

.unit-nav .breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0;
}

.navbar {
    margin: 0;
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: 0px 0px 18px rgba(3, 3, 3, 0.43);
    box-shadow: 0px 0px 18px rgba(3, 3, 3, 0.43);
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0px;
}

    .navbar .navbar-logo {
        padding: 16px 20px;
        background-color: #fff;
        margin: 0;
        width: 227px;
        display: inline-block;
        cursor: pointer;
    }

        .navbar .navbar-logo img {
            width: 150px;
            display: inline;
        }

        .navbar .navbar-logo .brand-name {
            color: #fff;
            display: inline;
            text-align: center;
            width: 100%;
            margin-left: 20px;
            font-size: 20px;
        }

    .navbar .navbar-content {
        width: calc(100% - 227px);
        display: inline;
        padding: 10px 0px;
    }

        .navbar .navbar-content .navbar-content-left {
            width: 0%;
            display: inline-block;
            text-align: left;
        }

.sidemenu-closed .navbar .navbar-content .navbar-content-left {
    margin-left: 148px;
    width: 0%;
}

.navbar .navbar-content .navbar-content-left .unit-nav {
    padding-right: 15px;
    cursor: pointer;
}

    .navbar .navbar-content .navbar-content-left .unit-nav i {
        margin-right: 10px;
        color: #017bce;
    }

    .navbar .navbar-content .navbar-content-left .unit-nav span {
        color: #017bce;
    }

.navbar .navbar-content .navbar-content-right {
    /*width: 60%;*/
    text-align: right;
    float: right;
}

.navbar-content-right .unit-nav nav {
    display: inline-block;
    margin-right: 10px;
}

.navbar .navbar-content .navbar-content-right .unit-nav {
    padding-right: 15px;
    cursor: pointer;
}

    .navbar .navbar-content .navbar-content-right .unit-nav i {
        margin-right: 10px;
    }

    .navbar .navbar-content .navbar-content-right .unit-nav .fa-cog {
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 1px 1px 1px 1px;
        background-color: #ccc;
        color: #000;
    }

        .navbar .navbar-content .navbar-content-right .unit-nav .fa-cog:hover {
            border: 1px solid #017bce;
            border-radius: 20px;
            padding: 1px 1px 1px 1px;
            background-color: #017bce;
            color: #fff;
        }

    .navbar .navbar-content .navbar-content-right .unit-nav .round {
        line-height: 25px;
        color: #ffffff;
        width: 30px;
        height: 30px;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        border-radius: 100%;
        background: #1e88e5;
    }

.navbar .navbar-content .unit-nav {
    width: 20%;
    display: inline;
}

.navbar .setting-container {
    width: 185px;
    background: #017bce;
    z-index: 99999;
    position: fixed;
    top: 58px;
    color: #7d7b7b;
    right: -230px;
    box-shadow: 4px 2px 16px #ccc;
}

    .navbar .setting-container.active, .navbar .setting-container.active-for-schdule, .navbar .setting-container.active-for-schdule-view {
        right: 0;
    }

    .navbar .setting-container ul {
        margin-bottom: 0px;
        list-style-type: none;
    }

        .navbar .setting-container ul:before {
            position: absolute;
            top: -10px;
            right: 38px;
            display: inline-block !important;
            border-right: 9px solid transparent;
            border-bottom: 13px solid #eee;
            border-left: 9px solid transparent;
            border-bottom-color: #017bce;
            content: '';
        }

        .navbar .setting-container ul li {
            padding: 5px 10px;
            border-bottom: none;
            background-color: #017bce;
            cursor: pointer;
            text-align: left;
        }

            .navbar .setting-container ul li span {
                color: #fff;
                padding-left: 10px;
            }

            .navbar .setting-container ul li i {
                color: #fff;
            }


.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 35px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0px 24px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

.left_round {
    float: left;
}


.m-l-10 {
    margin-left: 10px;
}

.font-light {
    font-weight: 300;
}

.m-b-0 {
    margin-bottom: 0px;
}


.text-purple {
    color: #7460ee;
}

/* progress */
.progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: auto;
    overflow: hidden;
    font-size: .75rem;
    border-radius: .25rem;
}

.bg-success {
    background-color: #55ce63;
}

.bg-warning {
    background-color: #009efb;
}

.bg-purple {
    background-color: #7460ee;
}

.bg-danger {
    background-color: #f62d51;
}

.dashboard-category {
    margin-top: 30px;
}

    .dashboard-category .card .card-body {
        min-height: 275px;
    }

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(../img/custom-select.png) right 0.75rem center no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: bottom;
        border-top: 1px solid #dee2e6;
        font-weight: 400;
    }

    .table th, .table thead th {
        border: 0px;
    }

.stylish-table thead th {
    font-weight: 400;
    color: #99abb4;
}

.stylish-table tbody tr {
    border-left: 4px solid #ffffff;
}

.stylish-table tbody td {
    vertical-align: middle;
}

.round {
    line-height: 46px;
    color: #ffffff;
    width: 45px;
    height: 45px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #1e88e5;
}

    .round.round-success {
        background: #26c6da;
    }

    .round.round-primary {
        background: #7460ee;
    }

    .round.round-warning {
        background: #ffb22b;
    }

    .round.round-danger {
        background: #fc4b6c;
    }

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
}

.label-success {
    background-color: #26c6da;
}

.label-info {
    background-color: #1e88e5;
}

.label-primary {
    background-color: #7460ee;
}

.label-danger {
    background-color: #fc4b6c;
}

.label-warning {
    background-color: #ffb22b;
}

.label-info {
    background-color: #1e88e5;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(../img/custom-select.png) right 0.75rem center no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: bottom;
        border-top: 1px solid #dee2e6;
        font-weight: 400;
    }

    .table th, .table thead th {
        border: 0px;
    }

.stylish-table thead th {
    font-weight: 400;
    color: #99abb4;
}

.stylish-table tbody tr {
    border-left: 4px solid #ffffff;
}

.stylish-table tbody td {
    vertical-align: middle;
}

.round {
    line-height: 46px;
    color: #ffffff;
    width: 45px;
    height: 45px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #1e88e5;
}

    .round.round-success {
        background: #26c6da;
    }

    .round.round-primary {
        background: #7460ee;
    }

    .round.round-warning {
        background: #ffb22b;
    }

    .round.round-danger {
        background: #fc4b6c;
    }

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
}

.label-success {
    background-color: #26c6da;
}

.label-info {
    background-color: #1e88e5;
}

.label-primary {
    background-color: #7460ee;
}

.label-danger {
    background-color: #fc4b6c;
}

.label-warning {
    background-color: #ffb22b;
}

.label-info {
    background-color: #1e88e5;
}

.checked {
    color: orange;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item, .list-group-item:first-child {
        border-radius: 0px;
        border: 0px;
    }

.checkbox {
    padding-left: 20px;
}

    .checkbox input[type="checkbox"] {
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        outline: none !important;
    }

    .checkbox label {
        display: inline-block;
        padding-left: 5px;
        position: relative;
    }

        .checkbox label::before {
            -o-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            background-color: #ffffff;
            border-radius: 1px;
            border: 1px solid rgba(120, 130, 140, 0.13);
            content: "";
            display: inline-block;
            height: 17px;
            left: 0;
            margin-left: -20px;
            position: absolute;
            transition: 0.3s ease-in-out;
            width: 17px;
            outline: none !important;
        }

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox label::after {
    color: #1b1d23;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #458ab6;
    border-color: #458ab6;
}

.list-task .task-done span {
    text-decoration: line-through;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: bottom;
        border-top: 1px solid #dee2e6;
    }

    .table th, .table thead th {
        border: 0px;
    }

.stylish-table thead th {
    color: #676767;
    font-weight: 500 !important;
}

.stylish-table tbody tr {
    border-left: 4px solid #ffffff;
}

.stylish-table tbody td {
    vertical-align: middle;
}

.round {
    line-height: 46px;
    color: #ffffff;
    width: 45px;
    height: 45px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #1e88e5;
}

    .round.round-success {
        background: #26c6da;
    }

    .round.round-primary {
        background: #7460ee;
    }

    .round.round-warning {
        background: #ffb22b;
    }

    .round.round-danger {
        background: #fc4b6c;
    }

table.table td .add {
    display: none;
}

.edit, .add, .delete {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #78a6e0;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px;
}

    .edit:hover, .add:hover, .delete:hover {
        -webkit-box-shadow: 2px 4px 9px #b9b6b6;
        box-shadow: 2px 4px 9px #b9b6b6;
    }

    .edit i, .add i, .delete i {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        line-height: 30px;
    }

/*****15th july*****/
.navbar-toggle {
    display: none;
}


button.navbar-toggle:focus {
    border: none;
    outline: none;
}

button.navbar-toggle span {
    border: 1px solid #969696;
    margin-top: 6px;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

button.navbar-toggle {
    border: none;
    background: no-repeat;
}

.container-outer {
    background: #017bce;
    overflow: hidden;
}

.sidemenu-closed .stat-content:hover {
    width: 300px;
    position: relative;
    z-index: 10000;
    display: block;
    background-color: transparent !important;
}

.sidemenu-closed .navbar-left .stat-content .sub-content {
    margin-left: 50px;
    display: none;
    position: absolute;
    -webkit-box-shadow: 5px 5px rgba(44, 53, 66, 0.2);
    box-shadow: 5px 5px rgba(44, 53, 66, 0.2);
    background-color: #017bce;
    color: white;
    width: 238px;
    left: 15px;
    padding: 15px;
    border-radius: 11px;
    top: 37%;
    z-index: 2000;
}

.sidemenu-closed .stat-content:hover .sub-content {
    display: block;
}

.right-outer {
    width: 100%;
    float: left;
}

.navbar-left .stat-content .stat-unit:hover, .navbar-left .stat-content .stat-unit.active {
    background-color: transparent;
    font-weight: 600;
}

.navbar-left {
    width: 225px;
    background-color: #017bce;
    overflow-y: auto;
    position: fixed;
    margin-top: 54px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9999;
    margin-right: -100%;
    height: 93%;
}

.sub-content:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -21px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: #017bce transparent transparent transparent;
}

.close-btn #navbar-close {
    display: none;
}

#navbar-close {
    margin: 9px 16px 0 0;
}

    #navbar-close i {
        font-size: 28px;
    }

.modal-dialog {
    max-width: 800px;
}

.unit-nav a, .user-image a {
    cursor: pointer;
}


.app-modal {
    top: 50px;
    height: 600px;
    overflow-y: scroll;
}
/*taskschudle*/
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.Weekof {
    font-size: 16px;
    color: #666;
}

    .Weekof i {
        margin-left: 5px;
        cursor: pointer;
    }

.filter-unit {
    padding: 5px 5px 5px 5px;
    background: #017bce;
    width: auto;
    font-size: 14px;
    color: #fff;
    float: left;
    margin: 7px 5px;
}

    .filter-unit span {
        margin: 5px;
    }

    .filter-unit i {
        float: right;
        font-size: 20px;
        color: #eaeef3;
        cursor: pointer;
    }

.table-responsive {
    margin-top: 15px;
}

    .table-responsive .user-image {
        width: 60px;
        float: left;
    }

        .table-responsive .user-image .badge {
            position: relative;
            top: -12px;
            background-color: #017bce;
            color: #fff;
            border-radius: 38px;
            left: 10px;
        }

    .table-responsive .user-detail {
        width: calc(100% - 60px);
        float: left;
    }

        .table-responsive .user-detail .name {
            font-weight: 600;
            color: #000;
            font-size: 18px;
        }

    .table-responsive td .time {
        float: left;
        border: 1px solid #017bce;
        padding: 3px 5px;
        width: 75px;
        margin: 0px 10px 10px 0px;
        background: #ccc;
        color: #017bce;
    }

        .table-responsive td .time.active {
            background-color: #fff;
        }

    .table-responsive td .more {
        color: #017bce;
        line-height: 2;
        cursor: pointer;
    }

    .table-responsive th {
        min-width: 200px;
    }

/*****15th july*****/
.navbar-toggle {
    display: none;
}

button.navbar-toggle:focus {
    border: none;
    outline: none;
}

button.navbar-toggle span {
    border: 1px solid #000;
    margin-top: 6px;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

button.navbar-toggle {
    border: none;
    background: no-repeat;
}

.container-outer {
    background: #017bce;
    overflow: hidden;
}

.sidemenu-closed .stat-content:hover {
    width: 300px;
    position: relative;
    z-index: 10000;
    display: block;
    background-color: transparent !important;
}

.sidemenu-closed .navbar-left .stat-content .sub-content {
    margin-left: 50px;
    display: none;
    position: absolute;
    -webkit-box-shadow: 5px 5px rgba(44, 53, 66, 0.2);
    box-shadow: 5px 5px rgba(44, 53, 66, 0.2);
    background-color: #017bce;
    color: white;
    width: 238px;
    left: 15px;
    padding: 15px;
    border-radius: 11px;
    top: 37%;
    z-index: 2000;
}

.sidemenu-closed .stat-content:hover .sub-content {
    display: block;
}

.right-outer {
    width: 100%;
    float: left;
}

.sidemenu-closed .navbar-left .stat-content .stat-unit:hover, .navbar-left .stat-content .stat-unit.active {
    background-color: transparent;
    font-weight: 600;
}



.sub-content:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -21px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: #017bce transparent transparent transparent;
}

.navbar-left .stat-content .stat-unit:hover, .navbar-left .stat-content .stat-unit.active {
    background-color: rgba(9, 55, 87, 0.529412);
    font-weight: 600;
}

.ui.dropdown {
    max-width: 800px;
}

/****Choices****/
.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
}

    .choices:focus {
        outline: none;
    }

    .choices:last-child {
        margin-bottom: 0;
    }

    .choices.is-disabled .choices__inner,
    .choices.is-disabled .choices__input {
        background-color: #EAEAEA;
        cursor: not-allowed;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .choices.is-disabled .choices__item {
        cursor: not-allowed;
    }

    .choices[data-type*="select-one"] {
        cursor: pointer;
    }

        .choices[data-type*="select-one"] .choices__inner {
            padding-bottom: 7.5px;
        }

        .choices[data-type*="select-one"] .choices__input {
            display: block;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #DDDDDD;
            background-color: #FFFFFF;
            margin: 0;
        }

        .choices[data-type*="select-one"] .choices__button {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
            padding: 0;
            background-size: 8px;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -10px;
            margin-right: 25px;
            height: 20px;
            width: 20px;
            border-radius: 10em;
            opacity: .5;
        }

            .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
                opacity: 1;
            }

            .choices[data-type*="select-one"] .choices__button:focus {
                -webkit-box-shadow: 0px 0px 0px 2px #00BCD4;
                box-shadow: 0px 0px 0px 2px #00BCD4;
            }

        .choices[data-type*="select-one"]:after {
            content: "";
            height: 0;
            width: 0;
            border-style: solid;
            border-color: #333333 transparent transparent transparent;
            border-width: 5px;
            position: absolute;
            right: 11.5px;
            top: 50%;
            margin-top: -2.5px;
            pointer-events: none;
        }

        .choices[data-type*="select-one"].is-open:after {
            border-color: transparent transparent #333333 transparent;
            margin-top: -7.5px;
        }

        .choices[data-type*="select-one"][dir="rtl"]:after {
            left: 11.5px;
            right: auto;
        }

        .choices[data-type*="select-one"][dir="rtl"] .choices__button {
            right: auto;
            left: 0;
            margin-left: 25px;
            margin-right: 0;
        }

    .choices[data-type*="select-multiple"] .choices__inner,
    .choices[data-type*="text"] .choices__inner {
        cursor: text;
    }

    .choices[data-type*="select-multiple"] .choices__button,
    .choices[data-type*="text"] .choices__button {
        position: relative;
        display: inline-block;
        margin-top: 0;
        margin-right: -4px;
        margin-bottom: 0;
        margin-left: 8px;
        padding-left: 16px;
        border-left: 1px solid #008fa1;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
        background-size: 8px;
        width: 8px;
        line-height: 1;
        opacity: .75;
        border-radius: 0;
    }

        .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus,
        .choices[data-type*="text"] .choices__button:hover,
        .choices[data-type*="text"] .choices__button:focus {
            opacity: 1;
        }

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #DDDDDD;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7;
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

    .choices__list--multiple .choices__item {
        display: inline-block;
        vertical-align: middle;
        border-radius: 20px;
        padding: 4px 10px;
        font-size: 12px;
        font-weight: 500;
        margin-right: 3.75px;
        margin-bottom: 3.75px;
        background-color: #017bce;
        border: none;
        color: #FFFFFF;
        word-break: break-all;
    }

        .choices__list--multiple .choices__item[data-deletable] {
            padding-right: 5px;
        }

[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}

    .choices__list--dropdown.is-active {
        display: block;
    }

.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
        opacity: .5;
    }

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

    .choices__button:focus {
        outline: none;
    }

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}

    .choices__input:focus {
        outline: 0;
    }

[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}

.choices__placeholder {
    opacity: .5;
}

.choices__input.is-hidden,
.choices[data-type*="select-one"] .choices__input.is-hidden,
.choices[data-type*="select-multiple"] .choices__input.is-hidden {
    display: none;
}

.filter-outer-outer {
    margin-bottom: 20px;
    border-bottom: 1px solid #017bce;
    padding-bottom: 0px;
}

.choices__list--multiple {
    display: block;
    cursor: pointer;
}

.choices__inner {
    padding: 2.5px 7.5px 3.75px;
    min-height: 26px;
}

.choices__input {
    margin-bottom: 0px;
}

.filter-head {
    display: inline-block;
    color: #017bce;
    font-size: 15px;
}

.filter-outer {
    width: 100%;
}

.filter-left {
    margin-left: 0;
    width: 100%;
}

button.filter-btn[aria-expanded="true"] .fa-plus {
    display: none;
}

button.filter-btn[aria-expanded="false"] .fa-minus {
    display: none;
}

button.filter-btn {
    float: right;
    background: #fff;
    padding: 2px 3px;
    outline: none;
    border: none;
    color: #fff;
    width: 20px;
    height: 20px;
}

    button.filter-btn i {
        font-size: 12px;
        display: inherit;
        line-height: 20px;
        color: #017bce;
        background: #fff;
    }

/*=====  End of Choices  ======*/
.range {
    width: 100%;
    height: 10px;
    border-radius: 4px;
    background-color: #ddd;
}

.range__button_1, .range__button_2 {
    position: absolute;
    top: 40%;
    width: 20px;
    height: 20px;
    cursor: move;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 3px 4px #ccc;
    box-shadow: 2px 3px 4px #ccc;
}

.range__between {
    position: absolute;
    height: 5px;
    width: 0px;
    margin-top: 3px;
    border: none;
    background-color: #017bce;
}

.range_inpt1, .range_inpt2 {
    margin-top: 25px;
    width: 46px;
    border: none;
    text-align: center;
    color: #017bce;
    border-radius: 6px;
    height: 24px;
    padding: 3px;
    font-size: 15px;
}

.filter-outer-outer.range-filter {
    height: 97px;
    position: relative;
}

/*****slider 2 ***/
.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 7px;
    border-radius: 5px;
    background: #017bce;
    outline: none;
    padding: 0;
    margin: 0;
}

    .range-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        -webkit-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
        -webkit-box-shadow: 2px 3px 4px #ccc;
        box-shadow: 2px 3px 4px #ccc;
    }

    .range-slider__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #2c3e50;
        cursor: pointer;
        -webkit-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
    }

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 54px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    border-radius: 3px;
    background: #017bce;
    padding: 3px 5px;
    margin-left: 8px;
}

    .range-slider__value:after {
        position: absolute;
        top: 4px;
        left: -5px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid #017bce;
        border-bottom: 7px solid transparent;
        content: '';
    }







.navbar-left.shedule {
    background-color: #fff;
}

    .navbar-left.shedule .col-lg-10 {
        margin-left: 10%;
    }

@media only screen and (min-width: 992px) {
    .sidemenu-closed .navbar-left.shedule {
        width: 0px;
    }

    .sidemenu-closed .navbar-right {
        width: calc(100% - 60px);
        margin-left: 60px;
    }
}

.demo-week-view button {
    background: transparent;
    border: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
    text-align: left;
    color: #525252;
}

    .demo-week-view button.active {
        color: #017bce;
    }

.days-c {
    margin-top: 8px;
}

    .days-c li {
        list-style: none;
        display: inline-block;
        width: 22px;
        height: 22px;
        background: #017bce;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 13px;
    }

button.apply-filter {
    background: #017bce;
    font-size: 15px;
    border-radius: 6px;
    color: #fff;
    padding: 3px 10px;
    margin-right: 0;
    text-align: center;
}

.days-c li.active {
    background: #05314f;
}

/***profile-popup***/
.emp-profile {
    padding: 3%;
    margin: 3% auto;
    border-radius: 0.5rem;
    background: #fff;
    width: 100%;
}

ul.edit-opt {
    margin-top: 20px;
}

.profile-img {
    text-align: center;
    height: auto;
    width: 100%;
}

    .profile-img img {
        border-radius: 100px;
        width: 100px;
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #a7a8a9;
}

.panel-title a {
    color: #656565;
}

.panel-title:hover a {
    text-decoration: none;
}

.panel-title i {
    margin-left: 12px;
}

.profile-acc ul li.list-group-item h5 {
    color: #8a8a8a;
    font-weight: 400;
    line-height: 28px;
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}

    .proile-rating span {
        color: #495057;
        font-size: 15px;
        font-weight: 600;
    }

li.list-group-item.item-pro-custom h5:last-child {
    color: #017bce;
}

.profile-acc ul .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.edit-opt li {
    display: inline-block;
    list-style: none;
    margin-right: 12px;
    text-align: center;
}

    .edit-opt li i {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        color: #fff;
        line-height: 59px;
        font-size: 27px;
    }

.add-app {
    background: #ffc238;
}

.add-act {
    background: #1fbd24;
}

.add-upl {
    background: #e86011;
}

.edit-opt li p {
    font-size: 16px;
    margin-bottom: 5px;
}

.demo-week-view button {
    background: transparent;
    border: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
    text-align: left;
    color: #525252;
}

button.apply-filter {
    background: #017bce;
    font-size: 15px;
    border-radius: 6px;
    color: #fff;
    padding: 3px 10px;
    margin-right: 0;
    text-align: center;
}

.demo-week-view button:hover, .demo-week-view button:focus {
    color: #017bce;
    outline: none;
}

button.apply-filter:hover, button.apply-filter:focus {
    color: #fff;
}

.days-c {
    margin-top: 8px;
}

    .days-c li {
        list-style: none;
        display: inline-block;
        width: 22px;
        height: 22px;
        background: #017bce;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 13px;
    }

        .days-c li.active {
            background: #05314f;
        }

.task-sch {
    background-color: #eaeef3;
    padding: 10px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: -6px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input.success:checked + .slider {
    background-color: #017bce;
}

input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #017bce;
    box-shadow: 0 0 1px #017bce;
}

input:checked + .slider:before {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.emp-profile.sch-popup label {
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    width: 150px;
}

.dateandtime input {
    display: inline-block;
    width: 174px;
    margin: 0 10px;
}

.emp-profile.sch-popup {
    width: 100%;
}

.app-form {
    padding-bottom: 15px;
}

.form-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.tab-head {
    background: #e9ecef;
    padding: 10px;
}

    .tab-head p {
        font-size: 15px;
    }

/*responsive*/

.navbar-left.shedule {
    background-color: #fff;
}

    .navbar-left.shedule .col-lg-10 {
        margin-left: 10%;
    }

form .form-container {
    margin-bottom: 1rem;
}

    form .form-container .form-group .heading {
        font-size: 20px;
        font-weight: 600;
        border-bottom: 1px solid #017bce;
        padding-bottom: 10px;
    }

body.theme-one .navbar .navbar-logo {
    background-color: #56b520;
}

body.theme-one .navbar-left {
    background-color: #56b520;
}

body.theme-one .navbar .navbar-content .navbar-content-left .unit-nav i, body.theme-one .navbar .navbar-content .navbar-content-left span {
    color: #56b520;
}

body.theme-one .navbar-right .page-header .breadcrumb {
    background-color: #56b520;
}

body.theme-one .navbar-right .dashboard-content {
    color: #56b520;
}

body.theme-one div.dataTables_wrapper div.dataTables_length label {
    color: #56b520;
}

body.theme-one .dashboard-category .card-body .card-title {
    color: #56b520;
}

body.theme-one div.dataTables_wrapper div.dataTables_filter label {
    color: #56b520;
}

body.theme-one .navbar-left .stat-content .stat-unit.active, body.theme-one .navbar-left .stat-content .stat-unit:hover {
    background-color: #367c0e;
}

body.theme-one .edit, body.theme-one .add, body.theme-one .delete {
    background: #56b520;
}

body.theme-one .sidemenu-closed .stat-content:hover {
    width: 300px;
    position: relative;
    z-index: 10000;
    display: block;
    background-color: transparent !important;
}

body.theme-one .sub-content:after {
    border-color: #56b520 transparent transparent transparent;
}

body.theme-one.sidemenu-closed .navbar-left .stat-content .sub-content {
    background-color: #56b520;
}

body.theme-one.sidemenu-closed .navbar-left .stat-content .stat-unit:hover, body.theme-one.sidemenu-closed .navbar-left .stat-content .stat-unit.active {
    background-color: transparent;
}

body.theme-two .navbar .navbar-logo {
    background-color: RGB(1, 123, 206);
}

body.theme-two .navbar-left {
    background-color: RGB(1, 123, 206);
}

body.theme-two .navbar .navbar-content .navbar-content-left .unit-nav i, body.theme-two .navbar .navbar-content .navbar-content-left span {
    color: RGB(1, 123, 206);
}

body.theme-two .navbar-right .page-header .breadcrumb {
    background-color: RGB(1, 123, 206);
}

body.theme-two .navbar-right .dashboard-content {
    color: RGB(1, 123, 206);
}

body.theme-two div.dataTables_wrapper div.dataTables_length label {
    color: RGB(1, 123, 206);
}

body.theme-two .dashboard-category .card-body .card-title {
    color: RGB(1, 123, 206);
}

body.theme-two div.dataTables_wrapper div.dataTables_filter label {
    color: RGB(1, 123, 206);
}

body.theme-two .navbar-left .stat-content .stat-unit.active, body.theme-two .navbar-left .stat-content .stat-unit:hover {
    background-color: rgba(9, 55, 87, 0.529412);
}

body.theme-two .edit, body.theme-two .add, body.theme-two .delete {
    background: RGB(1, 123, 206);
}

body.theme-two .sub-content:after {
    border-color: RGB(1, 123, 206) transparent transparent transparent;
}

body.theme-two.sidemenu-closed .navbar-left .stat-content .sub-content {
    background-color: RGB(1, 123, 206);
}

body.theme-two.sidemenu-closed .navbar-left .stat-content .stat-unit:hover, body.theme-two.sidemenu-closed .navbar-left .stat-content .stat-unit.active {
    background-color: transparent;
}

body.btntheme button {
    background-color: RGB(175, 30, 45);
    border-color: RGB(175, 30, 45);
    color: #fff;
}

    body.btntheme button:hover {
        background-color: #710a12;
        border-color: #710a12;
    }

#loader {
    display: none;
}

.overlay {
    position: fixed;
    z-index: 99999999 !important;
    top: 0px;
    left: 0px;
    background-color: black;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.70;
}

.lds-rollera {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    top: 35%;
    left: 44%;
}

.grid-check-list, .grid-check-list li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .grid-check-list li {
        display: inline-block;
    }
.badge {
    padding: 0.3em .6em;
    border-radius: 50%;
}
input.btn.btn-primary.clr-fltr-btn {
    margin-bottom: 5px;
}
.no-pdr {
    padding-right:0px;
}
.no-pd {
    padding-right: 0px;
    padding-left: 0px;
}
.criteria_lbl {
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: normal;
    /* word-break: break-all;
    max-width: 200px;*/
    max-width: 200px;
    text-align: center;
    padding: 0 30px;
}

.dFlex{
    display:flex;
    justify-content:space-between;
}
.gap30{
    gap:30px;
}
/**Responsive***/
@media only screen and (min-width: 1600px) {
    .login_outer {
        display: table;
        width: 100%;
        height: 700px;
    }

    .login_outer_second {
        width: 100%;
        height: 100%;
        vertical-align: middle;
        display: table-cell;
    }    
}

@media only screen and (min-width: 992px) {
    .sidemenu-closed .navbar-left.shedule {
        width: 0px;
    }

    .sidemenu-closed .navbar-right {
        width: calc(100% - 60px);
        margin-left: 60px;
    }

    .sidemenu-closed .navbar .navbar-logo {
        width: 60px;
        padding: 10px 10px;
    }

    .sidemenu-closed .navbar .navbar-content {
        width: calc(100% - 60px);
    }

    .sidemenu-closed .navbar-left {
        width: 60px;
    }

    .sidemenuright-closed .navbar-most-right {
        width: 40px;
    }

    .sidemenuright-closed .navbar-right.shedule-right {
        width: calc(100% - 263px);
    }

    .sidemenuright-closed .navbar-most-right .filter-outer-outer {
        display: none;
    }

    .sidemenuright-closed .navbar-most-right {
        width: 40px;
    }

    .sidemenuright-closed .navbar-right.shedule-right {
        width: calc(100% - 263px);
    }

    .sidemenuright-closed .navbar-most-right .filter-outer-outer {
        display: none;
    }

    .sidemenu-closed .navbar-left .user-profile {
        display: none;
    }

    .sidemenu-closed .navbar-left .stat-content .stat-name, .sidemenu-closed .navbar-left .stat-content .stat-pos {
        display: none;
    }
    
}
@media only screen and (max-width: 1440px) {
    
    .calender-btn .col-8.col-auto img {
        width: 100%;
        max-width: 450px;
    }
}
@media only screen and (max-width: 1240px) {
    input.btn.btn-primary.clr-fltr-btn {
        margin-bottom: 5px;
    }
    .calender-btn .col-8 img {
        width: 100%;
        max-width: 450px;
    }
}
@media only screen and (max-width: 1120px) {
    .calender-btn .col-8 img {
        width: 100%;
        max-width: 450px;
    }
}
@media only screen and (max-width: 1024px) {
    .calender-btn .col-8 {
        max-width: 100%;
        margin-bottom: 15px;
        flex: 0 0 100%;
    }

        .calender-btn .col-8 img {
            width: 100%;
            max-width:450px;
        }

    .calender-btn .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media only screen and (max-width: 991px) {
    .sidemenu-closed .navbar-left {
        width: 0px;
        margin-left: -100%;
    }

    .navbar-left {
        margin-right: 0px;
        width: 100%;
        position: absolute;
        padding-right: 10%;
    }

    .navbar-right {
        width: 100%;
        margin: 120px 0 0 0;
    }

    li.breadcrumb-item a {
        font-size: 13px;
    }

    .navbar .navbar-content .navbar-content-left .unit-nav .fa-exchange {
        display: none;
    }

    .navbar-toggle {
        display: block;
        position: absolute;
        left: 12px;
        bottom: 14px;
    }
        .navbar-toggle.close-btn {
            top: 16px;
        }

    button.navbar-toggle span {
        margin-right: 20px;
    }

    .navbar .navbar-content .unit-nav {
        width: auto;
    }

    .close-btn #navbar-hamburger {
        display: block;
        margin: 0 0 6px;
    }

    #navbar-hamburger {
        display: none;
    }

    .task-sch {
        width: 300px;
    }
    .calender-btn .col-8 {
        max-width: 100%;
        margin-bottom: 15px;
        flex: 0 0 100%;
    }

        .calender-btn .col-8 img {
            width: 100%;
            max-width: 500px;
        }

    .calender-btn .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .navbar .navbar-logo {
        padding: 16px 20px 16px 50px;
    }

    .k-edge .k-scheduler-toolbar > ul.k-scheduler-views, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views, .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views {
        z-index: 101;
    }
}

@media only screen and (max-width: 900px) {
    .navbar .navbar-logo {
        padding: 16px 10px 16px 45px;
        width: 220px;
    }

    .navbar-toggle {
        left: 15px;
        bottom: 18px;
    }

    .navbar-content h3.site-name-headline {
        display: none !important;
    }
    .navbar-right {
        margin-top: 70px !important;
    }
    .calender-btn .col-8 {
        max-width: 100%;
        margin-bottom: 15px;
        flex: 0 0 100%;
    }

        .calender-btn .col-8 img {
            width: 100%;
            max-width:500px;
        }

    .calender-btn .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .k-edge .k-scheduler-toolbar > ul.k-scheduler-views, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views, .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views {
        
        z-index: 101;
    }
    .badge {
        padding: 0.3em .6em;
        border-radius: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .navbar .navbar-logo {
        padding: 16px 12px 0px;
        margin: 0;
        width: 100%;
        text-align: center;
        position: relative;
    }

    .navbar .navbar-content .navbar-content-left, .sidemenu-closed .navbar .navbar-content .navbar-content-left {
        margin-left: 0;
        width: 70%;
    }

    .navbar {
        display: block;
    }

        .navbar .navbar-content {
            padding: 0 12px 10px;
            width: 100%;
            display: block;
            overflow: hidden;
        }

    .navbar-toggle {
        left: 15px;
        bottom: 9px;
    }

    .navbar .navbar-content .navbar-content-left .unit-nav {
        padding-right: 10px;
    }

    .navbar .navbar-content .navbar-content-right .unit-nav {
        padding-right: 0px;
        padding-top: 5px;
    }

    .navbar-left {
        margin-top: 120px;
        padding: 0px;
    }

    .navbar .navbar-content .right-content h5 {
        margin: 2px 0px 0 50px !important;
    }

    .sidemenu-closed .navbar-right.shedule-right {
        width: 100% !important;
        width: 100% !important;
    }

    .navbar-most-right {
        width: 100% !important;
        height: auto;
        position: relative !important;
        margin-top: 0 !important;
        padding: 10px 15px 15px 15px !important;
        top: 0 !important;
    }

    .toolbar.mb-3 .col-8 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        display: block;
    }

        .toolbar.mb-3 .col-8 img {
            width: 100%;
        }

    .toolbar.mb-3 .col-1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 40%;
        max-width: 40%;
        margin: 10px 0px 0px 0px;
        flex: 40%;
        text-align: left;
    }

        .toolbar.mb-3 .col-1 input.btn.btn-primary.clr-fltr-btn {
            float: none !important;
        }

    .toolbar.mb-3 #lblconfir {
        margin: 10px 0px 0px 0px;
    }
    .calender-btn .col-8 {
        max-width: 100%;
        margin-bottom: 15px;
        flex: 0 0 100%;
    }

        .calender-btn .col-8 img {
            width: 100%;
        }

    .calender-btn .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


@media only screen and (max-width: 767px) {
    .navbar .navbar-content .right-content {
        margin: 0px 0 0;
    }

        .navbar .navbar-content .right-content h5 {
            margin-left: 0px !important;
        }

    .navbar-content-right .unit-nav nav {
        margin-right: 0px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0rem;
    }

    .navbar-toggle {
        bottom: 0px;
    }

    .navbar-left {
        height: auto;
        padding-bottom: 20px !important;
    }

    .navbar .navbar-content .right-content {
        margin-top: 7px !important;
        width: 100%;
    }
    .navbar-right {
        margin-top: 120px !important;
    }
    a[title="Notification"] {
        position:relative;
    }
        a[title="Notification"] .badge {
            padding: 0.3em .6em;
            left: 14px;
            top: 15px;
            position: absolute;
        }
    #navbar-close {
        margin-top: 2px !important;
    }
    .calender-btn .col-8 {
        max-width:100%;
        margin-bottom:15px;
        flex:0 0 100%;
    }
        .calender-btn .col-8 img {
            width:100%;
        }
    .calender-btn .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .no-pdr {
        padding-right: 15px;
    }

}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }

        .choices__list--dropdown .choices__item--selectable:after {
            content: attr(data-select-text);
            font-size: 12px;
            opacity: 0;
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

        [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
            right: auto;
            left: 10px;
        }
}

@media only screen and (max-width: 480px) {

    .navbar .navbar-logo {
        width: 100%;
    }

    .navbar .navbar-content h3.d-inline-block {
        display: none !important;
    }

    .navbar .navbar-content .right-content {
        width: 100%;
    }

    .navbar-right .dashboard-content {
        margin-top: 40px;
    }
    .grid-check-list li {
        display: block;
        text-align: left;
    }
    #grid .k-header .custom-control {
        padding-left:0px;
    }
    .no-pdr {
        padding-right: 15px;
    }

    .no-pd {
        padding-right: 15px;
        padding-left: 15px;
    }
    input#btnday, input#btnmonth, input#btnweek {
        padding: 0px 3px !important;
    }
    #calenderview .cal-btn {
        margin-top: 5px;
    }
    .create-appointment {
        padding: 2px 5px !important;
        margin-right: 5px !important;
    }
    .custommainchbox label {
        display: block;
        width: 85% !important;
    }
    
}

@media only screen and (max-width: 320px) {

    .navbar .navbar-content .right-content h5 {
        margin: 0 10px 0 0 !important;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: .1rem;
    }

    .navbar .navbar-content .navbar-content-right .unit-nav i {
        margin-right: 2px;
    }

    .navbar-content-right .unit-nav nav {
        margin-right: 5px;
    }
}
