﻿body {
    font-family: Poppins !important;
    color: #082F6E !important;
    font-size: 14px;
    /*   letter-spacing: 1px;*/
}

.form-search {
    display: inline-block;
    background: white !important;
    border-radius: 40px;
    padding: 5px 16px;
    /*min-width: 50%;*/
    vertical-align: middle;
}

.cd-side-nav {
    overflow-x: auto;
    overflow-y: auto;
    position: absolute;
    height: 100vh;
}

@media only screen and (min-width: 1026px) {
    .cd-side-nav {
        width: 220px;
    }
}
@media only screen and (max-width: 767px) {
    .cd-side-nav {
        overflow-x: auto;
        overflow-y: auto;
        position: absolute;
        height: 100%;
    }
    .account-text{
        color: white;
    }
}

/*.cd-side-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.cd-side-nav::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.cd-side-nav::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
}*/

/*html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
}

table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

table::-webkit-scrollbar {
    width: 7px;
    height:7px;
    background-color: #F5F5F5;
}

table::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
}

.k-grid-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}
.list-info::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.list-info::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
}

.list-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}
*/.list-info{
    overflow:auto;
}
/*.k-grid-content::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
    height: 7px;
}

.k-grid-content::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
}
.k-grid-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
    height: 7px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
}
.k-orgchart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.k-orgchart::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
    height: 7px;
}

.k-orgchart::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
*/}



.mainpadding {
    padding: 1rem 2rem !important;
}



@media only screen and (min-width: 1026px) {
    .cd-main-content .content-wrapper {
        margin-left: 220px;
    }
}

.page-title-box {
    -webkit-box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    background-color: #ffffff;
    padding: 10px 20px !important;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}


.card-box:hover {
    -webkit-transform: translateY(0px) scale(1) !important;
    -moz-transform: translateY(0px) scale(1) !important;
    -ms-transform: translateY(0px) scale(1) !important;
    -o-transform: translateY(0px) scale(1) !important;
    transform: translateY(0px) scale(1) !important;
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}

.breadcrumb-area {
    background: #fff !important;
    padding: 10px 15px !important;
    border-radius: 5px;
    /*box-shadow:none!important;*/
    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
}

.k-state-selected a {
    color: white !important;
}

.radius-20 {
    border-radius: 20px !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.btn-space {
    margin: 0px 5px !important;
}

@media screen and (max-width: 768px) {
    .tab .nav-tabs li {
        width: 100% !important;
    }
}

.tab .nav-tabs li {
    /* transition: background 0.4s ease-in-out, height 0.2s linear;
    display: inline-block !important;
    cursor: pointer;
    color: black;
    width: 19%;
    height: 3em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f7f8fe;
    text-align: left;
    line-height: 3em;
    margin-bottom: 5px;
    margin: 5px 5px;*/
}

.tab .nav-tabs {
    /*background:white!important;*/
}

.btn-width {
    width: 100px !important;
}
.k-grouping-header {
    display: none;
}
.k-filter-row th, .k-grid-header th.k-header {
    padding: 10px !important;
    font-weight: bold;
    background-color: #e5e9eb !important;
}
/*.k-grid tbody tr {
    height: 50px;
}





.k-grid tr td {
    border-style: solid;
    border-color: #f0eaea !important;*/
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
/*}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #e8f7ff !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white !important;
}

.table-hover > tbody > tr:hover {
    background-color: #e8f7ff !important;
}

.table > thead > tr > th {
    border-bottom: 2px solid #e5e9eb !important;
    background-color: #e5e9eb !important;
}

.k-grid tbody tr:hover {
    background-color: #e8f7ff !important;*/
    /* background-color: #f2f5f8 !important; */
/*}*/

.pane {
    border-left: none !important;
}

.empxtable thead {
    background-color: #e5e9eb;
    font-weight: 700;
    color: black !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.m-1 {
    margin: 1rem !important;
}

.m-2 {
    margin: 2rem !important;
}

.m-3 {
    margin: 3rem !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

@media (max-width: 767px) {
    .employee-button-group {
        text-align: center;
        margin-top: 0px !important;
    }
}

.theme-search input {
    padding: 5px 10px !important;
    border-radius: 0px !important;
}

.theme-search input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid grey;
    width: 70%;
    background: #f1f1f1;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    height: 2.43em !important;
}

.theme-search button {
    width: 20%;
    padding: 10px;
    background: transparent !important;
    color: black !important;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    padding: 0px 10px !important;
    height: 33px !important;
}

.theme-search button {
    position: relative !important;
    margin-left: -5px;
}

.theme-search {
    width: 100%;
}

.btn {
    padding: 5px 15px;
    font-size:14px!important;
}

.btn-custom {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    border-color: #ccc;
}

    .btn-custom:hover, .btn-custom:active {
        color: black !important;
        background-color: #fff;
        border-color: #fff;
        -webkit-box-shadow: 0px 1px 2px rgba(99, 99, 99, 0.2);
        -moz-box-shadow: 0px 1px 2px rgba(99, 99, 99, 0.2);
        box-shadow: 0px 1px 2px rgba(99, 99, 99, 0.2);
        font-weight: bold;
        border-color: #ccc;
    }

.list-of-modules li a {
    border: 1px solid #f4f4f4;
    display: flex;
    text-align: center;
    flex-direction: column;
    padding: 15px;
    align-items: center;
    justify-content: center;
    min-height: 131px;
    height: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.k-grid .k-button {
    margin: 0 0.16em;
    border-radius: 20px;
}

.company-logo {
    width: 100%;
    height: 100%;
}

.list-icon-header li a {
    vertical-align: middle;
    color: #525f80;
    font-size: 20px !important;
    line-height: 1;
    display: flex;
}

.cd-main-header {
    background: #ffffff;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.header-wrapper {
    display: block!important;
    text-align:right!important;
}
@media (max-width: 767px) {
    .cd-nav-trigger {
        float: right;
        position: relative;
        display: block;
        width: 34px;
        height: 20px !important;
        margin-right: 5%;
        /* overflow: hidden; */
        white-space: nowrap;
        color: transparent;
        padding-left: 140px;
    }

    .btn-space {
        margin: 5px 5px !important;
    }
}

@media (max-width: 1024px) {
    .right-header-wrapper {
        position: relative;
        top: 15px !important;
        /*padding-right: 25px;*/
    }
}

.page-title-box .breadcrumb li i {
    font-size: 18px;
    color: #d8202e;
    position: relative;
    top: 2px;
    margin: 0px -6px;
}

ul.cd-top-nav {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 0px;
    padding-left: 200px;
}
@media only screen and (max-width:767px) {
    ul.cd-top-nav {
        display: inline-block;
        margin-bottom: 0;
        padding-right: 0px;
        padding-left: 15px!important;
    }
}

.mb-0 {
    margin-bottom: 0px !important;
}

.text-bold {
    font-weight: bold;
}

input[type=checkbox] {
    accent-color: #082F6E;
    width: 15px;
    height: 15px;
}

.text-right {
    float: right;
}

.k-i-arrow-60-down:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("images/br_down.png") white no-repeat 98.5% !important;
    background: url("images/br_down.png") white no-repeat calc(100% - 10px) !important;
    padding-right: 14px;
    content: " " !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("images/br_down.png") white no-repeat 98.5% !important;
    background: url("images/br_down.png") white no-repeat calc(100% - 10px) !important;
    padding-right: 30px !important;
}

.k-icon, .k-tool-icon {
    padding: 0px 5px;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover, .open > .dropdown-toggle.btn-custom {
    background-color: white !important;
    /*border-color: #039cfd !important;*/
    color: #2096f2 !important;
    /*box-shadow: inset 0 -3px 0 0 #039cfd;*/
    /*font-weight:bold;*/
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn2 {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

[type="radio"] {
    visibility: hidden;
}

    [type="radio"]::before {
        border: 2px solid black;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        display: block;
        content: " ";
        cursor: pointer;
        visibility: visible;
        margin: -1px -7px;
    }

    [type="radio"]:checked::before {
        background: radial-gradient(black 36%, transparent 38%);
    }

.bank-switch {
    width: 100%;
    display: flex;
}

    .bank-switch .left {
        width: 10%;
    }

    .bank-switch .right {
        width: 90%;
    }

.org-img-icon {
}

.pt-0 {
    padding-top: 0px !important;
}

.k-grid-pdf, .k-grid-excel {
    float: right;
    background: green !important;
    color: white !important;
}

.k-pdf {
    float: right;
    background: green !important;
    color: white !important;
    border-radius: 20px !important;
}

#SearchDashboardforNavigation {
    width: 100%;
    box-shadow: none !important;
    height: calc(3.25rem + 2px) !important;
}

.k-widget {
    box-shadow: none !important;
    background-color: white !important;
    border: none !important;
}

.k-toolbar {
    padding: 0px !important;
}

.k-grid-toolbar:first-child, .k-grouping-header + .k-grid-toolbar {
    border-width: 0 0 1px;
    background-color: white !important;
    margin-bottom: 10px;
    border: none !important;
}

/*.k-grid td {
    white-space: nowrap;
}*/



.right-header-wrapper {
    display: inline-block;
    position: relative;
    top: 6px !important;
}

.hod-details {
    line-height: 5px;
    width: 100%;
    display: flex;
}

.hod-text {
    width: 30%;
}

.hod-colon {
    width: 4%;
}

.hod-value {
    width: 66%;
}

.fa {
    font-family: 'FontAwesome' !important;
}

.details-table td, .details-table th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: none !important;
    border: none !important;
}

td, th {
    padding: 8px 5px;
    /*border-bottom:none!important;*/
}

    .k-grid .k-state-selected:hover .k-group-cell, .k-grouping-row td, .k-resize-handle-inner, td.k-group-cell {
        background-color: transparent !important;
    }

.employee-details {
    line-height: 5px;
    width: 100%;
    display: flex;
}

.employee-text {
    width: 35%;
}

.employee-colon {
    width: 4%;
}

.employee-value {
    width: 60%;
}

.leave-details {
    line-height: 10px;
    width: 100%;
    display: flex;
}

.leave-text {
    width: 35%;
}

.leave-colon {
    width: 4%;
}

.leave-value {
    width: 60%;
}

.theme-search-margin-top {
    margin-top: 25px;
}

.text-align-right {
    text-align: right;
}

.text-white {
    color: white !important;
}

.panel-warning > .panel-heading {
    color: black !important;
    background-color: #f7f8fe !important;
    border-color: #f7f8fe !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.panel-default > .panel-heading {
    color: black !important;
    background-color: #f7f8fe !important;
    border-color: #f7f8fe !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.spl-menu .panel .panel-heading {
    padding: 0 !important;
}

.panel-warning > .panel-heading {
    color: black !important;
    background-color: #f7f8fe !important;
    border-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #f7f8fe;
    border-color: #f7f8fe;
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    /* border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;*/
    border-radius: 5px;
}

.panel-warning {
    border-color: #f7f8fe;
}

.btn-group {
    width: 100% !important;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
        text-align: left;
        width: 100% !important;
    }

.k-multiselect-wrap {
    max-height: 100% !important;
    overflow: auto !important;
    height: 100% !important;
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-radius: 20px;
}

.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 2px;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #e8f7ff;
    /*height: 38px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tab-slider--tabs:after {
        content: "";
        /*width: 100%;*/
        /*background: #0090D8;*/
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
    }

/*.tab-slider--tabs.slide:after {
                left: 100%;
            }*/

.tab-slider--trigger {
    font-size: 12px;
    line-height: 1;
    /*font-weight: bold;*/
    color: #345f90;
    text-transform: initial;
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tab-slider--trigger.active {
        color: #fff !important;
        content: "";
        background-color: #0090d8 !important;
        transition: all 250ms ease-in-out;
    }

.tab-slider--body {
    padding-bottom: 20px;
}

.tab-color {
    border-radius: 20px;
    background-color: #E8F7FF;
}

.btn-prev {
    color: #8000ff;
    border: 1px solid #8000ff;
    box-shadow: 0px 0px 2px #8000ff !important;
}

    .btn-prev:hover {
        color: #8000ff;
        border: 1px solid #8000ff;
        box-shadow: 0px 0px 2px #8000ff !important;
        font-weight: bold;
    }

    .btn-prev:hover, .btn-prev:focus, .btn-prev:active {
        color: #8000ff;
        border: 1px solid #8000ff;
        box-shadow: 0px 0px 2px #8000ff !important;
        font-weight: bold;
    }

.btn-next {
    background-color: #8000ff;
    box-shadow: 0px 1px 2px #8000ff !important;
    color: white !important;
}

    .btn-next:hover {
        background-color: #8000ff;
        box-shadow: 0px 1px 2px #8000ff !important;
        color: white !important;
        font-weight: bold;
    }

.btn-ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.tab .nav-tabs {
    display: block;
    float: none;
    margin: 0;
    padding: 5px;
    list-style: none;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #e8f7ff;
    /* height: 38px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tab .nav-tabs li {
        font-size: 15px;
        line-height: 1;
        /* font-weight: bold; */
        color: #345f90;
        text-transform: initial;
        text-align: center;
        padding: 0px 10px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        display: inline-block;
        transition: color 250ms ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 20px;
        background-color: rgb(8, 47, 110);
        margin: 5px 5px;
        cursor: pointer;
        -webkit-box-shadow: 0px 1px 2px #0090d8;
        -moz-box-shadow: 0px 1px 2px #0090d8;
        box-shadow: 0px 1px 2px #0090d8;
    }

        .tab .nav-tabs li.active {
            color: #fff !important;
            content: "";
            background-color: #0090d8;
            transition: all 250ms ease-in-out;
            cursor: pointer;
            -webkit-box-shadow: 0px 1px 2px #0090d8;
            -moz-box-shadow: 0px 1px 2px #0090d8;
            box-shadow: 0px 1px 2px #0090d8;
        }

.nav-tabs li a {
    color: white !important;
    cursor: pointer;
}

.nav-tabs li .fa {
    color: white !important;
    font-size: 15px;
    cursor: pointer;
}

.modal-content {
    border-radius: 11px !important;
}
/*.sma-height {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.ma-small {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}*/
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #f4efef !important;
}

.btn-mt-top {
    margin-top: 24px !important;
}

.leave-rule-details {
    line-height: 10px;
    width: 100%;
    display: flex;
}

.leave-rule-text {
    width: 25%;
}

.leave-rule-colon {
    width: 5%;
}

.leave-rule-value {
    width: 70%;
}

hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-top: 3px solid #eee;
}

@media (max-width: 768px) {
    .quick-action .item a .action-icon {
        flex-basis: 100%;
        justify-content: center;
        margin-right: 0px !important;
    }

    .quick-action .title {
        font-size: 11px;
        margin: 10px auto;
    }
}

.details-table th {
    background: white;
    color: rgb(8, 47, 110);
    font-weight: bold;
    width: 40%;
}

.details-table {
    border: none !important;
}

    .details-table th, td {
        /*border:none!important;*/
    }

.k-scheduler-table th {
    border: 1px solid #d2d2d2 !important;
}

.k-scheduler-table td {
    border: 1px solid #d2d2d2 !important;
}

.k-autocomplete.k-state-default .k-input, .k-combobox .k-state-default .k-input, .k-multiselect-wrap, .k-numeric-wrap.k-state-default .k-input, .k-picker-wrap.k-state-default .k-input, .k-progress-status-wrap, .k-slider-selection, .k-slider-track {
    box-shadow: none !important;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .breadcrumb-area .pull-right {
        float: none !important;
        margin-top: 10px;
    }
}

::-ms-browse {
    background: black;
    color: red;
    padding: 1em;
}

::-webkit-file-upload-button {
    background: white !important;
    color: #3e454c;
    padding: 10px 60px;
    border-radius: 5px;
    border: 2px dotted #ccc !important;
    /*border-color: #0090d8 !important;*/
    /* -webkit-box-shadow: inset 0 -3px 0 0 #0078c4;
    -moz-box-shadow: inset 0 -3px 0 0 #0078c4;
    box-shadow: inset 0 -3px 0 0 #0078c4;*/
    font-size: 16px;
    /*width:100%;*/
}

input[type=file] {
    /*    border: 2px dotted #ccc !important;*/
}

input[type="file"]::before {
    content: "\f0ee";
    font-family: 'FontAwesome';
    font-size: 20px;
    z-index: auto;
    position: absolute;
    padding: 8px 30px;
    color: #3e454c;
}

.file-remove-icon {
    font-size: 20px;
    margin-top: 10px;
    padding-left: 15px;
}

.details-table th label {
    font-weight: bold;
}

.k-editor, .k-grid, .k-menu, .k-scheduler {
    border-radius: 4px;
    padding: 0px 0px;
}

.multiselect-selected-text {
    width: 87%;
    display: inline-block;
    padding-left: 10px;
}

.caret {
    display: inline-block;
    width: 11% !important;
    height: 2.43em;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("images/br_down.png") white no-repeat 98.5% !important;
    background: url("images/br_down.png") white no-repeat calc(100% - 10px) !important;
    padding-right: 30px !important;
}

.multiselect {
    padding: 0px !important;
}

.dropdown-menu {
    width: 100% !important;
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 23px !important;
}

.lp-details {
    line-height: 5px;
    width: 100%;
    display: flex;
}

.lp-text {
    width: 35%;
}

.lp-colon {
    width: 4%;
}

.lp-value {
    width: 60%;
}

.ticket-details {
    line-height: 5px;
    width: 100%;
    display: flex;
}

.ticket-text {
    width: 35%;
}

.ticket-colon {
    width: 4%;
}

.ticket-value {
    width: 60%;
}

.form-group input[type="radio"] {
    margin-left: 5px;
}

.info p {
    font-size: 15px;
}

.text-danger {
    color: red !important;
}

a.btn:focus {
    color: black !important;
}

input.grid-custom-search-input {
    height: 2.5em !important;
    border-radius:20px!important;
    /*padding-left: 25px;
    background: url("https://static.thenounproject.com/png/101791-200.png") no-repeat left !important;
    background-size: 20px;*/
    /*  width: 66%;
    border-radius: 26px;
    border: 1px solid #ada9a9;
    padding: 1% 6%;
    margin: 1% 1%;
    background-image: url(https://www.pngarea.com/pngm/109/1164446_searchicon-png-search-icon-png-download.png);
    background-size: contain;
    background-repeat: no-repeat;
    outline: 0;
    background-position: 12px;
    background-size: 16px;*/
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #F0F3F4;
}

.message-drp-btn .dropdown-menu .dropdown-header {
    border-radius: 5px 5px 0 0;
    background-color: #039cfd !important;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 7px;
}

    .message-drp-btn .dropdown-menu .dropdown-header span {
        color: white;
    }

.k-pager-wrap .k-dropdown {
    width: 6em !important;
    font-size:12px;
}

@media (min-width: 1025px) {
    .cd-side-nav .cd-label {
        padding-left: 15px !important;
    }
}

.cd-side-nav .cd-label, .cd-side-nav a {
    padding: 0.8em 0.5rem;
    font-size: 12px !important;
    text-transform: capitalize;
    font-weight: normal;
}
.fa, .fas {
    cursor: pointer!important;
}
.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-dropdowntree, .k-listbox, .k-multiselect, .k-numerictextbox, .k-selectbox, .k-textbox, .k-timepicker, .k-toolbar .k-split-button{
    width:100%!important;
}

.fa-search{
    color:black;
}
.form-control-feedback{
    top:20px!important;
}
/*table td, th {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}*/

/*
.k-widget::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.k-widget::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.k-widget::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
}

.k-listview::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.k-listview::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.k-listview::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
}

.k-selectable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.k-selectable::-webkit-scrollbar {
    width: 7px;
    height:7px;
    background-color: #F5F5F5;
}

.k-selectable::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
}
.k-scheduler-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.k-scheduler-content::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.k-scheduler-content::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2096f2;
}
*/a{
    cursor:pointer!important;
}

.custom-form {
    background-color: white;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    border-radius: 5px;
    padding: 20px 30px;
}
.pt-6{
    padding-top:60px;
}
.text-bold{
    font-weight:bold;
}

.profile-box .profile-head .background {
    height: 100px;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    border-radius: 5px;
}
.clock {
    font-size: 10px!important;
 
}
.btn-clone {
    margin-top: 8px;
    margin-left: 10px;
}
.text-black{
    color:black;
}
.custom-badge {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background-color: white;
    color: rgb(8, 47, 110);
    border-radius: 50%;
    padding: 1px 6px;
    margin-left: 5px;
}
.fa-bracket-round-right:before {
    content: "\29";
}
.fa-bracket-round-left:before, .fa-parenthesis:before {
    content: "\28";
}
.btn-report-new {
    margin-top: 30px;
}
.open > .dropdown-menu {
    display: inline-table!important;
}

.k-combobox input{
height:32px!important;
}
.form-control {
    font-size: 14px !important;
    border-radius: 5px !important;
}